body {
    font-family: 'Rubik'
}

.mob {
    display: none;
}

.calc-group {
    margin-bottom: 10px;
}

.calc-group .fl {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.calc-item.fl-opt {
    flex-basis: 50%;
    margin-bottom: 6px;
}

.calc-item.fl-opt .fl {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.calc-group .fl .fl {
    justify-content: flex-start;
}

.calc-group .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.calc-group .subtitle {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.section {
    padding: 40px 0;
}

.subtitle label em {
    border: 1px solid black;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    display:inline-flex;
}
.subtitle label {
    margin-bottom:0 !important;
    display:flex;
    margin-right:2px !important;
    cursor:pointer !important;
    align-items: center;
}

.fl-opt {
    cursor:pointer
}
.subtitle label input:checked+em {
    background: url(/img/check2.svg) no-repeat center;
    border-color: #297676
}

.calc-item.fl-opt .subtitle {
    display: flex;
    align-items: center;
}

.calc-item.fl-opt .options {
    display: none;
    margin-bottom: 10px;
    padding-left: 30px;
}

.calc-item.fl-opt .options label {
    margin-bottom:10px
}

.page-hero {}

.calc-item {
    margin-bottom: 30px;
    flex-basis: 50%;
}

.fl .calc-item + .calc-item {
    margin-left: 0;
}

.fl {
    display: flex;
}

.fl label {
    margin-right: 10px;
    cursor: pointer;
}

.fl input[type="radio"] {
    display: none;
}


.fl input[type="checkbox"] {
    display: none;
}


.fl input[type="radio"] + span {
    display: inline-flex;
    /* padding: 7px 10px; */
    border: 1px solid #c8c8c8;
    border-radius: 8px;
}

.fl input[type="radio"] + span {
    display: inline-flex;
    padding: 4px 12px;
    border: 1px solid #c8c8c8;
    /* border-right:0; */
    /* border-radius: 0; */
    font-size: 16px;
}

.fl label:last-child input[type="radio"] + span {
    display: inline-flex;
    /* padding: 7px 10px; */
    border: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-radius: 8px;
}

.prim {
    margin-top: 10px;
    color: #7d7f7d;
}

.fl input[type="radio"]:checked + span {
    background: #297675 !Important;
    color: white;
    border-color: #297675;
}

.fl label:first-child input[type="radio"] + span {
    /* border-radius:5px 0 0 5px; */
    /* border-color: #297676; */
}

.fl label:last-child input[type="radio"] + span {
    /* border-radius:0px 5px 5px 0px; */
    background: white;
}

.mod {
    display: none;
    margin-bottom: 35px;
}

.mod img {
    max-width: 100%;
    border-radius: 14px;
}

.total {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #ddd;
}

.total .fl.jsb {
    width: 100%
}

.total .text {
    margin-right: 20px;
    flex-basis: 75%;
}

.total .text + .fl {
    flex-basis: 25%
}

.total .btn-block {
    background: #297675;
    border-radius: 8px;
}

.fl.form-fl {
    margin-top: 30px
}

.conf-item {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #ddd;
}

.right-total .subtitle {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.right-total {
    position: sticky;
    top: 10px;
    margin-bottom: 0px;
}

.itog {
    font-size: 20px;
    display: flex;
    font-weight: 600;
    align-items: center;
    letter-spacing: 0;
}

.itog select {
    margin-left: 20px;
    padding: 2px;
}

.itog div {
    font-size: 20px;
    margin-left: 10px;
}

.srok {
    font-size: 16px;
    margin-top: 10px;
    color: #888;
}

.itog span.arr {
    margin-left: 10px;
}

.swiper + .swiper {
    margin-top: 20px;
    position: relative;
    margin-top: -116px;
    margin-left: 20px;
}

.swiper-slide-thumb-active {
    border: 1px solid #ec9030;
    border-radius: 15px
}

.swiper-thumbs .swiper-slide {
    cursor: pointer;
}

.fl input.form-control {
    padding: 13px 15px !important;
    height: auto;
    border: 1px solid #ddd;
}

.fl .form-floating {
    margin-right: 11px;
}

.fl .form-floating .form-control::placeholder {
    color: gray;
}

div#calc_success {
    margin-top: 30px;
    color: green !important;
}

.section.config {
    background: #f8f8f8;
}

.fl label {
    margin-bottom: 8px;
}

.cta-form {
    background-color: #f8f8f8;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

@media (max-width: 767.98px) {
    .cta-form {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media (max-width: 575.98px) {
    .cta-form {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.cta-form .cta-form__title {
    margin-bottom: 0
}

.cta-form .cta-form__subtitle {
    margin-top: 1.5rem;
    color: #717171;
    font-size: 1.25rem;
    line-height: 1.5
}

@media (max-width: 767.98px) {
    .cta-form .cta-form__subtitle {
        font-size: .9375rem;
        line-height: 1.4;
        margin-top: .75rem
    }
}

.cta-form .cta-form__btn {
    margin-top: 2rem
}

@media (max-width: 767.98px) {
    .cta-form .cta-form__btn {
        margin-top: 1rem
    }
}

@media (max-width: 575.98px) {
    .cta-form .cta-form__btn {
        display: block;
        width: 100%
    }
}

.cta-form .cta-form__rotate360 {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

@media (max-width: 991.98px) {
    .cta-form .cta-form__rotate360 {
        display: none
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}


.fl-start {
    justify-content: flex-start !important
}

@media (max-width:767px) {
    
    .desc {
        display: none;
    }
    
    .mob {
        display: block
    }

    .fl label:first-child input[type="radio"] + span {
        height: 100%;
    }

    .total .text {
        margin-right: 20px;
        flex-basis: 100%;
        margin-top: 10px;
    }

    .total .text + .fl {
        flex-basis: 100%;
        order: -1;
        margin-top: 15px;
    }

    .total .fl.jsb {
        width: 100%;
        flex-wrap: wrap;
    }

    .total {
        background: #fff;
        padding: 5px 10px;
        border-radius: 16px;
        border: none;
    }

    .fl input[type="radio"] + span {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
        font-size: 15px;
        padding: 2px 8px;
    }

    .itog div {
        font-size: 16px;
        margin-left: 5px;
    }

    .srok {
        font-size: 15px;
        margin-top: 0px;
    }

    .itog {
        font-size: 15px;
        flex-wrap: wrap;
        display: flex;
        /* font-weight: 400; */
        align-items: center;
        font-weight: 500;
    }

    .form-fl {
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

    .fl.fl-line {
        flex-wrap: wrap;
    }

    .fl .form-floating {
        margin-right: 0px;
        width: 100%;
        margin-top: 10px;
    }

    .fl .calc-item + .calc-item {
        margin-left: 0px;
    }

    .calc-group .subtitle {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fl label {
        margin-bottom: 10px
    }

    .calc-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        flex-basis: 100%;
    }

    .conf-item .calc-group:first-child .calc-item {
        border: none;
    }

    .right-total {
        margin-top: 20px
    }

    .swiper + .swiper {
        margin-top: 20px;
        position: relative;
        margin-top: 10px;
        margin-left: 0px;
    }
.swiper-slide-thumb-active {
    border-radius:5px;
}
        .swiper + .swiper img {
            border-radius:5px;
        }

    .calc-group .title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .calc-item.fl-opt {
        flex-basis: 100%;
        margin-bottom: 0px;
        border-bottom: 1px solid #ddd;
        padding: 9px 0;
    }
.section.config {
    background: #f9f9f9;
}
    .conf-item {
        background: none;
        padding: 20px 7px;
        border-radius: 16px;
        border: none;
    }

    .calc-item.fl-opt .subtitle {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 0;
    }

    .calc-item.fl-opt .options {
        margin-top: 15px
    }
}