html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a:link, a, a:visited {
  text-decoration: none;
  color: #cebcaa;
}
a:link:hover, a:hover, a:visited:hover {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

input, textarea {
  outline: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);  
}
input:active, textarea:active {
  outline: none;
}

input:focus, textarea:focus {
  outline: none;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

form a {
  text-decoration: underline !important;
}
form .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: 0.36px;
  text-align: left;
  color: #ffffff;
  margin-top: 25px;
}
form .left-block, form .right-block {
  display: inline-block;
  vertical-align: bottom;
  width: 40%;
}
form .right-block {
  margin-left: 15%;
}
.example-1{position: relative;  }
.example-1 input[type=file]{position: absolute;left: 0; outline:0;opacity:0;pointer-events:none;user-select:none}
.example-1 label{    margin-top: 0;
    border: 1px solid #fff;
        -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 20px;
    display: inline-block;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;}
.example-1 label .title{color: #fff;transition:200ms color}
.example-1 .labelhover {
    color: #FFF !important;
    background: #cebcaa;
    border: solid 1px #cebcaa;
}

textarea {
  color: #e2e2e2;
  border: none;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  resize: none;
  background: #23272c;
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  overflow: hidden;
  line-height: 40px;
}

input[type=text] {
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  background: #23272c;
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  text-align: left;
  color: #e2e2e2;
  border: none;
  border-bottom: 1px solid #afafaf;
}

input.placeholder, textarea.placeholder {
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #e2e2e2;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #e2e2e2;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #e2e2e2;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #e2e2e2;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #e2e2e2;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  border: solid 1px #cebcaa;
    -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 10px 20px;
  background: none;
}

.btn {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: normal;
  color: #cebcaa;
  text-transform: uppercase;
  position: relative;
  border: solid 1px #cebcaa;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 10px 20px;
}
.btn.white {
  color: #fff;
  border: solid 1px #fff;
}
.btn:hover {
  color: #FFF !important;
  background: #cebcaa; 
  border: solid 1px #cebcaa;
}
.btn:hover:after {
  background: #FFF;
}

.btn-wrapper {
  display: inline-block;
  position: relative;
}


.breadcrumbs,#breadcrumbs {
  margin-top: 30px;
}
.breadcrumbs li,#breadcrumbs a {
  display: inline-block;
}
#breadcrumbs .breadcrumb_last{display: none;}
.breadcrumbs li + li,#breadcrumbs a + span {
  padding-left: 40px;
  position: relative;
  margin-left: 10px;
}
.breadcrumbs li + li:before,#breadcrumbs a + span:before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #4b4f55;
  left: 0;
  top: 50%;
}
.breadcrumbs a,#breadcrumbs a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.42em;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4b4f55;
}

table {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: 0.24px;
  text-align: left;
  color: #e2e2e2;
}
table td {
  padding: 15px 20px;
  border-bottom: solid 1px #afafaf;
}
table tr:last-of-type td {
  border-bottom: none;
}

p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.24px;
  color: #e2e2e2;
  margin-bottom: 1.1em;
}

.color {
  color: #cebcaa;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 4em;
  font-weight: 300;
  letter-spacing: 0.62px;
  line-height: 1.13;
  color: #fff;
  position: relative;
}
h1 span {
  color: #cebcaa;
  /*display: block;*/
}
h1:after {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #cebcaa;
  right: 0;
  top: 38px;
}

.big-title h1 {
  font-size: 6em;
  line-height: 1.23;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding-right: 10%;
}
.big-title h1:after {
  display: block;
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #cebcaa;
  right: 0;
  top: 45%;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.7em;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: 0.62px;
  color: #cebcaa;
  text-transform: uppercase;
  position: relative;
}
h2 span {
  color: #FFF;
  display: block;
}
h2:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  margin-left: 30px;
  width: 70px;
  height: 1px;
  background: #cebcaa;
}
h2.left {
  max-width: 70%;
  padding-right: 100px;
}
h2.left:after {
  position: absolute;
  right: 0;
  top: 0;
}

.right {
  text-align: right;
}
.center {
  text-align: center !important;
}
.centers {
  text-align: center !important;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.47px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 25px;
}
h3 span {
  display: inline-block;
  color: #cebcaa;
}

ul.text-ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: 0.24px;
}
ul.text-ul li:before {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background: #cebcaa;
  left: 0;
  top: 45%;
}
li strong,p strong, p b, li b{font-weight:600;}
.pr-30 {
  padding-right: 30%;
}

@font-face {
  font-family: "Museosanscyrl500";
  font-display: auto;
  src: local("Museosanscyrl500"), url("https://ремонтмягкоймебели.бел/fonts/museosanscyrl-500.eot") format("eot"), url("https://ремонтмягкоймебели.бел/fonts/museosanscyrl-500.woff") format("woff"), url("https://ремонтмягкоймебели.бел/fonts/museosanscyrl-500.ttf") format("truetype"), url("https://ремонтмягкоймебели.бел/fonts/museosanscyrl-500.svg") format("svg");
}
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  min-height: 100%;
  height: 100%;
  position: relative;
  color: #23272c;
}

body {
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.28px;
  text-align: left;
  color: #ffffff;
  background-color: #23272c;
}
body.main {
  background-image: url("../img/template/main2.jpg");
  background-position: left 100px;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

.wrapper {
  min-height: 100%;
  min-width: 320px;
  margin: 0 auto;
  margin-bottom: -380px;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 380px;
}

header {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
  position: relative;
}

.inner-page {
  max-width: 1920px;
  padding: 0 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.inner-page:after {
  content: "";
  display: block;
  clear: both;
}

.footer-wrapper {
  height: 380px;
  position: relative;
}

footer:after {
  content: "";
  display: block;
  clear: both;
}

.scroll {
  position: fixed;
  left: 50%;
  margin-left: -10px;
  bottom: 30px;
  width: 11px;
  height: 60px;
  z-index: 100;
  padding-bottom: 30px;
}
.scroll .bottom {
  position: relative;
  width: 10px;
  height: 7px;
  display: block;
}
.scroll .bottom:after {
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 12px;
  height: 7px;
  background: url("../img/template/arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 993;
}
.scroll .top {
  position: relative;
  width: 10px;
  height: 7px;
  display: block;
  margin-bottom: 15px;
}
.scroll .top:after {
  content: "";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 12px;
  height: 7px;
  background: url("../img/template/arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 993;
}
.scroll:after {
  content: "";
  background: #23272c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 21px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  border: solid 1px #fafafa;
}
.scroll:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 5px;
  height: 6px;
  width: 1px;
  background: #fff;
  z-index: 1;
}
.main .full-height {height: 100vh;max-height:800px;}
.full-height {
  height: 60vh;
  position: relative;
  min-height: 570px;
}
.full-height .bottom-block {
  position: absolute;
  bottom: 20px;
  width: 90%;
  max-width: 1690px;
}
.full-height .left-block {
  float: left;
  width: 40%;
  position: absolute;
  bottom: 0;
}
.full-height .left-block a {
  font-weight:600;
  width: 44%;
  display: inline-block;
  font-size: 1em;
  line-height: 1.42;
  letter-spacing: 0.12px;
  text-align: left;
  color: #cebcaa;
}
.full-height .left-block a:hover {
  color: #FFF;
}
.full-height .right-block {
  float: right;
  width: 30%;
  z-index: 1;
}
.full-height .right-block .callback {
  position: relative;
  display: block;
  width: 50%;
  min-width: 120px;
  max-width: 160px;
  text-align: center; 
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 1px #fff;
}


.main h1 {
  text-transform: initial;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  margin-top: -75px;
  margin-left: -20%;
  font-size: 3.4em;
  text-align: center;
  letter-spacing: 0.64px;
}
.main h1:after {
  display: none;
}

.social {
  margin-top: 40px;
}
.social li {
  display: inline-block;
  margin-right: 10px;
}
.social li img {
  opacity: 0.8;
    width: 30px;
    height: 30px;
}
.social li:hover img{opacity: 1;}
.social a {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 1em;
  line-height: 1.42;
  letter-spacing: 0.12px;
  text-align: left;
  color: #cebcaa;
}

header {
  padding: 0 5%;
      position: fixed;
      top:0;
    width: 100%;
    background: #23272c;
}
header+div{padding-top: 95px !important;}
header .inner-page {
  border-bottom: solid 1px #fff;
  padding: 37px 0 10px;
}
header .logo {
  float: left;
}
header .logo span{font-size: 12px;display: block;float:right;margin-top:0;  }
header .logo img {
    max-width: 90px;
    height: auto;
    margin-top: -20px;
    margin-bottom: -5px;
}
header .menu {
  float: right;
}
header .menu .btn{float: right;    margin-left: 20px;
    padding: 10px 15px;
    font-size: 0.8em;
    margin-top: -4px;}
header .menu li {
  display: inline-block;
}
header .menu li a {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.6px;
  text-align: left;
  color: #f2f2f2;
  padding-left: 10px;
}
header .menu li a:hover {
  color: #cebcaa;
}
#breadcrumbs>span>span>a{color:#fff !important;}
.content-page .services-description{margin:   50px 0;}
.content-page h3{display: block;  clear: both;  }
.page-left-block {
  float: left;
  width: 51%;
  padding-left: 12%;
  padding-top: 30px;
}
.page-left-block.full-left{ width: 100%;}
.page-right-block {
  float: right;
  width: 40%;
  height: 90%;
  max-height:450px;
  overflow: hidden;
}
.page-right-block .post-thumbnail{ height: 450px;}
.page-right-block img {
  height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.catalog .page-right-block img {
    max-width: initial !important;
    height: 130% !important;
        max-height: initial !important;
}
.main-info {
  margin-top: 50px;
}
.main-info p {
  margin-bottom: 40px;
}

.owl-nav {
  color: #cebcaa;
  font-size: 2.5em;
}
.owl-nav button {
  margin: 0 10px;
}
.owl-nav .disabled, .owl-nav button:hover {
  opacity: 0.2;
}
.mob-services{display: none;}
.mob-services li{display: inline-block; width: 47%;margin-bottom: 20px;}
.mob-services .img,.mob-services .title{display: inline-block;vertical-align:middle;}
.mob-services .img{width: 40%;margin-right: 4%; }
  .mob-services .img img{max-width: 100%;}
.mob-services .title{width: 54%;font-size:1.5em; }
.mob-services .title a{}
.services {
  overflow: hidden;
  position: relative;
  margin-top: 130px;
}
.services .inner-page {
  position: relative;
}
.services-slider{padding-bottom: 100px;}
.services-slider .active {
  -webkit-transition: 1s;
  transition: 1s;
}
.services-slider .active + .owl-item {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 1s;
  transition: 1s;
}
.services-slider .active + .owl-item .title, .services-slider .active + .owl-item .text, .services-slider .active + .owl-item .callback {
  display: none;
}
.services-slider .slide {
  position: relative;
  padding: 140px 0 20px;
  overflow: hidden;
}
.services-slider .img {
  width: 35%;
  float: right;
}
.services-slider .img img {
  max-width: 100%;
}
.services-slider .text {
  width: 40%;
  float: left;
  padding-left: 50px;
  margin-bottom: 30px;
}
.services-slider .text h3 {
  margin-left: -50px;
}
.services-slider .text h3 a{color: #FFF;}
.services-slider .text .callback {
  margin-top: 50px;
}
.services-slider .owl-nav {
  position: absolute;
  left: 30%;
  bottom: 120px;
}

#services-dots > .services-dot.active {
  display: block;
  -webkit-transform: rotate(180deg) translate(375px) rotate(-180deg);
      -ms-transform: rotate(180deg) translate(375px) rotate(-180deg);
          transform: rotate(180deg) translate(375px) rotate(-180deg);
}

#services-dots > .services-dot.active + .services-dot, #services-dots > .services-dot.next-dot {
  display: block;
  -webkit-transform: rotate(128.57143deg) translate(375px) rotate(-128.57143deg);
      -ms-transform: rotate(128.57143deg) translate(375px) rotate(-128.57143deg);
          transform: rotate(128.57143deg) translate(375px) rotate(-128.57143deg);
}

#services-dots > .services-dot.active + .services-dot + .services-dot, #services-dots > .services-dot.next-dot + .services-dot {
  display: block;
  -webkit-transform: rotate(60deg) translate(375px) rotate(-60deg);
      -ms-transform: rotate(60deg) translate(375px) rotate(-60deg);
          transform: rotate(60deg) translate(375px) rotate(-60deg);
}

#services-dots > .services-dot.prev-dot {
  display: block;
  -webkit-transform: rotate(231.43deg) translate(375px) rotate(-231.43deg);
      -ms-transform: rotate(231.43deg) translate(375px) rotate(-231.43deg);
          transform: rotate(231.43deg) translate(375px) rotate(-231.43deg);
}

#services-dots {
  z-index: 100;
  background: #23272c;
  position: absolute;
  right: -375px;
  width: 750px;
  height: 750px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  list-style: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin: 70px auto 0;
  border: 2px solid #cebcaa;
}
#services-dots > * {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 333.33333px;
  height: 125px;
  margin: -125px;
  overflow: hidden;
  -webkit-transform: rotate(90deg) translate(375px) rotate(-90deg);
  -ms-transform: rotate(90deg) translate(375px) rotate(-90deg);
  transform: rotate(90deg) translate(375px) rotate(-90deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
#services-dots > * img {
  max-width: 100%;
}
#services-dots > .active {
  width: 500px;
  height: 333.33333px;
  margin: -250px;
}
#services-dots .services-dot img {
  display: block;
  width: 85%;
}

.reviews-num {
  position: absolute;
  bottom: 120px;
  right: 40%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0.56px;
  text-align: center;
  color: #cebcaa;
}
.reviews-num span {
  font-size: 2em;
  margin-top: -35px;
  padding-right: 20px;
  display: block;
  float: left;
  position: relative;
}
.reviews-num span:after {
  content: '';
  position: absolute;
  left: 78%;
  right: 0;
  bottom: -23px;
  width: 1px;
  height: 100%;
  background: #cebcaa;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.advantages-block {
  margin-top: 20px;
}

.advantages {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 90px;
}
.advantages li {
  display: inline-block;
  width: 40%;
  margin-bottom: 60px;
  vertical-align: top;
}
.advantages .img {
  text-align: center;
  margin-bottom: 20px;
}
.advantages .img img {
  width: 80px;
  height: 80px;
}
.advantages .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: center;
  color: #ffffff;
}

.advantages-block {
  position: relative;
}
.advantages-block:after {
  content: "";
  display: block;
  position: absolute;
  right: 2%;
  top: 0;
  height: 100%;
  width: 3px;
  background: #cebcaa;
}

.advantages-img {
  width: 30%;
  float: right;
}
.advantages-img img {
  max-width: 100%;
}
.calc_material_icon{position: absolute;width: 25%;height: 52px;bottom:10px;}
.calc_material_icon img{width: 50px;height: 50px;border:solid 1px #23272c;display: block;margin: 0 auto;-webkit-transition: 1s;transition: 1s;}
.mi1{left: 0;}
.mi2{left: 25%;}
.mi3{left: 50%;}
.mi4{right: 0;}
.checked+.calc_material_icon img{border:solid 1px #fff;}
.works-slider{padding-bottom: 100px;}
.works {
  position: relative;
  margin-bottom: 120px;
  margin-top: 100px;
}
.works:before {
  content: "";
  display: block;
  position: absolute;
  left: 2%;
  bottom: 140px;
  height: 30%;
  width: 2px;
  background: #cebcaa;
}
.works:after {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
  bottom: -10%;
  height: 30%;
  width: 2px;
  background: #cebcaa;
}
.works-page:after,.works-page:before{display: none;}
.works .owl-item:not(.active) .text {
  display: none;
}
.works .btn {
  position: absolute;
  bottom: 35px;
  left: 11%;
  z-index: 1;
}
.works .owl-nav {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 1;
}
.works h2 {
  margin-bottom: 70px;
}
.works .img{float: left;width: 44%;
    margin: 0 3%;overflow: hidden;}
.works .before {
  overflow: hidden;
  width: 47%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.works .before img {
  width: auto !important;
  height: 300px;
  margin: 0 auto;
}
.works .after {
  overflow: hidden;
  width: 47%;
   margin-left: 2%;
  display: inline-block;
  position: relative;
}
.works .after img {
  width: auto !important;
  height: 300px;
  margin: 0 auto;
}
.works .text {
  position: absolute;
  left: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.22px;
  padding-right: 100px;
}
.works .text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #cebcaa;
}

.anchor.price {
  position: relative;
  
}
.anchor.price + .order{margin-top: 100px;}
.anchor.price:after{
  content:"";
  position: absolute;
  right: 0;
  top:0;
  display: block;
  width: 45%;
  height: 100%;
  background-image: url("../img/template/price.png");
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.price h2 {
  margin-bottom: 100px;
}
.price h3 {
  margin-bottom: 70px;
}
.price .btn {
  position: absolute;
  bottom: 10px;
  right: 30%;
  z-index: 1;
}
.price table {
  width: 100%;
}

.price table td:nth-of-type(1) {
  padding: 15px 10px 15px 20px;
}
.price table td:nth-of-type(2) {
  font-family: "Cormorant Garamond", serif;
  padding: 15px 5px 15px 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.21px;
  text-align: center;
  color: #cebcaa;
}
.price-page.price table td:nth-of-type(2){ padding: 5px 5px 5px 0;}
.price-page.price table td:nth-of-type(1){padding: 5px 10px 5px 20px;}
.price-block {
  width: 45%;
}

/* SELECTIZE */
.calc {
  margin-top: 100px;
  overflow: hidden;
  padding-bottom: 80px;
}
.calc2{padding-top: 95px;margin-top: 0;}
.calc h2 {
  padding-left: 50%;
}

.calc-block {
  width: 100%;
  float: right;
  position: relative;
  margin-top: 70px;
  padding-left: 50%;
}
.calc-block:before {
  content: "";
  position: absolute;
  top: -150px;
  left: -500px;
  width: 800px;
  height: 800px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  background: #23272c;
  border: 2px solid #9a7755;
}

.calculator_body_wrap {
  padding-top: 85px;
}

.calc_steps {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
}

.calc_steps .calc_step {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  cursor: pointer;
}

.calc_steps .calc_step.prev {
  text-decoration: line-through;
  color: #afafaf;
}

.calc_steps .calc_step .step_item {
  -webkit-transition: 1s;
  transition: 1s;
  font-family: "Cormorant Garamond", serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 0.14px;
  text-align: center;
  color: #afafaf;
}

.calc_steps .calc_step .step_item span {
  display: none;
}

.calc_steps .calc_step:hover {
  text-decoration: none;
}

.calc_steps .calc_step .step_item.active {
  font-size: 2em;
  line-height: 0.61;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
  margin-top: -10px;
  position: relative;
}
.calc_steps .calc_step .step_item.active:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cebcaa;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  text-align: center;
}

.calc_steps .calc_mob_next {
  display: none;
}
#delivery_direction{overflow: hidden;}
.checkbox+.checkbox{margin-left: 20px !important;}
.checkbox.round_checkbox .checkbox_icon:before{
  content:"";
  background:#cebcaa;
  border-radius:50%;
   -webkit-border-radius:50%;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
}
.ui-spinner {
  position: relative;
  width: 100px;
  display: inline-block;
}

.ui-spinner-input {
  display: block;
  font-size: 0.9em !important; 
}

.ui-button {
  position: absolute;
  bottom: 10px;
  text-align: center; 
  line-height: 20px;  
  width: 20px;
  height: 20px;
  color:#fff !important;
}

.ui-button:hover {
  cursor: pointer;
}

.ui-spinner-down {
  right: 20px;
  -webkit-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}

.ui-spinner-down:before {
  content: "-";
  font-size: 1.1em;
}

.ui-spinner-up {
  right: 0;
 
}

.ui-spinner-up:before {
  content: "+";
  font-size: 1.1em;
}

.price_category_box.checked {
  display: block;
}

.price_category_box {
  display: none;
}

.selectize-control {
  border-bottom: 1px solid #afafaf;
  text-align: left;
}

.selectize-dropdown {
  border-bottom: 1px solid #cebcaa;
  border-top: 1px solid #cebcaa;
}

.selectize-dropdown-header {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  background: #23272c;
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  text-align: left;
  color: #e2e2e2;
}

.selectize-input input {
  opacity: 0;
  position: absolute;
  left: -10000px;
  height: 20px;
  padding: 0 2px;
  background: transparent;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  color:pointer !importante2e2;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.selectize-control.single .selectize-input.input-active {
  color: #cebcaa;
}

.selectize-input {
  border: 0;
  padding: 5px 40px 0 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.dropdown-active {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  z-index: 999;
}

.selectize-input > * {
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-input::after {
  content: "";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  padding: 10px;
  z-index: 999;
  margin: -1px 0 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  border: 0;
  border-top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0;
}

.selectize-dropdown .active.create {
  color: #000;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control .selectize-input .item {
  position: absolute;
  left: 0;
  top: 5px;
}

.selectize-control .selectize-input,
.selectize-control .selectize-input input {
  cursor: pointer;
  border:none !important;
}

.selectize-control .selectize-input.input-active,
.selectize-control .selectize-input.input-active input {
  cursor: pointer !important;
}

.selectize-control .selectize-input:after {
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 12px;
  height: 7px;
  background: url("../img/template/arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 993;
}

.selectize-control .selectize-input.input-active:after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.selectize-control :-moz-placeholder {
  line-height: 1.9;
}

.selectize-control ::-moz-placeholder {
  line-height: 1.9;
}

.selectize-dropdown .active:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #cebcaa;
  z-index: 999;
}

.selectize-dropdown .active:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #cebcaa;
  z-index: 999;
}

.calculator_body_wrap {
  min-height: 600px;
}

.buttons_select {
  position: relative;
}

.buttons_select .buttons_select_item {
  border: none;
  background: none;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  font-family: "Cormorant Garamond", serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 0.14px;
  text-align: center;
  color: #afafaf;
}
.buttons_select.material .buttons_select_item{position: relative;z-index: 1;padding-bottom: 70px;}
.buttons_select .buttons_select_item.checked {
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #cebcaa;
  padding-bottom: 30px;
  margin-top: -10px;
  position: relative;
}

.checkboxes_multiple {
  padding-bottom: 15px;
}

.checkboxes_multiple .checkbox {
  float: left;
  padding-right: 10px;
  min-height: 24px;
  margin: 0 0 12px;
}

.checkboxes_multiple_by2 .checkbox {
  width: 50%;
}

.checkboxes_multiple_by4 .checkbox {
  width: 25%;
}

.checkbox {
  position: relative;
  padding: 2px 0 0 38px;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox .checkbox_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 990;
  border: 1px solid #afafaf;
  color: #AFAFAF;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.checkbox .checkbox_icon:before {
  content: "\2714";
  color: #cebcaa;
  position: absolute;
  font-size: 1.3em;
  text-align: center;
  left: 0;
  top: -4px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 991;
  opacity: 0;
}

.checkbox input:hover {
  cursor: pointer;
}

.checkbox .checkbox_label {
  font-size: 0.9em;
  line-height: 1.4;
  z-index: 990;
}

.checkbox.checked .checkbox_icon:before {
  opacity: 1;
}

.calc_out .checkbox.round_checkbox {
  padding: 1px 0 0 32px;
  margin: 0 0 5px;
}

.calc_out .checkbox.round_checkbox .checkbox_icon {
  width: 18px;
  height: 18px;
  border: 1px solid #dab8af;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}


.calc_out .checkbox.round_checkbox input {
  width: 20px;
  height: 100%;
  z-index: 991;
  opacity: 0;
}


.calc_out {
  display: none;
  z-index: 990;
}

.calc_out .calc_out_title {
  font-size: 1.1em;
  margin-bottom: 18px;
  font-weight: 600;
}

.calc_out .calc_out_row {
  margin-bottom: 38px;
  clear: both;
  overflow: hidden;
}

.material_row {
  margin-bottom: 38px;
  height: 70px;
}

.calc_out .calc_out_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #ffffff;
  margin-bottom: 34px;
}

.calc-imgs {
  position: absolute;
  left: -6%;
  width: 50%;
  height: 700px;
  line-height: 700px;
}
.calc-imgs > div {
  display: none;
  width: 100%;
  -webkit-transition: 2s;
  transition: 2s;
}
.calc-imgs > div img {
  max-height: 560px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 2s;
  transition: 2s;
  max-width: 100%;
}
.calc-imgs > div.checked {
  display: inline-block;
   -webkit-transition: 2s;
  transition: 2s;
}

.type-row {
  height: 120px;
  margin-bottom: 40px;
}

.calc_out1 .calc_type {
  padding-top: 30px;
  height: 120px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  width: 30%;
  text-align: center;
}
.calc_out1 .calc_type .calc_type_title {
  line-height: 1.57;
  letter-spacing: 0.28px;
  color: #e2e2e2;
  font-size: 0.86em;
  width: 70%;
  margin: 0 auto;
  height: 36px;
}
.calc_out1 .calc_type.checked, .calc_out1 .calc_type:hover {
  padding-top: 0;
}
.calc_out1 .calc_type.checked .item_title, .calc_out1 .calc_type:hover .item_title {
  margin-bottom: 30px;
  position: relative;
}
.calc_out1 .calc_type.checked .item_title:after, .calc_out1 .calc_type:hover .item_title:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cebcaa;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: -15px;
  left: 50%;
  margin-left: -4px;
  text-align: center;
}
.calc_out1 .calc_type.checked .calc_type_img, .calc_out1 .calc_type:hover .calc_type_img {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.calc-row {
  overflow: hidden;
}

.calc_out1 .calc_type_icon img {
  height: 45px;
  width: auto;
}

.calc_out2 {
  padding-right: 0;
}

.calc_out2 .size {
  width: 46%;
  float: left;
}

.calc_out2 .size + .size {
  float: right;
}

.calc_out2 .size option {
  display: none;
}

.calc_out2 .lushness {
  width: 560px;
}

.calc_out2 .sleeping {
  margin: 10px 0 50px;
  clear: both;
}

.calc_out3 .material {
  text-align: center;
  /* width: 560px; */
}

.calc_out3 .price_category {
  width: 41%;
}

.calc_out4 {
  position: relative;
  min-height: 370px;
}


.calc_out4 .you_chose {
  position: relative;
  padding: 26px 0;
}

.calc_out4 .you_chose .chosen {
}

.calc_out4 .work_price {
  display: block;
}

.calc_out4 .work_price .line_title {
  padding: 6px 0 0 0;
}

.calc_out4 .work_price .price {
  display: block;
      font-family: "Cormorant Garamond", serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    margin-bottom:35px;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: 1.13px;
    color: #cebcaa;
}

.calc_out4 .materials_price {
  position: relative;
  padding: 0 0 56px;
}

.calc_out4 .materials_price .line_title {
  padding: 6px 0 0 0;
}

.calc_out4 .materials_price .price {
 display: inline-block;
 vertical-align: middle;
    font-family: "Cormorant Garamond", serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: 1.13px;
    color: #cebcaa;
}
.calc_out4 .materials_price .price_description{display: inline-block;vertical-align: middle;font-size: 0.9em;margin: 4px 0 0 20px;}
.calc_out4 .total_price {
  position: relative;
  margin: 0 0 58px;
}

.calc_out4 .total_price .line_title {
  font-size: 2em;
  text-transform: uppercase;
  padding: 23px 0 0 0;
  border-top: 1px solid #afafaf;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.calc_out4 .total_price .line_title:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 30px;
    width: 70px;
    height: 1px;
    background: #cebcaa;
}
.calc_out4 .total_price .price {
    font-family: "Cormorant Garamond", serif;
    white-space: nowrap;
    font-weight: 300;
    line-height: 1.21;
    font-size: 4em;
    font-weight: 300;
    margin: 6px 0 0 10%;
    display: inline-block;
}

.calc_out4 .hint {
  line-height: 1.45;
  font-size: 0.9em;
}

.calc_out5 .col>div,.calc_out5 .spinner_box{display: inline-block; vertical-align:middle; margin-right: 15px;}

.calc_out5 .calc_out_title {
  font-size: 1.1em;
}
#delivery_km .calc_out_title{margin-bottom: 0;  }
.calc_submit_box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 80px;
  width: 320px;
  padding: 46px 40px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e7cec7;
  z-index: 991;
}

.calc_submit_box .like_title {
  font-size: 2.2em;
  line-height: 1.1;
  font-weight: 300;
  position: relative;
  left: -1px;
}

.calc_submit_box .call_us {
  font-size: 1em;
  padding: 26px 0 18px;
}

.calc_submit_box .phone {
  font-size: 1.2em;
  color: #000;
  display: inline-block;
  margin: 0 0 6px;
  font-weight: 600;
}

.calc_submit_box .or_leave {
  font-size: 1em;
  line-height: 1.4;
  padding: 18px 0 30px;
}

.calc_submit_box .button {
  width: 100%;
  letter-spacing: 1px;
}

.calc_bottom {
  position: relative;
  display: none;
  padding: 0 0 140px;
  font-size: 0.9em;
  line-height: 1.3;
}
.calc_bottom .btn{position: absolute;right: 0;bottom: 0;}
.calc_bottom .calc_bottom_prev,
.calc_bottom .calc_bottom_next {
  position: absolute;
  bottom: 0;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.86em;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 0.24px;
  text-align: left;
  color: #f2f2f2;
}

.calc_bottom .calc_bottom_prev {
  left: 0;
}

.calc_bottom .calc_bottom_next {
  right: 0;
}

.calc_bottom .calc_bottom_prev span {
  position: relative;
  padding-left: 40px;
  line-height: 20px;
  display: block;
}

.calc_bottom .calc_bottom_next span {
  position: relative;
  padding-right: 40px;
  text-align: right;
  line-height: 20px;
  display: block;
}

.calc_bottom .calc_bottom_prev span:before,
.calc_bottom .calc_bottom_next span:after {
  position: absolute;
  top: 0;
  line-height: 17px;
  font-size: 1.4em;
}

.calc_bottom .calc_bottom_prev span:before {
  content: "\2190";
  left: 0;
}

.calc_bottom .calc_bottom_next span:after {
  content: "\2192";
  right: 0;
}

.calc_bottom .calc_bottom_prev:hover,
.calc_bottom .calc_bottom_next:hover {
  cursor: pointer;
}

.calc_bottom .calc_bottom_chose {
  display: none;
  float: left;
  width: 40%;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.16px;
  text-align: left;
  color: #afafaf;
}

.calc_bottom .calc_bottom_chose span {
  display: inline-block;
  vertical-align: top;
}

.calc_bottom .calc_bottom_chose i {
  display: block;
  white-space: nowrap;
}

.calc_bottom .calc_bottom_price {
  display: none;
  font-family: "Cormorant Garamond", serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-size: 8em;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 1.13px;
  text-align: left;
  color: #f2f2f2;
}

.calc_bottom .calc_bottom_price span {
  margin: 0 0 0 20px;
  position: relative;
}

.calc_bottom .calc_bottom_price i {
  font-style: normal;
}

.calc_bottom .calc_bottom_delivery {
  display: none;
  float: none;
  width: auto;
  position: relative;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.calc_bottom .calc_bottom_delivery span {
      font-family: "Cormorant Garamond", serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 8em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 1.13px;
    text-align: left;
    color: #f2f2f2;
    display: block;
}

.calc_bottom .calc_bottom_delivery i {
  font-style: normal;
}

.content_container .benefits_box {
  padding: 44px 0 85px;
}
.wp-block-gallery{margin: 50px 0 0;}
.wp-block-gallery.is-cropped .blocks-gallery-item h3 + figure{height: 210px !important;overflow: hidden;}
.wp-block-gallery.is-cropped .blocks-gallery-item figure{height: 150px !important;overflow: hidden;}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {align-items: flex-start !important;}
.wp-block-gallery.is-cropped .blocks-gallery-item img{height: 125%;}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item { width:100%;margin-right: 0;}
.blocks-gallery-item h3 {font-size: 2.1em;line-height: 1.1;margin-bottom: 20px;}
.price-page{padding-top: 100px;padding-bottom: 150px;}
.price-page.anchor.price:after{background-size: auto 65% !important;}
.price-page.price h3 {margin: 30px 0;}
.faq{padding: 40px 0 0;overflow: hidden;}
.faq_question{font-family: "Cormorant Garamond", serif;
    font-size: 2.4em;
    font-weight: 300;
    padding: 10px 12px 10px 0;
    letter-spacing: 0.62px;
    color: #cebcaa;position: relative;
    border-bottom: 1px solid #afafaf;}
.faq_question p{margin-bottom: 0;    line-height: 1.2;}
.faq_question:after {
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 12px;
    height: 7px;
    background: url(../img/template/arrow.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 993;
}
.faq_question.active:after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.faq_answer{display: none;padding: 20px 0;}
.faq_answer br{display: none;}
.contact-page{padding: 50px 0 0;overflow: hidden;margin-bottom: -70px;}
.contact-page .left-block{width: 40%;float: left;}
.contact-page .right-block{width: 40%;float: right;}
.contact-page h3{margin: 10px 0 10px;font-size: 1.5em !important;}
.contact-page p {
    display: block !important;
    margin: 0 0 10px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.42;
    letter-spacing: 0.12px;
}
.contact-page a {
    display: block !important;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.42;
    letter-spacing: 0.12px;
    color: #cebcaa;
}
.contact-page .address,.contact-page .phone,.contact-page .mail{padding-left: 40px;min-height:30px; }
.contact-page .address{background-image: url("../img/map.svg");background-repeat:no-repeat;-webkit-background-size:15px 15px ;-o-background-size:15px 15px ; background-size:15px 15px ;background-position: 10px top;}
.contact-page .phone{background-image: url("../img/phone.svg");background-repeat:no-repeat;-webkit-background-size:15px 15px ;-o-background-size:15px 15px ; background-size:15px 15px ;background-position: 10px top;}
.contact-page .mail{background-image: url("../img/mail.svg");background-repeat:no-repeat;-webkit-background-size:15px 15px ;-o-background-size:15px 15px ; background-size:15px 15px ;background-position: 10px top;}
.soc-links a{display: inline-block !important;margin-right: 10px;margin-bottom: 10px; }
.soc-links img{width: 30px;height: 30px;}
.contact-page .social {
  margin-top: 0;
}
.contact-page .social li {
  display: inline-block;
}
.contact-page .social a {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 1em;
  line-height: 1.42;
  letter-spacing: 0.12px;
  text-align: left;
  color: #cebcaa;
}
.map{margin-bottom: 150px;}
.map>ymaps{ filter: url("data:image/svg+xml;utf8,#grayscale");
-webkit-filter: grayscale(1);
filter: grayscale(1);
filter: gray; /* IE6-9 */ - не работает!!
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);}
.materials {
  margin: 20px 0 50px;
}
.materials h2 span{display: inline !important;}
.materials-slider-block {
  margin-top: 50px;
  position: relative;
}
.materials-slider .img{max-height:230px;overflow: hidden;}
.materials-block {
  margin-top: 70px;
  padding-left: 20%;
  border-left: 3px solid #cebcaa;
}
.materials-block p {
  width: 90%;
  padding: 10px 0 50px;
  font-size: 1em;
  line-height: 1.79;
  letter-spacing: 0.28px;
  color: #e2e2e2;
}
.materials-block .materials-slider {
  padding-top: 60px;
}
.materials-block .materials-slider .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.materials-block .materials-slider .owl-next {
  position: absolute;
  right: 0;
}
.materials-block .materials-slider .title {
  position: fixed;
  left: 0;
}

#materials-dots {
  text-align: right;
  position: absolute;
  width: 80%;
  top: 0;
  margin: 0 10%;
  z-index: 10;
}
#materials-dots li {
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.16px;
  color: #afafaf;
  margin-right: 10px;
  vertical-align: bottom;
  -webkit-transition: 1s;
  transition: 1s;
}
#materials-dots li.active {
  font-size: 1.5em;
  line-height: 0.61;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
#materials-dots li.active:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cebcaa;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  text-align: center;
}

.sales {
  background-image: url("../img/sales-1.jpg");
  background-size: cover;
  background-position: center right;
  padding: 70px 0 50px;
}
.sales .text {
  width: 90%;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.62px;
  text-align: left;
  color: #fff;
}
.sales .small-text {
  width: 50%;
  margin-bottom: 50px;
  font-size: 1em;
  line-height: 1.57;
  letter-spacing: 0.28px;
  text-align: left;
  color: #ffffff;
}

.clients {
  margin: 100px 0 130px;
}
.clients .text {
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 70px;
  text-align: center;
  font-size: 2.85em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
}

.clients-slider {
  padding: 0 10%;
}
.clients-slider .owl-nav .owl-prev, .clients-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
.clients-slider .owl-nav .owl-prev {
  left: 0;
}
.clients-slider .owl-nav .owl-next {
  right: 0;
}
.how-work-page{ margin: 30px 0 80px;}
.how-work-page.how-work li strong{font-weight:600;}
.how-work-page.how-work li { font-size: 1em;}
.how-work {
  text-align: center;
}
.how-work ol {
  counter-reset: myCounter;
  padding-top: 150px;
  margin-bottom: -200px;
}
.how-work li {
  width: 30%;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  line-height: 1.67;
  letter-spacing: 0.36px;
  margin-bottom: 200px;
  text-align: center;
  color: #ffffff;
  list-style: none;
  position: relative;
}
.how-work li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: -90px;
  z-index: -1;
  font-family: "Cormorant Garamond", serif;
  font-size: 12em;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.5px;
  text-align: left;
  color: #cebcaa;
}

.reviews {
  margin: 100px 0 110px;
}
.reviews .inner-page {
  position: relative;
}
.reviews .owl-stage-outer {
  position: relative;
}
.reviews .owl-stage-outer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(35, 39, 44, 0)), color-stop(93%, #23272c));
  background-image: linear-gradient(to right, rgba(35, 39, 44, 0) 1%, #23272c 93%);
}
.reviews .slide .img{    width: 60px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border: solid 1px #fff;
     -webkit-border-radius: 50%;
          border-radius: 50%;
    margin: 0 10px 0 -40px;}
.reviews .slide .name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65em;
  font-weight: 500;
  line-height: 0.61;
  letter-spacing: 0.23px;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.reviews .slide .text {
  font-size: 0.86em;
  line-height: 1.83;
  letter-spacing: 0.24px;
  text-align: left;
  color: #f2f2f2;
  margin: 70px auto 0;
  max-width: 300px;
}
.reviews .slide .text  p {
  font-size: 1em;
}
.reviews .slide .rating {
  width: 120px;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  height: 25px;
  background: url("../img/template/star.svg");
}
.reviews .btn {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  margin-left: -85px;
}

.reviews-slider {
  margin-top: 100px;
}
.reviews-slider .owl-nav {
  margin-top: 100px;
}
body:not(.main) .reviews-slider .owl-nav{margin-top: 0;}
body:not(.main) .reviews-slider .owl-next{left: 60px;}
.reviews-slider .owl-next {
  position: absolute;
  left: 70%;
}
.owl-next{
    animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-duration: 1.5s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1.5s;
}
 
@keyframes blinker {
  from { opacity:0.4; }
  to { opacity:1; }
}
 
@-webkit-keyframes blinker {
  from { opacity:0.4; }
  to { opacity:1; }
}
@media (min-width : 1400px) {
    .page_header .header-button {
        line-height : 80px;
        height      : 80px;
        padding     : 0 22px;
    }
}

.order {
  position: relative;
  margin-bottom: 60px;
}
.order p {
  max-width: 500px;
}
.order:before {
  content: "";
  display: block;
  position: absolute;
  left: 2%;
  bottom: 10%;
  height: 70%;
  width: 2px;
  background: #cebcaa;
}
.order:after {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
  bottom: 0;
  height: 40%;
  width: 2px;
  background: #cebcaa;
}
.order form {
  padding: 80px 0 0 150px;
}
.order textarea {
  width: 70%;
  display: inline-block;
  vertical-align: bottom;
}
.order .btn {
  display: inline-block;
}
.order .btn-wrapper {
  width: 29%;
  text-align: right;
  vertical-align: bottom;
}
.order .checkbox {
  margin: 50px 0 0 0;
}
.all-services + .advantages-block{margin-top: 0;}
.all-services {
  counter-reset: schetchik;
  padding-bottom: 20px;
}
.all-services .service-page-block {
  counter-increment: schetchik;
  position: relative;
  overflow: hidden;
}
.all-services .service-page-block:before {
  content: "0" counter(schetchik);
  display: block;
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 13.5em;
  line-height: 1;
  letter-spacing: 1.94px;
  text-align: center;
  color: #cebcaa;
}

.service-page-block {
  padding: 90px 5% 40px;
  max-width: 1920px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.service-page-block p, .service-page-block .text {
  color: #e2e2e2;
}
.service-page-block h2 {
  text-transform: inherit;
}
.service-page-block ul {
  margin: 10px 0 10px;
}
.service-page-block ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.service-page-block ul li:not(:first-of-type) {
  margin-left: 4%;
}
.service-page-block ul li a {
  display: block;
  font-size: 0.7em;
  line-height: 1.3;
  letter-spacing: normal;
  color: #cebcaa;
  -webkit-border-radius: 19px;
          border-radius: 19px;
  background-color: #394049;
  padding: 7px 20px;
}
.service-page-block .img {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.service-page-block .info-block {
  display: inline-block;
  vertical-align: top;
}
.service-page-block:nth-of-type(1) h2 {
  margin-bottom: 60px;
  margin-top: -0.7em;
}
.service-page-block:nth-of-type(1) h2:after {
  display: block;
  margin-top: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
.service-page-block:nth-of-type(1):before {
  left: 7%;
  top: 50px;
}
.service-page-block:nth-of-type(1):last-of-type:before{display: none;}
.service-page-block:nth-of-type(1) .img {
  width: 55%;
}
.service-page-block:nth-of-type(1) .img img {
  width: 100%;
}
.service-page-block:nth-of-type(1) .info-block {
  width: 35%;
  margin-left: 9%;
}
.service-page-block:nth-of-type(1) .after-ul{position: absolute;bottom: 10px;}
.service-page-block:nth-of-type(2) .after-ul{position: absolute;bottom: 100px;}
.service-page-block:nth-of-type(2) h2 {
  margin-bottom: 60px;
}
.service-page-block:nth-of-type(2) h2:after {
  display: block;
  margin-top: 44px;
  position: absolute;
  top: 0;
  right: 15%;
  width: 25%;
}
.service-page-block:nth-of-type(2):before {
  right: 7%;
  top: 50px;
}
.service-page-block:nth-of-type(2) .info-block {
  display: block;
  float: left;
  width: 60%;
}
.service-page-block:nth-of-type(2) .text {
  width: 70%;
}
.service-page-block:nth-of-type(2) .img {
  display: block;
  float: right;
  width: 35%;
  height: 600px;
}
.service-page-block:nth-of-type(2) .img img {
  height: 100%;
  width: auto;
}
.service-page-block:nth-of-type(2) .callback {
  float: right;
  margin-top: 50px;
}
.service-page-block:nth-of-type(3) h2 {
  margin-bottom: 60px;
  margin-top: 5px;
}
.service-page-block:nth-of-type(3) h2:after {
  display: block;
  margin-top: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}
.service-page-block:nth-of-type(3):before {
  right: 44%;
  top: 50px;
}
.service-page-block:nth-of-type(3) .info-block {
  display: block;
  float: left;
  width: 33%;
}
.service-page-block:nth-of-type(3) .img {
  display: block;
  float: right;
  width: 57%;
  max-height: 480px;
}
.service-page-block:nth-of-type(3) .img img {
  width: 100%;
}
.service-page-block:nth-of-type(3) .callback {
  float: right;
  margin-top: 30px;
}
.service-page-block:nth-of-type(4) {
  overflow: initial;
}
.service-page-block:nth-of-type(4) h2 {
  margin-bottom: 40px;
  margin-top: -0.7em;
}
.service-page-block:nth-of-type(4) h2:after {
  display: block;
  margin-top: 42px;
  position: absolute;
  top: 0;
  right: 20%;
  width: 25%;
}
.service-page-block:nth-of-type(4):before {
  left: 17%;
  top: 50px;
}
.service-page-block:nth-of-type(4) .img {
  width: 30%;
  height: 800px;
}
.service-page-block:nth-of-type(4) .img img {
  width: auto;
  height: 100%;
}
.service-page-block:nth-of-type(4) .text {
  margin-bottom: 50px;
  width: 50%;
}
.service-page-block:nth-of-type(4) .info-block {
  width: 55%;
  margin-left: 14%;
  position: relative;
}
.service-page-block:nth-of-type(4) .info-block:before {
  content: "";
  display: block;
  position: absolute;
  right: 2%;
  bottom: 20%;
  height: 40%;
  width: 2px;
  background: #cebcaa;
}
.service-page-block:nth-of-type(4) .info-block:after {
  content: "";
  display: block;
  position: absolute;
  right: 15%;
  bottom: -100%;
  height: 110%;
  width: 2px;
  background: #cebcaa;
}
.service-page-block:nth-of-type(5) {
  text-align: center;
}
.service-page-block:nth-of-type(5) h2 {
  margin-bottom: 90px;
}
.service-page-block:nth-of-type(5) h2:after {
  display: block;
  margin-top: 42px;
  position: absolute;
  top: 0;
  right: 20%;
  width: 10%;
}
.service-page-block:nth-of-type(5):before {
  left: 50%;
  margin-left: -90px;
  top: 50px;
}
.service-page-block:nth-of-type(5) .img {
  width: 100%;
  margin-bottom: 70px;
}
.service-page-block:nth-of-type(5) .img img {
  width: 70%;
  margin: 0 auto;
}
.service-page-block:nth-of-type(5) .text {
  margin: 0 auto 20px;
  width: 50%;    margin-top: -40px;
}
.service-page-block:nth-of-type(5) .info-block {
  width: 100%;
}
.service-page-block:nth-of-type(6) h2 {
  margin-bottom: 70px;
  margin-top: -0.7em;
}
.service-page-block:nth-of-type(6) h2:after {
  display: block;
  margin-top: 42px;
  position: absolute;
  top: 0;
  right: 20%;
  width: 25%;
}
.service-page-block:nth-of-type(6):before {
  left: 18%;
  top: 50px;
}
.service-page-block:nth-of-type(6) .img {
  width: 25%;
  height: 600px;
  margin-left: 15%;
}
.service-page-block:nth-of-type(6) .img img {
  margin-left: -50%;
  width: auto;
  height: 100%;
}
.service-page-block:nth-of-type(6) .text {
  margin-bottom: 30px;
  width: 65%;
}
.service-page-block:nth-of-type(6) .info-block {
  width: 50%;
  margin-left: 5%;
  position: relative;
}
.service-page-block:nth-of-type(7) {
  padding: 190px 5% 130px;
}
.service-page-block:nth-of-type(7) h2 {
  margin-bottom: 60px;
}
.service-page-block:nth-of-type(7) h2 span {
  display: inline-block;
}
.service-page-block:nth-of-type(7) h2:after {
  display: block;
  margin-top: 44px;
  position: absolute;
  top: 0;
  right: -15%;
  width: 25%;
}
.service-page-block:nth-of-type(7):before {
  right: 42%;
  top: 50px;
}
.service-page-block:nth-of-type(7):after {
  content: "";
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  right: -375px;
  width: 750px;
  height: 750px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  list-style: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #cebcaa;
}
.service-page-block:nth-of-type(7) .info-block {
  display: block;
  float: left;
  width: 35%;
}
.service-page-block:nth-of-type(7) .img {
  display: block;
  float: right;
  width: 55%;
  height: 450px;
}
.service-page-block:nth-of-type(7) .img img {
  width: 100%;
}
.service-page-block:nth-of-type(7) .callback {
  float: right;
  margin-top: 50px;
}
.service-page-block:nth-of-type(8) h2 {
  margin-bottom: 60px;
}
.service-page-block:nth-of-type(8) h2:after {
  display: block;
  margin-top: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.service-page-block:nth-of-type(8):before {
  left: 7%;
  top: 50px;
}
.service-page-block:nth-of-type(8) .img {
  width: 60%;
  height: 420px;
}
.service-page-block:nth-of-type(8) .img img {
  width: 100%;
}
.service-page-block:nth-of-type(8) .info-block {
  width: 33%;
  margin-left: 5%;
  margin-bottom: 60px;
}

.sub-services {
  text-align: center;
  padding: 10px 0 20px;
  clear: both;
}
.sub-services li {
  display: inline-block;
  margin-bottom: 30px;
  min-width: 15%;
}
.sub-services li:not(:first-of-type) {
  margin-left: 10%;
}
.sub-services li a {
  display: block;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  background-color: #394049;
  padding: 15px 40px;
  font-size: 0.9em;
  line-height: 1.86;
  letter-spacing: normal;
  color: #cebcaa;
}
.services-description h3{font-size: 2.4em;color: #cebcaa;}
.services-description .left-block, .services-description .right-block {
  display: inline-block;
  vertical-align: top;
}
.services-description .left-block {
  width: 35%;
  margin-right: 5%;
}
.services-description .right-block {
  width: 59%;
}
.services-description .right-block p {
  margin-bottom: 25px;
}

footer {
  color: #F2F2F2;
  border-top: solid 1px #F2F2F2;
}
footer a {
  color: #F2F2F2 !important;
}
footer .footer-block {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
footer .footer-block ul li {
  display: inline-block;
  margin-bottom: 15px;
}
footer .footer-block ul li:nth-of-type(odd) {
  width: 40%;
}
footer .footer-block ul li:nth-of-type(even) {
  width: 57%;
}
footer .footer-block ul li a {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.17;
  text-align: left;
}
footer .footer-block + .footer-block {
  width: 39%;
}
footer .footer-block + .footer-block li:nth-of-type(odd) {
  width: 63%;
}
footer .footer-block + .footer-block li:nth-of-type(even) {
  width: 34%;
}
footer .title {
  margin-bottom: 35px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  text-align: left;
  color: #ffffff;
}
footer .left-block {
  position: relative;
  height: 380px;
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding: 50px 0 0;
}
footer .right-block {
  position: relative;
  height: 380px;
  width: 39%;
  display: inline-block;
  vertical-align: top;
  padding: 50px 0 0 10%;
  border-left: solid 1px #F2F2F2;
}
footer .right-block .small-text {
  margin-bottom: 15px;
}
footer .phone {
  font-size: 1.2em;
  display: block;
  margin-bottom: 15px;
  line-height: 1.62;
  letter-spacing: 0.21px;
  text-align: left;
  color: #ffffff;
}
footer .mail {
  font-size: 0.9em;
  line-height: 1.69;
  letter-spacing: 0.13px;
  color: #ffffff;
}
footer .small-text {
  font-size: 0.65em;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.18px;
  color: #f2f2f2;
}
footer .social {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  width: 85%;
}
footer .politics {
  position: absolute;
  bottom: 0;
  left: 0;
}

.toggler {
  display: none;
}

@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
	footer .vs{ visibility: hidden;}
}
@media (min-width: 2000px) {
  html {
    font-size: 17px;
  }
    .vs{ visibility: hidden;}
}
@media (min-width: 2500px) {
  html {
    font-size: 18px;
  }
    footer .vs{ visibility: hidden;}
}
@media (max-width: 1350px) {
  header {padding: 0 2%;}
  header .menu li a {padding-left: 8px;}
  header .menu .btn {font-size: 0.7em;}
  footer .vs{ visibility: hidden;}
}
@media (min-width: 750px) {

    footer .vs{ visibility: hidden;}
}
@media (max-width: 1100px) {
  #materials-dots li{margin-right: 10px;}
  header .logo span {font-size: 0.5em;}
  header .menu li a {padding-left: 5px;}
  h1:after{display: none; }
  body.main {
    background-position: left 90px;
    background-size: 90% auto;
  }
  footer .vs{ visibility: hidden;}


  html {
    font-size: 13px;
  }

  .main h1 {
    width: 70%;
    margin-left: -35%;
  }

  .big-title h1 {
    padding-right: 20%;
  }

  h2.left {
    max-width: 100%;
  }

  h2 {
    line-height: 1;
  }

  .service-page-block h2:after {
    display: none !important;
  }

  .clients, .works, .reviews,.how-work-page {
    margin: 100px 0 130px;
  }

  .materials {
    margin: 50px 0 130px;
  }

  .advantages-block, .works, .calc, .reviews-slider, .reviews-slider .owl-nav {
    margin-top: 100px;
  }

  .services-slider .slide {
    padding: 100px 0 30px;
  }

  .order {
    margin-bottom: 130px;
  }

  .sales {
    padding: 80px 0 50px;
  }

  .advantages {
    width: 65%;
    margin-top: 50px;
  }

  .price-block {
    width: 55%;
  }

  .calc {
    padding-bottom: 0;
  }

  .calc h2 {
    padding-left: 0;
  }

  .calc-block {
    padding-left: 40%;
    z-index: 1;
  }

  .calc-block:before {
    display: none;
  }

  .type-row {
    margin-bottom: 0;
  }

  .calc_out .calc_out_row {
    margin-bottom: 15px;
  }

  .calc_bottom .calc_bottom_price,.calc_bottom .calc_bottom_delivery span {
    font-size: 5em;
  }

  .calc_bottom {
    padding: 0 0 100px;
  }

  .calc_steps {
    width: auto;
  }

  .calc-imgs {
    width: 40%;
    height: 500px;
  }

  .materials-block {
    margin-top: 50px;
    padding-left: 15%;
  }

  .materials-block p {
    padding: 50px 0 30px;
    width: 70%;
  }

  #services-dots > .services-dot.active {
    -webkit-transform: rotate(180deg) translate(250px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(250px) rotate(-180deg);
            transform: rotate(180deg) translate(250px) rotate(-180deg);
  }

  #services-dots > .services-dot.active + .services-dot, #services-dots > .services-dot.next-dot {
    -webkit-transform: rotate(128.57143deg) translate(250px) rotate(-128.57143deg);
        -ms-transform: rotate(128.57143deg) translate(250px) rotate(-128.57143deg);
            transform: rotate(128.57143deg) translate(250px) rotate(-128.57143deg);
  }

  #services-dots > .services-dot.active + .services-dot + .services-dot, #services-dots > .services-dot.next-dot + .services-dot {
    -webkit-transform: rotate(60deg) translate(250px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(250px) rotate(-60deg);
            transform: rotate(60deg) translate(250px) rotate(-60deg);
  }

  #services-dots > .services-dot.prev-dot {
    -webkit-transform: rotate(231.43deg) translate(250px) rotate(-231.43deg);
        -ms-transform: rotate(231.43deg) translate(250px) rotate(-231.43deg);
            transform: rotate(231.43deg) translate(250px) rotate(-231.43deg);
  }

  #services-dots {
    position: absolute;
    right: -250px;
    width: 500px;
    height: 500px;
    padding: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    list-style: none;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  #services-dots > * {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 75px;
    margin: -75px;
    overflow: hidden;
    -webkit-transform: rotate(90deg) translate(250px) rotate(-90deg);
    -ms-transform: rotate(90deg) translate(250px) rotate(-90deg);
    transform: rotate(90deg) translate(250px) rotate(-90deg);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }
  #services-dots > * img {
    max-width: 100%;
  }
  #services-dots > .active {
    width: 300px;
    height: 200px;
    margin: -150px;
  }

  .sales .text {
    font-size: 3.4em;
    line-height: 1;
  }

  .sales .small-text {
    width: 50%;
  }

  .order form {
    padding: 100px 0 0 50px;
  }

  footer .left-block {
    width: 70%;
  }

  footer .right-block {
    width: 29%;
    padding: 50px 0 0 5%;
  }

  .service-page-block ul li {
    margin-bottom: 20px;
  }

  .service-page-block:nth-of-type(4) .text, .service-page-block:nth-of-type(6) .text {
    width: 80%;
  }

  .page-left-block {
    padding-left: 0;
  }

  .sub-services {
    padding: 50px 0 70px;
  }

  .sub-services li {
    min-width: auto;
  }

  .sub-services li:not(:first-of-type) {
    margin-left: 5%;
  }

  .services-description .right-block {
    width: 48%;
  }
  .materials-slider .img {max-height: 170px;}
}
.otstup{
	padding-top:50px;
	margin-bottom:-150px;
}

@media (max-width: 900px) {

  html {
    font-size: 12px;
  }

  .full-height .left-block, .full-height .right-block {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .toggler + ul {
    display: block !important;
  }
}
@media (max-width: 768px) {
  header{position: fixed;width: 100%;top: 0;background: #23272c;}
  header+div{padding-top: 95px !important;}
  footer .right-block{display: none;}
  p,ul.text-ul li{font-size: 1.3em;}
  .mob-services{display: block;}
  .catalog .post-thumbnail{display: none;}
  body.main {background-position: left 110px;}
  body:not(.main) .full-height .right-block .text{display: none;}
  .full-height {min-height: 400px;}
  .contact-page { padding: 50px 0 0;}
  .social {margin-top: 30px;}
  .materials-slider .img {max-height: 120px;}
  .scroll{display: none;}
  .calc_out2 .size{width: 100%;}
  header .logo img{max-width: 70px;height: auto;margin-top: -10px;}
  header .logo span {font-size: 8px;margin-top:10px;}
  header .menu .btn {position: absolute; right: 0;margin-left: 0;margin-top:5px;margin-right: 55px; font-size: 0.7em;padding: 7px 15px;}
  .calc_steps .calc_step .step_item.active {font-size: 1.5em;padding-bottom: 20px; margin-top: 0;}
  .calculator_body_wrap {min-height: auto;}
  .breadcrumbs,#breadcrumbs {
    margin-top: 20px;
  }

  .services-description .left-block, .services-description .right-block {
    width: 100%;
        margin-right: 0;
  }
.full-height .left-block a{    font-size: 1.2em;    width: 48%;}
.sub-services li a{font-size: 1.4em;}
.service-page-block ul li a {font-size: 1em;}
.service-page-block:nth-of-type(1) .after-ul, .service-page-block:nth-of-type(2) .after-ul {    right: 50%;
    margin-right: -80px !important;
    bottom: 10px;}
.services-description .right-block p, .main-info p { margin-bottom: 20px;}

  .services-description .right-block {
    margin-top: 20px;
  }

  .sub-services {
    padding: 10px 0 10px;
  }

  .sub-services li {
    margin-bottom: 20px;
  }

  .sub-services li a {
    padding: 7px 20px;
  }

  .page-left-block, .page-right-block {
    width: 100%;
  }

  .page-left-block {
    padding-top: 20px;
  }
.page-right-block .post-thumbnail {
    height: auto;
}
.page-right-block{max-height:initial;}
  .page-right-block img {
    margin: 20px 0;
  }

  .main-info {
    margin-top: 30px;
  }

  .big-title h1, h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
    padding-right: 0;
  }

  h1:after, h2:after {
    display: none !important;
  }

  h3 {
    font-size: 2em;
  }

  header .inner-page {
    padding: 25px 0;
  }

  .full-height {
    height: auto;
  } 
 .main .full-height {height:600px;min-height: 600px;}
  .main .full-height.sales{height: auto;  min-height:initial;}
  .main h1 {
    position: relative;
    width: 90%;
    margin-left: -45%;
    top: 20%;
    margin-top:30px;
    font-size: 3.5em;
  }

  .full-height .left-block, .full-height .right-block {
    width: 100%;
  }

  .full-height .left-block {
    bottom: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .services {
    margin-top: 50px;
  }

  #services-dots,.services-slider,.reviews-num {
    display: none !important;
  }

  .services-slider .text h3 {
    margin-left: 0;
  }

  .services-slider .text {
    width: 100%;
    padding-left: 10px;
  }

  .services-slider .owl-nav {
    left: 0;
  }

  .services-slider .slide {
    padding: 50px 0 80px;
  }

  .advantages {
    width: 100%;
  }

  .advantages li {
    width: 49%;
  }

  .advantages .img img {
    width: 50px;
    height: 50px;
  }

  .advantages-img, .order:before, .order:after {
    display: none;
  }

  .anchor.price:after {
    display: none;
  }

  .price h3, .works h2, .price h2 {
    margin-bottom: 30px;
  }

  .price-block {
    width: 100%;
  }

  .price .btn {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .materials-block {
    margin-top: 0;
    padding-left: 0;
    border-left: none;
  }

  .materials-block p {
    width: 100%;
  }

  #materials-dots li {
    font-size: 0.8em;
    margin-right: 0;
  }

  #materials-dots li.active {
    font-size: 1em;
  }
#materials-dots {width: 90%;margin: 0 10% 0 0;}
  .calc-block {
    padding-left: 0;
  }

  .calc-imgs {
    display: none;
  }

  .sales {
    padding: 30px 0 50px;
  }

  .sales .text {
    width: 100%;
    font-size: 2.4em;
    margin-bottom: 50px;
  }

  .clients, .works, .materials, .reviews,.how-work-page {
    margin: 20px 0 20px;
  }

  .advantages-block, .works, .calc, .reviews-slider, .reviews-slider .owl-nav {
    margin-top: 50px;
  }
  .calc2{    padding-top: 0;margin-top: 0 !important;}
  .how-work ol {
    padding-top: 70px;
    margin-bottom: 0;
  }

  .how-work li {
    width: 49%;
    margin-bottom: 100px;
  }
 .how-work-page.how-work li {width: 100%; margin-bottom: 80px;    text-align: left; padding-left: 40px;}
 .how-work-page.how-work li:last-of-type{margin-bottom: 0;}
  .how-work li:before {
    bottom: 0;
    font-size: 7em;
  }

  .order {
    margin-bottom: 50px;
  }

  .order form {
    padding: 50px 0 0 0;
  }

  .order textarea {
    width: 100%;
  }

  form .text {
    margin-top: 10px;
  }

  .order .checkbox {
    margin: 10px 0 0 0;
  }

  .order .btn-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .works {
    padding-bottom: 50px;
  }

  .works .btn {
    bottom: 10px;
  }

  .works .before, .works .after {
    width: 45%;
    margin-top: 0;
  }
  .works-page h3{margin-top: 50px;}
  .works .owl-nav {
    bottom: -100px;
  }
  .works-page .owl-nav {
    bottom: -50px;
  }

  footer .inner-page {
    padding: 0 2%;
  }

  footer .social li {
    display: block;
  }

  footer .footer-block, footer .footer-block ul li:nth-of-type(odd), footer .footer-block ul li:nth-of-type(even), footer .footer-block + .footer-block {
    width: auto !important;
    margin-right: 40px;
  }

  footer .left-block {
    padding: 20px 0 0;
  }

  footer .title {
    margin-bottom: 15px;
  }

  footer .footer-block ul li {
    margin-bottom: 2px;
  }

  .toggler + ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 201;
    width: 300px;
    padding: 20px 30px 20px 20px;
    border-left: solid 1px #cebcaa;
    border-bottom: solid 1px #cebcaa;
    background: #23272c;
  }

  header .menu li {
    display: block;
    margin-bottom: 10px;
  }

  .toggler {
    position: fixed;
    top: 30px;
    right: 15px;
    cursor: pointer;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 3px 0 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 202;
  }

  .toggler > span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
    -webkit-transition: background .3s .5s;
    transition: background .3s .5s;
  }

  .toggler > span:before, .toggler > span:after {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .6s, -webkit-transform .3s;
    transition: top .3s .6s, transform .3s;
    transition: top .3s .6s, transform .3s, -webkit-transform .3s;
    transition: top .3s .6s, -webkit-transform .3s;
  }

  .toggler > span:before {
    margin: 10px 0 0 0;
  }

  .toggler > span:after {
    margin: -10px 0 0 0;
  }

  .toggler--close > span {
    -webkit-transition: background .3s 0;
    transition: background .3s 0;
    background: transparent;
  }

  .toggler.toggler--close > span:before,
  .toggler.toggler--close > span:after {
    margin: 0 !important;
    transition: top .3s, -webkit-transform .3s .5s;
    -webkit-transition: top .3s, -webkit-transform .3s .5s;
    transition: top .3s, transform .3s .5s;
    transition: top .3s, transform .3s .5s, -webkit-transform .3s .5s;
    background: #fff;
  }

  .toggler--close > span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .toggler--close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  header .menu li a { font-size: 1.4em;margin-bottom: 15px;display: block;padding-left: 0;}
  .all-services {
    padding-bottom: 40px;
  }

  .service-page-block {
    text-align: center;
    padding: 100px 5% 40px !important;
  }
  .service-page-block h2 {
    margin-bottom: 40px !important;
    margin-top: 0 !important;
  }
  .service-page-block h2:after {
    display: block;
    margin-top: 42px;
    position: absolute;
    top: 0;
    right: 20%;
    width: 10%;
  }
  .service-page-block:before {
    left: 50% !important;
    top: -16px !important;
    right: auto !important;
    margin-left: -90px;
    top: 50px;
  }
  .service-page-block .img {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .service-page-block .img img {
    height: auto !important;
    width: 85% !important;
    margin: 0 auto !important;
  }
  .service-page-block .text {
    margin: 0 auto 40px !important;
    width: 100% !important;
  }
  .service-page-block .info-block {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .service-page-block .info-block:before, .service-page-block .info-block:after {
    display: none !important;
  }
  .service-page-block:after {
    display: none !important;
  }
  .service-page-block .callback {
    float: initial !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }

  .service-page-block ul li {
    margin-bottom: 15px;
  }

  .service-page-block ul li:not(:first-of-type) {
    margin-left: 5px;
  }
  form .left-block, form .right-block {width: 100%;margin: 20px 0 0 !important;}
}
#pad {
    margin-top: 50px;
}
@media (max-width: 550px) {
  .works .img{width: 100%;}
  .works .img+.img{display: none;}
  .works-slider {padding-bottom: 0;}
  .works .before img,.works .after img  {height: auto; width: 100% !important;}
    .faq_question{font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 12px 10px 0;
    letter-spacing: 0.62px;
    color: #cebcaa;position: relative;
    border-bottom: 1px solid #afafaf;}
.faq {
    padding: 20px 0 0;
    overflow: hidden;
}
.all-services
{
	margin-bottom:-150px
}
.service-page-block {
    text-align: center;
    padding: 20px 5% 40px !important;
}
#pad {
    margin-top:-20px;
}
.order form {
    padding: 20px 0 0 0;
}
.orderpt {
    margin-top: 100px;
}
.otstup{
	padding-top:10px;
	margin-bottom:0;
}
}
@media (max-width: 450px) {
  .materials-slider .img {max-height: 70px;}
  .mob-services li {width: 100%;}
  footer .footer-block, footer .footer-block ul li:nth-of-type(odd), footer .footer-block ul li:nth-of-type(even), footer .footer-block + .footer-block {
    margin-right: 20px;
  }
  .otstup{
	padding-top:10px;
	margin-bottom:0;
}
  #pad {
    margin-top:-20px;
}
.order form {
    padding: 20px 0 0 0;
}
.orderpt {
    margin-top: 100px;
}
.service-page-block {
    text-align: center;
    padding: 20px 5% 40px !important;
}
  .faq {
    padding: 20px 0 0;
    overflow: hidden;
}
  .faq_question{font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 12px 10px 0;
    letter-spacing: 0.62px;
    color: #cebcaa;position: relative;
    border-bottom: 1px solid #afafaf;}

  footer .right-block, footer .left-block {
    width: 100% !important;
    height: auto;
    padding-bottom: 100px;
  }

  #materials-dots {
    display: none;
  }

  .sales .small-text {
    width: 100%;
  }

  .reviews .btn {
    bottom: 50px;
  }

  .all-services .service-page-block:before {
    font-size: 10em;
    margin-left: -50px;
  }
  .breadcrumbs li + li:before, #breadcrumbs a + span:before {top: 10px;}
}
.center{
	font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.24px;
    color: #e2e2e2;
    margin-bottom: 1.1em;
	float:center;
	margin-top: 25px;
}
.txt{
	text-align:justify;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
    font-style: normal;
}
.txtc{
	font-family: "Roboto", sans-serif;
	text-align: center !important;
	font-size: 16px;
    font-weight: 600;
	width:100%;
}
.razrab{
	margin-top: -5px;
    float: center;
    margin-left: 50px;font-size: 12px;
    text-align: center;font-family: "Roboto", sans-serif;
}
@media (max-width: 450px) {
.txtc{
	font-family: "Roboto", sans-serif;
	text-align: center !important;
	font-size: 14px;
    font-weight: 600;
	width:100%;
}
footer .right-block {
    position: relative;
    height: 220px;
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin: -420px 0 0 0;
	border-left: none;
}
footer .phone{
	float:left;
	padding-left:15px;
	padding-right:15px;
	text-align:left;display: block;
	margin-bottom: 5px;
}
footer .small-text{
	display: block;
	margin-top:0px;word-wrap: break-all;
}
.razrab{
	margin-top:200px;
    float: center;margin-bottom:-10px;
    margin-left: 0px;font-size: 14px;
    text-align: center;font-family: "Roboto", sans-serif;
}
footer .vs
{
	visibility: visible;visibility: visible;display:visible;
}
}
.txtvs
{
	text-align:justify;
}
.clear {
    clear: both
}
.workis {
    margin-top: 30px;
}

#map {     
   width: 100%;height:500px;
}
#map p {     
    font-family:"MyriadPro-Regular", sans-serif;
    font-size: 14px !important; text-align: center;color: #000000;
}
#map span{        
    color: #cebcaa;font-family:"MyriadPro-Regular", sans-serif;
    font-size: 14px !important; text-align: center;
}
#map a{     
    color: #000000;margin: 0;
}
#map a:hover{     
    color: #cebcaa;
}
