/*
Theme Name: Avicta
Author: Alexander Tyurin
Author email: alexturin@gmail.com
Version: 1.0
*/

html {
  font-family: 'Roboto';
  font-size: 14px;
  height: 100%;
}

body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fbfbfb;
  min-width: 320px;
}

.body__wrapper {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

*:active, *:hover, *:focus {
    outline: none;
    outline-offset: 0;
}

a {
  text-decoration: none;
}

button {
  outline: none;
}

button:focused {
  outline: none;
}

img {
  max-width: 100%;
}


@font-face {
  font-family: 'Segoe UI';
  font-display: auto;
  src: url('assets/fonts/SegoeUI.eot');
  src: local("Segoe UI"), local("SegoeUI"), url("assets/fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SegoeUI.woff") format("woff"), url("assets/fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Roboto Slab';
  src: url("assets/fonts/RobotoSlab-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url("assets/fonts/RobotoSlab-Bold.ttf");
  font-weight: 700;
  font-style: normal;
} */

@font-face {
  font-family: 'fontello';
  font-display: auto;
  src: url("assets/fonts/fontello.eot?21760717");
  src: url("assets/fonts/fontello.eot?21760717#iefix") format("embedded-opentype"), url("assets/fonts/fontello.woff2?21760717") format("woff2"), url("assets/fonts/fontello.woff?21760717") format("woff"), url("assets/fonts/fontello.ttf?21760717") format("truetype"), url("assets/fonts/fontello.svg?21760717#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('assets/fonts/fontello.svg?21760717#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-open:before {
  content: '\e800';
}

/* '' */
.icon-right-open:before {
  content: '\e801';
}

/* '' */
.icon-up-open:before {
  content: '\e802';
}

/* '' */
.icon-cancel-circled2:before {
  content: '\e803';
}

/* '' */
.icon-cancel-circled-outline:before {
  content: '\e804';
}

/* '' */
.icon-down-open:before {
  content: '\e805';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */

.ul_menu {
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 0;
  -webkit-padding-start:  0;
}

.ul_menu li {
  list-style: none;
  padding-bottom: 0;
  margin-left: 0;
}

.ul_menu li:before {
  content: '' !important;
  margin-right: 0 !important;
  display: none;
}

input, button, textarea {
  border:  none;
  outline:  none;
}

input:focused, button:focused, textarea:focused {
  outline:  none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-family: "Roboto";
  color: #613727;
/*   font-family: "Akrobat - Extra Bold"; */
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

h2 {
  font-family: "Roboto";
  color: #613727;
  /* font-family: "Akrobat - Extra Bold"; */
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: #613727;
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 700;;
}

h4 {
  color: #613727;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
}

p {
  color: #6f605b;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

ul {
  padding-left: 29px;
  color: #6f605b;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

ul li {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
  margin-left: 10px;
}

ul li:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 9px;
  color: #005979;
  left: -20px;
  top: 4px;
  background-color: #88bc26;
}

ol {
  counter-reset: olCount;
}

ol li {
  list-style: none;
  color: #6f605b;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

ol li:before {
  counter-increment: olCount;
  content:counter(olCount)'.';
  color: #88bc26;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
}

blockquote {
  background-color: #00597933;
  font-style: italic;
}

blockquote p {
  padding: 4px 25px;

}

blockquote p:before {
  content: '"';
  font-size: 1rem;
  margin-right: 5px;
}

blockquote p:after {
  content: '"';
  font-size: 1rem;
  margin-left: 5px;
}
.slick-dots li:before {
  display: none;
  content: ''!important;
}

.left-sidebar__menu li:before {
  display: none;
  /* content: ''!important; */
}

.card__tabs-header li:before {
    content: ''!important;
}

.btn {
  display: inline-block;
  padding: 11px 20px 11px 20px;
  /*-webkit-box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
          box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);*/
  border-radius: 20px;
  background-color: #51a7e9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.btn:hover {
  /*-webkit-box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
          box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
  border: 1px solid #42a0ff;*/
  background-color: #5eb2f3;
  cursor: pointer;
}

.btn:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.13)), to(rgba(0, 0, 0, 0.13)));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.13) 0%, rgba(0, 0, 0, 0.13) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.13) 0%, rgba(0, 0, 0, 0.13) 100%);
}

.btn-green {
  background-color: #88bc26;
}
.btn-green:hover {
  background-color: #91c72c;
}

.btn_color2 {
  -webkit-box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
          box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
  border: 1px solid #ced9e0;
  background-color: #2c97ff;
  color: #ffffff;
}

.btn_color2:hover {
  -webkit-box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
          box-shadow: 0 3px 5px rgba(208, 212, 214, 0.52);
  border: 1px solid #42a0ff;
  background-color: #ffffff;
  color: #2c97ff;
}

.btn_color1 {
  padding: 4px 16px 5px 16px;
  border: 1px solid #ced9e0;
  background-color: #fff600;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}

.btn_color1:hover {
  border: 1px solid #fff600;
  background-color: #ffffff;
}

.btn_color3 {
  border-radius: 5px;
  background-color: #88bc26;
  font-size: 15px;
  padding: 10px 64px;
  color: #ffffff;
  border: none;
}

.btn_color3:hover {
  background-color: #6f9c1c;
  border: none;
}

.btn_desk {
  font-size: 12px;
}
.btn_main {
  color: #010101;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 500;
}

.section__title {
  margin-bottom: 22px;
  color: #000000;
  font-family: "Roboto Slab";
  font-size: 2.6rem;
  font-weight: 400;
}
.section__title h1 {
  text-transform: none;
}
.section__title h2 {
  color: #000000;
  font-family: "Roboto Slab";
  font-size: 2.6rem;
  font-weight: 400;
}

.button_scroll-up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #88bc26;
  opacity: 0.8;
  border-radius: 3px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  /*color: #004157;*/
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

@-webkit-keyframes rightIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes rightIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes rightOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: none;
  }
}

@keyframes rightOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: none;
  }
}

@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes accordeonOpen {
  from {
    height: 35px;
  }
  to {
    height: 100%;
  }
}

@keyframes accordeonOpen {
  from {
    height: 35px;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes btnOpen {
  from {
    background: url("assets/img/svg/plus-circle-solid.svg") no-repeat;
  }
  to {
    background: url("assets/img/svg/minus-circle-solid.svg") no-repeat;
  }
}

@keyframes btnOpen {
  from {
    background: url("assets/img/svg/plus-circle-solid.svg") no-repeat;
  }
  to {
    background: url("assets/img/svg/minus-circle-solid.svg") no-repeat;
  }
}

.header {
  width: 100%;
 /*  position: fixed;
  top: 0; */
  padding-top: 10px;
  background-color: #ffffff;
  z-index: 999;
}

.header .container {
  position: relative;
}

.header .top-row {
  padding-bottom: 12px
}

.header__logo {
  display: block;
  width: 80px;
  flex-shrink: 0;
}

.header__title {
  margin-left: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #613727;
  text-transform: uppercase;
}

.footer__title {
  margin-left: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #613727;
  text-transform: uppercase;
}

.header__title a {
  display: block;
  font-weight: inherit;
  color: inherit;
}

.footer__title a {
  display: block;
  font-weight: inherit;
  color: inherit;
}

.header__links {
  margin-left: -15px;
}

.header__links a {
  display: inline-block;
  position: relative;
  color: #613727;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px dashed #613727;
/*  text-decoration: underline;
  text-decoration-style: dashed;*/
}

.header__links a:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 18px;
  left: -25px;
  top: 0;
}

/*.header__links a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #613727;
}*/

.header__link-sert:before {
  background: url('assets/img/sertificat.png') center left no-repeat;
}

.header__link-price:before {
  position: absolute;
  background: url('assets/img/price.png') center left no-repeat;
}

.header__link-price {
  margin-top: 13px;
}

.header__office {
  margin-left: -60px;
  margin-top: 13px;
  color: #613727;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
}

.office-addr, .office-time {
  position: relative;
}

.office-addr:before, .office-time:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 18px;
  left: -25px;
  top: 0;
}

.office-time:before {
  background: url('assets/img/clock.png') center left no-repeat;
}

.office-addr:before {
  position: absolute;
  background: url('assets/img/addr.png') center left no-repeat;
}

.office-addr {
  margin-top: 13px;
}

.office-time span{
  color: #51a7e9;
  font-size: 14px;
}

.header__contacts {
  margin-top: 2px;
}

.header__contacts a {
  position: relative;
  display: block;
}
.footer__office a {
  position: relative;
  display: block;
}
.header__contacts a:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 13px;
  left: -25px;
  top: 5px;
}
.footer__office a:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 13px;
  left: -25px;
  top: 5px;
}
.contacts__tel {
  color: #613727;
  font-size: 18px;
  font-weight: 700;
}
.footer__office a {
  color: #613727;
  font-size: 16px;
  font-weight: 700;
}

.contacts__tel:before {
  background: url('assets/img/tel.png') center left no-repeat;
}

.contacts__mail {
  margin-top: 9px;
  color: #613727;
  font-size: 16px;
  font-weight: 700;
}

.contacts__mail:before {
  background: url('assets/img/mail.png') center left no-repeat;
}

.header__buttons {
  margin: 13px 0 17px 20px;
}

.header__buttons a {
  margin-right: 30px;
}



.header .container-fluid {
  background-color: #3e9b06;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


#top-menu {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1000;
}


.float-menu__wrapper {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #88bc26;
}

.sticky-wrapper {
  width: 100%;
  background-color: #88bc26;
}
.header__menu {
  background-color: #88bc26;
}

.header__menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 24px;
  position: relative;
}

.header__menu nav ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 12px 15px 8px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #88bc26;
}

/*.header__menu nav ul li a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff600;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}*/

.header__menu nav ul li a:hover {
  background-color: #6f9c1c;
}

/*.header__menu nav ul li a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}*/

.header__menu .sub-menu {
  position: absolute;
  top: 52px;
  left: 0;
  min-width: 200px;
  padding: 10px 0 !important;
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #88bc26;
  z-index: 10;
}

.header__menu .sub-menu li a {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 20px 8px;
  color: #fefeff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #698f20;
}

.header__menu .sub-menu li:last-child a {
  border-bottom: none;
}

.header__menu .sub-menu li:before {
  display: none;
}

/*.header__menu .sub-menu li a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff600;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}*/

.header .mobile__menu {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 45px;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #88bc26;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 99;
}

.header .mobile__menu a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border-bottom: 1px solid #698f20;
  font-size:  14px;
}

.header .mobile__menu a:hover {
  background-color: #6f9c1c;
}

.header .mobile__menu-btn {
  display: none;
  position: fixed;
  top: 5px;
  right: 0;
  color: #6f9c1c;
  font-size: 2.5rem;
  z-index: 999;
}

.header .mobile__menu-btn_out {
  -webkit-animation: scaleOut 0.3s;
          animation: scaleOut 0.3s;
  z-index: 1;
}

.header .mobile__menu-btn_in {
  -webkit-animation: scaleIn 0.3s;
          animation: scaleIn 0.3s;
}

.header .mobile__menu-close {
  position: fixed;
  display: none;
  right: 0;
  top: 5px;
  color: #ffffff;
  font-size: 2.5rem;
}

.header .mobile__menu-close_active {
  display: block;
  z-index: 2;
}

.header .mobile__menu-close_out {
  -webkit-animation: scaleOut 0.3s;
          animation: scaleOut 0.3s;
}

.header .mobile__menu-close_in {
  -webkit-animation: scaleIn 0.3s;
          animation: scaleIn 0.3s;
}

.header .mobile__menu_in {
  display: block;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: rightIn 0.3s;
          animation: rightIn 0.3s;
}

.header .mobile__menu_out {
  display: block;
  -webkit-animation: rightOut 0.3s;
          animation: rightOut 0.3s;
}

.subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-left: 11px;*/
  padding-left: 0;
  margin: 0;
}

.breadcrumbs ul li {
  list-style: none;
  font-size: 1.14rem;
  margin: 0;
  margin-left: 35px;
  padding: 0;
}

.breadcrumbs ul li:before {
  content: '';
  color: #88bc26;
  /*margin-left: 8px;*/
  /*margin-right: 8px;*/
  width: 5px;
  height: 5px;
  top: 7px;
  /*position: static !important;*/
}

.breadcrumbs ul li:first-child {
  margin-left: 0;
}

.breadcrumbs ul li:first-child:before {
  display: none;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #000000;
  font-family: Roboto;
  font-size: 1.14rem;
  /*border-bottom: 1px solid #000000;*/
}

.breadcrumbs ul li a:hover {
  color: #6f9c1c;
}

.header__search {
  max-width: 277px;
  width: 100%;
}

.header__search .search-field {
  border: 1px solid #505050;
  border-radius: 30px;
  padding: 5px 0px 6px 41px;
  width: 100%;
  background: url("assets/img/svg/search.svg") left no-repeat;
  background-size: 16px 16px;
  background-position-x: 17px;
  font-size: 1rem;
}


.banners {
  padding-top: 50px;
}

.banners__img {
  width: 100%;
  height: 130px;
  text-align: center;
  border-radius: 8px;
  overflow:  hidden;
  margin-bottom: 30px;
}


main {
  padding-top: 50px;
}

.current-menu-item {
  background-color: #6f9c1c;
}

.left-sidebar__menu > a {
  margin-top: 0;
}

.left-sidebar__menu .ul_menu li {
  margin-top: 0;
}

.left-sidebar__menu .ul_menu a {
  display: block;
  padding: 12px 21px;
  color: #fefeff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid #698f20;
}

.left-sidebar__menu .ul_menu li:hover {
  background-color: #6f9c1c;
}

main .left-bottom-sidebar {
  margin-top: 20px;
}



span .wpcf7-list-item {
  margin-left: 0;
}


.form__check {
  margin-bottom: 20px;
}

span.form_checkbox {
  margin-left: 0;
  padding-left: 0;
}
span.form_checkbox label{
  margin-bottom: 17px;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
}

span.form_checkbox label span {
 margin-left: 3px;
}

input.form_checkbox {
  margin-left: 0;
  margin-left: -15px;
}




.gallery {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery__slider {
  max-width: 720px;
  width: 100%;
  /*height: 630px;*/
  padding-bottom: 30px;
  margin: auto;
  -webkit-box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
          box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
}

.gallery__slider-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 19px 9px 9px;
  margin: auto;
  justify-content: center
}

/*.gallery__slider-card-img {
  max-width: 560px;
  height: 371px;
  overflow: hidden;
}*/

/*.gallery__slider-card-img img {
  object-fit: contain;
  max-height: 100%;
  margin: auto;
  object-fit: cover;
}*/

.gallery__slider-card-text {
  margin-left: 47px;
  max-width: 275px;
}

.gallery__slider-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-38px);
}

.gallery__slider-arrow svg {
  width: 38px;
  height: 38px;
  fill: #88bc26;
}

.gallery__slider-arrow:hover {
  cursor: pointer;
}

.gallery__slider-arrow:hover svg {
  fill: #6f9c1c;
}

.gallery__slider-arrow.arrow_left {
  right: -47px;
  /*background: url("assets/img/svg/chevron-circle-left-solid.svg") no-repeat;*/
}

.gallery__slider-arrow.arrow_right {
  left: -47px;
 /* background: url("assets/img/svg/chevron-circle-right-solid.svg") no-repeat;*/
}

.gallery__slider .slick-slide {
  margin: auto;
}

.gallery__slider .slick-dots {
  bottom: 0px;
  width: 340px;
  right: 0;
}

.gallery__slider .slick-dots li button:before {
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  text-align: center;
  border-radius: 16px;
  border: 1px solid #88bc26;
  opacity: 1;
  /*background: url("assets/img/svg/dot-circle.svg") no-repeat;*/
}

.gallery__slider .slick-dots li.slick-active button::before {
  opacity: 1;
  border: 3px solid #88bc26;
  /*background: url("assets/img/svg/dot-circle-solid.svg") no-repeat;*/
}

.video {
  margin-bottom: 40px;
}
.video .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.video__wrapper {
  max-width: 855px;
  width: 100%;
  margin: auto;
}

.video__player {
  position: relative;
  height: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 56.25%; /* 16:9 */
  /* padding-top: 25px; */
}

.youtube {
  position: relative;
  height: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 56.25%; /* 16:9 */
  /* padding-top: 25px; */
}

.youtube {
  background-color:#000;
  max-width:100%;
  overflow:hidden;
  position:relative;
  cursor:hand;
  cursor:pointer
}

.youtube .thumb {
  bottom:0;
  display:block;
  left:0;
  margin:auto;
  max-width:100%;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  height:auto
}

.youtube .play {
  filter:alpha(opacity=80);
  opacity:.8;
  height:77px;
  left:50%;
  margin-left:-38px;
  margin-top:-38px;
  position:absolute;
  top:50%;
  width:77px;
  background: url('assets/img/1.png') no-repeat;
}




/*.video__player video {
  width: 100%;
}*/

.video__player iframe {
  margin: auto;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed-youtube {
  position: relative;
  height: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  margin: 0 auto;
}

.wp-block-embed-youtube iframe {
  margin: auto;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__player-btn {
  display: none;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(32px, -32px);
      -ms-transform: translate(32px, -32px);
          transform: translate(32px, -32px);
  z-index: 10;
}

.video__player-btn:before {
  position: absolute;
  content: '';
  width: 64px;
  height: 64px;
  background: url("assets/img/svg/video.svg") center no-repeat;
}

.video__player-btn:hover {
  cursor: pointer;
}

.req-block {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.req-block .faq__qbutton {
  margin-top: 10px;
  text-align: center;
}

.feedback {
  padding-top: 40px;
  text-align: center;
}

.feedback h3 {
  margin-bottom: 20px;
}



.faq__qbutton {
  margin-top: 30px;
  text-align: center;
}


/*.content {
  height: 100%;
}*/

.content-404 {
  text-align: center;
}

.content-404__img {
  margin-bottom: 39px;
}

.content-404__text {
  max-width: 591px;
  font-size: 1.7rem;
  margin: auto;
  margin-bottom: 50px;
}

.content-404 .btn {
  margin-bottom: 90px;
  color: #010101;
  font-size: 1rem;
  padding-left: 38px;
  padding-right: 38px;
}

.action__wrapper {
  max-width: 910px;
  margin: 0 auto 100px;
}

.action__item {
  margin-bottom: 30px;
  padding: 10px 30px;
}

.action__item:last-child {
  margin-bottom: 0;
}

.action__item-text {
  text-align: right;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.action__item-text-desc {
  text-align: left;
}

.action__item-text .btn_main {
  display: inline-block;
  padding-left: 31px;
  padding-right: 31px;
  margin: 26px 40px 14px auto;
}

.delivery__wrapper {
  max-width: 870px;
  margin: auto;
  font-size: 16px;
}

.delivery__article {
  margin-top: 27px;
  margin-bottom: 97px;
}

.delivery__article p {
  margin: 0;
}

.delivery__article-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.info__wrapper {
  max-width: 910px;
  margin: 0 auto 100px;
}

.info__card {
  width: 100%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
          box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
  margin-bottom: 30px;
}

.info__card-img {
  flex-basis: 35%;
  /*width: 315px;*/
  /*width: 40%;*/
  height: 209px;
}

.info__card-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.info__card-desc {
  margin-left: 68px;
  flex-basis: 65%;
}

.info__card-desc-text h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.info__card-desc-text p {
  margin: 6px 0 0 0;
}

.info__card-desc .btn_main {
  margin: 36px 40px 16px auto;
  display: block;
  width: 137px;
  text-align: center;
}

.contacts__wrapper {
  max-width: 910px;
  margin: 0 auto 100px;
}

.content__wrapper {
  max-width: 910px;
  margin: 0 auto 100px;
}

.politics__wrapper {
  max-width: 910px;
  margin: 0 auto 100px;
}

.politics__text p {
  margin: 0;
}

.politics__text-title {
  margin-top: 26px;
  font-size: 24px;
}

.politics__text-content {
  font-size: 16px;
  margin-top: 15px;
}

.politics__text-content p {
  margin-top: 22px;
}

.politics__text-content p span {
  font-family: "Roboto";
  font-weight: 700;
}

.politics__text-content p:first-child {
  margin-top: 0;
}

.price__wrapper {
  max-width: 910px;
  margin: 0 auto 100px;
}

.price__content {
  -webkit-box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
          box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
  padding: 30px 20px;
}

.price__content table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.price__content table th, .price__content table td {
  border-bottom: 1px solid #eceeef;
  border-right: 1px solid #eceeef;
}

.price__content table th {
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.price__content table th:last-child {
  border-right: none;
}

.price__content table td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.price__content table td:last-child {
  border-right: none;
}

.price__content table tr:last-child td {
  border-bottom: none;
}

.left-sidebar {
  border-radius: 5px;
  background-color: #88bc26;
  margin: 0 0 20px;
}

.left-sidebar__btn {
  display: none;
  position: relative;
  padding: 11px;
  font-size: 16px;
  border: 1px solid #505050;
}

.left-sidebar__btn:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px !important;
  cursor: pointer;
}

.left-sidebar__menu {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.left-sidebar__menu ul{
  padding-left: 0;

}

.left-sidebar__menu ul li{
  list-style: circle;
}

.left-sidebar__menu ul li:hover{
  cursor: pointer;
}
/* .left-sidebar__menu > a {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 11px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: #005979;
} */

.left-sidebar__menu-title {
  display: block;
  padding: 21px 21px 18px;
  margin-bottom: 3px;
  color: #fefeff;
  font-size: 22px;
  font-weight: 400;
  background-color: #6f9c1c;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid #698f20;
  text-transform: uppercase;
}

.catalog aside {
  width: 100%;
}

/*.catalog aside nav ul li a {
  display: block;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 11px;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}*/

/*.catalog aside nav ul li a:hover {
  background-color: #42a1ff;
}*/

/*.catalog aside nav ul li a.current {
  font-size: 18px;
  font-weight: 700;
}*/

.catalog .section__title {
  margin-left: 0;
}

.catalog .section__title h2 {
  margin-top: 0;
}

.catalog__img {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;*/
  display: block;
}

/*.catalog__img img{
  display: block;
}
.catalog__img a{
  display: block;
}*/
.catalog__item-desc {
  margin-top: 20px;
}
.catalog__specification-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.catalog__specification-title p {
  margin-bottom: 0;
}

.catalog__specification-list {
  margin-bottom: 40px;
}

.catalog__specification-list ol {
  margin-top: 0;
  counter-reset: item;
}

.catalog__quest-title {

  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 70px;
}

.catalog__button-wrap {
  text-align: center;
  margin-bottom: 100px;
}

.catalog__btn {
  font-size: 14px;
  font-family: "Segoe UI";
  font-weight: 700;
}

.catalog__list {
  margin-top: 50px;
  margin-bottom: 30px;
}

.catalog__list table {
  width: 100% !important;
  border-collapse: collapse;
  margin-top: 10px;
  /*-webkit-box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
          box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);*/
}

.catalog__list table th, .catalog__list table td {
  border: 1px solid #000000;
}

.catalog__list table th {
  width: 120px;
  text-align: left;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
}

.catalog__list table td {
  width: calc(100% - 120px);
  padding: 5px 12px;
  font-size: 12px;
}


.catalog__column {
  margin-bottom: 30px;
}
.catalog__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 15px;
  /*margin-bottom: 30px;*/
  /*margin-top: 30px;*/
  height: 100%;
  background-color: #ffffff;
}

.catalog__card:hover {
  box-shadow: 0 2px 25px rgba(0,0,0,0.1);
}

.catalog__card-img {
  height: 150px;
  line-height: 150px;
}
.catalog__card-img img {
  object-fit: contain;
  max-height: 100%;
  display: inline-block;
}

.catalog__card-title {
  text-align: center;
  margin-top: 10px;
  height: 40px;
	color: #000000;
}

.catalog__card-title a{
  color: #000000;
}

.related-construct {
  margin-top: auto;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.related__title {
  color: #613727;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
}

.related__slider-card {
  padding: 10px;
}

.related__slider-card-img {
  margin: auto;
  height: 130px;
  line-height: 130px;
}

.related__slider-card-img img {
  display: inline-block;
  margin: auto;
  max-height: 100%;
  object-fit: contain;
}

.related__slider-card-name {
  margin-top: 20px;
  text-align: center;
}

.related__slider-card-name a {
  color: #000;
  text-decoration: underline
}

.related-construct .slick-dots li button:before {
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  border-radius: 10px;
  background-color: #88bc26;
  /*border: 1px solid #88bc26;*/
  opacity: 1;
  /*background: url("assets/img/svg/dot-circle.svg") no-repeat;*/
}

.related-construct .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #6f9c1c;
  /*border: 3px solid #88bc26;*/
  /*background: url("assets/img/svg/dot-circle-solid.svg") no-repeat;*/
}

.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card__top-sliders {
  max-width: 60%;
}

.card__slider-arrow {
  width: 29px;
  height: 29px;
}

.card__slider-arrow.arrow_left {
  right: -30px;
}

.card__slider-arrow.arrow_right {
  left: -30px;
}

.card__slider-big {
  margin-bottom: 35px;
}

.card__slider-big__item {
  padding: 20px 14px;
  margin: auto;
}

.card__slider-big__item img {
  max-width: 100%;
}

.card__slider-nav .slick-slide {
  margin: auto;
}

.card__slider-nav__item {
  padding-left: 14px;
  padding-right: 14px;
  margin: auto;
}

.card__img {
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
  text-align: center;
}
.card__img img {
  height: auto;
}
.card__table {
  width: 100%;
  max-width: 50%;
  margin-left: 50px;
  /*margin-top: 20px;*/
  padding: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;

}

.card__table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  /*-webkit-box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
          box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);*/
}

.card__table table th, .card__table table td {
  border: 1px solid #000000;
}

.card__table table th {
  width: 120px;
  text-align: left;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
}

.card__table table td {
  width: calc(100% - 120px);
  padding: 5px 12px;
  font-size: 12px;
}

.card__price th, .card__price td {
  border: none !important;
  padding: 2px 12px !important;
}

.card__button {
  margin-top: 20px;
}

.card__button span {
  color: #3e9b06;
  margin-left: 11px;
}

.card__button svg {
  width: 16px;
  height: 16px;
  fill: #3e9b06;
  vertical-align: middle;
}

.card__button a {
  margin-left: 20px;
}
.card__price-table {
  margin-top: 30px;
}

.card__price-table table {
  margin-top: 10px;
  width: 100% !important;
  border-collapse: collapse;
  text-align: center;
}

.card__price-table table td{
  border: 1px solid #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;

}

.card__price-table table tr:first-child {
  text-align: center;
  font-weight: 500;
}

/*.card__price-table table tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}*/

.card__sell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}

.card__sell-text {
  font-size: 13px;
  /*max-width: 400px;*/
}

.card__sell .btn {
  margin-left: auto;
  align-self: center;
}

.card__content {
  margin-top: 30px;
}

.card__content table {
  margin-top: 10px;
  width: 100% !important;
  border-collapse: collapse;
  text-align: center;
}

.card__content table td{
  border: 1px solid #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;

}

.card__content table tr:first-child {
  text-align: center;
  font-weight: 500;
}

.card__content table tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}

.float-left-img {
  float: left;
}

.float-right-img {
  float: right;
}
.card__offer {
  /* padding: 30px 0 30px 0; */
  text-align: right;
  max-width: 400px;
  margin-left: auto;
}
.card__offer p{
  margin-top: 0;
}

.card__offer .card__discont-btn {
  margin-bottom: 0 !important;
}
.card__tabs {
  margin-top: 30px;
  margin-bottom: 34px;
}

.card__tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 3px;
  margin-bottom: 26px;
  margin-left: 0;
  padding-left: 0;
}

.card__tab.show {
  display: block;
}

.card__tab.hide {
  display: none;
}

.card__tab-title {
  position: relative;
  color: #292929;
  font-size: 24px;
  font-weight: 400;
}

.card__tab-title:hover {
  cursor: pointer;
}

.card__tab-title.active-tab-title:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -5px;
  background-color: #2c97ff;
}

.card__discont-btn {
  margin-bottom: 100px;
  color: #010101;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}

.footer {
/*  position: relative;
  bottom: 0;*/
  margin-top: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  /* background-color: #3e9b06; */
}

.footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
}

.footer__block-title {
  margin-bottom: 14px;
  color: #613727;
  font-size: 20px;
  font-weight: 500;
}

.footer__nav {
  margin: 0;
  padding: 0;
}

.footer__nav li {
  padding-bottom: 10px;
  margin-left: 5px !important;
}

.footer__nav li a {
  color: #6f605b;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.footer__nav li:before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 6px;
}

.footer__nav .current-menu-item {
  background-color:  transparent;
}

.footer__contacts-wrapper {
  max-width: 180px;
}

.footer__contacts a {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.footer__contacts-phone {
  position: relative;
  margin-top: 0;
  margin-bottom: 19px;
}

.footer__contacts-phone:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 13px;
  top: 4px;
  left: 0;
  background: url('assets/img/tel.png') center left no-repeat;
}

.footer__contacts-phone a {
  color: #613727;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  margin-left: 26px;
}

.footer__contacts-mail {
  position: relative;
  margin-bottom: 20px;
}

.footer__contacts-mail:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 13px;
  top: 2px;
  left: 0;
  background: url('assets/img/mail.png') center left no-repeat;
}

.footer__contacts-mail a {
  color: #613727;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  margin-left: 26px;
}
.footer__copyright {
  color: #613727;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.footer__copyright a {
  color: #88bc26;
  font-weight: 700;
}

.footer .btn {
  max-width: 164px;
  width: 100%;
  text-align: center;
}
.footer .btn:last-child {
  padding-left: 17px;
  padding-right: 17px;
  /*margin-top: 12px;*/
}

.footer__button {
  margin-top: 44px;
  text-align: center;
}

.footer__button .btn {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 14px;
  border: 1px solid #ced9e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #004157;
  font-size: 1rem;
  font-weight: 400;
}

.footer .office-addr {
  color: #613727;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
}

.footer .office-time {
  color: #613727;
  /*margin-top: 16px;*/
  margin-left: 25px;
}

.footer__social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 21px;
  max-width:  200px;
}
.footer__social a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 40px;
  border: 2px solid #88bc26;
  text-align: center;
  transition: all 0.2s;
  margin: 0 3px;
}
.footer__social svg {
  width: 24px;
  height: 24px;
  fill: #88bc26;
  margin-top: 5px;
}
.footer__social a:hover {
  background-color: #88bc26;
}
.footer__social a:hover > svg {
  fill: #ffffff;
}



/*  Стили модальных окон */
.request__call-overlay, .request__manager-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
  opacity: 0;
  transition: all 1s
}

.request__call-overlay_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.request__manager-overlay_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.request__call, .request__manager {
  position: relative;
  margin: auto;
  max-width: 380px;
  min-height: 317px;
  background: #ffffff;
  padding: 0 20px 10px;
  border-radius: 3px;
}

.request__call-close, .request__manager-close {
  position: absolute;
  top: 22px;
  right: 16px;
  font-size: 24px;
}

.request__call-close:hover, .request__manager-close:hover {
  cursor: pointer;
}

.request__call-title, .request__manager-title {
  color: #222;
  font-size: 26px;
  line-height: 30px;
  padding: 20px 30px 0px 30px;
  margin: 0;
}

.request__call-form, .request__manager-form {
  margin: 10px;
}
.request__call-form p, .request__manager-form p{
  margin: 0;
}
.request__call-form input[type="text"], .request__call-form input[type="tel"], .request__manager-form input[type="text"], .request__manager-form input[type="tel"], .request__manager-form input[type="email"] {
  border: 1px solid #9E9E9E;
  background-color: #fefefe;
  width: 100%;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  height: 36px;
  font-size: 14px;
}



.request__call-form input[type="text"]:first-child, .request__manager-form input[type="text"]:first-child {
  margin-top: 0;
}

.request__manager-form textarea {
    border: 1px solid #9E9E9E;
    background-color: #fefefe;
    width: 100%;
    height: 70px;
    margin: 10px 10px 10px 0;
    padding: 10px 15px;
    font-size: 14px
}

.send-file {
  height: 0.1px !important;
  font-size: 1px;
}
.request__manager-form input[type="file"] {
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
  margin: 0;
}

.request__manager-form .send-file_label {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 7px 17px;
    font-weight: 400;
    color: #000000;
    background-color: #fff600;
    display: inline-block;
    border: 1px solid #ced9e0;
    font-size: 12px;
}
.request__manager-form .send-file_label:hover {
  cursor: pointer
}

.request__manager-form label {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}

.request__call-form label {
  display: block;
  text-indent: -15px;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 13px;
}

.check_label input {
  width: 13px;
  height: 13px;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

span.form_check label {
  padding-left: 15px;
  margin-top: 5px;
}

span.form_check label span {
  margin-left: 0;
}

input.form_check {
  margin-left: 0;
  margin-right: 0;
}

.form-m_check {
  margin-left: 0;
}
.wpcf7-list-item-label {
  margin-left: 5px;
}

.form-m_check a {
  color: #337ab7;
}
.form-m_msg {
  font-size: 14px;
  font-family: 'Roboto';
}

.request__call-form input[type="submit"], .request__manager-form input[type="submit"]{
  display: block;
  width: 200px;
  margin: 15px auto -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 35px;
/*  font-size: 14px;*/
  text-transform: uppercase;
}


.request__call-form input[type="submit"]:hover, .request__manager-form input[type="submit"]:hover{
  cursor: pointer;
}

.pcontacts {
  margin-top: -15px;
}
.contact-form {
  padding: 20px 15px;
}

.contact-form__title {
  margin-bottom: 15px;
  color: #613727;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form input {
  max-width: 320px;
  width: 100%;
  padding: 10px 24px;
  margin-bottom: 8px;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
  font-size: 14px;
}

.contact-form textarea {
  max-width: 320px;
  width: 100%;
  padding: 10px 24px;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
  font-size: 14px;
  resize: none;
}

.contact-form .btn {
  display: block;
  max-width: 160px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}



.notfound__text {
  max-width: 590px;
  font-size: 24px;
  text-align: center;
  margin: 39px auto 50px;
}
.btn_404 {
  color: #010101;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  padding-left: 38px;
  padding-right: 38px;
}

.yandex-map {
  height: 100%;
}

.footer__title {
  display: none;
}

@media screen and (max-width: 1199px) {
  .card__img {
    max-width: 250px;
  }

  .header__title {
    font-size: 16px;
  }

  .header__links {
    margin-left: -20px;
  }

  .header__office {
    font-size: 12px;
  }

  .header__contacts a:before {
    top: 2px;
  }

  .header .btn {
    margin-left: -25px;
  }
  .contacts__tel {
    font-size: 15px;
  }
  .contacts__mail {
    font-size: 15px;
  }
  .header__menu nav ul {
    margin-left: 0;
  }
  .header__menu nav ul li a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1rem;
  }
  .header__menu .btn_requestring {
    font-size: 1rem;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: -9px;
  }
  .main__screen-banner {
    max-width: 570px;
    width: 100%;
    margin-left: 15px;
    margin-top: 97px;
  }
  .main__screen-banner img {
    display: block;
  }
  .main__screen-title {
    margin-left: -300px;
  }
  .features__blocks {
    padding-left: 28px;
    padding-right: 28px;
  }
  .features__block-text.big-text {
    font-size: 28px;
  }
  .uses__blocks {
    margin-left: 95px;
    margin-right: 95px;
  }

  /* .gallery__slider-card-img {
    max-width: 500px;
    max-height: 331px;
    vertical-align: middle;
    overflow: hidden;
  } */

  .gallery__slider-card-text {
    margin-left: 47px;
  }

  .gallery__slider .slick-dots {
    bottom: -35px;
    width: 340px;
    right: 0;
  }

  .footer__contacts span {
    display: block;
    margin-left: 52px;
  }
}

@media screen and (max-width: 991px) {
  .sticky-wrapper {
    display: none;
  }
  .header {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
  }

  .header__title {
    font-size: 16px;
  }

  .header__links {
    margin-left: 25px;
    margin-top: 15px;
  }

  .header__office {
    margin-left: 25px;
  }

  .header__contacts {
    margin-top: 15px;
    margin-left: 25px;
  }

  .header__contacts a:before {
    top: 2px;
  }

  .header .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .contacts__tel {
    font-size: 15px;
  }
  .contacts__mail {
    font-size: 15px;
  }

  .header__menu {
    display: none;
  }
  .header .mobile__menu-btn {
    display: block;
    cursor: pointer;
  }

  .left-sidebar__menu > a {
    margin-top: 10px;
  }
  .offer {
    margin-top: 20px;
  }
  .offer__text {
    padding: 10px 30px;
  }
  .offer__text p {
    display: block;
    max-width: 470px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .offer__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
    max-width: 120px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .main__screen-banner {
    margin-top: 50px;
  }
  .main__screen-title {
    margin-left: -400px;
  }
  .main__screen-form {
    margin-right: 15px;
    padding: 29px 35px 25px 35px;
  }
  .features__block-right {
    margin-left: auto;
  }
  .uses .section__title {
    margin-left: 70px;
  }
  .uses__blocks .row .col-12:nth-child(1) .uses__block, .uses__blocks .row .col-12:nth-child(2) .uses__block, .uses__blocks .row .col-12:nth-child(3) .uses__block, .uses__blocks .row .col-12:nth-child(3) .uses__block {
    margin-bottom: 47px;
  }

  /* .gallery__slider {
    max-width: 650px;
    width: 100%;
    height: 487px;
  } */

  .gallery__slider-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 9px;
    align-items: center;
  }

  /* .gallery__slider-card-img {
    max-width: 560px;
    max-height: 371px;
    vertical-align: middle;
    overflow: hidden;
  } */

  .gallery__slider-card-text {
    max-width: 100%;
    margin-left: 0;
  }
  .gallery__slider .slick-dots {
    bottom: -40px;
    width: 100%;
    right: 0;
  }
  .footer__contacts span {
    margin-left: 0;
  }
  .footer__contacts a {
    font-size: 1.1rem;
  }

  .footer__nav {
    margin-bottom: 20px;
  }
  .action__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .action__item-img {
    padding: 10px;
    width: 315px;
  }
  .action__item-text {
    /* width: calc(100% - 365px);
    margin-left: 50px; */
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .action__item-text-desc {
    margin-top: 0px;
  }
  .info__card-img {
    max-width: 315px;
    width: 100%;
    max-height: 209px;
  }
  .info__card-desc {
    margin-left: 40px;
  }

  .left-sidebar {
    border: none;
  }
  .left-sidebar__btn {
    margin-bottom: 10px;
    display: block;
  }
  .left-sidebar__menu {
    display: none;
  }

  .left-sidebar__menu ul {
    padding-left: 0;
  }
  .left-sidebar__menu-title {
    display: none;
  }
  .catalog aside {
    max-width: 100%;
    margin-bottom: 30px;
  }

  aside:last-child {
    display: none;
  }

  .catalog aside nav {
    border: 1px solid #505050;
  }
  .catalog__img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .header__title {
    display: none;
  }

	.header .btn {
		margin-left: -25px;
	}

	.banners__img {
		height: auto;
	}

  .offer__text {
    font-size: 2rem;
    line-height: 2rem;
  }
  .offer__text span {
    font-size: 1.2rem;
  }
  .main__screen-banner {
    margin-top: 50px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main__screen-title {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .main__screen-form {
    margin-right: 15px;
    margin-left: 15px;
    padding: 29px 35px 25px 35px;
  }
  .uses__blocks {
    margin-left: 20px;
    margin-right: 20px;
  }
  .uses__blocks .row .col-12:nth-child(1) .uses__block, .uses__blocks .row .col-12:nth-child(2) .uses__block, .uses__blocks .row .col-12:nth-child(3) .uses__block {
    margin-bottom: 47px;
  }

  .gallery__slider {
    padding-bottom: 0;
  }

  .gallery__slider-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* .gallery__slider-card-img {
    width: 492px;
    height: 325px;
    vertical-align: middle;
    overflow: hidden;
  } */

  .gallery__slider-card-text {
    max-width: 100%;

  }

  .footer__nav li a {
    font-size: 14px;
  }

  .footer__logo {
    width: 105px;
    margin: 0 auto 16px;
  }
  .footer__contacts {
    margin-bottom: 20px;
  }
  .footer__contacts span {
    display: block;
    margin-left: 130px;
  }
  .footer__contacts a {
    font-size: 1.3rem;
  }
  .footer__contacts-phone {
    margin-top: 10px;
    margin-bottom: 19px;
  }

  .footer__social {
    margin-bottom: 7px;
  }
  .subheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .breadcrumbs {
    width: 100%;
  }
  .breadcrumbs ul {
    margin-left: 0;
  }
  .header__search {
    display:  none;
    /* -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px; */
  }
  .action__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .action__item-img {
    width: 315px;
  }
  .action__item-text {
    width: 100%;
    text-align: right;
    margin-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .action__item-text-desc {
    margin: auto;
    margin-top: 20px;
  }
  .info__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info__card-img {
    max-width: 315px;
    width: 100%;
    max-height: 209px;
    margin-bottom: 20px;
  }
  .info__card-desc {
    margin-left: 20px;
  }
  .catalog aside {
    max-width: 100%;
  }
  .card__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .card__top-sliders {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card__tabs-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .card__tab-title {
    width: 100%;
    margin-bottom: 15px;
  }
  .card__table {
    margin-left: 0;
  }

  .card__sell {
    display: block;
  }

  .card__button a {
    display: block;
    max-width: 160px;
    margin-top: 8px;
		margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .catalog__quest-title {
    margin-top: 30px;
  }
  .catalog__button-wrap {
    margin-bottom: 30px;
  }

  .catalog__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .container .row > div {
    margin: 0 0 20px;
  }
  .footer .office-time {
    display: block;
  }
  .footer ._title_logo {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .card__top {
    flex-direction: column;
  }
  .card__table {
    max-width: 100%;
  }
  .card__img {
    max-width: 100%;
  }
}



@media screen and (max-width: 575px) {
  h1 {
    font-size: 2rem !important;
  }

	.header .btn {
		margin-left: 0;
	}

  .section__title {
    margin-left: 0;
    text-align: center;
  }
  .section__title h2 {
    font-size: 2.2rem;
  }


  .offer {
    margin-left: 0;
    margin-right: 0;
  }
  .offer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }
  .offer__text span {
    font-size: 1.2rem;
  }
  .offer__price {
    margin-left: 0;
  }

	.main {
		padding-top: 20px;
	}

  .main__screen-top {
    margin-left: 0;
    margin-right: 0;
  }
  .main__screen-title {
    font-size: 3rem;
  }
  .main__screen-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main__foto {
    display: none;
  }
  .features__blocks {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .features__block {
    height: 78px;
  }
  .features__block:before {
    width: 80px;
    height: 78px;
  }
  .features__block-left:before {
    left: 0;
    background-position-x: right;
  }
  .features__block-left .features__block-num {
    padding-left: 10px;
  }
  .features__block-right:before {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: right;
  }
  .features__block-right .features__block-num {
    margin-left: auto;
    padding-left: 40px;
  }
  .features__block-num {
    max-width: 80px;
    width: 100%;
    font-size: 3.5rem;
  }
  .features__block-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }
  .features__block-text.big-text {
    font-size: 1.5rem;
  }
  .uses .section__title {
    margin-left: 0;
    text-align: center;
  }
  .uses__blocks .row .col-12:nth-child(1) .uses__block, .uses__blocks .row .col-12:nth-child(2) .uses__block, .uses__blocks .row .col-12:nth-child(3) .uses__block, .uses__blocks .row .col-12:nth-child(4) .uses__block, .uses__blocks .row .col-12:nth-child(5) .uses__block {
    margin-bottom: 27px;
  }
  .uses__block {
    margin: auto;
  }
	.gallery {
		padding-top: 30px;
		padding-bottom: 30px;
	}
  /* .gallery__slider {
    max-width: 100%;
    height: 600px;
  } */
  .gallery__slider-card {
    width: 100%;
  }

  /* .gallery__slider-card-img {
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
  }
  .gallery__slider-card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  } */

  .gallery__slider-card-text {
    margin-top: 20px;
    width: 100%;
  }

	.video {
		margin-bottom: 0;
	}
/*  .video__player iframe{
    max-width: 516px;
    width: 100%;
    max-height: 315px;
  }

    .video__player {
      position: relative;
      max-width: 516px;
      max-height: 315px;
      width: 100%;
      margin: auto;
      text-align: center;
  }*/

	.req-block {
		margin-top: 30px;
		margin-bottom: 30px;
	}

  .footer__block {
    text-align: center;
  }

  .footer__block:last-child {
    margin-top: 20px;
  }

  .footer__social {
    max-width: 200px;
    margin: 20px auto;
  }
  .footer__contacts {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__contacts span {
    display: block;
    margin-left: 0;
  }
  .footer__contacts a {
    font-size: 1.3rem;
  }

  .footer__contacts-phone {
    display: inline-block;
  }
  .footer__contacts-mail {
    max-width: 120px;
    margin: 0 auto 20px;
  }
  .footer .office-addr {
    display: inline;
  }
  /* .footer .office-time {
    display: inline-block;
  } */
  .content-404__text {
    margin-bottom: 30px;
  }
  .content-404 .btn {
    margin-bottom: 30px;
  }
  .price__wrapper {
    margin: 0 auto 40px;
  }
  .price__content {
    -webkit-box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
            box-shadow: 0 0 10px rgba(215, 222, 227, 0.4);
    padding: 30px 5px;
  }
  .price__content table td {
    font-size: 15px;
  }

  .card__tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card__tab.show {
    display: block;
  }
  .card__tab.hide {
    display: none;
  }
  .card__tab-title {
    width: 100%;
  }

  .breadcrumbs ul {
  flex-wrap: wrap;
  }
  .breadcrumbs ul li a {
    font-size: 13px;
  }
  .breadcrumbs ul li {
    font-size: 13px;
  }

  .breadcrumbs ul li::before {
    top: 5px;
  }

  .yandex-map {
    height: 200px;
  }
  ._logo_header {
    flex-direction: column;
  }
  ._logo_header .header__title {
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer__title {
    display: block;
    text-align: center;
    margin: 0;
  }
}

.related-construct {
  margin-top: auto;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.related__slider-card {
  padding: 10px;
}

.related__slider-card-img {
  margin: auto;
  max-height: 130px;
  line-height: 130px;
  overflow-y: hidden;
  text-align: center;
}

.related__slider-card-name {
  margin-top: 20px;
  text-align: center;
}

.related__slider-card-name a {
  color: #000;
  text-decoration: underline
}

@media screen and (max-width: 340px) {
  .features__block-text {
    font-size: 1.3rem;
  }
  .features__block-text.big-text {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */


/*10_01_2020*/
.description {
  margin: 0 0 20px;
}
 .description p {
   margin: 0;
   padding: 0;
   line-height: 20px;
 }
 .specifications div {
   display: flex;
   justify-content: space-between;
   position: relative;
   margin: 0 0 10px;
 }
 .specifications span {
   display: inline-block;
   background: #fbfbfb;
   position: relative;
   z-index: 1;
 }
 .specifications span:nth-child(1) {
   padding: 0 10px 0 0px;
 }
 .specifications span:nth-child(2) {
    padding: 0 0 0 10px;
    max-width: 187px;
    line-height: 15px;
 }
 .specifications div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    border-bottom: 1px dotted #000;
 }
 .stock {
   margin: 20px 0;
   line-height: 25px;
   color: #f00;
   font-size: 14px;
 }
 .timer {
   margin: 20px 0;
 }
 .price {
   font-size: 24px;
   margin: 0 0 20px;
 }
 .price_main {
   font-size: 18px;
   margin: 0 0 20px;
   font-weight: bold;
   text-align: center;
   color: #333;
 }
 .price span {
   font-weight: bold;
 }
 .img_prev {
   display: flex;
   /*justify-content: space-between;*/
   margin: 0 -6px;
   flex-wrap: wrap;
 }
  .img_prev .item {
    margin: 6px;
    width: calc(33.3% - 12px);
  }
.content_fool {
  margin: 40px 0;
}
.properties {
  position: absolute;
}
.prop {
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  padding: 3px 15px;
  font-size: 14px;
}
._st1 {
  background-color: #926EAE;
}
._st2 {
  background-color: #5198f1;
}
._st3 {
  background-color: #ffa500;
}
.banner .img-desktop{
  display: block;
}
.banner .img-mobile{
  display: none;
}
@media(max-width: 768px) {
  .banner .img-desktop { 
    display: none;
  }
  .banner .img-mobile{
    display: block;
  }
}
