.first-section {

    min-height: 80vh;
    background: url("../images/page-front/first-screen.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .first-section {
padding:120px 0 330px;
        min-height: 100vh;
        background: url("../images/page-front/fs-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}



.request{
    background: url(../images/request.png);
    padding:60px 0 70px;
}
.request_wrap_text{
    width:60%;
}
.request_form{
    width:30%;
}
.select_block  span{

    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.select_block input{
    height: 50px;
    width:100%;
    outline: none;
    border: none;
    outline-offset: 0;
    padding: 5px 10px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;

}

.request_subtitle{
    margin-top: 30px;
    font-weight: 800;
    font-size: 24px;
    line-height: 27px;
}
.request_form .first-section__description_button{
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    display: block;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin:unset;
}
@media (max-width: 767px){
.request_wrap_text{
    margin-bottom: 60px;
    width:100%;
}
    .request_form{
        width:100%;
    }
    .select_block{
        margin-bottom: 20px;
    }
    .request_form .first-section__description_button{
        margin:10px 0 0;
    }
}


.prices_block{
    width:75%;
    margin:0 auto;
}
.price_row{
    margin-top: 20px;
    overflow: hidden;
}
.price_row:last-of-type{
    margin-top: 40px;
}
.prices_block .first-section__description_button{
    margin:unset;
    padding:17px;
    justify-content: center;
    width:100%;
margin-top: 30px;
}
.choice_price_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 50%;

    color: #000000;
}
.choice_price_value{
    align-self: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    color: #000000;
}
.prices_block .first-section__description_button .button_icon{
    width:20px;
    height: 20px;
}
.prices_block .first-section__description_button .button_text{
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    margin-left: 20px;
    color: #FFFFFF;
}
.choice_price{
    width:49%;
}
.price_row_title{
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    margin: 20px 0;
}
.price_row_title:before,.price_row_title:after{
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    width:266px;

    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='266' height='1' viewBox='0 0 266 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='266' y2='0.5' stroke='%23E9E9E9'/%3E%3C/svg%3E%0A");
}
.price_row_title:before{
    left:0;
}
.price_row_title:after{
    right: 0;
}
.choice_description{
    width:50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */


    color: #989898;
}
.choice_item{
    cursor: pointer;
    position: relative;
    padding:20px;
    width:49%;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
}
.choice_item.active{
    border: 1px solid #7ACD37;
}
.choice_item_img{
    position: absolute;
    right: 20px;
    top:17px;
}
/* Hide the browser's default checkbox */
.choice_item input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.choice_item label{
    margin-left:50px;
    cursor:pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left: 20px;
    top: 22px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #D1D1D1;
    background-color: #fff;
}
.choice_item:hover{
    border: 1px solid #7ACD37;
}
/* On mouse-over, add a grey background color */
.choice_item:hover input ~ .checkmark {
    background-color: #D1D1D1;
    border:none;
}

/* When the checkbox is checked, add a blue background */
.choice_item input:checked ~ .checkmark {
    border:none;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%237ACD37'/%3E%3Cpath d='M9.73427 15.2724C9.61625 15.3893 9.45523 15.4545 9.28797 15.4545C9.12071 15.4545 8.95969 15.3893 8.84167 15.2724L5.27742 11.7617C4.90753 11.3974 4.90753 10.8067 5.27742 10.4431L5.72372 10.0034C6.09372 9.63916 6.69283 9.63916 7.06273 10.0034L9.28797 12.195L15.3009 6.27321C15.6709 5.90893 16.2706 5.90893 16.6399 6.27321L17.0862 6.71285C17.4561 7.07713 17.4561 7.66772 17.0862 8.03143L9.73427 15.2724Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
    .prices_block,.choice_description,.choice_price{
        width: 100%;
    }
    .price_row_title:before, .price_row_title:after{
        width: 100px;
    }
    .choice_item{
        padding: 20px 8px;
    }
    .choice_item label {
        margin-left: 30px;
        font-size: 14px;
        line-height: 16px;
        display: block;
        width: 100px;
    }
    .checkmark{
        left:8px;
    }
    .price_row_title{
        margin: 10px 0;
    }
    .choice_description{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
.choice_item_img{
 display:none;   
}
.price_row_title:before, .price_row_title:after{
        width: 50px;
    }
    .checkmark{
        top:17px;
    }
}
.custom-select {
    width: 465px;
        position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 40px;
    font-family: Roboto,sans-serif;
    border: 1px solid #D1D1D1;
    border-radius: 6px;

}
.custom-select select option[selected]{
    background: #6FD0EE;
}
.custom-select select{
    cursor: pointer;
    outline: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #444446;
    width: 100%;
    padding: 17px 20px;
    padding-right: 2.5em;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    position: relative;
    outline: none;
    background: transparent;

}
.custom-select::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9999 1.12914C15.9998 1.12914 15.9997 1.12908 15.9997 1.12901C16.0049 0.908945 15.9363 0.692848 15.8035 0.510748C15.6706 0.328612 15.48 0.189537 15.2583 0.112858C15.0365 0.0361787 14.7947 0.0257064 14.5663 0.0828962C14.3379 0.140086 14.1344 0.262096 13.9839 0.431964L12.4339 2.11601C10.0569 4.69861 5.98031 4.69825 3.60375 2.11524L2.05501 0.431964C1.96223 0.314458 1.84443 0.216049 1.70889 0.142901C1.57335 0.0697523 1.423 0.0234405 1.26734 0.00686473C1.11168 -0.00971108 0.954057 0.00380664 0.80427 0.0465712C0.654483 0.0893358 0.515752 0.160426 0.39685 0.255389C0.277947 0.350353 0.181498 0.467145 0.113335 0.598451C0.0451727 0.729757 0.00688835 0.872748 0.000847772 1.01847C-0.00519185 1.16419 0.0210685 1.3095 0.0781583 1.44531C0.135248 1.58111 0.221847 1.70448 0.332534 1.80769L7.15381 9.22833C7.26065 9.34487 7.39327 9.43844 7.54273 9.50261C7.69218 9.56677 7.85486 9.6 8.01945 9.6C8.18404 9.6 8.34672 9.56677 8.49617 9.50261C8.64563 9.43844 8.77838 9.34487 8.88522 9.22833L15.7131 1.80769C15.8919 1.62027 15.9936 1.37988 16 1.12927C16 1.1292 15.9999 1.12914 15.9999 1.12914Z' fill='black'/%3E%3C/svg%3E%0A") ;
    width: 16px;
    height: 10px;
    position: absolute;
    display: block;
    right: 20px;
    top: calc(50% - 5px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.map_image.active{
    display:block;
}
@media(max-width: 767px){

    .custom-select{
        width: 100%;
    }
}