@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.eot");
  src: url("../fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-ExtraLight.woff2") format("woff2"),
    url("../fonts/Manrope-ExtraLight.woff") format("woff"),
    url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.eot");
  src: url("../fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-ExtraBold.woff2") format("woff2"),
    url("../fonts/Manrope-ExtraBold.woff") format("woff"),
    url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-Bold.woff2") format("woff2"),
    url("../fonts/Manrope-Bold.woff") format("woff"),
    url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.eot");
  src: url("../fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-Light.woff2") format("woff2"),
    url("../fonts/Manrope-Light.woff") format("woff"),
    url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-SemiBold.woff2") format("woff2"),
    url("../fonts/Manrope-SemiBold.woff") format("woff"),
    url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-Medium.woff2") format("woff2"),
    url("../fonts/Manrope-Medium.woff") format("woff"),
    url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope-Regular.woff") format("woff"),
    url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  height: 100%;
  background-color: #f2efef;
  font-size: 14px;
  line-height: 22px;
  color: #59504d;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  color: #59504d;
  font-family: "Manrope", sans-serif;
  border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
td {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #59504d;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #ffa318;
}
a,
span,
div,
button {
  outline: none !important;
}
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.wrapper:after,
.row:after {
  display: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
path {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.swiper-button {
  position: static;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #59504d;
  margin: 0 10px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.swiper-button:after {
  display: none;
}
.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.swiper-button:hover {
  border-color: #ffa318;
}
.swiper-button:hover path {
  stroke: #ffa318;
}
.footer {
  background: #8d8080;
  padding: 80px 0;
  overflow: hidden;
  margin-top: auto;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .block {
  width: 25%;
}
.footer .block.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.footer .social {
  max-width: 30px;
  width: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .social path {
  fill: #fff;
}
.footer .social:hover path {
  fill: #ffa318;
}
.footer a,
.footer p {
  color: #fff;
  font-weight: 600;
}
.footer a:not(.link),
.footer p:not(.link) {
  font-size: 16px;
  line-height: 20px;
}
.footer .card {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.footer a:hover {
  color: #ffa318;
}
.footer .link {
  font-size: 12px;
  line-height: 18px;
}
.footer .list-item {
  margin-bottom: 15px;
}
.footer .top {
  border-bottom: 2px solid #fff;
  padding-bottom: 50px;
}
.footer .bottom {
  padding-top: 50px;
}
.footer .bottom .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .tel {
  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;
}
.footer .tel .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.footer .tel .icon path {
  stroke: #fff;
}
.footer .tel:hover path {
  stroke: #ffa318;
}
.footer .pay-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 150px;
}
.footer .pay-logo {
  width: calc(50% - 10px);
}
.footer .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  -webkit-animation: bounceArrow 1.5s infinite;
  animation: bounceArrow 1.5s infinite;
}
.footer .up .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .up svg {
  width: 100%;
}
.footer .up path {
  fill: #fff;
}
.footer .up:hover {
  background: #fff;
}
.footer .up:hover path {
  fill: #8d8080;
}
.footer .tablet {
  display: none;
}
@media (max-width: 998px) {
  .footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -50px;
  }
  .footer .top .block:first-child {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .top .block:nth-child(2) {
    width: 100%;
    max-width: none;
  }
  .footer .top .block:nth-child(2) .list {
    text-align: center;
  }
  .footer .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .block {
    width: calc(50% - 20px);
    max-width: 400px;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer .block.last {
    max-width: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .desktop {
    display: none;
  }
  .footer .up {
    margin-top: 20px;
  }
  .footer .social {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 60px 0;
  }
  .footer .block {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .footer .bottom .block {
    margin-bottom: 10px;
  }
  .footer .last {
    margin-top: 20px;
  }
  .footer .top {
    padding-bottom: 30px;
  }
  .footer .bottom {
    padding-top: 30px;
  }
}
@-webkit-keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.header {
  position: sticky;
  top: 0;
  background: #f2efef;
  z-index: 98;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.header.scroll {
  -webkit-box-shadow: 30px 30px 65px 0px rgba(89, 80, 77, 0.15);
  box-shadow: 30px 30px 65px 0px rgba(89, 80, 77, 0.15);
}
.header.scroll .logo {
  max-width: 50px;
}
.header.scroll .container {
  padding: 10px 0;
}

.header.second .logo {
  max-width: 50px;
}
.header.second .container {
  padding: 10px 0;
}
.header .logo {
  max-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.header .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .navigation {
  margin: 0 auto;
  padding: 0 20px;
}
.header .phone {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.header .phone .icon {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .phone .icon path {
  stroke: #59504d;
}
.header .phone:hover path {
  stroke: #ffa318;
}
.header .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.header .list-item {
  padding: 0 20px;
}
.header .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .menu-button {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 2px;
  display: none;
}
.header .menu-button span {
  display: block;
  position: absolute;
  height: 1px;
  width: 20px;
  left: calc(50% - 10px);
  background: #59504d;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .menu-button span:nth-child(1) {
  top: 6px;
}
.header .menu-button span:nth-child(2),
.header .menu-button span:nth-child(3) {
  top: 11px;
}
.header .menu-button span:nth-child(4) {
  top: 16px;
}
.header.openMenu .menu-button {
  border-color: #59504d;
}
.header.openMenu .menu-button span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.header.openMenu .menu-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  left: calc(50% - 4px);
}
.header.openMenu .menu-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  left: calc(50% - 4px);
}
.header.openMenu .menu-button span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
@media (max-width: 1100px) {
  .header .list-item {
    padding: 0 8px;
  }
}
@media (max-width: 998px) {
  .header .wrapper {
    padding: 0 20px;
  }
  .header .logo {
    z-index: 21;
  }
  .header .content {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: calc(100% - 36px);
    border-radius: 0 0 20px 20px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 20;
    margin-left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 140px 10px 30px 20px;
  }
  .header .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    max-height: 100%;
    padding-right: 10px;
  }
  .header .navigation {
    margin: 0;
    width: 100%;
    visibility: visible !important;
  }
  .header .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .header .list-item {
    padding-right: 0;
    margin-bottom: 15px;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .header .phone {
    margin-bottom: 20px;
    visibility: visible !important;
  }
  .header .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 21;
  }
  .header .default-button {
    visibility: visible !important;
  }
  .header.openMenu:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .header.openMenu .content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
}

@media (max-width: 768px) {
  .header .logo {
    max-width: 50px;
  }
  .header .container {
    padding: 10px 0;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper {
  max-width: 1310px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
  position: relative;
}
.wow {
  visibility: hidden;
}
.tablet {
  display: none;
}
body.open {
  overflow: hidden;
}
p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  color: #59504d;
  font-weight: 400;
  padding: 0;
}
h1 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Manrope", sans-serif;
  color: #59504d;
  font-weight: 500;
  padding: 0;
}
h2 {
  font-size: 50px;
  line-height: 55px;
  font-family: "Manrope", sans-serif;
  color: #59504d;
  font-weight: 500;
  padding: 0;
}
h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Manrope", sans-serif;
  color: #59504d;
  font-weight: 500;
  padding: 0;
}
.section {
  padding: 100px 0;
  overflow: hidden;
}
.default-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  padding: 16px 30px 17px;
  text-align: center;
  color: #fff;
  color: #f2efef;
  background: #1b4332;
  font-size: 16px;
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
  cursor: pointer;
}
.default-button .round {
  width: 500px;
  height: 500px;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.default-button .round.active {
  -webkit-animation-name: buttonRound;
  animation-name: buttonRound;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.default-button:hover {
  color: #f2efef;
}
.default-button.orange {
  border: 2px solid #ffa318;
  color: #ffa318;
  background: transparent;
  padding: 14px 28px 15px;
}
.default-button.orange .round {
  background: #ffa318;
}
.default-button.orange .round.active {
  -webkit-animation-name: buttonRoundOrange;
  animation-name: buttonRoundOrange;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.default-button.orange:hover {
  color: #fff;
}
.default-button.green {
  border: 2px solid #1b4332;
  color: #1b4332;
  background: transparent;
  padding: 14px 28px 15px;
}
.default-button.green .round {
  background: #1b4332;
}
.default-button.green .round.active {
  -webkit-animation-name: buttonRoundOrange;
  animation-name: buttonRoundOrange;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.default-button.green:hover {
  color: #fff;
}
.default-button.sm {
  padding: 6px 20px 8px;
}
.title span {
  color: #ffa318;
}
textarea {
  resize: none;
}
textarea::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  border-radius: 5px;
}
textarea::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
  border: solid 10px transparent;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 3px solid transparent;
}

.default-radio input {
  display: none;
}
.default-radio
  input:checked
  + .default-radio__label
  .default-radio__block:after {
  background: #ffa318;
}
.default-radio:hover .default-radio__block {
  border-color: #ffa318;
}
.default-radio__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #59504d;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.default-radio__text a {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #59504d;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.default-radio__text a:hover {
  color: #ffa318;
}
.default-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.default-radio__block {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border: 1px solid rgba(89, 80, 77, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
  margin-right: 15px;
}
.default-radio__block:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.default-radio.disabled {
  pointer-events: none;
}
.default-radio.disabled .default-radio__text {
  opacity: 0.4;
}

.default-input {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(89, 80, 77, 0.2);
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 15px 25px 17px;
}
.default-input.error {
  border-color: rgb(199, 4, 4);
}
.default-input::placeholder {
  color: rgba(89, 80, 77, 0.5);
}
.default-input:focus {
  border-color: rgba(89, 80, 77, 0.6);
  outline: none;
}
.default-input__description {
  color: #59504d;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-top: 15px;
}

input.error
  ~ .select2-hidden-accessible
  ~ .select2-container
  .default-select.select2-selection {
  border-color: rgb(199, 4, 4);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #59504d;
  line-height: 26px;
  white-space: nowrap; /* Запобігає переносу тексту */
  overflow: hidden; /* Обрізає текст, який не поміщається */
  text-overflow: ellipsis;
  width: 90%;
}

.select2-selection__placeholder {
  color: rgba(89, 80, 77, 0.5);
}

.default-select.select2-selection {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(89, 80, 77, 0.2);
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 15px 25px 17px;
  margin: 0;
  height: auto !important;
}

.default-select .select2-selection__rendered {
  padding: 0 !important;
}

.default-select .select2-selection__arrow b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url("../img/icons/drop-sm.svg");
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg);
}

.select2-dropdown {
  border: 1px solid rgba(89, 80, 77, 0.2);
  border-radius: 20px;
  background: #dfd9d9;
  overflow: hidden;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 5px;
  border: 1px solid rgba(89, 80, 77, 0.2);
  background: #f2efef;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 5px 25px 5px;
}

input {
  outline: none;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(241, 239, 239, 0.5);
  color: #59504d;
}

.select2-container--default .select2-results__option--selected {
  background: rgba(255, 163, 22, 0.5) !important;
}

.select2-container--default .select2-results__option {
  padding: 10px 25px;
  color: #59504d;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.default-label {
  color: #59504d;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 15px;
  display: block;
}
.default-checkbox input {
  display: none;
}
.default-checkbox
  input:checked
  + .default-checkbox__label
  .default-checkbox__block {
  background: linear-gradient(135deg, #5dbdaf 0%, #0b78be 100%);
  border-color: transparent;
}
.default-checkbox
  input:checked
  + .default-checkbox__label
  .default-checkbox__block:after {
  background-image: url("../img/icons/check.svg");
}
.default-checkbox__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(50, 55, 58, 0.5);
}
.default-checkbox__text a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #59504d;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.default-checkbox__text a:hover {
  color: #5dbdaf;
}
.default-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.default-checkbox__block {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid rgba(50, 55, 58, 0.2);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  margin-right: 10px;
}
.default-checkbox__block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.default-checkbox__block:hover {
  border-color: #59504d;
}
@-webkit-keyframes buttonRound {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes buttonRound {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes buttonRoundOrange {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes buttonRoundOrange {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@media (max-width: 998px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section-hero {
  padding: 100px 0;
  padding: 70px 0 140px;
  position: relative;
  overflow: hidden;
}
.section-hero .title {
  font-weight: 500;
  margin-bottom: 30px;
}
.section-hero .info {
  margin-right: 40px;
}
.section-hero .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1520px;
  width: 100%;
  opacity: 0.6;
  min-width: 1000px;
}
.section-hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-hero .image {
  max-width: 560px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
.section-hero .img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.section-hero .img img {
  animation: scale 6s infinite alternate ease-in-out;
}
.section-hero .bounce {
  position: absolute;
  width: 100%;
  animation: flutter 10s infinite alternate ease-in-out;
}
.section-hero .bounce-1 {
  max-width: 29%;
  bottom: -17%;
  right: 15%;
}
.section-hero .bounce-2 {
  max-width: 17%;
  top: 47%;
  right: -6%;
  z-index: 2;
}
.section-hero .bounce-3 {
  max-width: 11%;
  bottom: 5%;
  left: -5%;
}
.section-hero .bounce-4 {
  max-width: 10%;
  right: -3%;
  top: 62%;
}
.section-hero .block {
  width: 25%;
}
.section-hero .default-button {
  margin-top: 30px;
  max-width: 250px;
  width: 100%;
}

@keyframes flutter {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10px, -20px);
  }
}
@keyframes scale {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(0, -20px);
  }
}

@media (max-width: 1200px) {
  .section-hero .image {
    max-width: 500px;
  }
}
@media (max-width: 998px) {
  .section-hero {
    padding: 70px 0;
  }
  .section-hero .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-hero .block {
    text-align: center;
    margin-top: 50px;
    width: 100%;
    max-width: 300px;
  }
  .section-hero .default-button {
    margin: 30px auto 0;
  }
  .section-hero .bounce-1 {
    max-width: 25%;
    bottom: -10%;
  }
  .section-hero .bounce-4 {
    display: none;
  }
  .section-hero .image {
    width: 80%;
  }
  .section-hero .info {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section-omega.modal-product {
  padding: 60px 0 100px;
}
.section-omega {
  overflow: hidden;
}
.section-omega .title {
  margin-bottom: 30px;
  text-align: center;
}
.section-omega .subtitle {
  text-align: center;
}
.section-omega .delivery {
  text-align: center;
  margin-top: 30px;
  color: #ffa318;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.section-omega .line {
  max-width: 200px;
  width: 100%;
  background: #ffa318;
  height: 1px;
  margin: 60px auto;
}
.section-omega .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -30px;
}
.section-omega .block {
  width: calc(33.333% - 20px);
  margin: 0 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.section-omega .block-discount {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
  padding: 5px 15px;

}
.section-omega .block-link {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  padding: 20px 20px;
  -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;
}
.section-omega .block-link:hover {
  -webkit-box-shadow: 30px 30px 65px 0px rgba(89, 80, 77, 0.15);
  box-shadow: 30px 30px 65px 0px rgba(89, 80, 77, 0.15);
}
.section-omega .block-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.section-omega .block-image img:not(:first-child) {
  display: none;
}
.section-omega .block-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
}
.section-omega .block:hover .block-image img:nth-child(2) {
  opacity: 1;
}
.section-omega .block-check {
  position: absolute;
  padding: 3px 10px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffa318;
  color: #fff;
  border-radius: 20px;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.section-omega .block-title {
  line-height: 26px;
  margin-bottom: 5px;
}
.section-omega .block-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #ffa318;
  margin-bottom: 20px;
}
.section-omega .block-description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.section-omega .block-price {
  margin-top: auto;
}

.section-omega .block-price__descriptions {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
  

}

.section-omega .block-price__descriptions .new-price{
  color: #1b4332;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.section-omega  .block-price__description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 20px;
}
.section-omega .block-price__descriptions span {
  font-weight: 700;
  color: #ffa318;
}

.section-omega .block-price .block-price__item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  color: #1b4332;
}

.section-omega .block-price .discount{
  color: #ffa318;
}


/* .section-omega .block-price .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid #1b4332;
  transform: rotate(-18deg);
  transform-origin: center;
} */

.section-omega .block-price .block-price__item .new-price{
  color: #1b4332;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}
.section-omega .block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
}
.section-omega .block .default-button {
  width: calc(50% - 5px);
}
@media (max-width: 1200px) {
  .section-omega .blocks {
    margin: 0 -10px -30px;
  }
  .section-omega .block {
    width: 33.333%;
    margin: 0 0 30px;
  }
  .section-omega .block-link {
    padding: 20px 20px;
    border-radius: 20px;
  }
  .section-omega .block-image {
    border-radius: 20px;
  }
  .section-omega .block-buttons {
    padding: 0 20px;
  }
}

@media (max-width: 998px) {
  .section-omega .block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .section-omega .block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .section-omega .line {
    margin: 30px auto;
  }
}
.section-power .title {
  margin-bottom: 30px;
  text-align: center;
}
.section-power .subtitle {
  text-align: center;
}
.section-power .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
.section-power .info {
  max-width: 500px;
  width: 50%;
  margin-right: 40px;
}
.section-power .info-title {
  margin-top: 40px;
}
.section-power .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -50px;
  max-width: 700px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-power .block {
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
.section-power .block-icon {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-power .block-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}
.section-power .block-item {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.section-power .block-item:before {
  content: "- ";
}
@media (max-width: 998px) {
  .section-power .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-power .info {
    width: 100%;
    margin: 0 auto;
  }
  .section-power .info-title {
    text-align: center;
    margin-top: 30px;
  }
  .section-power .info-image {
    position: relative;
    left: -35px;
  }
  .section-power .blocks {
    margin: 50px auto -50px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-power .blocks {
    max-width: 400px;
  }
  .section-power .block {
    width: 100%;
    text-align: center;
  }
  .section-power .block-icon {
    margin: 0 auto;
  }
  .section-power .info-image {
    left: 0;
  }
}
.section-best {
  background: #8d8080;
}
.section-best .title {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.section-best .subtitle {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
.section-best .blocks {
  margin: 0px auto -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-best .block {
  width: calc(50% - 10px);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 40px;
}
.section-best .block-content {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.section-best .block-content:hover .block-round:before {
  border-color: #ffa318;
}
.section-best .block-round {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto 10px;
}
.section-best .block-round:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 50%;
  background: #ffa318;
}
.section-best .block-round:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.section-best .block-title {
  font-size: 22px;
  line-height: 30px;
}
.section-best .block-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-changes .title {
  margin-bottom: 30px;
  text-align: center;
}
.section-changes .subtitle {
  text-align: center;
}
.section-changes .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
.section-changes .images {
  position: relative;
  max-width: 500px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.section-changes .image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-changes .image {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.section-changes .image.active {
  opacity: 1;
}
.section-changes .blocks {
  max-width: 600px;
  width: 100%;
  margin-right: 30px;
}
.section-changes .block {
  border: 2px solid #8d8080;
  border-radius: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.section-changes .block-content {
  padding: 20px 30px;
  border-radius: 20px;
  background: #f2efef;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.section-changes .block-num {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.section-changes .block-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.section-changes .block.active .block-content {
  -webkit-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  -webkit-box-shadow: 30px 30px 65px 0px rgba(89, 80, 77, 0.5);
  box-shadow: 30px 30px 65px 0px rgba(89, 80, 77, 0.5);
}
.section-changes .block:hover {
  border-color: #ffa318;
}
@media (max-width: 768px) {
  .section-changes .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-changes .blocks {
    margin-right: 0;
    margin-bottom: 50px;
    max-width: none;
  }
}
.section-reviews {
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.section-reviews .title {
  text-align: center;
}
.section-reviews .swiper {
  overflow: visible;
  margin-top: 40px;
  max-width: 800px;
  margin: 60px auto 0;
}
.section-reviews .block {
  border-radius: 30px;
  padding: 30px;
  background: rgba(141, 128, 128, 0.2);
  opacity: 0.25;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-reviews .block.swiper-slide-active {
  opacity: 1;
}
.section-reviews .text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
.section-reviews .text span {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-reviews .text span.show {
  opacity: 1;
}
.section-reviews .info {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-reviews .name {
  font-size: 20px;
  line-height: 25px;
  margin-right: 10px;
}
.section-reviews .avatar {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  margin-right: 20px;
}
.section-reviews .social {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
}
.section-reviews .social svg {
  width: 100%;
}
.section-reviews .social path {
  fill: #8d8080;
}
.section-reviews .social:hover path {
  fill: #ffa318;
}
.section-reviews .button {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section-reviews {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-reviews .block {
    opacity: 0.6;
    padding: 20px;
  }
  .section-reviews .name {
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
  }
  .section-reviews .avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .section-reviews .swiper-navigation {
    margin-top: 30px;
  }
}
.section-quality .title {
  text-align: center;
}
.section-quality .subtitle {
  text-align: center;
}
.section-quality .documents .document:not(:first-child) {
  display: none;
}
.section-quality .document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90px;
  padding: 20px;
  border-radius: 50%;
  margin: 70px auto 10px;
  background: rgba(141, 128, 128, 0.2);
}
.section-quality .document svg {
  height: auto;
  position: relative;
  right: -3px;
}
.section-quality .document path {
  fill: #59504d;
}
.section-quality .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 70px;
}
.section-quality .block {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-quality .blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .section-quality .block {
    width: 33.333%;
    margin-bottom: 20px;
  }
}
.section-question .blocks {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.section-question .block {
  border-radius: 20px;
  background: rgba(141, 128, 128, 0.2);
  margin-bottom: 10px;
}
.section-question .block:not(:last-child) {
  margin-bottom: 10px;
}
.section-question .block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 25px 50px;
}
.section-question .block-top:hover .block-title {
  color: #ffa318;
}
.section-question .block-flag {
  min-width: 54px;
  width: 54px;
  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;
}
.section-question .block-title {
  margin-right: 20px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.section-question .block-arrow {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  min-width: 32px;
}
.section-question .block-bottom {
  height: 0;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
  overflow: hidden;
  pointer-events: none;
}
.section-question .block-main {
  margin-bottom: 45px;
  padding: 0px 50px 18px;
}
.section-question .block-main ul {
  list-style: disc;
  padding-left: 20px;
}
.section-question .block-main li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
.section-question .block.open .block-bottom {
  pointer-events: all;
}
.section-question .block.open .block-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .section-question .block-top {
    padding: 20px 25px;
  }
  .section-question .block-main {
    padding: 0px 25px 20px;
  }
  .section-question .block-main li {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-video {
  background: #8d8080;
}
.section-video .title {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.section-video .subtitle {
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
.section-video .video {
  max-width: 1200px;
  padding: 0 15px;
  margin: 70px auto 0;
  overflow: hidden;
}
.section-video .video-block {
  border-radius: 30px;
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.section-video .video-play {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.section-video .video-play svg {
  width: 100%;
  height: 100%;
}
.section-video .video-play circle {
  stroke: #fff;
  fill: #fff;
}
.section-video .video-play path {
  fill: #59504d;
}
.section-video .video-play:hover path {
  fill: #ffa318;
}
.section-video .video-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.section-video .video.activeVideo {
  background-image: none;
}
.section-video .video.activeVideo .video-iframe {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 768px) {
  .section-video .video-play {
    width: 50px;
    height: 50px;
  }
}
.section-help {
  overflow: hidden;
}
.section-help .title {
  margin-bottom: 30px;
  text-align: center;
}
.section-help .subtitle {
  text-align: center;
}
.section-help .form {
  max-width: 700px;
  margin: 40px auto 0;
}
.section-help .item {
  margin-bottom: 25px;
}
.section-help .default-button {
  width: 100%;
  border-radius: 20px;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px 50px 50px;
  display: none;
  z-index: 100;
  overflow-y: auto;
}
.modal .title {
  text-align: center;
}
.modal.open {
  display: block;
}
.modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.modal-block {
  border-radius: 30px;
  background: #f2efef;
  padding: 50px 60px 60px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 101;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  z-index: 2;
}
.modal-close:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .modal {
    padding: 30px 10px 90px;
  }
  .modal-block {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .section-help .title {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.modal-application .modal-block {
  max-width: 700px;
  text-align: center;
}
.modal-application .title {
  margin-bottom: 10px;
}
.modal-application .form {
  margin-top: 30px;
}
.modal-application .item {
  margin-bottom: 25px;
}
.modal-application .default-button {
  width: 100%;
  border-radius: 20px;
}

.modal-sale .modal-block {
  max-width: 600px;
  text-align: center;
}
.modal-sale .title {
  margin-bottom: 10px;
}

.modal-sale .form {
  margin-top: 30px;
}
.modal-sale .item {
  margin-bottom: 25px;
}
.modal-sale .default-button {
  width: 100%;
  border-radius: 20px;
}
.modal-sale .image {
  border-radius: 20px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
.modal-sale img {
  border-radius: 20px;
}

.modal-thanks .modal-block {
  max-width: 700px;
  text-align: center;
}
.modal-thanks .text {
  margin-top: 20px;
}

.form {
  position: relative;
}

.form.sent .wpcf7-response-output {
  color: #59504d;
}

.form .wpcf7-form-control-wrap {
  display: block;
}
.form .wpcf7-not-valid {
  border-color: #dc3232;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  left: 25px;
}

.wpcf7-response-output {
  position: absolute;
  top: 100%;
  border: none !important;
  text-align: center;
  width: 100%;
  margin: 0 !important;
  color: #dc3232;
  display: none;
}

.fancybox__container {
  --fancybox-bg: rgba(89, 80, 77, 0.7);
}
.fancybox__container .f-button path {
  stroke: #59504d;
}
.fancybox__container .f-button {
  opacity: 1 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.fancybox__content > .f-button.is-close-btn {
  top: -40px;
  right: -40px;
}
.fancybox__container .f-button:hover {
  background: #dfd9d9 !important;
}

.modal-product .modal-block {
  max-width: 1100px;
  width: 100%;
}

.modal-product .content {
  display: flex;
  justify-content: space-between;
}
.modal-product ul {
  list-style: disc;
  padding-left: 20px;
}
.modal-product li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.modal-product .block-description p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.modal-product .block-description h5 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 8px;
}
.modal-product .main {
  margin-left: 40px;
  width: 100%;
}
.modal-product .block-image {
  max-width: 400px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.modal-product .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
.modal-product .block-title {
  font-size: 30px;
  line-height: 35px;
}
.modal-product .block-subtitle {
  font-size: 25px;
  line-height: 30px;
}
.modal-product .default-button {
  margin-top: 30px;
}
.modal-product .swiper-navigation {
  margin-top: 30px;
}

@media (max-width: 998px) {
  .modal-product .content {
    flex-direction: column;
    align-items: center;
  }
  .modal-product .main {
    margin-top: 30px;
    margin-left: 0;
  }
}

.modal-order .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  transition: all 0.25s ease-in;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(141, 128, 128, 0.2);
}

.modal-order .product:hover {
  background: rgba(141, 128, 128, 0.2);
}

.modal-order .plusminus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.modal-order .modal-block {
  max-width: 800px;
}
.modal-order .plusminus .minus {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal-order .plusminus .plus:hover path {
  fill: #ffa318;
}
.modal-order .plusminus .minus:hover path {
  fill: #ffa318;
}
.modal-order .plusminus .plus {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal-order .name {
  font-size: 20px;
  line-height: 35px;
  flex-grow: 1;
}
.modal-order .subtitle {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 15px;
}
.modal-order .price {
  font-size: 20px;
  line-height: 35px;
  margin-left: 20px;
  white-space: nowrap;
  min-width: 95px;
  text-align: right;
}

.modal-order .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal-order .image {
  max-width: 100px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
}
.modal-order .image img {
  display: none;
}
.modal-order .image img:first-child {
  display: block;
}
.modal-order .tquantity {
  margin: 0 10px;
  font-size: 18px;
  line-height: 20px;
  min-width: 20px;
  position: relative;
  text-align: center;
}

.modal-order .main {
  margin-top: 30px;
}
.modal-order .final-info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
}
.modal-order .final-info__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.modal-order .final-info__item span {
  margin-left: auto;
  margin-right: 5px;
  
}
.modal-order .discount-price {
  color: #ffa318;
}

.modal-order .discount-price p {
  color: #ffa318;
}

.modal-order .final-price p,
.modal-order .discount-price p {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
.modal-order .final-price span {
  margin-right: 5px;
}
.modal-order .del {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
}

.modal-order .del:hover path {
  fill: #ffa318;
}
.modal-order .contactInfo {
  margin-top: 30px;
}
.modal-order .item {
  margin-bottom: 25px;
}
.modal-order .default-button {
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}
.modal-order .item .description {
  font-size: 12px;
  line-height: 20px;
  padding-left: 15px;
}
.modal-order .continue {
  margin-top: 20px;
  text-align: center;
  color: #ffa318;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.modal-order .default-button ~ .description {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.modal-order .hidden {
  display: none;
  /* width: 100%;
  height: 200px; */
}

.modal-order .item .default-radio:not(:last-child) {
  margin-bottom: 10px;
}

.modal-order .novaPashta {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 20px;
}
.modal-order .novaPashta input {
  display: none;
}

@media (max-width: 850px) {
  .modal-order .info {
    flex-wrap: wrap;
  }
  .modal-order .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-order .plusminus {
    margin-left: 0;
  }
  .modal-order .price {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .modal-order .name {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-order .price {
    font-size: 14px;
    line-height: 20px;
    min-width: 65px;
  }
  .modal-order .tquantity {
    font-size: 14px;
    line-height: 20px;
    top: 1px;
  }
  .modal-order .plusminus .minus {
    width: 15px;
    height: 15px;
  }
  .modal-order .plusminus .plus {
    width: 15px;
    height: 15px;
  }
  .modal-order .image {
    max-width: 60px;
    border-radius: 10px;
  }
  .modal-order .product {
    padding: 10px 10;
    background: rgba(141, 128, 128, 0.2);
  }
  .modal-order .final-price {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-order .default-button {
    margin-top: 25px;
  }
  .modal-order .subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .modal-order .item {
    margin-bottom: 10px;
  }
  .modal-order .final-price p {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-order .novaPashta {
    gap: 10px;
  }
  .default-input {
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
    border-radius: 15px;
  }
  .default-input::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .default-radio__text {
    font-size: 14px;
    line-height: 20px;
  }
  .default-radio__text a {
    font-size: 14px;
    line-height: 20px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
    line-height: 20px;
  }
  .default-select.select2-selection {
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
    border-radius: 15px;
  }
}

.smallBasket {
  position: fixed;
  top: 100px;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2efef;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
  cursor: pointer;
  transition: all 0.25s ease-in;
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: showOpacity;
  animation-name: showOpacity;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.smallBasket .count {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -0;
  bottom: -0;
  background: rgb(199, 4, 4);
  color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.smallBasket:hover {
  transform: scale(1.1);
}
.smallBasket.noShow {
  display: none;
}

.buttonContacts {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  transition: all 0.25s ease-in;
}

.buttonContacts .button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #1b4332;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.25s ease-in;
  position: relative;
}
.buttonContacts .button:hover .icon {
  transform: scale(0.9);
}
.buttonContacts .button:hover .close {
  transform: scale(0.9);
}
.buttonContacts .social {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  pointer-events: none;
}

.buttonContacts .social:hover {
  transform: scale(0.9);
}

.buttonContacts .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in;
}
.buttonContacts.open .icon {
  opacity: 0;
}
.buttonContacts.open .button {
  background: #f2efef;
}
.buttonContacts .close {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.25s ease-in;
}

.buttonContacts.open .close {
  opacity: 1;
}
.buttonContacts.open .social {
  opacity: 1;
  pointer-events: all;
  bottom: calc(100% + 10px);
}
.buttonContacts.open .social:first-child {
  bottom: calc(100% + 60px);
}

.emptyBasket {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  background: rgba(141, 128, 128, 0.2);
  border-radius: 20px;
}
.emptyBasket.noShow {
  display: none;
}

#order-form.noShow {
  display: none;
}

@media (max-width: 768px) {
  .buttonContacts {
    bottom: 30px;
    right: 5px;
  }
  .smallBasket {
    width: 60px;
    height: 60px;
    right: 5px;
  }
}

@keyframes showOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section-404 {
  text-align: center;
}
.section-404 .default-button {
  margin: 40px auto 0;
}

.page404 {
  display: flex;
  flex-direction: column;
}

.page404 .footer {
  margin-top: auto;
}

.return-description h3 {
  margin-bottom: 10px;
}

.thanks-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px
}

.thanks-content .default-button {
  margin-top: 30px;
}

.header-line {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
  background: #fec76f;
  position: relative;
  z-index: 10;
}

.header-line p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;

}

@media screen and (max-width: 768px) {
  .header-line p{
    font-size: 12px;
    line-height: 18px;
  }
  .smallBasket {
    top: 160px;
  }
}