.header{
    padding: 0 0 27px 0;
    .header__upper{
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        .header__upper_title{
            font-weight: 700;
            margin-top: 74px;
            font-size: 36px;
            line-height: 140%;
            text-transform: uppercase;
            text-align: center;
            color: #fff;
            z-index: 2;
        }
        .header__upper_subtitle{
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            text-align: center;
            color: #fff;
            margin-top: 40px;
            z-index: 2;
        }
        .header__upper_link{
            margin-top: 63px;
            display: flex;
            gap: 10px;
            z-index: 2;
        }
        .btn{
            padding: 18px 40px 16px 40px;
        }
    }
    .header__center{
        max-width: 1200px;
        margin:85px auto 79px;
        position: relative;
        z-index: 2;
        .header__center_list{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            li{
                display: block;
            }
            .header__center_item{
                border-radius: 10px;
                /* width: 100%;
                height: 100%; */
                background: #fff;
                padding: 15px 0 34px 18px;
                width: 360px;
                height: 171px;
                }
                .header__center_icon{
                    .header__icon{
                        width: 35px!important;
                        height: 30px!important;
                        font-size: 35px!important;
                        color: #34a0d9;
                        margin-bottom: 6px;
                    }
                }
                .header__center_title{
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 140%;
                    color: #000;
                    margin-bottom: 14px;
                }
                .header__center_text{
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 140%;
                    color: #000;
                }
            }
        }
    }
    .header__lower{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        .header__lower_content{
            margin-right: 51px;
            .header__lower_title{
                margin-top: 15px;
                font-weight: 700;
                font-size: 24px;
                line-height: 140%;
                color: #fff;
            }
            .header__lower_text{
                display: block;
                font-weight: 400;
                font-size: 16px;
                line-height: 140%;
                color: #fff;
                margin-top: 40px;
            }
            .header__lower_descr{
                display: block;
                font-weight: 600;
                font-size: 16px;
                line-height: 140%;
                color: #fff;
                margin-top: 46px;
            }
        }
        .header__lower_btn{
            width: 336px;
            height: 60px;   
            margin-top: 40px;
    }
}


.descr{
    padding: 83px 220px 65px;
    background: #fff;
    .wrapper{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        img{
            position: absolute;
            top: -28px;
            right: -6px;
        }
        .descr__title{
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        color: #000;
    }
    .descr__text{
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #000;
        margin-top: 39px;
        span{
            font-weight: 700;
        }
    }
    .descr__topic{
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        color: #000;
        margin: 56px 0 15px;
    }
    .descr__list_block{
        display: flex;
        li.descr__item {
    margin-left: 20px;
}
        .descr__list_ordered{
            display: inline-block;
            margin-right: 20px;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #000;
          
}
        span{
            font-weight: 700;
        }
    }
    .descr__list_unordered{
        list-style-type: disc;
        font-weight: 400;
        font-size: 16px;
        width: 60%;
        line-height: 140%;
        color: #000;
        span{
            font-weight: 700;
        }
    }
    }
    .descr__blue_block{
        margin-top: 12px;
        padding: 20px 148px 20px 0;
        display: flex;
        justify-content: center;
        position: relative;
        border-radius: 15px;
        width: 1162px;
        height: 128px;
        background: #005fae;
        span{
            font-weight: 500;
            font-size: 16px;
            line-height: 140%;
            color: #fff;
            margin-left: 207px;
        }
        img{
            position: absolute;
            top: -20px;
            left: 20px;
        }
    }
    }


.source{
    padding: 79px 15px 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 0%, #061e3d 100%);
    .source__wrapper{
        border-radius: 15px;
        background: #fff;
        width: 100%;
        max-width: 1318px;
        height: 100%;
        padding: 71px 60px 80px;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #000;
       .source__text{
         font-weight: 400;
         margin-bottom: 50px;
         display: block;
       }
        .source__list_title{
            font-weight: 700;
            margin-bottom: 30px;
            display: block;
        }
        .source__title{
            font-weight: 700;
            font-size: 24px;
            line-height: 129%;
            color: #000;
            margin-bottom: 57px;
        }
        .source__list{
            margin-bottom: 30px;
            li{
                display: block;
            }
        }
    }
}

.comfort{
    padding-bottom: 105px;
    .comfort__list{
        li{
            display: block;
        }
    }
    .comfort__wrapper{
        display: flex;
        flex-direction: column;
        gap: 80px;
        .comfort__content{
            display: flex;
            gap: 80px;
            margin-top: 105px;
        }
        .comfort__content-reverse{
            flex-direction: row-reverse;
        }
        .comfort__block{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #fff;
            .comfort__list_title{
                font-weight: 700;
            }
            .comfort__title{
                font-weight: 700;
                font-size: 24px;
                line-height: 140%;
                color: #fff;
                margin-bottom: 30px;
            }
            h5.comfort__title{
                font-weight: 700;
                font-size: 16px;
                margin-bottom: 0;
            }
            .comfort__text-mb{
                margin-bottom: 20px;
                display: block;
            }
        }
    }
    
}

.footer__second{
    padding: 148px 0 44px;
    .footer__second_wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .footer__second_title{
            font-weight: 700;
            font-size: 42px;
            line-height: 71%;
            text-align: center;
            color: #fff;
        }
        .footer__second_subtitle{
            font-weight: 400;
            font-size: 20px;
            line-height: 100%;
            text-align: center;
            color: #fff;
            margin-top: 57px;
        }
        .footer__second_phone{
            font-weight: 600;
            font-size: 48px;
            line-height: 50%;
            text-align: center;
            color: #00b2e2;
            margin-top: 72px;
        }
        .footer__second_btn{
            margin-top: 57px;
            width: 338px;
            height: 60px;
        }
        .policy{
            display: block;
            margin-left: 0;
            padding-right: 60%;
            margin-bottom: 0;
            margin-top: 70px;
        }
    }
}

@media (max-width: 1700px){
     .descr{
        padding: 83px 100px 65px;
    }
}

@media (max-width: 1500px) {
    .header{
       padding: 0 100px 79px 100px;
    }
    .descr{
        padding: 83px 0 65px 33px;
        .wrapper{
            img{
                top: -35px;
            }
            .descr__list_block{

            }
        }
    }
    .comfort{
        padding: 25px 100px 92px;
    }
    .sooter__second{
        .footer__second_wrapper{

        }
    }
}

@media (max-width: 1200px) {
    .header{
        padding: 0 32px 79px 32px;
        .header__upper{
            align-items: flex-start;
            padding-left: 32px;
            .header__upper_title{
                margin-top: 30px;
                font-size: 28px;
                text-align: left;
            }
            .header__upper_subtitle{
                font-size: 14px;
                text-align: left;
            }
            .header__upper_link{
                margin-top: 43px;
                .btn{
                }
            }
        }
        .header__center{
            .header__center_list {
                gap: 12px;
                .header__center_item{
                    width: 360px;
                    height: 200px;
                    padding: 15px 5px 34px 18px;
                }
            }
        }
        .header__lower{
            position: relative;
            picture{
                img{
                    width: 388px;
                    height: 342px;
                    position: absolute;
                    top: 85px;
                    right: 0;
                }
            }
            .header__lower_content{
                margin-right: 0;
                padding: 0 20px 0 32px;
                max-width: 60%;
                .header__lower_title{
                    font-size: 20px;
                    br{
                        display: none;
                    }
                }
                .header__lower_text{
                    font-size: 14px;
                    br{
                        display: none;
                    }
                }
            }
        }
    }
    .descr{
        .wrapper{
            img{
                right: 60px;
                top: 10px;
                width: 278px;
                height: 292px;
            }
            .descr__blue_block{
                width: 100%;
                height: 138px;
                padding: 21px 10px 20px 0;
                img{
                    top: -30px;
                    left: 90px;
                    width: 142px;
                    height: 163px;
                }
                span{
                    width: 70%;
                }
            }
            .descr__list_block{
                .descr__list_ordered{
                }
            }
        }
    }
    .comfort{
        padding: 25px 20px 92px;
    }
    .footer__second{
            padding: 78px 0 59px;
        .footer__second_wrapper{
            .policy{
                padding-right: 0;
                margin-top: 50px;
            }
            .footer__second_title{
                font-size: 32px;
            }
            .footer__second_subtitle{
                font-size: 14px;
                margin-top: 39px;
            }
            .footer__second_phone{
                margin-top: 50px;
                font-size: 32px;
            }
            .footer__second_btn{
                margin-top: 39px;
            }
        }
    }
}

@media (max-width: 1000px) {
    .header{
        padding-bottom: 77px!important;
        .header__center{
            .header__center_list{
               .header__center_item{
                width: 230px;
                height: 227px;
               } 
            }
        }
        .header__lower {
  & .header__lower_content {
    & .header__lower_title {
      margin-top: 0px;
    }
  }
}
    }
    .descr{
        padding: 40px 33px 65px 33px;
        .wrapper{
            .descr__topic{
                margin: 56px 0 0;
            }
            img{
                right: 0;
                width: 230px;
                height: 227px;
            }
            .descr__title, .descr__text{
                max-width: 60%;
            }
            .descr__title{
                font-size: 20px;
                br{
                    display: none;
                }
            }
            .descr__text{
                font-size: 14px;
            }
            .descr__blue_block{
                width: 100%;
                height: 100%;
                padding: 21px 10px 20px 0;
                margin-top: 57px;
                img{
                    left: 20px;
                }
                span{
                    width: 75%;
                    br:nth-child(1){
                        display: none;
                    }
                }
            }
            .descr__list_block{
                align-items: flex-end;
                .descr__list_ordered{
                }
            }
        }
    }
    .source{
        padding: 30px 15px 0;
        .source__wrapper{
            padding: 31px 19px 50px;
        }
    }
    .comfort{
        padding: 25px 20px 53px;
        .comfort__wrapper{
            gap: 0;   
            .comfort__block {
                .comfort__title {
                font-size: 20px;
            }
        }
            .comfort__content-reverse{
            flex-direction: row;
        }
        .comfort__content{
            gap: 30px;
            img{
                min-width: 290px;
                height: 272px;
            }
        }
        }
        
    }
    .footer__second{
        .footer__second_wrapper{
            .footer__second_title{
                max-width: 70%;
                line-height: 94%;
            }
            .footer__second_phone{
                margin-top: 68px;
            }
        }
    }
}

@media (max-width: 761px) {
    .header{
            padding: 0 20px 71px 20px;
        .header__upper{
            padding: 0;
            align-items: center;
            .header__upper_title, .header__upper_subtitle{
                margin-top: 37px;
                text-align: center;
            }
            .header__upper_link{
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                margin-top: 37px;
                padding: 0 23px;
            }
        }
        .header__center{
            .header__center_list{
                padding: 0 8px;
                flex-direction: column;
                margin-top: -40px;
                .header__center_item {
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .header__lower{
            flex-direction: column;
            align-items: center;
            justify-content: center;
            .header__lower_content {
                max-width: 100%;
                text-align: center;
                .header__lower_title{
                    margin-top: 20px;
                }
            }
            picture{
                img{
                    position: static;
                }
            }
        }
    }
    .descr{
        padding: 53px 15px 89px;
        .descr__wrapper{
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                width: 314px;
                height: 330px;
                position: static;
            }
            .descr__title, .descr__text {
                max-width: 100%;
                width: 100%;
                text-align: left;
            }
            .descr__list_block{
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                .descr__list_ordered, .descr__list_unordered{
                    width: 100%;
                    font-size: 14px;
                }
                .descr__list_ordered{
                    padding-left: 10px;
                }
            }
            .descr__blue_block{
                width: 100%;
                height: 292px;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                align-items: center;
                margin-top: 80px;
                img{
                    left: 97px;
                    top: -60px;
                }
                span{
                    width: 100%;
                    padding: 0 15px;
                    margin-left: 0;
                }
            }
        }
    }
    .source{
        padding: 38px 9px 0 9px;
        .source__wrapper{
            padding: 33px 15px 58px 15px;
              .source__title{
                font-size: 20px;
            }
        }
    }
    .comfort{
        padding: 0 10px 50px;
        .comfort__wrapper{
            .comfort__content{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                img{
                    height: 330px;
                    width: 100%;
                }
                .comfort__block{
                    width: 100%;
                }
            }
        }
    }
    .footer__second{
            padding: 43px 20px 46px;
        .footer__second_wrapper{
            .footer__second_title{
            font-size: 24px;
            line-height: 100%;
            max-width: 100%;
        }
            .footer__second_phone{
                margin-top: 45px;
            }
            .footer__second_subtitle{
            max-width: 70%;
        }
        .policy{
            text-align: center;
            max-width: 214px;
        }
        }
        
    }
}