/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

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

[class*='icon-']:before {
  display: inline-block;
  font-family: 'svg icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
  content: '\0041';
}

.icon-arrow-left-md:before {
  content: '\0042';
}

.icon-arrow-left-min:before {
  content: '\0043';
}

.icon-arrow-left:before {
  content: '\0044';
}

.icon-arrow-right-btn:before {
  content: '\0045';
}

.icon-arrow-right-md:before {
  content: '\0046';
}

.icon-arrow-right-min:before {
  content: '\0047';
}

.icon-arrow-right:before {
  content: '\0048';
}

.icon-brush:before {
  content: '\0049';
}

.icon-close:before {
  content: '\004a';
}

.icon-menu:before {
  content: '\004b';
}

.icon-phone-fill:before {
  content: '\004c';
}

/* ------------------- Typography */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 18px Tahoma, Geneva, sans-serif;
  line-height: 24px;
  color: #767c75;
}

h1, .site-h1-tt, h2, .site-h2-tt, h3, .site-h3-tt, h4, .site-h4-tt, h5, .site-h5-tt, h6, .site-h6-tt {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #686053;
}

h1, .site-h1-tt {
  font-size: 30px;
  font-weight: 400;
}

h2, .site-h2-tt {
  font-size: 22px;
}

h3, .site-h3-tt {
  font-size: 20px;
}

h4, .site-h4-tt {
  font-size: 18px;
}

h5, .site-h5-tt {
  font-size: 16px;
}

h6, .site-h6-tt {
  font-size: 14px;
}

.title-light {
  color: #f1f0ee;
}

ul, ol {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 10px 0;
  padding: 0;
}

p {
  margin: 20px 0;
}

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

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #7c736e;
  text-decoration: underline;
}

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

.st-inner-block-text {
  margin: 40px 0;
  border: 1px solid #000;
}

.title-weight-normal {
  font-weight: 400;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .site-h1-tt {
    font-size: 47px;
  }
  h2, .site-h2-tt {
    font-size: 30px;
  }
  h3, .site-h3-tt {
    font-size: 24px;
  }
  h4, .site-h4-tt {
    font-size: 20px;
  }
  h5, .site-h5-tt {
    font-size: 18px;
  }
  h6, .site-h6-tt {
    font-size: 14px;
  }
  p {
    margin: 30px 0;
  }

  /* end media min width 768 pixels */
}

/* ------------------- Icons */
.icon {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}

.art-bottom-2 {
  background-image: url(../img/sprite.png);
  background-position: 0px -195px;
  width: 52px;
  height: 41px;
}

.art-bottom-3 {
  background-image: url(../img/sprite.png);
  background-position: -54px -195px;
  width: 52px;
  height: 41px;
}

.art-bottom {
  background-image: url(../img/sprite.png);
  background-position: -108px -195px;
  width: 64px;
  height: 31px;
}

.art-top {
  background-image: url(../img/sprite.png);
  background-position: -249px -135px;
  width: 63px;
  height: 49px;
}

.e {
  background-image: url(../img/sprite.png);
  background-position: -119px 0px;
  width: 128px;
  height: 170px;
}

.h {
  background-image: url(../img/sprite.png);
  background-position: -249px 0px;
  width: 92px;
  height: 133px;
}

.s {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 117px;
  height: 193px;
}

/* ------------------- Button styles */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 220px;
  margin: 0;
  padding: 15px 40px;
  border: none;
  border-radius: 0;
  font: normal normal 16px/22px Tahoma, Geneva, sans-serif;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background: url(../img/btn-bg.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  border-radius: 26px;
  text-transform: uppercase;
}

.btn:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-max {
  width: 100%;
}

.btn-icon {
  padding: 15px 70px 15px 40px;
}

.btn-icon .icon {
  font-size: 26px;
  position: absolute;
  right: 30px;
  top: 50%;
  color: #fff;
  margin: -12px 0 0;
}

.btn-light {
  background: url(../img/btn-bg-2.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  color: #404040;
}

.btn-light:hover {
  color: #404040;
}

.btn-light .icon {
  color: #363636;
  font-size: 23px;
}

.icon-arrow-right-btn {
  background: url(../img/svg/icon-arrow-right-btn.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
}

.icon-arrow-right-btn:before {
  display: none;
}

.icon-arrow-right-btn.icon-light {
  background: url(../img/svg/icon-arrow-right-btn-light.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.icon-arrow-right-btn.ionc-l-p {
  background: url(../img/svg/icon-arrow-right-btn-l.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.callback {
    position: absolute;
    margin: 0 auto;
    top: 0.1%;
    right: 17%;
    z-index: 2;
}
/* ------------------- Form styles */
.st-form {
  margin: 20px 0;
}

.form-group {
  margin: 20px 0;
}

.form-label-tt {
  display: block;
  margin: 10px 0;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group-inline .form-label-tt {
  min-width: 120px;
  max-width: 120px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0;
}

.placeholder {
  color: #000;
}

::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input,
textarea {
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  position: relative;
  outline: none;
  font: 14px Tahoma, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:hover,
textarea:hover {
  border-color: #e0e0e0;
}

input:focus,
textarea:focus {
  border-color: #e0e0e0;
}

input[type="text"],
input[type="password"] {
  width: 100%;
}

textarea {
  height: 130px;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px;
  resize: none;
}

/* ------------------- Navigation */
.menu-icon-wrap {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
  z-index: 101;
}

.menu-icon {
  width: 34px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 101;
  font-size: 34px;
  color: #fff;
  text-align: left;
}

.menu-icon:before {
  vertical-align: top;
  margin-top: -4px;
}

.menu-wrapper-fixed {
  left: -260px;
  position: fixed;
  top: 0;
  transition: left 0.2s linear;
  z-index: 100;
  height: 100%;
  min-width: 260px;
  width: 260px;
}

.menu-open-wrapper {
  background-color: #323345;
  padding: 20px;
  height: 100%;
  overflow: auto;
}

.menu-first,
.menu-second {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-first > li,
.menu-second > li {
  margin: 0 0 15px;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.menu-first > li > a,
.menu-second > li > a {
  color: #fff;
  text-decoration: none;
}

/* ------------------- menu open mobile */
.menu-mobile-open .menu-wrapper-fixed {
  left: 0;
}

.menu-mobile-open .menu-icon-wrap {
  position: fixed;
  left: 260px;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background 0.2s linear, left 0.2s linear;
}

.menu-mobile-open .menu-icon {
  left: 13px;
}

.video-wrapp {
  margin: 40px 0;
  height: 200px;
  width: 100%;
}

.video-btn {
  text-align: center;
  margin: 30px 0 70px;
}

.i-block {
    min-height: 241px;
}
@media only screen and (min-width: 480px) {
  .video-wrapp {
    height: 300px;
  }

}



/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .video-wrapp {
    height: 400px;
  }

  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transition: none;
    width: 100%;
  }
  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .menu-icon-wrap {
    display: none;
  }
  .header-nav {
    overflow: hidden;
  }
  .menu-first {
    float: left;
  }
  .menu-second {
    float: right;
  }
  .menu-first,
  .menu-second {
    width: 380px;
    text-align: center;
  }
  .menu-first li,
  .menu-second li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 20px;
  }
  .menu-first li a,
  .menu-second li a {
    color: #7c736e;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
  }
  .menu-first li a:hover,
  .menu-second li a:hover {
    color: #626960;
    border-color: #a1ae9c;
  }
 .showc-bltt_1 {
      margin-top:20px;
  }
  /* end media min width 1024 pixels */
}

/* Min width 1224 pixels */
@media only screen and (min-width: 1224px) {
  .menu-first {
    text-align: left;
    width: 500px;
  }
  .menu-first li {
    margin: 0 0 0 15px;
  }
  .menu-first li:first-child {
    margin-left: 0;
  }
  .menu-second {
    text-align: right;
    width: 500px;
  }
  .menu-second li {
    margin-left: 32px;
    margin-right: 0;
  }
  .menu-second li:first-child {
    margin-left: 0;
  }

  .video-wrapp {
    height: 600px;
  }
   .showc-bltt_1 {
      margin-top:0;
  }

  /* end media min width 1224 pixels */
}

/* Min width 1330 pixels */
@media only screen and (min-width: 1330px) {
  .menu-first,
  .menu-second {
    width: 520px;
  }
  .menu-first li {
    margin: 0 0 0 20px;
  }
  .menu-second li {
    margin-left: 38px;
  }
  /* end media min width 1330 pixels */
}

/*  ------------------- Page structure */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
}

.section-st {
  padding: 20px 0;
}

.section-dark {
  background-color: #dddddd;
}

.section-light {
  background-color: #fefefe;
}

.container {
  padding: 0 10px;
}

.hidden-mobile,
.hidden-devices {
  display: none;
}

/* ------------------- Header */
.header {
  position: relative;
  background-color: #323345;
  padding: 7px 0;
  height: 100px;
}

.slogan {
  display: none;
}

.logo {
  width: 149px;
  margin: 0 auto;
}

.logo a {
  display: block;
  outline: none;
  height: 85px;
  text-align: center;
}

.logo img {
  max-height: 100%;
}

.head-phone {
  float: right;
  position: relative;
}

.head-phone-inner {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  width: 150px;
  text-align: right;
  z-index: 5;
  background-color: #323345;
  padding: 5px 0;
  display: none;
}

.ph-open .head-numb {
  font-size: 14px;
  padding: 2px 10px;
  color: #fff;
  display: block;
}

.ph-open a {
  text-decoration: none;
}

.ph-open .head-phone-inner {
  display: block;
}

.head-numb {
  display: none;
}

.icon-phone-fill {
  color: #323345;
  font-size: 20px;
}

.icon-phone {
  display: none;
}

.icon-phone-round {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.sticky {
  padding-top: 60px;
}

.sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 60px;
}

.sticky .logo a {
  height: 46px;
}

.sticky .head-phone,
.sticky .menu-icon {
  margin-top: 6px;
}

.menu-fix-c {
  position: relative;
  top: -60px;
}

/* ------------------- footer */
.footer {
  background: url(../img/sec-dgreen-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #e7e5e1;
}

.footer .container {
  padding: 0;
  max-width: 1190px;
}

.footer-logo {
  margin-bottom: 25px;
  padding: 15px 0 30px;
  border-bottom: 1px solid #fff;
}

.footer-logo a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  width: 147px;
}

.footer-contacts {
  margin-bottom: 50px;
}

.footer-contacts .btn {
  display: none;
}

.f-contacts-item {
  display: block;
  width: 280px;
  margin: 0 auto 15px;
  text-align: left;
  overflow: hidden;
}

.f-contacts-item b {
  width: 82px;
  float: left;
}

.f-contacts-item span {
  display: block;
  margin-left: 105px;
}

.f-contacts-item a {
  text-decoration: none;
  color: #e7e5e1;
}

.showc-bltt_1 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
  font-weight: 700;
  text-align: left;
  max-width: 280px;
}

.showc-bltt {
  display: block;
  font-weight: 700;
  margin: 25px auto 20px;
  text-align: left;
  max-width: 280px;
}



.footer-img {
  max-width: 430px;
  margin: 0 auto;
  max-height: 430px;
  overflow: hidden;
}

.footer-img img {
  width: 100%;
}

.icon-footer-insta {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/insta.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  background-color: #e7e5e1;
}

.footer-btns {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  /*  ------------------- Page structure */
  .hidden-mobile {
    display: block;
  }
  .footer {
    padding-bottom: 1px;
    text-align: left;
  }
  .footer .container {
    padding: 40px 10px;
    display: flex;
    justify-content: space-between;
  }
  .footer-contacts .btn {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .footer-contacts .btn + .btn {
    margin-top: 20px;
  }
  .footer-img {
    display: none;
  }
  .footer-logo {
    margin: 0 40px 0 0;
    padding: 0;
    max-width: 150px;
    width: 100%;
    border: none;
  }
  .footer-nav {
    width: 100%;
    max-width: 220px;
    margin: 0;
  }
  .footer-nav li {
    margin: 0;
    line-height: 24px;
  }
  .footer-nav a {
    color: #e7e5e1;
    font-size: 16px;
    text-decoration: none;
  }
  .footer-nav a:hover {
    font-weight: bold;
  }
  .footer-contacts {
    max-width: 300px;
    width: 100%;
    margin: 0;
  }
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  /*  ------------------- Page structure */
  .container {
    max-width: 980px;
    margin: 0 auto;
  }
  .hidden-devices {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  /* ------------------- Header */
  .header {
    position: relative;
    padding: 35px 0 1px;
    height: 215px;
    background-color: #fff;
  }
  .menu-fix-c {
    top: -120px;
  }
  .sticky {
    padding-top: 215px;
  }
  .sticky .header {
    background-color: #fff;
    height: 120px;
    padding-top: 0;
    border: none;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
  }
  .sticky .logo {
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sticky .logo a {
    height: 140px;
  }
  .sticky .head-phone {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
    font-size: 16px;
  }
  .sticky .slogan {
    padding: 15px 0 5px;
    margin-bottom: 0;
    border: none;
    font-size: 14px;
  }
  .sticky .menu-first li,
  .sticky .menu-second li {
    margin-bottom: 5px;
  }
  .slogan {
    display: block;
    color: #323345;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c7;
    max-width: 360px;
    margin-bottom: 30px;
  }
  .logo {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #323345;
    width: 156px;
    height: 238px;
    min-height: 100%;
    margin-left: -78px;
    z-index: 7;
    padding: 48px 20px 10px;
    text-align: center;
  }
  .logo a {
    height: auto;
  }
  .icon-phone-round {
    background: none;
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 0;
    height: 0;
    border-top: 8px solid #323345;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-left: 6px solid transparent;
    margin: -8px 0 0;
    border-radius: 0;
    z-index: 10;
  }
  .icon-phone-round .icon {
    display: none;
  }
  .icon-phone {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-top: 1px;
  }
  .head-numb {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  .head-phone {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c7;
    margin-bottom: 30px;
  }
  .head-phone a {
    color: #323345;
    text-decoration: none;
  }
  .footer-logo {
    max-width: 220px;
  }
  .footer-logo a {
    width: 100%;
  }
  .footer-nav {
    margin-top: 20px;
  }
  .head-phone-inner {
    display: block;
    background: none;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 25px;
    top: 0;
  }
  .head-phone-inner a + a {
    display: none;
  }
  .ph-open .head-numb {
    color: #323345;
    display: inline-block;
    padding: 0;
    font-size: 20px;
  }
  .ph-open .head-phone-inner a + a {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: 0;
    background-color: #fff;
    width: 100%;
    text-align: right;
    display: block;
    padding-bottom: 5px;
  }
  .sticky .icon-phone-round {
    margin-top: -2px;
  }
  .sticky .ph-open .head-numb {
    font-size: 16px;
  }
  .sticky .ph-open .icon-phone-round {
    z-index: 300;
  }
  .sticky .ph-open .head-phone-inner {
    z-index: 200;
  }
  .footer-btns {
    display: block;
    max-width: 295px;
    margin-top: 30px;
  }
  .footer-btns .btn {
    width: 100%;
    margin: 10px 0;
  }
  /* end media min width 1024 pixels */
}

/* Min width 1224 pixels */
@media only screen and (min-width: 1224px) {
  /*  ------------------- Page structure */
  .container {
    max-width: 1190px;
  }
  .header {
    padding: 65px 0 0;
  }
  .slogan {
    font-size: 18px;
    max-width: 410px;
  }
  .footer {
    min-height: 450px;
    overflow: hidden;
  }
  .footer .container {
    padding: 0 10px;
  }
  .footer-logo {
    margin-top: 40px;
    max-width: 200px;
  }
  .footer-nav {
    margin-top: 50px;
  }
  .footer-nav li {
    margin-bottom: 5px;
  }
  .footer-contacts {
    margin: 50px 20px 0;
  }
  .footer-img {
    display: block;
    margin: 0;
    height: 510px;
    width: 360px;
    overflow: hidden;
    max-height: 100%;
    height: 630px;
  }
  .footer-img img {
    height: 100%;
    width: auto;
    max-width: 1200px;
  }
  .menu-fix-c {
    top: -80px;
  }
  .sticky .header {
    height: 80px;
    padding-top: 0;
    border: none;
  }
  .sticky .logo {
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .sticky .logo a {
    height: 90px;
  }
  .sticky .head-phone {
    margin-bottom: 2px;
  }
  .sticky .slogan {
    padding-top: 10px;
    padding-bottom: 0;
  }
  /* end media min width 1224 pixels */
}

/* Min width 1330 pixels */
@media only screen and (min-width: 1330px) {
  /*  ------------------- Page structure */
  .footer .container,
  .container {
    max-width: 1282px;
  }
  .st-container {
    max-width: 1190px;
  }
  /* ------------------- Header */
  .header {
    padding-top: 80px;
  }
  .logo {
    width: 206px;
    margin-left: -103px;
    padding: 28px 0 0;
    height: 278px;
  }
  /* end media min width 1330 pixels */
}

/* ------------------- Main blocks */
.main-product-carousel-wrapp {
  margin-bottom: 5px;
}

.main-product-carousel-wrapp .container {
  position: relative;
}

.product-carousel-fix {
  padding: 45px 0 40px;
  min-height: 480px;
  text-align: center;
  order: -1;
  width: 100%;
  background: url(../img/fix-slide-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.l-ptrn-top {
  margin-top: -5px;
  margin-bottom: 20px;
}

.l-ptrn-bottom {
  margin-bottom: 30px;
}

.line-tt-ptrn {
  display: block;
}

.line-ptrn-brown {
  background: url(../img/brown-fade-line.png) 50% 50% no-repeat;
  background-size: 259px 1px;
}

.prod-car-tt {
  font-size: 40px;
  line-height: 40px;
  color: #686053;
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  max-width: 350px;
  margin: 0 auto 20px;
}

.prod-car-tt .spec-b {
  font-size: 40px;
  line-height: 40px;
}

.prod-car-lg {
  font-size: 30px;
  line-height: 40px;
  margin: 40px auto;
}

.prod-car-name {
  display: block;
  font-size: 65px;
  line-height: 65px;
  color: #686053;
  margin-bottom: 35px;
}

.prod-car-about {
  display: none;
}

.section-d-ptrn {
  padding: 1px 0;
  background: url(../img/sec-dgreen-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.section-l-ptrn {
  padding: 1px 0;
  background-color: #f1f0ee;
}

.section-w-ptrn {
  padding: 1px 0;
  background-color: #fff;
}

.steps-wrapp {
  padding: 5px 0 40px;
}

.steps-img {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}

.steps-img .head-brush-tt {
  width: 100%;
  order: -1;
  margin-bottom: 5px;
}

.desk-steps-img {
  display: none;
  min-width: 100%;
}

.desk-steps-img img {
  width: 100%;
}

.mobile-steps-img {
  min-width: 100%;
}

.mobile-steps-img img {
  width: 100%;
}

.head-brush-tt {
  margin: 25px 0;
  text-align: center;
}

.icon-brush {
  display: block;
  height: 50px;
  margin-bottom: 20px;
  font-size: 50px;
  color: #95a090;
  position: relative;
}

.icon-brush:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: 'svg icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -1px;
  height: 2px;
  background-image: url(../img/sprite.png);
  background-position: -108px -228px;
  width: 178px;
  height: 1px;
  margin-left: -87px;
}

.brush-light {
  color: #f1f0ee;
}

.brush-light:after {
  background-image: url(../img/sprite.png);
  background-position: -108px -231px;
  width: 178px;
  height: 1px;
}

.brush-dark {
  color: #746d60;
  background: url(../img/dark-fade-line.png) 50% 50% no-repeat;
}

.brush-dark:after {
  display: none;
}

.steps-item {
  position: relative;
  padding: 15px 5px 0 18px;
  min-height: 130px;
  max-width: 300px;
  margin: 0 auto 40px;
  color: #f1f0ee;
}

.steps-item p {
  position: relative;
  z-index: 3;
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 24px;
}

.steps-item .ptrn-b-bg {
  max-width: 260px;
}

.steps-value {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 1;
  color: rgba(241, 240, 238, 0.2);
  font-family: "Cormorant Infant";
  font-weight: 700;
  font-size: 149px;
  line-height: 95px;
}

.ptrn-b-bg {
  background: url(../img/brown-fade-line.png) 50% 45% no-repeat;
  height: 41px;
  text-align: center;
}

.ptrn-b-bg:before {
  content: ' ';
  display: inline-block;
  vertical-align: top;
  background-image: url(../img/sprite.png);
  background-position: -54px -195px;
  width: 52px;
  height: 41px;
}

.ptrn-b-light {
  background: url(../img/white-fade-line-long.png) 50% 45% no-repeat;
}

.ptrn-b-light:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -195px;
  width: 52px;
  height: 41px;
}

.stesp-more-info {
  color: #f1f0ee;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.stesp-more-info p {
  margin-bottom: 28px;
  padding: 0 20px;
}

.steps-more-tt {
  position: relative;
  line-height: 72px;
  display: block;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  margin: 0 -10px 20px;
}

.steps-more-tt:before {
  content: ' ';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 50%;
  z-index: 1;
  background: url(../img/txt-ptrn-line.png) 0 0 repeat-x;
}

.steps-more-tt span {
  position: relative;
  z-index: 3;
}

.section-g-ptrn {
  padding: 1px 0;
  background-color: #e2e2e9;
  background-image: linear-gradient(-115deg, #e5e7f0 0%, #e3e5ec 50%, #dcdce3 100%);
}

.section-g-ptrn .site-h1-tt,
.section-g-ptrn .site-h3-tt,
.section-g-ptrn .icon-brush {
  color: #95a090;
}

.section-pg-inner {
  padding-top: 30px;
  padding-bottom: 70px;
}

.download-catalog-l {
  margin-top: 40px;
}

.download-catalog-l a {
  max-width: 300px;
  width: 100%;
  margin: 10px 0;
}

.special-head {
  display: none;
}

.special-service-section {
  padding: 30px 0 20px;
}

.special-service-section .ptrn-b-bg {
  display: none;
}

.special-icons {
  margin: 0;
}

.special-icons li {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 280px;
}

.special-icons p {
  margin: 15px 0;
  color: #767c75;
  font-size: 14px;
  line-height: 20px;
}

.special-icons .icon {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}

.spec-tt {
  display: block;
}

.spec-tt span {
  display: block;
  text-transform: uppercase;
  color: #767c75;
  font-size: 16px;
  font-weight: 700;
}

.icon-service-1 {
  width: 36px;
  height: 50px;
  background: url(../img/icon-service-1.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.icon-service-2 {
  width: 43px;
  height: 51px;
  background: url(../img/icon-service-2.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.icon-service-3 {
  width: 48px;
  height: 52px;
  background: url(../img/icon-service-3.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.icon-service-4 {
  width: 44px;
  height: 52px;
  background: url(../img/icon-service-4.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.person-items {
  margin: 30px -10px 55px;
}

.person-items .ptrn-b-bg {
  display: none;
}

.person-item {
  text-align: center;
  margin: 0 auto 35px;
}

.person-item p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
}

.person-item-img {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 189px;
}

.person-frst .person-item-img {
  width: 137px;
}

.person-frst .person-tt {
  background: url(../img/txt-ptrn-line2.png) 0 0 repeat;
}

.person-sec .person-item-img {
  width: 215px;
}

.person-sec .person-tt {
  line-height: 24px;
  background: url(../img/txt-ptrn-line3.png) 0 0 repeat;
}

.person-thrd .person-item-img {
  width: 137px;
}

.person-thrd .person-tt {
  background: url(../img/txt-ptrn-line4.png) 0 0 repeat;
  color: #767c75;
}

.person-tt {
  display: block;
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #fff;
}

.gallery-section {
  padding: 10px 0 60px;
  max-width: 980px;
  margin: 0 auto;
}

.gallery-desk-wrapp {
  display: none;
}

.mel-bg {
  background: #808a87;
  background-size: cover;
}

.mel-bg .prod-car-info p b {
  color: #3d4945;
}

.sticky .arrow-top {
  display: block;
}

.sticky .insta-head {
  margin-top: 6px;
}

.arrow-top {
  display: none;
  position: fixed;
  bottom: 110px;
  right: auto;
  height: 1px;
  width: 100%;
  text-align: right;
  z-index: 10;
}

.arrow-top .container {
  height: 1px;
}

.arrow-top a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 54px 0 0;
  margin: 15px -5px 0 0;
  width: 80px;
  height: 80px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transform: scale(0.7);
}

.arrow-top a:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/sprite.png);
  background-position: -54px -195px;
  width: 52px;
  height: 41px;
  margin: -34px 0 0 -26px;
  transform: rotate(180deg);
}

.insta-head {
  width: 34px;
  height: 34px;
  float: right;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.insta-head a {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/insta.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.about-cl-w {
  padding-bottom: 50px;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .desk-steps-img {
    display: block;
  }
  .mobile-steps-img {
    display: none;
  }
  /* end media min width 480 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  /* ------------------- Main blocks */

  .main-product-carousel-wrapp {
    margin-bottom: 10px;
  }
  .icon-brush {
    height: 70px;
    font-size: 70px;
  }
  .steps-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .steps-value {
    font-size: 170px;
    line-height: 140px;
  }
  .steps-item {
    width: 30%;
    padding-bottom: 35px;
    margin: 0 0 40px;
  }
  .steps-item .ptrn-b-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .stesp-more-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .steps-more-tt {
    margin: 0 0 0 -10px;
    max-width: 240px;
    padding-left: 30px;
  }
  .stesp-more-info p {
    margin: 0;
    padding: 0 20px;
    max-width: 380px;
    text-align: left;
  }
  .head-brush-tt {
    margin-top: 40px;
  }
  .special-head {
    margin-bottom: 60px;
    display: block;
    text-align: center;
  }
  .spec-tt-head {
    font-size: 32px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
  }
  .special-service-section {
    padding: 20px 0;
  }
  .special-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
  .brush-dark:before {
    margin-left: -3px;
  }
  .person-items {
    margin: 15px 0 50px;
  }
  .person-item {
    max-width: 386px;
    margin: 0 0 15px;
    padding-bottom: 50px;
    position: relative;
  }
  .person-item p {
    display: block;
    max-width: 350px;
    margin: 30px auto;
    padding: 0;
  }
  .person-item .ptrn-b-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  .person-item-img {
    height: 290px;
  }
  .person-tt {
    font-size: 18px;
    line-height: 48px;
  }
  .footer-contacts .btn {
    display: none;
  }
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  /* ------------------- Main blocks */
  .product-carousel-fix {
    position: absolute;
    top: 0;
    left: 330px;
    width: 320px;
    height: 425px;
    min-height: 30px;
    z-index: 3;
    background-color: #fff;
    padding: 70px 0 5px;
    box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff;
  }
  .insta-head {
    margin-right: 20px;
  }
  .sticky .insta-head {
    margin-top: 5px;
  }
  .steps-wrapp {
    padding: 30px 0 50px;
  }
  .steps-img {
    display: block;
  }
  .desk-steps-img {
    margin-bottom: 25px;
  }
  .steps-item {
    width: 32%;
  }
  .steps-item:nth-child(3) {
    width: 32%;
  }
  .steps-item p {
    display: flex;
    align-items: center;
    min-height: 120px;
  }
  .section-pg-inner {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .download-catalog-l {
    display: none;
  }
  .section-g-ptrn .head-brush-tt {
    margin-bottom: 35px;
  }
  .about-inner {
    padding: 45px 0 100px;
    position: relative;
  }
  .about-cl-w {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .section-l-ptrn .about-img {
    margin-top: 130px;
  }
  .about-img {
    float: left;
    width: 500px;
    margin-top: 18px;
    position: relative;
    z-index: 10;
  }
  .about-img:before {
    display: none;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 178, 171, 0.3);
  }
  .about-info {
    margin-left: 540px;
    font-size: 20px;
    line-height: 32px;
    color: #686053;
    text-align: justify;
  }
  .about-info .site-h1-tt {
    margin-bottom: 70px;
    text-align: left;
  }
  .about-info .btn {
    margin-top: 60px;
  }
  .about-s {
    position: absolute;
    right: 0px;
    top: -155px;
    z-index: 5;
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 117px;
    height: 193px;
  }
  .about-h {
    position: absolute;
    left: 150px;
    bottom: 10%;
    background-image: url(../img/sprite.png);
    background-position: -249px 0px;
    width: 92px;
    height: 133px;
    z-index: 5;
  }
  .about-e {
    position: absolute;
    right: 30px;
    bottom: 56px;
    background-image: url(../img/sprite.png);
    background-position: -119px 0px;
    width: 128px;
    height: 170px;
    z-index: 5;
  }
  .gallery-desk-wrapp {
    margin-top: 40px;
    display: block;
  }
  .gallery-col {
    width: 215px;
  }
  .gallery-col:nth-child(2) {
    display: none;
  }
  .gallery-col:nth-child(3) {
    width: 311px;
  }
  .gallery-col:nth-child(3) a {
    border-width: 10px;
  }
  .gallery-col a {
    display: block;
    text-decoration: none;
    border-bottom: 8px solid #fff;
  }
  .gallery-desk-wrapp {
    display: flex;
    justify-content: space-between;
  }
  .product-carousel-fix {
    order: 0;
    width: 33.33%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
  }
  .arrow-top a {
    margin: 0;
    transform: scale(1);
  }
  .footer-contacts .btn {
    display: inline-block;
  }
  .prod-car-lg {
    margin: 50px auto;
  }
  /* end media min width 1024 pixels */
}

/* Min width 1224 pixels */
@media only screen and (min-width: 1224px) {
  /* ------------------- Main blocks */
  .product-carousel-fix {
    padding-top: 65px;
    width: 25%;
  }
  .product-carousel-fix .btn {
    padding-left: 20px;
    padding-right: 50px;
  }
  .product-carousel-fix .btn .icon {
    right: 15px;
  }
  .steps-info {
    margin-bottom: 50px;
  }
  .steps-info {
    margin-top: 50px;
  }
  .steps-item {
    max-width: 355px;
    padding-left: 55px;
    padding-top: 35px;
    padding-bottom: 48px;
    width: 100%;
  }
  .steps-item:nth-child(2) {
    max-width: 330px;
  }
  .steps-item:nth-child(3) {
    width: 100%;
    max-width: 400px;
    padding-left: 80px;
  }
  .steps-item:nth-child(3) .ptrn-b-bg {
    left: 80px;
  }
  .steps-item p {
    font-size: 20px;
    line-height: 26px;
    height: 155px;
    margin-bottom: 0;
  }
  .steps-item .ptrn-b-bg {
    left: 55px;
    bottom: 8px;
  }
  .steps-value {
    font-size: 372px;
    line-height: 237px;
  }
  .stesp-more-info {
    max-width: 1175px;
  }
  .stesp-more-info p {
    padding: 0;
    font-size: 20px;
    max-width: 360px;
    margin-right: 60px;
  }
  .steps-more-tt {
    line-height: 104px;
    font-size: 66px;
    text-align: right;
    margin: 0;
    max-width: 365px;
    width: 100%;
  }
  .about-s {
    right: -40px;
  }
  .about-h {
    left: 207px;
  }
  .about-e {
    right: 52px;
  }
  .about-img {
    width: 635px;
  }
  .about-info {
    margin-left: 705px;
    padding-right: 20px;
  }
  .special-icons {
    max-width: 100%;
  }
  .special-service-section {
    padding: 80px 0 90px;
  }
  .special-icons li {
    width: 270px;
    margin-bottom: 0;
    padding-bottom: 80px;
    position: relative;
  }
  .special-icons p {
    margin: 0 0 15px;
  }
  .special-icons .ptrn-b-bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -135px;
    width: 100%;
  }
  .spec-tt {
    min-height: 60px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .special-head {
    height: 325px;
    text-align: left;
    margin-bottom: 40px;
    background: url(../img/about-img-3.jpg) 100% 0 no-repeat;
    background-size: 808px auto;
  }
  .special-head .head-brush-tt {
    width: 420px;
    margin: 0 0 40px;
    padding-top: 20px;
  }
  .spec-tt-head {
    font-size: 55px;
    line-height: 55px;
  }
  .spec-tt-head > span {
    display: block;
    margin-left: 120px;
  }
  .spec-tt-head > span:first-child {
    margin: 0 0 18px;
  }
  .spec-tt-c {
    color: #fff;
  }
  .person-items {
    margin-bottom: 65px;
  }
  .person-tt {
    font-size: 36px;
    line-height: 60px;
    padding: 7px 10px;
  }
  .person-item-img {
    height: 528px;
  }
  .person-frst .person-item-img {
    width: 243px;
  }
  .person-sec .person-item-img {
    width: 340px;
  }
  .person-sec .person-tt {
    font-size: 30px;
    line-height: 30px;
  }
  .person-thrd .person-item-img {
    width: 255px;
  }
  .gallery-section {
    max-width: 1190px;
    padding: 30px 0 90px;
  }
  .gallery-section .head-brush-tt {
    display: none;
  }
  .gallery-desk-wrapp .head-brush-tt {
    display: block;
  }
  .gallery-col:nth-child(2) {
    display: block;
    text-align: center;
    background: url(../img/gallery-fix-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-bottom: 10px solid #fff;
  }
  .gallery-info {
    padding: 5px 0;
  }
  .gallery-info .head-brush-tt span {
    color: #fff;
    display: block;
    color: #f1f0ee;
    font-size: 40px;
    line-height: 44px;
  }
  .gallery-info .icon-brush {
    margin-bottom: 40px;
  }
  .gallery-logo {
    margin-top: 50px;
  }

  .prod-car-tt {
    max-width: 100%;
  }
  /* end media min width 1224 pixels */
}

/* Min width 1330 pixels */
@media only screen and (min-width: 1330px) {
  .product-carousel-fix {
    padding-top: 70px;
  }
  .about-s {
    right: -60px;
  }
  .about-e {
    right: 10px;
  }
  .special-icons li {
    width: 280px;
  }
  .special-head {
    margin-bottom: 70px;
    background-size: 901px 325px;
  }
  /* end media min width 1330 pixels */
}

/* Min width 1570 pixels */
@media only screen and (min-width: 1570px) {
  .product-carousel-fix {
    padding: 60px 10px 10px;
  }
  .prod-car-about {
    display: block;
    margin: 30px 0 25px;
    min-height: 60px;
  }
  .gallery-section {
    max-width: 1500px;
  }
  .gallery-col {
    width: 270px;
  }
  .gallery-col:nth-child(2) {
    width: 250px;
  }
  .gallery-col:nth-child(3) {
    width: 390px;
  }
  .gallery-col:nth-child(3) a {
    border-width: 11px;
  }
  .gallery-info .head-brush-tt span {
    font-size: 60px;
    line-height: 68px;
  }
  .prod-car-tt.prod-car-lg {
    font-size: 30px;
    line-height: 40px;
  }
  .prod-car-tt {
    font-size: 45px;
    line-height: 45px;
  }
  .prod-car-tt .spec-b {
    font-size: 45px;
    line-height: 45px;
    margin-left: -10px;
  }
  .prod-car-about {
    margin-bottom: 20px;
    min-height: 40px;
  }
  /* end media min width 1570 pixels */
}

/* Min width 1920 pixels */
@media only screen and (min-width: 1920px) {
  .product-carousel-fix {
    padding: 120px 10px 20px;
  }
  .prod-car-tt {
    font-size: 28px;
    line-height: 32px;
  }
  .prod-car-name {
    font-size: 92px;
    line-height: 92px;
  }
  .prod-car-about {
    font-size: 20px;
  }
  .gallery-section {
    max-width: 1860px;
  }
  .gallery-col {
    width: 344px;
  }
  .gallery-col:nth-child(2) {
    width: 282px;
  }
  .gallery-col:nth-child(3) {
    width: 498px;
  }
  .gallery-col:nth-child(3) a {
    border-width: 9px;
  }
  .gallery-info .head-brush-tt span {
    font-size: 75px;
    line-height: 80px;
  }
  .gallery-logo {
    margin-top: 100px;
  }
  .prod-car-tt {
    font-size: 60px;
    line-height: 60px;
  }
  .prod-car-tt .spec-b {
    font-size: 60px;
    line-height: 60px;
    margin-left: 0px;
  }
  .prod-car-tt.prod-car-lg {
    font-size: 36px;
    line-height: 46px;
  }
  /* end media min width 1920 pixels */
}

.mfp-wrap, .owl-carousel .owl-item, .owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
}

.mfp-arrow, .owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: '';
}

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

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

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

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  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-loading {
  opacity: 0;
  display: block;
}

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.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;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform .1s ease;
}

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

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

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

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

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ------------------- Plugins */
/* ------------------- magnific modal window */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-light-ptrn {
  padding: 25px 10px;
  background: url(../img/modal-bg.jpg) 50% 50% repeat;
  position: relative;
  background-size: cover;
}

.modal-light-ptrn:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/modal-line-head.jpg) 50% 0 repeat-x;
}

.modal-steps-tt {
  margin-bottom: 40px;
  text-align: center;
}

.modal-steps-tt .head-brush-tt {
  margin-bottom: 50px;
}

.modal-steps-about ul {
  margin: 0;
}

.modal-steps-about ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  padding-left: 30px;
  color: #463d34;
  position: relative;
}

.modal-steps-about ul li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #5f5244;
  border-radius: 50%;
}

.modal-about-img {
  display: none;
}

.modal-about {
  padding: 15px;
  text-align: center;
}

.modal-about p {
  max-width: 440px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 24px;
}

/*.modal-st-ptrn {
  background: url(../img/sec-dgreen-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}*/

.modal-st-ptrn-f {
  background-color: #fff;
}

.modal-st-ptrn-d {
  background-color: #f1f0ee;
}

.modal-st-ptrn-f .site-h2-tt,
.modal-st-ptrn-d .site-h2-tt {
  color: #95a090;
}


.st-modal {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  background-color: #fff;
}

.mfp-gallery .mfp-container {
  max-width: 900px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  right: 0;
  top: 20px;
}

.mfp-close-btn-in .mfp-close:active {
  right: 0px;
  top: 20px;
}

.st-modal {
  margin: 70px auto;
}

.st-modal .mfp-close {
  top: -50px;
}

.st-modal .mfp-close:active {
  top: -50px;
}

.mfp-bottom-bar {
  display: none;
}

img.mfp-img {
  padding: 70px 0;
}

.mfp-figure:after {
  display: none;
}

.mfp-close {
  top: -55px;
  right: 4px;
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  font-family: 'svg icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  line-height: 37px;
  overflow: hidden;
  opacity: 1;
}

.mfp-close:before {
  content: '\004a';
  display: block;
}

.mfp-close:active {
  top: -55px;
  right: 4px;
}

button.mfp-arrow {
  display: inline-block;
  font-family: 'svg icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 41px;
  color: #fff;
  opacity: 1;
}

button.mfp-arrow:before {
  display: none;
}

button.mfp-arrow:after {
  height: 41px;
  line-height: 41px;
  width: 19px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.mfp-arrow-right:after {
  content: '\0046';
  border: none;
  margin: 0;
}

.mfp-arrow-left:after {
  content: '\0042';
  border: none;
  margin: 0;
}

/* ------------------- owl carousel */
.owl-carousel {
  padding-bottom: 40px;
}

.product-list-carousel {
  padding-bottom: 10px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}

.owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.owl-nav > div {
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #95a090;
  margin-top: -15px;
  text-indent: 0;
  overflow: hidden;
}

.owl-nav > div:before {
  display: block;
  font-family: 'svg icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-prev {
  left: 10px;
}

.owl-prev:before {
  content: '\0043';
}

.owl-next {
  right: 10px;
}

.owl-next:before {
  content: '\0047';
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  z-index: 2;
  padding: 0 50px;
}

.owl-dots > div {
  width: 13px;
  height: 13px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  border: 2px solid #95a090;
}

.owl-dots > div.active {
  background-color: #95a090;
  box-shadow: 0 0 0 2px #95a090;
}

.main-carousel {
  padding-bottom: 0;
}

.main-carousel .owl-nav,
.main-carousel .owl-dots {
  bottom: auto;
  top: 440px;
  padding: 0;
}

.main-carousel .owl-nav {
  top: 452px;
}

.section-d-ptrn .carousel-prod-head,
.section-d-ptrn .prod-car-info {
  color: #f1f0ee;
}

.section-d-ptrn .owl-dots > div {
  border-color: #fff;
}

.section-d-ptrn .owl-dots > div.active {
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff;
}

.section-d-ptrn .owl-nav > div {
  color: #fff;
}

.carousel-prod-head {
  padding: 0 10px;
}

.m-carousel-item {
  width: 50%;
  position: relative;
  max-height: 600px;
}

.m-carousel-item:before {
  content: ' ';
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #fff;
}

.m-carousel-item:first-child:before {
  display: none;
}

.m-carousel-item.m-car-hidden {
  display: none;
}

.m-carousel-item a {
  display: block;
  height: 100%;
}

.m-carousel-item img {
  vertical-align: top;
  min-height: 100%;
}

.main-car-wrapp {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.carousel-prod-wrapp {
  margin: 0 -10px 35px;
}

.prod-car-desktop {
  display: none;
}

.prod-car-mobile {
  height: 400px;
  overflow: hidden;
  margin: 0 0 80px;
  position: relative;
}

.owl-carousel .prod-car-mobile img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-width: 2000px;
  transform: translate(-50%, -50%);
}

.prod-car-info {
  padding: 0 10px;
  color: #746d60;
}

.prod-car-info ul li {
  margin: 0;
  list-style-type: none;
}

.carousel-prod {
  padding-bottom: 40px;
}

.product-list-wrapp {
  margin-bottom: 50px;
}

.gallery-mobile {
  padding-bottom: 60px;
  text-align: center;
}

.prod-list-head {
  padding: 0 6px;
  margin: 0 auto 35px;
}

.prod-list-head .site-h3-tt {
  margin: 0 0 10px;
}

.show-more-prod {
  font-weight: 700;
  font-size: 16px;
  color: #645c51;
  text-align: right;
  text-decoration: none;
}

.show-more-prod span {
  margin-right: 12px;
}

.show-more-prod:hover span {
  text-decoration: underline;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
  margin-left: -20px;
}

.product-list-item {
  width: 125px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.prod-img {
  display: block;
  box-shadow: -5px 2px 7px 0 rgba(0, 0, 0, 0.22);
  height: 85px;
  width: 125px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.prod-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.prod-name {
  display: block;
  padding: 17px 7px 0;
  font-size: 13px;
  line-height: 17px;
  color: #474c66;
}
/*developers 13.03.19*/
.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* ------------------- Main blocks */
  .btn.callback {
    position: fixed;
    bottom: 30px;
    top: auto;
    left: 20px;
    right: auto;
    font-size: 10px;
    padding: 36px 0;
    min-width: 100px;
    word-wrap: break-word;
    border-radius: 50%;
    z-index: 100;
    background: #323345;
    color: #fff;
    border: 2px solid #808a87;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* ------------------- Main blocks */
  .callback {
    right: 4%;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  /* ------------------- Main blocks */
  .callback {
    right: 11%;
}
}
/* Min width 320 pixels */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-prod {
    padding-bottom: 0;
  }
  .carousel-prod .owl-nav {
    bottom: auto;
    height: 26px;
    margin-top: 30px;
  }
  .carousel-prod .owl-dot {
    bottom: auto;
    margin-top: 30px;
  }
  .btn.callback {
    position: fixed;
    bottom: 14px;
    top: auto;
    left: 4px;
    right: auto;
    font-size: 8px;
    padding: 26px 0;
    min-width: 80px;
    word-wrap: break-word;
    border-radius: 50%;
    z-index: 100;
    background: #323345;
    color: #fff;
    border: 2px solid #808a87;
}
  /* end media min width 320 pixels */
  .footer-logo {
    align-items: center;
  }
  .footer-logo .developer {
    margin-top: 20px;
  }
  .footer-logo .developer a {
    width: 200px;
  }
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .prod-car-mobile {
    height: 400px;
  }
  /* end media min width 480 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .modal-steps-tt {
    float: left;
    width: 280px;
    margin-bottom: 0px;
  }
  .modal-light-ptrn {
    padding: 25px;
  }
  .modal-steps-about {
    margin-left: 300px;
  }
  .main-carousel .owl-dots {
    display: block;
    bottom: 25px;
  }
  .main-carousel .owl-dots > div {
    border-color: #fff;
  }
  .main-carousel .owl-dots > div.active {
    background-color: #fff;
    box-shadow: 0 0 0 2px #fff;
  }
  .carousel-prod-wrapp {
    margin: 0 0 35px;
    padding: 0 50px;
  }
  .prod-car-item {
    overflow: hidden;
  }
  .prod-car-mobile {
    width: 40%;
    float: left;
    margin: 30px;
    height: 350px;
  }
  .owl-carousel .prod-car-mobile img {
    max-width: 100%;
  }
  .prod-car-info {
    padding: 20px 20px 20px 35px;
  }
  .prod-car-info p {
    margin: 0 0 20px;
  }
  .c-prod-rt .prod-car-mobile {
    float: right;
  }
  .c-prod-rt .prod-car-info {
    padding: 20px 35px 20px 20px;
  }
  .carousel-prod-head span {
    display: block;
  }
  .modal-about p {
    margin: 30px auto;
  }
  .prod-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .prod-list-head .site-h3-tt {
    margin: 0;
  }
  .product-list {
    margin-left: -20px;
    overflow: hidden;
  }
  .product-list-item {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  .product-list-item .prod-img {
    width: 100%;
  }
  .prod-img {
    height: 143px;
    width: 225px;
  }
  .product-list-carousel {
    padding-bottom: 30px;
  }
  .carousel-prod .owl-nav,
  .carousel-prod .owl-dots {
    top: auto !important;
  }
  .person-carousel {
    padding-bottom: 0;
  }
  /* end media min width 768 pixels */
  /*developer*/
  .footer-logo {
    justify-content: space-around;
  }
  .footer-logo .developer a {
    width: 200px;
  }
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .mfp-close-btn-in .mfp-close {
    right: -55px;
    top: 70px;
  }
  .mfp-close-btn-in .mfp-close:active {
    right: -55px;
    top: 70px;
  }
  .mfp-close {
    top: 0;
    right: -55px;
  }
  .mfp-close:active {
    top: 0;
    right: -55px;
  }
  .st-modal .mfp-close {
    right: 0;
    top: -50px;
  }
  .st-modal .mfp-close.active {
    right: 0;
    top: -50px;
  }
  .owl-nav {
    top: 50%;
    height: 1px;
  }
  .owl-nav > div {
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 44px;
    color: #626960;
    margin-top: 0;
  }
  .carousel-prod .owl-nav {
    top: 50% !important;
    margin-top: -55px;
  }
  .owl-prev {
    left: -50px;
  }
  .owl-prev:before {
    content: '\0044';
  }
  .owl-next {
    right: -50px;
  }
  .owl-next:before {
    content: '\0048';
  }
  .main-carousel {
    max-width: 980px;
    margin: 0 auto;
  }
  .main-carousel .owl-dots {
    width: 320px;
    top: auto;
    padding: 0;
  }
  .main-carousel .owl-nav {
    display: none;
  }
  .carousel-prod {
    padding-bottom: 0;
    margin-bottom: -1px;
  }
  .carousel-prod .owl-dots {
    width: 475px;
  }
  .carousel-prod-inner {
    display: flex;
    align-items: flex-end;
  }
  .carousel-prod-wrapp {
    margin: 0;
  }
  .prod-car-mobile {
    display: none;
  }
  .prod-car-info {
    margin-left: 0;
  }
  .prod-car-desktop {
    display: block;
    width: auto;
    height: 645px;
    min-width: 475px;
    max-width: 530px;
    line-height: 645px;
    text-align: center;
    padding-right: 20px;
  }
  .c-prod-lt .prod-car-desktop {
    position: relative;
  }
  .c-prod-lt .prod-car-desktop img {
    z-index: 5;
    position: relative;
  }
  .c-prod-lt .owl-dots {
    bottom: 38px;
  }
  .c-prod-lt .owl-dots > div {
    border-color: #626960;
  }
  .c-prod-lt .owl-dots > div.active {
    background-color: #626960;
    box-shadow: 0 0 0 2px #626960;
  }
  .c-prod-rt .prod-car-info {
    margin: 0;
    order: 1;
  }
  .c-prod-rt .prod-car-desktop {
    order: 2;
  }
  .c-prod-rt .prod-car-desktop img {
    vertical-align: bottom;
  }
  .c-prod-rt .owl-dots {
    left: auto;
    right: 0;
    bottom: 38px;
  }
  .c-prod-rt .owl-dots > div {
    border-color: #fff;
  }
  .c-prod-rt .owl-dots > div.active {
    background-color: #fff;
    box-shadow: 0 0 0 2px #fff;
  }
  .product-list-wrapp {
    max-width: 870px;
    margin: 0 auto 20px;
  }
  .prod-list-head {
    padding: 0 6px;
    max-width: 840px;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .prod-list-head .site-h3-tt {
    margin: 0;
  }
  .show-more-prod {
    font-weight: 700;
    font-size: 16px;
    color: #645c51;
    text-align: right;
    text-decoration: none;
  }
  .show-more-prod span {
    margin-right: 12px;
  }
  .show-more-prod:hover span {
    text-decoration: underline;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    margin-left: 0px;
  }
  .product-list-item {
    width: 202px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  .prod-img {
    display: block;
    width: 200px;
    box-shadow: -5px 2px 7px 0 rgba(0, 0, 0, 0.22);
  }
  .prod-name {
    display: block;
    padding: 17px 7px 0;
    font-size: 13px;
    line-height: 17px;
    color: #474c66;
  }
  .product-list-carousel {
    padding-bottom: 0;
  }
  .product-list-carousel .owl-nav {
    margin-top: -65px;
  }
  .gallery-mobile.owl-carousel {
    display: none;
  }
  .modal-light-ptrn {
    padding: 50px 40px 50px;
  }
  .modal-steps-tt {
    width: 382px;
  }
  .modal-steps-about {
    margin-left: 455px;
    padding-top: 25px;
  }
  .modal-steps-about li {
    padding-left: 40px;
    margin: 25px 0;
  }
  .modal-about-img {
    float: left;
    display: block;
    width: 435px;
    overflow: hidden;
  }
  .modal-about-img img {
    min-height: 608px;
    max-width: 2000px;
  }
  .modal-about {
    margin-left: 435px;
    padding: 30px 20px;
    max-height: 608px;
    overflow: auto;
  }
  .product-list-carousel .owl-dots {
    display: none;
  }
  .m-carousel-item {
    width: 33.33%;
    height: 460px;
  }
  .prod-car-desktop img {
    height: 645px;
  }
  /* end media min width 1024 pixels */
    /*developer*/
    .footer-logo .developer {
      margin-bottom: 0;
    }
}

/* Min width 1224 pixels */
@media only screen and (min-width: 1224px) {
  .main-carousel {
    max-width: 100%;
  }
  .main-carousel .owl-dots {
    width: 590px;
    padding: 0 30px;
    text-align: right;
  }
  .m-carousel-item {
    width: 25%;
  }
  .m-carousel-item.m-car-hidden {
    display: block;
  }
  .prod-car-info,
  .prod-car-info p {
    font-size: 18px;
    line-height: 28px;
  }
  .product-list-wrapp {
    max-width: 960px;
  }
  .prod-list-head {
    max-width: 9300px;
  }
  .product-list-carousel .owl-nav {
    width: 1100px;
    left: -70px;
  }
  .carousel-prod-inner {
    display: flex;
    align-items: flex-center;
  }
  .prod-car-desktop {
    height: auto;
  }
  .prod-car-desktop img {
    max-height: 800px;
  }
  .st-modal .mfp-close {
    right: -60px;
    top: 0;
  }
  .st-modal .mfp-close:active {
    right: -60px;
    top: 0;
  }
  .carousel-prod-inner {
    align-items: center;
  }
  /* end media min width 1224 pixels */
  /*developer*/
  .footer-logo .developer {
    margin-bottom: 50px;
  }
  .footer-logo {
    justify-content: space-between;
  }
}

/* Min width 1330 pixels */
@media only screen and (min-width: 1330px) {
  .main-carousel .owl-dots {
    width: 636px;
  }
  .m-carousel-item {
    height: 500px;
  }
  .product-carousel-fix {
    padding-top: 70px;
  }
  /* end media min width 1330 pixels */
}

/* Min width 1570 pixels */
@media only screen and (min-width: 1570px) {
  .main-carousel .owl-dots {
    width: 780px;
  }
  .m-carousel-item {
    height: 530px;
  }
  /* end media min width 1570 pixels */
}

/* Min width 1800 pixels */
@media only screen and (min-width: 1800px) {
  .main-carousel .owl-dots {
    width: 956px;
  }
  .m-carousel-item {
    height: 628px;
    max-height: 100%;
    position: relative;
  }
  .m-carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-carousel-fix {
    padding-top: 80px;
  }
  /* end media min width 1800 pixels */
}
