@charset "UTF-8";
@font-face {
  font-family: "Gilroy-Heavy";
  font-display: swap;
  src: local(☺), url("fonts/Gilroy-Heavy.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  font-display: swap;
  src: local(☺), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: local(☺), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: local(☺), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: local(☺), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Semibold";
  font-display: swap;
  src: local(☺), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local(☺), url("fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local(☺), url("fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local(☺), url("fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

html {
  font-family: "Jost";
  font-weight: 400;
  color: #2d2d2d;
}

.container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  min-width: 320px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

header {
  padding-top: 100px;
  background: #fdfdfd;
}
@media (max-width: 1450px) {
  header {
    padding-top: 110px;
  }
}
@media (max-width: 1199px) {
  header {
    padding-top: 114px;
    background: #f7f7f7;
  }
}
@media (max-width: 740px) {
  header {
    padding-top: 0px;
  }
}

.btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: #468217;
  border-radius: 29.5px;
  padding: 20px;
  width: 197px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.03em;
  box-shadow: 0px 10px 30px rgba(70, 130, 23, 0.2);
  transition: 0.3s all;
}
.btn:hover {
  background: #336111;
}

.heading {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .heading {
    font-size: 26px;
    line-height: 31px;
  }
}

.text {
  font-weight: 500;
  font-size: 35px;
  line-height: 51px;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .text {
    font-size: 20px;
    line-height: 29px;
  }
}

main {
  overflow: hidden;
  min-width: 320px;
}

/*effect*/
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.coupon-container {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 20px;
}
.coupon-container input[name=coupon] {
  transition: all 0.3s;
  outline: 0;
  width: 100%;
  margin-bottom: 10px !important;
  min-height: 60px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .coupon-container input[name=coupon] {
    font-size: 20px;
    line-height: 24px;
  }
}
.coupon-container input[name=coupon]:disabled {
  background-color: #fbfbfb !important;
  color: rgba(0, 0, 0, 0.47);
  user-select: none;
  transition: all 0.3s 0.2s;
  box-shadow: 0 6px 20px rgba(45, 193, 45, 0) !important;
}
.coupon-container input[name=coupon]:disabled::placeholder {
  color: rgba(0, 0, 0, 0);
}
.coupon-container input[name=coupon]:disabled:hover {
  transform: translate(0) !important;
}
.coupon-container input[name=coupon].input-error {
  border: 1px solid #be1704 !important;
  box-shadow: 0 0 0 3px rgba(190, 23, 4, 0.5) !important;
}
.coupon-container input[name=coupon].input-success {
  transition: all 0.2s !important;
  background-color: #b8e0c5 !important;
  color: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 6px 20px rgba(45, 193, 45, 0.15) !important;
}
.coupon-container span.coupon-success {
  position: absolute;
  display: block;
  white-space: nowrap;
  width: auto;
  color: rgba(0, 0, 0, 0.6);
  top: 50%;
  transform: translateY(-100%);
  left: 29px;
  transition: opacity 0.1s;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 479px) {
  .coupon-container span.coupon-success {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    text-align: center;
  }
}
.coupon-container span.coupon-error {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #be1704;
  transition: all 0.3s;
}
.coupon-container .hide-enter-active,
.coupon-container .hide-leave-active {
  overflow: hidden;
  opacity: 0;
}
.coupon-container .expand-enter-active,
.coupon-container .expand-leave-active {
  overflow: hidden;
  opacity: 0;
}
.coupon-container .expand-enter,
.coupon-container .expand-leave-to {
  height: 0;
}

#header-ver2 .coupon-container {
  margin-top: 10px;
  margin-bottom: -10px;
  padding-bottom: 0;
}
#header-ver2 .coupon-container input[name=coupon] {
  min-height: 44px;
}
#header-ver2 .coupon-container .input-success {
  visibility: hidden;
  opacity: 0;
  min-height: 20px !important;
  height: 20px;
}
#header-ver2 .coupon-container .coupon-success {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #468217;
}

.drop-enter-active,
.drop-leave-active {
  overflow: hidden;
}

.drop-enter,
.drop-leave-to {
  height: 0;
}

.dropdown {
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  color: #323232;
  margin-bottom: 20px;
  max-width: 358px;
}
@media (max-width: 700px) {
  .dropdown {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .dropdown {
    margin-bottom: 10px;
  }
}
.dropdown svg {
  transition: all 0.4s;
}
.dropdown .dropdown-hero {
  border: 2px solid #323232;
  border-radius: 5px;
  padding: 12px 15px;
  align-items: center;
  background: #fff;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  user-select: none;
}
.dropdown .dropdown-hero p {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.dropdown .dropdown-hero--open {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background: hsla(0, 0%, 92%, 0.3);
}
.dropdown .dropdown-list {
  border: 2px solid #323232;
  border-radius: 0 0 5px 5px;
  border-top: none !important;
  background: #fff;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 2px);
  transition: height 0.2s ease;
  width: 100%;
  z-index: 5;
}
.dropdown .dropdown-item {
  color: #323232;
  padding: 14px 15px;
  transition: color 0.3s ease;
  user-select: none;
  transition: all 0.4s;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.dropdown .dropdown-item:hover {
  opacity: 0.7;
}
.dropdown .dropdown-item--active {
  position: relative;
}
.dropdown .dropdown-item--active:before {
  background: #323232;
  border-radius: 3px;
  content: "";
  display: block;
  height: 60%;
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.header-hide {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 740px) {
  .header-hide {
    position: relative;
  }
}
.header-fixed-nav {
  min-height: 100px;
  max-width: 1520px;
  margin: 0 auto;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 12px;
}
@media (max-width: 1450px) {
  .header__top {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin: 0 -100px;
    padding: 20px 35px 20px 35px;
  }
}
@media (max-width: 1199px) {
  .header__top {
    margin: 0 -50px;
  }
}
@media (max-width: 767px) {
  .header__top {
    margin: 0 -15px;
    padding: 20px 35px 20px 35px;
  }
}
@media (max-width: 350px) {
  .header__top {
    margin: 0 -15px;
    padding: 20px 15px 20px 15px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1450px) {
  .header__logo {
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-left: 0;
  }
}
.header__logo span {
  font-family: "SourceSansPro";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  max-width: 124px;
  color: #000000;
}
.header__logo img {
  width: 89px;
}
@media (max-width: 1450px) {
  .header__nav {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 40px 20px;
  }
}
.header__nav-active {
  display: block !important;
}
.header__burger {
  display: none;
}
@media (max-width: 1450px) {
  .header__burger {
    display: flex;
    padding: 15px;
    margin-right: -15px;
    cursor: pointer;
  }
}
.header__burger-icon {
  width: 44px;
  height: 36px;
}
@media (max-width: 767px) {
  .header__burger-icon {
    width: 22px;
    height: 18px;
  }
}
.header__burger-icon svg {
  width: 44px;
  height: 36px;
}
@media (max-width: 767px) {
  .header__burger-icon svg {
    width: 22px;
    height: 18px;
  }
}
.header__nav-close {
  display: none;
}
@media (max-width: 1450px) {
  .header__nav-close {
    display: block;
    padding: 15px;
    margin-right: -15px;
    margin-top: -15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.header__list {
  display: flex;
  align-items: center;
}
@media (max-width: 1450px) {
  .header__list {
    flex-direction: column;
  }
}
.header__item {
  margin-right: 45px;
}
@media (max-width: 1450px) {
  .header__item {
    margin-right: 0px;
    margin-bottom: 13px;
  }
}
.header__link {
  font-size: 20px;
  line-height: 1;
  color: #2d2d2d;
}
.header__link.green {
  color: #468217;
}
.header__link:hover {
  color: #468217;
}
.header__feedback {
  margin-left: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1549px) {
  .header__feedback {
    margin-left: 15px;
  }
}
@media (max-width: 1450px) {
  .header__feedback {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 1450px) {
  .header__feedback {
    align-items: center;
    margin-left: 0;
  }
}
.header__phone {
  font-family: "Gilroy-Semibold";
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-right: 45px;
  color: #2d2d2d;
}
@media (max-width: 1450px) {
  .header__phone {
    margin-right: 0px;
  }
}
@media (max-width: 1450px) {
  .header__phone {
    margin-top: 10px;
    margin-bottom: 13px;
  }
}
.header__feedback-btn {
  font-family: "Gilroy-Medium";
  display: inline-block;
  color: #2d2d2d;
  line-height: 1;
  font-size: 15px;
  background-color: #ebd1aa;
  border-radius: 22px;
  padding: 14px 28px 14px 53px;
  background-image: url(../images/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left 21px center;
}

.content-container-test_menu {
  background: white;
  max-width: 100%;
  margin: 0 auto;
}

#header-ver2 {
  padding: 10px 0 70px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.4);
  background: url("/images/header-ver2/header-fon.png") no-repeat 50%;
  background-size: cover;
}
@media (max-width: 1020px) {
  #header-ver2 {
    padding: 30px 0 70px;
  }
}
@media (max-width: 575px) {
  #header-ver2 {
    padding: 10px 0 30px;
  }
}
#header-ver2 [v-cloak] {
  display: none !important;
}
#header-ver2 .grid-box {
  display: grid;
  grid-template-columns: 400px 1fr 730px;
  row-gap: 60px;
  width: 100%;
  position: relative;
}
@media (max-width: 1640px) {
  #header-ver2 .grid-box {
    grid-template-columns: 400px 1fr 620px;
  }
}
@media (max-width: 1550px) {
  #header-ver2 .grid-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1199px) {
  #header-ver2 .grid-box {
    grid-template-columns: 1fr 525px;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .grid-box {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#header-ver2 .grid-box__title {
  grid-column: 1/-1;
  grid-row: 1/2;
  margin-top: 24px;
  z-index: 1;
}
@media (max-width: 1559px) {
  #header-ver2 .grid-box__title {
    margin-top: 0;
  }
}
#header-ver2 .grid-box__features {
  grid-column: 1/3;
  grid-row: 2/3;
  align-self: center;
  z-index: 2;
}
@media (max-width: 1199px) {
  #header-ver2 .grid-box__features {
    margin-bottom: 20px;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .grid-box__features {
    grid-column: 1/-1;
    grid-row: 3/4;
    margin: auto;
  }
}
#header-ver2 .grid-box__offer {
  grid-column: 1/3;
  grid-row: 3/4;
  z-index: 3;
  display: flex;
  max-width: 700px;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
}
@media (max-width: 1099px) {
  #header-ver2 .grid-box__offer {
    max-width: 100%;
    grid-row: 4/5;
  }
}
@media (max-width: 576px) {
  #header-ver2 .grid-box__offer {
    padding: 20px;
  }
}
#header-ver2 .grid-box__offer h3 {
  color: #323232;
  text-align: center;
  font-family: "Jost";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #header-ver2 .grid-box__offer h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
#header-ver2 .grid-box__offer h3 span {
  color: #E2BC85;
}
#header-ver2 .grid-box__offer-block {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 650px) {
  #header-ver2 .grid-box__offer-block {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
#header-ver2 .grid-box__offer-price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
}
#header-ver2 .grid-box__offer-price-new {
  color: #2D2D2D;
  font-family: Jost;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.85px;
}
@media (max-width: 576px) {
  #header-ver2 .grid-box__offer-price-new {
    font-size: 22px;
    line-height: 26px;
  }
}
#header-ver2 .grid-box__offer-price-old {
  color: #5F5F5F;
  font-family: Jost;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-decoration-line: line-through;
}
@media (max-width: 576px) {
  #header-ver2 .grid-box__offer-price-old {
    font-size: 18px;
    line-height: 24px;
  }
}
#header-ver2 .grid-box__offer-btn {
  display: flex;
  width: 280px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 29.5px;
  background: #468217;
  box-shadow: 0px 10px 26px 0px rgba(70, 130, 23, 0.15);
  color: #FFF;
  text-align: center;
  font-family: "Jost";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.54px;
}
@media (max-width: 650px) {
  #header-ver2 .grid-box__offer-btn {
    width: 190px;
    padding: 8px;
  }
}
#header-ver2 .grid-box__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1700px) {
  #header-ver2 .grid-box__img {
    width: 900px;
  }
}
@media (max-width: 1559px) {
  #header-ver2 .grid-box__img {
    width: 750px;
  }
}
@media (max-width: 1399px) {
  #header-ver2 .grid-box__img {
    grid-column: 2/3;
    grid-row: 3/4;
    width: 650px;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .grid-box__img {
    position: relative;
    grid-column: 1/-1;
    grid-row: 2/3;
    justify-self: center;
    width: auto;
  }
}
#header-ver2 .grid-box__img-gift {
  position: absolute;
  top: 170px;
  left: 190px;
}
@media (max-width: 1559px) {
  #header-ver2 .grid-box__img-gift {
    width: 120px;
    top: 140px;
  }
}
@media (max-width: 1399px) {
  #header-ver2 .grid-box__img-gift {
    top: 90px;
    left: 180px;
    width: 100px;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .grid-box__img-gift {
    top: 170px;
    left: 50px;
    width: 110px;
  }
}
@media (max-width: 576px) {
  #header-ver2 .grid-box__img-gift {
    top: 80px;
    left: 0px;
    width: 85px;
  }
}
#header-ver2 .title {
  margin: 0;
  font-family: "lato" !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  color: #2d2d2d;
}
@media (max-width: 1099px) {
  #header-ver2 .title {
    text-align: center;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  #header-ver2 .title {
    font-size: 26px;
    line-height: 31px;
  }
}
#header-ver2 .title span {
  font-weight: 800;
  font-size: 100px;
  line-height: 122px;
  color: #e2bc85;
}
@media (max-width: 1099px) {
  #header-ver2 .title span {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  #header-ver2 .title span {
    font-size: 41px;
    line-height: 49px;
  }
}
#header-ver2 .subtitile {
  margin: 5px 0 0;
  font-family: "Jost" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #494949;
}
@media (max-width: 1099px) {
  #header-ver2 .subtitile {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  #header-ver2 .subtitile {
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 26px;
  }
}
#header-ver2 .features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 700px;
}
@media (max-width: 1399px) {
  #header-ver2 .features-list {
    row-gap: 40px;
  }
}
@media (max-width: 1199px) {
  #header-ver2 .features-list {
    justify-content: center;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .features-list {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  #header-ver2 .features-list {
    justify-content: center;
  }
}
#header-ver2 .features-list__item {
  padding-left: 77px;
  background-repeat: no-repeat;
  background-size: 55px auto;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1399px) {
  #header-ver2 .features-list__item {
    width: auto;
  }
}
@media (max-width: 1199px) {
  #header-ver2 .features-list__item {
    min-width: 300px;
  }
}
@media (max-width: 575px) {
  #header-ver2 .features-list__item {
    width: 100%;
    max-width: 300px;
    padding-left: 72px;
    background-size: 50px auto;
    min-width: auto;
  }
}
#header-ver2 .features-list__item:nth-child(1) {
  background-image: url(../images/list-hero_1.svg);
}
#header-ver2 .features-list__item:nth-child(2) {
  background-image: url(../images/list-hero_2.svg);
}
#header-ver2 .features-list__item:nth-child(3) {
  background-image: url(../images/list-hero_3.svg);
}
#header-ver2 .features-list__item:nth-child(4) {
  background-image: url(../images/list-hero_4.svg);
}
#header-ver2 .features-list__item h3 {
  font-family: "Jost" !important;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
}
@media (max-width: 575px) {
  #header-ver2 .features-list__item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
#header-ver2 .features-list__item p {
  margin-top: 5px;
  font-family: "Jost";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2d2d2d;
}
@media (max-width: 575px) {
  #header-ver2 .features-list__item p {
    font-size: 16px;
    line-height: 23px;
  }
}
#header-ver2 .img-wrap {
  position: relative;
}
@media (max-width: 575px) {
  #header-ver2 .img-wrap {
    padding-left: 15px;
  }
}
#header-ver2 .img-wrap img {
  max-width: 100%;
  object-fit: cover;
}
#header-ver2 .img-wrap .present-wrap {
  position: absolute;
  top: -110px;
  right: -35px;
  width: 220px;
}
@media (max-width: 1559px) {
  #header-ver2 .img-wrap .present-wrap {
    width: 170px;
  }
}
@media (max-width: 1099px) {
  #header-ver2 .img-wrap .present-wrap {
    top: 0px;
    right: -30px;
    width: 150px;
  }
}
@media (max-width: 500px) {
  #header-ver2 .img-wrap .present-wrap {
    right: -20px;
    width: 100px;
  }
}

#header-features {
  padding: 50px 0 70px;
}
@media (max-width: 767px) {
  #header-features {
    padding: 50px 0 50px;
  }
}
#header-features .header-features__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 24px;
}
#header-features .header-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header-features .header-features__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
#header-features .header-features__img-wrap img, #header-features .header-features__img-wrap picture {
  width: 100%;
  height: 100%;
}
#header-features .header-features__text-wrap {
  margin-top: 10px;
}
#header-features .header-features__item-title {
  margin-bottom: 0;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #323232;
}
#header-features .header-features__item-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #323232;
}

.section-investment {
  padding: 60px 0 100px 0;
}
@media (max-width: 767px) {
  .section-investment {
    padding-bottom: 23px;
  }
}
.section-investment__heading {
  text-align: center;
  margin-bottom: 20px;
}
.section-investment__text {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .section-investment__text {
    font-family: "Jost";
    font-weight: 400;
    margin-bottom: 30px;
  }
}
.section-investment__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1549px) {
  .section-investment__list {
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-investment__list {
    margin: 0;
    display: block;
  }
}
.section-investment__item {
  width: 33.3333%;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .section-investment__item {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section-investment__item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section-investment__item {
    display: flex;
    flex-direction: column;
    margin: 0 0px 57px 0px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-investment__item-img {
    display: block;
    margin: 0 auto;
  }
}
.section-investment__item-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .section-investment__item-title {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 430px) {
  .section-investment__item-title {
    font-size: 22px;
    line-height: 1;
  }
}
.section-investment__item-desc {
  font-size: 20px;
  line-height: 29px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .section-investment__item-desc {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 430px) {
  .section-investment__item-desc {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .section-investment__wrapper {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    padding: 0 25px;
  }
}
@media (max-width: 389px) {
  .section-investment__wrapper {
    padding: 0 25px;
  }
}
.section-investment__next {
  position: absolute;
  right: -8px;
  top: 26%;
  padding: 15px;
  cursor: pointer;
  display: inline-block;
}
.section-investment__next span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d2d2d;
}
.section-investment__next span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
}
@media (max-width: 410px) {
  .section-investment__next {
    top: 21%;
  }
}
@media (max-width: 389px) {
  .section-investment__next {
    top: 22%;
  }
}
@media (max-width: 340px) {
  .section-investment__next {
    top: 16%;
  }
}
.section-investment__prev {
  display: none;
}

.section-advantage {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section-advantage {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}
.section-advantage__heading {
  text-align: center;
  margin-bottom: 14px;
}
.section-advantage__heading span {
  font-weight: 700;
  color: #e2bc85;
}
@media (max-width: 767px) {
  .section-advantage__heading {
    margin-bottom: 20px;
  }
}
.section-advantage__text {
  text-align: center;
}
@media (max-width: 767px) {
  .section-advantage__text {
    font-family: "Jost";
    font-weight: 400;
    line-height: 25px;
  }
}
.section-advantage__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
}
@media (max-width: 1549px) {
  .section-advantage__row {
    margin: 67px auto 0 auto;
    align-items: flex-end;
    max-width: 1340px;
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .section-advantage__row {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .section-advantage__row {
    max-width: 737px;
  }
}
@media (max-width: 767px) {
  .section-advantage__row {
    display: none;
  }
}
.section-advantage__left, .section-advantage__right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1549px) {
  .section-advantage__left, .section-advantage__right {
    align-items: flex-end;
  }
}
.section-advantage__row-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1549px) {
  .section-advantage__row-mobile {
    align-items: initial;
    flex-direction: row-reverse;
  }
  .section-advantage__row-mobile .section-advantage__item {
    margin-bottom: 0;
    margin-left: 27px;
  }
}
@media (max-width: 1549px) and (max-width: 1199px) {
  .section-advantage__row-mobile .section-advantage__item {
    margin-left: 15px;
  }
}
.section-advantage__item {
  max-width: 487px;
  width: 100%;
  padding: 20px 35px;
  border: 3px solid #e2bc85;
  border-radius: 19px;
  margin-bottom: 27px;
}
@media (max-width: 1399px) {
  .section-advantage__item {
    max-width: 420px;
  }
}
@media (max-width: 1199px) {
  .section-advantage__item {
    margin-bottom: 15px;
    padding: 13px 15px;
    max-width: 270px;
  }
}
.section-advantage__item-mobile {
  display: none;
}
@media (max-width: 1549px) {
  .section-advantage__item-mobile {
    display: block;
  }
}
@media (max-width: 1549px) {
  .section-advantage__item-desktop {
    display: none;
  }
}
.section-advantage__item-patented {
  background: url(../images/patent.png) no-repeat;
  background-size: 185px;
  background-position: right 42px bottom 19px;
  padding-bottom: 100px !important;
}
.section-advantage__item-margin {
  margin-bottom: 60px;
}
@media (max-width: 1549px) {
  .section-advantage__item-margin {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .section-advantage__item-margin {
    margin-bottom: 15px;
  }
}
.section-advantage__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .section-advantage__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-advantage__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.section-advantage__desc {
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 1199px) {
  .section-advantage__desc {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .section-advantage__desc {
    font-size: 20px;
    line-height: 29px;
  }
}
.section-advantage__btn {
  margin-top: 13px;
}
@media (max-width: 1549px) {
  .section-advantage__btn {
    align-self: center;
    width: 197px;
  }
}
@media (max-width: 767px) {
  .section-advantage__btn {
    align-self: center;
    width: 216px;
    margin-top: 50px;
    font-size: 25px;
    padding: 18px;
  }
}
.section-advantage__img {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 47%;
  transform: translateX(-40%);
}
@media (max-width: 1800px) {
  .section-advantage__img {
    top: 223px;
    width: 480px;
  }
}
@media (max-width: 1549px) {
  .section-advantage__img {
    align-items: flex-end;
    flex-direction: column;
    width: 580px;
    left: 7%;
    top: 100px;
    transform: translateX(0%);
  }
}
@media (max-width: 1399px) {
  .section-advantage__img {
    width: 530px;
    left: 2%;
    top: 200px;
  }
}
@media (max-width: 1199px) {
  .section-advantage__img {
    width: 500px;
    top: 200px;
    left: -7%;
  }
}
@media (max-width: 991px) {
  .section-advantage__img {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .section-advantage__img {
    position: static;
  }
}
.section-advantage__wrapper-img {
  max-width: 390px;
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 575px) {
  .section-advantage__wrapper-img {
    max-width: 360px;
    padding-left: 25px;
    transform: translateX(0px);
  }
}
.section-advantage__mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-advantage__mobile {
    position: relative;
    display: block;
    max-width: 545px;
    margin: 0 auto;
    padding-right: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .section-advantage__mobile {
    max-width: 360px;
  }
}
.section-advantage__mobile-slider {
  position: relative;
}
.section-advantage__wrapper {
  margin-top: 20px;
}
.section-advantage__wrapper li div {
  border: 3px solid #e2bc85;
  border-radius: 19px;
  padding: 20px;
}
.section-advantage__next {
  position: absolute;
  right: -35px;
  top: 110px;
  padding: 15px;
  cursor: pointer;
  display: inline-block;
}
.section-advantage__next span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d2d2d;
}
.section-advantage__next span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
}
@media (max-width: 575px) {
  .section-advantage__next {
    top: 140px;
  }
}
@media (max-width: 340px) {
  .section-advantage__next {
    top: 160px;
  }
}

.section-technology {
  background: #f8f8f8;
  padding: 80px 0 30px 0;
}
@media (max-width: 1199px) {
  .section-technology {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-technology {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.section-technology__top {
  position: relative;
  padding-left: 130px;
}
@media (max-width: 1549px) {
  .section-technology__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .section-technology__top {
    padding-left: 0;
  }
}
.section-technology__heading {
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .section-technology__heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-technology__heading span {
    color: #66ad2f;
    font-weight: 800;
  }
}
@media (max-width: 590px) {
  .section-technology__heading span {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-technology__heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 590px) {
  .section-technology__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .section-technology__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-technology__text {
    position: relative;
    padding-left: 107px;
    text-align: left;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 590px) {
  .section-technology__text {
    max-width: 330px;
  }
}
@media (max-width: 350px) {
  .section-technology__text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .section-technology__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 87px;
    height: 81px;
    background: url(../images/src/top-technology-mobile.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
  }
}
.section-technology__top-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-43%);
}
@media (max-width: 1199px) {
  .section-technology__top-icon {
    position: static;
    transform: translateY(0%);
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-technology__top-icon {
    display: none;
  }
}
@media (max-width: 1199px) {
  .section-technology__top-icon img {
    display: block;
    margin: 0 auto;
  }
}
.section-technology__wraper {
  position: relative;
}
.section-technology__item {
  position: relative;
  height: 910px;
}
@media (max-width: 1549px) {
  .section-technology__item {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .section-technology__item {
    height: auto;
  }
}
.section-technology__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
}
@media (max-width: 1549px) {
  .section-technology__img {
    width: 500px;
  }
}
@media (max-width: 1300px) {
  .section-technology__img {
    width: 400px;
    top: 90px;
  }
}
@media (max-width: 1199px) {
  .section-technology__img {
    position: static;
    display: block;
    margin: 0 auto;
  }
}
.section-technology__next-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .section-technology__next-mobile {
    display: block;
  }
}
.section-technology__content {
  margin-top: 120px;
  position: relative;
  max-width: 615px;
}
.section-technology__content ul {
  font-family: "SourceSansPro";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .section-technology__content ul {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-technology__content li {
  position: relative;
  padding-left: 17px;
}
.section-technology__content li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #323232;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1549px) {
  .section-technology__content {
    margin-top: 100px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .section-technology__content {
    margin: 30px auto 0 auto;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-technology__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-technology__content h3 {
  font-family: "SourceSansPro";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .section-technology__content h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.section-technology__content p {
  font-family: "SourceSansPro";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .section-technology__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 380px) {
  .section-technology__content p {
    font-size: 15px;
  }
}
.section-technology__bold {
  font-weight: 700;
}
.section-technology__margin {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-technology__icon {
    display: none;
  }
}
.section-technology__icon-block {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.section-technology__next-button {
  position: relative;
  padding: 5px 35px 5px 15px;
  background: #468217;
  border-radius: 19.5px;
  font-family: "SourceSansPro";
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}
.section-technology__next-button span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-45%);
}
@media (max-width: 1199px) {
  .section-technology__next-button {
    display: none;
  }
}
.section-technology__slider-next {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 122px;
  left: 475px;
}
@media (max-width: 1549px) {
  .section-technology__slider-next {
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .section-technology__slider-next {
    top: 630px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .section-technology__slider-next {
    top: 455px;
  }
}
@media (max-width: 410px) {
  .section-technology__slider-next {
    top: 440px;
  }
}
@media (max-width: 370px) {
  .section-technology__slider-next {
    top: 390px;
  }
}
@media (max-width: 340px) {
  .section-technology__slider-next {
    top: 355px;
  }
}
.section-technology__border-green {
  border: 3px solid #468217;
  border-radius: 44px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
}
@media (max-width: 1199px) {
  .section-technology__border-green {
    margin-right: 0px;
  }
}
.section-technology__background-red {
  background: #fc6363;
  color: #fff;
  font-weight: 600;
}
.section-technology__background-green {
  background: #468217;
  color: #fff;
}

.section-system {
  position: relative;
  padding-top: 87px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .section-system {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-system {
    padding-top: 45px;
  }
}
.section-system__content {
  max-width: 850px;
  margin-left: auto;
}
@media (max-width: 1549px) {
  .section-system__content {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .section-system__content {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .section-system__content {
    max-width: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}
.section-system__heading {
  max-width: 502px;
  line-height: 1;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .section-system__heading {
    text-align: center;
    align-self: center;
  }
}
.section-system__text {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-system__text {
    display: none;
  }
}
.section-system__text-mobile {
  display: none;
}
@media (max-width: 991px) {
  .section-system__text-mobile {
    display: block;
    text-align: center;
  }
}
.section-system__desc {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section-system__desc {
    margin-bottom: 0px;
  }
}
.section-system__desc-margin {
  margin-bottom: 50px;
  margin-top: 15px;
  color: #2D2D2D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.section-system__item {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .section-system__item {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .section-system__item div {
    background: #5eb11d;
    border-radius: 43px;
    border: 15px solid #468217;
    padding: 35px;
  }
}
@media (max-width: 389px) {
  .section-system__item div {
    padding: 15px;
  }
}
.section-system__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-system__item:not(:last-child) {
    margin-bottom: 0px;
  }
}
.section-system__title {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .section-system__title {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .section-system__title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 340px) {
  .section-system__title {
    font-size: 20px;
  }
}
.section-system__item-desc {
  max-width: 630px;
  font-size: 20px;
  line-height: 29px;
  list-style: disc;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .section-system__item-desc {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .section-system__item-desc {
    font-size: 20px;
    line-height: 27px;
  }
}
.section-system__item-marker {
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .section-system__item-marker {
    display: none;
  }
}
.section-system__img {
  position: absolute;
  left: 100px;
  top: 35px;
}
@media (max-width: 1830px) {
  .section-system__img {
    left: 60px;
    max-width: 550px;
    top: 15%;
  }
}
@media (max-width: 1549px) {
  .section-system__img {
    bottom: 0;
  }
}
@media (max-width: 1300px) {
  .section-system__img {
    width: 440px;
    top: 21%;
  }
}
@media (max-width: 1199px) {
  .section-system__img {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .section-system__img {
    display: none;
  }
}
.section-system__img-mobile {
  display: none;
}
@media (max-width: 991px) {
  .section-system__img-mobile {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .section-system__content-background {
    background: #f7f7f7;
    margin: 0 -30px;
    padding: 20px 30px 25px 30px;
  }
}
@media (max-width: 767px) {
  .section-system__content-background {
    margin: 0 -15px;
    padding: 20px 25px 25px 25px;
  }
}
.section-system__wrapper {
  position: relative;
}
.section-system__prev {
  display: none;
}
.section-system__next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  cursor: pointer;
  display: inline-block;
}
.section-system__next span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d2d2d;
}
.section-system__next span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
}
@media (max-width: 420px) {
  .section-system__next {
    top: 36%;
    transform: translateY(0%);
  }
}

.section-video {
  padding: 120px 0 157px 0;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .section-video {
    background: #fd8935;
    padding: 25px 0 0 0;
  }
}
.section-video__heading {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-video__heading {
    font-weight: 800;
    color: #fff;
  }
}
.section-video__text {
  text-align: center;
}
@media (max-width: 767px) {
  .section-video__text {
    color: #fff;
  }
}
.section-video__link {
  display: block;
  margin: 0 auto;
  max-width: 1262px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section-video__link {
    max-width: 361px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-video__link img {
    border-radius: 5px;
  }
}
.section-video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section-video__icon svg {
    width: 40px;
    height: 40px;
  }
}
.section-video__icon:hover .section-video__svg {
  fill: #ff0000;
}

.review {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .review {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .review {
    padding: 30px 0;
  }
}
.review__heading {
  text-align: center;
  margin-bottom: 30px;
}
.review__slider-container {
  position: relative;
}
.review__item-container {
  text-align: center;
}
.review__item-image {
  width: 100%;
}
@media (max-width: 576px) {
  .review__item-image {
    width: auto;
  }
}
.review__slider-next {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 576px) {
  .review__slider-next {
    right: 0;
  }
  .review__slider-next svg {
    width: 15px;
  }
}
.review__slider-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 576px) {
  .review__slider-prev {
    left: 0;
  }
  .review__slider-prev svg {
    width: 15px;
  }
}

.section-recipe {
  background: rgba(226, 188, 133, 0.8);
  padding: 126px 0 176px 0;
  background-image: url(../images/recipe-background.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .section-recipe {
    padding: 30px 0 45px 0;
    background: rgb(253, 137, 53);
    background-image: url(../images/recipe-background.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 100px bottom;
  }
}
@media (max-width: 610px) {
  .section-recipe {
    background-position: right 30px bottom;
  }
}
@media (max-width: 510px) {
  .section-recipe {
    background-position: right 155px bottom;
  }
}
@media (max-width: 440px) {
  .section-recipe {
    background-position: right 75px bottom;
  }
}
@media (max-width: 360px) {
  .section-recipe {
    background-position: right 35px bottom;
  }
}
.section-recipe__heading {
  margin-left: auto;
  margin-bottom: 60px;
  max-width: 1262px;
  margin-right: auto;
  padding-left: 15px;
  color: #ffffff;
}
.section-recipe__heading span {
  color: #ffffff;
  font-weight: 900;
}
@media (max-width: 767px) {
  .section-recipe__heading {
    display: none;
  }
}
.section-recipe__tabs {
  position: relative;
  background: #fff;
  max-width: 1262px;
  margin: 0 auto;
  padding: 64px 100px 74px 100px;
}
@media (max-width: 767px) {
  .section-recipe__tabs {
    display: none;
  }
}
.section-recipe__content {
  display: none;
  max-width: 520px;
  min-height: 376px;
}
@media (max-width: 1199px) {
  .section-recipe__content {
    min-height: 614px;
  }
}
@media (max-width: 767px) {
  .section-recipe__content {
    max-width: none;
    min-height: 540px;
  }
}
.section-recipe__active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-recipe__caption {
  display: flex;
  margin-bottom: 70px;
}
.section-recipe__caption .section-recipe__active {
  color: #e2bc85;
  border-bottom: 2px solid #e2bc85;
}
@media (max-width: 1199px) {
  .section-recipe__caption {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-recipe__caption {
    margin-bottom: 23px;
    justify-content: center;
  }
}
.section-recipe__link {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  cursor: pointer;
  padding: 0 5px 15px 5px;
}
@media (max-width: 1311px) {
  .section-recipe__link {
    max-width: 155px;
  }
}
@media (max-width: 1199px) {
  .section-recipe__link {
    font-size: 25px;
    line-height: 28px;
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .section-recipe__link {
    font-size: 20px;
    line-height: 24px;
    max-width: none;
    padding: 25px 0 0 0;
  }
}
.section-recipe__link:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .section-recipe__link:not(:last-child) {
    margin-right: 20px;
  }
}
.section-recipe__decs {
  font-size: 20px;
  line-height: 29px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-recipe__decs {
    color: #071017;
    font-size: 20px;
    line-height: 27px;
    max-width: 520px;
  }
}
.section-recipe__text {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
  display: flex;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .section-recipe__text {
    padding-top: 2px;
    flex-direction: column;
  }
}
.section-recipe__text span {
  margin-top: -3px;
  font-family: "lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .section-recipe__text span {
    font-size: 22px;
    line-height: 26px;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .section-recipe__text {
    font-size: 20px;
    line-height: 29px;
  }
}
.section-recipe__text-two {
  margin-right: -30px;
}
@media (max-width: 767px) {
  .section-recipe__text-two {
    max-width: 300px;
    margin-right: 0;
  }
}
.section-recipe__btn {
  margin-top: 40px;
  width: 259px;
  background: #2d2d2d;
  box-shadow: 0px 10px 30px rgba(70, 130, 23, 0.2);
}
@media (max-width: 767px) {
  .section-recipe__btn {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 252px;
    width: 100%;
    box-shadow: none;
  }
}
.section-recipe__img {
  position: absolute;
  right: 100px;
  top: 200px;
}
@media (max-width: 1311px) {
  .section-recipe__img {
    width: 400px;
    top: 270px;
  }
}
@media (max-width: 1199px) {
  .section-recipe__img {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-recipe__img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section-recipe__modal {
  display: none;
}
.section-recipe__modal-heading {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
.section-recipe__modal-list {
  margin-left: 20px;
}
.section-recipe__modal-list-item {
  font-size: 20px;
  line-height: 29px;
  position: relative;
  padding-left: 13px;
}
.section-recipe__modal-list-item::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #2d2d2d;
  border-radius: 50%;
}
.section-recipe__modal-desc {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 5px;
}
.section-recipe__modal-btn {
  margin-top: 40px;
  padding: 19px 42px;
  width: 100%;
  max-width: 472px;
  display: inline-block;
  background: #2d2d2d;
}
.section-recipe__modal-item {
  max-width: 1040px !important;
  padding: 60px 65px 50px 65px !important;
}
@media (max-width: 767px) {
  .section-recipe__modal-item {
    padding: 25px 24px 25px 24px !important;
  }
}
.section-recipe__modal-text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 29px;
}
.section-recipe__mobile-heading {
  font-family: "lato";
  font-weight: 800;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  max-width: 208px;
  margin: 0 auto;
}
.section-recipe__mobile-heading span {
  font-weight: 900;
  color: #fd8935;
}
.section-recipe__mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-recipe__mobile {
    display: block;
    background-color: #fff;
    padding: 25px 35px 45px 35px;
    border-radius: 3px;
    margin: 0 10px;
  }
}
@media (max-width: 380px) {
  .section-recipe__mobile {
    margin: 0 0px;
  }
}
.section-recipe__wrapper {
  position: relative;
}
.section-recipe__prev {
  display: none;
}
.section-recipe__next {
  position: absolute;
  top: 16px;
  left: 195px;
  padding: 15px;
  cursor: pointer;
}
@media (max-width: 380px) {
  .section-recipe__next {
    left: 160px;
  }
}

.section-book {
  padding: 110px 0 85px 0;
  background: linear-gradient(180deg, #e9e9e9 0%, #e8e8e8 46.39%, #ebebeb 100%);
  position: relative;
}
@media (max-width: 767px) {
  .section-book {
    padding: 45px 0 25px 0;
    background: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .section-book__container {
    padding: 0;
  }
}
.section-book__content {
  max-width: 650px;
}
@media (max-width: 1250px) {
  .section-book__content {
    max-width: 635px;
  }
}
@media (max-width: 1199px) {
  .section-book__content {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-book__content {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-book__content {
    padding: 0 25px;
  }
}
@media (max-width: 500px) {
  .section-book__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-book__img {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 0;
  max-width: 950px;
}
@media (max-width: 1665px) {
  .section-book__img {
    right: -100px;
  }
}
@media (max-width: 1549px) {
  .section-book__img {
    right: -200px;
  }
}
@media (max-width: 1359px) {
  .section-book__img {
    right: -220px;
    top: 70px;
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .section-book__img {
    width: 750px;
    top: 130px;
    right: -220px;
  }
}
@media (max-width: 991px) {
  .section-book__img {
    position: static;
    max-width: 700px;
    display: block;
    width: auto;
    margin: 0px auto 40px auto;
  }
}
@media (max-width: 767px) {
  .section-book__img {
    max-width: 326px;
    margin-bottom: 30px;
  }
}
.section-book__heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .section-book__heading {
    font-size: 47px;
  }
}
@media (max-width: 991px) {
  .section-book__heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-book__heading {
    font-size: 26px;
    font-weight: 800;
    color: #ff800b;
    max-width: 296px;
    text-align: left;
  }
}
.section-book__title {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-book__title {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section-book__title {
    font-size: 18px;
    line-height: 27px;
    max-width: 234px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .section-book__title span {
    border-bottom: 1px solid #2d2d2d;
  }
}
@media (max-width: 767px) {
  .section-book__desc-disabled {
    display: none;
  }
}
.section-book__desc {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.section-book__list {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-book__list {
    margin-top: -20px;
  }
}
.section-book__list li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 29px;
}
.section-book__list li::after {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 0;
  background-color: rgb(255, 110, 57);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section-book__list li:nth-child(1)::after {
    background-color: rgb(255, 0, 0);
  }
}
@media (max-width: 767px) {
  .section-book__list li:nth-child(2)::after {
    background-color: rgb(255, 92, 0);
  }
}
@media (max-width: 767px) {
  .section-book__list li:nth-child(3)::after {
    background-color: rgb(255, 168, 0);
  }
}
@media (max-width: 767px) {
  .section-book__list li:nth-child(4)::after {
    background-color: rgb(255, 0, 0);
  }
}
.section-book__btn {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  width: 259px;
}
@media (max-width: 991px) {
  .section-book__btn {
    display: block;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .section-book__btn {
    margin-top: 42px;
    color: #ff9900;
    background: #2d2d2d;
    box-shadow: 0px 10px 30px rgba(62, 39, 35, 0.2);
  }
}

.section-peculiarity {
  padding: 100px 0 0px 0;
}
@media (max-width: 767px) {
  .section-peculiarity {
    padding: 48px 0 0px 0;
  }
}
@media (max-width: 767px) {
  .section-peculiarity__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .section-peculiarity__container {
    padding: 0 15px;
  }
}
.section-peculiarity__heading {
  text-align: center;
  margin-bottom: 10px;
}
.section-peculiarity__heading span {
  font-weight: 900;
  color: #e2bc85;
}
@media (max-width: 767px) {
  .section-peculiarity__heading {
    margin-bottom: 28px;
  }
}
.section-peculiarity__text {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .section-peculiarity__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.section-peculiarity__slider-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section-peculiarity__slider-container {
    max-width: 930px;
  }
}
@media (max-width: 991px) {
  .section-peculiarity__slider-container {
    max-width: 705px;
  }
}
@media (max-width: 767px) {
  .section-peculiarity__slider-container {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  .section-peculiarity__slider-container {
    max-width: 360px;
  }
}
.section-peculiarity__slider-controls {
  position: absolute;
  top: 440px;
  left: 3%;
  display: flex;
}
@media (max-width: 1199px) {
  .section-peculiarity__slider-controls {
    top: 410px;
  }
}
@media (max-width: 991px) {
  .section-peculiarity__slider-controls {
    top: 300px;
  }
}
@media (max-width: 767px) {
  .section-peculiarity__slider-controls {
    top: 235px;
  }
}
@media (max-width: 575px) {
  .section-peculiarity__slider-controls {
    top: 166px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 380px) {
  .section-peculiarity__slider-controls {
    top: 149px;
  }
}
@media (max-width: 360px) {
  .section-peculiarity__slider-controls {
    top: 135px;
  }
}
@media (max-width: 340px) {
  .section-peculiarity__slider-controls {
    top: 128px;
  }
}
.section-peculiarity__slider-prev {
  position: relative;
  width: 48px;
  height: 48px;
  background: #2d2d2d;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .section-peculiarity__slider-prev {
    display: none;
  }
}
.section-peculiarity__slider-next {
  position: relative;
  width: 48px;
  height: 48px;
  background: #2d2d2d;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575px) {
  .section-peculiarity__slider-next {
    width: 42px;
    height: 42px;
  }
}
.section-peculiarity__slider-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-peculiarity__slider-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .section-peculiarity__slider-next svg {
    width: 9px;
    height: 16px;
  }
}
.section-peculiarity__title {
  font-size: 24px;
  line-height: 29px;
  margin-top: 35px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: "lato";
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-peculiarity__title {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .section-peculiarity__title {
    padding: 0 10px;
  }
}
.section-peculiarity__description {
  font-size: 20px;
  line-height: 29px;
  margin-top: 10px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .section-peculiarity__description {
    font-size: 20px;
    line-height: 27px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .section-peculiarity__description {
    padding: 0 10px;
  }
}
.section-peculiarity__item-image {
  width: 100%;
}
.section-peculiarity__slider-item ul {
  margin-left: 10px;
  margin-top: 10px;
}
.section-peculiarity__slider-item li {
  position: relative;
  font-size: 18px;
  line-height: 29px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .section-peculiarity__slider-item li {
    font-size: 18px;
    line-height: 23px;
    padding: 0 0 0 25px;
  }
}
.section-peculiarity__slider-item li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  background-color: #2d2d2d;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section-peculiarity__slider-item li:before {
    left: 10px;
  }
}

.section-steps {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .section-steps {
    padding-top: 25px;
  }
}
.section-steps__heading {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 800;
}
.section-steps__heading span {
  font-weight: 900;
  color: #e2bc85;
}
.section-steps__text {
  font-family: "lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-steps__text {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-steps__wrapper {
  position: relative;
  padding: 0 50px;
}
.section-steps__list {
  display: flex;
  flex-wrap: wrap;
}
.section-steps__item {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .section-steps__item {
    margin-bottom: 0px;
    padding: 0;
  }
}
.section-steps__item p {
  position: relative;
  font-family: "lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  padding-left: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .section-steps__item p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .section-steps__item p {
    font-size: 24px;
    line-height: 29px;
    max-width: 487px;
    margin: 20px auto 10px auto;
  }
}
@media (max-width: 575px) {
  .section-steps__item p {
    font-size: 18px;
    line-height: 22px;
    padding-left: 25px;
    margin-top: 10px;
  }
}
.section-steps__item span {
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #468217;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .section-steps__item span {
    top: -5px;
  }
}
@media (max-width: 767px) {
  .section-steps__item span {
    top: -2px;
  }
}
@media (max-width: 575px) {
  .section-steps__item span {
    top: 2px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  .section-steps__item img {
    display: block;
    margin: 0 auto;
  }
}
.section-steps__slider-next, .section-steps__slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-steps__slider-next span, .section-steps__slider-prev span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2d2d2d;
}
.section-steps__slider-next span svg, .section-steps__slider-prev span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-steps__slider-next {
  right: 0;
}
.section-steps__slider-prev {
  left: 0;
}

.repayment {
  margin: 0 auto;
  max-width: 1920px;
}
.repayment button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none !important;
  width: 282px;
}
.repayment img {
  max-width: 100%;
  display: block;
}
.repayment-bg {
  background: url("../../../images/repayment/bg.png");
  transition: all 0s ease;
  background-repeat: no-repeat !important;
  background-attachment: inherit !important;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .repayment-bg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .repayment-bg {
    padding: 30px 0;
    background: url("../../../images/repayment/bg-mob.png");
  }
}
.repayment__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.repayment__heading {
  color: #323232;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1250px) {
  .repayment__heading br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .repayment__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .repayment__heading {
    font-size: 27px;
    line-height: 35px;
  }
}
.repayment__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.repayment__tinkoff {
  grid-column: 1/2;
  grid-row: 1/2;
  border: 3px solid #E8E8E8;
  background: #FFF;
  padding: 30px 0 30px 30px;
  border-radius: 30px;
  display: flex;
}
@media (max-width: 1199px) {
  .repayment__tinkoff {
    grid-column: 1/3;
    grid-row: 1/2;
    border: 2px solid #E8E8E8;
  }
}
@media (max-width: 576px) {
  .repayment__tinkoff {
    padding: 20px 0 20px 20px;
  }
}
.repayment__tinkoff-wrapper {
  width: 62%;
}
.repayment__tinkoff-img {
  width: 38%;
}
.repayment__sber {
  grid-column: 2/3;
  grid-row: 1/2;
  background: linear-gradient(171deg, #D8F1FF 6.57%, #D0FFC9 154.28%);
  padding: 30px 0 30px 30px;
  border-radius: 30px;
  display: flex;
}
@media (max-width: 1199px) {
  .repayment__sber {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (max-width: 576px) {
  .repayment__sber {
    padding: 20px 0 20px 20px;
  }
}
.repayment__sber-wrapper {
  width: 54%;
}
.repayment__sber-img {
  width: 46%;
}
@media (max-width: 1199px) {
  .repayment__sber-img.img-1 {
    display: none;
  }
}
@media (max-width: 576px) {
  .repayment__sber-img.img-1 {
    display: block;
  }
}
.repayment__sber-img.img-2 {
  display: none;
}
@media (max-width: 1199px) {
  .repayment__sber-img.img-2 {
    display: block;
  }
}
@media (max-width: 576px) {
  .repayment__sber-img.img-2 {
    display: none;
  }
}
.repayment__img {
  margin: auto;
}
.repayment__img img {
  width: auto;
}
.repayment__logo img {
  width: auto;
}
.repayment__tinkoff-logo {
  margin-bottom: 10px;
}
.repayment__sber-logo {
  margin-bottom: 30px;
}
.repayment__title {
  color: #323232;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .repayment__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.repayment__desc {
  color: #646464;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .repayment__desc {
    font-size: 18px;
    line-height: 25px;
  }
}
.repayment__btn {
  color: #323232;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
@media (max-width: 576px) {
  .repayment__btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}

.section-kit-smokers {
  background-color: #F8F8F8;
  padding: 70px 0;
}
.section-kit-smokers__title {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-kit-smokers__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.section-kit-smokers__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .section-kit-smokers__subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}
.section-kit-smokers__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section-kit-smokers__row {
    flex-direction: column;
    gap: 20px;
  }
}
.section-kit-smokers__order {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-kit-smokers__order {
    gap: 20px;
  }
}
.section-kit-smokers__new-price {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 51px;
  letter-spacing: -0.05em;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .section-kit-smokers__new-price {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 455px) {
  .section-kit-smokers__new-price {
    font-size: 20px;
  }
}
.section-kit-smokers__old-price {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-decoration-line: line-through;
  color: #5F5F5F;
}
@media (max-width: 767px) {
  .section-kit-smokers__old-price {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 455px) {
  .section-kit-smokers__old-price {
    font-size: 15px;
  }
}
.section-kit-smokers__left {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .section-kit-smokers__left {
    max-width: 85%;
    margin: 0 auto;
  }
}
.section-kit-smokers__left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-kit-smokers__first-row {
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: space-between;
}
.section-kit-smokers__second-row {
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: space-between;
}
.section-kit-smokers__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  font-family: "Lato";
  font-style: normal;
}
@media (max-width: 767px) {
  .section-kit-smokers__item-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .section-kit-smokers__right {
    order: -1;
    display: flex;
    justify-content: center;
    max-width: 60%;
    margin: 0 auto;
  }
}
.section-kit-smokers__order-btn {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-kit-smokers__order-btn {
    width: 150px;
    height: 40px;
  }
}
@media (max-width: 455px) {
  .section-kit-smokers__order-btn {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .section-kit-smokers__left-button {
    margin-top: 25px;
  }
}

.section-compare {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-compare {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .section-compare {
    display: none;
  }
}
.section-compare__heading {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-compare__heading {
    font-size: 26px;
    line-height: 31px;
  }
}
.section-compare__text {
  font-family: "lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-compare__text {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-compare__container-list {
  position: relative;
}
.section-compare__list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-compare__item {
  position: relative;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-top: 30px;
  width: 33%;
}
@media (max-width: 991px) {
  .section-compare__item {
    width: 49.5%;
  }
}
@media (max-width: 767px) {
  .section-compare__item {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .section-compare__item {
    font-size: 12px;
    line-height: 18px;
    margin-top: 7px;
  }
}
.section-compare__item h3 {
  font-family: "Gilroy-Semibold";
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .section-compare__item h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .section-compare__item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-compare__item h3 span {
  font-family: "Gilroy-Heavy";
  color: #468217;
}
@media (max-width: 1199px) {
  .section-compare__item h3 span {
    display: block;
  }
}
.section-compare__top {
  position: relative;
  margin-top: 0;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .section-compare__top {
    margin-bottom: -5px;
  }
}
.section-compare__top img {
  display: block;
  margin: 0 auto;
}
.section-compare__image-three {
  display: block;
  margin-left: auto;
}
.section-compare__size {
  font-size: 25px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .section-compare__size {
    font-size: 23px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .section-compare__size {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-compare__bold {
  font-family: "Gilroy-bold";
  font-size: 25px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .section-compare__bold {
    font-size: 23px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .section-compare__bold {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-compare__red, .section-compare__green {
  padding-left: 65px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .section-compare__red, .section-compare__green {
    padding-left: 55px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .section-compare__red, .section-compare__green {
    padding-left: 15px;
    padding-right: 5px;
  }
}
.section-compare__red::before, .section-compare__green::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-compare__red::before, .section-compare__green::before {
    left: 15px;
  }
}
@media (max-width: 576px) {
  .section-compare__red::before, .section-compare__green::before {
    left: 5px;
    width: 6px;
    height: 6px;
  }
}
.section-compare__red::before {
  background: url("../images/compare-red.svg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-compare__green::before {
  background: url("../images/compare-green.svg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-compare__background-left, .section-compare__background-center, .section-compare__background-right {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 33%;
  height: 100%;
}
@media (max-width: 991px) {
  .section-compare__background-left, .section-compare__background-center, .section-compare__background-right {
    width: 49.5%;
  }
}
.section-compare__background-left {
  background: url("../images/background-red.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0;
}
.section-compare__background-center {
  background: url("../images/background-red.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  left: 50%;
  transform: translateX(-50%);
}
.section-compare__background-right {
  background: url("../images/background-green.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
}
.section-compare__price-red {
  font-family: "Gilroy-semibold";
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-compare__price-red {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .section-compare__price-red {
    font-size: 16px;
    line-height: 19px;
  }
}
.section-compare__price-red span {
  font-family: "Gilroy-Heavy";
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #df2626;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section-compare__price-red span {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-compare__price-red span {
    font-size: 22px;
    line-height: 22px;
  }
}
.section-compare__price-green {
  font-family: "Gilroy-semibold";
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-compare__price-green {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .section-compare__price-green {
    font-size: 16px;
    line-height: 19px;
  }
}
.section-compare__price-green span {
  font-family: "Gilroy-Heavy";
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #33a849;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section-compare__price-green span {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-compare__price-green span {
    font-size: 22px;
    line-height: 22px;
  }
}
.section-compare__bottom, .section-compare__order {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .section-compare__bottom, .section-compare__order {
    margin-top: 13px;
    margin-bottom: 19px;
  }
}
.section-compare__order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
}
@media (max-width: 1549px) {
  .section-compare__order {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1549px) {
  .section-compare__btn {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .section-compare__btn {
    margin-top: 14px;
    max-width: 141px;
    padding: 10px 0;
  }
}
.section-compare__arrow-right, .section-compare__arrow-left {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section-compare__arrow-right, .section-compare__arrow-left {
    display: block;
  }
}
.section-compare__arrow-right {
  right: 0;
}
.section-compare__arrow-left {
  left: 0;
}
.section-compare__left-icon, .section-compare__right-icon {
  width: 20px;
  height: 32px;
}
@media (max-width: 576px) {
  .section-compare__left-icon, .section-compare__right-icon {
    width: 10px;
    height: 16px;
  }
}
.section-compare__left-icon svg, .section-compare__right-icon svg {
  width: 20px;
  height: 32px;
}
@media (max-width: 576px) {
  .section-compare__left-icon svg, .section-compare__right-icon svg {
    width: 10px;
    height: 16px;
  }
}
@media (max-width: 991px) {
  .section-compare__disabled {
    display: none;
  }
}
.section-compare__active {
  display: flex;
}
.section-compare__video {
  max-width: 446px;
  max-height: 530px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
}

.compare-mobile {
  padding-top: 25px;
  display: none;
}
@media (max-width: 575px) {
  .compare-mobile {
    display: block;
  }
}
.compare-mobile__container {
  padding: 0;
}
@media (max-width: 390px) {
  .compare-mobile__container {
    max-width: 320px;
  }
}
.compare-mobile__row {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
}
.compare-mobile__list-one, .compare-mobile__list-two {
  background: url(../images/background-red.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
.compare-mobile__list-three {
  background: url(../images/background-green.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px;
}
.compare-mobile__slider-top h3 {
  font-family: "lato";
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 20px;
}
.compare-mobile__slider-top p {
  font-family: "lato";
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.compare-mobile__slider-top p span {
  font-weight: 800;
  color: rgb(226, 188, 133);
}
.compare-mobile__slider-img {
  margin-top: 30px;
  margin-bottom: 20px;
}
.compare-mobile__slider-heading {
  font-family: "Gilroy-Semibold";
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 27px;
  max-width: 250px;
}
.compare-mobile__slider-heading span {
  font-family: "Gilroy-Heavy";
  color: #468217;
}
@media (max-width: 390px) {
  .compare-mobile__slider-heading {
    max-width: 200px;
  }
}
.compare-mobile__slider-item {
  position: relative;
  font-family: "Gilroy-Medium";
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}
.compare-mobile__red, .compare-mobile__green {
  padding-left: 40px;
}
.compare-mobile__red::before, .compare-mobile__green::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.compare-mobile__red::before {
  background: url("../images/compare-red.svg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.compare-mobile__green::before {
  background: url("../images/compare-green.svg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.compare-mobile__list-one .compare-mobile__slider-order, .compare-mobile__list-two .compare-mobile__slider-order {
  margin-top: 20px;
}
.compare-mobile__list-one .compare-mobile__slider-order p, .compare-mobile__list-two .compare-mobile__slider-order p {
  font-family: "Gilroy-semibold";
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.compare-mobile__list-one .compare-mobile__slider-order p span, .compare-mobile__list-two .compare-mobile__slider-order p span {
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Gilroy-Heavy";
  line-height: 1;
  color: #df2626;
  margin-top: 10px;
}
.compare-mobile__list-three .compare-mobile__slider-order {
  margin-top: 20px;
}
.compare-mobile__list-three .compare-mobile__slider-order p {
  font-family: "Gilroy-semibold";
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.compare-mobile__list-three .compare-mobile__slider-order p span {
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Gilroy-Heavy";
  line-height: 1;
  color: #33a849;
  margin-top: 10px;
}
.compare-mobile__btn {
  display: block;
  margin: 40px auto 0 auto;
  font-family: "lato";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.03em;
  padding: 15px;
  width: 250px;
}
.compare-mobile__prev {
  display: none;
}
.compare-mobile__next {
  position: absolute;
  right: -5px;
  top: 37.3%;
  padding: 15px;
  cursor: pointer;
  display: inline-block;
}
.compare-mobile__next span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d2d2d;
}
.compare-mobile__next span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
}
@media (max-width: 390px) {
  .compare-mobile__next {
    top: 30.6%;
  }
}

#choise-smokers {
  padding: 120px 0 100px;
  background: #fbfbfb;
}
@media (max-width: 992px) {
  #choise-smokers {
    padding-bottom: 140px;
  }
}

.choise-smokers__container {
  position: relative;
}
.choise-smokers__heading span {
  font-weight: 900;
  color: #e2bc85;
}
.choise-smokers__heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .choise-smokers__heading {
    font-size: 26px;
    line-height: 31px;
  }
}
.choise-smokers__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
  color: #323232;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .choise-smokers__subtitle {
    line-height: 27px;
  }
}
.choise-smokers__wrapper {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(5, 1fr);
  max-width: 992px;
  margin: 10px auto;
  padding: 0 25px 70px 25px;
}
@media (max-width: 992px) {
  .choise-smokers__wrapper {
    margin: 10px 20px;
  }
}
@media (max-width: 767px) {
  .choise-smokers__wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
    margin: 10px 40px;
  }
}
@media (max-width: 470px) {
  .choise-smokers__wrapper {
    margin: 10px;
  }
}
.choise-smokers__wrapper-title {
  grid-area: 1/5/1/10;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  align-self: center;
}
@media (max-width: 767px) {
  .choise-smokers__wrapper-title {
    font-size: 20px;
    line-height: 27px;
    order: -1;
    margin: 0 auto;
  }
}
.choise-smokers__img {
  grid-area: 1/1/6/5;
  padding: 30px 0;
  align-self: center;
}
@media (max-width: 767px) {
  .choise-smokers__img {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .choise-smokers__img img {
    max-width: 70%;
  }
}
.choise-smokers__rightside {
  grid-area: 2/5/6/10;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .choise-smokers__rightside {
    grid-area: 3/1/4/2;
  }
}
.choise-smokers__button-wrapper {
  font-family: "Lato", sans-serif;
  grid-area: 9/1/9/10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .choise-smokers__button-wrapper {
    grid-area: 4/1/5/2;
  }
}
.choise-smokers__btn {
  font-family: "Lato", sans-serif;
  max-width: 275px;
  width: 100%;
  min-height: 55px;
  max-height: 56px;
  height: 100%;
  border-radius: 29.5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  transition: 0.5s all;
}
.choise-smokers__order {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #468217;
}
@media (max-width: 767px) {
  .choise-smokers__order {
    margin: auto;
  }
}
.choise-smokers__order:hover {
  background: #356412;
  box-shadow: 8px 11px 7px rgba(0, 0, 0, 0.19);
  transform: scale(0.9);
}
.choise-smokers__ozon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0059ff;
  gap: 10px;
}
.choise-smokers__ozon:hover {
  background: #003eb2;
  text-decoration: underline;
  box-shadow: 8px 11px 7px rgba(0, 0, 0, 0.19);
  transform: scale(0.9);
}
.choise-smokers__wb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #bd1f81 0%, #52317c 100%);
}
.choise-smokers__wb:hover {
  background: linear-gradient(180deg, #941764 0%, #3a2359 100%);
  text-decoration: underline;
  box-shadow: 8px 11px 7px rgba(0, 0, 0, 0.19);
  transform: scale(0.9);
}
.choise-smokers__price-wrapper {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .choise-smokers__price-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
}
.choise-smokers__new-price {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .choise-smokers__new-price {
    font-size: 30px;
    line-height: 37px;
  }
}
.choise-smokers__old-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: line-through;
  color: #5f5f5f;
  opacity: 0.6;
}
.choise-smokers__text-wrapper ul {
  font-family: "Lato";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #323232;
  margin-bottom: 20px;
}
.choise-smokers__text-wrapper ul li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}
.choise-smokers__text {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #323232;
  font-weight: 600;
  margin-bottom: 10px;
}
.choise-smokers__text:last-child {
  margin-bottom: 40px;
}

.choise-smokers__arrows {
  background-color: #2D2D2D;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .choise-smokers__arrows {
    bottom: -7%;
  }
}

.choise-smokers__arrows-next {
  right: 12%;
}
@media (max-width: 1450px) {
  .choise-smokers__arrows-next {
    right: 8%;
  }
}
@media (max-width: 1350px) {
  .choise-smokers__arrows-next {
    right: 2%;
  }
}
@media (max-width: 992px) {
  .choise-smokers__arrows-next {
    right: 36%;
    transform: translateX(-36%);
  }
}
@media (max-width: 575px) {
  .choise-smokers__arrows-next {
    right: 33%;
    transform: translateX(-33%);
  }
}
@media (max-width: 375px) {
  .choise-smokers__arrows-next {
    right: 26%;
    transform: translateX(-26%);
  }
}

.choise-smokers__arrows-prev {
  left: 12%;
}
@media (max-width: 1450px) {
  .choise-smokers__arrows-prev {
    left: 8%;
  }
}
@media (max-width: 1350px) {
  .choise-smokers__arrows-prev {
    left: 2%;
  }
}
@media (max-width: 992px) {
  .choise-smokers__arrows-prev {
    left: 40%;
    transform: translateX(-40%);
  }
}
@media (max-width: 767px) {
  .choise-smokers__arrows-prev {
    left: 42%;
    transform: translateX(-42%);
  }
}
@media (max-width: 575px) {
  .choise-smokers__arrows-prev {
    left: 40%;
    transform: translateX(-40%);
  }
}
@media (max-width: 375px) {
  .choise-smokers__arrows-prev {
    left: 36%;
    transform: translateX(-36%);
  }
}

#any-models {
  padding-top: 140px;
}
@media (max-width: 991px) {
  #any-models {
    padding-top: 40px;
  }
}
#any-models .container {
  max-width: 1350px;
}

.any-models {
  position: relative;
}
.any-models__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 40px;
  font-family: "lato", sans-serif;
}
@media (max-width: 1215px) {
  .any-models__title {
    font-size: 45px;
  }
}
@media (max-width: 1100px) {
  .any-models__title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .any-models__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 874px) {
  .any-models__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .any-models__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.any-models__title span {
  font-weight: 800;
  color: #E2BC85;
  text-transform: uppercase;
}
.any-models__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  gap: 50px;
}
@media (max-width: 1200px) {
  .any-models__wrapper {
    flex-direction: column;
  }
}
.any-models__block-slider {
  width: 100%;
  max-width: 600px;
  position: relative;
  flex-basis: 50%;
}
@media (max-width: 1200px) {
  .any-models__block-slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .any-models__block-slider {
    width: 100%;
    max-width: 306px;
  }
}
.any-models__wrapper-slider_item {
  max-width: 600px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
@media (max-width: 767px) {
  .any-models__wrapper-slider_item {
    flex-direction: column;
    border-radius: 10px;
    max-width: 340px;
    gap: 50px;
    padding: 20px 10px;
    overflow: hidden;
  }
}
.any-models__item-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.any-models__item-text-block_title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #2F2F2F;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .any-models__item-text-block_title {
    display: none;
  }
}
.any-models__item-text-block_title-mobile {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .any-models__item-text-block_title-mobile {
    display: block;
    font-family: "Lato";
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #2F2F2F;
  }
}
.any-models__item-text-block_desc {
  font-family: "Lato";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #2D2D2D;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .any-models__item-text-block_desc {
    font-size: 18px;
    line-height: 25px;
  }
}
.any-models__item-text-block_desc span {
  font-family: "Lato";
  font-weight: 300;
}
.any-models__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .any-models__price-wrapper {
    align-self: center;
    margin-bottom: 10px;
  }
}
.any-models__price-wrapper_new-price {
  font-family: "Jost";
  font-weight: 700;
  font-size: 37px;
  line-height: 53px;
  letter-spacing: -0.05em;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .any-models__price-wrapper_new-price {
    font-size: 40px;
    line-height: 58px;
    align-self: center;
  }
}
.any-models__price-wrapper_old-price {
  font-family: "Jost";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-decoration-line: line-through;
  color: #5F5F5F;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .any-models__price-wrapper_old-price {
    font-size: 27px;
    line-height: 39px;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .any-models__order-btn {
    align-self: center;
  }
}
.any-models__description {
  width: 50%;
  flex-basis: 39%;
}
@media (max-width: 1200px) {
  .any-models__description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .any-models__description {
    display: none;
  }
}
.any-models__description_advantages {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
  margin-bottom: 30px;
}
.any-models__ul {
  text-decoration: none;
  width: 100%;
}
.any-models__li {
  list-style: none;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #2D2D2D;
  margin-bottom: 20px;
  position: relative;
  margin-left: 41px;
}
.any-models__li span {
  font-weight: 800;
}
.any-models__li::before {
  content: url(/images/any-models-done.png);
  width: 24px;
  height: 24px;
  position: absolute;
  left: -40px;
  top: 0%;
}
.any-models__li:first-child {
  max-width: 70%;
}
.any-models__li:nth-child(3) {
  max-width: 80%;
}
.any-models__li:nth-child(4) {
  max-width: 80%;
}
.any-models__nav-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}
@media (max-width: 1437px) {
  .any-models__nav-prev {
    left: -35px;
  }
}
@media (max-width: 1200px) {
  .any-models__nav-prev {
    left: -72px;
  }
}
@media (max-width: 767px) {
  .any-models__nav-prev {
    top: 6%;
    left: -5%;
  }
}
@media (max-width: 767px) {
  .any-models__nav-prev svg {
    width: 40px;
    height: 40px;
  }
}
.any-models__nav-next {
  top: 50%;
  position: absolute;
  right: -80px;
  transform: translateY(-50%);
}
@media (max-width: 1437px) {
  .any-models__nav-next {
    right: -35px;
  }
}
@media (max-width: 1200px) {
  .any-models__nav-next {
    right: -72px;
  }
}
@media (max-width: 767px) {
  .any-models__nav-next {
    top: 6%;
    right: -5%;
  }
}
@media (max-width: 767px) {
  .any-models__nav-next svg {
    width: 40px;
    height: 40px;
  }
}
.any-models .slick-dots li {
  border: 1px solid #2D2D2D;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}
.any-models .slick-dots li.slick-active {
  background: #2D2D2D;
}
.any-models .slick-list {
  overflow: visible;
}
.any-models__img-stan {
  max-height: 280px;
}
@media (max-width: 767px) {
  .any-models__img-stan {
    max-height: 240px;
  }
}
.any-models__img-opti {
  max-height: 320px;
}
@media (max-width: 767px) {
  .any-models__img-opti {
    max-height: 260px;
  }
}
.any-models__img-prem {
  max-height: 350px;
}
@media (max-width: 767px) {
  .any-models__img-prem {
    max-height: 280px;
  }
}

.footer-fixed {
  display: none;
  position: fixed;
  background: #FFF;
  backdrop-filter: blur(4px);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 150;
  padding: 10px;
}
@media (max-width: 740px) {
  .footer-fixed {
    display: block;
  }
}
.footer-fixed__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: row;
}
.footer-fixed__prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.footer-fixed__prices-old {
  color: #646464;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: line-through;
}
.footer-fixed__prices-new {
  color: #323232;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-fixed__btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background: #468217;
  display: flex;
  width: 151px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: "lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.section-details {
  background: #efefef;
  padding: 80px 0 66px 0;
  /*marker*/
  /*active*/
}
@media (max-width: 767px) {
  .section-details {
    padding: 25px 0 10px 0;
  }
}
.section-details__heading {
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-details__heading {
    margin-bottom: 20px;
  }
}
.section-details__text {
  font-size: 24px;
  line-height: 29px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-details__text {
    font-size: 22px;
    line-height: 26px;
  }
}
.section-details__container {
  max-width: 1400px;
}
.section-details__row {
  display: flex;
}
@media (max-width: 1199px) {
  .section-details__row {
    flex-direction: column;
    align-items: center;
  }
}
.section-details__column-images {
  max-width: 654px;
  height: 751px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .section-details__column-images {
    max-width: 301px;
    height: 345px;
  }
}
@media (max-width: 400px) {
  .section-details__column-images {
    margin-left: 40px;
  }
}
.section-details__list {
  margin-left: 100px;
  margin-top: 95px;
}
@media (max-width: 1199px) {
  .section-details__list {
    margin-left: 0;
    margin-top: 20px;
  }
}
.section-details__name {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .section-details__name {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-details__item {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-details__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .section-details__item-row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-details__item-row div:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 389px) {
  .section-details__item-row {
    display: flex;
    flex-direction: column;
  }
}
.section-details__icon, .section-details__marker {
  display: block;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
  border: 2px solid #468217;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  padding-top: 2px;
}
.section-details__icon {
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .section-details__icon {
    top: -4px;
  }
}
.section-details__marker {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-details__marker {
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 9px;
    border: 1px solid #468217;
  }
}
.section-details__img {
  position: absolute;
  z-index: 0;
}
.section-details__img-one {
  top: 0%;
  left: 0%;
}
@media (max-width: 767px) {
  .section-details__img-one {
    width: 85px;
  }
}
.section-details__img-two {
  top: 14%;
  left: 0%;
}
@media (max-width: 767px) {
  .section-details__img-two {
    width: 85px;
  }
}
.section-details__img-three {
  top: 32%;
  left: 0%;
}
@media (max-width: 767px) {
  .section-details__img-three {
    width: 80px;
  }
}
.section-details__img-screw {
  top: 82%;
  left: 0%;
}
@media (max-width: 767px) {
  .section-details__img-screw {
    width: 110px;
  }
}
.section-details__img-four {
  top: 6%;
  left: 49%;
}
@media (max-width: 767px) {
  .section-details__img-four {
    width: 100px;
  }
}
.section-details__img-five {
  top: 24%;
  left: 53%;
}
@media (max-width: 767px) {
  .section-details__img-five {
    width: 25px;
    top: 22%;
    left: 50%;
  }
}
.section-details__img-six {
  top: 13%;
  left: 64.3%;
}
@media (max-width: 767px) {
  .section-details__img-six {
    top: 12%;
    width: 26px;
    left: 60%;
  }
}
.section-details__img-seven {
  top: 45%;
  left: 35%;
}
@media (max-width: 767px) {
  .section-details__img-seven {
    width: 107px;
  }
}
.section-details__img-eight {
  top: 3%;
  left: 24%;
}
@media (max-width: 767px) {
  .section-details__img-eight {
    width: 212px;
  }
}
.section-details__img-nine {
  top: 74%;
  left: 69%;
}
@media (max-width: 767px) {
  .section-details__img-nine {
    width: 80px;
  }
}
.section-details__marker-one {
  top: 3%;
  left: 34%;
}
@media (max-width: 767px) {
  .section-details__marker-one {
    top: 2%;
    left: 31%;
  }
}
.section-details__marker-two {
  top: 16%;
  left: 26%;
}
.section-details__marker-three {
  top: 86%;
  left: 47%;
}
@media (max-width: 767px) {
  .section-details__marker-three {
    top: 85%;
    left: 40%;
  }
}
.section-details__marker-four {
  top: 10%;
  left: 55%;
}
@media (max-width: 767px) {
  .section-details__marker-four {
    top: 8%;
    left: 53%;
  }
}
.section-details__marker-five {
  top: 33%;
  left: 47%;
}
@media (max-width: 767px) {
  .section-details__marker-five {
    top: 31%;
    left: 44%;
  }
}
.section-details__marker-six {
  top: 22%;
  left: 76%;
}
@media (max-width: 767px) {
  .section-details__marker-six {
    top: 18%;
    left: 70%;
  }
}
.section-details__marker-seven {
  top: 64%;
  left: 63%;
}
.section-details__marker-eight {
  top: 52%;
  left: 19%;
}
@media (max-width: 767px) {
  .section-details__marker-eight {
    left: 16%;
  }
}
.section-details__marker-nine {
  top: 76%;
  left: 32%;
}
@media (max-width: 767px) {
  .section-details__marker-nine {
    top: 67%;
    left: 28%;
  }
}
.section-details__marker-ten {
  top: 8%;
  left: 73%;
}
.section-details__marker-eleven {
  top: 84%;
  left: 81%;
}
@media (max-width: 767px) {
  .section-details__marker-eleven {
    top: 80%;
  }
}
.section-details__item-active .section-details__name {
  font-weight: 800;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.section-details__item-active .section-details__icon {
  background: #2d2d2d;
  border: 2px solid #2d2d2d;
  color: #fff;
}
@media (max-width: 767px) {
  .section-details__item-active .section-details__icon {
    border: 1px solid #2d2d2d;
  }
}
.section-details__marker-active {
  background: #2d2d2d;
  border: 2px solid #2d2d2d;
  color: #fff;
}
@media (max-width: 767px) {
  .section-details__marker-active {
    border: 1px solid #2d2d2d;
  }
}
.section-details__img-active {
  opacity: 0.5;
}
.section-details__modals {
  display: none;
}
.section-details__modal-item {
  max-width: 894px !important;
}
.section-details__modal-margin {
  margin: 0 45px;
}
.section-details__modal-container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-details__modal-container {
    flex-direction: column;
  }
}
.section-details__modal-content {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .section-details__modal-content {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.section-details__modal-content h3 {
  font-family: "lato", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .section-details__modal-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
}
.section-details__modal-content p {
  font-size: 20px;
  line-height: 36px;
  color: #2d2d2d;
}
.section-details__modal-content li {
  font-size: 18px;
  line-height: 36px;
  color: #2d2d2d;
}
.section-details__modal-bold {
  font-weight: 600;
  margin-top: 20px;
}
.section-details__modal-border {
  border: 1px solid #e2bc85;
  margin: 9px 0 15px 0;
}

.section-present {
  background: #ffe600;
}
@media (max-width: 767px) {
  .section-present {
    background: #ffea2c;
  }
}
.section-present__container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .section-present__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-present__container {
    padding: 25px 0 25px 0;
  }
}
.section-present__img {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% - 875px - 60px);
}
@media (max-width: 1549px) {
  .section-present__img {
    left: 30px;
  }
}
@media (max-width: 1476px) {
  .section-present__img {
    width: calc(100% - 675px - 80px);
  }
}
@media (max-width: 1199px) {
  .section-present__img {
    left: 10px;
    width: calc(100% - 500px - 50px);
  }
}
@media (max-width: 1050px) {
  .section-present__img {
    max-width: 980px;
  }
}
@media (max-width: 991px) {
  .section-present__img {
    position: static;
    display: block;
    max-width: 390px;
    width: auto;
    margin: 20px auto 10px auto;
  }
}
.section-present__img img {
  display: block;
}
.section-present__content {
  max-width: 775px;
  margin-left: auto;
  padding-left: 70px;
}
@media (max-width: 1476px) {
  .section-present__content {
    max-width: 575px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .section-present__content {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-present__content {
    max-width: 775px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-present__content {
    padding: 0 20px;
  }
}
.section-present__heading {
  font-family: "lato";
  font-weight: 800;
  font-size: 90px;
  line-height: 108px;
  color: #353535;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .section-present__heading {
    font-size: 65px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .section-present__heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-present__heading {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 389px) {
  .section-present__heading {
    font-size: 45px;
    line-height: 60px;
  }
}
.section-present__desc {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #353535;
}
@media (max-width: 767px) {
  .section-present__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-present__desc-bottom {
  font-family: "lato", sans-serif;
  font-weight: 800;
  color: #353535;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .section-present__desc-bottom {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
  }
}
.section-present ul {
  margin-left: 10px;
  margin-bottom: 10px;
}
.section-present ul li {
  position: relative;
  color: #353535;
  font-family: "lato", sans-serif;
  font-weight: 600;
  padding-left: 22px;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .section-present ul li {
    font-size: 18px;
    line-height: 35px;
    padding-left: 19px;
  }
}
.section-present ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  display: block;
  width: 10px;
  height: 10px;
  background-color: #353535;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section-present ul li:before {
    width: 8px;
    height: 8px;
  }
}

.section-dops {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-dops {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1549px) {
  .section-dops__container {
    max-width: 1199px;
  }
}
@media (max-width: 1199px) {
  .section-dops__container {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  .section-dops__container {
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  .section-dops__container {
    max-width: 576px;
  }
}
.section-dops__heading {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-dops__heading {
    font-weight: 800;
    margin-bottom: 20px;
  }
}
.section-dops__text {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section-dops__text {
    font-family: "lato";
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-dops__text span {
    display: none;
  }
}
.section-dops__slider-container {
  position: relative;
  max-width: 1460px;
  padding: 0 70px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section-dops__slider-container {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .section-dops__slider-container {
    max-width: 360px;
    padding: 0 10px;
  }
}
@media (max-width: 389px) {
  .section-dops__slider-container {
    max-width: 290px;
    padding: 0 10px;
  }
}
.section-dops__item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 669px;
}
@media (max-width: 1549px) {
  .section-dops__item-container {
    min-height: 672px;
  }
}
@media (max-width: 1199px) {
  .section-dops__item-container {
    min-height: 690px;
  }
}
@media (max-width: 991px) {
  .section-dops__item-container {
    min-height: 645px;
  }
}
@media (max-width: 767px) {
  .section-dops__item-container {
    min-height: 632px;
  }
}
@media (max-width: 389px) {
  .section-dops__item-container {
    min-height: 585px;
  }
}
.section-dops__item-image {
  display: block;
  margin: 0 auto;
}
.section-dops__item-heading {
  font-family: "lato", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .section-dops__item-heading {
    display: none;
  }
}
.section-dops__link-heading {
  display: none;
}
@media (max-width: 767px) {
  .section-dops__link-heading {
    font-family: "lato";
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
    margin-top: 10px;
  }
}
@media (max-width: 340px) {
  .section-dops__link-heading {
    font-size: 18px;
  }
}
.section-dops__item-desc {
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .section-dops__item-desc {
    font-size: 16px;
    line-height: 23px;
  }
}
.section-dops__item-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-dops__item-order {
    margin-top: 20px;
    padding-bottom: 0;
    flex-direction: column;
  }
}
.section-dops__item-price {
  font-family: "Jost";
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  letter-spacing: -0.05em;
  flex-shrink: 0;
}
@media (max-width: 1549px) {
  .section-dops__item-price {
    font-size: 27px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .section-dops__item-price {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .section-dops__item-price {
    font-size: 50px;
    line-height: 72px;
    margin-top: 0px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}
@media (max-width: 389px) {
  .section-dops__item-price {
    font-size: 45px;
  }
}
.section-dops__item-price span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-decoration-line: line-through;
  color: #5f5f5f;
  opacity: 0.6;
  display: block;
}
@media (max-width: 767px) {
  .section-dops__item-price span {
    font-size: 30px;
    line-height: 43px;
    margin-left: 10px;
  }
}
@media (max-width: 1549px) {
  .section-dops__item-btn {
    width: 124px;
  }
}
@media (max-width: 767px) {
  .section-dops__item-btn {
    width: 250px;
    padding: 17px;
    font-family: "lato";
    font-weight: 600;
    font-size: 25px;
    margin-top: 30px;
    box-shadow: none;
  }
}
.section-dops__slider-prev, .section-dops__slider-next {
  padding: 15px;
  position: absolute;
  cursor: pointer;
}
.section-dops__slider-prev span, .section-dops__slider-next span {
  position: relative;
  display: block;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #2d2d2d;
}
@media (max-width: 767px) {
  .section-dops__slider-prev span, .section-dops__slider-next span {
    height: 42px;
    width: 42px;
  }
}
.section-dops__slider-prev span svg, .section-dops__slider-next span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section-dops__slider-prev span svg, .section-dops__slider-next span svg {
    height: 16px;
    width: 9px;
  }
}
.section-dops__slider-prev {
  top: 38%;
  right: -30px;
}
@media (max-width: 767px) {
  .section-dops__slider-prev {
    right: 5px;
    top: 50%;
  }
}
@media (max-width: 389px) {
  .section-dops__slider-prev {
    right: 5px;
    top: 35%;
  }
}
.section-dops__slider-next {
  top: 38%;
  left: -30px;
}
@media (max-width: 767px) {
  .section-dops__slider-next {
    display: none;
  }
}
.section-dops__link {
  color: rgb(161, 136, 127);
  border-bottom: 1px solid #a1887f;
  font-size: 18px;
  line-height: 49px;
}
@media (max-width: 767px) {
  .section-dops__link {
    display: none;
  }
}
.section-dops__detail {
  max-width: 894px !important;
  display: none;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-dops__detail {
    max-width: 346px !important;
    padding: 20px 20px 30px 20px !important;
  }
}
.section-dops__detail-row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-dops__detail-row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-dops__detail-image {
    max-width: 210px;
  }
}
.section-dops__detail-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .section-dops__detail-content {
    padding-left: 0px;
    padding-top: 20px;
  }
}
.section-dops__detail-content h3 {
  font-family: "lato";
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-dops__detail-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-dops__detail-content p {
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .section-dops__detail-content p {
    font-size: 18px;
  }
}
.section-dops__detail-content li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-dops__detail-content li {
    font-size: 16px;
  }
}
.section-dops__detail-content ul {
  margin-top: 5px;
  margin-left: 10px;
}
.section-dops__detail-content li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #2d2d2d;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.section-dops__detail-order {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-dops__detail-order {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .section-dops__detail-order {
    justify-content: space-between;
  }
}
.section-dops__detail-prices {
  margin-right: 30px;
}
@media (max-width: 815px) {
  .section-dops__detail-prices {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .section-dops__detail-prices {
    margin-right: 10px;
  }
}
.section-dops__detail-new {
  font-weight: 700;
  font-size: 35px;
  line-height: 51px;
  letter-spacing: -0.05em;
}
@media (max-width: 815px) {
  .section-dops__detail-new {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .section-dops__detail-new {
    justify-content: space-between;
  }
}
.section-dops__detail-old {
  font-size: 18px;
  line-height: 26px;
  text-decoration-line: line-through;
  color: #5f5f5f;
  opacity: 0.6;
  display: block;
}
@media (max-width: 767px) {
  .section-dops__detail-old {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-dops__detail-btn {
  max-width: 179px;
}
@media (max-width: 576px) {
  .section-dops__detail-btn {
    max-width: 140px;
  }
}

.section-request__container {
  position: relative;
  padding: 70px 0px 80px 500px;
  max-width: 1260px;
  background: #ffe617;
  border-radius: 5px;
  background-image: url(../images/request-hero.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1290px) {
  .section-request__container {
    padding: 40px 0px 40px 400px;
    max-width: 991px;
  }
}
@media (max-width: 1021px) {
  .section-request__container {
    max-width: 767px;
    padding: 25px 20px 30px 20px;
    background-image: none;
    box-shadow: none;
  }
}
.section-request__heading {
  font-family: "lato";
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #2d2d2d;
  margin-bottom: 30px;
  margin-right: 25px;
}
@media (max-width: 1290px) {
  .section-request__heading {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (max-width: 1021px) {
  .section-request__heading {
    text-align: center;
    margin: 0 -20px 20px -20px;
  }
}
.section-request__text {
  font-family: "lato";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #2d2d2d;
  margin-bottom: 60px;
  margin-right: 50px;
}
@media (max-width: 1290px) {
  .section-request__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1021px) {
  .section-request__text {
    text-align: center;
    margin: 0 -20px 30px -20px;
  }
}
.section-request__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 50px 75px 45px;
}
.section-request__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 40px;
  height: 3px;
  width: 530px;
  background: url(../images/src/line-request.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media (max-width: 1290px) {
  .section-request__list::before {
    width: 400px;
    left: 15%;
  }
}
@media (max-width: 1021px) {
  .section-request__list::before {
    background-image: none;
  }
}
@media (max-width: 1290px) {
  .section-request__list {
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 1021px) {
  .section-request__list {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}
.section-request__item {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 29px;
  color: #2d2d2d;
}
.section-request__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 19px auto;
  font-family: "lato";
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
  color: #2d2d2d;
  text-align: center;
}
@media (max-width: 1021px) {
  .section-request__item span {
    margin: 0;
    min-height: 78px;
    min-width: 78px;
    margin-right: 20px;
  }
}
@media (max-width: 1290px) {
  .section-request__item {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px;
  }
}
@media (max-width: 1021px) {
  .section-request__item {
    padding: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
}
.section-request__item:nth-child(1) {
  max-width: 148px;
}
@media (max-width: 1290px) {
  .section-request__item:nth-child(1) {
    max-width: none;
    width: 33%;
  }
}
@media (max-width: 1021px) {
  .section-request__item:nth-child(1) {
    width: auto;
  }
}
.section-request__item:nth-child(2) {
  max-width: 169px;
}
@media (max-width: 1290px) {
  .section-request__item:nth-child(2) {
    max-width: none;
  }
}
@media (max-width: 1021px) {
  .section-request__item:nth-child(2) {
    width: auto;
  }
}
.section-request__item:nth-child(3) {
  max-width: 227px;
}
@media (max-width: 1290px) {
  .section-request__item:nth-child(3) {
    max-width: none;
    width: 33%;
  }
}
@media (max-width: 1021px) {
  .section-request__item:nth-child(3) {
    width: auto;
  }
}
.section-request__btn {
  max-width: 310px;
  width: 100%;
  margin-left: 45px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(62, 39, 35, 0.2);
  color: #2d2d2d;
}
.section-request__btn span {
  font-family: "lato";
  font-weight: 700;
}
@media (max-width: 1290px) {
  .section-request__btn {
    margin-left: 20px;
  }
}
@media (max-width: 1021px) {
  .section-request__btn {
    display: block;
    margin: 0 auto;
    max-width: 353px;
    width: 100%;
    padding: 27px 10px;
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .section-request__btn {
    font-size: 16px;
  }
}
.section-request__img {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media (max-width: 1021px) {
  .section-request__img {
    position: static;
    display: block;
    max-width: 151px;
    margin: 0 auto 28px auto;
  }
}

.section-patent {
  background: #f8f8f8;
  padding: 80px 0 65px 0;
}
@media (max-width: 767px) {
  .section-patent {
    padding: 45px 0;
    background-color: #f7f7f7;
  }
}
.section-patent__heading {
  text-align: center;
  margin-bottom: 10px;
}
.section-patent__heading span {
  font-weight: 900;
  color: #e2bc85;
}
.section-patent__text {
  font-family: "lato";
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-patent__text {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-patent__wraper {
  position: relative;
  max-width: 782px;
  padding: 0 27px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section-patent__wraper {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .section-patent__wraper {
    padding: 0 40px;
    max-width: 368px;
  }
}
.section-patent__prev, .section-patent__next {
  padding: 15px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.section-patent__prev span, .section-patent__next span {
  position: relative;
  display: block;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #2d2d2d;
}
@media (max-width: 767px) {
  .section-patent__prev span, .section-patent__next span {
    height: 35px;
    width: 35px;
  }
}
.section-patent__prev span svg, .section-patent__next span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section-patent__prev span svg, .section-patent__next span svg {
    height: 15px;
    width: 10px;
  }
}
.section-patent__prev {
  right: -15px;
}
.section-patent__next {
  left: -15px;
}

#feedback-ver2 {
  padding: 60px 0 30px;
}
#feedback-ver2[v-cloak] {
  display: none;
}
#feedback-ver2 .title {
  margin: 0;
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #2d2d2d;
  text-align: center;
}
@media (max-width: 575px) {
  #feedback-ver2 .title {
    font-size: 26px;
    line-height: 31px;
  }
}
#feedback-ver2 .togg-box {
  margin-top: 50px;
}
@media (max-width: 575px) {
  #feedback-ver2 .togg-box {
    margin: 20px -10px 0;
  }
}
#feedback-ver2 .togg-box__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  #feedback-ver2 .togg-box__list {
    column-gap: 0;
  }
}
#feedback-ver2 .togg-box__list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #feedback-ver2 .togg-box__list-item {
    justify-content: center;
    width: 40%;
  }
}
@media (max-width: 575px) {
  #feedback-ver2 .togg-box__list-item {
    width: auto;
    min-width: 135px;
    padding: 10px;
  }
}
#feedback-ver2 .togg-box__list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 2px;
  background: rgba(226, 188, 133, 0.3);
  transition: 0.3s all;
}
#feedback-ver2 .togg-box__list-item:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  #feedback-ver2 .togg-box__list-item:hover::before {
    width: 80%;
  }
}
#feedback-ver2 .togg-box__list-item_active::before {
  width: 100%;
  background: rgb(226, 188, 133) !important;
}
@media (max-width: 767px) {
  #feedback-ver2 .togg-box__list-item_active::before {
    width: 80%;
  }
}
#feedback-ver2 .togg-box__list-item_active .togg-box__list-text {
  color: #e2bc85;
}
#feedback-ver2 .togg-box__list-img {
  flex-shrink: 0;
}
#feedback-ver2 .togg-box__list-img img {
  height: 36px;
  width: auto;
  user-select: none;
}
@media (max-width: 767px) {
  #feedback-ver2 .togg-box__list-img img {
    height: 22px;
  }
}
#feedback-ver2 .togg-box__list-text {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #2d2d2d;
  transition: 0.3s all;
  user-select: none;
}
@media (max-width: 767px) {
  #feedback-ver2 .togg-box__list-text {
    font-size: 18px;
    line-height: 22px;
  }
}
#feedback-ver2 .togg-box__list-item_btn {
  max-width: 237px;
  width: 100%;
}
#feedback-ver2 .togg-box__list-item_btn .btn {
  max-width: 237px;
  width: 100%;
  border: none;
  outline: none;
}
#feedback-ver2 .togg-box__list-item_btn .btn_disabled {
  background-color: #2D2D2D !important;
  box-shadow: 0px 20px 30px rgba(47, 47, 47, 0.19) !important;
}
#feedback-ver2 .slider-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  margin: 0 -30px;
  transition: 0.5s opacity;
  opacity: 1;
  overflow: hidden;
}
#feedback-ver2 .slider-box_hiden {
  max-height: 500px;
  opacity: 0;
  visibility: hidden;
}
#feedback-ver2 .slider-box .slick-track {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box .slick-track {
    padding: 15px 0 30px;
  }
}
#feedback-ver2 .slider-box__item {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 30px;
  padding: 20px 30px 38px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__item {
    padding: 30px 0 0;
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box__item {
    padding: 20px 0 0;
  }
}
#feedback-ver2 .slider-box__item-info-box {
  min-width: 295px;
  max-width: 100%;
  padding: 10px 25px 10px 30px;
  margin-left: -30px;
  background: #e8c99d;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__item-info-box {
    width: 100%;
    min-width: auto;
    margin: 0;
    padding: 10px 35px;
    border-radius: 0;
  }
}
#feedback-ver2 .slider-box__item-date {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__item-date {
    font-size: 18px;
    line-height: 25px;
  }
}
#feedback-ver2 .slider-box__item-name {
  margin-top: 10px;
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 29px;
  color: #ffffff;
}
@media (max-width: 991px) {
  #feedback-ver2 .slider-box__item-name {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__item-name {
    font-size: 22px;
    line-height: 29px;
  }
}
#feedback-ver2 .slider-box__item-content-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  #feedback-ver2 .slider-box__item-content-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__item-content-box {
    gap: 20px;
    margin-top: 30px;
    padding: 0 35px 18px;
  }
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box__item-content-box {
    margin-top: 20px;
    padding: 0 24px 12px;
    gap: 16px;
  }
}
#feedback-ver2 .slider-box__text-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
}
#feedback-ver2 .slider-box__item-text {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  color: #323232;
  transition: 0.25s all;
}
@media (max-width: 991px) {
  #feedback-ver2 .slider-box__item-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box__item-text {
    line-height: 17px;
  }
}
#feedback-ver2 .slider-box__item-text a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box__item-text a {
    font-size: 12px;
  }
}
#feedback-ver2 .slider-box__btn-show-more {
  margin-top: 15px;
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-decoration: underline;
  color: #323232;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__btn-show-more {
    margin-top: 12px;
    font-size: 18px;
    line-height: 23px;
  }
}
#feedback-ver2 .slider-box__btn-show-more:hover {
  color: #e8c99d;
}
#feedback-ver2 .slider-box__imgs-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  flex-shrink: 0;
  max-width: calc(50% - 15px);
}
@media (max-width: 991px) {
  #feedback-ver2 .slider-box__imgs-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__imgs-wrap {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box__imgs-wrap {
    gap: 16px;
  }
}
#feedback-ver2 .slider-box__img-box {
  max-width: 100%;
}
#feedback-ver2 .slider-box__img-box img {
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 991px) {
  #feedback-ver2 .slider-box__img-box img {
    max-height: 260px;
  }
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box__img-box img {
    max-height: 220px;
  }
}
@media (max-width: 575px) {
  #feedback-ver2 .slider-box__img-box img {
    max-height: 180px;
  }
}
#feedback-ver2 .slider-box .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  z-index: 5;
  background-color: #2d2d2d;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s opacity;
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
#feedback-ver2 .slider-box .slick-arrow::before {
  display: none;
}
#feedback-ver2 .slider-box .slick-arrow.slick-prev {
  left: 2px;
  background-image: url("../images/feedback-ver2/slider-prev.svg");
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box .slick-arrow.slick-prev {
    left: 15px;
  }
}
#feedback-ver2 .slider-box .slick-arrow.slick-next {
  right: 2px;
  background-image: url("../images/feedback-ver2/slider-next.svg");
}
@media (max-width: 767px) {
  #feedback-ver2 .slider-box .slick-arrow.slick-next {
    right: 15px;
  }
}
#feedback-ver2 .slider-box .slick-arrow.slick-disabled {
  opacity: 0.35 !important;
  cursor: default;
}
#feedback-ver2 .moretext-enter-active,
#feedback-ver2 .moretext-leave-active {
  overflow: hidden;
  opacity: 0;
}
#feedback-ver2 .moretext-enter,
#feedback-ver2 .moretext-leave-to {
  height: 0;
}

.video-feedback {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .video-feedback {
    padding: 50px 0;
  }
}
.video-feedback__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .video-feedback__row {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.video-feedback__row a {
  margin: 0;
  width: calc(50% - 15px);
}
.video-feedback__row a div {
  position: relative;
}
.video-feedback__row a img {
  width: 100%;
}
@media (max-width: 767px) {
  .video-feedback__row a {
    width: 100%;
  }
}
.video-feedback__row a h3 {
  text-align: center;
  color: #2d2d2d;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .video-feedback__row a h3 {
    font-size: 16px;
  }
}
.video-feedback__title {
  font-family: "Lato" sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #2d2d2d;
}
@media (max-width: 767px) {
  .video-feedback__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.video-feedback__title_span {
  color: #e2bc85;
}

.section-delivery {
  padding-top: 210px;
}
@media (max-width: 991px) {
  .section-delivery {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-delivery {
    background-color: #f7f7f7;
  }
}
.section-delivery__container {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  background: #f7f7f7;
  border-radius: 3px;
  max-width: 1322px;
  border-radius: 10px;
}
@media (max-width: 1322px) {
  .section-delivery__container {
    max-width: 1199px;
  }
}
@media (max-width: 1199px) {
  .section-delivery__container {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  .section-delivery__container {
    max-width: 767px;
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .section-delivery__container {
    padding-top: 30px;
  }
}
.section-delivery__content {
  max-width: 635px;
  margin-left: auto;
}
@media (max-width: 1322px) {
  .section-delivery__content {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .section-delivery__content {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-delivery__content {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-delivery__content {
    max-width: 390px;
  }
}
@media (max-width: 991px) {
  .section-delivery__row-image {
    margin: 0 -15px;
  }
}
.section-delivery__image {
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media (max-width: 1549px) {
  .section-delivery__image {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .section-delivery__image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .section-delivery__image {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 390px;
  }
}
.section-delivery__heading {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-delivery__heading {
    text-align: center;
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .section-delivery__heading {
    margin-bottom: 20px;
  }
}
.section-delivery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  max-width: 600px;
  align-items: center;
}
@media (max-width: 991px) {
  .section-delivery__list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-delivery__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-delivery__item {
  position: relative;
  width: 50%;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.section-delivery__item span {
  color: #63563d;
}
@media (max-width: 767px) {
  .section-delivery__item span {
    color: rgb(2, 106, 218);
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-delivery__item {
    font-weight: 400;
    width: 100%;
    font-size: 20px;
  }
}
.section-delivery__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #468217;
}
@media (max-width: 767px) {
  .section-delivery__item::before {
    background: #026ada;
  }
}
.section-delivery__item::before:last-child {
  top: 10px;
}
@media (max-width: 767px) {
  .section-delivery__item:last-child {
    max-width: 323px;
  }
}
.section-delivery__border {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section-delivery__border {
    max-width: 310px;
    border: 1px solid #d3d3d3;
    margin: 10px auto 0 auto;
  }
}
.section-delivery__company {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-delivery__company {
    flex-direction: column;
  }
}
.section-delivery__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .section-delivery__name {
    margin-right: 0;
    margin-bottom: 38px;
  }
}
.section-delivery__icons {
  display: flex;
  align-items: center;
}
.section-delivery__icon {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .section-delivery__icon {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-delivery__icon:not(:last-child) {
    margin-right: 30px;
  }
}
.section-delivery__btn {
  width: auto;
  padding: 14px 48px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 991px) {
  .section-delivery__btn {
    margin: 40px auto 0 auto;
    display: block;
    max-width: 225px;
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .section-delivery__btn {
    max-width: 258px;
    width: 100%;
    padding: 20px;
    background-color: rgb(2, 106, 218);
    font-family: "lato";
    font-weight: 600;
    font-size: 20px;
  }
}

.section-factory {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .section-factory {
    padding-top: 0;
  }
}
.section-factory__container {
  max-width: 1322px;
  border-radius: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
  background: url(../images/factory-hero.jpg) no-repeat;
  background-size: cover;
  background-position: center right -150px;
}
@media (max-width: 991px) {
  .section-factory__container {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center right -250px;
  }
}
@media (max-width: 767px) {
  .section-factory__container {
    background-position: bottom right -350px;
  }
}
@media (max-width: 500px) {
  .section-factory__container {
    background-position: bottom right -450px;
  }
}
@media (max-width: 360px) {
  .section-factory__container {
    background-position: bottom right -550px;
  }
}
.section-factory__heading {
  font-family: "lato";
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 900px;
}
@media (max-width: 767px) {
  .section-factory__heading {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.section-factory__text {
  font-family: "lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #e2bc85;
}
@media (max-width: 767px) {
  .section-factory__text {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-factory__list {
  margin-top: 20px;
  margin-right: 350px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .section-factory__list {
    margin-right: 100px;
  }
}
@media (max-width: 500px) {
  .section-factory__list {
    margin-right: 30px;
  }
}
.section-factory__item {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "SourceSansPro";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.section-factory__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/src/factory-list.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media (max-width: 767px) {
  .section-factory__item {
    font-size: 18px;
    line-height: 20px;
  }
}
.section-factory__item:nth-child(2) {
  max-width: 361px;
}
.section-factory__item:nth-child(3) {
  max-width: 498px;
}
.section-factory__item:nth-child(4) {
  max-width: 740px;
  margin-bottom: 0;
}

.section-questions {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .section-questions {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-questions {
    background-color: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .section-questions__container {
    padding: 0 20px;
  }
}
.section-questions__heading {
  margin-bottom: 10px;
  text-align: center;
}
.section-questions__heading span {
  font-weight: 900;
}
@media (max-width: 767px) {
  .section-questions__heading {
    display: none;
  }
}
.section-questions__text {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section-questions__text {
    display: none;
  }
}
.section-questions__heading-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-questions__heading-mobile {
    display: block;
    font-family: "lato";
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.section-questions .accordion {
  max-width: 780px;
  margin: 0 auto;
}
.section-questions .accordion__item {
  margin: 0px auto 20px auto;
}
.section-questions .accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 20px 80px 20px 34px;
  cursor: pointer;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 10px;
  font-family: "lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2f2f2f;
}
@media (max-width: 767px) {
  .section-questions .accordion__item .accordion__title {
    padding: 15px 40px 15px 15px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid rgb(232, 206, 167);
  }
}
.section-questions .accordion__item .accordion-active {
  background: #e2bc85;
  box-shadow: 0px 20px 60px -10px rgba(80, 60, 46, 0.15);
  border: 1px solid rgb(232, 206, 167);
}
.section-questions .accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-questions .accordion__item .accordion__title .accordion__arrow {
    right: 10px;
  }
}
.section-questions .accordion__item .accordion__title .accordion__arrow-item {
  display: block;
  width: 24px;
  height: 24px;
}
.section-questions .accordion__item .accordion__title .accordion__arrow-item svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-questions .accordion__item .accordion__rotate {
  display: none !important;
}
.section-questions .accordion__item .accordion__content {
  position: relative;
  padding: 30px 0 20px 123px;
  font-size: 20px;
  line-height: 29px;
  display: none;
  max-width: 750px;
  color: #2f2f2f;
}
@media (max-width: 767px) {
  .section-questions .accordion__item .accordion__content {
    font-size: 20px;
    line-height: 27px;
    padding: 18px 0 5px 10px;
  }
}
.section-questions .accordion__item .accordion__content span {
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2f2f2f;
}
@media (max-width: 767px) {
  .section-questions .accordion__item .accordion__content span {
    display: none;
  }
}

.section-gallery {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .section-gallery {
    padding-top: 77px;
    background-color: #f7f7f7;
  }
}
.section-gallery__heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-gallery__heading span {
  color: rgb(226, 188, 133);
  font-weight: 900;
}
.section-gallery__container {
  max-width: 1300px;
}
.section-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-gap: 1.5625vw;
}
.section-gallery__item_1 {
  grid-column: 1/6;
  grid-row: 1/3;
}
.section-gallery__item_2 {
  grid-column: 6/10;
  grid-row: 1/3;
}
.section-gallery__item_3 {
  grid-column: 10/14;
  grid-row: 1/3;
}
.section-gallery__item_4 {
  grid-column: 1/9;
  grid-row: 3/4;
}
.section-gallery__item_5 {
  grid-column: 9/14;
  grid-row: 3/4;
}
.section-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-call {
  padding-top: 145px;
  padding-bottom: 135px;
}
@media (max-width: 991px) {
  .section-call {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-call {
    padding-bottom: 0px;
    background-color: #f7f7f7;
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .section-call__container-hero {
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  .section-call__container-hero {
    padding: 0;
  }
}
.section-call__container {
  max-width: 1004px;
  margin: 0 auto;
  box-shadow: 0px 20px 60px -10px rgba(80, 60, 46, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 50px 0 50px 0;
}
@media (max-width: 767px) {
  .section-call__container {
    padding: 35px 0 20px 0;
    background-color: #fff;
  }
}
@media (max-width: 380px) {
  .section-call__container {
    padding: 35px 15px 20px 15px;
  }
}
.section-call__content {
  max-width: 540px;
  margin-left: auto;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .section-call__content {
    padding-right: 20px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .section-call__content {
    max-width: none;
    width: 50%;
    padding-right: 10px;
  }
}
@media (max-width: 380px) {
  .section-call__content {
    width: 100%;
  }
}
.section-call__image {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .section-call__image {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .section-call__image {
    max-width: 200px;
    left: -20px;
    z-index: 0;
  }
}
@media (max-width: 380px) {
  .section-call__image {
    display: none;
  }
}
.section-call__heading {
  max-width: 540px;
  margin-left: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-call__heading {
    font-size: 35px;
    line-height: 1;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .section-call__heading {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    max-width: none;
  }
}
.section-call__phone {
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #9e5d02;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-call__phone {
    font-size: 43px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .section-call__phone {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.section-call__text {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #2d2d2d;
  font-weight: 600;
  opacity: 0.5;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-call__text {
    margin-bottom: 17px;
  }
}
.section-call__desc {
  font-size: 20px;
  line-height: 29px;
  color: #2f2f2f;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-call__desc {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-call__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-call__btn {
  margin-top: 56px;
  padding: 14px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-call__btn {
    margin-top: 30px;
    max-width: 170px;
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .section-call__btn {
    margin: 30px auto 0 auto;
    display: block;
    max-width: 170px;
  }
}

.footer {
  background: #323232;
  padding-top: 60px;
  padding-bottom: 50px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
}
.footer__column-left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  .footer__logo-mobile {
    display: block;
  }
}
.footer__phone {
  font-family: "Gilroy";
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .footer__phone {
    margin-top: 0;
  }
}
.footer__text {
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 16px;
  color: #d7ccc8;
  opacity: 0.55;
}
@media (max-width: 991px) {
  .footer__text {
    text-align: center;
  }
}
.footer__column-right {
  display: flex;
}
@media (max-width: 991px) {
  .footer__column-right {
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 20px;
  }
}
.footer__info {
  margin-right: 100px;
}
@media (max-width: 991px) {
  .footer__info {
    margin-right: 0px;
    margin-top: 20px;
  }
}
.footer__info p {
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
.footer__info p span {
  font-family: "Gilroy-Semibold";
  color: #fff;
}
@media (max-width: 991px) {
  .footer__list {
    margin-bottom: 10px;
  }
}
.footer__item {
  margin-bottom: 15px;
}
.footer__btn {
  padding: 16px;
  margin-bottom: 5px;
}
.footer__link {
  font-family: "Gilroy-Light";
  font-size: 16px;
  line-height: 160%;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
.footer__copyright {
  font-family: "Gilroy-Light";
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 30px;
}

.order-modal {
  display: none;
  max-width: 744px !important;
}
@media (max-width: 767px) {
  .order-modal {
    padding: 40px 15px 45px 15px !important;
  }
}
.order-modal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-modal__logo {
  max-width: 145px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .order-modal__logo {
    margin-bottom: 25px;
  }
}
.order-modal__heading {
  font-family: "lato", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #2d2d2d;
}
.order-modal__heading span {
  color: rgb(226, 188, 133);
}
@media (max-width: 767px) {
  .order-modal__heading {
    max-width: 350px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
}
.order-modal__price {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .order-modal__price {
    margin-bottom: 20x;
  }
}
.order-modal__old-price {
  font-size: 30px;
  line-height: 43px;
  text-decoration-line: line-through;
  color: #5f5f5f;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .order-modal__old-price {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .order-modal__old-price {
    font-size: 22px;
    line-height: 35px;
  }
}
.order-modal__new-price {
  font-family: "Jost";
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
  letter-spacing: -0.05em;
  color: #2d2d2d;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .order-modal__new-price {
    font-size: 40px;
    line-height: 58px;
  }
}
.order-modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-modal__form p {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #707070;
  max-width: 417px;
}
@media (max-width: 767px) {
  .order-modal__form p {
    font-size: 18px;
    line-height: 26px;
  }
}
.order-modal__form-name, .order-modal__form-phone {
  display: flex;
  align-items: center;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 10px;
  padding: 15px 20px;
  max-width: 422px;
  width: 100%;
}
@media (max-width: 767px) {
  .order-modal__form-name, .order-modal__form-phone {
    min-height: 55px;
    padding: 8px 20px;
  }
}
.order-modal__form-name span, .order-modal__form-phone span {
  margin-right: 20px;
  width: 25px;
  display: flex;
  align-items: center;
}
.order-modal__form-name input, .order-modal__form-phone input {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .order-modal__form-name input, .order-modal__form-phone input {
    font-size: 20px;
    line-height: 24px;
  }
}
.order-modal__form-phone {
  padding: 8px 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .order-modal__form-phone {
    padding: 1px 20px;
    min-height: 55px;
  }
}
.order-modal__form-phone span {
  margin-top: 5px;
  width: 24px;
}
.order-modal__text {
  margin-top: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .order-modal__text {
    margin-top: 20px;
  }
}
.order-modal__form-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  cursor: pointer;
}
.order-modal__form-checkbox input {
  display: none;
}
.order-modal__form-checkbox input:checked + .order-modal__checkbox-active {
  background: url(../images/src/checkbox.svg) no-repeat;
  background-position: center center;
  background-size: 18px;
}
.order-modal__checkbox-active {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border: 2px solid #e2bc85;
  border-radius: 2px;
  margin-right: 20px;
}
.order-modal__checkbox-name {
  font-size: 20px;
  line-height: 29px;
  color: #2d2d2d;
}
@media (max-width: 400px) {
  .order-modal__checkbox-name {
    font-size: 15px;
  }
}
.order-modal__form-btn {
  border: none;
  margin-top: 23px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .order-modal__form-btn {
    margin-bottom: 0px;
  }
}
.order-modal__dops-disabled {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.order-modal__closeup {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-decoration-line: underline;
  color: #707070;
}
.order-modal__disabled-content {
  display: none;
}
.order-modal__disabled-visible {
  display: block;
}
.order-modal__rassrochka-block {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 15px;
  margin-top: 15px;
}
.order-modal .rassrochka_checkbox-js {
  opacity: 1;
  position: absolute;
  left: 30%;
  top: 0;
}
.order-modal__rassrochka-active {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 6px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .order-modal__rassrochka-active {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.order-modal__rassrochka-name {
  font-family: "lato";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
}
@media (max-width: 767px) {
  .order-modal__rassrochka-name {
    font-size: 20px;
    line-height: 24px;
  }
}
.rassrochka_checkbox-js:checked + .order-modal__rassrochka-active {
  background: url(../images/src/checkbox.svg) no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .rassrochka_checkbox-js:checked + .order-modal__rassrochka-active {
    background-size: 75%;
  }
}
.order-modal .custom-select {
  position: relative;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 10px;
  padding: 15px 20px;
  max-width: 422px;
  width: 100%;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .order-modal .custom-select {
    font-size: 20px;
    line-height: 24px;
  }
}
.order-modal .selectBox {
  padding-left: 40px;
  position: relative;
  color: #2d2d2d;
}
.order-modal .selectBox:before {
  content: "";
  display: block;
  width: 39px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  background: url(../images/src/order-value.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media (max-width: 767px) {
  .order-modal .selectBox:before {
    width: 31px;
    height: 22px;
  }
}
.order-modal .selectBox:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: block;
  width: 24px;
  height: 14px;
  background: url(../images/src/arrow-select.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: transform 0.4s ease;
}
.order-modal .expanded:after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.4s ease;
}
.order-modal .dropDown {
  width: 102%;
  border: 1px solid #fff;
  position: absolute;
  background: #fff;
  top: 102%;
  left: -1%;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}
.order-modal .dropDown li {
  padding: 10px 10px 10px 60px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.24);
}
.order-modal .kredit-wrap {
  align-self: flex-start;
  margin-top: 10px;
}
.order-modal .rassrochka_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .order-modal .rassrochka_checkbox {
    font-size: 20px;
    line-height: 24px;
  }
}
.order-modal .rassrochka_checkbox .rassrochka_checkbox__input {
  opacity: 0;
  position: absolute;
  top: 18px;
  width: 0 !important;
}
.order-modal .rassrochka_checkbox .custom-checkbox__check {
  padding-left: 40px;
  line-height: 22px;
  display: block;
  margin-left: 8px;
  color: #707070;
}
@media (max-width: 767px) {
  .order-modal .rassrochka_checkbox .custom-checkbox__check {
    padding-left: 22px;
  }
}
.order-modal .rassrochka_checkbox .custom-checkbox__check:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .order-modal .rassrochka_checkbox .custom-checkbox__check:after {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: 11px;
  }
}
.order-modal .rassrochka_checkbox .rassrochka_checkbox__input:checked + .custom-checkbox__check:after {
  background: url(../images/src/checkbox.svg) no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .order-modal .rassrochka_checkbox .rassrochka_checkbox__input:checked + .custom-checkbox__check:after {
    background-size: 75%;
  }
}

.callme {
  display: none;
  max-width: 480px !important;
  width: 100%;
  padding: 25px 30px 30px 30px !important;
}
@media (max-width: 767px) {
  .callme {
    max-width: 390px !important;
    width: 100%;
    padding: 38px 15px 39px 15px !important;
  }
}
@media (max-width: 767px) {
  .callme__logo {
    width: 110px;
  }
}
.callme__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callme__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .callme__form {
    margin-top: 18px;
  }
}
.callme__input {
  width: 100%;
  padding: 19px 20px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  margin-bottom: 15px;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .callme__input {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px;
  }
}
.callme__title {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2d2d2d;
  margin-bottom: 33px;
  text-align: center;
}
.callme__notify {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #707070;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .callme__notify {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
  }
}
.callme__btn {
  margin-top: 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  border: none;
  width: 197px;
}
@media (max-width: 767px) {
  .callme__btn {
    margin-top: 28px;
  }
}

.delivery-call {
  display: none;
  max-width: 480px !important;
  width: 100%;
  padding: 25px 30px 30px 30px !important;
}
@media (max-width: 767px) {
  .delivery-call {
    max-width: 390px !important;
    width: 100%;
    padding: 38px 15px 39px 15px !important;
  }
}
@media (max-width: 767px) {
  .delivery-call__logo {
    width: 110px;
  }
}
.delivery-call__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-call__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .delivery-call__form {
    margin-top: 18px;
  }
}
.delivery-call__input {
  width: 100%;
  padding: 19px 20px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  margin-bottom: 15px;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .delivery-call__input {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px;
  }
}
.delivery-call__title {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2d2d2d;
  margin-bottom: 5px;
  text-align: center;
}
.delivery-call__data {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #707070;
  margin-bottom: 32px;
  max-width: 375px;
}
.delivery-call__notify {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #707070;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .delivery-call__notify {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
  }
}
.delivery-call__btn {
  margin-top: 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  border: none;
  width: 213px;
  padding: 19px 10px;
}
@media (max-width: 767px) {
  .delivery-call__btn {
    margin-top: 28px;
  }
}

.form-popup {
  display: none;
  max-width: 480px !important;
  width: 100%;
  padding: 25px 30px 30px 30px !important;
}
@media (max-width: 767px) {
  .form-popup {
    max-width: 390px !important;
    width: 100%;
    padding: 38px 15px 39px 15px !important;
  }
}
@media (max-width: 767px) {
  .form-popup__logo {
    width: 110px;
  }
}
.form-popup__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-popup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .form-popup__form {
    margin-top: 18px;
  }
}
.form-popup__input {
  width: 100%;
  padding: 19px 20px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  margin-bottom: 22px;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .form-popup__input {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px;
  }
}
.form-popup__title {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2d2d2d;
  margin-bottom: 8px;
  text-align: center;
}
.form-popup__data {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #707070;
  margin-bottom: 25px;
  max-width: 375px;
}
.form-popup__notify {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #707070;
  margin-top: 0px;
  max-width: 361px;
}
@media (max-width: 767px) {
  .form-popup__notify {
    font-size: 18px;
    line-height: 25px;
  }
}
.form-popup__btn {
  margin-top: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  border: none;
  width: 197px;
  padding: 19px 10px;
}
@media (max-width: 767px) {
  .form-popup__btn {
    margin-top: 23px;
  }
}

#review-modal {
  display: none;
  max-width: 1172px;
  width: 100%;
  padding: 35px 55px 45px 59px;
  background: #ffffff;
  border-radius: 15px;
  /* Upload Area */
}
@media (max-width: 575px) {
  #review-modal {
    padding: 32px 24px;
  }
}
#review-modal .review-modal__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #323232;
  font-family: "Gilroy-Bold";
}
@media (max-width: 575px) {
  #review-modal .review-modal__title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }
}
#review-modal .review-modal__form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 40px;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #review-modal .review-modal__form {
    flex-direction: column;
  }
}
#review-modal .review-modal__form-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#review-modal .review-modal__form-col_left {
  width: 100%;
  max-width: 382px;
}
@media (max-width: 767px) {
  #review-modal .review-modal__form-col_left {
    max-width: 100%;
  }
}
#review-modal .review-modal__form-col_right {
  width: 100%;
  max-width: 570px;
}
@media (max-width: 767px) {
  #review-modal .review-modal__form-col_right {
    max-width: 100%;
  }
}
#review-modal .review-modal__label {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1e1e1e;
}
@media (max-width: 576px) {
  #review-modal .review-modal__label {
    font-size: 18px;
    line-height: 22px;
  }
}
#review-modal .review-modal__label .review-modal__input {
  background: #fbfbfb;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 20px 15px;
  width: 100%;
  color: #323232;
  transition: 0.3s all;
}
#review-modal .review-modal__label .review-modal__input::-webkit-input-placeholder, #review-modal .review-modal__label .review-modal__input::-moz-placeholder, #review-modal .review-modal__label .review-modal__input:-moz-placeholder, #review-modal .review-modal__label .review-modal__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.47);
}
#review-modal .review-modal__label .review-modal__input:focus, #review-modal .review-modal__label .review-modal__input:active {
  border: 1px solid rgba(47, 47, 47, 0.7);
  box-shadow: 0 0 5px 1px rgba(47, 47, 47, 0.25);
}
#review-modal .review-modal__label .review-modal__input_error {
  border: 1px solid rgba(190, 23, 4, 0.9) !important;
  outline: 3.5px solid rgba(190, 23, 4, 0.4) !important;
  box-shadow: none !important;
  cursor: default !important;
}
#review-modal .review-modal-policy {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #969696;
}
@media (max-width: 576px) {
  #review-modal .review-modal-policy {
    font-size: 12px;
    line-height: 15px;
  }
}
#review-modal .btn {
  border: none;
  outline: none;
  max-width: 240px;
  width: 100%;
}
#review-modal :root {
  --clr-white: rgb(255, 255, 255);
  --clr-black: rgb(0, 0, 0);
  --clr-light: rgb(245, 248, 255);
  --clr-light-gray: rgb(196, 195, 196);
  --clr-blue: rgb(63, 134, 255);
  --clr-light-blue: rgb(171, 202, 255);
}
#review-modal .upload-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 15px 15px 10px;
  background: #fbfbfb;
  border: 2px dashed #bbbbbb;
  border-radius: 5px;
  min-height: 122px;
  height: auto;
}
#review-modal .upload-area_enabel {
  cursor: pointer;
  transition: 0.3s all;
}
#review-modal .upload-area_enabel:hover {
  border: 2px dashed #929292;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#review-modal .drop-zoon__file-input {
  display: none;
}
#review-modal .drop-zoon__text-wrap {
  padding-bottom: 5px;
  transition: 0.3s all;
}
#review-modal .drop-zoon__paragraph {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #242424;
}
#review-modal .drop-zoon__comment {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #6f6f6f;
}
#review-modal .dropZoon__img-container {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 5px;
  row-gap: 10px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #review-modal .dropZoon__img-container {
    flex-wrap: wrap;
  }
}
#review-modal .dropZoon__img-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 20%;
  height: 100px;
  max-height: 200px;
  border: 5px solid #fbfbfb;
  background: rgba(0, 0, 0, 0.1);
}
#review-modal .dropZoon__img-item img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: cover;
}
#review-modal .dropZoon__img-item button {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: #bbbbbb;
  color: #1E1E1E;
  opacity: 0.7;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s all;
}
#review-modal .dropZoon__img-item button:hover {
  opacity: 1;
}
#review-modal .drop-text-enter-active,
#review-modal .drop-text-leave-active,
#review-modal .drop-img-enter-active,
#review-modal .drop-img-leave-active {
  overflow: hidden;
  opacity: 0;
}
#review-modal .drop-text-enter,
#review-modal .drop-text-leave-to,
#review-modal .drop-img-enter,
#review-modal .drop-img-leave-to {
  height: 0;
}

#review-modal-success {
  display: none;
  max-width: 350px;
  width: 100%;
  padding: 40px 24px;
  background: #FFFFFF;
  border-radius: 15px;
}
@media (max-width: 575px) {
  #review-modal-success {
    padding: 40px 24px;
  }
}
#review-modal-success .review-modal-success__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #323232;
  font-family: "Gilroy-Bold";
  text-align: center;
}
@media (max-width: 575px) {
  #review-modal-success .review-modal-success__title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }
}
#review-modal-success .review-modal-success__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
}

.modal-tinkoff {
  max-width: 1005px;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .modal-tinkoff {
    max-width: 500px;
  }
}
.modal-tinkoff button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none !important;
}
.modal-tinkoff img {
  max-width: 100%;
  display: block;
}
.modal-tinkoff.fancybox-content {
  padding: 50px !important;
}
@media (max-width: 700px) {
  .modal-tinkoff.fancybox-content {
    padding: 25px !important;
  }
}
.modal-tinkoff img {
  width: auto;
}
.modal-tinkoff__container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .modal-tinkoff__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modal-tinkoff__img {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: center;
}
@media (max-width: 768px) {
  .modal-tinkoff__img {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 700px) {
  .modal-tinkoff__img {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 auto 20px auto;
    max-width: 300px;
  }
}
.modal-tinkoff__img img {
  margin: 0 auto;
}
.modal-tinkoff__column {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 700px) {
  .modal-tinkoff__column {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.modal-tinkoff__dropdown {
  margin-bottom: 20px !important;
  max-width: 358px !important;
}
@media (max-width: 700px) {
  .modal-tinkoff__dropdown {
    margin: 0px auto 20px auto !important;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__dropdown {
    margin: 0 auto 10px auto !important;
  }
}
@media (max-width: 576px) {
  .modal-tinkoff .dropdown-hero p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .modal-tinkoff .dropdown-item {
    font-size: 16px;
  }
}
.modal-tinkoff__box {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 700px) {
  .modal-tinkoff__box {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
  }
}
.modal-tinkoff__title {
  color: #323232;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .modal-tinkoff__title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .modal-tinkoff__list {
    margin: auto;
    max-width: 358px;
  }
}
.modal-tinkoff__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.modal-tinkoff__item-desc {
  color: #323232;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 575px) {
  .modal-tinkoff__item-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__item img {
    width: 20px;
  }
}
.modal-tinkoff__price {
  color: #323232;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .modal-tinkoff__price {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__price {
    font-size: 18px;
  }
}
.modal-tinkoff input,
.modal-tinkoff textarea {
  width: 100%;
  border: none;
  background: #fff;
  outline: none !important;
}
.modal-tinkoff .input {
  height: 54px;
  padding: 0 20px;
  border-radius: 10px;
  background: #f3f3f3;
  color: #555555;
  font-size: 20px;
}
@media (max-width: 576px) {
  .modal-tinkoff .input {
    height: 48px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.modal-tinkoff__inputs {
  margin: 0 0 30px 0;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  .modal-tinkoff__inputs {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__inputs {
    margin: 0 auto 20px auto;
    gap: 10px;
  }
}
.modal-tinkoff__form-desc {
  color: #323232;
  max-width: 358px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .modal-tinkoff__form-desc {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__form-desc {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }
}
.modal-tinkoff__btn {
  display: flex;
  width: 318px;
  height: 77px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #FCEB0A !important;
  color: #323232;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  /* 62.963% */
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .modal-tinkoff__btn {
    margin: 0px auto 10px auto;
  }
}
@media (max-width: 575px) {
  .modal-tinkoff__btn {
    width: 220px;
    font-size: 18px;
    height: 57px;
  }
}
.modal-tinkoff .close {
  top: -40px !important;
  position: absolute;
  right: 0;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.modal-tinkoff .is-close {
  opacity: 0 !important;
  width: 100px;
}

.modal-sber {
  max-width: 1005px;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .modal-sber {
    max-width: 500px;
  }
}
.modal-sber button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none !important;
}
.modal-sber img {
  max-width: 100%;
  display: block;
}
.modal-sber.fancybox-content {
  padding: 50px !important;
}
@media (max-width: 700px) {
  .modal-sber.fancybox-content {
    padding: 25px !important;
  }
}
.modal-sber img {
  width: auto;
}
.modal-sber__container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .modal-sber__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modal-sber__img {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: center;
}
@media (max-width: 768px) {
  .modal-sber__img {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 700px) {
  .modal-sber__img {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 auto 20px auto;
    max-width: 300px;
  }
}
.modal-sber__img img {
  margin: 0 auto;
}
.modal-sber__column {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 700px) {
  .modal-sber__column {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.modal-sber__dropdown {
  margin-bottom: 20px !important;
  max-width: 358px !important;
}
@media (max-width: 700px) {
  .modal-sber__dropdown {
    margin: 0px auto 20px auto !important;
  }
}
@media (max-width: 575px) {
  .modal-sber__dropdown {
    margin: 0 auto 10px auto !important;
  }
}
@media (max-width: 576px) {
  .modal-sber .dropdown-hero p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .modal-sber .dropdown-item {
    font-size: 16px;
  }
}
.modal-sber__box {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 700px) {
  .modal-sber__box {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
  }
}
.modal-sber__title {
  color: #323232;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .modal-sber__title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .modal-sber__title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .modal-sber__list {
    margin: auto;
    max-width: 358px;
  }
}
.modal-sber__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.modal-sber__item-desc {
  color: #323232;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 575px) {
  .modal-sber__item-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .modal-sber__item img {
    width: 20px;
  }
}
.modal-sber__price {
  color: #323232;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .modal-sber__price {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .modal-sber__price {
    font-size: 18px;
  }
}
.modal-sber__price span {
  color: #646464;
}
.modal-sber input,
.modal-sber textarea {
  width: 100%;
  border: none;
  background: #fff;
  outline: none !important;
}
.modal-sber .input {
  height: 54px;
  padding: 0 20px;
  border-radius: 10px;
  background: #f3f3f3;
  color: #555555;
  font-size: 20px;
}
@media (max-width: 576px) {
  .modal-sber .input {
    height: 48px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.modal-sber__inputs {
  margin: 0 0 30px 0;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  .modal-sber__inputs {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 575px) {
  .modal-sber__inputs {
    margin: 0 auto 20px auto;
    gap: 10px;
  }
}
.modal-sber__form-desc {
  color: #323232;
  max-width: 358px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .modal-sber__form-desc {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .modal-sber__form-desc {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }
}
.modal-sber__btn {
  display: flex;
  width: 318px;
  height: 77px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #209F38 !important;
  color: #FFF;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .modal-sber__btn {
    margin: 0px auto 10px auto;
  }
}
@media (max-width: 575px) {
  .modal-sber__btn {
    width: 220px;
    font-size: 18px;
    height: 57px;
  }
}
.modal-sber .close {
  top: -40px !important;
  position: absolute;
  right: 0;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.modal-sber .is-close {
  opacity: 0 !important;
  width: 100px;
}

/*# sourceMappingURL=style.css.map */
