/*! 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;
}

.main-wrapper {
  padding: 0px 5%;
}

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

h1 {
  font-size: 2em;
  margin: 0.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;
  cursor: pointer;
}

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: -0.25em;
}

sup {
  top: -0.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: 0.35em 0.625em 0.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: "Cassandra";
  src: url("../fonts/4250.eot");
  src: url("../fonts/4250.eot") format("embedded-opentype"),
    url("../fonts/4250.woff2") format("woff2"),
    url("../fonts/4250.woff") format("woff"),
    url("../fonts/4250.ttf") format("truetype"),
    url("../fonts/4250.svg#4250") format("svg");
}

/* ------------------- 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: 14px "Ubuntu", Arial, sans-serif;
  line-height: 20px;
  color: #5a565e;
}

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: 20px 0;
  padding: 0;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #37313e;
}

h1,
.site-h1-tt {
  font-size: 26px;
}

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

ul,
ol {
  margin: 20px 0;
  padding: 0;
  list-style-position: inside;
}

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: #4a93df;
  text-decoration: underline;
}

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

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

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1,
  .site-h1-tt {
    font-size: 48px;
  }
  h2,
  .site-h2-tt {
    font-size: 48px;
  }
  h3,
  .site-h3-tt {
    font-size: 22px;
  }
  h4,
  .site-h4-tt {
    font-size: 18px;
  }
  h5,
  .site-h5-tt {
    font-size: 16px;
  }
  h6,
  .site-h6-tt {
    font-size: 14px;
  }
  /* end media min width 768 pixels */
}

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

.icon-address {
  background-image: url(../img/sprite.png);
  background-position: -292px 0px;
  width: 16px;
  height: 22px;
}

.icon-adv1 {
  background-image: url(../img/sprite.png);
  background-position: -220px 0px;
  width: 70px;
  height: 88px;
}

.icon-adv2 {
  background-image: url(../img/sprite.png);
  background-position: 0px -99px;
  width: 85px;
  height: 89px;
}

.icon-adv3 {
  background-image: url(../img/sprite.png);
  background-position: -87px -99px;
  width: 71px;
  height: 89px;
}

.icon-adv4 {
  background-image: url(../img/sprite.png);
  background-position: -121px 0px;
  width: 97px;
  height: 83px;
}

.icon-arrow-hover {
  background-image: url(../img/sprite.png);
  background-position: -207px -190px;
  width: 30px;
  height: 14px;
}

.icon-arrow {
  background-image: url(../img/sprite.png);
  background-position: -160px -170px;
  width: 30px;
  height: 14px;
}

.icon-arrow2-hover {
  background-image: url(../img/sprite.png);
  background-position: -141px -190px;
  width: 64px;
  height: 31px;
}

.icon-arrow2 {
  background-image: url(../img/sprite.png);
  background-position: -220px -153px;
  width: 64px;
  height: 31px;
}

.icon-arrow3 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 119px;
  height: 97px;
}

.icon-clock {
  background-image: url(../img/sprite.png);
  background-position: -22px -237px;
  width: 20px;
  height: 20px;
}

.icon-mail {
  background-image: url(../img/sprite.png);
  background-position: -44px -237px;
  width: 23px;
  height: 16px;
}

.icon-mail2 {
  background-image: url(../img/sprite.png);
  background-position: -160px -146px;
  width: 32px;
  height: 22px;
}

.icon-pers {
  background-image: url(../img/sprite.png);
  background-position: 0px -237px;
  width: 20px;
  height: 21px;
}

.icon-phone {
  background-image: url(../img/sprite.png);
  background-position: 0px -190px;
  width: 45px;
  height: 45px;
}

.icon-phone2 {
  background-image: url(../img/sprite.png);
  background-position: -194px -146px;
  width: 22px;
  height: 22px;
}

.icon-phone3 {
  background-image: url(../img/sprite.png);
  background-position: 0px -260px;
  width: 18px;
  height: 21px;
}

.icon-address {
  background-image: url(../img/sprite.png);
  background-position: -292px 0px;
  width: 16px;
  height: 22px;
}

.icon-quotes {
  background-image: url(../img/sprite.png);
  background-position: -220px -90px;
  width: 69px;
  height: 61px;
}

.icon-soc1 {
  background-image: url(../img/sprite.png);
  background-position: -94px -190px;
  width: 45px;
  height: 45px;
}

.icon-soc2 {
  background-image: url(../img/sprite.png);
  background-position: -47px -190px;
  width: 45px;
  height: 45px;
}

.icon-soc3 {
  background-image: url(../img/sprite.png);
  background-position: -160px -99px;
  width: 45px;
  height: 45px;
}

.icon-star {
  background-image: url(../img/sprite.png);
  background-position: -292px -24px;
  width: 13px;
  height: 12px;
}

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

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

#wrapper {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  transition: left 0.2s linear;
}

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

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

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

.container {
  padding: 1px 15px;
}

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

/*  ------------------- Bread crumbs */
.bread-crumbs {
  padding: 0;
  list-style-type: none;
}

.bread-crumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.bread-crumbs li:before {
  content: "/ ";
}

.bread-crumbs li:first-child:before {
  display: none;
}

/*  ------------------- Pagination */
.pagination {
  list-style-type: none;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}

.pagination a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #f9f9f9;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.pagin-prev a,
.pagin-next a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* ------------------- Header */
.header {
  position: relative;
  padding: 15px 0;
  z-index: 2;
}

.logo {
  width: 100px;
  margin: 0 auto 10px;
}

.logo a {
  display: block;
  outline: none;
  text-align: center;
  cursor: auto;
}

.ic-phone {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 24px 5px rgba(83, 60, 108, 0.26);
  border: 9px solid #624c7a;
  opacity: 0.83;
  background: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  overflow: hidden;
  text-align: center;
  display: none;
}

.ic-phone .icon {
  border-radius: 50%;
}

.phone {
  text-align: center;
  padding-top: 10px;
}

.phone > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  color: #37313e;
  font-size: 20px;
  line-height: 24px;
}

/* ------------------- Footer */
.footer {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  margin: 0;
  opacity: 1;
  background-color: #a181aa;
  color: #fff;
  text-align: center;
}

.footer .container {
  overflow: hidden;
}

.footer-bl {
  padding: 30px 0;
}

.copy {
  display: block;
  font-size: 14px;
  line-height: 30px;
  border-top: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
}

.copy a {
  text-decoration: none;
  color: white;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-contact {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.mail-footer {
  display: block;
  margin-top: 10px;
}

.mail-footer span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 18px;
  line-height: 30px;
}

.mail-footer .icon {
  display: inline-block;
  vertical-align: middle;
}

.soc-bl a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  /*  ------------------- Page structure */
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
  .hidden-mobile {
    display: block;
  }
  .header > div {
    position: relative;
  }
  /* ------------------- Header */
  .logo {
    float: left;
    margin-left: 80px;
  }
  .phone {
    float: right;
  }
  .ic-phone {
    display: inline-block;
    margin-left: 20px;
  }
  /* ------------------- Footer */
  .footer-logo {
    float: left;
    margin-bottom: 0;
  }
  .footer-contact {
    float: right;
    text-align: right;
    margin-bottom: 0;
    padding-top: 20px;
  }
  .footer-bl {
    overflow: hidden;
    padding: 41px 0 53px;
  }
  .soc-bl {
    padding-top: 37px;
    margin: 0 200px;
  }
  .copy {
    padding: 27px 0 35px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  /*  ------------------- Page structure */
  .section-st {
    padding: 70px 0;
  }
  .container {
    max-width: 980px;
    padding: 1px 10px;
  }
  .hidden-devices {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .footer-logo {
    margin-left: 37px;
  }
  .mail-footer {
    margin-top: 20px;
  }
  /* end media min width 1024 pixels */
}

/* Min width 1224 pixels */
@media only screen and (min-width: 1224px) {
  /*  ------------------- Page structure */
  .container {
    max-width: 1150px;
  }
  /* ------------------- Header */
  .head-menu {
    margin-left: 10px;
  }
  /* ------------------- Footer */
  /* end media min width 1224 pixels */
}

@media only screen and (min-width: 1450px) {
  .container {
    max-width: 1330px;
  }
}

/* ------------------- Button styles */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  margin: 0;
  padding: 10px 20px;
  border: none;
  background-color: #f3ca3f;
  background-image: linear-gradient(to top, #eabf2b 0%, #f4e275 100%);
  border-radius: 20px;
  font: normal normal 16px/26px "Ubuntu", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #37313e;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover {
  background: #f0bd0f;
  text-decoration: none;
  color: #37313e;
}

.btn.btn-max {
  width: 100%;
}

.btn.btn-sm {
  min-width: 60px;
  padding: 5px 10px;
  font-size: 12px;
}

.btn.btn-md {
  min-width: 120px;
  padding: 16px 25px;
  font-size: 18px;
}

.btn.btn-lg {
  min-width: 160px;
  padding: 22px 30px;
  font-size: 24px;
}

.btn-icon .icon {
  margin-left: 10px;
  vertical-align: middle;
}

.btn-icon span {
  display: inline-block;
  vertical-align: middle;
}

.btn-border {
  border: 1px solid #000;
  background: none;
  color: #000;
  line-height: 22px;
}

.btn-border:hover {
  background-color: #f3ca3f;
  color: #fff;
  border-color: #f3ca3f;
}

/* ------------------- 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: #5a565e;
}

input,
textarea {
  border-radius: 4px;
  padding: 0 15px;
  height: 40px;
  position: relative;
  outline: none;
  font: 14px "Ubuntu", Arial, sans-serif;
  color: #5a565e;
  background-color: #fff;
  border: 1px solid #e2e0eb;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5a565e;
  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[type="text"],
input[type="password"] {
  width: 100%;
}

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

/* ------------------- Navigation */
.menu-open-wrapper-page {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.menu-open-wrapper-page #wrapper {
  position: absolute;
  top: 0;
  left: 260px;
  z-index: 2;
}

.menu-open-wrapper-page .footer {
  opacity: 0;
  margin-left: 260px;
}

.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;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 101;
  padding: 8px 0;
}

.menu-icon span {
  display: block;
  height: 3px;
  background-color: #6b5480;
  position: relative;
}

.menu-icon span:before,
.menu-icon span:after {
  content: " ";
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #6b5480;
  width: 100%;
}

.menu-icon span:before {
  top: -8px;
}

.menu-icon span:after {
  bottom: -8px;
}

.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: #6b5480;
  padding: 20px;
  height: 100%;
  overflow: auto;
}

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

.menu > li {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

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

.menu > li > a:hover {
  text-decoration: underline;
}

/* ------------------- menu drop down */
.menu-dd-open-link {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-dd-open-link > span {
  display: inline-block;
  vertical-align: top;
}

.menu-drop-down {
  position: relative;
}

.menu-drop-down > ul {
  display: none;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}

.menu-drop-down > ul > li {
  padding-left: 15px;
  line-height: 20px;
  margin: 10px 0;
  position: relative;
}

.menu-drop-down > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.menu-drop-down > ul > li > a:hover {
  text-decoration: underline;
}

.menu-dd-open > ul {
  display: block;
}

.menu-dd-open .arrow-corner-bottom {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-bottom-color: #fff;
  margin-left: 5px;
}

.arrow-corner-bottom {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-left: 6px solid transparent;
  border-top-color: #fff;
  margin-left: 5px;
}

/* ------------------- 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: 15px 13px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background 0.2s linear, left 0.2s linear;
}

.menu-mobile-open .menu-icon {
  left: 13px;
  top: 20px;
  background: none;
}

.menu-mobile-open .menu-icon span {
  background: none;
}

.menu-mobile-open .menu-icon span:before,
.menu-mobile-open .menu-icon span:after {
  transition: transform 0.2s linear;
  transform-origin: 50% 50%;
}

.menu-mobile-open .menu-icon span:before {
  top: 0;
  transform: rotate(45deg);
}

.menu-mobile-open .menu-icon span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .menu-open-wrapper-page #wrapper {
    left: 360px;
  }
  .menu-open-wrapper-page .footer {
    margin-left: 360px;
  }
  .menu-wrapper-fixed {
    left: -360px;
    width: 360px;
    min-width: 360px;
  }
  .menu-mobile-open .menu-icon-wrap {
    left: 360px;
  }
  /* end media min width 480 pexels */
}

@media only screen and (min-width: 768px) {
  .menu-icon {
    top: 34px;
  }
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .menu-open-wrapper-page {
    overflow: visible;
    position: relative;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
  }
  .menu-open-wrapper-page #wrapper {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    transition: none;
  }
  .menu-open-wrapper-page .footer {
    margin-left: 0;
    opacity: 1;
  }
  .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;
  }
  .menu {
    text-align: center;
  }
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }
  .menu > li:last-child {
    margin-right: 0;
  }
  .menu > li > a {
    color: #37313e;
    font-size: 13px;
    line-height: 40px;
    padding: 20px 0 16px;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    display: block;
  }
  .menu > li > a:hover {
    border-color: #f3ca3f;
    text-decoration: none;
    color: #37313e;
  }
  .head-menu {
    max-width: 45%;
    float: left;
  }
  .header {
    padding: 0;
  }
  .logo {
    background: #fff;
    width: 214px;
    padding: 33px 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -70px;
    height: 160px;
    margin-bottom: 0;
  }
  .phone {
    float: right;
  }
  /* ------------------- menu drop down */
  .menu-drop-down:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    width: 270px;
    text-align: left;
    background-color: #000;
    padding: 15px 20px 10px 10px;
  }
  .menu-drop-down .arrow-corner-bottom {
    display: none;
  }
  .menu-dd-open > ul {
    display: none;
  }
  /* end media min width 1024 pixels */
}

@media only screen and (min-width: 1224px) {
  .menu > li > a {
    font-size: 14px;
    padding: 30px 0 24px;
  }
  .menu > li {
    margin-right: 15px;
  }
  .menu > li:last-child {
    margin-right: 0;
  }
  .logo {
    padding-top: 24px;
  }
  .phone {
    padding: 16px 9px 0px 0;
  }
  .ic-phone {
    margin-left: 36px;
  }
}

@media only screen and (min-width: 1450px) {
  .menu > li > a {
    font-size: 18px;
    line-height: 30px;
    padding: 33px 0 27px;
  }
  .menu > li {
    margin-right: 22px;
  }
}

.mfp-container,
.owl-theme .owl-dots {
  text-align: center;
}

.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  -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-backface-visibility: hidden;
  -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 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.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;
  -webkit-backface-visibility: hidden;
  transition: transform 0.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 0.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;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  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: -0.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: 0.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: 0.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: 0.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.6);
}

.st-modal {
  position: relative;
  max-width: 500px;
  margin: 30px auto;
  padding: 10px 30px;
  background-color: #fff;
}

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

.mfp-close {
  top: -24px;
  right: -24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

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

/* ------------------- Main blocks */
.section-main {
  overflow: hidden;
  background: url("../img/bg-main.jpg");
}

.main-slider-img {
  display: none;
}

.item-main-slider-bl {
  padding: 20px 0 60px;
  color: #fff;
}

.item-main-slider-bl p {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.tt-main-slider {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}

.tt-main-slider > span {
  color: #f3ca3f;
}

.main-slider .owl-dots {
  position: absolute;
  padding: 0 20px;
  left: 50%;
  width: 100%;
  max-width: 768px;
  transform: translateX(-50%);
  bottom: 20px;
}

.main-slider .owl-dots > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px;
  width: 13px;
  height: 13px;
  background-color: #e2e0eb;
  border-radius: 50%;
}

.main-slider .owl-dots > div.active {
  background-color: #eac02e;
}

.main-slider .owl-dots > div:last-child {
  margin-right: 0;
}

.why-we {
  padding: 30px 0;
}

.tt-cont {
  text-align: center;
  margin-bottom: 50px;
}

.tt-cont h2 {
  margin: 0 0 10px;
}

.tt-cont-cont {
  display: block;
  position: relative;
  padding-bottom: 24px;
  font-family: "Cassandra", Arial, sans-serif;
  color: #37313e;
  font-size: 20px;
  line-height: 24px;
}

.tt-cont-cont:before {
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #f4cf50;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
}

.list-why-we {
  list-style: none;
  padding: 0;
  margin: 0;
  word-spacing: -0.36em;
  font-family: Verdana;
  text-align: center;
}

.list-why-we > li {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  padding: 0 5px;
  margin: 0 0 20px;
}

.list-why-we > li > p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #5a565e;
}

.ic-why-we {
  display: block;
  width: 189px;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #894078;
  padding: 10px;
}

.ic-why-we > span {
  display: block;
  border-radius: 50%;
  border: 2px dashed white;
  height: 169px;
  line-height: 169px;
}

.ic-why-we > span .icon {
  display: inline-block;
  vertical-align: middle;
}

.tt-why-we {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #37313e;
  margin-bottom: 15px;
}

.product-cont-lf {
  max-width: 560px;
  margin: 0 auto 20px;
}

.product-lf-info {
  display: block;
  background: url("../img/product-lf-info.jpg");
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}

.product-lf-info > span {
  display: block;
  color: #efc73e;
}

.product-slider {
  margin-bottom: 40px;
}

.product-slider .owl-dots {
  text-align: center;
  margin-top: 27px;
}

.product-slider .owl-dots > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  border-radius: 50%;
  background-color: #e2e0eb;
  width: 13px;
  height: 13px;
}

.product-slider .owl-dots > div.active {
  background-color: #eac02e;
}

.nav-product-cont {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -2%;
  word-spacing: -0.36em;
  font-family: Verdana;
  width: 78%;
  float: left;
}

.nav-product-cont > li {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: normal;
  width: 30%;
  margin-left: 2%;
  font-size: 10px;
  line-height: 14px;
  color: #c1bfce;
  text-align: center;
}

.nav-product-cont > li > div {
  display: block;
  border-radius: 5px;
  height: 6px;
  margin-bottom: 10px;
  background-color: #e2e0eb;
}

.nav-product-cont > li.active {
  color: #f5d566;
}

.nav-product-cont > li.active > div {
  background-color: #f5d566;
}

.head-product-cont {
  overflow: hidden;
  margin-bottom: 20px;
}

.number-product-cont {
  float: right;
  color: #e2e0eb;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 3px;
}

.number-product-cont > span {
  color: #f5d566;
}

.product-cont-rh {
  border: 5px solid #e2e0eb;
  padding: 20px;
  overflow: hidden;
}

.tt-product-cont {
  display: block;
  margin-bottom: 14px;
  color: #37313e;
  font-size: 16px;
  line-height: 26px;
}

.tt-product-cont b {
  font-weight: 500;
}

.check-bl {
  overflow: hidden;
  margin-bottom: 20px;
}

.check-bl label {
  display: block;
  margin-left: 49px;
  color: #5a565e;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
}

.check-bl label > span {
  color: #eac02e;
  font-weight: 500;
}

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  width: 30px;
  height: 28px;
  border: 3px solid #f3ca3f;
  float: left;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  width: 16px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
  background-color: #f8c927;
}

.jcf-checkbox.jcf-disabled {
  background-color: #e1e1e1;
}

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  width: 30px;
  height: 28px;
  border: 3px solid #f3ca3f;
  float: left;
}

.jcf-radio span {
  position: absolute;
  display: none;
  width: 16px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
  background-color: #f8c927;
}

.jcf-radio.jcf-disabled {
  background-color: #e1e1e1;
  border: none;
}

.item-slider-form {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
}

.item-slider-form p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 14px;
}

.item-slider-form span {
  display: block;
}

.item-slider-form a {
  display: block;
  text-decoration: none;
  color: #37313e;
  cursor: pointer;
}

.item-slider-form a:hover {
  text-decoration: none;
  color: #37313e;
}

.slider-form {
  margin-bottom: 30px;
}

.slider-form .active.center .item-slider-form > a > span {
  border: 4px solid #f4cf50;
}

.slider-form .owl-nav > div {
  position: absolute;
  text-indent: -9999px;
  background-image: url(../img/sprite.png);
  background-position: -160px -170px;
  width: 30px;
  height: 14px;
  top: 42px;
  left: -15px;
}

.slider-form .owl-nav > div:hover {
  background-image: url(../img/sprite.png);
  background-position: -207px -190px;
  width: 30px;
  height: 14px;
  transform: rotate(180deg);
}

.slider-form .owl-nav > div.owl-next {
  left: auto;
  right: -15px;
  transform: rotate(180deg);
}

.slider-form .owl-nav > div.owl-next:hover {
  transform: rotate(0deg);
}

.inp-col > span {
  width: 119px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.inp-col > label {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #5a565e;
}

.btn2 {
  min-width: 206px;
  background: #f5d566;
}

.btn-cont {
  margin-top: 33px;
  border-top: 1px solid #e2e0eb;
  padding-top: 24px;
  overflow: hidden;
}

.product-cont-rh .btn2 {
  float: right;
  margin-left: 20px;
}

.product-cont-step3 {
  display: block;
}

.product-cont-step2 {
  display: block;
}

.product-cont-step1 {
  display: block;
}

.product-cont-step3 .link-prev {
  float: left;
}

.product-cont-step3 .btn2 {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

.tt-item-form-column {
  display: block;
  margin-bottom: 20px;
  color: #5a565e;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.link-prev {
  float: right;
  color: #757278;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #767278;
  text-decoration: none;
  margin-top: 12px;
}

.link-prev:hover {
  color: #757278;
  text-decoration: none;
  border-color: transparent;
}

.item-form-column {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  margin-right: 20px;
}

.design-bl {
  margin-bottom: 34px;
}

.design-bl label {
  display: block;
  color: #8b898d;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.design-inp {
  display: block;
  max-width: 354px;
  position: relative;
}

.design-inp input {
  padding: 0 20px 0 40px;
}

.design-inp .icon {
  position: absolute;
  left: 7px;
  top: 50%;
}

.design-inp .icon.icon-pers {
  margin: -11px 0 0 4px;
}

.design-inp .icon.icon-phone2 {
  margin: -11px 0 0 2px;
}

.design-inp .icon.icon-mail {
  margin: -8px 0 0 0;
}

.design {
  padding-top: 30px;
  border-top: 1px solid #e2e0eb;
}

.gmo {
  display: none;
}

.img-natural-product {
  display: none;
}

.natural-product {
  padding: 20px 0 25px;
  background-color: #624c7a;
  margin: 30px 0;
  color: #fff;
  text-align: center;
}

.tt-natural-product {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.natural-product-price {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.natural-product-price > span {
  position: relative;
  color: #f5d566;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.small-box-rh {
  border: 5px solid #e2e0eb;
  padding: 20px;
  margin-top: 30px;
}

.small-box-rh .inp-col {
  display: block;
  margin-bottom: 34px;
}

.tt-small-box {
  display: block;
  color: #37313e;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}

.tt-small-box > span {
  color: #efc73e;
}

.list-info-small-box {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 40px;
}

.list-info-small-box > li {
  position: relative;
  padding-left: 29px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 20px;
}

.list-info-small-box > li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #894078;
}

.tt-form-box {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 20px;
}

.cont-form-box {
  padding-top: 30px;
  border-top: 1px solid #e2e0eb;
  margin-top: 30px;
}

.cont-form-box .design-inp {
  margin-bottom: 30px;
}

.list-client {
  list-style: none;
  padding: 30px 20px 5px;
  margin: 0 20px;
  background-color: #f5f4f9;
  word-spacing: -0.36em;
  font-family: Verdana;
  text-align: center;
}

.list-client > li {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  word-spacing: normal;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: normal;
  margin: 0 3% 30px;
}

.client {
  padding: 30px 0;
}

.list-review {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.list-review > li {
  margin: 0 0 25px;
  background-color: #624c7a;
  position: relative;
}

.list-review > li:first-child,
.list-review > li:last-child {
  background-color: #a181aa;
}

.list-review > li:before {
  content: " ";
  position: absolute;
  right: 20px;
  bottom: 15px;
  background-image: url(../img/sprite.png);
  background-position: -220px -90px;
  width: 69px;
  height: 61px;
}

.list-review > li p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
  z-index: 10;
}

.item-review {
  overflow: hidden;
  color: white;
  position: relative;
  padding: 20px 20px 60px;
}

.img-review {
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed white;
  width: 109px;
  height: 109px;
  padding: 7px 6px 5px;
}

.img-review img {
  display: block;
  width: auto;
  min-width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.head-review {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.head-review > span {
  font-weight: 300;
  font-style: italic;
  display: block;
}

.star-bl {
  margin-bottom: 30px;
}

.star-bl > span {
  display: inline-block;
  vertical-align: middle;
}

.img-rev-cont {
  display: none;
}

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

.contact-cont {
  padding: 20px 20px 30px;
  background-color: #624c7a;
  color: #fff;
}

.contact-cont h2,
.contact-cont .tt-cont-cont {
  color: #fff;
}

.contact-info {
  max-width: 380px;
  margin: 0 auto;
}

.item-contact-info {
  overflow: hidden;
  margin-bottom: 10px;
}

.item-contact-info > span {
  display: block;
  margin-left: 36px;
}

.item-contact-info .ic-contact {
  float: left;
  width: 20px;
  text-align: center;
  margin-left: 0;
}

.map {
  display: block;
  overflow: hidden;
  height: 300px;
  width: 100%;
}

.map img {
  min-width: 100%;
  max-width: 2000px;
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.photo-gallery-wrapp {
  padding-top: 30px;
}

.slider-photo-gallery .owl-nav {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slider-photo-gallery .owl-nav > div {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: -220px -153px;
  width: 64px;
  height: 31px;
  margin: 0 10px;
  text-indent: -9999px;
}

.slider-photo-gallery .owl-nav > div.owl-next {
  transform: rotate(180deg);
}

.slider-photo-gallery .owl-nav > div.owl-next:hover {
  transform: rotate(0deg);
}

.slider-photo-gallery .owl-nav > div:hover {
  background-image: url(../img/sprite.png);
  background-position: -141px -190px;
  width: 64px;
  height: 31px;
  transform: rotate(180deg);
}

.photo-gallery-item {
  display: block;
}

.photo-gallery {
  padding: 30px 0 20px;
  overflow: hidden;
}

.st-modal {
  max-width: 600px;
  border: 5px solid #e2e0eb;
  padding: 20px;
}

.mfp-close-btn-in .mfp-close {
  right: 5px;
  top: 5px;
  color: #000;
}

.st-modal .design-inp {
  max-width: 100%;
}

.check-personal label a {
  color: #5a565e;
  text-decoration: underline;
}

.check-personal label a:hover {
  text-decoration: none;
  color: #5a565e;
}

.check-personal .jcf-checkbox {
  width: 25px;
  height: 25px;
  border: 2px solid #5a565e;
}

.check-personal .jcf-checkbox span {
  background: url("../img/icon-check.png") no-repeat 50% 0;
  width: 16px;
  height: 15px;
  margin: -8px 0 0 -8px;
  top: 50%;
  left: 50%;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* Cookie popup */
.cookiewin {
  position: fixed;
  display: none;
  bottom: 20px;
  left: 20px;
  width: 28%;
  min-width: 280px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
  box-shadow: 0 0 48px rgb(17 56 86 / 20%);
}
.cookiewin .cookiewin-data {
  position: relative;
  font-size: 13px;
  text-align: center;
}
.cookiewin .cookiewin-data span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.cookiewin .cookiewin-data a {
  text-decoration: none;
  color: #624c7a;
}
.cookiewin .cookiewin-close a {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(../img/close-icon.svg) center center no-repeat;
}
.cookiewin .cookiewin-button a {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px 30px;
  text-transform: uppercase;
  text-align: center;
  background-color: #624c7a;
  color: white;
  border-radius: 17px;
}

@media only screen and (max-width: 800px) {
  .cookiewin {
    width: calc(100% - 40px) !important;
  }
}

@media only screen and (min-width: 480px) {
  .item-form-column {
    margin-right: 5%;
    max-width: 44%;
  }
  .item-form-column:last-child {
    margin-right: 0;
  }
  .list-client {
    padding: 40px 30px 5px;
  }
  .list-client > li {
    margin-bottom: 50px;
  }
  .img-review {
    float: left;
  }
  .item-review-cont {
    margin-left: 130px;
    padding-top: 10px;
  }
  .map {
    height: 400px;
  }

}

@media only screen and (min-width: 640px) {
  .item-main-slider-bl {
    padding: 40px 0 80px;
  }
  .tt-main-slider {
    font-size: 46px;
    line-height: 50px;
  }
  .item-main-slider-bl p {
    font-size: 20px;
    line-height: 30px;
  }
  .btn {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 40px;
    border-radius: 36px;
  }
  .list-why-we > li {
    width: 50%;
  }
  .check-bl label {
    padding-top: 5px;
  }
  .link-prev {
    margin-right: 49px;
    margin-top: 22px;
    font-size: 20px;
  }
  .list-client {
    padding: 80px 30px 10px;
  }
  .list-client > li {
    width: 25%;
  }

}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  /* ------------------- Main blocks */
  .tt-cont-cont {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 27px;
  }
  .tt-cont h2 {
    margin-bottom: 17px;
  }
  .ic-why-we {
    margin-bottom: 30px;
  }
  .product-cont {
    overflow: hidden;
    max-width: 1386px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .product-cont-lf {
    float: left;
    width: 40%;
    margin-bottom: 0;
  }
  .product-cont-rh {
    float: right;
    width: 57%;
  }
  .product-cont-rh form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .item-product-cont {
    height: 100%;
  }
  .link-prev {
    margin-right: 27px;
    margin-top: 22px;
    font-size: 18px;
  }
  .natural-product-cont {
    border: 5px solid #fff;
    padding: 30px;
  }
  .tt-natural-product {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .natural-product-price {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 80px;
  }
  .natural-product-price > span {
    font-size: 36px;
    line-height: 36px;
  }
  .natural-product-price > span:before {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 119px;
    height: 97px;
    position: absolute;
    right: 10px;
    top: 100%;
    margin-top: 20px;
    content: " ";
  }
  .small-box-rh {
    width: 300px;
    margin-left: 420px;
  }
  .small-box-rh .btn {
    font-size: 14px;
  }
  .small-box-lf {
    width: 400px;
    float: left;
  }
  .about-us-txt {
    position: relative;
    padding-left: 90px;
  }
  .about-us-txt:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 14px;
    width: 70px;
    height: 2px;
    background-color: #8090a0;
  }
  .about-us-txt p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 30px;
  }
  .contact {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .contact-cont {
    width: 51%;
    min-width: 51%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 30px;
  }
  .st-modal {
    padding: 43px 77px 32px;
    border: 14px solid #e2e0eb;
  }
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  /* ------------------- Main blocks */
  .main-slider .owl-dots {
    max-width: 980px;
    bottom: 80px;
  }
  .item-main-slider {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
  .item-main-slider-bl {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1450px;
  }
  .item-main-slider-txt {
    width: 50%;
  }
  .main-slider-img {
    position: absolute;
    display: block;
    left: 51%;
    width: 945px;
    height: 100%;
    overflow: hidden;
  }
  .item-main-slider .main-slider-img img {
    min-height: 100%;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: 2000px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .item-main-slider {
    overflow: hidden;
  }
  .main-slider .owl-item {
    overflow: hidden;
  }
  .main-slider .owl-item.active {
    z-index: 10;
    overflow: hidden;
    position: relative;
  }
  .list-why-we > li {
    width: 25%;
    padding: 0 10px;
  }
  .why-we {
    padding: 40px 0;
    background: url("../img/bg-why-we.jpg") no-repeat 50% 0;
    background-size: cover;
    min-height: 660px;
  }
  .list-why-we {
    padding-top: 27px;
  }
  .product-cont-rh {
    padding: 30px 30px;
    border: 14px solid #e2e0eb;
  }
  .product-cont-rh .btn2 {
    margin-right: 30px;
  }
  .product-lf-info {
    font-size: 26px;
    line-height: 40px;
  }
  .product {
    padding: 26px 0 30px;
  }
  .middle {
    overflow: hidden;
  }
  .nav-product-cont > li {
    font-size: 12px;
  }
  .nav-product-cont > li > div {
    height: 12px;
  }
  .number-product-cont {
    font-size: 20px;
    padding-top: 6px;
  }
  .tt-product-cont {
    font-size: 20px;
    line-height: 26px;
  }
  .link-prev {
    margin-right: 19px;
    margin-top: 22px;
    font-size: 20px;
  }
  .natural-product-cont {
    border: none;
    padding: 0;
  }
  .natural-product {
    background: url("../img/natural-product.jpg") no-repeat 50% 0;
    padding: 68px 0;
    margin-bottom: 80px;
  }
  .natural-product-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 639px;
    position: relative;
  }
  .natural-product-bl {
    text-align: left;
    max-width: 540px;
  }
  .natural-product-price {
    font-size: 20px;
  }
  .natural-product-price > span {
    font-size: 30px;
  }
  .gmo {
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -208px;
    top: 214px;
  }
  .img-natural-product {
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -959px;
    bottom: -231px;
  }
  #wrapper {
    overflow: hidden;
  }
  .small-box-rh {
    width: 560px;
    border: 14px solid #e2e0eb;
    padding: 30px 30px;
  }
  .small-box-rh .btn {
    font-size: 20px;
  }
  .tt-form-box {
    font-size: 18px;
  }
  .inp-col > label {
    font-size: 18px;
  }
  .list-review {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .list-review > li {
    width: 49%;
  }
  .review {
    padding: 30px 0;
  }
  .about-us-txt {
    padding-left: 118px;
  }
  .about-us-txt:before {
    width: 88px;
  }
  .contact-cont {
    padding-left: 40px;
  }
  .tt-cont {
    margin-bottom: 30px;
  }
  /* end media min width 1024 pixels */
}

/* Min width 1224 pixels */
@media only screen and (min-width: 1224px) {
  /* ------------------- Main blocks */
  .main-slider .owl-dots {
    max-width: 980px;
  }
  .tt-main-slider {
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 49px;
  }
  .main-slider .owl-dots {
    max-width: 1190px;
  }
  .item-main-slider-bl p {
    margin-bottom: 60px;
  }
  .tt-why-we {
    font-size: 20px;
    line-height: 26px;
  }
  .list-why-we > li > p {
    font-size: 16px;
    line-height: 26px;
  }
  .product-lf-info {
    font-size: 30px;
    line-height: 36px;
    padding: 20px 30px 30px;
  }
  .product-cont {
    padding-top: 25px;
  }
  .product-cont-rh {
    padding: 43px 77px 32px;
  }
  .head-product-cont {
    margin-bottom: 25px;
  }
  .check-bl label {
    font-size: 15px;
    cursor: pointer;
  }
  .form-cont {
    margin-bottom: 30px;
  }
  .check-bl {
    margin-bottom: 20px;
  }
  .slider-form {
    margin-bottom: 25px;
  }
  .product-slider {
    margin-bottom: 38px;
  }
  .slider-form .owl-nav > div {
    left: -50px;
  }
  .slider-form .owl-nav > div.owl-next {
    left: auto;
    right: -50px;
  }
  .link-prev {
    margin-right: 49px;
  }
  .natural-product-price {
    font-size: 21px;
  }
  .natural-product-price > span {
    font-size: 36px;
  }
  .tt-natural-product {
    margin-bottom: 53px;
    line-height: 48px;
  }
  .natural-product-price {
    margin-bottom: 80px;
  }
  .natural-product-price > span:before {
    right: 100px;
    margin-top: 23px;
  }
  .small-box-lf {
    width: 600px;
  }
  .small-box-rh {
    margin-left: 620px;
  }
  .natural-product {
    margin-bottom: 105px;
  }
  .small-box-cont {
    padding-top: 10px;
  }
  .tt-small-box {
    font-size: 30px;
    line-height: 30px;
    padding-top: 27px;
  }
  .list-info-small-box {
    padding-left: 42px;
    padding-top: 16px;
    margin-bottom: 88px;
  }
  .list-info-small-box > li {
    padding-left: 47px;
    font-size: 18px;
    line-height: 24px;
  }
  .list-info-small-box > li:before {
    width: 11px;
    height: 11px;
  }
  .small-box-rh {
    padding: 42px 68px 34px;
  }
  .small-box-rh .tt-product-cont {
    margin-bottom: 30px;
  }
  .small-box-rh .inp-col {
    margin-bottom: 25px;
  }
  .cont-form-box {
    margin-top: 35px;
    padding-top: 20px;
  }
  .client {
    padding: 106px 0 50px;
  }
  .list-client {
    margin-top: 106px;
  }
  .review {
    padding: 54px 0 49px;
  }
  .list-review {
    padding-top: 55px;
  }
  .item-review {
    padding: 26px 30px 80px;
  }
  .head-review {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .item-review-cont {
    margin-left: 135px;
    padding-top: 4px;
  }
  .star-bl {
    margin-bottom: 20px;
  }
  .list-review > li:before {
    right: 57px;
    bottom: 31px;
  }
  .list-review > li {
    min-height: 354px;
  }
  .about-us-txt {
    max-width: 670px;
  }
  .about-us-cont {
    position: relative;
    padding-top: 33px;
  }
  .about-us {
    overflow: hidden;
    padding: 0px 0 50px;
    margin-bottom: 73px;
  }
  .img-about-us {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 184px;
    bottom: -91px;
    width: 774px;
  }
  .map {
    height: 605px;
  }
  .contact-cont {
    padding-left: 100px;
  }
  .item-contact-info {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .item-contact-info:last-child {
    margin-bottom: 0;
  }
  .contact-info {
    max-width: 395px;
    padding-top: 12px;
  }
  .photo-gallery-wrapp {
    width: 120%;
    position: relative;
    padding-right: 450px;
    left: -20%;
  }
  .photo-gallery .tt-cont {
    display: block;
    position: absolute;
    top: 87px;
    right: 0;
    width: 450px;
  }
  .slider-photo-gallery .owl-nav {
    width: 450px;
    left: 100%;
    top: 200px;
  }
  .slider-photo-gallery .owl-nav > div {
    margin: 0 40px;
  }
  .photo-gallery {
    margin: 55px 0 102px;
    position: relative;
  }
  .design-bl {
    margin-bottom: 25px;
  }
  .btn-cont {
    margin-top: 15px;
  }
  /* end media min width 1224 pixels */
}

@media only screen and (min-width: 1450px) {
  .main-slider .owl-dots {
    max-width: 1380px;
  }
  .btn {
    padding: 26px 40px;
    min-width: 324px;
  }
  .btn2 {
    min-width: 206px;
    border-radius: 41px;
  }
  .link-prev {
    margin-top: 30px;
  }
  .natural-product-bl {
    padding-left: 118px;
    max-width: 750px;
  }
  .small-box-lf {
    width: 668px;
  }
  .small-box-rh {
    margin-left: 714px;
  }
  .review {
    position: relative;
  }
  .natural-product-price {
    font-size: 24px;
  }
  .contact-cont {
    padding-left: 174px;
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .slider-photo-gallery .owl-nav {
    top: 250px;
  }
  .why-we {
    min-height: 765px;
  }
  .photo-gallery .tt-cont {
    top: 120px;
  }
  .photo-gallery {
    max-width: 1920px;
    margin: 0 auto;
  }
  .photo-gallery-item {
    position: relative;
    width: 100%;
    height: 420px;
  }
  .photo-gallery-item img {
    position: absolute;
    min-height: 100%;
    height: auto;
    min-width: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media only screen and (min-width: 1600px) {
  .item-main-slider {
    min-height: 705px;
  }
  .main-slider-img {
    width: 50%;
  }
}

@media only screen and (min-width: 1920px) {
  .img-rev-cont {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .item-main-slider {
    min-height: 800px;
  }
  .about-us-cont {
    position: static;
  }
  .about-us {
    position: relative;
    overflow: visible;
  }
  .img-about-us {
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .photo-gallery {
    max-width: 100%;
  }
  .photo-gallery-wrapp {
    padding-right: 600px;
  }
  .photo-gallery .tt-cont {
    width: 600px;
  }
  .slider-photo-gallery .owl-nav {
    width: 600px;
  }
}

.hidden {
  display: none;
}
section {
  clear: both;
}
