@font-face {
  font-family: HelveticaNeue;
  src: url(../font/HelveticaRegular.ttf);
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeueBold;
  src: url(../font/HelveticaBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeueLight;
  src: url(../font/HelveticaLight.ttf);
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url(../font/Circle-Regular.otf);
  font-display: swap;
}
@font-face {
  font-family: Ci-Bold;
  src: url(../font/CRC65.otf);
  font-display: swap;
}
@font-face {
  font-family: Ci-light;
  src: url(../font/CRC35.otf);
  font-display: swap;
}
@font-face {
  font-family: BebasNeueCyrillic;
  src: url(../font/BebasNeueCyrillic.ttf);
  font-display: swap;
}
@font-face {
  font-family: Acrom-Bold;
  src: url(../font/Acrom-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Acrom-Regular;
  src: url(../font/Acrom-Regular.ttf);
  font-display: swap;
}
body {
  width: 100%;
  margin: 0 auto;
  outline: none;
  background: #fff;
}
section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.section-1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*background: url(../img/header-bg.jpg) center center;*/
  /*background: url(../img/bg-hd-new.jpg) center center;*/
  background: url(../img/bg-hd-new.webp) center center;
  background-repeat: no-repeat;
  background-size: cover;  
  padding-top: 20px;
  padding-bottom : 190px;
}
.content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;  
}
.content-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; 
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07);
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-3 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;   
}
.content-9_2 {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto; 
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07);
}
.content-9_3 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;   
}
.flex {
  display: flex;
  align-items: center;
}
.flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-logo {
  align-items: center;
}
.logo-right {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.375;
  padding-left: 20px;
}
.header-adress-text {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.375;
  padding-left: 10px;
}
.fa-map-marker-alt {
  color: #fff;
  font-size: 20px;
}
.fa-calculator {
  color: #fff;
  font-size: 20px;  
}
.header-phone-number a {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.733;
  text-decoration: none;
  text-align: right;
}
.header-order {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(252, 193, 41);
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  padding-top: 10px;
}
.header-information {
  margin-top: -14px;
}
/*.header-adress  {
  margin-top: -35px;
}*/
.title-header {
  font-size: 55px;
  font-family: "Acrom-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.description-title-header {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.167;
  text-align: left;
}
.garantia {
  font-size: 25px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  background: #fe004e;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  width: 514px;
}

.obslyzh {
  font-size: 25px;
  font-family: "Ci-light";
  color: #fff;  
  line-height: 1.2;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: left;
}
.yellow {
  color: #ffd942;
}
.bold-circe {
  font-family: "Ci-Bold";
  font-weight: bold;
}
.left-block-after-header {
  width: 100%;
  max-width: 580px;
}
h1 {
  margin: 0!important;
}
.description-title-header {
  padding-top: 20px;
  padding-bottom: 40px;
}
.take-price-list {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  text-decoration: none;
  -webkit-box-shadow: 0px 24px 50px -20px #FED124; 
  box-shadow: 0px 24px 50px -20px #FED124;  
  text-align: center;
  vertical-align: middle;
  padding-top: 22px;
  background: linear-gradient(to right, #fab218, #ffd324);
  text-decoration: none;
  border-radius: 5px;
  padding: 23px 50px 23px 50px;
  white-space: nowrap;
}
.fc {
  padding-right: 8px;
}
/*.block-take-price {
  background: linear-gradient(to right, #fab218, #ffd324);
  text-decoration: none;
  border-radius: 5px;
  width: 350px;
  height: 70px;
  -webkit-box-shadow: 0px 24px 50px -20px #FED124; 
  box-shadow: 0px 24px 50px -20px #FED124;  
  text-align: center;
  vertical-align: middle;
  padding-top: 22px;
}*/
.podrobnosti-project {
  cursor: pointer;
}
.ras-stoimost {
  font-size: 18px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-decoration: none;
  border: 2px solid#fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle; 
  margin-left: 30px;
  padding: 20px 25px 20px 25px;
  white-space: nowrap;
}
.block-ras-stoimost {

}
.flex-ras-stoim {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rs {
  padding-left: 10px;
}
.frame-bak {
  width: 369px;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin-top: -52px;
  position: relative;
  z-index: 10;
  left: -22px;
}
.left-frame-bak {
  font-size: 50px;
  font-family: "Acrom-Bold";
  color: rgb(249, 208, 41);
  font-weight: bold;
  line-height: 0.914;
  background: #363636;
  height: 118px;
  display: inline-block;
  vertical-align: middle;
  width: 102px;
  border-radius: 10px 0px 0px 10px;
}
.right-frame-bak {
  height: 118px;
  display: inline-block;
  vertical-align: middle;
  width: 260px;
}
.danie {
  font-size: 20px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.5;
  position: relative;
  top: 12%;
}
.white-frame-slide {
  width: 100%;

}
.section-1, .section-2, .section-2-and-3,  .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .section-11 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; 
}
.section-7 {
  padding-top: 40px;
}
.section-2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: -130px;
}
.client-name {
  font-size: 14px;
  font-family: "Circe";
  color: rgb(0, 148, 254);
  text-decoration: underline;
  line-height: 1.429;
  text-align: center;
  padding-top: 5px;
}
.client-block {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.client-logo {
  text-align: center;
  margin: 0 auto;
}
.slider-client {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07); 
  padding-top: 30px;
  padding-bottom: 30px; 
}
.title-sec-3 {
  font-size: 100px;
  font-family: "Acrom-Regular";
  color: rgb(24, 24, 24);
  line-height: 1;
  text-align: left;
}
.blue-bold {
  font-family: "Acrom-Bold"; 
  color: #0c99e4; 
}
.blue {
  color: #0c99e4; 
}
.description-title-sec-3 {
  font-size: 25px;
  font-family: "Circe";
  color: rgb(24, 24, 24);
  line-height: 1.2;
  text-align: left;
  padding-top: 15px;
}
.descr-vec {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(24, 24, 24);
  line-height: 1.667;
  text-align: center;
  padding-top: 5px;
}
.vec-block {
  width: 192px;
  text-align: center;
}
.flex-sec-3 {
  display: flex;
  justify-content: space-between;
  padding-top: 140px;
}
.flex-vec {
  align-items: flex-start;
}
.second-vec {
  padding-top: 40px;
}
.section-3 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.title-sec-4 {
  font-size: 40px;
  font-family: "Acrom-Regular";
  color: rgb(24, 24, 24);
  line-height: 1.125;
  text-align: center;
  padding-bottom: 40px;
}
.section-4 {
  padding-top: 120px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 153px;
  background: #f8f8f8;
}
.section-9 {
  padding-top: 150px;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
.name-wun {
  font-size: 22px;
  font-family: "Circe";
  color: #000;
  font-weight: bold;
  line-height: 1.364;
  padding-bottom: 5px;
}
.name-wun-radio {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.667;
  text-align: left;

}
.ot {
  position: relative;
  top: 26%;
}
label {
  display: block;
}
.m3-2 {
  padding-left: 40px;
}
.flex-sec-4 {
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.section-5 {
  background: url('') center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 114px;
}
.title-sec-5 {
  font-size: 40px;
  font-family: "Acrom-Regular";
  color: rgb(255, 255, 255);
  line-height: 1.125;
  text-align: left;
}
.our-client {
  font-size: 30px;
  font-family: "Acrom-Regular";
  color: rgb(255, 255, 255);
  line-height: 1.125;
  text-align: center;  
  padding-bottom: 30px;
}
.bold-acrom {
  font-family: "Acrom-Bold";
}
.title-sec-5 {
  width: 650px;
}
.description-title-sec-5 {
  font-size: 22px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.182;
  text-align: right;
  width: 320px;
}
.arr-sec-5 {
  padding-top: 10px;
}
.flex-arr-text {
  display: flex;
  align-items: flex-start;
}
.flex-sec-5_1 {
  display: flex;
  justify-content: space-between;
}
.left-quiz {
  width: 100%;
  max-width: 770px;
  height: 533px;
  background: #fff;
  border-radius: 5px;
}
.top-of-quiz {
  width: 100%;
  background: #e7f0fd;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.steps {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.222;
  text-align: left;
  padding-left: 35px;
}
.step-question {
  background: #fff;
  border: 1px solid#0c99e4;
  border-radius: 100%;
  font-size: 18px;
  font-family: "Circe";
  color: rgb(3, 52, 87);
  line-height: 1.222;
  text-align: center;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.blue-circle {
  background: #0c99e4;
  border: 1px solid#0c99e4;
  border-radius: 100%;
  font-size: 18px;
  font-family: "Circe";  
  color: #fff;
}
.next-step {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(45, 88, 150);
  line-height: 1.222;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.content-top-quiz {
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.circle-step {
  padding-right: 35px;
}
.right-quiz {
  width: 100%;
  max-width: 370px;
  height: 533px;
  background: #fff;
  border-radius: 5px;
}
.quiz {
  display: flex;
  justify-content: space-between;
}
.nostandart {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 148, 254);
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.375;
}
.nostandart-pad {
  padding-top: 20px;
}
.border-bottom-tovar {
  border-bottom: 2px solid#e4e4e4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tovar-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-tovar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 452px;
}
.name-tovar {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.167;
  text-align: left;
}
.price-tovar {
  font-size: 25px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  background: #fe004e;
  border-radius: 5px;
  padding: 15px 30px 15px 30px;
}
.descrip-tovar {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.667;
  text-align: left;
}
.left-block-tovar {
  width: 500px;
}
.right-block-tovar {
  width: 560px;
}
.tovar-block {
  width: 100%;
  margin: 0 auto;
}
.toch-price {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.375;
  text-align: left;
}
.lets-contact {
  font-size: 22px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.182;
  text-align: center;
}
.blue-lid-form {
  width: 100%;
  background: #0c99e4;
  border-radius: 5px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.best-call {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(10, 67, 99);
  line-height: 1.375;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.names-best-call {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.875;
  text-align: left;
}
.radio-best-call {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.flex-best-call {
  display: flex;
  justify-content: center;
  align-items: center;
}
.WhatsApp {
  padding-left: 20px;
  padding-right: 20px;
}
#callback-phone-lid-best-call {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(186, 186, 186);
  line-height: 1.667;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  width: 212px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: transparent;
}
.submit-button-best-call {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  width: 271px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border: transparent;
  background: linear-gradient(to right, #fab218, #ffd324);
}
.submit-button-best-call-2 {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  width: 271px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border: transparent;
  background: linear-gradient(to right, #fab218, #ffd324);
}
.flex-best-call-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.submit-block-best-call {
  padding-left: 20px;
}
.have-tz {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.167;
  text-align: center;
}
.send-tz {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.222;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.download-file {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  width: 271px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border: transparent;
  background: linear-gradient(to right, #1149b5, #296ffa);
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: 0px 24px 50px -20px #296ffa; 
  box-shadow: 0px 24px 50px -20px #296ffa;  
}
.fa-cloud-download-alt {
  padding-right: 15px;
}
.blue-button {
  text-align: center;
  padding-top: 20px;
}
.right-quiz-content {
  position: relative;
  top: 28%;
}
.flex-title-sec-6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}
.title-sec-6 {
  font-size: 70px;
  font-family: "Acrom-Bold";
  color: rgb(24, 24, 24);
  font-weight: bold;
  line-height: 0.943;
  text-align: left;
}
.descr-sec-6 {
  font-size: 50px;
  font-family: "Acrom-Bold";
  color: rgb(12, 153, 228);
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  text-decoration: underline;
}
.descr-sec-6_2 {
  font-size: 25px;
  font-family: "Acrom-Regular";
  color: rgb(24, 24, 24);
  line-height: 1.8;
  text-align: left;
}
.section-6 {
  padding-top: 125px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1280px;
}
.standart-text-1 {
  font-size: 20px;
  font-family: "Acrom-Bold";
  color: rgb(22, 22, 22);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.standart-text-2 {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(126, 126, 126);
  line-height: 1.25;
  text-align: left;
  padding-top: 10px;
}
.standart-text {
  width: 480px;
  padding-left: 40px;
}
.flex-standart-2 {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}
.flex-standart {
  display: flex;
  align-items: flex-start;
}
.flex-sec-6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
}
.worker {
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07); 
  border-radius: 10px; 
}
.title-sec-7 {
  font-size: 55px;
  font-family: "Acrom-Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1;
}
.descr-sec-7 {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.111;
  text-align: left;
  padding-top: 26px;
}
.left-sec-7 {
  width: 45%;
  padding-top: 50px;
}
.take-life-garant {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  text-decoration: none;
  background: linear-gradient(to right, #fab218, #ffd324);
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 24px 50px -20px #FED124; 
  box-shadow: 0px 24px 50px -20px #FED124;  
  text-align: center;
  vertical-align: middle;
  
  padding: 23px 50px 23px 50px;
}
.take-life-garant-block {
 margin-top: 60px;
}
.flex-sec-7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.right-sec-7 {
  width: 55%;
}
.title-sec-8 {
  font-size: 55px;
  font-family: "Acrom-Regular";
  color: rgb(0, 0, 0);
  line-height: 1;
}
.underline {
  text-decoration: underline;
}
.description-title-sec-8 {  
  font-size: 22px;
  font-family: "Circe";
  color: rgb(197, 196, 196);
  line-height: 1.091;
  text-align: left;
  padding-top: 30px;
}
.flex-vec-sec-8 {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
.descr-vec-8 {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.222;
  text-align: left;
  padding-left: 20px;
  width: 550px;
}
.flex-sec-8 {
  display: flex;
  align-items: center;
}
.right-sec-8 {
  padding-left: 50px;
}
.blue-button-2 {
  margin-top: 50px;
  text-align: left;
}
.warning-img {
  width: 50px;
  height: 50px;
}
.title-sec-9 {
  font-size: 40px;
  font-family: "Acrom-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.25;
  text-align: center;
}
.flex-sec-9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.descr-warning {
  font-size: 18px;
  font-family: "Acrom-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.222;
  text-align: center;
  padding-top: 10px;
}
.red-frame {
  background: #fe004e;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  width: 380px;
  padding-bottom: 20px;
}
.all-work {
  font-size: 53px;
  font-family: "Acrom-Bold";
  color: rgb(27, 28, 28);
  font-weight: bold;
  line-height: 0.849;
  text-align: center;
}
.descr-all-work {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(126, 126, 126);
  line-height: 1.222;
  text-align: center;
  padding-top: 15px;
}
.us-all-work-block {
  padding-top: 30px;
}
.flex-rykovod {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  text-decoration: none;
}
.flex-rykovod-block {
  background: linear-gradient(to right, #fab218, #ffd324);
  text-decoration: none;
  border-radius: 5px;
  height: 70px;
  -webkit-box-shadow: 0px 24px 50px -20px #FED124; 
  box-shadow: 0px 24px 50px -20px #FED124;  
  text-align: center;
  vertical-align: middle;
  margin-top: 60px; 
  padding-top: 10px;
}
.min-face {
  padding-right: 10px;
  height: 50px;
}
.section-10 {
  background: url('') center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
  margin: 0 auto;
  padding-top: 430px;
  margin-top: -400px;
  position: relative;
  z-index: 1;
}
.title-sec-10 {
  font-size: 55px;
  font-family: "Acrom-Bold";
  color: rgb(255, 255, 255);
  line-height: 1.091;
  text-align: center;
}
.new-project {
  font-size: 22px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.091;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
}
.project-logo-company {
  background: #fff;
  width: 100%;
  max-width: 140px;
  height: 105px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.project-logo-img {
  position: relative;
  top: 17%;  
  margin: 0 auto;
}
.project-block {
  text-align: center;
  width: 100%;
  max-width: 373px;
  margin-left: 20px;
  margin-right: 20px;
}
.project-photo {
  border-radius: 5px 5px 0px 0px;  
  max-width: 100%;
}
.title-project {
  font-size: 22px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.091;
  text-align: left;
}
.descr-project {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.222;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.podrobnosti-project {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 148, 254);
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.375;
  text-align: left;
}
.white-project {
  background: #fff;
  border-radius: 5px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.text-white-block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}
.youtube-frame {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.white-video-frame {
  background: #fff;
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07); 
  width: 48%;
  padding: 60px;
  border-radius: 10px;
}
.youtube-frame-text {
  font-size: 20px;
  font-family: "Ci-light";
  color: rgb(35, 35, 35);
  line-height: 1.25;
  text-align: left;
  padding-bottom: 20px;
}
.name-youtube {
  font-size: 25px;
  font-family: "Ci-Bold";
  color: rgb(35, 35, 35);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 20px;
}
.title-sec-11 {
  font-size: 55px;
  font-family: "Acrom-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.091;
  text-align: center;
}
.whos-youtune {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(121, 121, 121);
  line-height: 1.222;
  text-align: left;
}
.youtube-frame-block {
  border-radius: 10px;
}
.flex-youtube {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
.blue-button-3 {
  text-align: center;
  margin-top: 50px;
}
.stand {
  height: 42px;
  width: 55px;
}
.section-12 {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.section-13 {
  margin: 0 auto;
}
.title-sec-12 {
  font-size: 55px;
  font-family: "Acrom-Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.091;
  text-align: center;
}
.next-step-ph {
  height: 68px;
  width: 60px;
}
.white-step-frame {
  background: #fff;
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07); 
  width: 23%;
  padding: 50px 20px 50px 20px;
  border-radius: 10px; 
  text-align: center; 
  height: 440px;
}
.name-next-step {
  font-size: 20px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.descr-next-step {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.111;
  text-align: center;
}
.step-button {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  width: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border: transparent;
  background: linear-gradient(to right, #1149b5, #296ffa);
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 24px 50px -20px #296ffa; 
  box-shadow: 0px 24px 50px -20px #296ffa; 
}
.next-step-button {
  margin-top: 70px;
}
.flex-next-step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}
.step-button-mini {
  font-size: 13px;
}
.height-step {
  height: 125px;
}
.flex-sec-13 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.bold-sec-12 {
  font-family: "Acrom-Bold";
}
.descrp-title-sec-12  {
  font-family: "Acrom-Regular";
  font-size: 21px;
  color: rgb(0, 0, 0);
  line-height: 1.167;
  text-align: justify;
  padding-top: 15px;
}
.title-sec-13 {
  font-size: 30px;
  font-family: "Acrom-Bold";
  color: rgb(24, 24, 24);
  font-weight: bold;
  line-height: 1.167;
  text-align: left;
}
.text-sec-13 {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.111;
  text-align: left;
  padding-top: 25px;
}
.left-sec-13 {
  width: 555px;
}
.white-frame-map {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
  width: 370px;
  position: relative;
  z-index: 10;
  margin-top: -445px;
}
.flex-map {
  display: flex;
  align-items: center;
}
.fa-adress {
  color: #000;
}
.map-adress {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(30, 27, 26);
  line-height: 1.375;
}
.afa-map {
  padding-right: 15px;
}
.flex-map-2 {
  padding-top: 20px;
}
.section-14 {
  padding-top: 100px;
  padding-bottom: 43px;
  margin: 0 auto;
}
.all-product {
  font-size: 14px;
  font-family: "Circe";
  color: rgb(137, 137, 137);
  line-height: 1.429;
  padding-top: 30px;
}
.map-cert-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.flex-cert {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
.logo-right-foot {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.375;
  padding-left: 20px;
}
footer {
  background: rgba(0, 0, 0, 0.9);
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.politika {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(166, 166, 166);
  line-height: 1.813;
  text-decoration: none;
}
.razrabotano {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(166, 166, 166);
  line-height: 1.813;
}
.seosintez {
  color: #2b6efb;
  text-decoration: underline;
}
.flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-phone-number a {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.733;
  text-decoration: none;
  text-align: right;
}
.footer-order {
  font-size: 16px;
  font-family: "Ci-light";
  color: #2b6efb;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  padding-top: 10px;
}
.kv {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.kv-2 {
  font-size: 60px;
  display: inline-block;
  vertical-align: top;
}
.kv-3 {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;  
}
.kv-4 {
  display: inline-block;
  vertical-align: top;  
  font-size: 13px;  
}
.kv-5 {
  display: inline-block;
  vertical-align: top; 
  font-size: 30px;  
}
#price-list, #teh-zadanie, #ceo-1, #ceo-2, #politika, #company-1, #company-2, #company-3, #company-4, #company-5, #nostandart, #lifegarant {
  width: 1170px!important;
}
#company-1, #company-2, #company-3, #company-4, #company-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ceo-form {
  margin: 0 auto;
}
#ceo-1, #ceo-2, #nostandart, #lifegarant {
  padding: 0px!important;
}
.flex-price-list {
  display: flex;
  justify-content: space-between;
}

.ceo-right {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.take-price-popup {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.167;
  text-align: left;  
  padding-bottom: 30px;
  padding-top: 30px;
}
.popup-form-1 {
  background: #fff;
  font-size: 18px;
  font-family: "Ci-light";
  color: rgb(186, 186, 186);
  line-height: 1.667;
  text-align: center; 
  border: 1px solid#bababa;
  width: 370px;
  height: 70px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.send {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  width: 370px;
  height: 70px;
  border-radius: 5px;
  border: transparent;
  background: linear-gradient(to right, #fab218, #ffd324);  
  margin-top: 20px;
    -webkit-box-shadow: 0px 24px 50px -20px #FED124;
    box-shadow: 0px 24px 50px -20px #FED124;
}
.send-teh {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  border: transparent;
  background: linear-gradient(to right, #fab218, #ffd324);  
  margin-top: 20px;
    -webkit-box-shadow: 0px 24px 50px -20px #FED124;
    box-shadow: 0px 24px 50px -20px #FED124;
}
.form-price {
  width: 370px;
}
.politika-popup {
  font-size: 12px;
  font-family: "Ci-light";
  color: #000;
  line-height: 1.5;
  text-align: center;
  padding-top: 30px;
}
.politika-popup-2 {
  font-size: 12px;
  font-family: "Ci-light";
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
}
.politika-button-popup {
  font-size: 12px;
  font-family: "Ci-light";
  color: #000;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}
.ceo-ph {
  background: url(../img/ceo-1.webp) center center;
  width: 537px;
  height: 608px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

}
.white-name-ceo {
  position: relative;
  background: #fff;
  padding: 5px 20px 10px 20px;
  width: 315px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.name-ceo {
  font-size: 22px;
  font-family: "Ci-Bold";
  color: rgb(0, 0, 0);
  line-height: 1.667;
  text-align: left;
}
.job-ceo {
  font-size: 20px;
  font-family: "Ci-light";
  color: rgb(0, 0, 0);
  line-height: 1.667;
  padding-top: 5px;
  text-align: left;
}
.give-phone-popup {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.167;
  text-align: center;
}
.i-recall {
  font-size: 20px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.25;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.flex-teh-zadanie {
  display: flex;
  justify-content: space-between;
}
.popup-teh-zadanie {
  background: #fff;
  font-size: 18px;
  font-family: "Ci-light";
  color: rgb(186, 186, 186);
  line-height: 1.667;
  text-align: center; 
  border: 1px solid#bababa;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;  
  width: 250px;
  height: 70px;
}
.left-teh-zadanie {
  margin-left: -85px;
  padding-top: 50px;
  width: 50%;
}
.right-teh-zadanie {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -20px;
}
.flex-teh-zadanie-popup {
  display: flex;
  justify-content: space-around;
}
/*scroll-menu*/
.scroll-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scroll-menu {
  background: #0b0d14;
  width: 100%;
  
  width: 100%;
  position: fixed;
  z-index: 100;
  display: none;
}
.pad-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bold-polit {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}
.logo-scroll {
  font-size: 29px;
  font-family: "Ci-Bold";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.759;
}
.adress-scroll {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.25;
}
.info-scroll {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.25;
}
.ras-scroll {
  color: #0c99e4;
  text-decoration: underline;
}
.menu-scroll {
  font-size: 20px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  display: flex;
  align-items: center;
}
.menu-scroll-pad {
  padding-left: 5px;
}
.callback-scroll {
  font-size: 20px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.scroll-recall {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 148, 254);
  font-weight: bold;
  text-decoration: underline;
  padding-top: 3px;
  text-align: right;
}
/*hamburger*/
.close {
  cursor: pointer;
  display: none;
  align-items: center;
}
.open {
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
}
/*under-scroll-menu*/
.under-scroll-menu {
  background: #222635;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
.und-menu {
  text-align: center;
  margin: 0 auto;
}
.under-menu {
  font-size: 16px;
  font-family: "Ci-light";
  color: rgb(255, 255, 255);
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.ver-line {
  padding-left: 20px;
  padding-right: 20px;
}
.text-politika {
  font-family: "Circe";
  font-size: 18px;
}
.flex-tov {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.mob {
  display: none;
}
.zavod {
  font-size: 18px;
  font-family: "Ci-Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.222;
  text-align: left;
}
.snt-lot {
  font-size: 18px;
  font-family: "Ci-Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.222;
  position: absolute;
  top: 42%;
  left: 16%;  
}
.zvd {
  padding-right: 15px;
}
.flex-name-company {
  display: flex;
  align-items: center;
}
.all-company {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.text-company {
  font-size: 18px;
  font-family: "Ci-light";
  color: rgb(0, 0, 0);
  line-height: 1.222;
  text-align: left;
  padding-top: 15px;
}
.title-company {
  font-size: 22px;
  font-family: "Ci-Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.091;
  text-align: left;
  padding-top: 20px;
}
.right-company {
  width: 500px;
}
.name-question {
  font-size: 30px;
  font-family: "Ci-Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.167;
  text-align: left;
  padding-bottom: 25px;
  padding-top: 35px;
}
.question {
  padding-left: 35px;
}
/*quiz*/
.sl-quiz-1 {
  display: flex;
  align-items: center;
}
#slider-range-max, #slider-range, #slider-range-max-2 {
  width: 400px;
}
.metr-kub-sl-quiz {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(148, 147, 147);
  line-height: 1.222;
  text-align: left;
  padding: 10px;
}

#amount, #amount-2, #amount-3 {
  font-size: 22px;
  font-family: "Circe";
  color: rgb(0, 0, 0)!important;
  line-height: 1.364;
  text-align: center;
  width: 90px;
  height: 30px;
  border: 1px solid#000!important;
  border-radius: 3px!important;
  margin-left: 10px;
}
#amount-2 {
  width: 150px;
  height: 30px;  
}
.metr-kub-sl-quiz-value {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.667;
  text-align: left;
  padding-left: 5px;
}
.button-next {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.875;
  text-decoration: none;
  border: transparent;
  background: linear-gradient(to right, #fab218, #ffd324);
  text-decoration: none;
  border-radius: 5px;
  padding: 20px 30px 20px 30px;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.chose-answ {
  display: none;
}
.submit-question {
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.question-quiz-2, .question-quiz-3, .question-quiz-4, .question-quiz-5, .question-quiz-6, .question-quiz-7, .finish-quiz {
  display: none;
}
.step-question-1_1, .step-question-2_1, .step-question-3_1, .step-question-4_1, .step-question-5_1, .step-question-6_1, .step-question-7_1 {
  padding-left: 5px;
  padding-right: 5px;
}
.step-question-2_1, .step-question-3_1, .step-question-4_1, .step-question-5_1, .step-question-6_1, .step-question-7_1 {
  display: none;
}
.name-answer {
  font-size: 16px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.375;
  text-align: left;
  padding-left: 5px;
}
.steps {
  display: flex;
  align-items: center;
}
.flex-question {
  display: flex;
}
.label-flex {
  display: flex;
  align-items: center;
  padding: 10px;
}
.back-step {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(188, 188, 188);
  font-weight: bold;
  line-height: 1.222;
  padding-left: 20px;
  cursor: pointer;
}
.br-mob {
  display: none;
}
.finish-quiz {
  width: 100%;
  max-width: 1170px;
  background: #fff;
  box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07);
  padding: 70px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.orient-price {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.167;
  text-align: left;
}
.border-bottom-finish {
  width: 100%;
  border-bottom: 2px solid#ededed;
  margin-top: 25px;
  margin-bottom: 25px;
}
.price-finish {
  font-size: 38px;
  font-family: "Acrom-Bold";
  color: rgb(12, 153, 228);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.left-finish-quiz {
  width: 45%;
}
.right-finish-quiz {
  background: #0c99e4;
  border-radius: 5px;
  padding: 50px 30px 50px 30px;
  margin-left: 50px;
  width: 55%;
}
.blue-lid-text {
  font-size: 30px;
  font-family: "Acrom-Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.167;
  text-align: center;
}
.lets-call {
  font-size: 20px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.25;
  text-align: center;
  background: #0a4363;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  width: 70%;

}
.tovar-after-test {
  display: none;
}
.bt-2, .bt-3, .bt-4 {
  opacity: 0.4;
  cursor: pointer;
}
.flex-tov-mob {
  cursor: pointer;
}
#slider-range-max-new {
  width: 400px;
}
.maxw-1 {
  display: none;
    border: 2px solid#e3e3e3;
  border-radius: 5px;
}
.maxw-2 {
  display: none;
    border: 2px solid#e3e3e3;
  border-radius: 5px;
}
.maxw {

}
.left-block-tovar {
  margin: 0 auto;
  width: auto;
}
.maxw-tovar{
  max-width: 500px;
}

/*social-media*/

.social-media {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50px;
}

.sm_size {
  width: 30px;
  margin-left: 5px;
  margin-right: 5px
}
.flex-social {
  display: flex;
  align-items: center;
}

/*slick*/
div.project-block , .slick-prev:before, .slick-next:before {
  color: #fff!important;
}
div.client-block, .slick-prev:before, .slick-next:before {
  color: #c3c3c3!important;
}
@media screen and (max-width: 1400px) {
  .maxw {
    max-width: 100%;
  }
}

@media screen and (max-width: 1170px) {
  .content, .content-3, .content-9_3  {
    padding-left: 15px;
    padding-right: 15px;
  }
.popup-img {
  max-width: 100%;
}

  header {
    padding-bottom: 40px!important;
  }
  .flex-sec-3 {
    display: block;
    text-align: center;
  }
  .title-sec-3, .description-title-sec-3 {
    text-align: center;
  }
  .nobr {
    display: none;
  }
  .right-sec-3 {
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .flex-vec {
    justify-content: center;
  }
  .flex-sec-3 {
    padding-top: 0px;
  }
  .section-3, .section-4, .section-5, .section-6 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .left-quiz {
    margin-right: 20px;
  }
  .descr-sec-6_2 {
    text-align: right;
  }
  .right-sec-7 {
    margin-left: 30px;
  }
  .section-8 {
   padding-top: 50px;
  }
  .standart-block {
    padding-left: 20px;
  }
  .step-button-mini, .step-button {
    font-size: 10px;
  }
  .tovar-block {
    display: block;
  }
  .right-block-tovar {
    width: 100%;
  }
  .left-block-tovar {
    width: 100%;
  }
  .left-block-tovar {
    text-align: center;
  }
  .name-tovar {
    text-align: center;
    padding-top: 30px;
  }
  .toch-price {
    text-align: center;
    font-size: 20px;
  }
  .flex-tovar {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .descrip-tovar {
    padding-left: 20px;
  }
  .right-flex-sec-9 {
    margin-left: 20px;
  }
  .flex-sec-9 {
    justify-content: flex-start;
    align-items: flex-start;
  }
.maxw {
  max-width: 100%;
}
  #price-list, #teh-zadanie, #ceo-1, #ceo-2, #politika, #company-1, #company-1, #company-2, #company-3, #company-4, #company-5, #nostandart, #lifegarant {
    width: 100%!important;
    max-width: 100%!important;
    padding: 30px!important;
  }
  .all-company {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .right-company {
    padding-top: 40px;
  }
  .step-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ceo-ph {
    width: 400px;
    margin-right: 30px;
  }
  .flex-teh-zadanie {
    flex-direction: column;
  }
  .flex-teh-zadanie-popup {
    align-items: center;
  }
  .header-adress {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .flex-unheader {
    display: flex;
    flex-direction: column;
  }
  .left-block-after-header {
    max-width: 100%;
  }
  .title-header, .description-title-header, .garantia, .obslyzh {
    text-align: center;
  }
  .download-file {
    padding-left: 15px;
    padding-right: 15px;
  }
  .garantia {
    margin: 0 auto;
  }
  .flex {
    justify-content: center;
  }
  .right-block-after-header {
    padding-top: 50px;
  }
  .header-adress  {
    display: none;
  }
  .title-sec-5 {
    font-size: 30px;
  }
  .flex-title-sec-6 {
    display: block;
  }
  .title-sec-6, .descr-sec-6, .descr-sec-6_2 {
    text-align: center;
  }
  .descr-sec-6 {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .nobr-2, .right-sec-7 {
    display: none;
  }
  .flex-sec-7 {
    display: block;
  }
  .left-sec-7 {
    width: 100%;
  }
  .title-sec-7, .descr-sec-7, .title-sec-13 {
    text-align: center;
  }
  .take-life-garant-block {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    white-space: nowrap;
  }
  .project-block {
    max-width: 100%;
  }
  .project-photo {
    width: 100%;
  }
  .white-step-frame {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    margin-top: 30px;
  }
  .flex-next-step {
    display: block;
  }
  .next-step-ph {
    width: 100px;
    height: 108px;
  }
  .name-next-step {
    font-size: 30px;
  }
  .descr-next-step {
    font-size: 25px;
  }
  .step-button-mini, .step-button {
    font-size: 16px;
  }
  .height-step {
    height: 80px;
  }
  .flex-sec-13 {
    display: block;
  }
  .left-sec-13 {
    width: 100%;
  }
  .text-sec-13 {
    text-align: justify;
  }
  .right-sec-13 {
    padding-top: 50px;
    text-align: center;
  }
  .flex-footer {
    flex-direction: column;
  }
  .politika {
    text-align: center;
  }
  .mob-align {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .logo-scroll {
    font-size: 20px;
  }
  .adress-scroll, .info-scroll {
    font-size: 13px;
  }
  .callback-scroll {
    font-size: 17px;
  }
  .flex-sec-4 {
    justify-content: space-between;
  }
  .finish-quiz {
    flex-direction: column;
    justify-content: center;
  }
  .left-finish-quiz, .right-finish-quiz {
    width: 100%;
  }
  .orient-price, .price-finish {
    text-align: center;
  }
  .right-finish-quiz {
    margin-left: 0px;
  }
  .finish-quiz {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .arr-sec-5 {
    display: none;
  }
  .flex-sec-5_1 {
    display: block;
  }
  .take-life-garant-block {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
  }
  .title-sec-5 {
    width: 100%;
    text-align: center;
  }
  .flex-arr-text {
    display: block;
  }
  .description-title-sec-5 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
  }
  .quiz {
    display: block;
  }
  .left-quiz {
    width: 100%;
    max-width: 100%;
  }
  .right-quiz {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .left-price-list, .left-teh-zadanie {
    display: none;
  }
  .form-price {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .take-price-popup {
    text-align: center;
  }
  .right-teh-zadanie {
    width: 100%;
    margin-left: 0px;
  }
  .flex-teh-zadanie {
    display: block;
  }

  .flex-header {
    flex-direction: column;
  }

  .header-order {
    text-align: center;
  }

  .flex-social {
    order: 3;
    margin-top: 30px
  }

  .header-information {
    margin-top: 30px
  }
}
@media screen and (max-width: 860px) {
  .adress-scroll {
    display: none;
  }
  .flex-youtube {
    flex-direction: column;
    padding-top: 0px;
  }
  .white-video-frame {
    width: 100%;
    margin-top: 30px;
  }
  audio {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .flex-sec-6 {
    display: block;
  }
  .worker {
    display: none;
  }
  .standart-text {
    width: 100%;
  }
  .right-sec-8, .standart-block {
    padding-left: 0px;
  }
  .title-sec-8 {
    text-align: center;
  }
  .flex-sec-8 {
    display: block;
  }
  .nobr-3 {
    display: none;
  }
  .description-title-sec-8 {
    text-align: center;
  }
  .descr-vec-8 {
    width: 100%;
  }
  .blue-button-2 {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
  }
  .flex-sec-9 {
    display: block;
  }
  .red-frame {
    width: 100%;
  }
  .right-flex-sec-9 {
    margin-left: 0px;
    margin-top: 20px;
  }
  .flex-sec-4 {
    display: block;
    margin: 0 auto;
  }
  .flex-tov {
    width: 100%;
    justify-content: space-between;
    padding-top: 40px;
  }
  .white-frame-tovar {
    padding-top: 0px;
  }
  .height-step {
    height: auto;
  }
  .download-file {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .under-menu {
    font-size: 14px;
  }
  .ver-line {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mob {
    display: block;
  }
  .desc {
    display: none;
  }
  .white-frame-map {
    margin-top: 0px;
    box-shadow: 0px 2px 73.72px 2.28px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .section-14 {
    padding-bottom: 0px;
  }
  .section-14, .section-12 {
    padding-top: 40px;
  }
  .section-12 {
    padding-bottom: 40px;
  }
  .left-sec-7 {
    padding-top: 0px;
  }
  .popup-teh-zadanie, .send-teh {
    width: 100%;
  }
  .left-quiz {
    height: auto;
    padding-bottom: 50px;
  }
  .question {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .name-question {
    text-align: center;
  }
  .submit-question {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  #slider-range-max, #slider-range, #slider-range-max-2 {
    width: 230px;
  }
  .sl-quiz-1 {
    justify-content: center;
  }
  .frame-bak {
    left: 0px;
  }
  .block-tov {
    width: 215px;
    text-align: left;
  }
  .flex-tov-mob {
    justify-content: flex-start;
  }
  .title-sec-12, .title-sec-11 {
    font-size: 45px;
  }
}
@media screen and (max-width: 640px) {
  .flex-button-header {
    display: block;
  }
  .block-ras-stoimost {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .block-take-price {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ras-stoimost {
    font-size: 20px;
  }
  .take-price-list {
    font-size: 20px;
  }
  .garantia {
    width: 100%;
  }
  .footer-order {
    text-align: center;
  }
  .flex-tovar {
    display: block;
  }
  .price-tovar {
    text-align: center;
  }
  .flex-button-header {
    display: block;
    text-align: center;
  }
  .block-ras-stoimost {
    padding-top: 30px;
  }
  .ras-stoimost {
    margin-left: 0px;
  }
  .rs {
    padding-left: 0px;
  }
  .descrip-tovar {
    padding-left: 0px;
    text-align: center;
    padding-top: 15px;
  }
  .flex-best-call-submit {
    display: block;
  }
  .submit-block-best-call {
    padding-left: 0px;
    padding-top: 20px;
  }
  #callback-phone-lid-best-call, #politika {
    width: 100%;
    max-width: 100%;
  }
  .submit-button-best-call, .submit-button-best-call-2 {
    width: 100%;
    max-width: 100%;
  }
  .blue-lid-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .take-life-garant-block {
    width: 100%;
    max-width: 100%;
  }
  .info-scroll {
    display: none;
  }
  .ver-line {
    display: none;
  }
  .und-menu {
    display: flex;
    flex-direction: column;
  }
  .under-menu {
    text-decoration: underline;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Acrom-Bold";
  }
  .take-price-list, .ras-stoimost, .flex-ras-stoim {
    display: block;
    font-size: 25px;
  }
  .obslyzh {
    padding-bottom: 30px;
  }
  .block-ras-stoimost {
    padding-top: 0px;
  }
  .pop-cm-ph {
    max-width: 100%;
  }
  .pop-cm-ph {
    max-width: 100%;
  }
  .right-company {
    width: 100%;
  }
  .maxw-tovar {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .circle-step {
    display: none;
  }
  .steps {
    text-align: center;
    padding-left: 0px;
    font-size: 20px;
  }
  .top-of-quiz {
    display: block;
  }
  .flex-header {
    flex-direction: column;
  }
  .header-phone-number a {
    font-size: 30px;
  }
  .header-order {
    text-align: center;
    font-size: 18px;
  }
  .header-information {
    padding-top: 35px;
  }
  .steps {
    text-align: center;
    justify-content: center;
  }
  .flex-question {
    display: block;
  }
  .metr-kub-sl-quiz {
    white-space: nowrap;
  }
  .frame-bak {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 500px) {
  .title-header, .descr-sec-6, .title-sec-7, .title-sec-8, .title-sec-10, .title-sec-12, ..title-sec-11 {
    font-size: 35px;
  }
  .description-title-header, .title-sec-4, .title-sec-5, .title-sec-9 {
    font-size: 25px;
  }
  .garantia , .description-title-sec-5{
    font-size: 22px;
  }
  .title-sec-3 {
    font-size: 70px;
  }
  .description-title-sec-3 {
    font-size: 20px;
  }
  .title-sec-6 {
    font-size: 50px;
  }
  .descr-sec-6_2 {
    font-size: 20px;
    padding-top: 10px;
  }
  .callback-scroll {
    display: none;
  }
  .name-wun {
    font-size: 18px;
  }
  .name-answer {
    font-size: 17px;
  }
  .name-wun-radio {
    font-size: 14px;
  }
  .mob-vec {
    width: 50px;
  }
  .descr-vec {
    font-size: 14px;
  }
  .popup-form-1, .send {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .take-price-list, .ras-stoimost {
    font-size: 24px;
    padding: 20px 20px 20px 20px;
  }
  .take-life-garant {
    white-space: nowrap;
    padding: 15px;
    font-size: 15px;
  }
  .br-mob {
    display: block;
  }
  .price-finish {
    font-size: 35px;
  }
  .blue-lid-text {
    font-size: 20px;
  }
  .lets-call {
    padding: 10px;
    width: 100%;
    font-size: 18px;
  }
  .submit-question {
    flex-direction: column;
  }
  .back-step {
    padding-left: 0px;
    padding-top: 15px;
  }
  .button-next {
    margin-bottom: 15px;
  }
  .metr-kub-sl-quiz {
    font-size: 13px;
  }
  #amount, #amount-3 {
    width: 65px;
  }
  #amount-2 {
    width: 150px;
  }
  #amount, #amount-2, #amount-3 {
    font-size: 15px;
  }
  .finish-quiz {
    padding: 15px;
  }
  .right-finish-quiz {
    padding: 15px;
  }
  .flex-best-call {
    justify-content: space-between;
  }
  .names-best-call {
    font-size: 12px;
  }
  .white-frame-map {
    width: 100%;
  }
  .flex-cert {
    justify-content: center;
  }
  .block-tov {
    width: 170px;
    margin: 5px;
  }
  .white-video-frame {
    padding: 20px;
  }
}
@media screen and (max-width: 470px) {
  .take-life-garant {
    font-size: 14px;
  }
  .download-file {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step-button-mini, .step-button {
    display: inline-block;
    width: 100%;
  }
  .take-price-list, .ras-stoimost {
    font-size: 22px;
  }
  .price-finish {
    font-size: 28px;
  }
  .take-price-list, .ras-stoimost {
    font-size: 19px;
  }
  .descr-sec-6, .title-sec-7, .title-sec-8, .title-sec-10, .title-sec-12 {
    font-size: 20px;
  }
  .title-header {
    font-size: 32px
  }
  .title-sec-11 {
    font-size: 35px;
  }
  .price-finish {
    white-space: nowrap;
  }
}
@media screen and (max-width: 370px) {
  .danie {
    font-size: 16px;
    top: 20%;
  }
  .frame-bak {
    width: 280px;
  }
  .right-frame-bak {
    width: 200px;
  }
  .left-frame-bak {
    width: 76px;
  }

}

