@charset "UTF-8";
@import url("reset.css");
/* font-family: "MuseoSansRegular"; */
@font-face {
  font-family: "MuseoSansRegular";
  src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot");
  src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "MuseoSansBold"; */
@font-face {
  font-family: "MuseoSansBold";
  src: url("../fonts/MuseoSansBold/MuseoSansBold.eot");
  src: url("../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "MuseoSansLight"; */
@font-face {
  font-family: "MuseoSansLight";
  src: url("../fonts/MuseoSansLight/MuseoSansLight.eot");
  src: url("../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "MuseoSansLight"; */
@font-face {
  font-family: "MuseoSansBlack";
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot");
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBlack/MuseoSansBlack.woff") format("woff"), url("../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSansCondensedLight";
  src: url("../fonts/OpenSansCondensedLight/OpenSansCondensedLight.eot");
  src: url("../fonts/OpenSansCondensedLight/OpenSansCondensedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondensedLight/OpenSansCondensedLight.woff") format("woff"), url("../fonts/OpenSansCondensedLight/OpenSansCondensedLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
    font-family: "ImpactRegular";
    src: url("../fonts/ImpactRegular/ImpactRegular.eot");
    src: url("../fonts/ImpactRegular/ImpactRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ImpactRegular/ImpactRegular.woff") format("woff"),
    url("../fonts/ImpactRegular/ImpactRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body {
  width: 100%;
  min-width: 1170px;
  overflow-x: hidden; }

body {
  font: 16px "MuseoSansRegular", 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 "MuseoSansBold", sans-serif;
    text-transform: uppercase;
    text-align: center; }

header {
  background: #274d98;
  text-align: center;
  padding: 10px 0; }
  header .logo{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  header .logo img{
    max-width: auto;
  }
  header .logo h1 {
    text-align: left;
    font: bold 2em "MuseoSansBold", sans-serif;
    color: #fff;
    padding-left: 15px;
    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; }
header .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.girl-wrap{
  position: relative;
}
.small-logo{
    position: absolute;
    width: 135px;
    bottom: 220px;
    left: 78px;
    text-align: center;
    transform: rotate(-12deg);
}

/*.small-logo img{
  width: 60px;
}*/
.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 "MuseoSansBold", 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));
  box-shadow: 0 7px 10px #9a9a9a;
  position: relative; }

.menu {
  width: 100%;
  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.nav>li>a{padding: 10px 0!important;}
.menu li.active>a{
color: #ffd500;
/*border-bottom: 2px solid #ffd500;*/
}
.menu a {
    padding: 8px 5px;
    width: 100%;
    color: #fff;
    font: 15px 'MuseoSansBlack', sans-serif;
    display: inline-block; }
    .menu a:hover {
      background: linear-gradient(rgb(227,0,15), rgb(253,22,37));
      color: #ffd500; }
.menu .dropdown{
  position: relative;
}
.menu li > ul{
  position: absolute;
  display: none;
  background: #ebebeb;
  z-index: 5;
}
.menu li > ul a{
  color: #fff;
}
.menu .dropdown:hover ul{
  display: block;
  background: linear-gradient(rgb(227,0,15), rgb(253,22,37));
}
.wpcf7-form {
    background: #096707;
    border-radius: 0px;
}
.wpcf7-form p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{background-color: inherit;}
.menu .dropdown ul a:hover{
  color: #ffd500;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: inherit!important;
}
.best {
  position: absolute;
  top: -3px; }

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

.container .skidka {
  position: absolute;
  font: italic 50px 'ImpactRegular', sans-serif;
  color: #f9e10c;
  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, 5px 5px 15px #000;
  bottom: 0;
  left: 35%; }
.container .skidka span,
.container .skidka h2{
  font: italic 90px 'ImpactRegular', sans-serif;
}

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

.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; }
.su-list .free-zamer li > img {
    position: static;
    width: auto;
    height: auto;
    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;
    text-transform: uppercase;
    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::before, .h2 h2::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background-color: #f9e10c;
    position: relative;
}

.h2 h2::before{
    margin-left: -100%;
    left: -14px;
}

.h2 h2::after{
    margin-right: -100%;
    right: -14px;
}

/*  .h2 h2, .h2 h1 {
    text-transform: uppercase;
    font: 40px "MuseoSansBold", 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(../img/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 img {
    width: 180px;
    height: 180px!important;
    display: inline-block;
    margin-bottom: 20px; }

/* ========================================================================
  ****************************** installment *************************************
  * ======================================================================== */
.installment {
  padding: 50px 0 40px; }
  .installment img {
    float: left;
    margin-right: 25px; }
  .installment h4 {
    font: 25px "MuseoSansBold", 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 "MuseoSansBold", sans-serif;
    padding: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center; }

.wpcf7-form {
  background: #f9e10c;
  text-align: center;
  padding: 30px 20px;
  border-radius: 4px;
  box-shadow: 0 3px 2px #777; }
  .wpcf7-form label {
    border-radius: 25px;
    display: inline-block;
    width: 300px;
    height: 45px;
    position: relative;
    background: #fff;
    margin: 0 20px 20px; }
  .wpcf7-form input {
    background: none;
    border: none;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    padding-left: 50px; }
  .wpcf7-form input[type="submit"] {
    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;
    width: auto;
    text-shadow: 0 1px 1px #555; }
    .wpcf7-form input[type="submit"]:hover {
      background: linear-gradient(#2e9de9 50%, #015f9f 50%); }

.wpcf7-form br{
  display: none;
}

.wpcf7-form-control-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px;
}
.name-img .wpcf7-form-control-wrap::before{
  content:'';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 4px;
  left: 5px;
  background: url(../img/user.png) no-repeat center;
}
.tel-img .wpcf7-form-control-wrap::before{
  content:'';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 4px;
  left: 5px;
  background: url(../img/tel.png) no-repeat center;
}

.city-img .wpcf7-form-control-wrap::before{
  content:'';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 4px;
  left: 5px;
  background: url(../img/pointer.png) no-repeat center;
}

.street-img .wpcf7-form-control-wrap::before{
  content:'';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 4px;
  left: 5px;
  background: url(../img/home.png) no-repeat center;
}

.time-img .wpcf7-form-control-wrap::before{
  content:'';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 4px;
  left: 5px;
  background: #046cb3 url(../img/calendar.svg) no-repeat center / 23px 30px;
}
/* ========================================================================
  ****************************** keep-price *************************************
  * ======================================================================== */
.keep-price {
  padding: 40px 0; }
  .keep-price h2 {
    font: 40px "MuseoSansBold", sans-serif;
    padding: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center; }
  .keep-price .col-xs-1 {
    font: 25px "MuseoSansBold", 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 "MuseoSansBold", 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 "MuseoSansBold", 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: -352px; }

.no-repay-info {
  color: #000; }
  .no-repay-info h2 {
    font: 40px "MuseoSansBold", sans-serif;
    text-transform: uppercase; }
  .no-repay-info .su-list ul li {
    font: 30px "MuseoSansBold", sans-serif;
    padding: 0!important;
    margin: 30px auto!important; }
    .no-repay-info .su-list ul li > img{
    	width: auto;
    	height: auto;
      position: static;
      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, .modal-rep {
    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 "MuseoSansBold", sans-serif; }
  .offer .wpcf7-form {
    background: transparent;
    box-shadow: none;
    padding: 0; }

.timer {
  margin: 30px auto; }
  .timer li {
    display: inline-block; }
  .timer span {
    background: url(../img/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: 470px;
  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 "MuseoSansBold", 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(../img/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: 35px "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 h2 {
  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(../img/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(../img/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(../img/pluses.png) no-repeat; }
  #plast-inf li:not(:last-child) {
    margin-bottom: 10px; }
  #plast-inf li:first-child::before {
    background-position: 0 0; }
  #plast-inf li:nth-of-type(2)::before {
    background-position: 0 -48px; }
  #plast-inf li:nth-of-type(3)::before {
    background-position: 0 -96px; }
  #plast-inf li:last-child::before {
    background-position: 0 -158px; }

  #al-inf li:not(:last-child) {
    margin-bottom: 10px; }
  #al-inf li:first-child::before {
    background-position: -68px 0; }
  #al-inf li:nth-of-type(2)::before {
    background-position: -68px -48px; }
  #al-inf li:nth-of-type(3)::before {
    background-position: -68px -96px; }
  #al-inf li:last-child::before {
    background-position: -68px -158px; }

.right-side-choose h4 {
  font: 30px "MuseoSansBold", 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(../img/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 "MuseoSansBold", sans-serif; }
  .balk-slider img {
    display: block;
    margin: 0 auto; }
  .balk-slider p {
    padding: 5px 0; }
    .balk-slider p strong {
      display: block;
      color: #f9e10c;
      font-family: "MuseoSansBold", 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 "MuseoSansBold", sans-serif;
    color: #454545;
    position: relative; }
    .rnw span::after {
      content: '';
      position: absolute;
      left: -10px;
      -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
      transform: rotate(-14deg);
      width: 67px;
      height: 2px;
      background: #e3000f;
      bottom: 18px; }
  .rnw b {
    display: inline-block;
    font: 45px "MuseoSansBlack", sans-serif;
    color: #e3000f;
    margin-left: 10px; }

.action hr {
  clear: both;
  height: 50px;
  width: 100%;
  border-top: none;
  background: url(../img/delimiter.png) no-repeat center; }

.action h1{
    font: 40px "MuseoSansBold", sans-serif;
    text-transform: uppercase;
    text-align: 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 "MuseoSansBold", sans-serif; }
   .action b{
    font-family: "MuseoSansBold", sans-serif;
   }
.action .skidka{
  position: static;
  text-align: center;
}

.cottatge {
  background: fixed url(../img/cottatge.jpg) no-repeat bottom/cover;
  padding-top: 70px; }
  .cottatge .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
            align-items: flex-end;
  }
  .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 h3 {
    font: 40px "MuseoSansBlack", sans-serif;
    text-transform: uppercase;
    color: #000; }
  .yellow-wrp p {
    font-size: 24px;
    color: #000;
    display: inline-block; }
  .yellow-wrp h4{
    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 .skidka {
  position: static;
  display: block;
  margin-left: 583px; }

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

.win-for-you h4 {
  color: #000;
  font: 20px "MuseoSansBold", 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 {
    text-transform: uppercase;
    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(../img/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 b{
  font: 25px 'MuseoSansBold', 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: 50px;
  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 .wpcf7-form{
  position: relative;
}
.mod-layer{
  width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #274d98;
}
.zam-i{
  margin-left: -212px;
  float: left;
}
.mod-layer .wpcf7-form {
  background: transparent;
  box-shadow: none;
}
.mod-layer .wpcf7-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;
  opacity:1;
}
.mod-layer .form-group.active i{color: #fff;}
.row-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
}






.hiden{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1;
}
.modal-cake{
    padding: 30px 30px 0 30px;
    position: fixed;
    z-index: 4;
    left: 50%;
    top: -50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: top 0s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    min-width: 900px;
}
.modal-cake.active{
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: top 0s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.cake-info{
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.cake-info h3{
  padding: 5px 10px;
  background: yellow;
  text-align: center;
  position: relative;
}
.cake-info h3 a{
  display: inline-block;
}
.rand-dig{
  font-size: 60px;
  font-weight: bold;
  color: #1f4bbf;
}
.cake-info .col-xs-5{text-align: center; padding: 5px;}
.cake-info .col-xs-5 span{
  display: block;
  font-size: 30px;
}
.cake-info .col-xs-4{
  padding: 5px 0 5px 30px;
}
.cake-info .close_btn{
    position: absolute;
    right: 5px;
    top: 2px;
    width: 13px;
}
article .YMaps .oi_yamaps_author_link{display: none!important;}

.main-repair{
  text-align: center;
  min-height: 600px;
  background: url(../img/main-repair.jpg) no-repeat center / cover;
  box-shadow: inset 0 7px 10px #9a9a9a;

}

.main-repair h2{
  margin-top: 90px;
  font-size: 61px;
  font-family: "ImpactRegular";
  color: #f9e10c;
  font-style: italic;
  text-shadow: 0 2px 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000;
}
.lozung{
  font: 45px 'MuseoSansBold', sans-serif;
  color: #fff;
  text-shadow: 0 2px 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000;
  margin: 30px auto;
}

.timer.repair-tm{
  margin: 10px auto;
}
.timer.repair-tm span{
  width: 75px;
  height: auto;
  padding: 0;
  color: #f9e10c;
  background: transparent;
  letter-spacing: normal;
  text-shadow: 0 2px 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000;
}

.timer.repair-tm b{
  text-transform: lowercase;
}

.main-repair .modal-rep{
  color: #000;

}

.repair-types{
  padding: 40px 0;
}
.repair-types ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.repair-types li{
  flex-basis: 30%;
  margin-bottom: 45px;
}
.repair-types img{
  margin-right: 10px;
  float: left;
}
.repair-types b, .repair-types strong{
  color: #046cb3;
  font-size: 22px;
  font-weight: bold;
  display: block;
}