* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

form h3,
form p {
  text-align: center;
  font-family: Inter;
}

#preloader_malc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
#preloader_malc h2 {
  color: #fff;
  text-align: center;
  font-family: Inria Serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.31%;
  max-width: 1193px;
}
#preloader_malc p {
  max-width: 885px;
  color: #fff;
  text-align: center;
  font-family: Inria Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.31%;
}

#preloader_malc div {
  background: rgba(0, 0, 0, 0.8);
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  border-radius: 8px;
  font-family: arial;
  font-size: 15px;
  color: #111;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mob {
  display: none;
}

a,
button {
  cursor: pointer;
}

.desk {
  display: block;
}

form.desk,
form.form-modal {
  position: relative;
  padding: 20px 8px;
  margin-top: 20px;
  border: 1px solid #4a990c;
  border-radius: 12px;
}

.container-1920 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.container-1320 {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  position: relative;
  background: #000025;
}

.hidden {
  display: none;
}

.input-group input::-moz-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input::placeholder {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input {
  padding: 10px 20px;
  max-width: 236px;
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inherit;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  border-radius: 50px;
  margin-bottom: 20px;
  border-radius: 35px;
  border: 1px solid #198308;
}

form {
  max-width: 272px;
  width: 100%;
  margin: 0 auto;
}

.header-nav-movile {
  display: none;
}

.price {
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: right;
  max-width: 450px;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}

.new-price {
  color: #f00;
  font-family: Acrom;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.old-price {
  color: #761e1e;
  font-family: Acrom;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 35px;
  background-color: rgba(0, 0, 37, 0.6196078431);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 1000;
}

h1 {
  color: #6baa0b;
  font-family: Hind;
  font-size: 114px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.1%;
}

.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  max-width: 100%;
  position: relative;
}

.btn {
  box-sizing: border-box;
  padding: 6px 42px;
  border-radius: 35px;
  background: linear-gradient(180deg, #198308 0%, #aec713 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.65);
  border: none;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
}

.list {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.023%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list li {
  display: flex;
  align-items: center;
}
.list svg {
  min-width: 16px;
  margin-right: 17px;
}
.list img {
  margin-right: 17px;
}
.form-box {
  background: url("../img/bg2.png") no-repeat top center;
  min-height: 606px;
  overflow-x: clip;
}
.form-box .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  min-height: 50px;
  padding-right: 240px;
}
.form-box ul.desk {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 40px;
}
.form-box ul.desk li a {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-box2 .form-box-content {
  margin-top: 0;
  padding-top: 0px;
}
.form-box2 .price {
  margin-top: 80px;
}

.form-box-content {
  display: flex;
  margin-top: 50px;
  align-items: center;
  box-sizing: border-box;
  padding-right: 205px;
  position: relative;
}
.form-box-content form {
  margin: 0 0 0;
}
.form-box-content .img2 {
  position: absolute;
  right: 102px;
  bottom: -14px;
}
.form-box-content__flex.desk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  gap: 62px;
}
.form-box-content__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
  gap: 62px;
}
.form-box-content__left-text1 {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 165.196%;
}
.form-box-content__left-text2 {
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-box-content__left {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  max-width: 583px;
  position: relative;
  z-index: 2;
}
.form-box-content .btn-block {
  margin-top: 0px;
}
.form-box-content .text {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 151.023%;
  max-width: 492px;
  margin-bottom: 10px;
}
.form-box-content .text4 {
  margin-top: 10px;
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  border-radius: 3px;
  background: #faff02;
  padding: 5px;
  max-width: 443px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.form-box-content .text4 svg {
  margin-right: 13px;
}

.block1 {
  background: url("../img/bg3.png") no-repeat top center;
  min-height: 356px;
  position: relative;
  z-index: 2;
}

.block1-content {
  box-sizing: border-box;
}
.block1-content p {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 15px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.151%;
}

.block2 {
  margin-top: -110px;
  background: url("../img/bg4.png") top center;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 795px;
  z-index: 0;
}

.block2-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 35px;
}
.block2-content p {
  max-width: 1026px;
  margin: 0 auto;
  margin-top: 45px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.151%;
}
.block2-content p a {
  color: #fd0000;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 136.151%;
}

.block3 {
  background: #000025;
  padding-top: 175px;
  box-sizing: border-box;
}
.block3 .block3-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block3 .block3-content__right p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.068%;
}
.block3 .block3-content__flex {
  display: flex;
}
.block3 .block3-content__flex img {
  margin-top: -276px;
}
.block3 h2 {
  margin-bottom: 32px;
  color: #000;
  text-align: center;
  font-family: Acrom;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.4%;
}
.block3 p {
  max-width: 857px;
  color: #010101;
  text-align: center;
  font-family: Hind;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block3__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block4 {
  background: url("../img/bg3.png") no-repeat top center;
  min-height: 356px;
  position: relative;
  z-index: 2;
}

.block4-content {
  box-sizing: border-box;
}
.block4-content p {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 59px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 153.094%;
}

.block5 {
  background: #000025;
  box-shadow: 0px -2px 10.9px 0px rgba(0, 0, 0, 0.59);
  min-height: 563px;
  box-sizing: border-box;
  margin-top: -110px;
}
.block5 .block5-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 118px;
  position: relative;
  padding-bottom: 104px;
  box-sizing: border-box;
}
.block5 .block5-content__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block5 .block5-content .img {
  position: absolute;
  right: -100px;
  top: -10px;
  z-index: 0;
}
.block5 .block5-content h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.block5 .block5-content__left {
  max-width: 568px;
}
.block5 .block5-content__flex1 {
  border-radius: 14px;
  background: rgba(122, 122, 122, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 1117px;
  padding: 21px 48px;
  box-sizing: border-box;
  margin-bottom: 112px;
}
.block5 .block5-content__flex1 h3 {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.block5 .block5-content__flex1 p {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.block5 .block5-content__flex1 p span {
  color: #fff;
  font-family: Inria Serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 29px;
}
.block5 .block5-content__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  gap: 60px;
  margin-top: 50px;
}
.block5 .block5-content__flex p {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.94%;
  display: flex;
  align-items: center;
}
.block5 .block5-content__flex p img {
  margin-left: 20px;
  margin-bottom: -25px;
}
.block5 .block5-content__left {
  max-width: 671px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.block6 {
  background: url("../img/bg6.png") top center no-repeat;
}
.block6 .block6-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 546px;
  box-sizing: border-box;
}
.block6 .block6-content__flex1 {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.block6 .block6-content__flex1 .img {
  margin-top: -245px;
  margin-left: -134px;
}
.block6 .block6-content__flex1 .question.question3::after {
  top: -52px;
  left: -58px;
}
.block6 .block6-content__flex1 .question {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.597%;
  max-width: 300px;
  position: relative;
  transform: all 0.5s;
  animation: zoom 1.5s ease-in-out forwards;
  opacity: 0;
}
.block6 .block6-content__flex1 .question span {
  z-index: 2;
  position: relative;
}
.block6 .block6-content__flex1 .question::after {
  position: absolute;
  content: url("../img/12.png");
  left: -38px;
  top: -64px;
  z-index: 0;
}
.block6 .block6-content__flex1 .answer {
  margin-top: 135px;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.597%;
  max-width: 395px;
  transform: all 0.5s;
  opacity: 0;
  position: relative;
  animation: zoom 1.5s ease-in-out 0.5s forwards;
}
.block6 .block6-content__flex1 .answer span {
  z-index: 2;
  position: relative;
}
.block6 .block6-content__flex1 .answer::after {
  position: absolute;
  content: url("../img/13.png");
  left: -74px;
  top: -52px;
  z-index: 0;
}
.block6 h2 {
  margin-top: 28px;
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.94%;
  max-width: 345px;
}
.block6 h2 span {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.94%;
}

@keyframes zoom {
  0% {
    scale: 0;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.block7 {
  background: #fff;
}
.block7 .block7-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
  gap: 38px;
  justify-content: center;
}
.block7 .block7-content h3 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.94%;
  margin-top: 33px;
}
.block7 .block7-content p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.597%;
  max-width: 612px;
}
.block7 .block7-content__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
}

.block8-content__right {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block8-content__right svg {
  position: absolute;
  left: -183px;
  top: 135px;
}
.block8-content__right img:nth-last-of-type(1) {
  margin-top: -40px;
  margin-left: -100px;
}

.block8 {
  background: #000025;
}
.block8 .block8-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding-top: 48px;
  padding-bottom: 71px;
  box-sizing: border-box;
  min-height: 888px;
}
.block8 .block8-content h3 {
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.94%;
  margin-bottom: 18px;
}
.block8 .block8-content p {
  max-width: 594px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.94%;
  margin-bottom: 37px;
}
.block8 .block8-content .swiper-container {
  min-height: 700px;
  overflow: hidden;
  padding-bottom: 20px;
  max-width: 1098px;
  margin: 0 auto;
  margin-top: 20px;
}
.block8 .block8-content .swiper-button-next,
.block8 .block8-content .swiper-button-prev {
  top: auto;
  bottom: 30%;
}
.block8 .block8-content .swiper-button-next:after {
  color: #000;
}
.block8 .block8-content .swiper-button-prev:after {
  color: #000;
}
.block8 .block8-content .swiper-slide {
  max-width: 334px;
  transition: margin-top 0.5s;
}
.block8 .block8-content .swiper-slide img {
  border-radius: 28px;
  box-shadow: -9px 11px 25px rgba(0, 0, 0, 0.25);
}
.block8 .block8-content__flex {
  display: flex;
  gap: 300px;
}
.block8 .block8-content h2 {
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.block9 {
  background: url("../img/bg7.png") no-repeat top center;
  min-height: 615px;
  position: relative;
  z-index: 2;
}
.block9 .block9-content {
  padding-top: 37px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.block9 .block9-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 290px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.523%;
  gap: 10px;
}

.block10 {
  min-height: 480px;
}
.block10 .block10-content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.block10 .block10-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 301px;
  gap: 10px;
}
.block10 .block10-content .item p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.523%;
  padding: 10px 30px;
  border-radius: 70px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.block11 {
  background: #198308;
}
.block11 .block11-content {
  min-height: 367px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.block11 .block11-content h2 {
  max-width: 1145px;
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.94%;
}
.block11 .block11-content h2 a {
  color: #fff500;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.94%;
}

.block12 {
  background: #000025;
}
.block12 .block12-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding-top: 48px;
  padding-bottom: 71px;
  box-sizing: border-box;
  min-height: 888px;
}
.block12 .block12-content .swiper-container {
  min-height: 700px;
  overflow: hidden;
  padding-bottom: 20px;
  max-width: 1098px;
  margin: 0 auto;
  margin-top: 20px;
}
.block12 .block12-content .swiper-button-next,
.block12 .block12-content .swiper-button-prev {
  top: auto;
  bottom: 30%;
}
.block12 .block12-content .swiper-button-next:after {
  color: #ffffff;
}
.block12 .block12-content .swiper-button-prev:after {
  color: #fff;
}
.block12 .block12-content .swiper-slide {
  max-width: 334px;
  transition: margin-top 0.5s;
}
.block12 .block12-content .swiper-slide img {
  border-radius: 28px;
  box-shadow: -9px 11px 25px rgba(0, 0, 0, 0.25);
}
.block12 .block12-content__flex {
  display: flex;
  gap: 300px;
}
.block12 .block12-content h2 {
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

#form {
  align-items: center;
}

.close2 {
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0px;
  width: 29px;
  height: 29px;
  display: flex;
  color: #bf0f0f;
  align-items: center;
  justify-content: center;
}

.blur.active {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.popup-block {
  display: none;
}

.hide {
  display: none;
}

.popup {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  z-index: 1020;
}

.popup2 {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  z-index: 1020;
}

.popup2 .popup-p {
  text-align: center;
  margin-bottom: 0;
}

.popup-p {
  margin-bottom: 50px;
}

.article-comments {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  color: #282828;
  margin-left: 85px;
  margin-bottom: 40px;
}

.link-img {
  margin-top: 28px;
}

.comments-items {
  max-width: 749px;
  padding-bottom: 34px;
}
.comments-items h2 {
  margin-left: 10px;
  margin-bottom: 30px;
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.burger {
  display: none;
}

.mob {
  display: none;
}

.mobile-menu {
  display: none;
}

.close {
  display: none;
}

.close3 {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
}

.logo {
  color: #6baa0b;
  font-family: Hind;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1355px) {
  .container-1320 {
    max-width: 375px;
  }
  .burger {
    width: 45px;
    display: flex;
    align-items: center;
  }
  .burger img {
    max-width: 100%;
    filter: invert(1);
  }
  .header-menu ul.desk {
    display: none;
  }
  .mobile-menu ul li {
    list-style: none;
  }
  .mobile-menu ul li a {
    font-weight: 200;
    font-size: 18px;
  }
  .mobile-menu ul li {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  nav.mob li a {
    margin-left: 10px;
    font-family: "Battambang";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 52px;
    color: #ffffff;
  }
  .close {
    position: relative;
    top: 4px;
    right: 12px;
    display: none;
    width: 35px;
    z-index: 1000;
  }
  .container-1320 {
    max-width: 375px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .header-menu ul {
    flex-direction: column;
    align-items: center;
  }
  .header-menu ul li a {
    margin-left: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #030303;
  }
  .mobile-menu ul {
    background: url("../img/nav.png") top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .btn2.mobile {
    display: flex;
  }
  .showPanel {
    display: block !important;
    position: fixed;
    opacity: 1;
  }
  .mobile-menu ul {
    padding: 21px 0 37px 0;
    width: 100%;
    height: -moz-max-content;
    height: 380px;
    box-sizing: border-box;
    background: url("../img/37.png") no-repeat top center;
    background-size: cover;
    text-align: center;
  }
  .text4 {
    color: #000;
    font-family: Mukta;
    font-size: 33px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 133.7%;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    z-index: 500;
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
  .mobile-menu ul li {
    list-style: none;
  }
  .mobile-menu ul li a {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-menu ul li a :hover {
    color: #eb5757;
  }
  .mobile-menu ul li {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .mobile-menu .header-social {
    padding-top: 3px;
  }
  .mobile-menu .header-social a:not(:last-child) {
    margin-right: 50px;
  }
  .close {
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    width: 35px;
    z-index: 1000;
  }
  .showPanel {
    display: block;
    position: fixed;
    opacity: 1;
  }
  .text2 {
    padding: 12px;
  }
  .text8 {
    padding: 28px 17px;
  }
  .block2-content {
    padding-bottom: 14px;
  }
  .form-box {
    background: url("../img/bg2-mob.png") no-repeat top center;
    background-size: cover;
    min-height: 812px;
    padding-bottom: 20px;
  }
  .form-box h1 {
    font-size: 16px;
    margin-top: -25px;
  }
  .form-box-content__item::after {
    display: none;
  }
  .form-box-content__left-text2 a {
    font-size: 16px;
  }
  .form-box-content__flex-item {
    margin-top: 223px;
    margin-left: 0;
    gap: 9px;
    justify-content: center;
  }
  .form-box-content__flex-item p {
    font-size: 14px;
  }
  .form-box-content__left-text2 {
    font-size: 20px;
    margin-top: 18px;
    text-align: center;
  }
  .form-box-content__flex {
    flex-direction: column;
    gap: 10px;
  }
  .form-box-content__flex .price {
    left: 80px;
    margin-top: 0;
  }
  .form-box-content__flex .price .new-price {
    color: #faff00;
    font-size: 36px;
  }
  .form-box-content__flex .price .old-price {
    color: #fff;
    font-size: 24px;
  }
  .form-box-content__left-text1 {
    font-size: 16px;
    margin-top: 18px;
  }
  .form-box-content__left-text {
    font-size: 16px;
    text-align: center;
  }
  .form-box-content__left {
    padding-left: 0;
  }
  .form-box .header-menu {
    padding-right: 0;
  }
  .form-box-content {
    padding-top: 10px;
    flex-direction: column;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .form-box-content .btn-block {
    margin-top: 32px;
    justify-content: left;
    padding-left: 25px;
  }
  .form-box-content .img1 {
    scale: 0.7;
    right: -75px;
    bottom: -310px;
    top: auto;
  }
  .form-box-content .img2 {
    right: 11px;
    bottom: -274px;
  }
  .block1 {
    background: url("../img/bg3-mob.png") no-repeat top center;
    min-height: 252px;
  }
  .block1-content p {
    font-size: 16px;
  }
  .block1-content .video {
    scale: 1;
  }
  .block1-content__item:not(:last-child) {
    border-bottom: 2px solid #000;
    border-right: none;
    padding-bottom: 10px;
  }
  .block2-content__flex h3 {
    text-align: center;
  }
  .price {
    position: relative;
    z-index: 6;
    left: 127px;
    margin-top: 105px;
    text-align: right;
    margin-bottom: -11px;
  }
  .price .new-price {
    font-size: 20px;
  }
  .price .old-price {
    font-size: 16px;
  }
  .block1-content__flex {
    flex-direction: column;
    justify-content: left;
    padding-top: 50px;
    box-sizing: border-box;
    align-items: center;
    padding-left: 0;
    padding-bottom: 40px;
    gap: 20px;
  }
  .block1-content__flex p {
    font-size: 16px;
  }
  .block2-content__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .block2-content h2 {
    font-size: 24px;
  }
  .block2__item {
    padding-bottom: 10px;
  }
  .block2 {
    background: url(../img/bg4-mob.png) bottom center no-repeat;
    min-height: 405px;
    padding-bottom: 20px;
  }
  .block2-content p {
    margin-top: 64px;
    font-size: 14px;
  }
  .block2-content p a {
    font-size: 24px;
  }
  .block2-content p::after,
  .block2-content p::before {
    display: none;
  }
  .block3 {
    overflow: hidden;
    min-height: -moz-max-content;
    min-height: max-content;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    padding-top: 31px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .block3 .block3-content__flex {
    flex-direction: column;
  }
  .block3 .block3-content__flex ul {
    gap: 30px;
    margin-top: 0;
  }
  .block3 h2 {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .block3 p {
    font-size: 16px;
  }
  .block3__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .block3__item2 h3 {
    font-size: 20px;
  }
  .block3__item2 p {
    font-size: 16px;
  }
  .block3__item2::before {
    display: none;
  }
  .block3__right {
    margin-top: 0;
  }
  .block4 {
    background: url(../img/bg3-mob.png) top center no-repeat;
    min-height: 279px;
    padding-bottom: 20px;
  }
  .block4 p {
    font-size: 20px;
  }
  .block3 .block3-content__flex img {
    margin-top: 20px;
  }
  .block5 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .block5 .block5-content {
    padding-bottom: 0;
  }
  .block5 .block5-content .img {
    position: static;
  }
  .block5 .block5-content__flex1 {
    padding: 15px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px !important;
    margin-bottom: 35px;
  }
  .block5 .block5-content__flex p img {
    display: none;
  }
  .block5 .block5-content {
    padding-top: 0;
  }
  .block5 .block5-content__flex {
    flex-direction: column;
    margin-top: 20px;
  }
  .block5 .block5-content h2 {
    font-size: 24px;
    text-align: center;
  }
  .block5 .block5-content__flex p {
    font-size: 16px;
  }
  .block5 {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .block6 {
    background-size: cover;
    overflow: hidden;
  }
  .block6 .block6-content__flex1 .question {
    font-size: 14px;
    max-width: 210px;
    z-index: 2;
  }
  .block6 .block6-content__flex1 .question::after {
    scale: 0.7;
    left: -75px;
  }
  .block6 .block6-content__flex1 .question.question3::after {
    top: -52px;
    left: -88px;
  }
  .block6 .block6-content__flex1 {
    margin-top: 25px;
  }
  .block6 .block6-content {
    padding-bottom: 40px;
  }
  .block6 .block6-content__flex1 .img {
    position: absolute;
    right: -97px;
    bottom: 40px;
    z-index: 0;
    scale: 1.2;
  }
  .block6 .block6-content__flex1 .answer::after {
    scale: 0.8;
    top: -80px;
  }
  .block6 .block6-content__flex1 .answer {
    font-size: 13px;
    z-index: 2;
  }
  .block6 h2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 134.94%;
    margin-top: 0;
  }
  .block6 h2 span {
    font-size: 20px;
    font-weight: 700;
  }
  .block6 .block6-content__flex1,
  .block6 .block6-content__flex2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .block6 .block6-content {
    min-height: 635px;
    justify-content: left;
    padding-top: 40px;
    gap: 10px;
    box-sizing: border-box;
  }
  .block7 .block7-content__flex {
    flex-direction: column;
  }
  .block6 {
    text-align: center;
  }
  .block6 h2 {
    font-size: 24px;
  }
  .block6 p {
    font-size: 16px;
  }
  .block7 .block7-content__flex {
    gap: 20px;
  }
  .block7 {
    background-size: cover;
    padding-top: 37px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .block7 img {
    max-width: 75%;
  }
  .block7 h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0 !important;
  }
  .block7 .block7-content {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  .block8 {
    background-position: bottom center;
    background-size: contain;
  }
  .block8 .block8-content__flex {
    flex-direction: column-reverse;
    align-items: end;
  }
  .block8 .block8-content h2 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
  }
  .block8 .block8-content__flex {
    gap: 0;
  }
  .block8-content__right {
    scale: 0.8;
  }
  .block8-content__right svg {
    position: absolute;
    left: -152px;
    top: 88px;
    scale: 0.8;
  }
  .block12 .block8-content .swiper-container {
    max-width: 95%;
    margin: 0 auto;
  }
  .block12 .block8-content .swiper-container img {
    max-width: 100%;
  }
  .block12 .block8-content .swiper-button-next,
  .block12 .block8-content .swiper-button-prev {
    top: auto;
    bottom: 36px;
  }
  .block12 .block12-content .swiper-slide-active {
    margin-top: 0px;
  }
  .block12 .block12-content h3 {
    font-size: 32px;
  }
  .block12-content__right {
    scale: 0.8;
  }
  .block9 .block9-content {
    flex-direction: column;
    padding-bottom: 120px;
    gap: 20px;
  }
  .block12 .block12-content .swiper-container {
    max-width: 100%;
  }
  .block12 .block12-content .swiper-button-next,
  .block12 .block12-content .swiper-button-prev {
    top: auto;
    bottom: 7%;
  }
  .block10 .block10-content {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 60px;
  }
  .block11 .block11-content h2 {
    font-size: 20px;
  }
  .block11 .block11-content h2 a {
    font-size: 30px;
  }
  .block-content a img {
    margin-right: 7px;
  }
  .form-box {
    background: url("../img/bg2-mob.png") no-repeat top center;
    background-size: cover;
    min-height: 812px;
    padding-bottom: 20px;
  }
  .form-box h1 {
    font-size: 16px;
    margin-top: -25px;
  }
  .form-box-content__item::after {
    display: none;
  }
  .form-box-content__left-text2 a {
    font-size: 16px;
  }
  .form-box-content__flex-item {
    margin-top: 223px;
    margin-left: 0;
    gap: 9px;
    justify-content: center;
  }
  .form-box-content__flex-item p {
    font-size: 14px;
  }
  .form-box-content__left-text2 {
    font-size: 20px;
    margin-top: 18px;
    text-align: center;
  }
  .form-box-content__flex {
    flex-direction: column;
    gap: 10px;
  }
  .form-box-content__flex .price {
    left: 80px;
    margin-top: 0;
  }
  .form-box-content__flex .price .new-price {
    color: #faff00;
    font-size: 36px;
  }
  .form-box-content__flex .price .old-price {
    color: #fff;
    font-size: 24px;
  }
  .form-box-content__left-text1 {
    font-size: 16px;
    margin-top: 18px;
  }
  .form-box-content__left-text {
    font-size: 16px;
    text-align: center;
  }
  .form-box-content__left {
    padding-left: 0;
  }
  .form-box .header-menu {
    padding-right: 0;
  }
  .form-box-content {
    padding-top: 10px;
    flex-direction: column;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .form-box-content .btn-block {
    margin-top: 32px;
    justify-content: left;
    padding-left: 25px;
  }
  .form-box-content .img1 {
    scale: 0.7;
    right: -75px;
    bottom: -310px;
    top: auto;
  }
  .form-box-content .img2 {
    right: 11px;
    bottom: -274px;
  }
  #preloader_malc h2 {
    font-size: 24px;
  }
  #preloader_malc {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #preloader_malc p {
    font-size: 18px;
  }
  .popup2 {
    padding: 0;
  }
  .container-1320 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-a {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    bottom: 0;
    left: 15px;
  }
  .text9 {
    text-align: center;
  }
  .block9 {
    background-size: cover;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: flex;
  }
}
@media (max-width: 920px) {
  .popup2__content {
    width: 263px;
  }
  .popup {
    padding-left: 0;
  }
  .popup-info {
    padding: 38px 41px;
    max-width: 355px;
  }
  .popup-info p {
    font-size: 17px !important;
  }
}

.modal form {
  /* height: 100%; */
  background: rgb(0 0 37 / 58%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-modal .btn-block {
  margin-top: 20px;
}

.footer-form-box {
  background: url("../img/bg2.png") no-repeat top center;
  /* background: #000024; */
  min-height: 606px;
  overflow-x: clip;
  padding: 0 0 50px;
}

.footer-form-box .form-box-content {
  align-items: end;
  justify-content: space-between;
}

.footer-form-box .form-box-content .btn-block {
  margin: 0 0 32px;
  justify-content: left;
  padding-left: 25px;
}

@media (max-width: 1355px) {
  .footer-form-box .form-box-content .btn-block {
    margin: 0 auto 32px;
    justify-content: left;
    padding-left: 0 !important;
  }
}

@media (max-width: 1355px) {
  .form-modal .price {
    left: 0;
  }
}

.discount-form-banner {
  font-size: 14px;
  color: white;
  margin: 10px 0 20px 0;
  font-family: Inter;
  text-align: center;
}

.discount-form-banner .price {
  margin: 22px 0 15px 0;
  align-items: center;
}

.price-original {
  font-size: 18px;
  text-decoration: line-through;
  color: #999;
  /* margin-bottom: 10px; */
}

.price-current {
  font-size: 24px;
  font-weight: 400;
  color: #d32f2f;
  /* margin-bottom: 10px; */
}

.price-discount {
  background: #d32f2f;
  color: white;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */
