@media all and (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
}

html, body{
    font-family: 'TTNorms-web', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    background: #fff;
}
body{
    overflow-x: hidden;
    padding-top:57px;
}
input, button, textarea{
    font-family: 'TTNorms-web', sans-serif;
}
a{
    text-decoration: none;
    color:#5089e9;
}
a:hover{
    color:#000;
}
.mshow{
    display: none;
}



.hdr {
    height: 57px;
    background-color: #263646;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:50;
}
.hdr__menu {
    margin: 0 -35px;
}
.hdr__menu a{
    display: block;
    font-size: 15px;
    line-height: 27px;
    padding: 15px 25px;
    color:#fff;
}
.hdr__menu a:hover{
    background-color: rgba(0,0,0,0.4);
}

.scr1 {
    background: url(../img/scr1/bgnew.jpg) center top no-repeat;
}
.scr1 .container{
    position: relative;
    min-height: 830px;
}
.vhload{
    visibility: hidden;
}
.scr1__absvint{
    visibility: hidden;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 205px;
    width:135px;
    height:148px;
    left: -170px;
    z-index: 10;
}
.scr1__abskey{
    visibility: hidden;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 270px;
    left: 32%;
    width:514px;
    height:391px;
    z-index: 10;
}
.scr1__top {
    padding-top: 35px;
}
.logo {
    align-items: center;
    /* margin: 0 auto; */
}
.logo img{
    display: block;
}
.logo__text {
    padding-left: 18px;
    color:#fff;
    font-weight: 500;
    padding-top: 10px;
    font-size: 23px;
    line-height: 30px;
}
.logo__text strong{
    font-weight: 700;
}
.logo__text small{
    font-weight: 300;
    font-size: 20px;
}
.scr1__loc {
    margin-left: 85px;
    padding-top: 20px;
}
.scr1__loc img{
    display: block;
}
.scr1__loc p{
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    line-height: 1.4;
    padding-left: 25px;
    max-width: 490px;
}
.scr1__contacts {
    padding-top: 5px;
    text-align: right;
    margin-left: auto;
}
.scr1__contblock {
    padding-bottom: 15px;
    color:#fff;
}
.scr1__number {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color:#fff;
    font-family: 'Oswald-web', sans-serif;
}
.scr1__number:hover{
    color:#CA291A;
}
.scr1__phonedescr {
    font-weight: 300;
    margin-top: -3px;
    font-size: 15px;
    line-height: 18px;
}
.scr1__main {
    margin-top: 20px;
    color:#fff;
}
.scr1__h1 {
    font-weight: bold;
    font-size: 41px;
    line-height: 48px;
    text-transform: uppercase;
}
.scr1__h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    margin-top: 5px;
}
.scr1__h3 {
    font-size: 19px;
    line-height: 28px;
    margin-top: 17px;
    max-width: 460px;
    color: rgba(255, 255, 255, 0.65);
}
.scr1__action {
    margin-top: 30px;
    width: 376px;
    max-width: 100%;
}
.button {
    width: 100%;
}
.scr1__right {
    position: absolute;
    right: 0;
    width: 370px;
    height: 262px;
    background: #FFFFFF;
    border-radius: 5px;
    bottom: 177px;
    font-size: 15px;
    line-height: 23px;
    padding-top: 48px;
    padding-left: 62px;
    padding-right: 36px;
}
.scr1__right:before{
    top:17px;
    bottom:17px;
    left:17px;
    right: 17px;
    pointer-events: none;
    border-radius: 5px;
    border:1px solid #D9D9D9;
}
.scr1__doorimg{
    display: none;
}
.scr1__redloc{
    position: absolute;
    width: 51px;
    height: 67px;
    z-index: 20;
    right: 40px;
    top: -25px;
    background: #C8291B;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.scr1__right p{
    margin-bottom: 1.4em;
}
.scr1__right p strong{
    font-weight: 700;
}

@media all and (min-width: 1600px){
    .scr1__right {
        right: -194px;
    }
    .scr1__doorimg{
        position: absolute;
        top: -120px;
        left: -165px;
        display: block;
        z-index: 10;
        pointer-events: none;
    }  
}


.scr1__brands {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 130px;
}
.scr1__brandstitle {
    color: rgba(255, 255, 255, 0.56);
    font-size: 19px;
    line-height: 1;
    padding-bottom: 12px;
}
.brands__slider {
    position: relative;
    opacity: 1;
    margin-top: 15px;
}
.brands__slider .swiper-container {
    height: 65px;
}
.brands__slider .swiper-wrapper {
    height: 100%;
}
.brands__slider .swiper-slide img{
    opacity: 0.3;
    display: block;
    max-width: 140px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
.brands__ctrl {
}
.brands__ctrl button{
    position: absolute;
    left: 0;
    top:50%;
    background: none;
    border:none;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 30;
    opacity: 1;
    opacity: 0.7;
}
.brands__ctrl button:hover{
    opacity: 1;
}
.brands__ctrl .brands__prev {
    left: -20px;
}
.brands__ctrl .brands__next {
    right: -20px;
    left: auto;
}
.brands__next img{
    transform: rotate(180deg);
}










.scr2 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.block-title {

}
.title__num {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color:#ccc;
    padding-top: 20px;
}
.title__num:before{
    width: 110px;
    height: 2px;
    background-color: #ccc;
    top: 30px;
    left: 55px;
}
.block-h {
    padding-left: 170px;
    font-weight: 300;
    font-size: 53px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Oswald-web', sans-serif;
}
.block-h strong{
    font-weight: bold;
    color: #050405;
}
.scr2__feats {
    padding-top: 70px;
    padding: 70px 0px 0;
}
.scr2__item {
}
.scr2__img {
    max-width: 100%;
    overflow: hidden;
    height: 310px;
}
.scr2__img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.scr3__img1{
    margin-top: 35px;
    margin-bottom: -35px;
}
.scr3__img2{
    margin-left: auto;
    margin-top: 66px;
    margin-right: auto;
}
.scr3__img3{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.scr2__text {
    /* margin-top: -10px; */
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}
.scr2__act {
    padding-top: 70px;
}
.scr2__act .button{
    width: 315px;
    transform: translateX(45px);
    display: flex;
    margin-left: auto;
    margin-right: auto;
}









.scr3 {
    min-height: 845px;
    background: url(../img/scr3/bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 30px;
    color:#fff;
}
.block-title--white .title__num,
.block-title--white .block-h,
.block-title--white strong{
    color:#fff;
}
.block-title--white .title__num:before{
    background-color: #fff;
}
.scr3__block {justify-content: space-between;}
.scr3__main {
    padding-top: 135px;
    max-width: 480px;
    margin-left: 43px;
}
.scr3__h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
}
.scr3__h2 {
    font-size: 30px;
    margin-top: 15px;
}
.scr3_button {
    margin-top: 60px;
    width: 460px;
}
.scr3__tech {
    margin-top: 135px;
    max-width: 564px;
    position: relative;
}
.scr3__mainimg {
    display: block;
}
.scr3__techitems {

}
.scr3__sub {
    position: absolute;
    white-space: nowrap;
    top:0;
    left: 0;
    z-index: 4;
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    transform: rotate(5deg);
}
.scr3__sub i{
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: #C8291B;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 23px;
    font-weight: 500;
    font-size: 20px;
    margin-right: 9px;
}
.scr3__sub1 {
    top: 257px;
    left: 40px;
}
.scr3__sub2 {
    top: -27px;
    left: 285px;
}
.scr3__sub3 {
    top: 270px;
    left: 390px;
}










.scr4 {
    padding-top: 80px;
    padding-bottom: 32px;
}
.scr4 .container{
    position: relative;
}
.scr4__abs1 {
    pointer-events: none;
    position: absolute;
    top: -35px;
    right: 190px;
}
.scr4__row {
    padding-top: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 30px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.scr4__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.scr4__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.scr4__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.scr4__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.scr4__item {
    background: #F4F3F3;
    border-radius: 10px;
    color:#000;
    padding: 54px 35px 0;
    position: relative;
    min-height: 300px;
}
.scr4__item--long {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 3;
    padding-left: 47px;
    padding-top: 35px;
}
.scr4__num {
    font-weight: bold;
    font-size: 71px;
    line-height: 1;
    color: #CA291A;
    font-family: 'Oswald-web', sans-serif;
}
.scr4__h1 {
    font-family: 'Oswald-web', sans-serif;
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.scr4__h2 {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
    margin-top: 10px;
}
.scr4__item img{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.scr4__item--long .scr4__num {
    position: absolute;
    right: 40px;
    top: 53px;
}
.scr4__item--long .scr4__h1{
    font-size: 27px;
    line-height: 40px;
    margin-bottom: -4px;
}
.scr4__item--red {
    background: #CA291A;
    color:#fff;
}
.scr4__item--red .scr4__num{
    color:#fff;
}
img.scr4__img1{
right: -55px;
}
img.scr4__img2 {bottom: auto;top: -40px;}
img.scr4__img3 {bottom: 8px;}
img.scr4__img4 {bottom: auto;top: 7px;}
img.scr4__img5 {bottom: auto;top: -30px;right: 40px;}


img.scr4__abs2 {
    position: absolute;
    top: 395px;
    left: -65px;
    z-index: 10;
    pointer-events: none;
}








.scr5 {
    min-height: 987px;
    background: url(../img/scr5/bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.scr5 .container{
    padding-top: 120px;
    margin-top: 135px;
    padding-bottom: 90px;
}
.scr5__main {
    color:#fff;
}
.block-title{
    position: relative;
}
.block-title-min {
    font-size: 22px;
    line-height: 26px;
    opacity: 0.65;
    position: absolute;
    top: 112%;
    left: 200px;
    max-width: 300px;
}
.scr5__list {
    padding-top: 110px;
    padding-left: 0px;
}
.scr5__list p{
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 15px 45px;
    position: relative;
}
.scr5__list p i{
    width: 23px;
    height: 23px;
    display:block;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 50%;
    font-weight: bold;
    font-size: 10px;
    line-height: 23px;
    font-family: 'Oswald-web', sans-serif;
    background: #CA291A;
    text-align: center;
}
.scr5__act {
    padding-top: 75px;
}
.scr5__button {
    width: 288px;
    margin-right: 22px;
}
.scr5__lamp {
    align-items: center;
}
.scr5__lampicon {
    width: 50px;
    flex-grow: 0;
    height: 80px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.scr5__lamptext{
    padding-left: 17px;
}
.scr5__lamptext strong{
    font-family: 'Oswald-web', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.scr5__lamptext p{
    font-size: 16px;
    margin-top: 3px;
    line-height: 19px;
}









.scr6 {
    min-height: 635px;
    overflow: hidden;
}
.scr6 .container{
    position: relative;
    padding-top: 105px;
}
.scr6__bg {
    position: absolute;
    right: -195px;
    top: 60px;
}
.scr6__main{
    padding-left: 200px;
    z-index: 10;
    position: relative;
    padding-top: 47px;
}
.scr6__h1 {
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    color: #050405;
}
.scr6__h1 strong{
    font-size: 53px;
    font-family: 'Oswald-web', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}
.scr6__h2 {
    padding-top: 40px;
    font-size: 19px;
    line-height: 28px;
    color: #181A1B;
}
.sct6__button {
    width: 268px;
    margin-top: 58px;
}









.scr7 {
    min-height: 739px;
    background: url(../img/scr7/bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.scr7 .container{
    padding-top: 115px;
    position: relative;
    color:#fff;
}
.scr7__abs {
    position: absolute;
    top: 150px;
    pointer-events: none;
    z-index: 10;
    right: 350px;
}
.scr7__row {
    padding-top: 80px;
    max-width: 965px;
    transform: translateX(10px);
    margin-left: auto;
    margin-right: auto;
}
.scr7__icon {
    text-align: center;
    padding-bottom: 38px;
}
.scr7__icon img{
    display: block;
    margin: 0 auto;
}
.scr7__title {
    font-family: 'Oswald-web', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
}
.scr7__text {
    font-size: 16px;
    line-height: 19px;
    padding-top: 20px;
}
.scr7__act {
    padding-top: 30px;
}
.scr7__act .button{
    width: 240px;
    display: flex;
    margin: 0 auto;
}










.scr8 {
    position: relative;
    height: 765px;
}
.scr8__map {
    position: absolute;
    height: 100%;
    width: 100%;
}
.scr8 .container{
    height: 100%;
    position: relative;
}
.scr8__wrap {
    top: 135px;
    position: absolute;
    right: 240px;
    width: 440px;
    min-height: 552px;
    background: #FFFFFF;
    box-shadow: 0px 16px 23px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px 45px 0px 45px;
}
.scr8__wrap:before{
    top:17px;
    bottom:17px;
    left:17px;
    right: 17px;
    pointer-events: none;
    border-radius: 5px;
    border:1px solid #D9D9D9;
}
.scr8__redloc {
    position: absolute;
    width: 51px;
    height: 67px;
    z-index: 20;
    right: 109px;
    top: -25px;
    background: #C8291B;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.scr8__title {
    font-weight: bold;
    font-size: 27px;
    line-height: 36px;
    font-family: 'Oswald-web', sans-serif;
    margin-bottom: 15px;
    padding-left: 40px;
}
.scr8__block{
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 25px;
}
.scr8__icon {
    position: absolute;
    top:0;
    left: 0;
    display: block;
}
.scr8__info {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}
.scr8__text {
    color:#000;
    opacity: 0.7;
}
.scr8__text a{
    color:#000;
}
.scr8__text a:hover{
    color:#C8291B;
}








.footer {
    min-height: 162px;
    background: #263646;
    color:#889099;
    font-size: 15px;
    line-height: 20px;
    padding-top: 23px;
}
.footer__copy {padding-top: 8px;}
.footer__right {
    white-space: nowrap;
}
.footer__title {
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    color:#fff;
    padding-bottom: 16px;
}
.footer a{
    color:#fff;
    text-decoration: underline;
}
.footer a:hover{
    color:#f0f0f0;
}





.hystmodal{
    max-width: 100%;
}
.callModal{
    width: 700px;
    position: relative;
    padding: 40px;
}
.modal__close{
    top:15px;
    display: flex;
    right: 15px;
    border:none;
    background: #C8291B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    outline: none;
    cursor: pointer;
}
.modal__close img{
    margin: auto;
    display: block;
    max-width: 60%;
}
.callModal__h1{
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Oswald-web', sans-serif;
    font-weight: bold;
    color: #050405;
}
.callModal__sub{
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}
.callModal__form{
    padding: 40px 0 0;
    margin: 0 auto;
    max-width: 450px;
}
.themed{
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.08);
    outline: none;
    border:1px solid #f0f0f0;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 40px;
    margin-bottom: 20px;
}
.formblock__invalid{
    border-color: red;
}
.loadModal__formsubmit{
    padding-top: 10px;
}
.accept{
    text-align: center;
    padding-top: 20px;
    opacity: 0.6;
    font-size: 14px;
}
.accept a{
    color:#C8291B;
}
.hystmodal__window--menu{
    width: 250px;
    height: 100vh;
    min-height: 420px; 
    transform: translateX(-100%);
    transition: transform 0.3s ease 0s, opacity 0.3s;
    margin: 0;
    margin-right: auto;
    padding: 30px;
}
.hystmodal--active .hystmodal__window--menu{
    transform: translateX(0);
}
.hystmodal__window--menu .modal__close{
    top:10px;
    right: 10px;
}
.mobmenu__title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobmenu__title small{
    display: block;
    font-size: 13px;
    padding-top: 5px;
}
.mobmenu__menu{
    padding: 15px 0 15px;
    border-bottom: 1px solid #f0f0f0;
}
.mobmenu__menu a{
    padding: 0px;
    color:#000;
    font-size: 16px;
    line-height: 35px;
    display: block;
}
.okmodal {
    width: 600px;
    border-radius: 15px;
}
.okmodal__wrap {
    flex-flow: column nowrap;
    align-items: center;
    padding: 60px 30px;
    text-align: center;
}
.ok__icon{
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}
.ok__title{
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 20px;
}
.ok__subtitle{
    font-size: 20px;
    line-height: 1.5;
}
.form__loader img{
    display: none;
    width: 40px;
    margin: 10px auto 0;
}
.form__loader.active img{
    display: block;
}



.fixhelp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #C8291B;
    border-radius: 50%;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    justify-content: center;
    align-items: center;
}
.fixhelp img{
    fill:#fff;
    display:block;
    width:10px;
    transform:rotate(90deg);
}
.fixhelp.active{
    opacity: 1;
    pointer-events: auto;
}