/**
* @section fonts
*/
/* Qanelas */
@font-face {
  font-family: "Qanelas";
  src: local("Qanelas-Regular.otf"), url("../fonts/Qanelas-Regular.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Qanelas";
  src: local("Qanelas-SemiBold.otf"), url("../fonts/Qanelas-SemiBold.otf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Qanelas";
  src: local("Qanelas-Bold.otf"), url("../fonts/Qanelas-Bold.otf");
  font-weight: 700;
  font-style: normal; }
/* Qanelas */
@font-face {
  font-family: "Nautilus";
  src: local("Nautilus.otf"), url("../fonts/Nautilus.otf"); }
/**
* @section common
*/
* {
  outline: none;
  box-sizing: border-box; }

body {
  font-family: "Qanelas", Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #52484b;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

.section {
  width: 100%;
  padding: 0px 15px; }

.section-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 50px 0px; }

h1 {
  font-size: 42px;
  color: #50aa07;
  text-transform: uppercase;
  margin: 40px 0px 5px 0px;
  text-align: center; }

h2 {
  color: #ffffff;
  font-size: 60px;
  font-family: "Nautilus", Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px; }

h3,
.section-title {
  font-size: 40px;
  color: #52484b;
  font-family: "Nautilus", Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  font-weight: normal; }

._lined {
  position: relative;
  padding-bottom: 13px; }
  ._lined:after {
    content: '';
    display: block;
    width: 85px;
    height: 4px;
    background-color: #ffd71f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -42.5px; }

a {
  color: #50aa07; }

ul li {
  list-style-type: disc; }

.button, input[type="submit"].button, button.button {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: "Nautilus", Arial, sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid rgba(135, 6, 10, 0.5);
  -webkit-box-shadow: inset 0px 0px 1px 0px #e46767;
  -moz-box-shadow: inset 0px 0px 1px 0px #e46767;
  box-shadow: inset 0px 0px 1px 0px #e46767;
  background: #fd0008;
  background: -moz-linear-gradient(top, #fd0008 0%, #a80006 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fd0008), color-stop(100%, #a80006));
  background: -webkit-linear-gradient(top, #fd0008 0%, #a80006 100%);
  background: -o-linear-gradient(top, #fd0008 0%, #a80006 100%);
  background: -ms-linear-gradient(top, #fd0008 0%, #a80006 100%);
  background: linear-gradient(to bottom, #fd0008 0%, #a80006 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0008', endColorstr='#a80006', GradientType=0 );
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .button:hover, .button.active, input[type="submit"].button:hover, input[type="submit"].button.active, button.button:hover, button.button.active {
    background: #a80006;
    background: -moz-linear-gradient(top, #a80006 0%, #fd0008 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a80006), color-stop(100%, #fd0008));
    background: -webkit-linear-gradient(top, #a80006 0%, #fd0008 100%);
    background: -o-linear-gradient(top, #a80006 0%, #fd0008 100%);
    background: -ms-linear-gradient(top, #a80006 0%, #fd0008 100%);
    background: linear-gradient(to bottom, #a80006 0%, #fd0008 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80006', endColorstr='#fd0008', GradientType=0 ); }

button:hover {
  cursor: pointer; }

a.button {
  text-decoration: none; }
  a.button:hover, a.button:focus, a.button:active {
    text-decoration: none; }

.clear {
  clear: both; }

input[type="text"], textarea, select,
input[type="email"], input[type="password"],
input[type="search"], input[type="number"] {
  border: 1px solid #868686;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: #231f20;
  padding: 13px 20px;
  font-family: "Qanelas", Arial, sans-serif; }

/**
* @section custom fancybox styles
*/
.fancybox-hidden {
  display: none; }

button.fancybox-close-small:hover {
  background: transparent; }

button.fancybox-close-small:before {
  display: none; }

.fancybox-button:before {
  z-index: 1;
  border-radius: 0;
  filter: none;
  transform-style: initial;
  transition: none; }

.fancybox-button:hover::before {
  bottom: auto;
  filter: none; }

.fancybox-container {
  font-family: "Qanelas", Arial, sans-serif; }

/**
* @section section-1
*/
.section-1 {
  background-image: url(../images/header-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative; }
  .section-1:before {
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f4fbfe 49%, #b4e5f8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(49%, #f4fbfe), color-stop(100%, #b4e5f8));
    background: -webkit-linear-gradient(top, white 0%, #f4fbfe 49%, #b4e5f8 100%);
    background: -o-linear-gradient(top, white 0%, #f4fbfe 49%, #b4e5f8 100%);
    background: -ms-linear-gradient(top, white 0%, #f4fbfe 49%, #b4e5f8 100%);
    background: linear-gradient(to bottom, white 0%, #f4fbfe 49%, #b4e5f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b4e5f8', GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .section-1 .s1__image-after,
  .section-1 .s1__image-before {
    content: '';
    display: block;
    width: calc(50% - 184px);
    height: 14px;
    background: url(../images/header-shadow.png) 0 0 repeat-x;
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: 2; }
  .section-1 .s1__image-after {
    left: auto;
    right: 0; }
  .section-1 .s1__image {
    position: absolute;
    width: 368px;
    height: 70px;
    background: url(../images/header-triangle.png) 0 0 no-repeat;
    bottom: -69px;
    left: 50%;
    margin-left: -184px;
    z-index: 3; }
  .section-1 .section-inner {
    padding-top: 132px;
    padding-bottom: 65px; }

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px; }

.logo-wrapper {
  color: #52484b;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.logo {
  display: block;
  margin-right: 16px;
  margin-left: 30px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 90px;
  position: relative;
  top: -15px; }

.logo__text b {
  display: block;
  color: #d30f0c;
  font-family: "Nautilus", Arial, sans-serif;
  font-size: 31.65px;
  line-height: 32px; }
.logo__text span {
  display: block;
  font-size: 18.99px;
  max-width: 250px;
  line-height: 1;
  margin-top: 4px; }

.time-wrapper,
.phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 18px; }
  .time-wrapper img,
  .phone-wrapper img {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px; }
  .time-wrapper span,
  .phone-wrapper span {
    text-align: right; }
    .time-wrapper span i,
    .phone-wrapper span i {
      font-style: normal;
      font-size: 16px; }

.callback-wrapper .button {
  font-size: 18px;
  padding: 8px 20px; }

.menu-wrapper {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 94, 4, 0.5);
  -webkit-box-shadow: inset 0px 0px 1px 0px #8bea71;
  -moz-box-shadow: inset 0px 0px 1px 0px #8bea71;
  box-shadow: inset 0px 0px 1px 0px #8bea71;
  background: #3dce1c;
  background: -moz-linear-gradient(top, #3dce1c 0%, #0d8102 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3dce1c), color-stop(100%, #0d8102));
  background: -webkit-linear-gradient(top, #3dce1c 0%, #0d8102 100%);
  background: -o-linear-gradient(top, #3dce1c 0%, #0d8102 100%);
  background: -ms-linear-gradient(top, #3dce1c 0%, #0d8102 100%);
  background: linear-gradient(to bottom, #3dce1c 0%, #0d8102 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dce1c', endColorstr='#0d8102', GradientType=0 ); }

.main-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .main-menu li {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    list-style: none; }
    .main-menu li a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      padding: 14px 10px;
      font-size: 18px;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .main-menu li a:hover,
      .main-menu li a .active {
        background-color: #0d8202; }
    .main-menu li:first-child a {
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px; }
    .main-menu li:last-child a {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }

.red {
  color: #d30f0c; }

.s1__subtitle {
  text-align: center;
  font-size: 30px; }
  .s1__subtitle img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 18px 0 0; }
  .s1__subtitle span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px; }

.s1__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 30px;
  margin-top: 38px; }

.s1__column-video {
  position: relative;
  width: 58%; }
  .s1__column-video:before {
    content: '';
    display: block;
    width: 139px;
    height: 204px;
    background: url(../images/medal-1.png) 0 0 no-repeat;
    position: absolute;
	z-index: 10;
    top: -19px;
    left: -22px; }

.s1__column-form {
  width: 42%;
  padding: 0px 32px; }
  
.s1__column-video-link{
	display: block;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 350px;
}

.s1__column-video-link svg{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
	opacity: 0.9;
}

.s1__column-video-link svg path{
	fill: #313131;
}

.s1__column-video-link:hover svg path{
	fill: #f61c0d;
}

.s1__column-video-link:hover svg{
	opacity: 1;
}

.s1__column-video-link:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.iframe-wrapper iframe {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

.s1-form {
  background-color: #ffffff;
  border: 2px solid #50aa07;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 30px 30px 35px 30px; }
  .s1-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px; }
  .s1-form .button {
    width: 100%;
    margin-top: 5px; }

.s1-form__title {
  color: #50aa07;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 31px; }

/**
* @section section-2
*/
.section-2 {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/section2-bg.jpg);
  color: #ffffff; }
  .section-2 .section-inner {
    padding-top: 55px;
    padding-bottom: 10px; }

.s2__subtitle {
  text-align: center;
  font-size: 30px; }

.s2__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px; }

.s2__grid-item {
  width: 180px;
  margin: 0 22px 50px 22px;
  text-align: center;
  font-size: 18px; }

.s2__grid-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 130px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 18px; }

.s2__grid-text {
  line-height: 1.1; }

/**
* @section section-3
*/
.section-3 {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #f8f8f8 35%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f3f3f3), color-stop(35%, #f8f8f8), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #f8f8f8 35%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #f8f8f8 35%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #f8f8f8 35%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #f8f8f8 35%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0 ); }
  .section-3 .section-inner {
    padding-top: 55px;
    padding-bottom: 3px; }

.s3__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 53px; }

.s3__grid-item {
  width: 165px;
  margin: 0 12.5px 40px 12.5px;
  text-align: center;
  padding-top: 65px; }
  .s3__grid-item:nth-child(1) .s3__grid-number:before {
    content: '';
    display: block;
    width: 148px;
    height: 126px;
    background: url(../images/v-1.png) 0 0 no-repeat;
    position: absolute;
    top: -32px;
    left: 5px;
    z-index: 1; }
  .s3__grid-item:nth-child(2) .s3__grid-number:before {
    content: '';
    display: block;
    width: 107px;
    height: 155px;
    background: url(../images/v-2.png) 0 0 no-repeat;
    position: absolute;
    top: -57px;
    left: 35px;
    z-index: 1; }
  .s3__grid-item:nth-child(3) .s3__grid-number:before {
    content: '';
    display: block;
    width: 155px;
    height: 150px;
    background: url(../images/v-3.png) 0 0 no-repeat;
    position: absolute;
    top: -60px;
    left: -5px;
    z-index: 1; }
  .s3__grid-item:nth-child(4) .s3__grid-number:before {
    content: '';
    display: block;
    width: 123px;
    height: 159px;
    background: url(../images/v-4.png) 0 0 no-repeat;
    position: absolute;
    top: -67px;
    left: 17px;
    z-index: 1; }
  .s3__grid-item:nth-child(5) .s3__grid-number:before {
    content: '';
    display: block;
    width: 106px;
    height: 164px;
    background: url(../images/v-5.png) 0 0 no-repeat;
    position: absolute;
    top: -67px;
    left: 30px;
    z-index: 1; }
  .s3__grid-item:nth-child(6) .s3__grid-number:before {
    content: '';
    display: block;
    width: 128px;
    height: 139px;
    background: url(../images/v-6.png) 0 0 no-repeat;
    position: absolute;
    top: -50px;
    left: 17px;
    z-index: 1; }

.s3__grid-number {
  position: relative;
  color: #ffffff;
  font-family: "Nautilus", Arial, sans-serif;
  font-size: 77px;
  line-height: 77px;
  margin-bottom: 35px; }
  .s3__grid-number span {
    position: relative;
    z-index: 2; }
  .s3__grid-number i {
    font-size: 36px;
    line-height: 36px;
    font-style: normal;
    position: relative;
    z-index: 2; }

/**
* @section section-4
*/
.section-4 {
  background: #f3f3f3 url(../images/section4-bg.jpg) center center no-repeat;
  position: relative;
  z-index: 6; }
  .section-4 .section-inner {
    padding-top: 60px;
    padding-bottom: 20px; }

.s4-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px; }

.s4-grid__item {
  width: calc(25% - 23px);
  margin-right: 30px;
  margin-bottom: 50px;
  text-align: center; }
  .s4-grid__item:nth-child(4n) {
    margin-right: 0; }
  .s4-grid__item._garant {
    position: relative; }
    .s4-grid__item._garant:before {
      content: '';
      width: 93px;
      height: 156px;
      background: url(../images/medal-2.png) 0 0 no-repeat;
      position: absolute;
      top: -12px;
      right: -15px; }

.s4-grid__image {
  width: 100%;
  height: 184px;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #c5c5c5; }

.s4-grid__title {
  color: #50aa07;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px; }

/**
* @section section-5
*/
.section-5 {
  background-image: url(../images/section5-bg.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 5; }
  .section-5 .section-inner {
    position: relative;
    padding-top: 55px;
    padding-bottom: 45px; }

.s5__image {
  display: block;
  margin: 185px auto 40px auto; }

.s5__image-wrapper {
  position: relative; }

.s5__image-caption {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -105px; }

.s5__list {
  display: none; }

/**
* @section section-6
*/
.section-6 {
  background: #f3f3f3 url(../images/section6-bg.jpg) center bottom no-repeat; }
  .section-6 .section-inner {
    padding-top: 65px;
    padding-bottom: 185px; }

.s6__subtitle {
  text-align: center;
  font-size: 30px;
  margin-top: 20px; }

.s6__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 48px; }

.s6__column-video {
  width: 650px;
  margin-right: 45px; }

.s6__column-list {
  width: 270px; }

.s6__list-item {
  position: relative;
  font-size: 24px;
  padding-left: 85px;
  margin-top: 10px;
  margin-bottom: 30px; }
  .s6__list-item:before {
    content: '';
    display: block;
    width: 56px;
    height: 55px;
    background: url(../images/icon-check.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    left: 0; }
.video-box{
	display: block;
	position: relative;
}
.video-box img{
	display: block;
	max-height: 361px;
	border-radius: 15px;
}
.video-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../images/icon-play.png);
}
.video-box_loaded:after{
	display: none;
}
/**
* @section section-7
*/
.section-7 .section-inner {
  padding-top: 40px;
  margin-top: 20px;
  padding-bottom: 135px; }

.s7__subtitle {
  text-align: center;
  font-size: 30px;
  margin-top: 20px; }

.s7__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }

.s7__column-gallery {
  flex: 0 0 462px;
  max-width: 462px;
  margin-right: 30px; }

.s7__column-info {
  flex: 1 1 auto; 
}

.gallery__main-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 362px;
  border: 1px solid #1a970a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }

.gallery__thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px; }

.gallery__thumb {
  border: 1px solid #1a970a;
  background-size: cover;
  background-position: center center;
  width: 31%;
  height: 108px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .gallery__thumb:hover {
    cursor: pointer;
    border-color: #ffd71f; }

.s7__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.s7__label {
  font-size: 30px;
  font-family: "Nautilus", Arial, sans-serif;
  margin-right: 22px; }

.s7__label_small{
	font-size: 22px;
}

.size-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .size-list li {
    list-style: none;
    text-align: center;
    width: 58px;
    height: 56px;
    line-height: 56px;
    flex-shrink: 0;
    font-size: 30px;
    margin-right: 8px;
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .size-list li:hover, .size-list li.active {
      background-color: #ffd71f;
      cursor: pointer; }
    .size-list li:last-child {
      margin-right: 0; }





.size-list2 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .size-list2 li {
    list-style: none;
    text-align: center;
    width: 58px;
    height: 56px;
    line-height: 56px;
    flex-shrink: 0;
    font-size: 30px;
    margin-right: 8px;
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .size-list2 li:hover, .size-list2 li.active {
      background-color: #ffd71f;
      cursor: pointer; }
    .size-list2 li:last-child {
      margin-right: 0; }











.s7__box {
  margin-top: 30px; }

.poly-list {
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%; }
  .poly-list li {
    list-style: none;
    display: block;
    width: 100%;
    padding: 14px 23px;
    font-size: 24px;
    margin-bottom: 11px;
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .poly-list li:hover, .poly-list li.active {
      background-color: #ffd71f;
      cursor: pointer; }
    .poly-list li:last-child {
      margin-bottom: 0; }



.poly-list2 {
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%; }
  .poly-list2 li {
    list-style: none;
    display: block;
    width: 100%;
    padding: 14px 23px;
    font-size: 24px;
    margin-bottom: 11px;
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .poly-list2 li:hover, .poly-list2 li.active {
      background-color: #ffd71f;
      cursor: pointer; }
    .poly-list2 li:last-child {
      margin-bottom: 0; }





.s7__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px; }
  .s7__footer .button {
    width: 277px; }

.s7__price-wrapper {
  font-size: 48px;
  font-family: "Nautilus", Arial, sans-serif; }

.s7__price,.s7__price2,
.s7__price-suffix {
  color: #d30f0c; }

.s7__additional-block {
  margin-top: 40px; }

.s7__additional-list {
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.s7__additional-item {
  width: calc(25% - 23px);
  margin-right: 30px;
  background-color: #f3f3f3;
  position: relative;
  padding-bottom: 76px;
  padding-top: 26px;
  margin-bottom: 30px; }
  .s7__additional-item:nth-child(4n) {
    margin-right: 0; }


.s7__additional-item2 {
  width: calc(25% - 23px);
  margin-right: 30px;
  background-color: #f3f3f3;
  position: relative;
  padding-bottom: 76px;
  padding-top: 26px;
  margin-bottom: 30px; }
  .s7__additional-item2:nth-child(4n) {
    margin-right: 0; }


.s7__additional-image {
  background-size: cover;
  background-position: center center;
  margin-right: 22px;
  margin-left: 22px;
  width: calc(100% - 44px);
  height: 195px;
  border: 1px solid #bbbaba;
  margin-bottom: 23px; }

.s7__additional-title {
  text-align: center;
  color: #50aa07;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 24px;
  margin-bottom: 8px; }

.s7__additional-desc {
  padding: 15px 15px;
  font-size: 14px;
  background-color: #e5e3e3;
  text-align: center;
  min-height: 100px; }

.s7__additional-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 15px; }
  .s7__additional-footer .button {
    font-size: 20px;
    padding: 6px 17px; }

.s7__additional-price {
  color: #d30f0c;
  font-family: "Nautilus", Arial, sans-serif;
  font-size: 25px; }

.s7__additional-item.active {
  background-color: #ffd71f; }
  .s7__additional-item.active .s7__additional-desc {
    background-color: #ffb504; }
  .s7__additional-item.active .s7__additional-title {
    color: #52484b; }


.s7__additional-item2.active {
  background-color: #ffd71f; }
  .s7__additional-item2.active .s7__additional-desc {
    background-color: #ffb504; }
  .s7__additional-item2.active .s7__additional-title {
    color: #52484b; }
    
.s7__complect-list {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.s7__complect-item,.s7__complect-item2,.s7__complect-itemN  {
  width: calc(50% - 10px);
  margin-right: 30px;
  background-color: #f3f3f3;
  position: relative;
  padding-top: 26px;
  margin-bottom: 30px; }
  .s7__complect-itemN  {padding-top: 6px;}
  .s7__complect-item:nth-child(2n),   .s7__complect-item2:nth-child(2n), .s7__complect-itemN:nth-child(2n) {
    margin-right: 0; }
	
.s7__complect-itemN:nth-child(1) {border-right: 1px solid #ddd;}


.s7__complect-item2 {
  width: calc(50% - 23px);
  margin-right: 30px;
  background-color: #f3f3f3;
  position: relative;
  padding-top: 26px;
  margin-bottom: 30px; }
  .s7__complect-item2:nth-child(2n) {
    margin-right: 0; }

.s7__complect-title {
  text-align: left;
  color: #50aa07;
  padding-right: 5px;
  padding-left: 22px;
  font-size: 24px;
  margin-bottom: 25px; }
  
  .s7__complect-images{
    margin-bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
  }
  
.s7__complect-image {
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
  margin-left: 22px;
  width: calc(60% - 27px);
  height: 195px;
  border: 1px solid #bbbaba; }

.s7__complect-shema {
  background-size: cover;
  background-position: center center;
  margin-right: 22px;
  margin-left: 5px;
  width: calc(40% - 27px);
  height: 195px;
  border: 1px solid #bbbaba; }

.s7__complect-shema a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.s7__complect-shema a:after{
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  content: "+";
  line-height: 250%;
  color: #fff;
  font-size: 80px;
  text-align: center;
  display: none;
}
.s7__complect-shema:hover a:after{
  display: block;
}
  
.s7__complect-info{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;   
  }    

.s7__complect-desc { 
  padding-left: 22px;
  font-size: 14px;
  min-height: 76px;
  color: #52484b;
  width: 55%;
  }

.s7__complect-footer {
  width: 45%;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-right: 22px;
  }
  .s7__complect-footer .button {
    font-size: 20px;
    padding: 6px 17px; }

.s7__complect-price {
  color: #d30f0c;
  font-family: "Nautilus", Arial, sans-serif;
  font-size: 25px; }

.s7__complect-item.active {
  background-color: #ffd71f; }
  .s7__complect-item.active .s7__complect-desc {
    }
  .s7__complect-item.active .s7__complect-title {
    color: #52484b; }
    
.s7__complect-item2.active {
  background-color: #ffd71f; }
  .s7__complect-item2.active .s7__complect-desc {
    }
  .s7__complect-item2.active .s7__complect-title {
    color: #52484b; }
    
.s7__content {
  padding-top: 20px; }

.s7__list {
  padding-left: 20px;
  margin-top: 30px; }
  .s7__list li {
    margin-bottom: 18px; }

/**
* @section section-8
*/
.section-8 {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/section8-bg.jpg);
  color: #ffffff;
  position: relative;
  z-index: 6; }
  .section-8 .section-inner {
    padding-top: 60px;
    padding-bottom: 58px; }
  .section-8 .section-title {
    color: #ffffff; }

.gallery-slider-wrapper {
  position: relative; }
  .gallery-slider-wrapper .swiper-container {
    max-width: 1108px;
    width: 100%;
    margin: 45px auto; }
    .gallery-slider-wrapper .swiper-container .swiper-slide {
      display: block;
      height: 215px;
      width: 262px; }
      .gallery-slider-wrapper .swiper-container .swiper-slide .swiper-slide__inner {
        background-size: cover;
        background-position: center center;
        position: relative;
        width: 100%;
        height: 100%; }
        .gallery-slider-wrapper .swiper-container .swiper-slide .swiper-slide__inner:after {
          content: '';
          width: 90px;
          height: 90px;
          background: url(../images/icon-search.png) 0 0 no-repeat;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -45px;
          margin-left: -45px;
          opacity: 0;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      .gallery-slider-wrapper .swiper-container .swiper-slide:hover .swiper-slide__inner:after {
        opacity: 1; }
  .gallery-slider-wrapper .swiper-pagination {
    width: 100%;
    bottom: -43px; }
    .gallery-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      background: #ffffff;
      width: 12px;
      height: 12px;
      margin: 0px 4px; }
    .gallery-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
      background: #ffd71f; }

/**
* @section section-9
*/
.section-9 {
  padding-top: 50px;
  background: #a5e1f8;
  background: -moz-linear-gradient(top, #a5e1f8 0%, #e6f8fe 31%, #ffffff 71%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5e1f8), color-stop(31%, #e6f8fe), color-stop(71%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #a5e1f8 0%, #e6f8fe 31%, #ffffff 71%, #ffffff 100%);
  background: -o-linear-gradient(top, #a5e1f8 0%, #e6f8fe 31%, #ffffff 71%, #ffffff 100%);
  background: -ms-linear-gradient(top, #a5e1f8 0%, #e6f8fe 31%, #ffffff 71%, #ffffff 100%);
  background: linear-gradient(to bottom, #a5e1f8 0%, #e6f8fe 31%, #ffffff 71%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5e1f8', endColorstr='#ffffff', GradientType=0 );
  -webkit-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 5;
  overflow-y: hidden; }
  .section-9 .section-inner {
    max-width: 918px;
    background-color: #f1f1f1;
    padding: 50px 36px 30px 45px;
    position: relative; }
    .section-9 .section-inner:before {
      content: '';
      display: block;
      width: 366px;
      height: 525px;
      background: url(../images/men.png) 0 0 no-repeat;
      position: absolute;
      bottom: 0;
      left: -230px;
      z-index: 10; }
    .section-9 .section-inner:after {
      content: '';
      display: block;
      width: 148px;
      height: 100%;
      background: url(../images/veg-border.png) 0 0 no-repeat;
      background-size: contain;
      bottom: 0;
      right: -148px;
      position: absolute; }

.s9__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 65px; }

.s9__column-info {
  width: 53%; }

.s9__column-form {
  width: 46%; }

.red {
  color: #d30f0c; }

.s9__label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px; }

.s9__column-list {
  margin-top: 20px; }
  .s9__column-list .s6__list-item {
    line-height: 1.1;
    padding-left: 60px; }
    .s9__column-list .s6__list-item:before {
      width: 44px;
      height: 42px;
      background-size: contain;
      margin-top: -22.5px; }

/**
* @section section-10
*/
.section-10 {
  background: #f3f3f3 url(../images/section10-bg.jpg) center top no-repeat; }
  .section-10 .section-inner {
    max-width: 875px;
    padding-bottom: 85px; }

.s10__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 28px;
  padding: 38px 30px 50px 38px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden; }

.s10__image {
  display: block;
  margin: 0px auto 15px auto;
  border: 2px solid #e1e1e1;
  position: relative;
  z-index: 2; }

.s10__text {
  position: relative;
  z-index: 2; }

.s10__number {
  font-size: 333px;
  line-height: 260px;
  color: #ffd71f;
  opacity: 0.1;
  position: absolute;
  display: block;
  width: 100%;
  z-index: 1;
  text-align: center;
  bottom: 5px;
  left: 0; }

.s10__label {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30.58px;
  margin-bottom: 22px; }

.s10__main-image {
  border: 2px solid #50aa07;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.s10__icon {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -33.5px;
  margin-top: -23px; }

.s10__column {
  width: 45%;
  text-align: center; }
  .s10__column._green .s10__image {
    border-color: #50aa07; }
  .s10__column._green .s10__label {
    color: #50aa07; }

.s10__row-header {
  background: transparent;
  padding: 0;
  margin-bottom: 38px;
  margin-top: 70px; }

/**
* @section section-11
*/
.section-11 {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/section11-bg.jpg); }
  .section-11 .section-inner {
    color: #ffffff; }
  .section-11 .section-title {
    color: #ffffff; }

.s11-form {
  max-width: 1020px;
  width: 100%;
  display: block;
  margin: 50px auto 33px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .s11-form input {
    width: 32%; }
  .s11-form button {
    width: 32%; }

/**
* @section section-5-12
*/
.section-5-12 {
  -webkit-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26); }
  .section-5-12 .section-inner {
    padding-top: 65px;
    padding-bottom: 1px; }

/**
* @section section-13
*/
.section-13 {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/section13-bg.jpg);
  color: #ffffff; }
  .section-13 .section-inner {
    padding-top: 70px; }
  .section-13 .section-title {
    color: #ffffff; }

.s13__image {
  position: relative;
  max-width: 906px;
  width: 100%;
  margin: 55px auto 20px auto; }
  .s13__image img,
  .s13__image > ymaps  {
    display: block;
    border: 3px solid #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }
  .s13__image:after {
    content: '';
    display: block;
    width: 165px;
    height: 165px;
	background: url(../images/new.png) 0 0 no-repeat;
    position: absolute;
    top: -32px;
    right: -24px;
    z-index: 10; }
.s13__image > ymaps{
	overflow: hidden;
}
.s13__video-wrapper{
	position: relative;
	width: 100%;
}
.s13__video-wrapper a{
	max-width: 906px;
	margin: 55px auto 20px auto;
	text-align: center;
}
.s13__video-wrapper a img{
	border: 3px solid #ffffff;
	border-radius: 0;
	max-height: 450px;
	display: inline-block;
}
.s13__text {
  width: 100%;
  max-width: 820px;
  margin: 0px auto;
  font-size: 24px; }
  .s13__text span {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 23px; }
    .s13__text span.icon-marker:before {
      content: '';
      display: block;
      width: 25px;
      height: 35px;
      background: url(../images/icon-marker.png) 0 0 no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -17.5px;
      left: 0; }
    .s13__text span.icon-phone:before {
      content: '';
      display: block;
      width: 27px;
      height: 37px;
      background: url(../images/icon-phone-2.png) 0 0 no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -13.5px;
      left: 0; }
	.s13__text span a{
		color: #ffffff;
	}

/**
* @section section-14
*/
.section-14 .section-inner {
  max-width: 1170px;
  margin-bottom: 0px; }

.s14-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px; }

.s14-grid__item {
  width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 16px;
  text-align: center; }

.s14-grid__image {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 186px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px; }
  .s14-grid__image span {
    display: block;
    font-size: 168.53px;
    line-height: 120px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffd71f;
    opacity: 0.5;
    font-family: "Nautilus", Arial, sans-serif; }

.s14-grid__title {
  color: #50aa07;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px; }

/**
* @section section-15
*/
.section-15 {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/section15-bg.jpg);
  color: #ffffff; }
  .section-15 .section-inner {
    padding-top: 65px; }

.s15-line__f {
  text-align: center;
  color: #ffd71f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px; }

.s15-line__s {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px; }

.s15-line__t {
  text-align: center;
  color: #ffd71f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 33px;
  margin-top: 20px; }

.s15-line__fo {
  text-align: center;
  font-size: 24px; }

.s15__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px; }

.s15-column__form {
  width: 65%; }

.s15-column__image {
  width: 35%;
  text-align: center; }
  .s15-column__image img {
    display: inline-block; }

.s15-form {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%; }
  .s15-form input, .s15-form button {
    width: 46%;
    margin-right: 1%;
    margin-left: 1%; }

.timer-wrapper {
  margin-top: 40px; }

.timer-separator {
  color: #ffd71f !important;
  position: relative;
  top: -10px; }

.timer-flipchart-face::before {
  display: none !important; }

.timer-flipchart-bottom {
  top: calc(50% - 1px) !important; }

  
/**
* @section section-16
*/
.section-16 {
  background: #f3f3f3 url(../images/section6-bg.jpg) center bottom no-repeat; }
  .section-16 .section-inner {
    padding-bottom: 200px;
    max-width: 1030px;
    padding-top: 60px; }

.video-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px; }
  .video-reviews a {
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 24%;
    height: 180px; }
    .video-reviews a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 60px;
      height: 60px;
      background: url(../images/icon-play.png); }

.text-reviews {
  margin-top: 62px; }

.text-reviews__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px; }
  .text-reviews__item img {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    border: 1px solid #c5c5c5; }

.text-reviews__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .text-reviews__content span {
    display: block;
    color: #50aa07;
    font-family: "Nautilus", Arial, sans-serif;
    font-size: 30px; }

/**
* @section section-17
*/
.section-17 .section-inner {
  max-width: 960px;
  padding-top: 60px; }

.s17__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }

.s17__column-image {
  width: 50%; }
  .s17__column-image img {
    display: block; }
#spec .s17__column-form {
	width: 52%;
}
#spec .s17__column-image {
	width: 46%;
}

.s17__column-form {
  width: 42%; }
  .s17__column-form .s1-form__title {
    font-size: 22px; }
/**
* @section section-18
*/
.section-18{
	background-image: url(../images/section5-bg.jpg);
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 4px 26px 0px rgba(0, 0, 0, 0.26);
    position: relative;
    z-index: 5;
}
.section-18 .section-inner {
	
}
.section-18 .section-title img{
	width: 230px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
    top: -4px;
}
.section-18 .section-title span{
	display: inline-block;
    vertical-align: middle;
}
/**
* @section section-19
*/
.section-19{
	background: #f3f3f3 url(../images/section6-bg.jpg) center bottom no-repeat;
}
.section-19 .section-inner {
	padding-bottom: 130px;
}
.catalog-list {
  margin-top: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.catalog-list__item {
  width: calc(25% - 23px);
  margin-right: 30px;
  background-color: #ffffff;
  border: 1px solid #e5e3e3;
  position: relative;
  padding-bottom: 76px;
  padding-top: 26px;
  margin-bottom: 30px; }
  .catalog-list__item:nth-child(4n) {
    margin-right: 0; }

.catalog-list__image {
  background-size: cover;
  background-position: center center;
  margin-right: 22px;
  margin-left: 22px;
  width: calc(100% - 44px);
  height: 195px;
  border: 1px solid #bbbaba;
  margin-bottom: 23px; }

.catalog-list__title {
  text-align: center;
  color: #50aa07;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 24px;
  margin-bottom: 8px; }

.catalog-list__desc {
  padding: 15px 15px;
  font-size: 14px;
  background-color: #e5e3e3;
  text-align: center;
  min-height: 50px; }

.catalog-list__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 15px; }
  .catalog-list__button{
    font-size: 20px;
    padding: 6px 17px; }

.catalog-list__price {
  color: #d30f0c;
  font-family: "Nautilus", Arial, sans-serif;
  font-size: 25px; }
  
/**
* @section section-20
*/
.section-20{
	background: url(../images/section18-bg.png);
	background-size: cover;
	background-position: center center;
	color: #ffffff;
}

.section-20 a{
	color: #ffffff;
}

.section-20 .section-title{
	color: #ffffff;
}

.section-20__content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.section-20__image{
	display: block;
	flex-shrink: 0;
	margin-right: 20px;
}

.section-20__text{
	flex-grow: 1;
}

.imitation{
	max-width: 990px;
}

/**
* @section section-20 new
*/
.section-20_orange{
	background: url(../images/vigilant-bg.png);
	background-size: cover;
	background-position: center center;
	color: #52484b;
}

.section-20_orange a{
	color: #52484b;
}

.section-20_orange .section-title{
	color: #52484b;
}

/**
* @section section-22
*/
.section-22{
	position: relative;
	background-image: url(../images/1.jpg);
	background-size: cover;
	background-position: center center;
}

.section-22 .section-title{
	color: #ffffff;
}

.section-22 .section-inner{
	position: relative;
	z-index: 2;
}

.section-22:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.s22__wrapper{
	position: relative;
    background-color: rgba(255, 215, 31, 0.9);
    border-radius: 15px;
    padding: 20px 20px 20px 52%;
    color: #ffffff;
    margin-top: 60px;
    min-height: 440px;
	margin-bottom: 40px;
}

.s22__wrapper:before{
	content: '';
    width: 200px;
    height: 124px;
    background: url(../images/gift-decor.png) 0 0 no-repeat;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 10;
}

.s22__image-1{
	width: 200px;
    position: absolute;
    left: 40px;
    top: 60px;
    z-index: 1;
}

.s22__image-2{
	width: 170px;
    position: absolute;
    left: 210px;
    top: 150px;
    z-index: 3;
}

.s22__image-3{
	width: 310px;
    position: absolute;
    left: 380px;
    top: 120px;
    z-index: 2;
}

.s22__title{
	font-size: 70px;
    font-family: "Nautilus", Arial, sans-serif;
    margin: 60px 0 0 0;
    text-align: center;
    color: #52484b;
}

.s22__subtitle{
	font-size: 50px;
    font-family: "Nautilus", Arial, sans-serif;
    margin: 0;
    text-align: center;
    color: #52484b;
}

.section-22 .button{
	font-size: 25px;
    width: 240px;
}

/**
* @section footer
*/
.section-footer {
  background-color: #373737;
  color: #ffffff; }
  .section-footer .section-inner {
    padding: 27px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

.footer-logo img {
  position: relative;
  top: -10px; }

.socials-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .socials-grid a {
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 14px; }

.socials-grid .vk {
  background-image: url(../images/icon-vk.png); }

.socials-grid .in {
  background-image: url(../images/icon-in.png); }

.socials-grid .fb {
  background-image: url(../images/icon-fb.png); }

.footer-time-wrapper,
.footer-phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 18px; }
  .footer-time-wrapper img,
  .footer-phone-wrapper img {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px; }
  .footer-time-wrapper span,
  .footer-phone-wrapper span {
    text-align: right; }
    .footer-time-wrapper span i,
    .footer-phone-wrapper span i {
      font-style: normal;
      font-size: 16px; }

/**
* @section modalForm
*/
.modalForm {
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 10px;
  position: relative; }

.modalForm input[type="text"], .modalForm textarea {
  margin: 10px 0px;
  width: 100%; }

textarea {
  resize: none; }

.modalForm .button {
  margin-top: 10px;
  width: 100%; }

.modalForm-title {
  font-size: 18px;
  margin: 10px 0px;
  text-transform: uppercase; }

.success, .error {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  color: #3a1a0e;
  padding: 30px;
  max-width: 300px; }

.needsfilled {
  border-color: #ec483b !important; }

/**
* @section helpers
*/
/* TYPOGRAPHY */
.t-a-right {
  text-align: right; }

.t-a-center {
  text-align: center; }

.t-a-left {
  text-align: left; }

.t-a-just {
  text-align: justify; }

.text_bold {
  font-weight: bold; }

.text_uppercase {
  text-transform: uppercase; }

.text_lowercase {
  text-transform: lowercase; }

/* MARGINS & PADDINGS */
.p-t-none {
  padding-top: 0 !important; }

.p-none {
  padding: 0; }

.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-w-xs {
  padding: 0 10px; }

.p-w-sm {
  padding: 0 15px; }

.p-w-m {
  padding: 0 20px; }

.p-w-md {
  padding: 0 25px; }

.p-w-lg {
  padding: 0 30px; }

.p-h-lg {
  padding: 30px 0px; }

.p-w-xl {
  padding: 0 40px; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-none {
  margin: 0; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-xxl {
  margin-top: 60px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-r-none {
  margin-right: 0; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-xxl {
  margin-bottom: 50px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }
  
/**
* @section discount
*/
.discount-wrapper{
	position: fixed;
    background: #f4f4f4;
    height: 100%;
    z-index: 100;
    box-shadow: 0 0 5px #000;
    transition: all 1s;
    right: -420px;
    width: 420px;
    line-height: normal;
    letter-spacing: normal;
    top: 0;
	overflow-y: auto;
}

.discount-wrapper.active{
	right: 0;
}

.discount-wrapper__inner{
	padding: 20px;
}

.discount-button{
    position: fixed;
    right: 0;
    display: block;
    top: 50%;
	margin-top: -54px;
    cursor: pointer;
    padding: 15px 10px 5px 20px;
    color: #e80000;
    font-family: "Nautilus", Arial, sans-serif;
    font-size: 20px;
	transition: all 1s;
	z-index: 100;	
	background-color: #f4f4f4;
    border: 2px solid #e50007;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

.discount-button span{
	display: block;
}

.discount-button.active{
	right: 420px;
}

.discount-wrapper__title{
	font-size: 30px;
    color: #52484b;
    font-family: "Nautilus", Arial, sans-serif;
    text-align: center;
    font-weight: normal;
}

/**
* @section section-21
*/
.section-21{
	   background-size: cover;
    background-position: center center;
    background-image: url(../images/section2-bg.jpg);
    color: #ffffff;
}

.section-21 .section-title {
    color: #ffffff;
}

.s21__gallery{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}

.s21__gallery a{
	background-size: cover;
	background-position: center center;
	width: calc(16.66% - 9px);
	height: 130px;
	margin: 0 10px 10px 0;
	position: relative;
}

.s21__gallery a:nth-child(6n){
	margin-right: 0;
}

.s21__gallery a span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 8px 5px;
	background: rgba(0,0,0,0.5);
}

.s21__gallery a:after{
	content: '';
    width: 40px;
    height: 40px;
    background: url(../images/icon-search.png) 0 0 no-repeat;
	background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -20px;
    opacity: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.s21__gallery a:hover::after{
	opacity: 1;
}

/**
* @section section-23
*/
.section-23 {
    background-size: cover;
    background-position: center center;
    background-image: url(../images/section2-bg.jpg);
    color: #ffffff;
}

.section-23 .section-title{
	color: #ffffff;
}

.s23__video-link{
	display: block;
	position: relative;
	max-width: 906px;
    margin: 55px auto 20px auto;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 450px;
	border: 3px solid #ffffff;
	border-radius: 15px;
}

.s23__video-link svg{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
	opacity: 0.9;
}

.s23__video-link svg path{
	fill: #313131;
}

.s23__video-link:hover svg path{
	fill: #f61c0d;
}

.s23__video-link:hover svg{
	opacity: 1;
}

.s23__video-link:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/**
* @section responsive
*/
img {
  max-width: 100%;
  height: auto; }

.menu-link {
  display: none; }
@media all and (max-width: 1138px) {
.s7__column-gallery {
    flex: 0 0 362px;
    max-width: 462px;
    margin-right: 30px;
}

}
@media all and (max-width: 1042px) {
.s7__column-gallery {
    flex: 0 0 342px;
    max-width: 342px;
    margin-right: 0px;
}

}@media all and (max-width: 980px) {
  #beigeblock{  max-width: 550px; height:auto;}
  .s7__column-info {

    width: calc(50% - 100px);

}
.s7__column-gallery {
    flex: 0 0 342px;
    max-width: 342px;
    margin-right: 0px;
}
}

@media all and (max-width: 900px) {
#beigeblock {

    max-width: 100%;
    height: auto;

}}
@media all and (max-width: 960px) {
#beigeblock {

    max-width: auto !important;
    height: auto !important; 


float: none;
}
.s1__content .s7__column-info{ flex: no;  width: 100%;}
    
    
}
@media all and (max-width: 1200px) {
  .discount-button{
    padding: 8px 10px 2px 10px;
    font-size: 18px;
  }
  
  .discount-button span{
	display: block; 
  }
  
  .discount-button img{
	width: 30px;
	height: 30px;
  }
  
  .s22__wrapper{
	padding: 20px 20px 20px 20px;
    text-align: center;
  }
  
  .s22__title{
	  margin-top: 30px;
  }
  
  .s22__image-1,
  .s22__image-2,
  .s22__image-3{
	position: relative;
    left: auto;
    top: auto;
  }
  
  .section-9 .section-inner:before,
  .section-9 .section-inner:after {
    display: none; } }
@media all and (max-width: 1100px) {
  .s5__image {
    max-width: 65%; }

  .s7__price-wrapper {
    font-size: 36px; }

  .s7__footer .button {
    width: 200px; }

  .s7__additional-item, .s7__additional-item2,
  .catalog-list__item, .catalog-list__item2{
    width: calc(33% - 30px); }

  .s13__image:after {
    top: -35px;
    right: -15px; } 
  .s7__complect-desc{ 
    width: 45%; }    
  .s7__complect-footer { 
    width: 55%; }    
    }
@media all and (max-width: 990px) {
  .s21__gallery a{
	width: calc(25% - 8px); 
  }
  
  .s21__gallery a:nth-child(6n){
	  margin-right: 10px;
  }
  
  .s21__gallery a:nth-child(4n){
	  margin-right: 0;
  }
  
  .logo {
    margin-right: 10px;
    margin-left: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 70px;
    position: relative;
    top: -5px; }

  .logo__text b {
    font-size: 26px; }

  .logo__text span {
    font-size: 16px;
    max-width: 200px; }

  .time-wrapper, .phone-wrapper {
    font-size: 16px; }
    .time-wrapper img, .phone-wrapper img {
      width: 30px;
      margin-right: 8px; }

  .s1__column-video,
  .s1__column-form {
    width: 50%; }

  .s1__columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  .s4-grid__item {
    width: 33.3%;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px; }

  .s6__columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  .s6__column-video {
    width: calc(60% - 45px); }

  .s6__column-list {
    width: 40%;
    font-size: 18px; }

  .size-list {
    margin-top: 20px; }

  .s7__footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  .s7__price-wrapper {
    margin-bottom: 10px; }

  .s7__column-gallery {
    flex: 0 0 40%;
    max-width: 40%; }

  .s7__column-info {
    width: calc(60% - 30px); }

  .section-9 .section-inner {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%; }

  .section-9 {
    padding: 0;
    margin: 0; }

  .s14-grid__item {
    width: calc(33% - 30px); }

  .s15-column__form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .s15-column__image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px; }

  .footer-logo {
    max-width: 230px; } 
		
}
@media all and (max-width: 860px) {
  .section-1 .section-inner {
    padding-top: 110px; }

  .header__top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px; }

  .logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    top: 20px; }

  .callback-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    text-align: right; }

  .time-wrapper {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    right: 0;
    bottom: 0; }

  .phone-wrapper {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    position: absolute;
    right: 270px;
    bottom: 0; }

  .s7__additional-item, .s7__additional-item2,
  .catalog-list__item,   .catalog-list__item2{
    width: calc(50% - 30px); }

  .s11-form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .s11-form input {
      width: 100%;
      margin-bottom: 20px; }
    .s11-form button {
      width: 100%; }

  .footer-time-wrapper {
    display: none; } 
    
    .s7__complect-item,  .s7__complect-item2, .s7__complect-itemN{
      width: 100%;
      margin-right: 0px;
    }
  .s7__complect-desc{ 
    width: 60%; }    
  .s7__complect-footer { 
    width: 40%; }    
    }    

@media all and (max-width: 767px) {
  .menu-link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 26px; }

  .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #50aa07;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    .main-menu li a {
      text-align: left;
      padding: 14px 20px; }

  .section-1 .s1__image {
    display: none; }

  .s1__column-video {
    width: 100%;
    margin-bottom: 30px; }

  .s1__column-form {
    width: 100%;
    padding: 0; }

  .s1__column-video:before {
    width: 80px;
    height: 120px;
    background-size: contain; }

  h1 {
    font-size: 35px; }

  .s1__subtitle {
    font-size: 20px; }

  .section-1 .s1__image-after, .section-1 .s1__image-before {
    width: 50%; }

  h2 {
    font-size: 46px; }

  .s2__subtitle {
    font-size: 24px; }

  .s4-grid__item {
    width: 50%; }

  .s5__image-caption {
    display: none; }

  .s5__image {
    max-width: 100%;
    margin-top: 40px; }

  .s5__list {
    display: block; }
    .s5__list li {
      font-size: 18px;
      line-height: 1.55; }

  .s6__columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .s6__column-video {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }

  .s6__column-list {
    width: 100%; }

  .s7__columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .s7__column-gallery {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }

  .s7__column-info {
    width: 100%; }

  .size-list {
    margin-top: 0; }

  .s7__footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .s7__price-wrapper {
    margin-bottom: 0px; }

  .s9__columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .s9__column-info {
    width: 100%;
    margin-bottom: 30px; }

  .s9__column-form {
    width: 100%; }

  .s13__text {
    font-size: 26px; }

  .s14-grid__item {
    width: calc(50% - 30px); }

  .video-reviews {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .video-reviews a {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px; }

  .s17__column-image {
    width: 100%;
    margin-bottom: 20px; }
#spec .s17__column-form {
	width: 100%;
}
#spec .s17__column-image {
	width:  100%;
}
#spec .s10__label {
	
	font-size: 20.58px;
	
}
    .s17__column-image img {
      margin: 0px auto; }

  .s17__column-form {
    width: 100%; }

  .s10__row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .s10__column {
    width: 100%;
    margin-bottom: 30px; }
    .s10__column:last-child {
      margin-bottom: 0; }

  .s10__icon,
  .s10__number {
    display: none; } }
	
	
	
	.graybg{ background:#dceecd; padding:25px 35px; margin:20px 0}
.bigred{ font-size:60px; color:#c60006; text-transform:uppercase;   font-family: "Qanelas"; font-weight:600; line-height:70px; padding:0; margin:0}
.biggreen { font-size:39px; color:#50aa07; text-transform:uppercase;   font-family: "Qanelas"; font-weight:600;  padding:20px 0; margin:0}
span.red, .red { color:#c60006; display:inline}
.green {color:#50aa07;}
ul.tick li { background: url(../img/tick.png) no-repeat left center; list-style: none; padding-left:40px; font-size:15px; line-height:25px}
ul.tick { list-style:: none; padding:0; margin: 0; text-indent: 0}
	
 
	#beigeblock{background:#ffdf59; padding:15px 20px 20px 30px; border:solid 3px #fff; float:left; border-left:none; height: 352px; position:relative; max-width:679px }
 
	.bel { position:absolute; bottom: 5%; right:5px}
	#bgar { background:url(../img/bgar.png) no-repeat bottom center; padding-bottom:60px}
	
	
	
h1.fs35 { font-size: 35px}	
	.red.fs60 { font-size:60px}
	.green.fs44{font-size:44px}
@media all and (max-width: 690px) {
body { overflow-x:hidden} .nomobile{ display:none} #beigeblock{ height:auto; margin-left:62px; border-left:solid 3px #fff; }
.biggreen { font-size:20px;}.bigred{ font-size:28px; } .bigred img { height:30px} h1.fs35 { font-size: 25px}	
	.red.fs60 { font-size:40px}	.green.fs44{font-size:34px}
  .footer-phone-wrapper {
    display: none; }

  .socials-grid a:last-child {
    margin-right: 0; }

  .socials-grid a:first-child {
    margin-left: 0; } }
@media all and (max-width: 630px) {
  .s21__gallery a{
	width: calc(50% - 10px);
	height: 140px;	
  }
  
  .s21__gallery a:nth-child(4n){
	margin-right: 10px;
  }
  
  .s21__gallery a:nth-child(2n){
	 margin-right: 0;
  }
  .header__top {
    padding-bottom: 0; }

  .time-wrapper,
  .phone-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 12px; }

  .logo-wrapper {
    top: auto; } }
@media all and (max-width: 600px) {
  .callback-wrapper {
    width: auto; }

  .s7__additional-item,  .s7__additional-item2,
  .catalog-list__item,   .catalog-list__item2{
    width: 100%;
    margin-right: 0;
    max-width: 340px; }

  .s7__additional-list,
  .catalog-list{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } 
	.timer-wrapper *{
		font-size: 80px !important;
	}
	.timer-wrapper > div > span > span + span{
    font-size: 16px !important; }
	.timer-wrapper > div{
		min-width: 300px!important;
	}
	.s13__video-wrapper iframe{
		height: 300px;
	}
	.section-20__content{
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.section-20__image{
		margin-right: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.section-20__text{
		width: 100%;
	}
	.discount-button{
		font-size: 15px;
		border-width: 1px;
		padding: 4px 5px 0 5px;
	}
	.discount-wrapper{
		width: 340px;
		right: -340px;
	}
	.discount-button.active{
		right: 340px;
	}
  .s7__complect-desc{ 
    width: 50%;     
  .s7__complect-footer { 
    width: 50%; }    
    }  
}
@media all and (max-width: 570px) {
  .s22__title{
	  font-size: 40px;
  }
  .s22__subtitle{
	  font-size: 30px;
  }
  .s15-line__f {
    font-size: 40px; }

  .s15-line__s {
    font-size: 35px; }

  .s15-line__t {
    font-size: 28px; }

  .timer-wrapper * {
    font-size: 80px !important; }

  .timer-separator {
    top: auto; }

  .s15-form {
    flex-direction: column; }
    .s15-form input, .s15-form button {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .s15-form input {
      margin-bottom: 20px; } }
@media all and (max-width: 520px) {
  .logo {
    max-width: 50px; }

  .logo__text b {
    font-size: 22px; }

  .logo__text span {
    font-size: 14px;
    max-width: 160px;
    margin-top: 0; }

  .time-wrapper span i, .phone-wrapper span i,
  .time-wrapper, .phone-wrapper {
    font-size: 14px; }

  .s4-grid__item {
    width: 100%; }

  .size-list {
    margin-top: 20px; }

  .s7__footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .s7__price-wrapper {
    margin-bottom: 20px; }

  .s7__footer .button {
    width: 277px; }

  .video-reviews a {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px; } }
 
@media all and (max-width: 470px) {	body { overflow-x:hidden} .nomobile{ display:none} #beigeblock{ height:auto; margin-left:62px; border-left:solid 3px #fff; }
  .callback-wrapper .button {
    font-size: 15px; }

  .s13__image:after {
    width: 100px;
    height: 100px;
    background-size: contain; }

  .s14-grid__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

  .timer-wrapper > div {
    min-width: 100% !important; }

  .timer-wrapper * {
    font-size: 70px !important; }
	
  .s13__image > ymaps{
	 height: 350px!important;
  }

  .footer-logo {
    width: 45%; } }
@media all and (max-width: 440px) {
  .discount-wrapper{
	width: calc(100% - 85px);
	right: calc(-100% - 85px);
  }
  .discount-button{
	  transition: all 0.8s;
  }
  .discount-button.active{
	right: calc(100% - 85px);
  }
  .logo {
    max-width: 40px;
    margin-right: 5px; }

  .logo__text b {
    font-size: 18px; }

  .logo__text span {
    font-size: 12px;
    max-width: 130px; }

  .callback-wrapper .button {
    font-size: 13px; }

  .text-reviews__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .text-reviews__item img {
    margin: 0px auto 20px auto; } 
    
  .s7__complect-title {
  	text-align: center;
  	padding-right: 5px;
  	padding-left: 5px;
  }
  .s7__complect-image {
  	background-size: cover;
  	background-position: center center;
  	margin-right: 22px;
  	margin-left: 22px;
  	width: calc(100% - 44px);
  	height: 195px;
  	border: 1px solid #bbbaba;
    margin-bottom: 23px;
  }
  .s7__complect-shema {
  	background-size: cover;
  	background-position: center center;
  	margin-right: 22px;
  	margin-left: 22px;
  	width: calc(100% - 44px);
  	height: 195px;
  	border: 1px solid #bbbaba;
  }
  .s7__complect-desc{
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  } 
  .s7__complect-footer{
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }          
    }
@media all and (max-width: 420px) {
#beigeblock {padding: 15px 20px 150px 15px;
		
}.bel {
    bottom: 15px;
    right: 5px;

}
h1.fs35 {
	font-size: 20px; margin-top:0
}
.bigred {
	font-size: 20px;
}
.graybg {
	background: #dceecd;
	padding: 15px 15px;
	margin: 20px 0;
}
	.timer-wrapper * {
		font-size: 60px !important;
	}	
	#x_block_but {
 padding-left: 90px;
}
}
@media all and (max-width: 400px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 32px; }

  .section-title {
    font-size: 34px; }

  .s1__columns {
    padding: 0; }

  .s1__column-video:before {
    width: 70px;
    left: -10px; }

  .s1-form {
    padding: 15px; }

  .s1-form__title {
    font-size: 20px;
    margin-bottom: 21px; }

  .gallery__main-image {
    height: 254px; }

  .gallery__thumb {
    height: 78px; }

  .size-list li {
    font-size: 26px; }

  .poly-list {
    margin-top: 20px; }

  .s7__price-wrapper {
    font-size: 32px; }

  .s7__footer .button {
    width: 100%; } }
@media all and (max-width: 380px) {
	.timer-wrapper * {
		font-size: 50px !important;
	}
}
@media all and (max-width: 370px) {
  .logo {
    max-width: 30px;
    margin-right: 5px; }

  .logo__text b {
    font-size: 16px; }

  .logo__text span {
    font-size: 10px;
    max-width: 110px;
    position: relative;
    top: -6px; }

  .callback-wrapper .button {
    padding: 8px 10px; }

  .timer-wrapper * {
    font-size: 45px !important; }

  .socials-grid a {
    width: 25px;
    height: 25px; } }

@media all and (max-width: 381px) {.callback-wrapper {
	width: auto;
	position: absolute;
	top: 10px;
	right: 0;
}}
@media all and (max-width: 340px) {
	.callback-wrapper .button {
		font-size: 12px;
	}
  .s7__complect-title{
    font-size: 22px;
  }
.callback-wrapper {
	width: auto;
	position: absolute;
	top: 10px;
	right: 0;
}

}

.plus, .minus {
    border-radius: 50px;
    background: #ababab;
    width: 16px;
    height: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}label.inp-chk_sqr span {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    line-height: 20px;
    color: #1d0e00;
 
    display: inline-block;
    vertical-align: middle;
}
label.inp-chk_sqr span b {
    font-weight: 700;
    color: #0663b1;
}.number input {
    text-align: center;
    border: none;
}.dop-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
	height:40px;
}.dop-row > label.inp-chk_sqr {
    width: 78%;
    float: left;
    margin-bottom: 0;
}.inp-chk_sqr input[type='checkbox'], .inp-chk_sqr input[type='radio'] {
    
   display:none;
    width: 22px;
    height: 22px;
    background-color: #e9e9e9;
  
}.dop-row > label > i {
    top: calc(50% - 8px);
} label.inp-chk_sqr span b.stik {
    font-size: 16px;
    line-height: 18px;
    padding: 2px 10px;
    color: #ee1e03;
    background-color: #efff08;
	display:inline;
}
label.inp-chk_sqr span:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-color: #e9e9e9;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
}label.inp-chk_sqr input[type='checkbox']:checked + span:before {
    background-color: #d30f0c;
    color: #fff;
}.dop-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.pop_more {
  content: '?';
  width: 16px;
  height: 16px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.6;
}
i.pop_more:after {
  content: '';
  display: block;
  height: 30px;
  width: 10px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: -10px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 500px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  line-break: auto;
}
.popover img {
  width: 450px;
  height: 348px;
  object-fit: contain;
  display: block;
}

.popover.top {
  margin-top: -10px;
  text-align: center;
  width: 480px;
  min-height: 100px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: '';
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}

.popover {
  width: 400px;
}



.note {
	top: 30%;
	padding: 0.75rem;
	display: none;
	position: fixed;
	z-index: 1003;
	width: 201px;
	 
	transition: 0.33s;      right: 0px;
}
.note .mdl-button {
	min-width: 201px;
	height: 65px;
}.note a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #067201; text-decoration:none;
}.note img {
	width:65px;
	position: absolute;
	top: 14px;
	left: 30px; display:none
}
.note span {
	text-transform: uppercase;
}.note .close {
	text-align: center;
	width: 26px;
	height: 26px;
	
	cursor: pointer;
	color: #fff;
	position: absolute;
	top: 12px;
	left: 10px;
	padding: 0.2rem;
}.note p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	/*margin-left: 3.5rem;*/
	color: #fff;
}
@media all and (max-width: 980px) {
	.dop-row {height:auto;}
	.s7__complect-itemN:nth-child(1) {border-right: none; border-bottom:1px solid #ddd;}
	input.itp {padding:13px 5px}
	.dop-row > label.inp-chk_sqr{width:72%}
	.popover {max-width: 350px;}

}
@media all and (min-width: 460px) and  (max-width: 769px) {.callback-wrapper {
	width: auto;
	position: absolute;
	top: -10px;
	right: 0;
}
.phone-wrapper {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-order: 4;
	-ms-flex-order: 4;
	order: 4;
	position: absolute;
	right: 270px !important;
	bottom: 0;
}
}
@media all and (max-width: 1024x) {
.time-wrapper span, .phone-wrapper span {
	text-align: left;
}
}


@media all and (min-width: 460px)  and  (max-width: 800px) {.callback-wrapper {
	width: auto;
	position: absolute;
	top: -10px;
	right: 0;
}
.phone-wrapper {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-order: 4;
	-ms-flex-order: 4;
	order: 4;
	position: absolute;
	right: 270px !important;
	bottom: 0;
}
.s7__column-gallery {
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}

  .s1__content .s7__column-info {
	flex: no;
	width: 100%;
}
.s7__columns {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#beigeblock {
	background: #ffdf59;
	padding: 15px 20px 20px 30px;
	border: solid 3px #fff;
	float: none;
	border-left: solid 3px #fff;
	height: 352px;
	position: relative;
	max-width: 100%;
	margin: 10px auto 0 62px;
}
}