
body{
    background: #000000 !important;
    font-family: Roboto !important;
}

.how_to_btn{
    width: 188px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
background: linear-gradient(270deg, #3787DA 0%, #DA37C6 100%);
border-radius: 12px;
text-decoration: none;
margin-left: 72px;
}

.how_to_btn:hover{
    color: #ffffff;
}

.header_contacts a{
    margin-right: 15px;
}

.header_contacts a:last-child{
    margin-left: 35px;
    margin-right: 0px;
}

.head_phone img{
    margin-right: 9px;
}

a.head_phone{
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #ffffff;
text-decoration: none;
}

.advantage_section{
    margin-top: 130px;
}

.advantage_section .section_title{
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 40px;
color: #ffffff;
width: 100%;
max-width: 599px;
margin-bottom: 60px;
}

.advantage_item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
    min-height: 97px;
}


.advantage_item_content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
    width: 100%;
    max-width: 397px;
}

.iten_content__title{
    margin-bottom: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    height: 37px;
}

.item_content__text{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #afaeae;
}

.video_section{
    margin-top: 98px;
}

.video_title{
    margin-top: 53px;
    font-style: normal;
font-weight: 500;
font-size: 52px;
line-height: 68px;
color: #FFFFFF
}

.video_subtitle{
    margin-top: 30px;
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 40px;
color: #FFFFFF;
}

.video_block img{
    width: 100%;
    height: auto;
}

.video_block{
    position: relative;
}

img.video_btn{
    position: absolute;
    top: -50%;
    left: 45%;
    width: 86px;
    height: 86px;
}

.contact_section{
    margin-top: 200px;
}

.contact_section .section_title{
    color:#ffffff;
}

.contact_section_subtitle{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
margin-top: 35px;
margin-bottom: 40px;
}

.demonstration_list{
    list-style: none;
    padding: 0;
    margin: 0;

}

.demonstration_list li{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 40px;
color: #FFFFFF;
display: flex;
align-items: center;
margin-bottom: 20px;
}

.demonstration_list li:last-child{
    margin-bottom: 0px;
}

.demonstration_list li img{
    margin-right: 16px;
}

.contact_form_wrap{
    position: relative;
}

.laser_img{
    top: -140px;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 489px;
    height: 645px;
}

.contact_form{
    margin-left: 30px;
    position: relative;
    z-index: 2;
    width: 471px;
    height: 382px;
    border-radius: 20px;
}

.contact_form_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D939C6 1.94%, #3A85D9 100%);
    opacity: 0.76;
    filter: blur(1.1828px);
    border-radius: 20px;


}

.contact_form__form{
    position: absolute;
    width: 100%;
    height: auto;
    padding-top:21px;
    padding-bottom: 34px;
    padding-left: 38px;
    padding-right: 38px;

}

.contact_form_title{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
}

.contact_form_subtitle{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #FFFFFF;
margin-bottom: 25px;
}

.demonstration_form input{
    width: 100%;
    background: transparent;
    height: 40px;
    border-radius: 14px;
    border: 1px solid #ffffff;
    outline: none;
    padding-left: 16px;
    color: #ffffff;
    font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
margin-bottom: 25px;
}

.demonstration_form input::placeholder{
    font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
}

.demonstration_form label{
    display: none;
}

.demonstration_form button{
    width: 100%;
    height: 40px;
    background: #2B8EE0;
border-radius: 12px;
border: none;
outline: none;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
}

.form_politics{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #ffffff;
  }
  .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }



  .custom-checkbox:checked+label::before {
    border-color: #ffffff;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }

  /* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #ffffff;
  }
  /* стили для активного состояния чекбокса (при нажатии на него) */
  .custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  /* стили для чекбокса, находящегося в фокусе
  .custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  } */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox:focus:not(:checked)+label::before {
    border-color: #ffffff;
  }
  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
  }


    .map_section{
        margin-top: 160px;        
    }

  .video_wrap{
      width: 100%;
      height: auto;
  }

  .testdrive_section{
      margin-top: 218px;
  }

  .testdrive_bg{
    background: linear-gradient(135deg, #D838C6 0%, #3787DA 100%);
    border-radius: 40px;
  }

  .testdrive_content{
    margin-top: 76px;
    margin-bottom: 76px;
    margin-left: 86px;
  }

  .testdrive_title{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 62px;
    color:#ffffff;
  }

  .testdrive_text{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 20px;
  }

  .testdrive_btn{
      margin-top: 45px;
      width: 213px;
      height: 38px;
      border:2px solid transparent;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      background: #2B8EE0;
      border-radius: 12px;
      font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    transition: .3s ease-in;
  }

  .testdrive_btn:hover{
    background: transparent;
    border: 2px solid #2B8EE0;
    transition: .3s ease-in;
    color: #ffffff;
  }

  .testdrive_img_wrap{
      position: relative;
      width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .testdrive_img_wrap img{
    position: absolute;
    top: -127px;
}

.offer_section{
    margin-top: 96px;
}

.offer_item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 233px;
}

.offer_title{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 40px;
color:#ffffff;
margin-top: 30px;
text-align: center;
}

.offer_text{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #686868;
}

footer{
    margin-top: 110px;
    padding-bottom: 90px;    
}

.footer_contacts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

a.footer_phone{
    text-decoration: none;
    font-style: normal;
font-weight: bold;
font-size: 56px;
line-height: 62px;
color: #ffffff;
transition: .3s ease-in;
}

a.footer_phone:hover{
    color: #2B8EE0;
    transition: .3s ease-in;
}

.footer_mail{
    margin-top: 17px;
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #ffffff;
}

.footer_mail a{
    text-decoration-line: underline;
    color: #2B8EE0;
}

.footer_btn{
    margin-top: 17px;
    display: flex;
    flex-direction: row;
}

.footer_by_btn{
    width: 140px;
    height: 40px;
    background: #2B8EE0;
border-radius: 12px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #ffffff;
text-decoration: none;
}

.footer_by_btn:hover{
    color: #ffffff;
}

.footer_test_btn{
    width: 140px;
    height: 40px;
    background: transparent;
border-radius: 12px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #2B8EE0;
text-decoration: none;
}

.footer_social{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.social_block{
    margin-top: 95px;
    width: 95px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.head_phone_number{
    margin-left: 10px;
}

.hero_adv{
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hero_adv ul{
    padding: 0;
}

.hero_adv li{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 39px;
}

.hero_adv_left li{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.hero_adv_left li img{
    margin-left: 14px;
}

.hero_adv_right li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hero_adv_right li img{
    margin-right: 14px;
}


.insta_title{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    margin-top: 65px;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;

    margin-bottom: 45px;
}

.insta_title a{
    margin-left: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 140px;
    height: 40px;
    border: 2px solid transparent;
    background: #2B8EE0;
    border-radius: 12px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    transition: .3s ease;
    text-decoration: none;
}

.insta_title a:hover{
    border: 2px solid #2B8EE0;
    transition: .3s ease;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}

a.slide_img{
    display: flex;
    width: 306px;
    height: 307px;
}

a.slide_img img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.insta_slider2{
    margin-top: 31px;
}

.insta_slider2 .carousel2 .item{
    margin-left: 30px;
}

.tech_text{
    padding: 15px;
}

.tech_text_title{
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.tech_list{
    list-style: disc;
}

.tech_list li{
    font-size: 16px;
    margin-bottom: 10px;
}

.tech_list li span{
    font-weight: 900;
}

.mod_btn{
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}


@media (min-width: 0) and (max-width: 1440px) {
    .hero_adv{
        width: 80%;
    }
}

@media (min-width: 0) and (max-width: 1366px) {
    .hero_adv{
        width: 85%;
    }

}

@media (min-width: 0) and (max-width: 991px) {

    .hero_adv{
        display: none;
    }

    .header__left span{
        display: none;
    }

    .header__left-text{
        display: none;
    }

    .iten_content__title{
        height: 100%;
    }

    .video_title{
        margin-top: 0;
        font-size: 35px;
        line-height: 1.2;
    }

    .video_subtitle{
        font-size: 17px;
    line-height: 1.2;
    }

    .section_title{
        font-size: 25px;
    }

    .contact_section_subtitle{
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .demonstration_list li{
        font-size: 14px;
    }

    .laser_img{
        top:-100px;
        width: 289px;
        height: 445px;
    }

    .contact_form{
        width: 100%;
        height: 390px;
    }

    .testdrive_section{
        margin-top: 80px;
    }

    .testdrive_content{
        margin-bottom: 29px;
    }

    .testdrive_title{
        font-size: 36px;
    line-height: 1.2;
    }

    .testdrive_img_wrap img{
        width: 100%;
        top:0px;
        height: auto;
    }

    .offer_title{
        text-align: center;
        line-height: 1.2;
        min-height: 45px;
    }

    a.footer_phone{
        font-size: 35px;
        line-height: 1.2;
    }
}

@media (min-width: 0) and (max-width: 767px) {

    .header__left{
        margin-left: 38px;
    }

.how_to_btn{
    display: none;
}

.video_section{
    margin-top: 48px;
}

.video_title{
    font-size: 42px;
}

.video_subtitle{
    font-size: 22px;
}

.contact_section{
    margin-top: 100px;
}

.laser_img{
    display: none;
}

.contact_form_wrap{
    overflow: hidden;
}

.contact_form_bg{
    filter: none;
}

.demonstration_list{
    margin-bottom: 40px;
}

.contact_form{
    margin-left: 0px;
}

.contact_form__form{
    padding-left: 0px;
    padding-right: 0px;
}

.demonstration_form{
    margin: 0 auto;
    width: 90%;
}

.map_section{
    margin-top: 100px;
}

.testdrive_img_wrap{
    width: 80%;
    margin: 0 auto;
}

.testdrive_img_wrap img{
    position: relative;
}

.testdrive_content{
    margin-left: 0px;
}

.testdrive_title{
    text-align: center;
    font-size: 62px;
}

.testdrive_text{
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.testdrive_btn{
    margin: 0 auto;
    margin-top: 45px;
    width: 90%;
    height: 55px;
}

.offer_item{
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 30px;
}

.offer_content_wrap{
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

.offer_title{
    min-height: 25px;
    margin-top: 0px;
    font-size: 17px;
}

.offer_text{
    text-align: left;
    font-size: 15px;
}

.footer_social{
    align-items: center;
}


.footer_logo{
    display: none;
}

a.slide_img{
    width: 206px;
    height: 207px;
}




}

@media (min-width: 0) and (max-width: 575px) {
    .testdrive_title{
        font-size: 45px;
    }

    .head_phone_number{
        display: none;
    }
}

@media (min-width: 0) and (max-width: 479px) {

}

@media (min-width: 0) and (max-width: 360px) {

}