@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular,600,700&display=swap);

@charset "UTF-8";

@font-face {
  font-family: icon;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Source Sans Pro;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Source Serif Pro;
  font-display: swap;
  src: url("../fonts/Sourceserifprolight.woff2") format("woff2"), url("../fonts/Sourceserifprolight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Source Serif Pro;
  font-display: swap;
  src: url("../fonts/Sourceserifprosemibold.woff2") format("woff2"), url("../fonts/Sourceserifprosemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Open Sans Condensed;
  font-display: swap;
  src: url("../fonts/OpenSans_Condensed-Bold.woff2") format("woff2"), url("../fonts/OpenSans_Condensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Source Serif Pro;
  font-display: swap;
  src: url("../fonts/Sourceserifpro.woff2") format("woff2"), url("../fonts/Sourceserifpro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow-right-slider:before {
  content: "\e900";
  color: #5b5b5b;
}

._icon-arrow-top:before {
  content: "\e901";
  color: #5b5b5b;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Source Serif Pro";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Source Serif Pro";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.8125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

body::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup__top {
  text-align: center;
}

.popup__top:not(:last-child) {
  margin-bottom: 2.5rem;
}

.popup__title:not(:last-child) {
  margin-bottom: 1rem;
}

.popup__text {
  font-size: 1.125rem;
  line-height: 1.2;
}

.popup__close {
  position: absolute;
  background-image: url("../img/icons/close.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.1875rem;
  height: 2.1875rem;
  right: 10px;
  top: 0.625rem;
  outline: none;
  background-color: #eec843;
  border-radius: 50%;
}

.popup-success {
  line-height: 1.2;
  background: #fff;
  padding: 0.625rem;
  font-size: 1.125rem;
  border-radius: 5px;
  display: block;
  color: #b53232;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding: 2.8125rem 1.25rem 4.0625rem;
  width: 100%;
  max-width: 900px;
  border: 20px solid #eec843;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  position: relative;
}

.popup__content iframe {
  width: 100%;
}

.lock .popup__content {
  visibility: visible;
}

.popup__content_1 {
  padding: 0rem;
}

.form-popup {
  max-width: 39.875rem;
  margin: 0px auto;
  text-align: center;
}

.form-popup__inputs {
  max-width: 39.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.form-popup__inputs:not(:last-child) {
  margin-bottom: 0.625rem;
}

.form-popup__input {
  background: #f4eed6;
  border-radius: 10px;
  width: 100%;
  padding: 1.875rem;
  font-size: 1.5rem;
  outline: none;
}

.form-popup__input::-webkit-input-placeholder {
  color: #8a8a8a;
  font-size: 1.5rem;
}

.form-popup__input::-moz-placeholder {
  color: #8a8a8a;
  font-size: 1.5rem;
}

.form-popup__input:-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 1.5rem;
}

.form-popup__input::-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 1.5rem;
}

.form-popup__input::placeholder {
  color: #8a8a8a;
  font-size: 1.5rem;
}

.form-popup__text {
  line-height: 1.2;
}

.form-popup__text:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.form-popup__button {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 2.0625rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
  background-color: #eec843;
}

.form-popup__button:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  font-weight: 700;
  font-family: "Open Sans";
  color: #5b5b5b;
  line-height: 1.2;
}

@supports (font-size: clamp( 1.75rem , 1.3240149095rem  +  2.1299254526vw , 3rem )) {
  .title {
    font-size: clamp( 1.75rem , 1.3240149095rem  +  2.1299254526vw , 3rem );
  }
}

@supports not (font-size: clamp( 1.75rem , 1.3240149095rem  +  2.1299254526vw , 3rem )) {
  .title {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 58.6875);
  }
}

@supports (padding-top: clamp( 10.625rem , 8.7080670927rem  +  9.5846645367vw , 16.25rem )) {
  .first-block {
    padding-top: clamp( 10.625rem , 8.7080670927rem  +  9.5846645367vw , 16.25rem );
  }
}

@supports not (padding-top: clamp( 10.625rem , 8.7080670927rem  +  9.5846645367vw , 16.25rem )) {
  .first-block {
    padding-top: calc(10.625rem + 5.625 * (100vw - 20rem) / 58.6875);
  }
}

.main-title {
  font-weight: 600;
}

@supports (font-size: clamp( 2.5rem , 2.0740149095rem  +  2.1299254526vw , 3.75rem )) {
  .main-title {
    font-size: clamp( 2.5rem , 2.0740149095rem  +  2.1299254526vw , 3.75rem );
  }
}

@supports not (font-size: clamp( 2.5rem , 2.0740149095rem  +  2.1299254526vw , 3.75rem )) {
  .main-title {
    font-size: calc(2.5rem + 1.25 * (100vw - 20rem) / 58.6875);
  }
}

.btn-slider {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.15);
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d9d9d9;
}

.btn-slider_left::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.btn-slider::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn {
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 1.125rem;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
  background-color: #eec843;
  border-radius: 10px;
  font-size: 1.125rem;
}

.fab {
  position: fixed;
  width: 56px;
  right: 35px;
  bottom: 15px;
  margin-left: -28px;
  z-index: 10;
}

.fab:hover .fab-buttons {
  opacity: 1;
  visibility: visible;
}

.fab:hover .fab-buttons__link {
  -webkit-transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
      -ms-transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
          transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}

.fab-action-button:hover + .fab-buttons .fab-buttons__link:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right center 0;
      -ms-transform-origin: right center 0;
          transform-origin: right center 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fab-action-button {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 57px;
  height: 57px;
  background-color: #EEC843;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 35px 0 rgba(162, 182, 190, 0.25);
          box-shadow: 0 20px 35px 0 rgba(162, 182, 190, 0.25);
}

.fab-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fab-action-button__icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url("../img/social/01.svg") center no-repeat;
}

.fab-buttons__item {
  display: block;
  text-align: center;
  margin: 12px 0;
}

.fab-buttons__link {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
      -ms-transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
          transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

[data-tooltip]:before {
  top: 50%;
  margin-top: -11px;
  font-weight: 600;
  border-radius: 2px;
  background: #f0f0f0;
  content: attr(data-tooltip);
  font-size: 14px;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  padding: 4px 7px;
  margin-right: 12px;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  right: 100%;
  white-space: nowrap;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  width: 7.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right center 0;
      -ms-transform-origin: right center 0;
          transform-origin: right center 0;
}

.icon-material {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-material_vi {
  background: url("../img/social/viber.svg") center no-repeat;
}

.icon-material_te {
  background: url("../img/social/telegram.svg") center no-repeat;
}

.icon-material_phone {
  background: url("../img/social/phone.svg") center no-repeat;
}

.bubbly-button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #EEC843;
  border: none;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  position: relative;
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, transparent 20%, #EEC843 20%, transparent 30%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, transparent 10%, #EEC843 15%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, transparent 10%, #EEC843 15%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%), radial-gradient(circle, #EEC843 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  background-color: #ecc12c;
}

.bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}

@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.breadcrumbs {
  padding-top: 11.5625rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 2.1875rem;
}

.breadcrumbs_single-news {
  margin-bottom: 0;
}

.breadcrumbs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.breadcrumbs-block__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #8a8a8a;
}

.breadcrumbs-block__link::after {
  content: ">";
  margin-left: 0.3125rem;
}

.breadcrumbs-block__current {
  color: #e31e24;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 55;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.header._header-scroll {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  min-height: 3.4375rem;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14.25rem;
     -moz-column-gap: 14.25rem;
          column-gap: 14.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.top-header__left-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (font-size: clamp( 0.8125rem , 0.7486022364rem  +  0.3194888179vw , 1rem )) {
  .top-header__left-info {
    font-size: clamp( 0.8125rem , 0.7486022364rem  +  0.3194888179vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.8125rem , 0.7486022364rem  +  0.3194888179vw , 1rem )) {
  .top-header__left-info {
    font-size: calc(0.8125rem + 0.1875 * (100vw - 20rem) / 58.6875);
  }
}

.top-header__link-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4375rem;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.top-header__link-phone::before {
  content: "";
  background: url("../img/icons/phone.svg") left/contain no-repeat;
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
}

.top-header__link {
  position: relative;
}

.top-header__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.top-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  line-height: 1.2;
}

@supports (font-size: clamp( 0.8125rem , 0.1159370085rem  +  1.1235113475vw , 1rem )) {
  .top-header__right {
    font-size: clamp( 0.8125rem , 0.1159370085rem  +  1.1235113475vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.8125rem , 0.1159370085rem  +  1.1235113475vw , 1rem )) {
  .top-header__right {
    font-size: calc(0.8125rem + 0.1875 * (100vw - 61.99875rem) / 16.68875);
  }
}

.top-header__right::before {
  content: "";
  background: url("../img/icons/location.svg") left/contain no-repeat;
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
}

.bottom-header__logo {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.1875rem;
}

.menu__arrow {
  display: none;
}

.menu__body {
  position: relative;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item {
  position: relative;
  cursor: pointer;
}

.menu__item.icon-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.3125rem;
}

.menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  min-height: 1.25rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@supports (min-width: clamp( 8.125rem , -5.3380447806rem  +  21.7163396735vw , 11.75rem )) {
  .menu__link {
    min-width: clamp( 8.125rem , -5.3380447806rem  +  21.7163396735vw , 11.75rem );
  }
}

@supports not (min-width: clamp( 8.125rem , -5.3380447806rem  +  21.7163396735vw , 11.75rem )) {
  .menu__link {
    min-width: calc(8.125rem + 3.625 * (100vw - 61.995rem) / 16.6925);
  }
}

.menu__link span {
  display: inline-block;
  position: relative;
}

.menu__link span::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.0625rem;
  background-color: #E31E24;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu__sub-item:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.menu__sub-link {
  border-radius: 5px;
  padding: 0.1875rem;
  line-height: 1.2;
  font-size: 0.875rem;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.icon-menu {
  display: none;
}

.footer {
  background: #ebe6d4;
  padding-top: 2.25rem;
  padding-bottom: 0.3125rem;
}

.footer__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2.1875rem;
}

.footer__body:not(:last-child) {
  margin-bottom: 3.6875rem;
}

.footer__bottom {
  text-align: center;
}

.footer__copy {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.2;
}

.body-footer {
  position: relative;
  z-index: 1;
}

.body-footer__column:first-child {
  text-align: center;
}

.body-footer__column:last-child {
  text-align: center;
}

.body-footer__wrap-logo {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.body-footer__wrap-logo::before {
  content: "";
  position: absolute;
  height: 4.375rem;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  width: 100vw;
  left: 10px;
  background: #fff;
  z-index: -1;
}

.body-footer__logo {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.1875rem;
}

.body-footer__logo img {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
}

.body-footer__text-left {
  line-height: 1.2;
  font-weight: 600;
}

.body-footer__text-left:not(:last-child) {
  margin-bottom: 1.25rem;
}

.body-footer__item-contacts:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.body-footer__link-contacts {
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.body-footer__title {
  font-family: Open Sans;
  color: #5b5b5b;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5625rem;
}

.body-footer__item:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.body-footer__link {
  line-height: 156%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  position: relative;
}

.body-footer__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background-color: #eec843;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.body-footer__wrap {
  position: relative;
  z-index: 1;
}

.body-footer__wrap:not(:last-child) {
  margin-bottom: 0.625rem;
}

.body-footer__wrap::before {
  content: "";
  position: absolute;
  height: 4.375rem;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  top: 50%;
  width: 100vw;
  right: 40px;
  background: #fff;
  z-index: -1;
}

.body-footer__map {
  display: block;
}

.body-footer__map img {
  width: 11.75rem;
  height: 11.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
}

.body-footer__address {
  max-width: 14.0625rem;
  margin: 0px auto;
  text-align: center;
  line-height: 1.2;
}

.body-footer__address:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.body-footer__working-hours {
  text-align: center;
}

.page {
  position: relative;
  z-index: 1;
}

.page_home::before {
  content: "";
  background: url("../img/bubbles.svg") center/cover no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.page_home-404::before {
  content: "";
  background: url("../img/bubbles.svg") top/cover no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.button-top {
  outline: none;
  position: fixed;
  bottom: 0.9375rem;
  right: 7.8125rem;
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 50%;
  border: 1px solid #5b5b5b;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-top.active {
  opacity: 1;
  visibility: visible;
}

.button-top::before {
  font-size: 1.5625rem;
}

.main-block {
  padding-top: 16.25rem;
}

.main-block-404 {
  padding-top: 16.25rem;
  padding-bottom: 5rem;
}

.main-block__body {
  border: 1px solid #eec843;
  border-radius: 10px;
  max-width: 50.75rem;
  margin: 0px auto;
  padding-bottom: 1.25rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@supports (margin-bottom: clamp( 5rem , 4.2545260916rem  +  3.7273695421vw , 7.1875rem )) {
  .main-block__body:not(:last-child) {
    margin-bottom: clamp( 5rem , 4.2545260916rem  +  3.7273695421vw , 7.1875rem );
  }
}

@supports not (margin-bottom: clamp( 5rem , 4.2545260916rem  +  3.7273695421vw , 7.1875rem )) {
  .main-block__body:not(:last-child) {
    margin-bottom: calc(5rem + 2.1875 * (100vw - 20rem) / 58.6875);
  }
}

.main-block__body-404 {
  border: 1px solid #eec843;
  border-radius: 10px;
  max-width: 80.75rem;
  margin: 0px auto;
  padding-bottom: 1.25rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@supports (margin-bottom: clamp( 5rem , 4.2545260916rem  +  3.7273695421vw , 7.1875rem )) {
  .main-block__body-404:not(:last-child) {
    margin-bottom: clamp( 5rem , 4.2545260916rem  +  3.7273695421vw , 7.1875rem );
  }
}

@supports not (margin-bottom: clamp( 5rem , 4.2545260916rem  +  3.7273695421vw , 7.1875rem )) {
  .main-block__body-404:not(:last-child) {
    margin-bottom: calc(5rem + 2.1875 * (100vw - 20rem) / 58.6875);
  }
}

.main-block__title {
  font-weight: 700;
  color: #5b5b5b;
  background: #fcfeff;
  position: relative;
  text-align: center;
  line-height: 1.2;
  top: -35px;
  display: inline-block;
  left: 50%;
  font-family: "Open Sans";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@supports (font-size: clamp( 2.1875rem , 1.8254126731rem  +  1.8104366347vw , 3.25rem )) {
  .main-block__title {
    font-size: clamp( 2.1875rem , 1.8254126731rem  +  1.8104366347vw , 3.25rem );
  }
}

@supports not (font-size: clamp( 2.1875rem , 1.8254126731rem  +  1.8104366347vw , 3.25rem )) {
  .main-block__title {
    font-size: calc(2.1875rem + 1.0625 * (100vw - 20rem) / 58.6875);
  }
}

.main-block__slider {
  max-width: 37.75rem;
  margin: 0px auto;
}

.main-block__slider-404 {
  max-width: 67.75rem;
  margin: 0px auto;
}

.main-block__text {
  font-weight: 600;
  color: #5b5b5b;
  text-align: center;
  line-height: 1.2;
}

@supports (font-size: clamp( 1.25rem , 0.9518104366rem  +  1.4909478168vw , 2.125rem )) {
  .main-block__text {
    font-size: clamp( 1.25rem , 0.9518104366rem  +  1.4909478168vw , 2.125rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.9518104366rem  +  1.4909478168vw , 2.125rem )) {
  .main-block__text {
    font-size: calc(1.25rem + 0.875 * (100vw - 20rem) / 58.6875);
  }
}

.main-block__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  margin-top: 1.25rem;
}

.main-block__swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5rem;
          flex: 0 0 0.5rem;
  border-radius: 50%;
  background: #d9d9d9;
}

.main-block__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E31E24;
}

.main-block__link {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -48px;
}

.main-block__link:active {
  -webkit-transform: scale(0.9) translateX(-50%);
      -ms-transform: scale(0.9) translateX(-50%);
          transform: scale(0.9) translateX(-50%);
}

.about-main-block {
  max-width: 63.75rem;
  margin: 0px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}

.about-main-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-main-block__number {
  line-height: 0.7;
  font-weight: 700;
  font-family: Open Sans Condensed;
  color: #eedda3;
}

@supports (font-size: clamp( 5rem , 4.5740149095rem  +  2.1299254526vw , 6.25rem )) {
  .about-main-block__number {
    font-size: clamp( 5rem , 4.5740149095rem  +  2.1299254526vw , 6.25rem );
  }
}

@supports not (font-size: clamp( 5rem , 4.5740149095rem  +  2.1299254526vw , 6.25rem )) {
  .about-main-block__number {
    font-size: calc(5rem + 1.25 * (100vw - 20rem) / 58.6875);
  }
}

.about-main-block__text {
  text-align: center;
  max-width: 14.375rem;
  line-height: 1.2;
}

.about-main-block__image img {
  max-width: 100%;
}

@supports (padding-top: clamp( 3.125rem , 1.1867678381rem  +  9.6911608094vw , 8.8125rem )) {
  .services {
    padding-top: clamp( 3.125rem , 1.1867678381rem  +  9.6911608094vw , 8.8125rem );
  }
}

@supports not (padding-top: clamp( 3.125rem , 1.1867678381rem  +  9.6911608094vw , 8.8125rem )) {
  .services {
    padding-top: calc(3.125rem + 5.6875 * (100vw - 20rem) / 58.6875);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem )) {
  .services__title {
    margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem )) {
  .services__title {
    margin-bottom: calc(1.25rem + 3.125 * (100vw - 20rem) / 58.6875);
  }
}

.item-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}

@supports (margin-bottom: clamp( 3.125rem , 2.0600372737rem  +  5.3248136315vw , 6.25rem )) {
  .item-services:not(:last-child) {
    margin-bottom: clamp( 3.125rem , 2.0600372737rem  +  5.3248136315vw , 6.25rem );
  }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.0600372737rem  +  5.3248136315vw , 6.25rem )) {
  .item-services:not(:last-child) {
    margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 58.6875);
  }
}

.item-services:nth-child(odd) .item-services__content {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.item-services:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.item-services:nth-child(even) .item-services__content {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.item-services:nth-child(even) .item-services__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-services:nth-child(even) .item-services__link::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-services._watcher-view .item-services__content {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.item-services__content {
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.item-services__content._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.item-services__link {
  font-weight: 600;
  color: #5b5b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans";
  gap: 2.375rem;
}

@supports (font-size: clamp( 1.375rem , 1.3324014909rem  +  0.2129925453vw , 1.5rem )) {
  .item-services__link {
    font-size: clamp( 1.375rem , 1.3324014909rem  +  0.2129925453vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.375rem , 1.3324014909rem  +  0.2129925453vw , 1.5rem )) {
  .item-services__link {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 58.6875);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 0.6110223642rem  +  3.1948881789vw , 3.125rem )) {
  .item-services__link {
    margin-bottom: clamp( 1.25rem , 0.6110223642rem  +  3.1948881789vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.6110223642rem  +  3.1948881789vw , 3.125rem )) {
  .item-services__link {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 58.6875);
  }
}

.item-services__link::before {
  content: "";
  background: url("../img/icons/arrow-link.svg") left/contain no-repeat;
  display: block;
  width: 3.125rem;
  height: 0.9375rem;
}

.item-services__text {
  font-family: Source Sans Pro;
  line-height: 1.2;
}

.item-services__text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-services__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.item-services__link-bottom {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 11rem;
  height: auto;
}

.item-services__link-bottom:hover .item-services__circle {
  width: 100%;
}

.item-services__link-bottom:hover .item-services__icon.arrow {
  background: #fff;
  width: 0.9375rem;
}

.item-services__link-bottom:hover .item-services__button-text {
  color: #fff;
}

.item-services__circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #E31E24;
  border-radius: 1.625rem;
}

.item-services__icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #5b5b5b;
}

.item-services__icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.725rem;
  width: 0.125rem;
  height: 0.125rem;
  background: none;
}

.item-services__icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.2rem;
  right: 0.025rem;
  width: 0.525rem;
  height: 0.525rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-services__button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.item-services__image img {
  max-width: 100%;
}

@supports (padding-top: clamp( 3.125rem , 1.4210596379rem  +  8.5197018104vw , 8.125rem )) {
  .about {
    padding-top: clamp( 3.125rem , 1.4210596379rem  +  8.5197018104vw , 8.125rem );
  }
}

@supports not (padding-top: clamp( 3.125rem , 1.4210596379rem  +  8.5197018104vw , 8.125rem )) {
  .about {
    padding-top: calc(3.125rem + 5 * (100vw - 20rem) / 58.6875);
  }
}

@supports (margin-bottom: clamp( 4.375rem , 2.6710596379rem  +  8.5197018104vw , 9.375rem )) {
  .about {
    margin-bottom: clamp( 4.375rem , 2.6710596379rem  +  8.5197018104vw , 9.375rem );
  }
}

@supports not (margin-bottom: clamp( 4.375rem , 2.6710596379rem  +  8.5197018104vw , 9.375rem )) {
  .about {
    margin-bottom: calc(4.375rem + 5 * (100vw - 20rem) / 58.6875);
  }
}

@supports (padding-top: clamp( 0.625rem , 0.4120074547rem  +  1.0649627263vw , 1.25rem )) {
  .about__container {
    padding-top: clamp( 0.625rem , 0.4120074547rem  +  1.0649627263vw , 1.25rem );
  }
}

@supports not (padding-top: clamp( 0.625rem , 0.4120074547rem  +  1.0649627263vw , 1.25rem )) {
  .about__container {
    padding-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 58.6875);
  }
}

.about__body {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  background: #f0f0f0;
  padding: 2.1875rem 6.5rem;
}

@supports (margin-bottom: clamp( 1.25rem , 0.6110223642rem  +  3.1948881789vw , 3.125rem )) {
  .about__title {
    margin-bottom: clamp( 1.25rem , 0.6110223642rem  +  3.1948881789vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.6110223642rem  +  3.1948881789vw , 3.125rem )) {
  .about__title {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 58.6875);
  }
}

.about__text {
  line-height: 1.2;
}

@supports (margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem )) {
  .about__text:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem )) {
  .about__text:not(:last-child) {
    margin-bottom: calc(1.25rem + 3.125 * (100vw - 20rem) / 58.6875);
  }
}

.about__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.about__wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__slide {
  max-height: 9.375rem;
}

.about__slide img,
.about__slide picture {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@supports (padding-bottom: clamp( 3.125rem , 0.1431043663rem  +  14.9094781683vw , 11.875rem )) {
  .faq {
    padding-bottom: clamp( 3.125rem , 0.1431043663rem  +  14.9094781683vw , 11.875rem );
  }
  .faq-404 {
    padding-bottom: clamp( 3.125rem , 0.1431043663rem  +  14.9094781683vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 3.125rem , 0.1431043663rem  +  14.9094781683vw , 11.875rem )) {
  .faq {
    padding-bottom: calc(3.125rem + 8.75 * (100vw - 20rem) / 58.6875);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem )) {
  .faq__title {
    margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.1850372737rem  +  5.3248136315vw , 4.375rem )) {
  .faq__title {
    margin-bottom: calc(1.25rem + 3.125 * (100vw - 20rem) / 58.6875);
  }
}

.faq__spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.3125rem;
}

.spollers__item {
  background: #d9d9d9;
  border-radius: 10px;
  text-align: left;
}

.spollers__title {
  border-radius: 10px;
  text-align: left;
  padding: 0.625rem 5.25rem 0.625rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

@supports (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .spollers__title {
    font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .spollers__title {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 58.6875);
  }
}

.spollers__title::before,
.spollers__title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.spollers__title::before {
  background-color: #eec843;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  right: 25px;
  opacity: 0;
}

.spollers__title::after {
  background-image: url("../img/icons/plus.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 33px;
}

.spollers__title._spoller-active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.spollers__body {
  padding: 0.3125rem 2rem 0.625rem 3.125rem;
  line-height: 1.2;
}

@supports (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .spollers__body {
    font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .spollers__body {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 58.6875);
  }
}

.blog {
  padding-bottom: 5rem;
  background: #FAFAFA;
}

.blog__top {
  text-align: center;
}

.blog__slider {
  padding: 20px 15px !important;
  margin: -20px -15px;
}

.blog__slide.swiper-slide-active {
  z-index: 1;
  width: 50.75rem;
}

.blog__wrap-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 3.75rem;
}

.top-blog__title:not(:last-child) {
  margin-bottom: 0.875rem;
}

.top-blog__text {
  max-width: 37.75rem;
  margin: 0px auto;
  color: #8a8a8a;
  line-height: 162%;
}

@supports (margin-bottom: clamp( 1.875rem , 1.5555111821rem  +  1.5974440895vw , 2.8125rem )) {
  .top-blog__text {
    margin-bottom: clamp( 1.875rem , 1.5555111821rem  +  1.5974440895vw , 2.8125rem );
  }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.5555111821rem  +  1.5974440895vw , 2.8125rem )) {
  .top-blog__text {
    margin-bottom: calc(1.875rem + 0.9375 * (100vw - 20rem) / 58.6875);
  }
}

.slide-blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.0625rem 3.0625rem 5.3125rem 4.375rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 5px rgba(46, 33, 61, 0.08);
          box-shadow: 0 5px 20px 5px rgba(46, 33, 61, 0.08);
  background: #fff;
}

.slide-blog__image {
  position: relative;
  z-index: 1;
}

.slide-blog__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1.25rem;
  left: -20px;
  background: #f0f0f0;
  border-radius: 10px;
  z-index: -1;
}

.slide-blog__image img {
  width: 15.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15.125rem;
  border-radius: 10px;
}

.slide-blog__text {
  line-height: 1.2;
}

@supports (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .slide-blog__text {
    font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .slide-blog__text {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 58.6875);
  }
}

.slide-blog__text:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.slide-blog__text p:not(:last-child) {
  margin-bottom: 15px;
}

.slide-blog__date {
  display: inline-block;
  position: relative;
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
}

@supports (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .slide-blog__date {
    font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8324014909rem  +  0.2129925453vw , 1rem )) {
  .slide-blog__date {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 58.6875);
  }
}

.slide-blog__date::after {
  content: "";
  position: absolute;
  background: #5b5b5b;
  width: 14.25rem;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
}

.slide-blog__link {
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: Open Sans;
  line-height: 1.2;
}

@supports (font-size: clamp( 1rem , 0.9574014909rem  +  0.2129925453vw , 1.125rem )) {
  .slide-blog__link {
    font-size: clamp( 1rem , 0.9574014909rem  +  0.2129925453vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.9574014909rem  +  0.2129925453vw , 1.125rem )) {
  .slide-blog__link {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / 58.6875);
  }
}

@supports (padding-top: clamp( 0.0000000625rem , -2.2790201505rem  +  11.395101065vw , 6.6875rem )) {
  .wheather-block {
    padding-top: clamp( 0.0000000625rem , -2.2790201505rem  +  11.395101065vw , 6.6875rem );
  }
}

@supports not (padding-top: clamp( 0.0000000625rem , -2.2790201505rem  +  11.395101065vw , 6.6875rem )) {
  .wheather-block {
    padding-top: calc(0.0000000625rem + 6.6874999375 * (100vw - 20rem) / 58.6875);
  }
}

@supports (padding-bottom: clamp( 0.3125rem , -1.8600239617rem  +  10.8626198083vw , 6.6875rem )) {
  .wheather-block {
    padding-bottom: clamp( 0.3125rem , -1.8600239617rem  +  10.8626198083vw , 6.6875rem );
  }
}

@supports not (padding-bottom: clamp( 0.3125rem , -1.8600239617rem  +  10.8626198083vw , 6.6875rem )) {
  .wheather-block {
    padding-bottom: calc(0.3125rem + 6.375 * (100vw - 20rem) / 58.6875);
  }
}

.wheather-block__body {
  text-align: center;
  position: relative;
}

.wheather-block__image {
  max-width: 100%;
}

.gsInformer {
  position: absolute;
  top: 41.5%;
  left: 30.4%;
}

.hidden-success {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}

.success {
  position: absolute;
  border-radius: 10px;
  width: 360px;
  height: 165px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eec843;
  color: #fff;
}

.success__main-title {
  margin: 5px;
  font-size: 26px;
  text-align: center;
}

.success__description {
  margin: 5px;
  font-size: 18px;
  text-align: center;
}

@supports (margin-bottom: clamp( 2.5rem , 2.0740149095rem  +  2.1299254526vw , 3.75rem )) {
  .single-news {
    margin-bottom: clamp( 2.5rem , 2.0740149095rem  +  2.1299254526vw , 3.75rem );
  }
}

@supports not (margin-bottom: clamp( 2.5rem , 2.0740149095rem  +  2.1299254526vw , 3.75rem )) {
  .single-news {
    margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 58.6875);
  }
}

.top-single-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
  padding: 2.1875rem 0;
}

.top-single-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  z-index: -1;
  background: #fafafa;
}

.top-single-news__image-ibg  {
  padding-bottom: 23%;
  display: block;
}

.top-single-news__image-ibg img {
  max-width: 100%;
  border-radius: 10px;
}

.body-single-news {
  max-width: 63.75rem;
  margin: 0px auto;
  padding-top: 0.9375rem;
}

.body-single-news img,
.body-single-news picture {
  max-width: 100%;
  margin-top: 2.1875rem;
  margin-bottom: 3.125rem;
  border-radius: 10px;
}

.body-single-news p {
  line-height: 1.2;
}

.body-single-news p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.body-single-news h3 {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
}

.body-single-news h3:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.body-single-news h3.body-single-news__lead {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 0.9375rem !important;
  display: block;
}

.body-single-news__link-red {
  color: #c50000;
}

.body-single-news__image-inner {
  display: block;
  width: 1020px !important;
  max-width: 100% !important;
  height: 550px !important;
  object-fit: cover;
  border-radius: 10px;
}

.body-single-news__list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 1.125rem !important;
  margin-bottom: 1.75rem !important;
}

.body-single-news__list li {
  position: relative;
  display: block !important;
  padding-left: 1.1rem;
  margin-bottom: 0.625rem !important;
  line-height: 1.5 !important;
}

.body-single-news__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #c50000;
  font-size: 1.05em;
}

.body-single-news__date {
  color: #8a8a8a;
  display: inline-block;
}

.body-single-news__date:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.body-single-news__block {
  border: 1px solid #5b5b5b;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  gap: 3.25rem;
  margin-top: 3.125rem;
}

.body-single-news__block:not(:last-child) {
  margin-bottom: 3.125rem;
}

.body-single-news__right img,
.body-single-news__right picture {
  display: block;
}

.body-single-news__right img:not(:last-child),
.body-single-news__right picture:not(:last-child) {
  margin-bottom: 11px;
}

.body-single-news__right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5625rem;
  position: relative;
}

.body-single-news__right-bottom img:nth-child(2),
.body-single-news__right-bottom picture:nth-child(2) {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.75rem;
          flex: 0 0 3.75rem;
}

/* Перенесено из inline-style страницы temperaturnoe-kartirovanie.html */
.single-news .body-single-news h2,
.single-news .body-single-news h2.body-single-news__subtitle {
  font-size: 1.3rem !important;
  line-height: 1.28 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  font-weight: 600 !important;
}

.single-news .body-single-news ul.body-single-news__list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 1.125rem !important;
  margin-bottom: 1.75rem !important;
}

.single-news .body-single-news ul.body-single-news__list li {
  display: block !important;
  position: relative;
  padding-left: 1.1rem !important;
  margin-bottom: 0.625rem !important;
  line-height: 1.2 !important;
}

.single-news .body-single-news ul.body-single-news__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #c50000 !important;
  font-size: 1.05em;
}

.single-news .body-single-news .body-single-news__image-inner {
  width: 1020px !important;
  height: 550px !important;
  max-width: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 47.99875em) {
  .single-news .body-single-news h2,
  .single-news .body-single-news h2.body-single-news__subtitle {
    font-size: 1.3rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.questions {
  margin-bottom: 4.375rem;
}

.questions__container {
  max-width: 63.75rem;
}

.questions__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.questions__success {
  margin-bottom: 15px;
}

.form-questions__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-questions__top:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.form-questions__input {
  width: 100%;
  outline: none;
  padding: 1.875rem;
  border: 1px solid #5b5b5b;
  border-radius: 10px;
  font-size: 1.125rem;
}

.form-questions__input::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #8a8a8a;
}

.form-questions__input::-moz-placeholder {
  font-size: 1.125rem;
  color: #8a8a8a;
}

.form-questions__input:-ms-input-placeholder {
  font-size: 1.125rem;
  color: #8a8a8a;
}

.form-questions__input::-ms-input-placeholder {
  font-size: 1.125rem;
  color: #8a8a8a;
}

.form-questions__input::placeholder {
  font-size: 1.125rem;
  color: #8a8a8a;
}

.form-questions__text {
  margin-top: 1.25rem;
  line-height: 1.2;
}

.form-questions__text:not(:last-child) {
  margin-bottom: 1.875rem;
}

.form-questions__button {
  min-width: 18.125rem;
}

.blog-top {
  padding-bottom: 3.125rem;
}

.blog-top__wrap {
  padding-top: 11.5625rem;
  margin-bottom: 6.25rem;
  padding-bottom: 4.9375rem;
  position: relative;
}

.no-webp .blog-top__wrap::before{
  background: url("../img/blog/bg.png") 0 0/cover no-repeat; }

.blog-top__wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}

.blog-top__wrap::after {
  content: "";
  position: absolute;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.39) 100%);
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.blog-top__header {
  margin-top: 5.875rem;
}

.blog-top__title:not(:last-child) {
  margin-bottom: 0.875rem;
}

.blog-top__text {
  line-height: 162%;
  color: #8a8a8a;
  max-width: 49.125rem;
}

.blog-top__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 4.5625rem;
  margin-bottom: 2.5rem;
}

.item-blog-top {
  padding-top: 1.4375rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  padding-bottom: 0.625rem;
  min-height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-blog-top__image-ibg {
  padding-bottom: 70.7057142857%;
  display: block;
}

.item-blog-top__image-ibg img {
  border-radius: 10px;
}

.item-blog-top__body {
  padding-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-blog-top__link {
  color: #a2b6be;
  font-weight: 700;
  font-family: "Open Sans";
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@supports (font-size: clamp( 1.125rem , 0.9972044728rem  +  0.6389776358vw , 1.5rem )) {
  .item-blog-top__link {
    font-size: clamp( 1.125rem , 0.9972044728rem  +  0.6389776358vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9972044728rem  +  0.6389776358vw , 1.5rem )) {
  .item-blog-top__link {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 58.6875);
  }
}

.item-blog-top__date {
  display: inline-block;
  color: #5b5b5b;
}

.item-blog-top-banner {
  background: #a2b6be;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  row-gap: 3rem;
}

.item-blog-top-banner__title-big {
  font-family: "Open Sans";
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}

@supports (font-size: clamp( 1.25rem , 0.9518104366rem  +  1.4909478168vw , 2.125rem )) {
  .item-blog-top-banner__title-big {
    font-size: clamp( 1.25rem , 0.9518104366rem  +  1.4909478168vw , 2.125rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.9518104366rem  +  1.4909478168vw , 2.125rem )) {
  .item-blog-top-banner__title-big {
    font-size: calc(1.25rem + 0.875 * (100vw - 20rem) / 58.6875);
  }
}

.pagination-blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}

.pagination-blog-top__link {
  font-size: 1.125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pagination-blog-top__link.acitve {
  font-size: 1.5rem;
  color: #e31e24;
}

.pagination-blog-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination-blog-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/**
 * Swiper 7.2.0
 * 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: October 27, 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;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-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;
          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: 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: 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: 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: 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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-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);
          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;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.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(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (min-width: 29.99875em) {
  .body-footer__column:nth-child(2),
  .body-footer__column:nth-child(3) {
    padding-top: 2rem;
  }

  .main-block__title {
    padding: 0.625rem 1.25rem;
  }

  .about-main-block__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .about-main-block__item:nth-child(1) {
    min-height: 6.1875rem;
    padding-bottom: 0.625rem;
  }

  .about-main-block__item:nth-child(3) {
    min-height: 5.1875rem;
    padding-bottom: 0.625rem;
  }

  .about-main-block__number {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .about-main-block__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .blog {
    padding-top: 3.125rem;
  }
}

@media (min-width: 43.75em) {
  .top-single-news__image-ibg  {
    flex: 0 1 396px;
  }
  .item-services:nth-child(odd) .item-services__content-bottom {
    padding-left: 5.4375rem;
  }

  .item-services:nth-child(odd) .item-services__image {
    margin-right: 5.4375rem;
  }

  .item-services:nth-child(even) .item-services__content-bottom {
    padding-right: 6.25rem;
  }

  .item-services:nth-child(even) .item-services__image {
    margin-left: 6.25rem;
  }

  .item-services__text {
    max-width: 31.25rem;
  }

  .item-services__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 18.75rem;
            flex: 0 1 18.75rem;
  }
}

@media (min-width: 47.99875em) {
  .spollers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49.1456468674%;
            flex: 0 1 49.1456468674%;
  }

  .top-single-news__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49.125rem;
            flex: 0 1 49.125rem;
  }

  .top-single-news__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24.75rem;
            flex: 0 1 24.75rem;
  }

  .body-single-news__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34rem;
            flex: 0 1 34rem;
  }

  .body-single-news__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.25rem;
            flex: 0 1 23.25rem;
  }

  .body-single-news__right-bottom {
    left: -70px;
  }
}

@media (min-width: 61.99875em) {
  .header__bottom::before {
    content: "";
    position: absolute;
    background: #d9d9d9;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    left: 0;
    height: 100%;
    z-index: -1;
  }

  .bottom-header {
    padding: 1.25rem 0;
  }

  .bottom-header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }

  .bottom-header__logo img {
    width: 9.375rem;
    height: 9.375rem;
  }

  .menu__item.icon-link .menu__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.3125rem;
  }

  .menu__item.icon-link .menu__link::before {
    content: "";
    background: url("../img/icons/arrow-bottom-menu.svg") right/contain no-repeat;
    width: 0.75rem;
    height: 0.5rem;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menu__item:first-child,
  .menu__item:nth-child(3) {
    margin-right: 20px;
  }

  .menu__item:nth-child(2) {
    margin-right: 14.25rem;
  }

  .menu__link {
    width: 100%;
    background-color: #f0f0f0;
  }

  .menu__sub-list {
    position: absolute;
    border-radius: 5px;
    top: 110%;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #f0f0f0;
    padding: 0.625rem;
    opacity: 0;
    visibility: hidden;
  }

  .body-footer::after {
    content: "";
    position: absolute;
    background: #eec843;
    height: 0.125rem;
    top: 60px;
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    z-index: -2;
  }

  .body-footer__column:first-child {
    max-width: 14.0625rem;
  }

  .body-footer__column:last-child {
    max-width: 14.0625rem;
  }

  .body-footer__wrap-logo:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .body-footer__text-left {
    max-width: 14.0625rem;
  }
}

@media (max-width: 35em) {
  .top-header__left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 78.75em) {
  .body-footer__column:last-child {
    width: 290px;
  }

  .body-footer__wrap::before {
    right: 80px;
  }

  .wheather-block {
    display: none;
  }

  .wheather-block__image {
    width: 50rem;
  }
}

@media (max-width: 78.6875em) {
  .slide-blog__image img {
    width: 12.5rem;
    height: 12.5rem;
  }
}

@media (max-width: 61.99875em) {
  .popup__top:not(:last-child) {
    margin-bottom: 30px;
  }

  .popup__content {
    max-width: 34.375rem;
    padding: 1.875rem 1.25rem 2.1875rem;
  }

  .form-popup__input {
    padding: 1.25rem;
  }

  .breadcrumbs {
    display: none;
  }

  .breadcrumbs-block {
    height: 2.5rem;
  }

  .header {
    padding: 0.3125rem 0;
  }

  .top-header__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .top-header__right {
    font-size: inherit;
  }

  .top-header__right {
    font-size: 1.25rem;
    gap: 0.3125rem;
  }

  .bottom-header__logo {
    padding: 0.7875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .bottom-header__logo img {
    width: 5.5625rem;
    height: 5.5625rem;
  }

  .menu__arrow {
    display: block;
  }

  .menu__arrow::before {
    content: "";
    background: url("../img/icons/arrow-bottom-menu.svg") right/contain no-repeat;
    width: 0.75rem;
    height: 0.5rem;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menu__arrow._spoller-active::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f0f0f0;
    padding: 6.25rem 0.9375rem 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 5;
  }

  .menu-open .menu__body {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }

  .menu__item.icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu__link {
    font-size: 1.5625rem;
  }

  .menu__sub-list {
    position: relative;
    background-color: #fff;
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    z-index: 1;
  }

  .menu__sub-link {
    font-size: 1.125rem;
  }

  .icon-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 41.25rem;
    margin: 0px auto;
        grid-template-areas: "logo logo" "column-1 column-2" "map map";
  }

  .body-footer__wrap-info-right {
    grid-area: info-map;
  }

  .body-footer__column:last-child {
    width: 100%;
  }

  .body-footer__column_1 {
    grid-area: logo;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "logo-footer info";
    -ms-grid-columns: 1fr 0.3125rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
  }

  .body-footer__column_2 {
    grid-area: column-1;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .body-footer__column_2::after {
    content: "";
    position: absolute;
    background: #eec843;
    height: 0.125rem;
    top: 60px;
    left: 0;
    width: 150vw;
    margin-left: calc(50% - 50vw);
    z-index: -2;
  }

  .body-footer__column_3 {
    grid-area: column-2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .body-footer__column_4 {
    grid-area: map;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "info-map map-bottom ";
    -ms-grid-columns: 1fr 0.3125rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
  }

  .body-footer__wrap-info {
    grid-area: info;
  }

  .body-footer__wrap-logo {
    grid-area: logo-footer;
  }

  .body-footer__wrap-logo::before {
    left: 100px;
    height: 5.375rem;
  }

  .body-footer__wrap {
    grid-area: map-bottom;
  }

  .body-footer__wrap::before {
    height: 5.375rem;
  }

  .body-footer__wrap-info-right {
    grid-area: info-map;
  }

  .page_home::before {
    display: none;
  }

  .page_home-404::before {
    display: none;
  }

  .main-block {
    padding-top: 10rem;
  }

  .about__body {
    padding: 2.1875rem 4.0625rem;
  }

  .spollers__item {
    width: 100%;
  }

  .spollers__title {
    padding: 0.625rem 5.25rem 0.625rem 1.875rem;
  }

  .spollers__body {
    padding: 0.3125rem 1.875rem 0.625rem;
  }

  .wheather-block__image {
    width: 43.75rem;
  }

  .single-news {
    padding-top: 7.5625rem;
  }

  .top-single-news {
    padding: 1.25rem 0;
  }

  .blog-top__wrap {
    padding-top: 8.5625rem;
  }

  .blog-top__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875em){

  .body-footer__wrap-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .body-footer__wrap-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 61.99875em){

  .body-footer__column_1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .body-footer__column_2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .body-footer__column_3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .body-footer__column_4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media (max-width: 61.99875em){

  .body-footer__wrap-info-right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .body-footer__wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .body-footer__wrap-info-right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 61.995em) {
  .menu__link {
    min-width: inherit;
  }
}

@media (max-width: 61.99875em) and (max-width: 29.99875em) {
  .body-footer__column_1 {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 47.99875em) {
  .top-single-news__image-ibg  {
    width: 100%;
    padding-bottom: 60%;
  }

  .popup__top:not(:last-child) {
    margin-bottom: 20px;
  }

  .popup__text {
    font-size: 1rem;
  }

  .popup__content {
    padding: 1.25rem 1.25rem 1.5625rem;
  }

  .popup__content iframe {
    height: 25rem;
  }

  .form-popup__inputs {
    row-gap: 0.9375rem;
  }

  .form-popup__input {
    padding: 0.9375rem;
    font-size: 1.25rem;
  }

  .form-popup__input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }

  .form-popup__input::-moz-placeholder {
    font-size: 1.25rem;
  }

  .form-popup__input:-ms-input-placeholder {
    font-size: 1.25rem;
  }

  .form-popup__input::-ms-input-placeholder {
    font-size: 1.25rem;
  }

  .form-popup__input::placeholder {
    font-size: 1.25rem;
  }

  .form-popup__text:not(:last-child) {
    margin-bottom: 20px;
  }

  .form-popup__text {
    font-size: 0.875rem;
  }

  .form-popup__button {
    font-size: 1.2rem;
  }

  .bottom-header__logo {
    padding: 0.5875rem;
  }

  .bottom-header__logo img {
    width: 4.0625rem;
    height: 4.0625rem;
  }

  .about-main-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .single-news {
    padding-top: 5.5625rem;
  }

  .top-single-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .body-single-news img,
  .body-single-news picture {
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
  }

  .body-single-news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
    gap: 0.625rem;
  }

  .body-single-news__block:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .body-single-news__right-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-questions__top {
    gap: 0.9375rem;
  }

  .form-questions__top:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form-questions__input {
    padding: 1.25rem;
  }

  .blog-top__body {
    row-gap: 1.875rem;
  }

  .item-blog-top {
    min-height: 25rem;
  }

  .item-blog-top-banner {
    row-gap: 1.875rem;
  }
}

@media (max-width: 43.75em) {
  .item-services:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .item-services:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .item-services__image {
    text-align: center;
  }

  .item-services__image img {
    width: 12.5rem;
    height: 12.5rem;
  }

  .slide-blog__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.1875rem 1.875rem;
  }

  .slide-blog__image {
    display: none;
  }
}

@media (max-width: 37.5em) {
  .blog-top__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 29.99875em) {
  .popup__close {
    width: 1.5625rem;
    height: 1.5625rem;
    background-size: 15px 15px;
  }

  .popup__close {
    top: 0.3125rem;
    right: 5px;
  }

  .popup__content_1 {
    padding: 0rem;
  }

  .form-popup__inputs {
    row-gap: 0.625rem;
  }

  .form-popup__input {
    padding: 0.625rem;
    font-size: 1rem;
  }

  .form-popup__input::-webkit-input-placeholder {
    font-size: 1rem;
  }

  .form-popup__input::-moz-placeholder {
    font-size: 1rem;
  }

  .form-popup__input:-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-popup__input::-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-popup__input::placeholder {
    font-size: 1rem;
  }

  .form-popup__text {
    font-size: 0.8125rem;
  }

  .fab {
    right: 10px;
  }

  .fab-action-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .fab-buttons {
    right: 16px;
    bottom: 28px;
  }

  .fab-action-button__icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .breadcrumbs-block {
    display: none;
  }

  .header__top {
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
  }

  .top-header__link-phone::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .top-header__right {
    font-size: 1rem;
  }

  .bottom-header__logo {
    padding: 0.2875rem;
  }

  .bottom-header__logo img {
    width: 3.75rem;
    height: 3.75rem;
  }

  .menu__list {
    width: 100%;
  }

  .menu__item.icon-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu__item.icon-link .menu__arrow::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .menu__item {
    width: 100%;
  }

  .menu__sub-list {
    margin: 0px -15px;
  }

  .footer__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__body:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .body-footer__column_1,
  .body-footer__column_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .body-footer__column_2::after {
    top: 27px;
  }

  .body-footer__column_3 {
    position: relative;
    z-index: 1;
  }

  .body-footer__column_3::after {
    content: "";
    position: absolute;
    background: #eec843;
    height: 0.125rem;
    top: 27px;
    left: 0;
    width: 150vw;
    margin-left: calc(50% - 50vw);
    z-index: -2;
  }

  .body-footer__column_4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "map-bottom" "info-map";
  }

  .body-footer__wrap-logo::before {
    left: 56px;
    height: 2.375rem;
  }

  .body-footer__logo {
    padding: 0.3875rem;
  }

  .body-footer__logo img {
    width: 3.75rem;
    height: 3.75rem;
  }

  .body-footer__title {
    margin-bottom: 0.9375rem;
  }

  .body-footer__wrap::before {
    right: 105px;
  }

  .button-top {
    background: rgba(255, 255, 255, 0.8);
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0.9375rem;
    right: 5.3125rem;
  }

  .button-top::before {
    font-size: 1.25rem;
  }

  .main-block__title {
    top: -22px;
  }

  .about-main-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.5625rem;
  }

  .about-main-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0.325rem;
  }

  .about__body {
    padding: 1.5625rem 2.1875rem;
  }

  .faq__spollers {
    row-gap: 0.9375rem;
  }

  .spollers__title {
    padding: 0.625rem 2.75rem 0.625rem 1.875rem;
  }

  .spollers__title::after {
    right: 15px;
  }

  .spollers__title::before {
    right: 10px;
  }

  .blog__wrap-btns {
    margin-top: 1.875rem;
  }

  .gsInformer {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .single-news {
    padding-top: 78px;
  }

  .form-questions__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-questions__top:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .form-questions__input {
    padding: 0.9375rem;
    font-size: 1.25rem;
  }

  .form-questions__text {
    font-size: 0.875rem;
  }

  .form-questions__button {
    width: 100%;
  }

  .blog-top__wrap {
    padding-top: 5.56325rem;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .blog-top__header {
    margin-top: 3.125rem;
  }

  .pagination-blog-top__list {
    gap: 0.9375rem;
  }

  .body-footer__wrap-info-right {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .body-footer__wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .body-footer__wrap-info-right {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media (max-width: 21.5625em) {
  .slide-blog__date::after {
    width: 12.5rem;
  }
}

@media (any-hover: hover) {
  .btn-slider:hover::before {
    color: #000;
  }

  .breadcrumbs-block__link:hover {
    color: #e31e24;
  }

  .top-header__link-phone:hover {
    color: #E31E24;
  }

  .top-header__link:hover::after {
    background-color: #E31E24;
  }

  .menu__item.icon-link:hover::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__item:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
  }

  .menu__link:hover span::after {
    width: 100%;
  }

  .menu__sub-link:hover {
    background-color: #eec843;
  }

  .body-footer__link-contacts:hover {
    color: #E31E24;
  }

  .body-footer__link:hover::after {
    width: 100%;
  }

  .spollers__title:hover::before {
    opacity: 1;
  }

  .slide-blog__link:hover {
    color: #8f8f8f;
  }

  .item-blog-top:hover {
    -webkit-box-shadow: 0 20px 35px 0 rgba(162, 182, 190, 0.25);
            box-shadow: 0 20px 35px 0 rgba(162, 182, 190, 0.25);
    background-color: #dfe5e7;
  }

  .item-blog-top:hover .item-blog-top__link {
    color: #5b5b5b;
  }

  .pagination-blog-top__link:hover {
    color: #e31e24;
  }
}

@media (any-hover: none) {
  .item-blog-top {
    -webkit-box-shadow: 0 20px 35px 0 rgba(162, 182, 190, 0.25);
            box-shadow: 0 20px 35px 0 rgba(162, 182, 190, 0.25);
    background-color: #dfe5e7;
  }

  .item-blog-top .item-blog-top__link {
    color: #5b5b5b;
  }
}

.webp .blog-top__wrap::before{ background: url(../img/blog/bg.webp) 0 0/cover no-repeat; }