/* generated */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  min-height: 100%; }

.section {
  position: relative; }
  .section--header {
    background-color: #f0f0f0;
    padding: 1.25rem 0; }
  .section--footer {
    background-color: #181513;
    color: #fff;
    padding: 1.25rem 0; }

.container {
  width: calc(100% - 2.5rem);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 1280px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto; }
  .container > *,
  .container ::after,
  .container ::before, .container::after, .container::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .container .container, .container--no-gap {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .container--tiny {
    max-width: 980px; }
  .container--full {
    max-width: 100%; }
  .container::before, .container::after {
    content: "";
    display: table; }
  .container::after {
    clear: both; }

.demo {
  border: 1px solid #868686;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem; }

.ratio {
  position: relative;
  background-color: #f0f0f0; }
  .ratio--1x1 {
    padding-top: 100%; }
  .ratio--16x9 {
    padding-top: 56.25%; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.preloader {
  position: relative; }
  .preloader--show {
    pointer-events: none; }
  .preloader__block {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 10; }
    .preloader__block::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(240, 240, 240, 0.5);
      background-image: url(./static/pic/preloader.gif);
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .button .preloader__block::before {
        background-size: auto 70%; }
      .preloader--show .preloader__block::before {
        opacity: 1; }

.wstabs-button {
  cursor: pointer; }
  .wstabs-button.is-active {
    cursor: default; }
  .wstabs-button:disabled, .wstabs-button.is-disabled {
    cursor: not-allowed; }

.wstabs-block:not(.is-active) {
  display: none; }

.sitemap a {
  color: #4444fe; }
  .sitemap a:hover {
    color: #fe4444; }
  .sitemap a:active {
    color: #000; }

/* Product specs (two-column template) */
.check-list--inner .specs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .check-list--inner .specs-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.check-list--inner .specs-col h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
}
.check-list--inner .specs-col h3:first-child {
  font-size: 20px;
}
.check-list--inner .specs-col ul {
  margin: 0 0 16px 0;
}

.index-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(40%, transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 40%);
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0; }

.index-header__logo {
  max-width: 100px; }
  .index-header__logo--move {
    position: absolute;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    max-width: 110px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.index-header__social-wrap--move {
  display: none; }
  .index-header__social-wrap--move .index-header__social-item {
    padding: 6px; }

.header-menu__right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px; }

.index-header__social-item {
  text-decoration: none;
  display: inline-block;
  padding: 5px; }
  .no-touchevents .index-header__social-item:hover .index-header__social-icon svg {
    fill: #51b858; }

.index-header__social-icon svg {
  width: 25px;
  height: 25px;
  fill: #b3b7c7;
  -webkit-transition: .4s;
  transition: .4s; }

.header-menu__wrap {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px 20px;
  z-index: 20;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  /*	@media (max-width: 360px){
		padding: 10px 0 10px 20px;
		background: none;
	}*/ }
  .header-menu__wrap.move {
    position: absolute;
    bottom: 0; }
    .header-menu__wrap.move:not(.fixed) {
      bottom: 0 !important;
      top: auto !important; }
  .header-menu__wrap.stable {
    position: fixed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 10px 10px; }
    .header-menu__wrap.stable .header-menu--move {
      margin-right: 60px; }
  .header-menu__wrap:not(.fixed) .header__top-dropdown {
    bottom: 25px;
    top: auto;
    border-bottom: none;
    border-radius: 35px 35px 0 0;
    padding: 15px 0 15px; }
  .header-menu__wrap.fixed .header-menu--move {
    position: relative; }
  .header-menu__wrap.fixed:not(.stable) {
    padding: 15px 0;
    top: 0 !important; }
    .header-menu__wrap.fixed:not(.stable) .index-header__logo--move {
      left: 45px; }
  .header-menu__wrap.fixed .header-menu__item .header-menu__link {
    font-size: 0.8125rem;
    padding-right: 20px; }

_:-ms-fullscreen.fixed:not(.stable) .header-menu--move, :root .header-menu__wrap.move.fixed:not(.stable) .header-menu--move {
  margin-left: -15%; }

_:-ms-fullscreen:not(.fixed), :root .header-menu__wrap.move:not(.fixed) {
  top: auto !important; }

.header-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }

.header-menu--move {
  display: none; }

.header-menu__item {
  display: inline-block; }

.header-menu__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Magistral-Bold;
  font-size: 0.9375rem;
  padding-right: 30px;
  display: block;
  line-height: 25px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s; }
  .header-menu__link--small {
    font-family: PFDinDisplayPro-Regular;
    color: #999999;
    text-transform: none; }
  .header-menu__link:hover .menu-line::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.header-menu__mob-hidden {
  display: none; }

.header-menu__contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #fff;
  padding-left: 20px; }

.header-menu__contacts-item {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 25px;
  -webkit-transition: .4s;
  transition: .4s; }
  .no-touchevents .header-menu__contacts-item:hover {
    color: #51b858; }

.header-menu__callback {
  position: relative;
  cursor: pointer; }
  .header-menu__callback::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    -webkit-transition: left .3s, width .3s;
    transition: left .3s, width .3s; }
  .no-touchevents .header-menu__callback:hover::after {
    left: 50%;
    width: 0; }

.menu__item--contacts {
  padding: 55px 20px 0 !important; }

.menu__link {
  text-transform: uppercase;
  font-family: Magistral-Bold;
  color: #ffffff;
  font-size: 1rem;
  padding: 5px 0; }
  .menu__link span {
    position: relative; }
    .menu__link span::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #51b858;
      position: absolute;
      display: block;
      left: 0;
      bottom: -2px;
      -webkit-transition: .3s;
      transition: .3s; }
  .no-touchevents .menu__link:hover span::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

#menu {
  background-color: #181513;
  color: #ffffff; }

#menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ffffff;
  padding: 5px; }
  #menu__social .index-header__social-item:not(:first-of-type) {
    padding: 10px 19px; }
  #menu__social .index-header__social-item:first-of-type {
    padding: 10px 19px 10px 10px; }

#menu__contacts {
  padding: 10px; }

.menu__contacts-item {
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 20px;
  padding: 3px 0 !important;
  -webkit-transition: .4s;
  transition: .4s; }
  .menu__contacts-item:hover {
    color: #51b858; }

#menu__address {
  padding: 3px 0;
  margin-top: 15px; }

.menu__callback,
#menu__map {
  text-decoration: underline;
  cursor: pointer;
  padding: 0 !important; }

#menu__phone-wrap {
  padding-left: 40px;
  position: relative; }

#menu__phone-icon {
  position: absolute;
  left: 10px;
  top: 13px; }
  #menu__phone-icon svg {
    width: 14px;
    height: 14px;
    fill: #fff; }

#menu__location-wrap {
  padding-left: 40px;
  position: relative; }

#menu__location-icon {
  position: absolute;
  left: 10px;
  top: 13px; }
  #menu__location-icon svg {
    width: 14px;
    height: 14px;
    fill: #fff; }

.mm-panel {
  padding: 20px 30px 0; }

#menu-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#menu-controls-in {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  width: 80%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
  max-width: 200px; }

.header-menu__phones {
  display: none; }

.header__sub-menu-wrap {
  display: none;
  position: absolute;
  left: 0; }
  .header__sub-menu-wrap:not(.bottom) {
    bottom: 50px;
    padding-bottom: 55px; }
    .header__sub-menu-wrap:not(.bottom) .header__sub-menu-box::after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #000;
      bottom: -10px; }
  .header__sub-menu-wrap.bottom {
    top: 50px;
    padding-top: 55px; }
    .header__sub-menu-wrap.bottom .header__sub-menu-box::after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #000;
      top: -10px; }

.header__sub-menu-box {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header__sub-menu-box::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.8;
    left: 20%;
    width: 0;
    height: 0; }

.header-menu__item--child {
  position: relative; }
  .no-touchevents .header-menu__item--child:hover .header__sub-menu-wrap {
    display: block; }

.header-sub-menu {
  list-style: none;
  padding: 0;
  margin-right: 10px;
  min-width: 150px; }

.header-sub-menu__link {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s; }
  .no-touchevents .header-sub-menu__link:hover {
    color: #999999; }

.header-sub-menu__title {
  text-transform: uppercase;
  color: #51b858;
  font-family: Magistral-Bold;
  font-size: 1rem;
  display: block;
  position: relative;
  padding: 6px 0;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s; }
  .header-sub-menu__title span {
    position: relative; }
  .header-sub-menu__title span::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    background: #51b858;
    -webkit-transition: .4s;
    transition: .4s; }
  .no-touchevents .header-sub-menu__title:hover {
    color: #ffffff; }
    .no-touchevents .header-sub-menu__title:hover span::after {
      -webkit-transform: scale(0);
      transform: scale(0); }

.header__lang {
  padding: 0 36px 0 23px;
  margin-top: 10px; }

.header__top-dropdown-wrap {
  width: 58px;
  text-align: center;
  position: relative; }
  .header__top-dropdown-wrap .header__lang-btn {
    z-index: 16; }
  .header__top-dropdown-wrap.open .header__top-dropdown-btn {
    background-color: #000; }

.header__top-dropdown {
  position: absolute;
  width: 86%;
  z-index: 15;
  border-radius: 0 0 35px 35px;
  padding-top: 15px;
  top: 25px;
  left: 0;
  display: none;
  border: 2px solid #413e3d;
  border-top: none;
  background: #000;
  font-size: 0.875rem; }
  .header__top-dropdown .header__lang-btn {
    display: block;
    margin: auto;
    padding: 5px;
    background: transparent;
    color: #413e3d;
    border: none; }

.header__search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  position: relative;
  margin-right: 18px; }
  .header__search-wrap.open {
    border-radius: 0 35px 35px 0;
    border-left: none; }

.header__search-hidden {
  border-radius: 35px;
  height: 100%;
  border: none;
  outline: none;
  position: absolute;
  right: 20px;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 10;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 255px;
  opacity: 0;
  top: 0; }
  .header__search-hidden.open {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    right: 2px; }

.header__search-form {
  height: 100%;
  padding-left: 10px; }
  .header__search-form label.has-error {
    color: #fff;
    font-size: 0.75rem; }

.header__search-input {
  width: 100%;
  border: 2px solid #51b858;
  border-right: none;
  border-radius: 35px;
  height: 100%;
  padding: 10px 20px;
  outline: none; }

.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff; }

.menu__sub-link {
  text-transform: uppercase; }
  .menu__sub-link span {
    position: relative; }
    .menu__sub-link span::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #51b858;
      position: absolute;
      display: block;
      left: 0;
      bottom: -2px;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
  .menu__sub-link:hover span::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.mfp-animate-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.9; }

.mfp-bg {
  background: #000; }

.menu-line {
  position: relative; }
  .menu-line::before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    background: #51b858;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

.stable-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.photo-slider {
  padding-right: 20px; }

.photo-block-img {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 450px;
  position: relative; }
  .photo-block-img .product-item__video-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .photo-block-img.has-video:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.main-slider a {
  outline: 0; }

.footer {
  background: #000;
  color: #fff;
  padding: 0 25px; }

.footer-container {
  max-width: 1565px;
  margin: auto;
  padding: 50px 0 40px;
  -webkit-transform: translateZ(0); }

.footer__menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 100px; }

.footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 224px; }

.footer__menu-link {
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition: .3s;
  transition: .3s; }
  .footer__menu-link--big {
    padding-bottom: 4px;
    display: block; }
  .footer__menu-link--small {
    color: #9c9c9c;
    font-size: 1rem; }
  .no-touchevents .footer__menu-link:hover {
    color: #51b858; }

.footer__menu-bootom {
  color: #9c9c9c;
  font-size: 0.875rem;
  text-align: center; }

.footer__socials-link {
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s; }
  .footer__socials-link--insta {
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00); }
  .footer__socials-link--fb {
    background: #3b5998; }
  .footer__socials-link--youtube {
    background: #cd201f; }
  .footer__socials-link::before {
    content: "";
    display: block;
    border: 2px solid #51b858;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s; }
  .no-touchevents .footer__socials-link:hover {
    background: #51b858; }
    .no-touchevents .footer__socials-link:hover::before {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      opacity: 0.3;
      z-index: 0; }

.footer__menu-wrap {
  display: none; }

.footer__socials-wrap {
  text-align: center; }

.footer__socials-icon {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
  .footer__socials-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff; }

.green-link {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #51b858; }
  .green-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #51b858;
    -webkit-transition: left .3s, width .3s;
    transition: left .3s, width .3s; }
  .no-touchevents .green-link:hover::after {
    left: 50%;
    width: 0; }

.footer__contacts {
  padding-left: 0;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.footer__contacts-phones {
  position: relative;
  padding-left: 32px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px; }

.footer__contacts-address {
  position: relative;
  padding-left: 32px;
  width: auto;
  margin-top: 10px; }

.footer__contacts-icon {
  position: absolute;
  left: 0;
  top: 0; }
  .footer__contacts-icon svg {
    width: 20px;
    height: 20px;
    fill: #666666; }

.footer__contacts-phones .footer__contacts-icon {
  top: 8px; }

.footer__contacts-address .footer__contacts-icon {
  top: 5px; }

.footer__phone {
  display: block;
  text-decoration: none;
  font-size: 1.625rem;
  line-height: 1.05; }

.footer__callback {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 4px; }

.footer__contacts-text {
  display: block;
  font-size: 1.25rem; }

.footer__contacts-link {
  font-size: 1.25rem; }

.footer__socials-title {
  margin-top: 0;
  font-size: 1.25rem; }

.footer-banner__wrap {
  padding: 50px 0 60px;
  background-repeat: no-repeat;
  background-color: #181513; }

.footer-banner {
  max-width: 1430px;
  margin: auto; }

.footer-banner__text {
  font-size: 1.625rem;
  color: #fff;
  line-height: 30px;
  margin-top: 0; }

.footer-banner__logo {
  padding-bottom: 30px; }
  .footer-banner__logo img {
    display: block;
    margin: auto; }

.footer-banner__info {
  text-align: center; }

.footer-banner__link {
  margin: auto;
  width: 210px;
  font-size: 0.75rem;
  display: block;
  text-decoration: none; }

.slick-initialized .slick-slide {
  outline: none; }

.main-slider__item-wrap {
  display: none; }

.main-slider__item-wrap:first-child {
  display: block; }

.slick-initialized .main-slider__item-wrap {
  display: block; }

.main-slider__box {
  position: relative;
  background: #181513; }

.main-slider .slick-arrow {
  visibility: hidden;
  position: absolute;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 45%;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.7;
  border-radius: 50%;
  background-size: 15px 15px; }
  .no-touchevents .main-slider .slick-arrow:hover {
    opacity: 1; }

.main-slider .slick-prev {
  left: 15px;
  background: url("./static/pic/arrow-left-white.png") center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 10px 15px; }

.main-slider .slick-next {
  right: 15px;
  background: url("./static/pic/arrow-right-white.png") center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 10px 15px; }

.main-slider__item {
  height: 100vh;
  max-height: 800px;
  min-height: 510px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 8% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.main-slider__item-wrap--video {
  overflow: hidden;
  position: relative; }
  .main-slider__item-wrap--video .main-slider__text-box {
    position: relative;
    z-index: 2; }

.video-slide {
  display: none; }

.video-slide-img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .video-slide-img img {
    max-width: none; }

.main-slider__text-box {
  position: relative;
  z-index: 1;
  padding-left: 30px; }

.main-slider__circle {
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: -20%;
  z-index: -1;
  width: 290px;
  height: 290px;
  left: -12%; }

.main-slider__title {
  font-size: 2.8125rem;
  color: #ffffff;
  font-family: MagistralBlack;
  margin: 0;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 5px; }

.main-slider__text {
  font-size: 0.875rem;
  max-width: 220px;
  font-family: PFDinDisplayPro-Regular;
  color: #ffffff;
  margin-top: 10px;
  line-height: 20px; }

.main-slider__link {
  margin-top: 0;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  padding: 0 1.3125rem; }

.offers-block {
  position: relative; }
  .offers-block .slick-arrow {
    position: absolute;
    display: block;
    border: none;
    outline: none;
    background: transparent;
    width: 25%;
    height: 100%;
    z-index: 10;
    top: 0; }
  .offers-block .slick-arrow-icon {
    visibility: hidden;
    position: absolute;
    display: block;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 55%;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0.7;
    border-radius: 50%; }
    .no-touchevents .offers-block .slick-arrow-icon:hover {
      opacity: 1; }
  .offers-block .slick-prev {
    left: 0; }
  .offers-block .slick-next {
    right: 0; }
  .offers-block .slick-prev-icon {
    left: 15px;
    background: url("./static/pic/arrow-left-white.png") center no-repeat rgba(182, 186, 192, 0.2); }
  .offers-block .slick-next-icon {
    right: 15px;
    background: url("./static/pic/arrow-right-white.png") center no-repeat rgba(182, 186, 192, 0.2); }

.offers-slider__control .slick-dots {
  display: block;
  padding: 0;
  margin: auto;
  list-style: none;
  width: auto;
  text-align: center; }

.offers-slider__control .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0; }
  .no-touchevents .offers-slider__control .slick-dots li:hover:not(.slick-active) button {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.offers-slider__control .slick-dots li button {
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 4px;
  cursor: pointer;
  background: #999999;
  border: none;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.offers-slider__control .slick-dots li.slick-active button {
  background: #51b858; }

.offers-slider__box {
  margin: auto; }

.offers-slider .slick-track {
  padding: 105px 0 0; }

.offers-slider__item-wrap {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  padding-bottom: 110px; }

.offers-slider__text-top {
  color: #ffffff;
  max-width: 275px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: -110px; }

.offers-slider__text-bottom {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center; }

.offers-slider__item-img {
  position: relative; }

.offers-slider__item-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  max-width: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.offers-item-info {
  background: #fff;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .offers-item-info:not(:last-of-type) {
    margin-right: 1px; }

.offers-slider__link {
  width: 170px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none; }

.slick-slide:not(.slick-center) .offers-slider__item-wrap {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }
  .slick-slide:not(.slick-center) .offers-slider__item-wrap::before {
    -webkit-transform: scale(1);
    transform: scale(1); }

.slick-slide:not(.slick-active) {
  visibility: hidden; }

.offers-slider__item-title {
  font-size: 1.625rem;
  font-family: MagistralBlack;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: 0; }

.offers-slider__item-price {
  color: #51b858;
  font-size: 2.25rem; }

.offers-item-info__icon {
  margin-right: 10px; }
  .offers-item-info__icon svg {
    width: 14px;
    height: 14px; }
  .offers-item-info__icon--green svg {
    fill: #51b858; }

.offers-slider__item-description {
  line-height: 20px;
  color: #666666;
  margin-top: 0;
  margin-bottom: 10px; }

.similar-slider {
  max-width: 1560px;
  margin: auto; }
  .similar-slider .slick-arrow {
    visibility: hidden;
    position: absolute;
    display: block;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 45%;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%; }
  .similar-slider .slick-prev {
    left: -40px;
    background: url("./static/pic/arrow-left-white.png") center no-repeat #51b858; }
  .similar-slider .slick-next {
    right: -40px;
    background: url("./static/pic/arrow-right-white.png") center no-repeat #51b858; }

.similar-slider__control {
  padding: 20px; }
  .similar-slider__control .slick-dots {
    display: block;
    padding: 0;
    margin: auto;
    list-style: none;
    width: auto;
    text-align: center; }
  .similar-slider__control .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0; }
    .no-touchevents .similar-slider__control .slick-dots li:hover:not(.slick-active) button {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  .similar-slider__control .slick-dots li button {
    outline: none;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 4px;
    cursor: pointer;
    background: #999999;
    border: none;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .similar-slider__control .slick-dots li.slick-active button {
    background: #51b858; }

.photo-slider img {
  margin-right: auto; }

.photo-slider .slick-arrow {
  position: absolute;
  display: block;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 45%;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%; }
  .photo-slider .slick-arrow.slick-disabled {
    background-color: rgba(0, 0, 0, 0.5); }

.photo-slider .slick-prev {
  left: 5px;
  background: url("./static/pic/arrow-left-white.png") center no-repeat #51b858; }

.photo-slider .slick-next {
  right: 5px;
  background: url("./static/pic/arrow-right-white.png") center no-repeat #51b858; }

.photo-thumbnail {
  padding: 3px; }

.video-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  outline: none; }
  .video-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url("./static/pic/video-icon.svg") center no-repeat rgba(0, 0, 0, 0.5);
    background-size: 40px 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s; }
  .video-thumbnail:hover::after {
    background-color: rgba(0, 0, 0, 0.7); }

.trumb__prev {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  top: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  border: none; }
  .trumb__prev:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.trumb__next {
  position: absolute;
  z-index: 1;
  border: none;
  width: 100%;
  left: 0px;
  bottom: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer; }
  .trumb__next:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg); }

.photo-thumbnail {
  cursor: pointer; }
  .photo-thumbnail span {
    height: 108px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block; }
  .photo-thumbnail i {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .photo-thumbnail svg {
    fill: #51b858;
    width: 55px;
    height: 55px;
    -webkit-transition: .3s;
    transition: .3s; }

.photo-nav-slider {
  line-height: 0; }
  .photo-nav-slider .photo-thumbnail {
    border: 2px solid rgba(0, 0, 0, 0.2); }
  .photo-nav-slider .slick-current .photo-thumbnail {
    border: 2px solid black; }

/* Prevent native vertical scrollbar in thumbs column */
.photo-nav-slider,
.photo-nav-slider .slick-list {
  overflow-y: hidden !important;
}
.photo-nav-slider::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.photo-nav-slider { scrollbar-width: none; -ms-overflow-style: none; }

/* Product gallery: disable Slick fade animation to remove flash/delay */
.product-item-content .photo-slider.slick-slider .slick-slide {
  -webkit-transition: none !important;
  transition: none !important;
}
.product-item-content .photo-slider.slick-fade .slick-slide {
  opacity: 1 !important;
}

.photo-block-img {
  height: 455px; }

.item__photo-wrap {
  overflow: visible !important;
  max-height: initial !important; }

/* On some products the right thumbs column parent gets a native
   vertical scrollbar. Hide it at the column container level. */
.item__photo-wrap .gcell--lg-5,
.item__photo-wrap .gcell--def-10,
.item__photo-wrap .gcell--def-9 {
  /* be conservative: only touch vertical overflow */
  overflow-y: hidden !important;
}
.item__photo-wrap .gcell--lg-5::-webkit-scrollbar,
.item__photo-wrap .gcell--def-10::-webkit-scrollbar,
.item__photo-wrap .gcell--def-9::-webkit-scrollbar {
  width: 0 !important; height: 0 !important;
}

.mobile__search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .mobile__search .header__search-hidden {
    right: -205px; }
    .mobile__search .header__search-hidden .open {
      width: 200px; }
  .mobile__search .header__search-form label.has-error {
    display: none !important; }
  .mobile__search .header__search-input {
    padding: 10px 20px 10px 60px; }

.mm-listitem > a, .mm-listitem > span {
  overflow: visible; }

.menu-controls-in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu-controls-in .header__top-dropdown-wrap {
    display: none; }
  .menu-controls-in .header__top-dropdown-btn {
    margin-right: 0 !important; }

.selVanile {
  height: 56px;
  padding: 10px 19px;
  background: #2f2d2b;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 1.125rem; }
  .selVanile::-webkit-input-placeholder {
    color: #fff; }

.calculator__wrap {
  background: #fdfdfd;
  font-family: PFDinDisplayPro-Regular; }

.calculator__box {
  margin: auto;
  max-width: 1400px; }

.calculator__icon {
  background: #51b858;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  position: relative;
  margin: auto; }
  .calculator__icon svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.calculator__gas {
  text-align: center;
  padding: 20px 0; }

.calculator__electro {
  text-align: center;
  padding: 20px 0; }

.calculator-body {
  text-align: center;
  -webkit-box-shadow: 0 0 70px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 70px 15px rgba(0, 0, 0, 0.3);
  max-width: 350px;
  margin: auto; }

.calculator-body__top {
  background: #51b858;
  padding: 50px 40px 10px; }

.calculator__title {
  color: #fff;
  font-size: 2.25rem;
  margin: 0;
  line-height: 30px;
  font-family: MagistralBlack; }

.calculator__sub-title {
  font-size: 1.625rem;
  margin-bottom: 10px; }

.calculator-body__bottom {
  padding: 33px 33px 46px; }

.calculator-body__bottom-text {
  margin: 0;
  line-height: 18px; }

.calculator__main-wrap {
  padding-top: 65px; }

.calculator__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff; }

.economy-main__wrap {
  font-family: Magistral-Bold;
  color: #51b858;
  font-size: 2.5rem;
  margin: 0; }

.calculator__bottom {
  margin-top: -40px; }

.calculator__count {
  margin: 0 0 15px; }

.rangeslider--horizontal {
  height: 8px; }

.rangeslider {
  background-image: -webkit-gradient(linear, left top, right top, from(#006fd8), color-stop(50%, #2ddcf1), to(#85eb87));
  background-image: linear-gradient(to right, #006fd8, #2ddcf1 50%, #85eb87); }

.rangeslider__fill {
  background: rgba(0, 0, 0, 0.1); }

.rangeslider__handle {
  width: 25px;
  height: 25px;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
  .rangeslider__handle::after {
    display: none; }

.rangeslider__handle-value {
  background: #000;
  height: 60px;
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  bottom: 40px;
  white-space: nowrap;
  left: -55.5px;
  padding: 0 10px;
  margin: auto;
  min-width: 135px;
  border-radius: 4px; }
  .rangeslider__handle-value::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000; }

.calculator-page {
  background: #e2e2e2; }

.calculator-page__content {
  padding-bottom: 75px; }

.calculator-form__wrap {
  max-width: 1560px;
  background-color: #fff;
  position: relative;
  padding: 40px 10px; }

.calculator-form__title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 30px;
  padding-bottom: 35px;
  color: #666666;
  max-width: 780px;
  margin: 0 auto;
  position: relative; }
  .calculator-form__title::after {
    content: "";
    display: block;
    height: 1px;
    width: 85px;
    background: #d2d4dc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.calculator-form {
  max-width: 780px;
  margin: auto;
  padding: 30px 20px; }
  .calculator-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .calculator-form .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #e2e2e2;
    background: #f0f0f0;
    outline: none;
    text-transform: uppercase; }
  .calculator-form .select2-container .select2-selection--single {
    height: 45px; }
    .calculator-form .select2-container .select2-selection--single.has-error {
      background-color: #ffe6e6; }
  .calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px; }
  .calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 40px;
    top: 7px; }
  .calculator-form .select2-container--open .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(./static/pic/arrow-down-icon.svg) center no-repeat;
    background-size: 10px 10px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 40px;
    width: 45px;
    left: 0;
    top: 0; }
  .calculator-form .select2-dropdown {
    border-radius: 0;
    border: 1px solid #e2e2e2;
    text-transform: uppercase; }

.calculator-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.calculator-form__input {
  height: 48px;
  border: 1px solid #eaeaea;
  outline: none;
  background: #f0f0f0;
  color: #666666;
  padding: 15px; }

.calculator__results-wrap {
  background: #f0f0f0;
  padding: 65px 0;
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;
  z-index: 2;
  display: none; }
  .calculator__results-wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f0f0f0;
    top: -25px; }

.calculator__results-title {
  text-align: center;
  font-size: 2.25rem;
  font-family: MagistralBlack;
  letter-spacing: 1.5px;
  margin: 0; }

.calculator__results {
  max-width: 780px;
  margin: auto;
  padding: 10px; }

.calculator__results-item {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.25rem;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.calculator__results-controls {
  padding: 50px 0 0;
  text-align: center; }

.calculator__results-value {
  width: 20%; }

.calculator-form__text {
  text-align: center;
  line-height: 25px;
  color: #666666;
  max-width: 530px;
  margin: 0 auto; }

#total-output {
  font-family: Magistral-Bold;
  color: #51b858; }

.pagination {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px; }

.pagination__item {
  font-size: 1.125rem;
  color: #8f8f8f;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .pagination__item.active {
    border: 1px solid #dcdcdc;
    background-color: #51b858;
    color: #ffffff; }
  .pagination__item:not(.active):hover {
    color: #666666; }

.pagination__item--empty {
  pointer-events: none; }

.pagination__item--btn svg {
  width: 8px;
  height: 16px;
  fill: #8f8f8f;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.pagination__item--btn:hover svg {
  fill: #51b858; }

#callback-popup {
  padding: 50px; }

.callback__title {
  font-size: 2.25rem;
  text-align: center;
  color: #51b858;
  font-family: MagistralBlack;
  margin: 0; }

.callback__sub-title {
  text-align: center;
  font-size: 1.125rem;
  color: lightgrey;
  margin: 0; }

.callback-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px; }
  .callback-form__label label.has-error {
    position: absolute;
    right: 0;
    bottom: -6px;
    font-size: 0.75rem;
    font-weight: 100;
    letter-spacing: 0.5px; }
  .callback-form__label .select2-container.selected:not(.select2-container--open) .select2-selection--single {
    border: 2px solid #51b858; }
  .callback-form__label .select2-container.selected:not(.select2-container--open) .select2-selection__arrow {
    visibility: hidden; }
  .callback-form__label .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: #2f2d2b; }
  .callback-form__label .select2-container .select2-selection--single {
    height: 56px; }
    .callback-form__label .select2-container .select2-selection--single.has-error {
      background-color: #ffe6e6; }
  .callback-form__label .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    color: #999999;
    padding-left: 19px; }
  .callback-form__label .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 40px;
    top: 7px; }
  .callback-form__label .select2-container--open .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .callback-form__label .select2-container--open.select2-container--above .select2-selection--single {
    border-top: none; }
  .callback-form__label .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none; }
  .callback-form__label .select2-container--open .select2-selection--single {
    border: 2px solid #51b858; }
  .callback-form__label .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(./static/pic/arrow-down-white.svg) center no-repeat;
    background-size: 10px 10px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 45px;
    width: 45px;
    left: 0;
    top: 0; }
  .callback-form__label .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #666666; }
  .callback-form__label .select2-container--default .select2-results__option[aria-selected='true'] {
    color: #181513; }
  .callback-form__label .select2-dropdown {
    border-radius: 0;
    background-color: #2f2d2b;
    border: 2px solid #51b858;
    color: #ffffff;
    z-index: 10; }
    .callback-form__label .select2-dropdown--above {
      border-bottom: none; }
    .callback-form__label .select2-dropdown--below {
      border-top: none; }
  .callback-form__label .select2-selection__placeholder {
    font-size: 1.125rem; }

.callback-form__title {
  font-size: 1.25rem; }

.callback-form__input {
  height: 56px;
  padding: 10px 19px;
  background: #2f2d2b;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 1.125rem; }

.callback-submit {
  width: 100%;
  font-size: 0.9375rem !important; }

.thank-popup__text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: HelveticaNeue-Light; }

.form {
  position: relative; }

.form-group {
  margin-bottom: 1rem;
  position: relative; }

.form-controller {
  position: relative; }

.form-input {
  border-width: 1px; }

.form-input.has-error,
.form-textarea.has-error,
.form-select.has-error {
  background-color: #ffe6e6;
  border-color: #f00; }

.form-flag__input.has-error ~ .form-flag__value {
  color: #f00; }

button {
  outline: none; }

.button {
  position: relative;
  font-size: 1rem;
  line-height: normal;
  padding: 0.25em 1em;
  border: 1px solid #868686;
  border-radius: 0.3125rem;
  background-color: transparent;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.3125rem; }
  .button:hover {
    background-color: #f0f0f0; }
  .button:active {
    background-color: #868686; }
  .button:disabled {
    opacity: .6;
    pointer-events: none; }
  .button--block {
    display: block; }

._reg-btn {
  height: 40px;
  line-height: 40px; }

._small-btn {
  height: 40px;
  line-height: 40px; }

.green-btn {
  background-color: transparent;
  border-radius: 35px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: Magistral-Bold;
  font-size: 0.825rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative; }
  .green-btn span {
    position: relative;
    z-index: 1; }
  .green-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #51b858;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .green-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #51b858;
    background-color: transparent;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .green-btn svg {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .no-touchevents .green-btn:hover {
    color: #51b858; }
    .no-touchevents .green-btn:hover svg {
      fill: #51b858; }
    .no-touchevents .green-btn:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    .no-touchevents .green-btn:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }

.green-border-btn {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Magistral-Bold;
  font-size: 0.875rem; }
  .green-border-btn svg {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .green-border-btn span {
    position: relative;
    z-index: 2; }
  .green-border-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #51b858;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .green-border-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #51b858;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .green-border-btn:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .green-border-btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.dark-border-btn {
  position: relative;
  font-family: Magistral-Bold;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #3c3e44;
  text-transform: uppercase;
  font-size: 0.875rem; }
  .dark-border-btn svg {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .dark-border-btn span {
    position: relative;
    z-index: 2; }
  .dark-border-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #3c3e44;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .dark-border-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3c3e44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .dark-border-btn:hover {
    color: #ffffff; }
    .no-touchevents .dark-border-btn:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    .no-touchevents .dark-border-btn:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }

.white-border-btn {
  position: relative;
  border: none;
  background: transparent;
  font-family: Magistral-Bold;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .white-border-btn:focus {
    outline: none; }
  .white-border-btn svg {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .white-border-btn span {
    position: relative;
    z-index: 2; }
  .white-border-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .white-border-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .white-border-btn:hover {
    color: #3c3e44; }
    .no-touchevents .white-border-btn:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    .no-touchevents .white-border-btn:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }

.gray-border-btn {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #3c3e44;
  text-transform: uppercase;
  font-family: Magistral-Bold; }
  .gray-border-btn span {
    position: relative;
    z-index: 2; }
  .gray-border-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #bbbdc0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .gray-border-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #bbbdc0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .gray-border-btn:hover {
    color: #ffffff; }
    .no-touchevents .gray-border-btn:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    .no-touchevents .gray-border-btn:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }

.light-border-btn {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: Magistral-Bold; }
  .light-border-btn span {
    position: relative;
    z-index: 2; }
  .light-border-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #413e3d;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .light-border-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #413e3d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .light-border-btn:hover {
    color: #ffffff; }
    .no-touchevents .light-border-btn:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    .no-touchevents .light-border-btn:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
  .light-border-btn.disabled {
    pointer-events: none; }

.menu-btn {
  width: 50px;
  height: 50px; }
  .menu-btn svg {
    width: 20px;
    height: 20px; }
  .menu-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

#menu-close {
  margin-right: 0; }
  #menu-close svg {
    width: 20px; }

.test-drive-btn {
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px; }
  .test-drive-btn svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2; }
  .test-drive-btn:not(.test-drive-btn--menu) .test-drive-btn__icon {
    display: inline-block; }

.test-drive-btn__text {
  display: none; }

.header__search-btn {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10; }
  .header__search-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    z-index: 2; }
  .header__search-btn.active::before {
    border-color: #51b858; }
  .header__search-btn.active svg {
    fill: #51b858; }

.phone-btn {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  margin-right: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .phone-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    z-index: 2; }

.lang-btn {
  width: 50px;
  height: 50px;
  line-height: 50px; }
  .lang-btn:not(.lang-btn--mob) {
    margin-right: 18px; }

.header__top-dropdown-btn {
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: Magistral-Bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%; }
  .header__top-dropdown-btn span {
    position: relative;
    z-index: 2; }
  .header__top-dropdown-btn::before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #413e3d;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header__top-dropdown-btn::after {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #413e3d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .no-touchevents .header__top-dropdown-btn:hover {
    color: #51b858; }

.header__lang-btn {
  text-decoration: none; }

.catalog-btn {
  width: 100%;
  margin-top: 15px; }

#custom-close-btn--video {
  background: url("./static/pic/close-icon.svg") center no-repeat transparent;
  border-radius: 50%;
  border: none;
  background-size: 15px 15px;
  padding: 15px;
  display: block;
  margin: 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  cursor: pointer;
  right: -10px; }

.info-test-btn {
  display: block;
  width: 100%;
  margin: 0 auto 17px;
  max-width: 300px; }

.info-buy-btn {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 300px;
  -webkit-box-shadow: 0 9px 35px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 9px 35px 10px rgba(0, 0, 0, 0.2); }

.mfp-arrow {
  width: 30px;
  height: 50px;
  background-size: contain; }
  .mfp-arrow::before, .mfp-arrow::after {
    display: none; }

#custom-close-btn {
  background: url("./static/pic/close-icon.svg") center no-repeat;
  background-size: 12px 12px;
  width: 30px;
  height: 30px;
  right: 3px;
  top: 3px;
  cursor: pointer;
  border-radius: 50%; }

#custom-arrow-right {
  background: url("./static/pic/arrow-right-white.png") center no-repeat transparent;
  right: 5%; }

#custom-arrow-left {
  background: url("./static/pic/arrow-left-white.png") center no-repeat transparent;
  left: 5%; }

.calculator-submit-btn {
  width: 100%;
  -webkit-box-shadow: 0 9px 35px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 9px 35px 10px rgba(0, 0, 0, 0.2);
  margin-top: 30px; }
  .calculator-submit-btn.hidden {
    visibility: hidden; }

.calculator-reset-btn {
  padding: 0 40px;
  margin-bottom: 20px;
  width: 100%; }

.calculator__to-catalog {
  padding: 0 45px;
  display: inline-block;
  text-decoration: none;
  width: 100%; }

.button__world {
  display: none; }

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 0;
  padding: 120px 0 30px; }
  .title-block::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.title-block__content {
  z-index: 1;
  position: relative; }

.title-block__title {
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: MagistralBlack;
  margin: 0;
  letter-spacing: 2px; }

.title-block__wrap--simple {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 14px rgba(0, 0, 0, 0.2);
  padding-top: 80px; }

.title-block--simple {
  margin: auto;
  max-width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.title-block__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.title-block__text {
  font-size: 3rem;
  font-family: MagistralBlack;
  margin: 0;
  line-height: 40px; }

.title-block__socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 25px; }

.title-block__socials {
  margin-left: 20px; }

.title-block__socials-item {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  margin: 0 2px; }
  .title-block__socials-item._fb {
    background-color: #3b5998; }
  .title-block__socials-item._twitter {
    background-color: #64a8f2; }
  .title-block__socials-item._google {
    background-color: #cf3e28; }
  .title-block__socials-item svg {
    width: 20px;
    height: 20px;
    fill: #fff; }
  .title-block__socials-item::before {
    content: "";
    display: block;
    border: 2px solid #51b858;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s; }
  .no-touchevents .title-block__socials-item:hover {
    background: #51b858; }
    .no-touchevents .title-block__socials-item:hover::before {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      opacity: 0.3;
      z-index: 0; }

.title-block__availability {
  padding: 10px 20px;
  background: #f0f0f0;
  margin-left: 46px;
  white-space: nowrap; }
  .title-block__availability svg {
    width: 15px;
    height: 13px;
    fill: #51b858; }

.title-block__img {
  max-width: none;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.horizontal-scroll {
  position: relative;
  overflow: hidden; }
  .horizontal-scroll--left, .horizontal-scroll--right {
    cursor: ew-resize; }
  .horizontal-scroll--down {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .horizontal-scroll::before, .horizontal-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 99; }
  .horizontal-scroll::before {
    right: 100%;
    -webkit-box-shadow: 10px 0 8px -6px #000;
    box-shadow: 10px 0 8px -6px #000; }
    .horizontal-scroll--left.horizontal-scroll::before {
      opacity: .3; }
  .horizontal-scroll::after {
    left: 100%;
    -webkit-box-shadow: -10px 0 8px -6px #000;
    box-shadow: -10px 0 8px -6px #000; }
    .horizontal-scroll--right.horizontal-scroll::after {
      opacity: .3; }
  .horizontal-scroll__holder {
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: auto; }
  .horizontal-scroll__element {
    max-width: 100%;
    overflow: visible;
    margin: 0; }

._gray-text {
  color: #666666; }

._dark-text {
  color: #181513; }

._fz-20 {
  font-size: 1.25rem; }

._fz-26 {
  font-size: 1.625rem; }

._fz-36 {
  font-size: 2.25rem; }

._fz-56 {
  font-size: 3.5rem; }

._green-dot-list {
  list-style: none; }
  ._green-dot-list li {
    padding-left: 20px;
    background: url("./static/pic/green-dot.png") left 8px no-repeat; }

.arrow-list {
  list-style: none; }
  .arrow-list li {
    padding-left: 40px;
    background: url("./static/pic/arrow-green-right.svg") left 0 no-repeat;
    background-size: 13px 16px; }

.seo-text__wrap {
  background: #f0f0f0; }

.seo-text {
  max-width: 1060px;
  margin: auto;
  padding: 30px 15px; }
  .seo-text h2 {
    font-family: Magistral-Regular; }

._m-0 {
  margin: 0; }

.section-index {
  overflow: hidden; }

.offers-block {
  background: #181513;
  padding: 20px 0; }

.offers-block__title {
  text-align: center;
  color: #51b858;
  font-family: MagistralBlack;
  font-size: 3.5rem;
  margin-bottom: 0; }

.offers-block__sub-title {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem; }

.advantages__wrap {
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in; }
  .advantages__wrap--about {
    padding-top: 55px; }

.advantages__wrap-left {
  background: #e2e2e2;
  padding: 7.5% 12% 10% 11%; }

.advantages__wrap-right {
  background: #f0f0f0;
  padding: 5%; }

.advantages__title {
  margin: 0;
  font-family: MagistralBlack;
  font-size: 1.25rem;
  font-weight: normal; }
  .advantages__title--about {
    text-align: center;
    padding-bottom: 35px;
    position: relative; }
    .advantages__title--about::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 20px;
      background: #e2e2e2;
      width: 108px;
      height: 1px; }

.advantages__text {
  margin-top: 8px;
  line-height: 26px;
  font-size: 1.25rem; }
  .advantages__text--about {
    text-align: center;
    max-width: 970px;
    margin: auto;
    line-height: 30px; }

.advantages__items--about {
  padding: 25px 0; }

.advantages__link {
  width: 100%;
  max-width: 304px;
  display: inline-block;
  text-align: center;
  text-decoration: none; }

.advantages__item-wrap {
  padding: 8px; }

.advantages__item {
  text-align: center; }

.advantages__item-icon {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
  .advantages__item-icon svg {
    width: 80px;
    height: 80px;
    fill: #51b858; }

.advantages__item-title {
  font-size: 1.625rem;
  color: #181513;
  margin: 0; }

.advantages__item-text {
  color: #666666;
  margin: 0; }

.index-info__box {
  background: #181513;
  padding: 2% 0 0; }

.index-info__wrap {
  max-width: 1470px;
  margin: auto; }
  .index-info__wrap.fade-in .index-info__text-wrap {
    opacity: 1; }
  .index-info__wrap.fade-in .index-info__img {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative; }

.index-info__text-wrap {
  padding: 7% 4% 0 9%;
  opacity: 0;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in; }
  .index-info__text-wrap--bottom {
    padding-bottom: 13%; }

.index-info__img {
  opacity: 0;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  position: absolute; }
  .index-info__img--left {
    display: none; }
  .index-info__img--right {
    -webkit-transform: translateX(40%);
    transform: translateX(40%); }
  .index-info__img--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 90px; }
    .index-info__img--bottom img {
      position: relative;
      z-index: 2;
      display: none; }

.index-info__title {
  font-family: MagistralBlack;
  font-size: 2.25rem;
  line-height: 42px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0; }

.index-info__text {
  font-size: 1.25rem;
  line-height: 27px;
  margin-bottom: 0;
  color: #ffffff; }

.index-info__sub-text {
  color: #666666;
  font-size: 1rem;
  margin-top: 13px;
  line-height: 21px;
  margin-bottom: 8px; }

.index-info__link {
  width: 280px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none; }

.index-info__img-text {
  color: #fff;
  height: 80%;
  text-align: center;
  font-size: 1.625rem; }
  .index-info__img-text::before {
    content: "";
    display: block;
    position: absolute;
    left: 2%;
    top: 0;
    width: 95%;
    height: 360px;
    background: url("./static/pic/circle.png") top no-repeat;
    background-size: contain; }

.index-info__count {
  color: #51b858;
  font-size: 7.5rem;
  font-family: Magistral-Bold;
  margin: 0;
  line-height: 85px;
  width: 250px;
  text-align: center;
  white-space: nowrap; }

.index-video__box {
  padding: 60px 15px;
  background: #181513; }

.index-video__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index-video__ratio {
  position: relative;
  width: 100%;
  max-width: 1000px; }
.index-video__ratio::before {
  content: "";
  display: block;
  padding-top: 56.25%; }
.index-video__ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

_:-ms-fullscreen, :root .index-video__wrap {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.index-video__title {
  font-size: 1.75rem;
  font-family: MagistralBlack;
  text-align: center;
  margin-top: 0;
  color: #51b858; }

@media (min-width: 1024px) {
  .index-video__title { font-size: 2rem; } }

@media (min-width: 1500px) {
  .index-video__title { font-size: 2.25rem; } }

@media (max-width: 640px) {
  .index-video__title { font-size: 1.375rem; line-height: 1.25; } }

.index-video { margin: auto; }

@media (min-width: 1024px) {
  .index-video__ratio { max-width: 700px; } }

@media (max-width: 1024px) {
  .index-video__ratio { max-width: 100%; } }

@media (max-width: 480px) {
  .index-video__box { padding: 30px 10px; } }

.bingc-blur-whole-page {
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important; }

.news-block {
  background: #e2e2e2;
  padding: 65px 0; }

.news-block__title {
  font-size: 2.25rem;
  font-family: MagistralBlack;
  text-align: center;
  margin-top: 0;
  -webkit-transition: .4s;
  transition: .4s; }
  .news-block__title a {
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s; }
  .news-block__title:hover {
    color: #51b858; }

.news-block__items-wrap {
  margin: auto; }

.news-item__wrap {
  background: #ffffff;
  text-align: center;
  border: 1px solid #e2e2e2;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s; }
  .no-touchevents .news-item__wrap:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.1); }
    .no-touchevents .news-item__wrap:hover .news-item {
      -webkit-box-shadow: 0 0 0 2px #51b858;
      box-shadow: 0 0 0 2px #51b858;
      position: relative;
      z-index: 1; }
    .no-touchevents .news-item__wrap:hover .news-item__link {
      opacity: 1; }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem;
  height: 100%;
  margin: 1px; }

_:-ms-fullscreen, :root .news-item {
  -ms-flex-align: stretch;
  align-items: stretch; }

.news-item__title {
  font-size: 1.625rem;
  color: #181513;
  margin: 0;
  line-height: 2.1875rem;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 5px;
  font-weight: normal; }
  .no-touchevents .news-item__title:hover {
    color: #51b858; }
  .news-item__title a {
    text-decoration: none; }

.news-item__text {
  color: #666666;
  line-height: 1.5625rem; }

.news-item__img-wrap {
  position: relative; }

.news-item__date {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #ffffff;
  padding: 10px 10px 0;
  border-radius: 20px 20px 0 0;
  max-width: 160px;
  color: #181513;
  font-size: 0.875rem; }

_:-ms-fullscreen, :root .news-item__date {
  left: 30%; }

.news-item__link {
  display: block;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  max-width: 135px;
  margin: auto;
  font-size: 0.6875rem; }
  .no-touchevents .news-item__link {
    opacity: 0; }

.news-page {
  background: #e2e2e2; }
  .news-page .pagination {
    padding: 30px; }

.news__items-wrap {
  max-width: 1560px;
  position: relative;
  padding-bottom: 30px; }

.news-item-page {
  background: #e2e2e2; }

.news-item__content-wrap {
  max-width: 1560px;
  background: #f0f0f0;
  position: relative; }

.news-item__content {
  max-width: 1040px;
  margin: auto;
  padding: 0.625rem; }
  .news-item__content iframe {
    margin: 30px auto 0;
    display: block; }

.news-item__text-box {
  color: #666666;
  letter-spacing: 0.4px;
  padding-bottom: 60px;
  padding-top: 40px; }
  .news-item__text-box h3 {
    font-size: 1.625rem;
    font-family: Magistral-Bold;
    color: #181513;
    letter-spacing: 1px; }

.news-item__title-box {
  text-align: center;
  font-size: 1.25rem;
  color: #666666; }

.news-item__title-img {
  position: relative; }
  .news-item__title-img img {
    display: block;
    margin: auto; }

.news-item__title-date {
  border-radius: 35px;
  padding: 15px 35px;
  background-color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  position: absolute;
  max-width: 160px;
  left: 0;
  right: 0;
  margin: auto;
  color: #181513;
  bottom: -27px;
  white-space: nowrap; }

.news-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-item__back-link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-item__back-link svg {
    width: 25px;
    height: 17px;
    fill: #51b858;
    margin-right: 15px; }

.catalog-content__wrap {
  background-color: #f0f0f0;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px; }

.catalog-content {
  margin: auto;
  max-width: 1560px; }

.catalog-content__inner {
  padding: 20px; }

.catalog__sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .catalog__sort-box .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #e2e2e2;
    outline: none; }
  .catalog__sort-box .select2-container .select2-selection--single {
    height: 45px; }
    .catalog__sort-box .select2-container .select2-selection--single.has-error {
      background-color: #ffe6e6; }
  .catalog__sort-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px; }
  .catalog__sort-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 40px;
    top: 7px; }
  .catalog__sort-box .select2-container--open .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .catalog__sort-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(./static/pic/arrow-down-icon.svg) center no-repeat;
    background-size: 10px 10px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 40px;
    width: 45px;
    left: 0;
    top: 0; }
  .catalog__sort-box .select2-dropdown {
    border-radius: 0;
    border: 1px solid #e2e2e2; }

.catalog__tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0; }

.catalog__tab {
  padding: 0.9375rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  text-decoration: none; }
  .catalog__tab::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #51b858;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .catalog__tab span {
    white-space: nowrap; }
  .catalog__tab.is-active {
    color: #1d2837; }
    .catalog__tab.is-active::after {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .no-touchevents .catalog__tab:not(.is-active):hover {
    color: #51b858;
    -webkit-box-shadow: inset 0 0 0 2px #51b858;
    box-shadow: inset 0 0 0 2px #51b858;
    position: relative;
    z-index: 1; }

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  padding-top: 1.25rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.catalog__items-box {
  padding: 10px 0 30px; }

.catalog-sidebar {
  max-width: 265px;
  display: none; }

.sidebar__menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.sidebar__menu-item {
  position: relative; }
  .sidebar__menu-item:not(:last-of-type) {
    border-bottom: 1px solid #c6c6c6; }

.sidebar__menu-link {
  text-transform: uppercase;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  width: 80%;
  -webkit-transition: .3s;
  transition: .3s; }
  .no-touchevents .sidebar__menu-link:hover {
    color: #51b858; }
  .sidebar__menu-link.active {
    color: #51b858; }

.sidebar__sub-menu-link {
  text-transform: uppercase;
  padding: 3px 0;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s; }
  .no-touchevents .sidebar__sub-menu-link:hover {
    color: #51b858; }
  .sidebar__sub-menu-link.active {
    color: #51b858;
    text-decoration: underline; }

.sidebar-menu-toggle {
  position: absolute;
  display: block;
  width: 20%;
  right: 0;
  top: 0;
  height: 100%;
  background: url("./static/pic/plus-icon.svg") center no-repeat transparent;
  background-size: 13px 13px;
  max-height: 55px;
  border: none;
  cursor: pointer; }
  .sidebar-menu-toggle.open {
    background: url("./static/pic/minus-icon.svg") center no-repeat transparent;
    background-size: 13px 13px; }

.sidebar__sub-menu {
  list-style: none;
  display: none;
  padding: 0 0 20px;
  margin-left: 30px; }

.product-item__wrap {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s; }
  .no-touchevents .product-item__wrap:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.1); }
    .no-touchevents .product-item__wrap:hover .product-item {
      -webkit-box-shadow: 0 0 0 2px #51b858;
      box-shadow: 0 0 0 2px #51b858;
      position: relative;
      z-index: 1; }
    .no-touchevents .product-item__wrap:hover .product-item__link {
      opacity: 1; }

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px;
  height: 100%; }

_:-ms-fullscreen, :root .product-item {
  -ms-flex-align: stretch;
  align-items: stretch; }

.product-item__title {
  font-family: Magistral-Bold;
  font-size: 1.625rem;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden; }
  .product-item__title a {
    text-decoration: none; }
  .no-touchevents .product-item__title:hover {
    color: #51b858; }

.product-item__text {
  font-family: PFDinDisplayPro-Regular;
  color: #666666;
  line-height: 20px; }

.product-item__equipment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.product-item__equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 190px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .product-item__equipment-item {
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.product-item__equipment-icon {
  display: inline-block;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-item__equipment-icon svg {
    width: 15px;
    height: 15px;
    fill: #000; }

.product-item__equipment-text {
  white-space: nowrap; }

.product-item__availability,
.product-item__no-availability {
  display: block;
  margin-left: 15px;
  white-space: nowrap; }

.product-item__availability {
  color: #51b858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-item__availability svg {
    fill: #51b858; }

.product-item__no-availability {
  color: #666666; }
  .product-item__no-availability svg {
    fill: #666666; }

.product-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-item__price {
  color: #51b858;
  font-size: 1.625rem; }

.product-item__link {
  display: block;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  width: 135px;
  font-size: 0.6875rem;
  text-align: center; }
  .no-touchevents .product-item__link {
    opacity: 0; }

.product-item__img-wrap {
  position: relative;
  width: 100%; }
  .product-item__img-wrap img {
    display: block;
    margin: auto; }

.product-item__video-link {
  display: block;
  position: absolute;
  outline: none;
  left: 10px;
  top: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .no-touchevents .product-item__video-link:hover svg {
    fill: #87ce8c; }

.product-item__video-icon svg {
  fill: #51b858;
  width: 55px;
  height: 55px;
  -webkit-transition: .3s;
  transition: .3s; }

select.select2 {
  visibility: hidden; }

.catalog__sort-select {
  width: 100%; }

.catalog-filters {
  display: none; }

.catalog__filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 8px;
  width: 20%; }
  .catalog__filter-label--small {
    width: 16.3%; }
  .catalog__filter-label.mob {
    width: 100%; }
  .catalog__filter-label.selected .filter-close-btn {
    display: block; }
  .catalog__filter-label .select2-container.selected:not(.select2-container--open) .select2-selection--single {
    border: 2px solid #51b858; }
  .catalog__filter-label .select2-container.selected:not(.select2-container--open) .select2-selection__arrow {
    visibility: hidden; }
  .catalog__filter-label .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: #2f2d2b; }
  .catalog__filter-label .select2-container .select2-selection--single {
    height: 48px; }
    .catalog__filter-label .select2-container .select2-selection--single.has-error {
      background-color: #ffe6e6; }
  .catalog__filter-label .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: #999999; }
  .catalog__filter-label .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 40px;
    top: 7px; }
  .catalog__filter-label .select2-container--open .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .catalog__filter-label .select2-container--open.select2-container--above .select2-selection--single {
    border-top: none; }
  .catalog__filter-label .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none; }
  .catalog__filter-label .select2-container--open .select2-selection--single {
    border: 2px solid #51b858; }
  .catalog__filter-label .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(./static/pic/arrow-down-white.svg) center no-repeat;
    background-size: 10px 10px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 40px;
    width: 45px;
    left: 0;
    top: 0; }
  .catalog__filter-label .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #666666; }
  .catalog__filter-label .select2-container--default .select2-results__option[aria-selected='true'] {
    color: #181513; }
  .catalog__filter-label .select2-dropdown {
    border-radius: 0;
    background-color: #2f2d2b;
    border: 2px solid #51b858;
    color: #ffffff;
    z-index: 10; }
    .catalog__filter-label .select2-dropdown--above {
      border-bottom: none; }
    .catalog__filter-label .select2-dropdown--below {
      border-top: none; }

.catalog__filter-text {
  color: #ffffff; }

.catalog__filter-input {
  height: 48px;
  background-color: #2f2d2b;
  color: #999999;
  border: none;
  padding: 5px 10px;
  outline: none; }

.catalog-filters__controls-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.price-slider__wrap {
  margin-top: 20px; }
  .price-slider__wrap:not(.mob) {
    padding: 10px 20px; }

.price-slider {
  height: 8px; }
  .price-slider:not(.mob) {
    width: 240px; }
  .price-slider.mob {
    width: 90%;
    margin-left: 10px; }
  .price-slider .ui-slider-handle {
    border-radius: 50%;
    outline: none;
    background-color: #ffffff;
    border: none;
    cursor: pointer; }
    .price-slider .ui-slider-handle:active {
      background-color: #f0f0f0; }
  .price-slider .ui-widget-header {
    background-image: -webkit-gradient(linear, left top, right top, from(#006fd8), color-stop(50%, #2ddcf1), to(#85eb87));
    background-image: linear-gradient(to right, #006fd8, #2ddcf1 50%, #85eb87); }
  .price-slider.ui-widget.ui-widget-content {
    border: none;
    border-radius: 5px; }

.catalog__mobile-filters {
  text-align: center; }

.mobile-filters-btn {
  min-width: 125px;
  letter-spacing: 1px; }

#filters {
  background-color: #181513; }

#mobile-slider__wrap {
  padding: 0;
  width: 100%; }

.filter-close-btn {
  display: none;
  position: absolute;
  width: 48px;
  height: 42px;
  bottom: 11px;
  right: 8px;
  background: url(./static/pic/close-icon.svg) center no-repeat #2f2d2b;
  border: 2px solid #51b858;
  border-left: none;
  border-bottom: none;
  border-top: none;
  background-size: 10px 10px;
  z-index: 10;
  cursor: pointer; }

.product-item-content__wrap {
  background: #f0f0f0; }

.product-item-content {
  max-width: 1560px;
  margin: auto; }

.item__text-wrap {
  padding: 0 15px 25px; }
  .item__text-wrap h3 {
    font-size: 1.625rem;
    font-family: Magistral-Bold;
    color: #000000; }

.item__description {
  color: #666666;
  max-height: 420px;
  overflow: hidden;
  position: relative;
  padding-right: 15px; }
  .item__description.small::before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f0f0f0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f0f0f0); }
  .item__description.show {
    max-height: none; }
    .item__description.show::before {
      display: none; }

.similar-block {
  background: #e2e2e2;
  padding-top: 10px;
  overflow: hidden; }

.similar-block__title {
  font-size: 2.25rem;
  text-align: center;
  font-family: MagistralBlack; }

.item__info-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 110px; }

.item__info {
  background: #fff;
  -webkit-box-shadow: 0 8px 50px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 50px 10px rgba(0, 0, 0, 0.2); }

.item__info-top {
  background: #51b858;
  padding: 20px 25px;
  color: #fff; }

.item__info-bottom {
  padding: 28px 25px;
  white-space: nowrap; }

.item__info-title {
  display: none; }

.item__info-price-box {
  margin: 0; }

.item__info-price {
  font-size: 2.25rem; }

.item__info-equipment {
  padding-bottom: 15px; }
  .item__info-equipment svg {
    width: 20px;
    height: 20px;
    fill: #51b858; }

.product__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0; }
  .product__tab .check-list {
    margin-right: 6%; }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .check-list li {
    padding-left: 40px;
    background: url(./static/pic/check-icon.svg) left 3px no-repeat;
    background-size: 15px 13px; }

.check-list--inner ul {
  margin: 0;
  padding-left: 15px;
  list-style: none; }
  .check-list--inner ul li {
    padding-left: 40px;
    background: url(./static/pic/check-icon.svg) left 3px no-repeat;
    background-size: 15px 13px; }

.check-list--inner :not(:first-child) {
  padding-left: 40px; }

.product__tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.product__tab-link {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  padding: 15px; }
  .product__tab-link::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #51b858;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .product__tab-link.is-active {
    color: #1d2837; }
    .product__tab-link.is-active::after {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .no-touchevents .product__tab-link:not(.is-active):hover {
    color: #51b858; }

.item__equipment {
  border-bottom: 1px solid #dcdde3; }

.item__show-more {
  color: #181513;
  position: relative;
  cursor: pointer;
  display: none; }
  .item__show-more::before {
    content: "";
    width: 93%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #181513;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    transition: .3s; }
  .no-touchevents .item__show-more:hover::before {
    -webkit-transform: scale(0);
    transform: scale(0); }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: auto !important; }

.product-item__info {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.info-equipment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem; }

.info-equipment__value {
  font-weight: bold; }

.info-equipment__dots {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dotted #d3d3d3;
  display: inline-block;
  margin: 10px 10px 0; }

.info-equipment__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px; }

.item__photo-wrap {
  overflow: hidden; }

.is-select {
  background: rgba(81, 184, 88, 0.5); }

.search__items-box {
  max-width: 1425px;
  margin: auto;
  padding: 50px 0; }

.about-page {
  background: #e2e2e2; }

.about-content__wrap {
  max-width: 1560px; }

.about-content {
  max-width: 1040px;
  margin: auto;
  padding: 10px; }
  .about-content img {
    display: block;
    margin: auto; }
  .about-content iframe {
    margin: 30px auto 0;
    display: block; }

.about-content__title {
  text-align: center;
  font-size: 1.25rem;
  color: #666666;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 35px 0; }

.about-text__wrap {
  font-size: 1.25rem;
  color: #666666;
  letter-spacing: 0.4px; }
  .about-text__wrap h3 {
    font-size: 1.625rem;
    font-family: Magistral-Bold;
    color: #181513;
    letter-spacing: 1px; }
  .about-text__wrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .about-text__wrap li {
    padding-left: 40px;
    background: url(./static/pic/arrow-green-right.svg) left 8px no-repeat;
    background-size: 13px 16px; }

.item__photo-wrap--about {
  margin: 30px 0 0;
  overflow: hidden; }

.services-page {
  background: #e2e2e2; }

.services-page__content {
  background: #f0f0f0;
  max-width: 1560px;
  position: relative;
  padding: 67px 10px; }

.services-page__title {
  text-align: center;
  color: #666666;
  font-size: 1.25rem;
  max-width: 1000px;
  margin: auto;
  line-height: 26px; }

.services__items-wrap {
  max-width: 1302px;
  margin: auto;
  padding-top: 60px; }

.services-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.services-item__text-wrap {
  padding: 50px 6.2%; }

.services-item__title {
  display: inline-block;
  position: relative;
  font-family: MagistralBlack;
  font-size: 2.25rem;
  margin: 0;
  letter-spacing: 1.3px;
  padding-bottom: 10px; }
  .services-item__title a {
    text-decoration: none; }
  .services-item__title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #51b858;
    -webkit-transition: .3s;
    transition: .3s; }
  .no-touchevents .services-item__title:hover::after {
    width: 100%; }

.services-item__text {
  color: #666666;
  margin-top: 18px;
  display: block;
  line-height: 1.3em;
  max-height: 7.8em;
  overflow: hidden; }

.services-item__link {
  display: inline-block;
  text-decoration: none;
  padding: 0 26px;
  font-size: 0.6875rem;
  margin: 10px 0 30px; }

.contacts__content-wrap {
  background: #f0f0f0;
  max-width: 1560px;
  position: relative;
  padding: 30px 20px; }

.contacts__content {
  max-width: 1300px;
  margin: auto; }

.contacts__items {
  padding: 35px 0; }

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  padding: 10px; }
  .contacts__item--schedule p {
    margin: 0;
    line-height: 23px;
    font-size: 1.125rem; }
  .contacts__item a {
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s; }
    .no-touchevents .contacts__item a:hover {
      color: #51b858; }

.contacts__item-icon {
  background-color: #51b858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px;
  -webkit-box-shadow: 5px 5px 0 0 #e2e2e2;
  box-shadow: 5px 5px 0 0 #e2e2e2;
  margin-right: 20px; }
  .contacts__item-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

.contacts__phone {
  line-height: 25px;
  display: block;
  text-decoration: none; }
  .contacts__phone:first-of-type {
    margin-top: 5px; }

.contacts-form {
  max-width: 578px;
  padding-bottom: 30px;
  margin: auto; }
  .contacts-form .form-groups__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }

.contacts-form__submit {
  padding: 0 40px;
  margin: auto;
  display: block; }

.contacts-form__input {
  height: 45px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 7px;
  outline: none;
  min-width: 310px;
  width: 100%; }
  .contacts-form__input.has-error {
    -webkit-box-shadow: 0 0 4px 1px rgba(207, 57, 47, 0.5);
    box-shadow: 0 0 4px 1px rgba(207, 57, 47, 0.5); }

.contacts-form__textarea {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 7px;
  resize: none;
  outline: none;
  width: 100%;
  min-width: 310px;
  height: 155px; }
  .contacts-form__textarea.has-error {
    -webkit-box-shadow: 0 0 4px 1px rgba(207, 57, 47, 0.5);
    box-shadow: 0 0 4px 1px rgba(207, 57, 47, 0.5); }

.contacts-form__label {
  position: relative;
  padding-bottom: 10px; }
  .contacts-form__label label.has-error {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 0.625rem; }

#map {
  width: 100%;
  height: 365px; }

.contacts-item__text {
  color: #666666;
  line-height: 20px;
  margin-top: 18px;
  text-align: center; }

.contacts-item__title {
  display: block;
  position: relative;
  font-family: MagistralBlack;
  font-size: 2.25rem;
  margin: 0;
  letter-spacing: 1.3px;
  padding-bottom: 10px;
  text-align: center; }
  .contacts-item__title span {
    position: relative; }
  .contacts-item__title span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    width: 0;
    background: #51b858;
    -webkit-transition: .3s;
    transition: .3s; }

.error-header {
  background: #000;
  padding: 15px; }

.error-page {
  background: #000;
  color: #51b858;
  text-align: center;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.error-code {
  font-size: 6.25rem;
  font-family: MagistralBlack; }

.error-title {
  font-size: 4.375rem;
  font-family: Magistral-Bold; }

.breadcrumbs {
  position: relative;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .breadcrumbs span {
    color: #999999;
    display: block;
    font-size: 1rem; }
    .breadcrumbs span::after {
      color: inherit;
      content: ">";
      width: 6px;
      height: 6px;
      display: inline-block;
      margin: 0 10px; }
    .breadcrumbs span:last-child::after {
      display: none; }
  .breadcrumbs a {
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s; }

.title-block__breadcrumbs .breadcrumbs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .title-block__breadcrumbs .breadcrumbs a {
    color: #fff; }
    .title-block__breadcrumbs .breadcrumbs a:hover {
      color: #51b858; }

.title-block__breadcrumbs--simple .breadcrumbs a {
  color: #999999; }

.title-block__breadcrumbs--simple .breadcrumbs span:first-of-type::after {
  color: #181513; }

.title-block__breadcrumbs--simple .breadcrumbs span:first-of-type a {
  color: #181513; }

@media only screen and (min-width: 461px) {
    .footer__socials-wrap {
      text-align: left; }
    .footer__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

@media (min-width: 640px) and (max-width: 1024px) {
    .offers-slider__item-wrap {
      padding-bottom: 70px; }
    .offers-slider__text-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 70px; } }

@media only screen and (min-width: 640px) {
      .calculator-form .form-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .calculator-form__label {
      width: 50%; }
      .calculator-form__label:first-of-type {
        padding-right: 8px; }
      .calculator-form__label:nth-of-type(2) {
        padding-left: 8px; }
      .calculator-form__label:nth-of-type(3) {
        padding-left: 16px; }
      .calculator-form__label:nth-of-type(4) {
        padding-left: 8px;
        padding-right: 8px; }
      .calculator-form__label:nth-of-type(5) {
        padding-left: 8px; }
    .calculator__results-wrap {
      padding: 25px 0;
      top: 66%; }
    .calculator-reset-btn {
      width: auto;
      margin-right: 20px;
      margin-bottom: 0; }
    .calculator__to-catalog {
      width: auto; }
    .advantages__wrap-right .advantages__item-wrap {
      border: 1px solid transparent; }
      .advantages__wrap-right .advantages__item-wrap:first-of-type {
        border-right-color: #d2d4dc;
        border-bottom-color: #d2d4dc; }
      .advantages__wrap-right .advantages__item-wrap:nth-of-type(2) {
        border-bottom-color: #d2d4dc; }
      .advantages__wrap-right .advantages__item-wrap:nth-of-type(3) {
        border-right-color: #d2d4dc; }
    .news-item__controls {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media only screen and (min-width: 641px) {
    .header-menu__mob-hidden {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .video-slide {
      max-width: none !important;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      display: block; }
    .video-slide-img {
      display: none; }
    .offers-slider__text-bottom {
      text-align: left; }
    .pagination__item {
      width: 36px;
      height: 36px;
      line-height: 35px; }
    .test-drive-btn {
      margin-right: 8px; }
  .lang-btn--mob {
    display: none; }
    .product__tab {
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit; } }

@media only screen and (min-width: 641px) and (min-width: 1801px) {
    .test-drive-btn {
      margin-right: 16px; } }

@media (min-width: 766px) and (max-width: 1438px) {
    .title-block__wrap--simple {
      padding-top: 6.25rem; } }

@media (min-width: 767px) and (max-width: 1023px) {
    .calculator__results {
      padding: 10px 20px; }
    .calculator__results-value {
      width: 15%; } }

@media (min-width: 767px) and (max-width: 1439px) {
    .index-header__logo:not(.index-header__logo--move) {
      max-width: 130px; } }

@media (min-width: 767px) and (max-width: 1599px) {
    .title-block--simple {
      padding: 20px; } }

@media (min-width: 767px) and (max-width: 1899px) {
  .index-header__social-icon svg {
    width: 33px;
    height: 33px; } }

@media (min-width: 768px) and (max-width: 1023px) {
    .news-block__items-wrap {
      max-width: 650px; } }

@media (min-width: 768px) and (max-width: 1024px) {
    .main-slider__item {
      padding: 0 15%; }
    .offers-slider__box {
      max-width: 610px; } }

@media only screen and (min-width: 768px) {
    .index-header__social-wrap--move {
      display: block; }
    #menu-controls-in {
      max-width: none;
      display: block;
      width: auto; }
      .offers-block .slick-arrow-icon {
        visibility: visible; }
    .calculator-body {
      max-width: 520px; }
    .calculator__results-controls {
      padding: 50px 0; }
    .title-block__text {
      line-height: inherit; }
    .catalog__tabs-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .product__tabs-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media only screen and (min-width: 769px) {
    .footer-banner__logo {
      padding-bottom: 0; }
      .footer-banner__logo img {
        display: inherit;
        margin: inherit; }
    .main-slider .slick-arrow {
      visibility: visible; }
      .similar-slider .slick-arrow {
        visibility: visible; }
    .photo-slider .slick-prev {
      left: 13px; }
    .photo-slider .slick-next {
      right: 30px; }
    .photo-thumbnail {
      padding: 0; } }

@media (min-width: 1023px) and (max-width: 1280px) {
    .breadcrumbs {
      padding-left: 20px; } }

@media (min-width: 1023px) and (max-width: 1365px) {
        .index-info__img--bottom img {
          max-width: 295px; } }

@media (min-width: 1023px) and (max-width: 1366px) {
    .item__photo-wrap--about {
      max-width: 855px;
      margin: 30px auto 0; }
      .item__photo-wrap--about .photo-thumbnail {
        padding: 3px; }
        .item__photo-wrap--about .photo-thumbnail img {
          width: 100%;
          max-width: none; } }

@media (min-width: 1023px) and (max-width: 1440px) {
    .calculator__title {
      font-size: 1.875rem; } }

@media (min-width: 1023px) and (max-width: 1800px) {
      .contacts-form .form-group {
        width: 50%; }
    .contacts-form {
      padding-right: 10px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
    .services__items-wrap {
      max-width: 1000px; } }

@media (min-width: 1024px) and (max-width: 1280px) {
      .index-header__logo--move {
        max-width: 130px; }
      .price-slider:not(.mob) {
        width: 160px; } }

@media (min-width: 1024px) and (max-width: 1366px) {
    .header__lang {
      padding: 0 20px; }
    .index-info__img-text {
      font-size: 1.25rem; }
      .index-info__img-text::before {
        left: 40%;
        width: 75%; } }

@media (min-width: 1024px) and (max-width: 1399px) {
    .news-block__items-wrap {
      max-width: 1000px; } }

@media (min-width: 1024px) and (max-width: 1439px) {
    .main-slider__circle {
      width: 305px;
      height: 305px;
      left: -30px; } }

@media (min-width: 1024px) and (max-width: 1440px) {
      .footer__menu-link--small {
        font-size: 0.875rem; }
    .footer__menu-link {
      font-size: 1rem; }
    .footer__phone {
      font-size: 1.25rem; }
    .footer__callback {
      font-size: 1rem; }
    .footer__contacts-text {
      font-size: 1rem; }
    .footer__contacts-link {
      font-size: 1rem; }
    .footer__socials-title {
      font-size: 1rem; }
    .footer-banner__wrap {
      padding: 50px 50px 60px; }
    .footer-banner__text {
      font-size: 1.375rem; }
    .footer-banner__logo img {
      max-width: 190px; }
    .calculator__sub-title {
      font-size: 1.375rem; }
    .catalog-btn {
      min-width: 185px; }
    .catalog-sidebar {
      padding-right: 15px; }
    .product-item__title {
      font-size: 1.25rem; }
    .product-item__text {
      font-size: 0.875rem;
      line-height: 17px; }
    .product-item__equipment {
      font-size: 0.875rem;
      max-width: 240px; }
    .product-item__price {
      font-size: 1.375rem; }
    .product-item__link {
      font-size: 0.5625rem;
      width: 105px; }
      .catalog__filter-label .select2-container .select2-selection--single {
        height: 40px; }
      .catalog__filter-label .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px; }
      .catalog__filter-label .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 30px; }
    .catalog__filter-input {
      height: 40px; }
  .services-item__img-wrap {
    overflow: hidden; }
    .services-item__img-wrap img {
      max-width: none; } }

@media (min-width: 1024px) and (max-width: 1500px) {
    .advantages__wrap-left {
      padding: 6.5% 8% 0 5%; }
    .advantages__wrap-right {
      padding: 35px; }
    .advantages__title {
      font-size: 1.625rem; }
    .advantages__text {
      font-size: 1rem; }
    .advantages__item-title {
      font-size: 1.375rem; }
    .advantages__item-text {
      font-size: 0.875rem; }
    .index-info__wrap {
      max-width: 1300px; }
    .index-info__text-wrap {
      padding: 6% 3% 0 8%; }
      .index-info__text-wrap--bottom {
        padding-bottom: 15%; }
      .index-info__img--left {
        max-width: 600px; }
    .index-info__title {
      font-size: 1.625rem; }
    .index-info__text {
      font-size: 1rem; }
    .index-info__sub-text {
      font-size: 0.875rem; }
    .index-info__count {
      font-size: 5.625rem;
      line-height: 65px;
      width: 200px; }
    .news-item__title {
      font-size: 1.375rem; } }

@media (min-width: 1024px) and (max-width: 1600px) {
      .catalog__filter-label--small {
        width: 15%; } }

@media (min-width: 1024px) and (max-width: 1800px) {
    .title-block {
      padding-top: 8%;
      min-height: 360px; }
    .catalog-content__inner {
      padding: 30px 10px 0; }
    .catalog__tab {
      font-size: 0.75rem; }
    .sidebar__menu-link {
      padding: 15px;
      font-size: 0.875rem; }
    .contacts-form__input {
      min-width: 0; }
    .contacts-form__textarea {
      min-width: 0; } }

@media only screen and (min-width: 1024px) {
    .footer__menu-wrap {
      display: block; }
    .footer-banner__info {
      text-align: left; }
    .footer-banner__link {
      margin: 0; }
    .calculator__icon {
      margin-top: -24px; }
    .calculator__gas {
      margin-top: -63px;
      padding-left: 50px;
      text-align: left; }
    .calculator__electro {
      padding-left: 30px;
      margin-top: -63px;
      text-align: left;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  .calculator__profit {
    margin-top: -137px; }
    .calculator__title {
      line-height: 45px; }
    .title-block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0; }
        .index-info__img--bottom img {
          display: block; }
      .index-info__img--bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 0; }
    .index-info__img-text::before {
      left: 30%;
      top: 13%;
      width: 75%; }
    .news-item__content-wrap {
      margin: -95px auto 60px; }
    .catalog__sort-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .catalog__tabs-box {
      padding: 0; }
    .catalog__tab {
      width: auto;
      padding: 1.25rem 1.75rem; }
    .catalog__sort {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-left: 0;
      padding-top: 0;
      -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      order: inherit; }
    .catalog-sidebar {
      display: block; }
    .catalog__sort-select {
      margin-left: 20px;
      width: 258px; }
    .catalog-filters {
      width: 100%;
      background: #181513;
      padding: 15px 10px 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -90px;
      position: relative; }
    .catalog__mobile-filters {
      display: none; }
    .item__info-wrap {
      padding-bottom: 30px; }
    .item__info {
      max-width: 390px;
      margin: auto; }
    .item__info-title {
      display: block;
      font-weight: bold;
      font-size: 1.625rem;
      margin: 0; }
    .product__tab-link {
      width: auto;
      padding: 20px 28px; }
    .product-item__info {
      -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      order: inherit; }
  .services-item__wrap--right .services-item__text-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    .services-item {
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit; }
    .contacts__items {
      padding: 70px 0; }
    .contacts__item {
      padding: 0; }
      .contacts-form .form-groups__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .contacts-form .form-group:first-of-type {
        padding-right: 10px; }
    .contacts-form {
      padding-bottom: 0;
      margin: 0; }
    .contacts-form__submit {
      margin: 0; }
    .contacts-item__text {
      text-align: left; }
    .contacts-item__title {
      text-align: left; }
      .contacts-item__title span::after {
        right: inherit;
        margin: 0; }
      .contacts-item__title:hover span::after {
        width: 100%; } }

@media (min-width: 1025px) and (max-width: 1280px) {
    .offers-slider__box {
      max-width: 910px; }
    .offers-slider__item-wrap {
      min-width: 560px; } }

@media (min-width: 1025px) and (max-width: 1281px) {
    .offers-slider__text-bottom {
      bottom: 15%; } }

@media (min-width: 1025px) and (max-width: 1499px) {
    .main-slider__item {
      padding: 15% 8% 0 25%; } }

@media only screen and (min-width: 1023px) {
    .footer__contacts {
      padding-top: 0; }
    .main-slider__item {
      display: block; }
    .main-slider__text-box.animated {
      opacity: 0;
      -webkit-transform: translateX(20%);
      transform: translateX(20%); }
  .main-slider__text-wrap.animated {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }
    .offers-slider .slick-track {
      padding: 105px 0; }
    .offers-slider__item-wrap {
      padding-bottom: 0; }
      .offers-slider__item-wrap::before {
        content: "";
        background: rgba(24, 21, 19, 0.8);
        display: block;
        position: absolute;
        left: -20%;
        top: 0;
        width: 120%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2; }
    .offers-slider__text-top {
      left: -16%;
      top: 16%; }
    .offers-slider__text-bottom {
      left: -16%;
      right: inherit;
      margin: 0;
      max-width: 275px; }
    .offers-item-info {
      padding: 10px 20px; }
  .slick-center .offers-slider__item-wrap {
    z-index: 5;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
    .calculator-form__wrap {
      padding: 55px 0;
      margin: -100px auto 0; }
    .calculator-form {
      padding: 30px 0; }
    .calculator__results {
      padding: 0; }
  .pagination__item--btn.left {
    margin-right: 25px; }
  .pagination__item--btn.right {
    margin-left: 25px; }
    .menu-btn {
      margin-right: 30px; }
    #custom-close-btn--video {
      right: -60px;
      width: 30px;
      height: 30px;
      background-size: 30px; }
    #custom-close-btn {
      background-size: 18px 18px;
      width: 60px;
      height: 60px;
      right: -70px;
      top: 0; }
    .title-block--simple {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .title-block__socials-wrap {
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      padding-top: 0; }
      .arrow-list li {
        background-position: left 8px; }
    .advantages__item-wrap {
      padding: 25px; }
    .advantages__item-icon svg {
      width: 65px;
      height: 65px; }
    .index-info__box {
      background: url("./static/pic/logo-bg.png") center no-repeat #181513;
      background-size: auto 90%;
      background-position: center 56%; }
      .index-info__img--left {
        display: block;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%); }
    .news__items-wrap {
      margin: -110px auto 0; }
    .news-item__content {
      padding: 60px 0 0; }
    .product-item-content {
      padding: 0 0 15px 15px; }
    .item__text-wrap {
      padding: 0; }
    .about-content__wrap {
      margin: -100px auto 0;
      position: relative;
      background: #f0f0f0; }
    .about-content {
      padding: 0; }
    .services-page__content {
      margin: -105px auto 60px; }
  .services-item__wrap {
    max-height: 380px; }
    .services-item__link {
      margin: 11px 0 0; }
      .product_tab.wstabs-block.is-active.check-list--inner {
    font-size: 16px; /* Укажите желаемый размер текста */
}

    .contacts__content-wrap {
      margin: -110px auto 60px; } }

@media only screen and (min-width: 1026px) {
    .index-header__logo:not(.index-header__logo--move) {
      padding: 10px 0 0 10px;
      margin-right: 20px; } }

@media only screen and (min-width: 1071px) {
    .seo-text {
      padding: 30px 0; } }

@media (min-width: 1200px) and (max-width: 1500px) {
    .contacts__content {
      max-width: 1000px; } }

@media only screen and (min-width: 1201px) {
    .index-header__wrap {
      padding: 44px 80px; }
    .index-info__img-text {
      padding-left: 46px; }
    .item__photo-wrap--about {
      max-height: 525px; }
    .contacts__content-wrap {
      padding: 67px 0; } }

@media (min-width: 1279px) and (max-width: 1440px) {
    .item__photo-wrap {
      max-height: 445px; } }

@media (min-width: 1279px) and (max-width: 1700px) {
    .info-equipment-item {
      font-size: 0.8125rem; } }

@media (min-width: 1279px) and (max-width: 1900px) {
    .info-test-btn {
      font-size: 0.75rem; } }

@media (min-width: 1280px) and (max-width: 1440px) {
    .services__items-wrap {
      max-width: 1100px; } }

@media (min-width: 1280px) and (max-width: 1800px) {
    .item__info-title {
      font-size: 1.25rem; }
    .item__info-price {
      font-size: 1.625rem; } }

@media (min-width: 1281px) and (max-width: 1440px) {
    .offers-slider__box {
      max-width: 1200px; } }

@media (min-width: 1281px) and (max-width: 1800px) {
      .index-header__logo--move {
        max-width: 140px; } }

@media (min-width: 1281px) and (max-width: 1919px) {
    .offers-slider__text-bottom {
      bottom: 30%; } }

@media only screen and (min-width: 1281px) {
    .footer__menu-wrap {
      padding-left: 95px; }
    .photo-thumbnail img {
      margin: auto; } }

@media only screen and (min-width: 1282px) {
    .offers-slider__item-wrap {
      min-width: 784px; } }

@media (min-width: 1300px) and (max-width: 1439px) {
    .similar-slider {
      max-width: 1200px; }
    .calculator-form__wrap {
      max-width: 1200px; }
    .calculator-form {
      max-width: 680px; }
    .title-block--simple {
      max-width: 1200px; }
      .advantages__text--about {
        max-width: 770px; }
    .news__items-wrap {
      max-width: 1200px; }
    .news-item__content-wrap {
      max-width: 1200px; }
    .news-item__content {
      max-width: 940px; }
    .catalog-content {
      max-width: 1200px; }
    .product-item-content {
      max-width: 1200px; }
    .about-content__wrap {
      max-width: 1200px; }
    .about-content {
      max-width: 940px; }
    .services-page__content {
      max-width: 1200px; }
    .contacts__content-wrap {
      max-width: 1200px; } }

@media only screen and (min-width: 1301px) {
    .test-drive-btn:not(.test-drive-btn--menu) {
      padding-top: 0; }
    .test-drive-btn {
      width: 200px; }
      .test-drive-btn svg {
        margin-right: 10px; }
    .test-drive-btn__text {
      display: initial; }
    .button__world {
      display: block; } }

@media (min-width: 1310px) and (max-width: 1500px) {
    .header-menu__mob-hidden {
      -webkit-transform: scale(0.8) translateX(55px);
      transform: scale(0.8) translateX(55px); }
    .menu-btn:not(.menu-btn--mob) {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .phone-btn {
      margin: 0 -70px 0 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8); } }

@media only screen and (min-width: 1311px) {
    .header-menu__wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .header-menu--move {
      display: block; }
    .header-menu__phones {
      display: block; } }

@media (min-width: 1365px) and (max-width: 1500px) {
    .index-info__img-text {
      font-size: 1.375rem; }
      .index-info__img-text::before {
        left: 37%;
        top: 5%; } }

@media (min-width: 1366px) and (max-width: 1500px) {
        .index-info__img--bottom img {
          max-width: 345px; } }

@media (min-width: 1366px) and (max-width: 1800px) {
    .footer__socials-wrap {
      padding-left: 35px; } }

@media only screen and (min-width: 1366px) {
      .header-menu__wrap.fixed:not(.stable) {
        padding: 23px 0; } }

@media (min-width: 1400px) and (max-width: 1599px) {
    .news-block__items-wrap {
      max-width: 1300px; }
    .news-item__text {
      font-size: 0.875rem; } }

@media (min-width: 1439px) and (max-width: 1799px) {
    .main-slider__circle {
      width: 350px;
      height: 345px;
      left: -32px; } }

@media (min-width: 1440px) and (max-width: 1600px) {
    .offers-slider__box {
      max-width: 1350px; }
    .similar-slider {
      max-width: 1350px; }
    .title-block--simple {
      max-width: 1350px; }
    .about-content__wrap {
      max-width: 1350px; }
    .services-page__content {
      max-width: 1350px; } }

@media (min-width: 1440px) and (max-width: 1700px) {
    .calculator-form__wrap {
      max-width: 1350px; }
    .news__items-wrap {
      max-width: 1350px; }
    .news-item__content-wrap {
      max-width: 1350px; }
    .catalog-content {
      max-width: 1360px; }
    .product-item-content {
      max-width: 1350px; }
    .contacts__content-wrap {
      max-width: 1350px; } }

@media (min-width: 1440px) and (max-width: 1800px) {
    .footer-banner__link {
      width: 245px;
      margin-top: 13px; }
    .main-slider__title {
      font-size: 3.75rem;
      line-height: 60px; }
    .main-slider__link {
      margin-top: 13px; }
    ._reg-btn {
      height: 50px;
      line-height: 50px; } }

@media (min-width: 1440px) and (max-width: 1899px) {
    .index-header__logo:not(.index-header__logo--move) {
      max-width: 170px;
      margin-right: 40px; } }

@media only screen and (min-width: 1440px) {
    .title-block__wrap--simple {
      padding-top: 7.9375rem; } }

@media (min-width: 1441px) and (max-width: 1699px) {
    .item__photo-wrap {
      max-height: 480px; } }

@media (min-width: 1441px) and (max-width: 1800px) {
    .main-slider__text {
      line-height: 20px;
      font-size: 1rem;
      max-width: 320px; } }

@media only screen and (min-width: 1441px) {
    .header-menu__wrap {
      padding: 23px 50px; }
    .main-slider .slick-prev {
      left: 39px; }
    .main-slider .slick-next {
      right: 39px; }
      .offers-block .slick-prev-icon {
        left: 39px; }
      .offers-block .slick-next-icon {
        right: 39px; }
    .contacts__phone {
      font-size: 1.5rem; }
    .error-code {
      font-size: 17.5rem; } }

@media only screen and (min-width: 1442px) {
    .catalog-btn {
      min-width: 255px; } }

@media only screen and (min-width: 1500px) {
    .main-slider__item {
      padding: 13% 8% 0 16.5%;
      max-height: 900px; } }

@media (min-width: 1501px) and (max-width: 1700px) {
    .contacts__content {
      max-width: 1100px; } }

@media only screen and (min-width: 1501px) {
    .offers-slider__text-top {
      left: -16%;
      top: 20%; }
      .index-info__img--left {
        max-width: 335px; }
    .index-info__img-text::before {
      left: 40%; } }

@media only screen and (min-width: 1502px) {
    .advantages__wrap-right {
      padding: 70px; }
    .advantages__title {
      font-size: 2.25rem; } }

@media only screen and (min-width: 1601px) {
    .footer {
      padding: 0; }
    .offers-slider__box {
      max-width: 1570px; }
    .title-block__title {
      font-size: 3rem; }
    .title-block--simple {
      padding: 23px 0; }
    .news-block__items-wrap {
      max-width: 1560px; } }

@media only screen and (min-width: 1701px) {
      .offers-block .slick-arrow-icon {
        width: 60px;
        height: 60px; }
      .similar-slider .slick-arrow {
        width: 60px;
        height: 60px; }
    .photo-slider .slick-arrow {
      width: 60px;
      height: 60px; }
  _:-ms-fullscreen, :root .test-drive-btn__text {
    display: inherit; }
    .item__photo-wrap:not(.item__photo-wrap--about) {
      max-height: 580px;
      overflow: hidden; } }

@media only screen and (min-width: 1801px) {
      .index-header__social-wrap--move .index-header__social-item {
        padding: 12px; }
    .index-header__social-item {
      padding: 19px; }
      .header-menu__wrap.fixed .header-menu__item .header-menu__link {
        font-size: 1rem;
        padding-right: 35px; }
    .menu__item--contacts {
      padding: 160px 20px 0 !important; }
    .menu__link {
      font-size: 1.25rem; }
    #menu__contacts {
      padding: 20px; }
    .mm-panel {
      padding: 20px 40px 0; }
    .header__top-dropdown-wrap {
      width: 70px; }
    .header__top-dropdown {
      top: 35px;
      font-size: inherit; }
    .header__search-hidden {
      right: -225px;
      width: 285px; }
    .main-slider .slick-arrow {
      width: 60px;
      height: 60px;
      background-size: 20px 20px; }
    .main-slider .slick-prev {
      background-size: 15px 20px; }
    .main-slider .slick-next {
      background-size: 15px 20px; }
    .main-slider__circle {
      width: 470px;
      height: 470px;
      left: -41px;
      top: -30%; }
      .mobile__search .header__search-hidden {
        right: -225px;
        width: 285px; }
    .green-btn {
      font-size: 18px; }
    .menu-btn {
      width: 60px;
      height: 60px; }
      .menu-btn svg {
        width: 30px;
        height: 30px; }
    .header__search-btn {
      width: 60px;
      height: 60px; }
      .header__search-btn svg {
        width: 28px;
        height: 28px; }
    .lang-btn {
      width: 60px;
      height: 60px;
      line-height: 60px; }
    .header__top-dropdown-btn {
      font-size: 1rem; }
    .title-block {
      padding-top: 10%;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      min-height: 450px; }
      .contacts-form .form-group {
        width: auto; }
    .contacts-form__input {
      min-width: 265px; }
    .contacts-form__textarea {
      min-width: 310px; } }

@media only screen and (min-width: 1802px) {
      .index-header__logo--move {
        max-width: 205px; }
    .footer-banner__link {
      width: 295px;
      font-size: 0.875rem; }
    .main-slider__title {
      font-size: 5.625rem;
      line-height: 80px; }
    .main-slider__text {
      font-size: 1.25rem;
      max-width: 400px;
      line-height: 29px;
      margin-top: 14px; }
    .main-slider__link {
      font-size: 0.875rem;
      padding: 0 2.3125rem; }
    ._reg-btn {
      height: 60px;
      line-height: 60px; }
    .phone-btn {
      margin: 0 15px;
      width: 60px;
      height: 60px; }
      .phone-btn svg {
        width: 28px;
        height: 28px; }
    .catalog-content__inner {
      padding: 30px 0 0; } }

@media only screen and (min-width: 1901px) {
    .index-header__logo:not(.index-header__logo--move) {
      max-width: 200px; }
  .index-header__social-icon svg {
    width: 44px;
    height: 44px; }
    .header-menu__link {
      font-size: 1.125rem;
      padding-right: 50px; }
    .header-menu__contacts-item {
      font-size: 1.5rem; } }

@media only screen and (min-width: 1920px) {
    .offers-slider__text-bottom {
      bottom: 16%; } }

@media only screen and (max-width: 1800px) {
      .mobile__search .header__search-hidden {
        width: 274px;
        right: -223px; } }

@media only screen and (max-width: 1440px) {
    .header-menu__phones {
      display: block;
      padding-right: 10px; }
    .filter-close-btn {
      height: 35px; } }

@media only screen and (max-width: 1370px) {
    .header-menu__wrap.fixed .header-menu__item .header-menu__link {
      padding-right: 10px;
      font-size: 12px; } }

@media only screen and (max-width: 1310px) {
    .header-menu__wrap.header-menu__wrap--index {
      background: transparent; } }

@media only screen and (max-width: 1301px) {
    .header-menu__wrap.fixed .phone-btn {
      right: 0; } }

@media only screen and (max-width: 1280px) {
    .trumb__prev {
      width: 30px;
      height: 100%; }
      .trumb__prev:before {
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg); }
    .trumb__next {
      width: 30px;
      height: 100%;
      left: auto;
      right: 0; }
      .trumb__next:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .photo-slider {
    padding-right: 0px; } }

@media only screen and (max-width: 1200px) {
      .mobile__search .header__search-hidden {
        width: 195px;
        right: -145px; } }

@media only screen and (max-width: 1025px) {
  .index-info__img--left {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .similar-slider .slick-arrow {
    display: none; }
      .menu-controls-in .header__top-dropdown-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .menu-controls-in .header__search-wrap {
      margin-right: 8px; }
  .similar-slider .slick-arrow {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
    #menu {
      width: 290px; } }

@media only screen and (max-width: 1023px) {
      .breadcrumbs span {
        display: none; }
        .breadcrumbs span:nth-last-child(2) {
          display: block; }
        .breadcrumbs span:last-child {
          display: block; } }

@media (max-width: 768px) {
    .main-slider__item {
      height: 50vh;
      min-height: 290px; }
    .main-slider__item .main-slider__title {
      font-size: 20px;
      line-height: 22px; }
    .main-slider__item .main-slider__text {
      font-size: 14px;
      line-height: 14px;
      margin: 2px 0 5px; }
    .main-slider__item .main-slider__circle {
      top: -30%;
      width: 240px;
      height: 240px;
      left: -5%; } }

@media only screen and (max-width: 768px) {
    .footer__socials-title {
      text-align: center; }
  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__contacts-phones {
    max-width: 230px;
    margin: 0 auto;
    width: 100%; }
  .footer__contacts-address {
    max-width: 230px;
    margin: 0 auto;
    width: 100%; } }

@media only screen and (max-width: 767px) {
    .footer-banner__wrap {
      background: url("") #181513 !important;
      padding: 40px 0; } }

@media only screen and (max-width: 600px) {
    .photo-block-img {
      height: 300px; } }

@media only screen and (max-width: 408px) {
  .footer__contacts-address {
    max-width: 230px;
    margin-left: 20px; }
  .footer__contacts-address {
    max-width: 230px;
    margin: 0 auto;
    width: 100%; } }

@media only screen and (max-width: 400px) {
    .photo-block-img {
      height: 200px; } }

@media only screen and (max-width: 360px) {
    .header-menu__phones {
      display: none; } }

@media only screen and (max-width: 1920px) {
    .check-list--inner {
        font-size: 18px !important; /* Принудительно применить стиль */
    }
}
@media only screen and (max-width: 1920px) {
    .news-item__text-box {
        font-size: 18px !important; /* Принудительно применить стиль */
    }
}
@media only screen and (max-width: 1920px) {
    .item__description {
        font-size: 18px !important; /* Принудительно применить стиль */
    }
}


/*# sourceMappingURL=style.css.map */
