.main__wrap{
    width: 1200px;
    margin: 0 auto;
}
.main__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1%;
}
.main__title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #333333;
}
.main__title-h3{
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
}
.main__title-h4{
    color: #333333!important;
    font-size: 27px!important;
    font-weight: 700!important;
    font-family: "Roboto Condensed",sans-serif!important;
}
.main__title::after{
    content: "";
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    border-bottom: 4px solid #fecc0c;
}
.main__description{
    font-size: 17px !important;
    line-height: 24px !important;
    color: #333333 !important;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-align: center !important;
}
.main__text{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    padding: 10px 0;
}
.main__link{
    color: #07a3ff;
    text-decoration: underline;
}
.main__image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-main{
    margin-top: -25px;
    display: flex;
    justify-content: space-between;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0;
}
.promo-main .btn-calc p{
    color: #fff;
    line-height: 1;
    font-family: "Roboto Condensed",sans-serif;
}
p.main-price{
    line-height: 1;
    font-family: "Roboto Condensed",sans-serif;
}
.promo-main__title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 2px;
    padding: 15px 0;
}
.promo-main__left{
    max-width: 600px;
}
.btn-calc{
    text-align: center;
    width: 310px;
    height: 103px;
    -moz-box-shadow: inset 0 69px 0 -15px #fb5555,inset 0 -5px 0 0 #cc4c3d;
    -webkit-box-shadow: inset 0 69px 0 -15px #fb5555, inset 0 -5px 0 0 #cc4c3d;
    box-shadow: inset 0 69px 0 -15px #fb5555, inset 0 -5px 0 0 #cc4c3d;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f41414),color-stop(1,#f53636));
    background: -moz-linear-gradient(top,#f41414 5%,#f53636 100%);
    background: -webkit-linear-gradient(top,#f41414 5%,#f53636 100%);
    background: -o-linear-gradient(top,#f41414 5%,#f53636 100%);
    background: -ms-linear-gradient(top,#f41414 5%,#f53636 100%);
    background: linear-gradient(to bottom,#f41414 5%,#f53636 100%);
    background-color: #f41414;
    border-radius: 5px;
    display: block!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    color: #fff!important;
    padding: 10px 22px!important;
    text-decoration: none!important;
}
.btn-calc p{
    color: #fff;
}
.btn-calc:hover{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f53636),color-stop(1,#f41414));
    background: -moz-linear-gradient(top,#f53636 5%,#f41414 100%);
    background: -webkit-linear-gradient(top,#f53636 5%,#f41414 100%);
    background: -o-linear-gradient(top,#f53636 5%,#f41414 100%);
    background: -ms-linear-gradient(top,#f53636 5%,#f41414 100%);
    background: linear-gradient(to bottom,#f53636 5%,#f41414 100%);
    background-color: #f53636;
}
.btn-calc__sup,p.btn-calc__sup{
    font-weight: bold;
    font-size: 42px;
    text-shadow: 1px 2px 2px #cc4c3d;
    margin-bottom: 10px;
    line-height: inherit;
}
.btn-calc__sub,p.btn-calc__sub{
    font-size: 19px;
}
.main-price__text{
    font-size: 58px;
    font-weight: bold;
}
.main-price{
    display: flex;
    align-items: center;
    padding: 20px;
}
.main-price__value{
    color: #f62b2a;
    font-size: 78px;
    font-weight: bold;
    display: flex;
    padding: 10px;
}
.main-price__icon{
    font-size: 72px;
    margin-top: -3px;
    padding: 0 5px;
}

.advice-install{
    display: flex;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.advice-install::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    background: url("../img/line.png") no-repeat center center;
}
.advice-install__logo{
    width: 320px;
    overflow: hidden;
    border: 1px solid #c7c7c7;
}
.advice-install__image{
    height: 100%;
}
.advice-install__text{
    flex: 1;
    padding: 0 40px;
}
.advice-install__title{
    font-size: 32px;
    font-weight: bold;
    padding: 15px 0;
    color: #333333;
}
.advice-install__item p{
    font-size: 17px;
    color: #333333;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    padding: 5px 0;
}

.step-install{
    padding: 20px 0;
}
.step-install-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -3%;
}
.step-install-list__item{
    min-width: 280px;
    width: 27.33%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 15px 3%;
}
.step-install-list__logo{
    width: 100%;
    height: 270px;
    overflow: hidden;
    border: 1px solid #c7c7c7;
}
.step-install-list__image{
    height: 100%;
}
.step-install-list__number{
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 5px 20px;
    border-radius: 50%;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 60px;
    color: #333333;
    background-image: url("../img/round.png");
    background-size: 100% 100%;
    z-index: 2;
}
.step-install-list__title{
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    padding: 20px 0 10px 0;
    color: #333333;
}
.step-install-list__description{
    font-size: 17px;
    color: #333333;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
}

.step-install-warranty{
    display: flex;
    padding: 40px 0;
}
.step-install-warranty__right{
    flex: 1;
    margin-left: 6%;
}
.step-install-warranty__title{
    font-size: 32px;
    font-weight: bold;
    padding: 15px 0;
    color: #333333;
}
.step-install-warranty__text p{
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #333333;
    padding: 5px 0;
}

.step-install-warranty__logo{
    width: 29.33%;
    min-width: 280px;
    border: 1px solid #c7c7c7;
    overflow: hidden;
}
.step-install-warranty__image{
    height: 100%;
}

.btn-form{
    outline: none;
    display: block;
    border-radius: 5px;
    transition: .3s;
}
.btn-form:hover{
    opacity: .8;
}
.btn-form--yellow{
    background: linear-gradient(#fee961, #fdd015);
    box-shadow: 0px 5px 0px 0px #e0b203;
    border: none;
    padding: 20px 28px;
    color: #010101;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}
.btn-form--step-install{
    margin: 25px auto 15px;
}
.btn-form--strengthening{
    margin: 40px auto;
}

/*image-text*/
.image-text{
    display: flex;
    flex-wrap: wrap;
}
.image-text--direction_column{
    margin: 0 -1%;
}
.image-text__item{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.image-text__logo{
    height: 360px;
    overflow: hidden;
    position: relative;
    border: 1px solid #c7c7c7;
}
.image-text__img{
    width: 100%;
}
.image-text__logo--direction_row{
    width: 40%;
}
.image-text__logo--direction_column{
    width: 100%;
}
.image-text__title{
    font-size: 40px!important;
    font-family: "Roboto", sans-serif!important;
    font-weight: bold!important;
    color: #333333!important;
    
}
.image-text__title--direction_row{
    padding: 0 0 10px 0;
}
.image-text__title--direction_column{
    padding: 10px 0;
}
.image-text__description p{
    font-size: 17px;
    text-align: justify;
    color: #333333;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    padding: 10px 0;
}
.image-text__right{
    flex: 1;
}
.image-text__right--direction_row{
    width: 100%;
    margin-left: 50px;
}
.image-text__item--direction_row:nth-child(even){
    flex-direction: row-reverse;
}
.image-text__item--direction_row:nth-child(even) .image-text__right--direction_row{
    margin-left: 0;
    margin-right: 50px;
}

.image-text__item--direction_column{
    width: 48%;
    min-width: 300px;
    margin: 0 1%;
    flex-direction: column;
}
.image-text__price{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/*//image-text*/

/*image-price*/
.image-price{
    display: flex;
    align-items: flex-end;
    background-color: rgba(254, 204, 12, .7);
    padding: 5px 10px;
}
.image-price__value{
    font-size: 48px;
    font-weight: bold;
    display: flex;
    padding: 0 3px;
}
.image-price__text{
    font-size: 28px;
    padding-bottom: 5px;
}
.image-price__icon{
    font-size: 42px;
    margin-top: -3px;
}
/*//image-price*/

/*image-layout*/
.image-layout{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url(../img/sprite.png);
}
.image-layout--1{
    width: 110px;
    height: 90px;
    background-position: -114px -228px;
}
.image-layout--2{
    width: 104px;
    height: 100px;
    background-position: -242px -114px;
}
.image-layout--3{
    width: 126px;
    height: 56px;
    background-position: -224px -228px;
}
/*//image-layout*/

/*slider-tabs*/
.slider-tabs{
    position: relative;
    min-height: 500px;
    width: 500px;
}
.slider-top{
    position: relative;
}
.slider-top::after, .price-tabs::after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    background: url(../img/line.png) no-repeat center center;
}
.slider-tabs__item{
    position: absolute;
    top: 0;
    left: 0;
}
.slider-tabs__description{
    padding: 40px 0;
}
.slider-tabs__nav{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 50px;
}
/*//slider-tabs*/

/*switch-tabs-stripes*/
.switch-tabs-stripes{
    display: flex;
}
.switch-tabs-stripes__item{
    padding: 5px 15px;
    border: 1px solid #fecc0c;
    margin: 2px;
    background: none;
    outline: none;
    transition: .3s;
}
.switch-tabs-stripes__item:hover, .switch-tabs-stripes__item--active{
    background-color: #fecc0c;
    cursor: pointer;
}
/*//switch-tabs-stripes*/


.switch-tabs-button__item{
    padding: 8px 15px;
    margin: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: bold;
    border: 2px solid transparent;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.switch-tabs-button__item--active{
    background-color: #ffde00; 
}
.switch-tabs-button__item:hover{
    border: 2px solid #ffde00;
}

.price-tabs{
    min-height: 740px;
    position: relative;
    padding: 20px 0;
    background-image: url(../img/bg-sky.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.price-tabs__nav{
    display: flex;
    justify-content: center;
}
.price-tabs__item{
    display: flex;
    position: absolute;
    top: 140px;
    left: 0;
}
.price-tabs__right{
    flex: 1;
}
.price-tabs__logo{
    width: 55%;
    height: 475px;
    overflow: hidden;
    border-radius: 10px;
    border: 9px solid #ffffff;
    box-shadow: 0px 0px 4px -1px #000000;
}
.price-tabs__img{
    width: 100%;
}
.price-tabs__description{
    border: 9px solid rgba(0, 160, 255, .4);
    background-color: rgba(255,255,255, .7);
    border-radius: 10px;
    padding: 40px;
    margin: -40px 0 0 -40px;
    font-size: 22px;
    line-height: 27px;
    color: #333333;
    font-family: "Roboto", sans-serif;
    position: relative;
}
.price-tabs__description::before{
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(../img/screamer.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -70px;
    top: 5px;
}
.price-tabs__values{
    width: 400px;
    margin: -30px 0 0 50px;
    position: relative;
}
.price-tabs__btn{
    margin: -30px 0 0 96px;
    position: relative;
}

.info-box__logo{
    width: 150px;
    margin: 15px auto;
}
.info-box__image{
    width: 100%;
}

.simple-images{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}
.simple-images__item{
    width: 31.33%;
    margin: 15px 1%;
    min-width: 285px;
    height: 285px;
    overflow: hidden;
    border: 1px solid #c7c7c7;
}
.simple-images__img{
    height: 100%;
}

.compare-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 60px 0;
}
.compare-box p{
    margin-bottom: 0!important;
    line-height: normal;
}
.compare-box__item{
    width: 33.33%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #c7c7c7;
}
.compare-box__item2{
    width: 25%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #c7c7c7;
}
.compare-box__ceil{
    padding: 20px 30px;
    text-align: center;
    width: 100%;
}
.compare-box__logo{
    width: 190px;
    height: 260px;
    overflow: hidden;
}
.compare-box__ceil:nth-child(even){
    background-color: #f7f7f7;
}
.compare-box__ceil--light{
    font-size: 22px!important;
    font-weight: 300!important;
    font-family: "Roboto", sans-serif!important;
    line-height: 24px!important;
}
.compare-box__ceil--bold{
    font-weight: 700!important;
    font-family: "Roboto", sans-serif!important;
    font-size: 24px!important;
    color: #333333!important;
}
.compare-box__ceil--price{
    color: #f62b2a!important;
    font-weight: 700!important;
    font-family: "Roboto", sans-serif!important;
    font-size: 32px!important;
    display: flex!important;
    justify-content: center!important;
}
.compare-box__ceil--icon{
    font-size: 28px!important;
    margin-top: -3px!important;
    padding: 0 3px!important;
}

.list-type{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px -1%;
}
.list-type__item{
    width: 18%;
    margin: 10px 1%;
    min-width: 200px;
}
.list-type__title{
    font-size: 22px;
    padding: 10px;
    text-align: center;
    color: #333333;
}
.list-type__image{
    height: 160px;
    overflow: hidden;
}
.list-type__img{
    width: 100%;
}

.images-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.images-list__item{
    width: 48%;
    min-width: 280px;
    margin: 15px 1%;
    display: flex;
    flex-direction: column;
}
.images-list__title{
    padding: 15px;
    text-align: center;
}
.images-list__logo{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.images-list__img{
    width: 100%;
}
.images-list__price{
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: start;
}

.special-price{
    width: 85px;
    padding: 0;
    background-color: #f62b2a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-advant__item{
    width: 31.33%;
    min-width: 240px;
    margin: 10px 1%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-advant__description{
    text-align: justify;
}
.list-advant__logo{
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.list-advant__image{
    height: 100%;
}
.list-advant__title{
    padding: 10px;
}

.list-house__item{
    width: 31.33%;
    margin: 10px 1%;
    padding: 10px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.list-house__logo{
    height: 300px;
    overflow: hidden;
}
.list-house__image{
    width: 100%;
}
.list-house__title{
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #fecc0c;
}
.list-house__description{
    text-align: center;
}
.list-house__label{
    position: absolute;
    top: 20px;
    right: 20px;
}

.label-arrow{
    
}
.label-arrow__top{
    width: 100%;
    border-bottom: 2px solid #f62b00;
    border-top: 2px solid #f62b00;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    font-size: 18px;
    color: #333333;
}
.label-arrow__value{
    background-image: url("../img/shrink-arrow.png");
    width: 92px;
    height: 55px;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    padding-bottom: 9px;
    font-weight: bold;
    color: #ffffff;
}

.price-label{
    color: #f62b2a;
    font-size: 64px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px 10px 10px;
    width: 269px;
    height: 88px;
    background-image: url(../img/label.png);
}
.price-label__icon{
    font-size: 58px;
    margin-top: -3px;
}

.list-shape__item{
    margin: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.list-shape__title{
    padding: 10px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-shape__price{
    margin: 15px auto;
}
.list-shape__logo{
    height: 300px;
    overflow: hidden;
}
.list-shape__image{
    height: 100%;
}
.list-shape__arrow{
    position: absolute;
    z-index: 3;
    top: 45%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-image: url(../img/gallery-btn.png);
}
.list-shape__arrow--left{
    left: 0;
    background-position: left top;
}
.list-shape__arrow--left:hover{
    background-position: left bottom;
}
.list-shape__arrow--right{
    right: -20px;
    background-position: right top;
}
.list-shape__arrow--right:hover{
    background-position: right bottom;
}

.list-system__item{
    width: 345px;
    height: 345px;
    overflow: hidden;
    margin: 20px;
}
.list-system__image{
    height: 100%;
}

.obsada{
    padding: 40px 0;
}

.obsada-box{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.obsada-box__right{
    padding: 20px;
    max-width: 700px;
}

.obsada-price{
    padding: 40px;
}
.obsada-price__wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.obsada-price__right{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 20px;
}
.obsada-price__title{
    font-size: 72px;
    color: #333333;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px;
}
.obsada-box__mark{
    color: #f62b2a;
}
.obsada-price__title-label{
    border-radius: 10px;
    color: #ffffff;
}
.obsada-price__title--price_old{
    background-color: #333333;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}
.obsada-price__title--price_new{
    text-transform: uppercase;
    background-color: #f62b2a;
    padding: 20px 15px;
    font-size: 27px;
    margin-top: -15px;
    position: relative;
    z-index: -1;
}
.obsada-price__value{
    display: flex;
    justify-content: center;
    background: url(../img/shape.png);
    width: 167px;
    height: 47px;
    font-size: 55px;
    font-weight: bold;
}
.obsada-price__icon{
    font-size: 50px;
    margin-top: -3px;
}

@media screen and (max-width: 1200px) {
      .main__wrap{
          width: 90%;
      }
      .comagic-call-generator-background{
          display: none !important;
      }
}
@media screen and (max-width: 800px) {
    .main__title{
        font-size: 27px;
    }
    .promo-main__title{
        font-size: 32px;
        width: 100%;
        text-align: center;
    }
    .step-install-warranty{
        flex-wrap: wrap;
    }
    .advice-install{
        flex-wrap: wrap;
    }
    .promo-main{
        flex-wrap: wrap;
    }
    .btn-calc{
        width: 280px;
        margin: 0 auto;
    }
    .main-price{
        justify-content: center;
    }
    .promo-main__right{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto;
    }
    .promo-main__right img{
        width: 100%;
    }
    .step-install-warranty__logo{
        margin: 0 auto;
    }
    .advice-install__title{
        font-size: 27px;
    }
    .list-shape__logo{
        height: 200px;
    }
    .obsada-box{
        flex-wrap: wrap;
    }
    .obsada-box__logo img{
        width: 100%;
        height: auto;
    }
    .obsada-box__right{
        padding: 0;
        width: 300px;
    }
    .image-text__logo{
        height: auto;
    }
    .slider-tabs{
        min-height: 300px;
    }
    .image-text__right--direction_row{
        margin: 10px auto;
    }
    .image-text__title{
        font-size: 27px;
    }
    .image-text__img{
        width: 100%;
    }
    .image-text__logo--direction_row{
        width: 100%;
    }
    .images-list{
        justify-content: center;
    }
    .price-tabs__item{
        flex-wrap: wrap;
        position: static;
        justify-content: center;
    }
    .switch-tabs-button__item{
        font-size: 16px;
    }
    .price-tabs__logo{
        height: auto;
    }
    .price-tabs__description{
        margin: 15px auto;
        font-size: 14px;
        line-height: 22px;
    }
    .price-tabs__description::before{
        width: 40px;
        height: 40px;
        left: 0;
    }
    .price-tabs__values{
        margin: 15px auto;
    }
    .price-tabs__values{
        width: 280px;
    }
    .image-text__item--direction_row:nth-child(even) .image-text__right--direction_row{
        margin: 10px auto;
    }
    .image-text__item--direction_column{
        min-width: 280px;
    }
}
@media screen and (max-width: 480px) {
    .price-tabs__logo{
        width: 100%;
    }
    .switch-tabs-button{
        display: flex;
        flex-direction: column;
    }
    .switch-tabs-button__item{
        width: 100%;
    }
}
.calc_bt{
    border: none;
    background: url('../img/calc_but.png') no-repeat;
    position: absolute;
    width: 140px;
    height: 37px;
    background-size: cover;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 5px;    
}
.bt2,.bt3,.bt4,.bt5{
    top: 436px;    
}
.bt2,.bt6{
    left: 183px;        
}
.bt3,.bt7{
    left: 365px;        
}
.bt4,.bt8{
    left: 579px;        
}
.bt5,.bt9{
    left: 803px;        
}
.bt6,.bt7,.bt8,.bt9{
    top: 660px;    
}