@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fmain {
  font-family: 'Calibri';
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #3e3e3e;
  background: #fff;
  font-size: 14px;
  line-height: 1.6429;
}
p,
ul,
ol {
  margin-bottom: 1.6429em;
}
p img,
ul img,
ol img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: underline;
  color: #3e3e3e;
}
a:hover {
  text-decoration: none;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title {
  line-height: 1.4737em;
  font-weight: bold;
}
h1,
.main-title {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
h2,
.second-title,
h3,
.small-title {
  font-size: 16px;
  margin-bottom: 18px;
}
.page-title-box {
  text-align: center;
  line-height: 1;
  margin-bottom: 22px;
}
.page-title-box.light {
  color: #fff;
}
.page-title-box.light h1,
.page-title-box.light h2,
.page-title-box.light h3,
.page-title-box.light .main-title,
.page-title-box.light .second-title,
.page-title-box.light .small-title {
  color: #fff;
}
.page-title-box.light h1:after,
.page-title-box.light h2:after,
.page-title-box.light h3:after,
.page-title-box.light .main-title:after,
.page-title-box.light .second-title:after,
.page-title-box.light .small-title:after,
.page-title-box.light h1:before,
.page-title-box.light h2:before,
.page-title-box.light h3:before,
.page-title-box.light .main-title:before,
.page-title-box.light .second-title:before,
.page-title-box.light .small-title:before {
  background-image: url(../img/spr.png);
  background-position: -220px -22px;
  width: 20px;
  height: 2px;
}
.page-title-box h1,
.page-title-box h2,
.page-title-box h3,
.page-title-box .main-title,
.page-title-box .second-title,
.page-title-box .small-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px;
  position: relative;
  line-height: 28px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-family: 'Calibri';
}
.page-title-box h1:after,
.page-title-box h2:after,
.page-title-box h3:after,
.page-title-box .main-title:after,
.page-title-box .second-title:after,
.page-title-box .small-title:after,
.page-title-box h1:before,
.page-title-box h2:before,
.page-title-box h3:before,
.page-title-box .main-title:before,
.page-title-box .second-title:before,
.page-title-box .small-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -220px 0px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 100%;
  margin-top: -4px;
}
.page-title-box h1:after,
.page-title-box h2:after,
.page-title-box h3:after,
.page-title-box .main-title:after,
.page-title-box .second-title:after,
.page-title-box .small-title:after {
  left: auto;
  right: 100%;
  margin-left: auto;
}
.text-att {
  color: #3e3e3e;
}
.text-center {
  text-align: center;
}
.text-sep {
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  h1,
  .main-title {
    margin-bottom: 36px;
  }
  .page-title-box {
    margin-bottom: 34px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 320px;
  max-width: 1064px;
  width: 100%;
}
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer ul,
.header ul,
.footer li,
.header li {
  margin: 0;
  padding: 0;
}
.footer ul:before,
.header ul:before,
.footer li:before,
.header li:before {
  display: none;
}
.footer p,
.header p {
  margin: 0;
}
.header {
  z-index: 100;
}
.footer {
  background: #5c5c5c;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer-main-panel .contacts-wrap,
.header-main-panel .contacts-wrap {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.footer-main-panel .contacts-wrap:after,
.header-main-panel .contacts-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.footer-main-panel .contact-wrap,
.header-main-panel .contact-wrap {
  margin-bottom: 18px;
  position: relative;
  font-family: 'Calibri';
}
.footer-main-panel .contact-wrap:before,
.header-main-panel .contact-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -105px -119px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: -45px;
  display: none;
}
.footer-main-panel .contact-wrap p,
.header-main-panel .contact-wrap p,
.footer-main-panel .contact-wrap a,
.header-main-panel .contact-wrap a,
.footer-main-panel .contact-wrap span,
.header-main-panel .contact-wrap span,
.footer-main-panel .contact-wrap div,
.header-main-panel .contact-wrap div {
  font-family: 'Calibri';
}
.footer-main-panel .cnt-title,
.header-main-panel .cnt-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 2px;
}
.footer-main-panel .cnt-title a,
.header-main-panel .cnt-title a {
  color: #3e3e3e;
  text-decoration: none;
}
.footer-main-panel .shedule,
.header-main-panel .shedule {
  display: none;
}
.footer-main-panel {
  background: #515151;
  position: relative;
  overflow: hidden;
}
.footer-main-panel .inner-wrap {
  overflow: hidden;
  padding-top: 29px;
  padding-bottom: 8px;
}
.footer-main-panel .logo-wrap {
  display: block;
  line-height: 1;
  width: 276px;
  margin-bottom: 24px;
}
.footer-main-panel .contact-wrap {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer-main-panel .contact-wrap:before {
  background-image: url(../img/spr.png);
  background-position: -175px 0px;
  width: 25px;
  height: 25px;
}
.footer-main-panel .cnt-title {
  margin-bottom: 6px;
}
.footer-nav-panel {
  position: relative;
  overflow: hidden;
}
.footer-nav-panel .inner-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}
.footer-nav-panel .menu-title {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.footer-nav-panel .menu-wrap {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 14px;
}
.footer-nav-panel .menu-wrap a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
}
.footer-nav-panel .second-menu-wrap {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
}
.footer-nav-panel .second-menu-wrap a {
  display: inline-block;
  vertical-align: top;
}
.footer-nav-panel .copy-wrap {
  font-size: 14px;
  line-height: 25px;
  color: #bdbdbd;
  clear: both;
  margin-bottom: 14px;
}
.header-top-panel {
  background: #525252;
  color: #fff;
}
.header-top-panel .inner-wrap {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.header-top-panel .text-wrap {
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
}
.header-top-panel .actions-wrap {
  display: none;
  overflow: hidden;
  float: right;
  height: 45px;
  font-size: 0;
  white-space: nowrap;
}
.header-top-panel .action-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 34px 0 0;
}
.header-top-panel .action-wrap:last-child {
  margin: 0;
}
.header-top-panel .action-title {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}
.header-top-panel .action-icons {
  display: inline-block;
  vertical-align: top;
}
.header-top-panel .btn-action-soc {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
}
.header-top-panel .btn-action-soc:last-child {
  margin-right: 0;
}
.header-main-panel {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.header-main-panel .inner-wrap {
  padding-top: 25px;
  overflow: hidden;
}
.header-main-panel .logo-wrap {
  position: relative;
  line-height: 1;
  width: 236px;
  display: block;
  margin: 0 0 25px 0;
}
.header-nav-panel {
  text-transform: uppercase;
}
.header-nav-panel ul {
  margin: 0;
}
.header-nav-panel li {
  margin: 0;
  padding: 0;
}
.header-nav-panel li:before {
  display: none;
}
.header-nav-panel li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  min-height: 35px;
  color: #3e3e3e;
  text-decoration: none;
  padding: 8px 0;
}
.header-nav-panel li a span {
  border-bottom: 1px solid;
  vertical-align: middle;
  line-height: 1;
}
.header-nav-panel li a:hover span,
.header-nav-panel li a.active span {
  border-bottom: none;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .header-top-panel .inner-wrap {
    height: 46px;
    line-height: 46px;
  }
  .header-top-panel .text-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding: 0;
    max-height: 44px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .header-nav-panel {
    position: static;
    line-height: 1;
    clear: both;
    width: 100%;
    height: 0;
  }
  .header-nav-panel .inner-wrap {
    min-width: 0;
    position: static;
    padding: 0;
  }
  .header-nav-panel .btn-action-menu {
    position: absolute;
    top: 62px;
    right: 12px;
    z-index: 99;
  }
  .header-nav-panel .menu-block {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    width: 100%;
    z-index: 98;
    background: #fff;
    padding: 25px 0 20px 0;
  }
  .header-nav-panel .menu-block a {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 640px) {
  .footer-main-panel .contact-wrap,
  .header-main-panel .contact-wrap {
    width: 50%;
    padding-right: 15px;
    float: left;
  }
  .footer-main-panel .contact-wrap + .contact-wrap,
  .header-main-panel .contact-wrap + .contact-wrap {
    padding-right: 0;
    padding-left: 15px;
  }
  .footer-main-panel .contacts-wrap,
  .header-main-panel .contacts-wrap {
    max-width: 600px;
  }
  .footer-nav-panel .menu-wrap {
    width: 53%;
    float: left;
  }
  .footer-nav-panel .second-menu-wrap {
    width: 47%;
    float: right;
  }
}
@media (min-width: 768px) {
  .footer-main-panel .contacts-wrap,
  .header-main-panel .contacts-wrap {
    padding-left: 66px;
    max-width: 662px;
  }
  .footer-main-panel .contact-wrap,
  .header-main-panel .contact-wrap {
    padding-right: 30px;
  }
  .footer-main-panel .contact-wrap + .contact-wrap,
  .header-main-panel .contact-wrap + .contact-wrap {
    padding-right: 0;
    padding-left: 30px;
  }
  .footer-main-panel .contact-wrap + .contact-wrap:before,
  .header-main-panel .contact-wrap + .contact-wrap:before {
    left: -15px;
  }
  .footer-main-panel .contact-wrap:before,
  .header-main-panel .contact-wrap:before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-main .header {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .footer-main-panel .contacts-wrap,
  .header-main-panel .contacts-wrap {
    float: right;
    width: 586px;
    padding: 0;
  }
  .footer-main-panel .contact-wrap,
  .header-main-panel .contact-wrap {
    width: auto;
    float: left;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .footer-main-panel .contact-wrap + .contact-wrap,
  .header-main-panel .contact-wrap + .contact-wrap {
    padding: 0;
    float: right;
  }
  .footer-main-panel .contact-wrap + .contact-wrap:before,
  .header-main-panel .contact-wrap + .contact-wrap:before {
    left: -45px;
  }
  .footer-main-panel .cnt-title,
  .header-main-panel .cnt-title {
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .footer-main-panel .shedule,
  .header-main-panel .shedule {
    display: block;
  }
  .header-main-panel {
    padding: 27px 0 10px 0;
  }
  .header-main-panel .inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-main-panel .logo-wrap {
    width: 340px;
    float: left;
    margin: 0;
  }
  .header-top-panel {
    padding: 5px 0;
  }
  .header-top-panel .text-wrap {
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0 0 0 26px;
  }
  .header-top-panel .actions-wrap {
    display: block;
  }
  .header-nav-panel {
    text-align: center;
    position: relative;
    line-height: 1;
    height: 44px;
  }
  .header-nav-panel .btn-action-menu {
    display: none;
  }
  .header-nav-panel .inner-wrap {
    height: 44px;
    overflow: hidden;
  }
  .header-nav-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px;
  }
  .header-nav-panel li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .header-nav-panel li:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #cfcfcf;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
  .header-nav-panel li:first-child:after {
    display: none;
  }
  .header-nav-panel li a {
    height: 44px;
    line-height: 44px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
  }
  .footer-main-panel .inner-wrap {
    padding-top: 42px;
    padding-bottom: 34px;
  }
  .footer-main-panel .logo-wrap {
    width: 340px;
    float: left;
    margin: 0;
  }
  .footer-main-panel .contact-wrap {
    margin-bottom: 0;
  }
  .footer-nav-panel .inner-wrap {
    padding-top: 34px;
    padding-bottom: 40px;
    padding-right: 0;
  }
  .footer-nav-panel .menu-wrap,
  .footer-nav-panel .second-menu-wrap {
    margin-bottom: 0;
  }
  .footer-nav-panel .menu-wrap ul,
  .footer-nav-panel .second-menu-wrap ul {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .footer-nav-panel .copy-wrap {
    position: relative;
    top: -10px;
  }
  .footer-nav-panel .copy-wrap:last-child {
    margin-bottom: -10px;
  }
}
@media (min-width: 1064px) {
  .footer-main-panel .cnt-title,
  .header-top-panel .cnt-title {
    font-size: 24px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.eot');
  src: local('Calibri Bold'), local('Calibri-Bold'), url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Bold.woff2') format('woff2'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot');
  src: local('Calibri'), url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'als_rublregular';
  src: url('../fonts/rouble-webfont.eot');
  src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.r {
  font-family: 'als_rublregular' !important;
  text-transform: none !important;
}
.r:after {
  content: "p";
}
/*
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: -91px -171px;
  width: 6px;
  height: 10px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -29px -171px;
  width: 6px;
  height: 10px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -153px -171px;
  width: 17px;
  height: 8px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -117px -171px;
  width: 16px;
  height: 8px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -220px -44px;
  width: 1px;
  height: 1px;
}
.i-ico-adv01 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 42px;
  height: 44px;
}
.i-ico-adv02 {
  background-image: url(../img/spr.png);
  background-position: -62px 0px;
  width: 38px;
  height: 43px;
}
.i-ico-adv03 {
  background-image: url(../img/spr.png);
  background-position: 0px -64px;
  width: 36px;
  height: 35px;
}
.i-ico-adv04 {
  background-image: url(../img/spr.png);
  background-position: -42px -119px;
  width: 43px;
  height: 29px;
}
.i-ico-adv05 {
  background-image: url(../img/spr.png);
  background-position: -120px 0px;
  width: 35px;
  height: 42px;
}
.i-ico-adv06 {
  background-image: url(../img/spr.png);
  background-position: -56px -64px;
  width: 36px;
  height: 34px;
}
.i-ico-check {
  background-image: url(../img/spr.png);
  background-position: -175px -45px;
  width: 22px;
  height: 22px;
}
.i-ico-decor-light {
  background-image: url(../img/spr.png);
  background-position: -220px -22px;
  width: 20px;
  height: 2px;
}
.i-ico-decor {
  background-image: url(../img/spr.png);
  background-position: -220px 0px;
  width: 20px;
  height: 2px;
}
.i-ico-location01 {
  background-image: url(../img/spr.png);
  background-position: -112px -64px;
  width: 22px;
  height: 32px;
}
.i-ico-location02 {
  background-image: url(../img/spr.png);
  background-position: 0px -119px;
  width: 22px;
  height: 32px;
}
.i-ico-phone-light {
  background-image: url(../img/spr.png);
  background-position: -175px 0px;
  width: 25px;
  height: 25px;
}
.i-ico-phone {
  background-image: url(../img/spr.png);
  background-position: -105px -119px;
  width: 25px;
  height: 25px;
}
.i-ico-soc-fb {
  background-image: url(../img/spr.png);
  background-position: -175px -124px;
  width: 7px;
  height: 16px;
}
.i-ico-soc-inst {
  background-image: url(../img/spr.png);
  background-position: -175px -87px;
  width: 17px;
  height: 17px;
}
.i-ico-soc-vk {
  background-image: url(../img/spr.png);
  background-position: -55px -171px;
  width: 16px;
  height: 10px;
}
.i-ico-soc-yt {
  background-image: url(../img/spr.png);
  background-position: 0px -171px;
  width: 9px;
  height: 11px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
.frm-main {
  color: #fff;
}
.frm-main textarea,
.frm-main input[type="text"],
.frm-main input[type="password"],
.frm-main input[type="email"],
.frm-main input[type="number"],
.frm-main input[type="range"],
.frm-main input[type="search"],
.frm-main input[type="tel"],
.frm-main input[type="url"] {
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  padding: 0 24px;
}
.frm-main textarea:focus,
.frm-main input[type="text"]:focus,
.frm-main input[type="password"]:focus,
.frm-main input[type="email"]:focus,
.frm-main input[type="number"]:focus,
.frm-main input[type="range"]:focus,
.frm-main input[type="search"]:focus,
.frm-main input[type="tel"]:focus,
.frm-main input[type="url"]:focus {
  border-color: #fff;
}
.frm-main textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.frm-main [placeholder]::-webkit-input-placeholder {
  color: #fff;
}
.frm-main [placeholder]:-moz-placeholder {
  color: #fff;
}
.frm-main [placeholder]::-moz-placeholder {
  color: #fff;
}
.frm-main [placeholder]:-ms-input-placeholder {
  color: #fff;
}
.frm-main .btn,
.frm-main button,
.frm-main input[type="submit"] {
  height: 32px;
  line-height: 34px;
  border: 1px solid #c4a094;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 44px;
  color: #c4a094;
  min-width: 0;
  font-family: 'Calibri';
}
.frm-main .btn:hover,
.frm-main button:hover,
.frm-main input[type="submit"]:hover {
  background: #fff;
  color: #c4a094;
  border: 1px solid #c4a094;
}
.frm-main .frm-title {
  color: #fff;
  margin-bottom: 24px;
}
.frm-main .frm-select {
  color: #fff;
}
.btn,
button,
input[type="submit"] {
  min-height: 42px;
  border-radius: 0;
  border: none;
  padding: 14px 40px 10px 40px;
  background: #b18c7f;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  text-decoration: none;
  font-family: 'Calibri';
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #d3aea1;
  text-decoration: none;
  color: #fff;
}
.btn.btn-clr-dark,
button.btn-clr-dark,
input[type="submit"].btn-clr-dark {
  background: #82756d;
}
.btn.btn-clr-dark:hover,
button.btn-clr-dark:hover,
input[type="submit"].btn-clr-dark:hover {
  background: #a4978f;
}
.btn.btn-clr-second,
button.btn-clr-second,
input[type="submit"].btn-clr-second {
  background: #6b6361;
}
.btn.btn-clr-second:hover,
button.btn-clr-second:hover,
input[type="submit"].btn-clr-second:hover {
  background: #8d8583;
}
.btn.btn-clr-third,
button.btn-clr-third,
input[type="submit"].btn-clr-third {
  background: #b97373;
}
.btn.btn-clr-third:hover,
button.btn-clr-third:hover,
input[type="submit"].btn-clr-third:hover {
  background: #db9595;
}
.btn-action-up {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 42px;
  padding: 12px 64px 0 0;
  text-align: right;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.btn-action-up:hover .button-text {
  border-bottom-color: #fff;
}
.btn-action-up:hover:before {
  background: #b4b4b4;
}
.btn-action-up .button-text {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.btn-action-up:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  background: #c5c5c5;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn-action-up:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -153px -171px;
  width: 17px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}
.btn-action-soc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  background: #525252;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-soc:hover {
  border-color: #6b6b6b;
}
.btn-action-soc:hover:before {
  border-color: #6b6b6b;
}
.btn-action-soc:hover:after {
  border-color: #6b6b6b;
  background: #6b6b6b;
}
.btn-action-soc:before,
.btn-action-soc:after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-soc:after {
  width: 29px;
  height: 29px;
  background: #5a5a5a;
}
.btn-action-soc .i,
.btn-action-soc img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: 17px;
  max-height: 17px;
}
.btn-action-text {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 15px 50px 15px 20px;
  text-align: left;
  text-decoration: none;
  color: #3e3e3e;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.btn-action-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #dfdfdf;
  height: 1px;
}
.btn-action-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -117px -171px;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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;
  margin: auto;
}
.btn-action-text.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-text.active:after {
  left: 0;
  right: 0;
}
.btn-action-menu {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.btn-action-menu:before,
.btn-action-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -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;
  width: 24px;
  height: 12px;
  border-top: 2px solid #525252;
  border-bottom: 2px solid #525252;
  margin: -6px 0 0 -12px;
}
.btn-action-menu:before {
  border-top: none;
  height: 2px;
  margin-top: -1px;
}
.btn-action-menu.active:before {
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-menu.active:after {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 2px;
  border-top: none;
  margin-top: -1px;
}
.slider-light-arrows .owl-prev,
.slider-light-arrows .owl-next {
  border-color: #fff;
}
.slider-light-arrows .owl-prev:before,
.slider-light-arrows .owl-next:before {
  opacity: 0;
}
.slider-light-arrows .owl-prev:after,
.slider-light-arrows .owl-next:after {
  opacity: 1;
}
.slider-light-arrows .owl-prev:hover,
.slider-light-arrows .owl-next:hover {
  background: #fff;
}
.slider-light-arrows .owl-prev:hover:before,
.slider-light-arrows .owl-next:hover:before {
  opacity: 1;
}
.slider-light-arrows .owl-prev:hover:after,
.slider-light-arrows .owl-next:hover:after {
  opacity: 0;
}
.owl-prev,
.owl-next {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  border: 1px solid #b18c7f;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border-radius: 50%;
  min-height: 0 !important;
}
.owl-prev:before,
.owl-next:before,
.owl-prev:after,
.owl-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: -91px -171px;
  width: 6px;
  height: 10px;
  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,
.owl-next:after {
  background-image: url(../img/spr.png);
  background-position: -29px -171px;
  width: 6px;
  height: 10px;
  opacity: 0;
}
.owl-prev:hover,
.owl-next:hover {
  background: #b18c7f;
}
.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0;
}
.owl-prev:hover:after,
.owl-next:hover:after {
  opacity: 1;
}
.owl-prev:after,
.owl-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.frm-title {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: 'Calibri';
}
.frm-content {
  background: rgba(177, 140, 127, 0.63);
  padding: 24px 20px 40px 20px;
  margin: 0 auto;
  max-width: 710px;
}
.frm-content .frm-wrap {
  position: relative;
  line-height: 1;
}
.frm-content .frm-select {
  margin-top: 8px;
}
.frm-row {
  margin: 0 -10px;
  position: relative;
  line-height: 1;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-field {
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.frm-row-submit {
  text-align: center;
  line-height: 1;
  position: relative;
}
.frm-select {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
  opacity: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
  min-height: 24px;
  padding: 2px 0 2px 38px;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  opacity: 0.54;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -175px -45px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
}
@media (min-width: 640px) {
  .frm-content {
    padding: 35px 40px 30px 40px;
  }
  .frm-content .frm-title {
    margin-bottom: 24px;
  }
  .frm-field {
    width: 50%;
    float: left;
  }
  .frm-field.full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .frm-content {
    padding-bottom: 20px;
  }
  .frm-content .frm-wrap {
    padding-right: 180px;
  }
  .frm-content .frm-row-submit {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .frm-content .frm-row-submit .btn,
  .frm-content .frm-row-submit button,
  .frm-content .frm-row-submit input[type="submit"] {
    padding: 0;
    width: 100%;
    border: none;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .btn-action-text {
    padding-left: 30px;
    padding-right: 54px;
  }
  .btn-action-text:after {
    left: 30px;
    right: 30px;
  }
  .btn-action-text:before {
    right: 30px;
  }
  .btn-action-text.active:after {
    left: 0;
    right: 0;
  }
}
@-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 {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.js-tabs-nav {
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.js-tabs-nav ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  overflow: hidden;
}
.js-tabs-nav li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 1px;
}
.js-tabs-nav li:first-child {
  padding-left: 0;
}
.js-tabs-nav .btn {
  height: 42px;
  line-height: 46px;
  padding: 0 10px;
  display: block;
}
.js-tabs-nav .btn.active {
  background: #d3aea1;
}
.js-tabs-nav .btn.active.btn-clr-second {
  background: #898280;
}
@media (max-width: 1023px) {
  .js-tab-content {
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .btn.js-btn-tab {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn.js-btn-tab:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -29px -171px;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn.js-btn-tab:hover,
  .btn.js-btn-tab.active {
    background: #898280 !important;
  }
  .btn.js-btn-tab.active:before {
    -webkit-transform: -webkit-rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .btn.js-btn-tab.active ~ .js-tab-content {
    height: auto;
    padding: 20px 0 20px 0;
    overflow: visible;
  }
  .js-tabs-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .js-tab-block {
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .js-tab-block.active {
    height: auto;
  }
  .js-btn-tab {
    display: none;
  }
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-price {
  display: block;
  position: relative;
}
.item-price .price-block {
  display: none;
}
.item-info {
  position: relative;
  overflow: hidden;
}
.item-info .info-photo {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.item-info .info-photo img {
  display: block;
  width: 100%;
}
.item-info .info-wrap {
  padding: 25px 35px 30px 35px;
  font-size: 16px;
  line-height: 26px;
}
.item-info .info-button {
  line-height: 1;
  margin-bottom: 26px;
}
.item-info .info-price {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #b97373;
  margin-bottom: 20px;
}
.item-info h2,
.item-info h3 {
  margin-bottom: 6px;
}
.item-info .text-sep {
  margin-bottom: 20px;
  border-bottom-color: #dbdbdb;
}
.item-info .btn,
.item-info button,
.item-info input[type="submit"] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.item-gal {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 108px;
  height: 154px;
  text-decoration: none;
}
.item-gal img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-sertificat {
  color: #7d7d7d;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.item-sertificat .srt-photo {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}
.item-sertificat .srt-photo img {
  display: block;
  width: 100%;
}
.item-sertificat .srt-text {
  padding: 0 20px;
}
.item-sertificat .text-sep {
  color: #3e3e3e;
  margin-bottom: 20px;
}
.item-sertificat h2,
.item-sertificat h3 {
  color: #3e3e3e;
}
.item-sertificat .button-box {
  margin-top: 24px;
}
.item-sertificat p {
  margin-bottom: 15px;
}
.item-procedure {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px 20px 30px 20px;
  background: #efeff0;
}
.item-procedure .pr-photo {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 24px;
}
.item-procedure .pr-photo img {
  display: block;
  width: 100%;
}
.item-procedure p {
  margin-bottom: 15px;
}
.item-doctor {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding: 30px 30px 24px 30px;
  border: 2px solid #c4a094;
}
.item-doctor .doc-photo {
  display: block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.item-doctor .doc-photo img {
  display: block;
  width: 100%;
}
.item-doctor h2,
.item-doctor .doc-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 6px;
}
.item-doctor .text-small {
  font-size: 14px;
  line-height: 23px;
}
.item-doctor p:last-child {
  margin-bottom: 0;
}
.item-award {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 270px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #3e3e3e;
  text-decoration: none;
}
.item-award .award-ico {
  display: block;
  width: 140px;
  height: 120px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.item-award .award-ico img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 124px;
  max-height: 90px;
}
.item-award .award-title {
  display: block;
  margin-top: 4px;
}
.item-award .award-att {
  display: inline;
  text-transform: uppercase;
}
.item-award p {
  margin: 0;
}
.item-adv {
  display: block;
  position: relative;
  overflow: hidden;
  height: 112px;
  line-height: 112px;
  text-align: left;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  padding: 0 60px 0 140px;
  background: #b18c7f;
}
.item-adv:before,
.item-adv:after,
.item-adv .adv-title:before,
.item-adv .adv-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  opacity: 0.8;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 4px;
  left: 4px;
}
.item-adv:after {
  top: auto;
  bottom: 4px;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.item-adv .adv-text-wrap {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 100%;
  line-height: 1;
}
.item-adv .adv-title {
  font-size: 33px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  overflow: hidden;
  position: static;
  height: 36px;
  margin: 0;
}
.item-adv .adv-title:before {
  left: auto;
  right: 4px;
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.item-adv .adv-title:after {
  left: auto;
  right: 4px;
  top: auto;
  bottom: 4px;
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-adv .adv-text {
  display: block;
  position: relative;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}
.item-adv .adv-ico {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 95px;
  margin: -25px 0 0 -25px;
  line-height: 1;
}
.item-adv .adv-ico img,
.item-adv .adv-ico .i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.elm-photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
  .item-sertificat .srt-photo {
    width: 43%;
    float: left;
    margin: 0;
    padding-top: 4px;
  }
  .item-sertificat .srt-text {
    padding: 0 0 0 20px;
    width: 57%;
    float: right;
  }
  .item-procedure {
    overflow: hidden;
  }
  .item-procedure .pr-photo {
    width: 43%;
    float: left;
    margin: 0;
    padding-top: 3px;
  }
  .item-procedure .pr-text {
    width: 57%;
    float: right;
    padding: 0 0 0 20px;
  }
  .item-procedure .button-box {
    text-align: left;
  }
  .item-doctor {
    overflow: hidden;
    padding: 26px 46px 42px 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .item-doctor h2,
  .item-doctor .doc-title {
    line-height: 28px;
    margin-bottom: 3px;
  }
  .item-doctor .doc-photo {
    float: left;
    margin: 0 30px 20px 0;
    width: 226px;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .item-info {
    padding: 0 380px 0 0;
  }
  .item-info .info-photo {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 380px;
    margin: 0;
    width: auto;
    height: auto;
  }
  .item-info .info-photo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item-info .info-photo:before {
    display: none;
  }
  .item-info .info-wrap {
    width: 380px;
    float: right;
    margin: 0 -380px 0 0;
    padding: 35px 40px 40px 40px;
    background: url(../img/main/info.jpg) center no-repeat;
    background-size: cover;
  }
  .item-info .info-wrap .btn,
  .item-info .info-wrap button,
  .item-info .info-wrap input[type="submit"] {
    padding-left: 36px;
    padding-right: 36px;
    width: auto;
    display: inline-block;
  }
  .item-info .info-button {
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .item-sertificat {
    padding: 0 0 0 350px;
  }
  .item-sertificat .srt-photo {
    width: 310px;
    float: left;
    margin: 0 0 0 -350px;
  }
  .item-sertificat .srt-text {
    width: 100%;
    float: right;
    padding: 0;
  }
  .item-procedure {
    padding: 36px 40px 50px 40px;
  }
  .item-procedure .pr-text {
    padding-left: 40px;
  }
  .item-procedure .button-box {
    padding-top: 20px;
  }
  .item-adv {
    height: 92px;
    line-height: 92px;
    padding: 0 40px 0 94px;
  }
  .item-adv .adv-ico {
    left: 50px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.price-box {
  background: #fff;
  border-top: 1px solid #dfdfdf;
}
.price-box table {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.price-box table thead th,
.price-box table thead td {
  background: #fdf9f7;
  border-bottom: 1px solid #dfdfdf;
}
.price-box table th,
.price-box table td {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  padding: 15px 20px;
  vertical-align: top;
  border: none;
  position: relative;
  background: #f8f8f8;
}
.main-info-box {
  padding-top: 22px;
  padding-bottom: 20px;
}
.main-info-box .price-outer-wrap {
  margin: 0 -20px;
}
.main-info-box .text-wrap {
  margin-bottom: 24px;
}
.main-info-box .items-wrap {
  margin: 0 -20px;
  background: #efeff0;
}
.main-info-box .sl-item {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.main-info-box .sl-item span {
  display: block;
  position: absolute;
  float: left;
  bottom: 20px;
  left: 10px;
  height: 42px;
  line-height: 46px;
  padding: 0 30px;
  background: #82756d;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.main-info-box .sl-photo {
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.main-info-box .sl-photo img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-info-box .sl-photo:before {
  display: block;
  content: "";
  padding-top: 74%;
}
.main-info-box .slider-wrap {
  margin: 0 -30px;
  position: relative;
}
.main-info-box .owl-prev,
.main-info-box .owl-next {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
}
.main-info-box .owl-next {
  left: auto;
  right: 30px;
}
.main-info-box .js-btn-tab {
  margin-bottom: 10px;
}
.main-action-box {
  padding: 40px 0 20px 0;
  line-height: 1;
  text-align: right;
}
.main-action-box .button-wrap {
  display: block;
  margin: 0 auto;
  width: 208px;
}
.main-gallery-box {
  background: #f8f8f8;
  padding-top: 22px;
  z-index: 3;
}
.main-gallery-box .inner-wrap {
  padding-bottom: 20px;
}
.main-gallery-box .text-wrap {
  margin-bottom: 38px;
}
.main-gallery-box .items-wrap {
  margin: 0 auto;
  width: 244px;
}
.main-gallery-box .item-wrap {
  padding: 0 7px;
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.main-gallery-box .button-box {
  line-height: 1;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
}
.main-gallery-box p {
  margin-bottom: 15px;
}
.main-sertificat-box {
  padding: 22px 0 30px 0;
}
.main-sertificat-box .items-wrap {
  margin: 0 -20px;
}
.main-sertificat-box .item-wrap {
  margin-bottom: 40px;
}
.main-sertificat-box .item-wrap:last-child {
  margin-bottom: 0;
}
.main-procedure-box {
  background: #f8f8f8;
  padding: 22px 0 0 0;
}
.main-procedure-box .items-wrap {
  margin: 0 -20px;
}
.main-procedure-box .item-wrap {
  margin-bottom: 40px;
}
.main-procedure-box .item-wrap:last-child {
  margin-bottom: 0;
}
.main-tourism-box {
  padding: 22px 0 30px 0;
}
.main-tourism-box .map-wrap {
  margin: 0 -20px 26px -20px;
  line-height: 1;
}
.main-tourism-box .map-wrap img {
  display: block;
  width: 100%;
}
.main-tourism-box .button-box {
  margin-top: 25px;
}
.main-form-box {
  background: #82756d url(../img/main/form.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 22px 0 30px 0;
}
.main-doctors-box {
  background: #f8f8f8;
  padding: 24px 0 30px 0;
}
.main-doctors-box .button-box {
  padding-top: 30px;
}
.main-doctors-box .item-wrap {
  margin-bottom: 20px;
}
.main-doctors-box .item-wrap:last-child {
  margin-bottom: 0;
}
.main-doctors-box .items-wrap {
  background: #fff;
  margin: 0 -20px;
}
.main-awards-box {
  padding: 36px 0 30px 0;
}
.main-awards-box .page-title-box {
  margin-bottom: 0;
}
.main-awards-box .slider-wrap {
  position: relative;
  margin: 0 -5px;
}
.main-awards-box .sl-item {
  padding: 0 5px;
}
.main-awards-box .owl-prev,
.main-awards-box .owl-next {
  position: absolute;
  top: 60px;
  left: 5px;
  margin-top: -15px;
}
.main-awards-box .owl-next {
  left: auto;
  right: 5px;
}
.main-awards-box .button-box {
  padding-top: 22px;
}
.main-adv-box {
  position: relative;
  line-height: 1;
  overflow: hidden;
  z-index: 4;
}
.main-adv-box .inner-wrap {
  padding: 0;
}
.main-adv-box .owl-prev,
.main-adv-box .owl-next {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -15px;
}
.main-adv-box .owl-next {
  left: auto;
  right: 20px;
}
.main-adv-box .slider-wrap {
  position: relative;
}
.main-slider-box {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
}
.main-slider-box .slider-wrap,
.main-slider-box .slider,
.main-slider-box .sl-item {
  position: relative;
  overflow: hidden;
}
.main-slider-box .sl-title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3e3e3e;
  margin: 0 0 18px 0;
  text-align: left;
  padding: 0;
  font-family: 'Calibri';
}
.main-slider-box .sl-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  max-height: 400px;
  min-height: 310px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider-box .sl-photo:before {
  content: "";
  display: block;
  padding-top: 97%;
}
.main-slider-box .sl-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: -webkit-translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main-slider-box .sl-text-wrap {
  z-index: 2;
  display: block;
  position: relative;
  padding: 22px 20px 34px 20px;
}
.main-slider-box .owl-prev,
.main-slider-box .owl-next {
  position: absolute;
  bottom: 87px;
  left: 20px;
}
.main-slider-box .owl-next {
  left: 64px;
}
.main-slider-box p {
  margin: 0;
}
.button-box {
  line-height: 1;
  position: relative;
  clear: both;
  text-align: center;
}
.button-box .button-wrap {
  margin-bottom: 10px;
  line-height: 1;
}
.button-box .button-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .price-box table {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .price-box table thead th:last-child,
  .price-box table thead td:last-child {
    display: none;
  }
  .price-box table tbody th:first-child,
  .price-box table tbody td:first-child {
    padding-bottom: 5px;
  }
  .price-box table tbody th:last-child,
  .price-box table tbody td:last-child {
    padding-top: 5px;
  }
  .price-box table tbody th:last-child:before,
  .price-box table tbody td:last-child:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #dfdfdf;
  }
  .price-box table tbody tr:last-child th:last-child:before,
  .price-box table tbody tr:last-child td:last-child:before {
    left: 0;
    right: 0;
  }
  .price-box table thead,
  .price-box table tbody,
  .price-box table tr,
  .price-box table td,
  .price-box table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .price-box table {
    width: 100%;
  }
  .main-slider-box .owl-nav {
    display: none;
  }
}
@media (min-width: 480px) {
  .main-gallery-box .items-wrap {
    width: 366px;
  }
  .main-gallery-box .item-wrap {
    width: 33.33%;
  }
}
@media (min-width: 640px) {
  .main-info-box .items-wrap {
    margin: 0 auto;
    max-width: 904px;
  }
  .main-info-box .slider-outer-wrap {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 904px;
  }
  .main-info-box .price-outer-wrap {
    margin: 0 auto;
    max-width: 904px;
    border: 1px solid #c9c9c9;
    overflow: hidden;
    position: relative;
  }
  .main-info-box .slider-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .price-box {
    border-top: none;
  }
  .price-box .item-price:last-child {
    margin-bottom: -1px;
  }
  .price-box table thead th,
  .price-box table thead td {
    border-bottom: 1px solid #dfdfdf;
  }
  .price-box table thead th:before,
  .price-box table thead td:before {
    display: none;
  }
  .price-box table th,
  .price-box table td {
    position: relative;
  }
  .price-box table th:before,
  .price-box table td:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 1px;
    background: #dfdfdf;
  }
  .price-box table th:first-child:before,
  .price-box table td:first-child:before {
    left: 20px;
  }
  .price-box table th:last-child:before,
  .price-box table td:last-child:before {
    right: 20px;
  }
  .price-box table th:last-child,
  .price-box table td:last-child {
    text-align: right;
  }
  .price-box table tr:last-child th:before,
  .price-box table tr:last-child td:before,
  .price-box table tr:last-child th:after,
  .price-box table tr:last-child td:after {
    left: 0;
    right: 0;
  }
  .main-gallery-box .items-wrap {
    width: 488px;
  }
  .main-gallery-box .item-wrap {
    width: 25%;
  }
  .main-sertificat-box .items-wrap {
    margin: 0;
  }
  .main-doctors-box .items-wrap {
    background: none;
    margin: 0 -10px;
  }
  .main-doctors-box .item-wrap {
    padding: 0 10px;
  }
  .main-doctors-box .inner-wrap {
    max-width: 1386px;
  }
}
@media (min-width: 768px) {
  .main-action-box {
    padding: 40px 0;
  }
  .main-action-box .button-wrap {
    width: 100%;
  }
  .main-gallery-box .items-wrap {
    width: 610px;
  }
  .main-gallery-box .item-wrap {
    width: 20%;
  }
  .main-tourism-box .inner-wrap {
    overflow: hidden;
  }
  .main-tourism-box .map-wrap {
    width: 50%;
    margin: 0 0 0 0;
    float: right;
    padding: 0 0 0 12px;
  }
  .main-tourism-box .text-wrap {
    width: 50%;
    float: left;
    padding: 0 12px 0 0;
  }
  .main-tourism-box .button-box {
    margin: 0;
    padding-top: 25px;
  }
  .main-slider-box {
    margin-bottom: -46px;
  }
  .main-slider-box .sl-photo {
    height: 520px;
    max-height: 520px;
    background-position: center;
  }
  .main-slider-box .sl-photo:before {
    display: none;
  }
  .main-slider-box .sl-text-wrap {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 36px 20px 132px 20px;
    width: 346px;
    display: block;
  }
  .main-slider-box .sl-text-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-slider-box {
    margin-bottom: 0;
  }
  .main-slider-box .sl-text-wrap {
    padding-bottom: 86px;
  }
  .main-slider-box .owl-prev,
  .main-slider-box .owl-next {
    bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .price-box .scroll-wrap {
    padding-top: 10px;
    max-height: 472px;
    overflow: auto;
  }
  .price-box table th:first-child,
  .price-box table td:first-child {
    padding-left: 30px;
  }
  .price-box table th:first-child:before,
  .price-box table td:first-child:before {
    left: 30px;
  }
  .price-box table th:last-child,
  .price-box table td:last-child {
    padding-right: 30px;
  }
  .price-box table th:last-child:before,
  .price-box table td:last-child:before {
    right: 30px;
  }
  .main-info-box {
    padding-top: 64px;
    padding-bottom: 50px;
  }
  .main-info-box .text-wrap {
    margin-bottom: 30px;
  }
  .main-gallery-box {
    padding-top: 36px;
  }
  .main-gallery-box .inner-wrap {
    padding-bottom: 30px;
  }
  .main-gallery-box .items-wrap {
    width: auto;
    margin: 0 -18px;
  }
  .main-gallery-box .item-wrap {
    width: 144px;
    padding: 0 18px;
  }
  .main-sertificat-box {
    padding: 36px 0 50px 0;
  }
  .main-sertificat-box .button-box {
    padding-top: 30px;
  }
  .main-procedure-box {
    padding: 36px 0 50px 0;
  }
  .main-procedure-box .items-wrap {
    margin: 0;
  }
  .main-tourism-box {
    padding: 36px 0 50px 0;
  }
  .main-tourism-box .text-wrap {
    padding-top: 4px;
  }
  .main-tourism-box .button-box {
    padding-top: 40px;
  }
  .main-form-box {
    padding: 36px 0 50px 0;
  }
  .main-doctors-box {
    padding: 0;
  }
  .main-doctors-box .inner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-doctors-box .page-title-box {
    margin-bottom: 30px;
  }
  .main-doctors-box .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-doctors-box .item-wrap {
    width: 50%;
    float: none;
    margin-bottom: 20px;
  }
  .main-doctors-box .item-wrap:last-child {
    margin-bottom: 20px;
  }
  .main-doctors-box .button-box {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .main-doctors-box .item-doctor {
    min-height: 100%;
  }
  .main-awards-box {
    padding: 44px 0 50px 0;
  }
  .main-awards-box .page-title-box {
    margin-bottom: 14px;
  }
  .main-awards-box .button-box {
    padding-top: 44px;
  }
  .main-adv-box {
    margin-bottom: -20px;
  }
  .main-adv-box .inner-wrap {
    padding: 0 20px;
  }
  .main-adv-box .slider-wrap {
    margin: 0 -10px;
  }
  .main-adv-box .owl-item {
    width: 33.33% !important;
  }
  .main-adv-box .sl-item {
    padding: 0 10px 20px 10px;
  }
  .main-adv-box .owl-nav {
    display: none;
  }
  .main-slider-box h2,
  .main-slider-box .sl-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  .main-slider-box .sl-text-wrap {
    width: 32.6%;
    max-width: 348px;
  }
  .main-slider-box .sl-item {
    min-height: 760px;
    height: 100vh;
  }
  .main-slider-box .sl-photo {
    height: 100%;
    max-height: 100%;
  }
  .button-box {
    font-size: 0;
  }
  .button-box .button-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1064px) {
  .main-slider-box .sl-text-wrap,
  .main-slider-box .owl-prev,
  .main-slider-box .owl-next {
    left: 50%;
    margin-left: -532px;
  }
  .main-slider-box .owl-prev {
    margin-left: -512px;
  }
  .main-slider-box .owl-next {
    margin-left: -468px;
  }
}
@media (min-width: 1100px) {
  .main-awards-box .owl-prev {
    margin-left: -30px;
  }
  .main-awards-box .owl-next {
    margin-right: -30px;
  }
}
