 Убрать адаптивность: */
/*.container {
    width: 1170px !important;
}*/


@media screen and (min-width: 1200px) {
    html { overflow-x: hidden; }
}

body {
    background-color: white;

    /* font-family: 'Vollkorn', serif; */
}


a, 
a:active, 
a:hover,
a:focus {
    text-decoration: none;
}


.myH1 {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: black;
    width: 1170px;
    margin: 20px auto 10px;
}

.size18 {
    font-size: 18px;
    margin: 5px 0 15px;
    width: 1170px;
    padding: 3px 7px;
}
.size16 {
    font-size: 16px;
    width: 1170px;
    padding: 3px 7px;
}




/* верхнее меню начало ************************ */
.topPanel {
    background-image: url(/template/image/bgtop.jpg);
    background-color: black;
    padding: 10px 3px;
    text-align: left;
    min-width: 1170px;
}

.topPanel .container {
    min-width: 1170px;
}
.topPanel .row {
    width: 1170px;
    margin: 0 auto;
}

/* 1 колонка - логотип начало ************************ */
/* 
.topPanel .logo img {
    width: 100%;
    max-width: 298px;
} */
.topPanel .logo {
    min-width: 485px;
    text-align: left;
}
/* 1 колонка - логотип конец ************************ */


/* 2 колонка - ссылки начало  ************************ */
.topPanel .link {
    min-width: 290px;
}
.topPanel .link > span {
    display: block;
}
.topPanel .link span.link1, 
.topPanel .link span.link2 {
    height: 37px;
    padding-top: 5px;
}
.topPanel .link span.link1 a, 
.topPanel .link span.link2 a {
    padding-left: 35px;
    padding-top: 7px;
    padding-bottom: 5px;
}
.topPanel .link span.link1 a {
    background: url("/template/image/icocalc.png") no-repeat left center;
} 
.topPanel .link span.link2 a {
    background: url("/template/image/icozamer.png") no-repeat left center;
}
.topPanel .link span a span {
    text-decoration: underline;
}
.topPanel .link a, 
.topPanel .link a:active, 
.topPanel .link a:visited {
    color: white;
    font-size: 15px;
}

.topPanel .link .myModalBtn {
    background: url("/template/image/icozamer.png") no-repeat left center;
    color: white;
    font-size: 15px;
    padding-left: 35px;
    text-decoration: underline;
}
/* 2 колонка - ссылки конец ************************ */


/* 3 колонка - номер телефона начало ************************ */
.topPanel .zvonok {
    text-align: center;
    min-width: 390px;
}
.topPanel .zvonok span {
    display: block;
}
.topPanel .zvonok span a.tel {
    font-size: 33px;
    color: white;
}
.topPanel .zvonok span a.perezvon {
    font-size: 18px;
    color: #fbe60b;
    font-weight: bold;
    border-bottom: 1px dashed;
}

/* 3 колонка - номер телефона конец ************************ */

/* верхнее меню конец ************************ */







.marginTop {
    margin-top: 25px;
}

.myLogo,
.myLogo:active,
.myLogo:visited {
    color: #337AB7;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}



@media screen and (min-width: 1px) { 
    #topNavBar {
        background-color: #F8F8F8;
        min-width: 1170px;
    }
    .topNavBar {
        width: 1170px;
        padding: 0;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .topNavBar ul {
        width: 1170px;
    }
    .topNavBar ul li {
        padding: 0 3px;
        display: inline-block;
        margin: 0;
    }
    .topNavBar ul li a:hover {
        background: transparent;
        color: #2C5B8F;
        text-decoration: underline;
    }
    .topNavBar .navbar-nav > li > a {
        text-transform: uppercase;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    .topNavBar .navbar-nav > li > a.sale {
        color: red;
    }
    .topNavBar .navbar-nav > li > a.bestprice img {
        width: 44px;
    }
    .topNavBar .dropdown:hover > .dropdown-menu { 
        display: block; 
    }
    .topNavBar .navbar-nav li.activeMenu {
        background: url('/template/image/activemenu.png') no-repeat center center;
    }

    .topNavBar .dropdown .dropdown-menu {
        width: 230px;
        text-align: center;
    }
}





/* блок, убирающий адаптивность верхнего меню */
@media (min-width: 99px) and (max-width: 767px) { 
  
}





#activeMenuOkna .priceWindow a {
    text-transform: uppercase; 
    padding: 5px 40px; 
    color: #7a7a7a; 
    text-align: center;
}



.thumbnail {
    border: none;
}

.title {
    color: white;
    background-image: url(/template/image/bgtitle.jpg);
    text-align: center;
    padding: 15px 2px;
}
.title a, 
.title a:active, 
.title a:visited {
    color: white;
    text-decoration: underline;
}

.topMenuTelephone .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}


/* jumbotron на главной странице */
.jumbotron {
    background-color: white;
    min-width: 1170px;
}
.jmbMyStyle {
    text-align: center; 
    color: black;
    /* text-shadow: white 0 0 5px; */
    margin: 0 auto;
}

.jmbMyStyle .block {
    text-align: left;
    margin-top: 30px;
}

.jmbMyStyle .block p {
    font-size: 17px;
}

@media screen and (min-width: 992px) {
    .jmbMyStyle .block {
        max-width: 325px;
    }
}
.jmbMyStyle .block span {
    font-size: 20px;
    color: white;
    background-color: red;
    padding: 5px 15px;
    font-weight: bold;
}


.jmbMyStyle .jmbImage {
    width: 749px;
    /* border: 1px red solid; */
    margin: 0 auto;
}
.jmbMyStyle .price1m {
    width: 420px;
}
.jmbMyStyle .priceBlock {
    /* border: 1px blue solid; */
    max-width: 450px;
}


.jmbMyStyle .block {
    width: 325px;
}





/* Заголовки начало */
.titleSection {
    background: url('/template/image/bgtitlesection.png') repeat-x;
    text-align: center;
    min-width: 1170px;
}

.titleSection span {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
    color: #2d2929;
}

.titleSectionNotBg {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
    min-width: 1170px;
}

.titleSectionNotBg span {
    background: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    color: #2d2929;

}
/* Заголовки конец */






/* "Пластиковые окна недорого" на главной начало */
/* 
.window {
    background: url('/template/image/oknoadvantages.jpg') no-repeat;
    margin-top: 15px;
}
.window .block span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.window .block p {
    display: inline;
}
 */
.window {
    background: url('/template/image/oknoadvantages.jpg') no-repeat;
    height: 595px;
    position: relative;
    width: 1170px;
    margin: 30px auto;
}
.window .block .header {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.window .block .description {
    font-weight: lighter;
    margin-top: 10px;
    width: 270px;
    line-height: 1.2;
}
.window .block4 .description, 
.window .block5 .description {
    margin-top: 20px;
}
.window .block1 {
    background: url('/template/image/advantages/okno_b1.png') no-repeat;
    height: 107px;
    position: absolute;
    width: 521px;
    left: 20px;
    padding-left: 90px;
}
.window .block2 {
    background: url('/template/image/advantages/okno_b2.png') no-repeat;
    height: 107px;
    position: absolute;
    width: 521px;
    left: 20px;
    top: 137px;
    padding-left: 90px;
}
.window .block3 {
    background: url('/template/image/advantages/okno_b3.png') no-repeat;
    height: 139px;
    position: absolute;
    width: 521px;
    left: 20px;
    top: 287px;
    padding-top: 20px;
    padding-left: 90px;
}
.window .block4 {
    background: url("/template/image/advantages/okno_b4.png") no-repeat;
    height: 139px;
    left: 158px;
    padding-left: 82px;
    position: absolute;
    top: 490px;
    width: 360px;
}
.window .block5 {
    background: url("/template/image/advantages/okno_b5.png") no-repeat;
    height: 139px;
    left: 665px;
    padding-left: 82px;
    position: absolute;
    top: 490px;
    width: 360px;
}
.window .block6 {
    background: url("/template/image/advantages/okno_b6.png") no-repeat scroll center top;
    height: 139px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 352px;
    padding-top: 140px;
}
.window .block7 {
    background: url("/template/image/advantages/okno_b7.png") no-repeat scroll center top;
    height: 139px;
    padding-top: 130px;
    position: absolute;
    right: 5px;
    top: 240px;
    width: 352px;
}
/* "Пластиковые окна недорого" на главной конец */






/* Слайдеры начало */
.myCarousel {
    min-width: 1170px;
    height: 450px;
    padding-top: 30px;
}
@media screen and (max-width: 991px) {
    .withWindows {
        background-color: #275587;
    }
}
@media screen and (min-width: 992px) {
    .withWindows {
        background: url('/template/image/bgcarousel.jpg') repeat-x;
        background-color: #FFFFFF;
        min-height: 465px;
    }
}
.myCarousel .header {
    font-size: 55px;
    color: white;
    margin-top: -20px;
    margin-bottom: 20px;
}
.myCarousel .thumbnail {
    background-color: transparent;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

.carousel div.desc {
    color: white;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.colorSolutions div.desc {
    color: #555555;
    font-size: 12px;
    text-transform: none;
    margin-top: -15px;
}
.colorSolutions .carousel-control {
    margin-top: 70px;
}

#solutionsColor .item a img {
    border: 3px solid transparent;
    border-radius: 50%;
}
#solutionsColor .item a img.activeInCarousel,
#solutionsColor .item a img:hover {
    border: 3px solid #fbe60b;
    border-radius: 50%;
    cursor: pointer;
}

.withWindows .carousel a.thumbnail {
    cursor: default;
}
/* Слайдеры конец */






/* "Бесплатный замер и Рассрочка 0%" на главной начало */
.advDesc {
    margin-top: 40px;
    margin-bottom: 30px;
    min-width: 1170px;
}
.advDesc .zamer, 
.advDesc .inpay {
    width: 555px;
    margin: 0 auto;
}
.advDesc .zamer > div, 
.advDesc .inpay > div {
    float: left;
}
.advDesc .desc {
    margin-left: 25px;
}
.advDesc div img {

}
.advDesc .zamer div > span, 
.advDesc .inpay div > span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 15px 5px;
    border-bottom: 4px solid yellow;
}
.advDesc .zamer div p, 
.advDesc .inpay div p {
    max-width: 300px;
}
/* "Бесплатный замер и Рассрочка 0%" на главной конец */





#solutionsColor {
    margin-top: 20px;
}
.colorSolutions #CarouselLamination .headerCarousel, 
.colorSolutions #CarouselHandle .headerCarousel {
    color: #333;
    font-size: 18px;
    margin-left: 25px;
    margin-bottom: 7px;
    font-weight: bold;
}
/* Выбор окна и ручки начало */
.rcLamination {
    position: absolute;
}
.rtHandle {
    position: absolute;
}
/* Выбор окна и ручки конец */


/* Форма заявки (номер и телефон) на главной странице начало */
/* .formIndex {
    background-color: #FFD101;
    padding: 35px 15px;
    text-align: center;
}
 */
 .formIndex {
    /* background: linear-gradient(угол / сторона или угол наклона с помощью ключевого слова (пары ключевых слов), первый цвет, второй цвет и т.д.); */
    background: linear-gradient(0deg, #FFCE01, #FFF901);
    padding: 35px 15px;
    text-align: center;
    box-shadow: 7px 7px 12px 3px rgba(0, 0, 0, .2);
    min-width: 1140px;
}

#formIndex {
    width: 100%;
    min-width: 1170px;
    margin: 0 auto;
}
.formIndex {
    width: 1140px;
    margin: 0 auto;
}
.formIndex .nameFormIndex, 
.formIndex .phoneFormIndex, 
.formIndex .btnFormIndex {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border-radius: 25px;
}
.formIndex .nameFormIndex {
    max-width: 350px;
    font-size: 18px;
    background-image: url("/template/image/forman.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
}
.formIndex .phoneFormIndex {
    max-width: 350px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    background-image: url("/template/image/formap.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
}
.formIndex .btnFormIndex {
    background: linear-gradient(0deg, #1F4EB2, #3472FA);
    width: 270px;
    font-size: 20px;
    margin-bottom: 7px;
    color: white;
    text-transform: uppercase;
}
/* Форма заявки (номер и телефон) на главной странице конец */





/* сравнение начало */
.sravnenie {
    margin: 0 auto;
    text-align: center;
    min-width: 1170px;
    margin-top: 30px;
}
.sravnenie .elements {
    border: 7px #FFE40B solid;
    display: inline-block;
    text-align: center;
    position: relative;
}
.sravnenie p.element1 {
    font-size: 44px;
    background-color: white;
    z-index: 3;
    position: absolute;
    top: -30px;
    left: 75px;
    padding: 4px 15px;
    font-weight: bold;
    width: 425px;
}
.sravnenie p.element2 {
    font-size: 42px;
    margin-top: 10px;
    padding: 25px 20px 15px;
    font-weight: bold;
    min-width: 575px;
}
.sravnenie p.element2 a, 
.sravnenie p.element2 a:active, 
.sravnenie p.element2 a:visited  {
    color: #333;
}
.sravnenie p.element2 a:hover {
    border-bottom: 3px solid;
}
/* сравнение конец */




/* без предоплаты начало */
.noavans {
    background: url("/template/image/noavans.jpg") repeat-x 50% top;
    min-width: 1170px;
    height: 508px;
    color: #333;
    position: relative;
    margin: 25px auto;
}
.noavans p {
    position: absolute;
    top: 100px;
    right: 50px;
}
.noavans p .h1 {
    display: block;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.noavans p .adv {
    background: url("/template/image/noavansadv.png") no-repeat left center;
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding-left: 58px;
    margin-top: 30px;
}
.noavans p .button {
    display: block;
    text-align: center;
}
.noavans p .btn {
    background: linear-gradient(0deg, #1F4EB2, #3472FA);
    width: 310px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 25px;
    text-align: center;
    margin-top: 30px;
    padding: 8px 3px;
}
/* без предоплаты конец */



/* блок после "без предоплаты" начало */
.countryHouseAndBalcony {
    margin: 30px auto;
    min-width: 1170px;
}
.countryHouseAndBalcony .blocks div .h1 {
    display: block;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.countryHouseAndBalcony .blocks div p {
    margin-bottom: 25px;
    font-size: 16px;
}
.countryHouseAndBalcony .blocks div .btn {
    background: linear-gradient(0deg, #FFCE00, #FFFD00);
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    padding: 12px 15px;
    border: none;
    border-bottom: 3px #D08515 solid;
}
.countryHouseAndBalcony .blocks div > img {
    max-width: 100%;
}
/* блок после "без предоплаты" конец */



/* Портфолио (на главной) начало */
.portfolioCarousel {
    margin: 0 auto;
    min-width: 1170px;
}
#portfolioCarousel {
    background: url("/template/image/portfolio/index/bg.png") repeat;
    padding: 20px 5px;
    min-width: 1000px;
    border-radius: 10px;
    border: 2px #CCC solid;
    margin: 0 auto;
}
.portfolioCarousel .row, 
#portfolioCarousel .row {
    margin: 0;
}
#portfolioCarousel .portfolio-item {
    display: inline-block;
    margin: 0 25px;
}
#portfolioCarousel .item .row {
    width: 100%;
    text-align: center;
}
#portfolioCarousel .item img {
    border-radius: 10px;
    border: 2px #CCC solid;
}

#portfolioCarousel .carousel-control {
    margin-top: 63px;
}
#portfolioCarousel .carousel-control.left {
    left: 15px;
}
#portfolioCarousel .carousel-control.right {
    right: 15px;
}

#flb-lightbox-text {
    /* background: url("/template/image/portfolio/index/bg2.png") repeat; */
    font-size: 22px;
}
#flb-lightbox-text .portfolioPrice {
    color: #FFE018;
}
#flb-back-pic, 
#flb-next-pic {
    font-size: 16px;
}


.portfolioCarousel .razdelu {
    text-transform: uppercase;
    margin-top: 40px;
    width: 1140px;
    margin: 0 auto;
}
.portfolioCarousel .razdelu a, 
.portfolioCarousel .razdelu a:active, 
.portfolioCarousel .razdelu a:visited {
    color: #2861dd;
    font-weight: bold;
    border-bottom: 1px solid;
    font-size: 15px;
}
.portfolioCarousel .razdelu > div {
    margin: 7px auto;
}
/* Портфолио (на главной) конец */





/* Страница Акции и Скидки начало */
#promodiscounts {
    min-width: 1170px;
}
#promodiscounts img {
    max-width: 100%;
}

#promodiscounts .myH1 {
    width: auto;
}


#promodiscounts .imgSale {
    width: 487px;
}

#promodiscounts .block1Right, 
#promodiscounts .block2Left, 
#promodiscounts .block3Right, 
#promodiscounts .block4Left {
    width: 652px;
}


#promodiscounts .imgSaleRight {
    text-align: right;
}
#promodiscounts .imgSaleLeft {
    text-align: left;
}



#promodiscounts p.descriptionSale {
    max-width: 470px;
}
#promodiscounts p.descriptionSaleRight {
    margin: 0 0 0 auto;
}

#promodiscounts h1.myH1Right {
    text-align: right;
}
#promodiscounts h1.myH1Left {
    text-align: left;
}


/*@media screen and (max-width: 767px) {
    #promodiscounts .imgSale {
        text-align: center;
        margin: 15px auto;
    }
    #promodiscounts h1.myH1 {
        text-align: center;
        margin-top: 10px;
    }
    #promodiscounts p.descriptionSale {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
}*/

#promodiscounts.advDesc {
    margin-top: 50px;
}

#promodiscounts.titleSectionNotBg {
    margin-top: 50px;
}

#promodiscounts.portfolioCarousel {
    margin-top: 70px;
}

/* Страница Акции и Скидки конец */




/* Страница Рассрочка начало */
#rassrochka {
    min-width: 1170px;
}
#rassrochka .imageLeft {
    width: 487px;
}
#rassrochka .advantages {
    width: 682px;
}
#rassrochka .advantages .rassrochka > .row > .col-xs-12 {
    border-bottom: 5px solid #ffd800;
    width: 100%;
    max-width: 500px;
    display: inline-block;
}
#rassrochka .advantages .rassrochka .percent0 {
    color: #ffd800;
    font-size: 120px;
    font-family: impact;
    max-width: 180px;
}
#rassrochka .advantages .rassrochka .description {
    display: inline-block;
    color: black;
    font-size: 53px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -2px;
}
#rassrochka .advantages .rassrochka .description > span {
    display: block;
    font-size: 39px;
}

#rassrochka .advantages .noAvans, 
#rassrochka .advantages .month36, 
#rassrochka .advantages .min15 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    color: black;
}


#rassrochka .bank p {
    margin-top: 15px;
} 


#rassrochka.portfolioCarousel {
    margin-top: 70px;
} 
/* Страница Рассрочка конец */




/* Остекление коттеджей начало */
.ostekleniyeK {
    margin: 0 15px;
    padding: 0;
}
.ostekleniyeK .bg {
    text-align: center;
    margin: 0;
    padding: 0;
}
.ostekleniyeK .bg img {
    width: 100%;
    min-width: 1170px;
}

#ostekleniyeK .o123 {
    width: 1170px;
    margin: 0 auto;
}
#ostekleniyeK .o123 > div {
    width: 370px;
}
#ostekleniyeK .o123 div > img {
    border: 8px #ffca00 solid;
    margin-top: 30px;
    width: 100%;
    max-width: 294px;
}
#ostekleniyeK .o123 h3 {
    font-weight: bold;
    margin-top: 12px;
}
#ostekleniyeK .o123 p {
    font-size: 14px;
    max-width: 320px;
}
/* Остекление коттеджей конец */



/* Остекление из ПВХ и алюминия начало */
#ostekleniePvhAlumin {
    width: 1170px;
}
#ostekleniePvhAlumin .options {
    width: 1170px;
}
#ostekleniePvhAlumin .options .block {
    width: 555px;
}

#ostekleniePvhAlumin .tabs .nav-tabs {
    border-bottom: 0px transparent;
}
#ostekleniePvhAlumin .tabs .nav-tabs li {
    background: url(/template/image/pages/ostekleniye/s/menubg.png) repeat-x;
    width: 196px;
    padding: 0;
    margin: 0;
}#ostekleniePvhAlumin .tabs .nav-tabs li.active {
    background: url(/template/image/pages/ostekleniye/s/menubgactive.png) no-repeat;
    height: 84px;
    position: relative;
    z-index: 5;
    top: -7px;
    padding-top: 7px;
}
#ostekleniePvhAlumin .tabs .nav-tabs li a, 
#ostekleniePvhAlumin .tabs .nav-tabs li a:hover, 
#ostekleniePvhAlumin .tabs .nav-tabs li a:active, 
#ostekleniePvhAlumin .tabs .nav-tabs li a:visited {
    color: #000;
    font-size: 26px;
    background-color: transparent;
    border: transparent;
    padding: 5px 0;
    margin: 0;
}

#ostekleniePvhAlumin .tabs .tab-content {
    position: relative;
    top: -37px;
    max-width: 1170px;
}
#ostekleniePvhAlumin .tabs .tab-content .tab-pane {
    margin: 0 auto;
}
#ostekleniePvhAlumin .tabs .tab-content .tab-pane p {
    position: relative;
}
#ostekleniePvhAlumin .tabs .tab-content .tab-pane p img {
    width: 100%;
    max-width: 1170px;
}
#ostekleniePvhAlumin .tabs .tab-content .tab-pane div div {
    background: url(/template/image/pages/ostekleniye/s/ibg.png) no-repeat;
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 553px;
    height: 205px;
}
#ostekleniePvhAlumin .tabs .tab-content .tab-pane div span {
    display: inline-block;
    max-width: 500px;
    position: absolute;
    top: 40px;
    right: 15px;
    text-align: left;
    font-size: 15px;
    color: white;
}

#ostekleniePvhAlumin .tabs .tab-content .tab-pane div p {
    position: absolute;
    bottom: -35px;
    left: 60px;
    width: 193px;
    height: 174px;
}

#ostekleniePvhAlumin .options img {
    max-width: 100%;
}

#ostekleniePvhAlumin .options h2 {
    display: inline-block;
    font-weight: bold;
    margin: 10px 10px;
    padding: 0;
}
#ostekleniePvhAlumin .options .h2Img {
    margin-bottom: 15px;
}
#ostekleniePvhAlumin .options .block h4 {
    text-transform: uppercase; 
    font-weight: bold;
}
#ostekleniePvhAlumin .options ul {
    margin: -15px 0 0 60px;
    padding: 0;
}
#ostekleniePvhAlumin .options ul li {
    list-style-image: url(/template/image/pages/ostekleniye/s/li.png);
}
#ostekleniePvhAlumin .options .block p.price {
    text-align: center;
    margin-top: 55px;
}
#ostekleniePvhAlumin .options .block p.price span {
    background-color: #FCED54;
    color: #000;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    width: 180px;
    height: 70px;
    padding: 10px;
    margin-top: 30px;
}
/* Остекление из ПВХ и алюминия конец */



/* Остекление балконов начало */
#osteklenieBalkonov {
    min-width: 1170px;
}
#osteklenieBalkonov .jmbImage img {
    width: 750px;
}
#osteklenieBalkonov .desc h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    font-family: Serif;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
    text-align: right;
    max-width: 355px;
}
#osteklenieBalkonov .desc {
    margin-right: 100px;
    width: 315px;
}
#osteklenieBalkonov .desc .row {
    background: url(/template/image/pages/ostekleniye/b/hit.jpg) no-repeat 30px center;
    height: 169px;
    margin-top: 15px;/* 
    border: 1px red solid; */
    width: 100%;
}
#osteklenieBalkonov .desc .row span.teplo, 
#osteklenieBalkonov .desc .row span.holod {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-top: 35px;
}
#osteklenieBalkonov .desc .row span.teploDesc, 
#osteklenieBalkonov .desc .row span.holodDesc {
    display: inline-block;
    max-width: 110px;/* 
    border: 1px red solid; */
} 
#osteklenieBalkonov .desc .row span.teplo,
#osteklenieBalkonov .desc .row span.teploDesc {
    
}
#osteklenieBalkonov .desc .row span.holod,
#osteklenieBalkonov .desc .row span.holodDesc {
    margin-left: -15px;
}


#osteklenieBalkonov .balkon {
    background: url(/template/image/pages/ostekleniye/b/view/bg1.jpg) no-repeat;
    width: 623px;
    height: 615px;
}

#osteklenieBalkonov .selectBalkon {

}


#osteklenieBalkonov .type {
    background: linear-gradient(0deg, #E7E7E7, #F5F5F5);
    width: 460px;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
}
#osteklenieBalkonov .type span.select {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
#osteklenieBalkonov .type span.movbtn {
    display: inline-block;
    background: url(/template/image/pages/ostekleniye/b/view/movbtnbg.png) no-repeat;
    width: 113px;
    margin: 7px 10px 0;
}
#osteklenieBalkonov .type span.movbtn img {
    position: relative;
    top: -5px;
    left: -25px;
    width: 52px;
}
#osteklenieBalkonov .type span.hot, 
#osteklenieBalkonov .type span.cold {
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
#osteklenieBalkonov .type span.hot {
    background: url(/template/image/pages/ostekleniye/b/view/hotactive.png);
    width: 124px;
    height: 43px;
    text-align: left;
    padding-left: 10px;
}
#osteklenieBalkonov .type span.cold {
    background: url(/template/image/pages/ostekleniye/b/view/coldinactive.png);
    width: 157px;
    height: 44px;
    text-align: right;
    padding-right: 12px;
}


#osteklenieBalkonov .selectBalkon h2 {
    text-transform: uppercase;
    font-weight: bold;
    width: 500px;
    text-align: center;
    margin: 20px auto;
}

#osteklenieBalkonov .advantages {
    background: url(/template/image/pages/ostekleniye/b/view/adv1.jpg) no-repeat right center;
    min-height: 268px;
    width: 470px;
    margin: 0 auto;
}
#osteklenieBalkonov .advantages p {
    font-size: 20px;
    font-weight: bold;
    width: 300px;
    padding: 3px 0 3px 35px;
}
#osteklenieBalkonov .advantages p.adv1 {background: url(/template/image/pages/ostekleniye/b/view/adv11.png) no-repeat left center;}
#osteklenieBalkonov .advantages p.adv2 {background: url(/template/image/pages/ostekleniye/b/view/adv12.png) no-repeat left center;}
#osteklenieBalkonov .advantages p.adv3 {background: url(/template/image/pages/ostekleniye/b/view/adv13.png) no-repeat left center;}
#osteklenieBalkonov .advantages p.adv4 {background: url(/template/image/pages/ostekleniye/b/view/adv14.png) no-repeat left center;}

#osteklenieBalkonov .advantages p.adv5 {display: none; background: url(/template/image/pages/ostekleniye/b/view/adv21.png) no-repeat left center;}
#osteklenieBalkonov .advantages p.adv6 {display: none; background: url(/template/image/pages/ostekleniye/b/view/adv22.png) no-repeat left center;}
#osteklenieBalkonov .advantages p.adv7 {display: none; background: url(/template/image/pages/ostekleniye/b/view/adv23.png) no-repeat left center;}
#osteklenieBalkonov .advantages p.adv8 {display: none; background: url(/template/image/pages/ostekleniye/b/view/adv24.png) no-repeat left center;}

#osteklenieBalkonov .myBtn {
    margin-left: 30px;
}
#osteklenieBalkonov .myBtn a, 
#osteklenieBalkonov .myBtn a:hover, 
#osteklenieBalkonov .myBtn a:active, 
#osteklenieBalkonov .myBtn a:visited {
    text-transform: uppercase;
    width: 195px;
    height: 64px;
    background: url(/template/image/pages/ostekleniye/b/view/mybtn.png);
    display: block;
    font-size: 24px;
    padding-left: 27px;
    padding-top: 12px;
    color: black;
    letter-spacing: -1px;
}

#osteklenieBalkonov .selectTypeColor {
    width: 450px;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 15px 0px;
    margin: 0 auto;
}
#osteklenieBalkonov .selectTypeColor .sel {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-top: 15px;
    padding-right: 25px;
}
#osteklenieBalkonov .selectTypeColor .typeOb span {
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    font-weight: bold;
    font-size: 16px;
    margin-left: -10px;
    cursor: pointer;
}
#osteklenieBalkonov .selectTypeColor .typeOb .type1 {
    background: url(/template/image/pages/ostekleniye/b/view/typeon.png) no-repeat; 
}
#osteklenieBalkonov .selectTypeColor .typeOb .type2 {
    background: url(/template/image/pages/ostekleniye/b/view/typeoff.png) no-repeat; 
    margin-left: 20px;
}

#osteklenieBalkonov .selectTypeColor .color span {
    width: 37px;
    height: 37px;
    display: inline-block;
    margin: 15px 3px 0;
    border: 3px transparent solid;
    border-radius: 50%;
    cursor: pointer;
}
#osteklenieBalkonov .selectTypeColor .color span.c1 {background: url(/template/image/pages/ostekleniye/b/view/c1.png) no-repeat center center; border: 3px #ccc solid;}
#osteklenieBalkonov .selectTypeColor .color span.c2 {background: url(/template/image/pages/ostekleniye/b/view/c2.png) no-repeat center center; }
#osteklenieBalkonov .selectTypeColor .color span.c3 {background: url(/template/image/pages/ostekleniye/b/view/c3.png) no-repeat center center; }
#osteklenieBalkonov .selectTypeColor .color span.c4 {background: url(/template/image/pages/ostekleniye/b/view/c4.png) no-repeat center center; }
#osteklenieBalkonov .selectTypeColor .color span.c5 {background: url(/template/image/pages/ostekleniye/b/view/c5.png) no-repeat center center; }

#osteklenieBalkonov.withWindows {
    min-height: 455px;
    min-width: 1170px;
}
#osteklenieBalkonov .header {
    margin-top: -10px;
}
.hotBalkon {
    width: 1170px;
}
#osteklenieBalkonov .blocksHot {
    margin: 10px auto 0;
    text-align: center;
}
#osteklenieBalkonov .blockHot {
    display: inline-block;
    width: 19%;
    margin: 0 4px;
    text-align: center;
}
#osteklenieBalkonov .blockHot h3 {
    color: white;
    text-transform: uppercase;
    width: 240px;
    font-size: 22px;
    text-align: center;
    font-family: serif;
    margin-bottom: 0;
}
#osteklenieBalkonov .blockHot span {
    color: #ffe800;
    font-size: 24px;
    font-weight: bold;
}
#osteklenieBalkonov .myBtn2 {
    margin-top: 45px;
    text-align: center;
}
#osteklenieBalkonov .myBtn2 a, 
#osteklenieBalkonov .myBtn2 a:hover, 
#osteklenieBalkonov .myBtn2 a:active, 
#osteklenieBalkonov .myBtn2 a:visited {
    background: linear-gradient(0deg, #FFCE00, #FFFD00);
    letter-spacing: -1px;
    font-size: 22px;
    text-transform: uppercase;
    color: #222;
    padding: 12px 15px;
    border-bottom: 3px #D08515 solid;
    border-radius: 4px;
}

#osteklenieBalkonov.portfolioCarousel {
    width: 1270px;
}
#osteklenieBalkonov.portfolioCarousel .portfolio-item {
    margin: 0 15px;
}
/* Остекление балконов конец */






/* Отделка балконов и лоджий начало */
#otdelkaLodjiy.container {
    width: 1300px;
    /* margin-left: 15px; */
}
#otdelkaLodjiy .blocks {
    position: relative;
}


#otdelkaLodjiy .blocks .leftBlock .miniBlock div img.activeImage, 
#otdelkaLodjiy .blocks .rightBlock .miniBlock div img.activeImage {
    border: 3px #555 solid;
    padding: 1px;
}

#otdelkaLodjiy .blocks .leftBlock {
    width: 280px;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
}
#otdelkaLodjiy .blocks .leftBlock .miniBlock h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    border-left: 5px #FAE60B solid;
    padding-left: 5px;
}
#otdelkaLodjiy .blocks .leftBlock .miniBlock p {
    font-size: 13px;
    line-height: 16px;
    margin-left: 10px;
    color: #555;
}
#otdelkaLodjiy .blocks .leftBlock .miniBlock div {
    display: inline-block;
    cursor: pointer;
}
#otdelkaLodjiy .blocks .leftBlock .miniBlock div img {
    border: 3px transparent solid;
    border-radius: 50%;
}
#otdelkaLodjiy .blocks .leftBlock .miniBlock div span {
    display: block;
    text-align: center;
}


#otdelkaLodjiy .blocks .centerBlock {
    background: url(/template/image/pages/otdelkalodjiy/bg.png) no-repeat center center;
    width: 642px;
    height: 801px;
    margin: 0 auto;
    position: relative;
    right: 35px;
    z-index: 1;/* 
    border: 1px red solid; */
}
#otdelkaLodjiy .blocks .centerBlock .lineBg {
    background: url(/template/image/pages/otdelkalodjiy/bgline.png) no-repeat center center;
    width: 791px;
    height: 619px;
    position: relative;
    top: 30px;
    left: -132px;
    z-index: 2;/* 
    border: 1px green solid; */
}
#otdelkaLodjiy .blocks .centerBlock .roof {
    background: url(/template/image/pages/otdelkalodjiy/roof2.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#otdelkaLodjiy .blocks .centerBlock .okno {
    background: url(/template/image/pages/otdelkalodjiy/oknoplastic.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .obshivka2 {
    background: url(/template/image/pages/otdelkalodjiy/obshivka2.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .obshivka3 {
    background: url(/template/image/pages/otdelkalodjiy/obshivka3.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .kladka {
    background: url(/template/image/pages/otdelkalodjiy/kladkapenoblock.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .otdelka {
    background: url(/template/image/pages/otdelkalodjiy/pvhvagonka1.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#otdelkaLodjiy .blocks .centerBlock .shkaf1 {
    background: url(/template/image/pages/otdelkalodjiy/shkaf1.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .shkaf2 {
    background: url(/template/image/pages/otdelkalodjiy/shkaf2.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .shkaf3 {
    background: url(/template/image/pages/otdelkalodjiy/shkaf3.png) no-repeat center center;
    width: 642px;
    height: 801px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#otdelkaLodjiy .blocks .centerBlock .pol {
    width: 642px;
    height: 801px;
    position: absolute;
    z-index: 7;
    top: 0px;
    left: 0px;
}


#otdelkaLodjiy .blocks .rightBlock {
    width: 345px;
    position: absolute;
    top: 67px;
    right: 5px;
    z-index: 2;/* 
    border: 1px yellow solid; */
    margin: 0 0 0 auto;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock {
    margin: 0 0 0 auto;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    border-right: 5px #FAE60B solid;
    text-align: right;
    padding-right: 5px;
    margin-left: 30px;
    /*border: 1px red solid; */
    width: 100%;
    display: inline;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock p {
    font-size: 13px;
    line-height: 16px;
    margin-right: 0px;
    color: #555;
    width: 300px;
    margin: 0 15px 0 auto;
}


#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockPvhVagonka, 
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockPvhPanel, 
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockVagonka, 
#otdelkaLodjiy .blocks .rightBlock .miniBlock .block {
    margin-left: 25px;
}

#otdelkaLodjiy .blocks .rightBlock .miniBlock .nameBlock {
    text-align: center;
    margin: 5px auto 5px 30px;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .nameBlock span {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    padding: 2px;
    color: #2861dc;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .nameBlock span.active {
    background: #fbe60b;
    color: #333;
    text-decoration: none;
}

#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockPvhPanel {display: none;}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockVagonka {display: none;}

#otdelkaLodjiy .blocks .rightBlock .miniBlock div {
    display: inline-block;
    cursor: pointer;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock div img {
    border: 3px transparent solid;
    border-radius: 50%;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock div span {
    display: block;
    text-align: center;
}

#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockLinoleum, 
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockLaminat, 
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockPol {
    margin-left: 25px;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockLinoleum {display: none;}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .blockLaminat {display: none;}



#otdelkaLodjiy .blocks .rightBlock .miniBlock .priceAll {
    display: block;
    background-color: #fbe60b;
    border-radius: 10px;
    padding: 10px 0;
    width: 300px;
    margin: 0 auto;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .priceAll .desc {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: black;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .priceAll span.price {
    display: block;
    background: url(/template/image/pages/otdelkalodjiy/rub.png) no-repeat right center;
    width: 200px;
    min-height: 64px;
    margin: 5px auto;
    font-family: impact;
    font-size: 54px;
    font-style: italic;
    text-align: center;
    padding-right: 65px;
    color: #ee0000;
    text-shadow: -0 -4px 0 #fff, 0 -4px 0 #fff, -0 4px 0 #fff, 0 4px 0 #fff, -4px -0 0 #fff, 4px -0 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff, -1px -4px 0 #fff, 1px -4px 0 #fff, -1px 4px 0 #fff, 1px 4px 0 #fff, -4px -1px 0 #fff, 4px -1px 0 #fff, -4px 1px 0 #fff, 4px 1px 0 #fff, -2px -4px 0 #fff, 2px -4px 0 #fff, -2px 4px 0 #fff, 2px 4px 0 #fff, -4px -2px 0 #fff, 4px -2px 0 #fff, -4px 2px 0 #fff, 4px 2px 0 #fff, -3px -4px 0 #fff, 3px -4px 0 #fff, -3px 4px 0 #fff, 3px 4px 0 #fff, -4px -3px 0 #fff, 4px -3px 0 #fff, -4px 3px 0 #fff, 4px 3px 0 #fff, -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff, -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff, 5px 7px 4px #333;
}

#otdelkaLodjiy .blocks .rightBlock .miniBlock .priceAll .rassrochka {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
#otdelkaLodjiy .blocks .rightBlock .miniBlock .priceAll .rassrochka span.priceMonth {
    display: inline-block;
}



.window2 {
    position: relative;
    width: 1170px;
    height: 90px;
    margin: 30px auto;
}
.window2 .block .header {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.window2 .block .description {
    font-weight: lighter;
    margin-top: 15px;
    width: 340px;
    line-height: 1.2;
}
.window2 .block4 .description, 
.window2 .block5 .description {
    margin-top: 20px;
}
.block1 {
    background: url("/template/image/advantages/okno_b4.png") no-repeat;
    height: 139px;
    left: 158px;
    padding-left: 82px;
    position: absolute;
    top: 0px;
    width: 360px;
}
.block2 {
    background: url("/template/image/advantages/okno_b5.png") no-repeat;
    height: 139px;
    left: 665px;
    padding-left: 82px;
    position: absolute;
    top: 0px;
    width: 360px;
}


#otdelkaLodjiy.withWindows .carousel .item .desc {
    font-size: 22px;
}
#otdelkaLodjiy.withWindows .carousel .item .desc span.price {
    color: #ffe800;
    font-weight: bold;
    text-transform: none;
}
/* Отделка балконов и лоджий конец */




/* Калькулятор окон начало */
#calc {
    width: 1200px;
    position: relative;
}
#calc .switch {
    text-align: center;
    width: 470px;
    margin: 0 auto;
}
#calc .switch a.switch1, 
#calc .switch a.switch2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    letter-spacing: -1px;
    margin: 0 15px;
}
#calc .switch span.switchbg {
    display: inline-block;
    background: url(/template/image/pages/calc/btnbg.png) no-repeat;
    width: 101px;
    height: 52px;
    position: relative;
    top: 15px;
}
#calc.calcWindow .switch span.switchbg img { /* Переключатель */
    position: absolute;
    left: 3px;
    top: 8px;
}
#calc.calcBalcon .switch span.switchbg img { /* Переключатель */
    position: absolute;
    right: 3px;
    top: 8px;
}

#calc .leftBlock, 
#calc .rightBlock {
    display: inline-block;
    /* border: 1px red solid; */
}

#calc .leftBlock {
    width: 590px;
    position: relative;
    top: -141px;
    min-height: 430px;
}

#calc .rightBlock {
    width: 575px;
    position: relative;
    top: 25px;
}
#calc .rightBlock p {
    font-size: 20px;
    width: 215px;
    margin-left: 125px;
    margin-bottom: 5px;
}

#calc .leftBlock .imageWindow {
    text-align: center;
    margin-top: 25px;
}


#calc .rightBlock .blockWindowMini {
    background: url(/template/image/pages/calc/window/blockwindowmini.png) no-repeat center center;
    width: 327px;
    height: 82px;
    margin: 0 auto;
}
#calc .rightBlock .blockWindowMini .wMini {
    margin-left: 37px;
    margin-top: 0px;
}
#calc .rightBlock .blockWindowMini .wMini1, 
#calc .rightBlock .blockWindowMini .wMini2, 
#calc .rightBlock .blockWindowMini .wMini3, 
#calc .rightBlock .blockWindowMini .wMini4 {
    display: inline-block;
    margin: 12px 7px;
    border: 3px white solid;
    cursor: pointer;
    padding: 1px;
}

#calc .rightBlock .blockWindowMini .wMini .wMiniActive {
    border: 3px red solid;
}

#calc .rightBlock .blockWindowBottom {
    position: relative;
}
#calc .rightBlock .blockWindowBottom > div {
    position: absolute;
    display: inline-block;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 75px;
    text-align: center;
    padding-bottom: 15px;
    z-index: 3;
    display: none;
}
#calc .rightBlock .blockWindowBottom div img {
    margin-top: 15px;
    cursor: pointer;
}
#calc .rightBlock .blockWindowBottom .BWB1 {
    left: 140px;
    top: -75px;
}
#calc .rightBlock .blockWindowBottom .BWB2 {
    left: 217px;
    top: -75px;
}
#calc .rightBlock .blockWindowBottom .BWB3 {
    right: 202px;
    top: -75px;
}
#calc .rightBlock .blockWindowBottom .BWB4 {
    right: 127px;
    top: -75px;
}

#calc .rightBlock .size {
    text-align: center;
}
#calc .rightBlock .size .field {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
#calc .rightBlock .size span.x {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #8d8d8d;
    position: relative;
    top: -12px;
    margin: 0 3px;
}
#calc .rightBlock .size .field span.dsc {
    display: block;
    font-size: 20px;
    text-align: left;
}
#calc .rightBlock .size .field .input input {
    width: 190px;
    height: 92px;
    font-size: 60px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #F9F9F9;
    border: 5px #D5D5D5 solid;
    border-radius: 5px;
}
#calc .rightBlock .size .field .editNumber.width {
    position: absolute;
    top: 33px;
    left: 130px;
}
#calc .rightBlock .size .field .editNumber.height {
    position: absolute;
    top: 33px;
    right: 5px;
}
#calc .rightBlock .size .field .editNumber .numberPlus {
    background: url(/template/image/pages/calc/window/plus.png);
    width: 55px;
    height: 40px;
    cursor: pointer;
}
#calc .rightBlock .size .field .editNumber .numberMinus {
    background: url(/template/image/pages/calc/window/minus.png);
    width: 55px;
    height: 43px;
    cursor: pointer;
}


#calc .rightBlock .priceAll {
    display: block;
    background-color: #fbe60b;
    border-radius: 10px;
    padding: 10px 0;
    width: 420px;
    margin: 0 auto;
    margin-top: 20px;
}
#calc .rightBlock .priceAll .desc {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: black;
    text-transform: uppercase;
    width: 100%;
    margin-left: 0;
}
#calc .rightBlock .priceAll span.price {
    display: block;
    background: url(/template/image/pages/calc/window/rub.png) no-repeat right center;
    width: 230px;
    min-height: 63px;
    margin: 0px auto;
    font-family: impact;
    font-size: 74px;
    font-style: italic;
    text-align: center;
    padding-right: 65px;
    color: #ee0000;
}


#calc .adv {
    position: relative;
    top: -70px;
    display: inline-block;
    background: url(/template/image/pages/calc/window/check.png) no-repeat left center;
    min-height: 46px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 60px;
    text-align: center;
    margin: 0 35px;
}


#calc .buyByShare {
    margin-top: -40px;
}
#calc .buyByShare form .nameFormIndex, 
#calc .buyByShare form .phoneFormIndex {
    font-size: 24px;
    width: 300px;
    border: 4px #FBE60B solid;
    padding: 10px 10px 10px 70px;
    color: black;
    margin: 5px 10px;
    border-radius: 3px;
}
#calc .buyByShare form .nameFormIndex {
    background: #F9F9F9 url(/template/image/pages/calc/inputname.png) no-repeat left center;
}
#calc .buyByShare form .phoneFormIndex {
    background: #F9F9F9 url(/template/image/pages/calc/inputtel.png) no-repeat left center;
}
#calc .buyByShare form .btnFormIndex {
    background: linear-gradient(0deg, #FFE61E, #FFF17D);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 12px 15px;
    margin-bottom: 9px;
}


#calc .timeOff > div {
    background: #fbe60b; 
    border-radius: 10px; 
    color: #333; 
    font-size: 28px; 
    font-weight: bold; 
    padding: 15px; 
    width: 800px; 
    margin: 0 auto; 
    text-align: center;
    margin: 0 auto;
}



#calcWindow {
    width: 1300px;
    margin: 0 auto;
    padding: 0;
}
#calcWindow .oknaSale {
    position: relative;
    height: 626px;
    width: 1300px;
    min-width: 1300px;
    background: url(/template/image/pages/calc/window/windowsaleoriginal.png) no-repeat center center;
    margin: 0 auto;
}
#calcWindow .oknaSale .price {
    position: absolute;
}
#calcWindow .oknaSale .price span.line {
    display: inline-block;
    font-size: 35px;
    color: #222;
    font-family: impact;
}
#calcWindow .oknaSale .price span.linebg {
    display: inline-block;
    width: 97px;
    height: 33px;
    position: absolute;
    top: 45px;
    left: 0px;
    background: url(/template/image/pages/calc/window/windowsaleline.png) no-repeat;
}
#calcWindow .oknaSale .price span.red {
    display: inline-block;
    font-size: 70px;
    color: #ee0000;
    font-family: impact;
    margin-left: 10px;
}
#calcWindow .oknaSale .price1 {
    bottom: 105px;
    left: 155px;
}
#calcWindow .oknaSale .price2 {
    bottom: 105px;
    left: 545px;
}
#calcWindow .oknaSale .price3 {
    bottom: 105px;
    right: 120px;
}
/* Калькулятор окон конец */







/* Калькулятор балкона начало */
#CarouselBalkon {
    position: relative;
    width: 420px;
    height: 82px;
    padding: 0;
    margin: 0 auto;
    background: url(/template/image/pages/calc/balkon/wminbg.png) no-repeat center center;
}
#CarouselBalkon div {
    padding: 0;
    margin: 0 auto;
}
#CarouselBalkon .carousel-control {
    margin-top: 23px;
    margin-left: 0;
}
#CarouselBalkon .carousel-control.left {
    margin-left: 25px;
}
#CarouselBalkon .carousel-control.right {
    margin-right: 10px;
}
#CarouselBalkon .headerCarousel {
    font-size: 20px;
}
#CarouselBalkon .item {
    /* border: 1px red solid; */
    width: 360px;
    margin-left: 35px;
    margin-top: 15px;
}
#CarouselBalkon .thumbnail {
    background-color: transparent;
    width: 102px;
    margin: 0 auto;
}
#CarouselBalkon .thumbnail img {
    border: 3px transparent solid;
    padding: 1px;
}
#CarouselBalkon .item a.thumbnail img.w1 {
    border-color: red;
}
/* Калькулятор балкона конец */





/* Преимущества заказа у нас начало */
#advantages4 {
    min-width: 1170px;
}
#advantages4 .adv {
    width: 292px;
}
#advantages4 .adv h3 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 17px;
    font-weight: bold;
}
#advantages4 .adv p {
    font-size: 14px;
}
/* Преимущества заказа у нас конец */




/* Отзывы начало */
.blockReviews {
    min-width: 1170px;
}
#reviews {
    position: relative;
    width: 1170px;/*
    border: 1px red solid;*/
}
#reviews .col-xs-12 {
    display: inline-block;
}
.blockReviews .review {
    display: inline-block;
    width: 750px;
}
.blockReviews .review .topBlock {
    border-bottom: 1px #FBE60B solid;
    position: relative;
    height: 35px;
}
.blockReviews .review .topBlock .name {
    position: absolute;
    left: 0;
    display: inline-block;
    background: url(/template/image/reviewname.jpg) no-repeat;
    text-align: left;
    padding-left: 32px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 22px;
}
.blockReviews .review .topBlock .dateTime {
    position: absolute;
    right: 0;
    display: inline-block;
    background: url(/template/image/reviewtime.jpg) no-repeat;
    padding-left: 32px;
    min-height: 22px;
    color: #999;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 auto;
}

.blockReviews .review .contentBlock {
    margin-top: 10px;
    font-size: 15px;
}


.blockReviews .addReview {
    background: linear-gradient(0deg, #FFCD01, #FFFF01);
    padding: 0px 25px 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 380px;
    border-radius: 10px;
}
.blockReviews .addReview h1 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.blockReviews .addReview textarea {
    margin: 15px 0 20px;
}
.blockReviews .addReview button {
    font-size: 22px;
    text-transform: uppercase;
    width: 195px;
    height: 55px;
    background: linear-gradient(0deg, #1F4DB1, #3975F6);
    border-radius: 30px;
    border-color: transparent;
    color: white;
}
/* Отзывы конец */





/* Контакты начало */
#contacts {
    min-width: 1170px;
}

#contacts .blockContacts {
    display: inline-block;
    width: 565px;
    padding: 10px;
}
#contacts .blockContacts p {
    font-size: 20px;
    font-weight: bold;
}
#contacts .blockContacts span {
    font-size: 18px;
}
/* Контакты конец */









/* Модальное окно Вызвать замерщика начало */
.myModal .modal-header {
    border-color: transparent;
    margin-top: 5px;
    text-align: center;
}
.myModal .modal-header .close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 5;
    opacity: .8;
}
.myModal .modal-header .close:hover {
    opacity: 1;
}
.myModal .modal-title {
    position: absolute;
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px 10px 10px;
    margin: 0 auto;
    width: 400px;
}
.modalZamer .modal-title span {
    color: #FBE60B;
}

.myModal .modal-content {
    background: url(/template/image/callback.png) no-repeat center center;
    width: 449px;
    height: 377px;
    margin: 0 auto;
}
.myModal .modal-body p {
    position: absolute;
    left: 100px;
}
.myModal .modal-body p input{
    width: 280px;
    height: 45px;
    color: black;
    font-size: 22px;
    padding: 5px;
    border-color: transparent;
/*    border: 1px red solid;*/
}
.myModal .modal-body p.inputName {
    top: 101px;
}
.myModal .modal-body p.inputPhone {
    top: 177px;
}

.myModal .modal-footer {
    position: absolute;
    bottom: 40px;
    left: 125px;
    border-color: transparent;
    padding: 0;
}
.myModal .modal-footer button {
    font-size: 22px;
    text-transform: uppercase;
    width: 195px;
    height: 55px;
    background: linear-gradient(0deg, #FFD000, #FFFD00);
    border-radius: 30px;
    border-color: transparent;
}
/* Модальное окно Вызвать замерщика конец */












/* uptop начало */
.upTop a {
    display: none;
    background: url(/template/image/uptop.png) no-repeat;
    width: 81px;
    height: 34px;
    position: fixed;
/*    left: -85px;*/
    left: 30px;
    bottom: 50px;
    opacity: .7;
}
.upTop a:hover {
    opacity: 1;
    cursor: pointer;
}
/* uptop конец */







/* freezamer начало */
.freeZamer a {
    display: none;
    background: url(/template/image/freezamer.png) no-repeat;
    width: 136px;
    height: 157px;
    position: fixed;
    /*right: -140px;*/
    right: 30px;
    bottom: 50px;
    opacity: .7;
}
.freeZamer a:hover {
    opacity: 1;
    cursor: pointer;
}
/* freezamer конец */



















/* Форма добавления начало */
.feedbackform {
    text-align: center;
}
.feedbackform input[type="text"], 
.feedbackform input[type="tel"],
.feedbackform input[type="password"] {
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    padding: 6px 12px;
}
.feedbackform textarea {
    height: 200px;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    padding: 6px 12px;
}
.feedbackform button {

}
/* Форма добавления конец */









/* Админка начало */
.adminka {
    text-align: center;
}
.admin .zakaz {
    color: white;
    background-color: rgba(36, 83, 135, 1);
    padding: 5px 10px;
}

.admin.blockReviews .review {
    width: 100%;
}

/* Админка конец */








/* footer начало */

.footerClr {
    background: #F2F2F2 url('/template/image/bgfooter2.jpg') center 0 repeat-x;
    margin-top: 15px;
    text-align: center;
    height: 100%;
    min-width: 1170px;
}

.footerClr .info {
    color: #2d2929;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 36px;
}
.footerClr .info span {
    color: #2d2929;
}
.footerClr .info span a {
    color: #2d2929;
}
.footerClr .email {
    margin-top: 10px;
}
.footerClr .email a {
    color: #2D2929;
    font-size: 28px;
}

.footerClr .copyright {
    font-size: 18px;
    margin-top: 15px;
}

/* footer конец 



