* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:focus,
button:focus {
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}


.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.clear-before:before {
  content: "";
  display: block;
  clear: both;
}
.fit-cover {
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.fit-contain {
  -o-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.nofit {
  -o-object-fit: unset;
  -moz-object-fit: unset;
  -ms-object-fit: unset;
  object-fit: unset;
}
.center {
  text-align: center;
}
/*
.transition(@all, @sec) {
  -moz-transition: @all @sec;
  -webkit-transition: @all @sec;
  -o-transition: @all @sec;
  transition: @all @sec;
}*/
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.eot");
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
    url("../fonts/Montserrat-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-MediumItalic.woff") format("woff"),
    url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.eot");
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"),
    url("../fonts/Montserrat-SemiBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.eot");
  src: local("Montserrat Italic"), local("Montserrat-Italic"),
    url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Italic.woff") format("woff"),
    url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.mon {
  font-family: "Montserrat", sans-serif;
}
* {
  font-family: "Montserrat", sans-serif;
  color: #2f2d26;
}
#wp-admin-bar-show_template_file_name_on_top * {
  color: #fff;
}
body {
  /* font-family: Arial; */
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 1250px;
  margin: 0 auto;
  padding: 0px;
  max-width: 1250px;
}
.container-fluid {
  margin: 0 auto;
  padding: 0px;
}
.page h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.page h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.page h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .page h4 {
    margin-top: 45px;
    /*margin-bottom: -70px;*/
  }
  .news-block {
    padding: 15px 0 0px 0 !important;
  }
}
.page img.alignleft {
  max-width: 50%;
  float: left;
  margin: 0px 100px 60px 0px;
  -webkit-box-shadow: 40px 40px 0px #2564ad;
  box-shadow: 40px 40px 0px #2564ad;
}
.page .alignright-wrap {
  max-width: 50%;
  float: right;
  position: relative;
  margin: 40px 0px 60px 60px;
}
.page .alignright-wrap:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 40px;
  top: -40px;
  right: 0px;
  background: #ff2d33;
}
#lk-content .text-secondary,
#lk-content .woocommerce,
.page p {
  color: #54524b;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
}
#lk-content .woocommerce a {
  color: #2564ad;
  font-size: 16px;
  line-height: 26px;
}
.page ol,
.page ul {
  padding-left: 15px;
  margin-bottom: 1rem;
}
.page ol li,
.page ul li {
  color: #54524b;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
.page ul.wp-block-gallery {
  padding-left: 0px;
}
.header {
  background-color: #fff;
  border-bottom: 2px solid #efeeed;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 500;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.header__logo {
  position: relative;
}
.header__logo_1 {
  margin-top: -10px;
  position: relative;
}
.header__logo-wrap {
  display: inline-block;
  width: 180px;
  height: 55px;
  position: relative;
}
.header__logo-wrap img {
  width: 100%;
}
.header__logo-wrap span {
  color: #2564ad;
  font-size: 11px;
  text-decoration: none;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  /*top:50px;*/
  /*top:64px;*/
  top: 56px;
  /*line-height: 13px;*/
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: top 0.3s, line-height 0.3s;
  transition: top 0.3s, line-height 0.3s;
  font-family: "Montserrat", sans-serif;
}
.header__logo-wrap span.founded {
  position: static;
}
.header__logo-wrap a {
  display: block;
  outline: none;
  width: 180px;
  height: 100%;
  background-image: url(/wp-content/themes/tepleko/assets/images/svg/logo.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
@media all and (max-width: 765px) {
  .header__logo-wrap a {
    background-image: url(/wp-content/themes/tepleko/assets/images/svg/logo-mobile.svg);
    width: 35px;
  }
}

.header__logo-wrap a:hover span,
.header__logo-wrap a:focus span {
  text-decoration: none;
  color: #2564ad;
}
.header__search-button {
  display: none;
}
.header__main {
  padding-left: 30px;
  padding-right: 10px;
  max-width: 42%;
}
.header__aside {
  text-align: right;
  padding-left: 5px;
}
.header.sticky {
  padding-top: 10px;
  /*
	.user-options {
	  margin-top:0px;
	}*/
}
.header.sticky .top-menu {
  margin-top: 0px;
}
.header.sticky .top-menu__link {
  line-height: 32px;
}
.header.sticky .header__logo-wrap span {
  top: 46px;
  line-height: 13px;
}
.header.sticky .header__logo-wrap span.founded {
  display: none;
}
.header.sticky .choose-city {
  top: 32px;
}
.header.sticky .geo-block__city,
.header.sticky .geo-block__street {
  line-height: 14px;
}
.header.sticky .geo-block__phone-link {
  line-height: 14px;
}
.header.sticky .geo-block {
  margin-top: 0px;
}
.header-ghost {
  height: 131px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.choose-city {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 100;
  padding: 20px 40px 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.choose-city__caption {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #2f2d26;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.choose-city__caption:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 16px;
  top: 0px;
  left: 0px;
  background: url(../images/svg/locate.svg) no-repeat;
  background-size: contain;
}
.choose-city__caption-container {
  width: 275px;
}
.choose-city__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.choose-city__container {
  display: none;
  width: 100%;
  margin-top: 15px;
}
.choose-city__list {
  list-style-type: none;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.choose-city__list-item {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
}
.choose-city__list-item:hover,
.choose-city__list-item:focus {
  text-decoration: underline;
}
.choose-city__subhead {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.choose-city__close {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  border: none;
  background: url(../images/svg/cancel.svg) center center no-repeat;
  background-size: 12px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.choose-city__close:focus,
.choose-city__close:hover {
  outline: none;
}
.notice.hidden + .header.sticky {
  top: 0px;
}
.search {
  border: 2px solid #efeeed;
  border-radius: 3px;
  position: relative;
}
.search__button {
  height: 36px;
  width: 60px;
  border: none;
  background: #fff;
  float: left;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search__button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 18px;
  height: 16px;
  background-image: url(../images/svg/icon_sprite.svg);
  background-position: -94px 0px;
  background-repeat: no-repeat;
  background-size: 144px 17px;
}
.search__text {
  margin-left: 60px;
  height: 36px;
  display: block;
  font-size: 12px;
  border: none;
  width: calc(100% - 60px);
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.phone-link {
  color: #2f2d26;
  font-size: 22px;
  line-height: 44px;
}
.phone-link__link {
  color: #2f2d26;
  font-size: 22px;
  line-height: 44px;
  text-decoration: none;
}
.phone-link__link:hover,
.phone-link__link:focus {
  color: #2f2d26;
  text-decoration: none;
}
.phone-link .phone-link__sign {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.phone-link .phone-link__sign:before {
  content: "";
  position: absolute;
  /*background-image:url(../images/svg/icon_sprite.svg);
	  background-repeat:no-repeat;
	  background-size: 143px 17px;
	  background-position:0 0;*/
  background-image: url(../images/svg/24-hours.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  top: 2px;
  left: 0px;
}
.geo-block .phone-link__sign {
  text-decoration: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.geo-block .phone-link__sign:before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/icon-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0px;
}
.worktime {
  font-size: 12px;
  color: #979692;
  font-weight: 500;
  line-height: 10px;
  font-family: "Montserrat", sans-serif;
}
.user-options {
  float: left;

  /*margin-top:20px;
  text-align:right;
  transition: margin 0.3s;*/
  /*.flex;
  justify-content: space-between;*/
}
@media (max-width: 760px) {
  .user-options {
    float: left;
    position: absolute;
    top: 13px;
    right: 80px;
    /*margin-top:20px;
    text-align:right;
    transition: margin 0.3s;*/
    /*.flex;
    justify-content: space-between;*/
  }
}
.user-options__item {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #efeeed;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  position: relative;
  margin-left: 28px;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.user-options__item:before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/icon_sprite.svg);
  background-repeat: no-repeat;
  background-size: 143px 17px;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 5px;
}
.user-options__item:hover,
.user-options__item:focus,
.user-options__item_active {
  background-color: #efeeed;
  outline: none;
}
.user-options__item_contacts:before {
  background-position: 0 0;
}
.user-options__item_order-status:before {
  background-position: -19px 0;
}
.user-options__item_reorder:before {
  background-position: -38px 0;
}
.user-options__item_profile:before {
  background-position: -57px 0;
}
.user-options__item_cart:before {
  /*background-position:-74px 0;*/
  background-size: contain;
  background-position: 0 0;
  background-image: url(../images/svg/cart.svg);
  left: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
}
.user-options__item_ozon:before {
  background-size: contain;
  background-position: 0 0;
  background-image: url(../images/logo-ozon-circle.png);
  left: 0px;
  top: 0;
  width: 26px;
  height: 26px;
}
.user-options__item_signin {
  /* display:none; */
}
.user-options__item_signin:before {
  background: none;
}
.user-options__item_wb::before {
  /* background-image: url(../images/logo-wb-circle.png); */
  background-image: url(../images/logo-yandex-market-circle.png);
}
.user-options__item_sber::before {
  background-image: url(/wp-content/uploads/2021/10/b955e36e-3bb7-428e-bc38-b26c579793cf.png);
  background-size: contain;
  background-position: 0 0;
  left: 0px;
  top: 0;
  width: 26px;
  height: 26px;
}
.user-options__arrow {
  position: absolute;
  left: 6px;
  bottom: -3px;
  width: 14px;
  height: 8px;
  border-radius: 7px;
  background-color: #fff;
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.profile-menu {
  display: none;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  height: 0px;
  -webkit-box-shadow: 3.5px 6px 30px 0px rgba(34, 34, 34, 0.15);
  box-shadow: 3.5px 6px 30px 0px rgba(34, 34, 34, 0.15);
  background-color: #fff;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  top: 40px;
  left: -50px;
  width: 130px;
  padding: 10px 19px;
  border-radius: 3px;
  text-align: left;
}
.profile-menu__item {
  font-size: 13px;
  color: #979692;
  display: block;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
.profile-menu__item:hover {
  color: #979692;
}
.profile-menu.active {
  height: auto;
  overflow: visible;
  display: block;
}
.top-menu {
  margin-top: 13px;
  padding: 0px;
}
.top-menu__list {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#lk-content h6,
.top-menu__link {
  text-decoration: none;
  font-size: 12px;
  line-height: 52px;
  text-transform: uppercase;
  color: #5f5b4f;
  font-weight: 600;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
#lk-content h6 {
  line-height: 1.75;
}
.top-menu__link:hover,
.top-menu__link:focus {
  color: #2564ad;
  text-decoration: none;
}
.top-menu__header {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #2f2d26;
  padding: 0px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.top-menu__dropdown {
  margin-top: 0px;
  border-radius: 0px;
  border: none;
  left: 0px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0px;
}
.top-menu__dropdown:after {
  content: "";
  display: block;
  clear: both;
}
.top-menu__dropdown-item {
  font-family: "Montserrat", sans-serif;
  color: #a5a49f;
  padding: 20px 30px;
  /*margin-bottom:10px;*/
  white-space: unset;
  font-size: 13px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 1px solid #f7f6f3;
}
.top-menu__dropdown-item:hover,
.top-menu__dropdown-item:focus,
.top-menu__dropdown-item.active {
  background: #fff;
  color: #2564ad;
}
.top-menu__dropdown-item:last-child {
  border: none;
}
.top-menu__dropdown-item_has-submenu {
  position: relative;
}
.top-menu__dropdown-item_has-submenu:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 13px;
  width: 7px;
  height: 12px;
  background-image: url(../images/svg/arrow_blue_sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200%;
}
.top-menu__dropdown-item.active:after {
  background-position: 105% 0;
}
.top-menu__column {
  padding: 0px;
  width: 240px;
  width: 300px;
}
.top-menu__column_side {
  display: none;
  width: 490px;
  height: 100%;
  /*background:#f9f9f7;*/
}
.top-menu__column_auto {
  width: 300px;
}
.top-menu__more-video {
  display: block;
  padding: 20px 30px;
  background: #2564ad url(../images/svg/bg_blue_big.svg) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.top-menu__more-video:hover,
.top-menu__more-video:focus {
  color: #fff;
  text-decoration: none;
}
.top-menu__more-video:after {
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 30px;
  background: url(../images/svg/arrow_right.svg) center center no-repeat;
  background-size: contain;
}
.youtube-icon {
  height: 17px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side__container {
  padding: 20px 30px;
  border-left: 2px solid #f7f6f3;
  height: 100%;
}
.top-menu__more-video + .side__container {
  height: calc(100% - 59px);
}
.side__item {
  margin-bottom: 10px;
}
.side__item:last-child {
  margin-bottom: 0px;
}
.side__item:after {
  content: "";
  display: block;
  clear: both;
}
.side__title {
  font-size: 12px;
  line-height: 20px;
  color: #2f2d26;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.side__image {
  width: 100px;
  /*height:70px;*/
  float: left;
  position: relative;
}
.side__link {
  text-decoration: none;
  font-size: 13px;
  color: #2564ad;
  display: inline-block;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
}
.side__link:hover,
.side__link:focus {
  color: #2564ad;
  text-decoration: none;
}
.side__image + .side__text {
  margin-left: 115px;
  height: 81px;
}
.side__text {
  text-decoration: none;
}
.side__desc {
  color: #54524b;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.presentation__left {
  width: 68%;
  padding-right: 20px;
}
.presentation__right {
  width: 32%;
}
.big-slider {
  height: 505px;
}
.big-slider__item {
  height: 505px;
}

.big-slider-btn {
  position: absolute;
  right: 4%;
  bottom: 10%;
  color: #fff;
  background: #ff0b0c;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0 0 15px #fff;
  z-index: 1;
  text-decoration: none;
}
.big-slider-btn:hover,
.big-slider-btn:active {
  text-decoration: none;
  color: #ff0b0c;
  background: #fff;
  border: 2px solid #ff0b0c;
}

@media (max-width: 1200px) {
  .big-slider-btn {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 600px) {
  .big-slider-btn {
    font-size: 10px;
    padding: 2px 5px;
  }
}
.big-slider.owl-carousel .owl-item img {
  /*display:inline;*/
	width:98%;
}
.big-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  height: 100px;
  padding-top: 44px;
  margin-left: 100px;
  text-align: center;
}
.big-slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #cfcdca;
  margin: 0px 10px;
}
.big-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #2564ad;
}
.big-slider .slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.big-slider .slide__mobile-content {
  display: none;
}
.big-slider .slide__image img {
  width: 100%;
  height: auto;
}
.big-slider .slide__image a {
  display: block;
  height: 100%;
  width: 100%;
}
.big-slider .slide__content {
  width: 50%;
  float: right;
  padding-top: 30px;
  background: url(../images/svg/bg_blue.svg) left top no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
}
.big-slider .slide__title {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
}
.big-slider .slide__text {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  /*margin-left:30px;*/
}
.big-slider .slide__text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.big-slider .slide__text strong {
  color: #fff;
  font-size: 18px;
}
.big-slider .slide__text ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px;
}
.big-slider .slide__text ul li {
  line-height: 48px;
  position: relative;
  color: #fff;
}
.big-slider .slide__text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -30px;
  top: 19px;
  background: #fff;
  border-radius: 50%;
}
.button {
  background: #ff2d33;
  border: none;
  display: inline-block;
  color: #fff4cc;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-radius: 3px;
  padding: 15px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.button:hover,
.button:focus {
  background: #fff;
  color: #ff2d33;
  text-decoration: none;
  outline: none;
}
.button.mw {
  min-width: 170px;
}
.reverse-button {
  background: #f7f6f3;
  color: #ff2d33;
  border: none;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-radius: 3px;
  padding: 15px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
}
.reverse-button:hover,
.reverse-button:focus {
  background: #ff2d33;
  color: #fff4cc;
  text-decoration: none;
  outline: none;
}
.empty-button {
  background: none;
  color: #ff2d33;
  border: 2px solid #ff2d33;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-radius: 3px;
  padding: 11px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.empty-button:hover,
.empty-button:focus {
  background: #ff7b2b;
  color: #fff4cc;
  text-decoration: none;
  outline: none;
}
.button-mini {
  background: #ff2d33;
  border: none;
  display: inline-block;
  min-width: 130px;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  border: 2px solid #ff2d33;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
}
.button-mini:hover,
.button-mini:focus {
  background: #fff;
  color: #ff2d33;
  text-decoration: none;
  outline: none;
}
.button-mini:disabled {
  background: #eaeaea;
  color: #ff2d33;
}
.button-mini:disabled:hover {
  cursor: default;
}
.small-slider {
  height: 303px;
}
.small-slider__item {
  height: 303px;
  background-size: cover;
  background-repeat: no-repeat;
}
.small-slider .slide__title {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.small-slider .slide__text {
  margin-top: 10px;
  color: #d8d4c8;
  font-size: 14px;
  line-height: 22px;
}
.small-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  text-align: left;
  position: absolute;
  left: 28px;
  bottom: 18px;
}
.small-slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0px 10px;
}
.small-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #fff;
}
.main-video {
  position: relative;
  height: 303px;
  overflow: hidden;
  margin-top: 20px;
}
@media (orientation: landscape) {
  .main-video {
    margin-top: 0;
  }
}
.main-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.video-button {
  cursor: pointer;
  width: 172px;
  height: 172px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -86px;
  margin-left: -86px;
  border-radius: 50%;
  outline: none;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.video-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.video-button.mini:hover {
  background-color: transparent;
}
.video-button.mini .video-button-inner:after {
  background: none;
}
.video-button.nano {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.video-button.nano .video-button-inner {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.video-button.nano .video-button-inner:before {
  border: 3px solid transparent;
  border-left: 5px solid #5f5b4f;
  top: 5px;
  left: 6px;
}
.video-button.nano .video-button-inner:after {
  display: none;
}
.video-button.nano .video-button-inner:hover:before {
  border-left: 4px solid #2564ad;
}
.video-button-inner {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
}
.video-button-inner:before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left: 20px solid #5f5b4f;
  display: block;
  width: 0;
  height: 0;
  z-index: 10;
  top: 26px;
  left: 30px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.video-button-inner:after {
  content: "";
  width: 122px;
  height: 122px;
  border-radius: 50%;
  left: -25px;
  top: -25px;
  z-index: 5;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.video-button-inner:hover:before {
  border-left: 20px solid #2564ad;
}
.owl-theme .owl-nav .owl-prev {
  /* display: none; */
  position: absolute;
  margin: 0px;
  left: 0px;
  top: 80px;
  border: none;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #f7f6f3;
}
.owl-theme .owl-nav .owl-prev:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 11px;
  background: url(../images/svg/arrows.svg) no-repeat;
  background-size: 160%;
  background-position: 0 0;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-prev:focus {
  background: #fff;
}
.owl-theme .owl-nav .owl-prev:hover:before,
.owl-theme .owl-nav .owl-prev:focus:before {
  background-position: 165% 0;
}
.owl-theme .owl-nav .owl-next {
  /* display: none; */
  position: absolute;
  right: 0px;
  margin: 0px;
  top: 80px;
  border: none;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #f7f6f3;
}
.owl-theme .owl-nav .owl-next:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 13px;
  background: url(../images/svg/arrows.svg) no-repeat;
  background-size: 160%;
  background-position: 0px 100%;
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-next:focus {
  background: #fff;
}
.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-next:focus:before {
  background-position: 165% 100%;
}
.info i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #efeeed;
}
.info i:before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/icon_sprite.svg);
  background-repeat: no-repeat;
  background-size: 143px 17px;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 5px;
}
.info__phone {
  padding-left: 50px;
  margin-bottom: 5px;
  position: relative;
}
.info__phone i:before {
  background-position: 0 0;
}
.info__phone-link {
  font-size: 18px;
  line-height: 30px;
  color: #2f2d26;
  text-decoration: none;
  margin-bottom: 6px;
}
.info__phone-link:hover,
.info__phone-link:focus {
  text-decoration: none;
  color: #2f2d26;
}
.info__email {
  padding-left: 50px;
  margin-bottom: 5px;
  position: relative;
}
.info__email i:before {
  background-position: -127px 0;
}
.info__email-link {
  font-size: 14px;
  color: #2f2d26;
  text-decoration: none;
  line-height: 30px;
}
.info__email-link:hover,
.info__email-link:focus {
  text-decoration: none;
  color: #2f2d26;
}
.info__address {
  padding-left: 50px;
  position: relative;
  color: #2f2d26;
  font-size: 14px;
  line-height: 30px;
}
.info__address i:before {
  background-position: -111px 0;
  width: 16px;
  left: 6px;
}
.footer {
  background: url(../images/svg/bg_blue_big.svg) no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.f-menu {
  margin-bottom: 40px;
}
.f-menu__title {
  margin-bottom: 30px;
  color: #f7f6f3;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.f-menu__more {
  color: #f7f6f3;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.f-menu__more span {
  color: #f7f6f3;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}
.f-menu__hidden {
  display: none;
}
.f-menu ul {
  list-style-type: none;
}
.f-menu ul li {
  margin-bottom: 12px;
}
.f-menu ul li a {
  color: #f7f6f3;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Montserrat", sans-serif;
}
.f-menu ul li a:hover,
.f-menu ul li a:focus {
  color: #f7f6f3;
  text-decoration: underline;
}
.f-menu:last-child {
  margin-bottom: 0px;
}
.copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
}
.copyright a {
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.social-media {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  margin-top: 20px;
}
.social-media__link {
  display: inline-block;
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  margin-right: 35px;
}
.social-media__link:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/svg/social_sprite.svg);
  background-size: 45px 34px;
}
.social-media__link:last-child {
  margin-right: 0px;
}
.social-media__link:hover,
.social-media__link:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.social-media__link_vk:before {
  top: 7px;
  left: 7px;
  background-position: center center;
  background-image: url(../images/svg/sm_vk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.social-media__link_youtube:before {
  top: 8px;
  left: 8px;
  background-position: 0 0;
}
.social-media__link_facebook:before {
  top: 7px;
  left: 10px;
  background-position: 29px 0;
  width: 10px;
}
.social-media__link_instagram:before {
  top: 7px;
  left: 7px;
  background-position: 17px 0;
}
.form-icon {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url(../images/svg/form_sprite.svg) no-repeat;
  background-size: auto;
  right: 20px;
}
.form__row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__row_mbottom {
  margin-bottom: 0px;
}
.form__row_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.form__button {
  display: block;
  width: 100%;
}
.form__input {
  border: 1px solid #c9ccd4;
  border-radius: 3px;
  font-size: 12px;
  padding: 8px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Montserrat", sans-serif;
}
.form__input_fullwidth {
  width: 100%;
}
.form__input:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form__input-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form__link {
  color: #2564ad;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.form__link:hover,
.form__link:focus {
  color: #2564ad;
}
.form__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  margin: 0px;
  width: 208px;
  padding-right: 50px;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.form__label_person:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url(../images/svg/form_sprite.svg) no-repeat;
  background-size: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  background-position: 0 0;
}
.form__label_passport:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url(../images/svg/form_sprite.svg) no-repeat;
  background-size: auto;
  right: 20px;
  width: 16px;
  height: 18px;
  background-position: -76px 0;
}
.form__label_delivery:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url(../images/svg/form_sprite.svg) no-repeat;
  background-size: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  background-position: -100px 0;
}
.form__label_phone:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url(../images/svg/form_sprite.svg) no-repeat;
  background-size: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  background-position: -152px 0;
}
.form__label_email:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url(../images/svg/form_sprite.svg) no-repeat;
  background-size: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  background-position: -50px 0;
}
.form__input_pay {
  color: #54524b;
  font-size: 14px;
  line-height: 36px;
  margin-right: 1.5rem;
  font-family: "Montserrat", sans-serif;
}
.form__fu-label {
  color: #676354;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 50px;
  bottom: -15px;
}
.form__textarea {
  border: 1px solid #c9ccd4;
  border-radius: 3px;
  font-size: 12px;
  padding: 8px 15px;
  width: 100%;
  height: 102px;
  resize: none;
  font-family: "Montserrat", sans-serif;
}
.form__row_column .form__label {
  width: 100%;
  padding: 0px;
  line-height: 14px;
  margin-bottom: 22px;
  text-align: left;
}
.line {
  background: #efeeed;
  height: 2px;
  width: 100%;
  margin: 27px 0 30px 0;
}
.blue-line {
  background: #2564ad;
  width: 100%;
  height: 2px;
  margin: 30px 0;
}
.blue-line:after {
  content: "";
  display: block;
  clear: both;
}
.line-mini {
  background: #efeeed;
  height: 2px;
  width: 100%;
  margin: 13px 0 15px 0;
}
.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 0px;
  padding-left: 0px;
  width: auto;
}
.checkbox i {
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #c9ccd4;
  background-color: #fff;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -9999;
}
.checkbox input[type="checkbox"]:checked + i {
  background: url(../images/svg/checked.svg) center center no-repeat;
  background-size: 12px 12px;
  background-color: #fff;
}
.checkbox input[type="checkbox"]:disabled + i {
  background-color: #efeeed;
  background-color: #fff;
}
.checkbox__caption {
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
}
.checkbox__caption a {
  color: #2564ad;
}
.breadcrumbs {
  margin: 25px 0;
  font-size: 14px;
  color: #a7a5a2;
  position: relative;
  z-index: 999999;
}
.breadcrumbs_active{
  z-index: 1;
}
.breadcrumbs__link {
  font-size: 14px;
  color: #a7a5a2;
  text-decoration: none;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #5f5b4f;
}
.breadcrumbs__link_home {
  color: #5f5b4f;
}
.breadcrumbs__separator {
  display: inline-block;
  font-size: 14px;
  color: #a7a5a2;
  padding: 0px 10px;
}
.breadcrumbs__current-page {
  text-decoration: none;
  font-size: 14px;
  color: #a7a5a2;
}
.breadcrumbs .breadcrumb_last {
  text-decoration: none;
  font-size: 14px;
  color: #a7a5a2;
}
.breadcrumbs span a {
  font-size: 14px;
  color: #a7a5a2;
  text-decoration: none;
}
.breadcrumbs span a:hover,
.breadcrumbs span a:focus {
  color: #5f5b4f;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  /* color: #2f2d26; */
  line-height: 48px;
  color: #5d5b53;
}
.text-block {
  color: #807f7d;
  border-bottom: 2px solid #efeeed;
  padding-bottom: 25px;
}
.text-block p {
  font-size: 14px;
}
.text-block p:last-child {
  margin-bottom: 0px;
}
.text-big-block h2 {
  margin-bottom: 45px;
}
.text-big-block p {
  color: #6d6c67;
  font-size: 16px;
  line-height: 26px;
}
.text-big-block p:last-child {
  margin-bottom: 0px;
}
.video-item {
  position: relative;
}
.video-item__title {
  color: #2f2d26;
  margin-bottom: 15px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.video-item__title_big {
  font-size: 24px;
}
.video-item__image-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 170px;
  margin-bottom: 10px;
}
.video-item__image-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.video-item__image-wrap_big {
  height: 378px;
}
.video-item__description {
  color: #54524b;
  font-size: 14px;
  line-height: 1.7;
  height: 48px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.video-item__description a {
  color: #54524b;
}
.video-item__description_big {
  height: 167px;
}
.video-item:hover {
  text-decoration: none;
}
.video-item:hover .video-item__description,
.video-item:hover .video-item__description a {
  text-decoration: none;
}
.video-item:hover .video-item__title {
  text-decoration: none;
  color: #2564ad;
}
.video-slider {
  margin-bottom: 30px;
}
.overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1040;
  width: 100%;
  height: 100%;
}
.modal {
  display: none;
  width: 800px;
  padding: 30px;
  border: 2px solid #efeeed;
  border-radius: 3px;
  z-index: 1050;
  position: fixed;
  top: 50px;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: -400px;
  background: #fff;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/svg/cancel.svg) center center no-repeat;
  background-size: contain;
}
.modal__head {
  margin-bottom: 20px;
  color: #2f2d26;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.modal__title {
  font-family: "Montserrat", sans-serif;
  color: #2f2d26;
  padding-bottom: 20px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-right {
  position: absolute;
  z-index: 5;
  top: -58px;
  right: 55px;
}
.product-common {
  padding-top: 5px;
  margin-bottom: 40px;
}
.product-common h1 {
  line-height: 36px;
  margin-bottom: 15px;
}
.product-common__brand-logo {
  border: 2px solid #f7f6f3;
  padding: 13px 15px;
  display: inline-block;
  margin-bottom: 25px;
}
.product-common__description {
  color: #54524b;
  font-size: 14px;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
}
.product-common__description:after {
  content: "";
  display: block;
  clear: both;
}
.product-common__description p,
.product-common__description li {
  color: #54524b;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.product-common__description ul,
.product-common__description ol {
  padding-left: 15px;
}
.product-common__description h2 {
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #5d5b53;
  font-weight: 700;
}
.product-common__description h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #5d5b53;
}
.product-common__description h4 {
  font-size: 1rem;
  color: #5d5b53;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-common__info {
  padding-bottom: 35px;
  border-bottom: 2px solid #efeeed;
  margin-bottom: 30px;
}
.product-common__info-caption {
  color: #2f2d26;
  font-size: 14px;
  margin-bottom: 5px;
}
.product-common__info-stock {
  font-size: 14px;
  color: #a7a5a2;
}
.product-common__info-value {
  font-size: 18px;
  color: #a7a5a2;
}
.product-common__options {
  padding-top: 10px;
  white-space: nowrap;
  margin-bottom: 22px;
}
.product-common__option-caption {
  font-size: 14px;
  color: #2f2d26;
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  margin-right: 1px;
}
.product-common__notice {
  color: #a7a5a2;
  font-size: 14px;
  margin-bottom: 20px;
}
.product-common__product-data {
  margin-top: 25px;
  margin-bottom: 15px;
}
.product__promo {
  color: red;
  font-weight: 900;
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif;
  display: none;
}
.product__price {
  display: inline-block;
  font-weight: bold;
  font-size: 26px !important;
}
.product-common__price {
  margin-left: 10px;
  font-weight: 600;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}
.product-common__desc-video {
  margin-left: 50px;
  width: 290px;
}
.product-common__desc-video .video-item__image-wrap {
  height: 170px;
}
.product-images {
  width: 370px;
  float: left;
}
.product-description {
  margin-left: 400px;
}
.product-gallery__main {
  /* border: 1px solid #c9ccd4; */

  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: 18px;
  height: 370px;
  margin-bottom: 30px;
}
.product-gallery__main figure {
  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%;
  text-align: center;
  margin-bottom: 0px;
  overflow: hidden;
}
.product-gallery__main figure a {
  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;
  height: 100%;
}
.product-gallery__main-image {
  -o-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.product-gallery__preview-list {
  padding: 0 40px;
}
.product-gallery__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
}
.product-gallery__item img {
  max-width: 100%;
  max-height: 100%;
  /*  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;*/
  -o-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.product-gallery__item:hover,
.product-gallery__item_active {
  border-color: #2564ad;
}
/*.product-gallery__item:hover img,
.product-gallery__item_active img {
  opacity: 0.3;
}*/
.product-gallery__main {
  overflow: visible;
  position: relative;
}
span.p_gallery-prev, span.p_gallery-next {
  height: 20px;
  width: 20px;
  min-width: 20px;
  display: block;
  background: url(/wp-content/themes/tepleko/assets/img/arrows.svg) no-repeat;
  background-size: 160%;
  cursor: pointer;
  position: absolute;
}
span.p_gallery-prev {
  background-position: 5px 0;
  left: 0;
}
span.p_gallery-next {
  background-position: 5px 100%;
  right: 0;
}
.rating {
  display: inline-block;
  white-space: nowrap;
}
.rating__star {
  margin: 2px 0;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/svg/rating.svg) 0 0 no-repeat;
  background-size: 200%;
  background-position: 100% 0;
}
.rating__star_colored {
  background-position: 0 0;
}
.product-nav {
  background: #fff4cc;
  padding: 20px;
}
.product-nav__link {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2f2d26;
  margin-right: 15px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product-nav__link:hover,
.product-nav__link:focus {
  color: #ff7b2b;
  text-decoration: none;
}
.product-nav__link:last-child {
  margin-right: 0px;
}
.product-block {
  padding: 60px 0;
  position: relative;
}
.product-block h2 {
  margin-bottom: 40px;
}
.rel {
  height: 51px;
  position: relative;
}
.bb {
  border-bottom: 2px solid #efeeed;
}
.review__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.review__image img {
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review__name {
  font-size: 16px;
  color: #5f5b4f;
}
.review__text {
  margin-bottom: 20px;
}
.review__text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #6d6c67;
}
.review__text p:last-child {
  margin-bottom: 0px;
}
.review__text_short {
  height: 150px;
  overflow: hidden;
}
.review__text_full {
  overflow: visible;
  height: auto;
}
.review__more {
  font-size: 14px;
  color: #ff7b2b;
  display: inline-block;
  cursor: pointer;
}
.qa {
  border: 2px solid #efeeed;
  padding: 27px;
  margin-bottom: 45px;
  /*height:100%;*/
}
.qa__q {
  font-size: 18px;
  color: #2f2d26;
  margin-bottom: 20px;
}
.qa__a {
  font-size: 14px;
  color: #83827f;
  margin-bottom: 10px;
}
.qa__a-sign {
  color: #2f2d26;
}
.qa__author {
  color: #a7a5a2;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
}
.qa__link {
  color: #ff7b2b;
  font-size: 14px;
  float: right;
  line-height: 15px;
}
.product-video .video-item {
  margin-bottom: 0px;
}
.product-video .video-item figure {
  margin-bottom: 0px;
}
.product-video .video-item__image-wrap {
  margin-bottom: 0px;
}
.gallery-slider.owl-theme .owl-nav .owl-prev {
  left: 0px;
  top: 50%;
  margin-top: -15px;
}
.gallery-slider.owl-theme .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.gallery-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
  top: 50%;
  margin-top: -15px;
}
.gallery-slider.owl-theme .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.grey {
  color: #a7a5a2;
}
.inline {
  display: inline-block;
}
.navbar-toggler {
  display: none;
}
.pagination {
  text-align: center;
  margin: 45px 0;
  display: block;
  border-radius: 0px;
}
.pagination__item {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #f7f6f3;
  background: #f7f6f3;
  font-size: 14px;
  color: #5f5b4f;
  text-decoration: none;
  margin: 0 10px;
}
.pagination__item:hover,
.pagination__item:focus {
  color: #5f5b4f;
  text-decoration: none;
}
.pagination__item_active {
  color: rgba(95, 91, 79, 0.7);
  background: none;
}
.pagination__item_dots {
  border: none;
  background: none;
}
.pagination__item_prev {
  margin-left: 0px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 23px;
}
.pagination__item_next {
  margin-right: 0px;
  margin-left: 40px;
  font-size: 20px;
  line-height: 23px;
}
.product-video-slider {
  margin-bottom: 30px;
}
.owl-carousel.owl-theme {
  margin: 0px;
}
.geo-block {
  margin-top: -7px;
}
.geo-block__address {
  width: 60%;
  float: left;
  margin-top: 12px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.geo-block__city {
  font-weight: 600;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.geo-block__street {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.geo-block__phones {
  width: 39%;
  float: right;
  text-align: right;
  margin-top: 6px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.geo-block__phone-link {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #2f2d26;
  font-family: "Montserrat", sans-serif;
}
.geo-block__phone-link:hover,
.geo-block__phone-link:focus {
  color: #2f2d26;
  text-decoration: none;
}
.geo-block__phone-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.geo-block:after {
  content: "";
  display: block;
  clear: both;
}
.main-block {
  padding: 20px 0;
}
.main-block__h2 {
  font-size: 1.875rem;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.main-block__h2.left {
  text-align: left;
}
.main-block.pbottom {
  padding-top: 20px;
  padding-bottom: 0px;
}
.product-slider__item a {
  display: inline-block;
  width: 100%;
}
.product-slider__image {
  display: inline-block;
  width: 100%;
  height: 190px;
  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: 10px;*/
  border: 1px solid #c9ccd4;
  margin-bottom: 15px;
  overflow: hidden;
}
.product-slider__image img {
  max-width: 100%;
  max-height: 100%;
}
.product-slider__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px !important;
}
.product-slider.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.product-slider:hover .product-slider__title,
.product-slider:focus .product-slider__title {
  text-decoration: none;
}
.product-slider.nav {
  padding: 0 60px;
  position: relative;
}
.advant__image {
  height: 190px;
  margin-bottom: 15px;
  position: relative;
}
.advant__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.advant__image:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 190px;
  background: url(../images/svg/bg_blue.svg) 0 0 no-repeat;
  top: 0px;
  left: 0px;
}
.advant__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.advant__text {
  line-height: 1.57;
  font-size: 14px;
  color: #54524b;
  font-family: "Montserrat", sans-serif;
}
.video-item__image {
  margin-bottom: 0px;
}
.video-item.video-list__item .video-item__image-wrap {
  height: 170px;
}
.video-item.video-list__item {
  margin-bottom: 22px;
}
.video-item.video-slider__item .video-item__image-wrap {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.video-item.video-slider__item .video-item__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
/*
.video-resources-slider {
  .video-item .video-item__image-wrap {
	height:190px;
  }
}*/
.video-slider.nav {
  padding: 0 60px;
  position: relative;
}
.video-slider.nav.owl-theme .owl-nav .owl-prev,
.video-slider.nav.owl-theme .owl-nav .owl-next {
  top: 50%;
  margin-top: -15px;
}
.awards__image {
  border: 1px solid #c9ccd4;
  height: 190px;
  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: 15px;
  margin-bottom: 15px;
}
.awards__image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.awards__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.awards__text {
  color: #54524b;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.awards.owl-carousel .owl-item img {
  width: 50%;
}
.contact-map {
  height: 420px;
  padding-right: 30px;
}
.c-info {
  padding-right: 15px;
}
.c-info__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.c-info__phone {
  margin: 15px 15px 15px 0;
  padding-left: 26px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #2f2d26;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.c-info__phone:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/svg/call_blue.svg) 0 0 no-repeat;
  background-size: 16px 16px;
}
.c-info__phone:hover,
.c-info__phone:focus {
  text-decoration: none;
  color: #2f2d26;
}
.c-info__text {
  font-size: 14px;
  color: #54524b;
  font-family: "Montserrat", sans-serif;
}
.c-info__text.mbottom {
  margin-bottom: 15px;
  font-size: 16px;
}
.c-info__location {
  margin-bottom: 15px;
  margin-top: 25px;
  padding-left: 26px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #2f2d26;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.c-info__location:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/svg/locate.svg) 0 0 no-repeat;
  background-size: 16px 16px;
}
.c-info__worktime {
  margin-bottom: 15px;
  padding-left: 26px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #2f2d26;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.c-info__worktime:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/svg/clock.svg) 0 0 no-repeat;
  background-size: 16px 16px;
}
.c-info__worktime span {
  font-family: "Montserrat", sans-serif;
}
.c-info__worktime_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-info__worktime_right {
  padding-left: 4px;
}
.day-night {
  display: inline-block;
  background: #2564ad;
  padding: 2px 13px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
}
.blue-link {
  color: #2564ad;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.blue-link:hover,
.blue-link:focus {
  color: #2564ad;
}
.block {
  display: block;
  width: 100%;
}
.product-advant {
  padding: 20px 0 30px 0;
}
.product-advant__item {
  height: 51px;
  padding-left: 71px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-advant__item_blue {
  height: 51px;
  padding-left: 71px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-advant__item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 51px;
  height: 51px;
  background: url(../images/adv_sprite.png) no-repeat;
}
.product-advant__item_blue:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 51px;
  height: 51px;
  background: url(../images/Ellipse1.png) no-repeat;
}
.product-advant__item_econom:before {
  background-position: 0 0;
}
.product-advant__item_wet:before {
  background-position: -51px 0;
}
.product-advant__item_safe:before {
  background-position: -102px 0;
}
.product-advant__item_quiet:before {
  background-position: -153px 0;
}
.product-advant__item_rely:before {
  background-position: -204px 0;
}
.product-advant__item_eco:before {
  background-image: url("../images/eco.svg");
  background-size: 51px 51px;
}
.product-advant__item_bluecircle:before {
  background: url(../images/Ellipse2.png) no-repeat;
  background-image: url("../images/Ellipse2.png");
  background-size: 51px 51px;
}

.product-advant__item_duration:before {
  background-image: url("../images/duration.svg");
  background-size: 51px 51px;
}
.product-advant__caption {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.russia-map {
  width: 100%;
  height: 482px;
  background: url(../images/svg/russia_map.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.russia-map__img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.napol-teplom {
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
}
.about-block {
  background: url(../images/svg/bg_about.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.about-block__text {
  position: relative;
  margin-right: 95px;
  background: rgba(234, 241, 251, 0.3);
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
  padding: 40px 30px;
  font-family: "Montserrat", sans-serif;
}
.about-block__text .gradient {
  color: #fff;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
}
.about-block__text .gradient p {
  color: #fff;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}
.about-block__text:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  top: -95px;
  right: -95px;
  background: url(../images/svg/red_about.svg) 0 0 no-repeat;
  background-size: 100px 100px;
}
.about-block p {
  color: #fff;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
}
.col5:after {
  content: "";
  display: block;
  clear: both;
}
.col5__item {
  width: 20%;
  float: left;
}

.centipede {
  background: url(../images/svg/rounds_about.svg) 0 0 no-repeat;
  background-size: contain;
  min-height: 284px;
}
.centipede__item {
  padding-top: 123px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
}
.centipede__item:before {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  left: 50%;
  top: 36px;
  margin-left: -31px;
  background: url(../images/about_sprite.png) no-repeat;
}
.centipede__item_market:before {
  background-position: 0 0;
}
.centipede__item_people:before {
  background-position: 25% 0;
}
.centipede__item_radiator:before {
  background-position: 50% 0;
}
.centipede__item_hands:before {
  background-position: 75% 0;
}
.centipede__item_shop:before {
  background-position: 100% 0;
}
.news-block {
  padding: 15px 0 60px 0;
}
.news__first {
  margin-bottom: 30px;
}
.news__first-figure {
  margin: 0px;
  text-align: center;
}
.news__first-figure img {
  max-width: 100%;
}
.news__first-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.news__first-text {
  padding-left: 60px;
  color: #54524b;
  font-family: "Montserrat", sans-serif;
}
.news__first-text p {
  font-size: 14px;
  line-height: 1.75;
}
.news__date {
  font-size: 12px;
  color: #54524b;
  font-family: "Montserrat", sans-serif;
}
.news__readmore {
  color: #2564ad;
  font-size: 14px;
  float: right;
  font-family: "Montserrat", sans-serif;
}
.news__image {
  margin-bottom: 20px;
  height: 135px;
  overflow: hidden;
}
.news__image img {
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news__list.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
}
.news__list.owl-carousel.owl-theme {
  margin-bottom: 40px;
}
@media all and (max-width: 765px) {
  .news__list.owl-carousel.owl-theme {
    margin-bottom: 0px;
  }
  .owl-theme .owl-nav {
    margin-top: 0px;
  }
}
.news__title {
  color: #54524b;
  font-size: 14px;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.news__title:hover,
.news__title:focus {
  color: #54524b;
}
.inline.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.inline.news__list .news__item {
  width: 18%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.inline.news__list .news__image {
  height: 150px;
}
.titled-column__image {
  width: 100%;
  height: auto;
}
.titled-column__image-wrap {
  position: relative;
  height: 190px;
  overflow: hidden;
}
.titled-column__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.titled-column__title {
  color: #2f2d26;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  height: 40px;
  position: relative;
  padding-left: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.titled-column__title:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 0px;
  background: #2564ad;
}
.titled-column__link {
  color: #2564ad;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.titled-column__link:hover {
  color: #2564ad;
}
.titled-column__text {
  color: #54524b;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.titled-column:hover .titled-column__title {
  color: #2564ad;
}
.blog-slider {
  padding: 0 60px;
  position: relative;
}
.blog-slider.owl-theme .owl-nav .owl-prev,
.blog-slider.owl-theme .owl-nav .owl-next {
  top: 50%;
  margin-top: -15px;
}
.video-resources-slider {
  padding: 0 60px;
  position: relative;
}
.video-resources-slider.owl-theme .owl-nav .owl-prev,
.video-resources-slider.owl-theme .owl-nav .owl-next {
  top: 50%;
  margin-top: -15px;
}
.right-shadow {
  position: relative;
  margin: 0px 60px 40px 0px;
}
.right-shadow__image {
  -webkit-box-shadow: 40px 40px 0px #2564ad;
  box-shadow: 40px 40px 0px #2564ad;
}
.video-block {
  width: auto;
}
.video-block__desc {
  color: #54524b;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.video-block__image {
  position: relative;
  margin-bottom: 20px;
}
.video-block__image img {
  width: 100%;
}
.image-gallery {
  padding: 0 60px;
  position: relative;
}
.image-gallery.owl-theme .owl-nav .owl-prev,
.image-gallery.owl-theme .owl-nav .owl-next {
  top: 50%;
  margin-top: -15px;
}
.two-column {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.two-column__left {
  width: 730px;
}
.two-column__right {
  width: 490px;
}
.color-pick__item {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  border: 1px solid #c9ccd4;
  cursor: pointer;
}
.color-pick__item_white {
  background: #eff6ff;
}
.color-pick__item_black {
  background: #2f2d26;
}
.color-pick__item_selected {
  border: 2px solid #2564ad;
}
.qty {
  border: 1px solid #c9ccd4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qty__input {
  border: none;
  background: none;
  color: #0f2522;
  font-size: 13px;
  width: 33.33%;
  height: 26px;
  outline: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  -moz-appearance: textfield;
}
.qty__input::-webkit-outer-spin-button,
.qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty__input_white {
  color: #fff;
}
.qty__button {
  width: 33.33%;
  height: 26px;
  background: none;
  border: none;
  color: #2564ad;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
}
.qty__button:focus {
  outline: none;
}
.qty__button_white {
  color: #fff;
}
.adds__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.adds__item:last-child {
  margin-bottom: 0px;
}
.adds__image {
  width: 120px;

  height: 92px;
  overflow: hidden;
}
.adds__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.adds__title {
  font-family: "Montserrat", sans-serif;
}
.adds__center {
  width: 340px;
  position: relative;
}
.adds__price {
  width: 150px;
  color: #0f2522;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-shrink: 0;
  /*.flexv;*/
}
.adds__stroke {
  color: red;
  text-decoration: line-through;
}
.adds__qty {
  background-color: white;
  width: 80px;
  position: absolute;
  /* bottom: 0px; */
  left: 0px;
  margin-top: 0.5rem;
}
.adds__hidden {
  display: none;
}
.adds__showmore {
  border: none;
  background: none;
  font-size: 18px;
  border-bottom: 1px dashed #2f2d26;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.adds__showmore:focus {
  outline: none;
}
.adds__showmore:hover {
  border-color: #fff;
}
.products {
  border: 2px solid #c9ccd4;
  padding: 30px;
}
.products__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.products__colors {
  margin-bottom: 15px;
}
.products__adds {
  margin-bottom: 30px;
}
.cart-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.cart-item__left {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}
.cart__recomend .cart-item__left {
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
}
.cart-item__image {
  border: 1px solid #fff;
  height: 92px;
  overflow: hidden;
  background: #fff;
}
.cart__recomend .cart-item__image {
  height: 60px;
}
.cart-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.cart-item__right {
  margin-left: 20px;
  -ms-flex-preferred-size: 290px;
  flex-basis: 290px;
  position: relative;
}
.cart__recomend .cart-item__right {
  /* -ms-flex-preferred-size: auto;
  flex-basis: auto; */
}
.cart-item__title {
  font-size: 16px;
  line-height: 1.25;
  padding-right: 25px;
  font-family: "Montserrat", sans-serif;
}
.cart__recomend .cart-item__title {
  font-size: 14px;
}
.cart-item__title .discount {
  color: #ff2d33;
  font-size: 13px;
  font-weight: 600;
}
.cart-item__price {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-family: "Montserrat", sans-serif;
}
.cart-item__qty {
  width: 100%;
}
.cart-item__remove {
  position: absolute;
  right: 0px;
  top: 3px;
  background: url(../images/svg/remove.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-item__remove:hover,
.cart-item__remove:focus {
  cursor: pointer;
  outline: none;
}
.cart-item:after {
  content: "";
  display: block;
  clear: both;
}
.cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-row__caption {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
  font-family: "Montserrat", sans-serif;
}
.cart-row__money {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.cart-row:last-child {
  margin-bottom: 0px;
}
.cart {
  background: white;
  border: 2px solid #c9ccd4;
  padding: 30px;
  width: 100%;
  position: relative !important;
  z-index: 499 !important;
}

.btn-promocode {
  background: #1a6bac;
  border: 2px solid #1a6bac;
  color: #fff;
  box-shadow: 0 0 15px #fff;
  font-weight: 600;
  margin-top: 25px;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  padding: 5px 20px;
}

.btn-promocode:hover {
  background: #fff;
  color: #1a6bac;
}

.link-order-button {
  background: #1a6bac;
  width: 280px;
  border: 2px solid #1a6bac;
  box-shadow: 0 0 15px #fff;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  padding: 5px 20px;
  color: #fff4cc;
  color: #fff;
}

.link-order {
  margin-bottom: 25px;
}

.link-order-button:hover {
  background: #fff;
  color: #1a6bac;
}

@media (max-width: 991px) {
  .page section h2:nth-child(4) {
    padding: 900px 0 0 0;
    width: 100% !important;
  }

  .cart {
    /*height: 900px;*/
    overflow-y: scroll;
  }

  .page h2 {
    text-align: center;
  }

  .roskedr-title {
    text-align: center;
  }
}

.cart__heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.cart__hide {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: none;
  background: none;
  top: 33px;
  right: 30px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
  padding-right: 18px;
  font-family: "Montserrat", sans-serif;
}
.cart__hide:hover,
.cart__hide:focus {
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.cart__hide:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 12px;
  height: 8px;
  top: 7px;
  background: url(../images/svg/arrow_down.svg) no-repeat;
  background-size: contain;
}
.cart__line {
  margin: 30px -30px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.cart__total {
  color: #2f2d26;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.cart__total-value {
  float: right;
  margin-left: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  color: #2f2d26;
  font-family: "Montserrat", sans-serif;
}
.tabs {
  margin-bottom: 100px;
}
.tabs__captions:after {
  content: "";
  display: block;
  clear: both;
}
.tabs__caption {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  float: left;
  height: 48px;
  min-width: 200px;
  padding: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.tabs__caption:hover,
.tabs__caption:focus {
  outline: none;
  background: #fafafa;
}
.tabs__caption_active {
  color: #2564ad;
  border-color: #c9ccd4;
}
.tabs__caption_active:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background: #fff;
  left: 0px;
}
.tabs__caption_active:hover,
.tabs__caption_active:focus {
  background: #fff;
}
.tabs__items {
  border: solid 1px #c9ccd4;
}
.tabs__item {
  padding: 50px 30px;
  display: none;
}
.tabs__item_active {
  display: block;
}
.mobile-search {
  display: none;
}
.sticky-cart {
  position: fixed;
  top: 88px;
}
.sticky-stopper {
  position: relative;
  top: -40px;
}
.video-margin {
  width: 900px;
  margin: 40px auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.text-page {
  padding-bottom: 60px;
}
.ib {
  display: inline-block;
}
.map {
  margin-top: 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map__filter {
  width: 420px;
}
.map__filter .filter-checkbox {
  margin-bottom: 50px;
}
.map__filter .filter-checkbox label.checkbox {
  color: #ff2d33;
}
.map__filter .filter-select select {
  width: 100%;
}
.map__filter .filter-row {
  margin-bottom: 15px;
}
.map__filter .filter-row:last-child {
  margin-bottom: 0px;
}
.map__filter .filter-showall {
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.map__filter .filter-showall span {
  font-style: italic;
  text-decoration: underline;
}
.map__filter .filter-showall:hover span {
  text-decoration: none;
}
.map__filter .filter-showall:before {
  background: url(../img/filters.png) 0px 0px no-repeat;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 15px;
  top: 4px;
}
.map__filter .filter-removeall {
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}
.map__filter .filter-removeall span {
  font-style: italic;
  text-decoration: underline;
}
.map__filter .filter-removeall:hover span {
  text-decoration: none;
}
.map__filter .filter-removeall:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 15px;
  top: 4px;
}
.map__container {
  width: calc(100% - 450px);
  height: 370px;
}
.map__container #common_map {
  height: 100%;
}
.map__filter .filter-row.citylist {
  height: 317px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.map-list {
  margin-top: 50px;
}
.map-list .map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  height: 320px;
}
.map-list .map-item__photo {
  width: 420px;
  text-align: right;
}
.map-list .map-item__info {
  width: calc(100% - 450px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map-list .map-item .text {
  width: 330px;
}
.map-list .map-item .text__head {
  margin-bottom: 15px;
}
.map-list .map-item .text__content a {
  color: #2564ad;
}
.map-list .map-item__map {
  width: calc(100% - 330px);
  height: 100%;
}
.map-shop {
  margin: 45px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.map-shop .text {
  width: 300px;
}
.map-shop .text__head {
  margin-bottom: 15px;
}
.map-shop .text__content a {
  color: #2564ad;
}
.map-shop .text img {
  width: 100%;
  display: block;
}
.map-shop__map {
  width: calc(100% - 330px);
  margin-left: 30px;
}
.map-shop:after {
  content: "";
  display: block;
  clear: both;
}
ul.geo_city {
  list-style-type: none;
}
ul.geo_city li {
  font-size: 13px;
  line-height: 26px;
}
ul.geo_city li a {
  color: #2564ad;
  font-size: 16px;
  line-height: 26px;
}
ul.geo_city li a.selected {
  font-style: italic;
}

ul.geo_city li.fo_header {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 15px 0 5px 0;
  font-size: 16px;
  line-height: 26px;
}
.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.summary *,
.summary *:hover {
  color: #fff;
  text-decoration: none;
}
.summary__one {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  color: red;
}
.summary__num {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  color: #000;
}
.cart__list .summary__num {
  display: none;
}
.summary__qty {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.summary__qty *,
.summary *:hover {
    color: #000;
}
.summary__total {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  color: #000;
  text-align: right;
}
.news-photo {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 50%;
}
.video-list.mbottom {
  margin-bottom: 60px;
}
.order_date_cont {
  position: relative;
}
.order_date_cont:after {
  content: "";
  position: absolute;
  background-image: url(../images/svg/form_sprite.svg);
  background-position: 84% 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 35px;
}
.order_time_cont {
  position: relative;
}
.order_time_cont:after {
  content: "";
  position: absolute;
  background-image: url(../images/svg/form_sprite.svg);
  background-position: 15% 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 35px;
}
.wp-block-table th {
  white-space: nowrap;
  word-break: keep-all;
}
.wp-block-table th,
.wp-block-table td {
  word-break: keep-all;
  color: #54524b;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.check-order p {
  color: #54524b;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.logo-gradient {
  background: linear-gradient(
    145deg,
    #e3000f 0%,
    #e3000f 49%,
    #2564ad 50%,
    #2564ad 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}
.submit-warning {
  position: absolute;
  bottom: -23px;
  color: #676354;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.blue {
  color: #2564ad;
}
.red {
  color: #ff2d33;
}
.menu-container {
  margin-top: -7px;
}
@media all and (max-width: 765px) {
  .header__logo_1 {
    margin-left: 90px;
    margin-top: -65px;
  }
}
@media all and (min-width: 1367px) {
  .outer {
    width: 1366px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1300px) {
  .owl-theme .owl-nav .owl-prev {
    left: 0px;
  }
  .owl-theme .owl-nav .owl-next {
    right: 0px;
  }
  .goods-slider {
    padding: 0 50px;
  }
  .brand-slider {
    padding: 0 50px;
  }
}
@media all and (max-width: 1290px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .centipede__item {
    font-size: 14px;
  }
}
@media all and (max-width: 1260px) {
  .phone-link__sign {
    display: none;
  }
  .geo-block__address {
    width: 50%;
  }
  .geo-block__phones {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .header__main {
    max-width: 39%;
  }
}

@media all and (max-width: 1199px) {
  .russia-map {
    text-align: center;
  }
  .russia-map__img {
    width: 90%;
  }
  .geo-block__phone-link {
    font-size: 10px;
  }
  .two-column__left {
    width: 50%;
  }
  .two-column__right {
    width: 50%;
  }
  .header__logo-wrap {
    width: 100%;
  }
  .top-menu__link {
    font-size: 11px;
  }
  .header__logo-wrap span {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  .big-slider .slide__title {
    font-size: 30px;
  }
  .user-options__item_cart {
    display: none;
  }
  .top-menu__link {
    font-size: 10px;
    line-height: 19px;
  }
  .adds__title a {
    font-size: 14px;
  }
}
@media all and (min-width: 1024px) {
  .user-options__item:hover,
  .user-options__item:focus,
  .user-options__item_active {
    background: #fff;
  }

  .menu-container {
    margin-top: -9px;
  }
}

@media all and (max-width: 1024px) {
  .big-slider.owl-carousel .owl-item img {
    width: 100%;
    
  }
  .menu-container {
    margin-top: 0px;
  }
  .presentation {
    display: block;
  }
  .presentation__left {
    width: 100%;
  }
  .presentation__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .small-slider {
    width: 50%;
  }
  .main-video {
    width: 50%;
  }
  .news__first-text {
    padding-left: 0px;
  }
  .centipede__item {
    padding-top: 110px;
  }
  .news__first {
    margin-bottom: 50px;
  }
  .news__image {
    height: 200px;
  }
  .news__list.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
  }
  .user-options__item:hover,
  .user-options__item:focus,
  .user-options__item_active {
    background: #fff;
  }
  .adds__price {
    /*width: 80px;*/
  }
  .adds__center {
    width: 50%;
    padding: 0 10px;
  }
  .adds__title a {
    display: block;
  }
  .adds__qty {
    left: 10px;
  }
  .products {
    padding: 15px;
  }
}
@media all and (max-width: 1023px) {
  .header__logo-wrap span {
    display: none;
  }
  .tabs__caption {
    min-width: 1px;
  }
  .header-ghost {
    height: 97px;
  }
  .modal {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  .navbar-toggler {
    margin-left: 5px;
  }
  .navbar-toggler-icon {
    background: url(../images/svg/menu.svg) center center no-repeat;
    background-size: 16px 16px;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 13px;
  }
  .worktime {
    display: none;
  }
  .big-slider .slide__content {
    padding: 20px;
  }
  .geo-block__phones {
    display: none;
  }
  .geo-block__address {
    width: 100%;
    float: none;
    margin-top: -5px;
    text-align: right;
  }
  .centipede {
    min-height: 228px;
  }
}
@media all and (max-width: 991px) {
  .top-menu__link {
    line-height: 52px;
  }
  .order_date_cont::after {
    top: 9px;
    margin-top: 0;
  }
  .order_time_cont::after {
    top: 9px;
    margin-top: 0;
  }
  .map__filter {
    width: 48%;
  }
  .map__container {
    width: 50%;
  }
  .inline.news__list .news__item {
    width: 31%;
  }
  .video-list .video-item__image-wrap_big {
    height: 250px;
  }
  .video-item__title {
    line-height: 24px;
    height: 70px;
    text-overflow: ellipsis;
  }
  .product-common__desc-video {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  .product-advant__item {
    margin-bottom: 30px;
  }
  .product-advant .justify-content-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 249px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .right-shadow {
    margin: 0 0 45px 0;
  }
  .right-shadow__image {
    -webkit-box-shadow: 15px 15px 0px #2564ad;
    box-shadow: 15px 15px 0px #2564ad;
  }
  .row.form__input-wrap .form__input_fullwidth {
    margin-bottom: 15px;
  }
  .row.form__input-wrap {
    margin-bottom: 0px;
  }
  .form__heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .tabs__item {
    padding: 15px 15px 30px 15px;
  }
  .tabs__caption {
    padding: 0 15px;
  }
  .adds__showmore {
    font-size: 16px;
  }
  .two-column {
    display: block;
  }
  .two-column__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .two-column__right {
    width: 100%;
  }
  .menu-geo-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-geo-block .geo-block__address {
    display: block;
    text-align: left;
  }
  .menu-geo-block .geo-block__phones {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
  }
  .menu-geo-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .header.sticky .menu-geo-block .geo-block__city,
  .header.sticky .menu-geo-block .geo-block__street {
    display: inline-block;
  }
  .header.sticky .geo-block__phone-link {
    display: inline-block;
    margin-right: 10px;
  }
  .header__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.sticky .choose-city {
    top: 1px;
  }
  .header-ghost {
    height: 66px;
  }
  .geo-block__address {
    display: none;
  }
  .navbar-toggler {
    display: inline-block;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: none;
  }
  .top-menu {
    margin: 0px;
  }
  .menu-container {
    position: static;
  }
  .header__main {
    position: static;
  }
  .top-menu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 0 15px;
    background: #fff;
    height: auto;
    overflow: scroll;
    z-index: 200;
    -webkit-transition: max-height 0.3s, height 0.3s;
    transition: max-height 0.3s, height 0.3s;
  }
  .top-menu__dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-wrap {
    display: block;
  }
  .top-menu__column {
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-menu__column:first-child,
  .top-menu__column:last-child {
    padding: 15px;
  }
  .top-menu__column_side {
    width: 100%;
  }
  .side__item {
    margin-bottom: 25px;
  }
  .side__image {
    display: inline-block;
  }
  .f-menu:last-child {
    margin-bottom: 40px;
  }
  .user-options__item {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0px;
  }
  .user-options__item:before {
    width: 20px;
    height: 20px;
    background-size: 143px 20px;
  }
  .centipede__item {
    padding-top: 70px;
    font-size: 12px;
  }
  .centipede__item:before {
    top: 20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-size: 200px 40px;
  }
  .about-block__text {
    margin-right: 15px;
  }
  .about-block__text:before {
    display: none;
  }
  .russia-map {
    height: 400px;
  }
  .video-margin {
    width: 100%;
  }
  .text-page {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 800px) {
  .centipede {
    min-height: 175px;
  }
  .phone-link {
    line-height: 36px;
  }
  .phone-link__link {
    font-size: 16px;
    white-space: nowrap;
  }
  .phone-link__sign {
    position: relative;
    top: 3px;
  }
  .phone-link .phone-link__sign {
    display: none;
  }
}
@media all and (max-width: 768px) {
  /*.phone-link {
	display:none;
  }*/
}
@media all and (max-width: 926px) {
  .user-options {
    margin-left: -42px;
  }
  .header__aside {
    height: 40px;
  }
  .rel {
    height: 40px;
  }
}
@media all and (min-width: 1024px) {
  .header__main {
    max-width: 39%;
  }
}

@media all and (max-width: 767px) {
  iframe {
    max-width: 100%;
  }
  #map.main-map {
    display: none;
  }
  .product-images {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .product-description {
    margin: 0px;
  }
  .product-advant .justify-content-between {
    height: auto;
  }
  .product-common__price {
    font-size: 26px;
  }
  .video-item.video-list__item {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .video-item__image-wrap_big {
    height: 200px;
  }
  .video-resources-slider.owl-carousel.owl-theme {
    margin-top: 30px;
  }
  .page img.alignleft {
    max-width: 100%;
    width: 100%;
    float: none;
    -webkit-box-shadow: 15px 15px 0px #2564ad;
    box-shadow: 15px 15px 0px #2564ad;
    margin: 15px 0 30px 0;
  }
  .page .alignright-wrap {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0;
  }
  .page .alignright-wrap:before {
    display: none;
  }
  .page img.alignright {
    max-width: 100%;
    width: 100%;
    float: none;
    -webkit-box-shadow: -15px -15px 0px #ff2d33;
    box-shadow: -15px -15px 0px #ff2d33;
    margin: 30px 0 15px 0;
  }
  .cart-item__image {
    height: 160px;
  }
  .checkbox__caption {
    line-height: normal;
  }
  .cart__hide {
    top: 33px;
  }
  .contact-map {
    padding: 0px;
  }
  .header-ghost {
    height: 62px;
  }
  .form__row {
    display: block;
  }
  .form__row_mbottom {
    margin-bottom: 30px;
  }
  .form__label {
    width: 100%;
    text-align: left;
  }
  .form__label:after {
    right: 0px;
  }
  .form__input {
    width: 100%;
  }
  .form__input-wrap .form__input {
    margin-bottom: 15px;
  }
  .cart-item {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-item__left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cart-item__right {
    margin-left: 0px;
    margin-top: 15px;
    height: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cart-item__remove {
    right: -22px;
  }
  .cart-item__price {
    position: static;
    margin-top: 10px;
    font-size: 16px;
  }
  .adds__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .adds__image {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
  }
  .adds__center {
    margin-bottom: 10px;
    width: 100%;
    padding: 0px;
  }
  .adds__price {
    width: 100%;
    font-size: 16px;
    justify-content: flex-start;
  }
  .adds__stroke {
    margin-right: 15px;
  }
  .adds__qty {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .tabs__caption {
    float: none;
    width: 100%;
  }
  .tabs__caption_active {
    border-bottom: solid 1px #c9ccd4;
    border-radius: 5px;
  }
  .tabs__caption_active:after {
    display: none;
  }
  .c-info {
    padding: 30px 15px;
  }
  .footer {
    padding: 35px 0;
  }
  .f-menu {
    margin-bottom: 30px;
  }
  .f-menu:last-child {
    margin-bottom: 30px;
  }
  .f-menu__title {
    margin-bottom: 30px;
    position: relative;
  }
  .f-menu__title:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0px;
    height: 2px;
    width: 10px;
    background: #fff;
  }
  .f-menu__title:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 2px;
    height: 10px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .f-menu__title.opened:before {
    -webkit-transform: rotate(90deg) translate(50%);
    transform: rotate(90deg) translate(50%);
    -moz-transform: rotate(90deg) translate(50%);
    top: 3px;
  }
  .f-menu ul {
    display: none;
  }
  .f-menu .f-menu__hidden {
    display: block;
  }
  .f-menu .f-menu__more {
    display: none;
  }
  h1 {
    line-height: 42px;
    margin-bottom: 25px !important;
  }
  .header.sticky {
    padding-bottom: 5px;
    width: 100% !important;
  }
  .navbar-toggler-icon_active{
    background: transparent;
    background-image: url('https://tepleko.ru/wp-content/uploads/2024/01/group-1.png')!important;
    background-size: 16px 16px !important;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header__main {
    padding-top: 0px;
  }
  .header__main .search {
    display: none;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 60px;
    left: 0px;
    padding: 0;
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
  .header__main .search__button:before {
    left: 23px;
  }
  .header__aside {
    position: static;
    padding: 0px;
  }
  .header__aside:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: -15px;
    bottom: 44px;
    background: #efeeed;
  }
  .user-options__item_order-status,
  .user-options__item_ozon {
    display: none;
  }
  .user-options__item_cart {
    position: absolute;
    top: 12px;
    right: 75px;
  }
  .header__logo {
    display: block;
    padding-bottom: 0px;
  }
  .header .geo-block {
    display: none;
  }
  .header__aside:before {
    display: none;
  }
  .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 0px;
  }
  .header__search-button {
    display: block;
    background: none;
    border: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 32px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header__search-button:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    width: 18px;
    height: 16px;
    background-image: url(../images/icon_sprite.svg);
    background-position: -94px 0;
    background-repeat: no-repeat;
    background-size: 144px 17px;
  }
  .header__search-button:focus,
  .header__search-button:hover {
    outline: none;
  }
  .header__search-button_close:before {
    background-image: url(../images/cancel.svg);
    background-position: center center;
    background-size: 10px 10px;
  }
  .header.sticky .choose-city {
    width: 100%;
  }
  .choose-city__caption-container {
    width: auto;
  }
  .choose-city__controls .button-mini {
    width: 48%;
  }
  .top-menu {
    top: -57px;
    overflow: auto;
    max-height: 100vh;
    /* overflow: scroll; */
  }
  /* .collapse.show {
    height: calc(100vh - 62px);
  } */
  .main-block {
    padding: 30px 0;
  }
  .main-block h2 {
    margin: 30px 0;
    font-size: 28px;
  }
  .awards__item {
    text-align: center;
  }
  .awards__image {
    border: none;
  }
  .contact-block h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .contact-map {
    height: 300px;
  }
  .big-slider {
    /*height:315px;
	height:350px;*/
    height: auto;
  }
  .big-slider__item {
    /*height:315px;*/
	  height:230px;
    position: relative;
  }
  .big-slider .slide__image {
    position: relative;
    width: 100%;
  }
  .big-slider .slide__image img {
    width: 100%;
  }
  .big-slider .slide__mobile-content {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 15px;
  }
  .big-slider .slide__mobile-content .button {
    margin-top: 20px;
    padding: 15px 35px;
  }
  .big-slider .slide__gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#2564ad),
      to(rgba(19, 50, 87, 0))
    );
    background-image: linear-gradient(to top, #2564ad, rgba(19, 50, 87, 0));
  }
  .big-slider .slide__content {
    display: none;
  }
  .big-slider .slide__title {
    font-size: 30px;
    line-height: 1.1;
  }
  .big-slider.owl-carousel .owl-item img {
    max-height: 100%;
  }
  .ps-5.owl-theme .owl-nav .owl-prev {
    left: -7px;
  }
  .ps-5.owl-theme .owl-nav .owl-next {
    right: -7px;
  }
  .presentation {
    display: block;
  }
  .presentation__left {
    width: 100%;
  }
  .presentation__right {
    width: 100%;
    display: block;
    display: none;
  }
  .modal {
    padding: 15px;
  }
  .light-block {
    background: #f4f3ef;
  }
  .advant__item {
    margin-bottom: 50px;
  }
  .advant__image {
    display: none;
  }
  .advant__title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.22;
  }
  .advant__title:after {
    content: "";
    position: absolute;
    bottom: -16px;
    height: 3px;
    width: 42px;
    left: 50%;
    margin-left: -21px;
    background: #2564ad;
  }
  .advant__text {
    font-size: 14px;
    text-align: center;
  }
  .header__logo-wrap img {
    width: 140px;
    padding-bottom: 25px;
  }
  .header__aside .phone-link {
    display: none;
  }
  .choose-city__container {
    width: 100%;
    height: calc(100vh - 220px);
    overflow: scroll;
  }
  .choose-city__list {
    display: block;
  }
  .choose-city__list-item {
    font-size: 14px;
    margin-top: 10px;
  }
  .top-menu__dropdown-item.active {
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu-phone {
    background: #2564ad;
    margin: 0 -15px 10px -15px;
    padding: 15px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
  }
  .menu-phone a {
    color: #fff;
    display: block;
    padding-left: 30px;
    font-size: 22px;
    line-height: 25px;
    position: relative;
  }
  .menu-phone a:focus,
  .menu-phone a:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu-phone a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: url(../images/svg/call_white.svg) no-repeat;
  }
  .top-menu__dropdown-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-block {
    padding: 0px 0;
  }
  .russia-map {
    height: 175px;
    background-position: center 0;
  }
  .gradient {
    background: linear-gradient(45deg, #2564ad 0%, #327dd3 33%, #0a1b2f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
  }
  .about-block__text {
    margin-right: 0px;
    background: rgba(234, 241, 251, 0.8);
    padding: 30px 15px;
  }
  .centipede {
    display: none;
  }
  .mobile-search {
    display: block;
    position: absolute;
    right: 43px;
    top: 23px;
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .mobile-search:focus,
  .mobile-search:hover {
    outline: none;
  }
  .mobile-search:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 16px;
    background-image: url(../images/svg/icon_sprite.svg);
    background-position: -94px 0px;
    background-repeat: no-repeat;
    background-size: 144px 17px;
  }
  .inline.news__list .news__item {
    width: 100%;
    margin-right: 0px;
  }
  .inline.news__list .news__item .news__image {
    height: auto;
  }
  .inline.news__list .news__item .news__image img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    -moz-object-fit: unset;
    -ms-object-fit: unset;
    object-fit: unset;
  }
  .map {
    display: block;
  }
  .map__filter {
    width: 100%;
    margin-bottom: 40px;
  }
  .map__container {
    width: 100%;
  }
  .news-photo {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
  .video-list.mbottom {
    margin-bottom: 30px;
  }
  .order_date_cont::after {
    display: none;
  }
  .order_time_cont::after {
    display: none;
  }
  .side__container {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .wp-block-table,
  .wp-block-table.aligncenter,
  .wp-block-table.alignleft,
  .wp-block-table.alignright {
    width: 100%;
    overflow-x: auto;
  }
  .wp-block-table th,
  .wp-block-table.aligncenter th,
  .wp-block-table.alignleft th,
  .wp-block-table.alignright th {
    white-space: normal;
  }
  .main-production .product-slider__item {
    margin-bottom: 30px;
  }
  .video-item__title {
    height: auto;
  }
  .form__fu-label {
    position: static;
    display: inline-block;
    margin-left: 4px;
  }
  .big-slider.owl-theme .owl-nav.disabled + .owl-dots {
    padding-top: 20px;
    margin-left: 0px;
    height: 50px;
    text-align: center;
  }
  .big-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
  }
  .presentation__left {
    padding-right: 0px;
  }
}
@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
  .big-slider.owl-carousel .owl-item img {
    height: 100%;
    width: 100%;
  }
}
.flex-collection-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-collection-img img {
  margin: 0 10px 10px 0;
}

.product__tablist .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__tabhead {
  border-right: 1px solid rgba(47, 45, 38, 0.1);
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}

.product__tabhead:last-child {
  border: none;
}

.product__tabhead a {
  padding: 5px 15px;
  display: block;
  font-size: 1.125rem;
  color: #5d5b53;
  font-weight: 700;
}

.product__tabhead:hover,
.product__tabhead--active {
  background: rgba(47, 45, 38, 0.1);
}

.product__tabhead:hover a,
.product__tabhead--active a {
  text-decoration: none;
}

.product__tab {
  display: none;
}

.pull-up {
  margin-bottom: -30px;
}
.main-product__row {
  position: relative;
  height: 370px;
}

.main-product__nav-wrapper {
  /* position: absolute; */
  right: 0;
  bottom: 45px;
  width: 480px;
  margin-left: 15px;
}

.main-product__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-product__nav .list-group-item {
  border: 1px solid transparent;
  border-radius: 0;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  background-color: transparent;
}

.main-product__nav .list-group-item:hover,
.main-product__nav .list-group-item:focus,
.main-product__nav .list-group-item:active {
  background-color: transparent;
}

.main-product__nav .list-group-item img {
  height: 94px;
  width: auto;
}

.main-product__nav .active {
  color: #000;
  background-color: #fff;
  border-color: #c9ccd4;
}

.main-product__nav-wrapper .tab__choose {
  margin-bottom: 0.3rem;
  font-size: 13px;
}

.tab__desc {
  width: 480px;
  min-height: 160px;
  margin-left: 15px;
}

.tabs__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: baseline;
  font-family: "Montserrat", sans-serif;
}

.tabs__title h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
}
.tabs__title a {
  color: inherit;
  width: 100%;
  min-height: 54px;
}
.tabs__desc p {
  font-size: 13px;
  line-height: 17px;
}
.tabs__price {
  text-align: right;
}
.tabs__title--stroke {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration: line-through;
  color: red;
  margin-left: auto;
}

.tabs__title--actual {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.tab__button {
  display: block;
  width: 480px;
  text-align: center;
}

.tab__row .list-group {
  height: 100%;
  justify-content: space-between;
}

.tab__row .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0;
}

.tab__row .list-group-item.active {
  /* border: none; */
  background-color: transparent;
}

.tab__small img {
  width: 155px;
  height: auto;
  padding: 5px;
  border: 1px solid #c9ccd4;
  border-radius: 0;
}

.tab__big .tab-pane {
  width: 555px;
  height: 370px;
  overflow: hidden;
}
.tab__big .tab-pane img {
  width: auto;
  height: 100%;
}
.tab__title {
  display: block;
  margin-bottom: 0 !important;
  line-height: 1em;
  position: absolute;
}
.tab__titles-aso {
  position: relative;
  min-height: 30px;
}
.aso-main {
  position: relative;
  margin-bottom: 50px;
}
.main-block__h2--aso {
  margin-top: 50px;
}
.main-block__h2--wheel {
  margin-top: 120px;
  margin-bottom: 10px !important;
}
.production-main__title {
  padding-right: 190px;
  font-size: 1.4rem !important;
  line-height: 1.7rem !important;
}
.production-main__title--selected {
  color: red;
  font-weight: bolder;
}
.promo-icon {
  position: relative;
}
.promo-icon::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  left: -43px;
  top: -4px;
  background-image: url("/wp-content/themes/tepleko/assets/images/svg/promo-icon3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 1300px) {
  .main-block {
    padding: 0px;
  }

  .main-block-2 {
    padding: 0px 0;
  }

  .main-block__h2--aso {
    margin-top: 0px;
  }

  .main-block__h2--wheel {
    margin-top: 20px;
    margin-bottom: 10px !important;
  }

  .production-main__title {
    padding-right: 0;
  }
  .main-product__row {
    flex-direction: column-reverse;
    height: auto;
  }
  .main-product__row .col-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .main-product__nav-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .tab__row {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }
  .tab__big {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tab__small {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tab__small .list-group {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .tab__row .list-group-item {
    width: auto;
  }
  .tab__small img {
    height: 116px;
  }
  .tab__big .tab-pane {
    width: auto;
  }
  .tab__big .tab-pane img {
    object-fit: contain;
  }
  .tab__desc {
    width: auto;
    margin-top: -10px;
    min-height: auto;
  }
  .tab__button {
    /* position: relative; */
    /* right: auto; */
    /* bottom: auto; */
    /* margin: 0 auto; */
  }
}

@media all and (max-width: 500px) {
  .main-product__nav-wrapper {
    width: auto;
  }
  .main-product__nav {
    padding-bottom: 20px;
  }
  .main-product__nav .list-group-item img {
    height: auto;
  }
  .main-product__nav .list-group-item {
    padding: 0;
    font-size: 10px;
    line-height: 15px;
  }
  .main-product__row {
    margin-right: 0;
    margin-left: 0;
  }
  .tab__row {
    width: 100%;
  }
  .tab__row .list-group-item {
    width: 33%;
  }
  .tab__small img {
    width: auto;
    height: auto;
  }
  .tab__big .tab-pane {
    width: 100%;
    height: auto;
  }
  .tab__big .tab-pane img {
    width: 100%;
    height: auto;
  }
  .tab__desc {
    width: 100%;
  }
  .tabs__title {
    display: block;
    text-align: center;
  }
  .tabs__title h3 {
    margin-bottom: 15px;
  }
  .tab__button {
    width: 100%;
  }
  .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px;
  }
}

/* Слайдер на главной */
#list-tab01 a,
#list-tab02 a,
#list-tab04 a,
#list-tab03 a,
#list-tab05 a,
#list-tab06 a,
#list-tab07 a,
#list-tab08 a,
#list-tab09 a,
#list-tab10 a,
#list-tab11 a {
  margin: 5px 0;
}
.wrap-slider-list {
  overflow: hidden;
  height: 360px;
}
.slider-arrow-top-01,
.slider-arrow-bot-01,
.slider-arrow-top-02,
.slider-arrow-bot-02,
.slider-arrow-top-04,
.slider-arrow-bot-04,
.slider-arrow-top-03,
.slider-arrow-bot-03,
.slider-arrow-top-05,
.slider-arrow-bot-05,
.slider-arrow-top-06,
.slider-arrow-bot-06,
.slider-arrow-top-07,
.slider-arrow-bot-07,
.slider-arrow-top-08,
.slider-arrow-bot-08,
.slider-arrow-top-09,
.slider-arrow-bot-09,
.slider-arrow-top-10,
.slider-arrow-bot-10,
.slider-arrow-top-11,
.slider-arrow-bot-11 {
  position: absolute;
  top: -25px;
  left: 61px;
  filter: invert(16%) sepia(2%) saturate(6623%) hue-rotate(9deg) brightness(87%)
    contrast(50%);
  cursor: pointer;
}
.slider-arrow-bot-01,
.slider-arrow-bot-02,
.slider-arrow-bot-04,
.slider-arrow-bot-03,
.slider-arrow-bot-05,
.slider-arrow-bot-06,
.slider-arrow-bot-07,
.slider-arrow-bot-08,
.slider-arrow-bot-09,
.slider-arrow-bot-10,
.slider-arrow-bot-11 {
  top: 355px;
}
.slider-arrow-top-01 img,
.slider-arrow-bot-01 img,
.slider-arrow-top-02 img,
.slider-arrow-bot-02 img,
.slider-arrow-top-04 img,
.slider-arrow-bot-04 img,
.slider-arrow-top-03 img,
.slider-arrow-bot-03 img,
.slider-arrow-top-05 img,
.slider-arrow-bot-05 img,
.slider-arrow-top-06 img,
.slider-arrow-bot-06 img,
.slider-arrow-top-07 img,
.slider-arrow-bot-07 img,
.slider-arrow-top-08 img,
.slider-arrow-bot-08 img,
.slider-arrow-top-09 img,
.slider-arrow-bot-09 img,
.slider-arrow-top-10 img,
.slider-arrow-bot-10 img,
.slider-arrow-top-11 img,
.slider-arrow-bot-11 img {
  width: 36px;
  height: 30px;
  display: block;
}
#list-tab01,
#list-tab02,
#list-tab04,
#list-tab03,
#list-tab05,
#list-tab06,
#list-tab07,
#list-tab08,
#list-tab09,
#list-tab10,
#list-tab11 {
  position: relative;
  transition: top 0.5s ease-in-out, left 0.5s ease-in-out;
  top: 0;
}
.arrow-disable {
  filter: invert(95%) sepia(1%) saturate(94%) hue-rotate(316deg) brightness(94%)
    contrast(94%);
}
.arrow-slideng {
  filter: invert(12%) sepia(39%) saturate(226%) hue-rotate(9deg) brightness(95%)
    contrast(87%);
}
body .tab__small img {
  height: 110px;
  object-fit: cover;
}

.slider-arrow-left-01,
.slider-arrow-right-01,
.slider-arrow-left-04,
.slider-arrow-right-04,
.slider-arrow-left-02,
.slider-arrow-right-02,
.slider-arrow-left-03,
.slider-arrow-right-03,
.slider-arrow-left-05,
.slider-arrow-right-05,
.slider-arrow-left-06,
.slider-arrow-right-06,
.slider-arrow-left-07,
.slider-arrow-right-07,
.slider-arrow-left-08,
.slider-arrow-right-08,
.slider-arrow-left-09,
.slider-arrow-right-09,
.slider-arrow-left-10,
.slider-arrow-right-10,
.slider-arrow-left-11,
.slider-arrow-right-11 {
  display: none;
}
.wrap-slider-list img {
  width: 155px;
  padding: 5px;
  border: 1px solid #c9ccd4;
  border-radius: 0;
  height: 110px;
  object-fit: cover;
}
.wrap-slider-list .list-group-item,
.wrap-slider-list .list-group-item.active {
  border: none;
  background-color: transparent;
  padding: 0;
}
.tab__button-1 {
  position: relative;
  top: 200px;
  margin-left: 15px;
}
.tab__titles {
  min-height: 30px;
}
.tab-pane {
  text-align: center;
}
.tab-pane img {
  max-height: 360px;
  width: auto;
}
.contacts__gallery {
  margin-bottom: 100px;
}
body .list-group-item.active {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#list-tab .list-group-item:not(.active) {
  border: 1px solid transparent;
}
.js-hide-block-01,
.js-hide-block-02,
.js-hide-block-04,
.js-hide-block-03,
.js-hide-block-05,
.js-hide-block-06,
.js-hide-block-11 {
  display: none;
}

.js-show-block {
  display: block;
}
.tab__title01,
.tab__title02,
.tab__title03,
.tab__title04,
.tab__title05,
.tab__title06,
.tab__title11 {
  display: none;
}
.btn-test-red {
  color: red !important;
}
.console-block {
  min-height: 100px;
  border: peru 1px solid;
  background-color: peachpuff;
  padding: 20px;
  width: 200px;
}
.main-block-2 {
  margin-bottom: 10px;
}

#list-tab03 a {
  margin: 5px 0;
}
@media all and (max-width: 1300px) {
  body .tab__small img {
    height: 90px;
    object-fit: contain;
  }
  .tab__button {
    margin: 0 auto;
  }

  #list-tab01 a,
  #list-tab02 a,
  #list-tab04 a,
  #list-tab03 a,
  #list-tab05 a,
  #list-tab06 a,
  #list-tab07 a,
  #list-tab08 a,
  #list-tab09 a,
  #list-tab10 a,
  #list-tab11 a {
    margin: 5px 2px;
    min-width: 98px;
    width: 98px;
  }
  .wrap-slider-list img {
    height: 80px;
  }
  .tab__contacts {
    display: block;
  }
  #list-tab01,
  #list-tab02,
  #list-tab04,
  #list-tab03,
  #list-tab05,
  #list-tab06,
  #list-tab07,
  #list-tab08,
  #list-tab09,
  #list-tab10,
  #list-tab11 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    left: 0;
  }
  .tab__button-1 {
    position: static;
    top: auto;
  }
  body .tab__title01 {
    display: block;
  }
  body .tab__title03 {
    display: block;
  }
  .wrap-slider-list {
    height: auto;
    width: 306px;
    margin: 0 auto;
  }
  .slider-arrow-right-01 img,
  .slider-arrow-left-01 img,
  .slider-arrow-right-02 img,
  .slider-arrow-left-02 img,
  .slider-arrow-right-04 img,
  .slider-arrow-left-04 img,
  .slider-arrow-right-03 img,
  .slider-arrow-left-03 img,
  .slider-arrow-right-05 img,
  .slider-arrow-left-05 img,
  .slider-arrow-right-06 img,
  .slider-arrow-left-06 img,
  .slider-arrow-right-07 img,
  .slider-arrow-left-07 img,
  .slider-arrow-right-08 img,
  .slider-arrow-left-08 img,
  .slider-arrow-right-09 img,
  .slider-arrow-left-09 img,
  .slider-arrow-right-10 img,
  .slider-arrow-left-10 img,
  .slider-arrow-right-11 img,
  .slider-arrow-left-11 img {
    transform: rotateZ(270deg) scale(0.8);
    width: 36px;
    height: 30px;
    display: block;
  }
  .slider-arrow-top-01 img,
  .slider-arrow-bot-01 img,
  .slider-arrow-top-02 img,
  .slider-arrow-bot-02 img,
  .slider-arrow-top-04 img,
  .slider-arrow-bot-04 img,
  .slider-arrow-top-03 img,
  .slider-arrow-bot-03 img,
  .slider-arrow-top-05 img,
  .slider-arrow-bot-05 img,
  .slider-arrow-top-06 img,
  .slider-arrow-bot-06 img,
  .slider-arrow-top-07 img,
  .slider-arrow-bot-07 img,
  .slider-arrow-top-08 img,
  .slider-arrow-bot-08 img,
  .slider-arrow-top-09 img,
  .slider-arrow-bot-09 img,
  .slider-arrow-top-10 img,
  .slider-arrow-bot-10 img,
  .slider-arrow-top-11 img,
  .slider-arrow-bot-11 img {
    display: none;
  }

  .slider-arrow-right-01,
  .slider-arrow-right-02,
  .slider-arrow-right-04,
  .slider-arrow-right-03,
  .slider-arrow-right-05,
  .slider-arrow-right-06,
  .slider-arrow-right-07,
  .slider-arrow-right-08,
  .slider-arrow-right-09,
  .slider-arrow-right-10,
  .slider-arrow-right-11 {
    display: block;
    top: 30px;
    right: -15px;
    position: absolute !important;
  }
  .slider-arrow-left-01,
  .slider-arrow-left-02,
  .slider-arrow-left-04,
  .slider-arrow-left-03,
  .slider-arrow-left-05,
  .slider-arrow-left-06,
  .slider-arrow-left-07,
  .slider-arrow-left-08,
  .slider-arrow-left-09,
  .slider-arrow-left-10,
  .slider-arrow-left-11 {
    display: block;
    top: 30px;
    left: -15px;
    position: absolute !important;
  }
  div#list-tab03 {
    flex-direction: row;
  }
  /*  #list-tab03 a {
    margin: 5px;
  } */
  .col-fix-1300 {
    max-width: 100%;
  }
  .tab__desc {
    margin-left: 0;
  }
  .main-product__nav-wrapper {
    margin-left: 0;
  }
  .tab__button-1 {
    margin: 35px 0 -20px;
  }
}
.hide {
  display: none;
}
.aigpl-gallery-album-wrp,
.aigpl-gallery-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aigpl-cnt-wrp {
  float: none;
}

.aigpl-img-title {
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}
.article__title {
  color: #5d5b53;
  font-family: "Montserrat", sans-serif;
}

/*  Колесо на страницах обогревателей */
.wheel-full {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
}
.wheel__bg {
  width: 100%;
  height: auto;
  z-index: 1;
}

.accessories__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.accessories__item {
  margin-bottom: 0 !important;
  position: absolute;
}
.accessories__link:hover,
.accessories__link:focus {
  text-decoration: none;
}
.accessories__title {
  font-weight: bold !important;
  font-size: 17px !important;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #30649f;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.accessories__desc {
  font-size: 15px !important;
  line-height: 150%;
  color: #636363;
  margin-bottom: 0 !important;
}
.accessories__link:hover .accessories__title,
.accessories__link:focus .accessories__title {
  text-shadow: 0px 4px 8px rgba(48, 100, 159, 0.5);
}
.accessories__link:hover .accessories__desc,
.accessories__link:focus .accessories__desc {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.access-dryer {
  width: 16%;
  top: 5%;
  left: 52%;
}
.access-regul {
  width: 15%;
  top: 10%;
  left: 71%;
}
.access-tiristor {
  width: 15%;
  top: 28%;
  left: 81%;
}
.access-regulsocket {
  width: 15%;
  top: 44%;
  left: 83%;
}
.access-montazh {
  width: 13%;
  top: 77%;
  left: 44%;
}
.access-screen {
  width: 14%;
  top: 75%;
  left: 63%;
}
.access-reflector {
  width: 14%;
  top: 74%;
  left: 27%;
}
.access-podstkol {
  width: 14%;
  top: 62%;
  left: 12%;
}
.access-wifi {
  width: 15%;
  top: 45%;
  left: 5%;
}
.access-gsm {
  width: 15%;
  top: 29%;
  left: 8%;
}
.access-podst {
  width: 14%;
  top: 27%;
  left: 9%;
}
.access-venge {
  width: 14%;
  top: 12%;
  left: 18%;
}
.access-slon {
  width: 14%;
  top: 3%;
  left: 35%;
}
.access-universal {
  width: 15%;
  top: 62%;
  left: 77%;
}

.wheel__heater {
  width: 24%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

@keyframes heaters {
  1% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.wheel__heater {
  animation-name: heaters;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
}
.wheel__heater--grey {
  animation-delay: 1.5s;
}
.wheel__heater--black {
  animation-delay: 3s;
}
.page .accessories__title {
  font-size: 14px !important;
}
.page .accessories__desc {
  font-size: 12px !important;
  line-height: 1.5em;
}
@media all and (max-width: 1570px) {
  .accessories__title {
    font-size: 14px !important;
  }
  .accessories__desc {
    font-size: 12px !important;
  }
}
@media (min-width: 755px) and (max-width: 1015px) {
  .header__aside {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .accessories__title {
    font-size: 12px !important;
  }
  .accessories__desc {
    font-size: 10px !important;
  }
  .page .accessories__title {
    font-size: 12px !important;
  }
  .page .accessories__desc {
    font-size: 10px !important;
  }
}
@media all and (max-width: 1100px) {
  .access-regulsocket {
    width: 17%;
  }
  .access-montazh {
    width: 14%;
  }
}
@media all and (max-width: 999px) {
  .accessories__desc {
    display: none;
  }
  .access-dryer {
    top: 9%;
    left: 56%;
  }
  .access-regul {
    top: 17%;
    left: 70%;
  }
  .access-tiristor {
    top: 30%;
    left: 82%;
  }
  .access-regulsocket {
    top: 44%;
  }
  .access-montazh {
    top: 75%;
  }
  .access-screen {
    top: 72%;
  }
  .access-reflector {
    top: 72%;
    left: 27%;
  }
  .access-podstkol {
    top: 60%;
  }
  .access-wifi {
    top: 46%;
    left: 6%;
  }
  .access-gsm {
    top: 32%;
  }
  .access-podst {
    top: 30%;
    left: 7%;
  }
  .access-venge {
    top: 14%;
    left: 17%;
  }
  .access-slon {
    left: 35%;
    top: 8%;
  }
  .access-universal {
    top: 60%;
  }
  .wheel__heater {
    top: -38px;
  }
}
@media all and (max-width: 768px) {
  .accessories__title {
    font-size: 9px !important;
  }
  .page .accessories__title {
    font-size: 9px !important;
  }
}
@media all and (max-width: 576px) {
  .accessories__title {
    font-size: 5px !important;
    margin-top: 0 !important;
  }
  .page .accessories__title {
    font-size: 5px !important;
  }
}

.manu > * {
  position: relative;
}
.manu__background {
  position: fixed;
  background-image: url(/wp-content/themes/tepleko/assets/images/bg_fon.jpg);
  background-size: contain;
  background-position: -50% top;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.text-page strong a,
.text-page strong a:hover,
.text-page strong a:focus {
  color: #5d5b53;
}
.product-advant__item {
  padding-left: 56px;
  margin-bottom: 20px;
}
.product-advant__caption {
  font-size: 15px;
}
.shop_additional {
  font-family: "Montserrat";
}
@media all and (max-width: 768px) {
  .c-info__text.mbottom {
    margin-right: 0;
    margin-left: 0;
  }
}
.coverflow__image {
  box-shadow: 0 1px 85px 0 rgba(0, 0, 0, 0.1) !important;
}

.calc__title {
  margin-top: 30px;
  margin-bottom: 20px !important;
  text-align: center;
  font-size: 22px !important;
}
.calc__label {
  margin-bottom: 10px;
  width: 190px;
}
.calc__input {
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.calc__num {
  width: 50px;
}
.layout__last {
  margin-bottom: 20px;
}
.button__calc {
  width: 100%;
}
.calc__result {
  display: block;
  font-size: 26px;
  line-height: 26px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  box-sizing: content-box;
  width: 40px;
}
#lk-menu a.recall-button,
#lk-menu span.recall-button,
#lk-menu .recall-button.rcl-upload-button,
#lk-menu input[type="submit"].recall-button,
#lk-menu input[type="submit"] .recall-button,
#lk-menu input[type="button"].recall-button,
#lk-menu input[type="button"] .recall-button,
#lk-menu a.recall-button:hover,
#lk-menu .recall-button.rcl-upload-button:hover,
#lk-menu input[type="submit"].recall-button:hover,
#lk-menu input[type="submit"] .recall-button:hover,
#lk-menu input[type="button"].recall-button:hover,
#lk-menu input[type="button"] .recall-button:hover {
  font-family: "Montserrat", sans-serif;
  background-color: #006bc2;
  color: white;
}
#lk-menu a span {
  font-size: 12px;
  font-weight: 400;
}
#rcl-office a {
  color: #2564ad;
}
.recall-button i + span {
  margin: 0 0 0 5px;
  color: white;
}
.rcli {
  color: white;
}
.mark,
mark {
  background-color: transparent;
  font-weight: bolder;
}
.recall-button {
  background-color: #006bc2;
}
.vertical-menu #exit2 {
  float: left;
  margin: 3px;
  max-width: 160px;
  min-width: 120px;
  width: auto;
}
.rcl-tab-button * {
  color: #ced4da;
}
.recall-button i + span {
  margin: 0 0 0 5px;
}
#rcl-office .btn-outline-primary {
  color: #2564ad;
  background-color: transparent;
  background-image: none;
  border-color: #2564ad;
}
#lk-content .woocommerce a.button {
  font-size: 75%;
  padding: 0.5em;
  color: #515151;
}
.woocommerce table.shop_table {
  background: transparent;
}
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
  font-family: "Montserrat", sans-serif;
}
.cart .woocommerce-Price-amount,
.cart .woocommerce-Price-currencySymbol {
  color: #fff;
}
.sudislovo-tel {
  font-size: 13px !important;
}

/* roskedr-carousel */

/* Heading roskedr-title h2*/
.page section h2:nth-child(4) {
  text-align: center;
}

.roskedr-goods {
  padding: 0 58px 41px 58px;
  border: 1px solid #36261a;
  margin-bottom: 143px;
  margin-top: 50px;
}
.roskedr-title {
  display: flex;
  flex-direction: column;
  background: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  padding: 10px;
}
.roskedr-title-mobile {
  display: none;
}
.roskedr-title-top {
  display: flex;
  justify-content: center;
}
.roskedr-title-top p,
.roskedr-title-bottom p {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  z-index: 0;
}
.roskedr-desc {
  display: flex;
  justify-content: space-between;
}
.desc-left {
  width: 35%;
}

.desc-right {
  width: 61%;
}
.desc-title h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.005em;
  color: #242321;
  margin: 10px 0;
}
.desc-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5d5b54;
}
.desc-text p:first-child {
  margin-bottom: 14px;
}
.desc-price span {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.005em;
  color: #90b975;
}
.roskedr-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.roskedr-slider .item-img {
  margin: 0 auto;
  max-width: 160px;
}
.roskedr-slider .owl-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.roskedr-slider .owl-item span {
  display: block;
  text-align: center;
}
.roskedr-slider .owl-next {
  width: 36px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-18px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.roskedr-slider .owl-next::before {
  content: url(../../../../uploads/2022/01/next.png);
  line-height: 0;
}
.roskedr-slider .owl-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-18px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.roskedr-slider .owl-prev::before {
  content: url(../../../../uploads/2022/01/prew.png);
  line-height: 0;
}
.roskedr-slider .item-price {
  margin-top: 30px;
  margin-bottom: 4px;
}
.roskedr-slider .item-price span {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #90b975;
}
.roskedr-slider .item-desc span {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #5d5b54;
}
.roskedr-slider-btn-wrap {
  display: flex;
}
.roskedr-slider-btn {
  background: #90b975;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 58px;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  text-align: center;
}
.roskedr-slider-btn:hover {
  text-decoration: none;
  color: #fff;
}
.roskedr-slider-btn:active {
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 576px) {
  .roskedr-goods {
    padding: 0px 5px 5px 5px;
    margin-bottom: 35px;
  }
  .roskedr-logo {
    max-width: 35%;
  }
  .roskedr-title-mobile {
    display: block;
    z-index: 0;
  }
  .roskedr-title-desctop {
    display: none;
  }
  .roskedr-title-top p,
  .roskedr-title-bottom p {
    font-size: 16px;
  }
  .roskedr-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .desc-left {
    width: auto;
  }
  .desc-right {
    width: auto;
  }
  .desc-title h3 {
    font-size: 16px;
  }
  .desc-text p {
    font-size: 14px;
  }
  .roskedr-slider {
    margin-bottom: 25px;
  }
  .page .main-block-2 .container {
    margin-top: 0px !important;
  }
  .owl-nav {
    display: flex;
    justify-content: center;
    /* position: relative; */
    top: 50px;
  }
  .roskedr-slider .owl-next {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .roskedr-slider .owl-prev {
    position: static;
    transform: translateY(0);
    margin-right: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .roskedr-slider-btn {
    padding: 10px 30px;
    width: 100%;
  }
}
/* roskedr-carousel end */

/* Image */
.about-block .russia-map img {
  position: relative;
  top: -40px;
}

/* Napol teplom */
.about-block .napol-teplom {
  top: -200px;
  left: 62px;
  margin-top: -33px;
}

/* 991px and smaller screen sizes */
@media (max-width: 991px) {
  /* Napol teplom */
  .about-block .napol-teplom {
    margin-top: -50px;
    top: -200px;
    width: 85%;
  }

  /* Image */
  .about-block .russia-map img {
    top: -105px;
  }
}

/* 760px and smaller screen sizes */
@media (max-width: 760px) {
  /* Image */
  .about-block .russia-map img {
    top: -39px;
  }
}

/* 667px and smaller screen sizes */
@media (max-width: 667px) {
  /* Napol teplom */
  .about-block .napol-teplom {
    top: -27px;
    left: 124px;
  }
}

/* 500px and smaller screen sizes */
@media (max-width: 500px) {
  /* Napol teplom */
  .about-block .napol-teplom {
    width: 324px;
  }
}

/* 480px and smaller screen sizes */
@media (max-width: 480px) {
  /* Napol teplom */
  .about-block .napol-teplom {
  }
}

/* 375px and smaller screen sizes */
@media (max-width: 375px) {
  /* Napol teplom */
  .about-block .napol-teplom {
    transform: translatex(0px) translatey(0px);
    left: 54px;
    top: -43px;
  }

  /* Napol teplom */
  .page section .about-block .container-fluid .row .col-xl-7 .napol-teplom {
    bottom: 150px !important;
  }
}

/* 360px and smaller screen sizes */
@media (max-width: 360px) {
  /* Napol teplom */
  .about-block .napol-teplom {
    left: 38px;
  }
}

/* 320px and smaller screen sizes */
@media (max-width: 320px) {
  /* Napol teplom */
  .about-block .napol-teplom {
    left: 17px;
  }
}

.wheel-wrapper {
  margin-bottom: 20px;
}

/* 991px and smaller screen sizes */
@media (max-width: 991px) {
  /* Heading */
  .accessories__list .accessories__item h4 {
    line-height: 1em;
  }
}

/* 991px and smaller screen sizes */
@media (max-width: 991px) {
  /* Cart */
  .page .rel .cart {
    transform: translatex(0px) translatey(0px);
    height: auto !important;
  }
}

/* 991px and smaller screen sizes */
@media (max-width: 991px) {
  /* Header */
  header {
    height: 80px;
  }
}

/* 800px and smaller screen sizes */
@media (max-width: 800px) {
  /* Header */
  header {
    height: 70px !important;
    width: 97% !important;
  }
}

/* 480px and smaller screen sizes */
@media (max-width: 480px) {
  /* Image */
  .header__logo_1 a img {
    display: inline-block;
    width: 60px;
  }

  /* Header */
  header {
    transform: translatex(0px) translatey(0px);
    width: 97%;
    height: 50px !important;
    display: inline-block;
  }
}
  #stage-3 {
    background: #eda2a5;
  }
/* 717px and smaller screen sizes */
@media (max-width: 717px) {
  /* Span Tag */
  .clients span {
    font-size: 28px !important;
    line-height: 1.2em;
  }

  /* Clients */
  .page .main-block .clients {
    padding-top: 55px;
    transform: translatex(0px) translatey(0px);
    display: block;
  }

  /* Clients slide */
  .clients-slick div .clients-slide {
    align-content: flex-start;
    flex: 1 1 0%;
    align-self: flex-start;
    justify-content: flex-start;
  }

  /* Image */
  .clients-slick div img {
    position: relative;
  }
}

/* 480px and smaller screen sizes */
@media (max-width: 480px) {
  /* Span Tag */
  .clients span {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 93% !important;
  }

  /* Heading */
  .accessories__list .accessories__item h4 {
    font-size: 7px !important;
  }

  /* List */
  .wheel-wrapper .wheel-full ul {
    transform: translatex(0px) translatey(0px);
    top: 8px;
    bottom: auto !important;
    left: 2px;
    height: 458px;
    width: 98%;
  }

  /* Image */
  .clients-slick div img {
    position: relative;
  }
}

/* 480px and smaller screen sizes */
@media (max-width: 480px) {
  /* List */
  .wheel-wrapper .wheel-full ul {
    width: 100%;
    height: 100%;
  }

  /* Image */
  .header__logo_1 a img {
    transform: translatex(-19px) translatey(3px);
  }

  /* Heading */
  .page .wheel-wrapper h2 {
    font-size: 28px;
  }
}

/* 373px and smaller screen sizes */
@media (max-width: 373px) {
  /* Image */
  .clients-slick div img {
    left: 55px;
  }

  /* Span Tag */
  .outer
    #primary
    #main
    .page
    .main-block
    .container
    .clients
    .bordered__head
    span {
    width: 100% !important;
  }

  /* List */
  .wheel-wrapper .wheel-full ul {
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.2em;
  }

  /* Heading */
  .accessories__list .accessories__item h4 {
    font-size: 6px !important;
  }
}

/* 360px and smaller screen sizes */
@media (max-width: 360px) {
  /* Span Tag */
  .clients span {
    line-height: 1em;
  }

  /* Heading */
  .accessories__list .accessories__item h4 {
    font-size: 5px !important;
  }

  /* Span Tag */
  .outer
    #primary
    #main
    .page
    .main-block
    .container
    .clients
    .bordered__head
    span {
    width: 69% !important;
  }
}

/* 320px and smaller screen sizes */
@media (max-width: 320px) {
  /* Span Tag */
  .clients span {
    transform: translatex(0px) translatey(0px);
    font-size: 26px !important;
  }

  /* Heading */
  .accessories__list .accessories__item h4 {
    font-size: 5px !important;
  }

  /* Image */
  .clients-slick div img {
    left: 30px;
  }
}
/* Стадии оплаты */

body {
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

h1 {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin: 0 0 50px 0;
}

.payment-header {
  color: #2575aa;
}

.panel-title {
  text-align: center;
  color: #fff;
  background: #fff;
}

.panel-body {
  padding: 60px 40px;
  background: #fff !important;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
}

.panel-group {
  background: #fff;
}

.panel-default {
  width: 100%;
  border: 1px solid #c9ccd4;
}

.button-step {
  margin: 5px;
  background: #ff2d33;
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: 500;
  border-radius: 10px;
}

.button-step-legal {
  margin: 15px 5px;
  background: #ff2d33;
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: 500;
  border-radius: 10px;
}

.inscription_accessories {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.button-back {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dontforget {
  background: #ff2d33;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 10px;
  font-weight: 500;
}

.prev {
  background: #2575aa;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  margin: 5px;
  border-radius: 10px;
}

.change-face {
  text-align: center;
}

.choice-pay-individual-payer {
  text-align: center;
}

.choice-city {
  text-align: center;
}

@media (max-width: 991px) {
  .delivery-couruer {
    margin-top: 28px;
  }
}

@media (max-width: 926px) {
  .delivery-couruer {
    margin-top: 78px;
  }
}

@media (max-width: 585px) {
  .payment-header {
    font-size: 22px;
  }
}

@media (max-width: 412px) {
  .payment-header {
    font-size: 20px;
  }
}

.littering-choice-city {
  margin-bottom: 20px;
  font-size: 16px;
}

.littering-electron-pay {
  margin-bottom: 20px;
}

.radio {
  font-size: 18px;
}

.pay-left {
    margin-left: -40px;
    margin-right: -40px;
}
/* 991px and smaller screen sizes */
@media (max-width:991px){

	/* Pay left */
	#electron .pay-left{
		margin-left:-30px;
		margin-right:-30px;
	}
	
}

/* 811px and smaller screen sizes */
@media (max-width:811px){

	/* Pay left */
	#electron .pay-left{
		margin-left:-25px;
		margin-right:-25px;
	}
	
}

/* 760px and smaller screen sizes */
@media (max-width:760px){

	/* Pay left */
	#electron .pay-left{
		margin-left:-20px;
		margin-right:-20px;
	}
	
}

/* 575px and smaller screen sizes */
@media (max-width:575px){

	/* Pay left */
	#electron .pay-left{
		margin-left:-15px;
		margin-right:-15px;
	}
	
}

/* 500px and smaller screen sizes */
@media (max-width:500px){

	/* Pay left */
	#electron .pay-left{
		margin-left:-10px;
		margin-right:-10px;
	}
	
}

/* 450px and smaller screen sizes */
@media (max-width:450px){

	/* Accordion Content */
	.panel .panel .panel .panel-collapse .panel-body{
		padding-left:15px !important;

	}

	/* Accordion Content */
	.page section .container .main-block-payment div .panel-group .panel .panel .panel .panel-collapse .panel-body{
		padding-right:15px !important;
	}
}
/* Конец стади оплаты */

