/* OWL & BOOTSTRAP & FONTS */
@import url("../../../../css2");
* {
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
  color: #373b3d;
  font-family: "Montserrat"; }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box;
  font-family: "Montserrat"; }

input, textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 0 20px;
  line-height: 48px;
  height: 50px; }

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right: 40px;
  background: url(../images/selectb.png) 100% 50% no-repeat; }
  select::-ms-expand {
    display: none; }

textarea {
  height: 130px;
  line-height: 1.3;
  resize: none;
  padding: 20px; }

.form_group {
  display: block;
  line-height: 1.2; }
  .form_group span {
    display: block;
    font-size: 12px;
    color: #373b3d;
    margin-bottom: 5px; }
  .form_group em {
    color: #f00; }
  .form_group-close {
    min-width: 34px;
    width: 34px;
    border: 1px solid #efefef;
    border-left: 0;
    background: url(../images/closebut.png) 50% 50% no-repeat; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #f88c80;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2;
  color: #4f6847;
  position: relative; }

h1 {
  font-size: 46px;
  padding-left: 70px; }
  h1:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #f88c80; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 33px;
      padding-left: 35px; }
      h1:before {
        top: 20px;
        width: 20px; } }

h2 {
  font-size: 26px;
  text-transform: uppercase;
  padding-left: 70px;
  margin-bottom: 27px; }
  h2:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #f88c80; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 24px;
      padding-left: 35px;
      margin-bottom: 15px; }
      h2:before {
        top: 15px;
        width: 20px; } }

.tablewrapper {
  width: 100%;
  overflow: auto; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 60px 0; } }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.nowrap {
    flex-wrap: nowrap; }

.blockin {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

.logo {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top; }

/* HEADER */
.header {
  background: #fff;
  z-index: 5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .header.scrollblock {
    position: fixed;
    top: -74px;
    left: 0;
    right: 0;
    box-shadow: none;
    transition: all 0.4s ease; }
    .header.scrollblock.fixed {
      top: 0;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .header__top {
    padding: 20px 0; }
    .header__top-left {
      display: flex;
      justify-content: space-between;
      max-width: 340px;
      flex-grow: 2;
      line-height: 27px;
      font-size: 16px;
      white-space: nowrap; }
  .header__city strong {
    font-weight: 600; }
  .header__city a {
    font-size: 14px;
    color: #8f8f8f;
    padding-right: 18px;
    background: url(../images/cityarrow.png) 100% 60% no-repeat; }
    .header__city a span {
      border-bottom: 1px dotted #f88c80; }
    .header__city a:hover span {
      border-color: transparent; }
  .header__phone {
    margin-left: 20px; }
    .header__phone-tel {
      color: #373b3d;
      font-weight: 600; }
    .header__phone .openmodal {
      font-size: 14px; }
      .header__phone .openmodal:hover {
        color: #373b3d; }
  .header .logo {
    width: 265px;
    margin: 0 20px; }
  .header__bottom {
    border-top: 1px solid #f5f5f5; }
  .header__icon {
    max-width: 140px;
    flex-grow: 2;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__icon a {
      position: relative;
      display: block; }
      .header__icon a img {
        display: block; }
      .header__icon a span {
        position: absolute;
        top: -2px;
        right: -2px;
        line-height: 15px;
        min-width: 15px;
        color: #fff;
        background: #373b3d;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 600;
        text-align: center; }
  @media screen and (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; }
      .header.fixed {
        display: none !important; }
      .header__bottom {
        display: none; }
      .header__top {
        padding: 0;
        height: 60px; }
        .header__top-left {
          display: none; }
      .header .search {
        display: none; }
      .header .logo {
        max-width: 280px;
        min-width: 280px;
        width: 280px;
        margin: 0; }
      .header .burger {
        display: block; } }

.search {
  position: relative;
  max-width: 370px;
  flex-grow: 2; }
  .search input {
    display: block;
    width: 100%;
    line-height: 48px;
    background: #f5fbf3;
    border: 1px solid #c2d0ad;
    padding: 0 50px 0 20px;
    color: #7f8385; }
    .search input::placeholder {
      color: #7f8385; }
  .search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    border: 0;
    background: url(../images/search.svg) 50% 50% no-repeat; }

.fixsearch {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: none; }

.topmenu {
  max-width: 900px;
  flex-grow: 2; }
  .topmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between; }
    .topmenu ul li.active a {
      color: #f88c80; }
    .topmenu ul li a {
      line-height: 73px;
      font-size: 14px;
      color: #373b3d;
      display: block;
      font-weight: 600;
      text-transform: uppercase; }
      .topmenu ul li a:hover {
        color: #f88c80; }
      @media screen and (max-width: 991px) {
        .topmenu ul li a {
          font-size: 13px;
          line-height: 50px; } }

.burger {
  width: 22px;
  position: relative;
  cursor: pointer;
  height: 16px;
  display: none; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f88c80;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 7px; }
  .burger span:nth-child(4) {
    top: 14px; }
  .burger.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%; }

.mobfixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 768px) {
    .mobfixed {
      display: none; } }
  .mobfixed > div {
    flex-grow: 2;
    position: relative; }
    .mobfixed > div:first-child:before {
      display: none; }
    .mobfixed > div:before {
      content: '';
      position: absolute;
      top: 13px;
      left: 0;
      bottom: 13px;
      width: 1px;
      background: #dedede; }
  .mobfixed a {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative; }
    .mobfixed a img {
      display: block; }
    .mobfixed a span {
      position: absolute;
      top: 15px;
      right: calc(50% - 18px);
      line-height: 15px;
      min-width: 15px;
      color: #fff;
      background: #373b3d;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 600;
      text-align: center; }
    .mobfixed a.open strong {
      display: block; }
    .mobfixed a.open img {
      visibility: hidden; }
    .mobfixed a strong {
      position: absolute;
      top: 22px;
      left: calc(50% - 11px);
      width: 22px;
      cursor: pointer;
      height: 16px;
      display: none; }
    .mobfixed a em {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #f88c80;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .mobfixed a em:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%; }
      .mobfixed a em:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .mobfixed a em:nth-child(2), .mobfixed a em:nth-child(3) {
        top: 7px; }
      .mobfixed a em:nth-child(4) {
        top: 7px;
        width: 0%;
        left: 50%; }
      .mobfixed a em:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.mobmenu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #f5f5f5;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  line-height: 1.3;
  display: none; }
  .mobmenu .wrap {
    padding: 15px 15px 90px;
    min-height: 100%; }
    .mobmenu .wrap > div {
      width: 100%; }
  .mobmenu__wrap {
    padding-left: 60px; }
  .mobmenu ul {
    padding: 30px 0 0;
    margin: 0;
    list-style: none; }
    .mobmenu ul li {
      margin-top: 15px; }
      .mobmenu ul li:first-child {
        margin: 0; }
      .mobmenu ul li a {
        text-transform: uppercase;
        display: block;
        color: #373b3d;
        font-weight: 600; }
  .mobmenu .header__phone {
    margin: 25px 0 30px;
    line-height: 28px; }
  .mobmenu .footer__soc {
    justify-content: flex-start; }

/* HEADER */
.sitebutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  line-height: 1.3;
  background: #4f6847;
  border: 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px; }
  .sitebutton.maxbut {
    max-width: 270px;
    width: 100%; }
  .sitebutton:hover {
    background: #384a32; }
  .sitebutton.block {
    display: flex;
    width: 100%; }
  .sitebutton.border {
    background: none;
    color: #4f6847;
    border: 1px solid #4f6847; }
    .sitebutton.border:hover {
      background: #4f6847;
      color: #fff; }
  .sitebutton.minbut {
    max-width: 200px;
    width: 100%; }
  .sitebutton img {
    margin-left: 10px; }

.content {
  padding: 30px 0 100px; }
  .content h2 {
    margin-top: 65px; }
    .content h2:first-child {
      margin-top: 0; }
  .content.nobot {
    padding-bottom: 0; }
  .content__row {
    margin: 0 -40px; }
    .content__row > div {
      padding: 0 40px; }
  .content__padding {
    position: relative; }
    @media screen and (min-width: 992px) {
      .content__padding {
        padding-left: 300px; } }
  .content__slider {
    margin: 100px 0; }
    .content__slider.nomargin {
      margin: 0; }
    .content__slider-nav {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      width: 100px;
      justify-content: space-between;
      font-size: 0;
      line-height: 0; }
      .content__slider-nav div {
        width: 25px;
        height: 20px;
        background: url(../images/arrow-right.svg) 0 0 no-repeat;
        cursor: pointer;
        background-size: contain; }
        .content__slider-nav div:first-child {
          transform: rotate(180deg); }
    .content__slider .owl-nav {
      width: 100px;
      display: flex;
      width: 100px;
      justify-content: space-between;
      font-size: 0;
      line-height: 0;
      margin: 20px 0 0; }
      .content__slider .owl-nav div {
        width: 25px;
        height: 20px;
        background: url(../images/arrow-right.svg) 0 0 no-repeat;
        cursor: pointer;
        background-size: contain; }
        .content__slider .owl-nav div:first-child {
          transform: rotate(180deg); }
  .content__gallery {
    margin-bottom: 30px; }
    .content__gallery > div {
      margin-top: 20px; }
    .content__gallery a {
      display: block;
      font-size: 0;
      line-height: 0; }
      .content__gallery a img {
        display: block; }
  .content__img {
    display: block;
    margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .content {
      padding-bottom: 50px; }
      .content h2 {
        margin-top: 45px; }
      .content__slider {
        margin: 50px 0 20px; }
        .content__slider-nav {
          position: relative;
          bottom: auto;
          left: auto;
          margin: 20px 0 40px; } }

.path {
  font-size: 14px;
  color: #868686;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .path {
      margin-bottom: 20px; } }
  .path span {
    margin: 0 10px; }
  .path a {
    color: #373b3d; }
    .path a:hover {
      color: #f88c80; }

.aboutpremium {
  padding-bottom: 70px; }
  .aboutpremium > div {
    margin-top: 70px; }
  .aboutpremium__title {
    font-size: 46px;
    font-weight: bold;
    color: #4f6847;
    margin-bottom: 10px; }
    .aboutpremium__title span {
      font-size: 30px; }
  @media screen and (max-width: 991px) {
    .aboutpremium {
      padding-bottom: 30px;
      display: flex;
      flex-wrap: wrap; }
      .aboutpremium > div {
        margin-top: 40px; }
        .aboutpremium > div:nth-child(2) {
          margin-left: auto;
          width: 255px; } }

.map {
  height: 700px;
  background: #ccc;
  margin-top: 50px; }
  .map__flex {
    display: flex;
    align-items: center;
    height: 700px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .map__flex .map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0; } }
    .map__flex-max {
      position: relative;
      z-index: 1;
      max-width: 380px;
      background: #fff;
      padding: 35px 32px;
      box-shadow: 0 10px 16px rgba(0, 0, 0, 0.24); }
    .map__flex-block {
      margin-top: 30px; }
      .map__flex-block:first-child {
        margin: 0; }
    .map__flex-title {
      font-size: 18px;
      color: #507045;
      font-weight: 600; }
    .map__flex-link {
      border-bottom: 1px solid transparent; }
      .map__flex-link:hover {
        border-color: #f88c80; }
    .map__flex-tel {
      color: #373b3d; }
    .map__flex-mail {
      color: #373b3d;
      border-bottom: 1px dotted #f88c80; }
      .map__flex-mail:hover {
        border-color: transparent; }
  @media screen and (max-width: 767px) {
    .map {
      margin-top: 30px;
      height: 450px; }
      .map__flex {
        display: block;
        height: auto; }
        .map__flex .blockin {
          padding: 0; }
        .map__flex .map {
          margin: 0; }
        .map__flex-max {
          padding: 25px; }
        .map__flex-block {
          margin-top: 20px; }
        .map__flex .footer__soc {
          justify-content: flex-start; } }

.contacts__block {
  margin-top: 40px; }
  .contacts__block-title {
    font-size: 18px;
    color: #507045;
    font-weight: 600; }
  .contacts__block-info-block {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #efefef;
    font-size: 14px; }
    .contacts__block-info-block-padding {
      padding-left: 40px;
      position: relative; }
      .contacts__block-info-block-padding .checkbox {
        position: absolute;
        top: 0;
        left: 0; }
  .contacts__block-info-tel {
    color: #373b3d; }
  .contacts__block .srcoll_b {
    border-bottom: 1px solid transparent; }
    .contacts__block .srcoll_b:hover {
      border-color: #f88c80; }
.contacts__select {
  display: none; }
@media screen and (max-width: 991px) {
  .contacts__block {
    display: none; }
    .contacts__block.active {
      display: block; } }
@media screen and (max-width: 767px) {
  .contacts__select {
    display: block; } }

.faq__block {
  margin-top: 50px; }
  .faq__block:first-child {
    margin: 0; }
  .faq__block-title {
    font-size: 18px;
    color: #507045;
    margin-bottom: 10px;
    font-weight: 600; }
.faq__accordion {
  margin-top: 10px;
  background: #f5f5f5; }
  .faq__accordion:first-child {
    margin: 0; }
  .faq__accordion-title {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 60px 10px 25px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    color: #373b3d;
    font-weight: 600; }
    .faq__accordion-title.active:before {
      transform: rotate(180deg); }
    .faq__accordion-title:before {
      content: '';
      position: absolute;
      top: 26px;
      right: 26px;
      width: 15px;
      height: 8px;
      background: url(../images/faq_arrow.png) 0 0 no-repeat; }
  .faq__accordion-body {
    padding: 20px 25px;
    position: relative;
    display: none; }
    .faq__accordion-body:before {
      content: '';
      position: absolute;
      top: 0;
      left: 25px;
      right: 25px;
      height: 1px;
      background: #dedede; }
    .faq__accordion-body p:first-child {
      margin-top: 0; }
    .faq__accordion-body p:last-child {
      margin-bottom: 0; }

.idea__detail-block {
  padding: 30px 0 60px; }
  .idea__detail-block > div {
    margin-bottom: 30px; }
  .idea__detail-block-margin {
    padding-top: 30px; }
.idea__detail-info img {
  display: block;
  width: 100%;
  margin-bottom: 5px; }
.idea__detail-info-text {
  padding-top: 40px; }
@media screen and (max-width: 991px) {
  .idea__detail-block {
    padding: 0 0 30px; }
    .idea__detail-block-margin {
      padding-top: 0; }
  .idea__detail-info-text {
    padding-top: 10px; } }
.idea__tab {
  padding-bottom: 30px; }
  .idea__tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .idea__tab ul li {
      margin: 0 15px 15px 0; }
  .idea__tab a {
    display: block;
    white-space: normal;
    padding: 0 20px;
    text-align: center;
    min-width: 80px;
    font-size: 14px;
    color: #868686;
    line-height: 34px;
    border: 1px solid #efefef; }
    .idea__tab a:hover, .idea__tab a.active {
      background: #fff4f3;
      border-color: #f88c80;
      color: #f88c80; }
.idea__block {
  margin-top: -30px;
  line-height: 26px; }
  .idea__block .row > div {
    margin-top: 30px; }
  .idea__block-img {
    font-size: 0;
    display: block;
    line-height: 0; }
    .idea__block-img img {
      display: block;
      width: 100%; }
  .idea__block-info {
    padding-top: 15px;
    font-size: 12px;
    color: #6d7376; }
    @media screen and (max-width: 767px) {
      .idea__block-info {
        padding-top: 0; } }
  .idea__block-title {
    margin: 16px 0 20px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: #373b3d;
    font-weight: 600; }
    .idea__block-title:hover {
      color: #f88c80; }
  .idea__block-text {
    margin-bottom: 30px; }
  .idea__block-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1; }
    .idea__block-link span {
      margin-right: 12px;
      border-bottom: 1px solid transparent; }
    .idea__block-link:hover span {
      border-color: #f88c80; }
  @media screen and (min-width: 991px) {
    .idea__block-big .idea__block-info {
      padding-top: 25px; } }
  @media screen and (max-width: 767px) {
    .idea__block > div {
      margin-top: 20px; }
    .idea__block .row > div {
      margin-top: 20px; } }
.idea__more {
  line-height: 1.2;
  margin-top: 30px; }
  .idea__more a {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1;
    color: #f88c80; }
    .idea__more a span {
      margin-right: 12px;
      border-bottom: 1px solid transparent; }
    .idea__more a:hover span {
      border-color: #f88c80; }

.share {
  display: flex;
  align-items: center;
  margin-top: 60px; }
  .share__title {
    font-weight: 600; }
  .share__body {
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center; }
    .share__body a {
      margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .share {
      margin-top: 40px; } }

.seeblock {
  padding-top: 85px;
  margin-top: 85px;
  border-top: 1px solid #efefef; }
  .seeblock .row > div {
    margin-top: 30px; }
  .seeblock__block {
    display: block;
    padding-bottom: 30px;
    background: url(../images/arrow-right.svg) 0 100% no-repeat;
    line-height: 1.2; }
    .seeblock__block img {
      display: block;
      width: 100%; }
    .seeblock__block-info {
      margin: 20px 0 15px;
      display: block;
      font-size: 12px;
      color: #6d7376; }
    .seeblock__block-title {
      display: block;
      font-weight: 600;
      color: #373b3d;
      line-height: 26px; }
    .seeblock__block:hover .seeblock__block-title {
      color: #f88c80; }
  @media screen and (max-width: 767px) {
    .seeblock {
      padding-top: 40px;
      margin-top: 40px; } }

.folder {
  margin-top: -30px; }
  .folder .row > div {
    margin-top: 30px; }
  .folder__block {
    position: relative;
    min-height: 390px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    transition: all 0.4s ease;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; }
    .folder__block-img {
      position: absolute;
      bottom: 0;
      right: 0; }
    .folder__block-a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .folder__block-title {
      font-size: 26px;
      color: #4f6847;
      font-weight: bold; }
    .folder__block ul {
      position: relative;
      z-index: 2;
      padding: 20px 0 0;
      margin: 0;
      list-style: none;
      line-height: 1.2;
      display: inline-block; }
      .folder__block ul li {
        margin-top: 10px; }
        .folder__block ul li:first-child {
          margin: 0; }
        .folder__block ul li a {
          font-size: 16px;
          color: #373b3d; }
          .folder__block ul li a:hover {
            color: #f88c80; }
    .folder__block-link {
      display: inline-flex;
      align-items: center;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      line-height: 1;
      color: #f88c80; }
      .folder__block-link span {
        margin-right: 12px;
        border-bottom: 1px solid transparent; }
    .folder__block:hover {
      border-color: #c2d0ad;
      background: #fff;
      box-shadow: 0 15px 27px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .folder__block {
      min-height: 175px;
      padding: 15px; }
      .folder__block ul {
        display: none; }
      .folder__block-title {
        position: relative;
        font-size: 20px;
        z-index: 1; }
      .folder__block-link span {
        display: none; } }

.siteform {
  display: flex;
  align-items: center;
  min-height: 450px;
  padding: 20px 70px;
  background: url(../images/siteformbg.jpg) 80% 0 no-repeat;
  background-size: cover;
  position: relative; }
  .siteform.margintop {
    margin-top: 130px; }
    @media screen and (max-width: 991px) {
      .siteform.margintop {
        margin-top: 80px; } }
    @media screen and (max-width: 767px) {
      .siteform.margintop {
        margin-top: 50px; } }
  .siteform__wrap {
    max-width: 870px;
    position: relative; }
  .siteform__title {
    text-transform: uppercase;
    font-size: 26px;
    color: #4f6847;
    font-weight: bold; }
    .siteform__title span {
      display: block;
      color: #f88c80; }
  .siteform__text {
    line-height: 32px;
    margin: 20px 0; }
  .siteform .row > div {
    margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .siteform {
      padding: 20px; }
      .siteform:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5); }
      .siteform__title {
        font-size: 20px; }
      .siteform__text {
        font-size: 14px;
        line-height: 26px; }
      .siteform .row > div {
        order: 0; }
        .siteform .row > div.order2 {
          order: 2; } }

.page {
  margin-top: 90px; }
  .page.seoblock {
    margin-top: 120px; }
  .page ul {
    padding: 0;
    list-style: none; }
    .page ul li {
      margin-top: 10px;
      padding-left: 20px;
      position: relative; }
      .page ul li:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #4f6847; }
      .page ul li:first-child {
        margin: 0; }
  @media screen and (max-width: 767px) {
    .page {
      margin-top: 50px; }
      .page.seoblock {
        margin-top: 50px; } }

.catalog {
  margin-top: -30px; }
  .catalog > div {
    margin-top: 30px; }
  .catalog__bottom {
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #e0e7d6; }
    .catalog__bottom .idea__more {
      margin-top: 20px; }

.sort {
  border-bottom: 1px solid #e0e7d6;
  padding-bottom: 1px;
  line-height: 1.2; }
  .sort > div {
    margin-bottom: 10px; }
  .sort__select {
    display: flex;
    align-items: center; }
    .sort__select .select {
      font-weight: 600;
      position: relative;
      margin-left: 10px; }
      .sort__select .select select {
        width: auto;
        height: auto;
        line-height: auto;
        padding: 0 16px 0 0;
        border: 0;
        line-height: 1.3;
        margin-left: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: url(../images/select.png) 100% 50% no-repeat; }
        .sort__select .select select::-ms-expand {
          display: none; }
  .sort__val {
    font-size: 14px; }
    .sort__val span {
      color: #c2d0ad;
      font-weight: 600; }

.pagination {
  margin-top: 20px;
  line-height: 1; }
  .pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    .pagination ul li {
      margin-left: 17px;
      font-weight: 600; }
      .pagination ul li:first-child {
        margin-left: 0; }
      .pagination ul li a {
        color: #373b3d; }
        .pagination ul li a:hover {
          color: #f88c80; }
      .pagination ul li span {
        color: #f88c80; }
      .pagination ul li.prev + li {
        margin-left: 22px; }
      .pagination ul li.next {
        margin-left: 22px; }
        .pagination ul li.next img {
          transform: rotate(180deg); }

.productwrap > div {
  margin-top: 30px; }

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  border: 1px solid #f5f5f5;
  line-height: 1;
  transition: all 0.4s ease; }
  .product__label {
    display: flex;
    align-items: center; }
    .product__label div {
      padding: 0 10px;
      line-height: 20px;
      margin-left: 10px;
      background: #c2d0ad;
      color: #fff;
      font-size: 12px;
      font-weight: bold; }
      .product__label div:first-child {
        margin: 0; }
      .product__label div.sale {
        background: #f88c80; }
  .product__favorite:hover a {
    background-image: url(../images/heart.svg); }
  .product__favorite label {
    cursor: pointer;
    display: block; }
  .product__favorite a {
    width: 22px;
    height: 20px;
    display: block; }
    .product__favorite a.favorite-add {
      background: url(../images/hearts.svg) 0 0 no-repeat;
      background-size: contain; }
    .product__favorite a.favorite-remove {
      background-image: url(../images/heart.svg);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
  .product__favorite input {
    display: none; }
    .product__favorite input:checked + span {
      background-image: url(../images/heart.svg); }
  .product__favorite span {
    width: 22px;
    height: 20px;
    display: block;
    background: url(../images/hearts.svg) 0 0 no-repeat;
    background-size: contain; }
  .product__img {
    display: block;
    font-size: 0;
    line-height: 0; }
    .product__img img {
      display: block;
      width: 100%; }
  .product__info {
    font-size: 12px;
    color: #6d7376;
    margin: 15px 0 7px; }
  .product__title {
    font-weight: 600;
    color: #373b3d;
    display: block;
    line-height: 1.3; }
    .product__title:hover {
      color: #f88c80; }
  .product__bottom {
    margin-top: 25px; }
  .product__price {
    line-height: 1.2; }
    .product__price-old {
      display: inline-block;
      position: relative;
      font-size: 15px;
      color: #b5c2a1; }
      .product__price-old:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #f88c80; }
    .product__price-current {
      font-size: 20px;
      color: #4e5543;
      font-weight: bold; }
  .product__button {
    width: 27px;
    height: 27px;
    background: url(../images/cart.svg) 0 0 no-repeat;
    background-size: contain;
    border: none; }
    .product__button.in {
      background-image: url(../images/cart-in.svg); }
    .product__button.add {
      background-image: url(../images/cart-add.svg); }
  .product:hover {
    border-color: #c2d0ad;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.filter {
  line-height: 1.2; }
  .filter .price {
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 7px; }
    .filter .price .flex {
      flex-wrap: nowrap; }
      .filter .price .flex > div {
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 15px;
        border: 1px solid #d7dfe8;
        color: #868686; }
        .filter .price .flex > div input {
          width: 100%;
          padding: 0 8px;
          border: 0;
          height: 36px;
          font-size: 14px;
          line-height: 34px;
          color: #373b3d; }
      .filter .price .flex > span {
        margin: 0 10px; }
  .filter__bigtitle {
    display: none;
    cursor: pointer;
    line-height: 50px;
    background: #f88c80;
    padding: 0 20px;
    color: #fff;
    position: relative;
    font-weight: 600; }
    .filter__bigtitle:before {
      content: '';
      width: 15px;
      height: 8px;
      position: absolute;
      top: calc(50% - 4px);
      right: 20px;
      background: url(../images/filterarr.png); }
    .filter__bigtitle.active:before {
      transform: rotate(180deg); }
  .filter__block {
    border-top: 1px solid #e3e9d9; }
    @media screen and (min-width: 768px) {
      .filter__block:first-child {
        border: 0; }
        .filter__block:first-child .filter__block-title {
          padding-top: 0; }
          .filter__block:first-child .filter__block-title:after {
            top: 7px; } }
    .filter__block-title {
      font-size: 16px;
      color: #373b3d;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      padding-right: 30px;
      padding: 20px 0; }
      .filter__block-title:after {
        content: '';
        position: absolute;
        top: 25px;
        right: 0;
        width: 15px;
        height: 8px;
        background: url(../images/arrowfilter.png) 0 0 no-repeat; }
      .filter__block-title.active:after {
        transform: rotate(180deg); }
    .filter__block-body {
      display: none;
      padding-bottom: 20px; }
    .filter__block .form_group {
      margin-top: 15px; }
      .filter__block .form_group:first-child {
        margin: 0; }
      .filter__block .form_group input {
        line-height: 34px;
        height: 36px; }
  .filter__clear {
    width: 100%;
    text-align: left;
    font-weight: 600;
    position: relative;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    padding-right: 20px;
    border: none;
    color: #f88c80;
    padding-left: 0;
    background: url(../images/clearfilter.png) 100% 50% no-repeat; }
  .filter__submit {
    width: 100%;
    text-align: left;
    font-weight: 600;
    position: relative;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    padding-right: 20px;
    border: none;
    color: #f88c80;
    padding-left: 0;
    background: none; }
  @media screen and (max-width: 767px) {
    .filter__bigtitle {
      display: block; }
    .filter__bigbody {
      display: none; } }

.nstSlider {
  position: relative;
  height: 3px;
  background: #fde2df;
  margin-bottom: 25px; }
  .nstSlider .bar {
    position: absolute;
    top: 0;
    background: #f88c80;
    bottom: 0; }
  .nstSlider .leftGrip, .nstSlider .rightGrip {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #f88c80;
    border-radius: 50%;
    margin-top: -6px;
    cursor: pointer; }
    .nstSlider .leftGrip:before, .nstSlider .rightGrip:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 11px;
      height: 11px;
      background: #fff;
      border-radius: 50%; }

.checkbox {
  line-height: 1; }
  .checkbox div {
    margin-top: 10px; }
    .checkbox div:first-child {
      margin: 0; }
    .checkbox div div {
      padding-left: 20px; }
  .checkbox label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    vertical-align: top;
    align-items: center; }
    .checkbox label input {
      display: none; }
      .checkbox label input:checked + span {
        background: url(../images/check.png) 50% 50% no-repeat; }
    .checkbox label span {
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      margin-right: 10px; }

.detail__slider {
  margin-top: 10px; }
  .detail__slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px; }
    .detail__slider-nav div {
      width: 110px;
      cursor: pointer;
      margin: 0 5px;
      border: 1px solid #f6f6f6;
      padding: 5px; }
      .detail__slider-nav div img {
        display: block;
        width: 100%; }
      .detail__slider-nav div.active {
        border-color: #cad6b8; }
.detail__top {
  line-height: 1.2;
  padding: 20px 0 50px; }
  @media screen and (min-width: 768px) {
    .detail__top-left {
      border-right: 1px solid #efefef;
      height: 100%; } }
  .detail__top > div {
    margin-bottom: 30px; }
  .detail__top-title {
    font-size: 18px;
    font-weight: 600;
    color: #507045; }
  .detail__top-titlewrap {
    padding-bottom: 23px;
    line-height: 1.2; }
  .detail__top-block {
    margin-top: 40px; }
    .detail__top-block:first-child {
      margin: 0; }
    .detail__top-block .form_group {
      max-width: 270px; }
    .detail__top-block.flex {
      margin-top: 0;
      padding-top: 10px; }
      .detail__top-block.flex > div {
        margin-top: 20px; }
    .detail__top-block .form_group .custom-select {
      margin: 0; }
      .detail__top-block .form_group .custom-select:before {
        display: none; }
      .detail__top-block .form_group .custom-select .select-selected {
        display: block;
        width: 100%;
        appearance: none;
        padding: 0 40px 0 20px;
        border: 1px solid #e7e7e7;
        background: url(../images/selectb.png) 100% 50% no-repeat;
        line-height: 50px; }
      .detail__top-block .form_group .custom-select .select-items {
        right: 0; }
        .detail__top-block .form_group .custom-select .select-items div {
          line-height: 21px; }
  @media screen and (max-width: 767px) {
    .detail__top {
      padding-bottom: 30px; } }
.detail__price {
  margin-right: 15px; }
  .detail__price-old {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #b5c2a1; }
    .detail__price-old:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: #f88c80; }
  .detail__price-current {
    font-size: 20px;
    color: #4e5543;
    font-weight: bold; }
.detail__buttonwrap {
  max-width: 300px;
  flex-grow: 2; }
  .detail__buttonwrap .sitebutton {
    flex-grow: 2;
    margin-left: 10px; }
    .detail__buttonwrap .sitebutton span {
      width: 26px;
      height: 24px;
      margin-left: 15px;
      background: url(../images/cart_w.svg) 0 0 no-repeat;
      background-size: contain; }
.detail__amount {
  display: flex;
  align-items: center;
  width: 100px;
  border: 1px solid #efefef; }
  .detail__amount button {
    line-height: 48px;
    height: 48px;
    text-align: center;
    width: 40px;
    min-width: 20px;
    border: 0;
    background: none;
    color: #f88c80;
    font-weight: 600;
    font-size: 20px; }
  .detail__amount input {
    width: 100%;
    text-align: center;
    line-height: 48px;
    height: 48px;
    border: 0;
    padding: 0;
    font-weight: 600; }
.detail__params {
  line-height: 1.2; }
  .detail__params ul {
    padding: 0;
    margin: 0 0 12px;
    list-style: none; }
    .detail__params ul.dop {
      display: none; }
    .detail__params ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-top: 15px;
      font-size: 14px; }
      .detail__params ul li .left {
        font-weight: bold; }
      .detail__params ul li .center {
        flex-grow: 2;
        border-bottom: 1px dotted #e3e3e3;
        margin: 0 10px; }
      .detail__params ul li:first-child {
        margin-top: 0; }
      .detail__params ul li.hide {
        display: none; }
  .detail__params-all {
    font-size: 14px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    vertical-align: top; }
    .detail__params-all:hover {
      border-color: #f88c80; }
    .detail__params-all span {
      display: block; }
      .detail__params-all span + span {
        display: none; }
    .detail__params-all.active span {
      display: none; }
      .detail__params-all.active span + span {
        display: block; }
  @media screen and (max-width: 767px) {
    .detail__params ul li {
      display: block; }
      .detail__params ul li .center {
        display: none; }
      .detail__params ul li .left {
        margin-bottom: 5px; } }
.detail__delivery {
  padding: 20px 22px;
  background: #f5f5f5; }
  .detail__delivery-block {
    display: flex;
    align-items: center;
    margin-top: 17px;
    line-height: 20px;
    font-size: 14px; }
    .detail__delivery-block:first-child {
      margin: 0; }
    .detail__delivery-block-img {
      min-width: 25px;
      margin-right: 16px; }
    .detail__delivery-block a {
      border-bottom: 1px solid #f88c80; }
      .detail__delivery-block a:hover {
        border-color: transparent; }
.detail__tabwrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef; }
.detail__tab {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  line-height: 1.2; }
  .detail__tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    .detail__tab ul li {
      margin-right: 5%; }
      .detail__tab ul li.active a {
        color: #f88c80; }
        .detail__tab ul li.active a span {
          border-color: transparent; }
      .detail__tab ul li a {
        font-size: 18px;
        color: #868686;
        font-weight: 600; }
        .detail__tab ul li a span {
          border-bottom: 1px dotted #f88c80; }
        .detail__tab ul li a em {
          font-style: normal;
          margin-left: 10px;
          color: #b5c2a1; }
  @media screen and (max-width: 767px) {
    .detail__tab ul {
      justify-content: space-between; }
      .detail__tab ul li {
        margin: 0; }
        .detail__tab ul li a {
          font-size: 15px; } }
.detail__tabbody-block {
  display: none;
  padding-top: 30px; }
  .detail__tabbody-block-title {
    display: none; }
  .detail__tabbody-block.active {
    display: block; }
  .detail__tabbody-block p:first-child {
    margin-top: 0; }
  .detail__tabbody-block p:last-child {
    margin-bottom: 0; }
.detail__seeblock {
  margin-top: 130px; }
  @media screen and (max-width: 991px) {
    .detail__seeblock {
      margin-top: 80px; } }
  @media screen and (max-width: 767px) {
    .detail__seeblock {
      margin-top: 40px; } }
  .detail__seeblock .product:hover {
    box-shadow: none; }

.custom-select {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  font-weight: normal; }
  .custom-select:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 16px;
    border-bottom: 1px dotted #f88c80; }
  .custom-select select {
    display: none; }
  .custom-select .select-selected {
    font-weight: normal;
    display: inline-block;
    padding: 0 16px 0 0;
    background: url(../images/select.png) 100% 50% no-repeat; }
  .custom-select .select-items {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    white-space: nowrap;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef; }
    .custom-select .select-items.select-hide {
      display: none; }
    .custom-select .select-items div {
      cursor: pointer;
      padding: 7px;
      font-weight: normal; }
      .custom-select .select-items div:first-child {
        border: 0; }
      .custom-select .select-items div:hover {
        background: #f88c80;
        color: #fff; }

.productslider {
  padding-top: 15px; }
  .productslider .owl-stage {
    display: flex;
    flex-wrap: wrap; }
  .productslider .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    width: 100px;
    justify-content: space-between;
    font-size: 0;
    line-height: 0; }
    .productslider .owl-nav div {
      width: 25px;
      height: 20px;
      background: url(../images/arrow-right.svg) 0 0 no-repeat;
      cursor: pointer;
      background-size: contain; }
      .productslider .owl-nav div:first-child {
        transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .productslider {
      padding-right: 80px; }
      .productslider .owl-stage-outer {
        overflow: visible; }
      .productslider .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px -80px 0 auto; } }

.reviews__block {
  margin-top: 40px; }
  .reviews__block-name {
    margin-bottom: 15px; }
    .reviews__block-name strong {
      margin-right: 10px; }

.cart__step {
  margin-bottom: 40px; }
  .cart__step ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto; }
    .cart__step ul li {
      margin-right: 3%;
      padding-right: calc(3%  + 9px);
      font-size: 16px;
      color: #4f6847;
      font-weight: 600;
      opacity: 0.5;
      background: url(../images/cartstep.png) 100% 50% no-repeat;
      white-space: nowrap; }
      .cart__step ul li.active {
        opacity: 1;
        cursor: pointer; }
      .cart__step ul li:last-child {
        margin: 0;
        padding: 0;
        background: none; }
.cart__order {
  padding: 15px 20px 25px;
  background: #f5f5f5; }
  .cart__order-title {
    font-size: 18px;
    font-weight: 600;
    color: #507045; }
  .cart__order .detail__params {
    margin: 15px 0 30px; }
    .cart__order .detail__params ul li {
      display: flex; }
      .cart__order .detail__params ul li .center {
        display: block; }
.cart__table {
  line-height: 1.2; }
  .cart__table-th {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px; }
  .cart__table-td {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #e0e7d6; }
    .cart__table-td:hover .cart__table-del {
      display: block; }
  .cart__table-total {
    border-top: 1px solid #e0e7d6;
    text-align: right;
    font-size: 13px;
    line-height: 1.2;
    padding: 15px 0 1px; }
    .cart__table-total a {
      border-bottom: 1px solid transparent; }
      .cart__table-total a:hover {
        border-color: #f88c80; }
  .cart__table-left {
    display: flex; }
  .cart__table-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .cart__table-info-top {
      margin-bottom: 15px; }
  .cart__table-img {
    max-width: 135px;
    min-width: 135px;
    width: 135px;
    display: flex;
    align-items: flex-start;
    margin-right: 30px; }
  .cart__table-title {
    font-size: 16px;
    color: #373b3d;
    font-weight: 600; }
    .cart__table-title:hover {
      color: #f88c80; }
  .cart__table ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .cart__table ul li {
      margin-top: 7px; }
  .cart__table-del {
    position: absolute;
    top: 25px;
    right: 105px;
    font-size: 13px;
    color: #868686;
    display: none; }
    .cart__table-del:hover {
      color: #f88c80; }
  .cart__table-price {
    color: #4e5543;
    font-size: 18px;
    font-weight: 600; }
  .cart__table-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end; }
  .cart__table-amount {
    display: flex;
    align-items: center;
    width: 70px; }
    .cart__table-amount button {
      border: 0;
      background: none;
      font-size: 20px;
      font-weight: 600;
      color: #f88c80; }
    .cart__table-amount input {
      text-align: center;
      width: 100%;
      padding: 0;
      line-height: 24px;
      height: 24px;
      font-weight: 600;
      border: 0; }
  .cart__table-amounttext {
    text-align: right;
    font-size: 16px;
    font-weight: 600; }
.cart__contacts-yur {
  display: none;
  margin-bottom: 20px; }
.cart__contacts-block {
  margin-top: 30px; }
  .cart__contacts-block:first-child {
    margin: 0; }
.cart__contacts-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }
.cart__contacts-max1 {
  max-width: 870px; }
.cart__contacts-max2 {
  max-width: 570px; }
.cart__contacts-max3 {
  max-width: 580px; }
.cart__contacts .row {
  margin-top: -20px;
  line-height: 1.2; }
  .cart__contacts .row > div {
    margin-top: 20px; }
.cart__contacts .sitebutton img {
  width: auto; }
.cart__contacts .detail__params {
  margin: 15px 0 30px; }
  .cart__contacts .detail__params ul li {
    display: flex; }
    .cart__contacts .detail__params ul li .center {
      display: block; }
.cart__orderblock {
  display: none; }
  .cart__orderblock h2 {
    margin-bottom: 20px; }
.cart__orderval {
  margin-top: 20px; }
  .cart__orderval .cart__contacts-block {
    display: none; }
    .cart__orderval .cart__contacts-block.active {
      display: block; }
    .cart__orderval .cart__contacts-block .row {
      line-height: 1.7; }
  .cart__orderval .cart__contacts .row {
    line-height: 1.2; }
@media screen and (max-width: 767px) {
  .cart__step {
    margin-bottom: 20px; }
  .cart__order {
    margin-top: 30px; }
  .cart__table-th {
    display: none; }
  .cart__table-td {
    flex-direction: column; }
  .cart__table-right {
    flex-direction: row;
    margin-top: 10px; }
  .cart__table-amounttext {
    width: 165px;
    text-align: left; }
  .cart__table-amount {
    margin-right: 95px; }
  .cart__table-price {
    margin-right: auto; }
  .cart__table-del {
    position: relative;
    top: auto;
    right: auto;
    display: block; } }

.radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px; }
  .radio label input {
    display: none; }
    .radio label input:checked + span:before {
      content: ''; }
  .radio label span {
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    border-radius: 50%;
    position: relative; }
    .radio label span:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #4f6847; }

.lk__menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .lk__menu li {
    border-top: 1px solid #e3e9d9; }
    .lk__menu li:first-child {
      border-top: 0; }
      .lk__menu li:first-child a {
        padding-top: 0; }
    .lk__menu li.active a {
      color: #f88c80; }
    .lk__menu li a {
      display: flex;
      align-items: center;
      padding: 17px 0;
      font-size: 16px;
      color: #373b3d;
      line-height: 1.2;
      font-weight: 600; }
      .lk__menu li a:hover {
        color: #f88c80; }
.lk__body-block {
  line-height: 1.2;
  display: none; }
  .lk__body-block.active {
    display: block; }
  .lk__body-block-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px; }
.lk__body-row > div {
  margin-top: 20px; }
.lk__body-minblock {
  margin-top: 60px; }
  .lk__body-minblock:first-child {
    margin-top: -20px; }
  @media screen and (max-width: 767px) {
    .lk__body-minblock {
      margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .lk__menu {
    margin-bottom: 20px; } }

.lkorder__block {
  margin-top: 10px; }
  .lkorder__block:first-child {
    margin-top: 0; }
  .lkorder__block-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 60px 10px 25px;
    background: #f5f5f5;
    cursor: pointer; }
    .lkorder__block-title strong {
      margin-right: 10px; }
    .lkorder__block-title:after {
      content: '';
      position: absolute;
      top: 26px;
      right: 25px;
      width: 15px;
      height: 8px;
      background: url(../images/faq_arrow.png) 0 0 no-repeat; }
    .lkorder__block-title.active:after {
      transform: rotate(180deg); }
  .lkorder__block-body {
    padding: 20px 25px 35px;
    border: 1px solid #efefef;
    border-top: 0;
    display: none; }
  .lkorder__block-info {
    border-top: 1px solid #e0e7d6;
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .lkorder__block-info-link {
      font-weight: 600;
      font-size: 13px;
      border-bottom: 1px solid transparent; }
      .lkorder__block-info-link:hover {
        border-color: #f88c80; }
  .lkorder__block .detail__params {
    max-width: 230px;
    width: 100%; }
    .lkorder__block .detail__params ul {
      margin: 0; }
      .lkorder__block .detail__params ul li {
        display: flex; }
        .lkorder__block .detail__params ul li .center {
          display: block; }
@media screen and (max-width: 767px) {
  .lkorder__block-body {
    padding: 20px; }
  .lkorder__block-info {
    flex-direction: column-reverse; }
  .lkorder__block .detail__params {
    max-width: none;
    margin-bottom: 20px; } }

@media screen and (min-width: 1025px) {
  .mainwrapper .header {
    box-shadow: none; }
    .mainwrapper .header .blockin {
      max-width: 1700px;
      padding: 0 3%; }
  .mainwrapper .topmenu {
    max-width: 970px; }
  .mainwrapper .footer {
    padding-bottom: 60px; }
    .mainwrapper .footer .blockin {
      max-width: 1920px;
      padding: 0 3%; }
    .mainwrapper .footer__menu {
      max-width: 1000px; } }
.maincontent {
  padding: 50px 0 150px; }
  @media screen and (min-width: 1025px) {
    .maincontent .blockin {
      max-width: 1920px;
      padding: 0 3%; } }
  .maincontent__block {
    margin-top: 120px; }
    .maincontent__block:first-child {
      margin: 0; }
  .maincontent .detail__seeblock {
    margin: 0;
    padding: 0;
    border: 0; }
  @media screen and (max-width: 1024px) {
    .maincontent {
      padding: 40px 0 60px; }
      .maincontent__block {
        margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    .maincontent {
      padding: 20px 0 40px; }
      .maincontent__block {
        margin-top: 50px; } }

.aboutus__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
.aboutus .aboutpremium {
  padding: 0 0 30px; }
  .aboutus .aboutpremium > div {
    margin-top: 30px; }
.aboutus__wrap {
  min-height: 425px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5; }
  .aboutus__wrap-wrap {
    max-width: 670px;
    width: 100%; }
.aboutus__info {
  padding-left: 50px;
  position: relative; }
  .aboutus__info:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #f88c80; }
.aboutus__title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4f6847;
  max-width: 400px;
  margin: 15px 0 25px; }
.aboutus img {
  display: block;
  width: 100%; }
.aboutus .hidedesc {
  display: none; }
@media screen and (max-width: 991px) {
  .aboutus > div {
    margin-top: 30px; }
    .aboutus > div:first-child {
      margin: 0; }
  .aboutus__title {
    font-size: 20px;
    line-height: 1.2;
    margin: 5px 0 10px; }
  .aboutus .hidemob {
    display: none; }
  .aboutus .hidedesc {
    display: block; }
  .aboutus .aboutpremium > div:first-child {
    margin: 0; } }

.insta__link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 23px; }
  .insta__link span {
    margin-right: 10px;
    border-bottom: 1px solid transparent; }
  .insta__link:hover span {
    border-color: #f88c80; }
.insta .hidedesc {
  display: none;
  margin-top: -25px;
  position: relative;
  z-index: 2; }
  .insta .hidedesc span {
    margin: 0; }
  .insta .hidedesc img {
    display: none; }
.insta .productslider .owl-nav {
  position: relative;
  top: auto;
  left: auto;
  margin: 20px 0 0 auto; }
@media screen and (max-width: 767px) {
  .insta .hidemob {
    display: none; }
  .insta .hidedesc {
    display: inline-block;
    vertical-align: top; }
  .insta .productslider .owl-nav {
    margin-right: -80px; } }

.slider__wrap {
  position: relative; }
  .slider__wrap .blockin {
    max-width: 1920px;
    padding: 0 3%; }
.slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 200px);
  padding-bottom: 90px;
  line-height: 1.2; }
  .slider__item-wrap {
    max-width: 1380px;
    width: 100%;
    padding: 0 3%;
    position: relative;
    z-index: 1; }
.slider__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slider__img img {
    height: 100%;
    object-fit: cover;
    object-position: 60% 50%; }
.slider__title {
  font-size: 46px;
  color: #4f6847;
  font-weight: bold; }
.slider__text {
  line-height: 32px;
  margin: 20px 0 35px; }
.slider__link {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 23px; }
  .slider__link span {
    margin-right: 10px;
    border-bottom: 1px solid transparent; }
  .slider__link:hover span {
    border-color: #f88c80; }
  .slider__link img {
    width: auto !important; }
.slider__nav {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  max-width: 155px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .slider__nav div {
    cursor: pointer;
    width: 10px;
    height: 17px;
    background: url(../images/sliderarrow.png) 0 0 no-repeat; }
    .slider__nav div:last-child {
      transform: rotate(180deg); }
  .slider__nav-count {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px; }
    .slider__nav-count strong {
      color: #f88c80; }
  .slider__nav-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2; }
    .slider__nav-wrap .blockin {
      display: flex;
      align-items: center; }
    .slider__nav-wrap-left {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 300px; }
    .slider__nav-wrap-right {
      padding-left: 90px;
      min-height: 80px;
      display: flex;
      align-items: center;
      color: #fff;
      border-left: 1px solid rgba(255, 255, 255, 0.4); }
@media screen and (max-width: 767px) {
  .slider__wrap .blockin {
    padding: 0; }
  .slider__item {
    min-height: 260px;
    padding-bottom: 40px; }
  .slider__title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 17px; }
  .slider__img img {
    object-position: 50% 0; }
  .slider__text {
    display: none; }
  .slider__nav-wrap {
    border: 0;
    padding: 0 0 16px 15px; }
    .slider__nav-wrap-left {
      width: auto;
      padding: 0 30px; }
    .slider__nav-wrap-right {
      display: none; } }

/* FOOTER */
.footer {
  padding: 40px 0;
  background: #f5f5f5;
  line-height: 1.2; }
  .footer__logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__logo:before, .footer__logo:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #e1e1e1; }
    .footer__logo a {
      max-width: 190px;
      margin: 0 52px;
      width: 190px;
      min-width: 190px; }
      .footer__logo a img {
        display: block; }
  .footer .hide {
    display: none; }
  .footer__center {
    padding-top: 15px;
    font-size: 14px; }
    .footer__center-block {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20px;
      line-height: 30px; }
      .footer__center-block.right {
        text-align: right; }
      .footer__center-block .openmodal:hover {
        color: #373b3d; }
    .footer__center-phone {
      font-weight: 600;
      font-size: 16px;
      color: #373b3d; }
    .footer__center-mail {
      margin-top: 35px; }
      .footer__center-mail strong {
        font-size: 16px;
        font-weight: 600; }
      .footer__center-mail a {
        color: #373b3d;
        border-bottom: 1px dotted #f88c80; }
        .footer__center-mail a:hover {
          color: #f88c80; }
  .footer__menu {
    flex-grow: 2;
    margin: 0 30px;
    max-width: 680px; }
    .footer__menu > ul {
      padding: 0;
      margin: 27px 0 0;
      list-style: none; }
      .footer__menu > ul > li > a {
        font-weight: bold;
        color: #373b3d;
        text-transform: uppercase; }
        .footer__menu > ul > li > a:hover {
          color: #f88c80; }
      .footer__menu > ul > li ul {
        padding: 0;
        margin: 15px 0 0;
        list-style: none; }
        .footer__menu > ul > li ul li {
          margin-top: 12px; }
          .footer__menu > ul > li ul li:first-child {
            margin: 0; }
          .footer__menu > ul > li ul li a {
            color: #373b3d; }
            .footer__menu > ul > li ul li a:hover {
              color: #f88c80; }
  .footer__soc {
    font-size: 0;
    line-height: 0;
    display: flex; }
    .footer__soc a {
      margin-left: 11px; }
      .footer__soc a:first-child {
        margin: 0; }
      .footer__soc a img {
        display: block; }
        .footer__soc a img + img {
          display: none; }
      .footer__soc a:hover img {
        display: none; }
        .footer__soc a:hover img + img {
          display: block; }
  .footer__bottom {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    font-size: 13px;
    color: #757e82;
    margin-top: 40px; }
  .footer__link {
    margin-top: 25px;
    color: #757e82; }
    .footer__link:hover {
      color: #f88c80; }
  .footer__insite {
    margin-top: 25px; }
    .footer__insite a {
      color: #4f6847;
      font-weight: bold;
      text-transform: uppercase; }
      .footer__insite a:hover {
        color: #f88c80; }
  @media screen and (max-width: 930px) {
    .footer {
      text-align: center;
      padding: 30px 0; }
      .footer__logo a {
        max-width: 140px;
        min-width: 140px;
        width: 140px;
        margin: 0 15px; }
      .footer .hide {
        display: block;
        font-size: 14px;
        margin-bottom: 25px; }
      .footer__soc {
        margin-top: 15px;
        justify-content: center; }
      .footer__center {
        flex-direction: column-reverse;
        padding: 10px 0 0; }
        .footer__center-mail {
          margin-top: 15px; }
        .footer__center-block {
          margin-top: 15px; }
          .footer__center-block.right {
            text-align: center; }
      .footer__copyright {
        display: none; }
      .footer__menu {
        display: none; }
      .footer__bottom {
        padding-top: 30px;
        display: block; } }

/* FOOTER */
/* POPUP */
.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 630px;
    width: 100%;
    padding: 30px 30px 50px;
    background: #ffffff;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25); }
  .popup_wrap .closebut {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 13px;
    height: 13px;
    background: url(../images/closebut.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 2; }
  .popup_wrap .p_title {
    font-size: 46px;
    color: #4f6847;
    font-weight: bold;
    padding-left: 65px;
    line-height: 1;
    position: relative; }
    .popup_wrap .p_title:before {
      content: '';
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 35px;
      height: 2px;
      background: #f88c80; }
  .popup_wrap .form_group select {
    display: none; }
  .popup_wrap .custom-select {
    margin: 0; }
    .popup_wrap .custom-select:before {
      display: none; }
    .popup_wrap .custom-select .select-selected {
      display: block;
      width: 100%;
      appearance: none;
      padding: 0 40px 0 20px;
      border: 1px solid #e7e7e7;
      background: url(../images/selectb.png) 100% 50% no-repeat;
      line-height: 50px; }
    .popup_wrap .custom-select .select-items {
      right: 0; }
      .popup_wrap .custom-select .select-items div {
        line-height: 21px; }
  .popup_wrap .row > div {
    margin-top: 25px; }
  .popup_wrap form + .success {
    display: none; }
  .popup_wrap .success {
    font-size: 16px;
    text-align: center; }
    .popup_wrap .success .p_title {
      margin-bottom: 15px;
      text-align: left; }
  .popup_wrap:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .popup_wrap .wrap {
      padding: 15px; }
    .popup_wrap .p_title {
      font-size: 29px;
      padding-right: 25px;
      padding-left: 0; }
      .popup_wrap .p_title:before {
        display: none; } }

.popup_wrap.citypopup .wrap {
  background: #fff;
  max-width: 375px;
  padding: 30px; }
.popup_wrap.citypopup .block {
  margin-top: 35px; }
  .popup_wrap.citypopup .block:first-child {
    margin-top: 0; }
.popup_wrap.citypopup .title {
  margin-bottom: 15px;
  padding-left: 0;
  color: #f88c80;
  font-weight: bold; }
.popup_wrap.citypopup input {
  display: block;
  line-height: 53px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  width: 100%; }
.popup_wrap.citypopup ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .popup_wrap.citypopup ul li {
    margin-top: 15px; }
    .popup_wrap.citypopup ul li:first-child {
      margin-top: 0; }
    .popup_wrap.citypopup ul li a {
      font-size: 16px;
      color: #838383;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .popup_wrap.citypopup ul li a:hover {
        border-color: #838383; }
.popup_wrap.citypopup .scroll {
  position: relative; }
  .popup_wrap.citypopup .scroll .baron__scroller {
    height: 270px;
    overflow-y: auto; }
    .popup_wrap.citypopup .scroll .baron__scroller::-webkit-scrollbar {
      width: 5px; }
    .popup_wrap.citypopup .scroll .baron__scroller::-webkit-scrollbar-track {
      background: #e6e6e6; }
    .popup_wrap.citypopup .scroll .baron__scroller::-webkit-scrollbar-thumb {
      background: #f88c80; }
@media screen and (max-width: 767px) {
  .popup_wrap.citypopup .wrapp_in {
    padding-top: 0; } }

.popup_wrap.loginpopup {
  padding-top: 20px; }
  .popup_wrap.loginpopup .wrap {
    max-width: 330px;
    padding-bottom: 30px; }
  .popup_wrap.loginpopup .login_title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 25px 0;
    list-style: none; }
    .popup_wrap.loginpopup .login_title ul li.active a {
      border-color: transparent;
      color: #f88c80; }
    .popup_wrap.loginpopup .login_title ul li a {
      text-transform: uppercase;
      font-size: 14px;
      color: #373b3d;
      font-weight: 600;
      border-bottom: 1px dotted #f88c80; }
    .popup_wrap.loginpopup .login_title ul li > span {
      width: 1px;
      display: block;
      height: 18px;
      background: #e7e7e7; }
  .popup_wrap.loginpopup .form_group {
    margin-top: 20px;
    display: block; }
    .popup_wrap.loginpopup .form_group:first-child {
      margin: 0; }
  .popup_wrap.loginpopup .butwap {
    margin-top: 20px; }
  .popup_wrap.loginpopup .link {
    margin-top: 10px; }
    .popup_wrap.loginpopup .link a {
      border-bottom: 1px solid transparent; }
      .popup_wrap.loginpopup .link a:hover {
        border-color: #f88c80; }
  .popup_wrap.loginpopup .login_body .l_block {
    display: none; }
    .popup_wrap.loginpopup .login_body .l_block.active {
      display: block; }

.oferta {
  position: relative;
  padding-left: 33px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  min-height: 20px;
  font-size: 12px;
  color: #888888; }
  .oferta label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .oferta label input {
      display: none; }
      .oferta label input:checked + span {
        background: #fff url(../images/check.png) 50% 50% no-repeat; }
    .oferta label span {
      width: 20px;
      height: 20px;
      border: 1px solid #e4e4e4;
      display: block;
      background: #fff; }
  .oferta a {
    border-bottom: 1px solid transparent; }
    .oferta a:hover {
      border-color: #f88c80; }

/* POPUP */
/* GOTOP */
#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat; }

/* GOTOP */
.changeblock {
  position: relative;
  margin-top: 20px; }
  .changeblock__title {
    width: 100%; }
  .changeblock .flex input {
    cursor: pointer; }
  .changeblock:not(.addfilter) .form_group-close {
    display: none; }
  .changeblock__body {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    border: 1px solid #efefef;
    border-top: 0;
    padding: 15px; }
    .changeblock__body:not(.open) {
      display: none; }
  .changeblock__list {
    height: 150px;
    overflow-y: auto;
    margin-bottom: 10px; }
    .changeblock__list::-webkit-scrollbar {
      width: 5px; }
    .changeblock__list::-webkit-scrollbar-track {
      background: #e6e6e6; }
    .changeblock__list::-webkit-scrollbar-thumb {
      background: #f88c80; }

.cartslider__block {
  display: none; }
  .cartslider__block.active {
    display: block; }
    
    
.buy1click .sitebutton {
    min-width: 200px;
}




.slider-main-page .slider__nav-count,
.slider-main-page .slider__nav-wrap-right { color: #373b3d; border: 0px; }
.slider-main-page .slider__nav-wrap { border: 0px; }
.slider-main-page .slider__nav div { background: url(../images/sliderarrow_black.png) 0 0 no-repeat; }
.slider-about-page { position: relative; }
.slider-about-page .content__slider-nav { z-index: 1; }


.detail__top-block .form_group .custom-select-n {
  margin: 0; }
  .detail__top-block .form_group .custom-select-n:before {
    display: none; }
  .detail__top-block .form_group .custom-select-n .select-selected {
    display: block;
    width: 100%;
    appearance: none;
    padding: 0 40px 0 20px;
    border: 1px solid #e7e7e7;
    background: url(../images/selectb.png) 100% 50% no-repeat;
    line-height: 50px; }
  .detail__top-block .form_group .custom-select-n .select-items {
    right: 0; }
    .detail__top-block .form_group .custom-select-n .select-items div {
      line-height: 21px; }


      .custom-select-n {
        position: relative;
        margin-left: 10px;
        cursor: pointer;
        font-weight: normal; }
        .custom-select-n:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 16px;
          border-bottom: 1px dotted #f88c80; }
        .custom-select-n select {
          display: none; }
        .custom-select-n .select-selected {
          font-weight: normal;
          display: inline-block;
          padding: 0 16px 0 0;
          background: url(../images/select.png) 100% 50% no-repeat; }
        .custom-select-n .select-items {
          position: absolute;
          top: calc(100% + 5px);
          left: 0;
          white-space: nowrap;
          z-index: 2;
          background: #fff;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          border: 1px solid #efefef; }
          .custom-select-n .select-items.select-hide {
            display: none; }
          .custom-select-n .select-items div {
            cursor: pointer;
            padding: 7px;
            font-weight: normal; }
            .custom-select-n .select-items div:first-child {
              border: 0; }
            .custom-select-n .select-items div:hover {
              background: #f88c80;
              color: #fff; }        



@media (max-width: 991px) {
    .folder__block-img {
        height: 100%;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }
    .folder__block-img img { height: 100%; }
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.radio-tile-group .input-container {
  position: relative;
  margin: 1rem 1rem 1rem 0;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile-edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 12px;
  border-radius: 5px;
  padding: 0.2rem;
  transition: transform 300ms ease;
  height: 30px;
  border: 1px solid #bbb;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile-edit {
  border: 3px solid #4f6847;
  color: #797979;
  transform: scale(1.05, 1.05);
}


.reg_form .form_group {
  margin-top: 20px;
  display: block;
}

.reg_form .link {
  margin-top: 10px;
}

.reg_form .butwap {
  margin-top: 20px;
}


/*# sourceMappingURL=styles.css.map */