/*АКЦИИ  --------1000--------*/
/*Карточки дверей ---------2007-------*/
/*Услуги ------------- 2020 ----------*/
/*Это интересно ------------- 2200 ----------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

header {
    background-color: #04295F;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}
.backgroundParallax{
    background-image: url(../bg.png);
    background-size: cover !important;

}
.topHeader{
    height: 42px;
}
.polite button{
    background-color: #04295F;
}
.three.col{
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.three.col img{
    width: 150px;
}
.three.col.active{
    display: block;
}
.textTime {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 1180px;
    height: 100%;
}

.textTime img {
    height: 25px;
    padding-right: 10px;
}

.today {
    display: flex;
    margin-right: 117px;
    width: 510px;
    justify-content: space-between;
}

/*Средняя часть хедера*/
.allMiddleHeader {
    width: 100%;
    background-color: #FFFFFF;
    border-top: 6px solid black;
    border-bottom: 6px solid black;
    display: flex;
    justify-content: center;
}

.middleHeader {
    margin: 15px 0;
    width: 1180px;
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 245px;
}

.logo img:hover {
    cursor: pointer;
}

.contactBrest,
.contactVitebsk {
    display: flex;
    flex-direction: column;
}

.contactBrest img,
.contactVitebsk img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.mts,
.velcom{
    display: flex;
}

.mts:hover,
.velcom:hover{
    cursor: pointer;
}
.social {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social a{
    text-decoration:none;
}
.social img {
    width: 17px;
}

.vk,
.insta,
.ok {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to top,  #e7712b,  #e7712b);
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.6s;
}

.vk:hover,
.insta:hover,
.ok:hover {
    cursor: pointer;
    box-shadow: 0 0 3px 2px #04295F;
}

.button-container {
    display: flex;
    align-items: center;
}
.button-container1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*Меню навигации в бот хедаре*/

.menu {
    position: absolute;
    z-index: 555;
    left: 0;
    right: 0;
    background-color: #04295F;
}

.menuClass {
    position: relative;
    z-index: 111;
    display: flex;
    margin: 0 auto;
    width: 1180px;
    justify-content: space-around;
}

.menu a {
    color: #FFFFFF;

}

.menu a:hover {
    text-decoration: none;
}

/*первое окно на сайте*/

.frontRaund {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.imageWindow img {
    max-width: 890px;
}

.imageWindow {
    margin-right: 95px;
    animation: anim 1s;
    animation-duration: 2s;
}
.imageAdapt {
    max-width: 100%;
    height: auto;
}

@keyframes anim {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.textForm {
    font-size: 3rem;
    width: 580px;
    color: #ffffff;
    text-shadow: 0 4px 8px black;
    font-weight: bold;
}

.form {
    display: flex;
    flex-direction: column;
    margin: 110px 0;
}

.textInput {
    color: #FFFFFF;
    text-align: center;
    font-size:20px;
}

.input, .input2 {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
    height: 355px;
    border: 2px solid white;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
}
.input2 { height: auto; font-weight: normal; }

.inputtwo {
    background-color: #eef1f5;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
    height: 355px;
    border: 2px solid white;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
}

.input input, .input2 input {
    font-weight: 300;
    color: black;
    font-size: 24px;
    height: 50px;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.7);
}
a .b24-web-form-popup-btn, a .button, .inputText a{
    border-radius:8px !important;
}
.input input::placeholder {
    color: #1E7AC2;
}

.coll {
    font-weight: 300;
}

/*Блок с инфой */

section {
    /*background: url(../images/backG.png);*/
    margin-top: 5px;
    padding-top: 50px;
}

.sectionBlock {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.headerInfo {
    border-bottom: 2px solid #3e3e3e;
    margin-bottom: 25px;
}

.winStyle,
.grayText {
    font-size: 1.8rem;
    color: #3e3e3e;
    margin-bottom: 20px;
    width: 98%;
}

.winStyle span {
    color: #04295F;
}

.winStyle {
    margin-top: 50px;
    text-transform: uppercase;
}

.allInfo {
    margin-left: 45px;
    font-size: 1.05rem;
}

.offerImg img {
    max-width: 300px;
    max-height: 300px;
    margin-right: 30px;
}

.offer {
    display: flex;
    font-size: 1.1rem;
}

.offerText p {
    font-weight: bold;
}

.offerText p,
.offerText div {
    padding-left: 40px;
}

.offerText img {
    width: 20px;
    margin-right: 50px;
}

.offerText ul {
    padding: 0;
}

.offerText li {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin-bottom: 15px;
}

.offerText li:last-child {
    display: flex;
    justify-content: flex-end;
}

.offerText li:last-child img {
    margin: 0;
}

.offerText div {
    margin-bottom: 15px;
}

/*Блок с видео*/

.video {
    display: flex;
    margin-top: 40px;
}

.textVideo {
    display: flex;
    flex-direction: column;
}

.textVideo a {
    display: flex;
    align-items: center;
    flex-direction: column;
   /* padding-right: 40px; */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: #505050;
    font-size: 0.9rem;
    text-decoration: none;
}

.textVideo a:hover {
    text-decoration: none;
}

.textVideo img {
    max-width: 400px;
}

.stage {
    color: #042759;
    font-weight: bold;
}

.allStage {
    line-height: 17px;
}

/* Шапка сайта */

#header {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}

#header.default {
    position: fixed;
    top: 0;
    background: #04295F;
    -webkit-box-shadow: 0 2px 2px #444;
    -moz-box-shadow: 0 2px 2px #444;
    -o-box-shadow: 0 2px 2px #444;
    box-shadow: 0 2px 2px #444;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    overflow: hidden;
}

#boxes #dialog {
    width: 860px;
    height: 535px;
    /*background-color:#ffffff;*/
}

.top {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    color: black;
    /*background: #0085cc;*/
}

.content {
    padding-top: 35px;
}

.content video {
    width: 400px;
    height: 300px;
}

.circle1 {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 44;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(225deg);
    background-image: linear-gradient(to top, #2f6bcc, #e70df9);
    transition: 1.5s;
}

.circle1:after {
    content: '';
    position: absolute;
    z-index: -5;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background-image: linear-gradient(to top, #2f6bcc, #e70df9);
    transition: 1.5s;
}

.circle1:before {
    content: '';
    position: absolute;
    z-index: -4;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background-color: #fff;
    transition: 1.5s;
}

.circle1:hover:before {
    width: 16px;
    height: 16px;
    right: 122px;
    top: 122px;
    opacity: 0;
    transform: rotateX(-360deg);
}

.circle1:hover:after {
    width: 16px;
    height: 16px;
    right: 120px;
    top: 120px;
    opacity: 0;
    transform: rotateX(360deg);
}

.circle2:hover:before {
    width: 16px;
    height: 16px;
    left: 122px;
    bottom: 122px;
    transform: rotateX(360deg);
    opacity: 0;
}

.circle2:hover:after {
    width: 16px;
    height: 16px;
    left: 120px;
    bottom: 120px;
    transform: rotateX(-360deg);
    opacity: 0;
}

.circle2 {
    position: relative;
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    transition: 1.5s;
}

.circle2:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.circle2:after {
    content: '';
    position: absolute;
    z-index: -5;
    left: -2px;
    bottom: -2px;
    width: 80px;
    height: 80px;
    transition: 1.5s;
    background-image: linear-gradient(to top, #e7712b, #e7712b);
}

.circle2:before {
    content: '';
    position: absolute;
    z-index: -4;
    left: -2px;
    bottom: -2px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    transition: 1.5s;
}

.circle3 {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to top, #e7712b, #e7712b);
}

.circle4 {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.square {
    border-top: 18px solid #9736e6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(45deg);
    margin: 6px 6px 0 0;

}

.ourGoal {
    display: flex;
    flex-direction: column;
    color: #3e3e3e;
}

.goal {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.goal span {
    color: #0a60a3;
}

.infoGoal {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.inf div {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    color: #042759;
}

/*Блок с описанием продукции*/

/*.ourProductBg{*/
    /*background: url(../bg.png) ;*/
/*}*/
/*.blockReviews{*/
    /*background: url(../bg.png) ;*/
/*}*/
.ourProducts {
    color: #3e3e3e;
    display: flex;
    justify-content: space-around;
    width: 1180px;
    margin: 0 auto;
}

.products {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 50px;
    margin-right: 40px;
}

.ourProducts .winStyle,
.ourProducts .grayText {
    font-size: 1.5rem;
}

.borderImage {
    margin-right: 30px;
}

.borderImage:hover {
    cursor: pointer;
}

.allBorder {
    display: flex;
    justify-content: space-between;
}

.image {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 394px;
    border: 2px solid #042759;
}

.image img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.image img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.payment {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    font-weight: bold;
    color: #042759;
    background-color: rgba(255, 255, 255, .7);
    pointer-events: none;
}

.paymentText {
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: 10px;
    text-align: center;
    pointer-events: none;
    text-shadow: 0 0 10px black;
}

.cost {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 25px 30px 30px 0;
}

.cost input {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    border-color: #252525;
    margin-bottom: 30px;
    margin-right: 30px;
    outline:none;
}

.cost input::placeholder {
    color: #000;
}

.inputText p {
    line-height: 24px;
    margin-top:5px;
}

/*Оформляю слайдер*/
.partner{
    max-width: 820px;
   height: 200px;
    overflow: hidden;
    display: flex;
}.partner:hover{
     cursor: pointer;
}
.partner .sl{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 15px;
    background-color: #2f6bcc;
    opacity: .3;
    transform: rotate(45deg);
}.slick-dots li.slick-active{
    opacity: 1;
}



 /*Блок с отзывами в виде слайдера*/

.allReviews{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;

}
.reviews{
    display: flex;
    -webkit-box-shadow: 0 0 5px 4px;
    -moz-box-shadow: 0 0 5px 4px ;
    box-shadow: 0 0 5px 0  gray;
    background-color: white;
    margin: 5px;
    transition: 1s;
}
.reviews1{
    display: flex;
    -webkit-box-shadow: 0 0 5px 4px;
    -moz-box-shadow: 0 0 5px 4px ;
    box-shadow: 0 0 5px 0  gray;
    background-color: white;
    margin: 5px;
    height: 93px;
    overflow: hidden;
    transition: 0.6s;
}.reviews1:hover{
     height: 420px;
    cursor: pointer;
}.reviews1:hover .clientReviews1>img{
      margin-top: 40px;
      width: 100px !important;
}.reviews1:hover .textReviews1{
       padding-top: 40px;
       padding-bottom: 40px;
}
/*.slick-arrow{*/
    /*background-color: #04295F;*/
    /*height: 100%;*/
    /*width: 55px;*/
    /*overflow: hidden;*/
/*}*/
 /*.your-class-arrow .slick-arrow{*/
    /*background-color: #04295F;*/
    /*height: 100%;*/
    /*width: 155px;*/
    /*overflow: hidden;*/
/*}*/
.your-class-arrow{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}.your-class-arrow button{
    display: flex;
    justify-content: space-between;
    width: 25px;
    height: 40px;
    background-color: #04295F;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
     padding: 0 9px;
     margin: 10px;
    border-radius: 0;
}
 .nextSlide:hover,
 .previousSlide:hover{
     cursor: pointer;
     letter-spacing: 2px;
     /*border: 1px solid #04295F ;*/
 }

 .nextSlide,
 .previousSlide{
     display: flex;
     align-items: center;
     margin-top: 10px;
     color: #04295F;
     transition: 0.5s;
 }
.clientReviews{
    width: 255px;
    display: flex;
    flex-direction: column;
   align-items: center;
}
.clientReviews img{
    width: 100px !important;
    margin-top: 40px;
    transition: .6s;
}
.clientReviews1{
    width: 255px;
    display: flex;
    flex-direction: column;
   align-items: center;
}
.clientReviews1 img{
    width: 50px !important;
    margin-top: 10px;
    transition: .6s;
}
.imgTextReviews{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.textReviews{
    position: relative;
    max-width: 930px;
    border-left: 1px solid #a1a1a1;
    padding-left: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: .6s;
}
.textReviews1{
    position: relative;
    max-width: 930px;
    border-left: 1px solid #a1a1a1;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .6s;
}
.textReviewsUser,
.imgTextReviews{
    padding-right: 80px;
}
.textReviews:before{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border: 15px solid transparent;
    border-left: 15px solid #04295F;
    border-top: 15px solid #04295F;
}
.textReviews1:before{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border: 15px solid transparent;
    border-left: 15px solid #04295F;
    border-top: 15px solid #04295F;
}
.textReviews:after{
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    border: 15px solid transparent;
    border-top:15px solid #04295F;
    border-right: 15px solid #04295F;
}
.textReviews1:after{
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    border: 15px solid transparent;
    border-top:15px solid #04295F;
    border-right: 15px solid #04295F;
}
.photoReviews img{
    max-width: 240px;
}
.textReviews p{

}
.photoReviews div{
    background-color: #04295F;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    max-width: 125px;
    text-align: center;
    color: #FFFFFF;
}
.allTextReviews{
    margin: 30px 0;
    font-size: 1.5rem;
}
.allTextReviews span{
    color: #04295F;
}


/*Блок с контактами*/

.allReviews {
    margin-bottom: 20px;
}

.ollContacts {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}

.allContactText {
    padding-bottom: 40px;
    font-size: 1.5rem;
    color: #04295F;
    margin-left: 50px;
    font-weight: bold;
}

.allMap {
    display: flex;
}

.map {
    width: 430px;
    height:370px;
    position: relative;
}

.allMap1 {
    display: flex;
    flex-direction: column;
}

.map1 {
    width: 100%;

    position: relative;
    order: 1;
    display: flex;
    justify-content: space-around;
    margin-bottom: 90px;
}

.map img {
    max-width: 440px;
    position: absolute;
    top: -15px;
    left: -5px;
    pointer-events: none;
}
.map1 img {
    max-width: 440px;
    position: absolute;
    top: -15px;
    left: -5px;
    pointer-events: none;
}
.contact {
    display: flex;
    justify-content: center;
    margin-left: 85px;
    padding: 20px;
    color: #000;
    transition: 1s;
}
.contact1 {
    display: flex;
    justify-content: center;
    margin-left: 0;
    padding: 20px;
    color: #000;
    transition: 1s;
}
.contact1 .tel1 {
    height: 100%;
}.contact1 .works1 {
     height: 100%;
}
.adress {
    margin-left: 105px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1rem;
}
.adress1 {
    margin-left: 40px;
    height: 100%    ;
    display: flex;
    justify-content: space-around;
    font-size: 1.1rem;
}
.miniAdress{
    margin-right: 40px;
}
.miniMaps,
.miniMaps1{
    position: relative;
    width: 405px;
    height: 355px;

}
.miniMaps1{
    position: relative;
    width: 405px;
}
.brest,
.vitebsk{
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    color: #0a60a3;
}
.tel {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.tel1 {
    height: 320px;
    display: flex;
    justify-content: space-around;
}

.telCont{
    margin-right: 40px;
}
.tel .contactVitebsk{
    margin-bottom: 20px;
}

.margin {
    /*margin-bottom: 20px;*/
    transition: 1s;
    font-weight: bold;
    font-size: 1.1rem;
}
.margin1 {
    margin-top: 20px;
    transition: 1s;
    font-weight: bold;
    font-size: 1.1rem;
}

.contactText .social {
    margin-top: 10px;
}

.contactText .social .vk,
.contactText .social .ok,
.contactText .social .insta {
    background-image: linear-gradient(to top, #e7712b, #e7712b);
    transition: 1s;
}

.contactText .social .vk:hover,
.contactText .social .ok:hover,
.contactText .social .insta:hover {
    background-image: linear-gradient(to top, #e7712b, #e7712b);
}

.footer {
   /* height: 45px;
   */
   height: 100%;
    width: 100%;
    background-color: #04295F;
    border-top: 6px solid black;
}

.textFooter {
    height: 100%;
    color: white;
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.backgroundParallax{
    min-height: 100%;
}
.aboutCompanyText{
    line-height: 18px;
    margin-top: 30px;
}
.target{
    margin: 30px 0;
    font-weight: bold;
    font-size: 1.1rem;
}
.ourPeople{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
}
.ourPeopleImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ourPeopleImgBlock{
    margin: 10px;
    width: 170px;
}
.imText{
    text-align: center;
}
.imText span{
    font-weight: bold;
}
.blockAbout{
    padding: 0;
}

/*Страница со стилями блока с АКЦИЯМИ*/

.allDistrict{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.range{
    display: flex;
    width: 100%;
}
.rangeText{
    margin-bottom: 40px;
    width: 100%;
}
.ourRange{
    width: 315px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.ourRange1{
    width: 115px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.ourRange2{
    width: 160px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.district{
    font-size: 1.1rem;
    padding-top: 90px;
    margin-bottom: 40px;
    margin-left: 15px;
    width: 100%;
}
.district a{
    transition: .6s;
}
.district a:hover{
    text-decoration: none;
    border-bottom: 1px solid #04295F;
    padding-bottom:4px;
}
.district span{
    color: #04295F;
}
.blueLine{
    width: 100%;
    height:1px;
    margin-top: 25px;
    border: 1px solid #04295F;
}
.inputText{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sharesBlock{
    display: flex;
    margin-bottom: 40px;
    margin-right: 27px;

}
.allSharesBlock{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.allSharesBlock:hover{
    cursor: pointer;
}

.sharesInfoText{
    background-color: #FFFFFF;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    color: #04295F;
    text-align: center;
    font-size: 1.4rem;
}
.sharesLineBlue{
    position: absolute;
    height: 403px;
    border-left: 6px solid #04295F;
}
.sharesInfo{
    width: 350px;
    height: 403px;
    margin-left: 15px;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.3);
    overflow: hidden;
}
.sharesInfo a{
    text-decoration: none;
}
.sharesInfoImg img{
    width: 350px;
    height: 350px;
    transition: 0.8s;
}
.sharesInfoImg{
    position: relative;
}
.sharesInfoText{
    line-height: 22px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sharesInfoImgText{
    position: absolute;
    z-index: 555;
    top: 0;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    opacity: 0;
    font-size: 1.1rem;
    line-height: 20px;
}
.a{
    margin-top: 20px;
    padding: 10px;
    border: 4px solid rgba(255,255,255,.5);
    border-radius: 5px;
}.a:hover{
     background: linear-gradient(90deg, rgba(198,000,246,.1), rgba(21,000,198,.4));
}
.slider2{
    width: 100%;
}

/*СТИЛИ на странице ИНТЕРЕСНОЕ*/

.miniInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titleMiniInfo{
    font-size: 1.5rem;
    font-weight: bold;
}
.titleMiniInfo span{
    color: #04295F;
}
.miniInfoText{
    padding: 10px 30px;

}
.miniInfoText span{
    color: #04295F;
}
.blueLineMiniInfo{
    width: 1px;
    height: 70px;
    border: 4px solid #04295F;
    transform: skew(30deg);
}
.lineBlueCont{
    display: flex;
    max-width: 770px;
    text-align: center;
    justify-content: center;
}
.allConstruction{
    display: flex;
    flex-direction: column;
}
.construction{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.construction span{
    color: #04295F;
}
.Window3{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.winForm{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 40px;
    width: 240px;
    height: 55px;
    background: linear-gradient(to top, rgba(255,255,255,.8), rgba(3,109,250,.8));
}
.winForm2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    height: 55px;
    background: linear-gradient(to top, rgba(255,255,255,.8), rgba(3,109,250,.8));
}
.allTableBlock{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 18px;
}
.allTableBlock{
    display: flex;
    flex-direction: column;
}
.allPunkt{
    display: flex;
    justify-content: space-between;
}
.ounkt1{
    color: #FFFFFF;
    background-color: #04295F;
    width: 33%;
    padding: 10px;
    margin-top: 30px;
}
.winPunct1{
    border: 1px solid black;
    width: 34%;
    text-align: center;
}
.winPunct1 .imgWidthPunct{
    border-bottom: 1px solid black;
    width: 100%;
    justify-content: center;
}
.winWidth{
    width: 50%;
}
.winPunct1 .imgDisplay{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.winWidth2{
    width: 100%;
}
.winPunct1 .imgWidthPunct img{
    height: 200px;
    margin: 20px 0 20px 95px;
}
.winPunct2 .imgWidthPunct img{
    height: 200px;
    margin-left: 0;
}
.textWinPunkt span{
    color: #04295F;
}
.textWinPunkt{
    display: flex;
    flex-direction: column;
}
.allTableBlock1 .winPunct1 .imgWidthPunct img {
    height: 200px;
    margin: 20px 0 20px 0;
}
.infoWinPunkt{
    margin-top: -1px;
    border: 1px solid black;
    text-align: center;
    display: flex;
    height: 90px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.infoWinPunkt span{
    color: #04295F;
}
.contentPunkt2{
    width: 100%;
    display: flex;
}
.textWinPunkt2{
    border: 1px solid black;
    width: 34%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.winPunct3 {
    border: 1px solid black;
    width: 34%;
    text-align: center;
}
.winPunct3 .imgWidthPunct img{
    margin: 20px 0;
}
.winPunct3 .imgWidthPunct{
    border-bottom: 1px solid black;
    width: 100%;
    justify-content: center;
}
.winPunct3 .textWinPunkt{
    height: 50px;
    align-items: center;
    justify-content: center;
}

.winPunct4 {
    border: 1px solid #c2b8b8;
    
    text-align: center;
}
.winPunct4 .imgWidthPunct img{
    margin: 20px 0;
}
.winPunct4 .imgWidthPunct{
    border-bottom: 1px solid #c2b8b8;
    width: 100%;
    justify-content: center;
}
.winPunct4 .textWinPunkt{
    height: 50px;
    align-items: center;
    justify-content: center;
}

.allDistrict {
    max-width: 1200px !important;
}
.coating,
.design{
    margin: 20px 0;
    font-size: 1.1rem;
}
.maybe{
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
}
.one,
.too{
    display: flex;
}
.coating{
    font-weight: bold;
    font-size: 1.2rem;
}
.list ul  {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list ul li {
    padding: 4px 0;
}
.list ul li:first-child {
    color: #04295F;
    font-weight: bold;
}
.use ul {
    list-style: none;
}
.use ul li {
    padding: 10px;

}
.use ul li:first-child {
    font-weight: bold;
}
.use{
    font-size: 1.1rem;
    margin-top: 40px;
}
.listText{
    font-weight: bold;
    padding-top: 15px;
}
.colorGamma{
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 40px;
}
.colorGamma div{
    display: flex;
    justify-content: center;
}
.energyWin{
    font-weight: bold;
    font-size: 1.3rem;
    color: #04295F;
    text-transform: uppercase;
    margin-top: 40px;
}.energyWin div{
     display: flex;
     justify-content: center;
 }
.advantages,
.argone{
    margin-top: 40px;
    font-size: 1.1rem;
}
.advantages ul,
.argone ul{
    list-style: none;
}
.advantages ul li:first-child,
.argone ul li:first-child{
    font-weight: bold;
    font-size: 1.3rem;
}
.furniture ol li{
    list-style: none;
}
.furniture ol li:first-child{
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.last{
    margin-top: 80px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
.last1{
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    max-width: 340px;
    margin: 80px auto 20px auto;
}
.coll{
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    /*margin-bottom: 100px;*/
}









/*страничка  НАШ АССОРТИМЕНТ*/






.allDistrict{
    max-width: 1200px;
    margin: 0 auto;
}

.range{
    display: flex;
    width: 100%;
}
.rangeText{
    margin-bottom: 40px;
    width: 100%;
}
.ourRange{
    width: 315px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.ourRange4{
    white-space: nowrap;
    width: 390px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.district{
    font-size: 1.1rem;
    padding-top: 90px;
    margin-bottom: 40px;
    width: 100%;
}
.district a{
    transition: .6s;
}
.district a:hover{
    text-decoration: none;
    border-bottom: 1px solid #04295F;
    padding-bottom:4px;
}
.district span{
    color: #04295F;
}
.blueLine{
    width: 100%;
    height:1px;
    margin-top: 25px;
    border: 1px solid #04295F;
}
.contentBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.contentBlockText{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 66;
}
.styleRange{
    position: relative;
    width: 48%;
    height: 270px;
    margin: 10px;
}
.styleRange:before{
    content: '';
    position: absolute;
    left: 10%;
    bottom: 80px;
    width: 80%;
    height: 21px;
    box-shadow: 0 82px 65px 1px  rgba(0,0,0,1);
}
.styleRange img{
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.styleRange img:hover{
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.styleRange a div{
    position: absolute;
    z-index: 155;
    top: 200px;
    left: 30px;
    color: #FFFFFF;
    font-size: 1.8rem;
    pointer-events: none;
    line-height: 30px;
}
.inputText{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.allDistrict{
    max-width: 1180px;
    margin: 0 auto;
}
.range{
    display: flex;
    width: 100%;
}
.rangeText{
    margin-bottom: 40px;
    width: 100%;
}
.ourRange{
    width: 315px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.ourRange3{
    text-transform: uppercase;
    white-space: nowrap;
    width: 415px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.district{
    font-size: 1.1rem;
    padding-top: 90px;
    margin-bottom: 40px;
    margin-left: 20px;
    width: 100%;
}
.district a{
    transition: .6s;
    color: #04295F
    text-decoration:none;
}
.district a:visited{
    text-decoration:none;
    color: #04295F;
}
.district a:hover{
    text-decoration: none;
    color: #04295F;
    border-bottom: 1px solid #04295F;
    padding-bottom:4px;
}
.district span{
    color: #04295F;
}
.range,
.rangeText{
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.blueLine{
    width: 100%;
    height:1px;
    margin-top: 25px;
    border: 1px solid #04295F;
}
.doorBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.inputText{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.doorBlock{
    display: flex;
    justify-content: space-around;
}
.doorNew{
    display: flex;
    flex-direction: column;
    max-width: 270px;
    margin-bottom: 40px;
}
.catalogTypeButton{
    order: -1;
    margin-bottom: 1px;

}
.onlyDoor:before{
    position: absolute;
    bottom: -280px;
    left: -635px;
    content: '';
    width: 700px;
    height: 500px;
    background-color: RGBa(21,120,198,.7);
    transform: rotate(45deg);
    transition: 0.7s;
}
.onlyDoor:hover:before{
    left: -215px;
    bottom:-50px;
}
.onlyDoor:hover .textOnlyDoor {
    opacity: 1;
    transition: 0.5s 0.3s;
}
.textOnlyDoor{
    position: absolute;
    top: 0;
    color: #ffffff;
    opacity: 0;
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.textOnlyDoor1{
    margin: 0;
}
.lineLine{
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #04295F;
}
.textOnlyDoor p{
    margin: 3px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.textOnlyDoor span{
    font-weight: bold;
}
.onlyDoor:hover .textOnlyDoor2 {
    opacity: 1;
    transition: 0.5s 0.3s;
}
.textOnlyDoor2{
    position: absolute;
    top: 0;
    color: #ffffff;
    opacity: 0;
    margin-top: 50%;
    margin-left: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.textOnlyDoor2 p{
    margin: 3px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.textOnlyDoor2 span{
    font-weight: bold;
}
.doorNew img{
    width: 195px;
    height: 405px;
}
.catalogType .lin{
    height: 100%;
}
.onlyDoor{
    position: relative;
    border: 2px solid #0e65a9;
    overflow: hidden;
	cursor: pointer;
}
.onlyDoor img{
    margin: 5px 35px;
}
.doorText{
    width: 100%;
    height: 60px;
    margin-top: 1px;
    background-color: #0e65a9;
    border: 2px solid #0e65a9;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}
.typeDoor{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
}

/*Страница с балконами !*/

.ourRange{
    text-transform: uppercase;
}
.ourRange {
    white-space: nowrap;
}

.district{
    width: 100%;
    margin: 0;
}
.range{
    margin: 20px  0;
}

.typeDoor{
    text-transform: uppercase;
    text-align: center;
}
.rangeText{
    width: 100%;
    margin: 0;
}
.allBalcony{
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.balconyImage img{
    margin-right: 30px;
}
.balconyText div{
    margin-bottom: 15px;
}
.balconyText div span img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.cool{
    font-size: 1.5rem;
}
.cool span{
    color: #04295F;
}
.hot {
    font-size: 1.5rem;
}
.hot span{
    color: #f57cfd;
}
.blueBox{
    background-color: #04295F;
    height: 185px;
    margin: 10px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.blueBox:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 525px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -245px;
    transform: skewX(55deg);
    transition: 1s;
    cursor: pointer;
}
.blueBox:hover:before{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 325px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: 385px;
    transform: skewX(55deg);
    cursor: pointer;
}
.blueBox img{
    width: 40px;
    transform: skew(25deg);
}
.blueBox p{
    transform: skew(25deg);
    text-transform: uppercase;
}
.sliderBalcony{
    width: 100%;
    padding: 2px 0;
    border-top: 2px solid #04295F;
    border-bottom: 2px solid #04295F;
    transform: skew(-25deg);

}
 .sliderBalcony .slick-arrow:after{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 75px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: -420px;
    transform: skewX(55deg);
    transition: 1s;
}
.sliderBalcony  .slick-arrow:hover:after{
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 75px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(55deg);
}
.sliderBalcony .slick-arrow:hover{
    background-color: #04295F;
    cursor: pointer;
}
.sliderBalcony .slick-arrow:focus{
    background-color: #04295F;
    cursor: pointer;
}
.sliderBalcony .your-class{
    height: 100%;
}
.sliderBalcony .slick-prev.slick-arrow:before {
    content: '<';
}
.sliderBalcony .slick-next.slick-arrow:before {
    content: '>';
}
.sliderBalcony .slick-prev {
    left: 0;
    z-index: 55;
}
.sliderBalcony .slick-next {
    right: -0;
}

/*Страница РАССРОЧКА  в акциях*/

.installmentInfo{
    margin: 40px 0;
}
.installmentBlock{
    border: 1px solid #04295F;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.installmentText{
    padding: 0 30px;
}
.rangeText{
    margin-bottom: 30px;
}
.rangeText span{
    color: #04295F;
}
.rangeText1{
    margin-bottom: 10px;
}

.blueLine1{
    width: 100%;
    margin: 20px 0;
}





/*Страничка с карточками дверей*/


.productDoor{
    display: flex;
    text-transform: uppercase;
}
.productDoor img{
    margin-right: 40px;
}
.productDoor p span{
    font-weight: bold;
}
.city{
    text-transform: none;
}


/*Услуги  ----------------- */

.serviceBlockImg{
    position: relative;
    border: 1px solid black;
    padding: 10px;
    width: 270px;
    height: 180px;
    margin-right: 15px;
}
.serviceBlockImg1 img{
    width: 95%;
}
.serviceBlockImg1{
    margin-bottom: 15px;
}
.serviceInfoBlock{
    display: flex;
    font-size: 1rem;
    line-height: 18px;
    margin-top: 20px;
}
.titleMiniInfo1{
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    width: 100%;
    margin-bottom: 40px;
}
.miniInfoText{
    font-weight: bold;
    font-size: 1.1rem;
}
.miniInfoText span{
    font-weight: bold;
}
.rangeText{
    margin-top: 20px;
}
.serviceBlockText span{
    color: #04295F;
    text-transform: uppercase;
    font-weight: bold;
}
.attention{
    position: absolute;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    left: 5px;
    bottom: 105px;
    transform: rotate(-40deg);
}
.imgBefore:before{
    content: '';
    position: absolute;
    left: -25px;
    top: -120px;
    width: 130px;
    height: 285px;
    background-color: rgba(3,109,250,.5);
    transform: rotate(50deg);
}
.oHidden{
    overflow: hidden;
}
.bottomText{
    margin: 40px 0;
    width: 100%;
    text-align: center;
}
.bottomText span{
    font-size: 1.5rem;
    font-weight: bold;
}
.bT1{
    color: #04295F;
}

/*Страница Двери*/
.doorWrapper, .doorWrapper__imgBl {
	display: table;
	width: 100%;
}
.doorWrapper { margin-top: 33px; }
.doorWrapper .td, .doorWrapper__imgBl .left, .doorWrapper__imgBl .right {
	display: table-cell;
	vertical-align: top;
}
.doorWrapper .td:first-child { width: 620px; }
.doorWrapper__imgBl .left {
	width: 360px;
	height: 620px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.doorWrapper__imgBl .left img { margin-top: 46px; }
#doorThumbsBl ul li {
	cursor: pointer;
}

#doorThumbsBl { height: 1%; overflow: hidden; padding: 0; width: 195px; }
#doorThumbsBl .viewport { width: 195px; height: 495px; overflow: hidden; position: relative; }
#doorThumbsBl .buttons {
    display: block;
    width: 58px;
    height: 26px;
    position: relative;
    text-decoration: none;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/doorArrows.png) no-repeat 0 0;
}
#doorThumbsBl .next { margin-bottom: 20px; }
#doorThumbsBl .prev { background-position: 0 -34px; margin-top: 20px; }
#doorThumbsBl .disable { visibility: hidden; }
#doorThumbsBl .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 195px; left: 0; top: 0; }
#doorThumbsBl .overview li { float: left; margin: 0 0 10px; padding: 5px; height: 158px; border: 1px solid #dcdcdc; width: 195px; text-align: center; }
#doorThumbsBl .overview li img {
	max-width: 195px;
	max-height: 146px;
	width: auto;
	height: auto;
}
.doorWrapper .td:nth-child(2) {
	padding-top: 35px;
	font-family: "Times New Roman", sans-serif;
}
.doorWrapper .td:nth-child(2) ul {
	list-style: none;
	padding-left: 0;
}
.doorWrapper .td:nth-child(2) ul li {
	display: block;
	padding-left: 65px;
	line-height: 36px;
	font-size: 24px;
	margin-bottom: 22px;
	background: url(../images/doorGalka.png) no-repeat 0 0;
}
.afterParamsText {
	color: #04295F;
	font-size: 30px;
	margin-top: 33px;
}
.doorForm {
	font-family: "Times New Roman", sans-serif;
	margin: 87px auto 20px;
}
.doorForm__text, .doorForm__text2 {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
}
.doorForm__form {
	display: table;
	width: 100%;
	max-width: 820px;
	margin: 45px auto 50px;
}
.doorForm__form .td {
	display: table-cell;
	vertical-align: top;
}
.doorForm__form .td input[type="text"] {
	width: 300px;
	height: 50px;
	border-radius: 5px;
	padding-left: 15px;
	border-color: #252525;
	margin-right: 30px;
}
.doorForm__form .td input[type="submit"] {
	text-decoration: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 2px solid #04295F;
    border-radius: 8px;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    transition: .2s ease-in-out;
}
.doorForm__form .td input[type="submit"]:before {
	content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 55px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(45deg);
}
.doorForm__form .td input[type="submit"]:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.doorForm__form .td input[type="submit"]:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}

/*Страничка это интересно*/

.oneStepInfo{
    margin-top: 15px;
}
.newInterestingContent{
    display: flex;
    font-size: 1.1rem;
}
.newInterestingContentText span{
    padding: 10px 0;
    color: #04295F;
    font-size: 1.6rem;
    font-weight: bold;
}
.newInterestingContentImg{
    min-width: 580px;
    height: 380px;
    position: relative;
    margin: 15px;
}
.newInterestingContentImg img{
    width: 100%;
    height: 100%;

}
.newInterestingContentImg p{
    position: absolute;
    color: #ffffff;
    font-size: 2.5rem;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: RGBa(0,174,239,0.7);
}
.maxBottomBlueLine{
    border-bottom: 2px solid #04295F;
    width: 100%;
    margin-top: 15px;
}
.newOrder{
    order: 1;
    margin: 15px;
}
.subscribeText{
    font-size: 1.5rem;
    font-weight: bold;
}
.subscribeText span{
    color: #04295F;
}
.inputCost1{
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.inputCost1 input{
    margin-bottom: 0;
    outline: none;
}
.subscribeForm{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
.subscribeForm i{
    color: #959595;
}
.grayLineForm{
    border-bottom: 2px solid #959595;
    width: 100%;
    margin-top: 15px;
}
#develop{
    color:white;
    text-decoration:none;
}
#develop:hover{
    color:#eee;
    text-decoration:none;
}
.today div{
    display:flex;
    align-items:center;
}
#specialist{
    display:flex;
    align-items:center;
}

.mosquito__img__block{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.mosquito__img{
    display: flex;
    justify-content: space-around;
    margin: 0 15px;
    text-align: center;
}
.mosquito__img span{
    color: #04295F;
    font-weight: bold;
}
.mosquito__setup{
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #04295F;
}
.instruction{
    max-width:400px;
    width: 100%;
}
.mosquito__material{
    margin-top: 60px;
    display: flex;
}
.mosquito__material img{
    max-width:600px;
    width: 100%;
}
.mosquito__material__text span{
    font-weight: bold;
}
.fastening__type{
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}
.fastening__img{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.in__fastening,
.out__fastening{
    margin: 15px;
}
.in__fastening img,
.out__fastening img{
    max-width:300px;
    width: 100%;
}
.in__fastening{
    margin-top: 15px;
}
@media (max-width: 1200px) {
    .mosquito__material{
        flex-direction: column;
        align-items: center;
    }
    .mosquito__img__block,
    .mosquito__img{
        flex-wrap: wrap;
    }
}

/*= Отзывы
-----------------------------------------------------------------------------*/
.allReviews__title {
	font: 600 40px/45px roboto;
	text-align: center;
	margin: 20px 0 60px;
}
.allReviews__title .site { color: #04295F; }
.allReviews__title .rating {
	background: #ffeb3b;
	padding: 0 5px;
}
.formaT {
	display: table;
	width: 100%;
	color: #554f4f;
	margin-top: 15px;
}
.formaT .tr { display: table-row; }
.formaT .tr .td {
	display: table-cell;
	vertical-align: top;
}
.formaT .tr .td:nth-child(1) { width: 200px; padding-right: 10px; }
.formaT input[type="text"], .formaT input[type="email"], .formaT textarea {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 0 15px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
}
.formaT textarea { height: 120px; }
.formaT .label {
	width: 245px;
	margin-bottom: 20px;
	font-size: 18px;
}
.formaT input[type="file"] { font-size: 15px; }
.formaT .podpis {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}
.formaT .goOtz {
	cursor: pointer;
	border: 2px solid #04295F;
	text-transform: uppercase;
	padding: 12px 30px;
	border-radius: 10px;
	color: #04295F;
	background: #fff;
	font-size: 19px;
}
.formaT .goOtz, .formaT .goOtz:focus, .formaT .goOtz:active { outline: none; }
.modalInput2 .title {
	text-align: center;
	text-transform: uppercase;
	color: #554f4f;
	font-size: 24px;
}
.modalInput2 p, .modalInput3 p {
	text-align: center;
	color: #554f4f;
	font-size: 14px;
}
.file-upload input[type="file"]{ display: none; }
.file-upload {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50px;
	background: #eeeeee;
	border-radius: 5px;
	color: #554f4f;
	text-align: center;
	border: 1px solid #e2e2e2;
}
.file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.file-upload span { line-height: 50px; }
.otzItem .td:nth-child(2) .text > p > img { max-width: 100%; }

.allReviews .pagination { text-align: center; }
.allReviews .pagination ul {
	list-style: none;
	padding: 0;
}
.allReviews .pagination ul li { display: inline-block; }
.allReviews .pagination ul li a {
	display: inline-block;
	margin: 0 10px;
	color: #000;
}
.allReviews .pagination ul li.active a {
	text-decoration: none;
	color: gray;
	cursor: default;
}
/*.listOtzHtml .fancybox-wrap { top: 60px !important; }
.fancybox-overlay { background: #000000b8 !important; }*/


/*= Рейтинг
---------------------------------------------------------------------------------*/
#full-stars-example-two .rating-group { display: inline-flex; }
#full-stars-example-two .rating__icon { pointer-events: none; }
#full-stars-example-two .rating__input {
	position: absolute !important;
	left: -9999px !important;
}
#full-stars-example-two .rating__input--none { display: none }
#full-stars-example-two .rating__label {
	cursor: pointer;
	padding: 0 0.1em;
	font-size: 1rem;
}
#full-stars-example-two .rating__icon--star { color: orange; }
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star { color: #ddd; }
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star { color: orange; }
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star { color: #ddd; }


.views{
    padding-top: 100px;
}
.allDistrictCalc{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.formAll{
    background-color: RGBa(21,120,198,.7);
    border-radius: 10px;

}
.input1 {
    display: flex;
    /*background-color: RGBa(21,120,198,.4);*/
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0;
    justify-content: space-between;
    /*border: 2px solid white;*/
    /*border-radius: 5px;*/
    padding: 10px;
    /*margin-top: 10px;*/
}
.size{
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.size input{
    width: 80px;
    margin: 0 20px;
}
.input1 input{
    font-weight: 300;
    color: white;
    height: 50px;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.3);
}
.service{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service input{
    margin-right: 20px;
    width: 20px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.service label{
    margin-bottom: 0;
    color: #fff;
}
.service input:hover,
.service label:hover{
    cursor: pointer;
}
.input1 input::placeholder {
    color: #FFFFFF;
}

.modalInput2  input.er-form::-webkit-input-placeholder { color: red; }
.modalInput2  input.er-form:-moz-placeholder { color: red; }
.modalInput2  input.er-form::-moz-placeholder { color: red; }
.modalInput2  input.er-form:-ms-input-placeholder { color: red; }

.modalInput2  input:focus::-webkit-input-placeholder { color:transparent; }
.modalInput2  input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.modalInput2  input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.modalInput2  input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: linear-gradient(to left, rgba(21,120,198,1), RGBa(255,255,255,1) );
    border-radius: 25px;
    border: 1px solid #000101;

}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #AACEF1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}
.lastForm input{
    width: 30%;
}
input[type=submit], .tabVacancy input[type=button] {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    /*overflow: hidden;*/
    border: 2px solid #04295F;
    background: #fff;
    border-radius: 8px;
    color: #04295F;
    transition: .2s ease-in-out;
}
input[type=submit]:hover, .tabVacancy input[type=button]:hover {
    background: #04295F;
    color: #fff;
    text-decoration: none;
}
.profile_select{
    background-color: #5BA0D7;
    border: none;
    color: #fff;
}
#ver-min{
    margin-bottom: -1.5rem;
}
.costWindow{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
}
.costWindow p{
    margin-bottom: 0;
}
.costWindow .price {
    padding: 2px 15px;
    width: 200px;
    background-color: #fff;
    border: 2px solid #04295F;
    color: #000;
    border-radius: 5px;
    margin-left: 15px;
}
.blackModal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: -120%;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    transition: .5s;
}
.blackModal.active{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.5);
}
.modalInput, .modalInput2, .modalInput3 {
    position: fixed;
    left: 50%;
    right: 50%;
    margin-left: -350px;
    top: -250%;
    z-index: 10001;
    max-width: 700px;
    width: 100%;
    transition: .5s;
    background: rgba(24, 142, 234, 1);
    border-color: rgb(14, 91, 115);
}
.modalInput2, .modalInput3 { background: #fff; }
.modalInput3 { border-radius: 5px; padding: 20px; }
.modalInput3 p { padding: 5px 0; margin: 7px; }
.modalInput3 p.modalInput3__title { font-size: 24px; }
.modalInput.active, .modalInput2.active, .modalInput3.active {
    position: fixed;
    left: 50%;
    right: 50%;
    margin-left: -350px;
    top: 30%;
    transition: .5s;
}
.modalInput2.active { top: -20px; }
.modalInput input, .modalInput2 input { outline:none; }
.modalInput2 .close, .modalInput3 .close {
	display: block;
	width: 37px;
	height: 37px;
	background: url(../images/closeForm.png) no-repeat 0 0;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.listOtz {
	background: #fff;
	padding: 20px 50px 70px;
}
.otzItem, .otvetT {
	display: table;
	width: 100%;
}
.otzItem {
	border-top: 1px solid #848484;
	padding: 40px 20px 0;
	margin-bottom: 20px;
	text-align: left;
}
.otvetT { margin-top: 30px; }
.otzItem .td, .otvetT .otvetT__td {
	display: table-cell;
	vertical-align: top;
}
.otzItem .td:first-child .rating { margin-top: 5px; margin-bottom: 10px; }
.otzItem .td:first-child { width: 180px; padding-right: 20px; }
.otzItem .td:first-child img { max-width: 180px; }
.otzItem .date {
	padding-top: 30px;
	color: #7d7979;
}
.otvetT .otvetT__td:first-child { padding-left: 20px; padding-right: 20px; width: 123px; }
.otvetT .otvetT__td:first-child img { margin-top: 30px; }
.otvetT .otvetT__td .nameProf {
	color: #14408d;
	font-weight: bold;
	margin-right: 10px;
}
.otvetT .otvetT__td .date2 {
	font-size: 11px;
	color: #b1acac;
}
.otvetT .otvetT__td .textOtvet {
	padding: 1px 20px;
	border-radius: 10px;
	background: #e7f4fe;
	margin-top: 10px;
}


.aboutCompanyText{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}
.aboutCompanyText h3{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
.about__company__block{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.block__company{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 35px;
    width: 25%;
    text-align: center;
}


/*=Слайдер
--------------------------------------------------------------------*/
.premainSliderBox {
	margin-top: 35px;
	position: relative;
	/*
	background: url(../images/form/Fin_1942x1457_cait.jpg) no-repeat 0 0 / cover;
	*/
	padding-bottom: 10px;
}
.premainSliderBox .bx-wrapper { border: none; }

.mainSliderBox {
	display: none;
	margin: 35px auto 0;
	max-width: 1150px;
	min-height: 400px;
	cursor: pointer;
}
.mainSliderBox .slideItem {
	text-decoration: none;
	display: block;
	position: relative;
	/*width: auto !important;*/
	max-width: 1150px;
	min-height: 400px;
}
.mainSliderBox .slideItem__box {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	min-height: 400px;
	text-align: right;
}
.mainSliderBox .slideItem__box_text {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin-top: 30px;
}
.mainSliderBox form {
	position: absolute;
	bottom: 20px;
	right: 37%;
}
.mainSliderBox .slideItem__box_rassrochka {
	position: absolute;
	bottom: 20px;
	right: 20%;
	width: 145px;
}
.mainSliderBox .slideItem__box_rassrochka img { max-width: 100%; }
.mainSliderBox .input {
	width: 190px;
	height: 180px;
	padding: 10px;
	margin-top: 0;
	cursor: default;
	background-color: #5b83a3;
	z-index: 2;
}
.mainSliderBox .textInput {
	font-size: 12px;
}
.mainSliderBox .input input {
	font-size: 12px;
	height: 25px;
	border-radius: 3px;
	padding: 0 10px;
	background-color: #cedae3;
	line-height: 25px;
}
.mainSliderBox .slick-prev, .mainSliderBox .slick-next {
	width: 50px;
	height: 50px;
	margin-top: -24px;
	background: transparent;
	transform: none;
	z-index: 2;
}
.mainSliderBox .slick-prev {
	left: -60px;
	background: url(../images/sliderAr-left.png) no-repeat 0 0;
}
.mainSliderBox .slick-next {
	right: -60px;
	background: url(../images/sliderAr-right.png) no-repeat 0 0;
}
.mainSliderBox .slick-prev:before, .mainSliderBox  .slick-next:before { content: ''; display: none; }

.premainSliderBox .bx-wrapper .bx-pager.bx-default-pager a,
.premainSliderBox [data-am-fadeshow] .fs-quick-btn,
.premainSliderBox [data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn,
.premainSliderBox [data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn/*,
.premainSliderBox [data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn*/ {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #2f6bcc;
	opacity: .5;
	transform: rotate(45deg);
	border-radius: 0;
}
.premainSliderBox .bx-wrapper .bx-pager.bx-default-pager a.active,
.premainSliderBox [data-am-fadeshow] .fs-quick-btn:first-child,
.premainSliderBox [data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2),
.premainSliderBox [data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
	background-color: #2f6bcc;
	opacity: 1;
}
.premainSliderBox .fs-slides .fs-slide { cursor: pointer; }
.sliderMainMob { display: none; }


/*=Контакты
-----------------------------------------------------------------------------*/
#contactCities {
	width: 900px;
	background: #fffffff2;
	box-shadow: none;
	padding: 25px 30px;
}
.arcticmodal-overlay { opacity: 0.4 !important; }
.contactCitiesBox { position: relative; }
.contactCitiesBox_title {
	font-weight: bold;
	margin-bottom: 30px;
}
.contactCitiesBox_table {
	display: table;
	width: 100%;
}
.contactCitiesBox_td {
	display: table-cell;
	text-align: left;
}
.contactCitiesBox_tr { display: table-row; }
.contactCitiesBox_td:last-child { width: 130px; }
.contactCitiesBox_td a, .contactCitiesBox_td span {
	text-decoration: none;
	display: inline-block;
	margin: 1px 0;
	color: #000;
	border-bottom: 1px solid transparent;
}
.contactCitiesBox_td a:hover {
	border-color: #b40ce5;
	color: #b40ce5;
}
.contactCitiesBox_td a.officeLink { font-weight: bold; }
.contactCitiesBox_td span.firstItem {
	/*text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;*/
	display: block;
	margin-bottom: 20px;
}
.contactCitiesBox_line {
	display: block;
	width: 86%;
	height: 1px;
	border-top: 2px solid #b7cfe2;
	position: absolute;
	top: 79px;
	left: 50%;
	margin-left: -46%;
}
#contactCities .box-modal_close {
	width: 39px;
	height: 39px;
	top: -15px;
	right: -15px;
	border-radius: 50px;
	box-shadow: 0 0 10px darkgrey;
	background: #fffffff0 url(../images/cities_close_btn.png) no-repeat 50% 50%;
}
.contactBox_table {
	display: table;
	width: 100%;
}
.contactBox_td {
	display: table-cell;
	vertical-align: top;
}
.contactBox_td:first-child { width: 40%; }
.contactBox_td:first-child img { max-width: 100%; border: 1px solid #cccccc; }
.contactBox_td:nth-child(2) { padding-left: 30px; }
.margin-top-20 { margin-top: 20px; }
.works1 .contactText, .miniAdress .contactText > .margin, .miniAdress .contactText > .margin1, .telCont > .margin, .mts { margin-bottom: 5px; }
.emailBox img {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	left: 0;
}
.officesBox { margin-top: 50px; }
.officesBox .tabBl, .vacanciesBox .tabBl {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.officesBox .tabBl > a, .vacanciesBox .tabBl > a {
	display: inline-block;
	float: left;
	padding: 8px 25px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.officesBox .tabBl > a:first-child, .vacanciesBox .tabBl > a:first-child { border-left: 1px solid #ccc; }
.officesBox .tabBl > a.current, .vacanciesBox .tabBl > a.current { background: #dedede; }
.tab-content { padding: 30px 0 20px; }
.tab-content > div { display: none; }

.contactCityBox__table, .contactImgs, .tabOffice__table {
	display: table;
	width: 100%;
}
.contactImgs { margin-top: 40px; margin-bottom: 50px; }
.contactCityBox__td, .contactImgs__td, .tabOffice__td {
	display: table-cell;
	vertical-align: top;
}
.contactCityBox__td:first-child { width: 40%; padding-right: 20px; }
.contactCityBox__td:nth-child(2) { padding-left: 20px; }
.contactCityBox__td .pagetitle h2 {
	text-align: right;
	color: #056ec2;
	padding-bottom: 5px;
	padding-right: 100px;
}
.contactCityBox__td .pagetitlePodpis {
	text-align: right; 
	color: #8f8d8d;
	font-style: italic;
	padding-right: 100px;
}
.contactCityBox__td_adresses > div { margin-bottom: 5px; }
.callbackBox {
	text-align: center;
	margin-top: 30px;
}
.contactImgs__td:first-child { padding-right: 20px; }
.contactImgs__td:nth-child(2) { text-align: right; padding-left: 20px; }
.contactImgs__td img { max-width: 100%; border-radius: 20px; }

.contactCityBox__td_adresses { margin-top: 30px; }
.callbackBox__text { font-size: 20px; margin-bottom: 20px; }
.callbackBox .button-container { display: block; }
.callbackBox .button-container a:before { display: none; }

.contactMap {
	width: 100%;
	height: 522px;
}
.contactCity_content { margin: 40px 0; }
.showAllCities {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 40px;
	cursor: pointer;
	color: #04295F;
	border-bottom: 1px solid #04295F;
}
.showAllCities:hover { border-bottom-color: transparent; }
.tabOffice__td { width: 50%; }
.tabOffice__td:first-child { padding-right: 20px; }
.tabOffice__td_item { margin-bottom: 20px; }
.tabOffice__td_item > div { margin-top: 10px; }
.tabOffice__map { margin-top: 20px; height: 350px; }
.tabOffice__td_callbox {
	padding: 20px;
	border: 1px solid #d2d2d2;
	text-align: center;
}
.tabOffice__td_callbox_title {
	font-weight: bold;
	color: #04295F;
	font-size: 22px;
}
.tabOffice__td_callbox_text {
	color: #827d7d;
	font-weight: bold;
	margin: 20px 0;
}
.button-containerHover { display: block !important; }
.button-containerHover a {
	background: #e7712b;
	color: #fff;
	text-decoration: none;
}
.button-containerHover a:hover {
	color: #e7712b;
	background: #fff;
}
.button-containerHover a:before {
	left: 150px;
	transition: .5s ease-in-out;
}
.button-containerHover a:hover:before {
	left: -75px;
	transform: skewX(45deg);
}

/*=Вакансии
-----------------------------------------------------------------------------*/
.vacansBody .backgroundParallax { background: #e7f0f7; }
.vacanciesBox .tab-content { padding: 20px 0; }
.tabVacancy__item {
	position: relative;
	margin-bottom: 10px;
}
.tabVacancy__item_content { display: none; margin-top: 20px; }
.tabVacancy__item_name {
	padding: 10px 10px 10px 36px;
	cursor: pointer;
	border: 1px solid #cacaca;
	color: #505050;
	background: #fff;
}
.active .tabVacancy__item_name {
	color: #fff;
	background: #aa3782;
}
.tabVacancy__item_name:before {
	content: "+";
	color: red;
	font-size: 24px;
	position: absolute;
	top: 5px;
	left: 15px;
}
.active .tabVacancy__item_name:before {
	color: #fff;
	content: '-';
}
.tabVacancy__item_content ul { list-style: none; padding-left: 10px; }
.tabVacancy__item_content_duties ul li {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../images/circle-icon.png) no-repeat 0 7px / 8px auto;
}
.tabVacancy__item_content_requirements ul li {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../images/check-icon.png) no-repeat 0 7px / 8px auto;
}
.tabVacancy__item_content_title { font-weight: bold; }
.vacanciesBox form {
	max-width: 500px;
	margin-top: 30px;
}
.vacanciesBox form label { margin-bottom: 5px; }
.vacanciesBox form input[type="text"], .vacanciesBox form textarea {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d2d0d0;
}
.vacanciesBox form input[name="lastname_vac"] { display: none; }
.vacanciesBox form input[type="button"] { cursor: pointer; }
.vacanciesBox form input[type="text"], .vacanciesBox form textarea {
	font-size: 14px;
	font-family: Arial;
}
.uploadLabelVac {
	display: block;
	margin-bottom: 5px;
}
.error_upload { color: red; }

@media (max-width:1259px) { .mainSliderBox .slick-prev, .mainSliderBox .slick-next { display: none !important; } }

@media (max-width:1200px) {
    .slick2 img{
        min-width: 270px;
    }
}
@media (max-width: 700px) {
    .block__company{
        width: 70%;
    }
}
@media (max-width: 400px) {
    .block__company{
        width: 95%;
        margin: 15px 5px;
    }
}
h2{
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}
.block__company img{
    width: 40%;
}
.block__company p{
    margin-top: 15px;
}

.target{
    margin: 30px 0;
    font-weight: bold;
    font-size: 1.1rem;
}
.ourPeople{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
}
.ourPeopleImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ourPeopleImgBlock{
    margin: 10px;
    width: 260px;
    text-align: center;
}
.ourPeopleImgBlock p{
    text-align: justify;
}
.imText{
    text-align: center;
}
.imText span{
    font-weight: bold;
    font-size: 22px;
    color:#04295F;
}
.blockAbout{
    padding: 0;
}
.slick2 img{
    width: 50%;
    margin: 0 auto;
    outline:none;
}
.slick2 img:hover{
    cursor: pointer;
}

.allReviews2 .nextSlide,
.allReviews2 .previousSlide {
    display: none;
}
.allTextReviews{
    text-transform: uppercase;
    font-weight: bold;
}
/*Страница со стилями блока с АКЦИЯМИ*/

.allDistrict{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.range{
    display: flex;
    width: 100%;
}
.rangeText{
    margin-bottom: 40px;
    width: 100%;
}
.ourRange{
    width: 315px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
.ourRange1{
    width: 115px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}

.doorBlock1 .doorNew{
    max-width: 45%;
    min-width: 300px;
}
.doorBlock1 .onlyDoor{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.doorBlock1 .onlyDoor img{
    width: 50%;
    min-width: 200px;
    height: 144px;
    margin: 10px 0;
}
.doorBlock1 .onlyDoor:before{
    position: absolute;
    bottom: -280px;
    left: -770px;
    content: '';
    width: 1000px;
    height: 500px;
    background-color: RGBa(21,120,198,.7);
    transform: rotate(45deg);
    transition: 0.7s;
}
.doorBlock1 .onlyDoor:hover:before{
    left: 20px;
    bottom:185px;
    cursor: pointer;
}
.sliders__doors__img{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}
.sliders__doors__img img {
    max-width: 480px;
    width: 100%;
}
.slider__block__doors{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video__sliders__door{
    display: flex;
    justify-content: center;
}
.click{
    text-align: center;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background: #fff;
  color: #009748;
  transition: all .3s;
}

.btn:hover {
  background: #009748;
  color: #fff;
}

.btn_bordered {
  padding: 20px 35px;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  border: 2px solid #009748;
  transition: all .3s;
  background: #fff;
  cursor: pointer;
}

.btn_bordered:hover {
  box-shadow: 5px 5px 0 rgba(0, 151, 72, 0.4);
}


.views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view {
  border: 1px solid #ccc;
  margin: 10px;
  cursor: pointer;
}

.view.active {
  background: #2caae1;
}

.view:hover {
  background: #2caae1;
}

.win {
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 50px;
}

.profile_select {
  float: right;
  list-style: none;
  margin: auto;
  padding: 0;
  font-size: 9px;
  text-align: left;
  border: 1px solid black;
}

.win__inner {
  display: inline-block;
  position: relative;
}

.win__img {
  display: none;
  position: relative;
  margin-left: 40px;
}

.win__img.active {
  display: inline-block;
}

.win__over_left {
  position: absolute;
  top: 15px;
  left: 10px;
}

.win__over_left2 {
  position: absolute;
  top: 15px;
  left: 175px;
}

.win__over_min-left {
  position: absolute;
  top: 15px;
  left: 10px;
}

.win__over_min {
  position: absolute;
  top: 15px;
  left: 175px;
}

.win__over {
  position: absolute;
  right: 10px;
  top: 15px;
}

.win__over_door {
  position: absolute;
  top: 1px;
  right: 0;
}

.win__over_right {
  position: absolute;
  right: 175px;
  top: 15px;
}

.radio {
  list-style: none;
  margin: auto;
  padding: 0;
  font-size: 9px;
  text-align: left;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 65%;
  background: #f3f9fc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.radio__item {
  position: relative;
  text-transform: uppercase;
  padding: 10px 5px 10px 25px;
  cursor: pointer;
}

.radio__item:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}

.radio__item:hover,
.radio__item.active {
  background: #2caae1;
}

.radio__item:hover:after,
.radio__item.active:after {
  background: #000;
}

#slider-ver {
	width:75%;
  display: block;
  padding-left: 0;
  transform-origin:bottom left;
  transform: rotate(-90deg);
  height:.8em;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 
}

#slider-hor {
  display: block;
  z-index: 2;
  display: block;
  bottom: -10px;
  left: 40px;
  position: absolute;
  width: 75%;
  height: .8em;
}

#minmaxwrapper-ver {
  height: 80%;
  left: -25px;
  position: absolute;
}

#minmaxwrapper-hor {
  width: 75%;
  left: 10%;
  bottom: -30px;
  position: absolute;
}

#ver-min {
  z-index:3;
  bottom: 0;
  position: absolute;
  right: 0;
}

#ver-max {
  z-index:3;
  position: absolute;
  right: 0;
}

#hor-min {
  z-index:3;
  top: 0;
  position: absolute;
  left: 0;
}

#hor-max {
  position: absolute;
  right: 0;
  top: 0;
}

.size {
  margin-top: 50px;
}

.service {
  margin-top: 40px;
}

.hides {
  opacity: 0;
}

.rotates_right {
  opacity: 1;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: rotates_right 2s;
  animation: rotates_right 2s;
}

.rotates {
  opacity: 1;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: rotates 2s;
  animation: rotates 2s;
}

.rotates_x {
  pointer-events: none;
  position: relative;
  z-index: 10;
  opacity: 1;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: rotates_x 2s;
  animation: rotates_x 2s;
}

@-webkit-keyframes rotates {
  50% {
    -webkit-transform: perspective(1000px) rotateY(-40deg);
    transform: perspective(1000px) rotateY(-40deg);
  }
}

@keyframes rotates {
  50% {
    -webkit-transform: perspective(1000px) rotateY(-40deg);
    transform: perspective(1000px) rotateY(-40deg);
  }
}

@-webkit-keyframes rotates_right {
  50% {
    -webkit-transform: perspective(1000px) rotateY(40deg);
    transform: perspective(1000px) rotateY(40deg);
  }
}

@keyframes rotates_right {
  50% {
    -webkit-transform: perspective(1000px) rotateY(40deg);
    transform: perspective(1000px) rotateY(40deg);
  }
}

@-webkit-keyframes rotates_x {
  50% {
    -webkit-transform: perspective(1500px) rotateX(-30deg);
    transform: perspective(1500px) rotateX(-30deg);
  }
}

@keyframes rotates_x {
  50% {
    -webkit-transform: perspective(1500px) rotateX(-30deg);
    transform: perspective(1500px) rotateX(-30deg);
  }
}

  input:focus{ outline:none;}
  input[type=range]::-moz-range-thumb {
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
    border-radius: 3px;
  }
  input[type=range]::-moz-range-thumb:hover {
    border: 1px solid #ccc;
    background: #ededed;
}
  input[type=range]::-moz-range-thumb:active {
    border: 1px solid #003eff;
    background: #007eff;
}
  input[type=range]::-moz-range-track {
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #333;
    height: .8em;
    width:100%;
  }
  input[type=range] {
    -webkit-appearance: none!important;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
   width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
    border-radius: 3px;
    margin-top:-0.25em; 
  }
  input[type=range]::-webkit-slider-thumb:hover {
 	border: 1px solid #ccc;
    background: #ededed;
   }
   input[type=range]::-webkit-slider-thumb:active {
   	border: 1px solid #003eff;
    background: #007eff;
   }
	input[type=range]::-webkit-slider-runnable-track {
	border-radius: 3px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #333;
    height: .8em;
    width:100%;
}
   input[type=range]::-ms-thumb {
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
    border-radius: 3px; 
}
input[type=range]::-ms-track {
  border-radius: 3px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #333;
    height: .8em;
    width:100%;
}
input[type=range]::-ms-thumb:hover {
	border: 1px solid #ccc;
    background: #ededed;
}
input[type=range]::-ms-thumb:active {
	border: 1px solid #003eff;
    background: #007eff;
}
input[type=range]::-ms-fill-lower {
border: none;
    background:#fff;
    color: #333;}
input[type=range]::-ms-fill-upper {
    border: none;
    background:#fff;
    color: #333;
}
.hide{
    display:none!important;
}
.menuAnd{
    position: relative;
    color: white;
    font-weight: normal;
}
.hoverMenu{
    position: absolute;
    background-color: #04295F;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
}
.menuAnd:hover .hoverMenu{
    opacity: 1;
    pointer-events: auto;
}
.hoverMenu a{
    width: 100%;
    white-space: nowrap;
}
@media (max-width: 1300px) {
    .hoverMenu{
        position: absolute;
        background-color: RGBa(21,120,198,.8);
        opacity: 0;
        pointer-events: none;
        transition: .6s;
    }
    .menuAnd:hover .hoverMenu{
        position: static;
        opacity: 1;
        pointer-events: auto;
        transition: .6s;
    }
}
.dilersHedear{
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    font-size: 1.5rem;
}
.rangeTextDilers{
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
}
.allDistrict{
    height: 100%;
}

.slider4 .sl img{
    height: 450px;
}
.slider4 .sl{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dilersText{
    font-weight: bold;
    font-size: 1.5rem;
}
.container {
    width:100%;
    margin:0 auto;
}
.grid{
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.tile{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    float: left;
    transition: 1s;
}
.tile img{
    width: 100%;
    height: 100%;

    transition: .6s;
}
.tile img:hover{
    transform: scale(1.2);
}

input[type="radio"] {
    display:none;
}
.grid label {
    width:16%; /*width:18%;*/
    float:left;
    text-align:center;
    background:#ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color:#222222;
    padding:0.5%;
   /* margin:0.5%;*/
    margin-bottom:30px;
    cursor:pointer;
    transition: .6s;
}
.grid label:hover{
    background-color: #04295F;
    color: #fff;
} 
input[type="radio"][id="window__img"]:checked + label {
    background:#6666ff;
    color: #fff;
}
input[type="radio"][id="window__img"]:checked ~ [data-src="двери"],
input[type="radio"][id="window__img"]:checked ~ [data-src="сетки"],
input[type="radio"][id="window__img"]:checked ~ [data-src="балконы"],
input[type="radio"][id="window__img"]:checked ~ [data-src="межкомнатные"],
input[type="radio"][id="window__img"]:checked ~ [data-src="пвх"]{
    display: none;
}
input[type="radio"][id="door__img"]:checked + label {
    background:#04295F;
    color: #fff;
}
input[type="radio"][id="door__img"]:checked ~ [data-src="окна"],
input[type="radio"][id="door__img"]:checked ~ [data-src="сетки"],
input[type="radio"][id="door__img"]:checked ~ [data-src="балконы"],
input[type="radio"][id="door__img"]:checked ~ [data-src="межкомнатные"],
input[type="radio"][id="door__img"]:checked ~ [data-src="пвх"] {
    display: none;
}
input[type="radio"][id="mosquito__img"]:checked + label {
    background:#04295F;
    color: #fff;
}
input[type="radio"][id="mosquito__img"]:checked ~ [data-src="окна"], 
input[type="radio"][id="mosquito__img"]:checked ~ [data-src="двери"],
input[type="radio"][id="mosquito__img"]:checked ~ [data-src="балконы"],
input[type="radio"][id="mosquito__img"]:checked ~ [data-src="межкомнатные"],
input[type="radio"][id="mosquito__img"]:checked ~ [data-src="пвх"] {
    display: none;
}
input[type="radio"][id="balcony__img"]:checked + label {
    background:#04295F;
    color: #fff;
}
input[type="radio"][id="balcony__img"]:checked ~ [data-src="окна"],
input[type="radio"][id="balcony__img"]:checked ~ [data-src="двери"],
input[type="radio"][id="balcony__img"]:checked ~ [data-src="сетки"],
input[type="radio"][id="balcony__img"]:checked ~ [data-src="межкомнатные"],
input[type="radio"][id="balcony__img"]:checked ~ [data-src="пвх"] {
    display: none;
}
input[type="radio"][id="doormeg__img"]:checked + label {
    background:#04295F;
    color: #fff;
}
input[type="radio"][id="doormeg__img"]:checked ~ [data-src="окна"],
input[type="radio"][id="doormeg__img"]:checked ~ [data-src="двери"],
input[type="radio"][id="doormeg__img"]:checked ~ [data-src="сетки"],
input[type="radio"][id="doormeg__img"]:checked ~ [data-src="балконы"],
input[type="radio"][id="doormeg__img"]:checked ~ [data-src="пвх"]{
    display: none;
}
input[type="radio"][id="doorpvh__img"]:checked + label {
    background:#04295F;
    color: #fff;
}
input[type="radio"][id="doorpvh__img"]:checked ~ [data-src="окна"],
input[type="radio"][id="doorpvh__img"]:checked ~ [data-src="двери"],
input[type="radio"][id="doorpvh__img"]:checked ~ [data-src="сетки"],
input[type="radio"][id="doorpvh__img"]:checked ~ [data-src="балконы"],
input[type="radio"][id="doorpvh__img"]:checked ~ [data-src="межкомнатные"]{
    display: none;
}


@media (max-width: 800px) {
    .tile{
        width: 140px;
        height: 140px;
    }
    label{
        width: 100%;
        margin-bottom: 5px;
    }
}
@media (max-width: 400px) {
    .tile{
        width: 115px;
        height: 115px;
    }
}
.onlyDillersText{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.dilersText{
    text-align: center;
}
.welcome{
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 30px;
}
.welcome span{
    color: #04295F;
}
.img_comand{
    width:180px;
    height:auto;
}
.spacer{
    height:100px;
}
.spacer-xs{
    height:50px;
}
.page_404 {
    text-align: center;
}
.page_404 .menuClass_404 {
    display: inline-block;
    text-align: left;
}
.page_404 p {
    font-weight: bold;
}
.page_404 .phone {
    float: left;
}
.page_404 .email {
    float: right;
}
.black {
    color: black !important;
}
.info-news-item {
    width: 100%;
    clear: left;
    border-bottom: 1px solid black;
    padding: 30px 10px;
}
.info-news-item .box-img {
    width: 30%;
    display: inline-block;
    text-align: center;
}
.info-news-item .box-img img {
    width: 80%;
    display: inline-block;
}
.info-news-item .box-content {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}
.info-news-item .content-text-24 {
    margin-top: 0;
}
.info-news-item .content-text-24 a {
    text-decoration: none;
    text-transform: uppercase;
}
.clients-slick {
    width: 100%;
    padding: 30px 50px;
    max-width: 1180px;
    margin: 0 auto;
}
.clients-slick .slick-prev {
    left: 0;
}
.clients-slick .slick-next {
    right: 0;
}
.clients-slick.slick-initialized .slick-slide {
    display: inline-block;
    line-height: 130px;
    text-align: center;
}
.clients-slick .slick-slide img {
    vertical-align: middle;
    display: inline-block;
}
.client-title {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
}

/*=My
---------------------------------------------------------------------*/
.windowsMainTitle {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 12px;
	font-family: Arial;
	padding-left: 50px;
}
.windowsWrapper {
	display: inline-block;
	width: 100%;
	font-family: Arial;
}
.windowItem {
	width: 270px;
	height: 490px;
	float: left;
	margin: 20px 40px 14px 0;
}
.windowItem:nth-child(4n+4) { margin-right: 0; }
.windowItem__title {
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 2px;
}
.windowItem__vid {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 10px;
}
.windowItem__box { background: #fff; }
.windowItem__box .windowItem__bl1 {
	border: 1px solid #494949;
	padding: 11px;
	width: 270px;
	height: 232px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.windowItem__box .windowItem__bl2 {
	border: 1px solid #494949;
	border-top: none;
	padding: 8px 11px;
}
.windowItem__profile {
	position: absolute;
	top: 20px;
	right: 7px;
}
.windowItem__building {
	position: absolute;
	bottom: 8px;
	left: 11px;
}
.windowItem__fittings {
	position: absolute;
	bottom: 8px;
	right: 15px;
}
.windowItem__building2 {
	position: absolute;
	bottom: 60px;
	left: 11px;
}
.windowItem__razmery, .windowItem__priceBl { font-size: 12px; }
.windowItem__razmer0 { margin-bottom: 18px; }
.windowItem__razmer2 { margin-bottom: 4px; }
.windowItem__priceBl { margin-bottom: 15px; text-align: right; }
.windowItem__priceBl .str2 { font-style: italic; }
.windowItem__priceBl_price {
	position: relative;
	font-size: 24px;
	font-weight: bold;
}
.windowItem__rassrochka { position: relative; }
.windowItem__rassrochka .str1 {
	font-size: 18px;
	color: #fd0000;
}
.windowItem__rassrochka .str2 { font-size: 14px; }
.windowItem__rassrochka .str2 span {
	color: #f40101;
}
.calcLinkBtn {
	display: block;
	margin: 18px auto 0;
	width: 238px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	border-radius: 5px;
	color: #4f430c;
	font-size: 18px;
	background: #ffd30c;
	border-bottom: 3px solid #ffb20c;
	text-align: center;
	box-shadow: 1px 1px 6px #9e9e9e;
	transition: 0.5s ease;
}
.calcLinkBtn:hover {
	background: #ffb20c;
}
span.vopros {
	display: inline-block;
	width: 16px;
	height: 14px;
	cursor: pointer;
	background: url(../images/vopros.png) no-repeat 0 0;
}
.windowItem__profile .vopros {
	position: absolute;
	top: -7px;
	right: 1px;
}
.windowItem__building .vopros {
	position: absolute;
	top: -7px;
	right: -8px;
}
.windowItem__fittings .vopros {
	position: absolute;
	top: -7px;
	right: -8px;
}
.windowItem__priceBl .vopros {
	position: absolute;
	top: -4px;
	right: -9px;
}

.voprosDescription {
	display: none;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #a8a7a0;
	padding: 6px 15px 6px 8px;
	font-style: italic;
	position: absolute;
	top: 0;
	right: 0;
	background: #fdfbf0;
	z-index: 2;
}
.voprosDescription:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: -7px;
	border-right: 7px solid #a8a7a0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.voprosDescription:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: -6px;
	border-right: 7px solid #fdfbf0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.windowItem__profile .voprosDescription {
	width: 160px;
	top: -28px;
	right: -165px;
}
.windowItem__building .voprosDescription {
	width: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	top: -27px;
	right: -135px;
}
.windowItem__fittings .voprosDescription {
	width: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	top: -27px;
	right: -131px;
}
.windowItem__priceBl .voprosDescription {
	width: 280px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	top: -31px;
	right: -294px;
	text-align: center;
}
.windowItem__rassrochka .voprosDescription {
	width: 280px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	top: -29px;
	right: -153px;
	font-size: 11px;
	text-align: left;
	color: #000;
}

.voprosDescription .close {
	display: block;
	width: 7px;
	height: 7px;
	background: url(../images/close-popup.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 3px;
}

.windowInfoBl {
	width: 580px;
	float: left;
	margin-top: 23px;
}
.windowInfoBl__bl1 {
	border: 1px solid #888;
	padding: 5px 17px;
	width: 520px;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial;
}
.windowInfoBl__bl1_title { color: #e00000; }
.windowInfoBl__bl1_text1, .windowInfoBl__bl1_text2 { font-style: italic; }
.windowInfoBl__bl1_text1 { margin-bottom: 17px; }

.windowInfoBl__bl2 {
	font-size: 18px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	margin-top: 34px;
}

.windowInfoBl__bl3 { margin-top: 17px; }
.windowInfoBl__bl3_title {
	font-size: 24px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #ff0d0d;
	margin-bottom: 15px;
}
.windowInfoBl__bl3_text {
	font-size: 24px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}
.windowInfoBl__bl3_text span { color: #365f95; }

.onlineCalcBtn {
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	background: #04295F;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
	outline: none;
	width: 274px;
	padding: 8px 0;
	text-align: center;
	float: left;
	margin-right: 18px;;
}

.calcStr { margin-top: 25px; display: inline-block; }
.calcStr  img { float: left; }

.windowFormBl {
	font-family: Arial;
	margin-top: 39px;
}
.windowFormBl__title, .windowFormBl__text {
	text-align: center;
	font-size: 24px;
	font-family: Arial;
}
.windowFormBl__text {
	
}
.windowFormBl form {
	display: block;
	width: 300px;
	margin: 37px auto 44px;
}
.windowFormBl__row { margin-bottom: 30px; }
.windowFormBl form input[type="text"] {
	border: 1px solid #a4a4a4;
	border-radius: 5px;
	width: 298px;
	height: 48px;
	padding: 0 15px;
	font-size: 14px;
}
.windowFormBl form button {
	width: 229px;
	height: 50px;
	border: 2px solid #04295F;
	border-radius: 5px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.er-form { border: 1px solid red !important; }
.windowFormBl__message {
	font-weight: bold;
	padding-bottom: 20px;
	color: #365f95;
}
.ounkt1-hidebl1, .ounkt1-hidebl2, .ounkt1-hidebl3, .ounkt1-hidebl4, 
.ounkt1-hidebl5, .ounkt1-hidebl6, .ounkt1-hidebl7, .ounkt1-hidebl8, 
.ounkt1-hidebl9, .ounkt1-hidebl10, .ounkt1-hidebl11, .ounkt1-hidebl12, 
.ounkt1-hidebl13, .ounkt1-hidebl14, .ounkt1-hidebl15, .ounkt1-hidebl16, 
.ounkt1-hidebl17, .ounkt1-hidebl18, .ounkt1-hidebl19, .ounkt1-hidebl20 { display: none; }
.ounkt1-wrapper {
	display: inline-block;
	width: 100%;
}
.ounkt1-link {
	display: inline-block;
	margin: 39px 0 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.ounkt1-link:hover { border: none; }

.ounkt1-wrapper .ounkt1 { float: left; }
.listCitiesMob { display: none; }

.sliderBtn {
	display: block;
	width: 455px;
	height: 93px;
	position: absolute;
	left: 50%;
	margin-left: -227px;
	bottom: 20px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	background: linear-gradient(to bottom, #e7712b, #e7712b);
	border: 1px solid #e7712b;
	border-radius: 20px;
	transition: .2s ease-in-out;
}
.sliderBtn:before {
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
	width: 80px;
	height: 92px;
	position: absolute;
	top: 1px;
	left: -94px;
	transform: skewX(45deg);
	opacity: 0;
}
.sliderBtn:hover:before {
	left: 285px;
	transition: .8s ease-in-out;
	opacity: 1;
}
.sliderBtn p {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.afterSliderMobile { display: none; text-align: center; }
.afterSliderMobile .contactVitebsk { display: inline-block; }
.afterSliderMobile .contactVitebsk .number { font-size: 1.3em; }
.afterSliderMobile .button-container { display: inline-block !important; }

.afterSliderMobile .phonering {
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 999;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 3em #aa3782, 0 0 0 0 rgba(170,55,130, 0.64);
	background-color: #aa3782;
	-webkit-animation: scaleUp 4s infinite, borderScale 4s infinite;
	animation: scaleUp 4s infinite, borderScale 4s infinite;
}
.afterSliderMobile .phonering > .img_viber {
	background: url(../images/phone.svg);
	background-size: 89%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	fill: #fff;
	-webkit-animation: shake 4s cubic-bezier(0.43, 0, 0.6, 0.4) infinite;
	animation: shake 4s cubic-bezier(0.43, 0, 0.6, 0.4) infinite;
}

@-webkit-keyframes borderScale {
          0% {
            box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 3em #aa3782, 0 0 0 0 rgba(170,55,130, 0.64);
          }
          50% {
            box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 0.5em #aa3782, 0 0 0 0 rgba(170,55,130, 0.64);
          }
          100% {
            box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 3em #aa3782, 0 0 0 3em rgba(170,55,130, 0.64);
          }
}

@keyframes borderScale {
          0% {
            box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 3em #aa3782, 0 0 0 0 rgba(170,55,130, 0.64);
          }
          50% {
            box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 0.5em #aa3782, 0 0 0 0 rgba(170,55,130, 0.64);
          }
          100% {
            box-shadow: 0 0.125em 0.5em #aaa, inset 0 0 0 3em #aa3782, 0 0 0 3em rgba(170,55,130, 0.64);
          }
}

@-webkit-keyframes scaleUp {
          0% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
          50% {
            -webkit-transform: scale(1.125);
                    transform: scale(1.125);
          }
          60% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
}

@keyframes scaleUp {
          0% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
          50% {
            -webkit-transform: scale(1.125);
                    transform: scale(1.125);
          }
          60% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
}

@-webkit-keyframes shake {
          0% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          1.25% {
            -webkit-transform: translate(-2.5%, 0);
                    transform: translate(-2.5%, 0);
          }
          2.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          3.75% {
            -webkit-transform: translate(2.5%, 0);
                    transform: translate(2.5%, 0);
          }
          5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          6.25% {
            -webkit-transform: translate(-5%, 0);
                    transform: translate(-5%, 0);
          }
          7.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          8.75% {
            -webkit-transform: translate(5%, 0);
                    transform: translate(5%, 0);
          }
          10% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          11.25% {
            -webkit-transform: translate(-5%, 0);
                    transform: translate(-5%, 0);
          }
          12.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          13.75% {
            -webkit-transform: translate(5%, 0);
                    transform: translate(5%, 0);
          }
          15% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          16.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          17.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          18.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          20% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          21.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          22.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          23.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          25% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          26.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          27.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          28.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          30% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          31.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          32.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          33.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          35% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          36.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          37.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          38.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          40% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          41.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          42.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          43.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          45% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          46.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          47.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          48.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          50% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
}

@keyframes shake {
          0% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          1.25% {
            -webkit-transform: translate(-2.5%, 0);
                    transform: translate(-2.5%, 0);
          }
          2.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          3.75% {
            -webkit-transform: translate(2.5%, 0);
                    transform: translate(2.5%, 0);
          }
          5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          6.25% {
            -webkit-transform: translate(-5%, 0);
                    transform: translate(-5%, 0);
          }
          7.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          8.75% {
            -webkit-transform: translate(5%, 0);
                    transform: translate(5%, 0);
          }
          10% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          11.25% {
            -webkit-transform: translate(-5%, 0);
                    transform: translate(-5%, 0);
          }
          12.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          13.75% {
            -webkit-transform: translate(5%, 0);
                    transform: translate(5%, 0);
          }
          15% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          16.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          17.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          18.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          20% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          21.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          22.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          23.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          25% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          26.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          27.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          28.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          30% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          31.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          32.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          33.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          35% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          36.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          37.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          38.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          40% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          41.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          42.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          43.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          45% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          46.25% {
            -webkit-transform: translate(-7.5%, 0);
                    transform: translate(-7.5%, 0);
          }
          47.5% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
          48.75% {
            -webkit-transform: translate(7.5%, 0);
                    transform: translate(7.5%, 0);
          }
          50% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
          }
}







@media screen and (max-width: 1519px) {
	.sliderBtn { font-size: 1.8em; }
}
@media screen and (max-width: 1419px) {
	.sliderBtn { font-size: 1.6em; }
}
@media screen and (max-width: 1319px) {
	.sliderBtn { font-size: 1.6em; }
	.sliderBtn:before {
		width: 60px;
		height: 70px;
		left: -77px;
		top: -5px;
	}
	.sliderBtn:hover:before { left: 180px; }
}

@media screen and (max-width: 1219px) {
	.windowsWrapper {
		width: 890px;
		position: relative;
		left: 50%;
		margin-left: -445px;
	}
	.windowItem:nth-child(4n+4) { margin-right: 40px; }
	.windowItem:nth-child(3n+3) { margin-right: 0; }
	
	.doorWrapper__imgBl .left { width: 320px; }
	.doorWrapper .td:first-child { width: 580px; }
	.sliderBtn { font-size: 1.4em; }
}
@media screen and (max-width: 1200px) {
	.ounkt1-link { margin: 15px 0 0 0; }
	.mainSliderBox .slideItem__box_rassrochka { right: 10%; }
	.mainSliderBox form { right: 27%; }
	.tabVacancy form {
		align-items: normal;
		text-align: left;
	}
	.sliderBtn { font-size: 1.3em; }
}
@media screen and (max-width: 963px) {
	.windowsWrapper {
		width: 580px;
		margin-left: -290px;
	}
	.windowItem:nth-child(3n+3) { margin-right: 40px; }
	.windowItem:nth-child(2n) { margin-right: 0; }
	
	.doorForm__form .td input[type="text"] { width: 235px; }
	.doorWrapper__imgBl .left { width: 260px; }
	.doorWrapper .td:first-child { width: 520px; }
	.doorForm { margin: 20px auto; }
	.doorWrapper .td:first-child { width: 480px; }
	.doorForm__text, .doorForm__text2 { font-size: 26px; }
	.doorForm__form  { margin: 30px auto; }
	.mainSliderBox .slideItem__box_rassrochka { right: 0; }
	.mainSliderBox form { right: 22%; }
	
	.contactMap { height: 494px; }
	#contactCities { width: 750px; }
	.sliderBtn { font-size: 1.1em; }
	.headerInfo h1 { font-size: 1.5em; }
}
@media screen and (max-width: 800px) {
	.windowsMainTitle { padding-left: 0; }
	span.vopros { display: none; }
	
	.doorWrapper, .doorWrapper .td, .doorForm__form, .doorForm__form .td { display: block; }
	.doorWrapper .td:first-child { width: 460px; margin: 0 auto; }
	
	.doorForm__form .td input[type="text"] { margin-right: 0; }
	.doorWrapper .td:nth-child(2) { padding-top: 0; }
	
	.doorForm__text, .doorForm__text2 {
		font-size: 22px;
		line-height: 29px;
	}
	.doorWrapper .td:nth-child(2) ul li {
		font-size: 24px;
		line-height: 32px;
	}
	.afterParamsText { font-size: 26px; }
	.doorForm__form .td { margin-bottom: 10px; }
	.doorForm__form { width: 300px; }
	.doorForm__form .td input[type="text"], .doorForm__form .td input[type="submit"] { width: 300px; }
	
	.doorForm { margin: 40px auto; }
	.listOtzHtml .fancybox-wrap { top: 90px !important; }
	.mainSliderBox, .premainSliderBox, .afterSliderMobile { margin-top: 64px; }
	.mainSliderBox .slideItem__box {
		left: 0;
		width: 100%;
		padding: 0 50px;
		background: #0000009e;
	}
	.mainSliderBox .slideItem__box_rassrochka { right: 20px; }
	.mainSliderBox form { right: 200px; }
	
	.contactMap { height: 470px; }
	.officesBox .tabBl > a, .vacanciesBox .tabBl > a {
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		margin-bottom: 10px;
	}
	.officesBox .tabBl, .vacanciesBox .tabBl { padding-bottom: 10px; }
	
	.contactBox_table, .contactBox_td {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		text-align: center;
	}
	.adress1 {
		margin-left: 0;
		display: block;
		text-align: center;
	}
	.contactBox_td:nth-child(2) { margin-top: 20px; }
	.miniAdress, .telCont { margin-right: 0; }
	.adress1 > div:nth-child(2) { margin-top: 20px; }
	.adress1 .contactText .social { justify-content: center; }
	.telCont .contactVitebsk { display: inline-block; }
	
	#contactCities { width: 650px; padding: 25px 15px; }
	.contactCitiesBox_td a { font-size: 12px; }
	.contactCitiesBox_td a.firstItem { font-size: 14px; }
	.contactCitiesBox_td span.firstItem { min-height: 40px; }
	.contactCitiesBox_line { top: 98px; }
	.sliderBtn { font-size: 1em; }
	
/*	.premainSliderBox { display: none; } */
	html .premainSliderBox {
    margin-top: 120px;
    }
	html .slider_row {
  margin-right: -5px;
  margin-left: -5px;
}
	.afterSliderMobile { display: block; }
}
@media screen and (max-width: 700px) {
	.formaT, .formaT .tr, .formaT .tr .td { display: block; width: 100%; }
	.formaT .tr .td:nth-child(1) { width: 100%; }
	.modalInput2, .modalInput3 { 
		top: -300%;
		width: 280px;
	}
	.modalInput2.active, .modalInput3.active {
		margin-left: -140px;
	}
	.modalInput2.active { position: absolute; top: 0; }
	.modalInput2 .title, .modalInput3 .title { font-size: 16px; }
	.modalInput2 p, .modalInput3 p { font-size: 11px; }
	.formaT .label {
		width: auto;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.formaT input[type="text"], .formaT input[type="email"], .formaT textarea {
		font-size: 12px;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.input2 input { height: 30px; }
	.file-upload { font-size: 11px; height: 30px; margin-bottom: 10px; }
	.file-upload span { line-height: 30px; }
	.formaT .goOtz { font-size: 14px; }
	.formaT .podpis { font-size: 12px; }
	.listOtz { padding: 20px 0px 0px; }
	.allReviews .pagination { margin-bottom: 20px; }
	.modalInput2 { padding: 15px; margin-top: 15px; }
	.modalInput2 .close, .modalInput3 .close {
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
		top: 10px;
		right: 10px;
	}
	.formaT textarea { height: 60px; }
	.tdnbsp { display: none !important; }
	.formaT { margin-top: 0; }
	
	#contactCities { width: 605px; }
	.sliderBtn { font-size: .9em; }
}
@media screen and (max-width: 655px) {
	.windowItem { margin-right: 0; float: none; }
	.windowsWrapper {
		width: 270px;
		display: block;
		margin: 0 auto;
		left: auto;
	}
	.windowInfoBl, .windowInfoBl__bl1 {
		float: none;
		width: auto;
	}
	.windowInfoBl__bl2 { font-size: 16px; }
	.windowInfoBl__bl3_title, .windowInfoBl__bl3_text, .windowFormBl__title, .windowFormBl__text { font-size: 20px; }
	.onlineCalcBtn {
		margin-right: 0;
		float: none;
	}
	.calcStr img { display: none; }
	
	#doorThumbsBl .overview li img {
		max-width: 130px;
		max-height: 107px;
	}
	#doorThumbsBl .overview li {
		width: 130px;
		height: 120px;
	}
	.doorWrapper__imgBl .left img { max-width: 140px; }
	.doorWrapper__imgBl .left { width: 169px; height: 350px; }
	#doorThumbsBl, #doorThumbsBl .viewport, #doorThumbsBl .overview { width: 132px; }
	#doorThumbsBl .viewport { height: 252px; }
	
	.doorWrapper__imgBl .left img { margin-top: 18px; }
	#doorThumbsBl .buttons {
		width: 38px;
		height: 17px;
		background-size: 38px auto;
	}
	#doorThumbsBl .prev { background-position: 0 -23px; }
	.doorWrapper .td:first-child { width: 300px; }
	.afterParamsText { font-size: 22px; }
	.doorForm__text, .doorForm__text2 {
		font-size: 19px;
		line-height: 26px;
	}
	.doorForm {
		margin: 25px auto 20px;
	}
	
	.otzItem, .otzItem .td { display: block; }
	.otvetT .otvetT__td:first-child { padding-left: 0; }
	.otvetT .otvetT__td:first-child img { max-width: 50px; }
	.otzItem .td:first-child img { max-width: 100%; }
	.otzItem .img { margin-bottom: 20px; }
	
	.allReviews__title { font: 600 28px/40px roboto; }
	.writeOtzBtn { font-size: 23px; }
	.slideItem__box_text { font-size: 16px; }
	.mainSliderBox, .premainSliderBox, .afterSliderMobile { margin-top: 61px; }
	
	.contactCityBox__table, .contactCityBox__td { display: block; }
	.contactCityBox__td:first-child { width: 100%; padding-right: 0; margin-bottom: 20px; }
	.contactCityBox__td:nth-child(2) { padding-left: 0; }
	.contactMap { height: 350px; }
	.contactCityBox__td .pagetitle h2, .contactCityBox__td .pagetitlePodpis { padding-right: 0; }
	
	.tabOffice__table, .tabOffice__td {
		display: block;
		width: 100%;
	}
	
	#contactCities { width: 480px; }
	.listCitiesPC { display: none; }
	.listCitiesMob { display: block; }
	.contactCitiesBox_table { border-collapse: collapse; }
	.contactCitiesBox_td {
		width: 33.3%;
		text-align: center;
	}
	.contactCitiesBox_td a.firstItem { margin-bottom: 0; }
	.contactCitiesBox_td .contactCitiesBox_td_linkbox:first-child {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 2px solid #b7cfe2;
	}
	.contactCitiesBox_tr .contactCitiesBox_td .contactCitiesBox_td_linkbox:first-child { margin-top: 20px; }
	.contactCitiesBox_tr:first-child .contactCitiesBox_td .contactCitiesBox_td_linkbox:first-child { margin-top: 0; }
	.contactCitiesBox_td span.firstItem { min-height: 20px; margin-bottom: 0; }
}
@media screen and (max-width: 640px) {
	.sliderMainPC { display: none; }
	.sliderMainMob { display: block; }
	.sliderBtn { font-size: .7em; }
}
@media screen and (max-width: 540px) {
	.otvetT, .otvetT__td { display: block !important; }
	.otvetT .otvetT__td:first-child { margin-bottom: 10px; }
	.otvetT .otvetT__td:first-child img { margin-top: 0; }
	.otzItem .date { padding-top: 20px; }
	.mainSliderBox, .premainSliderBox, .afterSliderMobile { margin-top: 57px; }
	#contactCities { width: 415px; }
}
@media screen and (max-width: 480px) {
	.mainSliderBox .slick-prev, .mainSliderBox .slick-next { display: none !important; }
	.mainSliderBox form {
		right: auto;
		left: 10px;
	}
	.mainSliderBox .slideItem__box_rassrochka {
		width: 100px;
		right: 10px;
	}
	.mainSliderBox .slideItem__box { padding: 0 10px; }
	.mainSliderBox .slideItem__box_text { font-size: 15px; }
	#contactCities { width: 270px; }
	.contactCitiesBox_td a.firstItem { font-size: 12px; }
	.contactCitiesBox_td a { font-size: 10px; }
	.contactCitiesBox_td span.firstItem { font-size: 12px; min-height: 38px; }
	.sliderBtn { font-size: .4em; }
}


.footer__stars  {
   display: block;   
   background: rgba(0, 0, 0, 0) url("/assets/winstyle/images/stars.png") repeat-x;
    cursor: pointer;
    display: inline-block;
  height: 19px;
   vertical-align: middle;
   width: 95px;
   font-size: 10px;
}

.b24-form{
    min-width: 400px;
    margin-right: 20px;
}
.b24-form-control-string .b24-form-control-label, .b24-form-control-list .b24-form-control-label {
    top: 33% !important;
}
.field-label, .b24-form-control:focus+.b24-form-control-label, .b24-form-control-not-empty+.b24-form-control-label {
    top: 8px !important;
}
@media screen and (max-width: 1300px) {
.b24-form-control-string .b24-form-control-label, .b24-form-control-list .b24-form-control-label {
    top: 50% !important;
}
.field-label, .b24-form-control:focus+.b24-form-control-label, .b24-form-control-not-empty+.b24-form-control-label {
    top: 20px !important;
}
}
@media screen and (max-width: 1200px) {
    .b24-form{
    margin-right: 0;
}
}
@media screen and (max-width: 640px) {
    .b24-form{
    min-width: auto;
}
}
.tabBl>a:nth-child(8){
    display: none !important;
}


body.open_callback_popup {
    overflow: hidden;
}
.callback_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.callback_popup_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
}
.callback_popup_content {
    position: relative;
    z-index: 2;
    max-width: 645px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0px 15px;
}
.callback_popup_close {
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.popup-zamer{
	width: 42%;
	display: block;
	position: fixed;
    top: 25%;
    left: 30%;
    margin: 0 auto;
	padding: 2rem 1.5rem;
	background-color: rgba(225,238,255,1);
	border-radius: 0;
	box-shadow: 0 0 10px rgba(4,41,95,.35);
	transition: all 0.8s ease;
	transform: translateY(0);
	z-index: 10001;
}
.popup-content {
    display: flex;
    flex-wrap: nowrap;
	margin: 1.2rem 0 0 0;
}

.popup-content .img-block{
	flex-basis: 45%;
}
.popup-content .text-block{
	flex-basis: 55%;
}

#close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 10px;
    background: #005aab;
    border: 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
#close-btn:hover{
	background: #e7712b;
} 
.popup-content .img-block .popup-img {
    display: block;
    position: absolute;
    top: -18.5%;
    left: -11%;
    max-width: 100%;
    height: auto;
}
.popup-title {
    margin: -23px 0 0 0;
    padding: 18px 28px 43px 20px;
    position: relative;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}
.popup-title::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(4,41,95,1);
	width: 100%;
	height: 100%;
	transform: skew(-14deg);
	z-index: -1;
}
.popup-title-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
	line-height: 1;
	color: #fff;
}
.popup-title-sml {
    display: block;
    margin: 10px 0 0 auto;
    width: 85%;
    font-size: 15px;
    line-height: 1.25;
    color: #fff;
}
.popup-subtitle {
	width: 65%;
    margin: 0 0 0 auto;
    padding: 30px 34px 25px 0;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.15;
    color: #000;
}
.popup-number {
    font-size: 24px;
    font-weight: 800;
    color: rgba(3,109,250,1);
}
.popup-img-icon {
    font-size: 18px;
    color: #e7712b;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(3px);
  z-index: 10000;
}
.hidden{
	display: none;
}
.popup-form .b24-form-wrapper{
	border: 3px solid #e7712b;
    border-radius: 10px!important;
}
.popup-form  .b24-form-btn{
	font: 500 15px/22px var(--b24-font-family);
	background-color: #e7712b;
	color: #fff;
}
/* Media Queries */
@media (max-width: 1600px){
	.popup-zamer {
		width: 50%;
		left: 27%;
	}
}
@media (max-width: 1536px){
    .popup-zamer {
		width: 53%;
		left: 25%;
	}
    .popup-content .img-block .popup-img {
        top: -19%;
        left: -12%;
    }
}
@media (max-width: 1440px){
	.popup-zamer {
		width: 55%;
		left: 25%;
	}
	.popup-title-txt {
		font-size: 26px;
	}
	.popup-subtitle {
        width: 68%;
	}
}
@media (max-width: 1366px){
	.popup-zamer {
		width: 58%;
		left: 25%;
	}
	.popup-title-txt {
		font-size: 26px;
	}
	.popup-title-sml{
		margin: 7px 0 0 auto;
	}
	.popup-content .img-block .popup-img{
		top: -18.5%;
        left: -11%;
	}
}
@media (max-width: 1280px){
    .popup-zamer {
		width: 60%;
		left: 25%;
	}
	.popup-title-txt {
		font-size: 24px;
	}
	.popup-title-sml{
		font-size: 13px;
	}
	.popup-content .img-block .popup-img {
        top: -18.5%;
        left: -11%;
    }
	.popup-subtitle {
        width: 70%;
        font-size: 14px;
        line-height: 1.05;
    }
	
}
@media (max-width: 1024px){
	.popup-zamer{
        width: 74%;
        left: 17%;
    }
	.popup-content .img-block .popup-img {
		width: 40%;
        top: -23%;
        left: -12%;
	}
	.bodyMain .popup-content .img-block .popup-img {
	    top: -20%;
	}
	.popup-title-txt {
		font-size: 22px;
	}
}
@media (max-width: 960px){
	.popup-zamer {
		width: 77%;
	}
	.popup-content .img-block .popup-img{
		top: -20%;
	}
	.bodyMain .popup-content .img-block .popup-img {
        top: -17%;
    }
    .popup-title {
        margin: -7px 0 0 0;
    }
}
@media (max-width: 768px){
	.popup-zamer{
		width: 89%;
        left: 8%;
	}
	.popup-content .img-block .popup-img {
		width: 40%;
        top: -11%;
        left: -9%;
	}
	.bodyMain .popup-content .img-block .popup-img {
        top: -10.5%;
    }
	.popup-title {
		margin: 8px 0 0 0;
	}
	.popup-title-txt {
		font-size: 20px;
	}
	.popup-title-sml{
		width: 80%;
	}
	.popup-subtitle {
        width: 70%;
	}
	.popup-form .b24-form{
	    min-width: 100%;
	   width: 90%!important; 
	}
}
@media (max-width: 600px){
	.popup-content{
		flex-direction: column;
	}
	.popup-zamer{
		width: 67%;
        left: 15%;
        top: 13%;
	}
	.popup-title {
		margin: 10px 0;
		padding: 0;
		text-align: center;
	}
	.popup-title::after{
		display: none;
	}
	.popup-title-txt{
		font-size: 32px;
		color: #04295F;
	}
	.popup-title-sml{
		margin: 4px auto 0 auto;
		width: 90%;
		font-size: 15px;
		color: #000;
	}
	.popup-subtitle {
        width: 90%;
        margin: 1rem auto;
        padding: 0;
        text-align: center;
    }
	.popup-form {
		position: relative;
		z-index: -1;
	}
	.popup-content .img-block .popup-img,
	.bodyMain .popup-content .img-block .popup-img{
		width: 53%;
        top: 39.5%;
        left: 72%;
	}
}
@media (max-width: 560px){
	.popup-title-txt {
		font-size: 22px;
	}
	.popup-content .img-block .popup-img,
	.bodyMain .popup-content .img-block .popup-img{
		top: 41%;
		left: 72%;
	}
	.popup-content .img-block .popup-img{
	    left: 75%;
	}
	.bodyMain .popup-content .img-block .popup-img{
		top: 45%;
	}
}
@media (max-width: 480px){
	.popup-zamer,
	.bodyMain .popup-zamer{
        width: 75%;
        left: 13%;
    }
	.popup-title-txt {
		font-size: 26px;
	}
	.popup-title-sml {
		margin: 8px auto 0 auto;
		width: 100%;
	}
	.popup-content .img-block .popup-img {
	    display: none;
		/*top: 69%;*/
		/*left: 67%;*/
	}
	.popup-subtitle {
        width: 100%;
	}
}
@media (max-width: 414px){
    .popup-zamer,
    .bodyMain .popup-zamer{
        width: 80%;
        left: 10%;
    }
	.popup-content .img-block .popup-img {
		top: 73%;
		left: 64%;
	}
}
@media (max-width: 390px){
	.popup-content .img-block .popup-img {
		top: 74%;
		left: 64%;
	}
}
@media (max-width: 360px){
	.popup-content .img-block .popup-img {
		top: 76%;
		left: 61%;
	}
	.popup-title-txt {
		font-size: 24px;
	}
}
@media (max-width: 320px){
	.popup-zamer,
	.bodyMain .popup-zamer{
		padding: 2rem 1rem;
		width: 85%;
        left: 8%;
	}
	.popup-title-txt {
		font-size: 22px;
	}
	.popup-content .img-block .popup-img{
		display: none;
	}
	.b24-form .b24-form-sign-abuse-link{
		text-align: left;
		font: 11px var(--b24-font-family);
	}
}

@media (max-width: 800px) {
    .onlyDoor .textOnlyDoor,
    .textOnlyDoor{
    opacity: 1!important;
}
}