@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #424242;
  background: #fff;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 300;
}
p {
  margin-bottom: 19px;
}
h1,
.main-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.clr-att {
  color: #ee7600;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 1.1667;
  }
  p {
    margin-bottom: 21px;
  }
  h1,
  .main-title {
    font-size: 36px;
    margin-bottom: 34px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sep-page {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 320px;
  max-width: 1254px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
}
.wrap {
  overflow: hidden;
  min-height: 100%;
}
.footer {
  background: #101214 url(../img/main/footer.jpg) center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  text-align: center;
  padding: 38px 0 8px 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.footer .logo-wrap {
  line-height: 1;
  margin-bottom: 22px;
}
.footer .title-wrap {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
.footer .soc-wrap {
  font-size: 0;
  margin-bottom: 15px;
  line-height: 1;
}
.footer .btn-action-soc {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.footer .studio-wrap {
  color: #868787;
}
.footer .logo {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a.logo {
  text-decoration: none;
}
.footer a.logo:hover {
  text-decoration: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .inner-wrap {
  padding-top: 20px;
}
.header .inner-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.header .logo {
  float: left;
}
.main-menu-wrap {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.main-menu-wrap .btn-action-menu {
  width: 60px;
  height: 52px;
  position: absolute;
  top: 20px;
  right: 0;
}
.main-menu-wrap ul,
.main-menu-wrap li {
  margin: 0;
  padding: 0;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
  display: none;
}
.main-menu-wrap li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.main-menu-wrap li a:hover,
.main-menu-wrap li a.active {
  text-decoration: underline;
  color: #fff;
}
.logo {
  display: block;
  float: left;
  /*position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  padding: 0 63px 0 16px;
  line-height: 48px;
  height: 52px;*/
}
.logo span {
  color: #ee7600;
  font-size: 34px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 44px;
  text-align: left;
  width: 50px;
}
@media (max-width: 1023px) {
  .main-menu-wrap {
    text-align: center;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 135px 20px 20px 20px;
    background: rgba(66, 66, 66, 0.95);
    z-index: 10;
    height: 9999px;
  }
  .main-menu-wrap .btn-action-close {
    position: absolute;
    top: 88px;
    right: 50%;
    margin-right: -136px;
  }
  .main-menu-wrap ul {
    margin: 0 auto;
    width: 300px;
  }
  .main-menu-wrap li a {
    display: block;
    padding: 8px 20px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-menu-wrap .btn-action-menu {
    right: 110px;
  }
}
@media (min-width: 640px) {
  .inner-wrap,
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .footer {
    font-size: 18px;
    line-height: 22px;
    padding: 60px 0 10px 0;
  }
  .footer .logo-wrap {
    margin-bottom: 32px;
  }
  .footer .title-wrap {
    margin-bottom: 52px;
    font-size: 35px;
    line-height: 42px;
  }
  .footer .soc-wrap {
    margin-bottom: 35px;
  }
  .footer .btn-action-soc {
    margin: 0 5px;
  }
  .inner-wrap,
  .page {
    padding-left: 42px;
    padding-right: 42px;
  }
  .logo {
    height: auto;
    /*line-height: 57px;
    font-size: 30px;
    padding: 0 71px 0 18px;*/
  }
  .logo span {
    width: 62px;
    font-size: 38px;
    line-height: 52px;
  }
  .main-menu-wrap {
    position: absolute;
    top: 20px;
    right: 42px;
    left: 250px;
    text-align: right;
  }
  .main-menu-wrap ul {
    font-size: 0;
    height: 61px;
    overflow: hidden;
  }
  .main-menu-wrap li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    font-size: 20px;
    padding-top: 15px;
  }
  .main-menu-wrap li a {
    display: block;
    height: 30px;
    line-height: 30px;
  }
  .main-menu-wrap .btn-action-menu,
  .main-menu-wrap .btn-action-close {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-menu-wrap li {
    margin-left: 40px;
  }
}
@media (min-width: 1900px) {
  .footer {
    background-size: 100% auto;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -216px 0px;
  width: 22px;
  height: 38px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -46px -78px;
  width: 26px;
  height: 48px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: 0px -78px;
  width: 26px;
  height: 48px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 32px;
  height: 58px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -52px 0px;
  width: 32px;
  height: 58px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -104px 0px;
  width: 32px;
  height: 58px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -258px -50px;
  width: 1px;
  height: 1px;
}
.i-ico-soc-fb-h {
  background-image: url(../img/spr.png);
  background-position: -200px -206px;
  width: 30px;
  height: 30px;
}
.i-ico-soc-fb-large-h {
  background-image: url(../img/spr.png);
  background-position: -156px -60px;
  width: 40px;
  height: 40px;
}
.i-ico-soc-fb-large {
  background-image: url(../img/spr.png);
  background-position: 0px -146px;
  width: 40px;
  height: 40px;
}
.i-ico-soc-fb {
  background-image: url(../img/spr.png);
  background-position: -50px -206px;
  width: 30px;
  height: 30px;
}
.i-ico-soc-in-h {
  background-image: url(../img/spr.png);
  background-position: 0px -206px;
  width: 30px;
  height: 30px;
}
.i-ico-soc-in-large-h {
  background-image: url(../img/spr.png);
  background-position: -120px -146px;
  width: 40px;
  height: 40px;
}
.i-ico-soc-in-large {
  background-image: url(../img/spr.png);
  background-position: -60px -146px;
  width: 40px;
  height: 40px;
}
.i-ico-soc-in {
  background-image: url(../img/spr.png);
  background-position: -100px -206px;
  width: 30px;
  height: 30px;
}
.i-ico-soc-tw-h {
  background-image: url(../img/spr.png);
  background-position: -150px -206px;
  width: 30px;
  height: 30px;
}
.i-ico-soc-tw-large-h {
  background-image: url(../img/spr.png);
  background-position: -156px 0px;
  width: 40px;
  height: 40px;
}
.i-ico-soc-tw-large {
  background-image: url(../img/spr.png);
  background-position: -92px -78px;
  width: 40px;
  height: 40px;
}
.i-ico-soc-tw {
  background-image: url(../img/spr.png);
  background-position: -258px 0px;
  width: 30px;
  height: 30px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 35px;
  border: 1px solid #424242;
  border-radius: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
textarea {
  height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #424242;
}
[placeholder]:-moz-placeholder {
  color: #424242;
}
[placeholder]::-moz-placeholder {
  color: #424242;
}
[placeholder]:-ms-input-placeholder {
  color: #424242;
}
.btn,
button,
input[type="submit"] {
  height: 35px;
  line-height: 35px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  background: #f18a26;
  margin: 0 auto;
  max-width: 400px;
  display: block;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #c56200;
}
.btn-action-menu {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.btn-action-menu:before,
.btn-action-menu:after {
  content: "";
  display: block;
  width: 40px;
  height: 23px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -20px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn-action-menu:before {
  border-top: none;
  height: 3px;
  margin-top: -2px;
}
.btn-action-soc {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-soc:hover {
  color: #ee7600;
  text-decoration: none;
  border-color: #ee7600;
}
.btn-action-soc img,
.btn-action-soc svg,
.btn-action-soc:before,
.btn-action-soc:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-soc:after {
  opacity: 0;
}
.btn-action-soc:hover:before {
  opacity: 0;
}
.btn-action-soc:hover:after {
  opacity: 1;
}
.btn-action-soc.fb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -50px -206px;
  width: 30px;
  height: 30px;
}
.btn-action-soc.fb:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -200px -206px;
  width: 30px;
  height: 30px;
}
.btn-action-soc.tw:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -258px 0px;
  width: 30px;
  height: 30px;
}
.btn-action-soc.tw:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -150px -206px;
  width: 30px;
  height: 30px;
}
.btn-action-soc.in:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -100px -206px;
  width: 30px;
  height: 30px;
}
.btn-action-soc.in:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: 0px -206px;
  width: 30px;
  height: 30px;
}
.btn-action-close {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.btn-action-close:before,
.btn-action-close:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -20px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-prev,
.btn-action-prev,
.owl-next,
.btn-action-next {
  display: block;
  width: 40px;
  height: 80px;
  background: rgba(159, 159, 159, 0.45);
  text-indent: -999px;
  overflow: hidden;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -40px;
}
.owl-prev:hover,
.btn-action-prev:hover,
.owl-next:hover,
.btn-action-next:hover {
  background: rgba(238, 118, 0, 0.75);
}
.owl-prev:before,
.btn-action-prev:before,
.owl-next:before,
.btn-action-next:before,
.owl-prev:after,
.btn-action-prev:after,
.owl-next:after,
.btn-action-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -216px 0px;
  width: 22px;
  height: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.owl-prev:after,
.btn-action-prev:after,
.owl-next:after,
.btn-action-next:after {
  opacity: 0;
}
.owl-prev,
.btn-action-prev {
  right: auto;
  left: 0;
}
.owl-prev:before,
.btn-action-prev:before,
.owl-prev:after,
.btn-action-prev:after {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  display: block;
  width: 15px;
  position: absolute;
  line-height: 1;
}
.owl-dot {
  display: block;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.owl-dot + .owl-dot {
  margin-top: 3px;
}
.owl-dot:hover,
.owl-dot.active {
  background: rgba(255, 255, 255, 0.8);
}
.frm-field {
  display: block;
  float: left;
  margin-bottom: 7px;
  width: 100%;
  padding: 0 5px;
}
.frm-row {
  margin: 0 -5px;
  position: relative;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-row-submit {
  margin-top: 9px;
  line-height: 1;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .owl-prev,
  .btn-action-prev,
  .owl-next,
  .btn-action-next {
    background: none;
    width: 60px;
    height: 60px;
  }
  .owl-prev:before,
  .btn-action-prev:before,
  .owl-next:before,
  .btn-action-next:before {
    background-image: url(../img/spr.png);
    background-position: -46px -78px;
    width: 26px;
    height: 48px;
  }
  .owl-prev:after,
  .btn-action-prev:after,
  .owl-next:after,
  .btn-action-next:after {
    background-image: url(../img/spr.png);
    background-position: 0px -78px;
    width: 26px;
    height: 48px;
  }
  .owl-prev:hover,
  .btn-action-prev:hover,
  .owl-next:hover,
  .btn-action-next:hover {
    background: none;
  }
  .owl-prev:hover:before,
  .btn-action-prev:hover:before,
  .owl-next:hover:before,
  .btn-action-next:hover:before {
    opacity: 0;
  }
  .owl-prev:hover:after,
  .btn-action-prev:hover:after,
  .owl-next:hover:after,
  .btn-action-next:hover:after {
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .owl-prev,
  .btn-action-prev,
  .owl-next,
  .btn-action-next {
    width: 50px;
    height: 100px;
    margin-top: -5px;
  }
  .owl-prev:before,
  .btn-action-prev:before,
  .owl-next:before,
  .btn-action-next:before,
  .owl-prev:after,
  .btn-action-prev:after,
  .owl-next:after,
  .btn-action-next:after {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 32px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .owl-prev,
  .btn-action-prev,
  .owl-next,
  .btn-action-next {
    background: none;
    width: 60px;
    height: 60px;
  }
  .owl-prev:before,
  .btn-action-prev:before,
  .owl-next:before,
  .btn-action-next:before {
    background-image: url(../img/spr.png);
    background-position: -52px 0px;
    width: 32px;
    height: 58px;
  }
  .owl-prev:after,
  .btn-action-prev:after,
  .owl-next:after,
  .btn-action-next:after {
    background-image: url(../img/spr.png);
    background-position: -104px 0px;
    width: 32px;
    height: 58px;
  }
  .owl-prev:hover,
  .btn-action-prev:hover,
  .owl-next:hover,
  .btn-action-next:hover {
    background: none;
  }
  .owl-prev:hover:before,
  .btn-action-prev:hover:before,
  .owl-next:hover:before,
  .btn-action-next:hover:before {
    opacity: 0;
  }
  .owl-prev:hover:after,
  .btn-action-prev:hover:after,
  .owl-next:hover:after,
  .btn-action-next:hover:after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    height: 40px;
    font-size: 20px;
  }
  textarea {
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    resize: none;
  }
  .btn,
  button,
  input[type="submit"] {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .frm-row-submit {
    margin-top: 10px;
  }
  .frm-field {
    margin-bottom: 10px;
    width: 33.333%;
  }
  .frm-field.full {
    width: 100%;
  }
  .owl-dot {
    width: 20px;
    height: 20px;
  }
  .owl-dot + .owl-dot {
    margin-top: 5px;
  }
  .owl-dots {
    width: 20px;
  }
  .btn-action-soc {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
  }
  .btn-action-soc.fb:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: 0px -146px;
    width: 40px;
    height: 40px;
  }
  .btn-action-soc.fb:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -156px -60px;
    width: 40px;
    height: 40px;
  }
  .btn-action-soc.tw:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -92px -78px;
    width: 40px;
    height: 40px;
  }
  .btn-action-soc.tw:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -156px 0px;
    width: 40px;
    height: 40px;
  }
  .btn-action-soc.in:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -60px -146px;
    width: 40px;
    height: 40px;
  }
  .btn-action-soc.in:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -120px -146px;
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.center-image {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.center-image img,
.center-image svg,
.center-image .i,
.center-image:before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* ----------------------------------- *\
      animation
\* ----------------------------------- */
.item-animation {
  transition-property: -webkit-transform, opacity;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}
.item-animation.item-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item-aleft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.item-aright {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.item-abottom {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.item-atop {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.height-value {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
/* ----------------------------------- *\
      items
\* ----------------------------------- */
.item-catalog {
  display: block;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  text-decoration: none;
  height: 424px;
  overflow: hidden;
  padding: 25px 20px 0 20px;
  margin: 0 auto;
}
.item-catalog .cat-photo {
  display: block;
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 200px;
  margin: 0 auto 20px auto;
}
.item-catalog .cat-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-catalog .cat-desc {
  height: 110px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.item-catalog .cat-price {
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.item-catalog .cat-title {
  display: block;
  position: relative;
  height: 46px;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 23px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .item-catalog {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .owl-item.active + .owl-item.active .item-catalog {
    width: 380px;
    height: 550px;
    padding: 34px 30px 30px 30px;
    font-size: 18px;
    line-height: 21px;
    overflow: visible;
    background: #fff;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .owl-item.active + .owl-item.active .item-catalog:after,
  .owl-item.active + .owl-item.active .item-catalog:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9px;
    background: url(../img/main/shadow.png) center no-repeat;
    background-size: 9px auto;
    z-index: 9;
  }
  .owl-item.active + .owl-item.active .item-catalog:before {
    left: auto;
    right: 100%;
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .owl-item.active + .owl-item.active .item-catalog .cat-title {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 25px;
  }
  .owl-item.active + .owl-item.active .item-catalog .cat-photo {
    width: 300px;
    height: 200px;
    margin-bottom: 52px;
  }
  .owl-item.active + .owl-item.active .item-catalog .cat-desc {
    display: block;
    height: 105px;
    margin-bottom: 8px;
  }
  .owl-item.active + .owl-item.active .item-catalog .cat-price {
    font-size: 30px;
    line-height: 34px;
    height: 34px;
  }
  .owl-item .item-catalog,
  .owl-item.active + .owl-item.active + .owl-item.active .item-catalog {
    width: 280px;
    height: 455px;
    left: 100px;
    top: 128px;
    bottom: 128px;
    right: 0;
    padding: 25px 20px;
    position: absolute;
  }
  .owl-item .item-catalog .cat-title,
  .owl-item.active + .owl-item.active + .owl-item.active .item-catalog .cat-title {
    font-size: 20px;
    line-height: 23px;
    height: 46px;
    margin-bottom: 20px;
  }
  .owl-item .item-catalog .cat-photo,
  .owl-item.active + .owl-item.active + .owl-item.active .item-catalog .cat-photo {
    width: 240px;
    height: 160px;
    margin-bottom: 20px;
  }
  .owl-item .item-catalog .cat-desc,
  .owl-item.active + .owl-item.active + .owl-item.active .item-catalog .cat-desc {
    display: contents;
  }
  .owl-item .item-catalog .cat-price,
  .owl-item.active + .owl-item.active + .owl-item.active .item-catalog .cat-price {
    font-size: 26px;
    line-height: 30px;
    height: 30px;
  }
  .owl-item.active + .owl-item.active + .owl-item.active .item-catalog {
    right: 100px;
    left: 0;
    position: absolute;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.main-menu-box {
  padding: 25px 0 60px 0;
  background: #000 url(../img/main/menu.jpg) center no-repeat;
  background-size: cover;
}
.main-menu-box h1,
.main-menu-box .main-title {
  color: #fff;
  margin-bottom: 50px;
}
.main-menu-box .outer-slider-wrap {
  position: relative;
}
.main-menu-box .btn-action-prev,
.main-menu-box .btn-action-next {
  display: none;
}
.main-menu-box .sl-item {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.main-menu-box .slider-wrap {
  margin: 0 auto;
  max-width: 340px;
}
.main-map-box {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.main-map-box > ymaps {
  width: 100% !important;
  height: 300px !important;
}
.main-contacts-box {
  text-align: center;
  padding: 72px 0 78px 0;
}
.main-contacts-box .frm-content {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.main-contacts-box .frm-content.succefull .frm-inner {
  pointer-events: none;
}
.main-contacts-box .frm-content.succefull .frm-inner:after {
  display: block;
}
.main-contacts-box .frm-content.succefull .frm-succefull {
  display: block;
}
.main-contacts-box .frm-inner {
  display: block;
  position: relative;
}
.main-contacts-box .frm-inner:after {
  content: "";
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-contacts-box .frm-succefull {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  padding-top: 100px;
  text-align: center;
  font-weight: 400;
  line-height: 1.1818;
}
.main-contacts-box .frm-succefull p {
  margin: 0;
}
.main-contacts-box .items-wrap {
  padding-top: 8px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 35px;
}
.main-contacts-box .items-wrap p {
  margin-bottom: 16px;
}
.main-contacts-box .items-wrap p:last-child {
  margin-bottom: 0;
}
.main-contacts-box .items-wrap a {
  color: #424242;
  text-decoration: none;
}
.main-contacts-box .items-wrap .clr-att {
  font-weight: 400;
}
.main-about-box {
  padding: 72px 0 80px 0;
  text-align: left;
}
.main-about-box .about-photo {
  line-height: 1;
  margin: 35px auto 0 auto;
  max-width: 400px;
}
.main-about-box .about-photo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main-slider-box {
  background: #000;
  overflow: hidden;
}
.main-slider-box .slider-wrap {
  position: relative;
}
.main-slider-box .sl-item {
  display: block;
  padding-top: 135px;
  height: 368px;
  position: relative;
  overflow: hidden;
}
.main-slider-box .sl-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: inherit;
  -webkit-transform: -webkit-translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main-slider-box .sl-title {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 1.2000;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  /*max-width: 300px;*/
}
.main-slider-box .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 640px) {
  .main-menu-box .owl-prev {
    left: -145px;
    margin-top: -30px;
  }
  .main-menu-box .owl-next {
    right: -145px;
    margin-top: -30px;
  }
  .main-slider-box .owl-dots {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .main-slider-box .sl-item {
    height: 500px;
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  .main-menu-box {
    padding: 40px 0 80px 0;
    overflow: hidden;
  }
  .main-menu-box .outer-wrap {
    position: relative;
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
  }
  .main-menu-box h1,
  .main-menu-box .main-title {
    margin-bottom: 70px;
  }
  .main-menu-box .sl-item {
    height: 590px;
    padding-top: 130px;
  }
  .main-menu-box .slider-wrap {
    max-width: inherit;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    position: relative;
  }
  .main-menu-box .owl-item.active + .owl-item.active {
    z-index: 10;
  }
  .main-menu-box .owl-item.active + .owl-item.active .sl-item {
    padding-top: 20px;
    overflow: visible;
  }
  .main-menu-box .owl-item.active,
  .main-menu-box .owl-item.active + .owl-item.active + .owl-item.active {
    z-index: 8;
  }
  .main-menu-box .owl-item.active .sl-item,
  .main-menu-box .owl-item.active + .owl-item.active + .owl-item.active .sl-item {
    padding-top: 130px;
    overflow: visible;
  }
  .main-menu-box .owl-prev {
    left: 50%;
    margin-left: -470px;
    margin-top: -50px;
  }
  .main-menu-box .owl-next {
    right: 50%;
    margin-right: -470px;
    margin-top: -50px;
  }
  .main-map-box {
    height: 400px;
  }
  .main-map-box > ymaps {
    height: 400px !important;
  }
  .main-contacts-box {
    padding: 90px 0 100px 0;
  }
  .main-contacts-box h1,
  .main-contacts-box .main-title {
    margin-bottom: 26px;
  }
  .main-contacts-box .items-wrap {
    font-size: 22px;
    line-height: 26px;
    padding-top: 25px;
    margin-bottom: 55px;
  }
  .main-contacts-box .items-wrap p {
    margin-bottom: 18px;
  }
  .main-contacts-box .frm-succefull {
    font-size: 22px;
    padding-top: 40px;
  }
  .main-contacts-box .frm-content {
    max-width: 920px;
  }
  .main-about-box {
    padding: 90px 0 100px 0;
  }
  .main-about-box .about-photo {
    max-width: 720px;
    margin-top: 45px;
  }
  .main-slider-box .sl-item {
    height: 590px;
    padding-top: 170px;
  }
  .main-slider-box .sl-title {
    /*max-width: 480px;*/
    font-size: 45px;
  }
  .main-slider-box .owl-dots {
    bottom: 40px;
    right: 42px;
  }
}
@media (min-width: 1200px) {
  .main-menu-box .owl-prev,
  .main-menu-box .btn-action-prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -30px;
  }
  .main-menu-box .owl-next,
  .main-menu-box .btn-action-next {
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -600px;
    margin-top: -30px;
  }
  .main-slider-box .sl-item {
    height: 700px;
    padding-top: 220px;
  }
  .main-slider-box .sl-title {
    /*max-width: 480px;*/
    font-size: 45px;
  }
}
@media (min-width: 1254px) {
  .main-slider-box .owl-dots {
    right: 50%;
    margin-right: -585px;
  }
}

.main-map-box > iframe {
  margin-left: auto; 
  margin-right: auto;
}
