#fn_calc {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DEE2E8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 25px 35px 25px; border-radius: 34px;
}
#fn_calc .wpcf7-checkbox {
}
#fn_calc .wpcf7-list-item {
    display: block; margin: 0; border-radius: 34px;
}
#fn_calc .wpcf7-list-item:nth-child(odd) {
    background-color: #F3F5F8;
}
#fn_calc .wpcf7-list-item > label {
    padding: 15px 25px 15px 25px; margin: 0;
    display: flex; align-items: center;
}

#fn_calc .wpcf7-list-item-label {width: 100%; display: flex; align-items: center;}
#fn_calc .wpcf7-list-item-label::after {display: none !important;}
#fn_calc .wpcf7-list-item-label::before {
    flex:none; width: 24px; height: 24px; margin: 0 20px 0 0; border: 1px solid #b8bdc7;
    background: transparent; border-radius: 8px;
}
#fn_calc .wpcf7-list-item {position: relative;}
#fn_calc .wpcf7-list-item input {width: 1px; height: 1px; position: absolute; left: 0; top: 0; border:0; background: 0; opacity: 0;}
#fn_calc .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
    background: #1584d3 no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect x='0.998535' width='24' height='24' rx='8' fill='%231584D3'%3E%3C/rect%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6324 8.39046C18.1205 8.91112 18.1206 9.75534 17.6325 10.2761L12.6332 15.6094C12.1451 16.1301 11.3537 16.1302 10.8655 15.6096L8.36478 12.9429C7.87655 12.4223 7.87644 11.5781 8.36453 11.0573C8.85261 10.5366 9.64407 10.5364 10.1323 11.0571L11.7491 12.7811L15.8646 8.39059C16.3527 7.86985 17.1442 7.8698 17.6324 8.39046Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
    border: 1px solid #1584d3;
}
#fn_calc .wpcf7-list-item-label .sercal-label {flex: 1 0; cursor: pointer;}
#fn_calc .wpcf7-list-item-label .sercal-label::after {content: ';';}
#fn_calc .wpcf7-list-item-label .sercal-price {flex:none; width: 100px; margin: 0 0 0 10px; font-weight: bold; text-align: left;}

.calc-header-checklist {padding: 5px 25px 5px 65px; display: flex; align-items: center; justify-content: space-between;}
.calc-header-checklist > span {
    color: #7E8690;
    font-family: "Mont", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20.4px;
}
.calc-header-checklist > span:last-child {width: 100px; text-align: left;}


#fn_calc .wpcf7-list-item.item--total_count .wpcf7-list-item-label,
#fn_calc .wpcf7-list-item.item--total_sum .wpcf7-list-item-label {cursor: default;}
#fn_calc .wpcf7-list-item.item--total_count .sercal-label,
#fn_calc .wpcf7-list-item.item--total_sum .sercal-label {cursor: default;}
#fn_calc .wpcf7-list-item.item--total_count .wpcf7-list-item-label::before,
#fn_calc .wpcf7-list-item.item--total_sum .wpcf7-list-item-label::before {
    line-height: 24px;
    content: '!'; font-size: 18px; color: #fff; text-align: center;
    background-color: #f13a3a; border-radius: 50%; border: 1px solid #f13a3a;
}

#fn_calc .wpcf7-form-control-wrap {}
#fn_calc .wpcf7-form-control-wrap input.wpcf7-form-control,
#fn_calc .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    width: 100%; height: 50px; padding: 0 20px; margin: 5px 0 0 0;
    border: 1px solid #333; border-radius: 34px;
}
#fn_calc .wpcf7-form-control-wrap textarea.wpcf7-form-control  {
    height: 120px; padding: 10px 20px;
}


#fn_calc .calc-bottom {
    padding: 20px; border: 1px solid #eee; border-radius: 20px; margin: 20px auto 0;
    background: #f6f6f6; text-align: center;
}
#fn_calc .calc-bottom p {position: relative; margin: 0;}
#fn_calc .calc-bottom p + p {margin-top: 20px;}
#fn_calc .calc-bottom label {width:100%; display: block; font-size: 15px; text-align: left;}
#fn_calc .calc-button_submit {
    padding: 0 40px; width: 180px; height: 54px; border: 0;
    display: inline-flex; vertical-align: top; align-items: center; justify-content: center;
    font-family: "Mont", Sans-serif;
    font-size: 14px;
    font-weight: 900; color: #fff; text-align: center;
    text-transform: uppercase;
    line-height: 20.4px;
    background-color: #1584D3;
    border-radius: 50px 50px 50px 50px;
}
#fn_calc .calc-button_submit + .wpcf7-spinner {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; margin: 0;
}

#fn_calc .wpcf7-not-valid-tip {margin: 5px 0 0 10px; font-weight: bold; font-size: 11px;}


@media all and (max-width: 572px){
    .calc-header-checklist {display: none;}

    #fn_calc .wpcf7-list-item {
        border-radius: 14px;
    }
    #fn_calc .wpcf7-list-item-label {
        padding-left: 30px;
        flex-direction: column; align-items: flex-start;
    }
    #fn_calc .wpcf7-list-item-label::before {
        position: absolute; left: 20px; top: 12px;
    }
    #fn_calc .wpcf7-list-item-label .sercal-price {margin: 5px 0 0 0;}
}



.elementor-thumbnails-swiper .swiper-slide.swiper-slide-active .elementor-fit-aspect-ratio.elementor-carousel-image {border-color: #fff !important;}
.elementor-thumbnails-swiper .swiper-slide.current .elementor-fit-aspect-ratio.elementor-carousel-image {border-color: #FFE452 !important;}


body {min-width: 340px;}
.elementor[data-elementor-type="wp-page"] {min-width: 340px;position: relative; overflow: hidden;}