@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --sect-offset: 120px;
  --box-offset: 60px;
  --dark-color: #262626;
  --light-color: #F4F4F4;
  --main-color: #EE4129;
  --main-color2: #e60000;
  --accent-color: #FFDD00;
  --alt-color: #3B6FB0;
  scroll-behavior: auto;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: var(--light-color);
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #A1A1A1;
}

::-moz-placeholder {
  opacity: 1;
  color: #A1A1A1;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #A1A1A1;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #A1A1A1;
}

::placeholder {
  opacity: 1;
  color: #A1A1A1;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: var(--dark-color);
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}

ul, ol {
  padding-left: 1.4em;
}

h1, h2 {
  text-transform: uppercase;
  font: 700 60px/1.07 "BebasNeue", monospace;
}

h3 {
  text-transform: uppercase;
  font: 700 40px/1.07 "BebasNeue", monospace;
}
h3._small {
  line-height: 1.12;
  font-size: 30px;
}

h4 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
}

h5 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
}

h6 {
  line-height: 1.45;
  font-weight: bold;
  font-size: 18px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: var(--app-height);
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.text-center {
  text-align: center;
}

.c-main {
  color: var(--main-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-alt {
  color: var(--alt-color);
}

.m-sect {
  margin-top: var(--sect-offset);
  margin-bottom: var(--sect-offset);
}

.mt-sect {
  margin-top: var(--sect-offset);
}

.mb-sect {
  margin-bottom: var(--sect-offset);
}

.m-sect:first-child,
.mt-sect:first-child {
  margin-top: calc(var(--sect-offset) - 20px);
}

.p-sect {
  padding-top: var(--sect-offset);
  padding-bottom: var(--sect-offset);
}

.pt-sect {
  padding-top: var(--sect-offset);
}

.pb-sect {
  padding-bottom: var(--sect-offset);
}

.p-sect:first-child,
.pt-sect:first-child {
  margin-top: calc(var(--sect-offset) - 20px);
}

.p-box {
  padding: var(--box-offset);
}

.box-sect {
  margin: 20px;
  border-radius: 20px;
}

[data-animate-item] {
  opacity: 0;
}

[data-children-animate] > * {
  opacity: 0;
}

[data-animate] {
  opacity: 0;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
[data-animate].animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

[data-animate=fade].animated {
  -webkit-animation-name: fade;
          animation-name: fade;
}

[data-animate=fadeLeft].animated {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
}

[data-animate=fadeRight].animated {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
}

[data-animate=fadeDown].animated {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
}

[data-animate=zoomIn].animated {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.parallax-el {
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
.parallax-el img {
  max-width: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.legal-line {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  padding: 10px 20px;
  background: rgba(253, 236, 234, 0.8);
  backdrop-filter: blur(10px);
}
.legal-line__descr {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-weight: 500;
}
.legal-line__close {
  cursor: pointer;
  display: inline-block;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.legal-line__close:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.legal-line__close:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.subtitle {
  display: inline-block;
  padding: 6px 9px;
  margin-bottom: 20px;
  border: 1px solid rgba(38, 38, 38, 0.1);
  border-radius: 15px;
  font-weight: bold;
  line-height: 16px;
  font-size: 12px;
}

.title {
  margin: 0 auto 60px;
  max-width: 880px;
  text-align: center;
}
.title__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.title__col:first-child {
  padding-right: 40px;
  border-right: 1px solid var(--main-color);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.title__col:last-child {
  padding-left: 40px;
}
.title__head {
  margin: 0;
  max-width: 350px;
}
.title__head small {
  font-size: 66%;
}
.title__descr {
  margin: 0;
}
.title__descr span {
  color: var(--main-color);
}

.info-box {
  position: relative;
  padding: 20px 20px 20px 58px;
  border-radius: 20px;
  background: #FDECEA;
  font-size: 14px;
  color: var(--dark-color);
}
.info-box:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/ic-info.svg") no-repeat center;
}

.content li ol, .content li ul {
  margin: 10px 0;
}
.content ol {
  counter-reset: myCounter;
  padding-left: 30px;
  list-style: none;
}
.content ol li {
  position: relative;
}
.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.2em;
  min-width: 1.05em;
  font-weight: bold;
  color: var(--main-color);
}
.content ul {
  padding-left: 10px;
  list-style: none;
}
.content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: var(--main-color);
}
.content ol._cols, .content ul._cols {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.content .info-box {
  margin: 20px 0;
}
.content > :first-child {
  margin-top: 0;
}
.content > :last-child {
  margin-bottom: 0;
}
.content._box {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  color: var(--dark-color);
}
.content._box--gray {
  background-color: rgba(38, 38, 38, 0.05);
  color: inherit;
}
.content._box--bd {
  -webkit-box-shadow: inset 0 0 0 1px #EE4129;
          box-shadow: inset 0 0 0 1px #EE4129;
  color: inherit;
}
.content._box--main-light {
  background-color: rgba(238, 65, 41, 0.1);
  color: inherit;
}
.content._sources {
  font-style: italic;
  line-height: 1.5;
  font-size: 12px;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  min-height: 60px;
  border: none;
  border-radius: 100px;
  background: none;
  backdrop-filter: blur(10px);
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn ._text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 5px 25px;
}
.btn ._icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn ._icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  border-radius: inherit;
  opacity: 0.4;
}
.btn ._icon.img-box img {
  max-width: 52%;
  max-height: 52%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.btn ._icon.ic {
  text-align: center;
  font-size: 20px;
}
.btn ._icon.ic:before {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.btn ._icon[class*=ic-down-], .btn ._icon[class*=ic-up-] {
  font-size: 14px;
}
.btn ._icon.ic-chat {
  font-size: 22px;
}
.btn:hover {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
          box-shadow: inset 0 0 0 1px currentColor;
  color: var(--main-color);
}
.btn:hover:before {
  opacity: 0;
}
.btn:hover ._icon.img-box img, .btn:hover ._icon.ic:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.btn:hover ._icon.ic-up-right:before {
  -webkit-transform: translate(2px, -2px);
      -ms-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
.btn:hover ._icon.ic-down-right:before {
  -webkit-transform: translate(-2px, 2px);
      -ms-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}
.btn:hover ._icon.ic-right:before {
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}
.btn:hover ._icon.ic-left:before {
  -webkit-transform: translate(-2px, 0);
      -ms-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
}
.btn._accent {
  color: var(--dark-color);
}
.btn._accent:before {
  background-color: #FFDD00;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFCC00), to(rgba(255, 204, 0, 0)));
  background-image: linear-gradient(to right, #FFCC00, rgba(255, 204, 0, 0));
}
.btn._accent:hover {
  color: var(--main-color);
}
.btn._alt:before {
  background-color: #6DA1E2;
  background-image: -webkit-gradient(linear, left top, right top, from(#093D7E), to(rgba(9, 61, 126, 0)));
  background-image: linear-gradient(to right, #093D7E, rgba(9, 61, 126, 0));
}
.btn._alt:hover {
  color: var(--alt-color);
}
.btn._light {
  color: var(--dark-color);
}
.btn._light:before {
  background: var(--light-color);
}
.btn._light:hover {
  color: var(--main-color);
}
.btn._glare:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background: #fff;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.5;
  -webkit-animation: btn-glare 4s infinite;
          animation: btn-glare 4s infinite;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn._glare:hover:after {
  opacity: 0;
}
.btn._full {
  width: 100%;
}
.btn._medium {
  min-height: 50px;
  font-size: 15px;
}
.btn._medium ._text {
  padding: 5px 20px;
}
.btn._medium ._icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn._medium ._icon.ic {
  font-size: 18px;
}
.btn._medium ._icon[class*=ic-down-], .btn._medium ._icon[class*=ic-up-] {
  font-size: 12px;
}
.btn._small {
  gap: 5px;
  min-height: 40px;
  font-size: 13px;
}
.btn._small ._text {
  padding: 0 5px;
}
.btn._small ._icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}

@-webkit-keyframes btn-glare {
  0% {
    right: 100%;
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
  40%, 100% {
    right: -150%;
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
}

@keyframes btn-glare {
  0% {
    right: 100%;
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
  40%, 100% {
    right: -150%;
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
}
.icon-btn {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.icon-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.icon-btn:before {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.icon-btn[class*=ic-down-], .icon-btn[class*=ic-up-] {
  font-size: 14px;
}

a.icon-btn:hover:after,
button.icon-btn:hover:after {
  background-color: var(--main-color2);
}
a.icon-btn:hover.ic-up-right:before,
button.icon-btn:hover.ic-up-right:before {
  -webkit-transform: translate(2px, -2px);
      -ms-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

.close-btn {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 0 20px;
  background: var(--main-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.close-btn:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.close-btn:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -5px;
}
.form-grid__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 25%;
  padding: 0 5px;
}
.form-grid__col._100p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.form-grid__col._66p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66%;
}
.form-grid__col._50p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.form-grid__col._33p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33%;
}

.form-item {
  margin-bottom: 10px;
}

.form-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 19px 24px;
  background: var(--light-color);
  border: 1px solid transparent;
  border-radius: 100px;
  line-height: 20px;
  font-weight: normal;
  font-size: 15px;
  color: var(--dark-color);
}
.form-field[readonly] {
  cursor: default;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 110px;
}

select.form-field {
  cursor: pointer;
  padding-right: 55px;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  text-overflow: ellipsis;
}

.form-option {
  cursor: pointer;
  position: relative;
  display: inline-block;
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
}
.form-option input,
.form-option span:before,
.form-option span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.form-option input {
  opacity: 0;
}
.form-option input:checked ~ span:after {
  opacity: 1;
}
.form-option span {
  display: block;
  position: relative;
  padding-left: 37px;
}
.form-option span:before, .form-option span:after {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.form-option span:before {
  content: "";
  border: 2px solid var(--main-color);
  border-radius: 6px;
}
.form-option span:after {
  text-align: center;
  content: "\e904";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  font-size: 10px;
  opacity: 0;
  color: var(--main-color);
}

.form-action {
  margin-top: 20px;
}
.form-action__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.form-action__policy > * {
  max-width: 100%;
}

.form-white-items .form-field {
  background-color: #fff;
}

.top-line {
  background: var(--dark-color);
  color: #fff;
}
.top-line__wrap {
  position: relative;
  padding: 5px 0;
}
.top-line__wrap:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -120px;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(-50deg);
      -ms-transform: skewX(-50deg);
          transform: skewX(-50deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.top-line__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.top-line__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.top-line .lang-menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: 500;
  font-size: 13px;
}
.top-contact .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-right: 10px;
  padding: 1px 1px 0 0;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 15px;
}
.top-contact a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-contact a:hover {
  color: var(--main-color);
}
.top-contact._phone {
  font-weight: bold;
}
.top-contact._accent .ic {
  background: var(--main-color);
  color: #fff;
}

.lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.lang-menu__item {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 1px 1px 0 0;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.lang-menu__item {
  text-decoration: none;
}
a.lang-menu__item:hover {
  background-color: var(--main-color);
  color: #fff;
}

span.lang-menu__item {
  cursor: default;
  color: #A1A1A1;
}

.video-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-btn ._ellips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
  -webkit-animation: pulse 5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: pulse 5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.video-btn ._ellips:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--main-color2);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.video-btn .ic {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  width: 100%;
  padding-left: 0.1em;
  font-size: 26px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -35px 0 0;
  padding: 0;
  border-radius: 50%;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.nav-arrow-prev:after,
.nav-arrow-next:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-arrow-prev:hover:after,
.nav-arrow-next:hover:after {
  background-color: var(--main-color2);
}
.nav-arrow-prev.swiper-button-disabled, .nav-arrow-prev.disabled, .nav-arrow-prev:disabled,
.nav-arrow-next.swiper-button-disabled,
.nav-arrow-next.disabled,
.nav-arrow-next:disabled {
  cursor: default;
  opacity: 0.3;
}
.nav-arrow-prev.swiper-button-disabled:after, .nav-arrow-prev.disabled:after, .nav-arrow-prev:disabled:after,
.nav-arrow-next.swiper-button-disabled:after,
.nav-arrow-next.disabled:after,
.nav-arrow-next:disabled:after {
  background-color: transparent !important;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrow-prev {
  left: 20px;
}

.nav-arrow-next {
  right: 20px;
}

.nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.nav-arrows .nav-arrow-prev,
.nav-arrows .nav-arrow-next {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.sandwich {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
}
.sandwich span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #fff;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sandwich span:nth-child(1) {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.sandwich span:nth-child(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sandwich.active span:nth-child(2) {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mob-menu__wrapper {
  overflow: hidden;
  padding: 100px 0 20px;
  min-height: var(--app-height);
}
.mob-menu__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.mob-menu__list a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mob-menu__list li.active > a {
  color: var(--main-color);
}
.mob-menu__list > li {
  margin-bottom: 10px;
}
.mob-menu__list > li:last-child {
  margin-bottom: 0;
}
.mob-menu__list > li > a {
  font-weight: bold;
}
.mob-menu__row {
  padding: 20px 0;
  border-top: 1px solid var(--light-color);
}
.mob-menu__buy {
  display: none;
  margin-bottom: 20px;
}
.mob-menu .top-contact {
  margin-bottom: 10px;
  font-size: 14px;
}
.mob-menu .top-contact:last-child {
  margin-bottom: 0;
}

.header,
.header__grid {
  height: 90px;
}

.header {
  position: relative;
}
.header__scroll {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__scroll:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid var(--light-color);
}
.header__scroll._fixed {
  position: fixed;
}
.header__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-main {
  display: inline-block;
  max-width: 240px;
}
.header__logo-main img {
  display: block;
  max-height: 50px;
}
.header__logo-descr {
  margin-left: 20px;
  padding-left: 20px;
  min-width: 110px;
  border-left: 1px solid #F4F4F4;
  text-transform: uppercase;
  font-family: "BebasNeue", monospace;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  font-size: 15px;
}
.header__menu ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu a:hover {
  color: var(--main-color);
}
.header__menu li.active > a {
  color: var(--main-color);
}
.header__menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1px;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
.header__menu > li.active > a {
  border-color: var(--main-color);
}
.header__toggle {
  display: none;
}

.bann {
  position: relative;
  margin: 20px auto;
}
.bann .parallax-el {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-52%);
      -ms-transform: translateX(-52%);
          transform: translateX(-52%);
}
.bann__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.bann__slider {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
  margin: 0;
  border-radius: 20px;
}
.bann__slider .swiper-pagination {
  position: absolute;
  left: 20px;
  bottom: 20px !important;
  margin: 0;
}
.bann__items {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.bann-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bann-slide__img {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background: var(--light-color) no-repeat center/cover;
}
.bann-slide__img:hover .video-btn ._ellips:before {
  opacity: 1;
}

.bann-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 330px;
  padding: 40px;
  border-radius: 20px;
  background: var(--dark-color);
  color: #fff;
}
.bann-item__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  -webkit-transition: 1s;
  transition: 1s;
}
.bann-item__head {
  width: 100%;
  max-width: 11.5em;
}
.bann-item._light {
  background-color: var(--light-color);
  color: var(--dark-color);
}
.bann-item._small .bann-item__head {
  max-width: 8em;
}
.bann-item:hover .bann-item__bg {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.pr-about {
  position: relative;
}
.pr-about .parallax-el {
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-54%);
      -ms-transform: translateX(-54%);
          transform: translateX(-54%);
}
.pr-about__box {
  overflow: hidden;
  position: relative;
  min-height: 420px;
  border-radius: 20px;
  background: url("../img/pr-about/bg.jpg") center/cover;
}
.pr-about__box .p-box {
  position: relative;
  z-index: 4;
}
.pr-about__box-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  line-height: 1.6;
  font-size: 24px;
}
.pr-about__box-content b {
  display: inline-block;
  text-transform: uppercase;
  font: bold 2em/0.9 "BebasNeue", monospace;
  color: var(--main-color);
}
.pr-about__box-content span {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background: var(--main-color);
  font-size: 0.75em;
  color: #fff;
}
.pr-about__box-img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  max-width: 55%;
}
.pr-about__action {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: -30px 0 0;
  padding: 0 var(--box-offset);
}
.pr-about__action .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 30%;
  font-size: 15px;
  background: var(--main-color);
  color: #fff;
}
.pr-about__action .btn:before {
  display: none;
}
.pr-about__action .btn ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pr-about__action .btn ._text .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 1em;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.pr-about__action .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ff614c;
}
.pr-about__action .btn:hover ._text .ic {
  -webkit-transform: translate(2px, -2px);
      -ms-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
.pr-about__action .btn:nth-child(2) {
  background: var(--main-color2);
}
.pr-about__action .btn:nth-child(2):hover {
  background-color: #ff3030;
}
.pr-about__action .btn:nth-child(3) {
  background: #FFD500;
  color: var(--dark-color);
}
.pr-about__action .btn:nth-child(3):hover {
  background-color: #ffda44;
}

.symptoms {
  position: relative;
  background: url("../img/symptoms/left.svg") no-repeat 0 0, url("../img/symptoms/right.svg") no-repeat 100% 100%, var(--light-color);
}
.symptoms .parallax-el {
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.symptoms__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.symptoms__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  padding: 0 10px 20px;
}

.symptom-item {
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 300px;
  border-radius: 20px;
  background: var(--dark-color);
  text-decoration: none;
  color: #fff;
}
.symptom-item__bg {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  -webkit-transition: 1s;
  transition: 1s;
}
.symptom-item__bg span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  right: -3px;
  background: no-repeat center/cover;
}
.symptom-item._light {
  background-color: #fff;
  color: var(--dark-color);
}
.symptom-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.symptom-item__head {
  font-weight: normal;
}
.symptom-item .icon-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}
.symptom-item:hover .symptom-item__bg {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.symptom-item:hover .symptom-item__bg span {
  -webkit-animation: shakeX 0.5s;
          animation: shakeX 0.5s;
}
.symptom-item:hover .icon-btn:after {
  background-color: var(--main-color2);
}
.symptom-item:hover .icon-btn.ic-up-right:before {
  -webkit-transform: translate(2px, -2px);
      -ms-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  40%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
}

@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  40%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
}
.pr-props {
  position: relative;
}
.pr-props .parallax-el {
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
}
.pr-props__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.pr-props__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33%;
  padding: 0 10px;
}
.pr-props__col:nth-child(3n+2) {
  margin-top: 60px;
}

.pr-prop-item {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--light-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #EFEFEF, #F9F9F9);
  line-height: 1.5;
}
.pr-prop-item__img {
  max-width: 200px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: #fff;
}
.pr-prop-item__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pr-prop-item__img img {
  max-width: 60%;
  max-height: 60%;
}
.pr-prop-item__head {
  text-align: center;
}
.pr-prop-item > :last-child {
  margin-bottom: 0;
}

.home-products {
  position: relative;
  background: url("../img/products/home-left.svg") no-repeat 0 100%, url("../img/products/home-right.svg") no-repeat 100% 0, var(--light-color);
}
.home-products .parallax-el._top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-60%);
      -ms-transform: translateX(-60%);
          transform: translateX(-60%);
}
.home-products .parallax-el._bot {
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.home-products__slider {
  position: relative;
}
.home-products__slider .swiper {
  border-radius: 20px;
  background: #fff url("../img/products/home-slider-bg.svg") no-repeat 50% 10px;
}
.home-products__slider .swiper-slide {
  overflow: hidden;
}
.home-products__nav {
  text-align: center;
}
.home-products__nav .nav-arrow-prev {
  left: -90px;
  margin-top: -60px;
}
.home-products__nav .nav-arrow-next {
  right: -90px;
  margin-top: -60px;
}

.product-info {
  padding: var(--box-offset);
}
.product-info__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 260px;
  padding-right: 42%;
}
.product-info__top > :last-child {
  margin-bottom: 0;
}
.product-info__subtitle {
  text-transform: uppercase;
  font: 700 20px/1.2 "BebasNeue", monospace;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
.product-info__val {
  opacity: 0.4;
}
.product-info__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.product-info__img {
  position: absolute;
  top: -20%;
  right: -6%;
  height: 140%;
  min-width: 40%;
  max-width: 52%;
  max-height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-info__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-info__advants {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
  margin: var(--box-offset) -15px 0;
  padding: var(--box-offset) 0 0;
}
.product-info__advants:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
.product-info__advant {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 14.285%;
  padding: 0 15px;
  word-wrap: break-word;
  text-align: center;
  line-height: 1.4;
}
.product-info__advant > :last-child {
  margin-bottom: 0;
}
.product-info__advant-img {
  margin: 0 auto 20px;
  max-width: 100px;
  border-radius: 50%;
  background-color: var(--light-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #EFEFEF, #F9F9F9);
}
.product-info__advant-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product-info__advant-img img {
  max-width: 50%;
  max-height: 50%;
}
.product-info._alt .product-info__subtitle {
  color: var(--alt-color);
}

.buy-shops {
  position: relative;
}
.buy-shops .parallax-el {
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
}

.buy-shops-title {
  max-width: 520px;
}

.buy-shops-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.buy-shop {
  display: block;
  padding: 20px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #F9F9F9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(rgba(239, 239, 239, 0)));
  background-image: linear-gradient(to bottom, #EFEFEF, rgba(239, 239, 239, 0));
  text-decoration: none;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.buy-shop:hover {
  background-color: #EFEFEF;
}
.buy-shop .img-box {
  width: 100%;
}

.footer {
  position: relative;
  padding: 80px 0 40px;
  background: var(--dark-color);
  background: linear-gradient(-105deg, #515151, #262626);
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}
.footer .parallax-el._top {
  top: 25px;
  left: 50%;
  margin-left: -50px;
}
.footer .parallax-el._bot {
  bottom: -50px;
  left: 50%;
  margin-left: 70px;
}
.footer.box-sect {
  margin-top: 0;
}
.footer__bg {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: inherit;
}
.footer .container {
  position: relative;
  z-index: 5;
}
.footer__row:nth-child(n+2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__row._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer__row._contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.footer__row._bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo-main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  text-decoration: none;
  max-width: 150px;
  opacity: 0.6;
}
.footer__logo-main img {
  display: block;
  max-height: 50px;
}
.footer__logo-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.25;
  font-size: 16px;
  color: #AEAEAE;
}
.footer__disclaimer {
  max-width: 520px;
  margin-left: auto;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.7;
  color: #AEAEAE;
}
.footer__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0;
  color: #AEAEAE;
}
.footer__dev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
.footer__dev span {
  color: #AEAEAE;
}
.footer__dev .ic {
  margin-top: -0.15em;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer__dev:hover .ic {
  color: var(--main-color);
}

.foot-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.foot-contact._address {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.foot-contact > .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  padding: 1px 1px 0 0;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
}
.foot-contact__main > :last-child {
  margin-bottom: 0;
}
.foot-contact__head {
  color: #AEAEAE;
}
.foot-contact a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.foot-contact a:hover {
  color: var(--main-color);
}

.main-tabs {
  margin-bottom: 60px;
}
.main-tabs__grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1px 0;
}

.main-tab {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border: none;
  background: rgba(238, 65, 41, 0.1);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3;
  font-size: 15px;
  color: var(--main-color);
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.main-tab:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  height: 100%;
  border-right: 1px solid #fff;
}
.main-tab ._text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.main-tab ._icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.main-tab ._icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  border-radius: inherit;
  opacity: 0.4;
}
.main-tab ._icon img {
  max-width: 52%;
  max-height: 52%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.main-tab ._icon img:nth-child(n+2) {
  opacity: 0;
}
.main-tab:hover {
  background-color: rgba(238, 65, 41, 0.15);
}
.main-tab.active {
  background-color: var(--main-color);
  color: #fff;
}
.main-tab.active ._icon img:nth-child(1) {
  opacity: 0;
}
.main-tab.active ._icon img:nth-child(2) {
  opacity: 1;
}
.main-tab._alt {
  background: rgba(59, 111, 176, 0.1);
  color: var(--alt-color);
}
.main-tab._alt:hover {
  background-color: rgba(59, 111, 176, 0.15);
}
.main-tab._alt.active {
  background-color: var(--alt-color);
  color: #fff;
}

.main-tab-item:nth-child(n+2) {
  display: none;
}

.products {
  position: relative;
}
.products .parallax-el._top {
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-47%);
      -ms-transform: translateX(-47%);
          transform: translateX(-47%);
}
.products .parallax-el._bot {
  bottom: -250px;
  left: 50%;
  -webkit-transform: translateX(-53%);
      -ms-transform: translateX(-53%);
          transform: translateX(-53%);
}
.products__bg {
  position: absolute;
  z-index: -10;
}
.products__bg._left {
  left: 0;
  bottom: -700px;
}
.products__bg._right {
  top: 80px;
  right: 0;
}
.products__wrap {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.product-tab {
  overflow: hidden;
  border-radius: 20px;
  background: var(--light-color);
}
.product-tab .product-info {
  margin: 0 0 var(--box-offset);
  padding: 0;
}
.product-tab .product-info__advant-img {
  background: #fff;
}
.product-tab._alt .product-content {
  --main-color: #3B6FB0;
}

.product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.product-content__two {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
}
.product-content__one {
  width: 100%;
}
.product-content__three {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 30%;
}
.product-content__head {
  color: var(--main-color);
}

.pr-logos .buy-shops-grid {
  margin-bottom: var(--box-offset);
}
.pr-logos__filter {
  padding: 40px;
  border-radius: 20px;
  margin-bottom: var(--box-offset);
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
}

.map-box {
  overflow: hidden;
  border-radius: 20px;
  margin: 20px;
  height: 600px;
}

.faq {
  position: relative;
}
.faq .parallax-el {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-37%);
      -ms-transform: translateX(-37%);
          transform: translateX(-37%);
}

.faq-item {
  position: relative;
  padding: 30px 80px 30px 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: var(--light-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #EFEFEF, #F9F9F9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item__arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 0 20px;
  background: var(--main-color);
}
.faq-item__arrow:before, .faq-item__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-item__arrow:before {
  width: 18px;
  height: 2px;
}
.faq-item__arrow:after {
  width: 2px;
  height: 18px;
}
.faq-item__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.faq-item__title:hover .faq-item__head {
  color: var(--main-color);
}
.faq-item__number {
  margin-right: 10px;
  min-width: 34px;
  font: bold 28px/1 "BebasNeue", monospace;
  color: var(--main-color);
}
.faq-item__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-item__content {
  display: none;
  padding: 10px 0 0 44px;
  line-height: 1.5;
  color: #A9A9A9;
}
.faq-item._show .faq-item__head {
  color: var(--main-color);
}
.faq-item._show .faq-item__arrow:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.for-spec {
  position: relative;
}
.for-spec .parallax-el._right {
  top: 90px;
  left: 50%;
  margin-left: 460px;
}
.for-spec .parallax-el._left {
  top: 50%;
  right: 50%;
  margin: -20px 555px 0 0;
}
.for-spec__bg {
  position: absolute;
  z-index: -10;
}
.for-spec__bg._left {
  left: 0;
  bottom: -460px;
}
.for-spec__bg._right {
  right: 0;
  bottom: -185px;
}
.for-spec__tab {
  border-radius: 20px;
  background: var(--light-color);
}
.for-spec__head {
  margin-bottom: 20px;
}
.for-spec__row {
  margin-bottom: 40px;
}
.for-spec__row:last-child {
  margin-bottom: 0;
}
.for-spec__row .content._box:nth-child(n+2) {
  margin-top: 20px;
}
.for-spec__wrap {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.for-spec__formula {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.for-spec__formula .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.for-spec__formula-img {
  overflow: hidden;
  position: relative;
  margin-left: 60px;
  padding: 10px;
  max-width: 380px;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.for-spec__formula-img img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: formula 5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: formula 5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.for-spec__formula-img:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background: var(--light-color);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.4;
  -webkit-animation: btn-glare 6s infinite;
          animation: btn-glare 6s infinite;
}

@-webkit-keyframes formula {
  0% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
  50% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
}

@keyframes formula {
  0% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
  50% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
}
.recovery-way {
  margin: 20px 0;
}
.recovery-way__head {
  font-weight: bold;
  color: var(--main-color);
}
.recovery-way__wrap {
  margin-bottom: 20px;
}
.recovery-way__wrap:last-child {
  margin-bottom: 0;
}
.recovery-way__grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.recovery-way__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  z-index: 1;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  min-height: 80px;
  padding: 10px 25px 10px 40px;
}
.recovery-way__item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.recovery-way__item-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 26px;
  background: var(--main-color);
}
.recovery-way__item-bg span {
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--main-color);
}
.recovery-way__item-bg span:nth-child(1) {
  left: 0;
  width: 17px;
}
.recovery-way__item-bg span:nth-child(2) {
  right: 0;
  width: 27px;
}
.recovery-way__item-bg span._load {
  background: none;
}
.recovery-way__item-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recovery-way__item-txt {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}
.recovery-way__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 30px;
  max-height: 30px;
}
.recovery-way__item:nth-child(2) .recovery-way__item-bg {
  opacity: 0.6;
}
.recovery-way__item:nth-child(3) .recovery-way__item-bg {
  opacity: 0.8;
}
.recovery-way__item:last-child .recovery-way__item-bg {
  opacity: 1;
}
.recovery-way._why .recovery-way__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.recovery-way._why .recovery-way__item {
  gap: 5px;
  width: 23.5%;
}
.recovery-way._why .recovery-way__item:last-child {
  width: 29.5%;
}

.about {
  position: relative;
  padding-bottom: var(--sect-offset);
}
.about .parallax-el {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-41%);
      -ms-transform: translateX(-41%);
          transform: translateX(-41%);
}
.about__bg {
  position: absolute;
  z-index: -9;
  top: -245px;
  left: 0;
}
.about__ellips {
  position: absolute;
  z-index: -10;
  left: 50%;
  bottom: 0;
  margin-left: -950px;
  width: 1900px;
  height: 1900px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #F4F4F4));
  background: linear-gradient(to bottom, #fff, #F4F4F4 80%);
}
.about__ellips:before {
  content: "";
  position: absolute;
  top: 12.5%;
  left: 12.5%;
  right: 12.5%;
  bottom: 12.5%;
  border-radius: inherit;
  background: #fff;
}
.about .title {
  max-width: none;
}
.about .title__head {
  max-width: 100%;
}
.about .title__head small {
  display: block;
  margin: 0.1em 0;
  color: var(--main-color);
}
.about .gallery-slider,
.about .about-numbers {
  margin-top: 60px;
}

.advants-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.advant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  border-radius: 20px;
  background: var(--light-color);
}
.advant-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.advant-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.advant-item__content > :last-child {
  margin-bottom: 0;
}

.about-numbers {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.about-number {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 21%;
  position: relative;
  padding-top: 40px;
}
.about-number:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: -40px;
  border-bottom: 1px solid var(--main-color);
}
.about-number:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
}
.about-number__top, .about-number__descr {
  opacity: 0.6;
}
.about-number__count {
  font-weight: bold;
  line-height: 1;
  font-size: 60px;
  color: var(--main-color);
}
.about-number__count-descr {
  line-height: 1.25;
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
}
.about-number > :last-child {
  margin-bottom: 0;
}

.gallery-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-slider .swiper-slide {
  display: block;
  overflow: hidden;
  position: relative;
  width: 600px;
  border-radius: 20px;
}
.gallery-slider .swiper-slide > span {
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
  border-radius: inherit;
  background: no-repeat center/cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-slider .swiper-slide:hover > span {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-slider .swiper-slide._small {
  width: 400px;
}
.gallery-slider .swiper-slide._small > span {
  padding-bottom: 90%;
}

.contacts {
  position: relative;
}
.contacts .parallax-el {
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-52%);
      -ms-transform: translateX(-52%);
          transform: translateX(-52%);
}
.contacts__bg {
  position: absolute;
  z-index: -9;
  top: -370px;
  right: 0;
}

.contacts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.contact-item {
  padding: 40px;
  border-radius: 20px;
  background: var(--light-color);
}
.contact-item__icon {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF5F47;
  background-image: -webkit-gradient(linear, left top, right top, from(#D0230B), to(rgba(208, 35, 11, 0)));
  background-image: linear-gradient(to right, #D0230B, rgba(208, 35, 11, 0));
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.contact-item__content a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact-item__content a:hover {
  color: var(--main-color);
}
.contact-item__content > :last-child {
  margin-bottom: 0;
}

.diseases-tabs {
  overflow: hidden;
  border-radius: 20px;
}
.diseases-tabs__grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1px 0;
}

.diseases-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding: 11px;
  border: none;
  background-color: rgba(238, 65, 41, 0.1);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  color: var(--main-color);
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.diseases-tab:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  height: 100%;
  border-right: 1px solid var(--light-color);
}
.diseases-tab:hover {
  background-color: rgba(238, 65, 41, 0.15);
}
.diseases-tab.active {
  background-color: var(--main-color);
  color: #fff;
}

.diseases-tab-item:nth-child(n+2) {
  display: none;
}

.diseases-advants {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.diseases-advants:nth-child(n+2) {
  margin-top: 20px;
}

.diseases-advant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  color: var(--dark-color);
}
.diseases-advant__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.diseases-advant__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.diseases-advant__content > :last-child {
  margin-bottom: 0;
}
.diseases-advant__content .btn {
  margin-top: 10px;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  border-radius: 20px;
  background: #fff;
  margin: 40px auto;
}
.popup__decor {
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
.popup__wrap {
  padding: var(--box-offset);
}
.popup__wrap:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.popup__wrap:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.popup__wrap._p-0 {
  padding: 0;
}
.popup__wrap._gray {
  background-color: var(--light-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #EFEFEF, #F9F9F9);
}
.popup__content {
  margin-bottom: 40px;
}
.popup__content:last-child {
  margin-bottom: 0;
}
.popup__content .content {
  margin-bottom: 10px;
}
.popup__content .content:last-child {
  margin-bottom: 0;
}
.popup__content._grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
}
.popup__content._grid .content {
  margin-bottom: 0;
}
.popup__action {
  margin-top: 40px;
  text-align: center;
}

.form-popup .popup__decor._top {
  top: -27px;
  right: -96px;
}
.form-popup .popup__decor._bot {
  bottom: -48px;
  left: -74px;
}
.form-popup__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-popup__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  padding: 55px 24px 40px;
  border-radius: 20px 0 0 20px;
  background-color: var(--light-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #EFEFEF, #F9F9F9);
  text-align: center;
}
.form-popup__main {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: var(--box-offset);
}
.form-popup__title {
  margin-bottom: 20px;
}

.instruction-popup .popup__decor._top {
  top: -27px;
  right: -65px;
}
.instruction-popup .popup__decor._bot {
  bottom: -30px;
  left: 320px;
}

.for-spec-popup .popup__decor._top {
  z-index: 4;
  top: -150px;
  right: 42px;
}
.for-spec-popup .popup__decor._bot {
  z-index: 4;
  bottom: -30px;
  right: -80px;
}
.for-spec-popup__main {
  max-width: 640px;
}
.for-spec-popup__title {
  margin-bottom: 40px;
  font-size: 14px;
}
.for-spec-popup__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.for-spec-popup__action .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
}
.for-spec-popup__doc {
  position: absolute;
  z-index: 5;
  width: 425px;
  right: 25px;
  bottom: 0;
}
.for-spec-popup__doc img {
  display: block;
  margin: 0 auto;
}

.symp-popup .popup__decor._top {
  top: -27px;
  right: -50px;
}
.symp-popup .popup__decor._left {
  top: 255px;
  left: -72px;
}
.symp-popup .popup__decor._right {
  top: 50%;
  right: -70px;
  margin-top: -150px;
}
.symp-popup__slider {
  padding-bottom: var(--box-offset);
}
.symp-popup__slider .nav-arrows {
  margin-top: 0;
}
.symp-popup__slider .product-info__advant-img {
  background: #fff;
}
.symp-popup._alt .popup__decor._top {
  display: none;
}
.symp-popup._alt .close-btn {
  background-color: #3B6FB0;
}
.symp-popup._alt .content {
  --main-color: #3B6FB0;
}
.symp-popup._alt .nav-arrow-prev,
.symp-popup._alt .nav-arrow-next {
  background-color: #6DA1E2;
  background-image: -webkit-gradient(linear, left top, right top, from(#093D7E), to(rgba(9, 61, 126, 0)));
  background-image: linear-gradient(to right, #093D7E, rgba(9, 61, 126, 0));
}
.symp-popup._alt .nav-arrow-prev:hover:after,
.symp-popup._alt .nav-arrow-next:hover:after {
  background-color: #324dc5;
}

/* Customize plugins */
.mfp-bg {
  background: rgba(38, 38, 38, 0.6);
  backdrop-filter: blur(35px);
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-container {
  padding-left: 6px;
  padding-right: 6px;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mfp-iframe-holder .mfp-content {
  max-width: 120vh;
}

.mfp-image-holder .close-btn,
.mfp-iframe-holder .close-btn {
  overflow: visible;
  right: 0;
  height: 40px;
  border-radius: 0;
  background: none;
  text-align: right;
  line-height: 40px;
}

.mfp-image-holder .close-btn {
  top: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  width: 100%;
}

.mfp-iframe-holder .close-btn {
  width: auto;
  top: -40px;
}

.swiper-pagination-bullets {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
  padding: 10px 20px;
  width: auto !important;
  border-radius: 100px;
  background: rgba(38, 38, 38, 0.05);
}
.swiper-pagination-bullets._light {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
}
.swiper-pagination-bullets._light .swiper-pagination-bullet {
  opacity: 0.2;
  background: #fff;
}
.swiper-pagination-bullets._light .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}