@font-face {
  font-family: "Lato-Semibold";
  src: url("fonts/Lato-Semibold.eot");
  src: local("☺"), url("fonts/Lato-Semibold.woff") format("woff"),
    url("fonts/Lato-Semibold.ttf") format("truetype"),
    url("fonts/Lato-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ponter1";
  src: url("fonts/9625.eot");
  src: local("☺"), url("fonts/9625.woff") format("woff"),
    url("fonts/9625.ttf") format("truetype"),
    url("fonts/9625.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-display: swap;
}

@font-face {
  font-family: "Lato-Heavy";
  src: url("fonts/Lato-Heavy.eot");
  src: local("☺"), url("fonts/Lato-Heavy.woff") format("woff"),
    url("fonts/Lato-Heavy.ttf") format("truetype"),
    url("fonts/Lato-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ponter";
  src: url("fonts/13748.eot");
  src: local("☺"), url("fonts/13748.woff") format("woff"),
    url("fonts/13748.ttf") format("truetype"),
    url("fonts/13748.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-display: swap;
}



* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

a,
ins {
  text-decoration: none;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* html { overflow:  hidden; } */

button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  font: unset;
  outline: unset;
  cursor: pointer;
  background: unset;
}

.dn {
  display: none;
}

.altep-wrap {
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

/* -----------------box1------------------------------------------- */
.wrap-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-image: url(img/img_main.png); */
  /* padding: 130px 0 380px; */
}

.box1_title_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 65px 0 345px;
}

/* .box1_title_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 14%;
} */

.box1-title1 {
  font-size: 20px;
  font-family: Benzin, sans-serif;
  color: #ECEFF5;
  /* text-transform: uppercase; */
  line-height: 1.836;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 20px;
  /* letter-spacing: 1px; */
  z-index: 2;
}

.box1-title2 {
  font-size: 72px;
  font-family: Benzin, sans-serif;
  font-weight: 500;
  color: white;
  /* text-transform: uppercase; */
  line-height: 0.681;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  z-index: 2;
}

.box1-title3 {
  font-size: 32px;
  font-family: Benzin, sans-serif;
  color: #A0A4AD;
  font-weight: 500;
  /* text-transform: uppercase; */
  /* line-height: 2.698; */
  max-width: 800px;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
}

/* -----------------box2------------------------------------------- */
.wrap-box2 {
  display: flex;
  width: 100%;
  justify-content: center;
}

.wrap-box2-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 30px;
  margin: 50px 0;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* align-items: center; */
  width: 100%;
  /* padding: 50px 0 70px; */
}

@media (max-width: 768px) {
  .wrap-box2-content {
    grid-template-columns: 1fr;
  }
}

.box2-block-wrap {
  display: flex;
  /* background-image: url(img/box2-block-bg.jpg); */
  flex-direction: column;
  align-items: center;
  /* margin: 0 15px; */
  /* padding: 38px 3%; */
  /* border-radius: 10px 10px 10px 10px; */
  /* background-position: top; */
  /* box-shadow: 0px 30px 45px 0px rgba(0, 0, 0, 0.2); */
  /* margin-bottom: 30px; */
  /* width: 30%; */
  /* max-width: 490px; */
}

/* .box2-block-wrap:hover {
  box-shadow: 0px 30px 45px 0px rgba(0, 0, 0, 0.5);
} */

/* .box2-block-wrap:hover img {
  border-radius: 50%;
 border: 1px solid red;
} */
.box2-block-wrap img {
  height: fit-content;
  /* border: 1px solid #e0e0e0;
  border-radius: 50%; */
}

.box2-block-title-wrap {
  display: flex;
  flex-direction: column;
  /* max-width: 235px; */
  justify-content: center;
  /* padding-left: 5%; */
}

.box2-block-title-wrap span {
  /* font-size: 30px;
  font-family: "Ponter";
  color: rgb(227, 5, 15);
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  -moz-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0);
  -webkit-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0);
  -ms-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0);
  letter-spacing: 1px; */
}

.box2-block-title-top {
  font-size: 21px;
  font-family: Benzin, sans-serif;
  font-weight: 500;
  color: #161615;
  /* text-transform: uppercase; */
  /* line-height: 1.5; */
  text-align: center;
  /* -moz-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0);
  -webkit-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0);
  -ms-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0); */
  margin: 15px 0 0;
  /* letter-spacing: 1px; */
}

.box2-block-title-bottom {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #525559;
  /* line-height: 1.3; */
  text-align: center;
  font-weight: bold;
  /* -moz-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0); */
  /* -webkit-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0); */
  /* -ms-transform: matrix(1.00000058522557, 0, 0, 0.99803608033733, 0, 0); */
}

/* -----------------box3------------------------------------------- */
.wrap-box3 {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  background-image: url(img/box3-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  justify-content: center;
  /* margin-top: 80px; */
  background-size: contain;
}

.wrap-box3-content {
  display: flex;
  width: 90%;
  /* background-image: url(img/box3-bg.png); */
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box3-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  min-width: 320px;
  max-width: 600px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.box3-left-block img {
  align-self: start;
  max-width: 580px;
  max-height: 500px;
  width: 100%;
  border-radius: 8px;
}

.box3-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.box3-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(166, 166, 166);
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 20px;
}

.box3-right-block {
  display: flex;
  flex-direction: column;
  background-image: url(img/Box3-right-blockImg-bg.jpg);
  padding: 50px 0;
  /* flex-basis: 800px; */
  width: 60%;
  padding-left: 50px;
  padding-right: 50px;
  min-width: 320px;
  max-width: 900px;
  background-repeat: no-repeat;
  background-size: cover;
}

.box3-right-block-wrap {
  max-width: 400px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.box3-right-block-title {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(227, 5, 15);
  line-height: 1.995;
  margin-bottom: 20px;
}

.box3-right-block form {
  display: flex;
  flex-direction: column;
  /* width: 55%; */
}

#form1 {
  margin-top: 30px;
}

#form1 input {
  /* border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px; */
}

.box3-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.box3-right-block input {
  appearance: auto;
}

.box3-riight-block-label-confid {
  display: flex;
}

.box3-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

/* ---------------------------красивый чек бокс------------------------------- */
.box3-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.box3-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.box3-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.box3-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

/* ---------------------------красивый чек бокс------------------------------- */

/* -----------------box4------------------------------------------- */
.wrap-box4 {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

.wrap-box4-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("img/box4-bg.jpg");
  background-repeat: no-repeat;
  padding: 60px 0;
  background-size: cover;
}

.box4-wrap-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  max-width: 850px;
  margin-bottom: 50px;
}

.box4-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(227, 5, 15);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 1px;
}

.box4-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(84, 83, 83);
  text-transform: uppercase;
  line-height: 1.875;
  text-align: center;
}

.box4-block-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.box4-left-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  align-items: center;
  min-width: 320px;
  padding: 10px;
}

.box4-right-block {
  display: flex;
  width: 50%;
  justify-content: start;
  min-width: 320px;
  padding: 10px;
}

.box4-left-block-wrap-title {
  max-width: 600px;
}

.box4-left-block-title1 {
  font-size: 18px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(64, 64, 64);
  line-height: 1.333;
  font-weight: 700;
  margin-bottom: 35px;
}

.box4-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(64, 64, 64);
  line-height: 1.333;
  position: relative;
  margin-bottom: 35px;
}

.box4-left-block-title2::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 7px;
}

.box4-left-block-title2 span {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(64, 64, 64);
  line-height: 1.333;
  font-weight: 700;
}

section {
  margin: 50px auto;
}

/* ----------------------video------------------------------- */

.video1 {
  max-width: 750px;
  width: 100%;
  height: 480px;
  position: relative;
  /* border: 1px solid #000; */
  background: url("img/box4-toning.jpg") 0% 0% / cover;
  border-radius: 16px;
}

.video1-play {
  background-image: url("img/box4-youtube.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 90px;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -30px;
  position: absolute;
  border-radius: 21px;
  background-position: 50% 50%;
  cursor: pointer;
}

.video1-play:hover {
  box-shadow: 0 0 12px 0 #000;
}

/* ----------------------video------------------------------- */

/* -----------------box5------------------------------------------- */
.wrap-box5 {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

.wrap-box5-content {
  display: flex;
  width: 100%;
  min-height: 810px;
  position: relative;
}

.box5-left-block {
  display: flex;
  /* background-color: #e3050f; */
  /* opacity: 0.9; */
  background-image: url("img/box5-bg_left-block.jpg");
  background-repeat: no-repeat;
  min-height: 520px;
  max-width: 990px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.box5-left-block-title {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  /* max-width: 750px; */
  /* margin-left: 190px; */
  margin-top: 4%;
  margin-left: 20%;
  letter-spacing: 1px;
}

.box5-left-block-bg-title {
  position: absolute;
  left: -6%;
  right: 0;
  top: 23px;
  font-size: 75px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 2%;
  margin-left: 10%;
  letter-spacing: 1px;
  opacity: 0.4;
}

.box5-right-block {
  display: flex;
  background-image: url("img/box5-bg_right-block.jpg");
  background-repeat: no-repeat;
  background-position: right;
  /* min-height: 610px; */
  /* width: 1630px; */
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.box5-right-block-content-wrap {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  /* padding: 50px 0 100px; */
  padding: 50px 160px 100px;
}

.box5-right-block-item {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  padding: 30px 0;
  /* justify-content: center; */
  align-items: center;
  /* background-color: white; */
  /* border-radius: 8px 8px 8px 8px; */
  margin: 0 5px;
  /* box-shadow: 0px 30px 40px 0px rgba(57, 57, 57, 0.1); */
}

.box5-right-block-item img {
  margin-bottom: 25px;
}

.box5-right-block-item-title {
  font-size: 21px;
  font-family: Benzin, Arial, sans-serif;
  color: #161615;
  font-weight: 500;
  /* text-transform: uppercase; */
  /* line-height: 1.432; */
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.box5-right-block-item-deskr {
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #525559;
  /* line-height: 1.374; */
  text-align: center;
  margin-bottom: 25px;
  min-height: 105px;
}

.box5-right-block-item-button {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  font-family: Arial, sans-serif;
  color: #E2070F;
  /* text-transform: uppercase; */
  /* line-height: 1.425; */
  padding: 15px 20px;
  background-color: #08173512;
  cursor: pointer;
  border-radius: 16px;
  letter-spacing: 1px;
}
.box5-right-block-item-button:hover {
  background-color: #08173540;
}

.box5-right-block-item-deskr a {
  color: #e3050f;
  text-decoration: underline;
}

/* -----------------box6------------------------------------------- */
.wrap-box6 {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.wrap-box6-content {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:30px;
}

.box6-title {
  font-size: 32px;
  /* font-family: "Ponter", sans-serif; */
  /* color: rgb(49, 49, 49); */
  /* text-transform: uppercase; */
  /* line-height: 1.5; */
  text-align: left;
  max-width: 560px;
  margin-bottom: 50px;
  float: left;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.box6-title span {
  display: none;
  position: absolute;
  top: 30px;
  font-size: 80px;
  font-family: "Ponter", sans-serif;
  color: rgb(233, 233, 233);
  text-transform: uppercase;
  line-height: 0.749;
  left: 0;
  z-index: -1;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  letter-spacing: 1px;
}

.box6-num {
  font-family: Benzin, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #E2070F;
}

.box6-row-wrap1,
.box6-row-wrap2 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.box6-row-wrap2 .box6-row-right-col {
  background-position: left;
}

.box6-row-wrap2 {
  flex-direction: row-reverse;
}

.box6-row-wrap2 img {
  align-self: flex-end !important;
}

.box6-row-wrap2 .box6-row-left-col {
  justify-content: flex-start;
  padding-left: 4%;
}

.box6-row-left-col {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  padding-right: 4%;
  min-width: 300px;
}

.box6-left-col-content {
  display: flex;
  flex-direction: column;
  /* max-width: 550px; */
}

.box6-left-col-title {
  font-size: 20px;
  font-family: Benzin, Arial, sans-serif;
  color: #161615;
  /* text-transform: uppercase; */
  /* line-height: 1.429; */
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.box6-left-col-descr {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #161615;
  /* line-height: 1.533; */
  text-align: left;
  /* position: relative; */
  /* padding-left: 25px; */
}

.box6-left-col-descr a {
  color: #e3050f;
  text-decoration: underline;
}

/* .box6-left-col-descr::before {
  position: absolute;
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 2px solid #e3050f;
} */

.box6-row-right-col {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: right;
  justify-content: flex-end;
  width: 50%;
  min-width: 300px;
}

/* .box6-row-1-bg-img {
  background-image: url("img/box6-1row-bg.jpg");
}

.box6-row-2-bg-img {
  background-image: url("img/box6-2row-bg.jpg");
}

.box6-row-3-bg-img {
  background-image: url("img/box6-3row-bg.jpg");
}

.box6-row-4-bg-img {
  background-image: url("img/box6-4row-bg.jpg");
}

.box6-row-5-bg-img {
  background-image: url("img/box6-5row-bg.jpg");
} */

.box6-row-right-col img {
  align-self: end;
}

.box6-row-wrap1 img {
  /* margin-left: 10px; */
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
}

.box6-row-wrap2 img {
  /* margin-right: 10px; */
  border-radius: 10px;
  width: 620px;
  max-height: 390px;
}

.box6-img-button-wrap {
  position: relative;
  display: flex;
  /* width: max-content; */
  max-width: 620px;
}

.box6-row3-button {
  position: absolute;
  bottom: 5%;
  left: 33%;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(57, 57, 57);
  text-transform: uppercase;
  line-height: 3.286;
  border-width: 1px;
  border-color: rgb(144, 144, 144);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 0 40px 0 20px;
  box-shadow: 0px 15px 12px -10px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

.box6-row3-button:hover {
  box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5);
}

.box6-row3-button::after {
  position: absolute;
  content: url(img/box-6-next-arrow.png);
  padding-left: 10px;
  /* width: 30px; */
  top: -2px;
}

/* -----------------box7------------------------------------------- */
.wrap-box7 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.wrap-box7-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("img/box7-bg.jpg");
  padding: 60px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

.box7-title {
  display: flex;
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(227, 5, 15);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 1px;
}

.box7-row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  max-width: 1550px;
  /* flex-wrap: wrap; */
  padding: 0 20px;
}

.box7-col {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex-basis: 640px;
  margin-top: 20px;
}

.box7-col img {
  align-self: start;
}

.box7-col-content-wrap {
  display: grid;
  grid-template-columns: 70px auto;
  /* max-width: 660px; */
  align-items: center;
  margin-bottom: 30px;
  width: 95%;
}
.box7-col-content-wrap .image {
  display: flex;
  width: 70px;
  height: 60px;
  
  justify-content: center;
}
.box7-col-content-wrap .image img {
  display: block;
}

.box7-col-content {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(64, 64, 64);
  line-height: 1.5;
  margin-left: 30px;
}

.box7-col-content span {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(64, 64, 64);
  line-height: 1.5;
  font-weight: 800;
}

/* -----------------box8------------------------------------------- */
.wrap-box8 {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  background-image: url(img/box3-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  justify-content: center;
  /* margin-top: 80px; */
  /* background-size: contain; */
}

.wrap-box8-content {
  display: flex;
  width: 90%;
  /* background-image: url(img/box8-bg.png); */
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box8-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  min-width: 320px;
  max-width: 600px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.box8-left-block img {
  align-self: center;
  max-width: 350px;
  max-height: 500px;
  width: 50%;
}

.box8-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.box8-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(166, 166, 166);
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 20px;
}

.box8-right-block {
  display: flex;
  flex-direction: column;
  background-image: url(img/Box3-right-blockImg-bg.jpg);
  padding: 50px 0;
  /* flex-basis: 800px; */
  width: 60%;
  padding-left: 50px;
  padding-right: 50px;
  min-width: 320px;
  max-width: 900px;
  background-repeat: no-repeat;
  background-size: cover;
}

.box8-right-block-wrap {
  max-width: 400px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.box8-right-block-title {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(227, 5, 15);
  line-height: 1.995;
  margin-bottom: 20px;
}

.box8-right-block form {
  display: flex;
  flex-direction: column;
  /* width: 55%; */
}

#form1 input {
  /* border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px; */
}

.box8-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.box8-right-block input {
  appearance: auto;
}

.box8-riight-block-label-confid {
  display: flex;
}

.box8-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

/* ---------------------------красивый чек бокс------------------------------- */
.box8-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.box8-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.box8-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.box8-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

/* ---------------------------красивый чек бокс------------------------------- */

/* -----------------box9------------------------------------------- */
.wrap-box9 iframe,
video {
  height: 360px;
}

.youtube-img {
  cursor: pointer;
}

.wrap-box9 {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 50px;
}

.wrap-box9-content {
  display: flex;
  width: 100%;
  min-height: 810px;
  position: relative;
}

.box9-left-block {
  display: flex;
  /* background-color: #e3050f; */
  /* opacity: 0.9; */
  background-image: url("img/Box9-left-bg.jpg");
  background-repeat: no-repeat;
  min-height: 240px;
  max-width: 990px;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}

.box9-left-block-title {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  /* max-width: 750px; */
  /* margin-left: 190px; */
  margin-top: 2%;
  margin-left: 10%;
  letter-spacing: 1px;
}

.box9-left-block-bg-title {
  position: absolute;
  left: -6%;
  right: 0;
  top: 23px;
  font-size: 75px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 2%;
  margin-left: 10%;
  letter-spacing: 1px;
  opacity: 0.4;
}

.box9-right-block {
  display: flex;
  background-image: url("img/box5-bg_right-block.jpg");
  background-repeat: no-repeat;
  background-position: right;
  /* min-height: 610px; */
  /* width: 1630px; */
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  background-size: cover;
}

.box9-right-block-content-wrap {
  display: flex;
  /* width: 100%; */
  max-width: 960px;
  justify-content: space-evenly;
  /* padding: 50px 0 100px; */
  padding: 90px 140px 100px 140px;
  /* overflow: hidden; */
  min-width: 0;
}

.box9-right-block-item {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  justify-content: flex-start;
}

.box9-right-block-item-title {
  font-size: 18px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(33, 33, 33);
  text-transform: uppercase;
  line-height: 1.112;
  text-align: left;
  margin-top: 40px;
}

.box9-right-block-item-descr {
  font-size: 18px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(107, 107, 107);
  line-height: 1.556;
  text-align: left;
}

.box9-right-block-item-wrap {
  display: flex;
  flex-direction: column;
}

/* -----------------box10------------------------------------------- */
.wrap-box10 {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}

.wrap-box10-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  position: relative;
}

.box10-check-mobile {
  display: none;
}

.box10-title {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(49, 49, 49);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  margin-bottom: 85px;
  letter-spacing: 1px;
}

.wrap-box10-content span {
  position: absolute;
  top: 30px;
  font-size: 80px;
  font-family: "Ponter", sans-serif;
  color: rgb(233, 233, 233);
  text-transform: uppercase;
  line-height: 0.749;
  left: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
}

.box10-row-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 1110px;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.box10-row {
  display: flex;
  width: 100%;
  background-image: url("img/box10-row-bg.jpg");
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.box10-left-col-content-wrap {
  display: flex;
  width: 100%;
  max-width: 534px;
  flex-direction: column;
  padding-left: 60px;
}

.box10-left-col-content-title-wrap {
  display: flex;
  width: 100%;
  max-width: 534px;
  flex-direction: column;
  padding-left: 60px;
}

.box1-left-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box10-left-col-title {
  font-size: 28px;
  font-family: "Ponter", sans-serif;
  color: rgb(227, 5, 15);
  text-transform: uppercase;
  line-height: 1.429;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 1px;
}

.box10-left-col-title::before {
  content: url("img/box10-check.png");
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  height: 100%;
  left: -60px;
  top: 25px;
}

.box10-left-col-descr {
  font-size: 15px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(65, 65, 64);
  line-height: 1.533;
  text-align: left;
}

.box1-right-col {
  max-width: 490px;
  max-height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

/* .box1-right-col img {
  border-radius: 10px;
  width: 490px;
  max-height: 308px;
} */

/* -----------------box11------------------------------------------- */
.wrap-box11 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-image: url("img/box11-bg.jpg");
  padding: 80px 0;
  margin-bottom: 130px;
}

.wrap-box11-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;

  border-radius: 16px;
  border: 4px solid #E2070F;
  padding: 20px;
}

.box11-title {
  font-size: 32px;
  line-height: 42px;
  font-family: Benzin, Arial, sans-serif;
  color: #E2070F;
  /* text-transform: uppercase; */
  /* line-height: 1.714; */
  text-align: center;
  max-width: 800px;
  /* letter-spacing: 1px; */
}

/* -----------------box12------------------------------------------- */
.wrap-box12 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 95px;
}

.wrap-box12-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1010px;
}

.box12-title {
  margin-bottom: 45px;
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(65, 65, 64);
  line-height: 1.496;
  text-align: center;
  letter-spacing: 1px;
}

.box12-row-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1010px;
  flex-wrap: wrap;
}

.box12-left-col {
  display: flex;
  max-width: 360px;
  position: relative;
}

.box12-right-col {
  display: flex;
  flex-direction: column;
}

#box12 {
  display: flex;
  flex-direction: column;
}

#box12 input {
  /* background-color: #f8f8f8;
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px; */
}

.box12-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  max-width: 300px;
  letter-spacing: 1px;
}

.box12-right-block-title1 {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(227, 5, 15);
  line-height: 1.995;
  margin-bottom: 5px;
}

.box12-right-block-title2 {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(65, 65, 64);
  line-height: 1.995;
  text-align: left;
  margin-bottom: 15px;
}

.box12-left-title-wrap {
  display: flex;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  position: absolute;
  bottom: 0;
  max-height: 111px;
  height: 100%;
  justify-content: center;
  padding-left: 37px;
}

.box12-left-title1 {
  font-size: 20px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.15;
  text-align: left;
}

.box12-left-title2 {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.571;
  text-align: left;
}

.p-close {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(img/form1-close.png);
  position: absolute;
  right: -55px;
  top: 0;
}

/* -----------------------------------form1 diler desck---------------------------------------- */
.popup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
  overflow: auto;
}

.popup1-wrap {
  /* max-width: 1100px;
  min-height: 660px;
  width: 1100px; */
  /* height: 660px; */
  /* background-color: white; */
  background-image: url(img/popup1-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 10px;
  flex-direction: column;
  display: inline;
  margin: 2% auto;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-color: white;
  position: relative;
}

.poup1-title {
  font-size: 30px;
  font-family: "Ponter", sans-serif;
  color: rgb(238, 54, 56);
  line-height: 1.2;
  text-align: center;
  margin: 40px 0;
  letter-spacing: 1px;
}

.popup1-content-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 50px 35px;
}

.popup1-left-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup1-right-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup1 input {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
}

.popup1-right-block-wrap {
  max-width: 460px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.popup1-right-block-title {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(227, 5, 15);
  line-height: 1.995;
  margin-bottom: 20px;
}

.popup1-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.popup1-right-block input {
  appearance: auto;
}

.popup1-riight-block-label-confid {
  display: flex;
}

.popup1-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

.popup1-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup1-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.popup1-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.popup1-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

.popup1-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.popup1-left-block img {
  align-self: start;
}

.popup1-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.popup1-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(84, 83, 83);
  text-transform: uppercase;
  line-height: 1.625;
}

/* -----------------------------------End form1---------------------------------------- */

/* -----------------------------------form2 montaj desck---------------------------------------- */
.popup2 {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: auto;
  display: none;
}

.popup2-wrap {
  /* max-width: 1100px;
  min-height: 660px;
  width: 1100px; */
  /* height: 660px; */
  /* background-color: white; */
  background-image: url(img/popup2-bg.png);
  background-repeat: no-repeat;
  border-radius: 10px;
  flex-direction: column;
  /* display: flex; */
  display: inline;
  margin: 2% auto;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-color: white;
  position: relative;
}

.poup1-title {
  font-size: 30px;
  font-family: "Ponter", sans-serif;
  color: rgb(238, 54, 56);
  line-height: 1.2;
  text-align: center;
  margin: 40px 0;
  letter-spacing: 1px;
}

.popup2-content-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 50px 35px;
}

.popup2-left-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup2-right-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup2 input {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
}

.popup2-right-block-wrap {
  max-width: 460px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.popup2-right-block-title {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(227, 5, 15);
  line-height: 1.995;
  margin-bottom: 20px;
}

.popup2-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.popup2-right-block input {
  appearance: auto;
}

.popup2-riight-block-label-confid {
  display: flex;
}

.popup2-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

.popup2-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup2-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.popup2-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.popup2-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

.popup2-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.popup2-left-block img {
  align-self: start;
  width: 100%;
  max-width: 570px;
}

.popup2-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.popup2-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(84, 83, 83);
  text-transform: uppercase;
  line-height: 1.625;
}

/* -----------------------------------End form2---------------------------------------- */

/* -----------------------------------form3 destriib desck---------------------------------------- */
.popup3 {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: auto;
  display: none;
}

.popup3-wrap {
  /* max-width: 1100px;
  min-height: 660px;
  width: 1100px; */
  /* height: 660px; */
  /* background-color: white; */
  background-image: url(img/popup3-bg.png);
  background-repeat: no-repeat;
  border-radius: 10px;
  flex-direction: column;
  /* display: flex; */
  display: inline;
  margin: 2% auto;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-color: white;
  position: relative;
  max-width: 750px;
}

.poup1-title {
  font-size: 30px;
  font-family: "Ponter", sans-serif;
  color: rgb(238, 54, 56);
  line-height: 1.2;
  text-align: center;
  margin: 40px 115px;
  letter-spacing: 1px;
}

.popup3-content-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 50px 35px;
}

.popup3-left-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup3-right-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup3 input {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
}

.popup3-right-block-wrap {
  max-width: 460px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.popup3-right-block-title {
  font-size: 17px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.995;
  margin-bottom: 20px;
  text-align: center;
}

.popup3-right-block-title span {
  text-align: center;
  font-size: 24px;
  font-family: "Lato-Heavy", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.995;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup3-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.popup3-right-block input {
  appearance: auto;
}

.popup3-riight-block-label-confid {
  display: flex;
}

.popup3-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

.popup3-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup3-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.popup3-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.popup3-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

.popup3-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.popup3-left-block img {
  align-self: start;
}

.popup3-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.popup3-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(84, 83, 83);
  text-transform: uppercase;
  line-height: 1.625;
}

/* -----------------------------------End form3---------------------------------------- */

/* -----------------------------------form4 thanks desck---------------------------------------- */
.popup4 {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: auto;
  display: none;
}

.popup4-wrap {
  /* max-width: 1100px;
  min-height: 660px;
  width: 1100px; */
  /* height: 660px; */
  /* background-color: white; */
  background-image: url(img/popup1-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 10px;
  flex-direction: column;
  /* display: flex; */
  display: inline;
  margin: 2% auto;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-color: white;
  position: relative;
  max-width: 750px;
}

.poup1-title {
  font-size: 30px;
  font-family: "Ponter", sans-serif;
  color: rgb(238, 54, 56);
  line-height: 1.2;
  text-align: center;
  margin: 40px 115px;
  letter-spacing: 1px;
}

.popup4-content-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 50px 35px;
}

.popup4-left-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup4-right-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup4 input {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
}

.popup4-right-block-wrap {
  max-width: 460px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.popup4-right-block-title {
  font-size: 17px;
  font-family: "Lato-Heavy", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.995;
  margin-bottom: 20px;
  text-align: center;
}

.popup4-right-block-title span {
  text-align: center;
  font-size: 24px;
  font-family: "Lato-Heavy", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.995;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup4-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.popup4-right-block input {
  appearance: auto;
}

.popup4-riight-block-label-confid {
  display: flex;
}

.popup4-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

.popup4-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup4-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.popup4-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.popup4-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

.popup4-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.popup4-left-block img {
  align-self: start;
}

.popup4-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.popup4-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(84, 83, 83);
  text-transform: uppercase;
  line-height: 1.625;
}

.video-popup4 {
  max-width: 750px;
  width: 100%;
  height: 360px;
  position: relative;
  /* border: 1px solid #000; */
  background: url("img/popup4-bg.jpg") 65% 0% / cover;
  border-radius: 5px 5px 5px 5px;
}

.popup4-right-block-title2 {
  font-size: 17px;
  font-family: "Lato-Semibold";
  color: rgb(55, 55, 55);
  line-height: 1.765;
  text-align: center;
  margin: 0px 0 30px;
}

/* -----------------------------------End form4---------------------------------------- */

/* -----------------------------------form5 thanks desck---------------------------------------- */
.popup5 {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: auto;
  display: none;
}

.popup5-wrap {
  /* max-width: 1100px;
  min-height: 660px;
  width: 1100px; */
  /* height: 660px; */
  /* background-color: white; */
  background-image: url(img/popup1-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 10px;
  flex-direction: column;
  /* display: flex; */
  display: inline;
  margin: 2% auto;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-color: white;
  position: relative;
  max-width: 750px;
}

.poup1-title {
  font-size: 30px;
  font-family: "Ponter", sans-serif;
  color: rgb(238, 54, 56);
  line-height: 1.2;
  text-align: center;
  margin: 40px 115px;
  letter-spacing: 1px;
}

.popup5-content-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 50px 35px;
}

.popup5-left-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup5-right-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup5 input {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
}

.popup5-right-block-wrap {
  max-width: 460px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.popup5-right-block-title {
  font-size: 17px;
  font-family: "Lato-Heavy", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.995;
  margin-bottom: 20px;
  text-align: center;
}

.popup5-right-block-title span {
  text-align: center;
  font-size: 24px;
  font-family: "Lato-Heavy", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.995;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup5-right-block-label1 {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.425;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.popup5-right-block input {
  appearance: auto;
}

.popup5-riight-block-label-confid {
  display: flex;
}

.popup5-riight-block-label-confid label {
  font-size: 14px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.286;
  cursor: pointer;
}

.popup5-riight-block-label-confid input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup5-riight-block-label-confid input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.popup5-riight-block-label-confid input+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #414140;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.popup5-riight-block-label-confid input:checked+label::before {
  border-color: #414140;
  background-color: #414140;
  background-image: url("img/check.png");
  width: 20px;
  height: 20px;
}

.popup5-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.popup5-left-block img {
  align-self: start;
}

.popup5-left-block-title1 {
  font-size: 40px;
  font-family: "Ponter", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.popup5-left-block-title2 {
  font-size: 16px;
  font-family: "Lato-Semibold", sans-serif;
  color: rgb(84, 83, 83);
  text-transform: uppercase;
  line-height: 1.625;
}

.video-popup5 {
  max-width: 750px;
  width: 100%;
  height: 360px;
  position: relative;
  /* border: 1px solid #000; */
  background: url("img/popup4-bg.jpg") 65% 0% / cover;
  border-radius: 5px 5px 5px 5px;
}

.popup5-right-block-title2 {
  font-size: 17px;
  font-family: "Lato-Semibold";
  color: rgb(55, 55, 55);
  line-height: 1.765;
  text-align: center;
  margin: 0px 0 30px;
}

/* -----------------------------------End form5---------------------------------------- */

/* -------------------------------------@media------------------------------------ */

/* -------------------------------------------- 1200---------------------------------------- */
@media only screen and (max-width: 1200px) {

  /* ------------------------------------form1 diler  1200----------------------------------------------------- */
  .popup1 {
    overflow: auto;
  }

  /* .popup1-wrap::after {
    content: url(img/form1-mobile-close.png);
    right: 10px;
    top: 10px;
  } */
  .popup1-wrap {
    margin: 2% auto;
    max-width: 90%;
    padding: 0 20px;
  }

  .popup1-content-wrap {
    /* flex-wrap: wrap; */
  }

  .poup1-title {
    margin: 40px 80px;
  }

  .popup1-left-block-title2 {
    text-align: center;
  }

  .popup1-right-block-title {
    text-align: center;
  }

  /* ------------------------------------form2 montaj 1200----------------------------------------------------- */
  .popup2 {
    overflow: auto;
  }

  /* .popup2-wrap::after {
  content: url(img/form1-mobile-close.png);
  right: 10px;
  top: 10px;
} */
  .popup2-wrap {
    margin: 2% auto;
    max-width: 90%;
    padding: 0 20px;
  }

  .popup2-content-wrap {
    /* flex-wrap: wrap; */
  }

  .poup1-title {
    margin: 40px 80px;
  }

  .popup2-left-block-title2 {
    text-align: center;
  }

  .popup2-right-block-title {
    text-align: center;
  }

  /* ------------------------------------form3 dist mob 1200 ----------------------------------------------------- */
  .popup3 {
    overflow: auto;
  }

  /* .popup3-wrap::after {
  content: url(img/form1-mobile-close.png);
  right: 10px;
  top: 10px;
} */
  .popup3-wrap {
    margin: 2% auto;
    max-width: 90%;
    padding: 0 20px;
  }

  .popup3-content-wrap {
    /* flex-wrap: wrap; */
  }

  .poup1-title {
    margin: 40px 80px;
  }

  .popup3-left-block-title2 {
    text-align: center;
  }

  .popup3-right-block-title {
    text-align: center;
  }

  /* ------------------------------------form4 thank1 mob 1200 ----------------------------------------------------- */
  .popup4 {
    overflow: auto;
  }

  /* .popup4-wrap::after {
  content: url(img/form1-mobile-close.png);
  right: 10px;
  top: 10px;
} */
  .popup4-wrap {
    margin: 2% auto;
    max-width: 90%;
    padding: 0 20px;
  }

  .popup4-content-wrap {
    /* flex-wrap: wrap; */
  }

  .poup1-title {
    margin: 40px 80px;
  }

  .popup4-left-block-title2 {
    text-align: center;
  }

  .popup4-right-block-title {
    text-align: center;
  }

  /* ------------------------------------form5 thank2 mob 1200 ----------------------------------------------------- */

  .p-close {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(img/form1-mobile-close.png);
    position: absolute;
    right: 0px;
    top: 10px;
    background-repeat: no-repeat;
  }

  .popup5 {
    overflow: auto;
  }

  /* .popup5-wrap::after {
  content: url(img/form1-mobile-close.png);
  right: 10px;
  top: 10px;
} */
  .popup5-wrap {
    margin: 2% auto;
    max-width: 90%;
    padding: 0 20px;
  }

  .popup5-content-wrap {
    /* flex-wrap: wrap; */
  }

  .poup1-title {
    margin: 40px 80px;
  }

  .popup5-left-block-title2 {
    text-align: center;
  }

  .popup5-right-block-title {
    text-align: center;
  }

  /* ------------------------------------box1----------------------------------------------------- */
  .box1-title1 {
    font-size: 30px;
  }

  .box1-title2 {
    font-size: 60px;
    line-height: inherit;
  }

  .box1-title3 {
    font-size: 18px;
  }

  .box1_title_wrap {
    margin: 65px auto 110px;
    max-width: 600px;
  }

  .box1-title2 {
    font-size: 40px;
  }

  .box1-title1 {
    font-size: 14px;
    line-height: 18px;
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .box1-title3 {
    font-size: 16px;
    line-height: 18px;
  }

  /* ------------------------------------box2----------------------------------------------------- */
  .box2-block-wrap {
    width: unset;
    max-width: unset;
    width: 100%;
    max-width: 460px;
  }

  /* ------------------------------------box3----------------------------------------------------- */
  .wrap-box3 {
    background-size: cover;
  }

  .wrap-box3-content {
    justify-content: center;
  }

  /* ------------------------------------box4----------------------------------------------------- */
  .wrap-box4-content {
    background-size: cover;
    padding: 60px 20px;
  }

  /* ------------------------------------box5----------------------------------------------------- */
  .wrap-box5-content {
    flex-direction: column;
  }

  .box5-left-block {
    position: relative;
  }

  .box5-right-block {
    position: relative;
    background-size: cover;
  }

  .box5-left-block {
    min-height: unset;
  }

  .box5-left-block-title {
    margin: 20px;
  }

  .box9-left-block-title {
    margin: 20px;
  }

  .box5-right-block-content-wrap {
    padding: 50px 80px 50px;
  }

  /* ------------------------------------box6----------------------------------------------------- */
  .wrap-box6-content {
    padding: 0 20px;
  }

  .box6-row3-button {
    left: unset;
  }

  /* ------------------------------------box7----------------------------------------------------- */
  .box7-row {
    flex-wrap: wrap;
  }

  .wrap-box7-content {
    padding: 60px 20px 60px;
  }

  .box6-img-button-wrap {
    justify-content: center;
  }

  /* ------------------------------------box8----------------------------------------------------- */
  .wrap-box8 {
    background-size: cover;
  }

  .wrap-box8-content {
    justify-content: center;
  }

  /* ------------------------------------box9----------------------------------------------------- */
  .box9-right-block {
    position: relative;
    background-size: cover;
    width: 100%;
  }

  .box9-left-block {
    position: relative;
    width: 80%;
    min-height: unset;
  }

  .wrap-box9-content {
    flex-direction: column;
  }

  /* ------------------------------------box10----------------------------------------------------- */
  .wrap-box10-content {
    padding: 0 20px;
  }

  .box10-left-col-content-wrap {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .box10-row {
    flex-direction: column-reverse;
    align-items: center;
    background-image: url(img/box10-item-bg-mobile.jpg);
    background-size: 90%;
  }

  .box1-right-col {
    margin-bottom: 25px;
  }

  .box10-left-col-title {
    margin-bottom: 20px;
    padding: 0 9%;
  }

  .box10-left-col-descr {
    padding: 0 9%;
  }

  .box10-check-mobile {
    display: block;
    float: left;
    padding: 0 10px 10px 0;
  }

  .box10-left-col-title::before {
    display: none;
  }

  .box10-row-wrap {
    margin-bottom: 0;
  }

  /* ------------------------------------box11----------------------------------------------------- */
  /* ------------------------------------box12----------------------------------------------------- */
  .wrap-box12 {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .box12-title {
    font-size: 40px;
  }

  .box12-left-col {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .box12-right-block-title1 {
    text-align: center;
  }

  .box12-right-block-title2 {
    text-align: center;
  }

  .box12-right-block-label1 {
    max-width: unset;
  }

  .box12-row-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

/* -------------------------------------------- 640 ---------------------------------------- */

@media only screen and (max-width: 640px) {

  .youtube-img {
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    width: 100%;
  }

  /* --------------------------------------form1 diler---------------------------------------------- */
  .p-close {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(img/form1-mobile-close.png);
    position: absolute;
    right: 0px;
    top: 10px;
    background-repeat: no-repeat;
  }

  .popup1-content-wrap {
    flex-direction: column;
    padding: 20px 0px;
  }

  .popup1 {
    height: 100%;
    overflow: auto;
  }

  .popup1-wrap {
    flex-direction: column;
    width: 90%;
    margin: 20px auto;
  }

  .popup1-left-block img {
    align-items: center;
    /* width: 50%; */
    width: 100%;
    max-width: 570px;
  }

  .poup1-title {
    font-size: 20px;
    margin: 25px 40px;
  }

  .popup1-left-block-title2 {
    font-size: 12px;
    text-align: center;
  }

  .popup1-right-block-label1 {
    font-size: 14px;
  }

  .popup1 input {
    font-size: 14px;
    padding: 10px;
  }

  .popup1-right-block-title {
    text-align: center;
  }

  /* --------------------------------------form2 montaj---------------------------------------------- */
  .popup2-content-wrap {
    flex-direction: column;
    padding: 20px 0px;
  }

  .popup2 {
    height: 100%;
    overflow: auto;
  }

  .popup2-wrap {
    flex-direction: column;
    width: 90%;
    margin: 20px auto;
  }

  .popup2-left-block img {
    align-items: center;
    /* width: 50%; */
  }

  .poup1-title {
    font-size: 20px;
    margin: 25px 40px;
  }

  .popup2-left-block-title2 {
    font-size: 12px;
    text-align: center;
  }

  .popup2-right-block-label1 {
    font-size: 14px;
  }

  .popup2 input {
    font-size: 14px;
    padding: 10px;
  }

  .popup2-right-block-title {
    text-align: center;
  }

  /* --------------------------------------form3 dist mob 640 ---------------------------------------------- */
  .popup3-content-wrap {
    flex-direction: column;
    padding: 20px 0px;
  }

  .popup3 {
    height: 100%;
    overflow: auto;
  }

  .popup3-wrap {
    flex-direction: column;
    width: 90%;
    margin: 2% auto;
  }

  .popup3-left-block img {
    align-items: center;
    /* width: 50%; */
  }

  .poup1-title {
    font-size: 20px;
    margin: 35px 30px;
  }

  .popup3-left-block-title2 {
    font-size: 12px;
    text-align: center;
  }

  .popup3-right-block-label1 {
    font-size: 14px;
  }

  .popup3 input {
    font-size: 14px;
    padding: 10px;
  }

  .popup3-right-block-title {
    text-align: center;
  }

  /* --------------------------------------form4 thank1 mob 640 ---------------------------------------------- */
  .popup4-content-wrap {
    flex-direction: column;
    padding: 20px 0px;
  }

  .popup4 {
    height: 100%;
    overflow: auto;
  }

  .popup4-wrap {
    flex-direction: column;
    width: 90%;
    margin: 2% auto;
  }

  .popup4-left-block img {
    align-items: center;
    /* width: 50%; */
  }

  .poup1-title {
    font-size: 20px;
    margin: 35px 30px;
  }

  .popup4-left-block-title2 {
    font-size: 12px;
    text-align: center;
  }

  .popup4-right-block-label1 {
    font-size: 14px;
  }

  .popup4 input {
    font-size: 14px;
    padding: 10px;
  }

  .popup4-right-block-title {
    text-align: center;
  }

  /* --------------------------------------form5 thank2 mob 640 ---------------------------------------------- */
  .popup5-content-wrap {
    flex-direction: column;
    padding: 20px 0px;
  }

  .popup5 {
    height: 100%;
    overflow: auto;
  }

  .popup5-wrap {
    flex-direction: column;
    width: 90%;
    margin: 2% auto;
  }

  .popup5-left-block img {
    align-items: center;
    /* width: 50%; */
  }

  .poup1-title {
    font-size: 20px;
    margin: 35px 30px;
  }

  .popup5-left-block-title2 {
    font-size: 12px;
    text-align: center;
  }

  .popup5-right-block-label1 {
    font-size: 14px;
  }

  .popup5 input {
    font-size: 14px;
    padding: 10px;
  }

  .popup5-right-block-title {
    text-align: center;
  }

  /* ------------------------------------box1----------------------------------------------------- */
  .wrap-box1 {
    height: 100vh;
    align-items: start;
  }

  .box1-title1 {
    font-size: 7vw;
    line-height: 1.5;
  }

  .box1-title2 {
    font-size: 11vw;
    margin-bottom: 50px;
  }

  .box1-title3 {
    font-size: 6vw;
    line-height: 1.5;
  }

  .slider .slick-arrow {
    display: none !important;
  }

  .slider .slick-dots {
    display: none !important;
  }

  .box1_title_wrap {
    margin: 65px 0 130px;
  }

  .slider__item1 {
    background-position: 75% !important;
  }

  .slider__item2 {
    background-position: 75% !important;
  }

  /* ------------------------------------box2----------------------------------------------------- */
  .box2-block-wrap {
    background-position: bottom;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    flex-direction: column;
    width: 100%;
    /* background-image: url(img/box2-item-bg.jpg); */
    /* background-size: cover; */
    max-width: unset;
  }

  .box2-block-title-wrap {
    padding: 0;
  }

  .box2-block-title-top {
    text-align: center;
  }

  .box2-block-title-bottom {
    text-align: center;
  }

  /* ------------------------------------box3----------------------------------------------------- */
  .wrap-box3 {
    background-position: top;
    margin-bottom: 0;
  }

  .wrap-box3-content {
    justify-content: center;
  }

  .box3-left-block {
    width: 100%;
    padding-right: 0;
  }

  .box3-left-block-title1 {
    font-size: 9vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .box3-right-block {
    padding: 20px;
    width: 100%;
    align-items: center;
  }

  .box3-right-block-title {
    text-align: center;
  }

  .box3-right-block form {
    width: 100%;
  }

  .box3-right-block-label1 {
    padding: 20px 20px;
  }

  /* ------------------------------------box4----------------------------------------------------- */
  .box4-title1 {
    font-size: 9vw;
    margin-bottom: 50px;
  }

  .box4-block-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .box4-right-block {
    /* width: 100%; */
  }

  .box4-wrap-title {
    padding: 10px;
    margin-bottom: 0;
  }

  .wrap-box4-content {
    background-size: cover;
    background-position: right;
    padding: 0 20px;
  }

  .video1 {
    background: url(img/box4-video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 186px;
  }

  .box4-left-block {
    width: 100%;
  }

  .wrap-box4 {
    margin-bottom: 60px;
  }

  /* ------------------------------------box5----------------------------------------------------- */
  .wrap-box5-content {
    flex-direction: column;
  }

  .box5-left-block {
    position: relative;
    min-height: unset;
  }

  .box5-right-block {
    position: relative;
    background-size: cover;
    padding: 30px 0;
  }

  .box5-right-block-content-wrap {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .box5-left-block-title {
    margin: 0;
    text-align: center;
    font-size: 8vw;
    padding: 50px 30px;
  }

  .box5-left-block-bg-title {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 30px;
    left: unset;
    top: unset;
  }

  .box9-left-block-title {
    margin: 0;
    text-align: center;
    font-size: 8vw;
    padding: 50px 30px;
  }

  .box5-right-block-item {
    margin-bottom: 25px;
  }

  .box5-right-block-item-button {
    font-size: 13px;
  }

  /* ------------------------------------box6----------------------------------------------------- */
  .box6-title {
    font-size: 8vw;
  }

  .wrap-box6-content {
    padding: 0;
  }

  .wrap-box6 {
    margin-bottom: 0;
  }

  .box6-title span {
    top: 116px;
  }

  .box6-left-col-title {
    font-size: 7vw;
  }

  .box6-row-wrap1 {
    flex-direction: column-reverse;
  }

  .box6-row-wrap2 {
    flex-direction: column-reverse;
  }

  .box6-row-right-col {
    margin-bottom: 20px;
    width: 100%;
  }

  .box6-row3-button {
    left: unset;
  }

  .box6-img-button-wrap {
    justify-content: center;
  }

  .box6-left-col-title {
    margin-bottom: 20px;
  }

  .box6-row-left-col {
    width: 100%;
  }

  .box6-row-wrap2 .box6-row-left-col {
    padding-left: 0;
  }

  /* ------------------------------------box7----------------------------------------------------- */
  .box7-title {
    font-size: 7vw;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .box7-row {
    flex-direction: column-reverse;
    padding: 0;
  }

  .wrap-box7-content {
    padding: 60px 20px 60px;
  }

  .box7-col {
    width: 100%;
    margin-bottom: 30px;
    flex-basis: unset;
  }

  .box7-col-content-wrap {
    flex-direction: column;
    text-align: start;
    gap: 10px;
  }

  .box7-col img {
    align-self: center;
  }

  .box7-col-content {
    margin: 25px 0 0 0;
  }

  /* ------------------------------------box8----------------------------------------------------- */
  .wrap-box8 {
    background-position: top;
    margin-bottom: 0;
  }

  .box8-left-block img {
    align-self: center;
  }

  .wrap-box8-content {
    justify-content: center;
  }

  .box8-left-block {
    width: 100%;
    padding-right: 0;
  }

  .box8-left-block-title1 {
    font-size: 9vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .box8-right-block {
    padding: 20px;
    width: 100%;
    align-items: center;
  }

  .box8-right-block-title {
    text-align: center;
  }

  .box8-right-block form {
    width: 100%;
  }

  .box8-right-block-label1 {
    padding: 20px 20px;
  }

  /* ------------------------------------box9----------------------------------------------------- */
  .box9-right-block-item-img-wrap {
    display: flex;
    justify-content: center;
    height: 360px;
  }

  .box9-left-block {
    position: relative;
  }

  .box9-right-block {
    position: relative;
  }

  .box9-right-block-content-wrap .slick-arrow {
    top: 26% !important;
  }

  .wrap-box9-content {
    flex-direction: column;
  }

  .box9-left-block {
    width: 100%;
    min-height: unset;
  }

  .box9-right-block {
    width: 100%;
    background-size: cover;
    padding: 0 20px;
  }

  .box9-left-block-bg-title {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 30px;
    left: unset;
    top: unset;
  }

  .box9-right-block-content-wrap {
    padding: 25px 0 80px 0;
    position: relative;
    overflow: hidden;
  }

  .box9-right-block-content-wrap .slick-dots {
    bottom: 6% !important;
  }

  .box9-right-block-content-wrap .slick-arrow.slick-next {
    right: 0 !important;
    background-image: url(img/box9-mobile-arrow-right.png) !important;
    position: absolute;
    width: 30px !important;
    height: 50px !important;
  }

  .box9-right-block-content-wrap .slick-arrow.slick-prev {
    left: -10px !important;
    background-image: url(img/box9-mobile-arrow-left.png) !important;
    position: absolute;
    width: 42px !important;
    height: 50px !important;
  }

  /* ------------------------------------box10----------------------------------------------------- */
  .wrap-box10-content {
    padding: 0 20px;
  }

  .box10-left-col-content-wrap {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .box10-row {
    flex-direction: column-reverse;
    align-items: center;
    background-image: url(img/box10-item-bg-mobile.jpg);
    background-size: 90%;
  }

  .box1-right-col {
    margin-bottom: 25px;
  }

  .box10-left-col-title {
    margin-bottom: 20px;
    padding: 0 9%;
  }

  .box10-left-col-descr {
    padding: 0 9%;
  }

  .box10-check-mobile {
    display: block;
    float: left;
    padding: 0 10px 10px 0;
  }

  .box10-left-col-title::before {
    display: none;
  }

  .box10-row-wrap {
    margin-bottom: 0;
  }

  /* ------------------------------------box11----------------------------------------------------- */
  .wrap-box11 {
    margin-bottom: 50px;
    padding: 20px;
  }

  /* ------------------------------------box12----------------------------------------------------- */
  .wrap-box12 {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .box12-title {
    font-size: 9vw;
  }

  .box12-left-col {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .box12-right-block-title1 {
    text-align: center;
  }

  .box12-right-block-title2 {
    text-align: center;
  }

  .box12-right-block-label1 {
    max-width: unset;
  }
}