@charset "UTF-8";
@font-face {
  font-family: 'MarkSimonsonProximaNovaRegular';
  src: url("../fonts/MarkSimonsonProximaNovaRegular.eot");
  src: url("../fonts/MarkSimonsonProximaNovaRegular.eot") format("embedded-opentype"), url("../fonts/MarkSimonsonProximaNovaRegular.woff2") format("woff2"), url("../fonts/MarkSimonsonProximaNovaRegular.woff") format("woff"), url("../fonts/MarkSimonsonProximaNovaRegular.ttf") format("truetype"), url("../fonts/MarkSimonsonProximaNovaRegular.svg#MarkSimonsonProximaNovaRegular") format("svg");
}

@font-face {
  font-family: 'MarkSimonsonProximaNovaRegularItalic';
  src: url("../fonts/MarkSimonsonProximaNovaRegularItalic.eot");
  src: url("../fonts/MarkSimonsonProximaNovaRegularItalic.eot") format("embedded-opentype"), url("../fonts/MarkSimonsonProximaNovaRegularItalic.woff2") format("woff2"), url("../fonts/MarkSimonsonProximaNovaRegularItalic.woff") format("woff"), url("../fonts/MarkSimonsonProximaNovaRegularItalic.ttf") format("truetype"), url("../fonts/MarkSimonsonProximaNovaRegularItalic.svg#MarkSimonsonProximaNovaRegularItalic") format("svg");
}

@font-face {
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  src: url("../fonts/MarkSimonsonProximaNovaExtrabold.eot");
  src: url("../fonts/MarkSimonsonProximaNovaExtrabold.eot") format("embedded-opentype"), url("../fonts/MarkSimonsonProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/MarkSimonsonProximaNovaExtrabold.woff") format("woff"), url("../fonts/MarkSimonsonProximaNovaExtrabold.ttf") format("truetype"), url("../fonts/MarkSimonsonProximaNovaExtrabold.svg#MarkSimonsonProximaNovaExtrabold") format("svg");
}

@font-face {
  font-family: 'MarkSimonsonProximaNovaBold';
  src: url("../fonts/MarkSimonsonProximaNovaBold.eot");
  src: url("../fonts/MarkSimonsonProximaNovaBold.eot") format("embedded-opentype"), url("../fonts/MarkSimonsonProximaNovaBold.woff2") format("woff2"), url("../fonts/MarkSimonsonProximaNovaBold.woff") format("woff"), url("../fonts/MarkSimonsonProximaNovaBold.ttf") format("truetype"), url("../fonts/MarkSimonsonProximaNovaBold.svg#MarkSimonsonProximaNovaBold") format("svg");
}

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

/* mixins
   ========================================================================== */
/* retina @2x background */
/* placeholder */
/* clearfix */
/* base styles
   ========================================================================== */
* iframe {
  border: none !important;
}

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

p {
  margin: 0;
  margin-bottom: 20px;
}

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

.row.no-pad {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row.no-pad > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html {
  font-size: 16px;
}

body {
  text-rendering: optimizeLegibility;
  background: #fff;
  color: #5c6364;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'MarkSimonsonProximaNovaRegular';
  font-weight: 400;
  margin: 0 auto;
  min-width: 360px;
}

.container {
  min-width: 360px;
}

template {
  display: none;
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

.b-main {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@-ms-viewport {
  width: device-width;
}

[data-sr] {
  visibility: hidden;
}

.btn {
  min-width: 200px;
}

.btn:focus {
  color: #fff;
  outline: none;
}

.btn:focus:active {
  outline: none;
}

.btn--default {
  border: none;
  outline: none;
  background-color: #f35001;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all .3s;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 28px;
}

.btn--default:hover, .btn--default:active {
  color: #fff;
  background-color: #f4621a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.btn--green {
  background-color: #59aa02;
  border: 5px solid #81cf01;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  padding: 14px 60px;
  transition: all .3s;
  font-size: 16px;
  text-transform: uppercase;
}

.btn--green:hover {
  background-color: #81cf01;
  border: 5px solid #81cf01;
  color: #fff;
}

.btn--green:active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.btn--green2 {
  background-color: #59aa02;
  border: 5px solid #81cf01;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  padding: 14px 60px;
  transition: all .3s;
  font-size: 16px;
  text-transform: uppercase;
}

.btn--green2:hover {
  background-color: #81cf01;
  border: 5px solid #81cf01;
  color: #fff;
}

.btn--green2:active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.btn--orange {
  background-color: #f0511d;
  border: 5px solid #fcae31;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  padding: 16px 30px;
  transition: all .3s;
  font-size: 16px;
  text-transform: uppercase;
}

.btn--orange:hover {
  background-color: #fcae31;
  border: 5px solid #fcae31;
  color: #fff;
}

.btn--orange:active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.btn--white {
  background-color: #fff;
  border: 5px solid #81cf01;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #f0511d;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  transition: all .3s;
  font-size: 16px;
  padding: 14px 60px;
  text-transform: uppercase;
}

.btn--white:focus {
  color: #f0511d;
}

.btn--white:hover {
  color: #f0511d;
  border-color: #f0511d;
}

.btn--white:active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.btn--whitel {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn--whitel:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn--whitel:active {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn--sm {
  font-size: 14px;
  padding: 14px 30px;
}

.form__heading {
  padding-bottom: 60px;
}

.form__heading h4 {
  font-size: 36px;
  font-family: 'nautilus_pompilius';
  font-weight: 400;
  color: #f0511d;
  position: relative;
}

.form__heading h4:before {
  content: "";
  position: absolute;
  width: 82px;
  height: 20px;
  background: url(../img/leafs.png) no-repeat center;
  background-size: contain;
  left: 50%;
  margin-left: -41px;
  bottom: -30px;
}

.form__content .btn-wrp {
  padding-top: 15px;
  text-align: right;
}

.form__group {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.form__group.is-focused .form__placeholder, .form__group.is-filled .form__placeholder {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.form__group.is-focused .form__icon, .form__group.is-filled .form__icon {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.form__placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgba(92, 99, 100, 0.5);
  font-size: 16px;
  padding: 13px 15px;
  transition: all .2s;
}

.form__icon {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  opacity: 0;
}

.form__icon--user {
  background: url(../img/form_icon_user.png) no-repeat center;
}

.form__icon--phone {
  background: url(../img/form_icon_phone.png) no-repeat center;
}

.form__icon--email {
  background: url(../img/form_icon_email.png) no-repeat center;
}

.form__icon--message {
  background: url(../img/form_icon_message.png) no-repeat center;
}

.form-control {
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  color: #5c6364;
  border: none;
  background: transparent;
  box-shadow: none;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}

.form-control:focus {
  box-shadow: none;
  border: none;
}

textarea.form-control {
  min-height: 90px;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  padding-top: 12px;
}

.has-error {
  border: 2px solid #d70915;
}

.has-error .form-control {
  box-shadow: none !important;
  border: none !important;
}

.has-success {
  border: 2px solid #2bb80b;
}

.has-success .form-control {
  box-shadow: none !important;
  border: none !important;
}

/*************************************************
*                   .b-header                    *
*************************************************/
.b-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__top {
  background: url(../img/header-pattern.png);
  position: relative;
  padding-top: 14px;
  padding-bottom: 16px;
}

.header__top:before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  border-bottom: 1px dashed white;
}

.header__address,
.header__phones,
.header__email {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  vertical-align: middle;
}

.header__address {
  position: relative;
  float: left;
  margin: 0;
  padding-right: 15px;
}

.header__address:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 2px solid #fff;
}

.header__address > div {
  display: inline-block;
}

.header__address address {
  margin-bottom: 0;
}

.header__address a,
.phone__free a {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.phone__free {
  margin: 0 425px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.header__phones {
  position: relative;
  padding-left: 15px;
}

.header__phones:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  border-left: 2px solid #fff;
}

.header__email {
  margin-right: 15px;
}

.header__email a {
  color: #fff;
}

.header__email a:hover,
.header__email a:active,
.header__email a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

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

.social li:last-child {
  margin-right: 0;
}

.social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #f0521e;
  transition: all .3s;
}

.social a:hover {
  background: #f0511d;
  color: #fff;
}

.social--dark a {
  color: #fff;
  background: #5c6364;
}

.social--dark a:hover {
  color: #fff;
  background: #f0511d;
}

.header__callback {
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
}

.header__callback .btn {
  margin-left: 10px;
}

.header__bottom {
  padding: 15px 0;
  position: relative;
  z-index: 0;
}

.header__bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header__logo {
  float: left;
  position: relative;
  z-index: 1;
}

.logo__descr {
  color: #6b7576;
  font-size: 14px;
  line-height: 1.2142857142857142em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 105px;
  transition: all .3s;
}

.header__navbar {
  float: right;
  transition: all .3s;
  padding: 17px 0;
  position: relative;
  z-index: 1;
}

.navbar__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar__item {
  display: inline-block;
  margin-left: 25px;
}

.navbar__item:first-child {
  margin-left: 0;
}

.navbar__link {
  font-size: 18px;
  line-height: 1.1em;
  color: #6b7576;
  text-transform: uppercase;
  transition: color .3s;
}

.navbar__link.catalog {background:#83cd27;padding:20px 10px;color:#fff;}
@media (max-width: 767px) {
	.navbar__link.catalog {background:#83cd27;padding:10px 10px;color:#fff;}
}

.navbar__link:focus {
  color: #6b7576;
  text-decoration: none;
}

.navbar__link:hover {
  text-decoration: none;
  color: #f0511d;
}

.header__logo img {
  transition: all .3s;
}

.navbar-toggle {
  display: none;
  width: 40px;
  height: 28px;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  float: right;
  margin: 9px 0;
  position: relative;
  z-index: 1;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle span {
  height: 2px;
  display: block;
  margin-bottom: 11px;
  background: #5c6364;
  transition: all .3s;
}

.navbar-toggle span:last-child {
  margin-bottom: 0;
}

.navbar-toggle:hover span, .navbar-toggle.is-active span {
  background: #78c624;
}

.header__bottom.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 0;
}

.header__bottom.is-fixed .header__logo img {
  height: 30px;
}

.header__bottom.is-fixed .logo__descr {
  width: 170px;
}

.header__bottom.is-fixed .header__navbar {
  padding: 6px 0;
}

.header__bottom.is-fixed .navbar-toggle {
  margin: 3px 0;
}

@media (min-width: 992px) {
  .header__navbar {
    display: block !important;
    float: right;
  }
}

@media (max-width: 1229px) {
  .header__address, .header__phones {
    font-size: 19px;
  }
  .phone__free {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .header__address, .header__phones {
    font-size: 19px;
  }
  .header__address {
    display: none;
  }
  .header__social {
    padding: 10px 0;
  }
  .header__logo img {
    height: 50px;
  }
  .header__logo .logo__descr {
    display: none;
  }
  .header__navbar {
    padding: 15px 0;
  }
  .header__navbar .navbar__link {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .header__top {
    padding: 15px 0;
  }
  .header__bottom {
    padding: 20px 0;
  }
  .header__address, .header__phones {
    font-size: 18px;
  }
  .header__social {
    padding: 7px 0;
  }
  .header__navbar {
    float: none;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 40px 0;
    z-index: -1;
    transition: all 0s;
  }
  .navbar-toggle {
    display: block;
  }
  .header__bottom.is-fixed .header__navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header__navbar {
    padding: 10px 0;
  }
  .header__navbar .navbar__item {
    display: block;
    margin: 10px 0;
  }
  .header__social {
    display: none;
  }
  .header__callback {
    width: 100%;
    float: none;
    display: none;
    text-align: center;
  }
  .header__callback .btn {
    display: none;
  }
  .header__phones {
    display: none;
    text-align: center;
    font-size: 18px;
  }
  .header__phones span:before {
    margin: 0 5px;
  }
  .header__phones span:first-child:before {
    display: none;
  }
  .phone__free {
    margin: 0;
    display: block;
    text-align: center;
  }
  .header__logo .logo__descr {
    display: none;
  }
  .header__top {
    padding: 13px 0;
  }
  .header__bottom {
    padding: 15px 0;
  }
  .header__bottom.is-fixed .header__navbar {
    padding: 10px 0;
  }
}

@media (max-width: 435px) {
  .header__email {
    display: none;
  }
  .header__phones {
    padding-left: 0;
  }
  .header__phones:before {
    display: none;
  }
}

/*************************************************
*                   .b-slider                    *
*************************************************/
.b-slider {
  background: #e5e5dd url(../img/slider_image_yellow.png) no-repeat center;
  background-size: cover;
  margin: 0;
  margin-top: 160px;
}

.b-slider .slick-slide {
  padding-bottom: 180px;
}

.b-slider .slick-slide:focus {
  outline: none;
}

.b-slider .sld {
    position: relative;
}

.b-slider .sld__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.discount-slide {
  padding-top: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.discount-slide__text {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px 100px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 30px;
}

.discount-slide__text:before {
  content: "";
  position: absolute;
  background: url(../img/leafs.png) no-repeat;
  width: 122px;
  height: 30px;
  bottom: 45px;
  left: 50%;
  margin-left: -61px;
}

.discount-slide__text h4 {
  font-size: 54px;
  line-height: 1.2em;
  color: #83cd27;
  font-family: 'nautilus_pompilius';
  font-weight: 400;
  margin-bottom: 20px;
}

.discount-slide__text p {
  color: #6b7576;
  font-size: 30px;
  line-height: 1.2em;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  min-height: 108px;
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.slick-prev, .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -22px;
  left: 45px;
  background: url(../img/slider_arrows.png) no-repeat 0 0;
  opacity: .7;
  z-index: 10;
  transition: all .3s;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:focus, .slick-next:focus {
  background: url(../img/slider_arrows.png) no-repeat 0 0;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 1;
  background: url(../img/slider_arrows.png) no-repeat 0 0;
}

.slick-prev {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.slick-next {
  left: auto;
  right: 45px;
  background: url(../img/slider_arrows.png) no-repeat -47px 0;
  background: url(../img/slider_arrows.png) no-repeat -47px 0;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}

.slick-next:focus {
  background: url(../img/slider_arrows.png) no-repeat -47px 0;
}

.slick-next:hover {
  background: url(../img/slider_arrows.png) no-repeat 0 0;
  background: url(../img/slider_arrows.png) no-repeat -47px 0;
}

.slick-dots {
  bottom: 30px;
  width: auto;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 10px 10px;
}

.slick-dots li {
  padding: 0;
  display: block;
  float: left;
  margin: 0 10px;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .5;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li:nth-of-type(4n+1) button {
  background-image: url(../img/slider_pag_icon1.png);
}

.slick-dots li:nth-of-type(4n+2) button {
  background-image: url(../img/slider_pag_icon2.png);
}

.slick-dots li:nth-of-type(4n+3) button {
  background-image: url(../img/slider_pag_icon3.png);
}

.slick-dots li:nth-of-type(4n+4) button {
  background-image: url(../img/slider_pag_icon4.png);
}

.slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 991px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  .b-slider .slick-slide {
    padding-bottom: 130px;
  }
  .discount-slide__text {
    max-width: 626px;
    padding: 40px 30px;
    padding-bottom: 150px;
  }
  .discount-slide__text h4 {
    font-size: 54px;
  }
  .discount-slide__text p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .b-slider {
    margin-top: 130px;
  }
  .b-slider .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 200px;
    text-align: center;
  }
  .b-slider .slick-prev, .b-slider .slick-next {
    left: 50%;
    top: auto;
    bottom: 180px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  .b-slider .slick-prev {
    margin-left: -60px;
  }
  .b-slider .slick-next {
    left: auto;
    right: 50%;
    margin-right: -60px;
  }
  .discount-slide__text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
    padding-bottom: 130px;
  }
  .discount-slide__text h4 {
    font-size: 36px;
  }
  .discount-slide__text p {
    font-size: 18px;
    font-family: 'MarkSimonsonProximaNovaBold';
    font-weight: 400;
  }
  .discount-slide {
    display: inline-block;
    padding-top: 30px;
    height: auto !important;
  }
  .discount-slide .btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slick-dots {
    bottom: 35px;
  }
}

/*************************************************
*                  .b-families                   *
*************************************************/
.b-families {
  background: url(../img/families_pattern.png);
  position: relative;
  padding: 100px 0;
  padding-bottom: 70px;
}

.b-families:before, .b-families:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  border-bottom: 1px dashed white;
  left: 0;
}

.b-families:after {
  bottom: 5px;
  top: auto;
}

.b-families h4 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 30px;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  line-height: 1.2em;
  max-width: 390px;
  margin-bottom: 20px;
  margin-top: -10px;
}

.families-count {
  width: 378px;
  float: right;
  color: #fff;
  font-size: 180px;
  line-height: 1em;
  font-family: 'nautilus_pompilius';
  font-weight: 400;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
}

@media (max-width: 991px) {
  .families-count {
    font-size: 170px;
  }
  .b-families {
    padding: 96px 0;
    padding-bottom: 65px;
  }
  .b-families h4 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .b-families {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .b-families h4 {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .families-count {
    font-size: 120px;
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

/*************************************************
*                  .b-about                   *
*************************************************/
.b-about {
  background: url(../img/pattern_of_instruments.png);
  padding-bottom: 60px;
}

.section-title {
  text-align: center;
  padding-top: 60px;
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.section-title h4 {
  font-size: 54px;
  line-height: 1em;
  position: relative;
  font-family: 'nautilus_pompilius';
  font-weight: 400;
  color: #83cd27;
  padding-bottom: 45px;
  margin-bottom: 30px;
}

.section-title h4:before {
  content: "";
  background: url(../img/leafs.png) no-repeat;
  position: absolute;
  width: 122px;
  height: 30px;
  left: 50%;
  margin-left: -61px;
  bottom: 0;
}

.section-title p {
  margin-bottom: 30px;
}

.section-title--red h4 {
  color: #f0511d;
}

.section-title--white h4 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.section-title--white h4:before {
  background: url(../img/leafs_white.png) no-repeat;
  background-size: contain;
  width: 124px;
  height: 32px;
}

.section-title--white p {
  color: #fff;
}

.section-title--sm h4 {
  font-size: 36px;
  padding-bottom: 30px;
}

.section-title--sm h4:before {
  background-size: contain;
  width: 82px;
  height: 20px;
  margin-left: -41px;
}

.about-features {
  text-align: center;
}

.about-feature {
  padding-top: 160px;
  color: #5c6364;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  line-height: 1.2083333333333333em;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}

.about-feature:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-feature--item1:before {
  background-image: url(../img/b_about_icon1.png);
}

.about-feature--item2:before {
  background-image: url(../img/b_about_icon2.png);
}

.about-feature--item3:before {
  background-image: url(../img/b_about_icon3.png);
}

.about-feature--item4:before {
  background-image: url(../img/b_about_icon4.png);
}

@media (max-width: 991px) {
  .about-feature {
    font-size: 18px;
    padding-top: 120px;
  }
  .about-feature:before {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .section-title h4 {
    font-size: 36px;
  }
  .section-title--sm h4 {
    font-size: 24px;
  }
  .b-about {
    padding-bottom: 20px;
  }
  .about-features .row > div:nth-of-type(2n+3) {
    clear: both;
  }
  .about-feature {
    font-size: 16px;
    padding-top: 120px;
    margin-bottom: 50px;
  }
  .about-feature:before {
    height: 100px;
  }
}

/*************************************************
*                  .b-problems                   *
*************************************************/
.b-problems {
  padding-bottom: 40px;
  padding-top: 200px;
  position: relative;
  z-index: 0;
}

.b-problems .container {
  position: relative;
}

.b-problems:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/white-wave.png);
  top: -20px;
}

.b-problems:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/white_wave_bottom.png);
  bottom: -20px;
}

.b-problems__leafs {
  width: 1920px;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: -1;
  background: url(../img/bg_leafs_left.jpg) no-repeat left center, url(../img/bg_leafs_right.jpg) no-repeat right center;
}

.greenhouse {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 839px;
  height: 520px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 440px;
}

.greenhouse h4 {
  color: #fff;
  font-family: 'nautilus_pompilius';
  font-weight: 400;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 32px;
  position: relative;
}

.greenhouse h4:before {
  content: "";
  position: absolute;
  background: url(../img/greenhouse_veg.png) no-repeat center;
  background-size: contain;
  width: 360px;
  height: 238px;
  left: 50%;
  margin-left: -180px;
  top: -240px;
}

.problems {
  position: absolute;
  height: 540px;
  left: 0;
  top: -150px;
  width: 100%;
  z-index: 1;
}

.problem-item {
  max-width: 350px;
  text-align: right;
  position: relative;
  display: block;
  cursor: pointer;
}

.problem-item:hover, .problem-item:focus {
  text-decoration: none;
  outline: none;
}

.problem-item .problem-item__body:hover .problem-item__name {
  color: #5ca81e;
}

.problem-item .problem-item__body:hover .problem-item__image {
  border-color: #5ca81e;
}

.problem-item .problem-item__body:hover .problem-item__image span:first-child {
  opacity: 0;
}

.problem-item .problem-item__body:hover .problem-item__image span:last-child {
  opacity: 1;
}

.problem-item .problem-item__body:hover .problem-item__image:before {
  opacity: 0;
}

.problem-item .problem-item__body:hover ~ .problem-item__text {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.problem-item__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2222222222222223em;
  color: #5c6364;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  transition: all .3s;
}

.problem-item__image {
  width: 110px;
  height: 110px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 5px solid #f0511d;
  position: relative;
  margin-left: 15px;
  transition: all .3s;
  background: #fff;
}

.problem-item__image:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 63px;
  background: url(../img/problem-arrow1.png) no-repeat;
  top: 80px;
  right: 15px;
  z-index: -1;
  transition: all .3s;
}

.problem-item__image span {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 5px;
  top: 5px;
  transition: all .3s;
}

.problem-item__image span:last-child {
  opacity: 0;
}

.problem-item__text {
  position: absolute;
  width: 387px;
  background-color: white;
  border: 5px solid #81cf01;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: left;
  color: #5c6364;
  font-size: 16px;
  line-height: 1.1875em;
  top: 100%;
  margin-top: 25px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 10;
}

.problem-item__text .corner {
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-top: 6px solid transparent;
  border-right: 12px solid #fff;
  border-left: 12px solid transparent;
}

.problem-item__text .corner:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 30px;
  background: #83cd27;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: -15px;
  top: -5px;
}

.problem-item__text .corner:after {
  content: "";
  position: absolute;
  height: 17px;
  width: 5px;
  background: #83cd27;
  right: -14px;
  top: -11px;
  border-top-left-radius: 5px;
}

.problem-item--problem1 {
  position: absolute;
  bottom: -20px;
  left: 20px;
}

.problem-item--problem1 .corner {
  left: 130px;
}

.problem-item--problem1 .problem-item__image:before {
  -webkit-transform: rotate(-95deg);
      -ms-transform: rotate(-95deg);
          transform: rotate(-95deg);
  top: 0;
  right: -30px;
}

.problem-item--problem2 {
  position: absolute;
  bottom: 160px;
  left: 100px;
}

.problem-item--problem2 .corner {
  left: 90px;
}

.problem-item--problem2 .problem-item__image:before {
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
  top: 45px;
  right: -20px;
}

.problem-item--problem3 {
  position: absolute;
  bottom: 320px;
  left: 200px;
}

.problem-item--problem3 .corner {
  left: 90px;
}

.problem-item--problem3 .problem-item__image:before {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 55px;
  right: -17px;
}

.problem-item--problem4 {
  position: absolute;
  top: 0px;
  left: 236px;
}

.problem-item--problem4 .corner {
  left: 200px;
}

.problem-item--problem5 {
  position: absolute;
  top: 0px;
  right: 311px;
  text-align: left;
}

.problem-item--problem5 .problem-item__image {
  margin-left: 0;
  margin-right: 10px;
}

.problem-item--problem5 .problem-item__image:before {
  right: auto;
  left: 20px;
  background: url(../img/problem-arrow2.png) no-repeat;
}

.problem-item--problem5 .problem-item__text {
  left: -50px;
}

.problem-item--problem5 .corner {
  left: 70px;
}

.problem-item--problem6 {
  position: absolute;
  bottom: 320px;
  right: 100px;
  text-align: left;
}

.problem-item--problem6 .problem-item__image {
  margin-left: 0;
  margin-right: 10px;
}

.problem-item--problem6 .problem-item__image:before {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  right: auto;
  top: 55px;
  left: -17px;
  background: url(../img/problem-arrow2.png) no-repeat;
}

.problem-item--problem6 .problem-item__text {
  left: -50px;
}

.problem-item--problem6 .corner {
  left: 40px;
}

.problem-item--problem7 {
  position: absolute;
  bottom: 160px;
  right: 60px;
  text-align: left;
}

.problem-item--problem7 .problem-item__image {
  margin-left: 0;
  margin-right: 10px;
}

.problem-item--problem7 .problem-item__image:before {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
  right: auto;
  top: 45px;
  left: -20px;
  background: url(../img/problem-arrow2.png) no-repeat;
}

.problem-item--problem7 .problem-item__text {
  left: -130px;
}

.problem-item--problem7 .corner {
  left: 120px;
}

.problem-item--problem8 {
  position: absolute;
  bottom: -20px;
  right: 10px;
  text-align: left;
}

.problem-item--problem8 .problem-item__image {
  margin-left: 0;
  margin-right: 10px;
}

.problem-item--problem8 .problem-item__image:before {
  -webkit-transform: rotate(95deg);
      -ms-transform: rotate(95deg);
          transform: rotate(95deg);
  right: auto;
  top: 0px;
  left: -30px;
  background: url(../img/problem-arrow2.png) no-repeat;
}

.problem-item--problem8 .problem-item__text {
  left: -160px;
}

.problem-item--problem8 .corner {
  left: 160px;
}

@media (max-width: 1229px) {
  .greenhouse {
    width: 800px;
  }
}

@media (max-width: 1199px) {
  .b-problems {
    padding: 40px 0;
  }
  .problems {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    padding-bottom: 45px;
  }
  .problems:before, .problems:after {
    content: " ";
    display: table;
  }
  .problems:after {
    clear: both;
  }
  .problems__left {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 15px;
  }
  .problems__left .problem-item {
    float: right;
    clear: both;
  }
  .problems__right {
    width: 50%;
    float: right;
    padding-left: 15px;
  }
  .problem-item {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
  }
  .problem-item--problem1 .problem-item__text, .problem-item--problem2 .problem-item__text, .problem-item--problem3 .problem-item__text, .problem-item--problem4 .problem-item__text {
    left: auto;
    right: -200px;
  }
  .problem-item--problem1 .problem-item__text .corner, .problem-item--problem2 .problem-item__text .corner, .problem-item--problem3 .problem-item__text .corner, .problem-item--problem4 .problem-item__text .corner {
    left: 60px;
  }
  .problem-item--problem5 .problem-item__text, .problem-item--problem6 .problem-item__text, .problem-item--problem7 .problem-item__text, .problem-item--problem8 .problem-item__text {
    left: auto;
    right: 100px;
  }
  .problem-item--problem5 .problem-item__text .corner, .problem-item--problem6 .problem-item__text .corner, .problem-item--problem7 .problem-item__text .corner, .problem-item--problem8 .problem-item__text .corner {
    left: 140px;
  }
  .problem-item__image:before {
    display: none;
  }
  .greenhouse {
    width: 530px;
    height: 330px;
    padding-top: 270px;
  }
  .greenhouse h4 {
    font-size: 23px;
  }
  .greenhouse h4:before {
    display: none;
  }
  .greenhouse__arrows {
    position: absolute;
    height: 63px;
    top: -85px;
    left: 0;
    width: 100%;
    text-align: center;
    width: 400px;
    left: 50%;
    margin-left: -200px;
  }
  .greenhouse__arrows div {
    width: 41px;
    height: 63px;
    background: url(../img/problem-arrow1.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
  }
  .greenhouse__arrows div:nth-child(1) {
    margin-top: 45px;
    margin-right: 5px;
  }
  .greenhouse__arrows div:nth-child(3) {
    background: url(../img/problem-arrow2.png) no-repeat;
  }
  .greenhouse__arrows div:nth-child(4) {
    background: url(../img/problem-arrow2.png) no-repeat;
    margin-top: 45px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .greenhouse {
    width: 330px;
    height: 204px;
    padding-top: 160px;
  }
  .greenhouse h4 {
    font-size: 24px;
  }
  .greenhouse h4:before {
    display: none;
  }
  .problem-item {
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 25px;
    max-width: 200px;
  }
  .problem-item__name {
    display: block;
    font-size: 14px;
  }
  .problem-item__image {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .problem-item__image span {
    width: 50px;
    height: 50px;
  }
  .problem-item__text {
    width: 320px;
  }
  .problems__right .problem-item__image {
    left: 0;
    right: auto;
  }
  .problem-item--problem1 .problem-item__text, .problem-item--problem2 .problem-item__text, .problem-item--problem3 .problem-item__text, .problem-item--problem4 .problem-item__text {
    left: auto;
    right: -170px;
  }
  .problem-item--problem1 .problem-item__text .corner, .problem-item--problem2 .problem-item__text .corner, .problem-item--problem3 .problem-item__text .corner, .problem-item--problem4 .problem-item__text .corner {
    left: 80px;
  }
  .problem-item--problem5 .problem-item__text, .problem-item--problem6 .problem-item__text, .problem-item--problem7 .problem-item__text, .problem-item--problem8 .problem-item__text {
    left: auto;
    right: 5px;
  }
  .problem-item--problem5 .problem-item__text .corner, .problem-item--problem6 .problem-item__text .corner, .problem-item--problem7 .problem-item__text .corner, .problem-item--problem8 .problem-item__text .corner {
    left: 140px;
  }
}

/*************************************************
*                   .b-catalog                   *
*************************************************/
.b-catalog {
  background: url(../img/qa_pattern.png);
  position: relative;
  padding-bottom: 50px;
}

.b-catalog:before, .b-catalog:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  border-bottom: 1px dashed #fcae31;
}

.b-catalog:after {
  top: auto;
  bottom: 4px;
}

.catalog__navbar {
  margin-bottom: 35px;
  min-height: 560px;
}

.catalog__navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.catalog__navbar ul > li > a {
  display: block;
  padding: 15px 10px;
  border-left: 7px solid transparent;
  color: #5c6364;
  transition: all .3s;
  border-top: 1px solid #fcae31;
  border-right: 1px solid #fcae31;
  font-size:14px;
}

.catalog__navbar ul > li > a:focus {
  color: #5c6364;
  outline: none;
  text-decoration: none;
}

.catalog__navbar ul > li > a:hover {
  text-decoration: none;
  color: #5c6364;
  background: #fff;
  border-left-color: #83cd27;
}

.catalog__navbar ul > li > a.is-active {
  text-decoration: none;
  color: #f0511d;
  background: #fff;
  border-left-color: #83cd27;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
}

.catalog__navbar ul > li:last-child > a {
  border-bottom: 1px solid #fcae31;
}

.catalog__price {
  padding: 95px 10px;
  background: url(../img/catalog_price_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  text-align: center;
}

.catalog__price:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid white;
  z-index: -1;
}

.select2 {
  min-width: 180px;
  display: inline-block;
  vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  background-color: white;
  border: 1px solid #fcae31;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 38px;
  background: #fcae31;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 5px 8px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 8px 5px 0 5px;
  margin-top: -4px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #fff;
  color: #282828;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #5ca81e;
  line-height: 38px;
  padding: 0 15px;
  padding-right: 40px;
  background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #5ca81e;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #fcae31;
  color: #fff;
}

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #fcae31;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.select2-results__option[aria-selected] {
  color: #5ca81e;
  font-size: 14px;
  padding: 7px 15px;
}

.select2-results__option[aria-selected]:hover {
  background: #fcae31;
  color: #fff;
}

.catalog__dropdown-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 15px;
}

.catalog__dropdown {
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 10px;
}

.catalog-items {
  display: none;
}

.catalog-items.is-visible {
  display: block;
}

.catalog-item {
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
  cursor: pointer;
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: all .3s;
}

.catalog-item:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.catalog-item:hover .catalog-item__name {
  color: #5ca81e;
}

.catalog-item.is-active {
  background: #83cd27;
}

.catalog-item.is-active .catalog-item__name {
  color: #fff;
}

.catalog-item.is-active .catalog-item__price {
  color: #fff;
}

.catalog-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
}

.catalog-item__image:before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #ced0d0;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

.catalog-item__body {
  padding: 17px 0;
  padding-bottom: 15px;
}

.catalog-item__name {
  font-size: 14px;
  transition: all .3s;
}

.catalog-item__price {
  font-size: 16px;
  color: #f0511d;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
}

.catalog__navbar-dropdown {
  display: none;
}

.catalog__navbar-dropdown a {
  display: block;
  padding: 15px 30px;
  transition: all .3s;
  border: 1px solid #fcae31;
  border-left: 7px solid transparent;
  color: #f0511d;
  background: #fff;
  border-left-color: #83cd27;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  position: relative;
}

.catalog__navbar-dropdown a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #83cd27;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
  margin-top: -2px;
  right: 25px;
}

.catalog__navbar-dropdown a:focus {
  color: #f0511d;
  outline: none;
  text-decoration: none;
}

.catalog__navbar-dropdown a:hover {
  text-decoration: none;
  color: #f0511d;
  background: #fff;
  border-left-color: #83cd27;
}

@media (max-width: 991px) {
  .catalog__price {
    background: url(../img/catalog_price_bg2.jpg) no-repeat center;
    padding: 45px 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .catalog__navbar-dropdown {
    display: block;
  }
  .catalog__navbar {
    position: relative;
    width: 100%;
    min-height: 0;
  }
  .catalog__navbar > ul {
    display: none;
    width: 100%;
    z-index: 1;
    margin-top: -1px;
  }
  .catalog__navbar > ul > li > a {
    border-left: 1px solid #fcae31;
    padding-left: 35px;
  }
  .catalog__navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .catalog__navbar > ul > li > a.is-active {
    background: none;
    color: #5c6364;
    font-family: 'MarkSimonsonProximaNovaRegular';
    font-weight: 400;
    border-left: 1px solid #fcae31;
  }
  .catalog__navbar > ul > li > a.is-active:hover {
    background: white;
    border-left: 1px solid #fcae31;
  }
  .catalog__navbar > ul > li > a:hover {
    background: white;
    border-left: 1px solid #fcae31;
  }
  .catalog__navbar > ul.is-open {
    display: block;
  }
}

/*************************************************
*                  .catalog-info                 *
*************************************************/
.catalog-info {
  background: url(../img/reviews_pattern.png);
}

.catalog-item-info-wrp {
  padding-bottom: 85px;
  position: relative;
  display: none;
}

.catalog-close {
  background: url(../img/catalog_close.png);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 30px;
  transition: all .3s;
}

.catalog-close:hover {
  opacity: 0.85;
}

.catalog-slider {
  max-width: 470px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 60px;
}

.catalog-slider .slick-dots {
  background-color: #81cf01;
  border: 2px solid #59aa02;
  border-radius: 25px;
  border: 2px solid #5ca81e;
  bottom: -60px;
  padding: 13px 10px;
  left: 50%;
  right: auto;
  white-space: nowrap;
}

.catalog-slider .slick-dots li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.catalog-slider .slick-dots li button {
  opacity: 1;
  position: relative;
  background: none;
}

.catalog-slider .slick-dots li button:before, .catalog-slider .slick-dots li button:after {
  display: block;
  content: "";
  position: absolute;
  transition: all .3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}

.catalog-slider .slick-dots li button:after {
  opacity: 0;
}

.catalog-slider .slick-dots li:nth-of-type(4n+1) button:after {
  background-image: url(../img/slider_pag_icon1.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+1) button:before {
  background-image: url(../img/slider_pag_icon1-g.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+2) button:after {
  background-image: url(../img/slider_pag_icon2.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+2) button:before {
  background-image: url(../img/slider_pag_icon2-g.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+3) button {
  background-image: url(../img/slider_pag_icon3.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+3) button:before {
  background-image: url(../img/slider_pag_icon3-g.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+4) button:after {
  background-image: url(../img/slider_pag_icon4.png);
}

.catalog-slider .slick-dots li:nth-of-type(4n+4) button:before {
  background-image: url(../img/slider_pag_icon4-g.png);
}

.catalog-slider .slick-dots li.slick-active button:before {
  opacity: 0;
}

.catalog-slider .slick-dots li.slick-active button:after {
  opacity: 1;
}

.catalog-slider .slick-prev {
  left: 30px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.catalog-slider .slick-next {
  right: 30px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.catalog-slider:hover .slick-prev, .catalog-slider:hover .slick-next {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.catalog-slider__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.catalog-slider__image span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  padding: 15px 20px;
  padding-left: 55px;
}

.catalog-slider__image span:before {
  content: "";
  position: absolute;
  background: url(../img/image_zoom_icon.png) no-repeat;
  width: 26px;
  height: 26px;
  left: 17px;
  top: 50%;
  margin-top: -13px;
}

.catalog-item-info__tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.catalog-item-info__tabs ul:before, .catalog-item-info__tabs ul:after {
  content: " ";
  display: table;
}

.catalog-item-info__tabs ul:after {
  clear: both;
}

.catalog-item-info__tabs li {
  width: 20%;
  float: left;
}

.catalog-item-info__tabs li a {
  display: block;
  background-color: #81cf01;
  border: 1px solid #59aa02;
  border-radius: 10px 10px 0px 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #fff;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  text-align: center;
  padding: 7px 0;
  transition: all .3s;
}

.catalog-item-info__tabs li a:focus {
  text-decoration: none;
}

.catalog-item-info__tabs li a:hover {
  background: #5ca81e;
  text-decoration: none;
}

.catalog-item-info__tabs li.is-active a {
  color: #5c6364;
  text-shadow: none;
  background: #fff;
  border-color: #fff;
  font-family: 'MarkSimonsonProximaNovaRegular';
  font-weight: 400;
}

.tab-controls {
  display: none;
}

.catalog-item-info__contents {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}

.catalog-item-info__tab-content {
  display: none;
  padding: 20px 30px;
  padding-left: 40px;
  min-height: 370px;
}

.catalog-item-info__tab-content > div {
  max-height: 315px;
  overflow: auto;
}

.catalog-item-info__tab-content.is-active {
  display: block;
}

.catalog-item-info__tab-content p {
  font-size: 16px;
  line-height: 1.25em;
}

.catalog-item-info__tab-content p b {
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
}

.catalog-item-info__contents-footer {
  background: #eeefef;
  padding: 7px 15px;
  text-align: right;
}

.catalog-item-info__contents-footer span {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  color: rgba(92, 99, 100, 0.5);
}

.order-cat-item {
  text-align: center;
  padding-top: 30px;
}

.order-cat-item .param {
    color:#fff;
    line-height: 1.3;
}

.order-cat-item .param-price {
    font-family: 'MarkSimonsonProximaNovaBold';
}

@media(max-width: 767px) {
    .order-cat-item .text-right {
        text-align: center !important;
        margin-top: 30px;
    }
}

.cat-reviews {
  max-height: 315px;
  overflow: auto;
}

.cat-review {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px dashed #ced0d0;
}

.cat-review:before, .cat-review:after {
  content: " ";
  display: table;
}

.cat-review:after {
  clear: both;
}

.cat-review__photo {
  background: url(../img/review_photo_wrp2.png) no-repeat center;
  width: 101px;
  height: 119px;
  float: left;
}

.cat-review__photo:before, .cat-review__photo:after {
  content: " ";
  display: table;
}

.cat-review__photo:after {
  clear: both;
}

.cat-review__photo span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  margin-top: 23px;
  margin-left: 6px;
}

.cat-review__text {
  width: 75%;
  float: right;
  padding-top: 15px;
}

.cat-review__text h4 {
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  margin-bottom: 15px;
}

.cat-review__text p {
  font-size: 14px;
  line-height: 16px;
  font-family: 'MarkSimonsonProximaNovaRegularItalic';
  font-weight: 400;
}

.cat-review__text p:last-child {
  margin-bottom: 0;
}

.catalog__social li a {
  background: #a5a9a9;
  box-shadow: none;
}

.catalog__social li a:hover {
  background: #f0511d;
}

@media (max-width: 1199px) {
  .catalog-slider {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .catalog-item-info__tabs {
    height: 40px;
    position: relative;
  }
  .catalog-item-info__tabs ul {
    position: absolute;
    right: 150px;
    left: 0;
    top: 0;
    height: 40px;
  }
  .catalog-item-info__tabs ul li {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
  }
  .catalog-item-info__tabs ul li.is-active {
    display: block;
  }
  .tab-controls {
    display: block;
    float: right;
    width: 150px;
  }
  .tab-controls a {
    width: 50%;
    float: left;
    display: block;
    background-color: #81cf01;
    border: 1px solid #59aa02;
    border-radius: 10px 10px 0px 0px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    height: 40px;
    position: relative;
  }
  .tab-control__prev:before {
    content: "";
    position: absolute;
    background: url(../img/tab_arrow_prev.png) no-repeat center;
    width: 12px;
    height: 18px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -9px;
  }
  .tab-control__next:before {
    content: "";
    position: absolute;
    background: url(../img/tab_arrow_next.png) no-repeat center;
    width: 12px;
    height: 18px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -9px;
  }
  .cat-review__photo {
    float: none;
    margin-top: 0;
  }
  .cat-review__text {
    float: none;
    width: 100%;
  }
}

/*************************************************
*                     .b-text                     *
*************************************************/
.b-text {
  background: url(../img/pattern_cell.png);
  text-align: center;
  padding: 40px 0;
  padding-bottom: 60px;
}

.b-text p {
  font-size: 20px;
  line-height: 1.5em;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.b-text p:last-child {
  margin-bottom: 0;
}

.b-text--problem1 p, .b-text--problem2 p {
  max-width: 770px;
  font-size: 24px;
}

.b-text--problem2 {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .b-text {
    padding: 30px 0;
    padding-bottom: 45px;
  }
  .b-text p {
    font-size: 18px;
  }
  .b-text--problem2 {
    padding-bottom: 15px;
  }
}

/*************************************************
*                    .b-setup                    *
*************************************************/
.b-heading {
  background: url(../img/setup_pattern.png);
  position: relative;
  padding-bottom: 30px;
}

.b-heading:before, .b-heading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  border-bottom: 1px dashed #fff;
}

.b-heading:after {
  top: auto;
  bottom: 4px;
}

/*************************************************
*                    .b-price                    *
*************************************************/
.b-price {
  background: url(../img/pattern_of_instruments.png);
  position: relative;
  padding-bottom: 90px;
}

.b-price:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/white-wave.png);
  top: -20px;
}

.table-container {
  margin: 0 auto;
  border: 1px solid #fcae31;
  overflow: auto;
}

.table-container--table1 {
  max-width: 600px;
  margin: 0 auto;
}

.price-table.table-container--table1 table {
  width: 100%;
  min-width: 590px;
}

.table-container--table2 {
  max-width: 600px;
  margin: 0 auto;
}

.price-table.table-container--table2 table {
  width: 100%;
  min-width: 590px;
}

.table-container--table3 {
  max-width: 800px;
  margin: 0 auto;
}

.price-table.table-container--table3 table {
  width: 100%;
  min-width: 700px;
}

.price-table table {
  background: #fff;
}

.price-table tr th {
  background: #fcae31;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  padding: 6px 10px;
}

.price-table tr td {
  padding: 8px 10px;
  text-align: center;
}

.price-table tr:nth-of-type(2n) td {
  background: #fff7e8;
}

@media (max-width: 991px) {
  .table-container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-price {
    padding-bottom: 65px;
  }
}

/*************************************************
*                   .b-video                     *
*************************************************/
.b-video {
  background: #fff;
  padding-bottom: 95px;
  position: relative;
  z-index: 0;
}

.b-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  border-bottom: 1px dashed #fcae31;
}

.b-video:after {
  content: "";
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 100%;
  top: 0;
  z-index: -1;
}

.video-slider {
  max-width: 579px;
  margin: 0 auto;
  text-align: center;
}

.video__name {
  font-size: 18px;
  line-height: 22px;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  margin-bottom: 10px;
}

.video-item {
  position: relative;
  margin-bottom: 60px;
  z-index: 0;
}

.video-item:before {
  content: "";
  position: absolute;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  width: 80%;
  left: 10%;
  z-index: -1;
  height: 50%;
  top: 50%;
}

.video__container {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
}

.video__container:after {
    content: '';
    width: 100px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -50px;
    background-image: url(../img/playbutton.png);
    opacity: .6;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.video__container:hover:after {
    opacity: 1;
}

.video__container.after-disabled:after {
    display: none;
    opacity: 0;
}

.video-preview {
  width: 116px;
  height: 65px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.video-preview:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(254, 175, 23, 0.3);
  opacity: 0;
  transition: all .3s;
}

.video-preview:hover:before {
  opacity: 1;
}

.video-previews {
  max-width: 770px;
  margin: 0 auto;
  background: url(../img/previews-video-vg.png);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 90px;
}

.video-previews .slick-slide {
  cursor: pointer;
}

.video-previews .slick-prev {
  background: url(../img/slider_arrow_green_prev.png) no-repeat;
  width: 30px;
  height: 30px;
  left: 20px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  margin-top: -15px;
  border-radius: 50%;
}

.video-previews .slick-prev:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/slider_arrow_orange_prev.png) no-repeat;
  display: block;
  opacity: 0;
  transition: all .3;
}

.video-previews .slick-prev:hover:before {
  opacity: 1;
}

.video-previews .slick-next {
  background: url(../img/slider_arrow_green_next.png) no-repeat;
  width: 30px;
  height: 30px;
  right: 20px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  margin-top: -15px;
  border-radius: 50%;
}

.video-previews .slick-next:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/slider_arrow_orange_next.png) no-repeat;
  display: block;
  opacity: 0;
  transition: all .3;
}

.video-previews .slick-next:hover:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .video-previews {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (max-width: 400px) {
  .video-previews {
    padding-left: 40px;
    padding-right: 40px;
  }
  .video-previews .slick-prev {
    left: 5px;
  }
  .video-previews .slick-next {
    right: 5px;
  }
}

/*************************************************
*                  .b-articles                   *
*************************************************/
.b-articles {
  background: url(../img/qa_pattern.png);
  padding-bottom: 70px;
  position: relative;
}

.b-articles:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  border-bottom: 1px dashed #fcae31;
}

.article-preview {
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 60px;
}

.article-preview:hover {
  text-decoration: none;
}

.article-preview:hover .article-preview__head {
  background: #f0511d;
}

.article-preview:hover .article-preview__head:before {
  border-color: #f0511d;
}

.article-preview__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 29.4%;
}

.article-preview__head {
  background: #83cd27;
  padding: 0 30px;
  padding-top: 40px;
  padding-bottom: 15px;
  position: relative;
  transition: all .3s;
}

.article-preview__head:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff url(../img/logo-tomato.png) no-repeat 10px 7px;
  border: 5px solid #83cd27;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  transition: all .3s;
}

.article-preview__name {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
}

.article-preview__date {
  color: #fff;
  font-size: 12px;
}

.article-preview__descr {
  padding: 30px;
}

.article-preview__descr p {
  font-size: 14px;
  line-height: 17px;
  color: #5c6364;
}

.article-preview__descr p:last-child {
  margin-bottom: 0;
}

.show-articles {
  text-align: center;
}

.show-articles__btn {
  text-align: center;
}

.show-articles__btn span:before {
  content: "СМОТРЕТЬ ЕЩЕ СТАТЬИ";
  text-transform: uppercase;
}

.show-articles__btn.is-open span:before {
  content: "Скрыть";
}

.articles--hide {
  display: none;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .article-preview {
    margin-bottom: 45px;
  }
  .article-preview__head {
    padding-left: 25px;
    padding-right: 25px;
  }
  .article-preview__descr {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*************************************************
*                     .b-opt                      *
*************************************************/
.b-opt {
  background: #513522 url(../img/bg_opt.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 85px;
}

.form--opt {
  max-width: 570px;
  margin: 0 auto;
  border: 5px solid #83cd27;
  padding: 60px 20px;
  position: relative;
  z-index: 0;
}

.form--opt:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #75a522;
  z-index: -1;
}

.form--opt .form__content {
  max-width: 370px;
  margin: 0 auto;
}

.form--opt .form__group {
  background: none;
}

.form--opt .form-control {
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
}

.form--opt input::-webkit-input-placeholder {
  color: white !important;
}

.form--opt input::-moz-placeholder {
  color: white !important;
}

.form--opt input:-ms-input-placeholder {
  color: white !important;
}

.form--opt input::placeholder {
  color: white !important;
}

.form--opt input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt input:focus::placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea::-webkit-input-placeholder {
  color: white !important;
}

.form--opt textarea::-moz-placeholder {
  color: white !important;
}

.form--opt textarea:-ms-input-placeholder {
  color: white !important;
}

.form--opt textarea::placeholder {
  color: white !important;
}

.form--opt textarea::-webkit-input-placeholder:focus {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea::-moz-placeholder:focus {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea:-ms-input-placeholder:focus {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea::placeholder:focus {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0) !important;
}

.form--opt .btn {
  margin-top: 15px;
}

.form--opt .has-error {
  border: none;
}

.form--opt .has-error .form-control {
  border: 1px solid #d70915 !important;
}

.form--opt .has-success {
  border: none;
}

.form--opt .has-success .form-control {
  border: 1px solid #2bb80b !important;
}

@media (max-width: 767px) {
  .b-opt {
    padding-bottom: 80px;
  }
}

/*************************************************
*                   .b-reviews                   *
*************************************************/
.b-reviews {
  background: url(../img/reviews_pattern.png);
}

.b-reviews .container {
  padding-bottom: 190px;
  position: relative;
  z-index: 1;
}

.b-reviews .container:before {
  content: "";
  position: absolute;
  background: url(../img/reviews_vegetables.png) no-repeat;
  width: 470px;
  height: 300px;
  left: 0;
  bottom: -50px;
  z-index: -1;
}

.reviews-slider {
  margin-bottom: 0;
}

.review:before, .review:after {
  content: " ";
  display: table;
}

.review:after {
  clear: both;
}

.review__left {
  width: 175px;
  float: left;
  text-align: center;
}

.review__text {
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  font-family: 'MarkSimonsonProximaNovaRegularItalic';
  font-weight: 400;
  float: right;
  width: 670px;
}

.review__text p {
  font-size: 18px;
  line-height: 1.2222222222222223em;
}

.review__text p:last-child {
  margin-bottom: 0;
}

.review__photo {
  background: url(../img/review_photo_wrp.png) no-repeat center;
  width: 182px;
  height: 212px;
  margin-bottom: 15px;
  margin-top: -35px;
}

.review__photo:before, .review__photo:after {
  content: " ";
  display: table;
}

.review__photo:after {
  clear: both;
}

.review__photo span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
  margin-top: 45px;
  margin-left: 15px;
}

.review__name {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.review__name b {
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  font-weight: 400;
}

.slick-slide:focus {
  outline: none;
}

.reviews-slider-wrp {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  margin-top: -30px;
}

.reviews-slider-wrp .slick-dots {
  background-color: #81cf01;
  border: 2px solid #59aa02;
  border-radius: 25px;
  border: 2px solid #5ca81e;
  bottom: -40px;
  padding: 13px 10px;
  left: 200px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.reviews-slider-wrp .slick-dots li button {
  opacity: 1;
  position: relative;
  background: none;
}

.reviews-slider-wrp .slick-dots li button:before, .reviews-slider-wrp .slick-dots li button:after {
  display: block;
  content: "";
  position: absolute;
  transition: all .3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}

.reviews-slider-wrp .slick-dots li button:after {
  opacity: 0;
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+1) button:after {
  background-image: url(../img/slider_pag_icon1.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+1) button:before {
  background-image: url(../img/slider_pag_icon1-g.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+2) button:after {
  background-image: url(../img/slider_pag_icon2.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+2) button:before {
  background-image: url(../img/slider_pag_icon2-g.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+3) button {
  background-image: url(../img/slider_pag_icon3.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+3) button:before {
  background-image: url(../img/slider_pag_icon3-g.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+4) button:after {
  background-image: url(../img/slider_pag_icon4.png);
}

.reviews-slider-wrp .slick-dots li:nth-of-type(4n+4) button:before {
  background-image: url(../img/slider_pag_icon4-g.png);
}

.reviews-slider-wrp .slick-dots li.slick-active button:before {
  opacity: 0;
}

.reviews-slider-wrp .slick-dots li.slick-active button:after {
  opacity: 1;
}

.reviews-slider-wrp .slick-slide {
  padding-bottom: 25px;
  padding-top: 45px;
}

.review-next {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding-right: 45px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  position: absolute;
  right: 0;
}

.review-next:before {
  content: "";
  position: absolute;
  background: url(../img/next_review_arrow.png) no-repeat;
  width: 32px;
  height: 32px;
  right: 0;
}

.review-next:hover, .review-next:focus {
  color: #fff;
  text-decoration: none;
}

.review__text-overflow {
  max-height: 175px;
  overflow: auto;
}

@media (max-width: 1199px) {
  .b-reviews .container:before {
    left: -100px;
  }
}

@media (max-width: 991px) {
  .review__text {
    width: 532px;
  }
  .reviews-slider-wrp .slick-dots {
    left: 190px;
  }
  .review__left {
    width: 158px;
  }
  .review__name {
    font-size: 14px;
    line-height: 18px;
  }
  .review__photo {
    width: 158px;
    height: 186px;
    background-size: contain;
    margin-bottom: 10px;
  }
  .review__photo span {
    width: 130px;
    height: 130px;
    margin-left: 14px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .b-reviews .container:before {
    width: 220px;
    height: 167px;
    background-size: contain;
    left: -30px;
  }
  .review__left {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 30px;
  }
  .review__left:before, .review__left:after {
    content: " ";
    display: table;
  }
  .review__left:after {
    clear: both;
  }
  .review__text {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .review__photo {
    float: left;
    margin-top: 0;
    width: 150px;
    height: 177px;
    background-size: contain;
    margin-bottom: 10px;
  }
  .review__photo span {
    width: 125px;
    height: 125px;
    margin-left: 12px;
    margin-top: 38px;
  }
  .review__name {
    font-size: 18px;
    line-height: 22px;
    float: left;
    max-width: 150px;
    margin-left: 25px;
    margin-top: 63px;
  }
  .reviews-slider-wrp .slick-dots {
    left: 0;
    right: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .reviews-slider-wrp .slick-slide {
    padding-top: 0;
  }
  .review-next span {
    display: none;
  }
}

/*************************************************
*                     .b-qa                      *
*************************************************/
.b-qa {
  background: url(../img/qa_pattern.png);
  padding-bottom: 100px;
  position: relative;
}

.b-qa:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  border-bottom: 1px dashed #fcae31;
}

.qa {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.qa-item {
  background-color: white;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.qa-item.is-open .qa-item__q:before, .qa-item.is-open .qa-item__q:after {
  opacity: 0;
}

.qa-item.is-open .qa-item__q span {
  opacity: 1;
}

.qa-item__q {
  font-size: 18px;
  color: #5ca81e;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  display: block;
  padding: 14px 30px;
  padding-right: 50px;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}

.qa-item__q:before, .qa-item__q:after, .qa-item__q span {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  background: url(../img/qa_arrow.png) no-repeat;
  transition: all .3s;
}

.qa-item__q:after {
  background: url(../img/qa_arrow_hover.png) no-repeat;
  z-index: 1;
  opacity: 0;
}

.qa-item__q span {
  background: url(../img/qa_arrow_up.png) no-repeat;
  opacity: 0;
  z-index: 1;
}

.qa-item__q:hover {
  color: #f0511d;
}

.qa-item__q:hover:before {
  opacity: 0;
}

.qa-item__q:hover:after {
  opacity: 1;
}

.qa-item__a {
  font-size: 14px;
  line-height: 1.2142857142857142em;
  padding: 10px 30px;
  padding-bottom: 30px;
  display: none;
}

/*************************************************
*                  .b-contacts                   *
*************************************************/
.b-contacts {
  background: url(../img/pattern_of_instruments.png);
  position: relative;
  padding-bottom: 60px;
}

.b-contacts:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../img/white-wave.png);
  top: -20px;
}

.contact-item__circle {
  width: 90px;
  height: 90px;
  background-color: white;
  border: 5px solid #81cf01;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
  transition: all .3s;
  margin-bottom: 12px;
  position: relative;
}

.contact-item__circle:before, .contact-item__circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s;
}

.contact-item__circle:after {
  opacity: 0;
}

.contact-item {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.contact-item:hover .contact-item__circle {
  border-color: #f0511d;
}

.contact-item:hover .contact-item__circle:before {
  opacity: 0;
}

.contact-item:hover .contact-item__circle:after {
  opacity: 1;
}

.contact-item h4 {
  font-size: 18px;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-item__address, .contact-item__phone, .contact-item__email {
  margin: 0;
  font-size: 16px;
}

.contact-item__email {
  color: #5c6364;
  text-decoration: underline;
}

.contact-item__email:focus {
  color: #5c6364;
}

.contact-item__email:hover {
  color: #5c6364;
}

.contact-item--address .contact-item__circle:before {
  background-image: url(../img/contacts_icon_address.png);
}

.contact-item--address .contact-item__circle:after {
  background-image: url(../img/contacts_icon_address_hover.png);
}

.contact-item--phone .contact-item__circle:before {
  background-image: url(../img/contacts_icon_phone.png);
}

.contact-item--phone .contact-item__circle:after {
  background-image: url(../img/contacts_icon_phone_hover.png);
}

.contact-item--email .contact-item__circle:before {
  background-image: url(../img/contacts_icon_email.png);
}

.contact-item--email .contact-item__circle:after {
  background-image: url(../img/contacts_icon_email_hover.png);
}

.contact-item--social .contact-item__circle:before {
  background-image: url(../img/contacts_icon_web.png);
}

.contact-item--social .contact-item__circle:after {
  background-image: url(../img/contacts_icon_web_hover.png);
}

#map {
  width: 100%;
  height: 320px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

.schedule h4 {
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .schedule {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-item h4 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .contact-item__address, .contact-item__phone, .contact-item__email {
    font-size: 14px;
  }
  .contacts .row > div:nth-of-type(2n+3) {
    clear: both;
  }
}

/*************************************************
*                   .b-footer                    *
*************************************************/
.b-footer {
  background: #3b130b url(../img/bg_footer.jpg) no-repeat center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 32px;
}

.footer__navbar {
  text-align: right;
  margin-bottom: 40px;
}

.footer__navbar .navbar__link {
  color: #fff;
}

.footer__navbar .navbar__link:focus {
  color: #fff;
}

.footer__navbar .navbar__link:hover {
  color: #f0511d;
}

.footer__middle {
  position: relative;
  text-align: right;
}

.footer__middle::after {
  position: absolute;
  background-image: url(../img/gru_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 160px;
  height: 200px;
  bottom: -33px;
  right: -210px;
}

.footer__middle .logo__descr {
  display: block;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 13px;
  width: auto;
}

.footer__bottom {
  margin-top: 12px;
  text-align: left;
}

.requisites {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.neos-link {
  display: inline-block;
  margin-bottom: -55px;
}

@media (max-width: 767px) {
  .b-footer {
    padding-top: 20px;
  }
  .b-footer .pull-right {
    float: left !important;
  }
  .requisites {
    text-align: right;
    font-size: 14px;
    line-height: 16px;
  }
  .footer__bottom {
    text-align: right;
    margin-bottom: 12px;
  }
  .footer__navbar {
    display: none;
  }
  .neos-link {
    margin-bottom: -10px;
  }
  .footer__middle::after {
    width: 130px;
    height: 165px;
    bottom: -33px;
    right: -155px;
  }
}

/*************************************************
*                  .b-articles                   *
*************************************************/
.b-article {
  margin-top: 160px;
  background: url(../img/pattern_of_instruments.png);
  padding-top: 55px;
  padding-bottom: 70px;
}

.b-article .article-preview {
  max-width: 270px;
  margin-left: 0;
}

.back-to-site {
  margin-bottom: 30px;
}

.back-to-site a {
  color: #5c6364;
  font-size: 18px;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
  display: inline-block;
  padding-left: 43px;
  position: relative;
  transition: all .3s;
}

.back-to-site a:before, .back-to-site a:after {
  content: "";
  position: absolute;
  background: url(../img/slider_arrow_green_prev.png) no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all .3s;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.back-to-site a:after {
  background: url(../img/slider_arrow_orange_prev.png) no-repeat;
  opacity: 0;
}

.back-to-site a:focus {
  text-decoration: none;
}

.back-to-site a:hover {
  color: #f0511d;
  text-decoration: none;
}

.back-to-site a:hover:before {
  opacity: 0;
}

.back-to-site a:hover:after {
  opacity: 1;
}

.heading {
  font-size: 18px;
  margin-bottom: 20px;
}

.article {
  padding-bottom: 40px;
  margin-top: -60px;
}

.article p b {
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
}

.article__name {
  font-size: 30px;
  line-height: 1.1666666666666667em;
  margin-bottom: 30px;
  font-family: 'MarkSimonsonProximaNovaExtrabold';
  font-weight: 400;
}

.article__image {
  margin-bottom: 60px;
}

.article__footer {
  padding-top: 10px;
  border-top: 1px dashed #d3d5d5;
  margin-bottom: 70px;
}

.article__footer p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(92, 99, 100, 0.5);
  margin-bottom: 5px;
}

.article__social li a {
  box-shadow: none;
}

@media (max-width: 991px) {
  .article {
    margin-top: 0;
  }
  .b-article .articles {
    display: none;
  }
}

/*************************************************
*                     modals                     *
*************************************************/
.lg-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  color: #fff;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 10px;
}

.lg-actions .lg-prev {
  left: 10px;
}

.lg-outer .lg-img-wrap {
  left: 50px;
  right: 50px;
  width: auto;
}

.lg-toolbar .lg-icon {
  color: #fff;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-hide-items .lg-next, .lg-hide-items .lg-prev, .lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background: transparent;
}

#lg-counter {
  color: #fff;
}

.modal-backdrop {
  background: #000;
}

.modal-backdrop.in {
  background: #000;
  opacity: .8;
}

.modal {
  text-align: center;
  border-radius: 0;
}

.modal .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none;
}

.modal .modal-dialog {
  border: none;
}

.modal .modal-body {
  padding: 0;
  border-radius: 0;
  background: none;
}

.modal .close {
  border: none;
  outline: none;
  background: none;
  display: block;
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(../img/catalog_close.png) no-repeat center;
  background-size: contain;
  top: -45px;
  right: -45px;
  transition: all .3s;
  opacity: .75;
}

.modal .close:focus {
  outline: none;
}

.modal .close:hover {
  opacity: 1;
}

.modal-form .modal-dialog {
  max-width: 370px;
  margin: 0 auto;
}

.modal-form .form {
  background: #fff url(../img/modal-form-pattern.png);
  position: relative;
  border-radius: 10px;
  padding: 45px 10px;
  padding-bottom: 40px;
}

.modal-form .form__content {
  max-width: 270px;
  margin: 0 auto;
}

.modal-form .form__content .form__group {
  text-align: left;
}

.modal-form .btn {
  margin-top: 15px;
}

.modal-thankyou .modal-dialog {
  max-width: 400px;
  margin: 0 auto;
}

.modal-thankyou .thankyou {
  background: #fff url(../img/modal-form-pattern.png);
  border-radius: 10px;
  padding: 40px 20px;
}

.modal-thankyou .thankyou h4 {
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1em;
}

.modal-cat-item {
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  text-align: left;
}

.modal-cat-item:before, .modal-cat-item:after {
  content: " ";
  display: table;
}

.modal-cat-item:after {
  clear: both;
}

.modal-cat-item__left {
  float: left;
  padding: 10px;
  border-right: 1px dashed #ced0d0;
}

.modal-cat-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
}

.modal-cat-item__name {
  font-size: 14px;
  transition: all .3s;
}

.modal-cat-item__price {
  font-size: 16px;
  color: #f0511d;
  font-family: 'MarkSimonsonProximaNovaBold';
  font-weight: 400;
}

.modal-cat-item__body {
  padding: 7px 10px;
  margin-left: 100px;
}

.modal-cat-item__params {
    font-size: 10px;
    line-height: 1.1;
}

@media (max-width: 500px) {
  .modal .close {
    right: 0;
    top: -50px;
  }
}

.catalog-empty {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
}

.catalog-wrapper {
    position: relative;
}

.catalog-wrapper .catalog-wrapper__content,
.catalog-wrapper .catalog-wrapper__loader {
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.catalog-wrapper .catalog-wrapper__loader,
.catalog-wrapper.in-progress .catalog-wrapper__content {
    opacity: 0;
}

.catalog-wrapper .catalog-wrapper__content,
.catalog-wrapper.in-progress .catalog-wrapper__loader {
    opacity: 1;
}

.catalog-wrapper .catalog-wrapper__content {
    z-index: 2;
}

.catalog-wrapper .catalog-wrapper__loader {
    padding-top: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}

.catalog-item-info-wrp {
    position: relative;
}

.catalog-item__content,
.catalog-item__loader {
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.catalog-item-info-wrp .catalog-item__loader,
.catalog-item-info-wrp.in-progress .catalog-item__content {
    opacity: 0;
}

.catalog-item-info-wrp .catalog-item__content,
.catalog-item-info-wrp.in-progress .catalog-item__loader {
    opacity: 1;
}

.catalog-item-info-wrp .catalog-item__content {
    z-index: 2;
}

.catalog-item-info-wrp .catalog-item__loader {
    padding-top: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}

.cssload-container {
    width: 100%;
    height: 56px;
    text-align: center;
}

.cssload-double-torus {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border: 5px double;
    border-radius: 50%;
    border-color: transparent rgb(252,174,49) rgba(131,205,39,0.99);
    animation: cssload-spin 1410ms infinite linear;
        -o-animation: cssload-spin 1410ms infinite linear;
        -ms-animation: cssload-spin 1410ms infinite linear;
        -webkit-animation: cssload-spin 1410ms infinite linear;
        -moz-animation: cssload-spin 1410ms infinite linear;
}


.catalog-item-info-wrp .cssload-double-torus {
    border-color: transparent rgb(255,255,255) rgb(255,255,255);
}


@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

.map-infowindow {
    max-width: 250px;
}

.map-infowindow__image {
    float: left;
    width: 100px;
}

.map-infowindow__content {
    margin-left: 115px;
    font-size: 14px;
    width: auto;
}

.map-infowindow__content p {
    line-height: 1.3;
}
