@import url('https://fonts.cdnfonts.com/css/circe');

body{
	font-family: "Circe";
    font-size: 16px;
}
*, *:before,*:after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}

.notify {
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.204);
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 10;
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    transition: 0.3s;
    transform: translateY(20px) translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    max-width: 400px;
}

.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.notify__image {
    width: 30px;
    height: 30px;
}

.header{
    position: sticky;
    top:0;
    width: 100%;
    border-bottom: 1px solid #EDEFF3;
    background-color: white ;
    z-index: 5;
    /* box-shadow:  0 0 20px rgba(0, 0, 0, 0.422); */
}
.header_inner_wrapper{
    width: calc(1715 / 1920* 100%);
    max-width: 1715px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}
.header__logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:40px;
}
.header_title{
    width: 280px;
    color: #6B7A99;
}
.login_btn{
    width:220px;
    height:44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0050CF;
    border:0 ;
    border-radius: 4px;
    font-family: 'Circe';
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
	text-decoration: none;
}
/* main start  */
.main_intro{
    width:100%;
    background: linear-gradient( 163deg ,rgba(247, 249, 253, 0.2), rgba(116, 141, 210,0.2));
}
.main_intro_wrapper{
    /* width: 1510px; */
    margin: 0 auto;
    overflow: hidden;
}
.main_intro_inner_wrapper{
	overflow: hidden;
    width: 100%;
    background: linear-gradient(310.13deg, rgba(116, 137, 210, .2) 20.31%, rgba(247, 249, 253, .2) 49.21%), linear-gradient(0deg, #F7F9FD, #F7F9FD);
    display: flex;
    justify-content: flex-end;
  }


._container_bpehg_21 {
    width: calc(1715 / 1920* 100%);
    max-width: 1715px;
    padding: 152px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}


._textBox_bpehg_113 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 1;
}
._car_bpehg_153 {
    background-image: url(../img/range_rover3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 993px;
    height: 500px;
    position: absolute;
    right: 1%;
    bottom: 0;
}
  .main_column_block{
    padding: 0 10px;
    display:flex;
    align-items: center;
    justify-content: left;
  }
  .title_block{
    max-width: 700px;
    text-align: left;
  }
  .title{
    font-family: 'Circe';
    font-weight: 500;
    font-size: 43px;
    line-height: 54px;
    color: #0F0F14;
  }
  .subtitle{
	font-size: 25px;
    margin-top: 20px;
    font-family: 'Circe';
  }
  .main_car_img_block{
    width:935px;;
    height:100%;
  }
  .main_car_img{
    object-fit: contain;
  }
/*  */
.intro{
    width:100%;
    font-family: "Circe" ;
}
.intro_wrapper{
    margin: 70px auto 70px;
    width: 100%;  
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: calc(1715 / 1920* 100%);
    max-width: 1715px;
}
.second_intro_title{
    max-width: 1270px;
    margin: 0 auto;
    text-align: center;
}
.second_intro_title p{
    color:#0F0F14;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
}
.intro_wrap{

    margin: 0 auto;
}

.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.info_item{
    min-height: 150px;
    padding: 30px 30px 30px 30px;
    background-color: #F5F6FA;
    box-shadow: 0px 4px 6px 0px #0000000f;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
}
.item_title{
    color:#004DD5 ;
    margin-bottom: 5px;
	font-size: 28px;
	text-align: center;
    line-height: 30px;
	font-weight: 700;
}

.item_subtitle{
    display:flex;
    flex-wrap: wrap;
    color:#0F0F14;
	font-size: 24px;
	line-height: 30px;
    text-align: center;
    justify-content: center;
}

/*  */
.info{
    width:100%;
    font-family: "Circe" ;
}
.info_wrapper{
    width: calc(1715 / 1920* 100%);
    max-width: 1715px;
    margin: 40px auto 86px;
    display: flex;
    flex-direction: column;    
}
.info_title_wrap{
    width: 100%;
    margin: 0 auto 50px;
}
.info_title{
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color:#0F0F14;
}
.info_list_wrap{
    margin: 0 auto;
    max-width: 1270px;
    width:100%;
    display:flex;
}
.info_list{
    width:100%;
    display:flex;
    justify-content: space-between;
    gap: 15px;
    
}
.info_list_item{
    background: #004DD5;
    border: 1px solid #C0C6D1;
    border-radius: 4px;
    color: white;
    padding: 20px;
    text-align: center;
    transition: .3s;
	font-size: 21px;
}
/*  */
.user_form{
    width: 100%;
    font-family: "Circe" ;
    background:linear-gradient( 163deg ,rgba(247, 249, 253, 0.2), rgba(116, 141, 210,0.2));
}
.user_inner_wrapper{
    width: calc(1715 / 1920* 100%);
    max-width: 1715px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.form_title_wrap {

    max-width: 64%;
    margin: 20px 0 50px ;
    display: flex;
    flex-direction: column;
}
.form_title{
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F14;
}
.form_subtitle{
    text-align: center;
    max-width: 828px;
    margin: 16px auto 0;
}
.form_wrap{
    display: flex;
    gap: 50px;
    position: relative;
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: right;
    margin-bottom: 20px;
}

.field_title{
    font-size: 18px;
    color: #0f0f14;
    font-weight: 400;
}
.form_field{
    display: block;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    height: 45px;
    width: 300px;
    padding: 16px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #0f0f14;
    margin: 5px 0 10px 0;
    outline: none;

}

.select-countries {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 14px 0;
    position: relative;
}

.select-countries:hover .select-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select__content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.select__region-text {
    font-weight: 400;
    font-size: 15px;
    color: #252541;
    opacity: 0.9;
}

.bold {
    color: #6B7A99;
    opacity: 1;
}

.select-box {
    background-color: white;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.177);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.select__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.select__active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select__active::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #7C89A3;
    border-radius: 50%;
}

.select__item {
    width: 100%;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #7C89A3;
    font-weight: 400;
    color: #252541;
    cursor: pointer;
}


.select__arrow {
    width: 8px;
    height: 4px;
    background-image: url(../img/icon.svg);
    background-position: center;
    background-size: contain;
}

.continue_bnt{
    width:210px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0050cf;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 4px;
    margin-top: 12px;
}
/*main end  */
.footer{
    width:100%;
    background: #002D6E;
}

.footer_wrapper{
    width: calc(1715 / 1920* 100%);
    max-width: 1715px;
    margin:0 auto;
    display: flex;
    padding: 40px 0 24px 0 ;
    overflow: hidden;
}
.footer_social_networks{
    width:100%;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: space-between;
	color: white;
  }
  .footer_networks_wrap{
    width: 192px;
    height:100%;
    display:flex;
    justify-content: space-between;
  }
  .network_elem{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .network_elem_img{
    object-fit: contain;
  }

  .inro_img_wrap img {
    width: 400px;
  }




@media screen and (max-width: 1782px) {
    ._car_bpehg_153 {
        right: -6%;
        width: 600px;
    }
}

@media screen and (max-width: 1240px) {
    .info_list {
        flex-direction: column;
        max-width: 700px;
        margin: 0 auto;
        gap: 25px;   
    }
}

@media screen and (max-width: 1220px) {
    ._car_bpehg_153 {
        width: 400px;
    }

    .d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1140px) {
    .form_pic {
        position: absolute;
        right: 0;
        z-index: -1;
    }

    .form {
        width: 100%;
    }

    .form_wrap {
        width: 100%;
    }

    .form_field {
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 1073px) {
    .form_pic {
        display: none;
    }

    .form_field {
        width: 100%;
        max-width: 100%;
    }

    .form_title_wrap {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    ._car_bpehg_153 {
        width: 600px;
        height: 500px;
        bottom: -87px;
        background-position: center;
        right: -162px;
        background-size: contain;
    }
}

@media screen and (max-width: 700px) {
    ._car_bpehg_153 {
        width: 400px;
        bottom: -147px;
        right: -200px;
    }

    .second_intro_title p {
        font-size: 25px;
        line-height: inherit;
    }

    .inro_img_wrap img {
        width: 300px;
    }

    .intro_wrapper {
        gap: 25px;
    }

    .item_title {
        font-size: 20px;
    }

    .form_title {
        font-size: 25px;
        line-height: inherit;
    }

    .continue_bnt {
        width: 100%;
    }

    .header__logo_link img {
        width: 150px;
    }

    .header_inner_wrapper {
        padding: 10px 0;
    }

    .header__btn {
        display: none;
    }

    .item_subtitle {
        font-size: 17px;
    }

    ._container_bpehg_21 {
        padding: 40px 0;
    }

    .title {
        font-size: 30px;
        line-height: inherit;
        max-width: 450px;
    }

    .subtitle {
        font-size: 20px;
        margin-top: 15px;
    }

    ._textBox_bpehg_113 {
        gap: 15px;
    }
}

@media screen and (max-width: 580px) {
    ._car_bpehg_153 {
        width: 400px;
        right: -300px;
        bottom: -150px;
    }
}

@media screen and (max-width: 400px) {
    .second_intro_title p {
        font-size: 20px;
    }

    .inro_img_wrap img {
        width: 200px;
    }
}