.btn{
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 20px 46px 19px;
    height: 56px;
    background: #4A83BB;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
    text-align: center;
    font-family: 'Univers LT CYR 55';

}
.btn:hover{
    background: #6E9CC9;
}
.exceptional__products{
    margin-top: 64px;
    position: relative;
    z-index: 9;
}
.exceptional__products h1{
    font-weight: 300;
}
.exceptional__products h1 strong{
    font-family: 'Univers LT CYR 45';
    display: block;
}
.exceptional__flex{
    margin-top: 48px;
    width: 100%;
    display: flex;
}
.exceptional__block{
    width: 33.33%;
}
.exceptional__block:nth-child(1) .exceptional__info{
    background: #162C4F;
    border-radius: 4px 0px 0px 4px;
}
.exceptional__block:nth-child(2) .exceptional__info{
    background: #4A83BB;
}
.exceptional__block:nth-child(3) .exceptional__info{
    background: #4070A1;
}
.exceptional__block:nth-child(3) .exceptional__info +  .exceptional__info{
    background: #6A9ED2;
}
.exceptional__block:nth-child(4) .exceptional__info{
    background: #F3F4F6;
    border-radius: 0px 4px 4px 0px;
}
.exceptional__block:nth-child(4) .exceptional__info strong{
    color: #132036;
}
.exceptional__block:nth-child(4) .exceptional__info .exceptional__arrw{
    color: #132036;
}
.exceptional__info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 292px;
    padding: 24px;
    transition: 0.3s;
}
.exceptional__info:hover .exceptional__arrw{
    opacity: 1;
}
.exceptional__info strong{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    font-family: 'Univers LT CYR 55';
    max-width: 210px;
}
.exceptional__arrw{
    font-family: 'Univers LT CYR 55';
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.3s;

}
.exceptional__arrw span{
    display: block;
    margin-right: 12px;
}
.exceptional__arrw img{
    margin-top: 4px;
}
.exceptional__photo{
    max-width: 1440px;
    width: 100%;
    margin: -120px auto 0;
    display: flex;
}
.news-promotions{
    margin: 120px 0;
}
.news-promotions__flex{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.news-promotions__box{
    max-width: 357px;
    width: 100%;
}
.news-promotions__box:nth-child(3) .news-promotions__name:nth-child(2){
    margin-top: 34px;
    margin-bottom: 34px;
}
.news-promotions__photo{
    display: flex;
    width: 100%;
    margin-bottom: 22px;
}
.news-promotions__photo img{
    border-radius: 4px;
}
.news-promotions__name{
    padding-bottom: 14px;
    border-bottom:  1px solid rgba(161,166,174,0.4);
}

.news-promotions__name a{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #132036;
    transition: 0.3s;
    font-family: 'Univers LT CYR 55';
}
.news-promotions__name a:hover {
    color: #4A83BB;
}
.news-promotions__name  span{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A1A6AE;
    display: block;
    margin-top: 32px;
    font-family: 'Univers LT CYR 55';
}
.news-promotions__btn{
    margin-top: 39px;
    display: flex;
    justify-content: center;
}
.service-centres{
    background: #F3F4F6;
}
.service-centres__main{
    padding: 120px 0;
}
.service-centres__flex{
    display: flex;
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 4px 0 0 0;
}
.service-centres__info{
    max-width: 485px;
    width: 100%;
    padding: 48px 64px;
    position: relative;
}
.service-centres__info:after{
    content: "";
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 85%;
    height: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.service-centres__inp{
    max-width: 357px;
    width: 100%;
    position: relative;
}
.service-centres__inp label{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    transition: 0.3s;
}
.service-centres__inp label:before{
    content: "";
    position: absolute;
    top: 24px;
    right: 21px;
    background-image: url("../img/arrow-down2.svg");
    width: 17px;
    background-repeat: no-repeat;
    height: 10px;
    background-size: contain;
}
.service-centres__inp label button{
    background: unset;
    position: absolute;
    left: 16px;
    display: flex;
}
.service-centres__inp label input{
    padding: 10px 16px 10px 50px;
    width: 100%;
    height: 56px;
    background: #F3F4F6;
    border-radius: 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #132036;
    border: 1px solid transparent;
    transition: 0.3s;

}
.service-centres__inp label input::placeholder{
    color: #A1A6AE;
}

.service-centres__inp label:hover input{
    border: 1px solid #162C4F;
}
.service-drop{
    max-width: 322px;
    width: 100%;
    position: absolute;
    top: 62px;
    left: 12px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 4px 0;
    z-index: 99;
    display: none;
}
.service-drop ul li{
    padding: 5px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
    transition: 0.3s;
    cursor: pointer;
}
.service-drop ul li:hover{
    background: rgba(74, 131, 187, 0.08);
    color: #4A83BB;
}
.service-drop_active{
    display: block;
}
.service-centres__scroll{
    margin-top: 32px;
    height: 384px;
    overflow-y: scroll;
    position: relative;
}

.service-centres__scroll::-webkit-scrollbar {
    width: 7px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    background: #F3F4F6;
    border-radius: 10px;
}
.service-centres__scroll::-webkit-scrollbar-thumb {
    width: 7px;
    height: 10px;
    cursor: pointer;
    background: #A1A6AE;
    border-radius: 10px;
}
.service-centres__cnt{
    margin-right: 8px;
    border-bottom:  1px solid rgba(161,166,174,0.4);
    padding-bottom: 14px;
    margin-bottom: 16px;
}
.service-centres__cnt strong{
    font-family: 'Univers LT CYR 55';

    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4A83BB;
}
.service-centres__cnt span{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #132036;
    display: block;
    margin-top: 5px;
    font-family: 'Univers LT CYR 55';

}
.service-centres__cnt p{
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A1A6AE;
    font-family: 'Univers LT CYR 55';

}
.service-centres__cnt p + p{
    margin-top: 12px;
}

.service-centres__map{
    max-width: 683px;
    width: 100%;
    height: 560px;
    border-radius: 0 4px 0 0;
}
.rate-service{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 64px;
    background: rgba(22,44,79,0.1);
    border-radius: 0px 0px 4px 4px;
}
.rate-service__tit{
    max-width: 505px;
}
.rate-service__tit h3{
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #132036;
}
.rate-service__tit p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #132036;
    opacity: 0.5;
    margin-top: 12px;
    font-family: 'Univers LT CYR 55';

}
.become-partner{
    margin: 116px 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.become-partner__info{
    max-width: 417px;
}
.become-partner__info p{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #132036;
    opacity: 0.5;
    font-family: 'Univers LT CYR 55';

}
.become-partner__btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.download-presentation{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4A83BB;
    transition: 0.3s;
    font-family: 'Univers LT CYR 55';

}
.download-presentation:hover{
    text-decoration-line: underline;
    color: #162C4F;
}
.become-partner__video{
    max-width: 584px;
    width: 100%;
    height: 358px;
    background: #162C4F;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.become-partner__video a{
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submenu{
    display: none;
}
.answers-questions__fon{
    position: relative;
    background: #F3F4F6;
}
.answers-questions__fon:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 593px;
    background: #162C4F;
}
.answers-questions{
    position: relative;
    z-index: 9;
    padding: 120px 0 0;
}
.answers-questions h2{
    color: #FFFFFF;
}
.answers-questions__acc{
    padding: 64px 64px 48px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
}
.parameter-filter_block + .parameter-filter_block{
    border-top:  1px solid rgba(161,166,174,0.2);

}
.asked-question-box{
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    cursor: pointer;

}
.asked-question-box strong{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #132036;
    font-family: 'Univers LT CYR 55';

}
.asked-question-box:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("../img/close-square.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}
.asked-question-box.open:after{
    width: 18px;
    height: 2px;
    background: #A1A6AE;
}
.asked-question-sub{
    width: 100%;
    padding-bottom: 24px;
}
.asked-question-sub p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #132036;
    opacity: 0.5;
    font-family: 'Univers LT CYR 55';

}
.none__rest{
    display: none;
}
.show-more__block{
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.show-more__none .show-more__block{
    display: none;
}
.not-answer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.not-answer__info{
    max-width: 440px;
}
.not-answer__info>span{
    font-family: 'Univers LT CYR 45';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #A1A6AE;
    display: block;
    margin-bottom: 16px;
}
.not-answer__info h2{
    max-width: 374px;
}
.not-answer__info>p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A1A6AE;
    margin-top: 12px;
    font-family: 'Univers LT CYR 55';

}
.not-answer__href{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.not-answer__href p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #A1A6AE;
    font-family: 'Univers LT CYR 55';

}
.not-answer__phone span{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #132036;
    font-family: 'Univers LT CYR 55';

}
.request-call{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    color: #4A83BB;
    display: block;
    transition: 0.3s;
    font-family: 'Univers LT CYR 55';

}
.request-call:hover{
    text-decoration-line: unset;
}
.not-answer__photo{
    display: flex;
    max-width: 391px;
    width: 100%;
    margin-right: 100px;
}
@media (max-width: 1199px){
    .news-promotions__box:nth-child(3){
        display: none;
    }
    .news-promotions__flex {
        justify-content: flex-start;
    }
    .news-promotions__box {
        margin-right: 20px;
    }
    .service-centres__info {
        max-width: 430px;
        padding: 30px 40px;
    }
    .become-partner__video {
        max-width: 510px;
        height: 330px;
    }
}
@media (max-width: 991px){
    h2 {
        font-size: 36px;
        line-height: 43px;
    }
    .exceptional__flex {
        flex-wrap: wrap;
    }
    .exceptional__photo {
        margin: -292px auto 0;
        height: 620px;
    }
    .exceptional__block {
        width: 50%;
    }
    .exceptional__block:nth-child(1) .exceptional__info {
        border-radius: 4px 0 0 0;
    }
    .exceptional__block:nth-child(2) .exceptional__info {
        border-radius: 0 4px 0 0;
    }
    .exceptional__block:nth-child(3) .exceptional__info + .exceptional__info {
        border-radius: 0  0 4px 0;
    }
    .news-promotions {
        margin: 64px 0;
    }
    .service-centres__main {
        padding: 64px 0;
    }
    .service-centres__flex {
        border-radius: 4px 4px 0 0;
        flex-direction: column;
    }
    .service-centres__info {
        max-width: 100%;
        padding: 24px 48px 32px;
    }
    .service-centres__inp {
        max-width: 100%;
    }
    .service-centres__scroll {
        height: 278px;
        display: flex;
        flex-wrap: wrap;
    }
    .service-centres__cnt {
        margin-bottom: 16px;
        max-width: 267px;
    }
    .service-centres__info:after {
        bottom: 29px;
        width: 92%;
    }
    .service-centres__map {
        max-width: 100%;
        height: 269px;
    }
    .rate-service {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 48px;
    }
    .rate-service__tit{
        margin-bottom: 24px;
    }
    .become-partner {
        margin: 64px 0 64px;
        flex-direction: column;
        align-items: flex-start;
    }
    .become-partner__info {
        max-width: 100%;
    }
    .become-partner__btn {
        max-width: 440px;
    }
    .become-partner__video {
        max-width: 672px;
        height: 412px;
        margin-top: 48px;
    }
    .answers-questions {
        padding: 64px 0 0;
    }
    .answers-questions__acc {
        padding: 48px 48px 48px;
    }
    .asked-question-box strong {
        display: block;
        max-width: 520px;
    }
    .not-answer__info {
        max-width: 325px;
    }
    .not-answer__href {
        flex-direction: column;
        margin-right: auto;
        max-width: 202px;
    }
    .not-answer__href p {
        margin: 18px 0;
    }
    .footer__flex {
        padding: 32px 48px;
    }
    .not-answer__photo{
        margin-right: 0;
    }
}
@media (max-width: 700px){
    h1 {
        font-size: 18px;
        line-height: 21px;
    }
    .rate-service__tit h3 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 300;
    }
    h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .exceptional__products {
        margin-top: 24px;
    }
    .exceptional__flex {
        margin-top: 16px;
    }
    .exceptional__flex {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .exceptional__info {
        height: 84px;
        padding: 16px;
    }
    .exceptional__block:nth-child(1) .exceptional__info {
        border-radius: 4px 4px 0 0;
    }
    .exceptional__info strong {
        font-size: 16px;
        line-height: 19px;
    }
    .exceptional__block {
        width: 100%;
    }
    .exceptional__block:nth-child(3) .exceptional__info {
        height: 84px;
    }
    .exceptional__photo {
        margin: -168px auto 0;
        height: 350px;
    }
    .exceptional__photo img{
        object-fit: cover;
    }
    .news-promotions {
        margin: 32px 0;
    }
    .news-promotions__flex {
        flex-direction: column;
    }
    .news-promotions__name span {
        margin-top: 16px;
    }
    .news-promotions__name {
        padding-bottom: 24px;
        border-bottom: unset;
    }
    .news-promotions__btn {
        margin-top: 5px;
    }
    .news-promotions__btn a{
        max-width: 288px;
        width: 100%;
    }
    .service-centres__main {
        padding: 32px 0;
    }
    .service-centres__flex {
        background: unset;
        margin-top: 4px;
    }
    .service-centres__info {
        max-width: 100%;
        padding: 16px 0 24px;
    }
    .service-centres__inp label input {
        background: #fff;
    }
    .service-centres__cnt {
        margin-bottom: 16px;
        max-width: 100%;
        width: 100%;
    }
    .service-centres__scroll {
        height: 480px;
    }
    .service-centres__scroll::-webkit-scrollbar {
        background: #ffffff;
    }
    .service-centres__info:after{
        display: none;
    }
    .service-centres__map {
        height: 320px;
    }
    .rate-service {
        padding: 32px 0 0;
        background: unset;
        border-radius: 0;
    }
    .btn{
        max-width: 288px;
        width: 100%;
    }
    .become-partner {
        margin: 32px 0;
    }
    .become-partner__btn {
        margin-top: 24px;
        flex-direction: column;
    }
    .become-partner__btn .download-presentation {
        margin-top: 32px;
    }
    .become-partner__video {
        max-width: 472px;
        height: 194px;
        margin-top: 32px;
    }
    .answers-questions {
        padding: 32px 0 0;
    }
    .answers-questions__acc {
        padding: 24px;
    }
    .asked-question-box strong {
        font-size: 14px;
        line-height: 16px;
        max-width: 215px;
    }
    .asked-question-box {
        height: auto;
        padding: 16px 0;
    }
    .show-more__block {
        margin-top: 24px;
    }
    .not-answer {
        flex-direction: column;
        margin-top: 32px;
    }
    .not-answer__info h2 {
        max-width: 209px;
    }
    .not-answer__href {
        max-width: 100%;
    }

}

label.label-outline {
    font-size: 1.25em;
    border: 1px solid rgba(0,0,0,.12);
    display: block;
    padding: 1em 1.25em;
}

.btn-sm.btn-circle {
    font-size: .6em;
    border-radius: 10em;
    padding: 0;
    width: 2em;
    height: 2em;
    float: right;
    margin-top: .35em;
}

.btn-full {
    width: 100% !important;
    max-width: 100% !important;
}

input.form-control.fc-own {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #999;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-right: 50px;
}

input.form-control.fc-own:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #1b2c4e;
}

div.input-own {
    position: relative;
    margin-bottom: 1.5em;
}

div.abs-icon {
    height: 38px;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 35px;
    text-align: center;
}

div.abs-icon img {
    height: 24px;
}

div.abs-icon.abs-icon-mail img {
    height: 20px;
}

.btn-caption {
    display: block;
}

textarea.form-control.fc-own {
    border-color: #999;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 15px;
    margin-top: 2em;
    padding: .75em 1.5em;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}    

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Univers LT CYR';
}

textarea.form-control {
    height: auto;
}

.open-menu {
    display: none !important;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}