@charset "UTF-8";
@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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  background: #2FDADF;
  border: 3px solid #2FDADF;
  width: auto;
  border-radius: 8px;
  padding: 15px 38px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
          box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
  gap: 10px;
}
.btn .ic {
  width: 15px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn .ic img {
  width: 100%;
}
.btn:hover {
  background: #FFFFFF;
  border-color: #111111;
  -webkit-box-shadow: 0px 0px 0px rgba(108, 93, 212, 0.25);
          box-shadow: 0px 0px 0px rgba(108, 93, 212, 0.25);
}
.btn.btn--pink {
  background: #FEA4D5;
  border-color: #FEA4D5;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
}
.btn.btn--pink .ic {
  width: 32px;
}
.btn.btn--pink:hover {
  background: #FFFFFF;
}
.btn.btn--trans {
  background: rgba(255, 255, 255, 0);
  color: #111111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn--trans:hover {
  background: "Sora", sans-serif;
}
.btn.btn--grey {
  background: rgba(255, 255, 255, 0);
  border-color: #C2CBDE;
  color: #C2CBDE;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn--grey:hover {
  color: #111111;
  background: #C2CBDE;
}
.btn.btn-paypal {
  background: #FFB800;
  gap: 15px;
  border-color: #FFB800;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-paypal .ic {
  width: 72px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.btn-paypal .ic img {
  width: 100%;
  height: auto;
}
.btn.btn-paypal:hover {
  background: rgba(255, 255, 255, 0);
}

.modal-window {
  display: none;
}

body, html {
  margin: 0;
  font-family: "Sora", 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: "Sora", 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: "Sora", 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: #111111;
  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: #111111;
  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-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.08;
  color: #111111;
  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: "Lexend Deca", sans-serif;
  font-weight: 300;
  line-height: 2.15;
  font-size: 1.0416666667vw;
  color: #111111;
}
.text-block a {
  text-decoration: underline;
  font-weight: 500;
  color: #111111;
}
.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: #111111;
}
.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: "Lexend Deca", sans-serif;
  background: #111111;
  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: #111111;
  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: #111111;
    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: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #666666;
}

p {
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1560px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.header-top {
  width: 100%;
  background: #E8E8E8;
}
.header-top__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 0;
}
.header-info {
  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;
}
.header-info__item {
  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: 15px;
  color: #111111;
}
.header-info__item:hover {
  text-decoration: underline;
}
.header-info__item .ic {
  width: 23px;
  height: 23px;
  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;
}
.header-info__item .ic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.header-delivery {
  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: 8px;
}
.header-delivery p {
  font-weight: 600;
}
.header-delivery p strong {
  font-weight: inherit;
  color: #FF0000;
}
.header-delivery .ic {
  height: 23px;
  width: auto;
}
.header-bot {
  width: 100%;
  background: #FFFFFF;
}
.header-bot__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;
  padding: 13px 0 20px;
}
.header .logo {
  width: auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .logo a, .header .logo img {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .hidden-menu {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.header .menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu ul li a {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #111111;
}
.header .menu ul li:hover > a, .header .menu ul li.active > a, .header .menu ul li.current-menu-item > a {
  color: #2FDADF;
}

.cart-block {
  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;
  margin-right: 38px;
  gap: 16px;
}
.cart-block .cart-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;
}
.cart-block .cart-txt p, .cart-block .cart-txt span {
  color: #666666;
  font-family: "Sora", sans-serif;
}
.cart-block .cart-txt p {
  font-weight: bold;
  color: #111111;
}
.cart-block .cart-ic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b7b7b7;
  -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;
  position: relative;
  background: #FFFFFF;
}
.cart-block .cart-ic span {
  font-size: 12px;
  font-weight: bold;
  color: #111111;
  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;
  width: 26px;
  height: 26px;
  background: #2FDADF;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -8px;
}
.cart-block .cart-ic .ic {
  width: 17px;
  height: 17px;
  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;
}
.cart-block .cart-ic .ic img {
  height: 100%;
  width: auto;
}
.cart-block:hover .cart-ic, .cart-block.active .cart-ic {
  border-color: #2FDADF;
}

main {
  padding-top: var(--headerheight);
}

.hero-slider {
  width: 100%;
  height: calc(100vh - var(--headerheight));
  overflow: hidden;
}
.hero-slider .slider-hero {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-slider .slider-hero .swiper {
  width: 100%;
  height: 100%;
}
.hero-slider .slider-hero .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero-slider .hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-slider .hero-slide .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-slider .hero-slide .img {
  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;
}
.hero-slider .hero-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.title strong {
  font-weight: inherit;
  color: #2FDADF;
}

.subtitle {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.08;
  color: #111111;
}

.hero-slide__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;
  gap: 20px;
  width: 100%;
  max-width: 490px;
  padding-right: 30px;
}
.hero-slide__txt span {
  font-weight: 600;
  color: #2FDADF;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.slider-btn {
  background: rgba(37, 41, 49, 0.51);
  width: 36px;
  height: 48px;
  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;
  border-radius: 0 35px 35px 0;
  padding-right: 3px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: drop-shadow(0 0 9px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0 0 9px rgba(255, 255, 255, 0.3));
}
.slider-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.slider-btn img {
  width: 8px;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-btn.slider-btn--next {
  border-radius: 35px 0 0 35px;
  padding-right: 0;
  padding-left: 3px;
  left: auto;
  right: 0;
}
.slider-btn.slider-btn--next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body main .swiper-pagination-bullets.dots {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  bottom: 22px;
  left: 0;
  z-index: 4;
}
body main .swiper-pagination-bullets.dots .single-dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body main .swiper-pagination-bullets.dots .single-dot:hover, body main .swiper-pagination-bullets.dots .single-dot.active {
  background: #2FDADF;
}
body main .swiper-pagination-bullets.dots .single-dot.active {
  width: 40px;
}

.click-collect {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 4;
}
.click-collect__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background: #2FDADF;
  -webkit-box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
          box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
  max-width: 326px;
  padding: 11px 14px;
  -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;
  border: 2px solid #2FDADF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.click-collect__block .img {
  width: 72px;
  height: 72px;
  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: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.click-collect__block .img img {
  height: 40px;
  width: auto;
}
.click-collect__block .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;
}
.click-collect__block .txt span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 5px;
}
.click-collect__block .txt p {
  font-weight: normal;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #111111;
  text-underline-position: under;
}
.click-collect__block:hover {
  background: #fff;
}
.click-collect__block:hover .txt {
  text-decoration: none;
}

.badges {
  width: 100%;
  padding: 90px 0 40px;
}
.badges__cont {
  width: 100%;
  gap: 50px;
  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;
}

.single-badge {
  width: calc(33.3333333333% - 33.3333333333px);
  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;
  gap: 20px;
}
.single-badge .ic {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: var(--color1);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-badge .ic img {
  height: 46px;
  width: auto;
}
.single-badge .txt {
  -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: 8px;
}
.single-badge .txt span {
  color: #111111;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  line-height: 1.2;
}

.home-products {
  width: 100%;
  padding: 40px 0 50px;
}
.home-products__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;
}
.home-products__cont .subtitle {
  display: inline-block;
  margin-bottom: 60px;
}

.products-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 23px;
}
.products-list .single-product {
  width: calc(33.3333333333% - 15.3333333333px);
  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-product {
  width: 100%;
}
.single-product .image-sp {
  width: 100%;
  height: 0;
  padding-top: 53.15%;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.single-product .image-sp .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .image-sp .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .prices {
  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;
  gap: 10px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
  position: absolute;
}
.single-product .discount {
  border-radius: 8px;
  background: var(--bgc);
  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;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
}
.single-product .price {
  border-radius: 8px;
  width: 118px;
  background: var(--bgc);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  padding: 6px 10px;
}
.single-product .price strong {
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
  display: inline-block;
}
.single-product .tags {
  position: absolute;
  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;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.single-product .text-sp {
  width: 100%;
  margin-top: 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;
}
.single-product .text-sp span {
  font-size: 24px;
  color: #111111;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.single-product .text-sp p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.single-product .text-sp .btn {
  margin-top: auto;
}

.single-tag {
  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: 6px 10px;
  text-align: center;
  border-radius: 8px;
  background: var(--bgc);
  font-weight: normal;
  color: #fff;
}

.how-works {
  width: 100%;
  padding: 50px 0;
}
.how-works__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;
}
.how-works__list {
  width: 100%;
  margin-top: 60px;
  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;
  gap: 40px;
  counter-reset: my-awesome-counter2;
}

.single-works {
  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;
  position: relative;
  counter-increment: my-awesome-counter2;
  padding-top: 130px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 20px;
}
.single-works span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #111111;
  display: inline-block;
  margin-bottom: 20px;
}
.single-works p {
  line-height: 1.8;
}
.single-works::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: counter(my-awesome-counter2, decimal-leading-zero);
  width: 72px;
  height: 72px;
  border-radius: 25%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #2FDADF;
  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: #F8FAFC;
  -webkit-box-shadow: 0px 14px 20px rgba(76, 119, 171, 0.1);
          box-shadow: 0px 14px 20px rgba(76, 119, 171, 0.1);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.single-works::after {
  width: 79.7%;
  height: 0;
  padding-top: 17.42%;
  position: absolute;
  left: calc(50% + 50px);
  top: 0;
  background: url("../img/arrow.svg") no-repeat center/100%;
  display: inline-block;
  content: "";
}
.single-works:nth-child(even)::after {
  top: 10.6%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.single-works:last-child::after {
  content: none;
}

.feedback {
  padding: 50px 0;
  width: 100%;
}
.feedback__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;
}
.feedback-block {
  width: 100%;
  margin-top: 60px;
}

.footer {
  width: 100%;
  background: #14141F;
  margin-top: 50px;
  padding: 44px 0 0;
}
.footer-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;
}
.footer-top {
  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-bottom: 20px;
  border-bottom: 1px solid #424255;
}
.footer-top__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 25px;
}
.footer-top__logo {
  width: 100%;
  max-width: 387px;
  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-right: auto;
}
.footer-top__logo p {
  line-height: 1.8;
  color: #fff;
}
.footer .header-info__item {
  color: #fff;
}
.footer .header-info__item .ic {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer .header-info__item:hover {
  color: #2FDADF;
}
.footer-bot {
  width: 100%;
  padding: 30px 0 35px;
  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 .copyr {
  font-family: #2FDADF;
  color: #fff;
}
.footer-bot .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
}
.footer-bot .cards img {
  width: auto;
  height: 100%;
}
.footer-bot .dev {
  font-family: "Sora", sans-serif;
  color: #fff;
}
.footer-bot .dev a {
  color: #2FDADF;
  font-family: "Sora", sans-serif;
  text-underline-position: under;
}
.footer-bot .dev a:hover {
  text-decoration: underline;
}

.footer-column {
  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-left: 116px;
}
.footer-column span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.footer-column 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;
  gap: 10px;
}
.footer-column ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-column ul li a {
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
}
.footer-column ul li a:hover {
  color: #2FDADF;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-bottom: 24px;
}
.footer-logo a, .footer-logo img {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs-block {
  width: 100%;
  margin: 30px 0;
}

.breadcrumbs {
  width: 100%;
}
.breadcrumbs ul {
  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: 6px;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul li a {
  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: 6px;
  color: #111111;
}
.breadcrumbs ul li a:hover {
  color: #2FDADF;
}
.breadcrumbs ul li a::after {
  content: "›";
  color: #2FDADF;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
  font-size: 12px;
}
.breadcrumbs ul li span {
  color: #C2CBDE;
}

.product-page {
  width: 100%;
}
.product-page__block {
  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;
  gap: 25px;
}
.product-page__slider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.72%;
  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;
}
.product-page__info {
  -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;
}
.product-page .code {
  line-height: 1;
  padding: 6px 10px;
  background: #C2CBDE;
  border-radius: 8px;
  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;
  color: #fff;
}
.product-page__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32.3%;
  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;
}
.product-page__text .subtitle {
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
}
.product-page__text .subtext {
  line-height: 1.8;
}

.product-colors {
  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;
  margin: 20px 0;
}
.product-colors .btn {
  width: 100%;
  margin-top: 20px;
}
.product-colors__cont {
  width: 100%;
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-colors__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-colors__head > span {
  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: 6px;
  color: #111111;
}
.product-colors__head > span strong {
  font-weight: normal;
}
.product-colors__head > span span {
  font-weight: 600;
}
.product-colors__head > span span::after {
  content: "*";
  color: #2FDADF;
}

.colors-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.colors-list .sg-color {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colors-list .sg-color input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.colors-list .sg-color span {
  width: 31px;
  height: 31px;
  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: 50%;
  border: 2px solid #C2CBDE;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
  background: var(--bgc);
}
.colors-list .sg-color input:hover ~ span {
  border-color: #2FDADF;
}
.colors-list .sg-color input:checked ~ span {
  border-color: #2FDADF;
  -webkit-box-shadow: 0 0 0 3px #2FDADF;
          box-shadow: 0 0 0 3px #2FDADF;
}

.product-slider__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80.77%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-slider__main .slider-btn {
  z-index: 4;
}
.product-slider__main .tags {
  position: absolute;
  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;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.product-slider__main .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-slider__main .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product-slider__main .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-slider__main .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-slider__main .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider__thumb {
  width: 100%;
  margin-top: 13px;
}
.product-slider__thumb .swiper {
  width: 100%;
}
.product-slider__thumb .swiper-wrapper {
  width: 100%;
}
.product-slider__thumb .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slider__thumb .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-slider__thumb .swiper-slide .img::after {
  width: 100%;
  height: 100%;
  border: 4px solid #2FDADF;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-slider__thumb .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider__thumb .swiper-slide.swiper-slide-thumb-active .img {
  opacity: 1;
}
.product-slider__thumb .swiper-slide.swiper-slide-thumb-active .img::after {
  opacity: 1;
}

.product-prices {
  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: 20px;
}

.product-price {
  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;
}
.product-price span {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px;
}
.product-price p {
  font-size: 20px;
  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: 10px;
  font-weight: bold;
  color: #111111;
}
.product-price p strong {
  font-weight: 400;
  text-decoration: line-through;
}
.product-price .discount {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 6px 10px;
  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: 8px;
  background: #FA585A;
}

.product-control {
  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;
}
.product-control .btn {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  height: 57px;
}
.product-control.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.product-control p {
  font-weight: 600;
  color: #111111;
}

.quantity {
  border: 1px solid #D9D9D9;
  height: 57px;
  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: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quantity > div:not(.quantity-wrap) {
  height: 100%;
  width: 48px;
  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;
  font-size: 16px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #FAFAFA;
}
.quantity > div:not(.quantity-wrap):hover {
  background: #D9D9D9;
}
.quantity .quantity-wrap {
  height: 100%;
  width: 110px;
}
.quantity .quantity-wrap label {
  display: none;
}
.quantity .quantity-wrap input {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  font-size: 16px;
  color: #111111;
  border: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

/* 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;
}

.product-rating {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-rating > img {
  width: auto;
  max-width: 100%;
}

.product-info__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;
  margin-bottom: 25px;
}
.product-info__block:last-child {
  margin-bottom: 0;
}
.product-info__block > span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #111111;
  display: inline-block;
  margin-bottom: 20px;
}

.product-info__text {
  width: 100%;
}
.product-info__text .txt {
  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;
}
.product-info__text .txt p {
  font-family: "Inter", sans-serif;
}
.product-info__text .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;
}
.product-info__text .txt ul li {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #E8E8E8;
}
.product-info__text .txt ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.product-info__text .txt ul li span {
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
}
.product-info__text .txt ul li p {
  text-align: right;
}
.product-info__text .txt ul li a {
  text-decoration: underline;
  text-underline-position: under;
  color: #2FDADF;
  text-align: right;
}
.product-info__text .txt ul li a:hover {
  text-decoration: none;
}
.product-info__text .txt-blk {
  max-height: 93px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product-info__text .opn {
  cursor: pointer;
  font-weight: 600;
  color: #2FDADF;
  text-decoration: underline;
  text-underline-position: under;
  margin-top: 10px;
}
.product-info__text .txt.open .txt-blk {
  max-height: 400px;
}

.variants {
  width: 100%;
  padding: 50px 0 30px;
}
.variants__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;
}
.variants__slider {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.variants__slider .swiper {
  width: 100%;
}
.variants__slider .swiper-wrapper {
  width: 100%;
}
.variants__slider .swiper-slide {
  width: 100%;
}

.single-variant {
  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;
}
.single-variant .img {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  padding-top: 80.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.single-variant .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-variant .txt {
  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;
}
.single-variant .txt span {
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
  line-height: 1.4;
}
.single-variant .txt p {
  font-family: "Inter", sans-serif;
}

.textual-block {
  width: 100%;
  padding: 30px 0;
}
.textual-block__cont {
  width: 100%;
  gap: 155px;
  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;
}
.textual-block__cont .txt {
  -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;
}
.textual-block__cont .txt span, .textual-block__cont .txt h2 {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 20px;
}
.textual-block__cont .txt span:not(.subtitle), .textual-block__cont .txt h2:not(.subtitle) {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
}
.textual-block__cont .txt p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.textual-block__cont .txt p:last-child {
  margin-bottom: 0;
}
.textual-block__cont .img-b {
  width: calc(50% - 13px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.textual-block__cont .img-b .img {
  width: 100%;
  height: 0;
  padding-top: 79.51%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.textual-block__cont .img-b .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.personal-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;
}

.personal-list {
  width: 100%;
  margin-top: 60px;
  gap: 20px;
  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;
}
.personal-list .single-variant {
  width: calc(25% - 15px);
  padding: 20px;
  border-radius: 8px;
  background: #F7F7F7;
}
.personal-list .single-variant .img {
  width: 100%;
  padding-top: 108.69%;
  margin-bottom: 20px;
}
.personal-list .single-variant .txt span {
  font-size: 24px;
}

.textual-block.textual-block--reverse .textual-block__cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.products-like {
  width: 100%;
  padding: 30px 0;
}
.products-like__cont {
  width: 100%;
}
.products-like__cont .subtitle {
  margin-bottom: 60px;
  display: inline-block;
}

.reviews {
  width: 100%;
  padding: 30px 0;
}
.reviews__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;
}
.reviews__cont .subtitle {
  display: inline-block;
  margin-bottom: 60px;
}
.reviews-block {
  width: 100%;
}

.select-product {
  width: 100%;
  margin-top: 20px;
}

.nice-select {
  width: 100%;
  position: relative;
}
.nice-select span {
  width: 100%;
  border: 1px solid #D3DCE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 11px 16px;
  background: #fff;
  color: #666666;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nice-select span::after {
  width: 20px;
  height: 20px;
  background: url("../img/arr-b.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  content: "";
}
.nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0 0 8px 8px;
  border: 1px solid #D3DCE5;
  background: #fff;
  z-index: 4;
  margin-top: -1px;
  overflow: auto;
  max-height: 260px;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 rgba(108, 93, 212, 0.25);
          box-shadow: 0 0 0 rgba(108, 93, 212, 0.25);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nice-select .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 11px 16px;
  background: #fff;
  color: #666666;
  font-weight: 400;
  cursor: pointer;
}
.nice-select .list li.selected {
  color: #2FDADF;
}
.nice-select.open span {
  border-radius: 8px 8px 0 0;
}
.nice-select.open span::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-box-shadow: 0 8px 24px rgba(108, 93, 212, 0.25);
          box-shadow: 0 8px 24px rgba(108, 93, 212, 0.25);
}

.upload-file {
  width: 100%;
  margin: 20px 0 10px;
}
.upload-file .codedropz-upload-handler {
  border: 1px dashed #d3dce5;
  border-radius: 8px;
}
.upload-file .dnd-upload-counter {
  display: none;
}
.upload-file .codedropz-upload-inner h3, .upload-file .codedropz-upload-inner span, .upload-file .codedropz-upload-inner a {
  color: #111111;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.upload-file .codedropz-upload-inner h3, .upload-file .codedropz-upload-inner a {
  font-size: 20px;
}
.upload-file .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #2FDADF;
}
.upload-file .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  background: #111111;
}
.upload-file .codedropz-upload-container {
  padding: 15px 20px;
}
.upload-file .dnd-upload-status .dnd-upload-image {
  border-color: #2FDADF;
}
.upload-file .dnd-upload-status .dnd-upload-details span.has-error {
  color: #FA585A;
}
.upload-file .dnd-upload-status .dnd-upload-details .name span {
  color: #111111;
}

.file-size {
  width: 100%;
  color: #666666;
}

.photo-process {
  width: 100%;
  padding: 30px 0;
}
.photo-process__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}
.photo-process__cont .txt {
  -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;
}
.photo-process__cont .txt .subtitle, .photo-process__cont .txt span {
  margin-bottom: 10px;
}
.photo-process__cont .txt p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.photo-process__cont .txt p:last-child {
  margin-bottom: 0;
}
.photo-process__cont .img-b {
  width: 66.05%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-process__cont .img-b .img {
  width: 100%;
  height: 0;
  border-radius: 8px;
  padding-top: 49.8%;
  position: relative;
  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;
}
.photo-process__cont .img-b .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.variants-list {
  width: 100%;
  gap: 24px;
  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;
}
.variants-list .single-variant {
  width: calc(25% - 18px);
}
.variants-list .single-variant .txt {
  padding-right: 20px;
}

.requirements {
  width: 100%;
  padding: 35px 0;
}
.requirements__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;
}
.requirements__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 50px;
  margin-top: 60px;
}

.single-req {
  width: calc(33.3333333333% - 33.3333333333px);
  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;
  gap: 20px;
}
.single-req .ic {
  width: 72px;
  height: 72px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  background: rgba(47, 218, 223, 0.16);
}
.single-req .ic img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.single-req .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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-req .txt span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #111111;
  margin-bottom: 10px;
}
.single-req .txt p {
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}

.allowed {
  width: 100%;
  padding: 35px 0;
}
.allowed-list {
  width: 100%;
  gap: 26px;
  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;
}
.allowed--four .allow-image .img {
  padding-top: 124.3%;
}

.allow-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allow-image .img {
  width: 100%;
  height: 0;
  padding-top: 79.62%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}
.allow-image .img::before {
  width: 106px;
  height: 106px;
  top: 27px;
  right: 20px;
  position: absolute;
  display: inline-block;
  content: "";
  z-index: 2;
  background: url("../img/tpy.svg") no-repeat center/100%;
}
.allow-image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.allow-image.not-allowed .img::before {
  background: url("../img/tpn.svg") no-repeat center/100%;
}

.requirements-baby {
  width: 100%;
  padding: 35px 0;
}
.requirements-baby__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;
}
.requirements-baby__cont .subtitle {
  margin-bottom: 20px;
}
.requirements-baby__cont p {
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}
.requirements-baby__list {
  margin-top: 60px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.req-baby {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 20px;
  border-radius: 8px;
  background: #F7F7F7;
}
.req-baby .ic {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.req-baby .ic img {
  width: 100%;
  height: 100%;
}
.req-baby .txt {
  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;
}
.req-baby .txt span {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 1.8;
  margin-bottom: 20px;
  display: inline-block;
}
.req-baby .txt p {
  line-height: 1.8;
}

.shopping {
  width: 100%;
  padding: 30px 0;
}
.shopping .subtitle {
  font-weight: bold;
}
.shopping__cont {
  width: 100%;
  gap: 24px;
  margin-top: 20px;
  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;
}
.shopping-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shopping-right {
  width: 490px;
  background: #F7F7F7;
  border-radius: 8px;
  padding: 47px 50px;
  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;
}
.shopping-right__text {
  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;
  margin-bottom: 20px;
}
.shopping-right__text > span {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  line-height: 1.4;
  margin-bottom: 20px;
}
.shopping-right__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;
}
.shopping-right__text > ul li {
  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: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #E8E8E8;
}
.shopping-right__text > ul li span, .shopping-right__text > ul li p {
  line-height: 1.8;
  font-family: "Sora", sans-serif;
}
.shopping-right__text > ul li p {
  font-weight: 600;
  color: #111111;
}
.shopping-right__text > ul li.disc p, .shopping-right__text > ul li.disc span {
  color: #FA585A;
}
.shopping-right__text > ul li.total span {
  font-weight: bold;
  font-size: 20px;
  color: #111111;
}

.shopping-right__promo {
  width: 100%;
}

.promo-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;
}
.promo-block.open .promo-cont {
  max-height: 300px;
}
.promo-block.open .promo-head::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.promo-head {
  width: 100%;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.promo-head span {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}
.promo-head::after {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("../img/arr-b.svg") no-repeat center/100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.promo-cont {
  width: 100%;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.promo-cont .btn {
  width: 100%;
  margin-top: 20px;
}
.promo-cont form {
  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: 10px 0 0;
}
.promo-cont form label {
  font-weight: 600;
}

.input-wrap {
  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;
}
.input-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-wrap label {
  width: 100%;
  font-weight: normal;
  color: #111111;
  line-height: 1.8;
  margin-bottom: 5px;
  display: inline-block;
}
.input-wrap:has(input:required) label::after {
  color: #C94D3F;
  content: "*";
  display: inline-block;
  margin-left: 7px;
}
.input-wrap input, .input-wrap textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: rgb(255, 255, 255);
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 14px 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Sora", sans-serif;
  color: #111111;
  line-height: 1.4;
  border: 1px solid #A2A6B0;
  border-radius: 8px;
}
.input-wrap input::-webkit-input-placeholder, .input-wrap textarea::-webkit-input-placeholder {
  color: #A2A6B0;
}
.input-wrap input::-moz-placeholder, .input-wrap textarea::-moz-placeholder {
  color: #A2A6B0;
}
.input-wrap input:-ms-input-placeholder, .input-wrap textarea:-ms-input-placeholder {
  color: #A2A6B0;
}
.input-wrap input::-ms-input-placeholder, .input-wrap textarea::-ms-input-placeholder {
  color: #A2A6B0;
}
.input-wrap input::placeholder, .input-wrap textarea::placeholder {
  color: #A2A6B0;
}
.input-wrap textarea {
  height: 150px;
}
.input-wrap:has(input.wpcf7-not-valid) input {
  border-color: #FF0000;
}
.input-wrap .wpcf7-not-valid-tip {
  display: none;
}

.shopping-right__btns {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E8E8E8;
  gap: 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;
}
.shopping-right__btns .btn {
  width: 100%;
}
.shopping-right__btns .btn.btn--big {
  font-size: 20px;
}

.carts-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;
}
.carts-block__head, .carts-block__line {
  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;
}
.carts-block__head .carts-block__item:nth-child(1), .carts-block__line .carts-block__item:nth-child(1) {
  width: 38.2%;
}
.carts-block__head .carts-block__item:nth-child(2), .carts-block__line .carts-block__item:nth-child(2) {
  width: 15.7%;
}
.carts-block__head .carts-block__item:nth-child(3), .carts-block__line .carts-block__item:nth-child(3) {
  width: 27.8%;
}
.carts-block__head .carts-block__item:nth-child(4), .carts-block__line .carts-block__item:nth-child(4) {
  width: 18.3%;
}
.carts-block__center {
  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;
  margin-bottom: 20px;
}
.carts-block__item {
  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;
}
.carts-block__item > p {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}
.carts-block__head {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #F7F7F7;
}
.carts-block__head .carts-block__item {
  font-weight: 600;
  color: #111111;
  padding-top: 12px;
  padding-bottom: 12px;
}
.carts-block__head .carts-block__item:nth-child(1) {
  padding-left: 20px;
}
.carts-block__head .carts-block__item:last-child {
  padding-right: 20px;
}
.carts-block__line {
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
}
.carts-block__line .carts-block__item > small {
  display: none;
  font-weight: normal;
}
.carts-block__line:last-child {
  border-bottom: 1px solid #E8E8E8;
}

.cart-item {
  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: 28px;
}
.cart-item .img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-item .txt a {
  width: 100%;
  color: #111111;
}
.cart-item .txt a strong {
  font-weight: bold;
}
.cart-item .txt a:hover strong {
  text-decoration: underline;
}

.carts-block__line {
  position: relative;
}
.carts-block__line .remove {
  position: absolute;
  width: 27px;
  height: 27px;
  border: 1px solid #CACDD8;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.carts-block__line .remove::before, .carts-block__line .remove::after {
  width: 14px;
  height: 1px;
  background: #CACDD8;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 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;
}
.carts-block__line .remove::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.carts-block__line .remove:hover {
  background: #CACDD8;
}
.carts-block__line .remove:hover::before, .carts-block__line .remove:hover::after {
  background: #111111;
}
.carts-block__line .remove:hover::before {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.carts-block__line .remove:hover::after {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

.checkout-block {
  width: 100%;
  margin-bottom: 80px;
}
.checkout-block button.submit {
  display: none;
}
.checkout-block form {
  width: 100%;
}

.form-part {
  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;
  margin-bottom: 60px;
}
.form-part:last-child {
  margin-bottom: 0;
}

.form-title {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CACDD8;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  color: #111111;
}

.form-part__inputs {
  width: 100%;
  gap: 24px;
  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;
}
.form-part__inputs .input-wrap {
  width: calc(50% - 12px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-part__inputs .input-wrap:has(textarea) {
  width: 100%;
}

.input-radio {
  width: 100%;
}
.input-radio label {
  width: 100%;
  position: relative;
}
.input-radio label input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0;
  margin: 0;
}
.input-radio .radio-input {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  color: #111111;
  font-family: "Sora", sans-serif;
}
.input-radio .radio-input strong {
  display: inline-block;
  font-weight: 600;
  width: 100%;
  margin-bottom: 6px;
}
.input-radio .radio-input::before {
  width: 21px;
  height: 21px;
  border: 2px solid #0156FF;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
.input-radio .radio-input::after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0156FF;
  display: inline-block;
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0;
}
.input-radio input:checked ~ .radio-input::after {
  opacity: 1;
}

.header-bot__cont {
  position: relative;
}

.mini-cart {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 130px;
  width: 490px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}
.mini-cart.open {
  opacity: 1;
  pointer-events: auto;
}
.mini-cart .cls-mc {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.mini-cart .cls-mc span {
  width: 16px;
  height: 1px;
  background: #111111;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 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;
}
.mini-cart .cls-mc span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mini-cart .cls-mc:hover span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mini-cart .cls-mc:hover span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mini-cart__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;
}
.mini-cart .shopping-right__text {
  width: 100%;
  padding: 29px 45px 20px;
  border-bottom: 1px solid #E8E8E8;
}
.mini-cart .shopping-right__text .btn {
  width: 100%;
  font-size: 20px;
  margin-top: 20px;
}
.mini-cart .mini-cart__list {
  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: 18px 45px 30px;
  gap: 20px;
}
.mini-cart .mini-cart__list .btn {
  width: 100%;
}
.mini-cart .cart-item .img {
  width: 60px;
  height: 60px;
}

.thanks {
  width: 100%;
  padding: 30px 0 100px;
}
.thanks__cont {
  width: 100%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.thanks__cont .subtitle {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}
.thanks .ord-numb {
  width: 100%;
  text-align: center;
}
.thanks .ord-numb strong {
  padding: 5px;
  display: inline-block;
  border-radius: 8px;
  color: #111111;
  font-weight: 600;
  background: "Sora", sans-serif;
}

.order-details {
  width: 100%;
  margin-top: 60px;
  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;
}
.order-details__ship {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.order-details__ship .txt {
  width: 100%;
  max-width: 200px;
}
.order-details__ship-detail {
  width: 536px;
  border-radius: 8px;
  padding: 25px 24px;
  background: #F7F7F7;
}
.order-details__ship-detail p {
  line-height: 1.8;
}
.order-details__ship-detail strong {
  color: #111111;
  font-weight: 600;
}
.order-details__ship-detail a {
  color: #2FDADF;
  text-underline-position: under;
}
.order-details__ship-detail a:hover {
  text-decoration: underline;
}
.order-details__side {
  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;
  margin-top: 35px;
  gap: 130px;
}
.order-details__right {
  width: 362px;
  -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;
}
.order-details__right > span {
  font-weight: 600;
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 5px;
  color: #111111;
}
.order-details__right .cart-item {
  margin-bottom: 20px;
}
.order-details__right .cart-item:last-child {
  margin-bottom: 0;
}
.order-details__right .cart-item .img {
  width: 60px;
  height: 60px;
}
.order-details__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-details__left 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;
}
.order-details__left ul li {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-details__left ul li span, .order-details__left ul li p {
  line-height: 1.8;
  font-family: "Sora", sans-serif;
}
.order-details__left ul li span {
  font-weight: 600;
  color: #000;
}
.order-details__left ul li p {
  text-align: right;
}
.order-details__left ul li:last-child {
  border-bottom: none;
}

.about-us {
  width: 100%;
  padding: 30px 0 60px;
}
.about-us__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;
}
.about-us__top {
  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: 24px;
}
.about-us__center {
  width: 100%;
  margin-top: 70px;
  gap: 60px 30px;
  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;
}
.about-us__center .txt {
  width: calc(50% - 15px);
}
.about-us .txt {
  -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;
}
.about-us .txt .subtitle {
  margin-bottom: auto;
  font-weight: bold;
}
.about-us .txt span, .about-us .txt h2 {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-us .txt span:not(.subtitle), .about-us .txt h2:not(.subtitle) {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}
.about-us .txt p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.about-us .txt p:last-child {
  margin-bottom: 0;
  margin-bottom: auto;
}
.about-us__images {
  width: 878px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-us__images .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  grid-column: span 1;
  grid-row: span 1;
}
.about-us__images .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__images .img:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}

.products-like.products-like--dark {
  padding: 60px 0;
  background: #F7F7F7;
}

body:has(.products-like--dark) .footer {
  margin-top: 0;
}

.products-like__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.products-like__top .subtitle {
  margin: 0;
}
.products-like__top .btn--big {
  font-size: 20px;
  width: 390px;
}

.article {
  width: 100%;
  padding: 30px 0 60px;
}

.textual-page {
  width: 100%;
  max-width: 1134px;
  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;
}
.textual-page h1, .textual-page h2, .textual-page h3, .textual-page h4, .textual-page h5, .textual-page h6 {
  font-weight: bold;
  margin-top: 20px;
}
.textual-page h2, .textual-page h3 {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}
.textual-page h4, .textual-page h5, .textual-page h6 {
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}
.textual-page h1 {
  margin-bottom: 40px;
  margin-top: 0;
}
.textual-page p {
  margin-top: 20px;
}
.textual-page p, .textual-page li {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  font-weight: normal;
}
.textual-page p strong, .textual-page li strong {
  color: #111111;
  font-weight: 600;
}
.textual-page a {
  color: "Sora", sans-serif;
  text-decoration: underline;
  text-underline-position: under;
}
.textual-page a:hover {
  text-decoration: none;
}
.textual-page 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;
  margin-top: 20px;
}
.textual-page ul li {
  width: 100%;
  padding-left: 14px;
  position: relative;
}
.textual-page ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: 4px;
  display: inline-block;
  content: "";
  background: #666666;
  position: absolute;
}
.textual-page ol {
  counter-reset: my-awesome-counter3;
  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-top: 20px;
}
.textual-page ol li {
  padding-left: 14px;
  width: 100%;
  counter-increment: my-awesome-counter3;
  position: relative;
}
.textual-page ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(my-awesome-counter3) ".";
}
.textual-page p + ol, .textual-page p + ul {
  margin-top: 0;
}

.contact {
  padding: 30px 0 100px;
}
.contact .subtitle {
  font-weight: bold;
}
.contact__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;
}
.contact__top {
  width: 100%;
  margin-top: 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;
  gap: 24px;
}
.contact__left, .contact__right {
  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;
}
.contact__left .order-details__left, .contact__right .order-details__left {
  width: 100%;
}
.contact__left .form-title, .contact__right .form-title {
  display: inline-block;
  margin-bottom: 35px;
}
.contact__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__right {
  width: 877px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact__center {
  width: 100%;
  margin: 60px 0 0;
  padding: 56px 36px;
  border-radius: 8px;
  background: #F7F7F7;
  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: 36px;
}
.contact__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__form .form-part__inputs {
  margin-bottom: 15px;
}
.contact__form form {
  width: 100%;
  height: 100%;
}
.contact__form .form-part {
  height: 100%;
}
.contact__form .btn {
  margin-top: auto;
  font-size: 20px;
  width: 390px;
}
.contact__img {
  width: 491px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact__img .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}
.contact__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-map {
  width: 100%;
  padding-top: 43.42%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  position: relative;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.error404 {
  background: #F7F7F7;
}

.page404 {
  width: 100%;
  padding: 30px 0 65px;
}
.page404 .subtitle {
  font-weight: bold;
}
.page404__cont {
  width: 100%;
  gap: 150px;
  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;
}
.page404__left {
  width: 640px;
  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;
}
.page404__image {
  width: 573px;
}
.page404__image .img {
  width: 100%;
  height: 0;
  padding-top: 119.72%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page404__image .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page404 .txt {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  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;
}
.page404 .txt span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #111111;
  margin-bottom: 30px;
  max-width: 619px;
  line-height: 1.4;
}
.page404 .txt p {
  max-width: 491px;
  line-height: 1.8;
}
.page404 .txt .btn {
  font-size: 20px;
  width: 390px;
  margin-top: 80px;
}

body {
  overflow-x: hidden;
}

.header .menu > ul > li.menu-item-has-children .arr-btn {
  display: none;
}
.header .menu > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}
.header .menu > ul > li.menu-item-has-children > a::after {
  width: 20px;
  height: 20px;
  background: url("../img/arr-b.svg") no-repeat center/100%;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .menu > ul > li.menu-item-has-children:hover > a::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.header .menu > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header .menu > ul > li > ul {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding-left: calc((100vw - 1520px) / 2);
  padding-right: calc((100vw - 1520px) / 2);
  padding-top: 40px;
  padding-bottom: 40px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.header .menu > ul > li > ul::before {
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 44px;
  display: inline-block;
  content: "";
  position: absolute;
}
.header .menu > ul > li > ul > li {
  -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;
}
.header .menu > ul > li > ul > li:has(.current-image), .header .menu > ul > li > ul > li:where(.current-image) {
  margin-left: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu > ul > li > ul > li > a {
  font-size: 1.15em;
  margin-bottom: 10px;
}
.header .menu > ul > li > ul > li > ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -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;
}
.header .menu > ul > li > ul > li > ul li a {
  font-weight: 400;
}
.header .menu .current-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  max-height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.header .menu .current-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#upload-processing .upload-file:after {
  display: none;
  content: none !important;
}

.upload-file .upload-delete {
  font-size: 26px;
  color: #2FDADF !important;
}

body .upload-file h4 {
  color: #2FDADF;
  margin-bottom: 8px;
  font-size: 16px;
}

.wu-container-fluid.upload-file {
  width: 100%;
}
.wu-container-fluid.upload-file .thumb {
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wu-container-fluid.upload-file .wu-row {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}
.wu-container-fluid.wu-quantity {
  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: 8px;
}
.wu-container-fluid.wu-quantity label {
  font-weight: 600;
  color: #111111;
}
.wu-container-fluid.wu-quantity input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: rgb(255, 255, 255);
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 8px 12px;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Sora", sans-serif;
  color: #111111;
  line-height: 1.4;
  border: 1px solid #A2A6B0;
  border-radius: 8px;
}

:root {
  --paddingList: 24px;
  --figureOffset: vw(13px);
  --widthFigure: 4px;
  --heightFigure: 4px;
  --bgFigure: $black;
}

.arti {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.83;
  color: #111111;
}
.arti *:not(img, ul, ol, li, blockquote, a, code, span, strong, iframe, br) {
  margin-bottom: 1.5625vw;
}
.arti *:last-child {
  margin-bottom: 0;
}
.arti h1,
.arti h2,
.arti h3,
.arti h4,
.arti h5 {
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
.arti h1 {
  font-size: 4.2708333333vw;
}
.arti h2 {
  font-size: 1.25vw;
}
.arti h3 {
  font-size: 1.0416666667vw;
}
.arti h4, .arti h5, .arti h6 {
  font-size: 0.9375vw;
}
.arti a {
  font-weight: 500;
  color: #2FDADF;
  text-decoration: underline;
}
.arti blockquote {
  background: #2FDADF;
  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;
}
.arti 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;
}
.arti img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.arti .alignleft {
  float: left;
  margin-right: 2.0833333333vw;
}
.arti .alignright {
  float: right;
  margin-left: 2.0833333333vw;
}
.arti .aligncenter {
  margin: 0 auto;
}
.arti ul {
  margin-bottom: 1.0416666667vw;
}
.arti ul:last-child {
  margin-bottom: 0;
}
.arti ul li {
  padding-right: 1.25vw;
  position: relative;
  z-index: 2;
}
.arti ul li:has(ol) {
  padding-right: 0;
}
.arti ul li:has(ol)::after {
  content: none;
}
.arti 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: #111111;
}
.arti ul li ol {
  counter-reset: numUl;
}
.arti ul li ol li {
  padding-left: 0;
}
.arti ul li ol li::after {
  display: none;
}
.arti 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;
}
.arti ol {
  counter-reset: numOl;
  margin-bottom: 1.0416666667vw;
}
.arti ol:last-child {
  margin-bottom: 0;
}
.arti ol li {
  line-height: 2.34;
}
.arti 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;
}
.arti ol li a {
  color: #2FDADF;
  display: inline;
}
.arti ol li ol {
  counter-reset: numAlpha;
  padding-left: var(--paddingList);
}
.arti ol li ol li::before {
  counter-increment: numAlpha;
  content: counters(numAlpha, ".", lower-alpha) ".";
}
.arti ol li ul {
  padding-right: var(--paddingList);
}
.arti ol li ul li {
  padding-right: var(--paddingList);
  position: relative;
  z-index: 2;
}
.arti 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);
}
.arti ol li ul li::before {
  display: none;
}
.arti table {
  border-collapse: collapse;
}
.arti table tr,
.arti table th,
.arti table td {
  border: 1px solid #2FDADF;
}
.arti table th {
  font-weight: 400;
  line-height: 1.83;
  font-size: 0.8333333333vw;
  color: #111111;
  background: #D6D0B3;
  padding: 0.3125vw 1.0416666667vw;
  vertical-align: top;
  text-align: left;
}
.arti table td {
  font-weight: 400;
  line-height: 1.83;
  font-size: 0.78125vw;
  color: #111111;
  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 (max-width: 1250px) {
  .single-works::after {
    width: 73%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .container {
    max-width: 91.25vw;
    padding: 0 1.25vw;
  }
  .btn {
    padding: 0.9375vw 2.375vw;
    font-size: 0.875vw;
    gap: 0.625vw;
  }
  .btn.btn--pink {
    font-size: 1.25vw;
  }
  .btn.btn--pink .ic {
    width: 2vw;
  }
  .btn .ic {
    width: 0.9375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn .ic img {
    width: 100%;
  }
  .btn.btn-paypal {
    gap: 0.9375vw;
  }
  .btn.btn-paypal .ic {
    width: 4.5vw;
  }
  .title {
    font-size: 2.5vw;
  }
  .subtitle {
    font-size: 2.125vw;
  }
  body {
    font-size: 0.875vw;
  }
  .footer-logo {
    height: 2.8125vw;
    margin-bottom: 1.5vw;
  }
  .footer-bot {
    padding: 0.9375vw 0 1.25vw;
  }
  .header-bot__cont {
    padding: 0.8125vw 0;
  }
  .single-works span {
    font-size: 1.25vw;
  }
  .single-product .text-sp span {
    font-size: 1.25vw;
  }
  .hero-slide__txt {
    max-width: 25vw;
  }
  .hero-slider {
    height: 34.375vw;
  }
  .header .logo {
    height: 2.8125vw;
  }
  .cart-block {
    margin-right: 1.25vw;
  }
  .header-top__cont {
    padding: 0.375vw 0;
  }
  .header-info {
    gap: 1.25vw;
  }
  .header-info__item {
    gap: 0.9375vw;
  }
  .header-info__item .ic {
    width: 1.4375vw;
    height: 1.4375vw;
  }
  .header-delivery {
    gap: 0.5vw;
  }
  .header-delivery .ic {
    height: 1.4375vw;
  }
  .header .menu ul {
    gap: 1.25vw;
  }
  .cart-block {
    gap: 1vw;
  }
  .cart-block .cart-ic {
    width: 3.125vw;
    height: 3.125vw;
  }
  .cart-block .cart-ic span {
    font-size: 0.75vw;
    width: 1.625vw;
    height: 1.625vw;
    top: -0.4375vw;
    right: -0.5vw;
  }
  .cart-block .cart-ic .ic {
    width: 1.0625vw;
    height: 1.0625vw;
  }
  .hero-slide__txt {
    gap: 1.25vw;
    padding-right: 1.25vw;
  }
  .slider-btn {
    width: 2.25vw;
    height: 3vw;
    border-radius: 0 2.1875vw 2.1875vw 0;
  }
  .slider-btn img {
    width: 0.5vw;
  }
  .slider-btn.slider-btn--next {
    border-radius: 2.1875vw 0 0 2.1875vw;
  }
  .click-collect__block {
    max-width: 21.625vw;
    padding: 0.6875vw 0.875vw;
    gap: 1.25vw;
  }
  .click-collect__block .img {
    width: 4.5vw;
    height: 4.5vw;
  }
  .click-collect__block .img img {
    height: 2.5vw;
  }
  .click-collect__block .txt span {
    font-size: 1.25vw;
    margin-bottom: 0.3125vw;
  }
  .badges {
    padding: 5.625vw 0 2.5vw;
  }
  .badges__cont {
    gap: 3.125vw;
  }
  .single-badge {
    width: calc(33.3333333333% - 2.0833333333vw);
    gap: 20px;
  }
  .single-badge .ic {
    width: 4.5vw;
    height: 4.5vw;
  }
  .single-badge .ic img {
    height: 2.875vw;
  }
  .single-badge .txt {
    gap: 0.5vw;
  }
  .single-badge .txt span {
    font-size: 1.25vw;
  }
  .home-products {
    padding: 2.1875vw 0;
  }
  .home-products__cont .subtitle {
    margin-bottom: 3.125vw;
  }
  .products-list {
    gap: 3.75vw 1.4375vw;
  }
  .products-list .single-product {
    width: calc(33.3333333333% - 0.9583333333vw);
  }
  .single-product .prices {
    gap: 0.625vw;
    left: 1.25vw;
    bottom: 1.25vw;
    right: 1.25vw;
  }
  .single-product .discount {
    font-size: 0.875vw;
    padding: 0.375vw 0.625vw;
  }
  .single-product .price {
    width: 7.375vw;
    font-size: 1.25vw;
    padding: 0.375vw 0.625vw;
  }
  .single-product .price strong {
    font-size: 0.875vw;
    margin-right: 0.25vw;
  }
  .single-product .tags {
    top: 1.25vw;
    left: 1.25vw;
  }
  .single-product .text-sp {
    margin-top: 0.9375vw;
  }
  .single-product .text-sp span {
    font-size: 1.25vw;
    margin-bottom: 0.625vw;
  }
  .single-product .text-sp p {
    margin-bottom: 1.25vw;
  }
  .single-tag {
    padding: 0.375vw 0.625vw;
  }
  .how-works {
    padding: 2.1875vw 0;
  }
  .how-works__list {
    margin-top: 3.75vw;
    gap: 2.5vw;
  }
  .single-works {
    padding-top: 8.125vw;
    padding-right: 1.25vw;
  }
  .single-works span {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
  .single-works::before {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 1.875vw;
  }
  .single-works::after {
    left: calc(50% + 3.125vw);
  }
  .feedback {
    padding: 2.1875vw 0;
  }
  .feedback-block {
    margin-top: 3.125vw;
  }
  .footer {
    margin-top: 3.125vw;
    padding: 2.75vw 0 0;
  }
  .footer-top {
    padding-bottom: 1.25vw;
  }
  .footer-top__top {
    margin-bottom: 1.5625vw;
  }
  .footer-top__logo {
    max-width: 24.1875vw;
  }
  .footer-bot {
    padding: 0.875vw 0;
  }
  .footer-bot .cards {
    height: 2.1875vw;
  }
  .footer-column {
    margin-left: 7.25vw;
  }
  .footer-column span {
    font-size: 1.25vw;
    margin-bottom: 1.5vw;
  }
  .footer-column ul {
    gap: 0.625vw;
  }
  .breadcrumbs-block {
    margin: 1.875vw 0;
  }
  .breadcrumbs ul {
    gap: 0.375vw;
  }
  .breadcrumbs ul li a {
    gap: 0.375vw;
  }
  .breadcrumbs ul li a, .breadcrumbs ul li span {
    font-size: 0.75vw;
  }
  .product-page__block {
    gap: 1.5625vw;
  }
  .product-page__text .subtitle {
    margin: 0.625vw 0;
  }
  .product-page .code {
    padding: 0.375vw 0.625vw;
  }
  .product-colors {
    margin: 1.25vw 0;
  }
  .product-colors .btn {
    margin-top: 1.25vw;
  }
  .product-colors__cont {
    margin: 1.5vw 0 0;
  }
  .product-colors__head {
    gap: 0.375vw;
  }
  .colors-list {
    gap: 1.25vw;
  }
  .colors-list .sg-color span {
    width: 1.9375vw;
    height: 1.9375vw;
  }
  .product-slider__main .tags {
    top: 1.25vw;
    left: 1.25vw;
  }
  .product-slider__thumb {
    margin-top: 0.8125vw;
  }
  .product-prices {
    gap: 1.25vw;
  }
  .product-price span {
    font-size: 0.875vw;
    margin-bottom: 0.5vw;
  }
  .product-price p {
    font-size: 1.25vw;
    gap: 0.625vw;
  }
  .product-price .discount {
    font-size: 0.875vw;
    padding: 0.375vw 0.625vw;
  }
  .product-control {
    gap: 1.25vw;
  }
  .product-control .btn {
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    height: 3.5625vw;
  }
  .quantity {
    height: 3.5625vw;
  }
  .quantity > div:not(.quantity-wrap) {
    width: 3vw;
    font-size: 1vw;
  }
  .quantity .quantity-wrap {
    width: 6.875vw;
  }
  .quantity .quantity-wrap input {
    font-size: 1vw;
  }
  .product-rating {
    margin-bottom: 1.25vw;
  }
  .product-info__block {
    margin-bottom: 1.5625vw;
  }
  .product-info__block > span {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
  .product-info__text ul li {
    gap: 20px;
    margin-bottom: 0.3125vw;
    padding: 0.3125vw 0;
  }
  .product-info__text .txt-blk {
    max-height: 5.8125vw;
  }
  .product-info__text .opn {
    margin-top: 0.625vw;
  }
  .product-info__text .txt.open .txt-blk {
    max-height: 25vw;
  }
  .variants {
    padding: 3.125vw 0 1.875vw;
  }
  .variants__slider {
    margin-top: 3.125vw;
  }
  .single-variant .img {
    margin-bottom: 0.625vw;
  }
  .single-variant .txt span {
    font-size: 1.25vw;
    margin-bottom: 0.625vw;
  }
  .textual-block {
    padding: 1.875vw 0;
  }
  .textual-block__cont {
    gap: 9.6875vw;
  }
  .textual-block__cont .img-b {
    width: calc(50% - 0.8125vw);
  }
  .textual-block__cont .txt span, .textual-block__cont .txt h2 {
    margin-bottom: 1.25vw;
  }
  .textual-block__cont .txt span:not(.subtitle), .textual-block__cont .txt h2:not(.subtitle) {
    font-size: 1.5vw;
  }
  .textual-block__cont .txt p {
    margin-bottom: 0.9375vw;
  }
  .textual-block__cont .txt p:last-child {
    margin-bottom: 0;
  }
  .personal-list {
    margin-top: 3.75vw;
    gap: 1.25vw;
  }
  .personal-list .single-variant {
    width: calc(25% - 0.9375vw);
    padding: 1.25vw;
  }
  .personal-list .single-variant .img {
    margin-bottom: 1.25vw;
  }
  .personal-list .single-variant .txt span {
    font-size: 1.5vw;
  }
  .products-like {
    padding: 1.875vw 0;
  }
  .products-like__cont .subtitle {
    margin-bottom: 3.75vw;
  }
  .reviews {
    padding: 1.875vw 0;
  }
  .reviews__cont .subtitle {
    margin-bottom: 3.75vw;
  }
  .select-product {
    margin-top: 1.25vw;
  }
  .nice-select span {
    padding: 0.6875vw 1vw;
  }
  .nice-select span::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 0.625vw;
  }
  .nice-select .list {
    max-height: 16.25vw;
  }
  .nice-select .list li {
    padding: 0.6875vw 1vw;
  }
  .upload-file {
    margin: 1.25vw 0 0.625vw;
  }
  .upload-file .codedropz-upload-inner h3, .upload-file .codedropz-upload-inner a {
    font-size: 1.25vw;
  }
  .upload-file .codedropz-upload-container {
    padding: 0.9375vw 1.25vw;
  }
  .photo-process {
    padding: 1.875vw 0;
  }
  .photo-process__cont {
    gap: 1.5625vw;
  }
  .photo-process__cont .txt .subtitle, .photo-process__cont .txt span {
    margin-bottom: 0.625vw;
  }
  .photo-process__cont .txt p {
    margin-bottom: 0.625vw;
  }
  .variants-list {
    gap: 1.5vw;
  }
  .variants-list .single-variant {
    width: calc(25% - 1.125vw);
  }
  .variants-list .single-variant .txt {
    padding-right: 1.25vw;
  }
  .requirements {
    padding: 2.1875vw 0;
  }
  .requirements__list {
    gap: 3.75vw 3.125vw;
    margin-top: 3.75vw;
  }
  .single-req {
    width: calc(33.3333333333% - 2.0833333333vw);
    gap: 1.25vw;
  }
  .single-req .ic {
    width: 4.5vw;
    height: 4.5vw;
  }
  .single-req .ic img {
    max-width: 3.125vw;
    max-height: 3.125vw;
  }
  .single-req .txt span {
    font-size: 1.25vw;
    margin-bottom: 0.625vw;
  }
  .allowed {
    padding: 2.1875vw 0;
  }
  .allowed-list {
    gap: 1.625vw;
  }
  .allow-image .img::before {
    width: 6.625vw;
    height: 6.625vw;
    top: 1.6875vw;
    right: 1.25vw;
  }
  .requirements-baby {
    padding: 2.1875vw 0;
  }
  .requirements-baby__cont .subtitle {
    margin-bottom: 1.25vw;
  }
  .requirements-baby__list {
    margin-top: 3.75vw;
    gap: 1.875vw;
  }
  .req-baby {
    padding: 1.25vw;
  }
  .req-baby .ic {
    width: 1.875vw;
    height: 1.875vw;
    margin-bottom: 1.25vw;
  }
  .req-baby .txt {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
  .shopping {
    padding: 1.875vw 0;
  }
  .shopping__cont {
    gap: 1.5vw;
    margin-top: 1.25vw;
  }
  .shopping-right {
    width: 30.625vw;
    padding: 2.9375vw 3.125vw;
  }
  .shopping-right__text {
    margin-bottom: 1.25vw;
  }
  .shopping-right__text > span {
    font-size: 1.5vw;
    margin-bottom: 1.25vw;
  }
  .shopping-right__text > ul li {
    gap: 0.625vw;
    padding: 0.3125vw 0;
  }
  .shopping-right__text > ul li.total span {
    font-size: 1.25vw;
  }
  .promo-block.open .promo-cont {
    max-height: 18.75vw;
  }
  .promo-head {
    padding: 0.625vw 0;
  }
  .promo-head span {
    font-size: 1.125vw;
  }
  .promo-head::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 0.625vw;
  }
  .promo-cont .btn {
    margin-top: 1.25vw;
  }
  .promo-cont form {
    padding: 0.625vw 0 0;
  }
  .input-wrap label {
    margin-bottom: 0.3125vw;
  }
  .input-wrap input, .input-wrap textarea {
    padding: 0.875vw 1.0625vw;
    height: 3.125vw;
    font-size: 0.875vw;
  }
  .input-wrap textarea {
    height: 9.375vw;
  }
  .shopping-right__btns {
    padding-top: 1.25vw;
    margin-top: 1.25vw;
    gap: 1.25vw;
  }
  .shopping-right__btns .btn.btn--big {
    font-size: 1.25vw;
  }
  .carts-block__center {
    margin-bottom: 1.25vw;
  }
  .carts-block__item > p {
    font-size: 1vw;
  }
  .carts-block__head {
    margin-bottom: 0.625vw;
  }
  .carts-block__head .carts-block__item {
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
  }
  .carts-block__head .carts-block__item:nth-child(1) {
    padding-left: 1.25vw;
  }
  .carts-block__head .carts-block__item:last-child {
    padding-right: 1.25vw;
  }
  .carts-block__line {
    padding: 0.625vw 0;
  }
  .cart-item {
    gap: 1.75vw;
  }
  .cart-item .img {
    width: 7.5vw;
    height: 7.5vw;
  }
  .carts-block__line .remove {
    width: 1.6875vw;
    height: 1.6875vw;
  }
  .carts-block__line .remove::before {
    width: 0.875vw;
  }
  .checkout-block {
    margin-bottom: 5vw;
  }
  .form-part {
    margin-bottom: 3.75vw;
  }
  .form-title {
    padding-bottom: 0.9375vw;
    margin-bottom: 0.9375vw;
    font-size: 1.125vw;
  }
  .form-part__inputs {
    gap: 1.5vw;
  }
  .form-part__inputs .input-wrap {
    width: calc(50% - 0.75vw);
  }
  .input-radio .radio-input {
    padding-left: 1.875vw;
  }
  .input-radio .radio-input strong {
    margin-bottom: 0.375vw;
  }
  .input-radio .radio-input::before {
    width: 1.3125vw;
    height: 1.3125vw;
  }
  .input-radio .radio-input::after {
    width: 0.8125vw;
    height: 0.8125vw;
    left: 0.25vw;
    top: 0.25vw;
  }
  .mini-cart {
    margin-top: 1.25vw;
    right: 8.125vw;
    width: 30.625vw;
  }
  .mini-cart .cls-mc {
    width: 1.25vw;
    height: 1.25vw;
    top: 0.3125vw;
    right: 0.3125vw;
  }
  .mini-cart .cls-mc span {
    width: 1vw;
  }
  .mini-cart .shopping-right__text {
    padding: 1.8125vw 2.8125vw 1.25vw;
  }
  .mini-cart .shopping-right__text .btn {
    font-size: 1.25vw;
    margin-top: 1.25vw;
  }
  .mini-cart .mini-cart__list {
    padding: 1.125vw 2.8125vw 1.875vw;
  }
  .mini-cart .cart-item .img {
    width: 3.75vw;
    height: 3.75vw;
  }
  .thanks {
    padding: 1.875vw 0 6.25vw;
  }
  .thanks__cont {
    max-width: 57.25vw;
  }
  .thanks__cont .subtitle {
    margin-bottom: 1.25vw;
  }
  .thanks .ord-numb strong {
    padding: 0.3125vw;
  }
  .order-details {
    margin-top: 3.75vw;
  }
  .order-details__ship {
    gap: 2.5vw;
    margin-top: 1.25vw;
    margin-bottom: 3.75vw;
  }
  .order-details__ship .txt {
    max-width: 12.5vw;
  }
  .order-details__ship-detail {
    width: 33.5vw;
    padding: 1.5625vw 1.5vw;
  }
  .order-details__side {
    margin-top: 2.1875vw;
    gap: 8.125vw;
  }
  .order-details__right {
    width: 22.625vw;
  }
  .order-details__right > span {
    margin-bottom: 0.3125vw;
  }
  .order-details__right .cart-item {
    margin-bottom: 1.25vw;
  }
  .order-details__right .cart-item .img {
    width: 3.75vw;
    height: 3.75vw;
  }
  .order-details__left ul li {
    padding: 0.3125vw 0;
  }
  .about-us {
    padding: 1.875vw 0 3.75vw;
  }
  .about-us__top {
    gap: 1.5vw;
  }
  .about-us__center {
    margin-top: 4.375vw;
    gap: 3.75vw 1.875vw;
  }
  .about-us__center .txt {
    width: calc(50% - 0.9375vw);
  }
  .about-us .txt span, .about-us .txt h2 {
    margin-bottom: 1.25vw;
  }
  .about-us .txt span:not(.subtitle), .about-us .txt h2:not(.subtitle) {
    font-size: 1.5vw;
  }
  .about-us .txt p {
    margin-bottom: 0.9375vw;
  }
  .about-us__images {
    width: 54.875vw;
    grid-gap: 1.4375vw;
  }
  .products-like.products-like--dark {
    padding: 3.75vw 0;
  }
  .products-like__top {
    margin-bottom: 3.125vw;
  }
  .products-like__top .subtitle {
    margin-bottom: 0;
  }
  .products-like__top .btn--big {
    font-size: 1.25vw;
    width: 24.375vw;
  }
  .article {
    padding: 1.875vw 0 3.75vw;
  }
  .textual-page {
    max-width: 70.875vw;
  }
  .textual-page h1, .textual-page h2, .textual-page h3, .textual-page h4, .textual-page h5, .textual-page h6 {
    margin-top: 1.25vw;
  }
  .textual-page h2, .textual-page h3 {
    font-size: 1.5vw;
  }
  .textual-page h4, .textual-page h5, .textual-page h6 {
    font-size: 1.25vw;
  }
  .textual-page h1 {
    margin-bottom: 2.5vw;
  }
  .textual-page p {
    margin-top: 1.25vw;
  }
  .textual-page p, .textual-page li {
    font-size: 0.875vw;
  }
  .textual-page ul {
    margin-top: 1.25vw;
  }
  .textual-page ul li {
    padding-left: 0.875vw;
  }
  .textual-page ul li::before {
    width: 0.3125vw;
    height: 0.3125vw;
    top: 0.5625vw;
    left: 0.25vw;
  }
  .textual-page ol {
    margin-top: 1.25vw;
  }
  .textual-page ol li {
    padding-left: 0.875vw;
  }
  .contact {
    padding: 1.875vw 0 6.25vw;
  }
  .contact__top {
    margin-top: 2.5vw;
    gap: 1.5vw;
  }
  .contact__left .form-title, .contact__right .form-title {
    margin-bottom: 2.1875vw;
  }
  .contact__right {
    width: 54.8125vw;
  }
  .contact__center {
    margin: 3.75vw 0 0;
    padding: 3.5vw 2.25vw;
    gap: 2.25vw;
  }
  .contact__form .btn {
    font-size: 1.25vw;
    width: 24.375vw;
  }
  .contact__form .form-part__inputs {
    margin-bottom: 0.9375vw;
  }
  .contact__img {
    width: 30.6875vw;
  }
  .page404 {
    padding: 1.875vw 0 4.0625vw;
  }
  .page404__cont {
    gap: 9.375vw;
  }
  .page404__left {
    width: 40vw;
  }
  .page404__image {
    width: 35.8125vw;
  }
  .page404 .txt span {
    font-size: 1.5vw;
    margin-bottom: 1.25vw;
    max-width: 38.6875vw;
  }
  .page404 .txt p {
    max-width: 30.6875vw;
  }
  .page404 .txt .btn {
    font-size: 1.25vw;
    width: 24.375vw;
    margin-top: 5vw;
  }
  .header .menu > ul > li.menu-item-has-children > a {
    padding-right: 1.5vw;
  }
  .header .menu > ul > li.menu-item-has-children > a::after {
    width: 1.25vw;
    height: 1.25vw;
  }
  .header .menu > ul > li > ul {
    padding-left: 5.625vw;
    padding-right: 5.625vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    gap: 6.25vw;
  }
  .header .menu > ul > li > ul::before {
    height: 2.75vw;
  }
  .header .menu > ul > li > ul > li > a {
    margin-bottom: 0.625vw;
  }
  .header .menu .current-image {
    width: 18.75vw;
    max-height: 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
  .header-top {
    display: none;
  }
  .header .logo {
    height: 7.6923076923vw;
  }
  .hidden-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border-top: 1px solid #2FDADF;
    height: calc(100vh - var(--headerheight));
    padding: 5.1282051282vw 5.1282051282vw 20.5128205128vw;
    overflow-y: auto;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .header .menu {
    width: 100%;
  }
  .header .menu ul {
    width: 100%;
    gap: 3.5897435897vw;
    -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;
  }
  .header .menu ul li {
    width: 100%;
  }
  .header .menu ul li a {
    font-size: 3.5897435897vw;
    width: 100%;
    text-align: left;
  }
  .header-info {
    width: 100%;
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    border-top: 1px solid #2FDADF;
    gap: 3.5897435897vw;
    -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;
  }
  .cart-block {
    margin-right: 3.0769230769vw;
    margin-left: auto;
  }
  .header-bot__cont {
    padding: 2.5641025641vw 0;
  }
  .header-delivery {
    width: 100%;
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    border-top: 1px solid #2FDADF;
    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;
    margin-bottom: 7.6923076923vw;
  }
  .cart-block .cart-ic {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .cart-block .cart-ic span {
    font-size: 2.5641025641vw;
  }
  .cart-block {
    gap: 3.5897435897vw;
  }
  body {
    font-size: 3.3333333333vw;
  }
  .btn {
    font-size: 3.5897435897vw;
    padding: 3.3333333333vw 7.4358974359vw;
    gap: 2.5641025641vw;
  }
  .btn .ic {
    width: 3.8461538462vw;
  }
  .btn.btn--pink {
    font-size: 4.6153846154vw;
  }
  .btn.btn--pink .ic {
    width: 6.1538461538vw;
  }
  .btn.btn-paypal {
    gap: 2.5641025641vw;
  }
  .btn.btn-paypal .ic {
    width: 13.3333333333vw;
  }
  .title {
    font-size: 7.1794871795vw;
  }
  .subtitle {
    font-size: 6.1538461538vw;
  }
  .burger {
    width: 8.2051282051vw;
    height: 4.6153846154vw;
    position: relative;
  }
  .burger.active span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span:nth-child(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span:nth-child(3) {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
  }
  .burger span {
    width: 100%;
    height: 2px;
    background: #2FDADF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .burger span:nth-child(3) {
    top: auto;
    bottom: 0;
  }
  .header.active .hidden-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .hero-slide__txt {
    max-width: 100%;
    padding-right: 0;
    padding-top: 5.1282051282vw;
    padding-bottom: 12.8205128205vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.1282051282vw;
  }
  .hero-slide__txt span, .hero-slide__txt .title {
    text-align: center;
  }
  .hero-slide__txt .title {
    margin-top: -1.0256410256vw;
    color: #111111;
  }
  body main .hero-slider .swiper-pagination-bullets.dots .single-dot {
    background: #111111;
  }
  body main .hero-slider .swiper-pagination-bullets.dots .single-dot.active {
    background: #2FDADF;
  }
  .hero-slider {
    height: auto;
  }
  .hero-slider .slider-btn {
    display: none;
  }
  .hero-slider .hero-slide .img {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-slider .hero-slide .img::after {
    content: none;
  }
  .hero-slider .hero-slide .container {
    height: auto;
    background: #E8E8E8;
  }
  .hero-slider .hero-slide .img::after {
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.32);
    display: inline-block;
    content: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .click-collect {
    height: auto;
    padding: 7.6923076923vw 0;
  }
  .click-collect__block {
    -webkit-transform: none;
            transform: none;
  }
  body main .swiper-pagination-bullets.dots .single-dot {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
  body main .swiper-pagination-bullets.dots .single-dot.active {
    width: 12.8205128205vw;
  }
  .click-collect__block {
    max-width: 100%;
    padding: 2.5641025641vw 3.3333333333vw;
    gap: 4.1025641026vw;
  }
  .click-collect__block .img {
    width: 18.4615384615vw;
    height: 18.4615384615vw;
  }
  .click-collect__block .img img {
    height: 10.2564102564vw;
  }
  .click-collect__block .txt span {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
  .badges {
    padding: 10.2564102564vw 0;
  }
  .badges__cont {
    -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;
  }
  .single-badge {
    width: 100%;
    gap: 5.1282051282vw;
  }
  .single-badge .ic {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
  .single-badge .ic img {
    height: 11.2820512821vw;
  }
  .single-badge .txt {
    gap: 2.0512820513vw;
  }
  .single-badge .txt span {
    font-size: 4.6153846154vw;
  }
  .home-products {
    padding: 8.9743589744vw 0;
  }
  .home-products .subtitle {
    margin-bottom: 7.6923076923vw;
  }
  .products-list {
    gap: 6.4102564103vw;
  }
  .products-list .single-product {
    width: 100%;
  }
  .single-product .prices {
    gap: 2.5641025641vw;
    left: 3.5897435897vw;
    bottom: 3.5897435897vw;
    right: 3.5897435897vw;
  }
  .single-product .discount {
    font-size: 3.3333333333vw;
    padding: 1.0256410256vw 2.0512820513vw;
  }
  .single-product .price {
    width: 25.1282051282vw;
    font-size: 4.6153846154vw;
    padding: 1.0256410256vw 2.0512820513vw;
  }
  .single-product .price strong {
    font-size: 3.3333333333vw;
    margin-right: 1.0256410256vw;
  }
  .single-product .tags {
    top: 3.5897435897vw;
    left: 3.5897435897vw;
  }
  .single-product .text-sp {
    margin-top: 3.5897435897vw;
  }
  .single-product .text-sp span {
    font-size: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
  .single-product .text-sp p {
    margin-bottom: 3.5897435897vw;
  }
  .single-tag {
    padding: 1.0256410256vw 2.0512820513vw;
  }
  .how-works {
    padding: 8.9743589744vw 0;
  }
  .how-works__list {
    margin-top: 7.6923076923vw;
    gap: 5.1282051282vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-works {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-top: 23.0769230769vw;
    padding-right: 0;
    width: calc(50% - 2.5641vw);
  }
  .single-works::after {
    content: none;
  }
  .single-works span {
    font-size: 4.6153846154vw;
    margin-bottom: 3.0769230769vw;
    text-align: center;
    width: 100%;
  }
  .single-works p {
    width: 100%;
    text-align: center;
  }
  .single-works::before {
    width: 15.8974358974vw;
    height: 15.8974358974vw;
    font-size: 6.1538461538vw;
  }
  .feedback {
    padding: 8.9743589744vw 0;
  }
  .feedback-block {
    margin-top: 8.9743589744vw;
  }
  .footer {
    margin-top: 8.9743589744vw;
    padding: 7.6923076923vw 0 0;
  }
  .footer .header-info {
    margin-top: 0;
  }
  .footer-top {
    padding-bottom: 4.1025641026vw;
  }
  .footer-top__top {
    margin-bottom: 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-top__logo {
    max-width: 100%;
    width: 100%;
  }
  .footer-bot {
    padding: 5.1282051282vw 0;
    -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: 3.5897435897vw;
  }
  .footer-bot .cards {
    height: 8.9743589744vw;
  }
  .footer-column {
    width: 100%;
    margin: 5.1282051282vw 0;
  }
  .footer-column span {
    font-size: 4.6153846154vw;
    margin-bottom: 3.5897435897vw;
  }
  .footer-column ul {
    gap: 2.5641025641vw;
  }
  .footer-logo {
    height: 12.8205128205vw;
    margin-bottom: 4.6153846154vw;
  }
  .breadcrumbs-block {
    width: 100%;
    margin: 3.8461538462vw 0;
  }
  .breadcrumbs ul {
    gap: 1.5384615385vw;
    overflow-x: auto;
  }
  .breadcrumbs ul li {
    white-space: nowrap;
  }
  .breadcrumbs ul li a {
    gap: 1.5384615385vw;
  }
  .breadcrumbs ul li a, .breadcrumbs ul li span {
    font-size: 3.0769230769vw;
  }
  .product-page__block {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-page__slider {
    width: 100%;
  }
  .product-page__info {
    width: 100%;
  }
  .product-page .code {
    padding: 1.0256410256vw 2.0512820513vw;
  }
  .product-page .subtitle {
    margin: 2.5641025641vw 0;
  }
  .product-page__text {
    width: 100%;
  }
  .product-colors {
    margin: 3.0769230769vw 0;
  }
  .product-colors .btn {
    margin-top: 3.5897435897vw;
  }
  .product-colors__cont {
    margin: 3.5897435897vw 0 0;
  }
  .product-colors__head > span {
    gap: 1.5384615385vw;
  }
  .colors-list {
    gap: 3.5897435897vw;
  }
  .colors-list .sg-color span {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .product-slider__main .tags {
    top: 3.5897435897vw;
    left: 3.5897435897vw;
  }
  .product-slider__thumb {
    margin-top: 3.3333333333vw;
  }
  .product-prices {
    gap: 3.5897435897vw;
  }
  .product-price span {
    font-size: 3.0769230769vw;
    margin-bottom: 1.5384615385vw;
  }
  .product-price p {
    font-size: 4.1025641026vw;
    gap: 2.0512820513vw;
  }
  .product-price .discount {
    font-size: 3.5897435897vw;
    padding: 1.0256410256vw 2.0512820513vw;
  }
  .product-control {
    gap: 3.5897435897vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-control .btn {
    width: 100%;
    height: 10.7692307692vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
  .quantity {
    height: 10.7692307692vw;
  }
  .quantity > div:not(.quantity-wrap) {
    width: 10.7692307692vw;
    font-size: 3.5897435897vw;
  }
  .quantity .quantity-wrap {
    width: 24.6153846154vw;
  }
  .quantity .quantity-wrap input {
    font-size: 3.5897435897vw;
  }
  .product-rating {
    margin-bottom: 5.1282051282vw;
  }
  .product-info__block {
    margin-bottom: 3.5897435897vw;
  }
  .product-info__block > span {
    font-size: 4.6153846154vw;
    margin-bottom: 3.5897435897vw;
  }
  .product-info__text .txt ul {
    gap: 3.5897435897vw;
    margin-bottom: 1.0256410256vw;
    padding: 1.0256410256vw 0;
  }
  .product-info__text .txt-blk {
    max-height: 21.7948717949vw;
  }
  .product-info__text .opn {
    margin-top: 2.5641025641vw;
  }
  .product-info__text .txt.open .txt-blk {
    max-height: 102.5641025641vw;
  }
  .variants {
    padding: 8.9743589744vw 0;
  }
  .variants__slider {
    margin-top: 7.6923076923vw;
  }
  .single-variant .img {
    margin-bottom: 2.5641025641vw;
  }
  .single-variant .txt span {
    font-size: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
  .textual-block {
    padding: 7.6923076923vw 0;
  }
  .textual-block__cont {
    gap: 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .textual-block__cont .txt {
    padding: 0 5.1282051282vw;
    width: 100%;
  }
  .textual-block__cont .txt span :not(.subtitle), .textual-block__cont .txt h2 :not(.subtitle) {
    font-size: 4.6153846154vw;
  }
  .textual-block__cont .txt p {
    margin-bottom: 3.8461538462vw;
  }
  .textual-block__cont .txt p:last-child {
    margin-bottom: 0;
  }
  .personal-list {
    margin-top: 7.6923076923vw;
    gap: 3.5897435897vw;
  }
  .personal-list .single-variant {
    width: calc(50% - 1.7949vw);
    padding: 2.5641025641vw;
  }
  .personal-list .single-variant .img {
    margin-bottom: 2.5641025641vw;
  }
  .personal-list .single-variant .txt span {
    font-size: 4.6153846154vw;
  }
  .textual-block__cont .img-b {
    width: 100%;
  }
  .textual-block.textual-block--reverse .textual-block__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .products-like {
    padding: 7.6923076923vw 0;
  }
  .products-like__cont .subtitle {
    margin-bottom: 8.9743589744vw;
  }
  .reviews {
    padding: 6.4102564103vw 0;
  }
  .reviews__cont .subtitle {
    margin-bottom: 8.9743589744vw;
  }
  .select-product {
    margin-top: 3.5897435897vw;
  }
  .nice-select span {
    padding: 1.5384615385vw 3.0769230769vw;
  }
  .nice-select span::after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 3.0769230769vw;
  }
  .nice-select .list {
    max-height: 61.5384615385vw;
  }
  .nice-select .list li {
    padding: 1.5384615385vw 3.0769230769vw;
  }
  .upload-file {
    margin: 2.5641025641vw 0;
  }
  .upload-file .codedropz-upload-inner h3, .upload-file .codedropz-upload-inner a {
    font-size: 4.6153846154vw;
  }
  .upload-file .codedropz-upload-container {
    padding: 2.5641025641vw 3.5897435897vw;
  }
  .slider-btn {
    width: 7.6923076923vw;
    height: 9.7435897436vw;
  }
  .photo-process {
    padding: 7.6923076923vw 0;
  }
  .photo-process__cont {
    gap: 3.5897435897vw;
    -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;
  }
  .photo-process__cont .txt {
    width: 100%;
  }
  .photo-process__cont .img-b {
    width: 100%;
    margin: 3.5897435897vw 0;
  }
  .variants-list {
    gap: 3.0769230769vw;
  }
  .variants-list .single-variant {
    width: calc(50% - 1.5385vw);
  }
  .variants-list .single-variant .txt {
    padding-right: 2.5641025641vw;
  }
  .requirements {
    padding: 8.9743589744vw 0;
  }
  .requirements__list {
    gap: 5.1282051282vw 3.5897435897vw;
  }
  .single-req {
    width: calc(50% - 1.7949vw);
    -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.5897435897vw;
  }
  .single-req .ic {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
  .single-req .ic img {
    max-width: 11.5384615385vw;
    max-height: 11.5384615385vw;
  }
  .single-req .txt span {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
  .allowed {
    padding: 8.9743589744vw 0;
  }
  .allowed-list {
    gap: 3.5897435897vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .allowed--four .allow-image {
    width: calc(50% - 1.7949vw);
  }
  .allow-image {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .allow-image .img::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
  }
  .requirements-baby {
    padding: 8.9743589744vw 0;
  }
  .requirements-baby__cont .subtitle {
    margin-bottom: 2.5641025641vw;
  }
  .requirements-baby__list {
    margin-top: 8.9743589744vw;
    gap: 3.5897435897vw;
  }
  .req-baby {
    width: calc(50% - 1.7949vw);
    padding: 3.5897435897vw;
  }
  .req-baby .ic {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    margin-bottom: 3.5897435897vw;
  }
  .req-baby .txt span {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
  .shopping {
    padding: 7.6923076923vw 0;
  }
  .shopping__cont {
    gap: 3.5897435897vw;
    -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;
  }
  .shopping-left {
    width: 100%;
  }
  .shopping-right {
    width: 100%;
    margin-top: 3.0769230769vw;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .shopping-right__text {
    margin-bottom: 3.5897435897vw;
  }
  .shopping-right__text > span {
    font-size: 5.1282051282vw;
    margin-bottom: 3.5897435897vw;
  }
  .shopping-right__text > ul li {
    gap: 2.0512820513vw;
    padding: 1.2820512821vw 0;
  }
  .shopping-right__text > ul li.total {
    font-size: 4.6153846154vw;
  }
  .promo-block.open {
    max-height: 76.9230769231vw;
  }
  .promo-head {
    padding: 2.5641025641vw 0;
  }
  .promo-head span {
    font-size: 4.1025641026vw;
  }
  .promo-head::after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 2.0512820513vw;
  }
  .promo-cont .btn {
    margin-top: 3.5897435897vw;
  }
  .promo-cont form {
    padding: 2.0512820513vw 0 0;
  }
  .input-wrap label {
    margin-bottom: 1.2820512821vw;
  }
  .input-wrap input, .input-wrap textarea {
    padding: 2.0512820513vw 3.8461538462vw;
    height: 11.2820512821vw;
  }
  .input-wrap textarea {
    height: 25.641025641vw;
  }
  .shopping-right__btns {
    padding-top: 3.5897435897vw;
    margin-top: 3.5897435897vw;
    gap: 3.5897435897vw;
  }
  .shopping-right__btns .btn.btn--big {
    font-size: 4.6153846154vw;
  }
  .carts-block .btn {
    width: 100%;
  }
  .carts-block__head {
    display: none;
  }
  .carts-block__center {
    margin-bottom: 3.5897435897vw;
  }
  .carts-block__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5.1282051282vw 0;
  }
  .carts-block__line .carts-block__item {
    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;
  }
  .carts-block__line .carts-block__item > p {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 4.1025641026vw;
  }
  .carts-block__line .carts-block__item:nth-child(1) {
    width: 100%;
  }
  .carts-block__line .carts-block__item:nth-child(2) {
    width: 50%;
  }
  .carts-block__line .carts-block__item:nth-child(3) {
    width: 50%;
  }
  .carts-block__line .carts-block__item:nth-child(4) {
    width: 100%;
  }
  .carts-block__line .carts-block__item > small {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 1.5384615385vw;
  }
  .cart-item {
    gap: 20px;
  }
  .cart-item .img {
    width: calc(50% - 5.1282vw);
    height: 0;
    padding-top: calc(50% - 5.1282vw);
    position: relative;
  }
  .cart-item .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cart-item .txt {
    width: 50%;
  }
  .cart-item .txt a {
    font-size: 3.5897435897vw;
  }
  .carts-block__line .remove {
    top: 2.5641025641vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
  .carts-block__line .remove::before, .carts-block__line .remove::after {
    width: 3.8461538462vw;
  }
  .checkout-block {
    margin-bottom: 10.2564102564vw;
  }
  .checkout-block .form-part {
    margin-bottom: 8.9743589744vw;
  }
  .form-title {
    padding-bottom: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
  .form-part__inputs {
    gap: 3.5897435897vw;
  }
  .form-part__inputs .input-wrap {
    width: 100%;
  }
  .input-radio .radio-input strong {
    margin-bottom: 1.2820512821vw;
  }
  .input-radio .radio-input::before {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
  }
  .input-radio .radio-input::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    left: 1.0256410256vw;
    top: 1.0256410256vw;
  }
  .header-bot__cont {
    position: static;
  }
  .mini-cart {
    right: 5.1282051282vw;
    left: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    width: auto;
  }
  .mini-cart .cls-mc {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 1.2820512821vw;
    top: 1.2820512821vw;
  }
  .mini-cart .cls-mc span {
    width: 3.5897435897vw;
  }
  .mini-cart .shopping-right__text {
    padding: 5.1282051282vw 5.1282051282vw;
  }
  .mini-cart .shopping-right__text .btn {
    font-size: 4.6153846154vw;
    margin-top: 3.5897435897vw;
  }
  .mini-cart .mini-cart__list {
    padding: 3.5897435897vw 5.1282051282vw 5.1282051282vw;
  }
  .mini-cart .cart-item .img {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
    padding-top: 0;
  }
  .thanks {
    padding: 8.9743589744vw 0;
  }
  .thanks__cont {
    max-width: 100%;
  }
  .thanks__cont .subtitle {
    margin-bottom: 3.5897435897vw;
  }
  .thanks .ord-numb {
    padding: 1.0256410256vw;
  }
  .order-details {
    margin-top: 7.6923076923vw;
  }
  .order-details__ship {
    gap: 3.8461538462vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.5897435897vw;
    margin-bottom: 5.1282051282vw;
  }
  .order-details__ship .txt {
    width: 100%;
    max-width: 100%;
  }
  .order-details__ship-detail {
    width: 100%;
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .order-details__side {
    margin-top: 6.1538461538vw;
    gap: 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order-details__right {
    width: 100%;
  }
  .order-details__right > span {
    margin-bottom: 1.2820512821vw;
  }
  .order-details__right .cart-item {
    margin-bottom: 3.5897435897vw;
  }
  .order-details__right .cart-item .img {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
    padding: 0;
  }
  .order-details__left {
    width: 100%;
  }
  .order-details__left ul li {
    padding: 1.2820512821vw 0;
  }
  .about-us {
    padding: 7.6923076923vw 0;
  }
  .about-us__top {
    -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.5897435897vw;
  }
  .about-us__center {
    margin-top: 10.2564102564vw;
    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;
  }
  .about-us__center .txt {
    width: 100%;
  }
  .about-us .txt .subtitle {
    margin-bottom: 3.5897435897vw;
  }
  .about-us .txt span, .about-us .txt h2 {
    margin-bottom: 3.5897435897vw;
  }
  .about-us .txt span:not(.subtitle), .about-us .txt h2:not(.subtitle) {
    font-size: 4.6153846154vw;
  }
  .about-us .txt p {
    margin-bottom: 3.5897435897vw;
  }
  .about-us__images {
    width: 100%;
    grid-gap: 2.5641025641vw;
  }
  .products-like {
    padding: 8.9743589744vw 0;
  }
  .products-like__top {
    margin-bottom: 8.9743589744vw;
    -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.5897435897vw;
  }
  .products-like__top .subtitle {
    margin-bottom: 0;
  }
  .products-like__top .btn {
    font-size: 4.6153846154vw;
    width: 100%;
  }
  .article {
    padding: 8.9743589744vw 0;
  }
  .textual-page {
    max-width: 100%;
  }
  .textual-page h1, .textual-page h2, .textual-page h3, .textual-page h4, .textual-page h5, .textual-page h6 {
    margin-top: 3.5897435897vw;
  }
  .textual-page h2, .textual-page h3 {
    font-size: 5.641025641vw;
  }
  .textual-page h4, .textual-page h5, .textual-page h6 {
    font-size: 5.1282051282vw;
  }
  .textual-page h1 {
    margin-bottom: 6.4102564103vw;
  }
  .textual-page p {
    margin-top: 3.5897435897vw;
  }
  .textual-page p, .textual-page li {
    font-size: 3.5897435897vw;
  }
  .textual-page ul {
    margin-top: 3.5897435897vw;
  }
  .textual-page ul li {
    padding-left: 3.5897435897vw;
  }
  .textual-page ul li::before {
    width: 1.2820512821vw;
    height: 1.2820512821vw;
    top: 2.3076923077vw;
    left: 1.0256410256vw;
  }
  .textual-page ol {
    margin-top: 3.5897435897vw;
  }
  .textual-page ol li {
    padding-left: 3.5897435897vw;
  }
  .contact {
    padding: 7.6923076923vw 0 8.9743589744vw;
  }
  .contact__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5897435897vw;
  }
  .contact__left, .contact__right {
    width: 100%;
  }
  .contact__left .form-title, .contact__right .form-title {
    margin-bottom: 3.5897435897vw;
  }
  .contact__center {
    margin-top: 7.6923076923vw;
    padding: 7.6923076923vw 5.1282051282vw;
    gap: 3.5897435897vw;
    -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;
  }
  .contact__form .btn {
    font-size: 4.6153846154vw;
    width: 100%;
  }
  .contact__form .form-part__inputs {
    margin-bottom: 3.5897435897vw;
  }
  .contact__img {
    width: 100%;
    margin-top: 5.1282051282vw;
  }
  .contact__img .img {
    height: 0;
    padding-top: 120%;
    position: relative;
  }
  .contact__img .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-map {
    padding-top: 74%;
  }
  .page404 {
    padding: 8.9743589744vw 0;
  }
  .page404__cont {
    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;
  }
  .page404__left {
    width: 100%;
  }
  .page404__left .subtitle {
    margin-bottom: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  .page404__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .page404 .txt span {
    font-size: 4.1025641026vw;
    max-width: 100%;
    margin-bottom: 3.8461538462vw;
  }
  .page404 .txt p {
    max-width: 100%;
  }
  .page404 .txt .btn {
    font-size: 4.6153846154vw;
    width: 100%;
    margin-top: 10.2564102564vw;
  }
  .header .menu > ul {
    gap: 0.5128205128vw;
  }
  .header .menu > ul > li > a {
    padding-top: 3.0769230769vw;
    padding-bottom: 3.0769230769vw;
    padding-right: 7.6923076923vw;
  }
  .header .menu > ul > li.menu-item-has-children {
    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;
    position: relative;
  }
  .header .menu > ul > li.menu-item-has-children .arr-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #111111;
  }
  .header .menu > ul > li.menu-item-has-children .arr-btn::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    background: url("../img/arr-b.svg") no-repeat center/100%;
    display: inline-block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header .menu > ul > li.menu-item-has-children.open .arr-btn {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
  .header .menu > ul > li.menu-item-has-children.open > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .header .menu > ul > li.menu-item-has-children > a::after {
    content: none;
  }
  .header .menu > ul > li > ul {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 1.2820512821vw 2.0512820513vw 5.1282051282vw;
    opacity: 1;
    pointer-events: auto;
    position: static;
    -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;
    border-bottom: 1px solid #2FDADF;
  }
  .header .menu > ul > li > ul::before {
    content: none;
  }
  .header .menu > ul > li > ul > li > a {
    margin-top: 2.5641025641vw;
    margin-bottom: 1.2820512821vw;
  }
  .header .menu > ul > li > ul > li > ul {
    gap: 0;
  }
  .header .menu > ul > li > ul > li > ul a {
    padding: 1.5384615385vw 0;
  }
  .header .menu > ul > li > ul li {
    width: 100%;
  }
  .header .menu > ul > li > ul li:has(.current-image), .header .menu > ul > li > ul li:where(.current-image) {
    display: none;
  }
  .header .menu > ul > li > ul .current-image {
    width: 100%;
    height: auto;
  }
}
body .cr-all-reviews-shortcode .crstar-rating span, body .cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span, body #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span, body #reviews #comments .cr-summaryBox-wrap .crstar-rating span, body .cr-reviews-rating .crstar-rating span {
  font-family: crstar !important;
}