.notfull{
  display:flex;
  justify-content:center;
  align-self:center;
  height:40px;
  background:#fff;
  text-align:center;
  font-size:20px;
  margin-bottom:15px;
  margin-top:15px;
}

.button-simple, .std-form .sf-title, .std-form .label, .hd-logo .text, .contacts-block .slogan, .big-promo .element .s-text, .site-section .section-hd, .company-services .service .title, .company-advantages .advantage .text, .calc-table .th, .calc-table .table-body .price, .calc-footer .input-square .label, .calc-footer .input-square .number-input, .calc-footer .total-price, .company-masters .section-ft .text, .masters-block .master .name, .company-photos .photo-link, .the-page .section-hd h1, .ft-logo .text {
  font-family: 'Blogger Sans', sans-serif;
}
:after, :before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
body {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: white;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-rendering: auto;
  color: #333;
  width: 100%;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
article, header, footer, section, nav {
  display: block;
}
input, textarea, keygen, select, button {
  font-size: 13px;
  text-rendering: optimizeLegibility;
  color: #130d07;
  font-family: 'PT Sans', sans-serif;
  line-height: initial;
  outline: none;
  padding: 7px 8px;
  border: 0;
  background: transparent;
  margin: 0;
}
select {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  outline: none;
  border: 1px solid #a9571e;
  background: #fffef3;
  padding: 7px 8px;
  box-sizing: initial;
}
dl, dd, dt {
  display: block;
  padding: 0;
  margin: 0;
}
p {
  padding: 5px 0px;
  margin: 5px 0px;
}
h1, h2, h3, h4, h5, h6 {
  padding: 10px 0 5px 0;
  margin: 10px 0 10px 0;
  font-family: 'Exo 2', sans-serif;
  line-height: initial;
  font-weight: 200;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 26px;
}
a {
  outline: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: orange;
}
.section-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.button {
  display: block;
  cursor: pointer;
}
.button-green {
  width: 205px;
  height: 48px;
  background: #0b7000;
  border-bottom: 2px solid #004819;
  line-height: 35px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: white;
}
.button-simple {
  width: 189px;
  height: 46px;
  border: 2px solid #8e3c33;
  text-align: center;
  line-height: normal;
  line-height: 42px;
  font-size: 18px;
  font-style: italic;
  color: #8e3c33;
  border-radius: 9px;
}
.carousel-section {
  position: relative;
}
.carousel-block {
  overflow: hidden;
}
.carousel-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-item {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.carousel-arrows .arrow {
  width: 73px;
  height: 73px;
  position: absolute;
  top: 50%;
  border: 2px solid #c4c4c4;
  border-radius: 73px;
  cursor: pointer;
  margin: -36px 0 0 0;
}
.carousel-arrows .arrow .in {
  width: 21px;
  height: 33px;
  background-image: url(../img/elements/slider-arrows.png);
  display: block;
}
.carousel-arrows .arrow:hover {
  border-color: #8e3c33;
}

.carousel-arrows .arrow.prev {
  left: -10px;
  z-index: 99;
}

.company-masters .carousel-arrows .arrow.prev {
  left: 0px;
  z-index: 99;
}

.carousel-arrows .arrow.next {
  right: -10px;
  z-index: 99;
}

.carousel-arrows .arrow.prev .in {
  background-position: top left;
  margin: 18px 0 0 21px;
}
.carousel-arrows .arrow.prev:hover .in {
  background-position: bottom left;
}
.company-masters .carousel-arrows .arrow.next {
  right: 0px;
  z-index: 99;
}
.carousel-arrows .arrow.next .in {
  background-position: top right;
  margin: 18px 0 0 27px;
}
.carousel-arrows .arrow.next:hover .in {
  background-position: bottom right;
}
.std-form .sf-title {
  font-size: 36px;
  font-style: italic;
  padding: 25px 0 0 0;
  text-align: center;
}
.std-form .sf-body {
  padding: 26px 72px 10px 72px;
}
.std-form p {
  padding: 0 0 0 0;
  margin: 0;
}
.std-form span.wpcf7-not-valid-tip {
  background: #f00;
  color: white;
  padding: 1px 5px;
  font-size: 0.8em;
  position: absolute;
  z-index: 800;
  margin: -7px 0 0 0px;
  width: 200px;
}
.std-form div.wpcf7-validation-errors {
  position: absolute;
  background: #f7e700;
  border: 0;
  padding: 0.2em 1em;
  width: 300px;
  left: 13%;
  margin: -11px 0 0 0;
}
/*.std-form div.wpcf7-mail-sent-ok {
  position: absolute;
  background: #398f14;
  border: 0;
  width: 320px;
  margin: 0;
  padding: 5px 10px;
  color: white;
  border-radius: 6px;
  font-size: 14px;
}*/
.std-form .sf-block .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.std-form .line {
  padding: 0 0 12px 0;
}
.std-form .label {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 9px;
}
.std-form .text-input {
  width: 301px;
  height: 44px;
  display: block;
  font-size: 16px;
  padding: 0 13px;
  background: white;
  border: 1px solid #d0d0d0;
  color: black;
  font-size: 16px;
  border-radius: 4px;
}
.custom-checkbox .ch-hidden {
  display: none;
}
.custom-checkbox .ch-custom {
  width: 27px;
  height: 27px;
  background: white;
  border: 1px solid #bdaf88;
  padding: 4px 0 0 4px;
  cursor: pointer;
  display: inline-block;
}
.custom-checkbox .ch-custom:after {
  content: ' ';
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid white;
  border-radius: 2px;
  display: block;
}
.custom-checkbox .ch-hidden:checked + .ch-custom:after {
  background: #0b7000;
  border-color: #004819;
}
.the-header {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  /* height: 140px;*/
 background: url(../img/background/bg-header.jpg) top center repeat-x;
}

.the-header .section-wrap {
  position: relative;
  /* height: 150px; */
}
.section-wrap {
  z-index: 100;
}
.the-header__spacer {
  height: 45px;
  display: none;
  transition: all 200ms ease-out;
}
@media (max-width: 1240px) {
  .the-header__spacer {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .the-header__spacer {
    height: 70px;
  }
}
.the-header.fixed-scroll {
  position: fixed;
  top: 0;
  width: 100%;
 /* box-shadow: 0 4px 7px rgba(0, 0, 0, .3);*/
  z-index: 200;
}
@media (min-width: 1377px) {
  .company-prices .top-part {
    height: 870px;
    background: url(../img/new-img/bg-10.jpg) top center no-repeat;
    background-size: cover !important;
  }
  .main-section {
    height: 155px;
  }
  .block-bg {
    top: -74px;
  }
  }
@media (min-width: 768px) {
  
  .breadcrumbs { margin-top: 60px;}
  .the-header.fixed-scroll .section-wrap {
    height: auto;
  }
  .the-header.fixed-scroll .hd-logo {
    width: 260px;
    padding-top: 20px;
  }
  .the-header.fixed-scroll .hd-logo .img {
    width: 40px;
  }
  .the-header.fixed-scroll .hd-logo .content {
    width: 200px;
  }
  .the-header.fixed-scroll .hd-logo .title {
    font-size: 20px;
  }
  .the-header.fixed-scroll .hd-logo .text {
    font-size: 11px;
  }
  .the-header.fixed-scroll .hd-menu > ul > li {
    /*height: 80px;
    padding-top: 30px;*/
  }
  .the-header.fixed-scroll + .the-header__spacer {
    display: block;
  }
}
@media (max-width: 1240px) and (min-width: 768px) {
  .the-header.fixed-scroll {
    height: 90px;
  }
  .the-header.fixed-scroll .hd-logo {
    padding-top: 5px;
    height: 50px;
  }
  .the-header.fixed-scroll .hd-menu-container {
    margin-top: 5px;
  }
  .the-header.fixed-scroll .hd-menu > ul > li {
    height: 25px;
    padding-top: 4px;
  }
  .hd-menu > ul > li > a {
    padding: 0 3px !important;
  }
}
@media (max-width: 767px) {
  .the-header.fixed-scroll {
    height: 95px;
  }
  .the-header.fixed-scroll .hd-logo {
    /* width: 248px; */
  }
  .the-header.fixed-scroll .hd-logo .img {
   width: 55px;
   /* height: auto; */
   /* margin-top: 14px; */
  }
  .the-header.fixed-scroll .hd-logo .title {
    font-size: 24px;
  }
  .the-header.fixed-scroll .hd-logo .text {
    /*display: none;*/
  }
  .the-header.fixed-scroll .hd-logo .content {
    width: 240px;
  }
  .the-header.fixed-scroll .hd-menu-container {
    /* margin-top: 5px; */
  }
  .the-header.fixed-scroll .hd-menu > ul > li {
    height: 35px;
    padding-top: 9px;
  }
}
.hd-logo {
  /*width: 260px;*/
  width: 490px;
  float: left;
  padding: 25px 0 0 0;
  transition: all 200ms ease-out;
}
.hd-logo .img, .hd-logo .content, .hd-logo .title, .hd-logo .text, .hd-logo a {
  display: block;
}
.hd-logo a {
  text-decoration: none;
}
.hd-logo .img {
  width: 99px;
  /* width: 40px;*/
  height: 72px;
  float: left;
  transition: all 200ms ease-out;
}


.the-header.fixed-scroll {
  /* height: 100px !important; */
}

.hd-logo .content {
  width: 365px;
  float: left;
  padding: 0 0 0 12px;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.hd-logo .title {
  /* font-size: 39.5px; */
  /* font-size:20px;*/
  color: #af1200;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 200ms ease-out;
}
.hd-logo .text {
  font-size: 18.5px;
  /*font-size: 11px;*/
  font-style: italic;
  color: #666;
  padding: 0px 0 0 0;
  text-align: center;
  transition: all 200ms ease-out;
}

.sub-mehu{
  position: sticky !important;
}
.hd-menu {
  /* lvl0 */
  /* h */
  /* cur */
}
.hd-menu-container {
  float: left;
  width: 686px;
}
.hd-menu ul, .hd-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hd-menu-btn {
  display: none;
}
/*.hd-menu > ul > li {
  float: left;
  position: relative;
  height: 80px;
  padding: 40px 0 0 0;
  transition: all 200ms ease-out;
}*/
.hd-menu > ul > li {
  float: left;
  position: relative;
  height: auto;
  transition: all 200ms ease-out;
  margin: 15px 2px 0;
  border-radius: 20px;
  padding: 2px;
}
.hd-menu > ul > li > a {
  padding: 0 10px;
  display: block;
  font-size: 16px;
  color: #333;
}
.hd-menu > ul > li:hover {
  background: #af1200;
}
.hd-menu > ul > li:hover > a {
  color: white;
}
.hd-menu > ul > li:hover > ul {
  display: block;
  width: 250px;
  /*display: block;*/
  /*display: inline-flex;*/
}
.hd-menu > ul > li.current-menu-item, .hd-menu > ul > li.current-menu-parent {
  background: #af1200;
}
.hd-menu > ul > li.current-menu-item > a, .hd-menu > ul > li.current-menu-parent > a {
  color: white;
}
.contacts-block {
  width: 300px;
}
.contacts-block .phone {
  font-family: 'a_CityNovaLt', sans-serif;
  text-align:center;
}
.the-header__spacer {
  position: relative;
}
.nv-wr:after {
  background: url(../img/new/plashka-menu.png) no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 175%;
}
.contacts-block .phone .code {
  font-size: 24.8px;
  display: inline-block;
 /* vertical-align: bottom;
  line-height: 50px;*/
  transition: all 200ms ease-out;
}
.contacts-block .phone .highlight {
  font-weight: 600;
  display: inline-block;
 /* vertical-align: middle;*/
  font-size: 20px;
  color: #af1200;
  transition: all 200ms ease-out;
}
.contacts-block .phone .std {
  display: inline-block;
  /*vertical-align: top;*/
  font-size: 35px;
  /*line-height: 49px;*/
  transition: all 200ms ease-out;
}
/*.contacts-block .slogan {
  width: 282px;
  height: 37px;
  background: url(../img/elements/slogan.png);
  font-style: italic;
  color: white;
  font-size: 18.5px;
}*/
.contacts-block .slogan {
  /* width: 250px; */
  text-align: center;
  /* padding-bottom: 3px;*/
  height: auto;
  /* background: #af1200;*/
  /*border-radius: 15px;*/
  /* background: url(../img/elements/slogan.png); */
  font-style: italic;
  color: white;
  font-size: 16px;
}
/*.contacts-block .slogan-in {
  padding: 0px 0 0 12px;
  display: block;
}*/
.contacts-block .slogan-in {
  /* padding: 0px 0 0 12px; */
  padding: 2px 10px;
  /* display: block; */
  border-radius: 15px;
  background: #8f2a20;
}
.hd-contacts {
  transition: all 200ms ease-out;
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 20;
}
@media (max-width: 768px){
.breadcrumbs {margin-top: 150px;}
}
@media (min-width: 768px) {
  .hd-contacts.fixed-scroll {
    top: 0;
    right: 0;
  }
  .hd-contacts.fixed-scroll .phone .code {
    font-size: 16px;
  }
  .hd-contacts.fixed-scroll .phone .highlight {
    font-size: 20px;
  }
  .hd-contacts.fixed-scroll .phone .std {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hd-contacts.fixed-scroll {
    /* position: absolute; */
    top: 6px;
    right: 4px;
    left: initial;
    text-align: center;
  }
  .hd-contacts.fixed-scroll .phone .code, .hd-contacts.fixed-scroll .phone .std, .hd-contacts.fixed-scroll .phone .highlight {
    font-size: 20px;
    color: white;
  }
  .hd-contacts.fixed-scroll .slogan {
    /* display: none; */
  }
}
@media (min-width: 1240px) {
  .home .hd-contacts {
    position: absolute;
    right: 165px;
    top: 114px;
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .home .hd-contacts.fixed-scroll {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .home .hd-contacts.fixed-scroll {
    /* top: 90px; */
    /* right: 35%; */
    margin: 0 auto;
  }
  .home .hd-contacts.fixed-scroll .slogan {
    /* display: none; */
    margin-top: 10px;
  }
}
.big-promo .top-part {
  height: 700px;
  padding: 203px 0 0 0;
  background: url(../img/background/bg-big-promo.jpg) top center no-repeat;
}
.big-promo .bottom-part {
  height: 116px;
  background: url(../img/background/bg-big-promo-bottom.png) top center no-repeat;
}
.big-promo .section-wrap {
  position: relative;
}
@media (min-width: 1240px) {
  .big-promo .element, .big-promo .ribbon, .big-promo .s-arrow {
    background-image: url(../img/elements/button-service-sprite.png);
  }
  .big-promo .element {
    position: absolute;
  }
  .big-promo .element .s-text {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-style: italic;
    padding: 16px 0 0 0;
    text-align: center;
    text-shadow: 2px -2px 0 #5e160d, -2px -2px 0 #5e160d, -2px 2px 0 #5e160d, 2px 2px 0 #5e160d;
    color: white;
    position: relative;
    line-height: 26px;
  }
  .big-promo .element .s-text a {
    display: block;
    line-height: 26px;
  }
  .big-promo .element .ribbon {
    width: 80px;
    height: 37px;
    position: absolute;
    left: -13px;
    top: -11px;
    background-position: -128px -1px;
  }
  .big-promo .element .s-arrow {
    position: absolute;
    width: 23px;
    height: 32px;
    position: absolute;
    top: -17px;
    right: 18px;
  }
  .big-promo .element-lakirovka, .big-promo .element-perenos, .big-promo .element-shlifovka {
    width: 191px;
    height: 60px;
    background-position: 0 -47px;
  }
  .big-promo .element-montirovanine, .big-promo .element-oplata {
    width: 191px;
    height: 74px;
    background-position: 0 -181px;
  }
  .big-promo .element-shpatlevka {
    width: 221px;
    height: 60px;
    background-position: 0 -113px;
  }
  .big-promo .element-lakirovka .s-arrow, .big-promo .element-perenos .s-arrow, .big-promo .element-oplata .s-arrow {
    background-position: -62px -7px;
  }
  .big-promo .element-lakirovka .s-arrow, .big-promo .element-shpatlevka .s-arrow, .big-promo .element-oplata .s-arrow {
    background-position: -62px -7px;
  }
  .big-promo .element-lakirovka {
    left: 0;
    top: 339px;
  }
  .big-promo .element-perenos {
    left: 239px;
    top: 20px;
  }
  .big-promo .element-perenos .s-arrow {
    background-position: -33px -6px;
  }
  .big-promo .element-shpatlevka {
    left: 279px;
    top: 419px;
  }
  .big-promo .element-montirovanie {
    left: 484px;
    top: 134px;
    background-position: 0px -265px;
    width: 191px;
    height: 74px;
  }
  .big-promo .element-montirovanie .s-arrow {
    background-position: -94px -7px;
    right: 18px;
    top: 63px;
  }
  .big-promo .element-montirovanie .s-text {
    padding: 8px 0 0 0;
  }
  .big-promo .element-oplata {
    left: 760px;
    top: 58px;
  }
  .big-promo .element-oplata .s-text {
    padding: 7px 0 0 0;
  }
  .big-promo .element-shlifovka {
    left: 976px;
    top: 291px;
  }
  .big-promo .element-shlifovka .s-arrow {
    background-position: 0 -7px;
  }
}
.big-promo-two img {
  display: block;
}
.big-promo-two.modified {
  background: url(../img/background/bg-big-promo.jpg) center;
  background-size: cover;
}
.big-promo-two.modified img {
  visibility: hidden;
}
.site-section .section-hd {
  font-size: 48px;
  font-style: italic;
  text-align: center;
}
.site-text {
  overflow: hidden;
  padding: 20px 0 40px 0;
}
.company-services {
  background: #8f2a20;
  padding: 40px 0 40px 0;
}
.company-services .section-hd {
  color: white;
}
.company-services .section-bd {
  text-align: center;
  font-size: 0px;
}
.company-services .service {
  width: 14.2%;
  display: inline-block;
  vertical-align: top;
}
.company-services .service .img {
  height: 227px;
  display: table;
  width: 100%;
}
.company-services .service .img img {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}
.company-services .service .title {
  display: block;
  font-size: 20px;
  color: white;
  font-style: italic;
  text-align: center;
  margin: 20px 0 0 0;
}
.company-advantages {
  height: 612px;
  background: url(../img/advantages/block-bg.jpg);
  padding: 70px 0 0 0;
  background-position: center;
}
.company-advantages .section-hd {
  padding: 0 0 50px 0;
  color: #6d2f01;
  text-shadow: 0 -1px #ffedd6;
}
.company-advantages .section-bd {
  font-size: 0px;
}
.company-advantages .advantage {
  width: 219px;
  height: 189px;
  background: url(../img/advantages/elements-bg.png);
  display: inline-block;
  margin-right: -54px;
  vertical-align: top;
}
.company-advantages .advantage .element-in {
  padding: 22px 0 0 0;
  width: 125px;
  margin: 0 auto;
}
.company-advantages .advantage .image {
  width: 98px;
  margin: 0 auto;
}
.company-advantages .advantage .text {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  padding: 0px 0 0 0;
  line-height: 19px;
}
.company-advantages .advantage.bottom-row {
  margin-top: 94px;
}
.company-advantages .advantage-garantiya .element-in {
  padding: 41px 0 0 0;
}
.company-advantages .advantage-ceny .element-in {
  padding: 34px 0 0 0;
}
.company-advantages .advantage-bespylnaja .element-in {
  padding: 34px 0 0 0;
}
.company-prices {
  /*background: #841004;*/
  position: relative;
}
.company-prices .top-part {
  height: 870px;
  background: url(../img/new-img/bg-10.jpg) top center no-repeat;
  background-size: 1350px 865px;
}
.company-prices .bottom-part {
 /* height: 86px;*/
 /* background: url(../img/background/bg-calc-bottom.png) top center no-repeat;*/
}
.company-prices .section-hd {
  padding: 30px 0 0 0;
}
.company-prices .section-bd {
  padding: 40px 0 0 0;
}
.company-calculator {
  width: 720px;
  margin: 0 auto;
  background: white;
  border: 3px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
  min-height: 674px;
}
.company-calculator .block-in {
  padding: 22px 28px 22px 28px;
}
.company-calculator.in-page {
  width: 100%;
  margin: 20px 0 0 0;
  box-shadow: none;
  border: 0;
}
.company-calculator.in-page .block-in {
  padding: 0;
}
.calc-table {
  width: 100%;
}
.calc-table .th {
  border: 1px solid #bdaf88;
  height: 55px;
  font-size: 24px;
  color: white;
  background: #7b2e25;
  font-weight: normal;
  font-style: italic;
}
.calc-table .cell {
  border: 1px solid #bdaf88;
}
.calc-table .choice {
  width: 73px;
}
.calc-table .price {
  width: 127px;
}
.calc-table .ch-custom {
  display: inline-block;
  vertical-align: middle;
}
.calc-table .table-body .description {
  font-size: 14px;
}
.calc-table .table-body .price {
  color: #7b2e25;
  font-style: italic;
  text-align: center;
}
.calc-table .table-body .price .number, .calc-table .table-body .price .price {
  display: inline-block;
  vertical-align: bottom;
}
.calc-table .table-body .price .number {
  font-size: 20px;
}
.calc-table .table-body .price .currency {
  font-size: 18px;
}
.calc-table .table-body .choice {
  text-align: center;
}
.calc-table .table-body .item .cell {
  background: white;
  padding: 5px 10px;
}
.calc-table .table-body .item:nth-child(even) .cell {
  background: #fff4d5;
}
.calc-table .table-footer .cell {
  border: 0;
}
.calc-footer {
  align-items: center;
  justify-content: space-around;
  display: flex;
  height: 120px;
  background: #7b2e25;
}
.calc-footer .input-square {
  /* float: left; */
  /* padding: 36px 0 0 50px; */
  color: white;
  /* flex-direction: column; */
  display: flex;
  align-items: center;
}
.calc-footer .input-square .label, .calc-footer .input-square .number-input {
  display: inline-block;
  vertical-align: middle;
}
.calc-footer .input-square .label {
  font-size: 24px;
  font-style: italic;
}
.calc-footer .input-square .number-input {
  text-align: center;
  width: 70px;
  /* height: 43px; */
  /* padding: 0 10px 0 20px; */
  /* line-height: 43px; */
  color: black;
  font-size: 20px;
  /* font-style: italic; */
  margin: 0 12px 0 15px;
  background: white;
}
.calc-footer .input-btn-place {
  float: left;
  padding: 6px 0 0 12px;
}
.calc-footer .total-price {
  float: right;
  width: 174px;
  padding: 10px 0 0 0;
  color: white;
  font-style: italic;
  text-align: center;
}
.calc-footer .total-price .label, .calc-footer .total-price .value {
  display: block;
}
.calc-footer .total-price .label {
  font-size: 20px;
}
.calc-footer .total-price .label sup {
  font-size: 0.8em;
}
.calc-footer .total-price .value {
  padding: 17px 0 0 0;
}
.calc-footer .total-price .so-value {
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
}
.calc-footer .total-price .currency {
  display: inline-block;
  font-size: 17px;
  vertical-align: top;
  top: 0;
  position: static;
  line-height: 35px;
}
.company-masters {
  height: 964px;
  margin-top: -87px;
  padding: 125px 0 0 0;
  background: url(../img/background/bg-masters.jpg) top center no-repeat;
}
.company-masters .section-wrap {
  max-width: 1295px;
}
.company-masters .section-bd {
  padding: 60px 0 0 0;
  height: 560px;
}
.company-masters .section-ft .scroll-place {
  height: 33px;
  margin: 30px 0 0 0;
}
.company-masters .section-ft .text {
  margin: 42px 0 0 0;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  padding: 0 75px 0 75px;
}
.masters-block {
  font-size: 0px;
}
.masters-block .carousel-item {
  float: left;
  width: 25%;
}
.masters-block .master {
  width: 100%;
}
.masters-block .master .image {
  width: 310px;
  height: 450px;
}
.masters-block .master .info {
  width: 260px;
  border-radius: 12px;
  background: #7b2e25;
  padding: 4px;
  text-align: center;
  margin: 0 auto;
}
.masters-block .master .info .in {
  padding: 3px 10px 9px 10px;
  border: 1px solid #e5b543;
  border-radius: 12px;
  min-height: 74px;
}
.masters-block .master .name {
  font-size: 36px;
  font-style: italic;
  color: #ffb400;
  padding: 0 0 0px 0;
  line-height: 40px;
}
.masters-block .master .position {
  font-size: 18px;
  color: white;
}
.company-photos {
  height: 860px;
  padding: 48px 0 0 0;
  background: url(../img/background/bg-our-photos.jpg) top center no-repeat;
  margin-bottom: 40px;
}
.company-photos .sp-dot {
  position: absolute;
  width: 230px;
  height: 131px;
  top: -59px;
  right: -84px;
  background: url(../img/elements/sp-dot.png);
}
.company-photos .section-hd {
  color: white;
  height: 94px;
}
.company-photos .section-bd {
  position: relative;
}
@media (min-width: 1240px) {
  .company-photos .photo {
    position: absolute;
  }
  .company-photos .photo-one {
    width: 185px;
    height: 185px;
    left: 0;
    top: 44px;
  }
  .company-photos .photo-two {
    width: 545px;
    height: 545px;
    top: 70px;
    left: 27px;
  }
  .company-photos .photo-three {
    width: 322px;
    height: 322px;
    top: 0;
    left: 438px;
  }
  .company-photos .photo-four {
    width: 545px;
    height: 545px;
    left: 627px;
    top: 66px;
  }
  .company-photos .photo-five {
    width: 185px;
    height: 185px;
    left: 1014px;
    top: 43px;
  }
  .company-photos .photo-link {
    width: 185px;
    height: 185px;
    top: 413px;
    left: 507px;
    background: url(../img/elements/photos-look-close.png);
    line-height: 185px;
    text-align: center;
    font-style: italic;
    font-size: 24px;
    color: white;
  }
}
.company-letters {
  margin: 0 0 -12px 0;
  position: relative;
}
.company-letters .top-part {
  height: 589px;
  padding: 60px 0 0 0;
  background: #e8e8e8 url(../img/background/bg-letters-top.jpg) top center no-repeat;
}
.company-letters .bottom-part {
  height: 11px;
  background: url(../img/background/bg-letters-bottom.png) left repeat-x;
}
.company-letters .section-bd {
  padding: 35px 0 0 0;
}
.company-letters .section-ft {
  padding: 35px 0 0 0;
}
.company-letters .section-ft .button {
  margin: 0 auto;
  display: block;
}
.company-letters .carousel-item {
  width: 25%;
}
.company-letters .letter {
  width: 260px;
  height: 316px;
  overflow: hidden;
  padding: 0 10px;
}
.company-letters .letter a {
  display: block;
}
.company-letters .letter img {
  max-width: 240px;
}
.the-page {
  padding: 20px 0 20px 0;
}
.the-page .section-hd {
  text-align: center;
  padding: 0 0 10px 0;
}
.the-page .section-hd h1 {
  font-size: 40px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.the-footer {
  position: relative;
  height: 550px;
  background: #f2f7fa url(../img/background/bg-footer.jpg) center bottom no-repeat;
  overflow: hidden;
}
.the-footer .section-wrap {
  height: 602px;
  position: relative;
}
.ft-request-form {
  top: 45px;
  width: 456px;
  float: left;
  margin: 80px 0 0 15px;
  border: 2px solid #8e3c33;
  border-top-width: 15px;
  border-radius: 12px;
  background: White;
  position: relative;
}
.ft-request-form .sf-footer {
  height: 95px;
  background: #8e3c33;
  padding: 20px 0 0 0;
}
.ft-request-form .sf-footer .button {
  display: block;
  margin: 0 auto;
}
.ft-block {
  position: relative;
  top: 65px;
  width: 685px;
  float: right;
  margin: 22px 0 0 0;
}
.ft-menu {
  /* lvl0 */
  /* h */
  /* cur */
}
.ft-menu-container {
  float: left;
  width: 686px;
}
.ft-menu ul, .ft-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft-menu-btn {
  display: none;
}
.ft-menu > ul > li {
  float: left;
  position: relative;
  height: 98px;
  padding: 40px 0 0 0;
}
.ft-menu > ul > li > a {
  padding: 0 10px;
  display: block;
  font-size: 18px;
  color: #333;
}
.ft-menu > ul > li:hover {
  background: #af1200;
}
.ft-menu > ul > li:hover > a {
  color: white;
}
.ft-menu > ul > li:hover > ul {
  /*display: block;*/
  display: inline-flex;
}
.ft-menu > ul > li.current-menu-item, .ft-menu > ul > li.current-menu-parent {
  background: #af1200;
}
.ft-menu > ul > li.current-menu-item > a, .ft-menu > ul > li.current-menu-parent > a {
  color: white;
}
.ft-main .col {
  float: left;
}
.ft-main .left-col {
  width: 350px;
  height: 120px;
  position: relative;
}
.ft-main .right-col {
  width: 332px;
  padding: 30px 0 0;
}
.ft-car {
  width: 463px;
  height: 311px;
  position: absolute;
  background: url(../img/elements/car.png);
  top: 115px;
  left: -103px;
}
.ft-socials {
  padding: 20px 0 0 0;
  text-align: center;
  width: 285px;
}
.ft-socials .block-hd {
  font-size: 18px;
  padding: 0 0 10px 0;
}
.block-bd{
  display: flex;
  flex-direction: column;
}
.ft-socials .link {
  display: inline-block;
  margin: 0 5px;
}
.ft-info {
  position: absolute;
  right: 28px;
  bottom: 56px;
  width: 280px;
}
.ft-logo .img, .ft-logo .content, .ft-logo .title, .ft-logo .text, .ft-logo a {
  display: block;
}
.ft-logo .img {
  width: 58px;
  height: 42px;
  float: left;
}
.ft-logo .content {
  width: 215px;
  float: left;
  padding: 0 0 0 8px;
}
.ft-logo .title {
  font-size: 23.5px;
  color: #af1200;
  text-transform: uppercase;
}
.ft-logo .text {
  font-size: 11.8px;
  font-style: italic;
  color: #666;
  padding: 0px 0 0 0;
}
.ft-copy {
  padding: 15px 0 0 0;
  color: white;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .75);
}
.ft-page-rating {
  display:none;
  padding: 5px 10px;
  background: white;
  border-radius: 5px;
  width: 230px;
  margin: 15px auto 0 auto;
  font-size: 12px;
  opacity: 0.9;
}
.splash-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000e1c;
  opacity: 0.85;
  display: none;
  text-align: center;
  z-index: 800;
}
.splash-form {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  z-index: 801;
}
.splash-form .section-wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: auto;
  position: relative;
}
.splash-form:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}
.splash-form .close-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  background: #50575e;
  border: 1px solid #7d848b;
  border-radius: 36px;
  line-height: 34px;
  font-size: 27px;
  text-transform: uppercase;
  text-align: center;
  color: #e8e8e8;
  right: -29px;
  top: -32px;
}
.splash-form .block-in {
  padding: 33px 50px 11px 50px;
}
.splash-form .sf-body {
  position: relative;
}
.splash-form .sf-header {
  padding: 0 0 25px 0;
}
.splash-form .sf-title {
  font-size: 33px;
  text-align: center;
}
.splash-form .sf-body {
  margin: 0 0 10px 0;
}
.splash-block {
  width: 433px;
  background: #e8e8e8;
  border-radius: 14px;
}
.home .big-promo {
  margin-bottom: -110px;
  position: relative;
}
.home .company-services {
  padding-top: 0;
}
.the-header:after, .the-footer:after, .the-page:after, .hd-main:after, .section-wrap:after, .ft-row-one:after, .ft-row-two:after, .about-and-advantages:after, .section-bd:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.breadcrumbs {
  font-size: 15px;
  color: #333;
  position: relative;
  z-index: 30;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #333;
}
.breadcrumbs .delimiter {
  color: #333;
}
.align-left {
  float: left;
  display: block;
  margin: 0 15px 10px 0;
}
.align-right {
  float: right;
  display: block;
  margin: 0 0 5px 5px;
}
.align-center {
  display: block;
  margin: 0 auto;
}
.collapsible-block {
  position: relative;
  height: 130px;
  overflow: hidden;
  transition: all 500ms ease-out;
}
.collapsible-block:before {
  content: '';
  display: block;
  width: 100%;
  height: 121px;
 /* background: url(../img/rmore.png) repeat-x;*/
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}
.collapsible-block.expanded:before {
  display: none;
}
.collapsible-toggle {
  /* display: inline-block; */
  padding:0;
  /* background: #8f2a20; */
  text-decoration: underline;
  color: #8f2a20;
  cursor: pointer;
  margin: 10px 0 0 0;
}






.page-rating{
  display:none;
}

.std-form .tel {
  width: 301px;
  height: 44px;
  display: block;
  font-size: 16px;
  padding: 0 13px;
  background: white;
  border: 1px solid #d0d0d0;
  color: black;
  font-size: 16px;
  border-radius: 4px;
}
@media (max-width: 1240px){
  .sub-menu {
    padding: 40px;
    background: #AF1200;
    display: none;
    position: absolute;
    top: 25px !important;
    left: 0px !important;
    /* z-index: 10000;*/
  }
  .std-form .tel {
    width: 100%;
  }
}

.hd-menu-container {
  float: left;
  width: 700px;
}
.ft-menu {
  width: 700px;
}

.sub-menu{
  padding: 40px;
  background: #AF1200;
  display: none;
  position: absolute;
  /*top: 80px;*/
  top: 22px;
  left:6px;
  z-index:1000;
}

.sub-menu li{
  padding: 10px 15px;
  color: #fff;
  margin: 5px 0;
  transition: 0.6s;
}
.sub-menu li:hover{
  color: #fff;
}

@media only screen and (max-width : 767px) {
  .sub-menu{
    position: sticky;
    top: 40px !important;
    /* position: static;*/
  }
}
.hd-menu > ul > li > a {
  padding: 0 6px;
}

.std-form div.wpcf7-mail-sent-ok {
  position: absolute;
  top: 100px;
  left: 65px;
  background: #398f14;
  border: 0;
  width: 320px;
  margin: 0;
  padding:40px;
  color: white;
  border-radius: 6px;
  font-size: 19px;
  box-shadow: 0px 1px 10px 1px #776565;
}

.ft-menu .sub-menu {
  padding: 0px;
  background: #AF1200;
  display: none;
  position: absolute;
  top: 98px;
  left: -88px;
  z-index: 1000;
}

.ft-menu .sub-menu li {
  padding: 0 14px;

}
@media (min-width: 800px) and (max-width: 1024px) {
 .the-header.fixed-scroll {height: 90px;}
}
@media (min-width: 1025px) and (max-width: 1280px) {
 .the-header.fixed-scroll {height: 60px;}
}
@media (min-width: 1281px) and (max-width: 1361px) {
 .the-header.fixed-scroll {height: 60px;}
}
/*@media (min-width: 1281px) and (max-width: 1399px) {
 .the-header.fixed-scroll {height: 80px;}
}
@media (min-width: 1400px) and (max-width: 1599px) {
.the-header.fixed-scroll {height: 60px;}
}*/
@media (min-width: 1600px) {
 .the-header.fixed-scroll {height: 80px;}
}

.otzivy{

  text-align: center;
  margin-top: 30px;
  margin-bottom: -125px;  
}