body {
  margin: 0px;
max-height: 100%;
    position: relative;
  background-color: #f7f8f9;

   }

.lines {
  margin: 15px; }
  .lines .line-one {
    width: 80px;
    margin-bottom: 10px; }
  .lines .line-two {
    width: 40px;
    margin-bottom: 10px; }
  .lines .line-three {
    width: 20px;
    margin-bottom: 10px; }

@media only screen and (max-width: 812px) {
  body .content {
    max-width: 100%; } }
.wav{
height: 500px !important;
    width: 800px;
    float: right;
        position: absolute;

    right: -40px;
    top: 15vw;
}
.left_wav{
height: 500px !important;
    width: 800px;
    float: right;
        position: absolute;
    left: -40px;
    transform: scale(-1, 1);
        top: 111vw;
}
.logo img{
      height: 53px;
}
header{
  height: 90px;
  display: flex;
  margin-bottom: 331px;
}
header .menu{
  margin-left: auto;
  display: flex;
  max-width: 527px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: auto;
  margin-top: auto;
}
header .menu a{
  color: #f2f2f2;
  font-family: "SF UI Display Light";
  font-size: 18px;
  font-weight: 300;
  text-decoration: unset;
}
header .languages a{
  height: 13px;
  color: #f2f2f2;
  font-family: "SF UI Display Light";
  font-size: 16px;
  font-weight: 500;
  text-decoration: unset;
}

header .languages a.active{
  color: #d11217;
}
header .container{
  max-width: 1028px;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  height: 53px;
  display: flex;
}
header .languages{
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 85px;
    max-width: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header_line{
    position: absolute;
    width: 100%;
}
.header_line img{
  width: 100%;
  z-index: -10
}
.background{

      z-index: -1;
          width: 100%;
    position: absolute;


}
.page{
  width: 100%;
}
.line{
  display: flex;
  background-color: #ca1212;
  height: 1.1px;
}
.dreams.section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.left.line{
flex-direction: row-reverse;

    margin-right: 50px;
    position: relative;
    height: 1px;

    top: 28px;
    width: 100%;
}
.right.line{
  max-width: none;
  margin-left: 50px;
  position: relative;
  top: 28px;
  float: right;
}
.line:after{
  position: relative;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 1em;
  background-color: #ca1212;
  top: -4px;
}
.left.line:after{
    left: 4px;
}
.right.line:after{
    left: -4px;
}
.button{
  height: fit-content;
  min-width: 185px;
  min-height: 44px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "SF UI Display Light";
  padding: 3px 30px;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  background: rgba(0,0,0,0);
}
.button.active{
  background-image: linear-gradient(-18deg, #d11217 0%, #f6353a 100%);
  border: none;
}
.dreams .buttons{
  display: flex;
  width: 391px;
  justify-content: space-between;
}
.classic .title{
  color: white;
  font-size: 48px;
  font-weight: 300;
  font-family: "SF UI Display Light";
  margin-bottom: 21px;
}
.dreams .title_2{
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: "SF UI Display Light";
  margin-bottom: 61px;
}
.contact.section{
      width: 70%;
  margin-top: auto;
  max-width: 1220px;
  margin-left: 19vw;
  margin-right: auto;
}
.hand{
  margin-bottom: 41px;
}
.info{
  display: flex;
  height: 84px;
  justify-content: space-between;
}
.contacts{
  max-width: 808px;
  height: 41px;
  width: 100%;
  display: flex;
  margin-top: auto;
  margin-bottom: 40px;
  justify-content: space-between;
}
.contacts a{
  max-width: 33%;
  color: #d11217;
  font-family: "Montserrat Regular";
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  margin-top: auto;
}
.chat.button{
  border-radius: 5px 5px 0 0;
  margin-top: auto;
  height: 42px;
  min-height: unset;
}
.chat_line{
  width: 100%;
  position: relative;
  top: -2px;
  margin-bottom: 15px;
}
.advantages .title{
  margin-bottom: 97px;
}
.quat{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  max-width: 875px;
}
.razd{
  background: #515151;
}
.hoz.razd{
  height: 1.1px;
  width: 100%;
}
.quat .hoz.razd{
  margin-top: 52px;
  margin-bottom: 52px;
}
.quat .vert.razd{
  width: 1.1px;
  height: 108px;
}
.quat .vert.razd.a{
  margin-top: auto;
}
.quat .vert.razd.b{
  margin-bottom: auto;
}
.quat .row{
  display: flex;
  justify-content: space-between;
}
.quat .row .column{
    width: 100%;
    text-align: center;
    max-width: 410px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quat .row .column img{
    width: fit-content;
    height: fit-content;
    margin: 0px auto;
    margin-bottom: 45px;
}
.quat .row .column .title{
  color: #ffffff;
  font-family: "SF UI Display Light";
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 27px;
}
.quat .row .column .content{
color: #6b6b6b;
  font-family: "SF UI Display Light";
  font-size: 16px;
  font-weight: 300;
}
.advantages{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
body{
    overflow-y: auto;

background: url('/img/fon.png');
}
.advantages > .content{
width: 875px;

    margin-left: 50px;
}
.dreams .content{
width: 875px;
    margin-left: 50px;
}
.advantages{
  margin-bottom: 135px;
}
.chat_line.reverse{
    transform: scale(-1);
    margin-top: 0px;
}
.service{
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
}
.service .content{
    margin-left: 22%;
    padding-left: 50px;
    min-width: 280px;
    text-align: right;
}
.service .content .title{
  margin-bottom: 0px;
}
.service{
  margin-bottom: 115px;
  display: grid;
    grid-template-columns: 0.7fr 1fr;
    grid-auto-flow: dense;
}
.carts{
    margin-left: auto;
    padding-left: 50px;
    margin-right: auto;
    width: 90vw;
    max-width: 904px;
    margin-bottom: 162px;
    display: flex;
    height: 711px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}
.cart{
  margin-top: auto;
width: 44vw;
    max-width: 444px;
    height: 226px;
    border-radius: 10px;
    border: 1px solid #5b5b5b;
}
.cart.active{
  border: none;
}
.cart .content{
cursor: pointer;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 41px;
    padding-left: 24px;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    background-color: #333333d6;
    background-image: var(--imag), linear-gradient(-207deg, #333333d6 0%, #333333d6 100%);
    background-blend-mode: multiply;
}
.cart .content *{
  z-index: 1;
}
.cart.active .content{
  border-radius: 10px;
  position: relative;
    background: none;
    background-image: var(--imag), linear-gradient(-207deg, #de1c21 0%, #c3191e 100%);
    background-blend-mode: multiply;
}
.cart .content .text_1{
  color: #ffffff;
  font-family: "SF UI Display Light";
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}
.cart .content .text_2{
color: #636363;
font-family: "SF UI Display Light";
font-size: 18px;
font-weight: 300;
max-width: 350px;
}
.cart.active .content .text_2{
  color: #ffffff;
}
.back{
  z-index: 0;
  position: absolute;
}
.cart .icon{
  width: max-content;
  padding-bottom: 32px;
}
.m_t_0{
  margin-top: 0px;
}
.contacts_block .head .line{
  background-color: #ffffff;
}
.contacts_block .head .line:after{
  background-color: #ffffff;
}
.contacts_block .head{
display: grid;
grid-template-columns: 0.6fr 1fr;
grid-auto-flow: dense;

margin-top: auto;
}
.foot_back:not(.mob){

width: 100%;
z-index: -2;
margin-top: 4px;
position: absolute;
height: 100vh;
max-height: 1500px;
}
.contacts_block .content{
text-align: end;
    margin-left: 22%;
    padding-left: 50px;
    min-width: 277px;
}
.call{
margin-top: 45px;
    margin-left: auto;
  margin-right: auto;
  width: 1110px;
  height: 564px;
  background-image: url('/img/lines.png');
  display: flex;
  justify-content: space-between;
}
.form{
  background-color: #0a0a0a;
  background-image: linear-gradient(to top, #0b0b0b 0%, #222222 100%);
  display: flex;
      margin: 1px;
  width: 448px;
  height: 519px;
  display: flex;
  flex-direction: column;
  padding-top: 54px;
  box-sizing: border-box;
      padding-left: 90px;
    padding-right: 90px;
}
.form .title{
  margin-bottom: 11px;
  color: #ffffff;
font-family: "SF UI Display Light";
font-size: 24px;
font-weight: 300;
margin-left: 7px;
}



.form input.text{
  z-index: 99;
  box-sizing: border-box;
  height: 40px;

  border-radius: 5px;
  border: 1px solid #575757;
  background-color: #141515;
  padding-top: 16px;
  color: white;
  font-family: "SF UI Display Light";
  font-size: 15px;
  font-weight: 400;
  line-height: 0px;
  padding-bottom: 22px;
    padding-left: 8px;
  transition: 1s;
}

.form *:focus::-webkit-input-placeholder{
  padding-left: 50px;
  transition: 1s;
}
.form *:focus::-moz-placeholder{
padding-left: 50px;
transition: 1s;
opacity:  1;
}
.form *:focus:-moz-placeholder{
padding-left: 50px;
transition: 1s;
opacity:  1;
}
.form *:focus::placeholder{
padding-left: 50px;
transition: 1s;
opacity:  1;
}
.form *:focus:-ms-input-placeholder{
padding-left: 50px;
transition: 1s;
}
.form *.text.t_l_0:focus{
  ppadding-left: 50px;
}
.form *.text.t_l_1:focus{
  padding-left: 47px;
}
.form *.text.t_l_2:focus{
  padding-left: 44px;
}
.form *.text.t_l_3:focus{
  padding-left: 41px;
}
.form *.text.t_l_4:focus{
  padding-left: 38px;
}
.form *.text.t_l_5:focus{
  padding-left: 35px;
}
.form *.text.t_l_6:focus{
  padding-left: 32px;
}
.form *.text.t_l_7:focus{
  padding-left: 29px;
}
.form *.text.t_l_8:focus{
  padding-left: 26px;
}
.form *.text.t_l_9:focus{
  padding-left: 23px;
}
.form *.text.t_l_10:focus{
  padding-left: 20px;
}
.form *.text.t_l_11:focus{
  padding-left: 17px;
}
.form *.text.t_l_12:focus{
  padding-left: 14px;
}
.form *.text.t_l_13:focus{
  padding-left: 11px;
}
.form *.text.t_l_14:focus{
  padding-left: 8px;
}


.form input.text:not(.last){
  margin-bottom: 6px;
}
.form input.text.last{
  margin-bottom: 18px;
}
.price_info{
  box-sizing: border-box;
  width: 100%;
  padding-left: 6px;
  padding-right: 2px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  min-height: 13px;
}
.price_info .comfortable{
  color: #505050;
  font-family: "SF UI Display Light";
  font-size: 12px;
  font-weight: 400;
}
.price_info .price{
  color: #ffffff;
  font-family: "SF UI Display Light";
  font-size: 12px;
  font-weight: 400;
}
.polz{
  height: 1px !important;
  border: 1px solid #565656 !important;
  margin-top: 6px !important;
  margin-bottom: 8px !important;
  height: 1px !important;
    max-height: 1px;
    padding-bottom: 0px;
    border: none !important;
    border-bottom: 1px solid #565656 !important;
    background: none !important;
}
.polz_range{
  height: 3px !important;
  border: 1px solid #cf1d20 !important;
  background-color: #cf1d20 !important;
}
.polz_handle{
  width: 13px !important;
  height: 13px !important;
  background-color: #ffffff !important;
  border-radius: 1em; !important
}
.checks{
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  height: 36px;
  margin-bottom: 18px;
}
.check label{
  color: #ffffff;
  font-family: "SF UI Display Light";
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;

display: flex;
    flex-direction: column;
}
.check{
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.check input{
  display: none;
}
.check label:before{
  content: '';
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid #5b5b5b;
  background-color: #141515;
}
.check input:checked + label:before  {
  content: url('/img/gal.png');
    margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 16px;
  width: 16px;
      display: flex;
    justify-content: center;
  border-radius: 3px;
  border: 1px solid #5b5b5b;
  background-color: #cf1d20;
}
.form textarea{
  padding-top: 8px;
  padding-left: 10px;
  color: #505050;
font-family: "SF UI Display Light";
font-size: 12px;
font-weight: 400;
line-height: 23px;
height: 78px;
border-radius: 5px;
border: 1px solid #5b5b5b;
background-color: #141515;
resize: none;
margin-bottom: 8px;
  padding-left: 8px;
transition: 1s;
z-index: 99;
}


.form .sub{
  color: #ffffff;
  font-family: "SF UI Display Light";
  font-size: 16px;
  font-weight: 300;
  height: 40px;
border-radius: 5px;
background-color: #141515;
background-image: linear-gradient(-18deg, #d11217 0%, #f6353a 100%);
width: 100%;
    border: none;
    cursor: pointer;
}
.side{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 70px;
  max-width: 660px;
  max-height: 520px;
}
.ad{
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.ad .icon{
    margin-right: 20px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}
.ad .text{
      text-decoration: none;
  margin-top: auto;
  margin-bottom: auto;
  color: #ffffff;
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 300;
}
.m_b_25{
  margin-bottom: 25px;
}
.m_b_60{
  margin-bottom: 60px;
}
.side .fot{
  display: flex;
  justify-content: start;
}
.ad.left{
  margin-right: 150px;
}
.icons.right{
  display: flex;
  justify-content: start;
}
.icons.right .icon{
  margin-right: 25px;
  height: fit-content;
}
.contacts_block{
display: flex;
justify-content: space-between;
flex-direction: column;
height: 100vh;
overflow: hidden;
max-height: 1500px;
}
.points {
    position: absolute;
    bottom: 0px;
    height: 90px;
    overflow: hidden;
    left: 20%;
}
.points .text{
  color: #ffffff;
  font-family: "SF UI Display Light";
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 12px;
}
.fot_anim{
    position: absolute;
    width: 98vw;
    bottom: 64px;
    display: flex;
    z-index: -1;
}
.fot_anim img{
  width: 80%;
  max-width: 1537px;
  margin-left: auto;
  margin-right: auto;
}
.mid_anim{
    overflow: hidden;
    position: absolute;
    bottom: 1020px;
    width: 89%;
    display: flex;
    left: 11%;
    z-index: -1;
}
.mid_anim img{
    width: 108%;
    max-width: 2300px;
    margin-right: auto;
}
.t_anim{
    position: absolute;

    left: 27%;
    width: 66%;
    display: flex;
    z-index: -1;
    transform: translateY(-91%);
}

}
.t_anim img{
    width: 100%;
    max-width: 1283px;
    margin-right: auto;
}
.head_anim{
position: absolute;
    top: 120px;
    width: 93%;
    display: flex;
    z-index: -1;
    left: 7%;
}
.head_anim img{
    width: 80%;
    max-width: 1200px;
    margin-right: auto;
}
.w_100{
  width: 100%;
}
.w_60{
  width: 60%;
}

.dreams .title_2 i {
  display: inline-block;
  font-style: normal;
  padding: 0 0.1em;
  -webkit-transform: scale(0) translate3d(0, -2000px, 0);
     -moz-transform: scale(0) translate3d(0, -2000px, 0);
    -ms-transform: scale(0) translate3d(0, -2000px, 0);
     -o-transform: scale(0) translate3d(0, -2000px, 0);
      transform: scale(0) translate3d(0, -2000px, 0);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.dreams .title_2 i.fly-in-out {
  -webkit-animation: fly-in-out 3s normal ease-in-out;
     -moz-animation: fly-in-out 3s normal ease-in-out;
     -o-animation: fly-in-out 3s normal ease-in-out;
      animation: fly-in-out 3s normal  ease-in-out;
  animation-iteration-count: 1;
  animation-play-state: revert;
  transition-delay: 500000s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fly-in-out {
  0% {
    -webkit-transform: scale(0) translate3d(0, -1000px, 0);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
}
@-moz-keyframes fly-in-out {
  0% {
    -moz-transform: scale(0) translate3d(0, -2000px, 0);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
}
@-o-keyframes fly-in-out {
  0% {
    -o-transform: scale(0) translate3d(0, -2000px, 0);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    -o-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    -o-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
}
@keyframes fly-in-out {
  0% {
    transform: scale(0) translate3d(0, -2000px, 0);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;
  }
}





.pin{
  width: 23px;
      min-width: 23px;
  height: 23px;
  border-radius: 50% 50% 50% 0;
  background: #ffffff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: 0px 0 0 0px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
    }
.pin:after{
    content: '';
    width: 11px;
    height: 11px;
    margin: 6px 0 0 6px;
    background: #2F2F2F;
        position: absolute;
    border-radius: 50%;}

.pulse{
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  left: 50%;
  top: 50%;
  margin: 25px 0px 0px -17px;
  transform: rotateX(55deg);
  z-index: -2;
  }
  .pulse:after{
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: -13px 0 0 -13px;
    animation: pulsate  1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
        position: absolute;
    box-shadow: 0 0 1px 2px #ffffff;
    animation-delay: 1.1s;}

@keyframes pulsate{
  0%{
    transform: scale(0.1, 0.1);
    opacity: 0.0;}
  50%{
    opacity: 1.0;}
  100%{
    transform scale(1.2, 1.2);
    opacity: 0;}
}
@keyframes bounce{
  0%{
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);}
  60%{
    opacity: 1
    transform: translateY(30px) rotate(-45deg);}
  80%{
    transform: translateY(-10px) rotate(-45deg);}
  100%{
    transform: translateY(0) rotate(-45deg);}
  }

.m_b_60 .text{
  padding-left: 20px;
}








.red_button {

  display: inline-block;




  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px #d11217;
}
.red_button:focus {
  outline: 0;
}
.red_button:before, .red_button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.red_button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, transparent 20%, #d11217 20%, transparent 30%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, transparent 10%, #d11217 15%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%);
  background-size: 10px 10px, 20px 20px, 15px 15px, 20px 20px, 18px 18px, 10px 10px, 15px 15px, 10px 10px, 18px 18px;
}
.red_button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, transparent 10%, #d11217 15%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%), radial-gradient(circle, #d11217 20%, transparent 20%);
  background-size: 15px 15px, 20px 20px, 18px 18px, 20px 20px, 15px 15px, 10px 10px, 20px 20px;
}
.red_button:active {
  transform: scale(0.9);
  background-color: #d11217;
  box-shadow: 0 2px 25px #d11217;
}
.red_button.animate:before {
  z-index: 99;
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.red_button.animate:after {
  z-index: 99;
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


@media (max-width: 600px) {
  .head_anim {
    top: 8.5rem;
  }
.dreams.section {
  grid-template-columns: 0.15fr 0.95fr;
}
.dreams .title {
        max-width: unset;
        overflow: hidden;

}


.dreams .title_2 {
    font-size: 14px;
    margin-bottom: 40px;
}
.dreams .title_2 i {
      padding: 0 0.1em;
}
.dreams .buttons {
flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 391px;
    min-width: 170px;
    height: 88px;
  }
  .dreams .buttons button{
    min-height: unset;
    height: 38px;
    max-width: 391px;
    min-width: 125px;
        padding: 3px 10px;
    width: 45%;
    font-size: 14px;
  }

}





@media (max-width: 1020px) {
  .dreams .content {
    margin-left: 30px;
    width: 85%;
        padding-top: 13px;
}
  header{
    height: 68px;
  }
  .cart .content .text_2 {
    font-size: 12px;
  }
  .contacts{
        flex-direction: column;
        height: 119px;
            margin-bottom: 34px;
                padding-bottom: 26px;
  }


  .info{
    height: unset;
  }
  .contact.section {
    margin-left: 17px;
    width: 90%;
  }
  .contacts a {
    font-size: 12px;
    max-width: unset;
  }
  .scroll {
    top: 26px !important;
  }
  .min_1020{
    display: none;
  }
  .quat .vert.razd{
    display: none;
  }
  .quat {
    max-width: unset;
        margin-top: 40px;
  }
  .quat .hoz{
    display: none;
  }
  .quat .row {
    flex-direction: column;
  }
  .quat .row .column {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .advantages {
    margin-bottom: 12px;
    display: block;
  }
  .t_anim{
    display: none;
  }
  .mob_rev{
        transform: scale(-1,1);
  }
  .mob_rev_2{
    transform: scale(1,-1);
  }
  .advantages > .content > .title {
    margin-bottom: 40px;
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    
        padding-top: 15px;
    text-align: center;
  }
  .classic .title {
    font-size: 24px;
  }
  .quat .row .column .title {
    font-size: 18px;
  }
  .quat .row .column .content {
    font-size: 14px;
  }
  .advantages .right.line {
        width: 60%;
  }
  .advantages > .content {
      width: 100%;
      margin-left: 0px;
  }
  .cart .content .text_1 {
    font-size: 16px;
  }
  .cart .content .text_1 {
    font-size: 12px;
  }
  .carts{
    padding-left: 0px;
    box-sizing: border-box;
  }
  header {
    margin-bottom: 60px;
  }
header .container {
    flex-direction: row-reverse;
        margin-left: 15px;
    margin-right: 15px;
  }
  header .menu a{
     margin-bottom: 10px;
  }
  header .menu a:first-child{
    margin-top: 35px;
  }
  header .menu:not(.active) * {
    display: none;
  }
  header .languages {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  header .menu .languages a{
    margin-top: 0px;
        margin-right: 10px;
  }
  header .menu a {
    font-size: 23px;
    z-index: 2;
  }
  header .languages a {
    font-size: 23px;
    z-index: 2;
  }
  .bb{
    display: none;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    background: black;
    z-index: 1;
  }
  .bb.active{
    display: block;
  }
  header .menu{
    z-index: 2;
    height: 245px;
    background: url('/img/Menu.png');
    background-size: 28px,20px;
    background-repeat: no-repeat;
    background-position-y: 16px;
    padding-top: 25px;
    margin-left: 0px;
    margin-right: auto;
    cursor: pointer;
        flex-direction: column;
  }

  header > .container > .languages {
    display: none;
  }
.service .content .title {
    padding-top: 12px;
    text-align: center;
}
.service .content {
  margin-left: 0px; 
  padding-left: 0px;
  min-width: unset;
}
.service {
    grid-template-columns: 0.5fr 1fr;
  }
 .service .right.line {
  margin-left: 0px;
 }
 .quat .row .column img {
  transform: scale(0.63);
  margin-bottom: 0px;
}
.quat .row .column .title {
    margin-bottom: 15px;
  }
  .cart .icon {
  transform: scale(0.62);
      padding-bottom: 20px;
}
.cart .content .text_1 {
      padding-bottom: 8px;
}
.cart .content {
      max-height: 165px;
          padding-top: 20px;
}
.cart{
  height: 165px;
  margin-top: 0px;
}
.carts{
    height: 525px;
  }
}

@media (min-width: 1020px) {
.max_1020{
  display: none !important;
}
}

@media (max-width: 1150px) {
  .ad .text {
    font-size: 18px;
  }
  .ad.left {
    margin-right: 15px;
  }
  .icons.right {
    margin-left: auto;
  }
  .icons.right .icon {
    margin-right: 15px;
        width: 15px;
    height: 15px;
  }
  .ad .icon {
    margin-right: 15px;

  }
  .side {
    padding: 0px 20px;
  }
  .side .m_b_60{
    padding-bottom: 17px;
    margin-bottom: 0px;
  }
  .contacts_block .content {
   padding-top: 12px;
    min-width: unset;
  }
  .contacts_block .head {
    grid-template-columns: 0.3fr 1fr;
  }
  .call {
    width: 100%;
    background-image: none;
    flex-direction: column-reverse;
    height: unset;
    margin-top: 35px;
  }
  .call > *{
    margin-right: auto;
    margin-left: auto;
  }
  .call > .form{
    border-radius: 10px;
        padding-left: 3vw;
    padding-right: 3vw;
        padding-top: 15px;
    padding-bottom: 11px;
    height: unset;
        width: 268px;
    box-sizing: content-box;
  }
  .contacts_block {
    height: unset;
    position: relative;
  }
  .min_1150{
    display: none;
  }
  #deadline {
    padding-left: 0px;
        height: 190px;
  }
  .points {
    display: none;
  }
  .classic:not(.dreams) .title {
    margin-bottom: 0px;
  }
  .contacts_block .head {
    margin-top: 20px;
  }
  .mini_bor{
    margin-bottom: 20px;
    width: 105px;
height: 0px;
    border: 0.5px solid #ffffff;
        margin-left: 40px;

  }
  .max_bor{
        margin-bottom: 20px;
    width: 100%;
height: 0px;
    border: 0.5px solid #ffffff;
  }
}
@media (min-width: 1150px) {
  .max_1150{
    display: none;
  }

}
.foot_back.mob {
    width: 100%;
    z-index: -2;
    margin-top: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    /* min-height: 1028px; */
    height: 100%;
}
.page_1{
      height: 100vh;
    display: flex;
    flex-direction: column;
}
.page_1 .chat_line{
  margin-bottom: 10px;
}
.t_anim img{
      width: 100%;
}
.white_line{
  margin-top: 27px;
  margin-bottom: 30px;
  width: 100%;
}
.white_line img{
  width: 100%;
}
.more{
  cursor: pointer;
}