@charset "UTF-8";
@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-SemiBold.woff2") format("woff2"), url("../fonts/Arimo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-YouTube:before {
  content: "\e900";
}

.icon-Burger:before {
  content: "\e901";
}

.icon-Arrow-fill:before {
  content: "\e902";
}

.icon-Update:before {
  content: "\e903";
}

.icon-Twitter:before {
  content: "\e904";
}

.icon-Ticket:before {
  content: "\e905";
}

.icon-target:before {
  content: "\e906";
}

.icon-Stars:before {
  content: "\e907";
}

.icon-shield:before {
  content: "\e908";
}

.icon-Phone:before {
  content: "\e909";
}

.icon-LinkedIn:before {
  content: "\e90a";
}

.icon-life-preserver-fill:before {
  content: "\e90b";
}

.icon-Instagram:before {
  content: "\e90c";
}

.icon-play:before {
  content: "\e90d";
}

.icon-code:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-strong:before {
  content: "\e910";
}

.icon-question:before {
  content: "\e911";
}

.icon-Flip-Chart:before {
  content: "\e913";
}

.icon-Facebook:before {
  content: "\e914";
}

.icon-Eye:before {
  content: "\e915";
}

.icon-Email:before {
  content: "\e916";
}

.icon-Cog:before {
  content: "\e917";
}

.icon-close:before {
  content: "\e918";
}

.icon-Clock:before {
  content: "\e919";
}

.icon-check-circle:before {
  content: "\e91a";
}

.icon-Check:before {
  content: "\e91b";
}

.icon-Brush:before {
  content: "\e91c";
}

.icon-Golf:before {
  content: "\e91d";
}

.icon-Book:before {
  content: "\e91e";
}

.icon-Baseball-Ball:before {
  content: "\e91f";
}

.icon-Arrow-Right-Simple-1:before {
  content: "\e920";
}

.icon-Arrow-Left-Simple-1:before {
  content: "\e921";
}
input[type="date"] ::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a:active,
a:hover,
a {
  text-decoration: none;
}
a:active:focus-visible,
a:hover:focus-visible,
a:focus-visible {
  outline: none;
}

a {
  font-size: 16px;
  color: #192325;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: Arimo;
  background: #192325;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.open {
  display: flex !important;
}

.open-block {
  display: block !important;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-moz-scrollbar {
  display: none;
}

.stroke__break {
  height: 10px;
  width: 100%;
}

.fserv-container, .fs-webform-loader {
  display: none !important;
}

.attachment__caption {
    display: none;
}

@media (min-width: 1320px) {
  .container {
    width: 1310px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu {
    width: 1310px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1340px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .container__max {
    width: 1920px !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
  }
  .container__max::before {
    content: "";
    width: 75px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    background: #192325;
    filter: blur(12px);
  }
  .container__max::after {
    content: "";
    width: 75px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: #192325;
    filter: blur(12px);
  }
  .container {
    width: 1360px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1319px) {
  .container {
    width: 95%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 500px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .mainPage .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  font-family: Arimo;
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}

.menu-scroll {
  margin-top: 0px;
  background: rgba(25, 35, 37, 0.9);
  backdrop-filter: blur(10px);
  height: 110px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo__icon {
  margin-right: 23px;
}
.logo__text {
  width: 210px;
}
.logo-mob {
  display: none;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  /*margin-left: 5%;*/
  margin-left: 5px;
  /*width: 667px;*/
  width: 687px;
  background: rgba(36, 45, 52, 0.7);
  border-radius: 1000px;
  box-sizing: border-box;
  white-space: nowrap;
}
.nav__item {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.95);
  /*padding: 10px 22px;*/
  padding: 10px 16px;
}
.nav__item:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 100px;
  /*padding: 10px 22px;*/
  padding: 10px 16px;
}
.nav__item-active {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -2%;
  background: #FFFFFF;
  border-radius: 100px;
  color: #333333;
  /*padding: 10px 22px;*/
  padding: 10px 16px;
}
.nav__title-burger {
  display: none;
}
.nav__title-close {
  display: none;
}
.nav__contact {
  display: none;
}
.nav__menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.contact {
  font-family: Arimo;
  font-size: 16px;
  line-height: 22px;
  padding: 22px 22px;
  width: 152px;
  height: 62px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 0px;
  margin-left: auto;
  white-space: nowrap;
}
.contact:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1300px) {
  .logo-mob {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .logo-mob__icon {
    margin-right: 17px;
    width: 29px;
    height: 33px;
  }
  .logo-mob__text {
    width: 156px;
  }
  .contact {
    display: none;
  }
  .menu {
    justify-content: space-between;
  }
  .nav {
    display: none;
    width: 375px;
    height: 850px;
    position: absolute;
    right: -20px;
    top: -30px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 0px;
    background: #192325;
    margin: 0;
    padding: 26px 16px 32px 25px;
    z-index: 100;
    overflow: scroll;
  }
  .nav__title-burger {
    display: flex;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.95);
    padding: 20px 24px;
    background: rgba(36, 45, 52, 0.7);
    border-radius: 16px;
  }
  .nav__title-close {
    display: flex;
    font-size: 28px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    background: rgba(36, 45, 52, 0.7);
    border-radius: 16px;
  }
  .nav__block-mob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .nav__item {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 44px;
  }
  .nav__item-active {
    background: none;
    color: #7FCE85;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 44px;
  }
  .nav .active {
    color: #7FCE85;
  }
  .nav__menu {
    display: flex;
    flex-direction: column;
    padding-top: 63px;
  }
  .nav__contact {
    padding: 20px 24px 16px;
    width: 193px;
    height: 58px;
    background: #7FCE85;
    border-radius: 16px;
    box-sizing: border-box;
    color: #192325;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-top: auto;
  }
  .nav__contact:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
  }
  .nav__contact-active {
    padding: 20px 24px 16px;
    width: 193px;
    height: 58px;
    background: #7FCE85;
    border-radius: 16px;
    box-sizing: border-box;
    color: #192325;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-top: auto;
    border: 3px solid rgba(127, 206, 133, 0.4);
  }
  .nav__contact:active {
    background: #7FCE85;
    border: 3px solid rgba(127, 206, 133, 0.4);
    border-radius: 16px;
  }
  .nav__arrow-right {
    background: url("../img/arrowRight.svg") no-repeat;
    width: 18px;
    height: 13px;
    background-size: cover;
    margin-left: 21px;
  }
  .open {
    display: flex;
  }
}
@media (max-width: 500px) {
  .menu {
    width: 100%;
  }
  .nav {
    width: 100%;
    right: 0px;
    height: 100vh;
  }
  .nav__menu{
	position: relative;
    height: 80%;
    overflow: scroll;
    padding-top: 30px;
    justify-content: flex-start;
  }
  
  .nav__contact {
	  margin-bottom:30px;
  }
  .nav__title-burger {
    margin-right: 10px;
  }
  .logo__icon {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .logo__text {
    width: 150px;
  }
}
.header {
  display: flex;
  flex-direction: column;
  background: url("../img/mainHeader.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.header__block {
  position: relative;
  margin-top: 470px;
  width: 1061px;
  padding: 40px;
  background: url("../img/dots.png") no-repeat, white;
  background-size: 250px 250px;
  background-position: top right;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  box-sizing: border-box;
  font-weight: 400;
}
.header__title {
  font-size: 64px;
  text-transform: uppercase;
  max-width: 810px;
  letter-spacing: -0.02em;
  line-height: 100%;
  margin-bottom: 24px;
  font-weight: 600;
}
.header__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  max-width: 670px;
}
.header__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  background: #7FCE85;
  border-radius: 16px;
  padding: 20px 24px 18px 24px;
  align-self: flex-end;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 192px;
  margin-top: -30px;
}
.header__button:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.header__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
  margin-top: 3px;
}
.header__works {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  position: absolute;
  right: -262px;
  bottom: 55px;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 192px;
  padding: 0px 20px;
  margin-right: 5px;
}
.header__works-mob {
  display: none;
}
.header__works:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 100px;
}
.header__arrow-down {
  font-size: 30px;
  width: 10px;
  margin-left: 7px;
}
.header__steps {
  position: absolute;
  right: -50px;
  top: -110px;
  width: 300px;
  height: 300px;
}
.header__steps img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1350px) {
  .header {
    margin-bottom: 70px;
    background-position: top center;
  }
  .header__block {
    max-width: 1000px;
    width: 95%;
    height: auto;
    padding: 64px 20px 24px 24px;
    border-radius: 30px;
  }
  .header__title {
    width: 100%;
  }
  .header__text {
    width: 100%;
  }
  .header__steps {
    position: absolute;
    right: -80px;
    top: -200px;
    width: 300px;
    height: 300px;
  }
  .header__steps img {
    width: 100%;
    height: 100%;
  }
  .header__buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .header__button {
    margin-top: 62px;
  }
  .header__works {
    display: none;
  }
  .header__works-mob {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #65696F;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
    width: 152px;
    height: 22px;
  }
  .header__arrow-down {
    width: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 130px;
    background-size: auto 50%;
    background-position: center top;
  }
  .header__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
  }
  .header__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
  .header__works {
    display: flex;
    right: auto;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%);
  }
  .header__works-mob {
    display: none;
  }
  .header__steps {
    position: absolute;
    right: -50px;
    top: -150px;
    width: 223px;
    height: 227px;
  }
  .header__steps img {
    width: 100%;
    height: 100%;
  }
  .header__button {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 520px) {
  .header {
    background: url("../img/mainHeader.png") no-repeat;
    background-size: auto 50%;
    background-position: center top;
    margin-bottom: 110px;
  }
  .header__button {
    margin-top: 22px;
  }
  .header__block {
    width: 100%;
    padding-top: 30px;
  }
  .header__steps {
    position: absolute;
    right: -10px;
    top: -100px;
    width: 160px;
    height: 160px;
  }
  .header__works {
    width: 200px;
  }
}
@media (max-width: 468px) {
  .header__block {
    margin-top: 320px;
  }
}
.experience {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
  color: white;
  font-weight: 600;
}
.experience__topic {
  font-size: 48px;
  line-height: 47px;
  letter-spacing: -0.02em;
  max-width: 562px;
  margin-bottom: 47px;
  margin-left: 35px;
}
.experience__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.experience__item {
  display: flex;
  flex-direction: column;
  padding: 46px 40px;
  width: 424px;
  height: 459px;
  background: #384148;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 48px;
  box-sizing: border-box;
}
.experience__title {
  font-size: 48px;
  line-height: 47px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.experience__text {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 1350px) {
  .experience {
    padding-top: 0px;
  }
}
.monitoring {
  background: #192325;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  color: white;
}
.monitoring__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.monitoring__video {
  width: 500px;
  height: 464px;
}
.monitoring__article {
  width: 660px;
  padding-top: 50px;
}
.monitoring__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.monitoring__text {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.monitoring__works {
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #7FCE85;
  cursor: pointer;
}

.observation {
  background: #192325;
  width: 100%;
  padding-bottom: 80px;
  color: white;
  font-weight: 600;
}
.observation__baseball {
  padding-top: 0px;
}
.observation__article {
  margin-bottom: 145px;
  margin-left: 40px;
}
.observation__title {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7FCE85;
  margin-bottom: 13px;
}
.observation__text {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7FCE85;
}
.observation__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 63px;
  padding-top: 30px;
  margin-top: 40px;
  border-bottom: 1px solid white;
}
.observation__for {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  min-width: 521px;
  margin-top: 5px;
}
.observation__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  max-width: 615px;
}
.observation__block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.observation__icon {
  background: url("../img/texture.svg") no-repeat;
  width: 182px;
  height: 75px;
  background-position: 0px -140px;
  background-size: cover;
}

@media (max-width: 1100px) {
  .observation__article {
    margin-bottom: 110px;
    margin-left: 0px;
  }
  .observation__item {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .observation__for {
    margin-bottom: 32px;
  }
  .observation__desc {
    max-width: 100%;
  }
  .observation__block {
    align-items: flex-start;
  }
  .observation__icon {
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .observation__article {
    margin-bottom: 30px;
    line-height: 110%;
    text-align: center;
  }
  .observation__article:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 50%;
    width: 200px;
    height: 100px;
    background: url("../img/texture.svg") no-repeat;
    background-position: right center;
    opacity: 0.2;
  }
  .observation__item {
    margin-right: 15px;
  }
  .observation__block {
    width: 100%;
    justify-content: center;
  }
  .observation__title {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .observation__text {
    font-size: 40px;
    width: 300px;
  }
  .observation__icon {
    display: none;
  }
  .observation__item {
    padding-bottom: 30px;
  }
  .observation__for {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .observation__desc {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .observation {
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .observation__article {
    width: 350px;
    margin: 0 auto;
  }
  .observation__for {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
  .observation__desc {
    font-size: 20px;
    line-height: 24px;
  }
}
.productCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productCard__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
}
.productCard__more {
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #7FCE85;
  font-weight: 600;
  margin-bottom: 55px;
  color: rgba(255, 255, 255, 0.95);
}
.productCard__golfPage {
  margin-top: 14px;
}

@media (max-width: 1320px) {
  .productCard {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .productCard__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    /* White / text */
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 72px;
  }
}
@media (max-width: 750px) {
  .productCard {
    max-width: 550px;
  }
}
@media (max-width: 500px) {
  .productCard__title {
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    /* identical to box height, or 106% */
    text-align: center;
    /* White / text */
    color: rgba(255, 255, 255, 0.95);
  }
}
.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin-bottom: 70px;
}
.product__reverse {
  flex-direction: row-reverse;
}
.product__info {
  width: 600px;
  padding-right: 30px;
}
.product__game {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7FCE85;
  margin-bottom: 10px;
}
.product__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #C9DDD5;
  width: 629px;
  margin-bottom: 30px;
}
.product__adv {
  display: flex;
  flex-direction: row;
}
.product__adv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-sizing: border-box;
  background: rgba(56, 65, 72, 0.7);
  border-radius: 24px;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: center;
  width: 252px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.product__adv-golf .product__adv__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 32px;
  padding-left: auto;
  min-width: 306.5px;
  height: 124px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}
.product__more {
  margin-top: 50px;
  padding: 20px 24px 16px;
  width: 196px;
  height: 62px;
  background: #7FCE85;
  border-radius: 16px;
  box-sizing: border-box;
  color: #192325;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.product__more:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.product__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}
.product__img {
  width: 629px;
  max-width: 629px;
  height: 600px;
  max-height: 550px;
  border-radius: 24px;
  flex-grow: 1;
  background: #384148;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product__img img {
  width: auto;
  height: auto;
  max-height: inherit;
  max-width: inherit;
}
.product__img-sensorGrip {
  overflow: hidden;
}
.product__img-sensorGrip img {
  height: 102%;
  transform: rotate(15deg);
}
.product__img-smartBat {
  overflow: hidden;
  text-align: center;
}
.product__img-smartBat img {
  width: 70%;
  height: 100%;
}
.product__img-golf-balancePlate img {
  width: 625px;
  height: 352px;
}

@media (max-width: 1330px) {
  .product {
    flex-direction: column-reverse;
    height: 100%;
    padding-bottom: 20px;
  }
  .product__info {
    position: relative;
    width: 90%;
    margin-top: 20px;
    padding-right: 0px;
  }
  .product__info-golf .product__more {
    margin-top: 30px;
  }
  .product__img {
    margin-bottom: 30px;
  }
  .product__img-golf {
    width: 600px;
    height: 560px;
    margin-left: 20px;
    margin-right: auto;
  }
  .product__img-sensor {
    height: 337px;
  }
  .product__img-sensorGrip img {
    height: 600px;
    width: 629px;
  }
  .product__img-smartBat {
    width: 629px;
  }
  .product__img-smartBat img {
    width: 70%;
    height: 112%;
  }
  .product__img-dynamixduo img {
    width: 600px;
    height: 338px;
  }
  .product__adv {
    position: absolute;
    top: -120px;
    right: 0;
  }
  .product__adv__item {
    background: #2F383D;
    z-index: 1;
  }
  .product__adv-golf {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.95);
    top: -130px;
    left: 15%;
  }
  .product__adv-golf .product__adv__item {
    min-width: 287.5px;
    width: 287.5px;
    height: 104px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .product__reverse .product__info-golf .product__adv {
    left: -120px;
    right: auto;
  }
  .product__reverse .product__img-golf {
    margin-right: 20px;
    margin-left: auto;
  }
  .product__reverse .product__info-golf {
    margin-right: 0px;
    margin-left: auto;
    width: 600px;
  }
}
@media (max-width: 750px) {
  .product {
    width: 310px;
    height: 607px;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .product-golf {
    height: 100%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }
  .product__img {
    width: 343px;
    height: 280px;
    margin-bottom: 28px;
  }
  .product__img img {
    max-width: 343px;
    max-height: 280px;
  }
  .product__info {
    width: 100%;
    margin-top: 85px;
  }
  .product__info-golf {
    margin-top: 10px;
    width: 343px;
  }
  .product__game {
    padding: 0px 10px;
  }
  .product__title {
    font-size: 32px;
    line-height: 32px;
    padding: 0px 10px;
  }
  .product__text {
    font-size: 20px;
    line-height: 25px;
    width: 95%;
    padding: 0px 10px;
  }
  .product__reverse .product__info {
    width: 343px;
  }
  .product__reverse .product__info .product__adv-golf {
    left: auto;
    right: 0;
  }
  .product__adv {
    top: -90px;
  }
  .product__adv__item {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 5px 16px 16px;
    width: 170px;
    margin-right: 0px;
    border-radius: 24px 0px 0px 24px;
  }
  .product__adv__item-mob {
    border-radius: 0px 24px 24px 0px;
    position: relative;
  }
  .product__adv__item-mob:before {
    content: "";
    background: url("../img/line.svg") no-repeat;
    width: 1px;
    height: 35px;
    position: absolute;
    left: -5px;
  }
  .product__adv-golf {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.95);
    top: -90px;
    left: -20px;
  }
  .product__adv-golf .product__adv__item {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 5px 16px 16px;
    min-width: 170px;
    max-width: 170px;
    width: 170px;
    height: 70px;
    margin-right: 0px;
    border-radius: 24px 0px 0px 24px;
  }
  .product__adv-golf .product__adv__item-mob {
    border-radius: 0px 24px 24px 0px;
    position: relative;
  }
  .product__adv-golf .product__adv__item-mob:before {
    content: "";
    background: url("../img/line.svg") no-repeat;
    width: 1px;
    height: 35px;
    position: absolute;
    left: -5px;
  }
  .product__more {
    margin-top: 32px;
  }
}
@media (max-width: 550px) {
  .product__info-golf {
    width: 100%;
  }
  .product__img {
    width: 100%;
  }
  .product__img img {
    max-width: 100%;
  }
  .product__img-golf {
    margin-left: auto;
    margin-right: auto;
  }
  .product__reverse .product__img-golf {
    margin-left: auto;
    margin-right: auto;
  }
}
.supportHeader {
  height: 354px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  background: #384148;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
  color: rgba(255, 255, 255, 0.95);
}
.supportHeader__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.supportHeader .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.supportHeader .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  width: 440px;
}

.sportHeader {
  background: url("../img/golf.png") no-repeat left;
  background-size: cover;
  height: 561px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
}
.sportHeader .title {
  text-transform: uppercase;
}

.baseballHeader {
  background: url("../img/baseball.png") no-repeat right;
  background-size: cover;
  height: 561px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
}
.softballHeader {
  background: url("../img/softball.png") no-repeat right;
  background-size: cover;
  height: 561px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
}
.baseballHeader .title {
  text-transform: uppercase;
}

.aboutHeader {
  background: url("../img/about.jpg") no-repeat right;
  background-size: cover;
  height: 561px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
}
.aboutHeader .title {
  text-transform: uppercase;
}

.subscribeHeader {
  background: #384148;
  height: 561px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
}
.subscribeHeader .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  /* identical to box height, or 60px */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #F5F5F6;
  padding-left: 0px;
  padding-right: 0px;
}

.contactHeader {
  background: #384148;
  height: 383px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 46px;
}
.contactHeader__title {
  max-width: 600px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.contactHeader__title-contactPage {
  max-width: 630px;
}
.contactHeader__touch {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #7FCE85;
}

@media (max-width: 1300px) {
  .aboutHeader {
    background-position: left;
  }
  .subscribeHeader .title {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .supportHeader {
    padding-right: 10px;
    padding-left: 0px;
  }
  .supportHeader__block {
    flex-direction: column;
    align-items: flex-start;
  }
  .supportHeader__block .subtitle {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 780px) {
  .supportHeader,
.baseballHeader,
.sportHeader {
    width: 100%;
    background-position: center;
  }
  .aboutHeader {
    background-position: 25%;
  }
  .contactHeader {
    height: 360px;
  }
  .contactHeader__title {
    font-size: 32px;
    line-height: 100%;
    max-width: 320px;
  }
  .contactHeader__title-contactPage {
    max-width: 375px;
  }
  .contactHeader__touch {
    font-size: 24px;
    line-height: 140%;
  }
  .subscribeHeader {
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .supportHeader,
.baseballHeader,
.sportHeader,
.aboutHeader {
    font-size: 48px;
    height: 347px;
    padding: 30px;
  }
  .subscribeHeader {
    height: 477px;
  }
  .supportHeader .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
  }
  .supportHeader .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
}
.supportCards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 16px;
  margin-bottom: 64px;
}
.supportCards .supportCard {
  padding: 40px 15px 0px 40px;
  background: radial-gradient(at top left, rgba(138, 223, 133, 0.4) 1%, rgb(56, 65, 72), rgb(56, 65, 72), rgb(56, 65, 72));
  border-radius: 32px;
  font-weight: 400;
  min-width: 430px;
  width: 430px;
  height: 332px;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.supportCards .supportCard__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}
.supportCards .supportCard__icon {
  color: #7FCE85;
  font-size: 45px;
  width: 24px;
  margin-right: 30px;
}
.supportCards .supportCard__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.supportCards .supportCard__go {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  background: #7FCE85;
  border-radius: 16px;
  padding: 20px 24px 16px;
  align-self: flex-start;
  margin-bottom: 30px;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  cursor: pointer;
}
.supportCards .supportCard__go:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.supportCards .supportCard__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}

@media (max-width: 1300px) {
  .supportCards {
    flex-direction: column;
    margin-bottom: 90px;
    justify-content: center;
    align-items: center;
  }
  .supportCards .supportCard {
    flex-direction: row;
    width: 100%;
    max-width: 704px;
    min-height: 204px;
    height: 100%;
    padding: 40px 24px;
    align-items: flex-start;
    margin-bottom: 16px;
    justify-content: space-between;
  }
  .supportCards .supportCard__go {
    margin-top: 0px;
    min-width: 113px;
  }
}
@media (max-width: 660px) {
  .supportCards {
    padding-left: 15px;
    margin-bottom: 70px;
  }
  .supportCards .supportCard {
    flex-direction: column;
    max-width: 343px;
    width: 100%;
    min-width: 100%;
    min-height: 246px;
    padding: 26px 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .supportCards .supportCard__info {
    width: 100%;
  }
  .supportCards .supportCard__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
    width: 100%;
    white-space: inherit;
  }
  .supportCards .supportCard__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 32px;
    width: 100%;
  }
  .supportCards .supportCard__go {
    margin-bottom: 0px;
  }
}
.supportFAQ {
  margin-bottom: 55px;
}
.supportFAQ__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #F3F4F4;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.supportFAQ__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #F3F4F4;
  margin-top: 8px;
}
.supportFAQ__icon {
  width: 40px;
  height: 40px;
  background: rgba(127, 206, 133, 0.3);
  border-radius: 1000px;
  color: #7FCE85;
  margin-right: 20px;
  padding: 5px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.supportFAQ__block {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}
.supportFAQ__item {
  color: white;
  margin-bottom: 44px;
}
.supportFAQ__item a {
  color: #7FCE85;
  text-decoration: underline;
  font-size: inherit;
}
.supportFAQ__item ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.supportFAQ__item ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.supportFAQ__item blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.supportFAQ__item blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.supportFAQ__item blockquote p {
  display: inline;
}
.supportFAQ__item pre {
  text-wrap: balance;
}
.supportFAQ__item__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
}
.supportFAQ__item__title .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F3F4F4;
}
.supportFAQ__item__title .count {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #7FCE85;
  background: rgba(127, 206, 133, 0.1);
  border-radius: 1000px;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.supportFAQ__item__article {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 120% */
  padding: 10px, 0px, 10px, 0px;
  letter-spacing: -0.02em;
  /* Green/Desaturated */
  color: #C9DDD5;
  margin-bottom: 20px;
  cursor: pointer;
}


.supportFAQ__item__answer {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  letter-spacing: -0.02em;
  /* Green/Desaturated */
  margin-bottom: 20px;
  color: #C9DDD5;
}
.supportFAQ__item__more {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #F3F4F4;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
}
.supportFAQ__item__arrow {
  font-size: 25px;
  transform: rotate(90deg);
  margin-left: 5px;
}
.supportFAQ__item__arrow-up {
  transform: rotate(270deg);
}

@media (max-width: 1300px) {
  .supportFAQ__block {
    padding-left: 0px;
  }
}
@media (max-width: 650px) {
  .supportFAQ {
    padding: 15px;
    margin-bottom: 10px;
  }
  .supportFAQ__block {
    flex-direction: column;
  }
  .supportFAQ__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #F3F4F4;
  }
  .supportFAQ__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
  .supportFAQ__item {
    width: 100%;
    margin-bottom: 42px;
  }
  .supportFAQ__item__title .text {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #F3F4F4;
  }
  .supportFAQ__item__article {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: #C9DDD5;
  }
  .supportFAQ__item__more {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #F3F4F4;
  }
}
.sendEmail {
  padding-top: 48px;
  padding-bottom: 50px;
}
.sendEmail__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
}
.sendEmail__input {
  width: 580px;
  height: 64px;
  padding: 22px;
  background: #384148;
  border-radius: 1000px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  border: 0px solid #384148;
  color: rgba(255, 255, 255, 0.95);
}
.sendEmail__input:focus-visible {
  outline: none;
}
.sendEmail__input::placeholder {
  color: rgba(255, 255, 255, 0.95);
  opacity: 0.6;
  text-transform: uppercase;
}
.sendEmail__form {
  position: relative;
}
.sendEmail__form__button {
  position: absolute;
  color: #7FCE85;
  width: 45px;
  height: 45px;
  font-size: 40px;
  left: 528px;
  top: 12px;
  cursor: pointer;
  background: none;
  border: none;
}
.sendEmail .icon-Arrow-fill:before {
  content: "\e902";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.sendEmail .error__text {
  display: none;
  padding-left: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  color: #DD343F;
  bottom: -20px;
  left: 10px;
}

@media (max-width: 768px) {
  .sendEmail__input {
    width: 100%;
  }
  .sendEmail__form {
    width: 100%;
  }
  .sendEmail__form__button {
    left: auto;
    right: 10px;
    top: 12px;
  }
}
@media (max-width: 680px) {
  .sendEmail__form {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
  .sendEmail__title {
    width: 300px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
  }
}
.footer {
  background: radial-gradient(at top right, rgba(8, 240, 27, 0.1) 1%, rgb(12, 22, 24), rgb(12, 22, 24), rgb(12, 22, 24));
  border-radius: 48px 48px 0px 0px;
}
.footer__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 25px;
}
.footer__icons {
  width: 60%;
}
.footer__icons__block {
  display: flex;
  flex-direction: row;
  margin-top: 33px;
}
.footer__icons__item {
  margin-right: 16px;
  background: #384148;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  color: #C9DDD5;
  padding-top: 8px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.footer__mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #384148;
  border-radius: 1000px;
  padding: 5px 8px 8px 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  width: 163px;
  height: 40px;
  margin-right: 24px;
}
.footer__mobile__icon {
  font-size: 24px;
  margin-right: 10px;
  color: #7FCE85;
  line-height: 100%;
  margin-bottom: 0px;
}
.footer__mobile-mob {
  display: none;
}
.footer__logo__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  width: 280px;
}
.footer__logo__icon {
  background: url("../img/sLogo.svg") no-repeat;
  width: 38px;
  height: 43px;
  background-size: 100%;
  margin-right: 23px;
  margin-left: 12px;
}
.footer__logo__text {
  background: url("../img/seLogo.svg") no-repeat;
  width: 210px;
  height: 24px;
  background-size: 100%;
}
.footer__download {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #7FCE85;
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.footer__download__icon {
  line-height: 100%;
  font-size: 35px;
  width: 39px;
  margin-left: -10px;
}
.footer__navigation {
  display: flex;
  flex-direction: row;
  margin-top: 3px;
  margin-right: 10px;
  width: 39%;
}
.footer__navigation__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #C9DDD5;
  margin-bottom: 15px;
}
.footer__navigation__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 4px;
}
.footer__about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 49%;
}
.footer__legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 49%;
}
.footer__legal a {
  text-align: left;
}
.footer__work-margin {
  margin-top: 350px;
}
.footer__work {
  height: 150px;
  position: relative;
}
.footer__work__block {
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.footer__copy {
  height: 51px;
  width: 100%;
  background: #000000;
  margin-top: 50px;
}
.footer__copy__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 51px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .footer__block {
    flex-direction: column;
  }
  .footer__icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .footer__icons__block {
    margin-top: 0px;
  }
  .footer__mobile {
    display: none;
  }
  .footer__mobile-mob {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #384148;
    border-radius: 1000px;
    padding: 8px 8px 5px 8px;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.95);
    width: 178px;
    margin-right: 24px;
  }
  .footer__mobile-mob a {
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.95);
  }
  .footer__logo {
    width: 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer__icons__block {
    width: 49%;
  }
  .footer__download {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .footer__navigation {
    margin-top: 35px;
    width: 100%;
  }
  .footer__work-margin {
    margin-top: 320px;
  }
}
@media (max-width: 680px) {
  .footer__mobile-mob {
    margin-bottom: 20px;
  }
  .footer__icons {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__icons__block {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .footer__navigation {
    flex-direction: column;
  }
  .footer__about {
    margin-bottom: 24px;
  }
  .footer__block {
    padding: 10px 20px;
  }
  .footer__navigation {
    margin-top: 5px;
  }
  .footer__copy__block {
    padding: 0px 10px;
  }
  .footer__legal {
    width: 100%;
  }
}
.technology {
  position: relative;
  height: 330px;
}
.technology__block {
  padding: 40px 46px;
  width: 800px;
  background: rgba(36, 45, 52, 0.9);
  border-radius: 48px;
  position: absolute;
  top: -50px;
  right: 0px;
}
.technology__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 48px;
  width: 500px;
}
.technology__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1000px) {
  .technology {
    height: 100%;
  }
  .technology__block {
    position: relative;
    top: 0;
    width: 95%;
    margin: 32px auto;
    padding: 32px 24px;
    margin-bottom: 90px;
  }
  .technology__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .technology__block {
    position: relative;
    top: 0;
    width: 95%;
    margin: 32px auto;
    padding: 26px 20px 35px 20px;
    box-sizing: border-box;
  }
  .technology__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 24px;
  }
  .technology__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
}
.appMockup {
  height: 500px;
  margin-top: 0px;
  margin-bottom: 300px;
}
.appMockup-sensorGripBaseball {
  margin-bottom: 220px;
}
.appMockup__sport {
  margin-top: 200px;
  margin-bottom: 50px;
}
.appMockup__sport .appMockup__img {
  position: absolute;
  left: 47%;
  top: -380px;
  background: url("../img/appMockup.png") no-repeat;
  background-size: 100%;
  width: 1100px;
  height: 730px;
}
.appMockup__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.appMockup__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 65px;
  max-width: 642px;
}
.appMockup__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
}
.appMockup__text-sensorGripBaseball {
  max-width: 550px;
}
.appMockup__img {
  position: absolute;
  left: auto;
  right: -180px;
  top: -230px;
  width: 900px;
  height: 680px;
}
.appMockup__img img {
  width: 100%;
  height: 100%;
}
.appMockup .hittingPlate__img {
  position: absolute;
  left: auto;
  right: -340px;
  top: -170px;
  background: url("../img/appHittingPlate.png") no-repeat;
  background-size: contain;
  width: 1139px;
  height: 834px;
}
.appMockup .appSensorMound__img {
  position: absolute;
  left: auto;
  right: -220px;
  top: -170px;
  background: url("../img/appSensorMound.png") no-repeat;
  background-size: contain;
  width: 939px;
  height: 834px;
}

.appSensorGrip {
  margin-top: 80px;
  margin-bottom: 350px;
}
.appSensorGrip__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.appSensorGrip__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 55px;
  max-width: 642px;
}
.appSensorGrip__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
}
.appSensorGrip__img {
  position: absolute;
  left: auto;
  right: -3%;
  top: -150px;
  background: url("../img/appSensorGripGolf.png") no-repeat;
  background-size: contain;
  width: 736px;
  height: 615px;
}

.oneApp {
  margin-top: 80px;
  margin-bottom: 300px;
}
.oneApp .appMockup__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  max-width: 620px;
  color: #F3F4F4;
}
.oneApp .appMockup__text-sensorGripBaseball {
  max-width: 550px;
}
.oneApp__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  /* White/text */
  color: #F3F4F4;
  width: 557px;
  margin-bottom: 56px;
}
.oneApp__img {
  position: absolute;
  left: 47%;
  top: -150px;
  background: url("../img/oneApp.png") no-repeat;
  background-size: 100%;
  width: 839px;
  height: 734px;
}

@media (max-width: 1320px) {
  .appMockup {
    height: auto;
    padding-bottom: 300px;
  }
  .appMockup-dynamix {
    padding-bottom: 430px;
  }
  .appMockup-sensorGripBaseball {
    margin-bottom: 550px;
  }
  .appMockup-balancePlate {
    margin-bottom: 420px;
  }
  .appMockup__sport {
    margin-top: 0px;
    margin-bottom: 300px;
  }
  .appMockup__sport .appMockup__img {
    top: 70px;
    left: auto;
    right: -130px;
    width: 860px;
    height: 630px;
  }
  .appMockup__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
  }
  .appMockup__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    max-width: 100%;
  }
  .appMockup__block {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .appMockup__img {
    top: 200px;
    left: auto;
    right: -130px;
    width: 860px;
    height: 630px;
  }
  .appMockup .hittingPlate__img {
    position: absolute;
    left: auto;
    right: -270px;
    top: 250px;
    background-size: contain;
    width: 1039px;
    height: 734px;
  }
  .appMockup .appSensorMound__img {
    position: absolute;
    left: auto;
    right: -125px;
    top: 250px;
    background-size: 100%;
    width: 839px;
    height: 734px;
  }
  .oneApp {
    margin-top: 0px;
    margin-bottom: 430px;
  }
  .oneApp__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    width: 100%;
    margin-bottom: 56px;
  }
  .oneApp .appMockup__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    max-width: 704px;
    color: #F3F4F4;
  }
  .oneApp__img {
    top: 240px;
    width: 739px;
    height: 774px;
    right: -20px;
    left: auto;
  }
  .appSensorGrip {
    margin-top: 80px;
    margin-bottom: 740px;
  }
  .appSensorGrip__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .appSensorGrip__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 65px;
    max-width: 642px;
  }
  .appSensorGrip__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    max-width: 642px;
  }
  .appSensorGrip__img {
    position: absolute;
    left: auto;
    right: -100px;
    top: 200px;
    width: 839px;
    height: 734px;
  }
}
@media (max-width: 750px) {
  .oneApp {
    margin-top: 0px;
    margin-bottom: 350px;
  }
  .oneApp__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    width: 100%;
    margin-bottom: 56px;
  }
  .oneApp .appMockup__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    max-width: 704px;
    color: #F3F4F4;
  }
  .oneApp__img {
    top: 240px;
    width: 739px;
    height: 774px;
    right: -20px;
    left: auto;
  }
}
@media (max-width: 750px) {
  .appMockup {
    margin-left: auto;
    margin-right: auto;
    margin-top: 370px;
    padding-bottom: 0px;
    margin-bottom: 68px;
  }
  .appMockup-dynamix {
    margin-top: 440px;
  }
  .appMockup-sensorGripBaseball {
    margin-top: 450px;
  }
  .appMockup-balancePlate {
    margin-top: 450px;
  }
  .appMockup__sport {
    margin-top: 300px;
  }
  .appMockup__sport .appMockup__img {
    top: -410px;
    right: -90px;
    width: 450px;
    height: 330px;
  }
  .appMockup__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    width: 220px;
  }
  .appMockup__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    letter-spacing: -0.02em;
  }
  .appMockup__img {
    top: -450px;
    right: -50px;
    width: 450px;
    height: 330px;
  }
  .appMockup .hittingPlate__img {
    position: absolute;
    left: auto;
    right: -130px;
    top: -460px;
    background-size: 100%;
    width: 550px;
    height: 520px;
  }
  .appMockup .appSensorMound__img {
    position: absolute;
    left: auto;
    right: -40px;
    top: -470px;
    background-size: 100%;
    width: 415px;
    height: 320px;
  }
  .oneApp {
    margin-top: 400px;
    margin-bottom: 50px;
  }
  .oneApp__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 24px;
  }
  .oneApp .appMockup__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #F3F4F4;
  }
  .oneApp__img {
    top: -440px;
    width: 359px;
    height: 328px;
    right: 0px;
    left: auto;
  }
  .appSensorGrip {
    margin-top: 400px;
    margin-bottom: 60px;
  }
  .appSensorGrip__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .appSensorGrip__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 24px;
    max-width: 642px;
  }
  .appSensorGrip__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    max-width: 642px;
  }
  .appSensorGrip__img {
    position: absolute;
    left: auto;
    right: -40px;
    top: -450px;
    width: 400px;
    height: 350px;
  }
}
.subscribe {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}
.subscribe__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 69%;
  position: relative;
}
.subscribe__title {
  padding-top: 8px;
  width: 30%;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F5F5F6;
  padding-right: 5%;
}
.subscribe__input {
  width: 90%;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 22px;
  background: #384148;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #F5F5F6;
}
.subscribe__input:focus-visible {
  outline: none;
}
.subscribe__input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #F5F5F6;
}
.subscribe__button {
  padding: 20px 24px 16px;
  margin-left: 5px;
  text-transform: uppercase;
  width: 183px;
  height: 62px;
  border: none;
  cursor: pointer;
  background: #7FCE85;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: black;
}
.subscribe__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}

.subscribe .error__text {
  display: none;
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  color: #DD343F;
  bottom: -20px;
  left: 10px;
}

@media (max-width: 1400px) {
  .subscribe {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .subscribe__title {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .subscribe__block {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .subscribe__block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .subscribe__input {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribe__title {
    width: 80%;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #F5F5F6;
  }
}
.blogNews {
  margin-top: 120px;
}
.blogNews__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blogNews__nav {
  font-weight: 400;
  width: 236px;
  display: flex;
  flex-direction: column;
}
.blogNews__nav__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F5F5F6;
  margin-bottom: 21px;
}
.blogNews__nav__item {
  flex: none;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  cursor: pointer;
}
.blogNews__nav__sensore {
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
.blogNews__news {
  width: 70%;
}

@media (max-width: 800px) {
  .blogNews {
    margin-top: 48px;
    padding-bottom: 40px;
  }
  .blogNews__block {
    flex-direction: column;
  }
  .blogNews__nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: scroll;
  }
  .blogNews__nav::-webkit-scrollbar {
    width: 0;
  }
  .blogNews__nav__title {
    display: none;
  }
  .blogNews__nav__item {
    height: 52px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #F5F5F6;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-radius: 1000px;
    padding: 10px 26px 8px;
    margin-right: 16px;
    margin-bottom: 0px;
  }
  .blogNews__nav__sensore {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-radius: 1000px;
    padding: 10px 26px 8px;
    margin-right: 16px;
    height: 42px;
    min-width: 280px;
  }
  .blogNews__news {
    width: 100%;
    padding: 15px;
  }
}
.mainNews {
  font-weight: 400;
  padding-bottom: 60px;
}
.mainNews__img {
  height: 316px;
  margin-bottom: 37px;
}
.mainNews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.mainNews__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  margin-bottom: 32px;
}
.mainNews__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #F5F5F6;
  max-width: 528px;
  max-height: 120px;
  height: auto;
  overflow: hidden;
}
.mainNews__date {
  text-align: right;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #7FCE85;
  flex: none;
  margin-left: 30px;
}
.mainNews__text {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.95);
}
.mainNews__button {
  display: flex;
  width: 146px;
  height: 62px;
  background: #F5F5F6;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #192325;
  cursor: pointer;
}
.mainNews ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.mainNews ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.mainNews blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.mainNews blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mainNews blockquote p {
  display: inline;
}
.mainNews pre {
  text-wrap: balance;
}

@media (max-width: 760px) {
  .mainNews__nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .mainNews__title {
    width: 100%;
    word-wrap: break-word;
    font-size: 24px;
    line-height: 24px;
  }
  .mainNews__date {
    margin-left: 0px;
    margin-top: 5px;
    font-size: 16px;
  }
  .mainNews__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .mainNews__button {
    margin-left: auto;
    margin-right: 0px;
  }
  .mainNews__img {
    height: auto;
    width: 100%;
  }
}
.allNews {
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.allNews__item {
  width: 435px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.allNews__item:nth-child(odd) {
  margin-right: 5px;
}
.allNews__img {
  height: 245px;
  margin-bottom: 32px;
}
.allNews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.allNews__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.allNews__nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 32px;
}
.allNews__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #F5F5F6;
  height: auto;
  overflow: hidden;
  max-height: 120px;
}
.allNews__date {
  margin-top: 15px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #7FCE85;
}
.allNews__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F5F5F6;
  margin-bottom: 32px;
}
.allNews__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 62px;
  background: #F5F5F6;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  cursor: pointer;
}

@media (max-width: 800px) {
  .allNews {
    flex-direction: column;
    width: 100%;
  }
  .allNews__item {
    width: 100%;
  }
  .allNews__title {
    width: 100%;
    word-wrap: break-word;
    font-size: 24px;
    line-height: 32px;
    max-height: 102px;
  }
  .allNews__img {
    height: auto;
    width: 100%;
  }
  .allNews__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .allNews__nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .allNews__button {
    margin-right: 0px;
    margin-left: auto;
  }
  .allNews__date {
    margin-left: 0px;
    margin-top: 5px;
    font-size: 16px;
  }
}
.errorPage {
  margin-bottom: 293px;
  padding-top: 170px;
  position: relative;
}
.errorPage__img {
  background: url("../img/404.png") no-repeat;
  height: 499px;
  width: 100%;
  background-size: contain;
  background-position: bottom;
}
.errorPage__block {
  position: absolute;
  top: 570px;
  margin-right: 20px;
  padding: 40px;
  background: white;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  box-sizing: border-box;
  font-weight: 400;
}
.errorPage__title {
  font-size: 64px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 100%;
  margin-bottom: 24px;
  font-weight: 600;
}
.errorPage__text {
  font-size: 24px;
  line-height: 140%;
}
.errorPage__button {
  width: 183px;
  font-size: 16px;
  text-transform: uppercase;
  background: #7FCE85;
  border-radius: 16px;
  margin-top: 32px;
  padding: 20px 24px 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.errorPage__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}

@media (max-width: 1200px) {
  .errorPage {
    margin-bottom: 363px;
    padding-top: 130px;
  }
  .errorPage__img {
    height: 294px;
  }
  .errorPage__block {
    width: 600px;
    top: 400px;
  }
}
@media (max-width: 680px) {
  .errorPage {
    margin-bottom: 293px;
    padding-top: 130px;
  }
  .errorPage__img {
    height: 160px;
  }
  .errorPage__block {
    width: 95%;
    top: 260px;
  }
  .errorPage__title {
    font-size: 32px;
  }
  .errorPage__text {
    font-size: 18px;
  }
}
.contactForm {
  width: 685px;
  margin-top: 110px;
  margin-bottom: 110px;
}
.contactForm-contactPage {
  width: 700px;
  margin: 110px auto;
}
.contactForm__input {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
}
.contactForm__input label {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
  margin-top: 20px;
  text-align: left;
}
.contactForm__input input {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  font-size: 16px;
  line-height: 120%;
  color: #384148;
  height: 52px;
}
.contactForm__input input:disabled {
  background: #D0D5DD;
  border: 1px solid #F3F4F4;
}
.contactForm__input textarea {
  font-family: Arimo;
  width: 100%;
  height: 100px;
  font-size: 16px;
  line-height: 140%;
  color: #384148;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  resize: none;
}
.contactForm__input textarea:disabled {
  background: #D0D5DD;
  border: 1px solid #F3F4F4;
}
.contactForm__input__mobile input {
  padding-left: 60px;
}
.contactForm__input-contactPageTextarea textarea {
  height: 160px;
}
.contactForm__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contactForm__block .contactForm__input {
  width: 264px;
}
.contactForm__block .contactForm__input-contactPage {
  width: 338px;
}
.contactForm__block .contactForm__input-serial {
  width: 290px;
}
.contactForm__block-state .contactForm__input {
  width: 171px;
}
.contactForm__block-state .contactForm__input-contactPage {
  width: 217.33px;
}
.contactForm__submit {
  font-family: Arimo;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #192325;
  padding: 20px 24px 16px;
  background: #7FCE85;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
}
.contactForm__submit:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.contactForm__submit:disabled {
  background: #D0D5DD;
  cursor: default;
}
.contactForm__dropdown {
  position: absolute;
  width: 60px;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #384148;
  opacity: 0.5;
  top: 52px;
  padding-right: 5px;
  cursor: pointer;
}
.contactForm__dropdown-arrow {
  width: 10px;
  height: 5px;
  background: url("../img/mobileInput.svg") no-repeat;
  background-size: contain;
  margin-left: 8px;
  transition: transform 0.2s;
}
.contactForm__dropdown-arrow-open {
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.contactForm__dropdown__list {
  display: none;
  width: 160px;
  height: 141px;
  position: absolute;
  top: 110px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  text-align: left;
  overflow: auto;
  z-index: 5;
}
.contactForm__dropdown__list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192325;
  cursor: pointer;
  padding-top: 14px;
  padding-left: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #65696E;
}
.contactForm__dropdown__list-item:last-child {
  border-bottom: none;
}
.contactForm__dropdown__list-item:hover {
  background: #384148;
  color: #F4F5F5;
}
.contactForm__checkbox {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contactForm__checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contactForm__checkbox label a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.95);
  margin-left: 5px;
  cursor: pointer;
}
.contactForm__checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contactForm__checkbox-input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.contactForm__checkbox-input + label::before {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  margin-right: 10px;
  cursor: pointer;
}
.contactForm__checkbox-input:checked + label::before {
  border-color: #7FCE85;
  background: #7FCE85;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.contactForm__checkbox-error {
  color: #DD343F;
}
.contactForm__checkbox-error a {
  color: #DD343F !important;
}
.contactForm__form .error {
  position: relative;
}
.contactForm__form .error input,
.contactForm__form .error textarea {
  border: 1px solid #DD343F;
  position: relative;
}
.contactForm__form .error:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/error.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 64px;
}

.contactForm__form .error-date:after {
  content: "";
  width: 0px;
  height: 0px;
  background: url("../img/error.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 64px;
}
.contactForm__form .error__text {
  display: none;
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  color: #DD343F;
  bottom: -20px;
  left: 10px;
}
.contactForm__form .error .open {
  display: block;
}

@media (max-width: 1250px) {
  .contactForm__form {
    padding: 24px 10px;
  }
  .contactForm__block .contactForm__input {
    width: 324px;
  }
  .contactForm__block-state .contactForm__input {
    width: 210px;
  }
  .contactForm__block .contactForm__input-serial{
  	width:290px;
  }
}
@media (max-width: 768px) {
  .contactForm-contactPage {
    margin: 70px auto;
  }
  .contactForm__form {
    padding: 0px;
  }
  .contactForm__block {
    flex-direction: column;
  }
  .contactForm__block .contactForm__input {
    width: 100%;
  }
  .contactForm-contactPage {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contactForm__input label {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .contactForm__input input {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    height: 42px;
    border-radius:10px;
  }
  .contactForm__form .error:after {
    top: 62px;
  }
}
@media (max-width: 400px) {
  .contactForm__checkbox label span {
    text-align: left;
  }
  
  .contactForm__dropdown {
	  top:47px;
  }
}
.work {
  position: relative;
}
.work__block {
  background: #384148;
  border-radius: 48px;
  height: 382px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 46px;
  background: #384148;
  padding-right: 0px;
  overflow: hidden;
}
.work__info {
  z-index: 1;
}
.work__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  width: 305px;
  letter-spacing: -0.02em;
  margin-top: 88px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.95);
}
.work__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}
.work__button {
  font-weight: 600;
  width: 164px;
  height: 58px;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  padding: 20px 24px 16px;
  background: #7FCE85;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.work__button:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.work__img {
  height: 532px;
  width: 700px;
  background: url("../img/work.png") no-repeat;
  background-size: cover;
  background-position: 10%;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  position: relative;
}
.work__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgb(56, 65, 72) 10%, rgba(56, 65, 72, 0.2) 100%);
  width: 110%;
  height: 382px;
}

@media (max-width: 768px) {
  .work__block {
    position: relative;
  }
  .work__info {
    z-index: 1;
  }
  .work__img {
    height: 532px;
    width: 700px;
    background: url("../img/work.png") no-repeat;
    background-size: cover;
    background-position: 10%;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .work__img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #384148 1%, rgba(56, 65, 72, 0.4) 100%);
    width: 100%;
    height: 382px;
  }
}
@media (max-width: 500px) {
  .work__block {
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .work__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .work__img:after {
    background: linear-gradient(to top, #384148 1%, rgba(56, 65, 72, 0.4) 80%);
  }
}
.position__block {
  margin-top: 55px;
}
.position__item {
  width: 100%;
  background: rgba(56, 65, 72, 0.9);
  border: 2px solid rgba(56, 65, 72, 0.9);
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 32px;
  align-items: center;
}
.position__info {
  display: flex;
  flex-direction: row;
  max-width: 65%;
}
.position__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background: #7FCE85;
  border-radius: 10px;
  margin-right: 32px;
  font-size: 27px;
  text-align: center;
  padding: 10px;
}
.position__subTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #C9DDD5;
  margin-bottom: 8px;
}
.position__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.95);
  word-break: break-word;
}
.position__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
}
.position__place {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  color: #C9DDD5;
  margin-right: 32px;
}
.position__apply {
  padding: 20px 24px;
  background: #7FCE85;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #192325;
}
.position__apply:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}

@media (max-width: 767px) {
  .position__item {
    flex-direction: column;
    padding: 16px;
    margin-bottom: 32px;
  }
  .position__info {
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 35px;
    margin-bottom: 16px;
  }
  .position__icon {
    position: absolute;
    top: -35px;
  }
  .position__buttons {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .position__place {
    margin-bottom: 24px;
  }
  .position__apply {
    align-self: flex-end;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .position__place {
    font-size: 20px;
  }
}
.productHeader {
  padding-top: 126px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 120px;
}
.productHeader__img {
  width: 652px;
  min-height: 795px;
  height:auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productHeader__img img {
  width: auto;
  height: auto;
  max-width: 652px;
  max-height: 795px;
}
.productHeader__img-sensorGrip {
  overflow: hidden;
  height: 830px;
}
.productHeader__img-sensorGrip img {
  width: 500px;
  height: 900px;
  transform: rotate(15deg);
}
.productHeader__img-hittingPlate img {
  width: 651.2px;
  height: 359.04px;
}
.productHeader__img-sensorMound {
  height: auto;
}
.productHeader__img-smartBat img {
  width: 100%;
  height: 100%;
}
.productHeader__block {
  width: 652px;
  min-width: 652px;
  height: auto;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.productHeader__info {
  padding: 56px 48px;
  background: #F5F5F7;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  display: none;
}
.productHeader__info-coaches {
  display: flex;
  padding: 49px;
}
.productHeader__info-sensorGrip {
  padding: 55px 40px;
}
.productHeader__info-hittingPlate {
  padding: 32px 40px;
}
.productHeader__game {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #39594C;
  margin-bottom: 16px;
}
.productHeader__game-sensorGrip {
  margin-bottom: 7px;
  margin-top: 20px;
}
.productHeader__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #192325;
  margin-bottom: 16px;
}
.productHeader__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #39594C;
}
.productHeader__text-coaches {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #39594C;
}
.productHeader__text-sensorGrip {
  font-size: 24px;
  line-height: 35px;
  margin-top: 10px;
}
.productHeader__contact {
  padding: 20px 24px;
  height: 62px;
  background: #7FCE85;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  cursor: pointer;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.productHeader__contact:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.productHeader__contact-sensorGrip {
  margin-bottom: 20px;
}
.productHeader__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}
.productHeader__adv {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: row;
  align-content: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
}
.productHeader__item {
  background: #384148;
  border-radius: 24px;
  padding: 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  width: 49%;
  height: auto;
  min-height: 120px;
  max-height: 122px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.productHeader__item .green {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7FCE85;
  top: 17px;
  margin-top: 12px;
}
.productHeader__item:nth-child(even) {
  margin-left: 8px;
}
.productHeader__item-coaches {
  display: flex;
  padding: 20px;
}
.productHeader__switcher {
  position: relative;
}
.productHeader__switcher-mob {
  display: none;
}
.productHeader__switcher .toggle-button {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  background: #ffffff;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  width: 314px;
  height: 61px;
  margin-bottom: 16px;
  background: #384148;
  border-radius: 1000px;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.productHeader__switcher .toggle-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 5px;
  width: 145px;
  height: 50px;
  background-color: white;
  border-radius: 40px;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.productHeader__switcher .toggle-button:checked::after {
  transform: translateX(calc(100% + 3px));
  background-color: #fff;
}
.productHeader__switcher .coaches {
  position: absolute;
  top: 17px;
  left: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  cursor: pointer;
}
.productHeader__switcher .players {
  position: absolute;
  top: 17px;
  left: 190px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
.productHeader__switcher .toggle-button:checked ~ .players {
  color: #333333;
}
.productHeader__switcher .toggle-button:checked ~ .coaches {
  color: white;
}

.toggle-button:checked ~ .productHeader__info {
  background: red !important;
}

@media (max-width: 1400px) {
  .productHeader__block {
    width: 49%;
    min-width: 49%;
  }
}
@media (max-width: 1320px) {
  .productHeader {
    flex-direction: column;
    align-items: center;
    padding-top: 196px;
  }
  .productHeader__img {
	height:540px;
    min-height: 540px;
    padding-top: 87px;
    padding-bottom: 87px;
    margin-bottom: 16px;
    width: 704px;
    margin-right: 0px;
    order: 1;
  }
  
  .productHeader__img img {
  	max-height: 545px;
  }
  .productHeader__img-sensorGrip img {
    width: 349.31px;
    height: 620.48px;
    transform: rotate(15deg);
  }
  .productHeader__img-hittingPlate img {
    width: 704.12px;
    height: 388.22px;
  }
  .productHeader__img-smartBat img {
    height: 540px;
    width: auto;
  }
  .productHeader__block {
    width: 704px;
    order: 2;
  }
  .productHeader__switcher {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .productHeader__img {
	height:540px;
    min-height: 540px;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .productHeader__img img {
/*     width: 100%; */
width: auto;
    height: auto;
    max-width: 500px;
    max-height: 540px;
  }
  .productHeader__img-sensorGrip {
    width: 100%;
    height: 280px;
  }
  .productHeader__img-sensorGrip img {
    width: 186.04px;
    height: 329.7px;
    transform: rotate(15deg);
  }
  .productHeader__img-smartBat {
    height: 540px;
  }
  .productHeader__img-smartBat img {
    width: 445px;
    height: 900px;
  }
  .productHeader__block {
    width: 100%;
    height: 100%;
    order: 2;
  }
  .productHeader__info {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .productHeader__info-coaches {
    padding: 20px;
  }
  .productHeader__item {
    padding: 24px 30px;
  }
  .productHeader__item:nth-child(even) {
    margin-left: 4px;
  }
}
@media (max-width: 500px) {
  .productHeader {
    margin-bottom: 60px;
    padding-top: 145px;
  }
  .productHeader__img {
    min-height: 343px;
    height:343px;
    width: 100%;
  }
  .productHeader__img img {
    max-width: 320px;
    max-height: 320px;
  }
  .productHeader__img-sensorGrip img {
    width: 230px;
    height: 620.48px;
    transform: rotate(15deg);
  }
  .productHeader__img-hittingPlate img {
    width: 100%;
    height: auto;
  }
  .productHeader__img-smartBat img {
    width: auto;
    height: 345px;
  }
  .productHeader__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding: 24px 20px;
    min-height: 86px;
  }
  .productHeader__game {
    font-size: 14px;
  }
  .productHeader__title {
    font-size: 32px;
  }
  .productHeader__text {
    font-size: 16px;
  }
  .productHeader__text-coaches {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
  .productHeader__text-sensorGrip {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
  .productHeader__contact {
    height: 61px;
    font-size: 17px;
    background: #7FCE85;
    border-radius: 16px;
  }
  .productHeader__switcher .toggle-button {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    background: #ffffff;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 10px;
    width: 286px;
    height: 51px;
    margin-bottom: 16px;
    background: #384148;
    border-radius: 1000px;
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .productHeader__switcher .toggle-button::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 130px;
    height: 35px;
    background-color: white;
    border-radius: 40px;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .productHeader__switcher .toggle-button:checked::after {
    transform: translateX(calc(100% + 3px));
    background-color: #fff;
  }
  .productHeader__switcher .coaches {
    position: absolute;
    top: 17px;
    left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    cursor: pointer;
  }
  .productHeader__switcher .players {
    position: absolute;
    top: 17px;
    left: 170px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
  }
}
.improve {
  margin: 0 auto;
  margin-bottom: 100px;
}
.improve__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.improve__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
}
.improve__block {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  overflow-x: scroll;
}
.improve__block::-webkit-scrollbar {
  width: 0;
}
.improve__experience {
  margin-top: 100px;
}
.improve__arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100px;
  font-size: 36px;
  color: white;
}
.improve__arrow-left {
  cursor: pointer;
}
.improve__arrow-right {
  cursor: pointer;
}

.improveCard {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 47px 35px 0px 35px;
  background: radial-gradient(at top left, rgba(138, 223, 133, 0.5) 1%, rgb(56, 65, 72), rgb(56, 65, 72), rgb(56, 65, 72));
  font-weight: 400;
  min-width: 720px;
  width: 720px;
  height: 310px;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.improveCard:first-child {
  margin-left: 5%;
}
.improveCard__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 16px;
}
.improveCard__icon {
  color: #7FCE85;
  font-size: 46px;
  margin-right: 33px;
  margin-bottom: 5px;
}
.improveCard__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}

.experience__card {
  min-width: 500px;
  max-width: 360px;
  height: auto;
  padding-bottom: 46px;
}
.experience__arrow {
  display: flex;
  align-items: flex-end;
  width: 110px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.experience__arrow-left {
  width: 10px;
}
.experience__arrow-right {
  width: 10px;
}
.experience__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.experience__title .improveCard__icon {
  margin-bottom: 32px;
  font-weight: 400;
}

.mainPage .improveCard {
  height: 348px;
}
.mainPage .improveCard__icon {
  margin-bottom: 32px;
}

@media (min-width: 1650px) {
  .improve {
    max-width: 1600px;
    margin: 100px auto;
  }
  .improve__block {
    justify-content: space-between;
  }
  .improveCard {
    margin-left: 0;
  }
  .improveCard:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .improve__arrow {
    display: flex;
  }
  .improveCard {
    min-width: 560px;
    height: auto;
    padding: 30px 24px 64px 24px;
  }
  .improveCard:first-child {
    margin-left: 3%;
  }
  .improveCard__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .improveCard__icon {
    margin-bottom: 32px;
  }
}
@media (max-width: 750px) {
  .improve {
    margin-bottom: 20px;
  }
  .improve__title {
    width: 400px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
  }
  .improveCard {
    min-width: 320px;
    padding: 30px 20px 50px 20px;
    height: auto;
  }
  .improveCard__title {
    flex-direction: row;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
  .improveCard__text {
    font-size: 20px;
  }
  .experience__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .experience__card {
    min-width: 310px;
    max-width: 310px;
    height: 280px;
    padding-bottom: 25px;
  }
  .experience__card .experience__title {
    height: 50px;
    margin-bottom: 16px;
  }
  .improveCard__title {
    height: 70px;
    margin-bottom: 32px;
  }
  .improveCard__title-text {
    margin-top: 5px;
  }
  .improve {
    margin-top: 0px;
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 40px;
  }
  .improve__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 0px;
    width: 250px;
  }
  .improve__title-mainPage {
    width: 400px;
  }
  .improve__arrow {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .improve__arrow__left, .improve__arrow__right {
    width: 18px;
  }
}
.swing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}
.swing__video {
  min-width: 692px;
  height: 496px;
  margin-right: 64px;
  border-radius: 32px;
  cursor: pointer;
}
.swing__video-sensorGrip {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../img/worksSensorGrip.png");
}
.swing__video-mainPage {
  background: url("../img/easyMain.png");
  background-size: cover;
}
.swing__video-dynamixDuo {
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-dynamixDuo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 32px;
}
.swing__video-dynamixDuo:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-dynamixDuo:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
 }
.swing__video-sensorGolf {
  background: url("../img/easySensorGolf.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-sensorGolf:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-sensorGolf:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video-hittingPlate {
  background: url("../img/easyHitting.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-hittingPlate:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-hittingPlate:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video-sensorMound {
  background: url("../img/easySensorMound.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-sensorMound:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-sensorMound:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video-pitching {
  background: url("../img/easyPitching.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-pitching:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-pitching:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video-sensorBaseball {
  background: url("../img/easySensorBaseball.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-sensorBaseball:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-sensorBaseball:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video-balancePlate {
  background: url("../img/easyBalancePlate.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-balancePlate:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-balancePlate:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video-smartBat {
  background: url("../img/worksSmartBat.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.swing__video-smartBat::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 692px;
  height: 496px;
  background: #384148;
  opacity: 0.4;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(3.68deg);
}
.swing__video-smartBat:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #384148;
  opacity: 0.4;
  width: 692px;
  height: 496px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transform: rotate(7.72deg);
}
.swing__video__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.swing__video__open {
  position: absolute;
  width: 170vh;
  height: 85vh;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.swing__video__open iframe {
  width: 100%;
  height: 100%;
}
.swing__video__close {
  width: 19px;
  height: 19px;
  background: url("../img/closeBtn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -35px;
  cursor: pointer;
}
.swing__info {
  margin-top: 40px;
}
.swing__info-mainPage {
  margin-top: 5px;
}
.swing__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
}
.swing__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 1400px) {
  .swing__title-mainPage {
    white-space: nowrap;
  }
}
@media (max-width: 1300px) {
  .swing {
    flex-direction: column;
    margin-bottom: 90px;
  }
  .swing__video {
    min-width: 706px;
    height: 506px;
    margin-bottom: 64px;
    margin-right: auto;
    margin-left: auto;
  }
  .swing__video__open {
    width: 140vh;
    max-width: 90vw;
    height: 70vh;
  }
}
@media (max-width: 755px) {
  .swing {
    margin-bottom: 62px;
  }
  .swing__info {
    margin-top: 0px;
  }
  .swing__video {
    min-width: 343px;
    height: 241px;
    margin-bottom: 30px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swing__video__open {
    width: 666px;
    height: 65vh;
  }
  .swing__video-smartBat {
    background-size: contain;
    border-radius: 32px;
  }
  .swing__video-smartBat:before {
    width: 335.45px;
    height: 244.19px;
    background: #384148;
    opacity: 0.4;
    /* sh */
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transform: rotate(3.68deg);
  }
  .swing__video-smartBat::after {
    width: 335.45px;
    height: 244.19px;
    background: #384148;
    opacity: 0.4;
    /* sh */
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transform: rotate(7.72deg);
  }
  .swing__video-dynamixDuo, .swing__video-sensorGolf, .swing__video-hittingPlate, .swing__video-sensorMound, .swing__video-pitching, .swing__video-sensorBaseball, .swing__video-balancePlate {
    background-size: contain;
    border-radius: 32px;
  }
  .swing__video-dynamixDuo:before, .swing__video-sensorGolf:before, .swing__video-hittingPlate:before, .swing__video-sensorMound:before, .swing__video-pitching:before, .swing__video-sensorBaseball:before, .swing__video-balancePlate:before {
    display: none;
  }
  .swing__video-dynamixDuo:after, .swing__video-sensorGolf:after, .swing__video-hittingPlate:after, .swing__video-sensorMound:after, .swing__video-pitching:after, .swing__video-sensorBaseball:after, .swing__video-balancePlate:after {
    display: none;
  }
  .swing__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
  }
  .swing__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 680px) {
  .swing__video__open {
    width: 90vw;
    height: 45vw;
  }
}
.specifications {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
}
.specifications__title {
  width: 414px;
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 15px;
}
.specifications__item {
  min-width: 727px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  padding: 32px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}

@media (max-width: 1300px) {
  .specifications {
    flex-direction: column;
  }
  .specifications__title {
    width: 100%;
    margin-bottom: 35px;
  }
  .specifications__item {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .specifications {
    padding-right: 10px;
    padding-left: 15px;
  }
  .specifications__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .specifications__item {
    font-size: 28px;
    padding: 25px 0px;
    min-width: 100%;
  }
}
.opinion {
  margin-bottom: 70px;
}
.opinion__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.95);
}
.opinion__block {
  display: flex;
  flex-direction: row;
}
.opinion__arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.opinion__card {
  padding: 40px 32px;
  min-width: 706px;
  max-width: 706px;
  height: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
}
.opinion__article {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.95);
}
.opinion__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
}
.opinion__author {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  display: flex;
  flex-direction: row;
}
.opinion__img {
  margin-right: 32px;
  width: 72px;
  height: 72px;
  border-radius: 1000px;
}
.opinion__img img {
  width: 72px;
  height: 72px;
  border-radius: 2000px;
}
.opinion__name {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: rgba(255, 255, 255, 0.95);
}
.opinion__position {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #7FCE85;
}

@media (min-width: 1920px) {
  .opinion {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 760px) {
  .opinion {
    margin-bottom: 109px;
  }
  .opinion__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
  }
  .opinion__card {
    padding: 26px 13px 26px 20px;
    min-width: 310px;
    max-width: 310px;
  }
  .opinion__author {
    min-height: 140px;
  }
  .opinion__article {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
  }
  .opinion__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
  .opinion__name {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
  }
  .opinion__position {
    font-size: 22px;
  }
}
.elevate {
  text-align: center;
  padding-bottom: 74px;
  background: url("../img/golfMockup.png") no-repeat;
  background-size: 740px 799px;
  background-position: 105% bottom;
}
.elevate__baseball {
  background: url("../img/baseballMockup.png") no-repeat;
  background-size: 740px 799px;
  background-position: 105% bottom;
  padding-bottom: 230px;
}
.elevate__softball {
  background: url("../img/softballMockup.png") no-repeat;
  background-size: 740px 799px;
  background-position: 105% bottom;
  padding-bottom: 230px;
}
.elevate__golf {
  padding-bottom: 230px;
}
.elevate__block {
  display: flex;
  flex-direction: row;
}
.elevate__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}
.elevate__sub {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 71px;
  opacity: 0.8;
}
.elevate__contact {
  width: 605px;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 32px;
}

@media (max-width: 1250px) {
  .elevate {
    padding-bottom: 840px;
    background-position: bottom;
  }
  .elevate__contact {
    width: 704px;
    padding: 0px 10px;
  }
  .elevate__sub {
    margin-bottom: 50px;
  }
  .elevate__block {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .elevate {
    padding-bottom: 391px;
    background-position: bottom;
    background-size: 373px 391px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .elevate__block {
    justify-content: center;
  }
  .elevate__contact {
    height: 100%;
    width: 100%;
    padding: 10px 20px;
  }
  .elevate__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .elevate__sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .elevate {
    padding-left: 0px;
    padding-right: 0px;
  }
  .elevate__title {
    width: 250px;
    margin: 0 auto;
  }
}
.shipping {
  padding-top: 191px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.shipping__block {
  width: 98%;
  height: 354px;
  background: #384148;
  border-radius: 48px;
  margin: 0 auto;
}
.shipping__container {
  display: flex;
  flex-direction: row;
  position: relative;
}
.shipping__info {
  height: 354px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 46px;
}
.shipping__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  /* identical to box height, or 64px */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  /* White / text */
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}
.shipping__update {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  /* Green/Main */
  color: #7FCE85;
}
.shipping__img {
  position: absolute;
  right: 0;
  top: -50px;
  background: url("../img/shippingBox.png") no-repeat;
  background-size: 545px 394px;
  width: 545px;
  height: 354px;
}

@media (max-width: 1150px) {
  .shipping__img {
    top: -130px;
    right: -160px;
  }
}
@media (max-width: 600px) {
  .shipping__container {
    padding: 15px;
  }
  .shipping__block {
    height: 300px;
  }
  .shipping__info {
    height: 300px;
  }
  .shipping__title {
    font-size: 48px;
    line-height: 100%;
    width: 291px;
  }
  .shipping__update {
    font-size: 16px;
    line-height: 100%;
  }
  .shipping__img {
    width: 300px;
    height: 218.38px;
    background-size: cover;
    top: -100px;
    right: -80px;
  }
}
.policy__container {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.policyInfo {
  width: 782px;
}
.policyInfo__item {
  padding-top: 64px;
}
.policyInfo__item:nth-child(2) {
  padding-top: 0px;
}
.policyInfo__item:nth-last-child(1) {
  margin-bottom: 64px;
}
.policyInfo__item ul {
  list-style: decimal;
  padding: 10px 0px 10px 30px;
}
.policyInfo__item .policyInfo__limited-ul {
  list-style: auto;
  padding: 10px 0px 10px 30px;
}
.policyInfo__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  /* White / text */
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
}
.policyInfo__privacy {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #7FCE85;
  width: 621px;
}
.policyInfo__limited {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}
.policyInfo__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  /* White / text */
  color: rgba(255, 255, 255, 0.95);
}
.policyInfo__contact {
  background: #384148;
  border-radius: 32px;
  padding: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 75px;
  margin-top: 15px;
}
.policyInfo__contact__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 8px;
  color: #F5F5F6;
}
.policyInfo__contact__site {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #7FCE85;
}
.policyInfo__contact__block {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}
.policyInfo__contact__item {
  margin-bottom: 10px;
}
.policyInfo__contact__email {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 34px;
  line-height: 100%;
}
.policyInfo__contact__icon {
  width: 22px;
  height: auto;
  font-size: 22px;
  line-height: 100%;
  color: #7FCE85;
  margin-right: 13px;
}
.policyInfo .green {
  color: #7FCE85;
}

@media (max-width: 1300px) {
  .policy__container {
    margin-top: 64px;
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .policyInfo {
    width: 100%;
  }
  .policyInfo__contact {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .policyInfo__contact__block {
    flex-direction: column;
  }
  .policyInfo__contact__email {
    margin-bottom: 16px;
  }
  .policyInfo__contact__email a {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */
    color: #F5F5F6;
  }
  .policyInfo__contact__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    /* or 106% */
    color: #F5F5F6;
  }
  .policyInfo__text a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    letter-spacing: -0.02em;
    color: #F5F5F6;
  }
  .policyInfo__site {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
  .policyInfo__privacy {
    width: 100%;
  }
}
.policyTable {
  padding: 32px 24px;
  width: 427px;
  height: 100%;
  background: #384148;
  border-radius: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
}
.policyTable__block {
  display: flex;
  flex-direction: column;
}
.policyTable__title {
  margin-bottom: 32px;
}
.policyTable__item {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-left: 16px;
}

@media (max-width: 1300px) {
  .policyTable {
    width: 100%;
  }
  .policyTable__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
  }
  .policyTable__title__arrow-down {
    background: url("../img/tableArrowDown.svg") no-repeat;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    margin-left: auto;
    margin-right: 0;
  }
  .policyTable__title .arrow-up {
    transform: rotate(180deg);
  }
  .policyTable-mob {
    height: 98px;
    background: #384148;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .policyTable__block {
    display: none;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 1;
    background: #384148;
    border-radius: 0px 0px 20px 20px;
    left: 0;
    top: 82px;
    padding: 20px 24px 10px 40px;
    opacity: 0;
  }
  .policyTable .policyTable__block.open {
    display: flex;
    opacity: 1;
    height: auto;
  }
  .policyTable__item {
    border-bottom: 1px solid #4F575F;
    padding: 16px 0px;
  }
  .policyTable__item:nth-last-child(1) {
    border-bottom: none;
  }
}
.mainProduct {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 48px;
  padding-top: 47px;
  padding-bottom: 47px;
  max-width: 1404px;
  width: 99%;
  margin: 80px auto;
  height: 730px;
}
.mainProduct__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-left: 47px;
  padding-right: 47px;
}
.mainProduct__block {
  display: flex;
  flex-direction: row;
  position: absolute;
  overflow-x: scroll;
  width: 99%;
  height: 610px;
}
.mainProduct__block::-webkit-scrollbar {
  width: 0;
}
.mainProduct__item {
  min-width: 1110px;
  margin-right: 32px;
  height: 540px;
  background: #384148;
  border-radius: 24px;
}
.mainProduct__item:first-child {
  margin-left: 47px;
}
.mainProduct__text {
  width: 100%;
}
.mainProduct__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.mainProduct__icon {
  font-size: 40px;
  color: #7FCE85;
  margin-right: 15px;
}
.mainProduct__more {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
  z-index: 50;
  text-transform: uppercase;
  color: #7FCE85;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.mainProduct__arrow-right {
  background: url("../img/arrowRightGreen.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}
.mainProduct__img {
  height: 540px;
  border-radius: 0;
  max-width: 480px;
  max-height: 540px;
  overflow: hidden;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.mainProduct__img img {
  height: auto;
  width: auto;
  max-height: inherit;
  max-width: inherit;
}
.mainProduct__more-btn {
  margin-right: 15px;
  margin-left: auto;
}
.mainProduct__more-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.mainProduct__adv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mainProduct__adv__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 24px;
  padding: 24px 20px;
  width: 272px;
  height: 116px;
  margin-right: 0px;
}

@media (min-width: 1490px) {
  .mainProduct__block {
    padding-right: 100px;
  }
}
@media (min-width: 1650px) {
  .mainProduct__block {
    padding-right: 200px;
  }
}
@media (max-width: 1330px) {
  .mainProduct {
    height: 960px;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 70px;
  }
  .mainProduct__img img {
    max-height: 390px;
  }
  .mainProduct__block {
    height: 810px;
  }
  .mainProduct__item {
    max-width: 560px;
    min-width: 560px;
    min-height: 770px;
    height: 100%;
    background: #384148;
    border-radius: 24px;
  }
  .mainProduct__text-sensorGrip {
    margin-bottom: 80px;
  }
  .mainProduct__text-sensorGripBaseball {
    margin-bottom: 80px;
  }
}
@media (max-width: 750px) {
  .mainProduct__item .product__reverse .product__info {
    width: 100%;
  }
  .mainProduct__item .product__reverse .product__info .product__game {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mainProduct__item .product__reverse .product__info .product__title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mainProduct__item .product__reverse .product__info .product__text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mainProduct__img {
    width: 275px;
    height: 250px;
  }
  .mainProduct__img img {
    height: auto;
    width: auto;
    max-height: 176px;
    max-width: 305px;
  }
  .mainProduct__adv {
    position: absolute;
    top: -115px;
    left: 0px;
    max-width: 310px;
    min-width: 310px;
    height: 72px;
  }
  .mainProduct__adv__item {
    background: #2F383D;
    border-radius: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    height: 95px;
  }
  .mainProduct__border:before {
    content: "";
    background: url(../img/line.svg) no-repeat;
    width: 2px;
    height: 45px;
    position: absolute;
    left: 2px;
    top: 25%;
  }
  .mainProduct__text {
    font-size: 20px;
    line-height: 24px;
  }
  .mainProduct__more-btn {
    width: 100%;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 24px 16px;
    font-size: 16px;
  }
  .mainProduct {
    height: 760px;
    padding-top: 20px;
    position: relative;
  }
  .mainProduct__header {
    margin-bottom: 20px;
  }
  .mainProduct__item {
    max-width: 310px;
    max-height: 607px;
    min-width: 310px;
    min-height: 607px;
  }
  .mainProduct__more {
    display: flex;
    position: absolute;
    bottom: 2%;
    left: 20%;
  }
  .mainProduct__block {
    height: 100%;
  }
  .mainProduct__title {
    font-size: 32px;
    line-height: 32px;
  }
  .mainProduct__icon {
    font-size: 32px;
  }
  .mainProduct__text-sensorGrip {
    margin-bottom: 55px;
  }
  .mainProduct__text-sensorGripBaseball {
    margin-bottom: 30px;
  }
}
.mainProduct2 {
  width: 100%;
  height: 730px;
  position: relative;
  padding-top: 142px;
  margin-bottom: 80px;
}
.mainProduct2__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  height: 610px;
  z-index: 2;
}
.mainProduct2__block::-webkit-scrollbar {
  width: 0;
}
.mainProduct2__container {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 48px;
  padding-top: 47px;
  padding-bottom: 47px;
  height: 730px;
  width: 98%;
  max-width: 1404px;
  left: 50%;
  transform: translate(-50%);
}
.mainProduct2__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-left: 47px;
  padding-right: 47px;
  width: 98%;
  max-width: 1404px;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translate(-50%, 0);
}
.mainProduct2__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.mainProduct2__icon {
  font-size: 40px;
  color: #7FCE85;
  margin-right: 15px;
}
.mainProduct2__more {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
  z-index: 50;
  text-transform: uppercase;
  color: #7FCE85;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.mainProduct2__more-mob {
  display: none;
}
.mainProduct2__arrow-right {
  background: url("../img/arrowRightGreen.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}
.mainProduct2 .mainProduct__item:first-child {
  margin-left: 100px;
}

@media (max-width: 1330px) {
  .mainProduct2 {
    height: 970px;
    padding-top: 120px;
  }
  .mainProduct2__block {
    height: 830px;
  }
  .mainProduct2__container {
    height: 970px;
  }
  .mainProduct2__header {
    top: 32px;
  }
}
@media (max-width: 750px) {
  .mainProduct2 {
    height: 796px;
    margin-bottom: 90px;
    padding-top: 92px;
  }
  .mainProduct2__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    align-items: self-end;
  }
  .mainProduct2__icon {
    font-size: 32px;
  }
  .mainProduct2__block {
    height: 740px;
  }
  .mainProduct2__container {
    height: 796px;
    padding-top: 26px;
  }
  .mainProduct2__more {
    display: none;
  }
  .mainProduct2__more-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    text-transform: uppercase;
    color: #7FCE85;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    width: 300px;
  }
  .mainProduct2 .mainProduct__item:first-child {
    margin-left: 5%;
  }
}
.articleHeader {
  padding-top: 182px;
}
.articleHeader__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.articleHeader__img {
  width: 100%;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
}
.articleHeader__img img {
  width: 100%;
  height: 100%;
}
.articleHeader__block {
  padding: 48px 32px;
  width: 975px;
  background: #384148;
  border-radius: 48px;
  text-align: center;
  margin-top: -100px;
}
.articleHeader__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7FCE85;
  margin-bottom: 32px;
}
.articleHeader__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  word-wrap: break-word;
  max-height: 200px;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .articleHeader {
    padding-top: 120px;
  }
  .articleHeader__img {
    height: 100%;
  }
  .articleHeader__img img {
    height: auto;
  }
  .articleHeader__block {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .articleHeader__block {
    margin-top: -60px;
    padding: 25px 20px;
    border-radius: 38px;
  }
  .articleHeader__date {
    margin-bottom: 25px;
  }
  .articleHeader__title {
    font-size: 28px;
  }
}
.articleText__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articleText__article {
  width: 100%;
  max-width: 975px;
  margin-top: 60px;
}
.articleText__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
}
.articleText__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}
.articleText__text img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.articleText__text a {
  color: #7FCE85;
  text-decoration: underline;
  font-size: inherit;
}
.articleText__text ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.articleText__text ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.articleText__text blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.articleText__text blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.articleText__text blockquote p {
  display: inline;
}
.articleText__text pre {
  text-wrap: balance;
}
.articleText__contact {
  width: 100%;
  max-width: 975px;
  background: #384148;
  border-radius: 32px;
  padding: 36px 30px;
  margin: 0 auto;
  margin-top: 64px;
}
.articleText__contact__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}
.articleText__more {
  width: 200px;
  height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  background: #7FCE85;
  border-radius: 16px;
  margin-top: 32px;
  padding: 20px 24px 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.articleText__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}

.articleText__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articleText__article {
  width: 100%;
  max-width: 975px;
  margin-top: 60px;
}
.articleText__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
}
.articleText__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}
.articleText__text img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.articleText__text a {
  color: #7FCE85;
  text-decoration: underline;
  font-size: inherit;
}
.articleText__text ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.articleText__text ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.articleText__text blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.articleText__text blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.articleText__text blockquote p {
  display: inline;
}
.articleText__text pre {
  text-wrap: balance;
}
.articleText__contact {
  width: 100%;
  max-width: 975px;
  background: #384148;
  border-radius: 32px;
  padding: 36px 30px;
  margin: 0 auto;
  margin-top: 64px;
}
.articleText__contact__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}
.articleText__more {
  width: 200px;
  height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  background: #7FCE85;
  border-radius: 16px;
  margin-top: 32px;
  padding: 20px 24px 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.articleText__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}

.otherPosts {
  margin-top: 116px;
  position: relative;
}
.otherPosts__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.95);
}
.otherPosts__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.otherPosts__container {
  width: 100%;
  max-width: 975px;
}
.otherPosts__item {
  min-height: 617px;
  height: 617px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 48px !important;
  min-width: 415px;
}
.otherPosts .allNews__info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.otherPosts .allNews__title {
  font-size: 32px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
}
.otherPosts .allNews__img {
  max-height: 205px;
  height: 205px;
}
.otherPosts .allNews__img img {
  object-fit: contain;
}

@media (max-width: 700px) {
  .otherPosts .improve__arrow {
    bottom: 30px;
  }
  .otherPosts .allNews__img {
    max-height: 205px;
    height: 205px;
  }
  .otherPosts .allNews__img img {
    object-fit: contain;
  }
  .otherPosts .allNews__info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .otherPosts .allNews__title {
    height: auto;
    max-height: 102px;
    overflow: hidden;
  }
  .otherPosts .allNews__text {
    max-height: 75px;
    height: auto;
    overflow: hidden;
  }
  .otherPosts__item {
    height: auto;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
  }
}
@media (max-width: 420px) {
  .otherPosts__item {
    min-width: 100%;
  }
  .otherPosts .allNews__title {
    overflow: hidden;
    font-size: 24px;
  }
}
.swingCatalyst {
  margin-bottom: 180px;
}
.swingCatalyst__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.swingCatalyst__info {
  width: 656px;
}
.swingCatalyst__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 72px;
}
.swingCatalyst__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}
.swingCatalyst__img {
  width: 580px;
}
.swingCatalyst__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 1350px) {
  .swingCatalyst {
    margin-bottom: 120px;
  }
  .swingCatalyst__block {
    flex-direction: column-reverse;
  }
  .swingCatalyst__info {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
  }
  .swingCatalyst__title {
    margin-bottom: 32px;
  }
  .swingCatalyst__img {
    margin: 0 auto;
    margin-right: 0px;
  }
}
@media (max-width: 750px) {
  .swingCatalyst {
    margin-bottom: 40px;
  }
  .swingCatalyst__block {
    flex-direction: column;
  }
  .swingCatalyst__info {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .swingCatalyst__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
  }
  .swingCatalyst__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
  .swingCatalyst__img {
    margin: 0 auto;
    width: 350px;
    height: 260px;
  }
}
.renting {
  margin-bottom: 120px;
}
.renting__block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 48px;
  padding: 46px 40px;
}
.renting__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
}
.renting__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.95);
}
.renting__more {
  width: 229px;
  height: 60px;
  background: #7FCE85;
  border-radius: 16px;
  margin-top: 32px;
  padding: 20px 24px 18px 24px;
  font-weight: 400;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #192325;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.renting__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}

@media (max-width: 1300px) {
  .renting {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .renting__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}
.aboutInfo {
  margin-top: 60px;
  margin-bottom: 120px;
}
.aboutInfo__text {
  width: 842px;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  width: 700px;
  /* White/text */
  color: #F3F4F4;
}
.aboutInfo__subtext {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  /* White/text */
  color: #F3F4F4;
}
.aboutInfo__block {
  width: 564px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 32px;
}

@media (max-width: 860px) {
  .aboutInfo {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .aboutInfo__text {
    width: 100%;
    margin-bottom: 32px;
  }
  .aboutInfo__block {
    width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 500px) {
  .aboutInfo {
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 15px;
  }
  .aboutInfo__text {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    /* or 106% */
    width: 300px;
    /* White/text */
    color: #F3F4F4;
    margin-bottom: 32px;
  }
  .aboutInfo__subtext {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    letter-spacing: -0.02em;
    /* White/text */
    color: #F3F4F4;
  }
}
.aboutHistory {
  margin-bottom: 120px;
}
.aboutHistory__item {
  margin-bottom: 180px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.aboutHistory__item:last-child {
  margin-bottom: 120px;
}
.aboutHistory-reverse {
  flex-direction: row-reverse;
}
.aboutHistory-reverse .aboutHistory__img {
  margin-right: -6%;
}
.aboutHistory-reverse .aboutHistory__img img {
  margin-top: -50px;
}
.aboutHistory__img {
  min-width: 715.24px;
  height: 555.61px;
  margin-right: 55px;
}
.aboutHistory__img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.aboutHistory__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: #F3F4F4;
  margin-bottom: 32px;
}
.aboutHistory__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F3F4F4;
}

@media (max-width: 1300px) {
  .aboutHistory {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .aboutHistory__item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 108px;
    justify-content: center;
  }
  .aboutHistory__img {
    height: auto;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .aboutHistory {
    padding: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .aboutHistory__img {
    min-width: 343px;
    width: 100%;
    height: auto;
  }
  .aboutHistory__img-center {
    margin-left: auto;
    margin-right: auto;
  }
  .aboutHistory__title {
    font-size: 32px;
    line-height: 32px;
  }
  .aboutHistory__text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .aboutHistory__item:last-child {
    margin-bottom: 72px;
  }
}
.aboutTeam {
  margin-bottom: 120px;
}
.aboutTeam__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: #F3F4F4;
  margin-bottom: 32px;
}
.aboutTeam__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutTeam__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 420px;
  height: 200px;
  background: #384148;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  margin-bottom: 32px;
  padding-left: 20px;
  margin-right: 20px
}
.aboutTeam__item:nth-child(3n+1) {
  margin-right: 20px;
}
.aboutTeam__item:nth-child(2n+1) {
  margin-right: 20px;
}
.aboutTeam__item:last-child {
  margin-left: 0px;
}
.aboutTeam__img {
  min-width: 138px;
  min-height: 135px;
  width: 138px;
  height: 135px;
  margin-right: 24px;
}
.aboutTeam__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.aboutTeam__name {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #F3F4F4;
}
.aboutTeam__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  /* White/text */
  color: #F3F4F4;
  margin-top: 12px;
}
.aboutTeam__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #7FCE85;
}
.aboutTeam__link {
  margin-right: 5px;
  cursor: pointer;
}

@media (min-width: 1440px) {
  .aboutTeam__item:last-child {
    margin-left: 0px;
  }
}
@media (max-width: 1320px) {
  .aboutTeam__block {
    justify-content: start;
  }
  .aboutTeam__item {
    margin-right: 0px;
  }
  .aboutTeam__item:last-child {
    margin-left: 0px;
  }
  .aboutTeam__item:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (max-width: 940px) {
  .aboutTeam__item {
    width: 343px;
    height: 168px;
  }
  .aboutTeam__name {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: #F3F4F4;
  }
  .aboutTeam__position {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    /* White/text */
    color: #F3F4F4;
  }
  .aboutTeam__img {
    min-width: 100px;
    min-height: 100px;
  }
  .aboutTeam__img img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 750px) {
  .aboutTeam {
    padding: 15px;
  }
  .aboutTeam__block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutTeam__item {
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .aboutTeam__item:nth-child(odd) {
    margin-right: auto;
  }
  .aboutTeam__item:nth-child(3n+3) {
    margin-right: auto;
  }
  .aboutTeam__item:last-child {
    margin-left: auto;
  }
  .aboutTeam__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ticket {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: scroll;
  top: 0;
}
.ticket__somethingWrong {
  display: none;
  color: #DD343F;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  margin-bottom: -18px;
}
.ticket #downloadFile {
  display: none;
}
.ticket__checkbox {
  color: #F5F5F6;
  /* Body / 2 */
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ticket__checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ticket__checkbox-input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.ticket__checkbox-input + label::before {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  background: #4A5259;
  border-radius: 6px;
  margin-right: 10px;
  cursor: pointer;
}
.ticket__checkbox-input:checked + label::before {
  cursor: pointer;
  background-image: url("/img/landing/greenCheck.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.ticket__container {
  width: 682px;
  height: auto;
  background: #384148;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 32px;
  margin: 120px auto;
  padding: 34px;
}
.ticket__block {
  display: flex;
  flex-direction: row;
  color: white;
  justify-content: space-between;
  margin-bottom: 65px;
}
.ticket__close {
  font-size: 32px;
  cursor: pointer;
}
.ticket__info__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #7FCE85;
  margin-top: 35px;
}
.ticket__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 5px;
}
.ticket__input {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.ticket__input .error__text {
  display: none;
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  color: #DD343F;
  bottom: -20px;
  left: 10px;
}
.ticket__input label {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
  margin-top: 20px;
  text-align: left;
}
.ticket__input input {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 12px;
  padding: 12px 16px;
  height: 52px;
  font-size: 16px;
}
.ticket__input input::placeholder {
  color: #9FA4AB;
}
.ticket__input textarea {
  width: 100%;
  height: 160px;
  font-size: 16px;
  line-height: 140%;
  color: #384148;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  resize: none;
}
.ticket__input__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ticket__input-half {
  width: 47%;
}
.ticket__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 35px;
}
.ticket__cancel {
  width: 290px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 16px;
  padding: 20px 24px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
.ticket__submit {
  width: 290px;
  background: #7FCE85;
  padding: 20px 24px 16px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  cursor: pointer;
  border: 0px;
}
.ticket__form .error {
  position: relative;
}
.ticket__form .error input,
.ticket__form .error textarea {
  border: 1px solid #DD343F;
  position: relative;
}
.ticket__form .error:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/error.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 64px;
}
.ticket__form .error__text {
  display: none;
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  color: #DD343F;
  bottom: -20px;
  left: 10px;
}
.ticket__form .error .open {
  display: block;
}

@media (max-width: 700px) {
  .ticket {
    padding: 10px;
  }
  .ticket__container {
    width: 100%;
    height: auto;
    padding:30px;
  }
  .ticket__block {
    margin-bottom: 30px;
  }
  .ticket__title {
    font-size: 32px;
    font-weight: 400;
  }
  .ticket__cancel {
    width: 48%;
  }
  .ticket__submit {
    width: 48%;
  }
  
  .ticket__info__title{
	  font-size: 24px;
	  margin-top:0px;
  }
  .ticket__checkbox {
	  font-size: 15px;
	  line-height: 120%;
  }
  .ticket__checkbox-input + label::before {
	  width:20px;
	  height:20px;
	  min-width: 20px;
  }
}

.ourPartners {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
  margin-top: 120px;
}
.ourPartners__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
  text-align: center;
}
.ourPartners__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: scroll;
}
.ourPartners__block__container {
  display: flex;
  flex-direction: row;
}
.ourPartners__block__container:first-child {
  margin-left: 43px;
}
.ourPartners__item {
  width: 380px;
  height: 130.4px;
  margin-right: 16px;
  background: #384148;
  border-radius: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourPartners__item img {
  max-height: 125px;
  opacity: 0.6;
}
.ourPartners__item:hover img {
  opacity: 1;
}

@media (max-width: 600px) {
  .ourPartners {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .ourPartners__title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .ourPartners__block {
    flex-direction: column;
  }
  .ourPartners__block__container {
    width: 200px;
    margin-left: 21px;
    margin-bottom: 11px;
  }
  .ourPartners__block__container:first-child {
    margin-left: 21px;
  }
  .ourPartners__item {
    width: 250.72px;
    min-width: 250.72px;
    height: 86.04px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 21.1134px;
  }
  .ourPartners__item img {
    max-height: 75px;
    width: auto;
  }
}
.softwareHeader {
  padding-top: 178px;
  margin-bottom: 64px;
  background: radial-gradient(at top right, rgba(8, 240, 27, 0.1) 1%, rgb(25, 35, 37), rgb(25, 35, 37), rgb(25, 35, 37));
}
.softwareHeader__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 841px;
  margin-bottom: 97px;
}
.softwareHeader__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #F3F4F4;
  margin-bottom: 32px;
}
.softwareHeader__download {
  width: 184px;
  height: 62px;
  background: #7FCE85;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 24px;
}
.softwareHeader__download:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}
.softwareHeader__arrow-right {
  background: url("../img/arrowRight.svg") no-repeat;
  width: 18px;
  height: 13px;
  background-size: cover;
  margin-left: 21px;
}
.softwareHeader__screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.softwareHeader__mainImg {
  width: 1168px;
  height: 643px;
  display: none;
  border: 10px solid #384148;
  border-radius: 32px;
}
.softwareHeader__mainImg img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.softwareHeader__mainImg-active {
  display: block;
}
.softwareHeader__selector {
  width: 252px;
  height: 396px;
  overflow: scroll;
  padding: 20px;
  background: rgba(36, 45, 52, 0.95);
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: -57px;
}
.softwareHeader__selector__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 225px;
  overflow: hidden;
  letter-spacing: -0.02em;
  width: max-content;
  color: rgba(255, 255, 255, 0.95);
  padding: 10px 22px;
  height: 44px;
  background: #192325;
  border-radius: 1000px;
  margin-bottom: 8px;
  cursor: pointer;
}
.softwareHeader__selector__item-active {
  background: #FFFFFF;
  color: #333333;
}
.softwareHeader__advantages {
  width: 1168px;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15px;
}
.softwareHeader__advantages__item {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  width: 350px;
  margin-right: 32px;
}
.softwareHeader__advantages__icon {
  min-width: 27px;
  width: 27px;
  height: 27px;
  background: url("../img/check2.svg") no-repeat;
  background-size: cover;
  margin-right: 16px;
  margin-bottom: 18px;
}

@media (max-width: 1330px) {
  .softwareHeader__info {
    width: 100%;
    max-width: 841px;
    margin-bottom: 66px;
  }
  .softwareHeader__screen {
    width: 100%;
    border-radius: 0px;
  }
  .softwareHeader__selector {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background: transparent;
    position: relative;
    padding: 0px;
    top: 0;
    overflow: scroll;
    border-radius: 0px;
  }
  .softwareHeader__selector__item {
    min-width: max-content;
    width: auto;
    flex-grow: 1;
    background: #384148;
    margin-right: 8px;
  }
  .softwareHeader__selector__item-active {
    background: #FFFFFF;
  }
  .softwareHeader__mainImg {
    width: 704px;
    height: 387.2px;
  }
  .softwareHeader__advantages {
    position: relative;
    background: transparent;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    margin-top: 63px;
    margin-right: auto;
    margin-left: 20px;
  }
  .softwareHeader__advantages__item {
    width: 373px;
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .softwareHeader__advantages__icon {
    margin-bottom: 0px;
  }
}
@media (max-width: 720px) {
  .softwareHeader {
    padding-bottom: 36px;
    margin-bottom: 0px;
  }
  .softwareHeader__info {
    width: 100%;
    margin-bottom: 63px;
  }
  .softwareHeader__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #F3F4F4;
  }
  .softwareHeader__mainImg {
    width: 359px;
    height: 199px;
  }
  .softwareHeader__advantages {
    height: auto;
    margin-top: 29px;
  }
  .softwareHeader__advantages__item {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}
@media (max-width: 400px) {
  .softwareHeader__advantages__item {
    width: 100%;
  }
}
.softwareAdvantages {
  width: 1310px;
  margin: 0 auto;
  margin-bottom: 140px;
}
.softwareAdvantages__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.softwareAdvantages__item {
  width: 635px;
  height: 299px;
  padding: 46px 40px;
  background: #384148;
  border-radius: 48px;
  margin-right: 7px;
  margin-bottom: 24px;
  background: radial-gradient(at top left, rgba(138, 223, 133, 0.5) 1%, rgb(56, 65, 72), rgb(56, 65, 72), rgb(56, 65, 72));
}
.softwareAdvantages__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
}
.softwareAdvantages__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.95);
}
.softwareAdvantages__icon {
  color: #7FCE85;
  margin-right: 40px;
  min-width: 48px;
  width: 48px;
  height: 48px;
}
.softwareAdvantages__icon-lamp {
  background: url("../img/softwareLamp.svg") no-repeat;
  background-size: cover;
}
.softwareAdvantages__icon-lightning {
  background: url("../img/softwareLight.svg") no-repeat;
  background-size: cover;
}
.softwareAdvantages__icon-export {
  background: url("../img/softwareExport.svg") no-repeat;
  background-size: cover;
}
.softwareAdvantages__icon-update {
  background: url("../img/softwareUpdate.svg") no-repeat;
  background-size: cover;
}

@media (max-width: 1330px) {
  .softwareAdvantages {
    margin-bottom: 72px;
    width: 100%;
  }
  .softwareAdvantages__block {
    flex-wrap: nowrap;
    overflow: scroll;
    width: 100%;
  }
  .softwareAdvantages__item {
    min-width: 620px;
    height: 385px;
    padding: 32px 24px;
    margin-right: 24px;
  }
  .softwareAdvantages__item:first-child {
    margin-left: 30px;
  }
  .softwareAdvantages__title {
    flex-direction: column;
  }
  .softwareAdvantages__icon {
    margin-bottom: 48px;
  }
}
@media (max-width: 720px) {
  .softwareAdvantages {
    margin-bottom: 52px;
  }
  .softwareAdvantages__item {
    min-width: 310px;
    height: auto;
  }
  .softwareAdvantages__title {
    width: 250px;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
  }
  .softwareAdvantages__icon {
    margin-bottom: 0px;
    margin-right: 20px;
    min-width: 32px;
    height: 32px;
    background-size: contain;
  }
  .softwareAdvantages__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}
.downloadHeader {
  height: 354px;
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  background: #384148;
  border-radius: 0px 0px 48px 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 60px;
}
.downloadHeader__block {
  display: flex;
  flex-direction: column;
}
.downloadHeader .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.downloadHeader .subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F3F4F4;
  margin-bottom: 6px;
}
.downloadHeader .subtitle a {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F3F4F4;
  opacity: 0.6;
}

@media (max-width: 780px) {
  .downloadHeader {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .downloadHeader {
    font-size: 48px;
    height: 347px;
    padding: 30px;
  }
  .downloadHeader .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
  }
  .downloadHeader .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #F3F4F4;
  }
  .downloadHeader .subtitle a {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #F3F4F4;
  }
}
.downloadDriver {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  max-width: 1340px;
  width: 1340px;
}
.downloadDriver__item {
  min-width: 652px;
  width: 652px;
  height: 130px;
  background: rgba(56, 65, 72, 0.9);
  border: 2px solid rgba(56, 65, 72, 0.9);
  backdrop-filter: blur(50px);
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.downloadDriver__item__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.downloadDriver__icon {
  width: 48px;
  height: 48px;
  background: #7FCE85;
  border-radius: 10px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.downloadDriver__icon img {
  width: 32px;
  height: 32px;
}
.downloadDriver__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #F3F4F4;
  margin-bottom: 8px;
}
.downloadDriver__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #F3F4F4;
  opacity: 0.8;
}
.downloadDriver__button {
  padding: 20px 24px;
  width: 144px;
  height: 62px;
  background: #7FCE85;
  border-radius: 16px;
  margin-right: 32px;
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .downloadDriver {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .downloadDriver__item {
    margin-bottom: 16px;
    width: 704px;
    min-width: 704px;
  }
  .downloadDriver__item:first-child {
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  .downloadDriver__item {
    width: 100%;
    min-width: 343px;
    height: auto;
    padding: 32px 16px 16px 18px;
    flex-direction: column;
  }
  .downloadDriver__item__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
  .downloadDriver__icon {
    margin-left: 0px;
  }
  .downloadDriver__button {
    margin-top: 24px;
    margin-right: 0px;
    margin-left: auto;
  }
  .downloadDriver__title {
    margin-top: 10px;
  }
  .downloadDriver__date {
    margin-top: 23px;
  }
}
@media (max-width: 360px) {
  .downloadDriver__item {
    width: 100%;
    min-width: 100%;
  }
}
.downloadApp {
  margin-bottom: 60px;
  width: 1320px;
  min-width: 1320px;
  height: auto;
  background: rgba(56, 65, 72, 0.9);
  border: 2px solid rgba(56, 65, 72, 0.9);
  backdrop-filter: blur(50px);
  border-radius: 24px;
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
}
.downloadApp__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(243, 244, 244, 0.1);
  padding-bottom: 24px;
}
.downloadApp__title__icon {
  min-width: 48px;
  width: 48px;
  height: 48px;
  background: #7FCE85;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 32px;
  margin-right: 32px;
}
.downloadApp__title__icon img {
  width: 32px;
  height: 32px;
}
.downloadApp__title__text {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #F3F4F4;
}
.downloadApp__item {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.downloadApp__item__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.downloadApp__item__icon {
  width: 32px;
  height: 100%;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.downloadApp__item__icon img {
  width: 32px;
  height: 32px;
}
.downloadApp__item__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #F3F4F4;
  margin-bottom: 8px;
}
.downloadApp__item__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #F3F4F4;
  opacity: 0.7;
}
.downloadApp__button {
  padding: 20px 24px;
  width: 144px;
  height: 62px;
  background: #7FCE85;
  border-radius: 16px;
  margin-right: 32px;
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #192325;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .downloadApp {
    flex-direction: column;
    align-items: center;
    width: 704px;
    min-width: 704px;
  }
}
@media (max-width: 740px) {
  .downloadApp {
    width: 92%;
    min-width: 92%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .downloadApp__title__icon {
    margin-left: 16px;
  }
  .downloadApp__item {
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 16px;
    margin-left: 16px;
  }
  .downloadApp__item:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  }
  .downloadApp__item__container {
    align-items: flex-start;
  }
  .downloadApp__item__title {
    margin-bottom: 16px;
  }
  .downloadApp__item__icon {
    margin-right: 20px;
    margin-left: 0px;
  }
  .downloadApp__item__date-release {
    display: none;
  }
  .downloadApp__button {
    margin-top: 24px;
    margin-right: 0px;
  }
}
.icons-downloadCircle {
  width: 32px;
  height: 32px;
  background: url("../img/downloadCircle.svg") no-repeat;
  background-size: contain;
}
.icons-downloadLamp {
  width: 32px;
  height: 32px;
  background: url("../img/downloadLamp.svg") no-repeat;
  background-size: contain;
}
.icons-downloadApp {
  width: 32px;
  height: 32px;
  background: url("../img/downloadApp.svg") no-repeat;
  background-size: contain;
}
.icons-downloadGolf {
  width: 32px;
  height: 32px;
  background: url("../img/downloadGolf.svg") no-repeat;
  background-size: contain;
}
.icons-downloadBaseball {
  width: 32px;
  height: 32px;
  background: url("../img/downloadBaseball.svg") no-repeat;
  background-size: contain;
}

.landingProduct {
  margin-top: 170px;
  margin-bottom: 64px;
}
.landingProduct-sensor {
  margin-bottom: 44px;
}
.landingProduct__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.landingProduct__image {
  border-radius: 24px;
  background: #384148;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 402px;
  position: relative;
  z-index: -1;
}
.landingProduct__image img {
  width: 497px;
  height: 372px;
}
.landingProduct__image-sensor img {
  width: 630px;
  height: 352px;
}
.landingProduct__partnerS {
  position: absolute;
  width: 202.691px;
  height: 33.165px;
  top: 36px;
  left: 28px;
}
.landingProduct__partnerS img {
  width: 100%;
  height: 100%;
}
.landingProduct__partner {
  position: absolute;
  width: 246px;
  height: 60px;
  top: 28px;
  left: 28px;
}
.landingProduct__partner img {
  width: 100%;
  height: 100%;
}
.landingProduct__partner-sensor {
  top: 25px;
}
.landingProduct__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px;
  width: 49%;
  border-radius: 24px;
  background: #384148;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #7FCE85;
  text-align: center;
}
.landingProduct__text-sensor {
  padding: 55px 40px;
}
.landingProduct__text .title {
  color: #F5F5F6;
  text-align: center;
  font-family: Arimo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.landingProduct__text .title-sensor {
  font-size: 64px;
}
.landingProduct__text .subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.landingProduct__text span {
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 1320px) {
  .landingProduct {
    margin-top: 125px;
    margin-bottom: 48px;
  }
  .landingProduct-sensor {
    margin-bottom: 65px;
  }
  .landingProduct__container {
    flex-direction: column;
    align-items: center;
  }
  .landingProduct__image {
    width: 100%;
    max-width: 704px;
    margin-bottom: 16px;
  }
  .landingProduct__image img {
    width: 520.98px;
    height: 390.024px;
  }
  .landingProduct__image-sensor img {
    width: 630px;
    height: 352px;
  }
  .landingProduct__text {
    width: 100%;
    max-width: 704px;
    line-height: 145%;
  }
  .landingProduct__text-sensor {
    padding: 50px 40px;
  }
  .landingProduct__text span {
    margin-bottom: 0px;
  }
  .landingProduct__text .text {
    max-width: 630px;
  }
  .landingProduct__text .title-sensor {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .landingProduct__partnerS {
    width: 196px;
    height: 32px;
    top: 24px;
    left: 36px;
  }
  .landingProduct__partnerS img {
    width: 100%;
    height: 100%;
  }
  .landingProduct__partner {
    width: 246px;
    height: 60px;
    top: 28px;
    left: 30px;
  }
  .landingProduct__partner img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 766px) {
  .landingProduct {
    margin-bottom: 27px;
    margin-top: 130px;
  }
  .landingProduct__image {
    height: 277px;
  }
  .landingProduct__image img {
    width: 343px;
    height: 277px;
  }
  .landingProduct__image-sensor img {
    width: 343px;
    height: 230px;
    padding-bottom: 20px;
  }
  .landingProduct__partnerS {
    width: 135px;
    height: 22px;
    top: 16px;
    left: 16px;
  }
  .landingProduct__partnerS img {
    width: 100%;
    height: 100%;
  }
  .landingProduct__partner {
    width: 135px;
    height: 33px;
    top: 16px;
    left: 16px;
  }
  .landingProduct__partner img {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
  }
  .landingProduct__text {
    font-size: 16px;
    padding: 26px 20px;
    line-height: 140%;
  }
  .landingProduct__text-sensor {
    padding: 26px 15px;
  }
  .landingProduct__text .title {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 110%;
  }
  .landingProduct__text .subtitle {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 120%;
  }
  .landingProduct__text span {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .landingProduct {
    margin-top: 110px;
  }
  .landingProduct__image {
    height: auto;
  }
  .landingProduct__image img {
    width: 100%;
    height: auto;
  }
}
.landingNext {
  margin-bottom: 16px;
}
.landingNext__title {
  color: #F5F5F6;
  font-family: Arimo;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}
.landingNext__Card {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 32px;
  padding: 32px 80px 32px 24px;
  background: radial-gradient(at top left, rgba(138, 223, 133, 0.4) 1%, rgb(56, 65, 72), rgb(56, 65, 72), rgb(56, 65, 72));
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 48px;
}
.landingNext__Card-swing {
  padding: 32px 80px 32px 82px;
  margin-bottom: 60px;
}
.landingNext__Card-bigMargin {
  margin-bottom: 90px;
}
.landingNext__Card__icon {
  color: #7FCE85;
  font-size: 48px;
  margin-right: 8px;
}
.landingNext__Card__icon-custom {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.landingNext__Card__icon-custom img {
  width: 40px;
  height: 40px;
}
.landingNext__Card__arrow-right {
  background: url(../img/arrowRight.svg) no-repeat;
  width: 26px;
  height: 20px;
  background-size: cover;
  margin-left: 12px;
}
.landingNext__Card__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.landingNext__Card__title .title {
  color: #F5F5F6;
  font-family: Arimo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.landingNext__Card__text {
  color: #F5F5F6;
  /* Body/1 */
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.landingNext__Card__maxText {
  max-width: 825px;
}
.landingNext__Card__btn {
  display: flex;
  height: 82px;
  width: 300px;
  padding: 24px 77px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #7FCE85;
  color: #192325;
  text-align: center;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  text-transform: uppercase;
  cursor: pointer;
}
 .shopify__icon {
     margin-left: 20px;
     margin-right: 20px;
     display: flex;
     flex-direction: row;
     justify-content: right !important;
     align-items: right !important;
  }
.landingNext__Card__btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #7FCE85;
}

@media (max-width: 1320px) {
  .landingNext {
    margin-bottom: 58px;
  }
  .landingNext__title {
    font-size: 48px;
    margin-bottom: 25px;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .landingNext__Card {
    padding: 32px 24px;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .landingNext__Card__title {
    margin-bottom: 24px;
  }
  .landingNext__Card__btn {
    min-width: 113px;
    width: 113px;
    height: 62px;
    padding: 0px;
    font-size: 16px;
    margin-left: 60px;
  }
  .landingNext__Card__icon {
    margin-right: 20px;
  }
  .landingNext__Card__icon-custom {
    margin-right: 25px;
  }
  .landingNext__Card__icon-custom img {
    width: 47px;
    height: 44px;
  }
  .landingNext__Card__arrow-right {
    width: 16px;
    height: 12px;
  }
}
@media (max-width: 766px) {
  .landingNext {
    margin-bottom: 43px;
  }
  .landingNext__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .landingNext__Card {
    flex-direction: column;
    padding: 24px 13px;
    margin-bottom: 24px;
  }
  .landingNext__Card__icon {
    color: #7FCE85;
    font-size: 32px;
    margin-right: 8px;
  }
  .landingNext__Card__icon-custom {
    width: 26px;
    height: 26px;
    margin-right: 14px;
  }
  .landingNext__Card__icon-custom img {
    width: 26px;
    height: 26px;
  }
  .landingNext__Card__title {
    margin-bottom: 16px;
  }
  .landingNext__Card__title .title {
    font-size: 22px;
    line-height: 120%;
  }
  .landingNext__Card__text {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 140%;
  }
  .landingNext__Card__text span {
    display: block;
    margin-bottom: 8px;
  }
  .landingNext__Card__btn {
    margin-top: 24px;
    margin-left: 0px;
  }
}
.landingBestWishes {
  color: #F3F4F4;
  font-family: Arimo;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  margin-bottom: 55px;
}
.landingBestWishes__title {
  margin-bottom: 60px;
}

@media (max-width: 1320px) {
  .landingBestWishes {
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 180%;
  }
  .landingBestWishes__title {
    margin-bottom: 50px;
    line-height: 150%;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .landingBestWishes__sign {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 766px) {
  .landingBestWishes {
    font-size: 20px;
    margin-bottom: 28px;
    line-height: 140%;
  }
  .landingBestWishes__title {
    margin-bottom: 42px;
  }
  .landingBestWishes__sign {
    line-height: 180%;
  }
}
.landingTips {
  margin-bottom: 40px;
}
.landingTips__header {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.landingTips-swing {
  margin-bottom: 60px;
}
.landingTips__icon {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  color: #7FCE85;
  margin-right: 20px;
  padding: 5px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landingTips__icon img {
  height: 48px;
  width: 48px;
}
.landingTips__title {
  color: #F3F4F4;
  font-family: Arimo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.landingTips__subtitle {
  color: #7FCE85;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.4px;
}
.landingTips__info {
  margin-left: 60px;
  color: #F3F4F4;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.landingTips__info a {
  color: #F3F4F4;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.landingTips__info__underline a {
  text-decoration: underline;
}

.landingTips__info ul {
  list-style-type: disc;
  margin-left: 35px;
}
.landingTips__info ul li div {
  margin-left: 5px;
}
.landingTips__info ol li {
  margin-bottom: 8px;
  margin-left: 10px;
}

@media (max-width: 1320px) {
  .landingTips__header {
    margin-bottom: 25px;
    max-width: 704px;
    margin-right: auto;
    margin-left: auto;
  }
  .landingTips__title {
    margin-bottom: 8px;
    line-height: 100%;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .landingTips__subtitle {
    line-height: 120%;
  }
  .landingTips__info {
    margin-left: 0px;
    line-height: 140%;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .landingTips__info ul li {
    margin-bottom: 0px;
  }
  .landingTips__info ul li div {
    margin-left: 5px;
  }
  .landingTips__info a {
    font-size: 24px;
  }
  .landingTips__info ol li {
    margin-left: 2px;
    margin-bottom: 8px;
  }
}
@media (max-width: 766px) {
  .landingTips__header {
    margin-bottom: 16px;
  }
  .landingTips__title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 100%;
  }
  .landingTips__subtitle {
    font-size: 15px;
    line-height: 120%;
    max-width: 270px;
  }
  .landingTips__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 12px;
  }
  .landingTips__icon img {
    width: 40px;
    height: 40px;
  }
  .landingTips__info {
    font-size: 20px;
    margin-left: 0px;
    line-height: 140%;
  }
  .landingTips__info ul {
    margin-left: 25px;
  }
  .landingTips__info ul li {
    margin-bottom: 0px;
  }
  .landingTips__info ul li div {
    margin-left: 0px;
  }
  .landingTips__info ol li {
    margin-left: 0px;
    margin-bottom: 12px;
  }
  .landingTips__info a {
    font-size: 20px;
  }
}