.city_row ul{
    list-style: none;
    padding: 0;
}
.city_row ul li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.city_row ul li b{
    font-weight: 400;
}
.city_row ul li::before{
    content: '';
    display: flex;
    align-items: center;
    justify-content:center;
    background-color: #f2f2f2;
    background-image: url(/img/check.png);
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.city_row .main_slogan{
    margin: 33px 0;
}
.city_back {
    padding: 65px 0px 90px 0px !important;
}

.btn {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 18px;
    padding: 13px 33px 13px 33px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #ffcc00;
    cursor: pointer;
    border: 1px solid transparent;
    color: #333;
    outline: none;
    min-height: 45px;
    min-width: 135px;
    box-shadow: none; 
}

.section_prog_l{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.section_prog_l h2{
    margin-bottom: 40px;
}
.prog_l_item{
    background-color: #333333;
    border-radius: 25px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
    height: 145px;
}
.prog_l_item .prod_l_item_img{
    margin: 50px 40px;
}
.prog_l_item .prog_l_item_meta h3{
    font-size: 18px;
    color: #fff;
    margin-bottom:3px;
}
.prog_l_item .prog_l_item_meta p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom:0;
    line-height: 20px;
}
.prog_l_item .prog_l_item_meta p.yellow{
    font-size: 16px;
    color: #ffcc00;
}

.section_partners{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position:relative;
}
.section_partners{
    display: none;
}
.partners_box{
    background-color: #333333;
    border-radius: 15px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 0px 140px;
    position: absolute;
    top: -15px;
}
.partners_box_item{
    width: 265px;
    height: 115px;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.partners_box_desc{
    width: 260px;
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 24px;
    margin-right: 60px;
}
.partners_box_items {
    display: flex;
    margin: 30px 0;
    width: 550px;
    justify-content: space-between;
}
.requirements{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
}

.inner_adv_second_box {
    background: #ffcc00!important;
    padding: 30px 20px 30px 20px;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    padding: 20px;
    text-align: center;
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    border-radius: 8px;
}
.inner_adv_second_box p span{
    font-size: 16px;
    font-weight: 400;
    height: 100px;
    display: flex;
}
.inner_adv_second_box_img{
    width: 90px;
    height: 90px;
}
.controls_req{
    display: none;
}
.workingcond ul{
    list-style:none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.workingcond ul li{
    width: 220px;
    height: 130px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    padding: 35px 18px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.workingcond ul li img{
    width: 30px;
    height: 27px;
}  
.workingcond ul li b{
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}  

.section-padd {
    padding: 60px 0;
    background-image: url(/img/background/bg_city.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.ref_slider{
    display: flex;
    background-color: #ffcc00;
    border-radius: 25px;
}
.ref_slider .ref_slider_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 0 110px;
}
.ref_slider .ref_slider_text {
    width: 325px;
    padding-bottom: 15px;
}
.ref_slider .ref_slider_text p{
    font-size: 24px;
    line-height: 24px;
}
.ref_slider .ref_slider_text .big_text{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ref_slider .ref_slider_text .title{
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.q-a{
    padding-top: 90px;
    padding-bottom: 80px;
}

.accordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
}

.accordion-header {
    padding: 31px;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header-text{
    font-size: 24px;
}
.accordion-header-icon {
    display: flex;
}
.accordion-header-icon svg{
    color: #ffcc00;
}
.accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
    margin: 10px 0;
}
.accordion-item.active .accordion-content {
    max-height: 220px; 
    padding: 31px;
    background-color: #fff;
    padding-top: 15px;
}
.section_form{
    background-image: url(/img/background/bg_city.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 60px;
}
.form{
    background-color: #facd48;
    border-radius: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
}
.form form input{
    width: 270px;
    height: 60px;
    border-radius: 60px!important;
    border: none;
    font-size: 16px;
    color:#000;
}
.form input.check_agree{
    width: unset!important;
    height: unset!important;
}
.form label.label_agree a{
    color: #000;
    text-decoration: underline;
}
.form form input::placeholder{
    font-size: 16px;
    color:#000;
}
.form form textarea {
    border-radius: 25px;
    border: none;
    font-size: 16px;
    color:#000;
}
.form form textarea::placeholder{
    font-size: 16px;
    color:#000;
}
.form form{
    padding: 0 170px;
    display: flex;
    flex-direction: column;
}
.form form .form-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form form button{
    border-radius: 25px;
    font-size: 18px;
    padding: 13px 33px 13px 33px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #ffcc00;
    cursor: pointer;
    border: 1px solid transparent;
    color: #333;
    outline: none;
    min-height: 45px;
    min-width: 135px;
    box-shadow: none;
    background: #333 !important;
    color: #fff !important;
}
.map_footer{
    background: #E5EEF6;
    position: relative;
}
/* .map_footer_address{
    position: absolute;
    top: 0;
    padding: 50px 46px;
    background-color: #333333;
    border-radius: 25px;
    color: #fff;
    width: 400px;
    bottom: 0;
    margin: auto 0;
    height: 385px;
} */
.map_footer_address {
    position: absolute;
    top: 0;
    padding: 20px 30px;
    background-color: #333333;
    border-radius: 25px;
    color: #fff;
    width: 400px;
    bottom: 0;
    margin: auto 0;
    height: 430px;
    
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.map_footer_address_button{
    margin-top: 16px;
}
.map_footer_address_raiting{
    display: flex;
    justify-content: space-evenly;  
}

.map_footer_address_list{
    margin-bottom: 30px;
}
.map_footer_address_title{
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}
.map_footer_address_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.map_footer_address_list ul li{
    display: flex;
    align-items: center;
}
.map_footer_address_list ul li .meta .phone{
    font-size: 24px;
    font-weight: 700;
}
.map_footer_address_list ul li .icon{
    padding-right: 15px;
}
.map_footer_address_list ul li .meta .address{
    font-size: 16px;
    font-weight: 400;
}
/* .map_footer_address_button{
    margin-top: 35px;
} */
.map_footer_address_button button{
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 18px;
    padding: 13px 33px 13px 33px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #ffcc00;
    cursor: pointer;
    border: 1px solid transparent;
    color: #333;
    outline: none;
    min-height: 45px;
    width: 100%;
    box-shadow: none;
}
.image-box .content-box {
    text-align: center;
    /* position: relative; */
}
.content-box ul {
    list-style: none;
}
.content-box .rent{
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.our_parck{
    padding: 60px 0px 60px 0px;
    background-color: #fff;
}
.our_parck ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 10px;
}
.our_parck ul li a{
    background-color: #f2f2f2;
    color: #868686;
    padding: 15px 30px;
    border-radius: 10px;
    margin-right: 10px;
}
.car_wrapper a{
    position:relative;
    z-index:5;
}
.content-box .calc{
    font-size: 16px;
    margin-top: 23px;
    border-bottom: 1px dashed;
    display: inline-block;
    cursor: pointer;
    position:relative;
    z-index:77
}
.section-counto {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.hidetext_button {
    display: none;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #333;
}

.section-cars h2 {
    padding-bottom: 10px;
}
.section-cars {
    padding: 30px 0px 30px 0px;
}

.project-filter .project-item .p-info {
    background: #fff;
    padding: 28px 15px 25px;
}
.mobile-adv-controls {
    display: none;
}

.bage_box{
    position: absolute;
    left: 30px;
    top: -23px;
    display: flex;
    gap: 10px;
}
.bage_box .bage_top{
    width: 50px;
    height: 50px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    background: rgb(251, 164, 63);
    background: radial-gradient(circle, rgba(251, 164, 63, 1) 0%, rgba(252, 70, 70, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    rotate: 0deg;
}
.bage_box .bage_new{
    width: 50px;
    height: 50px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    background: rgba(0, 0, 0, 1.00);
    background: radial-gradient(circle, #333333ab 0%, rgba(0, 0, 0, 1.00) 100%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    rotate: 0deg;
}

.service-box {
    overflow: unset;
}
.main-bg {
    background-color: #fff;
}
.zp-page .prog_l_item{
    padding: 30px;
}
.zp-page .prog_l_item .prog_l_item_meta h3 {
    color: #efb845;
}

.messages_link_box{
    font-size: 14px;
    line-height: 16px;
    margin-top: 90px;
}
.messages_link_box .message_link{
    display: flex;
    justify-content: center;
    gap: 30px;
}



.PWPreviewWidgetButtonWrapperVisible{
    left: calc(100% - 188px)!important;
    bottom: 10px!important;
}


.section-head .contact_line a {
    top: 0;
    color: #252525;
    font-size: 24px;
    text-decoration: none;
}
.grecaptcha-badge{
    display:none!important;
}


.city_select{
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    border-radius: 35px;
    border: 1px solid #e2e2e2;
    height: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: pointer;
}


.agree-box{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
}
.agree-box label{
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
}