*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Mulish", sans-serif;
    font-size: 16px;
}

.main_center{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

header{
    background: url("../images/bg_head.jpg") center top no-repeat;
    background-size: cover;
    height: 760px;
    padding-top: 40px;
}

.head_text{
    font-size: 14px;
    width: 40%;
    color: #fff;
}

.head_top{
    width: 50%;
    margin-top: 120px;
}

.head_main{
    font-family: "Unbounded", sans-serif;
    font-weight: bold;
    font-size: 64px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
}

.head_text-small{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
}

.head_text-small::after{
    content: " ";
    position: absolute;
    border: 1px solid #C80311;
    width: 50px;
    left: 0;
    top: 20px;
}

.head_phone{
    font-family: "Unbounded", sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.btn{

}

.octagon-btn {
    /* Основные стили кнопки */
    background: linear-gradient(135deg, #C90311 0%, #C90311 100%);
    color: white;
    padding: 20px 35px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #D83B45;
    /* Форма восьмиугольника */
    clip-path: polygon(
            3% 0%, /* верхний левый угол */
            97% 0%, /* верхний правый угол */
            100% 10%, /* правый верхний */
            100% 90%, /* правый нижний */
            97% 100%, /* нижний правый */
            3% 100%, /* нижний левый */
            0% 90%, /* левый нижний */
            0% 10% /* левый верхний */
    );
    height: 75px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.octagon-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.flex_about{
    width: 48%;
}

.flex_about_text{
    width: 48%;
}

img{
    max-width: 100%;
}

.flex_about-head{
    font-family: "Unbounded", sans-serif;
    color: #13364A;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    span{
        color: #C90311;
    }
}

.mar-100{
    margin-bottom: 100px;
    margin-top: 100px;
}

.flex_about-text{
    color: #74838E;
    font-size: 20px;
    line-height: 125%;
}

.octagon-btn:active {
    transform: scale(0.98);
}

.head{
    font-family: "Unbounded", sans-serif;
}

.flex-align-center{
    align-items: center;
}

.design{
    background: url("../images/bg_desing.jpg") center top no-repeat;
    background-size: cover;
    height: 600px;
}

.design_head{
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 15px;
}

.info{
    background: url("../images/bg_info.jpg") center top no-repeat;
    background-size: cover;
    height: 550px;
    padding-top: 50px;
    color: #fff;
}

.info_text{
    font-size: 24px;
    line-height: 110%;
}

.info_head{
    font-family: "Unbounded", sans-serif;
    font-weight: bold;
    font-size: 72px;
    color: #244060;
    margin-top: 20px;
}

.info_position{
    width: 50%;
    position: absolute;
    bottom: 30px;
}

a{
    border: 0;
    outline: 0;
}

.design_text{
    color: #fff;
    font-size: 24px;
}

.design_block{
    position: absolute;
    bottom: 50px;
    left: 0;
}

.h-100{
    height: 100%;
}


.political img {
    position: relative;
    top: 15px;
    margin-left: 10px;
}

.political_fot{
    font-size: 15px;
}
.political{
    font-size: 15px;
}
.copy{
    font-size: 15px;
}

.flex-img{
    width: 33%;
    margin-top: 10px;
}

.mar-top-10 {
    margin-top: 10px;
}
.align-items-baseline {
    align-items: baseline;
}

footer{
    color: #fff;
    background: #15232C;
    padding: 40px 0;
}

.bg_grey{
    padding: 100px 0;
    background: #F4F6F8;
}

.fl-left{
    background: #D8E1E7;
    box-sizing: border-box;
    padding: 40px 50px;
    width: 50%;
    clip-path: polygon(
            3% 0%, /* верхний левый угол */
            97% 0%, /* верхний правый угол */
            100% 0%, /* правый верхний */
            100% 100%, /* правый нижний */
            97% 100%, /* нижний правый */
            3% 100%, /* нижний левый */
            0% 90%, /* левый нижний */
            0% 10% /* левый верхний */
    );
}

.fl-right{
    background: linear-gradient(140.16deg, #13364A 22.74%, #307CA7 146.57%);
    box-sizing: border-box;
    padding: 20px 40px;
    width: 50%;
    clip-path: polygon(
            0% 0%, /* верхний левый угол */
            97% 0%, /* верхний правый угол */
            100% 10%, /* правый верхний */
            100% 90%, /* правый нижний */
            97% 100%, /* нижний правый */
            0% 100%, /* нижний левый */
            0% 90%, /* левый нижний */
            0% 10% /* левый верхний */
    );
}

.fl-right_head{
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 32px;
    font-weight: bold;
    width: 70%;
}

.fl-right_img{
    width: 28%;
}

.mar-top-15{
    margin-top: 15px;
}

.mar-top-40{
    margin-top: 40px;
}

.form-inp{
    padding-left: 50px;
    box-sizing: border-box;
    border: 0;
    background: #D8E1E7;
    height: 78px;
    font-size: 22px;
    outline: 0;
    width: 100%;
    font-family: "Mulish", sans-serif;
}

.fl_text{
    font-family: "Unbounded", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #13364A;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fl_price{
    font-family: "Unbounded", sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #C90311;
    margin-bottom: 10px;
}

.fl_nds{
    color: #74838E;
    font-size: 14px;
    font-weight: bold;
}




input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 55px;
    text-align: left;
    color: #74838E;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.question_label{
    margin: 20px 0;
    margin-bottom: 35px;
}

.cookie-modal-content{
    color: #000;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 6px solid #D8E1E7;
    background: #fff;
    border-radius: 30px;
}





input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 30px;
}



input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 8px;
    top: 10px;
    width: 15px;
    height: 7px;
    border-radius: 1px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#response-message{
    color: #12d112;
    margin-bottom: 25px;
}

.table_head {
    font-size: 22px;
    color: #13364A;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #B9C1C6;
    margin-top: 10px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    opacity: 0;
}

.popup_inp.error {
    border: 1px solid red;
}

input[type="checkbox"]:checked + label:before {
    background: #C90311;
    border: 6px solid #D8E1E7;
}

.question_label{
    color: #74838E;
    font-size: 14px;
}

ul.tabs_list{
    list-style-type: none;
    li{
        display: inline-block;
        width: 49%;
        a{
            color: #B9C1C6;
            font-size: 24px;
            font-weight: bold;
            display: inline-block;
            text-decoration: none;
            padding: 15px 0;
            border-bottom: 3px solid #fff;
            &.active{
                color: #133549;
                border-bottom: 3px solid #C90311;
                position: relative;
                z-index: 50;
            }
        }
    }
}

.tr_name{
    font-size: 20px;
    color: #13364A;
    margin-bottom: 5px;
}

.fl-tr {
    width: 30%;
    margin-right: 3%;
}

.tabs_content {
    border-top: 1px solid #B9C1C6;
    margin-top: -1px;
    padding-top: 30px;
    position: relative;
    z-index: 49;
}

.justify-content-left{
    justify-content: left;
}

.tr_value{
    font-size: 18px;
    color: #74838E;
}

.tabs_content{
    margin-bottom: 80px;
}


.tabs_active {
    display: block;
}

.tabs_hide {
    display: none;
}


.popup {
    background: linear-gradient(163.95deg, #13364A 11.17%, #0B212E 117.19%);
    border-radius: 15px;
    width: 480px;
    display: none;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    padding: 140px 30px 20px;
    .octagon-btn{
        font-size: 18px;
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
        padding: 10px 15px;
        height: 60px;
    }
    input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
        width: 13px;
        height: 13px;
        top: 8px;
    }
    input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
        padding-left: 45px;
    }
}

.main_images_bottom img {
    border-radius: 5px;
}

img{
    outline: 0;
    border: 0;
}

.head_popup {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Unbounded", sans-serif;
}

.popup_info {
    font-weight: 400;
    font-size: 14px;
    line-height: 111%;
    color: #70838E;
    margin-bottom: 25px;
}

.popup_inp {
    border: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #F7F8F9, #2C4554) 1;
    background: transparent;
    height: 50px;
    padding-left: 25px;
    width: 90%;
    box-sizing: border-box;
    outline: 0;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.popup_politic {
    font-size: 15px;
    line-height: 18px;
    color: #232323;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error {
    display: none;
    text-align: left;
    background: red;
    color: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

.popup_er {
    text-align: left;
    background: red;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    display: none;
    margin-top: 10px;
}

.popup_logo {
    background: linear-gradient(118.81deg, #C90311 32.26%, #630209 129.97%);
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 260px;
    padding: 23px 0;
}

.b-modal{
    backdrop-filter: blur(10px) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.popup_er{
    text-align: left;
    background: red;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}
.popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.popup_close:hover{
    opacity: .7;
}

@media (max-width: 1200px) {
    .main_center{
        padding: 0 15px;
    }
    .design_block {
        left: 20px;
    }
}

@media (max-width: 1000px) {
    header{
        height: 500px;
        padding-top: 20px;
    }
    .head_main{
        font-size: 40px;
    }

    .head_text-small{
        font-size: 26px;
    }
    .head_text{
        width: 100%;
        text-align: center;
    }

    .head_top {
        width: 80%;
        margin-top: 80px;
    }
    .octagon-btn{
        font-size: 20px;
    }

    .flex_about-head{
        font-size: 32px;
    }
    .flex_about-text {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .fl_text {
        font-size: 24px;
    }
    .fl_price {
        font-size: 32px;
    }
    .fl-right_head {
        font-size: 24px;
    }
    .bg_grey .octagon-btn{
        width: auto;
        display: inline-block;
    }
    .info_position {
        width: 90%;
    }
    .info_text {
        font-size: 20px;
        line-height: 110%;
    }
    .info_head {
        font-size: 50px;
    }
}

@media (max-width: 768px) {

    .head_phone {
        font-size: 22px;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .bg_grey{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .info {
        height: 360px;
    }
    .form-inp {
        padding-left: 30px;
        font-size: 18px;
        height: 66px;
    }
    .flex_about_text{
        text-align: center;
    }

    .bg_grey .octagon-btn {
        font-size: 20px;
        width: auto;
        display: inline-block;
        height: 60px;
        padding: 15px 35px;
    }

    .fl-left {
        background: #D8E1E7;
        box-sizing: border-box;
        padding: 40px 50px;
        width: 100%;
        clip-path: polygon(3% 0%, /* верхний левый угол */ 97% 0%, /* верхний правый угол */ 100% 10%, /* правый верхний */ 100% 90%, /* правый нижний */ 97% 100%, /* нижний правый */ 3% 100%, /* нижний левый */ 0% 90%, /* левый нижний */ 0% 10% /* левый верхний */);
        margin-bottom: 20px;
    }
    .fl-right {
        background: linear-gradient(140.16deg, #13364A 22.74%, #307CA7 146.57%);
        box-sizing: border-box;
        padding: 20px 40px;
        width: 100%;
        clip-path: polygon(3% 0%, /* верхний левый угол */ 97% 0%, /* верхний правый угол */ 100% 10%, /* правый верхний */ 100% 90%, /* правый нижний */ 97% 100%, /* нижний правый */ 3% 100%, /* нижний левый */ 0% 90%, /* левый нижний */ 0% 10% /* левый верхний */);
    }
    .mar-100 {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .flex_about{
        width: 100%;
        text-align: center;
    }
    .flex_about_text{
        width: 100%;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .head_top {
        width: 100%;
        margin-top: 50px;
        text-align: center;
    }

    header .octagon-btn {
        font-size: 20px;
        width: auto;
        display: inline-block;
        height: 60px;
        padding: 15px 35px;
    }
    .head_text-small{
        padding-left: 0;
        margin-bottom: 30px;
    }
    .head_text-small::after {
        display: none;
    }
    .head_main{
        margin-bottom: 25px;
    }
    ul.tabs_list {
        & li {
            a {
                color: #B9C1C6;
                font-size: 20px;
                font-weight: bold;
                display: inline-block;
                text-decoration: none;
                padding: 15px 0;
                border-bottom: 3px solid #fff;
            }
        }
    }
    .tr_name {
        font-size: 16px;
    }
    .tr_value {
        font-size: 16px;
        color: #74838E;
    }
    .fl-tr {
        width: 30%;
        margin-bottom: 20px;
        margin-right: 1%;
    }
        .fl-right_head {
            font-size: 16px;
        }
    .fl-right_head {
        color: #fff;
        width: 60%;
    }


    .fl-left {
        padding: 25px 30px;
}
    .fl_text {
        font-size: 20px;
    }
    .fl_price {
        font-size: 24px;
    }
}


@media (max-width: 540px) {

    .design {
        height: 360px;
    }

    .fl-tr {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .head_text-small {
        font-size: 20px;
    }
    .head_main {
        font-size: 30px;
    }
    .flex_about-head {
        font-size: 28px;
    }
    .copy{
        width: 100%;
        margin-bottom: 10px;
    }
}