@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

.form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

:focus {
outline: none !important;
}

a:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: 0px !important;
    color: #d2202b !important;
    text-decoration: none !important;
}


body {
 font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px; 
  color: #263238;
}

.main {
    min-height: 800px;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}


.container {
    position: relative;
}

header.header {
    height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}
div#logo {
  margin-top: 15px;
}

div#logo img {
  max-width: 180px;

}

div#phone {
    font-size: 21px;
    margin-top: 22px;
    font-weight: 700;
    width: 200px;
    position: relative;
    float: right;
}
div#phone span {
    font-size: 16px;
    font-weight: 400;
}

div#phone li {
    position: relative;
    padding-right: 30px;
}

div#phone li li {
    position: relative;
    padding-right: 0px;
}

div#phone ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
div#phone ul ul {
    display: none;
    position: absolute;
    margin-left: 0px;
    padding-left: 0px;
    right: 15px;
    background: #fff;
    padding: 15px;
    width: 200px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
}
div#phone ul li:hover ul {
    display: block;
}

div#phone ul li:hover ul {
    display: block;
}

div#phone > ul > li:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    top: 3px;
    right: 15px;
}

div#phone a.readmore {
    padding: 0px 15px;
    margin-left: 0px;
    margin-top: 15px;
    font-size: 14px;
}

div#menu {
    background: #f9f9f9;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 85px;
    width: 100%;
    z-index: 9998;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

div#menu li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #263238;
    padding: 0px 10px;
    display: block;
    line-height: 46px;
    border-top: 2px solid #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
    transition: 0.3s;
}

div#menu li a:hover, div#menu li a.active:hover, div#menu li a.active {
    border-top: 2px solid #D2202B;
    border-bottom: 2px solid #D2202B;
    background: #f9f9f9;
}

div#menu li a:focus {
    background: #f9f9f9;
}

div#menu li {
    height: 46px;
    line-height: 46px;
    margin: 0px 7px;
}
div#menu li:nth-child(1) {
    margin: 0px 7px 0 0;
}
div#menu li:last-child {
    margin: 0px 0px 0 7px;
}
div#address {
    font-weight: 400;
    margin-top: 30px;
    float: left;
    margin-right: 30px;
}


select:focus {
  outline: none;
  box-shadow: none;
}

.select-outer {
    margin-top: 20px;
    float: left;
    margin-right: 15px;
    margin-left: 190px;
}
.dropdown ul {
    padding-left: 0px;
}
.dropdown {
    position: relative;
    border-radius: 0px !important;
}
.dropdown div {
    border-radius: 0 0 0px 0px !important;
}
.dropdown .selected, .dropdown li {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #263238;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none !important;
}

.dropdown .carat:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    font-size: 21px;
}

.dropdown.open .carat {
    margin-top: -4px !important;
    border-top: 0px solid transparent !important; 
    border-bottom: 0px solid #000 !important;
}

.dropdown .carat {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 0px solid transparent !important;
    border-top: 0px solid #000 !important;
}

.dropdown li.focus {
  background: #D2202B !important;
    
}
.mslider-segment {
    margin-top: 135px;
    position: relative;
}

ul#mainslider > li {
  min-height: 650px;
}

.infoBlock {
    background: rgba(255, 255, 255, 0.74);
    padding: 30px 30px !important;
    margin-top: 5%;
}

.infoBlock h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #d2202b;
    padding: 0px;
    margin: 0px;
    font-size: 47px;
    letter-spacing: -0.5px;
}

.infoBlock h3 {
    margin: 0px 0px 50px;
    font-weight: 400;
    color: #263238;
   letter-spacing: -0.5px;
   font-size: 26px;
   }

.infoBlock ul {
    padding-left: 0px;
    list-style: none;
}

.infoBlock ul li {
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    font-size: 18px;
}

.infoBlock ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    color: #d2202b;
}

a.readmore {
    height: 40px;
    line-height: 40px;
    border: 2px solid #d2202b;
    padding: 0px 30px;
    display: table;
    color: #d2202b;
    margin-left: 30px;
    margin-top: 50px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

a.readmore:hover {
    background: #d2202b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

ul.lSPager.lSpg {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(222, 222, 222, 1) !important;
    height: 12px !important;
    width: 12px !important;
    border: 2px solid #e0e0e0;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #d2202b !important;
    border: 2px solid #d2202b;
}

h2.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #D2202B;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

h2.title span {
    font-size: 30px;
    text-transform: lowercase;
    font-weight: normal;
    color: #233134;
    display: block;
    letter-spacing: -0.5px;
}

.okno {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
}

div#okna {
    position: relative;
    min-height: 520px;
}

.lSSlideOuter {
    position: relative;
}


.oknoList {
    position: relative;
    display: block;
    padding: 20px;
    border: 2px solid #e8eceb;
    background: #fff;
    transition: 0.3s;
}

.oknoList:hover {
    text-decoration: none;
}


.price {
    position: absolute;
    top: 45px;
    background: #d2202b;
    line-height: 20px;
    left: -2px;
    padding: 7px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

.price span {
    display: block;
    font-weight: 100;
    text-decoration: line-through;
    font-size: 18px;
}

.price del {
    font-size: 16px;
    font-weight: 300;
}

.balkon .price {
    position: absolute;
    top: 45px;
    background: #d2202b;
    line-height: 18px;
    left: 24px;
    padding: 7px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.oknoList h2 {
    text-transform: uppercase;
    color: #263238;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 21px;
}

.oknoList ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
     text-align: left;
}

.oknoList ul li {
    font-size: 16px;
    color: #263238;
}

.oknoList {
    text-align: center;
}


.oknoList ul li {
    border-bottom: 1px dotted #C2C2C2;
    position: relative;
    padding: 0;
    margin-bottom:5px;
    font-weight: 300;
    }
    
.oknoList ul li span {
    background-color: #FFF;
    margin: 0;
    }

.oknoList ul li span.text, .oknoList ul li span.page {
    bottom: -5px;
    }

.oknoList ul span.text {
    position :relative;
    }
    
.oknoList ul span.page {
    position: absolute;
    right: 0;
    padding-left:2px;
    }

div.readmore {
    position: absolute;
    top: 45%;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #d2202b;
    padding: 0px 30px;
    display: table;
    color: #d2202b;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
    margin-left: -80px;
    left: 50%;
    z-index: 3;
    opacity: 0;
}

div.readmore:hover {
    background: #d2202b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.0);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    transition: 0.3s;
}

.oknoList:hover .mask {
    background: rgba(255, 255, 255, 0.90);
}

.oknoList:hover div.readmore {
    opacity: 1;
}

.zamer {
    background: #d2202b;
    color: #fff;
    padding: 30px 30px 0px!important;
    margin-left: 60px;
    margin-top: 40px;
    opacity: 0;
}

.zamer h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0px;
    margin: -5px 0px 0px;
    width: 200px;
    float: left;
    margin-left: 152px;
}

.zamer h2 span {
    font-size: 30px;
    font-weight: 700;
}

.zamer input {
    height: 40px;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    width: 200px;
    float: left;
    margin-right: 30px;
}

.zamer button {
    height: 40px;
    width: 200px;
    background: #fff;
    border: none;
    color: #000;
    text-transform: uppercase;
    transition: 0.3s;
}

.zamer button:hover {
   background-color: #D7E7E9;
}

.people {
    background-image: url(../images/man-call.png);
    width: 200px;
    height: 287px;
    position: absolute;
    bottom: -60px;
    left: -35px;
}

.rehau {
    background-color: #dde0e4;
    padding: 35px 0px 0px;
    background-image: url(../images/window-gr.jpg);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
}

.leftRehau h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 285px;
    left: 220px;
    line-height: 1.2;
    opacity: 0;
    font-weight: 300;
}

.leftRehau h3 span {
    color: #D2202B;
}

.rightRehau h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    right: 125px;
    top: 290px;
    opacity: 0;
    font-weight: 300;
}

.right1 h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    left: 125px;
    top: 380px;
    opacity: 0;
    font-weight: 300;
}

.arrow1 {
    background-image: url(../images/arrowLeft.svg);
    background-position: top center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 190px;
    height: 100px;
    top: 395px;
    left: 275px;
    opacity: 0;
    transform: rotate(7deg);
}

.right2 h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    left: 125px;
    top: 485px;
    opacity: 0;
    font-weight: 300;
}

.arrow2 {
    background-image: url(../images/arrowRight.svg);
    background-position: top center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 190px;
    height: 100px;
    top: 485px;
    left: 275px;
    opacity: 0;
    transform: rotate(32deg);
}

.right3 h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    left: 125px;
    top: 630px;
    opacity: 0;
    font-weight: 300;
}

.arrow3 {
    background-image: url(../images/arrowRight.svg);
    background-position: top center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 385px;
    height: 120px;
    top: 553px;
    left: 209px;
    opacity: 0;
    transform: rotate(-165deg);
}

.right4 h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    right: 150px;
    top: 470px;
    opacity: 0;
    font-weight: 300;
}

.arrow4 {
    background-image: url(../images/arrowLeft.svg);
    background-position: top center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 80px;
    top: 535px;
    right: 240px;
    opacity: 0;
    transform: rotate(-215deg);
}

.arrowLeft {
    background-image: url(../images/arrowLeft.svg);
    background-position: top center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 263px;
    height: 125px;
    top: 265px;
    left: 300px;
    opacity: 0;
}

.arrowRight {
    background-image: url(../images/arrowRight.svg);
    background-position: top center;
    background-size: contain;
    position: absolute;
    width: 195px;
    height: 106px;
    top: 375px;
    right: 345px;
    background-repeat: no-repeat;
    opacity: 0;
    transform: rotate(-10deg);
}

.rehau div.readmore {
    position: absolute;
    top: 635px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #d2202b;
    padding: 0px 30px;
    display: table;
    color: #d2202b;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
    margin-left: 0px;
    left: 785px;
    z-index: 20;
    opacity: 0;
}

.rehau div.readmore:hover {
    background: #d2202b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sky {
  background-image: url(../images/background_sky.jpg);
    background-size: 1800px 385px;
    transition: all 0.2s ease 0s;
}

.wrapImg {
    width: 100%;
    margin-left: -15px;
}

.balkon {
    position: relative;
    padding: 40px 0px 85px;
}

div#sectiobalkon .container {
    min-height: 585px;
}

ul.nav.nav-tabs {
    position: absolute;
    bottom: -10px;
    left: 165px;
    border: none;
}
.nav-tabs > li > a {
    color: #233134 !important;
    background-color: #ffffff !important;
    border-bottom: 1px dashed #D2202B !important;
    text-transform: uppercase;
    padding: 0px !important;
    margin: 0px 30px;
    outline: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #233134 !important;
    background-color: #ffffff !important;
    border: 0px dashed #D2202B !important;
    cursor: default !important;
    text-transform: uppercase;
    border-color: #fff;
    outline: none;
}
.nav-tabs > li > a:hover {
    border-color: #fff #fff #fff !important;
    outline: none;
}

.balkon h4 {
    margin-bottom: 40px;
}
ul.teh-list {
    padding-left: 0px;
    list-style: none;
}

ul.teh-list li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}

ul.teh-list li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    color: #d2202b;
}

.sezon {
    position: relative;
    padding: 45px 0px 20px;
    background-image: url(../images/sezon.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;

}



div#sezon {
    min-height: 580px;
    position: relative;
    margin-bottom: 30px !important;

}

.sezonList {
    position: relative;
    display: block;
    padding: 20px;
    border: 2px solid #e8eceb;
    background: #fff;
    transition: 0.3s;
    min-height: 530px !important;
}

.sezonList:hover {
    text-decoration: none;
}

.sezonList h2 {
    text-transform: uppercase;
    color: #263238;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 21px;
}

.sezonList ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    text-align: left;
}


.sezonList {
    text-align: center;
}


.sezonList ul li {
    font-size: 16px;
    color: #263238;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    font-weight: 300;
}

    
.sezonList ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    color: #d2202b;
}

.sezonList:hover .mask {
    background: rgba(255, 255, 255, 0.90);
}

.sezonList:hover div.readmore {
    opacity: 1;
}

.advantages {
    position: relative;
    padding: 40px 0px;
    background: #f9f9f9;
}

ul.advantagesBlock {
    list-style: none;
}

ul.advantagesBlock li {
    width: 200px;
    float: left;
    margin: 15px 13px;
    text-align: center;
}
ul.advantagesBlock li img {
    max-width: 100px;
}
ul.advantagesBlock li p {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.2px;
}
.reviews {
    position: relative;
    padding: 40px 0px 60px;
    background: #f9f9f9;
}

img.media-object.img-circle {
    width: 60px;
}

.feedback-text {
    background: #e8eced;
    padding: 20px 20px;
    min-height: 115px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 300;
}
.feedback-item {
    position: relative;
    min-height: 320px;
}


.feedback-text:after, .feedback-text:before {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.feedback-text:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e8eced;
    border-width: 10px;
    margin-left: -10px;
}

h4.media-heading {
    font-weight: 700;
}

.addressFooter {
    padding: 60px 0px;
    background: #f9f9f9;
}

.addressFooter span {
    font-size: 24px;
    font-weight: 700;
}

.addWrap {
    display: table;
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
}

.addWrap:before {
    content: '';
    background-image: url(../images/myIcon.svg);
    background-size: 25px 38px;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 25px;
    height: 38px;
}

footer.paymentBlock {
    background: #e8eced;
    padding: 30px 0px;
}

h3.payment {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

h3.payment span{
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    text-align: left;
}

h3.payment.color {
    color: #d2202b;
    margin-top: 20px;
}

.paymentBlock a.readmore {
    margin-top: 20px;
}

.bootomFooter {
    padding: 50px 0px 30px;
    background: #f9f9f9;
}

.copy span {
    padding-left: 15px;
}

.copy span a{
    color: #000;
}

.copy span a {
    color: #d2202b;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dashed;
}

.copy span a:hover {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dashed #f9f9f9;
}

.development {
    line-height: 1.1;
    position: relative;
    max-width: 250px;
}
.development a {
    color: #263238;
}

.development img {
    position: absolute;
    right: 15px;
    top: -10px;
}


.explanation {
    font-size: 14px;
    color: #888888;
    line-height: 1.2;
    margin-top: 30px;
    font-weight: 300;
}

#adv1, #adv2, #adv3, #adv4, #adv5 {
  opacity: 0;
}



.tovarImg img {
    max-width: 100%;
}
.tovarImg {
margin-bottom: 30px;
}

.infoTovar {
margin-bottom: 30px;
}
.infoTovar h2 {
    text-transform: uppercase;
    font-size: 45px;
    margin-top: 0px;
    text-align: center;
}

.infoTovar h2.titleTovar {
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 40px;
    text-align: center;
}

.price2 {
    position: relative;
    border-top: 2px solid #e8eceb;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    display: table;
    padding-right: 180px;
    margin: 30px auto;
    border-bottom: 2px solid #e8eceb;
    border-left: 2px solid #e8eceb;
}
.price2 div.readmore {
    position: absolute;
    top: -2px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #d2202b;
    padding: 0px 30px;
    display: table;
    color: #d2202b;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
    margin-left: -8px;
    right: 0px;
    z-index: 3;
    opacity: 1;
}

.price2 div.readmore:hover {
    background: #d2202b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.price2 span {
    font-size: 18px;
}

.infoTovar {
    font-size: 16px;
    font-weight: 300;
}

.infoTovar h3 {
    font-size: 20px;
}

.infoTovar ul {
    list-style: none;
    padding-left: 15px;
}

.infoTovar ul li {
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}
.infoTovar ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    color: #d2202b;
}

.formaBlock {
    text-align: center;
}

.formaBlock h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #d2202b;
}

.formaBlock form {
    background: #e8e8e8;
    display: block;
    max-width: 100%;
    padding: 24px;
    margin: 0px auto;
}

.formaBlock input {
    height: 40px;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    width: 200px;
    float: left;
    margin-right: 20px;
}

.formaBlock input.submit_button {
    height: 40px;
    line-height: 40px;
    border: 2px solid #d2202b;
    padding: 0px 30px;
    display: table;
    color: #d2202b;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
    background: #fff;
    margin: 0px;
}

.formaBlock input.submit_button:hover {
    background: #d2202b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.formaBlock p {
    font-size: 14px;
    color: #777;
    font-weight: 300;
    margin-top: 10px;
}

.fancybox-close-small:hover:after {
    color: #d2202b !important;
    background: transparent !important;
}

.infoWrapper {
    padding: 30px 15px 0px;
    overflow: hidden;
}

.forWrapper {
    max-width: 670px;
    margin: 0px auto;
}

h3.payment i {
    color: #d2202b;
    font-style: normal;
}

div#dogovor.active {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/man-call2.png);
    background-size: 200px 287px;
    background-repeat: no-repeat;
    height: 350px;
    background-position: left bottom;
    background-color: transparent;
    transition: 0.3s;
    width: auto;
    opacity:0;
}

div#dogovor {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-image: none;
    background-size: inherit;
    background-repeat: no-repeat;
    height: 50px;
    background-position: left bottom;
    width: 250px;
    z-index: 99999;
}


.dogovorWrap.active {
    width: 230px;
    height: 165px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-left: 145px;
    margin-bottom: 489px;
    display: block;
    transition: 0.3s;
}


.dogovorWrap a.readmore {
    padding: 0px 20px;
    margin-left: 0px;
    margin-top: 20px;
}

div#dogovor h5 {
    font-size: 21px;
    line-height: 1.4;
    margin: 0px 0px 0px;
}
.dogovorWrap:after, .dogovorWrap:before {
	top: 100%;
	left: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dogovorWrap:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}

div#closeWindow {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #d2202b;
    transition: 0.3s;
}

div#closeWindow:hover {
    color: #e65a62;
    cursor: pointer;
}

.dogovorWrapSP {
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    background-color: #d2202b;
    transition: 0.3s;
}

.dogovorWrapSP:hover {
    cursor: pointer;
    background: #a9a9a9;
}

.dogovorWrapSP img {
    width: 30px;
    margin-left: 15px;
    margin-right: 5px;
}

div#closeWindowSP {
    position: absolute;
    right: 10px;
    top: 6px;
}

.maps .leaflet-tile {
    /* -webkit-filter: grayscale(100%); */
    -moz-filter: grayscale(100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.grayscale(100%)";
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.label {
    position: absolute;
    top: 18px;
    right: 10px;
    opacity: 0.95;
    
}

.derev {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.derev .sezonList {
    position: relative;
    display: block;
    padding: 20px;
    border: 2px solid #e8eceb;
    background: #fff;
    transition: 0.3s;
    min-height: 370px !important;
}

p.descBlockInfo {
    margin-top: 30px;
    text-align: center;
    color: #717171;
    font-weight: 300;
}

div#derevList {
    min-height: 520px;
}

div#formWrapCal {
    max-width: 320px;
    text-align: center;
    padding: 30px;
}
div#formWrapCal input {
    height: 40px;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

div#formWrapCal input.submit_button {
    height: 40px;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
    background: transparent;
    border: 2px solid #d2202b;
    color: #d2202b;
    text-transform: uppercase;
    transition: 0.3s;
}

div#formWrapCal input.submit_button:hover {
    background: #d2202b;
    color: #fff;
    cursor: pointer;
}

div#formWrapCal h2 {
    margin: 0px 0px 15px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

button.fancybox-button.fancybox-button--fullscreen {
    display: none !important;
}

.fancybox-button:hover {
    background: transparent !important;
    color: #d2202b !important;
}

.fancybox-infobar__body, .fancybox-button {
    background: transparent !important;
}

.fancybox-button--close::before, .fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 26px !important;
    top: calc(50% - -12px) !important;
    left: calc(50% - 14px) !important;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 450px !important;
    padding: 30px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px !important;
    font-weight: 100;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -225px !important;
}


.jGrowl-notification {
    left: 50% !important;
    top: 30% !important;
}

span.error {
    padding: 0px;
    color: #d9444d;
    font-size: 14px;
}

#mainslider p {
    font-size: 18px;
    text-transform: uppercase;
}

.ya {
    min-width: 280px;
    margin: 15px auto;
}

.ya p {
    color: #a7a7a7;
}

.ya p a {
    color: #d2202b;
    text-decoration: none;
}

.ya input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0,0,0,.3);
    outline: 0;
    margin: 8px;
    box-sizing: border-box;
    float: left;
    background: #fff;
    position: relative;
    padding: 0;
}

.ya input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    border: 0 solid #d2202b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: -6px 3px;
    pointer-events: none;
}

#formWrapCal .ya input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0,0,0,.3);
    outline: 0;
    margin: 4px 14px 20px 0px;
    box-sizing: border-box;
    float: left;
    background: #fff;
    position: relative;
    padding: 0;
}

#formWrapCal .ya p {
    color: #a7a7a7;
    text-align: left;
    padding: 0;
    font-size: 15px;
}

form#zamerForm .ya {
    margin: 15px 0;
    float: right;
    display: table;
    min-width: 395px;
}

form#zamerForm .ya p a {
    color: #f9f9f9;
    text-decoration: none;
}

form#zamerForm .ya input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0,0,0,.3);
    outline: 0;
    margin: 4px 14px 20px 0px;
    box-sizing: border-box;
    float: left;
    background: #fff;
    position: relative;
    padding: 0;
}

.formaBlock form#zamerForm .ya {
    margin: 15px auto;
    float: none;
    display: table;
    min-width: initial;
    text-align: left;
    width: 335px;
    position: relative;
}

.formaBlock form#zamerForm .ya input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0,0,0,.3);
    outline: 0;
    margin: 10px 14px 10px 0;
    box-sizing: border-box;
    float: left;
    background: #fff;
    position: relative;
    padding: 0;
}

.formaBlock form#zamerForm .ya p a {
    color: #d32731;
    text-decoration: none;
}


#sbm:disabled {
        border: 2px solid #d5d5d5 !important;
    color: #d5d5d5 !important;
    cursor: default !important;
    background: transparent !important;
}

#sbm:disabled:hover {
    border: 2px solid #d5d5d5 !important;
    color: #d5d5d5 !important;
    cursor: default !important;
    background: transparent !important;
}




