@charset "UTF-8";
@import url("reset.css");
/* font-family: "Open Sans"; */
html, body {
  width: 100%;
  min-width: 1170px;
  overflow-x: hidden; }

body {
  font: 16px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #454545; }

img {
  vertical-align: bottom; }

input, button{outline: none;}

a,
a:active,
a:visited,
a:focus{
  color: #454545;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.container {
  width: 1170px !important; }
  .container h2 {
    font: 40px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center; }

header {
  background: #274d98;
  padding: 10px 0; }
  header .logo img {
    float: left;
    margin-right: 15px; }
  header .logo strong {
    font: bold 2em "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1; }
  header .dropdown-toggle {
    background: #1a3875;
    color: #fff; }
  header .dropdown-item {
    display: block;
    color: #000;
    padding: 5px; }
  header a {
    color: #fff; }

.calc-top img {
  float: left;
  margin-right: 10px;
  width: 20px; }

.calc-top a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px; }
  .calc-top a:hover {
    text-decoration: underline; }
  .calc-top a::after {
    content: '';
    display: block;
    clear: both; }

.bold {
  text-align: center; }
  .bold p {
    font: bold 1.8em "Open Sans", sans-serif; }
    .bold p a {
      text-decoration: none; }
      .bold p a:hover {
        color: #fff; }
  .bold .pop {
    color: #f9e10c;
    border-bottom: 1px dashed;
    text-decoration: none; }

nav {
  background: linear-gradient(rgb(227,0,15), rgb(253,22,37));
  position: relative; }

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-transform: uppercase; }
.menu li.active>a{
color: #ffd500;
border-bottom: 2px solid #ffd500;
}
.menu a {
    padding: 8px 5px;
    width: 100%;
    color: #fff;
    font: 13px 'MuseoSansBlack', sans-serif;
    display: inline-block; }
    .menu a:hover {
      color: #ffd500; }
.plwin{
  position: relative;
}
.plwin ul{
  position: absolute;
  display: none;
  background: #ebebeb;
  z-index: 5;
  width: 100%;
}
.plwin:hover ul{
  display: block;
  background: linear-gradient(rgb(227,0,15), rgb(253,22,37));
  width: 100%;
}
.best {
  position: absolute;
  top: -3px; }

.big-img {
  position: relative;
  padding-top: 30px; }

.skidka {
  position: absolute;
  bottom: 0;
  left: 35%; }

.top-skid a{
  color: #fff;
  display: block;
  font: 15px 'MuseoSansBlack', sans-serif;
  text-transform: uppercase;
  padding-top: 5px; }

.price-top {
  position: absolute;
  padding-top: 20px;
  width: 400px;
  height: 200px;
  top: 100px;
  right: -15px;
  text-align: center; }
  .price-top a {
    background-image: linear-gradient(#ffde00, #ffc000);
    box-shadow: 0px 3px 3px 0px rgba(7, 7, 7, 0.5);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 10px; }

.fs {
  font: 2em "MuseoSansBlack", sans-serif;
  color: #fff;
  text-shadow: 0 2px 5px #000; }

.ss {
  font: 4em "MuseoSansBlack", sans-serif;
  color: #e3000f;
  text-shadow: 0 2px 2px #fff, -2px 0 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 0 -2px 2px #fff, 0 2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 0 -2px 2px #fff, 0 2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 0 -2px 2px #fff, 0 2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff; }

.free-zamer {
  position: absolute;
  right: 0;
  top: 420px;
  width: 400px; }
  .free-zamer li {
    margin-bottom: 20px; }
  .free-zamer img {
    float: left;
    margin-right: 10px; }
  .free-zamer h4 {
    color: #e3000f;
    font: 1.2em "MuseoSansBlack", sans-serif; }
  .free-zamer p {
    padding-left: 55px; }

/* ========================================================================
 ****************************** plast *************************************
 * ======================================================================== */
.plast {
  padding: 40px 0; }
  .plast li {
    margin-bottom: 20px; }
  .plast h4 {
    color: #274d98;
    padding-bottom: 5px;
    font-weight: bold; }

.left-side img {
  float: left;
  margin-right: 15px; }

.left-side p {
  padding-left: 70px; }

.right-size {
  text-align: center; }
  .right-size p {
    text-align: left; }

.h2 {
  text-align: center;
  position: relative;
  padding-bottom: 40px; }
  .h2 h2, .h2 h1 {
    text-transform: uppercase;
    font: 40px "Open Sans", sans-serif;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 10px 10px; }
  .h2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f9e10c;
    top: 23px;
    left: 0;
    z-index: 0; }
  .h2 p {
    font-size: 16px;
    padding: 0 100px; }

/* ========================================================================
 ****************************** you-get *************************************
 * ======================================================================== */
.you-get {
  background: url(/images/calculator/balcony-switch/bbg.jpg) no-repeat center / cover;
  padding: 40px 0;
  text-align: center; }
  .you-get h2 {
    text-align: center;
    font-size: 2em;
    color: #fff;
    padding-bottom: 30px; }
  .you-get p {
    text-transform: uppercase;
    color: #fff; }
  .you-get .slider img {
    display: inline-block;
    margin-bottom: 20px; }

/* ========================================================================
  ****************************** installment *************************************
  * ======================================================================== */
.installment {
  padding: 50px 0 40px; }
  .installment img {
    float: left;
    margin-right: 25px; }
  .installment h4 {
    font: 25px "Open Sans", sans-serif;
    color: #000; }
  .installment hr {
    margin-top: 0;
    border-bottom: 1px solid #f9e10c; }
  .installment span {
    color: #e3000f; }

.rassroch {
  padding-left: 80px; }

/* ========================================================================
   ****************************** color *************************************
   * ======================================================================== */
.color h4 {
  margin: 40px auto 20px; }

.color .col-xs-7 {
  padding-top: 40px; }

.color ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .color ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    cursor: pointer;
    overflow: hidden; }
    .color ul li.active {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 2px solid #f9e10c;
      position: relative; }
      .color ul li.active::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5);
        z-index: 1;
        left: 0;
        top: 0; }

.win-color {
  position: relative;
  padding-left: 50px; }

.win-arm {
  position: absolute;
  right: -45px;
  top: 180px; }

/* ========================================================================
 ****************************** will-count *************************************
 * ======================================================================== */
.will-count {
  padding: 40px 0; }
  .will-count h2 {
    font: 40px "Open Sans", sans-serif;
    padding: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center; }

.main_form {
  background: #f9e10c;
  text-align: center;
  padding: 30px 20px;
  border-radius: 4px;
  box-shadow: 0 3px 2px #777; }
  .main_form label {
    border-radius: 25px;
    display: inline-block;
    width: 300px;
    height: 45px;
    position: relative;
    background: #fff;
    margin: 0 20px; }
    .main_form label i {
      position: absolute;
      left: 60px;
      top: 11px;
      transition: all .5s ease; }
    .main_form label.active i {
      -webkit-transform: translate(-30px, -30px);
      -ms-transform: translate(-30px, -30px);
      transform: translate(-30px, -30px);
      font-size: 12px; }
    .main_form label img {
      position: absolute;
      left: 6px;
      top: 4px; }
  .main_form input {
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 50px; }
  .main_form button {
    background-image: linear-gradient(#40aaf3 50%, #046cb3 50%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.36);
    border: none;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px #555; }
    .main_form button:hover {
      background: linear-gradient(#2e9de9 50%, #015f9f 50%); }

/* ========================================================================
  ****************************** keep-price *************************************
  * ======================================================================== */
.keep-price {
  padding: 40px 0; }
  .keep-price h2 {
    font: 40px "Open Sans", sans-serif;
    padding: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center; }
  .keep-price .col-xs-1 {
    font: 25px "Open Sans", sans-serif;
    text-align: center;
    padding-top: 100px; }

.scale {
  position: relative;
  height: 350px; }
  .scale img {
    width: 100%;
    position: absolute; }
  .scale ul {
    position: relative;
    width: 100%;
    height: 100%; }
    .scale ul li {
      position: absolute;
      top: 35px;
      font: 23px "Open Sans", sans-serif;
      color: #fff; }
    .scale ul .p1 {
      top: 100px;
      left: 82px; }
    .scale ul .p2 {
      top: 110px;
      left: 236px;
      color: #555; }
    .scale ul .p3 {
      top: 82px;
      left: 389px; }
    .scale ul .p4 {
      top: 64px;
      left: 544px; }
    .scale ul .p5 {
      top: 47px;
      left: 700px; }
    .scale ul .p6 {
      top: 27px;
      left: 859px; }

.slogan {
  position: absolute;
  top: 275px;
  left: 290px; }

.compare {
  text-align: center; }
  .compare p {
    font: 25px "Open Sans", sans-serif;
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    position: relative;
    bottom: -18px; }
  .compare h3 {
    font: 40px "MuseoSansBlack", sans-serif;
    padding: 20px;
    border: 4px solid #f9e10c;
    display: inline-block; }

/* ========================================================================
 ****************************** no-repay *************************************
 * ======================================================================== */
.no-repay {
  padding: 40px 0 20px;
  background: #f9e10c;
  position: relative;
  margin-top: 40px; }

.guy {
  position: absolute;
  bottom: -390px; }

.no-repay-info {
  color: #000; }
  .no-repay-info h2 {
    font: 40px "Open Sans", sans-serif;
    text-transform: uppercase; }
  .no-repay-info li {
    font: 23px "Open Sans", sans-serif;
    margin: 13px auto; }
    .no-repay-info li img {
      margin-right: 20px; }
  .no-repay-info .a-wrap {
    text-align: center; }
  .no-repay-info a {
    background-image: linear-gradient(#40aaf3 50%, #046cb3 50%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.36);
    border: none;
    border-radius: 25px;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px #555; }
    .no-repay-info a:hover {
      background: linear-gradient(#2e9de9 50%, #015f9f 50%); }

/* ========================================================================
  ****************************** win *************************************
  * ======================================================================== */
.win {
  padding: 40px 0;
  color: #000; }
  .win .row {
    padding: 30px 0; }
  .win h2 {
    text-transform: uppercase;
    font: 30px "MuseoSansBlack", sans-serif;
    padding-bottom: 5px; }
  .win a {
    background-image: linear-gradient(#fbe949 50%, #fdd405 50%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    width: 206px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px; }
    .win a:hover {
      background: linear-gradient(#efdd43 50%, #f3cb00 50%); }

/* ========================================================================
  ****************************** offer *************************************
  * ======================================================================== */
.offer {
  background: #f9e10c;
  padding: 20px 0;
  color: #000;
  position: relative; }
  .offer h2 {
    font: 35px "Open Sans", sans-serif; }
  .offer .main_form {
    background: transparent;
    box-shadow: none;
    padding: 0; }

.timer {
  margin: 30px auto; }
  .timer li {
    display: inline-block; }
  .timer span {
    background: url(/images/calculator/balcony-switch/clock.png) no-repeat center;
    width: 117px;
    height: 76px;
    display: block;
    color: #fff;
    font: 45px "MuseoSansBlack", sans-serif;
    letter-spacing: 30px;
    text-align: center;
    padding: 10px 0 0 16px; }
  .timer b {
    text-transform: uppercase;
    padding: 5px 0;
    display: inline-block; }

.offer-img {
  position: absolute;
  top: -45px; }

.center {
  text-align: center; }

/************* отзывы *********************/
.testimonials {
  padding: 40px 0; }

#testimonials {
  padding: 20px 0 0 0; }

#testimonials h2 {
  color: #fff; }

.otzivy {
  height: 450px;
  position: relative;
  overflow: hidden; }

.otzyv_item {
  position: absolute; }

.avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 10px solid #fff;
  opacity: 0.5; }

.otzyv_item.dg-center img.avatar {
  opacity: 1;
  border: 2px solid #f9e10c; }

.otzyv_item p {
  text-align: center;
  font-style: italic;
  font-size: 20px; }

nav .dg-prev,
nav .dg-next {
  width: 42px;
  font-size: 42px;
  height: 46px;
  position: absolute;
  top: 100px;
  display: block;
  z-index: 10;
  color: #c0c0c1; }

nav .right.dg-next {
  right: 0; }

nav .dg-prev.left:hover,
nav .right.dg-next:hover {
  color: #e3000f; }

.dg-wrapper {
  text-align: center;
  width: 1000px;
  height: 316px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }

.dg-wrapper .otzyv_item.dg-transition {
  transition: all 0.5s ease-in-out; }

.otzyv_item .otzyv_text {
  opacity: 0;
  padding-top: 20px; }

.otzyv_item.dg-center .otzyv_text {
  opacity: 1; }

.otzyv_text h3 {
  font: 30px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000; }
  .otzyv_text h3 span {
    display: block;
    font-size: 20px; }

.otzyv_text hr {
  border-bottom: 2px solid #f9e10c; }

.multiple-items2 img {
  width: 200px;
  height: 200px; }

.blue-bg {
  background: url(/images/calculator/balcony-switch/bbg.jpg) center/cover no-repeat; }

.icon-nav {
  padding: 40px 0;
  text-align: center; }
  .icon-nav img {
    display: block;
    margin: 0 auto 20px; }
  .icon-nav a {
    text-transform: uppercase;
    color: #046cb3; }
    .icon-nav a:hover {
      text-decoration: underline; }

footer {
  padding: 40px 0;
  background: #d7d7d7;
  text-align: center; }
  footer h3 {
    font: 33px "MuseoSansBlack", sans-serif;
    padding-bottom: 20px; }
  footer a {
    font-size: 30px;
    padding-bottom: 10px;
    display: inline-block; }
  footer p {
    color: #999; }

.modal-content {
  overflow: hidden; }
  .modal-content .modal-header {
    background: #274d98;
    color: #fff; }
  .modal-content label {
    display: block;
    margin: 0 auto 20px; }
  .modal-content .close {
    color: #fff; }

/* ========================================================================
 ****************************** bal-one *************************************
 * ======================================================================== */
.bal-one h1 {
  font: 40px "MuseoSansBlack", sans-serif;
  color: #454545;
  text-align: center;
  margin-top: 80px; }

.c-h {
  margin-top: 30px;
  text-align: center; }
  .c-h p {
    margin-top: 20px; }
  .c-h span {
    font-family: "MuseoSansBlack", sans-serif;
    font-size: 25px; }

.swich-layer {
  background: url(/images/calculator/balcony-switch/swich-layer.png) center no-repeat;
  padding: 10px;
  width: 469px;
  height: 115px;
  margin: 0 auto; }
  .swich-layer h3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px; }
  .swich-layer label {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 4px 0px rgba(0, 0, 0, 0.96);
    width: 80px;
    height: 34px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0 auto; }
    .swich-layer label::before {
      content: '';
      position: absolute;
      background: url(/images/calculator/balcony-switch/handler.png) no-repeat;
      position: absolute;
      width: 33px;
      height: 32px;
      border-radius: 50%;
      box-shadow: 0 2px 2px #555;
      left: 0;
      transition: left .2s ease-in-out; }
  .swich-layer input[type="checkbox"] {
    display: none; }
  .swich-layer input[type="checkbox"]:checked + label::before {
    left: 47px; }

.lh, .rh {
  text-align: center;
}

.lh p {
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background: #f9e10c;
  position: relative; }
  .lh p::after {
    content: '';
    position: absolute;
    border-left: 20px solid #f9e10c;
    border-top: 17px solid transparent;
    border-bottom: 18px solid transparent;
    right: -20px; }

.rh p {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background: #0089cf;
  color: #fff;
  position: relative; }
  .rh p::before {
    content: '';
    position: absolute;
    border-right: 20px solid #0089cf;
    border-top: 17px solid transparent;
    border-bottom: 18px solid transparent;
    left: -20px; }

.prof-view li {
  position: relative;
  padding-left: 40px;
  padding-top: 10px; }
  .prof-view li::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: url(/images/calculator/balcony-switch/pluses.png) no-repeat; }

  #plast-inf li:not(:last-child) {
    margin-bottom: 10px; }

li._four::before{background-position: 0 0;}
li._one::before{background-position: 0 -48px;}
li._three::before{background-position: 0 -96px;}
li._two::before{background-position: 0 -148px;}

  #al-inf li{margin-bottom: 10px; }
li.__one::before{background-position: -68px 9px;}
li.__two::before{background-position: -68px -48px;}
li.__three::before{background-position: -68px -96px;}
li.__four::before{background-position: -63px -153px;}
.right-side-choose h4 {
  font: 30px "Open Sans", sans-serif;
  text-align: center;
  margin: 20px auto;
  text-transform: uppercase; }

.prof-view a {
  background-image: linear-gradient(#ffde00, #ffc000);
  box-shadow: 0px 3px 3px 0px rgba(7, 7, 7, 0.5);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
  display: block;
  width: 200px;
  margin: 30px auto 0;
  text-align: center; }
  .prof-view a:hover {
    background-image: linear-gradient(360deg, #ffde00 0%, #ffc000 99%); }

.exterier {
  padding: 20px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  width: 85%;
  margin-left: 42px;
  margin-top: 20px; }

.color-shape {
  margin-top: 10px; }
  .color-shape a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #999; }
    .color-shape a:not(:last-child) {
      margin-right: 20px; }
    .color-shape a:last-child {
      background: #fff; }
    .color-shape a:nth-of-type(4) {
      background: #b43a38; }
    .color-shape a:nth-of-type(3) {
      background: #e3ba2d; }
    .color-shape a:nth-of-type(2) {
      background: #6ec757; }
    .color-shape a:nth-of-type(1) {
      background: #4f94c4; }

#plast-inf {
  display: none; }

/* ========================================================================
 ****************************** balk-slider *************************************
 * ======================================================================== */
.balk-slider {
  background: url(/images/calculator/balcony-switch/bbg.jpg) center/cover no-repeat;
  padding: 30px 0;
  text-align: center;
  color: #fff; }
  .balk-slider h2 {
    text-align: center;
    padding-bottom: 30px;
    font: 40px "Open Sans", sans-serif; }
  .balk-slider img {
    display: block;
    margin: 0 auto; }
  .balk-slider p {
    padding: 20px 0; }
    .balk-slider p span {
      display: block;
      color: #f9e10c;
      font-family: "Open Sans", sans-serif; }
  .balk-slider .slick-prev, .balk-slider .slick-next {
    top: 30%;
    width: 32px;
    height: 32px; }
  .balk-slider .yellow-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px; }

.yellow-btn {
  background-image: linear-gradient(#fbe949 50%, #fdd405 50%);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  width: 206px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  color: #000;
  transition: all .5s ease-in-out;
  text-transform: uppercase;
  margin-top: 20px; }
.yellow-btn:hover{
      background-image: linear-gradient(#f9e536 50%, #f3cb00 50%);
      box-shadow: 0 0 7px #000;
}
.made {
  text-align: center;
  padding: 40px 0; }

.plast-layer {
  margin: 30px auto;
  text-align: center;
  max-width: 75%;
  padding: 30px;
  background: #f1f2f1;
  border-radius: 5px;
  border: 1px solid #999;
  position: relative; }
  .plast-layer h3 {
    font: 25px "MuseoSansBlack", sans-serif;
    color: #000;
    text-transform: uppercase; }
  .plast-layer p {
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding: 10px 0; }
    .plast-layer p span {
      color: #046cb3; }
  .plast-layer a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px; }

.rnw {
  padding-bottom: 20px; }
  .rnw span {
    display: inline-block;
    font: 25px "Open Sans", sans-serif;
    color: #454545;
    position: relative; }
    .rnw span::after {
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
      transform: rotate(-14deg);
      width: 90px;
      height: 2px;
      background: #e3000f;
      bottom: 18px; }
  .rnw b {
    display: inline-block;
    font: 45px "MuseoSansBlack", sans-serif;
    color: #e3000f;
    margin-left: 10px; }

.delimiter {
  clear: both;
  height: 50px;
  width: 100%;
  background: url(/images/calculator/balcony-switch/delimiter.png) no-repeat center; }

.action {
  padding: 40px 0; }
  .action .row {
    margin: 40px auto; }
  .action .col-xs-6 {
    padding: 0 70px; }
  .action img {
    display: block;
    margin: 0 auto; }
  .action h4 {
    margin-top: 30px;
    text-transform: uppercase;
    font: 40px "Open Sans", sans-serif; }

.cottatge {
  background: fixed url(/images/calculator/balcony-switch/cottatge.jpg) no-repeat bottom/cover;
  padding-top: 70px; }
  .cottatge h1 {
    font: 50px "MuseoSansBlack", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 0 3px #000, -3px 0 3px #000, 3px -3px 3px #000, -3px 3px 3px #000, 0 -3px 3px #000, 0 3px 3px #000, -3px -3px 3px #000, 3px 3px 3px #000, 3px 0 3px #000, -3px 0 3px #000, 3px -3px 3px #000, -3px 3px 3px #000, 0 -3px 3px #000, 0 3px 3px #000, -3px -3px 3px #000, 3px 3px 3px #000, 3px 0 3px #000, -3px 0 3px #000, 3px -3px 3px #000, -3px 3px 3px #000, 0 -3px 3px #000, 0 3px 3px #000, -3px -3px 3px #000, 3px 3px 3px #000; }

.yellow-wrp {
  background: #f9e10c;
  padding: 25px;
  border-radius: 5px; }
  .yellow-wrp h4 {
    font: 40px "MuseoSansBlack", sans-serif;
    text-transform: uppercase;
    color: #000; }
  .yellow-wrp p {
    font-size: 24px;
    color: #000;
    display: inline-block; }
  .yellow-wrp span {
    float: right;
    font: 25px "MuseoSansBlack", sans-serif;
    color: #fff;
    background: #e3000f;
    padding: 5px 10px;
    margin-right: -30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative; }
    .yellow-wrp span::after {
      content: '';
      border-top: 5px solid #870109;
      border-left: 0 solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      right: 0;
      bottom: -5px; }

.txt-wrp {
  margin-top: 230px;
  clear: both; }

.right-side img {
  display: block;
  margin-left: 583px; }

.win-for-you img {
  display: block;
  border: 3px solid #f9e10c; }

.win-for-you h4 {
  color: #000;
  font: 20px "Open Sans", sans-serif;
  padding: 10px 0; }

.veranda {
  padding: 70px 0; }
  .veranda a {
    display: block;
    margin: auto; }

.low-cost {
  padding: 30px 0; }
  .low-cost h3 {
    font: 1.3em "MuseoSansBlack", sans-serif;
    background: #f9e10c;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px; }

.h3-wrap {
  text-align: center;
  margin: 20px auto 40px; }

.win-cost img {
  display: block;
  height: 230px;
  margin: 0 auto; }

.win-cost .rnw {
  text-align: center; }

.calc-advantages {
  padding-bottom: 30px;
  text-align: center; }
  .calc-advantages h4 {
    font: 1em "MuseoSansBlack", sans-serif;
    padding: 20px 0; }

.warming {
  padding: 70px 0 40px; }
  .warming .main-img {
    left: -73px; }
  .warming .left-side h4 {
    color: #274d98;
    font: 19px "MuseoSansBlack", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 5px; }
.warming h2+p{
  text-align: center;
  margin-bottom: 15px;
}
.part {
  padding: 10px 0; }
  .part h4 {
    color: #274d98;
    font: 19px "MuseoSansBlack", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 5px; }
  .part p {
    font-size: 15px;
    padding: 0 0 5px; }
  .part figure {
    float: left;
    margin-right: 20px;
    text-align: center; }
  .part img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto; }
  .part figcaption {
    font: 16px "OpenSansCondensedLight", sans-serif;
    font-weight: 600; }
  .part::after {
    content: '';
    display: block;
    clear: both; }
  .part a.active img {
    border: 1px solid #f9e10c;
    border-radius: 6px; }

.max-img img {
  width: 100px;
  height: 100px; }

.part-four figure {
  margin-right: 10px; }

.tbimg > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tb {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  .tb a {
    text-transform: uppercase;
    font: bold 1em "OpenSansCondensedLight", sans-serif;
    text-align: center;
    float: left;
    padding: 3px 11px;
    background: #e8e8e8;
    color: #666; }
    .tb a.active {
      background: #f9e10c;
      color: #000; }
  .tb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f9e10c;
    left: 0;
    bottom: 0; }
  .tb::after {
    content: '';
    display: block;
    clear: both; }

.shape-layer {
  background: url(/images/calculator/balcony-switch/shape.png) no-repeat center/contain;
  text-align: center;
  width: 317px;
  height: 122px; }

.sh-top {
  font: 18px "MuseoSansBlack", sans-serif;
  padding-top: 5px; }

.price {
  font: 50px "MuseoSansBlack", sans-serif;
  color: #cc0000;
  text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 0 -3px 3px #fff, 0 3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 0 -3px 3px #fff, 0 3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 0 -3px 3px #fff, 0 3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff; }

.rassr-wrp {
  font: bold 18px "OpenSansCondensedLight", sans-serif; }

.lodjia-basis {
  position: relative; }
  .lodjia-basis img {
    position: absolute;
    top: 0;
    left: -73px;
    display: none; }
    .lodjia-basis img.active {
      display: block; }
  .lodjia-basis .ondulin-cold {
    top: 25px; }
  .lodjia-basis .gof-hot, .lodjia-basis .gof-cold, .lodjia-basis .ondulin-hot {
    top: 0; }
  .lodjia-basis .win-hot {
    left: 30px;
    top: 154px; }
  .lodjia-basis .gofr {
    top: 540px;
    left: 24px; }
  .lodjia-basis .siding {
    top: 538px;
    left: 27px; }
  .lodjia-basis .penoblock {
    top: 538px;
    left: 29px; }
  .lodjia-basis .vag1, .lodjia-basis .vag2, .lodjia-basis .vag3, .lodjia-basis .vag4, .lodjia-basis .vag5, .lodjia-basis .vag-der,
  .lodjia-basis .pvh1, .lodjia-basis .pvh2, .lodjia-basis .pvh3, .lodjia-basis .pvh4, .lodjia-basis .pvh5 {
    left: 99px;
    top: 182px; }
  .lodjia-basis .skaf1 {
    top: 257px;
    left: 59px; }
  .lodjia-basis .skaf2 {
    top: 282px;
    left: 147px; }
  .lodjia-basis .skaf3 {
    top: 479px;
    left: 171px;
    z-index: 1; }
  .lodjia-basis .lin1, .lodjia-basis .lin2, .lodjia-basis .lin3, .lodjia-basis .lin4, .lodjia-basis .lin5, .lodjia-basis .lam1, .lodjia-basis .lam2, .lodjia-basis .lam3, .lodjia-basis .lam4 {
    top: 582px;
    left: 79px;
    z-index: 0;
  }

.right-sidebar{
  margin-top: 95px;
}
.rad-exterier input{
-webkit-appearance: radio;
-moz-appearance: radio;
-o-appearance: radio;
appearance: radio;
}
.padd-t{
  padding-top: 30px;
}
.ost-bal{
  padding-bottom: 20px;
}
.single-art{
  margin-top: 60px;
}
.links-prev-next{
  margin-top: 10px;
}
.links-prev-next a{
  color: #046cb3;
  font-weight: bold;
}
.map-layer{
  margin-top: 80px;
}
#map{
  width: 100%;
  height: 500px;
}
.map-layer h4{
  font: 25px 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
}
.map-layer p{
  padding: 10px 0 20px;
  font-size: 20px;
}


#zamerchik{
	position: fixed;
	right: 0;
  transform: translateX(200px);
	bottom: 100px;
	opacity: .5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    transition: all .5s ease-in-out;
}
#zamerchik:hover{
	opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
#zamerchik.active{
  transform: translateX(-30px);
}
/*.modal.in .modal-dialog{
	top: 50%;
	transform: translateY(-50%);
}*/
.mod-layer .main_form{
  position: relative;
}
.mod-layer{
	width: 750px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #274d98;
}
.zam-i{
	margin-left: -212px;
	float: left;
}
.mod-layer .main_form {
	background: transparent;
	box-shadow: none;
}
.mod-layer .main_form label{
	display: block;
	margin: 25px auto;
}
.tit-mod{
	background: #f9e10c;
    text-align: center;
    text-transform: uppercase;
    width: 55%;
    margin: -20px auto 0;
    font-size: 30px;
    padding: 5px;
}
.mod-layer button{
  background: linear-gradient(rgb(255,192,0), rgb(255,222,0));
  box-shadow: 0px 3px 3px 0px rgba(7, 7, 7, 0.5);
  width: 216px;
  height: 40px;
  color: #000;
}
.mod-layer button:hover{
   background: linear-gradient(rgb(255,222,0), rgb(255,192,0));
}
#close_btn{
  position: absolute;
  left: 567px;
  top: -32px;
}
.mod-layer .form-group.active i{color: #fff;}

#toTop{
    position:fixed;
    bottom: 20px;
    right: 20px;
    cursor:pointer;
    padding: 25px 10px 10px 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
    z-index: 5;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
}
#toTop::after{
  content: '';
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 10px;
  left: 30px;
}
