.red-section {
    position: relative;
    padding: 110px 0;
}
.s-red {
    position: relative;
    background: #00d157;
    color: #ffffff;
    overflow: hidden;
}
.red-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section .my_wrapper {
    max-width: 1015px;
}
.my_wrapper {
    position: relative;
    max-width: 1320px;
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.red-section .bg img {
    max-width: 432px;
    width: 100%;
    bottom: 0;
    left: 10%;
	position: absolute;
}
.red-section h4, .red-section .h4 {
    text-align: center;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 30px;
    line-height: 1.35;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.s-red ::selection {
    background: #ffffff;
    color: #a32829;
}
.tx>*:first-child {
    margin-top: 0 !important;
}
.l-l {
    width: calc(50% + 20px);
    float: left;
    margin-bottom: 0;
}
.s-red .inline-button {
    color: #ffffff;
    border-color: #ffffff;
}
p .inline-button {
    display: inline;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    border-color: #a32829;
}
.tx a, p .inline-button {
    color: #404040;
    border-bottom: 1px solid #404040;
    transition: all 0.1s;
}
.tx .big-phone, .tx .big-mail {
    display: inline;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.s-red .tx a {
    color: #ffffff;
    border-color: #ffffff;
	text-decoration: none;
}
.my_button_q {
    display: inline-block;
    background: none;
    border: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
/*photo G*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.container__img-holder {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 220px;
  display: block;
}


/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }

}
/*photo G*/
/*photo G2*/
#gallery {
  padding-top: 62px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  border-radius: 25px;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#overlay img{
	padding: 20px;
    max-width: 90%;
	max-height: 100%;
}
.fa-plus-circle{
	color: #fff;
    font-size: 32px !important;
}
/*photo G2*/

/*akcii*/
.actions {
    padding-top: 0 !important;
	padding-bottom: 0;
}
.wrapper_akcii {
    position: relative;
    max-width: 1320px;
    /*width: calc(100% - 48px);
    margin: 0 auto;*/
	width: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: 1;
}
.actions .block {
    margin-bottom: 95px;
	position: relative;
}
.actions .l-wide {
    width: 66%;
	margin-bottom: 0;
	float: right;
}
.actions .l-wide-2 {
    width: 66%;
	margin-bottom: 0;
	float: left;
}
.actions .l-l.l-narrow {
    left: 0;
}
.actions .l-narrow {
    position: absolute;
    height: 100%;
    width: calc(34% - 40px);
}
.actions .l-l, .actions .l-r {
    margin-bottom: 0;
}
.l-l {
    width: calc(50% - 20px);
    float: left;
    margin-bottom: 0;
}
.actions img {
    width: 100%;
    display: block;
}
.actions .action {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    width: 100%;
}
.action {
    padding: 25px 25px !important;
}
.actions .action h4 {
    font-size: 24px;
}
.action .more-link {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #a32829;
    letter-spacing: 0.1em;
    padding-right: 35px;
    padding-bottom: 1px;
    border-bottom: none !important;
}
.tx>*:last-child {
    margin-bottom: 0 !important;
}
.action .more-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #a32829;
    transform: scale(0.6);
    opacity: 0;
    transition: opacity 0.3s linear, transform 0s ease 0.6s;
}
.action .more-link {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #a32829;
    letter-spacing: 0.1em;
    padding-right: 35px;
    padding-bottom: 1px;
    border-bottom: none !important;
}
.action .more-link:after {
    content: "...";
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 32px;
}
.action .more-link {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #00d157;
    letter-spacing: 0.1em;
    padding-right: 35px;
    padding-bottom: 1px;
    border-bottom: none !important;
	text-decoration: none;
}
.action{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.l-clear {
    clear: both;
}
.l-narrow{
	border: 5px solid #00d157;
}
.actions .l-r.l-narrow {
    right: 0;
}
.l-r {
    width: calc(50% - 20px);
    float: right;
    margin-bottom: 0;
}
/*akcii*/
.wrapper_akciya{
	padding: 0 0 115px 0;
    position: relative;
    max-width: 800px;
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.text_akciya>*:first-child {
    /*margin-top: 0 !important;*/
}
.text_akciya>*:last-child {
    margin-bottom: 0 !important;
}
.text_akciya h1 {
    margin-bottom: 50px;
	margin-top: 50px;
	font-size: 46px;
	line-height: 1.2;
    font-weight: 700;
}
.text_akciya p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.text_akciya p a {
    border-bottom: 1px solid;
	text-decoration: none;
}
.text_akciya .button_akciya {
    margin-top: 30px;
}
.button_akciya {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 13px 21px 14px;
    line-height: 1.45;
    border-radius: 24px;
    color: #FFFF;
    background-color: #00d157;
    transition: all 0.3s ease;
    border: 2px solid transparent;
	list-style: none outside none;
    margin: 0;
	cursor: pointer;
}
.hot-offer {
    background-color: #f7f6f5;
    padding-top: 115px;
    padding-bottom: 115px;
}
.wrapper_offer {
    position: relative;
    max-width: 1320px;
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.hot-offer-title {
    text-align: center;
    font-size: 46px;
    font-family: 'Vollkorn', serif;
    font-weight: 600;
    line-height: 1.35;
    color: #121212;
    margin-bottom: 102px;
}
.hot-offer-title a {
    position: relative;
    color: #00d157;
    transition: all 0.3s;
	text-decoration: none;
}
.hot-offer .flex-container {
    align-items: flex-start;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    margin-left: -40px;
}
.flex-container.l-col-3 .item {
    width: calc(33.3% - 40px);
    margin-left: 40px;
    flex-shrink: 0;
}
.hot-offer .flex-container .item {
    margin-bottom: 0;
}
.hot-offer .flex-container .item img {
    width: 100%;
    max-height: 270px;
}
.item a{
	text-decoration: none;
}
.hot-news-title {
    line-height: 1.35;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #121212;
    font-size: 24px;
    margin-top: 37px;
}
section.topBlock {
    padding: 10px 0 101px;
}
.wrapper_news {
    position: relative;
    max-width: 1320px;
    /*width: calc(100% - 48px);*/
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.topBlock .container, .blockNews .container {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.topBlock .container, .blockNews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 55px;
    margin: 0;
}
section .container.l-col-3 > .item.news_block {
    width: calc(33.3% - 20px);
    /*gap: 35px;*/
    gap: 0px;
}

section .container.l-col-3 > .item.news_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}
.imge-news {
    width: 100%;
    margin-bottom: 0;
}
.catalog-item .img-link {
    z-index: 0;
}
.catalog-item a, .slider-item a {
    border-bottom: none !important;
    transition: color 0.2s;
}
.imge-news-link {
    line-height: 1;
	display: block;
}
.img-link {
    position: relative;
    width: 100%;
    height: 100%;
}
.imge-news img {
    width: 100%;
}
.news_block__content {
    min-height: 343px;
    padding-bottom: 38px;
	position: relative;
}
.tx.news_block__content-tx {
    top: -29px;
    max-width: 241px;
    padding: 0 40px 0 38px;
    margin-bottom: 10px;
}
.news .tx {
    min-height: 240px;
}
.tx.news_block__content-tx {
    top: 0;
    overflow: hidden;
    padding: 20px 24px 0;
    margin-bottom: 30px;
	text-align: left;
}
.catalog-item a, .slider-item a {
    border-bottom: none !important;
    transition: color 0.2s;
}
.news_block__content-tx-link {
    position: absolute;
    bottom: 30px;
    left: 24px;
    font: 14px "Montserrat", sans-serif;
    color: #0bd35e;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.tx>*:first-child {
    margin-top: 0 !important;
}
.news-item-date {
    display: none;
}
.news-item-date {
    font: normal 400 13px "IBM Plex Sans", sans-serif;
    color: #404040;
}
.tx .h5.news_block__content-tx-title {
    display: block;
    font: normal 500 26px/130% "Montserrat", sans-serif;
    margin-bottom: 34px;
}
.tx .h5.news_block__content-tx-title {
    display: block;
    font: normal 700 21px/32px "Montserrat", sans-serif;
    color: #404040;
    margin: 14px 0 22px;
}
.news {
    background: #f7f6f5;
}
.news_block__content-tx-text{
	height: 142px;
	overflow: hidden;
	position: relative;
}
.news_block__content-tx-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, transparent, #f7f6f5 50%);
}

.news_back-link {
    display: inline-block;
    font: 400 14px 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #00d157 !important;
    margin-top: 40px;
}
/*Отзывы*/
#reviews-slider {
    padding: 60px 0 40px;
}
.container {
    padding: 0 50px;
}
.container {
    position: relative;
	max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}
#reviews-slider .flex-row {
    align-items: center;
}
.flex-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.reviews-slider-title {
    width: calc(100% - 220px);
}
.section-title-2 {
    font-size: 35px;
    margin-bottom: 20px;
	text-align: left;
}
.section-title-2 {
    font-size: 35px;
	color: #00d157;
    line-height: 1.2;
    margin-bottom: 30px;
    width: 100%;
}
.section-title-2 b{
	color: #282828;
}
.section-title-small {
    font-size: 19px;
}
.section-title-small {
    font-size: 19px;
    line-height: 1.2;
    color: #282828;
    width: 100%;
	text-align: left;
}
.reviews-slider-btn {
    width: 200px;
}
.reviews-slider-wrapper {
    position: relative;
}
.reviews-slider {
    margin-top: 30px;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
	transition-duration: 0ms;
    transform: translate3d(-1210px, 0px, 0px);
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
	width: 282.5px;
    margin-right: 20px;
}
.review-item {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.review-item:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #efefef;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.review-item-google {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAFjElEQVRYhb2ZT2wUVRzHv+/N7G7d3ZpXWjQNRQ5NBIzxIh4wSigSFFN7MQEE9ED8U//ghYNe9GDVs6aSiDGcEKiICtFwUOEoaLkolRSiQaGAaDOzWbttd2feM7+ZN8t2Z7o70y18k18z23nv9z7zm/f3N0wphaSybZsDeAhAH4A1AO4FsAxATruaAjAB4AKAUQCnAPwshJBJ20oEaNt2D4BXAewwDGO5aZog45x7xhjzypFPKaVnjuN45rruZQCfAdgrhLgScj6PYgHatt0J4B3G2PNpXzAMI1SukVzXRblcJisrpT4F8LYQYrJBFVSftpFZlrXFsqx/SqWSklKqVkU+yBf5tCxra6O2yeaNoG3bJoBhzvlgLpdLHLE4EZ2amqJu8DGA3UIIJ1Qo6hXT70KhkAUwYppmfzabrfatxRa1VSqVqI9+A2CrEKLUFFBH7mgqlRoguNshgqxUKscBPF0fSR7R/kcLgqMoz2dNRG1Rm9R2yG1tBG3b3so5P5zP5+O/VsbgeZiYAM6fh5q0/LrUyTMZsCc2gbW1eb+bqVgsUp/cLoQ4VC0ajBbLsjppZFUqFW+kxTKllHPpknJefEG5nUsI4aal0srt6FDOxIRXrpk/kuM4NLonLctaGnCZNQ/1biaT6Yo9WhmD++sv4Nu3g58bg0qnIfv6gJ4e4MI4+JmfvIUlyQCjtjOZzJLZ2dkhAIPVCFqWdY9t2+WoJ4s0etpCQTmPbfCi5fb0qMrxY8qtVJRL94587v+/s1O5V6/GjqDS5YiFmIgtGCQvp9PpVKLp5PvvwH846fU/NTQE/tQAmGmCPLByJVQ8roiBWIiJqnC98O+k5SuWvEGhgBMnPBi1fDkwMOBdVweCTLwnmCPNspPYvF2JYRg9iVYK1wW7eNG/Xr0aPJcLFWlFxEJMxEaAG2hHkug1UKBK0/51+50Aj5pOW5Nm6iPPDyYF9F6k7hKqWIw1xyWVZlpDgCt50ggYBlRvr389dg4uQS6yNNNK+tudCJC2QDTaNz/uRZLTCjIy4kc1mAXM1nc+mqmb/rYvaLfyZD/kpk3epfHmG5DDw5DXrkJZFjD1X6h4UmmmdpqkZ2v3oFGTaKQppdzfxpTz8FpvUpZkHR3K7e1VculSf6Lu6ko8UdeK2CiCxfk2rQ1Fr3r1fVDHjsN94H5/gi4UfJuZblQzpnuPqUiA12QLEyubnAS/fsO7dvbsgTs6Cvf994JWQuXjSjNdI8DxVgDVBx+C3bgB1d0NtmsX+IoVwF13h8otEHCcAM/SsTCxaDczNgbj6y99h/39YKtW+UteC2txIM00SoCnEgPqTSo7cgTs+t9QuRzUc89iMU8umukUAf7kuu4VOmUlkbwyARw86NWQ69eDP/LoosERCzFRNoLrdMQBOlQn0ldHYQQbht2vzN3NtCjNcoDYgiVkrz7xN/fMGGSxCDa814/e2rVg69bPLRP4SfhWoKeXsk/oNeABUq6E0hEzMzOhClFSIyPgf/wO1dYGOTgIdke2Ch8AqlQKivpqwqgSg1Jqf5C/qZ7qdP5lPJ/PdzbcG9LoPX0G/M9LUHT6W7cOrL39ZtQI6vJfUD+ehspmwTdujHWqo6WN+l6xWKR8zcogb1N/7NzGOT/U9NhZf6++8Wb355E+du4QQhwMSszZxgghDksp901PN1mq5h4wQ7eb3o8QZReklJ/UwoUAtV6nNARVuF2qSX3srm8ylJupSR59YZrm5tuUPPoWwJZYyaNAtm2ndPrtpVucftun02/R62NU0rDWLMvadgsTmM9EtRkrgVkXzS4AQ4yxXYuUAt4P4C0hxL+hgnVaSBL9NTpUG4axLGESnbL+ByjFtuhJ9AjQ4DPEBjq26s8QBJ/XRehQQhD0GeIsgJML+gwB4H9SURyVPnUiQgAAAABJRU5ErkJggg==);
}
.review-item-type {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.review-item>* {
    position: relative;
}
.review-item-photo {
    width: 60px;
    margin-bottom: 0;
}
.review-item>* {
    position: relative;
}
.review-item>* {
    position: relative;
}
.review-item-excerpt {
    margin-bottom: 10px;
	margin-top: 55px;
}
.review-item-excerpt, .review-item-text {
    width: 100%;
    color: #727272;
    font-size: 12px;
}
.review-item>* {
    position: relative;
}
.review-item-excerpt, .review-item-text {
    width: 100%;
    color: #727272;
    font-size: 12px;
}
.review-item-excerpt:after {
    /*content: "...";*/
}
.review-item-excerpt, .review-item-text {
    width: 100%;
    color: #727272;
    font-size: 12px;
	text-align: left;
}
.review-item-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.review-item-fio {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.review-item-date {
    font-size: 12px;
    color: #727272;
}
.review-item-excerpt:before {
    content: '"';
}
.review-item-top{
	padding-left: 20px;
    text-align: left;
}
.review-item .review-item-read-more {
    color: #ef9e40;
    border-bottom: 1px solid #ef9e40;
    position: relative;
	cursor: pointer;
    padding: 5px 5px 0px 5px;
	position: absolute;
    bottom: 21px;
}
.review-item a, .review-item a:hover, .review-item a:focus {
    text-decoration: none;
    transition: all .35s ease-in-out;
}
.review-item a.review-item-read-more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAkUlEQVQYlXXKLYpCARiF4UfdyASjWGyWSYMIFjWZprgBkzuxDygWEZky2k02V6BtwJ8kGFRQPrhXRLhvOeE8ueOgOsQME9l10MzjgBE+M+gXfrAN3MMUvyi/wUryjdEPfMc3VpjjI4FF/GGJbrjA0QUt/GOBUrIbtHENlOLohDoKWOOGBs4peMXRDrUEx+6fDx56Fx+L7ESOBQAAAABJRU5ErkJggg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -3px;
}
#owl_feedback .item .review-item{
	height: 400px;
}
.my_block_feedback{
	display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 125px;
	position: absolute;
    top: 10px;
}
.review-item-text {
    padding: 25px 10px 10px;
    overflow: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.review-item-excerpt, .review-item-text {
    width: 100%;
    color: #727272;
    font-size: 12px;
}
a.review-item-text-close {
    color: #ef9e40;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 5px;
    right: 10px;
	cursor: pointer;
    padding: 0 8px 10px 10px;
}
.my_show_r{
	display: block;
}
/*Отзывы*/
/*Видео-Отзывы*/
.home-banner {
    padding-top: 0;
}
.section_vid {
    padding-top: 100px;
    padding-bottom: 30px;
}
.wrapper_vid {
    position: relative;
    max-width: 1320px;
    /*width: calc(100% - 48px);*/
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.home-banner .l-l {
    width: calc(40% - 27px);
}
.home-banner .l-l {
    background: #f7f6f5;
} 
.block_vid .l-l {
    margin-bottom: 0;
}
.l-l {
    width: calc(50% - 20px);
    float: left;
    margin-bottom: 0;
}
.slider_vid {
    display: block;
    position: relative;
    z-index: 5;
}
.slider_vid .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transform: translateZ(0px);
    z-index: 0;
}
.text-slider .slide.to-center {
    opacity: 1;
	z-index: 3;
    transition-duration: 600ms;
    transform: translateX(0px) translateZ(0px);
}
.text-slider .slide {
    opacity: 0;
    transition: all 0.3s;
}
.slider_vid .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition-property: transform;
    overflow: hidden;
    backface-visibility: hidden;
}
.home-banner .l-l .slide>.tx {
    top: 0;
    height: auto;
    position: relative;
	transition-duration: 600ms;
    transform: translateX(0px) translateZ(0px);
}
.slider_vid .img.tx {
    top: auto;
    bottom: 0;
}
.slider_vid .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
.tx>*:last-child {
    margin-bottom: 0 !important;
}
.tx>*:first-child {
    margin-top: 0 !important;
}
.home-banner .slide-wrap {
    padding: 17% 14% 0;
}
.tx>*:last-child {
    margin-bottom: 0 !important;
}
.tx>*:first-child {
    margin-top: 0 !important;
}
.home-banner .l-r {
    width: calc(62.6% - 20px);
}
.block_vid .l-r {
    margin-bottom: 0;
}
.home-banner .l-r .slider_vid {
    padding-top: 68.2%;
}
.slider-wrapper .slider_vid {
    position: relative;
    z-index: 0;
}
.slider_vid {
    display: block;
    position: relative;
    z-index: 5;
}
.home-banner .slider-controls.s-b {
    bottom: 0;
}
.home-banner .slider-controls.s-sh-r {
    right: 0;
}
.slider_vid .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transform: translateZ(0px);
    z-index: 0;
}
.slider_vid .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition-property: transform;
    overflow: hidden;
    backface-visibility: hidden;
	z-index: 3;
    transition-duration: 600ms;
    transform: translateX(0px) translateZ(0px);
}
.slider-wrapper .slide {
    background: #ebebe5;
}
.home-banner .slider-controls.s-b {
    bottom: 0;
}
.home-banner .slider-controls.s-sh-r {
    right: 0;
}
.slider-wrapper .slider-controls {
    width: 150px;
    height: 75px;
}
.slider-wrapper .slider-controls {
    position: absolute;
    width: 100px;
    height: 50px;
    background: #ffffff;
    z-index: 1;
    transform: translateZ(0px);
}
.slider-controls .next {
    right: 0;
}
.slider-controls .prev, .slider-controls .next {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.slider-controls button {
    position: relative;
    background: #ffffff;
    transition: background 0.45s;
    z-index: 5;
}
.button_vip {
    display: inline-block;
    background: none;
    border: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.slider+.slider-controls .prev {
    cursor: default;
    pointer-events: none;
}
.slider-controls .prev {
    left: 0;
}
.slider-controls .prev, .slider-controls .next {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.slider-controls .button_vip {
    position: relative;
    background: #ffffff;
    transition: background 0.45s;
    z-index: 5;
}
.slider-controls .button_vip.next .b {
    transform-origin: 100% 50%;
    right: 2px;
}
.slider.initialized+.slider-controls .prev:not(.disabled) .b1, .slider-controls .button_vip .b1 {
    transform: rotate(-45deg);
}
.slider-controls .button_vip .b {
    width: 15px;
}
.slider-controls .button_vip .b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #121212;
    z-index: 2;
    transition: all 0.3s;
}
.b {
    fill: #a32728;
}
.l-clear {
    clear: both;
}
.home-banner .title {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 15px;
}
.home-banner .title {
    font-size: 30px;
    font-weight: 500;
    color: #00d157;
    text-decoration: none;
    line-height: 34px;
    padding-bottom: 20px;
}
.home-banner .tx p:last-child {
    margin-bottom: 18px;
}
.home-banner .tx p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.4;
}
.home-banner .tx p, .home-banner .tx ul {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.38px;
    line-height: 24px;
    margin-bottom: 29px;
    color: #404040;
}
.text p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-banner .more-link {
    font-size: 14px;
}
.home-banner .more-link {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #a32829;
    letter-spacing: 0.1em;
    padding-right: 35px;
    padding-bottom: 1px;
    border-bottom: none !important;
}
.text>*:last-child {
    margin-bottom: 0 !important;
}
.home-banner .more-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #a32829;
    transform: scale(0.6);
    opacity: 0;
    transition: opacity 0.3s linear, transform 0s ease 0.6s;
}
.home-banner .more-link {
    font-size: 14px;
}
.home-banner .more-link {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #00d157;
    letter-spacing: 0.1em;
    padding-right: 35px;
    padding-bottom: 1px;
    border-bottom: none !important;
}
.home-banner .more-link:after {
    content: "...";
    position: absolute;
    top: -9px;
    right: 0;
    font-size: 32px;
}
iframe{
	height: 414px;
	width: 710px;
}
.footer-rating iframe {
  width: 150px;
  height: 50px;
}
/*Видео-Отзывы*/
/*Отдельная страница с отзывами*/
.page-content {
    transform: translateY(0px);
    transition: opacity 0.6s ease, transform 0.6s ease-out;
}
section.block-description_page {
    min-height: 140px;
    max-width: 936px;
    margin: 0 auto;
    padding: 0;
    padding-left: 0;
    color: #000000;
    text-align: center;
}
section.block-otzyvy {
    max-width: 1302px;
    padding-top: 16px;
    padding-bottom: 50px;
    z-index: 0;
}
.wrapper_otz {
    position: relative;
    max-width: 1320px;
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.form-otzyv-section {
    max-width: 1026px;
    margin: 0 auto;
    padding: 70px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.block-description_page .wrapper_otz {
    width: 100%;
}
.nav_otzyvy {
    padding: 29px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
}
.nav_otzyvy-item.active {
    color: #00d157;
}
a.active {
    /*cursor: default;*/
}
.nav_otzyvy-item {
    font: 12px/15px 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 5px;
}
.nav_otzyvy-item_name {
    min-width: 180px;
    text-align: start;
    position: relative;
}
.nav_otzyvy-item span:not(.arrow), .nav_otzyvy-item_name {
    border-bottom: 1px dashed #00d157;
}
.nav_otzyvy-item {
    font: 12px/15px 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 5px;
	text-decoration: none;
}
.nav_otzyvy-item label {
    cursor: pointer;
    caret-color: transparent;
    font: 12px/15px 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    display: block;
    width: 180px;
}
.nav_otzyvy-item_name .hide {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.arrow {
    position: absolute;
    top: 6px;
    right: 13px;
    display: inline-block;
}
#result {
    height: 214px;
    max-height: 214px;
    overflow: auto;
    display: none;
    position: absolute;
    width: 180px;
    z-index: 10;
    background: #FFFF;
    -webkit-box-shadow: 0px 2px 6px rgb(193 193 193 / 25%);
    box-shadow: 0px 2px 6px rgb(193 193 193 / 25%);
}
#result li {
    list-style: none outside none;
}
.block-otzyvy .container_otz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container_otz {
    margin-left: -40px;
}
.otzyvy>.otzyvy-item:nth-child(2n+1) {
    clear: both;
}
.container_otz.l-col-2>.item {
    float: left;
    width: calc(50% - 40px);
    margin-left: 40px;
	min-height: 380px;
}
.otzyvy>.item {
    margin-bottom: 40px;
    padding: 30px;
}
.otzyvy-item {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 638px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}
.otzyvy-item .tx {
    top: 0;
    color: #000000;
}
.text-item .otzyvy-item-info.nfo {
    margin-bottom: 30px;
	min-height: 55px;
}
.otzyvy-item-info.nfo {
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: 600;
}
.text-item .nfo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #121212;
}
.tx>*:first-child {
    margin-top: 0 !important;
}
.text-item .nfo span:first-child {
    padding-right: 0;
    margin-right: 0;
}
.text-item .nfo span:first-child {
    position: relative;
    padding-right: 20px;
    margin-right: 18px;
}
.nfo span {
    display: inline-block;
    position: relative;
    margin-right: 32px;
}
.otzyvy-item-info-date {
    float: left;
    min-height: 24px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}
.redbanner-show .banner-top-padding {
    padding-top: 250px;
}
section.home {
    padding-bottom: 0px;
}
.home>.wrapper_otz {
    max-width: unset;
    text-align: center;
}
.home>.wrapper_otz {
    max-width: 1000px;
    padding: 0;
}
.wrapper_otz {
    position: relative;
    max-width: 1320px;
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.home h1 {
    font-size: 50px;
    letter-spacing: 0.1px;
    margin-bottom: 32px;
	line-height: 1.125;
	font-weight: 700;
    color: #121212;
}
.container_otz.otzyvy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
}
.otzyvy-item-info.nfo>span:last-child {
    overflow: hidden;
    display: block;
    padding: 0 10px 0 0;
}
.nfo *:last-child {
    margin-right: 0;
}
.nfo span {
    display: inline-block;
    position: relative;
    margin-right: 32px;
}
.otzyvy-item-text{
	padding: 0 0 10px 0;
}
.otzyvy-item-bottom-block{
	padding-top: 30px;
}
.flex_otz{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.otzyvy-item-bottom-block{
	position: absolute;
    bottom: 40px;
    left: 30px;
}
/*Отдельная страница с отзывами*/
/*Отдельная страница с отзывами 2*/
.form-otzyv-section {
    max-width: 1026px;
    margin: 0 auto;
    padding: 70px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-otzyv-title {
    text-align: center;
    margin-bottom: 80px;
}
blockquote, h3, .h3 {
    font-size: 46px;
}
blockquote, h3, .h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    color: #121212;
}
.form-wrapper {
    position: relative;
    z-index: 2;
}
.form-wrapper .response {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-20px);
}
.form-wrapper .response .response-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
h5, .h5 {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    color: #121212;
}
.form-wrapper form {
    position: relative;
    transition: all 0.3s ease 0.2s;
    z-index: 2;
}
.container-form-otzyv.container {
    margin-left: 0;
	display: block;
}
.form-wrapper .ln.last-item {
    margin-bottom: 36px;
}
.form-wrapper .input-wrapper {
    max-width: 100%;
}
.form-wrapper .input-wrapper, .form-wrapper .checkbox-wrapper {
    position: relative;
    display: block;
    border-bottom: 2px solid #00d157;
    max-width: 450px;
    cursor: text;
    text-align: left;
}
.form-wrapper .input-wrapper .placeholder {
    left: 0;
    top: 7px;
    position: absolute;
    transition: all 0.3s;
    transform: translateZ(0px);
}
.form-wrapper select, .form-wrapper input.text {
    line-height: 40px;
    height: 44px;
    background: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #121212;
    width: 100%;
    outline: none !important;
}
:required {
    border: initial;
    box-shadow: none;
}
.btn-wrapper.btn-form-otzyv-wrapper {
    margin: 0 auto;
    max-width: 243px;
}
.btn-form-otzyv {
    width: 100%;
}
.button_otz_1 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 13px 21px 14px;
    line-height: 1.45;
    border-radius: 24px;
    color: #FFFF;
    background-color: #00d157;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.ln.form-otzyv-agreement {
    max-width: 549px;
    text-align: center;
    margin: 0 auto;
    margin-top: 46px;
    font-size: 14px;
}
.ln.form-otzyv-agreement a {
    border-bottom: 1px solid #00d157;
}
/*Отдельная страница с отзывами 2*/
/*FOOTER*/
.footer-bottom {
    margin-top: 78px;
    margin-bottom: 100px;
}
.wrapper_footer {
    position: relative;
    max-width: 1320px;
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}
.container:not(.uncut) {
    margin-bottom: -55px;
}
footer .container {
    width: calc(111% - 0px);
}
footer .container {
    width: calc(111% - 0px);
}
.container {
    /*margin-left: -40px;*/
}
.container {
    display: block;
}
.footer-bottom .container.l-col-4>.item {
    width: calc(24.55% - 40px);
}
.container.l-col-4>.item {
    float: left;
    width: calc(25% - 40px);
    margin-left: 40px;
}
footer .container>.item {
    margin-bottom: 0px;
    margin-top: -2px;
}
footer .inner {
    margin: 40px 0;
}
.tx>*:last-child {
    margin-bottom: 0 !important;
}
.tx>*:first-child {
    margin-top: 0 !important;
}
.tx a, p .inline-button {
    color: #404040;
    border-bottom: 1px solid #404040;
    transition: all 0.1s;
}
.footer-bottom .footer-bottom-title {
    margin-bottom: 12px;
    margin-top: 0;
}
.footer-bottom-address {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.footer-bottom .container.l-col-4>.item {
    width: calc(24.55% - 40px);
}
.container.l-col-4>.item {
    float: left;
    width: calc(25% - 40px);
    margin-left: 40px;
}
footer .container>.item {
    margin-bottom: 0px;
    margin-top: -2px;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.action_home .more-link:after {
    content: "...";
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 32px;
}
.action_home .more-link {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #00d157;
    letter-spacing: 0.1em;
    padding-right: 35px;
    padding-bottom: 1px;
    border-bottom: none !important;
	text-decoration: none;
}
.action_home{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*FOOTER*/
sup {
  vertical-align: super;
  font-size: smaller;
}
.popular .link-more {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    width: 200px;
    height: 36px;
    text-transform: uppercase;
    font: 500 12px/12px "IBM Plex Sans", sans-serif;
    letter-spacing: 0.08em;
    color: #121212;
    margin-top: 21px;
    transition: .3s ease;
	text-decoration: none;
    outline-offset: inherit;
}

/* To Top Button */
.backToTop {
  background-color: #fff;
  border: 2px solid #00d157;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 15px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: all .3s;
  z-index: 2;
}

.backToTop img {
  vertical-align: top;
}

.backToTop:hover {
  bottom: 35px; 
}