

/* Start:/blog/css/index.css?176518810471834*/
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style/base/style.sass ***!
  \**********************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style/base/style.sass (1) ***!
  \**************************************************************************************************************************************************************************************************************************/
.container {

  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .container{
    background: white!important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}


html.modal-open{
  overflow-y: hidden;

}

.main-content.blog__main{
  z-index: unset;

}

body.modal-open {
  position: relative;
}
body.modal-open::before {
  z-index: 4;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #272727;
  opacity: 0.6;
  top: 0;
  bottom: 0;
}
.blogDetail{
  padding-bottom: 50px;

}
.main-content.card-open{
  z-index:unset!important;
}

/*
.text, .text p, .text *{
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #272727;
  margin: 0;
}
@media (min-width: 1280px) {
  .text, .text p, .text * {
    font-size: 16px;
    line-height:21px;
  }
}
*/
.button {
  background-color: white;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 130%;
  color: #272727;
  border: 1px solid #B5C350;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.button:hover, .button.active {
  background-color: #B5C350;
  color: white;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
@media (min-width: 1280px) {
  .breadcrumbs {
/*
    margin: 33px 0 20px 0;
*/
  }
}
.breadcrumbs .breadcrumbs__item {
  padding: 8px 19px;
  background: #EDEDED;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  position: relative;
}
.breadcrumbs .breadcrumbs__item::after {
  right: 0px;
  z-index: 2;
  top: 0px;
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  background: #EDEDED;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.breadcrumbs .breadcrumbs__item:not(:first-child) {
  margin-left: -10px;
}
.breadcrumbs .breadcrumbs__item:not(:first-child) .breadcrumbs__link {
  padding-left: 27px;
  z-index: 3;
}
.breadcrumbs .breadcrumbs__item:not(:first-child)::before {
  left: -1px;
  top: 0px;
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  background: white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link {
  display: block;
  font-weight: 300;
  position: relative;
  z-index: 3;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .breadcrumbs .breadcrumbs__item .breadcrumbs__link {
    font-size: 14px;
  }
}

.slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.slider-navigation .slider-navigation__button_prev, .slider-navigation .slider-navigation__button_next {
  background: none;
  border: none;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}
.slider-navigation .slider-navigation__button_next {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .slider-navigation .slider-navigation__button_next {
    margin-right: -20px;
  }
}

@media (min-width: 1280px) {
  .slider-navigation .slider-navigation__button_next {
    margin-right: -6px;
  }
}


.slider-navigation .slider-navigation__button_next {
  margin-left: auto;
}
.slider-navigation .slider-navigation__button_prev img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1280px) {
  .blog__wrapper {
/*    border: 1px solid #eee;*/
  }
}

.blog__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #000;
  margin: 20px 0 16px 0;
}
@media (min-width: 1280px) {
  .blog__title {
    font-size: 32px;
    line-height: 120%;
    margin: 20px 0 29px 0;
  }
}

.blog__filter-wrapper{
	padding-right: 40px;
	
}


.blog_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
/*
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
*/
}
.blog_filter.all_viewed{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


.blog_filter .filter__item {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #000000;
  display: block;
  padding: 6px 10px;
  border: 1px solid #B5C350;
  text-decoration: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 10px!important;
  margin-bottom: 10px!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  Width:fit-content!important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .blog_filter .filter__item {
    font-size: 16px;
    line-height: 130%;
  }
}
.blog_filter .filter__item.active, .blog_filter .filter__item:hover {
  background-color: #B5C350;
  color: #FFFFFF;
}
/*
.blog_filter .filter__more {
  line-height: normal;
  padding: 8px 10px;
}
.blog_filter .filter__more span {
  margin-top: -7px;
}
*/
.blog_filter .filter__item_hide {
/*
  position: absolute;
  visibility: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
*/
  position: absolute;
  width: max-content;
  visibility: hidden;

}

.blog__articles {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (min-width: 1280px) {
  .blog__articles {
    margin-top: 25px;
    padding-bottom: 50px;
  }
}

.articles__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 414px;
}
@media (min-width: 768px) {
  .articles__wrapper {
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .articles__wrapper{
    justify-content: unset;
  }
}


.articles-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .articles-card {
    max-width: unset;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .articles-card {
    margin-bottom: 70px;
    width: 383px;
  }
  .articles-card:not(:nth-child(3n)){
    margin-right: 33px;
  }
}

.articles-card .articles-card__img {
  width: 100%;
  margin-bottom: 20px;
  height: 193px;

}
@media (min-width: 768px) {
  .articles-card .articles-card__img {
    margin-bottom: 30px;
    height: 236px;
  }
}
@media (min-width: 1280px) {
  .articles-card .articles-card__img {
    margin-bottom: 30px;
    height: 255px;
  }
}
.articles-card .articles-card__img img {
  max-width: 100%;
  height: 193px;
}
@media (min-width: 768px) {
  .articles-card .articles-card__img img {
    max-width: 100%;
    height: 236px;
  }
}

@media (min-width: 1280px) {
  .articles-card .articles-card__img img {
    max-width: 100%;
    height: 255px;
  }
}

@media (max-width: 767px) {
	.articles-card .articles-card__img img{
		height: auto;
		width: 100%;
	}
	.articles-card .articles-card__img{
		height: auto;
	}
}


.articles-card .articles-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articles-card .articles-card__body a{
  text-decoration: none;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.articles-card .articles-card__body .articles-card__theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-item {
  margin: 0;
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  padding: 7px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #B5C350;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 10px;
}
@media (min-width: 1280px) {
  .articles-card .articles-card__body .articles-card__theme .articles-card__theme-item {
    font-size: 14px;
  }
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide {
  position: relative;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide::after {
  content: "";
  position: absolute;
  left: -11px;
  bottom: -26px;
  border: 26px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  border-top: 22px solid white;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  left: 7px;
  bottom: -25px;
  -webkit-box-shadow: 0px 3px 16px black;
     -moz-box-shadow: 0px 3px 16px black;
          box-shadow: 0px 3px 16px black;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0s, opacity 0.6s ease;
  -o-transition: visibility 0s linear 0s, opacity 0.6s ease;
  -moz-transition: visibility 0s linear 0s, opacity 0.6s ease;
  transition: visibility 0s linear 0s, opacity 0.6s ease;
  z-index: -1;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide .articles-card__theme-item_more {
  font-weight: 500;
/*  padding: 5px 10px 9px 10px;*/
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide .articles-card__theme-hide-inner {
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  opacity: 0;
  top: 57px;
  position: absolute;
  right: 30px;
  transform: translate(50%, 0px);
  z-index: 2;
  background: white;
  padding: 20px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide .articles-card__theme-hide-inner .articles-card__theme-item {
  margin-bottom: 10px;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide:hover::after {
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0s ease;
  -o-transition: visibility 0s linear 0s, opacity 0s ease;
  -moz-transition: visibility 0s linear 0s, opacity 0s ease;
  transition: visibility 0s linear 0s, opacity 0s ease;
  visibility: visible;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide:hover::before {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide:hover .articles-card__theme-hide-inner {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}
.articles-card .articles-card__body .articles-card__time {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 10px;
}
.articles-card .articles-card__body .articles-card__name {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.articles-card .articles-card__body .articles-card__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner:first-child {
  margin-bottom: 12px;
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text {
  margin: 0;
  margin-right: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  padding-left: 22px;
  position: relative;
}
@media (min-width: 1280px) {
  .articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text {
    font-size: 14px;
  }
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text.comment::before {
  position: absolute;
  left: 0;
  content: url("/blog/css/../images/icons/icon-comment.svg");
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text.like::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: url("/blog/css/../images/icons/icon-like.svg");
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text.views::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: url("/blog/css/../images/icons/icon-views.svg");
}

.articles__pagination {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .articles__pagination {
    margin-top: 30px;
  }
}
.articles__pagination .articles-pagination__item_more {
  font-weight: 500;
}
.articles__pagination .articles-pagination__item {
  display: block;
  padding: 15px 19px;
  text-decoration: none;
  color: black;
  border: 1px solid #B5C350;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .articles__pagination .articles-pagination__item {
    font-size: 16px;
  }
}
.articles__pagination .articles-pagination__item.active, .articles__pagination .articles-pagination__item:hover {
  background-color: #B5C350;
  color: white;
}
.articles__pagination .articles-pagination__item:not(:last-child) {
  margin-right: 10px;
}

.dot__card-link {
  text-decoration: none;
}

.article__main {
  padding-bottom: 100px;
}

@media (min-width: 1280px) {
  .article__wrapper {
    max-width: 64.7540984%;
  }
}

.article__theme {
  margin-top: 40px;
}

.article__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #272727;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .article__title {
    font-size: 42px;
    margin-bottom: 25px;
  }
}

.article__sub-text, .article__sub-text div, .article__sub-text p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  opacity: 0.8;
  margin-bottom: 15px;
}

@media (min-width: 1280px) {
   .article__sub-text, .article__sub-text div, .article__sub-text p  {
    font-size: 18px;
  }
}

.article__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article__info .article__info-item {
  position: relative;
  padding-left: 22px;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  opacity: 0.5;
  margin-right: 35px;
  margin-top: 11px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .article__info .article__info-item {
    font-size: 14px;
  }
}
.article__info .article__info-item.date::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: url("/blog/css/../images/icons/time-gray.svg");
}
.article__info .article__info-item.views::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: url("/blog/css/../images/icons/views-gray.svg");
}
.article__info .article__info-item.author::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: url("/blog/css/../images/icons/person-gray.svg");
}

.article__img {
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .article__img {
    margin-top: 50px;
  }
}
.article__img img {
  width: 100%;
}


.dots {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .dots {
    margin-bottom: 45px;
  }
  .dots:hover .dot {
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
}
.dots img {
  display: block;
}
.dots .dot {
  position: absolute;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .dots .dot {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  }
}
.dots .dot::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: white;
}
@media (min-width: 768px) {
  .dots .dot::before {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1280px) {
  .dots .dot::before {
    width: 18px;
    height: 18px;
  }
}
.dots .dot::after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #B5C350;
}
@media (min-width: 768px) {
  .dots .dot::after {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1280px) {
  .dots .dot::after {
    width: 14px;
    height: 14px;
  }
}
.dots .dot .dot__card {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 769px) {
  .dots .dot .dot__card {

    -webkit-transition: visibility 0s linear 0s, opacity 0.2s linear;
    -o-transition: visibility 0s linear 0s, opacity 0.2s linear;
    -moz-transition: visibility 0s linear 0s, opacity 0.2s linear;
    transition: visibility 0s linear 0s, opacity 0.2s linear;

  }
}

.dots .dot .dot__card.left {
  right: 10px;
}
.dots .dot .dot__card.bottom {
  top: -10px;
}
.dots .dot .dot__card.right {
  left: 20px;
}
.dots .dot .dot__card.top {
  bottom: -20px;
}
.dots .dot .dot__card.active {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  position: fixed;
  bottom: unset;
  right: unset;
  top: 25%;
  left: -webkit-calc(50% - 115px);
  left: -moz-calc(50% - 115px);
  left: calc(50% - 115px);
  z-index: 5;
}
@media (min-width: 768px) {
  .dots .dot:hover .dot__card {
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
}

.product-card, .dot__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  width: 220px;
  -webkit-box-shadow: 0px 48px 94px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 48px 94px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 48px 94px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .product-card, .dot__card {
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  }
}
.product-card.swiper-slide, .dot__card.swiper-slide {
  height: auto;
}
.product-card .product-card__close-button, .dot__card .product-card__close-button {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #B5C350;
  z-index: 2;
}
@media (min-width: 1280px) {
  .product-card .product-card__close-button, .dot__card .product-card__close-button {
    visibility: hidden;
    pointer-events: none;
  }
}
.product-card .product-card__close-button::after, .product-card .product-card__close-button::before, .dot__card .product-card__close-button::after, .dot__card .product-card__close-button::before {
  content: "";
  position: absolute;
  width: 20px;
  top: 17px;
  left: 8px;
  height: 1px;
  background-color: white;
}
.product-card .product-card__close-button::after, .dot__card .product-card__close-button::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-card .product-card__close-button::before, .dot__card .product-card__close-button::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.product-card .product-card__image img, .dot__card .product-card__image img {
  width: 100%;
  display: block;
  height: 165px;
}

.product-slider__item .product-card__image{
  position: relative;
  padding-top: 66.6666667%;
}

.product-slider__item .product-card__image a{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.product-slider__item.product-card .product-card__image img{
  width: 100%;
  height: 100%;
}


.product-card .product-card__body, .dot__card .product-card__body {
  padding: 15px 10px 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-card .product-card__body .product-card__name, .dot__card .product-card__body .product-card__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  margin: 0 0 10px 0;
}
.product-card .product-card__body .product-card__bottom, .dot__card .product-card__body .product-card__bottom {
  margin-top: auto;
  border-top: 1px solid rgba(181, 195, 80, 0.5);
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card .product-card__body .product-card__bottom .product-card__price, .dot__card .product-card__body .product-card__bottom .product-card__price {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #272727;
}
.product-card .product-card__body .product-card__bottom .product-card__price.new, .dot__card .product-card__body .product-card__bottom .product-card__price.new {
  color: #CB6966;
  margin-left: 20px;
}
.product-card .product-card__body .product-card__bottom .product-card__price.old, .dot__card .product-card__body .product-card__bottom .product-card__price.old {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-card .product-card__body .product-card__bottom .product-card__price.old::after, .dot__card .product-card__body .product-card__bottom .product-card__price.old::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 1px;
  background-color: #272727;
  opacity: 0.3;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(165deg);
     -moz-transform: rotate(165deg);
      -ms-transform: rotate(165deg);
       -o-transform: rotate(165deg);
          transform: rotate(165deg);
}

.article__product-slider {
  position: relative;
  margin-top: 60px;
}
.article__product-slider .product-slider__item {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 512px) {
  .article__product-slider .product-slider__item.faded {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {
  .article__product-slider .product-slider__item.faded {
    opacity: 1;
  }
}
.article__product-slider .product-slider__navigation {
  z-index: 2;
  position: absolute;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}
.article__product-slider .product-slider__navigation .product-slider__button_next, .article__product-slider .product-slider__navigation .product-slider__button_prev {
  display: none;
  padding: 0;
}
.article__product-slider .product-slider__navigation .product-slider__button_next.active, .article__product-slider .product-slider__navigation .product-slider__button_prev.active {
  display: block;
}

.article__room-slider_outer {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .article__room-slider_outer {
    margin-bottom: 50px;
    margin-right: -30px;
    position: relative;
  }
}

.article__room-slider {
  position: relative;
  overflow-x: hidden;
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .article__room-slider {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__item:hover.swiper-slide-active .room-slider__more-button {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.room-slider__item{
  opacity: 1;
  transition: opacity .4s ease;
}
.room-slider__item_next{
  opacity: 0.5;
}
.article__room-slider .room-slider__item .room-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.article__room-slider .room-slider__item .room-slider__img {
  height: 100%;
}

@media (min-width: 1280px) {
  .article__room-slider .room-slider__navigation {
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article__room-slider .room-slider__navigation .room-slider__button_prev {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: -webkit-calc(50% - 55px);
  top: -moz-calc(50% - 55px);
  top: calc(50% - 55px);
  left: 0;
  display: none;
}
.article__room-slider .room-slider__navigation .room-slider__button_prev.active {
  display: block;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__navigation .room-slider__button_prev {
    display: block;
    width: 9px;
    margin-right: 16px;
    position: relative;
    -webkit-transform: scale(-1, 1);
       -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
         -o-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 17px;
    padding: 0;
    opacity: 0.2;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_prev.active {
    opacity: 1;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_prev::after {
    content: url("/blog/css/../images/icons/icon-slider-button.svg");
    position: absolute;
    top: -11px;
    left: -3px;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_prev img {
    display: none;
  }
}
.article__room-slider .room-slider__navigation .room-slider__button_next {
  z-index: 2;
  position: absolute;
  top: -webkit-calc(50% - 55px);
  top: -moz-calc(50% - 55px);
  top: calc(50% - 55px);
  right: 0;
  cursor: pointer;
  display: none;

}
.room-slider__button_next{
  margin-right: unset;
}
.article__room-slider .room-slider__navigation .room-slider__button_next.active {
  display: block;
  margin-right: unset;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__navigation .room-slider__button_next {
    position: relative;
    margin-left: 14px;
    width: 17px;
    padding: 0;
    opacity: 0.2;
    display: block;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_next.active {
    opacity: 1;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_next::after {
    content: url("/blog/css/../images/icons/icon-slider-button.svg");
    position: absolute;
    top: -10px;
    left: 0;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_next img {
    display: none;
  }
}
.article__room-slider .room-slider__pagination {
  color: #edeaec;
  margin-top: 5px;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__pagination {
    margin-top: 0;
  }
}
.article__room-slider .room-slider__pagination .swiper-pagination-current {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__pagination .swiper-pagination-current {
    font-size: 24px;
    font-weight: 500;
  }
}
.article__room-slider .room-slider__pagination .swiper-pagination-total {
  color: #272727;
  font-size: 14px;
  opacity: 0.3;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__pagination .swiper-pagination-total {
    font-size: 16px;
  }
}
.article__room-slider .room-slider__more-button {
  padding: 10px 23px;
  display: block;
}
.article__room-slider .room-slider__more-button.mobile {
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__more-button.mobile {
    display: none;
  }
}
.article__room-slider .room-slider__more-button.desktop {
  display: none;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__more-button.desktop {
    position: absolute;
    left: 25px;
    bottom: 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  }
}

.room-slider__offer {
  overflow-x: auto;
  margin-left: -8px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease-in, height 0.3s linear 0s;
  -o-transition: opacity 0.3s ease-in, height 0.3s linear 0s;
  -moz-transition: opacity 0.3s ease-in,  height 0.3s linear 0s;
  transition: opacity 0.3s ease-in,  height 0.3s linear 0s;
}
.room-slider__offer.active {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  height: auto;
}
@media (min-width: 768px) {
  .room-slider__offer {
    margin-left: unset;
    overflow-x: unset;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.room-slider__offer .room-slider__offer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 14px 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper {
    width: max-content;
    margin: 14px auto;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper {
    width: 790px;
    margin: 0;
  }
  .room-slider__offer.active .room-slider__offer-wrapper .room-slider__offer-button{
    visibility: visible;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-button {
  height: 0;
  visibility: hidden;
}




@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-button {
    visibility: hidden;
    height: auto;
    display: block;
    padding: 10px 23px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list {
    width: 100%;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item {
  width: 144px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item {
    padding: 0 18px;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item {
    flex-grow: 1;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item:not(:first-child) {
  border-left: 1px solid #B5C350;
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item:last-child {
  padding-right: 5px;
  margin-right: -7px;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item:last-child {
    margin-right: unset;
    padding-right: 18px;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item h4 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  font-weight: normal;
  margin: 0;
  margin-bottom: 2px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item h4 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item h4 {
    margin-bottom: 25px;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item p {
  margin: auto 0 0 0;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item p {
    font-size: 18px;
  }
}

.article__list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.article__list .article__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.article__list .article__item span {
  margin-right: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #B5C350;
}
.article__list .article__item p {
  margin: 0;
  font-size: 16px;
}

.article__social {
  margin-top: 40px;
}
.article__social .article__usefulness {
  border: 1px solid rgba(39, 39, 39, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 15px 10px;
  max-width: 290px;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 1280px) {
  .article__social .article__usefulness {
    padding: 20px 30px;
    max-width: 370px;

  }
}
.article__social .article__usefulness .article__usefulness-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.article__social .article__usefulness .article__usefulness-title,
.article__social .article__usefulness .article__usefulness-buttons{
  transition: opacity .3s ease, visibility 0s linear .3s;
}

.article__social .article__usefulness .article__usefulness-title.hide,
.article__social .article__usefulness .article__usefulness-buttons.hide{
  opacity: 0;
  visibility: hidden;
}

.article__social .article__usefulness .article__usefulness-title.pop-up{
  visibility: hidden;
  cursor: none;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.8em);
  transition: opacity .3s ease-in .3s;
  opacity: 0;
  width: 100%;
  left: 0;
  text-align: center;
}


.article__social .article__usefulness .article__usefulness-title.pop-up.show {
  visibility: visible;
  opacity: 1;
}


@media (min-width: 1280px) {
  .article__social .article__usefulness .article__usefulness-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.article__social .article__usefulness .article__usefulness-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button {
  padding: 5px 0;
  width: -webkit-calc(50% - 13px);
  width: -moz-calc(50% - 13px);
  width: calc(50% - 13px);
}
.article__social .article__social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.article__social .article__social-list .article__social-item {
  border: 1px solid rgba(39, 39, 39, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  min-width: 40px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.article__social .article__social-list .article__social-item:last-child {
  padding: 10px 19px 10px 14px;
  color: rgba(20, 20, 20, 0.5);
}
.article__social .article__social-list .article__social-item:last-child img {
  margin-right: 11px;
}
.article__social .article__social-list .article__social-item img {
  margin: 0 auto;
}

.article__comments {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .article__comments .article__subtitle {
    margin-bottom: 50px;
  }
}
.article__comments .article__comments-list .article__comments-item {
  border: 1px solid rgba(20, 20, 20, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 16px 10px 20px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item {
    padding: 15px 30px;
  }
}
.article__comments .article__comments-list .article__comments-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-top {
    margin-bottom: 30px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-top img {
  margin-right: 15px;
}
.article__comments .article__comments-list .article__comments-item .article__comments-top .article__comments-name {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 16px;
  color: #B5C350;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-top .article__comments-name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-body {
    padding-left: 46px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-body .article__comments-date {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  opacity: 0.5;
  padding-left: 25px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-body .article__comments-date {
    margin-top: 24px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-body .article__comments-date::before {
  content: url("/blog/css/../images/icons/time-gray.svg");
  position: absolute;
  left: 0;
  top: -2px;
}
.article__comments .article__comments-buttons {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article__comments-buttons.hide{
	display: none;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
}
.article__comments .article__comments-buttons .article__comments-button {
  padding: 16px 0;
  font-size: 16px;
  line-height: 130%;
  color: #272727;
}
.article__comments .article__comments-buttons .article__comments-button.hide {
  display: none;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-buttons .article__comments-button {
    width: 289px;
  }
}
.article__comments .article__comments-buttons .article__comments-button:first-child {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-buttons .article__comments-button:first-child {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.article__comments-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.article__comments-form.show {
  visibility: visible;
  height: auto;
  margin-top: 20px;
}
.article__comments-form .comments-form__label h4 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  font-weight: 400;
  margin-bottom: 10px;
}
.article__comments-form .comments-form__label + .comments-form__label{
	margin-top:20px;
}

@media (min-width: 1280px) {
  .article__comments-form .comments-form__label h4 {
    font-size: 16px;
  }
}
.article__comments-form .comments-form__label .comments-form__input {
  width: 100%;
  font-size: 14px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
@media (min-width: 1280px) {
  .article__comments-form .comments-form__label .comments-form__input {
    font-size: 16px;
  }
}
.article__comments-form .comments-form__submit {
  padding: 16px 0;
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .article__comments-form .comments-form__submit {
    width: 289px;
  }
}


@media (min-width: 768px) {
  .room-slider__item:hover .room-slider__reactions {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.room-slider__reactions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -21px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.1s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.1s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.1s;
  transition: opacity 0.3s ease, visibility 0s linear 0.1s;
}
@media (min-width: 768px) {
  .room-slider__reactions {
    opacity: 0;
    visibility: hidden;
  }
}
.room-slider__reactions .room-slider__reactions-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}
.room-slider__reactions .room-slider__reactions-item .room-slider__reactions-img {
  width: 30px;
  margin-bottom: 9px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-in;
  -moz-transition: transform 0.1s ease-in, -moz-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in, -moz-transform 0.1s ease-in, -o-transform 0.1s ease-in;
}
@media (min-width: 1280px) {
  .room-slider__reactions .room-slider__reactions-item .room-slider__reactions-img {
    width: 35px;
  }
}
.room-slider__reactions .room-slider__reactions-item .room-slider__reactions-count {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  margin: 0;
  margin-left: 4px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 1280px) {
  .room-slider__reactions .room-slider__reactions-item .room-slider__reactions-count {
    font-size: 14px;
  }
}
.room-slider__reactions .room-slider__reactions-item:hover .room-slider__reactions-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/swiper.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 7.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 3, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*# sourceMappingURL=index.css.map*/


.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button:disabled{
	cursor: default;
}
.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button.active:disabled:hover{
	background-color: #B5C350;
	color: #ffffff;
}
.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button:disabled:hover{
	background:transparent;
	color: #000000;
}

.comment_post_result{
	margin-top:20px;
	border: 1px solid #B5C350;
	padding: 20px;
	border-radius: 4px;
}
.comment_post_result.alert-danger{
	border-color: #ff0000;
}
.comments-form__input.is-error{
	border-color: #ff0000 !important;	
}
.comments-form__input.is-ok{
	border-color: #B5C350 !important;
}
.comment_post_result p{
	margin-top:10px;
}
.hidden{
	display: none !important;
}
 .article__wrapper ul {
  list-style: unset;
   padding-left: 1em;
   line-height: 21px;
 }
.article__wrapper ol{
  padding-left: 1em;
  list-style: auto;
  line-height: 21px;
}

.article__wrapper ol li{

  line-height: 21px;
}

.article__wrapper ul li{

  line-height: 21px;
}



.bread_row .breadcrumbs>div{
	padding-bottom: 0;
}

/* End */
/* /blog/css/index.css?176518810471834 */
