/* Do not edit this file manually, it is an autocompilation result. Edit *.less files instead. */
/* Files with mask _template_*.less will be imported automatically */
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/akrobat-bold.eot');
  src: url('../fonts/akrobat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/akrobat-bold.woff2') format('woff2'), url('../fonts/akrobat-bold.woff') format('woff'), url('../fonts/akrobat-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/akrobat-regular.eot');
  src: url('../fonts/akrobat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/akrobat-regular.woff2') format('woff2'), url('../fonts/akrobat-regular.woff') format('woff'), url('../fonts/akrobat-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/akrobat-semibold.eot');
  src: url('../fonts/akrobat-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/akrobat-semibold.woff2') format('woff2'), url('../fonts/akrobat-semibold.woff') format('woff'), url('../fonts/akrobat-semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/akrobat-light.eot');
  src: url('../fonts/akrobat-light.eot?#iefix') format('embedded-opentype'), url('../fonts/akrobat-light.woff2') format('woff2'), url('../fonts/akrobat-light.woff') format('woff'), url('../fonts/akrobat-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'tplicons';
  src: url('../fonts/tplicons.eot?2eqdzk');
  src: url('../fonts/tplicons.eot?2eqdzk#iefix') format('embedded-opentype'), url('../fonts/tplicons.ttf?2eqdzk') format('truetype'), url('../fonts/tplicons.woff?2eqdzk') format('woff'), url('../fonts/tplicons.svg?2eqdzk#tplicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="tpl-icon-"],
[class*=" tpl-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tplicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tpl-icon-social-facebook-o:before {
  content: "\e900";
}
.tpl-icon-social-instagram-o:before {
  content: "\e901";
}
.tpl-icon-social-vkontakte-o:before {
  content: "\e902";
}
.tpl-icon-social-facebook:before {
  content: "\e912";
}
.tpl-icon-social-instagram:before {
  content: "\e913";
}
.tpl-icon-social-odnoklassniki:before {
  content: "\e914";
}
.tpl-icon-social-vkontakte:before {
  content: "\e915";
}
.tpl-icon-social-youtube:before {
  content: "\f167";
}
.tpl-icon-long-arrow-left:before {
  content: "\e905";
}
.tpl-icon-long-arrow-right:before {
  content: "\e910";
}
.tpl-icon-arrow-left-o:before {
  content: "\e909";
}
.tpl-icon-arrow-right-o:before {
  content: "\e90f";
}
.tpl-icon-arrow-down-o:before {
  content: "\e904";
}
.tpl-icon-arrow-up-o:before {
  content: "\e906";
}
.tpl-icon-arrow-left:before {
  content: "\e908";
}
.tpl-icon-arrow-right:before {
  content: "\e90e";
}
.tpl-icon-arrow-up:before {
  content: "\e90c";
}
.tpl-icon-arrow-down:before {
  content: "\e90d";
}
.tpl-icon-search:before {
  content: "\e907";
}
.tpl-icon-cart:before {
  content: "\e90a";
}
.tpl-icon-close:before {
  content: "\e903";
}
.tpl-icon-menu:before {
  content: "\e90b";
}
.tpl-icon-plus:before {
  content: "\e911";
}
.tpl-icon-minus:before {
  content: "\e916";
}
.tpl-icon-attach:before {
  content: "\e801";
}
.tpl-icon-play:before {
  content: "\e802";
}
.form-group .notice > div {
  font-size: 1.5rem;
}
.form-content {
  padding: 2rem;
}
.form-content .form-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.btn {
  font: 30px/1.2 Akrobat, Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-size: 1.875rem;
  border-radius: 0;
  border: 0;
  padding: 0.375em 1em;
  transition: all 0.2s ease;
}
.btn.btn-sm {
  font-size: 1.25rem;
  border-radius: 50em;
  padding: 0.25em 1em;
}
.btn.btn-theme {
  background: #2d2d2d;
  color: #fff;
}
.btn.btn-theme:hover {
  background: #000;
}
.btn.btn-theme-hollow {
  box-shadow: 0 0 0 1px #e6e6e6 inset;
  color: #2d2d2d;
}
.btn.btn-theme-hollow:hover {
  box-shadow: 0 0 0 1px #2d2d2d inset;
  background: #2d2d2d;
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.25rem;
  }
}
.checkbox-wrap {
  position: absolute;
  left: 0;
  top: -0.15em;
}
.checkbox-wrap .checkbox {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap input:checked + .checkbox:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}
.policy-note {
  font-family: Akrobat, Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
.policy-note label {
  position: relative;
  padding-left: 3rem;
}
.modal .close {
  right: 1rem;
  top: 1rem;
  opacity: 1;
}
.modal .modal-content {
  padding: 2.5rem;
}
.modal .modal-dialog {
  width: 47rem;
}
.modal .modal-body {
  padding: 3rem 0 0;
  max-width: 550px;
  margin: 0 auto;
}
.modal .modal-title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0 0;
}
.modal .form-group {
  margin: 0 0 1.75rem;
}
.modal .form-control {
  font-size: 1.8125rem;
  padding: 1.25rem 2rem;
}
.modal .file-upload label {
  padding: 0.5rem 0;
}
.modal .file-upload .wi-group {
  padding-left: 3rem;
}
.modal#response .modal-body {
  padding: 0 2rem 0 0;
}
.modal.fullwidth .modal-dialog {
  width: 100%;
}
.modal.fullwidth .modal-content {
  padding: 0;
}
.modal#contactmap .frame {
  position: relative;
  min-height: 500px;
  height: 70vh;
}
.modal#contactmap .frame > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .modal:before {
    content: none;
  }
  .modal .modal-dialog {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .modal .modal-content {
    min-height: 100vh;
  }
  .modal .modal-title {
    padding: 0;
    font-size: 2rem;
  }
  .modal .form-control {
    font-size: 1.25rem;
  }
  .modal .policy-note {
    font-size: 1rem;
  }
  .modal .file-upload {
    font-size: 1rem;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 13px;
  }
}
body {
  letter-spacing: 0.03em;
  font-size: 1.5rem;
  color: #000;
}
.wrap {
  overflow: unset;
}
@media (min-width: 1450px) {
  .container {
    max-width: 1390px;
  }
}
a {
  text-decoration: none;
}
.inline-padding {
  display: inline;
  background: #000;
  color: #ffffff;
  padding: 0.3em 0;
}
.inline-padding > span {
  position: relative;
  background: #000;
  left: 1.2em;
  padding: 0.3em 0;
}
.inline-padding > span > span {
  position: relative;
  left: -0.6em;
  background: #000;
  z-index: 1;
}
.inline-padding > span > span * {
  display: inline;
}
.page-title {
  font: normal 3.25rem/0.9 Akrobat, Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 2.25rem;
  }
}
.breadcrumbs {
  margin-top: -3rem;
  margin-bottom: 3rem;
  font-size: 0.875rem;
  color: #777;
}
.breadcrumbs a {
  color: #777;
}
.breadcrumbs .separator {
  margin: 0 0.25rem;
}
.blocks-container {
  display: table;
  width: 100%;
}
.blocks-container > div {
  display: table-cell;
  vertical-align: top;
}
.socials a {
  display: inline-block;
  margin: 0 0.5rem;
  width: 2.6875rem;
  height: 2.6875rem;
  color: #000;
  border-radius: 50%;
  font-size: 2.6275rem;
  line-height: 2.6875rem;
  text-align: center;
  vertical-align: top;
  padding-right: 0.1rem;
  text-decoration: none;
}
.socials a.tpl-icon-social-vkontakte {
  padding-top: 0.1rem;
}
.fixed-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 948;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.fixed-menu {
  position: fixed;
  left: -470px;
  top: 0;
  height: calc(100% + 200px);
  width: 100%;
  max-width: 420px;
  background: #fff;
  z-index: 949;
  transition: all 0.2s ease;
  padding: 0 1.5rem 200px;
  overflow: auto;
}
.fixed-menu .container-fluid {
  padding: 0;
}
.fixed-menu .search-form {
  margin: 1rem 0;
  position: relative;
}
.fixed-menu .search-form .form-control {
  background: #dcdcdc;
  border: 0;
  border-radius: 0;
  padding: 1rem 15px;
}
.fixed-menu .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.25rem;
}
.fixed-menu .menu {
  font-size: 1.5rem;
}
.fixed-menu .menu ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.fixed-menu .menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.fixed-menu .menu ul li a {
  display: block;
  padding: 1.5rem 0;
}
.fixed-menu .phone-block {
  display: inline-block;
}
.fixed-menu .phone-block .tapable-phone {
  font-size: 1.25rem;
}
.fixed-menu .phone-block .callback {
  font-size: 0.875rem;
}
.fixed-menu .socials a {
  margin-left: 0;
}
@media (max-width: 567px) {
  .fixed-menu .search-form {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fixed-menu .menu ul li a {
    padding: 3vh 0;
  }
}
@media (max-width: 450px) {
  .fixed-menu .search-form {
    margin-top: 0;
  }
}
.head-placeholder {
  margin: 0 0 3rem;
}
.phone-block {
  text-align: center;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.phone-block .tapable-phone {
  font-size: 1.5rem;
  font-weight: 500;
}
.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 950;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
  height: 70px;
  display: flex;
  align-items: center;
}
.head a {
  text-decoration: none;
}
.head .left-column {
  position: absolute;
  left: 15px;
  top: 0;
  width: auto;
  height: 69px;
  display: flex;
  align-items: center;
}
.head .right-column {
  position: absolute;
  right: 15px;
  top: 0;
  height: 69px;
  display: flex;
  align-items: center;
}
.head .logo {
  text-align: center;
}
.head .logo a {
  display: block;
  position: relative;
  text-decoration: none !important;
  vertical-align: top;
}
.head .logo img,
.head .logo svg {
  max-height: 50px;
  transition: opacity 0.3s ease;
  display: block;
}
.head .logo svg path {
  transition: fill 0.3s ease;
}
.head .logo .white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.head .toggle-menu {
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1;
}
.head .toggle-menu i {
  transition: all 0.2s ease;
}
.head .toggle-menu .tpl-icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.head .minicart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.head .minicart .tpl-icon-cart {
  padding: 0.75rem;
  font-size: 2rem;
}
.head .minicart .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.15em;
  font-size: 60%;
  font-weight: bold;
}
.head .toggle-search {
  vertical-align: middle;
  display: inline-block;
  padding: 0.75rem;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.head .toggle-search .tpl-icon-search {
  display: block;
}
@media (max-width: 991px) {
  .head .phone-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .head .socials {
    display: none;
  }
  .head .toggle-menu {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 576px) {
  .head {
    height: 35px;
  }
  .head .left-column,
  .head .right-column {
    height: 34px;
  }
  .head .toggle-menu {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.875rem;
  }
  .head .minicart {
    margin-right: -0.5rem;
  }
  .head .minicart .tpl-icon-cart {
    padding: 0 0.5rem;
    font-size: 1.875rem;
  }
  .head .logo svg,
  .head .logo img {
    max-height: 15px;
    max-width: calc(100vw - 130px);
  }
}
.menu-opened {
  overflow: hidden;
}
.menu-opened .head .toggle-menu .tpl-icon-menu {
  opacity: 0;
}
.menu-opened .head .toggle-menu .tpl-icon-close {
  opacity: 1;
}
.menu-opened .head .logo .white-logo {
  opacity: 0;
}
.menu-opened .head .logo .black-logo {
  opacity: 1;
}
@media (max-width: 576px) {
  .menu-opened .head {
    background: #fff;
    color: #000;
  }
  .menu-opened .head .logo a {
    color: #000;
  }
}
.menu-opened .fixed-overlay.toggle-menu {
  opacity: 1;
  pointer-events: initial;
}
.menu-opened .fixed-menu {
  left: 0;
}
.footer {
  background: #2d2d2d;
  color: #fff;
  padding: 3.5rem 0 5rem;
}
.footer a {
  color: #fff;
}
.footer .menu {
  max-width: 700px;
}
.footer .menu ul {
  margin: 0 0 -3rem;
  padding: 0;
  list-style: none;
}
.footer .menu ul li {
  display: inline-block;
  width: 25%;
  margin: 0 1rem 3rem 0;
  padding: 0;
}
.footer .socials {
  text-align: center;
  margin-top: 1rem;
}
.footer .socials a {
  color: #fff;
}
.footer .policy {
  font-size: 70%;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 1rem 0;
  }
  .footer .phone-block {
    float: right;
  }
  .footer .phone-block .callback {
    display: none;
  }
  .footer .socials {
    text-align: left;
    margin-left: -0.5rem;
  }
  .footer .menu ul {
    margin: 1rem 0 0;
  }
  .footer .menu ul li {
    width: auto;
    margin: 0;
    padding: 1rem 0;
    display: none;
    border-top: 1px solid #fff;
    font-size: 1.75rem;
  }
  .footer .menu ul li:first-child,
  .footer .menu ul li:nth-child(2) {
    display: block;
  }
}
@media (max-width: 575px) {
  .footer .phone-block .tapable-phone {
    font-size: 1.375rem;
  }
}
.main-page .wrap {
  padding-bottom: 0;
}
.main-page .head-placeholder {
  margin: 0;
}
.main-page .head {
  border-bottom: 0;
}
.main-page .head .socials {
  display: none;
}
.main-page .fullscreen-slider .slide {
  min-height: 100vh;
  display: flex;
  position: relative;
}
.main-page .fullscreen-slider .slide .slide-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 50s linear;
}
.main-page .fullscreen-slider .slide .slide-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 6rem 0 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page .fullscreen-slider .slide .slide-inner .text {
  display: inline-block;
  font: normal 3rem/1.1 Akrobat, Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  color: #000;
  padding: 0 15px;
  max-width: 900px;
}
@media (max-width: 1450px) {
  .main-page .fullscreen-slider .slide .slide-inner .text {
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .main-page .fullscreen-slider .slide .slide-inner .text {
    max-width: 500px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .main-page .fullscreen-slider .slide .slide-inner .text {
    max-width: 50%;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .main-page .fullscreen-slider .slide .slide-inner .text {
    max-width: 90%;
    font-size: 2.5rem;
    margin: 0;
  }
}
.main-page .fullscreen-slider .slide .slide-inner .glowing {
  text-shadow: 0 0 1rem #fff, 0 0 3rem #fff, 0 0 7rem #fff, 0 0 3rem #fff, 0 0 7rem #fff, 0 0 3rem #fff, 0 0 7rem #fff, 0 0 0.5rem #fff;
}
.main-page .fullscreen-slider .slide .slide-inner .shadow {
  text-shadow: 0 0 1rem #000, 0 0 3rem #000, 0 0 7rem #000, 0 0 3rem #000, 0 0 7rem #000, 0 0 3rem #000, 0 0 7rem #000, 0 0 0.5rem #000;
  color: #fff;
}
.main-page .fullscreen-slider .slide.animated .slide-background {
  transform: scale(1.4);
}
.main-page .fullscreen-slider .slide.static .slide-background {
  transition: none !important;
}
.main-page .fullscreen-slider .slide[data-invert="1"] .slide-inner .text {
  color: #fff;
}
.main-page .fullscreen-slider .video-btn {
  position: absolute;
  left: 50%;
  bottom: 4.125rem;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.main-page .fullscreen-slider .video-btn a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3rem 0;
  color: #fff;
  text-decoration: none;
  font-size: 3rem;
  width: 23rem;
  max-width: 90%;
}
@media (max-height: 600px) {
  .main-page .fullscreen-slider .video-btn {
    bottom: 1rem;
  }
  .main-page .fullscreen-slider .video-btn a {
    padding: 7vh 0;
  }
}
.main-page .search-form-wrap {
  position: fixed;
  right: 1rem;
  top: 70px;
  background: #fff;
  padding: 1.5rem;
  margin: 0;
  width: 300px;
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
}
.main-page .search-form-wrap .search-form {
  margin: 0;
}
@media (max-width: 767px) {
  .main-page .head .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .main-page .head .toggle-menu {
    display: none;
  }
  .main-page .fixed-menu {
    left: 0;
    right: 0;
    background: transparent;
    width: 100%;
    height: 0;
    max-width: none;
    overflow: visible;
    padding: 0 !important;
    font-size: 1.5rem;
    z-index: 951;
  }
  .main-page .fixed-menu .container-fluid {
    padding: 0 max(15px, 2vw);
    height: 0;
  }
  .main-page .fixed-menu .phone-block,
  .main-page .fixed-menu .socials {
    display: none;
  }
  .main-page .fixed-menu .menu {
    height: 100vh;
    width: 0;
    padding: 7rem 0;
    display: flex;
    align-items: center;
  }
  .main-page .fixed-menu .menu ul {
    white-space: nowrap;
    margin: 5rem 0 0;
  }
  .main-page .fixed-menu .menu ul li {
    border: 0;
  }
  .main-page .fixed-menu .menu ul li a {
    color: #000;
    padding: 2vh 0;
  }
  .main-page .footer {
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0;
    height: 0;
  }
  .main-page .footer .container {
    position: relative;
    height: 0;
  }
  .main-page .footer .menu,
  .main-page .footer .phone-block {
    display: none;
  }
  .main-page .footer .socials {
    position: absolute;
    bottom: 1rem;
    right: 15px;
  }
  .main-page .footer .socials a {
    margin-bottom: 3rem;
  }
  .main-page .footer .policy {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
    font-size: 0.75rem;
    text-align: center;
  }
  .main-page .footer a {
    color: #000;
  }
  .main-page.inverted-slide:not(.menu-opened) .fixed-menu .menu ul li a {
    color: #fff;
  }
  .main-page.inverted-slide:not(.menu-opened) .footer a {
    color: #fff;
  }
}
@media (min-width: 576px) {
  .main-page .head {
    background: transparent;
    transition: background 0.2s ease;
  }
  .main-page.menu-opened .head {
    background: #fff;
  }
  .main-page.inverted-slide:not(.menu-opened) .head .logo svg path {
    fill: #fff;
  }
  .main-page.inverted-slide:not(.menu-opened) .head .logo img.colored {
    opacity: 0;
  }
  .main-page.inverted-slide:not(.menu-opened) .head .logo img.white {
    opacity: 1;
  }
  .main-page.inverted-slide:not(.menu-opened) .head .phone-block,
  .main-page.inverted-slide:not(.menu-opened) .head .phone-block a,
  .main-page.inverted-slide:not(.menu-opened) .head .toggle-menu i,
  .main-page.inverted-slide:not(.menu-opened) .head .toggle-search,
  .main-page.inverted-slide:not(.menu-opened) .head .minicart a {
    color: #fff;
  }
}
.main-page.search-opened .search-form-wrap {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 575px) {
  .categories-list {
    margin: 0 -15px 3.5rem;
    overflow-x: auto;
  }
  .categories-list .items {
    white-space: nowrap;
    padding: calc(15px - 0.5rem);
  }
  .categories-list .items li {
    padding: 0 0.5rem;
    width: 27vw;
  }
  .categories-list .items a {
    display: block;
    position: relative;
  }
  .categories-list .items .image {
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 1rem;
  }
  .categories-list .items .title {
    white-space: normal;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (min-width: 576px) {
  .categories-list {
    margin: 0 0 2rem;
    font-size: 1.25rem;
  }
  .categories-list .items {
    max-width: 900px;
    margin: 0 -0.75em;
  }
  .categories-list .items li {
    margin: 0 3rem 1.25rem 0;
  }
  .categories-list .items .image {
    display: none;
  }
  .categories-list .items .title {
    display: inline-block;
    vertical-align: top;
    padding: 0.25em 0.75em;
    border-radius: 50em;
    transition: all 0.2s ease;
  }
  .categories-list .items a:hover .title {
    background: #e6e6e6;
  }
}
.products-list .items {
  margin: 0 -0.875rem 0;
}
.products-list .items > li {
  padding: 0 0.875rem 3rem;
  width: 25%;
}
@media (max-width: 1200px) {
  .products-list .items > li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .products-list .items > li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .products-list .items {
    margin: 0 -0.5rem 0;
  }
  .products-list .items > li {
    width: 50%;
    padding: 0 0.5rem 1.25rem;
  }
  .products-list .items > li.big {
    width: 100%;
  }
}
.product-item {
  display: block;
  font-size: 1.5rem;
  position: relative;
}
.product-item span {
  display: block;
}
.product-item .image {
  margin: 0 0 1.5rem;
  position: relative;
}
.product-item .image span {
  padding-bottom: 125%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-item .image .item-preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.product-item > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.product-item .preview-slider .slick-track,
.product-item .preview-slider .slick-list {
  height: 100%;
}
.product-item .preview-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
}
.product-item .preview-slider .slick-dots > li {
  display: inline-block;
  height: 3px;
  flex: 1 1 auto;
  width: 5%;
}
.product-item .preview-slider .slick-dots > li.slick-active {
  background: #000;
}
.product-item .preview-video iframe,
.product-item .preview-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.product-item:hover .image .item-preview {
  opacity: 1;
}
@media (max-width: 500px) {
  .product-item {
    font-size: 1rem;
  }
  .product-item .image {
    margin-bottom: 0.5rem;
  }
  .product-item .tvco-var {
    margin: 0 1rem 0 0;
  }
}
.product-page .product-columns:after {
  content: '';
  display: table;
  clear: both;
}
.product-page .product-images {
  margin: 0 0 3rem;
  float: right;
  width: 58.333%;
  padding-left: 15px;
}
.product-page .product-images .slide {
  margin: 0 0 2rem;
}
.product-page .product-images .slide .image {
  display: block;
}
.product-page .product-images .slide img {
  width: 100%;
}
.product-page .product-images .slide:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-page .product-images {
    margin-bottom: 2rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    float: none;
    width: auto;
    padding-left: 0;
  }
  .product-page .product-images .slide {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 0 0;
  }
  .product-page .product-images .slide img {
    max-width: none;
    width: auto;
    height: 20rem;
  }
  .product-page .product-images .slide:last-child {
    margin-right: 0;
  }
}
.product-page .product-info {
  font: 16px/1.4 Akrobat, Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-size: 1.875rem;
  margin: 0 0 3rem;
  width: 41.666%;
  padding-right: 15px;
  position: sticky;
  top: 5.5rem;
}
.product-page .product-info .page-title {
  margin-bottom: 1rem;
}
.product-page .product-info .page-title + .breadcrumbs {
  margin-top: -1rem;
}
.product-page .product-info .price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.product-page .product-info .accordeon {
  border-top: 1px solid #6c6c6c;
  margin-top: 4rem;
  margin-left: -15px;
}
.product-page .product-info .accordeon .item {
  border-bottom: 1px solid #6c6c6c;
  padding: 0.75rem 0 0.75rem 15px;
}
.product-page .product-info .accordeon .item .title {
  cursor: pointer;
  position: relative;
}
.product-page .product-info .accordeon .item .tpl-icon-arrow-down-o {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.product-page .product-info .accordeon .item .user-content {
  padding-top: 1rem;
  font-size: 1rem;
}
.product-page .product-info .accordeon .item.active .tpl-icon-arrow-down-o {
  transform: translateY(-56%) rotate(180deg);
}
@media (max-width: 1450px) {
  .product-page .product-info {
    font-size: 1.5rem;
  }
  .product-page .product-info .page-title {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .product-page .product-info {
    font-size: 1.25rem;
  }
  .product-page .product-info .page-title {
    font-size: 3rem;
  }
  .product-page .product-info .accordeon {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .product-page .product-info {
    position: static;
    top: auto;
    padding-right: 0;
    width: auto;
  }
  .product-page .product-info .accordeon {
    clear: both;
  }
  .product-page .product-info .price-row {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    display: flex;
    align-items: center;
    padding: 1rem;
    z-index: 10;
  }
  .product-page .product-info .price-row .price {
    margin: 0;
    font-size: 2rem;
  }
  .product-page .product-info .price-row .btn {
    margin-left: auto;
    font-size: 1.75rem;
  }
}
.product-page .related-title {
  font-family: Akrobat, Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-weight: normal;
  font-size: 2.25rem;
  margin: 0 0 2rem;
}
@media (max-width: 575px) {
  .product-page .related-title {
    font-size: 1.75rem;
  }
}
.tvco {
  margin-bottom: 0.5rem;
}
.tvco .tvco-var {
  margin: 0 0.5rem 0 0;
  display: inline-block;
  vertical-align: top;
}
.tvco .tvco-var .tvco-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.tvco .tvco-var ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.tvco .tvco-var ul > li {
  margin: 0;
  padding: 0 0.5rem 0.5rem 0;
  display: inline-block;
  vertical-align: top;
}
.tvco .tvco-var ul input {
  display: none;
}
.tvco .tvco-var ul label {
  margin: 0;
  display: block;
  cursor: pointer;
}
.tvco .tvco-var ul span,
.tvco .tvco-var ul img {
  display: block;
  border: 2px solid #ddd;
  line-height: calc(2rem - 4px);
  height: 2rem;
}
.tvco .tvco-var ul span {
  padding: 0 0.25rem;
  min-width: 2rem;
  text-align: center;
}
.tvco .tvco-var ul input:checked + span {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.tvco .tvco-var ul input:checked + img {
  border-color: #666;
}
.get-back {
  white-space: nowrap;
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.get-back .get-back-fixed {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1rem 0;
}
.get-back .tpl-icon-arrow-long-left {
  font-size: 150%;
  line-height: 1px;
  vertical-align: middle;
}
.get-back span {
  vertical-align: middle;
}
.get-back a {
  text-decoration: none;
}
.get-back a:hover span {
  text-decoration: underline;
}
.pagination {
  text-align: center;
  display: block;
}
.pagination > * {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.pagination .current {
  margin: 0 2rem;
}
.pagination .btn {
  font-size: 1.5rem;
}
.pagination span.btn {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 575px) {
  .pagination {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .pagination .btn {
    width: calc(50% - 2rem);
    margin: 0 1rem;
  }
  .pagination .current {
    order: -1;
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media (max-width: 400px) {
  .pagination .btn {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
}
.catalog-download {
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateX(65%);
  transform-origin: 100% 100%;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 1rem;
  height: 2.75rem;
  line-height: 2.75rem;
  z-index: 100;
  white-space: nowrap;
}
.catalog-download:before,
.catalog-download:after {
  content: '';
  position: absolute;
  left: -1rem;
  top: 0;
  border-top: 2.75rem solid transparent;
  border-right: 1rem solid #000;
}
.catalog-download:after {
  left: auto;
  right: -1rem;
  border-left: 1rem solid #000;
  border-right: 0;
}
@media (max-width: 575px) {
  .catalog-download {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.review-item {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #ddd;
}
.review-item .title {
  font-weight: bold;
  font-size: 1.75rem;
  margin: 0 0 1rem;
}
.review-item .user-content > :last-child {
  margin-bottom: 0;
}
.reviews-list {
  margin: 0 0 3rem;
}
.reviews-list .pagination {
  display: block;
  text-align: center;
}
.panel {
  background: #fff;
  box-shadow: 0 0.75rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem 2rem;
  margin: 0 0 1rem;
}
.panel .panel-header {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .panel {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-item {
  font-size: 1rem;
  display: flex;
  position: relative;
  margin: 0 0 3rem;
}
.cart-item .tpl-icon-close {
  position: absolute;
  padding: 1rem;
  right: -1rem;
  top: -1rem;
  cursor: pointer;
}
.cart-item .item-info {
  margin: 0 0 0 1rem;
}
.cart-item .title {
  margin: 0 0 0.5rem;
}
.cart-item .item-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.cart-item .item-chars {
  display: flex;
}
.cart-item .item-chars > div:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #ddd;
}
.cart-item .item-chars .value {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.cart-item .item-chars .value img {
  max-width: 2rem;
  max-height: 2rem;
}
.cart-item .item-count .count-input {
  margin-top: 0.5rem;
  position: relative;
}
.cart-item .item-count .count-input input {
  height: 2rem;
  width: 70px;
  text-align: center;
}
.cart-item .item-count .count-input button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background: transparent;
}
.cart-item .item-count .count-input button:last-child {
  left: auto;
  right: 0;
}
.cart-page .cart-bottom {
  display: flex;
  align-items: center;
}
.cart-page .cart-bottom .btn {
  margin-left: auto;
}
.order-form .table td {
  padding-left: 0;
  font-size: 1rem;
}
.order-form .table td:last-child {
  padding-right: 0;
}
.order-form .table tr:first-child td {
  border-top: 0;
  padding-top: 0;
}
.order-form .table tr:last-child td {
  font-size: 1.5rem;
  font-weight: bold;
}
.order-form .btn {
  margin: 1rem 0;
  width: 100%;
}
.order-form .policy-note {
  font-size: 1rem;
}
.faq-items .item {
  border-bottom: 2px solid #000;
  padding: 2rem 0 0.5rem;
  overflow: hidden;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.08;
}
.faq-items .item .question {
  font-weight: bold;
  letter-spacing: -0.04em;
  position: relative;
  padding-right: 3rem;
  margin: 0 0 1.5rem;
}
.faq-items .item .question .title {
  text-transform: uppercase;
}
.faq-items .item .question i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq-items .item .answer {
  padding: 0 9%;
  border-top: 2px solid #000;
}
.faq-items .item .answer .text {
  padding: 1.5rem 0;
}
.faq-items .item .toggle {
  cursor: pointer;
}
.faq-items .item:last-child {
  border-bottom: 0;
}
.faq-items .item.active .question {
  border-color: #0d0d0d;
  color: #0d0d0d;
}
@media (max-width: 575px) {
  .faq-items .item {
    border-bottom-width: 1px;
    padding: 20px 0 0;
  }
  .faq-items .item .question {
    font-size: 1.5rem;
  }
  .faq-items .item .answer {
    border-top-width: 1px;
    padding: 0;
    font-size: 1.25rem;
  }
  .faq-items .item .answer .text {
    padding: 20px 0;
  }
}
.contacts-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
.contacts-items .item {
  background: #fff;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  padding: 7% 9%;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts-items .item .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 3%;
}
.contacts-items .item .user-content {
  flex-grow: 1;
}
.contacts-items .item .btn {
  margin-top: 3%;
}
.contacts-items.single {
  display: block;
}
.contacts-items.single .item {
  box-shadow: none;
  padding: 0;
}
.contacts-items.single .btn {
  display: none;
}
.filters {
  margin-bottom: 4rem;
}
.filters .eFiltr_cat {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.875rem 0;
}
.filters .filters-form .container {
  padding-top: 3rem;
}
.filters .filter-option {
  width: 25%;
  padding: 0 0.875rem 1rem;
}
.filters .filter-name {
  font-size: 1.25rem;
  margin: 0 0 1.75rem;
}
.filters .fltr_block_interval .filter-option-body {
  position: relative;
}
.filters .fltr_block_interval .labels {
  display: flex;
  font-size: 0.875rem;
  color: #ccc;
  padding-bottom: 0.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.filters .fltr_block_interval .labels div {
  width: 50%;
}
.filters .fltr_block_interval input {
  width: 50%;
  border: 1px solid #c0c0c0;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  padding: 6px;
  vertical-align: top;
}
.filters .fltr_block_interval input + input {
  border-radius: 0 3px 3px 0;
}
.filters .checks {
  font-size: 0.875rem;
}
.filters .checks label {
  margin: 0 0.5rem 0.5rem 0;
  white-space: nowrap;
}
.filters .checks label input {
  vertical-align: top;
  margin: 0;
}
.filters .checks label span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5rem;
}
.filters .fltr_block13 input {
  display: none;
}
.filters .fltr_block13 img {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.filters .fltr_block13 :checked + span img {
  box-shadow: 0 0 0 1px #000;
}
@media (min-width: 576px) {
  .filters {
    border-top: 1px solid #e6e6e6;
    position: relative;
  }
  .filters .filters-form {
    height: 0;
    overflow: hidden;
  }
  .filters .toggle-filters {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50em;
    font-size: 1.25rem;
    padding: 0.25em;
    width: 180px;
    text-align: center;
    cursor: pointer;
  }
  .filters .toggle-filters i {
    display: inline-block;
    width: 0;
    color: #e6e6e6;
    position: relative;
    left: 0.25rem;
    font-size: 80%;
  }
}
@media (max-width: 1200px) {
  .filters .filter-option {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .filters .filter-option {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .filters {
    position: fixed;
    right: -470px;
    top: 0;
    height: calc(100% + 200px);
    width: 100%;
    max-width: 420px;
    background: #fff;
    z-index: 949;
    transition: all 0.2s ease;
    padding: 0 1.5rem 200px;
    overflow: auto;
  }
  .filters .container {
    padding: 0;
  }
  .filters .filters-form .container {
    padding-top: 5rem;
    position: relative;
  }
  .filters .filters-form .toggle-filters {
    position: absolute;
    top: 4rem;
    right: 0;
    cursor: pointer;
    margin: 0 -1rem 0 0;
    padding: 1rem;
  }
  .filters .filter-option {
    width: 100%;
    margin-bottom: 2rem;
  }
  .filters .filter-name {
    font-size: 20px;
  }
  .filters .checks {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .filters-opened .filters-form {
    height: auto;
  }
  .filters-opened .toggle-filters i:before {
    display: inline-block;
    transform: rotate(180deg);
  }
}
@media (max-width: 575px) {
  .filters-opened {
    overflow: hidden;
  }
  .filters-opened .fixed-overlay.toggle-filters {
    opacity: 1;
    pointer-events: initial;
  }
  .filters-opened .filters {
    right: 0;
  }
}
.toastify {
  background: #2d2d2d;
  font-size: 1.25rem;
}
.toastify .toast-close {
  margin-left: 0.5rem;
}
.list .list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 3rem;
  padding-top: 4rem;
  min-height: 570px;
  text-decoration: none;
}
.list .list-item .item-image {
  width: 100%;
  max-width: 860px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.list .list-item .item-block {
  width: calc(100% - 770px);
  min-width: 22.5rem;
  position: relative;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.16);
  padding: 4% 5.4%;
  background: #fff;
  color: #1d1d1b;
}
.list .list-item .item-block .item-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.04em;
  color: #3b3b3b;
  margin-bottom: 2rem;
}
.list .list-item .item-block .user-content {
  margin: 1.5rem 0;
}
.list .list-item:nth-child(2n) .item-image {
  left: unset;
  right: 0;
}
.list .list-item:nth-child(2n-1) .item-block {
  margin-left: auto;
}
@media (max-width: 991px) {
  .list .list-item {
    flex-direction: column;
    min-height: unset;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .list .list-item .item-image {
    position: static;
    max-width: unset;
  }
  .list .list-item .item-image:before {
    content: '';
    display: block;
    padding-bottom: 66%;
  }
  .list .list-item .item-block {
    padding: 20px;
    min-width: unset;
    width: 100%;
  }
  .list .list-item .item-block .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list .list-item .item-block .user-content {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0;
  }
  .list .list-item .item-block .btn {
    display: none;
  }
  .list .pagination {
    margin-top: 3rem;
  }
}
.page-features {
  margin: 2.5rem 0;
}
.page-features .items {
  margin: 0 -0.5rem -1rem;
}
.page-features .items > li {
  width: 33.333%;
  padding: 0 0.5rem 1rem;
}
@media (max-width: 500px) {
  .page-features .items > li {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .page-features .items > li {
    width: 100%;
  }
}
.page-features .item .icon {
  width: 4rem;
  height: 4.25rem;
  margin: 0 0 0.75rem;
}
.page-features .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.page-features .item .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}
.page-gallery {
  margin: 2.5rem 0;
}
.page-gallery .items {
  margin: 0 -0.325rem;
}
.page-gallery .items > li {
  width: 33.333%;
  padding: 0 0.325rem;
  margin: 0 0 0.65rem;
}
.page-gallery img {
  width: 100%;
}
.page-gallery a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
}
.page-gallery a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/zoom.png) center no-repeat rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-gallery a:hover:after {
  opacity: 1;
}
.page-gallery.landscape-1 .items > li,
.page-gallery.default-1 .items > li {
  width: 100%;
}
.page-gallery.landscape-2 .items > li,
.page-gallery.default-2 .items > li,
.page-gallery.portrait-2 .items > li {
  width: 50%;
}
.page-gallery.default-3 .items > li,
.page-gallery.portrait-3 .items > li {
  width: 33.333%;
}
.partners {
  margin: 2.5rem 0;
}
.partners .slick {
  padding: 0 3rem;
  position: relative;
}
.partners .slick .ctrl {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.5rem;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  text-align: center;
  margin-top: -1.5rem;
  text-decoration: none;
  color: #000;
}
.partners .slick .ctrl.next {
  left: auto;
  right: 0;
}
.partners .slick .slide {
  min-height: 6.25rem;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.5rem;
}
.partners .slick .slide:before {
  content: '';
  width: 0;
  height: 6.25rem;
  vertical-align: middle;
  display: inline-block;
}
.partners .slick .slide img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}
/*# sourceMappingURL=/assets/templates/default/css/template.css.map */