@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Giga Sans";
  src: url("../fonts/GigaSans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
.anim {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anim.single-project {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anim.single-project.done {
  opacity: 1 !important;
}

.anim-stage > * {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  opacity: 0;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    color: #00F5C9;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    color: #00F5C9;
  }
}
@-webkit-keyframes zoom-fade {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-fade {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes line {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 510px;
    opacity: 1;
  }
}
@keyframes line {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 510px;
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes slide {
  to {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes slide-height {
  from {
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes slide-height {
  from {
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-stage > * {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@-webkit-keyframes anim-stage {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anim-stage {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-up-2 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up-2 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-up-3 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up-3 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  @-webkit-keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 247px;
      opacity: 1;
    }
  }
  @keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 247px;
      opacity: 1;
    }
  }
  @-webkit-keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px;
    }
    100% {
      width: 50px;
      height: 50px;
    }
  }
  @keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px;
    }
    100% {
      width: 50px;
      height: 50px;
    }
  }
}
@media screen and (max-width: 575px) {
  @-webkit-keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 150px;
      opacity: 1;
    }
  }
  @keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 150px;
      opacity: 1;
    }
  }
}
.btn {
  outline: none;
  background: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  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;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn .btn-txt {
  font-family: "Raleway", sans-serif;
  background: #FF5112;
  border: 5px solid #FF5112;
  width: 100%;
  z-index: 2;
  position: relative;
  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;
  border-radius: 12px;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover .btn-txt {
  background: #fff;
  color: #FF5112;
}

.modal-window {
  display: none;
}

body, html {
  margin: 0;
  font-family: "Giga Sans", sans-serif;
  min-width: 320px;
}

body {
  max-width: 100%;
}
body.fixed {
  position: fixed;
}

* {
  letter-spacing: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

img.lazyload, video.lazyload {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.desk-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mob-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .desk-only {
    display: none !important;
  }
  .mob-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-loaded, [data-loaded=true] {
  opacity: 0;
  visibility: visible;
  -webkit-animation: faddingImgAnim 0.5s ease;
          animation: faddingImgAnim 0.5s ease;
}

@-webkit-keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
* {
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

a, button {
  cursor: pointer;
}

p, h1, ul, ol, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Giga Sans", sans-serif;
}

body {
  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: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Giga Sans", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

html {
  height: auto;
  min-height: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  height: auto;
  background: #fff;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}

p, h1, ul, ol, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: #080808;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.section-404 {
  width: 100%;
  padding: 6.25vw 0 3.125vw;
}
.section-404__inner {
  width: 100%;
  background: #080808;
  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;
  padding: 3.125vw;
}
.section-404__content {
  width: 100%;
  max-width: 48.4375vw;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-404__content-title {
  font-size: 9.375vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2.0833333333vw;
}
.section-404__content-subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
  color: #080808;
  color: #fff;
  margin-bottom: 1.5625vw;
  text-align: center;
}
.section-404__content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8333333333vw;
  line-height: 1.2;
  color: #fff;
  color: #717171;
  text-align: center;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767px) {
  .section-404 {
    padding: 4.6511627907vw 0 0;
  }
  .section-404 .container {
    padding: 0;
  }
  .section-404__inner {
    padding: 9.3023255814vw 5.8139534884vw;
  }
  .section-404__content {
    max-width: 100%;
  }
  .section-404__content-title {
    font-size: 30.2325581395vw;
    margin-bottom: 2.3255813953vw;
  }
  .section-404__content-subtitle {
    margin-bottom: 4.6511627907vw;
    font-size: 9.3023255814vw;
  }
  .section-404__content-text {
    font-size: 3.7209302326vw;
    margin-bottom: 4.6511627907vw;
  }
}
.text-block {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 2.15;
  font-size: 1.0416666667vw;
  color: #080808;
}
.text-block a {
  text-decoration: underline;
  font-weight: 500;
  color: #080808;
}
.text-block *:not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
  margin-bottom: 1.1979166667vw;
}
.text-block br {
  content: "";
  display: block;
  height: 1.5625vw;
}
.text-block *:last-child {
  margin-bottom: 0;
}
.text-block *:last-child strong {
  font-weight: 700;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #080808;
}
.text-block h1 {
  font-size: 4.2708333333vw;
}
.text-block h2 {
  font-size: 3.125vw;
}
.text-block h3 {
  font-size: 2.7083333333vw;
}
.text-block h4 {
  font-size: 2.2916666667vw;
}
.text-block h5,
.text-block h6 {
  font-size: 1.7708333333vw;
}
.text-block a {
  text-decoration: underline;
}
.text-block blockquote {
  font-family: "Raleway", sans-serif;
  background: #080808;
  border-radius: 0.78125vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 2.6041666667vw 4.6875vw;
  position: relative;
  z-index: 2;
}
.text-block blockquote::after, .text-block blockquote::before {
  content: '"';
  position: absolute;
  top: 0.4166666667vw;
  left: 0.9375vw;
  font-size: 4em;
  font-family: Arial;
}
.text-block blockquote::after {
  top: auto;
  left: auto;
  bottom: 0.4166666667vw;
  right: 0.9375vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text-block img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-block .alignleft {
  float: left;
  margin-right: 2.0833333333vw;
}
.text-block .alignright {
  float: right;
  margin-left: 2.0833333333vw;
}
.text-block .aligncenter {
  margin: 0 auto;
}
.text-block ol li, .text-block ul li {
  line-height: 1.5;
  margin-bottom: 0.5208333333vw;
}
.text-block ol li:last-child, .text-block ul li:last-child {
  margin-bottom: 0;
}
.text-block ul li {
  padding-right: 1.0416666667vw;
  position: relative;
  z-index: 2;
}
.text-block ul li::after {
  content: "";
  position: absolute;
  top: 0.8854166667vw;
  right: 0;
  background: #080808;
  border-radius: 50%;
  width: 0.3645833333vw;
  height: 0.3645833333vw;
}
.text-block ul li ol {
  counter-reset: numUl;
}
.text-block ul li ol li {
  padding-left: 0;
}
.text-block ul li ol li::after {
  display: none;
}
.text-block ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text-block ol {
  counter-reset: numOl;
}
.text-block ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text-block ol li ol {
  padding-right: var(--paddingList);
}
.text-block ol li ul {
  padding-right: 1.0416666667vw;
}
.text-block ol li ul li {
  position: relative;
  z-index: 2;
}
.text-block ol li ul li::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 3.7209302326vw;
  }
  .text-block h1 {
    font-size: 9.3023255814vw;
  }
  .text-block h2 {
    font-size: 6.976744186vw;
  }
  .text-block h3 {
    font-size: 5.8139534884vw;
  }
  .text-block h4 {
    font-size: 5.3488372093vw;
  }
  .text-block h5, .text-block h6 {
    font-size: 4.6511627907vw;
  }
  .text-block *:not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
    margin-bottom: 2.7906976744vw;
  }
  .text-block ol li, .text-block ul li {
    margin-bottom: 2.7906976744vw;
  }
  .text-block img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .text-block ul li {
    padding-right: 3.2558139535vw;
    position: relative;
    z-index: 2;
  }
  .text-block ul li::after {
    content: "";
    position: absolute;
    top: 2.0930232558vw;
    right: 0;
    background: #080808;
    border-radius: 50%;
    width: 1.1627906977vw;
    height: 1.1627906977vw;
  }
  .text-block blockquote {
    width: 100%;
    font-size: 4.1860465116vw;
    padding: 6.976744186vw 4.6511627907vw;
    border-radius: 2.7906976744vw;
    margin-left: 0;
    margin-right: 0;
  }
  .text-block blockquote::before {
    top: 1.1627906977vw;
    left: 1.1627906977vw;
  }
  .text-block blockquote::after {
    bottom: 1.1627906977vw;
    right: 1.1627906977vw;
  }
}
body {
  background: #ECEFF6;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.container {
  max-width: 1600px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

.full-progress {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  z-index: 200;
}
.full-progress p {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FF5112;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header::before {
  width: 100%;
  height: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000;
  opacity: 0.3;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.header.header-fixed::before {
  height: 100%;
  border-radius: 0;
  opacity: 1;
  background: #fff;
}
.header.header-fixed .logo {
  width: 200px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  padding-top: 18px;
  padding-bottom: 13px;
}
.header.header-fixed .tel {
  color: #000;
}
.header.header-fixed .tel:hover {
  color: #FF5112;
}
.header .container {
  position: relative;
  z-index: 4;
}
.header .logo {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  margin-right: auto;
  padding: 39px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.header .logo a, .header .logo img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .tel {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 60px;
}
.header .tel:hover {
  color: #FF5112;
}
.header .btn::before {
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
  background: #000;
  opacity: 0.3;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 14px;
}

.hero {
  padding-top: 0;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  border-radius: 0 0 30px 30px;
}
.hero-bg img, .hero-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-cont {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 35px;
}
.hero-cont .title {
  margin-bottom: 30px;
  max-width: 844px;
}
.hero-cont p {
  max-width: 844px;
}
.hero-cont .btn .btn-txt {
  padding: 15px 80px;
}
.hero-cont .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.hero-cont .logos li {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.hero-cont .logos li img {
  width: auto;
  height: 100%;
}

.title {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.11;
  color: #fff;
}
.title strong {
  font-weight: normal;
  color: #FF5112;
}

.subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
  color: #080808;
}

.hero-stats {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  -webkit-transform: translate(0, 58px);
          transform: translate(0, 58px);
}

.single-hero-stat {
  width: calc(25% - 22.5px);
  background: #fff;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 242px;
  border-radius: 35px;
  padding: 45px 44px 40px 28px;
}
.single-hero-stat span {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  color: #000000;
  display: inline-block;
  margin-bottom: 30px;
}
.single-hero-stat p {
  color: rgba(0, 0, 0, 0.8);
}

.company {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 0 50px;
}
.company-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.company-text {
  width: 100%;
  max-width: 670px;
  color: rgba(8, 8, 8, 0.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.company-text .title {
  color: #080808;
  margin-bottom: 30px;
}
.company-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-image .img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.company-image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.available {
  padding: 50px 0;
  width: 100%;
}
.available .subtitle {
  margin-bottom: 30px;
}
.available-cont {
  width: 100%;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.available-left {
  width: calc(50% - 15px);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.available-right {
  width: calc(50% - 15px);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.available-text {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 30px 30px 30px 40px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: rgba(0, 0, 0, 0.8);
}
.available-text p {
  font-weight: bold;
  margin-bottom: 13px;
  color: #080808;
}
.available-text ul {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.available-text ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
.available-text ul li::before {
  width: 3px;
  height: 3px;
  left: 7px;
  border-radius: 50%;
  background: #080808;
  display: inline-block;
  content: "";
  top: 7px;
  position: absolute;
}
.available-text ul li:last-child {
  margin-bottom: 0;
}
.available-text ul:last-child {
  margin-bottom: 0;
}

.tel-ic {
  display: none;
}

.avail-btn {
  width: 100%;
  border-radius: 30px;
  border: 6px solid #FF5112;
  background: #FF5112;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding: 50px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avail-btn span {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avail-btn p {
  color: #fff;
  text-align: center;
  max-width: 420px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avail-btn:hover {
  background: #fff;
  color: #FF5112;
}
.avail-btn:hover span, .avail-btn:hover p {
  color: #FF5112;
}

.available-rules {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 30px 30px 55px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.single-rule {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ECEFF6;
  border-radius: 30px;
}
.single-rule__head {
  width: 100%;
  padding: 30px 50px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.single-rule__head::after {
  width: 19px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../img/arr-bot.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-rule__head span {
  font-weight: bold;
  color: #000;
}
.single-rule__text {
  width: 100%;
  display: none;
}
.single-rule__text .txt {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0 30px 30px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 194px;
}
.single-rule.open {
  background: #FFF3EE;
}
.single-rule.open .single-rule__head::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.category {
  width: 100%;
  padding: 50px 0;
}
.category-cont {
  width: 100%;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.category-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 30px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.category-left, .category-right {
  width: 442px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.category-left .subtitle, .category-right .subtitle {
  color: #080808;
  margin-bottom: 30px;
}
.category-images {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-images .img {
  width: 100%;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.category-images .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat-left__text {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
}
.cat-left__text ul {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cat-left__text ul li {
  padding-left: 44px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.cat-left__text ul li:last-child {
  margin-bottom: 0;
}
.cat-left__text ul li::after {
  width: 19px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../img/arr-bot.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cat-list {
  width: 100%;
  gap: 30px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single-cat-list {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 30px;
  gap: 15px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000;
}
.single-cat-list span {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #080808;
}
.single-cat-list p {
  max-width: 90%;
  color: rgba(0, 0, 0, 0.8);
}

.conditions {
  width: 100%;
  padding: 50px 0;
}
.conditions-cont {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  position: relative;
}
.conditions-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.conditions-right .img {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.conditions-right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conditions-left {
  padding: 32px 30px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 705px;
  position: relative;
  z-index: 2;
}
.conditions-left .title {
  color: #FF5112;
}
.conditions-left ul {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 45px 0;
}
.conditions-left ul li {
  width: calc(50% - 20px);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.conditions-left ul li a {
  color: #FF5112;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.conditions-left ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.conditions-left ul li span {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #080808;
}

.benefits {
  width: 100%;
  padding: 50px 0;
}
.benefits-cont {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.benefits-cont .subtitle {
  margin-bottom: 30px;
  color: #000;
}
.benefits-list {
  width: 100%;
  gap: 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  padding: 30px 20px;
}

.single-benefit {
  width: calc(33.3333333333% - 13.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 39px;
  position: relative;
  color: #000;
  font-size: 17px;
}
.single-benefit p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: rgba(0, 0, 0, 0.8);
}
.single-benefit::after {
  width: 19px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../img/arr-bot.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bonuses {
  width: 100%;
  padding: 50px 0;
}
.bonuses-cont {
  width: 100%;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bonuses-image {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bonuses-image .img {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bonuses-image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bonuses-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bonuses-text .subtitle {
  margin-bottom: 30px;
  color: #080808;
}
.bonuses-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-bonus {
  width: calc(25% - 2.25px);
  background: #fff;
  padding: 20px;
  height: calc(50% - 1.5px);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.single-bonus:has(.avail-btn) {
  padding: 0;
}
.single-bonus .avail-btn {
  padding: 10px;
  margin: 0;
  border-radius: 0 0 30px 0;
}
.single-bonus .avail-btn p {
  color: rgba(255, 255, 255, 0.8);
}
.single-bonus .avail-btn:hover p {
  color: #FF5112;
}
.single-bonus:nth-child(1) {
  border-radius: 30px 0 0 0;
}
.single-bonus:nth-child(4) {
  border-radius: 0 30px 0 0;
}
.single-bonus:nth-child(5) {
  border-radius: 0 0 0 30px;
}
.single-bonus:nth-child(8) {
  border-radius: 0 0 30px 0;
}
.single-bonus .ic {
  width: auto;
  height: 42px;
  margin-bottom: 30px;
}
.single-bonus .ic img {
  height: 100%;
  width: auto;
}
.single-bonus p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.nutrients {
  width: 100%;
  padding: 50px 0;
}
.nutrients-cont {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.nutrients-cont .subtitle {
  max-width: 650px;
}
.nutrients-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.single-nutrient {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  background: #fff;
}
.single-nutrient .img {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.single-nutrient .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-nutrient .txt {
  width: 50%;
  padding: 30px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-nutrient .txt span {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #080808;
}
.single-nutrient .txt ul {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.single-nutrient .txt ul li {
  position: relative;
  padding-left: 54px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.single-nutrient .txt ul li a {
  color: #FF5112;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-nutrient .txt ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.single-nutrient .txt ul li::after {
  width: 19px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../img/arr-bot.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.deposit {
  width: 100%;
  padding: 50px 0;
}
.deposit-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  background: #fff;
  border-radius: 30px;
}
.deposit-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.deposit-text {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.deposit-text .title {
  color: #080808;
}
.deposit-text p {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
.deposit-text .img {
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.deposit-text .img img {
  width: 100%;
  height: auto;
}

.form {
  width: 100%;
}
.form .wpcf7 {
  width: 100%;
}
.form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 45px;
}
.form form > p {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
.form-part {
  width: calc(50% - 22.5px);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 35px;
}
.form .btn {
  width: 100%;
}

.input-wrap {
  width: 100%;
}
.input-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-wrap:has(.wpcf7-email), .input-wrap:has(textarea) {
  width: 100%;
}
.input-wrap label {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.input-wrap input:not([type=range]), .input-wrap textarea {
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: #ECEFF6;
  width: 100%;
  height: 54px;
  padding: 4px 20px;
  border: 1px solid #ECEFF6;
  border-radius: 15px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  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;
}
.input-wrap input:not([type=range])::-webkit-input-placeholder, .input-wrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.input-wrap input:not([type=range])::-moz-placeholder, .input-wrap textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.input-wrap input:not([type=range]):-ms-input-placeholder, .input-wrap textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.input-wrap input:not([type=range])::-ms-input-placeholder, .input-wrap textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.input-wrap input:not([type=range])::placeholder, .input-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.input-wrap:has(input.wpcf7-not-valid)::before {
  opacity: 1;
}
.input-wrap:has(input.wpcf7-not-valid) input {
  border-color: #FF0000;
}
.input-wrap .wpcf7-not-valid-tip {
  display: none;
}

.input-range {
  position: relative;
  width: 100%;
}
.input-range input[type=range] {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  top: -4px;
  opacity: 0;
}
.input-range .line {
  width: 100%;
  height: 8px;
  background: #ECEFF6;
  border-radius: 3px;
  position: relative;
}
.input-range .line output {
  position: absolute;
  font-weight: bold;
  color: #080808;
  top: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.input-range .line::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 5px solid #FF5112;
  background: #fff;
  left: var(--ll);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.input-range .label {
  width: 100%;
  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;
  margin-top: 30px;
}
.input-range .label p {
  color: rgba(0, 0, 0, 0.8);
}

.out-sum {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 18px;
}
.out-sum strong {
  font-weight: bold;
}

.input-radios {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

.single-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.single-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  opacity: 0;
  height: 100% !important;
}
.single-radio .radio-bg {
  padding: 19px 20px 17px 20px;
  line-height: 1;
  border-radius: 15px;
  background: #ECEFF6;
  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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #000;
}
.single-radio input:checked ~ .radio-bg {
  background: #FF5112;
  color: #fff;
  font-weight: bold;
}

.demands {
  width: 100%;
  padding: 50px 0;
}
.demands-cont {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.demands-cont .subtitle {
  width: calc(50% - 15px);
}
.demands-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.demands ul {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.demands ul li {
  padding-left: 44px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.demands ul li:last-child {
  margin-bottom: 0;
}
.demands ul li::after {
  width: 19px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../img/arr-bot.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.demands-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
}
.demands-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.demands-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-demands {
  width: calc(50% - 15px);
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.demands-block {
  width: 100%;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
  height: 100%;
  gap: 30px;
}
.demands-block__head {
  width: 100%;
  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: 20px;
}
.demands-block__head span {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #080808;
}
.demands-block__head span strong {
  font-weight: bold;
  color: #FF5112;
}
.demands-block__head .ic {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
}
.demands-block__head .ic img {
  height: 100%;
  width: auto;
}
.demands-block__center {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.demands-block__center .img {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.demands-block__center .img img {
  width: 100%;
  height: auto;
}
.demands-block__center .txt {
  width: calc(58% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  width: 100%;
  padding: 0;
  background: #232323;
  border-radius: 30px 30px 0 0;
  margin-top: 50px;
}
.footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.footer-img {
  width: 57.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 56px;
}
.footer-img img {
  width: 100%;
  height: auto;
}
.footer-text {
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.footer-text .btn .btn-txt {
  padding: 15px 178px;
}
.footer-bot {
  width: 100%;
  padding: 30px 0 17px;
  border-top: 1px solid #4C4C4C;
}
.footer-bot .container {
  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;
}
.footer-bot p {
  width: auto;
  text-align: left;
  margin-bottom: auto;
}
.footer-bot a {
  width: 118px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bot a img {
  width: 100%;
  height: auto;
}
.footer p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  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;
}
.footer .footer-text p {
  display: inline-block;
  max-width: 500px;
  text-align: left;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  padding: 20px;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.visible {
  opacity: 1;
  pointer-events: auto;
}
.modal .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-container {
  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;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 700px;
  position: relative;
  z-index: 2;
}
.modal-container .cls {
  width: 30px;
  height: 30px;
  top: 25px;
  right: 25px;
  position: absolute;
}
.modal-container .cls span {
  width: 100%;
  height: 1px;
  background: #080808;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal-container .cls span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-container .cls:hover span {
  background: #FF5112;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-container .cls:hover span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.modal-left {
  width: 316px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-left .img {
  width: 100%;
  height: 100%;
  padding-top: 126.58%;
  display: inline-block;
  position: relative;
}
.modal-left .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 40px 45px 40px 35px;
}
.modal-right p {
  color: rgba(0, 0, 0, 0.8);
}

:root {
  --paddingList: 24px;
  --figureOffset: vw(13px);
  --widthFigure: 4px;
  --heightFigure: 4px;
  --bgFigure: $black;
}

.article, .seo-text {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.83;
  color: #080808;
}
.article *:not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br), .seo-text *:not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br) {
  margin-bottom: 1.5625vw;
}
.article *:last-child, .seo-text *:last-child {
  margin-bottom: 0;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5, .seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5 {
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
.article h1, .seo-text h1 {
  font-size: 4.2708333333vw;
}
.article h2, .seo-text h2 {
  font-size: 1.25vw;
}
.article h3, .seo-text h3 {
  font-size: 1.0416666667vw;
}
.article h4, .article h5, .article h6, .seo-text h4, .seo-text h5, .seo-text h6 {
  font-size: 0.9375vw;
}
.article a, .seo-text a {
  font-weight: 500;
  color: #FF5112;
  text-decoration: underline;
}
.article blockquote, .seo-text blockquote {
  background: #FF5112;
  border-radius: 1.0416666667vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  padding: 3.8541666667vw 6.0416666667vw;
  position: relative;
  z-index: 2;
  margin: 0;
}
.article blockquote::before, .seo-text blockquote::before {
  content: "";
  position: absolute;
  top: 1.8229166667vw;
  left: 1.9270833333vw;
  width: 3.125vw;
  height: 2.4479166667vw;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.article img, .seo-text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.article .alignleft, .seo-text .alignleft {
  float: left;
  margin-right: 2.0833333333vw;
}
.article .alignright, .seo-text .alignright {
  float: right;
  margin-left: 2.0833333333vw;
}
.article .aligncenter, .seo-text .aligncenter {
  margin: 0 auto;
}
.article ul, .seo-text ul {
  margin-bottom: 1.0416666667vw;
}
.article ul:last-child, .seo-text ul:last-child {
  margin-bottom: 0;
}
.article ul li, .seo-text ul li {
  padding-right: 1.25vw;
  position: relative;
  z-index: 2;
}
.article ul li:has(ol), .seo-text ul li:has(ol) {
  padding-right: 0;
}
.article ul li:has(ol)::after, .seo-text ul li:has(ol)::after {
  content: none;
}
.article ul li::after, .seo-text ul li::after {
  content: "";
  position: absolute;
  top: 0.6770833333vw;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: #080808;
}
.article ul li ol, .seo-text ul li ol {
  counter-reset: numUl;
}
.article ul li ol li, .seo-text ul li ol li {
  padding-left: 0;
}
.article ul li ol li::after, .seo-text ul li ol li::after {
  display: none;
}
.article ul li ol li::before, .seo-text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-left: 0.2604166667vw;
}
.article ol, .seo-text ol {
  counter-reset: numOl;
  margin-bottom: 1.0416666667vw;
}
.article ol:last-child, .seo-text ol:last-child {
  margin-bottom: 0;
}
.article ol li, .seo-text ol li {
  line-height: 2.34;
}
.article ol li::before, .seo-text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  display: inline-block;
  margin-left: 0.2604166667vw;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.article ol li a, .seo-text ol li a {
  color: #FF5112;
  display: inline;
}
.article ol li ol, .seo-text ol li ol {
  counter-reset: numAlpha;
  padding-left: var(--paddingList);
}
.article ol li ol li::before, .seo-text ol li ol li::before {
  counter-increment: numAlpha;
  content: counters(numAlpha, ".", lower-alpha) ".";
}
.article ol li ul, .seo-text ol li ul {
  padding-right: var(--paddingList);
}
.article ol li ul li, .seo-text ol li ul li {
  padding-right: var(--paddingList);
  position: relative;
  z-index: 2;
}
.article ol li ul li::after, .seo-text ol li ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  right: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: var(--bgFigure);
}
.article ol li ul li::before, .seo-text ol li ul li::before {
  display: none;
}
.article table, .seo-text table {
  border-collapse: collapse;
}
.article table tr,
.article table th,
.article table td, .seo-text table tr,
.seo-text table th,
.seo-text table td {
  border: 1px solid #FF5112;
}
.article table th, .seo-text table th {
  font-weight: 400;
  line-height: 1.83;
  font-size: 0.8333333333vw;
  color: #080808;
  background: #D6D0B3;
  padding: 0.3125vw 1.0416666667vw;
  vertical-align: top;
  text-align: left;
}
.article table td, .seo-text table td {
  font-weight: 400;
  line-height: 1.83;
  font-size: 0.78125vw;
  color: #080808;
  vertical-align: top;
  padding: 0.6770833333vw 1.0416666667vw;
}

@media screen and (max-width: 767px) {
  :root {
    --paddingList: 20px;
    --figureOffset: 13px;
    --widthFigure: 4px;
    --heightFigure: 4px;
  }
  .article ul li, .seo-text ul li {
    padding-right: var(--paddingList);
  }
  .article ul li::after, .seo-text ul li::after {
    content: "";
    position: absolute;
    top: 3.3333333333vw;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: var(--widthFigure);
    height: var(--heightFigure);
    border-radius: 50%;
    background-color: #000;
  }
  .article, .seo-text {
    font-size: 3.5897435897vw;
  }
  .article *:not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br), .seo-text *:not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br) {
    margin-bottom: 5.1282051282vw;
  }
  .article iframe, .seo-text iframe {
    width: 100%;
    height: 260px;
  }
  .article h1, .seo-text h1 {
    font-size: 7.1794871795vw;
  }
  .article h2, .article h3, .seo-text h2, .seo-text h3 {
    font-size: 5.1282051282vw;
  }
  .article h4, .article h5, .article h6, .seo-text h4, .seo-text h5, .seo-text h6 {
    font-size: 4.6153846154vw;
  }
  .article blockquote, .seo-text blockquote {
    border-radius: 5.1282051282vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
    padding: 5.1282051282vw 7.6923076923vw;
  }
  .article blockquote::before, .seo-text blockquote::before {
    top: 1.2820512821vw;
    left: 1.2820512821vw;
    width: 5.1282051282vw;
    height: 8vw;
  }
  .article .alignleft,
  .article .alignright,
  .article .aligncenter, .seo-text .alignleft,
  .seo-text .alignright,
  .seo-text .aligncenter {
    float: unset;
    margin: 0 auto;
  }
  .article img, .seo-text img {
    width: 100%;
    margin: 0;
    max-width: unset;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .article ul li ol li::before, .seo-text ul li ol li::before {
    margin-left: 1.0256410256vw;
  }
  .article ol li::before, .seo-text ol li::before {
    margin-left: 1.2820512821vw;
  }
  .article table th, .seo-text table th {
    line-height: 1.38;
    font-size: 3.5897435897vw;
    padding: 1.5384615385vw 1.7948717949vw;
    vertical-align: middle;
  }
  .article table td, .seo-text table td {
    line-height: 1.38;
    font-size: 4.1025641026vw;
    padding: 1.5384615385vw 1.7948717949vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .btn .btn-txt {
    border: 0.3125vw solid #FF5112;
    border-radius: 0.75vw;
    padding: 0.9375vw 1.875vw;
    font-size: 1.125vw;
  }
  body {
    font-size: 1.125vw;
  }
  .container {
    padding: 0 1.875vw;
    max-width: 100%;
  }
  .full-progress {
    height: 0.625vw;
  }
  .header::before {
    height: 0.625vw;
  }
  .header.header-fixed .logo {
    width: 12.5vw;
    padding: 1.125vw 0 0.8125vw;
  }
  .header .logo {
    width: 16.25vw;
    padding: 2.4375vw 0;
  }
  .header .logo::before {
    height: 0.625vw;
  }
  .header .tel {
    font-size: 1.125vw;
    margin-right: 3.75vw;
  }
  .header .btn::before {
    top: -0.375vw;
    right: -0.375vw;
    left: -0.375vw;
    bottom: -0.375vw;
    border-radius: 0.875vw;
  }
  .hero-bg {
    border-radius: 0 0 1.875vw 1.875vw;
  }
  .hero-cont {
    padding-top: 2.1875vw;
  }
  .hero-cont .title {
    margin-bottom: 1.875vw;
    max-width: 52.75vw;
  }
  .hero-cont p {
    max-width: 52.75vw;
  }
  .hero-cont .btn .btn-txt {
    padding: 0.9375vw 5vw;
  }
  .hero-cont .logos {
    gap: 3.125vw;
    margin-bottom: 1.875vw;
    margin-top: 1.875vw;
  }
  .hero-cont .logos li {
    height: 3.4375vw;
  }
  .title {
    font-size: 2.75vw;
  }
  .subtitle {
    font-size: 1.8125vw;
  }
  .hero-stats {
    gap: 1.875vw;
    -webkit-transform: translate(0, 3.625vw);
            transform: translate(0, 3.625vw);
  }
  .single-hero-stat {
    width: calc(25% - 1.40625vw);
    min-height: 15.125vw;
    border-radius: 2.1875vw;
    padding: 2.8125vw 2.75vw 2.5vw 1.75vw;
  }
  .single-hero-stat span {
    font-size: 2.375vw;
    margin-bottom: 1.875vw;
  }
  .company {
    padding: 10vw 0 3.125vw;
  }
  .company-cont {
    gap: 1.875vw;
  }
  .company-text {
    max-width: 41.875vw;
  }
  .company-text .title {
    margin-bottom: 1.875vw;
  }
  .company-image .img {
    border-radius: 1.875vw;
  }
  .available {
    padding: 3.125vw 0;
  }
  .available .subtitle {
    margin-bottom: 1.875vw;
  }
  .available-cont {
    gap: 1.875vw;
  }
  .available-left {
    width: calc(50% - 0.9375vw);
  }
  .available-right {
    width: calc(50% - 0.9375vw);
  }
  .available-text {
    border-radius: 1.875vw;
    padding: 1.875vw 1.875vw 1.875vw 2.5vw;
  }
  .available-text p {
    margin-bottom: 0.8125vw;
  }
  .available-text ul {
    margin-bottom: 1.875vw;
  }
  .available-text ul li {
    padding-left: 1.125vw;
    margin-bottom: 0.3125vw;
  }
  .available-text ul li::before {
    left: 0.4375vw;
    top: 0.4375vw;
  }
  .avail-btn {
    border-radius: 1.875vw;
    border: 0.375vw solid #FF5112;
    gap: 1.25vw;
    margin-top: 1.875vw;
    padding: 3.125vw 2.5vw;
  }
  .avail-btn span {
    font-size: 1.25vw;
  }
  .avail-btn p {
    max-width: 26.25vw;
  }
  .available-rules {
    border-radius: 1.875vw;
    padding: 1.875vw 1.875vw 3.4375vw;
    gap: 0.625vw;
  }
  .single-rule {
    border-radius: 1.875vw;
  }
  .single-rule__head {
    padding: 1.875vw 3.125vw 1.875vw 1.875vw;
  }
  .single-rule__head::after {
    width: 1.1875vw;
    height: 1.5vw;
    right: 1.875vw;
  }
  .single-rule__text .txt {
    padding: 0 1.875vw 1.875vw;
    min-height: 12.125vw;
  }
  .category {
    padding: 3.125vw 0;
  }
  .category-cont {
    gap: 1.875vw;
  }
  .category-center {
    gap: 1.875vw;
  }
  .category-left, .category-right {
    width: 27.625vw;
  }
  .category-left .subtitle, .category-right .subtitle {
    margin-bottom: 1.875vw;
  }
  .category-images .img {
    border-radius: 1.875vw;
  }
  .cat-left__text {
    border-radius: 1.875vw;
    padding: 1.875vw;
  }
  .cat-left__text ul li {
    padding-left: 2.75vw;
    margin-bottom: 1.875vw;
  }
  .cat-left__text ul li::after {
    width: 1.1875vw;
    height: 1.5vw;
  }
  .cat-list {
    gap: 1.875vw;
  }
  .single-cat-list {
    border-radius: 1.875vw;
    padding: 1.875vw;
    gap: 0.9375vw;
  }
  .single-cat-list span {
    font-size: 1.625vw;
  }
  .conditions {
    padding: 3.125vw 0;
  }
  .conditions-cont {
    border-radius: 1.875vw;
  }
  .conditions-left {
    padding: 2vw 1.875vw;
    max-width: 44.0625vw;
  }
  .conditions-left ul {
    gap: 2.5vw;
    margin: 2.8125vw 0;
  }
  .conditions-left ul li {
    width: calc(50% - 1.25vw);
    gap: 0.9375vw;
  }
  .conditions-left ul li span {
    font-size: 2.25vw;
  }
  .benefits {
    padding: 3.125vw 0;
  }
  .benefits-cont .subtitle {
    margin-bottom: 1.875vw;
  }
  .benefits-list {
    gap: 1.25vw;
    border-radius: 1.875vw;
    padding: 1.875vw 1.25vw;
  }
  .single-benefit {
    width: calc(33.3333333333% - 0.8333333333vw);
    font-size: 1.0625vw;
  }
  .single-benefit::after {
    width: 1.1875vw;
    height: 1.5vw;
  }
  .bonuses {
    padding: 3.125vw 0;
  }
  .bonuses-cont {
    gap: 1.875vw;
  }
  .bonuses-image .img {
    border-radius: 1.875vw;
  }
  .bonuses-text .subtitle {
    margin-bottom: 1.875vw;
  }
  .single-bonus {
    padding: 1.25vw;
  }
  .single-bonus .avail-btn {
    padding: 0.625vw;
    border-radius: 0 0 1.875vw 0;
  }
  .single-bonus:nth-child(1) {
    border-radius: 1.875vw 0 0 0;
  }
  .single-bonus:nth-child(4) {
    border-radius: 0 1.875vw 0 0;
  }
  .single-bonus:nth-child(5) {
    border-radius: 0 0 0 1.875vw;
  }
  .single-bonus:nth-child(8) {
    border-radius: 0 0 1.875vw 0;
  }
  .single-bonus .ic {
    height: 2.625vw;
    margin-bottom: 1.875vw;
  }
  .single-bonus p {
    font-size: 1vw;
  }
  .nutrients {
    padding: 3.125vw 0;
  }
  .nutrients-cont {
    gap: 1.875vw;
  }
  .nutrients-cont .subtitle {
    max-width: 40.625vw;
  }
  .nutrients-list {
    gap: 1.875vw;
  }
  .single-nutrient {
    width: calc(50% - 0.9375vw);
    border-radius: 1.875vw;
  }
  .single-nutrient .txt {
    padding: 1.875vw;
  }
  .single-nutrient .txt span {
    font-size: 1.625vw;
  }
  .single-nutrient .txt ul {
    gap: 1.875vw;
    margin-top: 1.875vw;
  }
  .single-nutrient .txt ul li {
    padding-left: 3.375vw;
  }
  .single-nutrient .txt ul li::after {
    width: 1.1875vw;
    height: 1.5vw;
  }
  .deposit {
    padding: 3.75vw 0 1.875vw;
    gap: 1.875vw;
    border-radius: 1.875vw;
  }
  .deposit-text {
    gap: 1.875vw;
    max-width: 31.25vw;
  }
  .deposit-text .img {
    width: 27.5vw;
  }
  .form form {
    gap: 1.25vw 2.8125vw;
  }
  .form-part {
    width: calc(50% - 1.40625vw);
    gap: 2.1875vw;
  }
  .input-wrap label {
    margin-bottom: 0.9375vw;
  }
  .input-wrap input:not([type=range]), .input-wrap textarea {
    height: 3.375vw;
    padding: 0.25vw 1.25vw;
    border-radius: 0.9375vw;
    font-size: 1.125vw;
  }
  .input-range input[type=range] {
    top: -0.25vw;
  }
  .input-range .line {
    border-radius: 3px;
  }
  .input-range .line output {
    top: calc(1.875vw + 8px);
  }
  .input-range .line::before {
    width: 2.125vw;
    height: 2.125vw;
    border: 0.3125vw solid #FF5112;
  }
  .input-range .label {
    margin-top: 1.875vw;
  }
  .out-sum {
    margin-top: 1.125vw;
  }
  .input-radios {
    gap: 1.25vw;
  }
  .single-radio .radio-bg {
    padding: 1.1875vw 1.25vw 1.0625vw 1.25vw;
    border-radius: 0.9375vw;
  }
  .demands {
    padding: 3.125vw 0;
  }
  .demands-cont {
    gap: 1.875vw;
  }
  .demands-cont .subtitle {
    width: calc(50% - 0.9375vw);
  }
  .demands-wrap {
    gap: 1.875vw;
  }
  .demands ul li {
    padding-left: 2.75vw;
    margin-bottom: 1.875vw;
  }
  .demands ul li::after {
    width: 1.1875vw;
    height: 1.5vw;
  }
  .demands-list {
    padding: 1.875vw;
  }
  .single-demands {
    width: calc(50% - 0.9375vw);
    border-radius: 1.875vw;
  }
  .demands-block {
    padding: 1.875vw;
    gap: 1.875vw;
  }
  .demands-block__head {
    gap: 1.25vw;
  }
  .demands-block__head span {
    font-size: 1.625vw;
  }
  .demands-block__head .ic {
    height: 3.8125vw;
  }
  .demands-block__center {
    gap: 1.875vw;
  }
  .demands-block__center .txt {
    width: calc(58% - 1.875vw);
  }
  .footer {
    border-radius: 1.875vw 1.875vw 0 0;
    margin-top: 3.125vw;
  }
  .footer-top {
    gap: 1.875vw;
  }
  .footer-img {
    padding-top: 3.5vw;
  }
  .footer-text {
    padding: 1.25vw 0;
    gap: 1.875vw;
  }
  .footer-text .btn .btn-txt {
    padding: 0.9375vw 11.125vw;
  }
  .footer-bot {
    padding: 1.875vw 0 1.0625vw;
  }
  .footer-bot a {
    width: 7.375vw;
  }
  .footer p {
    font-size: 0.875vw;
  }
  .footer .footer-text p {
    max-width: 31.25vw;
  }
  .modal {
    padding: 1.25vw;
  }
  .modal-container {
    border-radius: 1.875vw;
    width: 43.75vw;
  }
  .modal-container .cls {
    width: 1.875vw;
    height: 1.875vw;
    top: 1.5625vw;
    right: 1.5625vw;
  }
  .modal-left {
    width: 19.75vw;
    border-radius: 1.875vw;
  }
  .modal-right {
    gap: 1.875vw;
    padding: 2.5vw 2.8125vw 2.5vw 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-cont {
    padding-top: 7.6923076923vw;
  }
  .hero-cont .title {
    margin-bottom: 7.6923076923vw;
  }
  .hero-cont .logos {
    width: 100%;
    gap: 8.9743589744vw;
    margin: 7.6923076923vw 0;
  }
  .hero-cont .logos li {
    height: 8.7179487179vw;
  }
  .hero-cont .btn {
    width: 100%;
  }
  .hero-cont .btn .btn-txt {
    padding: 3.0769230769vw 5.1282051282vw;
  }
  .hero-stats {
    gap: 3.8461538462vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translate(0, 14.8718vw);
            transform: translate(0, 14.8718vw);
  }
  .single-hero-stat {
    width: 100%;
    min-height: 0;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .single-hero-stat span {
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
  .company {
    padding-top: 30.7692307692vw;
    padding-bottom: 7.6923076923vw;
  }
  .company-text .title {
    margin-bottom: 7.6923076923vw;
  }
  .available {
    padding: 7.6923076923vw 0;
  }
  .available-cont {
    gap: 3.8461538462vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .available-left {
    width: 100%;
  }
  .avail-btn {
    margin-top: 3.8461538462vw;
    gap: 3.8461538462vw;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .category-cont {
    gap: 3.8461538462vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .category {
    padding: 7.6923076923vw 0;
  }
  .avail-btn span {
    font-size: 4.6153846154vw;
  }
  .category-left, .category-right {
    width: 100%;
  }
  .category-left .subtitle, .category-right .subtitle {
    margin-bottom: 5.1282051282vw;
  }
  .cat-left__text {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .cat-left__text ul li::after {
    width: 4.1025641026vw;
    height: 5.1282051282vw;
  }
  .single-cat-list span {
    font-size: 6.1538461538vw;
  }
  .single-cat-list {
    padding: 7.6923076923vw 5.1282051282vw;
    gap: 3.0769230769vw;
  }
  .cat-list {
    gap: 3.8461538462vw;
  }
  .conditions {
    padding: 7.6923076923vw 0;
  }
  .conditions-cont {
    width: calc(100% + 10.2564vw);
    margin-left: -5.1282051282vw;
  }
  .conditions-left ul li span {
    font-size: 6.1538461538vw;
  }
  .benefits {
    padding: 7.6923076923vw 0 3.8461538462vw;
  }
  .benefits-cont .subtitle {
    margin-bottom: 6.4102564103vw;
  }
  .bonuses {
    padding: 3.8461538462vw 0 7.6923076923vw;
  }
  .bonuses-cont {
    gap: 7.6923076923vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bonuses-image {
    width: calc(100% + 10.2564vw);
    border-radius: 0;
    margin-left: -5.1282051282vw;
    height: 0;
    padding-top: 81.87%;
    position: relative;
  }
  .bonuses-image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .bonuses-text .subtitle {
    margin-bottom: 7.6923076923vw;
  }
  .single-bonus {
    width: calc(50% - 1.5px);
    height: auto;
    padding: 20px;
  }
  .single-bonus .ic {
    margin-bottom: 5.1282051282vw;
    height: 10.2564102564vw;
  }
  .single-bonus p {
    font-size: 3.5897435897vw;
  }
  .single-bonus:nth-child(5), .single-bonus:nth-child(4) {
    border-radius: 0;
  }
  .single-bonus:nth-child(7) {
    border-radius: 0 0 0 30px;
  }
  .single-bonus:nth-child(2) {
    border-radius: 0 30px 0 0;
  }
  .nutrients {
    padding: 7.6923076923vw 0;
  }
  .nutrients-cont {
    gap: 5.1282051282vw;
  }
  .nutrients-list {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.8461538462vw;
  }
  .single-nutrient {
    width: 100%;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-nutrient .txt span {
    font-size: 6.1538461538vw;
  }
  .single-nutrient .txt ul {
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .deposit {
    padding: 7.6923076923vw 0;
  }
  .deposit-cont {
    width: calc(100% + 10.2564vw);
    margin-left: -5.1282051282vw;
    padding: 7.6923076923vw 5.1282051282vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5.1282051282vw;
  }
  .form form {
    gap: 3.8461538462vw;
  }
  .form-part {
    width: 100%;
  }
  .demands {
    padding: 7.6923076923vw 0;
  }
  .demands-cont {
    gap: 5.1282051282vw;
  }
  .single-demands {
    width: 100%;
  }
  .single-demands:has(.demands-img) {
    border-radius: 0;
  }
  .single-demands:nth-child(2) {
    width: calc(100% + 10.2564vw);
    margin-left: -5.1282051282vw;
  }
  .demands ul li {
    padding-left: 9.2307692308vw;
    margin-bottom: 5.1282051282vw;
  }
  .demands ul li::after {
    width: 4.1025641026vw;
    height: 5.1282051282vw;
  }
  .demands-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding-top: 40%;
    position: relative;
  }
  .demands-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .demands-block__head {
    gap: 2.5641025641vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .demands-block__head span {
    font-size: 5.641025641vw;
  }
  .demands-block__head .ic {
    height: 10.7692307692vw;
  }
  .demands-block__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.8461538462vw;
  }
  .demands-block__center .txt {
    width: 100%;
  }
  .demands-block__center .img {
    width: 100%;
  }
  .demands-block {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .demands-list {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .demands-wrap {
    gap: 3.8461538462vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .demands-cont .subtitle {
    width: 100%;
  }
  .form-part {
    gap: 5.1282051282vw;
  }
  .input-wrap label {
    margin-bottom: 4.358974359vw;
  }
  .input-range .label {
    margin-top: 7.6923076923vw;
  }
  .single-radio .radio-bg {
    padding: 3.5897435897vw 3.5897435897vw 2.8205128205vw;
  }
  .out-sum {
    margin-top: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
  .input-wrap input:not([type=range]), .input-wrap textarea {
    height: 11.2820512821vw;
    padding: 1.0256410256vw 3.8461538462vw;
    border-radius: 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .input-radios {
    gap: 2.5641025641vw;
  }
  .deposit-text {
    gap: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
  .deposit-text .img {
    width: 100%;
  }
  .single-nutrient .txt ul li {
    padding-left: 9.2307692308vw;
  }
  .single-nutrient .txt ul li::after {
    width: 4.1025641026vw;
    height: 5.1282051282vw;
  }
  .single-nutrient .txt {
    width: 100%;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .single-nutrient .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding-top: 112.85%;
    position: relative;
  }
  .single-nutrient .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .benefits-list {
    gap: 3.8461538462vw;
    padding: 7.6923076923vw 5.1282051282vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-benefit {
    width: 100%;
    padding-left: 9.2307692308vw;
    font-size: 3.5897435897vw;
  }
  .single-benefit::after {
    width: 4.1025641026vw;
    height: 5.1282051282vw;
  }
  .conditions-left ul {
    gap: 5.641025641vw;
    margin: 5.1282051282vw 0;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .conditions-left ul li {
    width: 100%;
    gap: 2.5641025641vw;
  }
  .conditions-left {
    padding: 10.2564102564vw 5.1282051282vw 53.8461538462vw;
    max-width: 100%;
  }
  .conditions-left .btn {
    margin-top: 5.1282051282vw;
  }
  .conditions-right {
    top: auto;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .category-right {
    padding-top: 7.6923076923vw;
  }
  .category-center {
    gap: 3.8461538462vw;
  }
  .cat-left__text ul li {
    padding-left: 9.2307692308vw;
    margin-bottom: 5.1282051282vw;
  }
  .avail-btn p {
    max-width: 100%;
  }
  .available-right {
    width: 100%;
    margin-top: 7.6923076923vw;
  }
  .available-rules {
    padding: 5.1282051282vw;
    width: calc(100% + 10.2564vw);
    margin-left: -5.1282051282vw;
    gap: 3.8461538462vw;
  }
  .single-rule__head::after {
    width: 4.8717948718vw;
    height: 6.1538461538vw;
    right: 6.4102564103vw;
  }
  .single-rule__head {
    padding: 5.1282051282vw 11.7948717949vw 5.1282051282vw 5.1282051282vw;
  }
  .single-rule__text .txt {
    padding: 0 5.1282051282vw 5.1282051282vw;
  }
  .available .subtitle {
    margin-bottom: 7.6923076923vw;
  }
  .btn .btn-txt {
    border: 0.7692307692vw solid #FF5112;
    padding: 1.5384615385vw 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .title {
    font-size: 6.6666666667vw;
  }
  .subtitle {
    font-size: 5.641025641vw;
  }
  body {
    font-size: 3.5897435897vw;
  }
  .container {
    padding: 0 5.1282051282vw;
    max-width: 100%;
  }
  .header .logo::before {
    height: 1.2820512821vw;
  }
  .header::before {
    height: 1.2820512821vw;
  }
  .header .logo {
    padding: 5.1282051282vw 0;
    width: 23.0769230769vw;
  }
  .full-progress {
    height: 1.2820512821vw;
  }
  .header.header-fixed .logo {
    padding: 5.1282051282vw 0 3.8461538462vw;
  }
  .header .btn::before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
  }
  .tel-block {
    margin-right: 5.1282051282vw;
    z-index: 3;
  }
  .tel-block .tel-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .tel-block .tel-ic img {
    width: 100%;
    height: 100%;
  }
  .header.header-fixed .logo {
    width: 21.5384615385vw;
  }
  .footer-bot .container {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bot .container p {
    text-align: center;
  }
  .footer-bot .container a {
    width: 35.8974358974vw;
    margin-top: 3.8461538462vw;
  }
  .header .tel {
    width: 100vw;
    white-space: nowrap;
    font-size: 3.5897435897vw;
    margin-right: 0;
    padding: 1.5384615385vw 3.0769230769vw;
    background: #FF5112;
    opacity: 0;
    color: #fff !important;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header .tel-block.open .tel {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  .footer {
    margin-top: 12.8205128205vw;
  }
  .footer-top {
    gap: 5.1282051282vw;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-text {
    width: 100%;
    gap: 5.1282051282vw;
    padding: 7.6923076923vw 0;
  }
  .footer-img {
    width: 100%;
    padding-top: 0;
  }
  .footer-text .btn {
    width: 100%;
  }
  .footer-text .btn .btn-txt {
    padding: 3.5897435897vw 7.6923076923vw;
  }
  .footer-bot {
    padding: 5.1282051282vw 0;
  }
  .input-range .line output {
    top: 9.7435897436vw;
  }
  .modal {
    padding: 5.1282051282vw;
  }
  .modal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .modal-right {
    width: 100%;
    padding: 10.2564102564vw 5.1282051282vw;
    gap: 5.1282051282vw;
  }
  .modal-container {
    width: 100%;
  }
  .modal-container .cls {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    top: 3.0769230769vw;
    right: 3.0769230769vw;
  }
  .modal-left {
    width: 100%;
  }
  .modal-left .img {
    height: 0;
    padding-top: 53.93%;
  }
}