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

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

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

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

a:hover {
  text-decoration: none; }

:focus {
  outline: none; }
nav,
header,
section,
footer{
  min-width: 1170px;
}
img {
  vertical-align: bottom; }

body {
  font: 1rem "PFDinDisplayProRegular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  background: #f7f2eb;
  overflow-x: hidden;
  min-width: 320px; }

.container {
  min-width: 1170px !important; }

nav {
  padding: 10px 0 15px;
  box-shadow: 0 3px 5px #999;
  position: fixed;
  background: #f7f2eb;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all .3s ease-in; }
  nav .col-xs-3 {
    line-height: 1.7rem; }
  nav h2 {
    font: 2.3rem "pfdindisplaypro-bold", sans-serif;
    color: #85c406;
    text-transform: uppercase;
    line-height: .8; }
    nav h2 span {
      font-size: 1.4rem;
      color: #000;
      display: block; }
  nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .6rem; }
  /*  nav ul li {
      width: 20%; }*/
    nav ul a {
      display: block;
      font-size: .7rem;
      color: #81807f;
      transition: all .3s ease-in-out; }
      nav ul a img {
        float: left;
        margin-right: 10px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      nav ul a p {
        display: inline-block;
        vertical-align: -19px; }
      nav ul a:hover {
        color: #85c406; }
        nav ul a:hover img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
    nav ul a::after {
      content: '';
      display: table;
      height: 0;
      clear: both; }

.top-tel {
  display: inline-block; }
  .top-tel a {
    color: #333;
  }
  .top-tel b {
    font: 1.5rem "pfdindisplaypro-bold", sans-serif;
    color: #85c406;
    vertical-align: middle; }
  .top-tel + p {
    color: #81807f;
    font-size: .8rem; }

/* ******************************header************************* */
header {
  background: url(../img/fon.jpg) top center/cover no-repeat;
  height: 601px;
  padding-top: 30px;
  position: relative; }
  header form {
    text-align: center; }
    header form p {
      color: #666;
      padding-top: 30px; }
  header label {
    width: 46%;
    display: inline-block;
    position: relative;
    margin: 15px 10px; }
  header input {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    color: #666;
    border: 1px solid;
    border-radius: 3px;
    background: transparent;
    transition: all .3s ease-in-out; }
    header input:focus {
      background: #fff; }
    header input:focus + .fa {
      background: #85c406;
      color: #fff;
      border: 1px solid #666; }
  header .fa {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    border-left: 1px solid #666;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  header button {
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #666;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    min-width: 200px;
    transition: all .3s ease-in-out; }
    header button:hover {
      background: #85c406;
      color: #fff; }

.left-leaf {
  position: absolute;
  left: 0;
  bottom: 0; }

.right-leaf {
  position: absolute;
  right: 0;
  bottom: 0; }

.win-c {
  position: relative; }
  .win-c img {
    position: relative;
    top: 8px;
    display: block !important; }

.nav-c h1 {
  font: 3.5rem "pfdindisplaypro-bold", sans-serif;
  color: #fff;
  text-align: right;
  text-shadow: 1px 3px 2px #777;
  line-height: 1; }
  .nav-c h1 span {
    font-size: 2rem;
    color: #000;
    display: block; }

.navi {
  margin-top: 30px; }
  .navi .as {
    border: 1px solid #81807f;
    height: 270px;
    text-align: center;
    padding: 20px 8px 10px;
    color: #81807f;
    cursor: pointer; }
    .navi .as img {
      opacity: .5; }
  .navi .active > div {
    background: #85c406;
    border: none;
    box-shadow: 1px 1px 1px #888;
    color: #000; }
    .navi .active > div img {
      opacity: 1; }
    .navi .active > div a {
      border: none;
      background: #fff;
      color: #000; }

.sm-about {
  border-bottom: 1px solid;
  padding: 10px 0; }

.sm-pr {
  padding: 10px 0; }
  .sm-pr strong {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 0; }
  .sm-pr a {
    display: block;
    padding: 5px 10px;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid #81807f;
    color: #81807f;
    border-radius: 3px; }

/* **************** Наши окна ************************** */
.out-win {
  padding: 40px 0;
  text-align: center; }
  .out-win h2 {
    text-transform: uppercase;
    color: #85c406;
    font: 2rem "pfdindisplaypro-bold", sans-serif;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 1px dashed #85c406;
    margin-bottom: 20px; }
    .out-win h2 span {
      display: block;
      color: #000;
      font: 1rem "PFDinDisplayProRegular", sans-serif; }
  .out-win h4 {
    text-transform: uppercase;
    color: #85c406;
    font-size: 1.5rem;
    margin-bottom: 20px; }

.mod {
  color: #81807f;
  padding: 5px 10px;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 3px; }
  .mod:hover {
    background: #85c406;
    color: #000;
    border: none; }

.timer {
  margin: 30px auto;
  font-family: "PFDinDisplayProLight", sans-serif;
  text-align: center; }
  .timer li {
    width: 60px;
    display: inline-block;
    color: #85c406;
    font-size: 3em;
    position: relative;
    margin: 0 5px; }
    .timer li:not(:last-child)::after {
      content: ':';
      position: absolute;
      left: 62px;
      top: -6px; }

/* ************** calc ************************* */
.calc {
  background: url(../img/darkBg.jpg) top center/cover no-repeat;
  padding: 30px 0;
  color: #fff;
  box-shadow: 0 3px 5px #999;
  position: relative; }
  .calc h2 {
    text-transform: uppercase;
    color: #85c406;
    font: 2rem "pfdindisplaypro-bold", sans-serif;
    text-align: center; }
  .calc h3 {
    margin: 20px auto; }
  .calc h5 {
    text-align: center;
    margin: 10px auto 30px; }
  .calc ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .calc ul li {
      display: inline-block; }

.calc-select {
  border-right: 1px solid #81807f; }
  .calc-select img {
    cursor: pointer; }
  .calc-select p {
    margin: 20px auto 10px; }
  .calc-select label {
    position: relative;
    height: 35px;
    display: block; }
    .calc-select label::after {
      content: '';
      position: absolute;
      right: 10px;
      top: 47%;
      border-top: 5px solid #81807f;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
  .calc-select select {
    width: 100%;
    height: 100%;
    color: #81807f;
    padding-left: 10px;
    border: 1px solid;
    border-radius: 5px;
    display: block;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none;
    cursor: pointer; }
  .calc-select option {
    padding: 7px 0 7px 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #81807f; }

.result a {
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  transition: all .3s ease; }
  .result a:hover {
    background: #85c406;
    color: #000;
    border-color: #85c406; }

.tottalPrice {
  font-size: 1.5rem;
  color: #81807f;
  margin-top: 150px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #85c406; }
  .tottalPrice span {
    color: #f7f2eb;
    font-size: 2rem; }

/* ******************** inter ********************* */
.inter {
  padding-top: 20px;
  background: url(../img/winBig.png) center 30px no-repeat, url(../img/fon.jpg) center center/cover no-repeat; }
  .inter .col-xs-12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .inter ul {
    float: left;
    position: relative;
    width: 25%;
    margin: 50px auto; }
  .inter li {
    margin: 20px auto; }
    .inter li div {
      width: 133px;
      height: 133px;
      background: url(../img/spr1.png) no-repeat;
      float: left; }
    .inter li p {
      padding-top: 45px; }
    .inter li::after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
  .inter .left-spr {
    text-align: right;
    left: -93px; }
    .inter .left-spr div {
      float: right;
      margin-left: 10px; }
    .inter .left-spr li:nth-of-type(2) div {
      background-position: 0 -150px; }
    .inter .left-spr li:nth-of-type(3) div {
      background-position: 0 -300px; }
  .inter .right-spr {
    right: -100px; }
    .inter .right-spr li:nth-of-type(1) div {
      background-position: -150px 0; }
    .inter .right-spr li:nth-of-type(2) div {
      background-position: -150px -150px; }
    .inter .right-spr li:nth-of-type(3) div {
      background-position: -150px -300px; }

/* ****************** ruller **************************** */
.ruller {
  padding-top: 50px; }
  .ruller .rul-left {
    text-align: center;
    margin-top: 50px; }
    .ruller .rul-left h2 {
      text-transform: uppercase;
      color: #85c406;
      font: 2.5rem "pfdindisplaypro-bold", sans-serif;
      padding-bottom: 10px;
      border-bottom: 1px dashed #85c406;
      position: relative;
      margin-bottom: 30px;
      display: inline-block; }
      .ruller .rul-left h2::after {
        content: '';
        left: 0;
        bottom: -2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #85c406;
        position: absolute; }
    .ruller .rul-left h3 {
      text-align: center;
      font: 1.5rem "PFDinDisplayProRegular", sans-serif;
      color: #85c406; }
    .ruller .rul-left h5 {
      text-align: center;
      margin-top: 15px; }
  .ruller .workman {
    background: url(../img/fon1.jpg) no-repeat center/cover; }
    .ruller .workman img {
      vertical-align: bottom; }

/* ****************** gallery ************************ */
.gallery {
  background: url(../img/fon2.jpg) no-repeat center/cover;
  padding: 40px 0;
  text-align: center; }
  .gallery h2 {
    text-transform: uppercase;
    color: #85c406;
    font: 2rem "pfdindisplaypro-bold", sans-serif;
    margin-bottom: 30px; }
  .gallery .row {
    margin: 30px auto; }
  .gallery a {
    border: 2px solid #8697a9;
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
    .gallery a::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5) url(../img/zoom-in.png) 50% 0/45px 45px no-repeat;
      left: 0;
      top: 0;
      z-index: 1;
      transition: all .3s ease;
      border: 2px solid #85c406;
      z-index: 1;
      opacity: 0; }
    .gallery a:hover::after {
      opacity: 1;
      background: rgba(0, 0, 0, 0.5) url(../img/zoom-in.png) 50% 50%/45px 45px no-repeat; }
  .gallery img {
    width: 100%;
    height: 100%;
    vertical-align: bottom; }

/* ********************* testimonials *************************** */
.testimonials {
  padding: 30px 0; }
  .testimonials h2 {
    text-transform: uppercase;
    text-align: center;
    font: 2rem "pfdindisplaypro-bold", sans-serif;
    color: #85c406;
    margin-bottom: 30px; }
  .testimonials img {
    display: block;
    margin: 0 auto 30px; }
  .testimonials .inner-slider {
    background: #464f57;
    width: 70%;
    padding: 30px;
    padding-top: 0;
    margin: 0 auto;
    color: #fff;
    box-shadow: 0 2px 3px #555; }
    .testimonials .inner-slider img {
      width: 100px; }
    .testimonials .inner-slider p {
      font: italic 16px 'Georgia Italic', 'Arial', serif;
      text-align: center;
      line-height: 1.5em; }
    .testimonials .inner-slider b {
      text-transform: uppercase;
      color: #85c406;
      position: relative;
      display: block;
      text-align: center;
      margin: 20px auto; }
      .testimonials .inner-slider b::before, .testimonials .inner-slider b::after {
        content: '';
        position: absolute;
        width: 37%;
        height: 1px;
        background: #85c406;
        top: 10px; }
      .testimonials .inner-slider b::before {
        left: 0; }
      .testimonials .inner-slider b::after {
        right: 0; }

#map {
  width: 100%;
  height: 350px;
  border-top: 2px solid #85c406; }

/* *****************  contacts ************* */
#contacts {
  background: #464f57;
  color: #fff;
  padding: 30px 0; }
  #contacts .main_form {
    margin-top: 35px; }
  #contacts h2 {
    text-transform: uppercase;
    color: #85c406;
    font: 2rem "pfdindisplaypro-bold", sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
  #contacts .ifQuest {
    margin-bottom: 30px;
    text-align: center; }
  #contacts label:not(:nth-of-type(3)) {
    width: 50%;
    float: left; }
  #contacts ::-webkit-input-placeholder {
    color: #fff; }
  #contacts ::-moz-placeholder {
    color: #fff; }
  #contacts :-moz-placeholder {
    color: #fff; }
  #contacts :-ms-input-placeholder {
    color: #fff; }
  #contacts :focus::-webkit-input-placeholder {
    color: #85c406; }
  #contacts :focus::-moz-placeholder {
    color: #85c406; }
  #contacts :focus:-moz-placeholder {
    color: #85c406; }
  #contacts :focus:-ms-input-placeholder {
    color: #85c406; }
  #contacts input {
    width: 82%;
    margin-bottom: 25px;
    border-color: #888;
    border-style: solid;
    padding: 0 20px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 1px;
    transition: .2s ease;
    background: rgba(255, 255, 255, 0.5); }
    #contacts input:focus {
      background: #fff;
      color: #85c406;
      border-color: #85c406; }
      #contacts input:focus + .fa {
        background: #fff;
        color: #85c406;
        border-color: #85c406; }
  #contacts button {
    display: block;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 1.3em;
    background: none;
    transition: color .3s ease; }
    #contacts button:hover {
      color: #85c406; }
  #contacts form .fa {
    font-size: 18px;
    border: 1px solid #888;
    color: #888;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    margin-left: -4px;
    transition: .2s ease;
    background: rgba(255, 255, 255, 0.5); }
#contacts p{
  margin-left: 32px;
}

.r {
  margin: 20px auto 35px; }
  .r i, .r span {
    color: #85c406; }
  .r i {
    float: left;
    margin: 0 15px 50px 0; }
  .r span {
    display: block; }

.ta {
  width: 99%;
  clear: both; }
  .ta textarea {
    width: 97.6%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #888;
    height: 123px; }
    .ta textarea:focus {
      background: #fff;
      color: #85c406;
      border-color: #85c406; }

.winlanding {
  background: #000;
  padding: 40px 0; }
  .winlanding a {
    color: #fff; }
    .winlanding a:hover {
      color: #85c406; }

.tar {
  text-align: center; }

/* ************ hamburger ********************* */
.hamburger-menu {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  display: none;
  width: 30px;
  height: 16px;
  cursor: pointer; }

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 2px; }

.bar {
  position: relative;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  background: #000;
  transition: all 0ms 300ms; }
  .bar.animate {
    background: rgba(255, 255, 255, 0); }

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: #000;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #000;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/* =================== popup ================== */
.hiden {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  display: none; }

.popup {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .popup .pop-head {
    background: #85c406;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative; }
  .popup .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000; }
    .popup .close-btn:hover {
      color: #fff; }
  .popup .pop-body {
    color: #000;
    padding: 20px; }
    .popup label{display: block;}
    .popup .pop-body input {
      display: block;
      margin: 20px auto;
      width: 100%;
      padding: 10px;
      border: 1px solid #7e7e7e;
      background: #dedede; }
      .popup .pop-body input:focus {
        background: #fff;
        border-color: #85c406; }
    .popup .pop-body button {
      display: block;
      margin: 20px auto;
      padding: 10px 20px;
      background: #85c406;
      color: #000;
      text-transform: uppercase;
      border: 1px solid #75ab07; }
      .popup .pop-body button:hover {
        background: #6a9c05; }

.choose_color {
  background: url("../img/brillant.png");
  padding-top: 50px; }

.choose_color h2 {
  font-size: 50px;
  line-height: 1;
  font-variant: small-caps;
  color: #666;
  text-align: center; }

.choose_color_inner .main_color {
  width: 40%;
  min-height: 550px;
  float: left; }

.choose_color_inner .thumbs_color {
  width: 60%;
  min-height: 550px;
  float: left; }

.choose_color_inner::after {
  content: '';
  display: block;
  clear: both; }

.thumbs_color table {
  padding: 0;
  margin: 0;
  position: relative;
  top: 100px; }

.thumbs_color table td {
  padding: 5px; }

.thumbs_color > a {
  position: relative;
  left: 200px;
  top: 125px; }

.main_color {
  position: relative; }

.main_color figure {
  position: absolute;
  display: none;
  margin: 0 auto;
  text-align: center;
  width: 335px; }

.main_color .color_active {
  display: block; }

.main-slider {
  background: url(../img/fon.jpg) no-repeat center;
  height: 600px; }
  .main-slider img {
    display: block;
    margin: 0 auto; }
  .main-slider h2 {
    font: 4rem "pfdindisplaypro-bold", sans-serif;
    color: #fff;
    text-align: right;
    text-shadow: 1px 3px 2px #777;
    line-height: 1;
    display: inline-block; }
    .main-slider h2 span {
      font: 40px "PFDinDisplayProLight", sans-serif;
      color: #81807f;
      display: block;
      text-shadow: none; }
  .main-slider .bx-wrapper .bx-prev {
    left: -15px; }
  .main-slider .bx-wrapper .bx-next {
    right: -15px; }

.shildick2 {
  width: 156px;
  height: 40px;
  background: url(../img/shildick2.png) no-repeat;
  text-align: center;
  font: 25px "pfdindisplaypro-bold", sans-serif;
  padding-left: 20px;
  line-height: 40px;
  display: inline-block;
  vertical-align: 5px; }

.top-title {
  text-align: right; }

.top-img {
  position: relative; }

.shildick {
  position: absolute;
  width: 165px;
  height: 56px;
  top: 60px;
  right: 80px;
  background: url(../img/shape.png) no-repeat;
  padding: 3px 0 0 20px; }
  .shildick p {
    font: 18px "pfdindisplaypro-bold", sans-serif;
    color: #fff; }

.form-layout {
  background: #85c406;
  padding: 20px;
  margin-top: 15px; }
  .form-layout hr {
    border-top-color: #81807f; }
  .form-layout form::after {
    content: '';
    display: block;
    clear: both; }
  .form-layout .form-title {
    font: 27px "PFDinDisplayProLight", sans-serif; }
    .form-layout .form-title span {
      color: #fff;
      font-family: "pfdindisplaypro-bold", sans-serif; }
  .form-layout .left-side-f {
    width: 65%;
    float: left; }
    .form-layout .left-side-f p {
      font-size: 20px; }
      .form-layout .left-side-f p span {
        font-family: "pfdindisplaypro-bold", sans-serif; }
    .form-layout .left-side-f input {
      height: 45px;
      width: 330px;
      border: none;
      padding-left: 10px;
      margin-top: 10px; }
    .form-layout .left-side-f em {
      display: inline-block;
      margin-top: 10px;
      color: #fff; }

.right-side-f {
  float: left;
  width: 35%;
  padding-left: 20px; }
  .right-side-f p {
    font-size: 20px; }
  .right-side-f button {
    border: 2px dashed #fff;
    background: transparent;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    text-shadow: 0 2px 0 #81807f;
    margin-top: 10px; }

.sl-inner {
  padding-top: 40px; }

/* ========================================================================
 ****************************** razdel *************************************
 * ======================================================================== */
.types {
  background: url(../img/winter.png) no-repeat left center/cover, url(../img/fon.jpg) top center/100% 100% no-repeat;
  padding: 50px 0; }
  .types h2 {
    text-align: center;
    text-transform: uppercase;
    font: 2em "pfdindisplaypro-bold", sans-serif;
    padding-bottom: 30px; }

.c-btn {
  margin-left: 200px;
  margin-bottom: 40px; }
  .c-btn a {
    text-transform: uppercase;
    color: #81807f;
    font-size: 1.3em;
    border: 1px solid #81807f;
    float: left;
    text-decoration: none;
    padding: 5px 10px 5px 25px; }
    .c-btn a:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .c-btn a:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-left: none; }
    .c-btn a.active {
      color: #fff;
      background: #85c406;
      box-shadow: inset 0 0 7px #888; }
  .c-btn::after {
    content: '';
    display: block;
    clear: both; }

.types-icons {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .types-icons li {
    display: inline-block;
    color: #464f57; }

.characters {
  padding-left: 40px;
  margin-top: 30px; }
  .characters h4 {
    font-size: 25px;
    color: #85c406;
    text-transform: uppercase; }
  .characters ul {
    margin-left: 20px; }
  .characters li {
    margin: 5px auto;
    color: #464f57; }
  .characters .fa {
    color: #85c406;
    font-size: 25px;
    margin-right: 10px; }

.modal {
  padding: 10px;
  border: 1px solid #81807f;
  border-radius: 5px;
  text-transform: uppercase;
  color: #81807f;
  display: inline-block;
  margin: 20px 0 0 60px; }

#c {
  display: none; }

/* ========================================================================
 ****************************** cost *************************************
 * ======================================================================== */
.cost {
  padding: 30px 0; }
  .cost h2 {
    text-align: center;
    text-transform: uppercase;
    font: 2em "pfdindisplaypro-bold", sans-serif;
    padding-bottom: 30px;
    color: #85c406; }

.cost .row {
  padding: 20px 20px 20px 0;
  margin-bottom: 30px; }

.cost label {
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.cost label::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  left: 0;
  top: 4px; }

.cost label::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #85c406;
  border-radius: 50%;
  left: 3px;
  top: 7px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .2s ease; }

.cost s {
  font-size: 20px;
  color: #454545;
  display: block;
  margin: 20px auto 10px; }

.cost b {
  color: #85c406;
  font: 30px "pfdindisplaypro-bold", sans-serif; }

.cost a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #85c406;
  border-radius: 5px;
  border-bottom: 3px solid #55790a;
  float: right; }

.cost a:hover {
  background: #6a9c05;
  border-bottom-color: #375004; }

.cost input {
  display: none; }

.cost input:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tar {
  text-align: right; }

.bl-title {
  margin-bottom: 10px; }

.bl-title h4 {
  text-transform: uppercase;
  color: #464f57;
  font: 30px "pfdindisplaypro-bold", sans-serif; }

.bl-title span {
  font-family: "pfdindisplaypro-bold", sans-serif; }

.skid-h3 {
  text-align: center; }

.skid-h3 h3 {
  font-size: 40px;
  padding-bottom: 10px; }

.skid-h3 p {
  padding-bottom: 20px; }

.hot-b li {
  height: 50px;
  width: 136px;
  margin: 0px 0 30px 4px; }
  .hot-b li a {
    display: block;
    width: 100%;
    height: 100%; }

#b1 {
  background: url(../img/calc/b/1-1.png) no-repeat; }
  #b1.active, #b1:hover {
    background-position-y: -59px; }

#b2 {
  background: url(../img/calc/b/2-2.png) no-repeat; }
  #b2.active, #b2:hover {
    background-position-y: -59px; }

#b3 {
  background: url(../img/calc/b/3-3.png) no-repeat; }
  #b3.active, #b3:hover {
    background-position-y: -55px; }

#b4 {
  background: url(../img/calc/b/4-4.png) no-repeat; }
  #b4.active, #b4:hover {
    background-position-y: -55px; }

#b5 {
  background: url(../img/calc/b/5-5.png) no-repeat; }
  #b5.active, #b5:hover {
    background-position-y: -55px; }

#b6 {
  background: url(../img/calc/b/6-6.png) no-repeat; }
  #b6.active, #b6:hover {
    background-position-y: -55px; }

#b7 {
  background: url(../img/calc/b/7-7.png) no-repeat; }
  #b7.active, #b7:hover {
    background-position-y: -59px; }

#b8 {
  background: url(../img/calc/b/8-8.png) no-repeat; }
  #b8.active, #b8:hover {
    background-position-y: -59px; }

#b9 {
  background: url(../img/calc/b/9-9.png) no-repeat; }
  #b9.active, #b9:hover {
    background-position-y: -59px; }

.slider-cottatge h2 {
  font-size: 3.6rem; }

.slider-cottatge .shildick {
  top: 220px;
  right: 280px; }

.calc-bal ul {
  display: block; }

.calc-bal .calc-in-columns {
  height: 290px; }

.single-post p{
  line-height: 1.4em;
}
.h2{
  text-align: center;
    text-transform: uppercase;
    font: 2em "pfdindisplaypro-bold", sans-serif;
    padding-bottom: 30px;
    color: #85c406;
}