@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.ttf');
}
*{
    padding:0px;
    margin:0px;
    font-family:'Montserrat';
    color:#3B454D;
}
.bg-head{
    position: relative;
    width:100%;
    background-color: #D3E7F6;
}
.bg-head:before{
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-image: url("../images/bg_all_6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0px;
    background-size:1725px;
    z-index:1;
    opacity: 0.6;
}
.bg-head .container{
    position: relative;
    z-index:10;
}
.container{
    max-width:1160px;
    margin:auto;
}
.top-nav{
    padding: 48px 0px;
}
.top-logo img{
    width:260px;
}
.top-title__pretitle{
    text-align: center;
    font-size:32px;
    text-transform: uppercase;
    font-weight: 500;
}
.top-title__title{
    text-align: center;
    font-size: 96px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 94px;
    margin-top: 13px;
}
.top-title__subtitle{
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}
.top-title-info-wrapper{
    padding: 40px 0px;
}
.top-title-info-wrapper table{
    width:100%;
}

.top-title-info-wrapper__column__left{
    width: 25%;
    text-align: right;
}
.top-title-info-wrapper__column__center{
    width: 50%;
    text-align: center;
}
.top-title-info-wrapper__column__right{
    width: 25%;
    text-align: left;
}
.top-title-info-wrapper__column__center img{
    width:90px;
}
.top-title-info__element{
    color:#fff;
    font-size: 30px;
    text-transform: uppercase;
}
.top-title2-wrapper{
    text-align: center;
}
.top-title2__pretitle{
    text-align: center;
    font-size:32px;
    text-transform: uppercase;
    font-weight: 500;
}
.top-title2__title{
    text-align: center;
    font-size: 96px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 94px;
    margin-top: 13px;
}
.logo-ico-wrapper{
    padding-top:120px;
    padding-bottom:20px;
    text-align: center;
}
.logo-ico-wrapper img{
    width:48px;
}
.container-min{
    padding: 0px 100px;
}
.top-info {
    padding-top: 38px;
    padding-bottom: 30px;
}
.top-info__wrapper{
    display: flex;
}
.top-info__item{
    width:50%;
}
.top-info__item__left{
    padding-right:21px;
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
}
.top-info__item__right{
    font-weight: 400;
    padding-left:20px;
    font-size: 24px;
    line-height: 32px;
}
.top-info2{
    padding-top: 37px;
    padding-bottom: 20px;
}
.top-info2-text{
    padding: 0px 200px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.top-bg{
    width: 100%;
    background-image: url(../images/top-bg.jpeg);
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.advantages{
    padding-top:30px;
}
.advantages__item{
    display: flex;
    width:100%;
    padding:55px 0px;
}
.advantages__item__left{
    width:400px;
    padding-right:20px;
}
.advantages__item__right{
    padding-left:20px;
    width:100%;
}
.advantages__item_inverse .advantages__item__left{
    width:100%;
    padding-right:20px;
}
.advantages__item_inverse  .advantages__item__right{
    padding-left:20px;
    width:400px;
}

.advantages__item__img img{
    width:360px;
}
.advantages__item__title{
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    width:460px;
    text-transform: uppercase;
}
.advantages__item__text{
    margin-top:20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.footer-bg{
    background-color: #475158;
}
.footer{
    display: flex;
    padding: 90px 0px;
}
.footer-left{
    padding-right:20px;
    width:880px;
}
.footer-right{
    padding-left:20px;
    width:100%;
}
.footer__logo img{
    width:260px;
}
.contacts{
    color:#fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    width:460px;
}
.contact-text{
    color:#fff;
}
.contact-phones{
    color:#fff;
}
.contacts .contact-phones{
    font-weight: 700;
}
.phone-show{
    display: none;
}
@media (max-width: 960px) {
    .phone-show{
        display: block;
    }
    .phone-hide{
        display:none !important;
    }
    .container{
        width:auto;
    }
    .top-title__pretitle{
        line-height: 26px;
        font-size: 20px;
    }
    .top-title__title{
        margin:auto;
        margin-top:5px;
        line-height: 52px;
        font-size: 48px;
        max-width:300px;
    }
    .top-title__subtitle{
        margin:auto;
        line-height: 26px;
        font-size: 20px;
        max-width:300px;
        padding-top:5px;
    }
    .top-logo{
        text-align: center;
        margin:auto;
    }
    .top-title-info-wrapper{
        padding-top:22px;
        padding-bottom:22px;
    }
    .top-title-info-wrapper table{
        max-width:300px;
        margin:auto;
    }
    .top-title-info-wrapper__column__left{
        width: 33%;
    }
    .top-title-info-wrapper__column__center{
        width: 33%;
    }
    .top-title-info-wrapper__column__right{
        width: 33%;
    }
    .top-title-info-wrapper__column__center img{
        width:48px;
    }
    .container-min{
        padding:0px 12px;
    }
    .top-title2__pretitle{
        line-height: 26px;
        font-size: 20px;
        max-width:240px;
        margin:auto;
    }
    .top-title2__pretitle br{
        display: none;
    }
    .top-title2__title{
        line-height: 52px;
        font-size: 48px;
        max-width:320px;
        margin:auto;
        margin-top: 4px;
    }
    .top-title2__title br{
        display: none;
    }
    .logo-ico-wrapper{
        padding-top:17px;
        padding-bottom:16px;
        text-align: center;
    }
    .logo-ico-wrapper img{
        width:28px;
    }
    .top-info{
        padding-top:20px;
    }
    .top-info__wrapper{
        display: block;
    }
    .top-info__item{
        width:100%;
        padding:0px;
        text-align: center;
    }
    .top-info__item__left{
        line-height: 26px;
        font-size: 20px;
    }
    .top-info__item__right{
        line-height: 20px;
        font-size: 16px;
        padding-top:15px;
    }
    .top-info2{
        padding-top:0px;
        padding-bottom:0px;
    }
    .top-info2-text{
        line-height: 20px;
        font-size: 16px;
        padding-top:15px;
        padding:0px;
        max-width:304px;
        margin:auto;
    }
    .advantages__item{
        display:block;
        max-width:100%;
        padding:0px;
        margin-top: 30px;
    }
    .advantages__item_inverse .advantages__item__left{
        max-width:100%;
        display:block;
        padding:0px;
    }
    .advantages__item_inverse .advantages__item__right{
        width:100%;
        display:block;
        padding:0px;

    }
    .advantages__item__left{
        max-width:100%;
        display:block;
        padding:0px;
    }
    .advantages__item__right{
        width:100%;
        display:block;
        padding:0px;
        text-align: center;
    }
    .advantages__item__title{
        width:100%;
        line-height: 26px;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
    .advantages__item__text{
        text-align: center;
        line-height: 16px;
        font-size: 12px;
    }
    .advantages__item__img img{
        max-width:100%;
    }
    .advantages__item__left{
        width:100%
    }
    .advantages__item__img{
        margin-top: auto;
        text-align: center;
        padding:0px 30px
    }
    .top-bg{
        height:290px;
        background-color: #D3E7F6;
        background-size: cover;
        background-position: bottom;
    }
    .bg-head:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-image: url(../images/bg_all_6.png);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 152px;
        background-size: 905px;
        z-index: 1;
        opacity: 0.6;
    }
    .top-title-info__element{
        font-size: 18px;
    }
    .footer{
        width:100%;
        display:block;
        padding:0px;
        margin-top: 50px;
        text-align: center;
        padding:50px 0px;
    }
    .footer-left{
        width:100%;
        display:block;
        padding:0px;
    }
    .footer-right{
        width:100%;
        display:block;
        padding:0px;
    }
    .contacts{
        width: 100%;
    }
    .contact-text{
        max-width: 100%;
        line-height: 16px;
        font-size: 12px;
        font-weight: 200;
        padding:0px 53px;
        padding-top: 40px;
    }
    .contact-phones{
        margin-top: 15px;
    }

}



/* общая область - 1160*/