@charset "UTF-8";

:root {
  --section-padding: 100px;
  --dark-clr: #1b1b1b;
  --dark-secondary-clr: #111111;
  --grey-light: #fbfbfb;
  --grey-lighter: #f9f8f8;
  --grey-light-secondary: #f5f5f5;
  --form-color: #000000;
  --dark-blue: #191D2A;
  --white-clr: #ffffff;
  --grey-btn: #D1D2D4
}

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

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

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

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

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

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

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

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

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

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
  content: "\e90e"
}

.icon-heart:before {
  content: "\e90c"
}

.icon-cart:before {
  content: "\e90d"
}

.icon-quotes:before {
  content: "\e909"
}

.icon-search:before {
  content: "\e90a"
}

.icon-download:before {
  content: "\e90b"
}

.icon-arrow-footer:before {
  content: "\e900"
}

.icon-arrow-slider:before {
  content: "\e901"
}

.icon-git:before {
  content: "\e902"
}

.icon-w:before {
  content: "\e903"
}

.icon-facebook:before {
  content: "\e904"
}

.icon-instagram:before {
  content: "\e905"
}

.icon-youtube:before {
  content: "\e906"
}

.icon-telegram:before {
  content: "\e907"
}

.icon-arrow-btn:before {
  content: "\e908"
}

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

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

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

body {
  color: #000;
  line-height: 1;
  font-family: AvenirNextCyr;
  font-size: 1rem;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: AvenirNextCyr;
  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
}

html.lock {
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

html.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

body {
  overflow: hidden;
  background-color: var(--white-clr)
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.loaded body .preloader {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  pointer-events: none;
  visibility: hidden
}

.loaded body {
  overflow: auto;
  overflow-x: hidden
}

.loaded .hero .hero-caption__inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
  transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

.loaded .hero .hero-bg {
  -webkit-animation: heroImgAnim 1s .5s cubic-bezier(.4, 0, .2, 1) both;
  animation: heroImgAnim 1s .5s cubic-bezier(.4, 0, .2, 1) both
}

.loaded [data-fade-in] {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
  transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

.loaded [data-fade-in]._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0)
}

.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;
  position: relative
}

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

.wrapper>* {
  min-width: 0
}

.container-new {
  max-width: 1615px;
  margin: 0 auto;
  padding: 0 180px
}

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

[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
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .03em;
  margin-bottom: 1.2em
}

h2,
h3 {
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.35
}

.page-header-title,
h2 {
  font-size: 28px
}

a.page-header-link {
  color: var(--white-clr);
  text-decoration: underline;
  letter-spacing: .03em;
  -webkit-transition: color .25s;
  transition: color .25s;
  margin-right: 40px
}

a.page-header-link.active {
  font-weight: 700;
  text-decoration: none;
  pointer-events: none
}

a.page-header-link:hover {
  color: var(--grey-btn)
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.5
}

h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.6
}

b,
p,
strong {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 1.5em
}

b:last-child,
p:last-child,
strong:last-child {
  margin-bottom: 0
}

b,
strong {
  font-weight: 500;
  display: block;
  margin-bottom: .7em
}

.text-center {
  text-align: center
}

.text-accent {
  color: tomato
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 1rem 20px 1rem 0;
  border: none;
  border-bottom: 1px solid var(--form-color);
  background-color: transparent;
  color: var(--form-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: .03em;
  outline: 0 !important
}

.input::-webkit-input-placeholder {
  opacity: 0
}

.input::-moz-placeholder {
  opacity: 0
}

.input:-ms-input-placeholder {
  opacity: 0
}

.input::-ms-input-placeholder {
  opacity: 0
}

.input::placeholder {
  opacity: 0
}

.input._form-focus {
  outline: 0 !important
}

.input._form-focus::-webkit-input-placeholder {
  opacity: 1
}

.input._form-focus::-moz-placeholder {
  opacity: 1
}

.input._form-focus:-ms-input-placeholder {
  opacity: 1
}

.input._form-focus::-ms-input-placeholder {
  opacity: 1
}

.input._form-focus::placeholder {
  opacity: 1
}

textarea.input {
  resize: none
}

textarea.input+.form-label.active {
  -webkit-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px);
  opacity: 0
}

.select {
  position: relative
}

.select__body {
  position: relative
}

.select__content {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical
}

.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 4px
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.875rem;
  padding: 0 .9375rem 0 0;
  gap: .625rem
}

.select__value>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.select__value:after {
  content: "\e901";
  font-family: icomoon !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  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;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #6f6f6f;
  font-size: 8px;
  height: 20px
}

._select-open .select__value:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}

.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% + 10px);
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background: #f8f8f8;
  -webkit-box-shadow: 0 21px 17px -8px rgba(0, 0, 0, .25);
  box-shadow: 0 21px 17px -8px rgba(0, 0, 0, .25);
  border-top: 0
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 15px;
  color: inherit;
  font-size: 14px;
  letter-spacing: .03em
}

.select__option._select-selected {
  background-color: #eee;
  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
}

.select__option._select-selected::after {
  content: "\e90e";
  font-family: icomoon !important;
  color: #ff1a0c
}

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

.select._select-open {
  z-index: 5
}

._select-tag {
  cursor: pointer
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

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

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

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

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 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;
  align-items: center;
  padding-top: 150px
}

.popup__content {
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
  transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s, opacity .3s ease 0s;
  transition: transform .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #f8f8f8;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  opacity: 0
}

.lock .popup__content {
  visibility: visible
}

.thanks-popup .thanks-popup__caption {
  text-align: center
}

.thanks-popup .popup__content {
  background-color: #fff;
  padding: 100px
}

.thanks-popup .popup__close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 32px
}

.thanks-popup .thanks-popup__icon {
  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;
  border: 1px solid rgba(150, 150, 150, .94);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 18px
}

.thanks-popup .thanks-popup__title {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  letter-spacing: .03em;
  color: #060606;
  margin: 0 auto 2rem
}

.thanks-popup .thanks-popup__text {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: .03em;
  color: #000;
  margin: 0 auto 40px
}

.achievement-popup {
  --popup-padding: 120px
}

.achievement-popup .popup__wrapper {
  padding-top: 0
}

.achievement-popup .popup__close {
  position: absolute;
  right: 35px;
  top: 35px
}

.achievement-popup .popup__content {
  padding: var(--popup-padding)
}

.achievement-popup .popup__text {
  max-width: 900px;
  text-align: center;
  margin: 0 auto
}

.achievement-popup .popup__text>*+* {
  margin-bottom: 1.5em
}

.achievement-popup .achievement-popup-title {
  max-width: 90%;
  margin: 1.5em auto 1.5em;
  font-weight: 600;
  line-height: 1.3
}

.achievement-popup .achievement-popup-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.achievement-popup .achievement-popup-logo img {
  max-width: 100%
}

.popup-telegram {
  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
}

.popup-telegram .popup__wrapper {
  padding-top: 0;
  min-height: auto;
  max-width: 650px
}

.popup-telegram .popup__content.inverse {
  background-color: var(--dark-blue)
}

.popup-telegram .popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: var(--dark-blue);
  color: var(--white-clr)
}

.popup-cart-add {
  --popup-cart-add-padding: 90px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup-cart-add .popup__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  min-height: auto
}

.popup-cart-add .popup__content {
  background-color: var(--dark-blue);
  color: var(--white-clr);
  padding: var(--popup-cart-add-padding);
  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;
  text-align: center
}

.popup-cart-add .popup__close {
  position: absolute;
  right: 30px;
  top: 30px
}

.popup-cart-add .popup__icon {
  width: 55px;
  height: 55px;
  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;
  border: 1px solid var(--grey-btn);
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 37px
}

.popup-cart-add .popup__title {
  font-size: 32px;
  max-width: 350px;
  line-height: 1.45;
  margin: 0 auto 60px;
  font-weight: 500
}

.popup-cart-add .popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px
}

.popup-cart-add .popup__buttons .btn {
  color: var(--white-clr)
}

.popup-cart-add .popup__buttons .btn:hover {
  background-color: var(--white-clr);
  color: var(--dark-blue)
}

.accordion {
  --accordion-icon-size: 50px;
  --accordion-title-gap: 45px;
  --accrodion-border-radius: 10px;
  --accordion-title-padding: 36px;
  --accordion-body-padding-left: 132px;
  --accordion-body-padding-right: 36px;
  --accordion-body-padding-bot: 46px;
  border-radius: var(--accrodion-border-radius)
}

.accordion .accordion__item:not(:last-child) {
  margin-bottom: 10px
}

.accordion .accordion__title {
  background-color: var(--dark-blue);
  color: var(--white-clr);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: var(--accordion-title-gap);
  -moz-column-gap: var(--accordion-title-gap);
  column-gap: var(--accordion-title-gap);
  padding: var(--accordion-title-padding);
  border-radius: var(--accrodion-border-radius);
  -webkit-transition: background-color .25s, border-radius .75s;
  transition: background-color .25s, border-radius .75s;
  text-align: left
}

.accordion .accordion__title._spoller-active,
.accordion .accordion__title:active,
.accordion .accordion__title:hover {
  background-color: var(--grey-lighter);
  color: var(--dark-clr)
}

.accordion .accordion__title._spoller-active .accordion__icon,
.accordion .accordion__title._spoller-active .accordion__title-icon,
.accordion .accordion__title:active .accordion__icon,
.accordion .accordion__title:active .accordion__title-icon,
.accordion .accordion__title:hover .accordion__icon,
.accordion .accordion__title:hover .accordion__title-icon {
  fill: var(--dark-clr)
}

.accordion .accordion__title._spoller-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.accordion .accordion__title._spoller-active .accordion__title-heading {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .03em
}

.accordion .accordion__title._spoller-active .accordion__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accordion .accordion__title._spoller-active .accordion__title-descr {
  opacity: 0
}

.accordion .accordion__title-icon {
  fill: var(--white-clr);
  width: var(--accordion-icon-size);
  height: var(--accordion-icon-size);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--accordion-icon-size);
  flex: 0 0 var(--accordion-icon-size);
  -webkit-transition: fill .25s;
  transition: fill .25s
}

.accordion .accordion__icon {
  margin-left: auto;
  fill: var(--white-clr);
  width: 8px;
  height: 27px;
  -webkit-transition: fill .25s, -webkit-transform .25s;
  transition: fill .25s, -webkit-transform .25s;
  transition: fill .25s, transform .25s;
  transition: fill .25s, transform .25s, -webkit-transform .25s
}

.accordion .accordion__title-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  -webkit-transition: color .25s, -webkit-transform .25s;
  transition: color .25s, -webkit-transform .25s;
  transition: color .25s, transform .25s;
  transition: color .25s, transform .25s, -webkit-transform .25s;
  margin: 0
}

.accordion .accordion__title-descr {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  opacity: .4;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  max-width: 500px;
  width: 100%;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
  margin: 0
}

.accordion .accordion__body {
  background-color: var(--grey-lighter);
  padding-left: var(--accordion-body-padding-left);
  padding-right: var(--accordion-body-padding-right);
  padding-bottom: var(--accordion-body-padding-bot);
  text-align: right
}

.accordion .accordion__body>:not(.btn) {
  text-align: left
}

.accordion .accordion__body h1,
.accordion .accordion__body h2 {
  font-size: 22px
}

.accordion .accordion__body h3,
.accordion .accordion__body h4 {
  font-size: 18px
}

.accordion .accordion__body h5,
.accordion .accordion__body h6 {
  font-size: 18px
}

.accordion .accordion__body p {
  max-width: 620px;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 1.5em
}

.accordion .accordion__body.pl-0 {
  padding-left: 0
}

.accordion .accordion__body ul {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.5em;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.accordion .accordion__body ul li {
  max-width: 465px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 2em;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.accordion .accordion__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--dark-blue)
}

.accordion .accordion__body .btn {
  margin-top: 15px
}

.spollers__body-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
  row-gap: 4rem;
  padding-left: 40px;
  font-family: ProximaNova
}

.spollers__body-header .spollers__body-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .05em;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-transition: color .25s;
  transition: color .25s
}

.spollers__body-header .spollers__body-link:hover {
  color: #777
}

.spollers__body-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: .05em;
  max-width: 400px;
  width: 100%;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  word-wrap: break-word
}

.spollers__body-address svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 32px
}

.spollers__body-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  padding-bottom: 56.2%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 70px
}

.spollers__body-map>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.spollers__body-map>img,
.spollers__body-map>picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.tabs__navigation {
  --tabs-nav-horizontal-gap: 70px;
  --tabs-nav-padding-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--tabs-nav-horizontal-gap);
  -moz-column-gap: var(--tabs-nav-horizontal-gap);
  column-gap: var(--tabs-nav-horizontal-gap);
  row-gap: 20px;
  padding-bottom: 56px;
  position: relative;
  padding-right: var(--tabs-nav-padding-right);
  overflow-y: auto;
  width: 100%;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.tabs__navigation .tabs__title {
  font-size: 24px;
  opacity: .7;
  position: relative;
  line-height: 32px;
  letter-spacing: .05em;
  color: #3c3c3c;
  text-align: left;
  scroll-snap-align: center;
  scroll-padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.tabs__navigation .tabs__title span {
  position: absolute;
  top: -5px;
  right: -25px;
  font-size: 16px;
  font-weight: 400
}

.tabs__navigation .tabs__title._tab-active,
.tabs__navigation .tabs__title:hover {
  opacity: 1
}

.tabs__navigation .tabs__title._tab-active {
  font-weight: 700
}

.tabs__navigation .tabs__title._tab-active span {
  font-weight: 400
}

.link-underline,
a.link-underline {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 19px;
  text-decoration: underline
}

.text-white {
  color: #fff
}

.inner-hr {
  border: 1px solid #ddd
}

.mt-5 {
  margin-top: 3.5rem
}

.pt-120 {
  padding-top: 120px
}

.pb-120 {
  padding-bottom: 120px
}

.sticky {
  position: sticky;
  top: 110px
}

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s
}

.arrow-link::after {
  content: "\e901";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  font-family: icomoon !important;
  font-size: 8px;
  color: silver
}

@-webkit-keyframes right-in {
  from {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
  }
}

@keyframes right-in {
  from {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
  }
}

@-webkit-keyframes left-in {
  from {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
  }
}

@keyframes left-in {
  from {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
  }
}

@-webkit-keyframes left-in-blur {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@keyframes left-in-blur {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@-webkit-keyframes bounce-out {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  40% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  60% {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
  }

  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounce-out {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  40% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  60% {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
  }

  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@-webkit-keyframes heroImgAnim {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@keyframes heroImgAnim {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

.swiper {
  position: relative
}

.slider-nav {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3
}

.slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  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;
  font-size: 8px;
  color: #d0d0d0;
  pointer-events: all;
  -webkit-transition: .25s;
  transition: .25s
}

.slider-btn:not(.swiper-button-disabled):hover {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
  color: #fff
}

.slider-btn.slider-btn-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.slider-btn.swiper-button-disabled {
  border-color: #f1f1f1;
  background-color: #fff;
  color: #b1b1b1;
  cursor: default
}

.slider-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 2px
}

.slider-bottom-nav .swiper-pagination {
  position: relative;
  height: 3px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  --swiper-theme-color: #000000
}

.slider-bottom-nav .slider-bottom-nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.bg-grey {
  background-color: var(--grey-light-secondary)
}

.text-overflow {
  ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical
}

.d-block {
  display: block
}

.section-title-underline {
  position: relative
}

.section-title-underline span {
  position: relative;
  display: inline-block
}

.section-title-underline span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b9b9b9
}

.inner-page-header {
  padding-bottom: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative
}

.inner-page-header.inner-page-header-sm {
  padding-bottom: 252px
}

.inner-page-header h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .03em
}

.inner-page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183.27deg, rgba(25, 29, 42, .92) 7.67%, rgba(4, 4, 4, 0) 57.1%)
}

.inner-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(12.67deg, rgba(25, 29, 42, .9) 10.13%, rgba(4, 4, 4, 0) 76.55%);
  opacity: .9
}

.inner-page-header .inner-page-header__block {
  position: absolute;
  left: 0;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3
}

.inner-page-header .inner-page-header__block>.inner-page-header__container {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px
}

.inner-page-header .inner-page-header__block .hero-btn {
  margin-left: auto
}

.inner-page-header .section-title {
  color: #fff
}

.error-page {
  background-image: url(../img/404.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative
}

.error-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183.27deg, rgba(25, 29, 42, .92) 7.67%, rgba(4, 4, 4, 0) 57.1%)
}

.error-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(12.67deg, rgba(25, 29, 42, .9) 10.13%, rgba(4, 4, 4, 0) 76.55%)
}

.error-page>.error__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  max-width: 70%
}

.error-page .error-page__caption {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2
}

.error-page .error-page__number {
  font-weight: 600;
  font-size: 52px;
  line-height: 116.8%;
  letter-spacing: .03em;
  margin-bottom: 34px
}

.error-page .error-page__text {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  max-width: 570px;
  margin-bottom: 27px
}

.error-page .error-page__link {
  font-size: 24px;
  line-height: 29px
}

.error-page .error-page__link span {
  text-decoration: underline;
  font-weight: 600
}

.policy-section {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding-bottom: 150px;
  padding-top: 60px
}

.policy__container {
  max-width: 870px
}

.policy-section a {
  font-weight: 700;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  text-decoration: underline
}

.policy-section a:hover {
  opacity: .7
}

.policy-section p {
  margin-bottom: 1.5625rem
}

.policy-section ol,
.policy-section ul {
  padding-left: 2rem
}

.policy-section li {
  margin-bottom: 1.5625rem
}

.policy-section h1,
.policy-section h2,
.policy-section h3,
.policy-section h4,
.policy-section h5,
.policy-section h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 1.25rem
}

.ctm-block[data-type=services_item3] .inner-services-row__img-big {
  display: none
}

.services_item3_visible .inner-services-row__img-big {
  display: none
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: 0 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  position: relative;
  font-weight: 400;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-radius: 10px;
  padding: 20px 59px 21px;
  letter-spacing: .05em;
  font-family: ProximaNova
}

.btn:hover {
  text-decoration: none
}

.btn.hero-btn {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: .03em;
  color: #fff;
  padding-right: 75px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0
}

.btn.hero-btn::after {
  content: "\e908";
  font-family: icomoon !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--dark-clr);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  font-size: 16px;
  -webkit-transition: color .25s, background-color .25s, border-color, -webkit-transform .25s;
  transition: color .25s, background-color .25s, border-color, -webkit-transform .25s;
  transition: color .25s, background-color .25s, transform .25s, border-color;
  transition: color .25s, background-color .25s, transform .25s, border-color, -webkit-transform .25s
}

.btn.hero-btn:hover::after {
  background-color: #fff;
  color: var(--dark-clr);
  -webkit-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px)
}

.btn.hero-btn.hero-btn-dark {
  --hero-btn-color: var(--dark-blue);
  color: var(--hero-btn-color);
  margin-left: auto;
  display: block
}

.inverse .btn.hero-btn.hero-btn-dark {
  --hero-btn-color: var(--white-clr)
}

.inverse .btn.hero-btn.hero-btn-dark:hover::after {
  color: var(--dark-blue)
}

.btn.hero-btn.hero-btn-dark span {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .07em
}

.btn.hero-btn.hero-btn-dark::after {
  background-color: transparent;
  color: var(--hero-btn-color);
  border: 1px solid var(--grey-btn)
}

.btn.hero-btn.hero-btn-dark:hover::after {
  background-color: var(--hero-btn-color);
  border-color: var(--hero-btn-color);
  color: var(--white-clr)
}

.btn.hero-btn-invert {
  color: #fff
}

.btn.hero-btn-invert span {
  text-decoration: underline
}

.btn.hero-btn-invert:after {
  background-color: #fff;
  color: #111
}

.btn.hero-btn-invert:hover::after {
  background-color: #111;
  color: #fff
}

.btn.btn-border {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .05em;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  border-radius: 10px;
  -webkit-transition: background-color .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1)
}

.btn.btn-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
  transition: border-color .25s cubic-bezier(.4, 0, .2, 1)
}

.btn.btn-border:hover {
  background-color: var(--dark-blue);
  color: #fff
}

.btn.btn-border:hover::after {
  border-color: var(--dark-blue)
}

.btn.btn-border-white {
  border-color: #4f4f4f;
  color: #fff
}

.btn.btn-border-white:hover {
  background-color: #111
}

.btn.btn-black {
  background-color: var(--dark-blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: .05em;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.btn.btn-black::after {
  border-radius: 10px
}

.btn.btn-black:hover {
  background-color: var(--grey-btn);
  color: var(--dark-clr)
}

.btn.btn-black:hover::after {
  border-color: var(--grey-btn)
}

.btn.btn-grey {
  background-color: var(--grey-btn);
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.btn.btn-grey::after {
  border-radius: 10px;
  border-color: var(--grey-btn)
}

.btn.btn-grey:hover {
  background-color: var(--dark-blue);
  color: var(--white-clr)
}

.btn.btn-grey:hover::after {
  border-color: var(--dark-blue)
}

.btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px
}

.btn.btn-icon i.icon-arrow-slider {
  font-size: 12px
}

.socials {
  z-index: 7
}

.menu-open .socials {
  z-index: 1
}

.body--home .socials.socials-absolute {
  bottom: 40vh
}

.socials.socials-absolute {
  position: fixed;
  right: 35px;
  bottom: 40vh;
  mix-blend-mode: difference;
  color: var(--white-clr)
}

.socials .socials-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px
}

.socials .socials-list__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;
  width: 20px;
  height: 20px;
  font-size: 18px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.socials .socials-list__link .icon-facebook,
.socials .socials-list__link .icon-instagram {
  font-size: 22px
}

.socials .socials-list__link:hover {
  opacity: .5
}

.about-accordion .spollers__item:last-of-type .spollers__title {
  border-bottom: none
}

.about-accordion .spollers__body {
  padding-bottom: 67px
}

.about-accordion .spollers__body.spollers__team {
  padding-bottom: 0
}

.about-accordion .spollers__title {
  font-size: 48px;
  line-height: 58px;
  color: #111;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 55px;
  position: relative
}

.about-accordion .spollers__title .spollers__title-name {
  max-width: 70%
}

.about-accordion .spollers__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.about-accordion .spollers__title .plus span {
  color: #111;
  padding: 10px;
  width: 70px;
  height: 70px;
  line-height: 50px;
  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;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .25s all ease-out;
  transition: .25s all ease-out
}

.about-accordion .spollers__title .plus span:last-of-type {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  padding-bottom: 20px;
  letter-spacing: -.1em
}

.about-accordion .spollers__title._spoller-active {
  border-bottom: none
}

.about-accordion .spollers__title._spoller-active span:first-of-type {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0
}

.about-accordion .spollers__title._spoller-active span:last-of-type {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0)
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: .5s cubic-bezier(.4, 0, .2, 1);
  transition: .5s cubic-bezier(.4, 0, .2, 1)
}

.header>.header__container {
  max-width: 100%
}

.header._header-scroll {
  background-color: var(--white-clr);
  border-bottom: 1px solid var(--grey-light-secondary)
}

.header._header-show .header-logo {
  -webkit-filter: invert(1);
  filter: invert(1)
}

.header._header-show .header-nav__item.active .header-nav__link::after {
  background-color: #000
}

.header._header-show .header-languages__link,
.header._header-show .header-nav__link {
  color: #000
}

.header._header-show .header-burger .icon-menu span,
.header._header-show .header-burger .icon-menu::after,
.header._header-show .header-burger .icon-menu::before,
.header._header-show .header-burger::after {
  background-color: #000
}

.header._header-show .header-wrapper::after {
  display: none
}

.menu-open .header._header-show .header-burger .icon-menu span,
.menu-open .header._header-show .header-burger .icon-menu::after,
.menu-open .header._header-show .header-burger .icon-menu::before,
.menu-open .header._header-show .header-burger::after {
  background-color: #fff
}

.menu-open .header._header-show .header-nav__languages .header-languages__link,
.menu-open .header._header-show .header-nav__link {
  color: #fff
}

.header .header-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.header .header-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9dd;
  opacity: .5
}

.header .header-logo {
  max-width: 160px;
  margin-right: 90px
}

.header .header-logo img,
.header .header-logo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.header .header-logo a {
  display: block
}

.header .header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin: 0 -24px
}

.header .header-nav__item {
  padding-left: 24px;
  padding-right: 24px
}

.header .header-nav__item.active .header-nav__link {
  opacity: 1
}

.header .header-nav__item.active .header-nav__link::after {
  opacity: 1;
  visibility: visible
}

.header .header-nav__link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  color: #fff;
  opacity: .5;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.header .header-nav__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden
}

.header .header-nav__link:hover {
  opacity: 1
}

.header .header-burger {
  position: relative;
  padding-left: 23px
}

.header .header-burger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background-color: #fff;
  opacity: .5
}

.header-languages {
  margin-left: auto
}

.header-languages .header-languages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px
}

.header-languages .header-languages__item {
  padding-left: 11px;
  padding-right: 11px
}

.header-languages .header-languages__item.active .header-languages__link {
  opacity: 1;
  text-decoration: none
}

.header-languages .header-languages__item.active .header-languages__link span::after {
  display: block
}

.header-languages .header-languages__link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
  padding-right: 12px;
  position: relative;
  opacity: .5
}

.header-languages .header-languages__link span {
  position: relative
}

.header-languages .header-languages__link span::after {
  content: "";
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.header-languages .header-languages__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 9px;
  height: 6px
}

.header-languages .header-languages__link[data-lang=ua]::after {
  background-image: url(../img/ukr.svg)
}

.header-languages .header-languages__link[data-lang=en]::after {
  background-image: url(../img/en.svg)
}

.header-languages .header-languages__link:hover {
  opacity: 1
}

.header-languages .header-languages__link:hover>span::after {
  opacity: 0;
  visibility: hidden
}

.menu-out .icon-menu {
  pointer-events: none
}

.icon-menu {
  display: block;
  position: relative;
  width: 1.5625rem;
  height: 1.125rem;
  z-index: 5
}

.icon-menu span,
.icon-menu::after,
.icon-menu::before {
  content: "";
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  left: 0;
  position: absolute;
  height: .0625rem;
  background-color: #fff
}

.icon-menu::before {
  top: 0;
  width: 100%
}

.icon-menu::after {
  bottom: 0;
  width: 19px
}

.icon-menu span {
  top: calc(50% - .0625rem);
  width: 14px
}

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

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

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

@-webkit-keyframes visible-custom-menu {
  from {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    height: 0;
    right: 50%;
    top: 50%;
    width: 0;
    left: 50%
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100vh;
    top: 0;
    width: 100vw;
    left: 0;
    right: 0
  }
}

@keyframes visible-custom-menu {
  from {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    height: 0;
    right: 50%;
    top: 50%;
    width: 0;
    left: 50%
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100vh;
    top: 0;
    width: 100vw;
    left: 0;
    right: 0
  }
}

@-webkit-keyframes close-custom-menu {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100vh;
    right: 0;
    top: 0;
    width: 100vw
  }

  to {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    visibility: hidden;
    height: 0;
    right: 50%;
    top: 50%;
    width: 0;
    left: 50%;
    padding: 0
  }
}

@keyframes close-custom-menu {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100vh;
    right: 0;
    top: 0;
    width: 100vw
  }

  to {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    visibility: hidden;
    height: 0;
    right: 50%;
    top: 50%;
    width: 0;
    left: 50%;
    padding: 0
  }
}

.footer {
  padding-top: 100px;
  padding-bottom: 76px;
  position: relative;
  background-color: #f8f8f8
}

.footer>.footer__container {
  position: relative
}

.footer>.footer__container::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 30px;
  max-width: 588px;
  width: 100%;
  height: 158px;
  background-image: url(../img/baristers-footer.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .1
}

.footer .footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr .7fr;
  grid-template-columns: 1.3fr .7fr;
  position: relative;
  row-gap: 70px;
  z-index: 2
}

.footer .footer-logo {
  max-width: 202px;
  width: 100%;
  margin-bottom: 64px
}

.footer .footer-logo img {
  width: 100%
}

.footer .footer-links__item {
  margin-bottom: 35px
}

.footer .footer-link {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  text-decoration-line: underline;
  color: #111;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.footer .footer-link:hover {
  opacity: .7
}

.footer .footer-copyright__from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 9px
}

.footer .footer-copyright__from img {
  display: block;
  max-width: 133px;
  width: 100%
}

.footer .footer-copyright__text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  color: #111;
  max-width: 250px
}

.footer .footer-copyright__text>span {
  margin-bottom: 20px
}

.footer .footer-copyright__text>span:last-child {
  margin-bottom: 0
}

.footer .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem 0;
  row-gap: 35px
}

.footer .footer-nav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 1rem
}

.footer .footer-nav__link {
  font-size: 16px;
  line-height: 100%;
  color: #1b1313;
  position: relative
}

.footer .footer-nav__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #cbcbcb;
  -webkit-transition: width .25s;
  transition: width .25s
}

.footer .footer-nav__link:hover::after {
  width: 100%
}

.footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 -30px
}

.footer .footer-socials__item {
  padding: 0 30px
}

.footer .footer-socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.footer .footer-socials__link:hover {
  opacity: .7
}

.body--home .footer .inner-page-socials {
  display: none
}

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 10vh;
  z-index: 12;
  opacity: 0;
  visibility: hidden
}

.floating-buttons._active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1;
  visibility: visible
}

.floating-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--white-clr);
  color: #fff;
  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-transform: rotate(-90deg) translateX(-15px);
  -ms-transform: rotate(-90deg) translateX(-15px);
  transform: rotate(-90deg) translateX(-15px);
  margin-bottom: 10px
}

.floating-btn.footer-top-btn {
  -webkit-transform: rotate(90deg) translateX(15px);
  -ms-transform: rotate(90deg) translateX(15px);
  transform: rotate(90deg) translateX(15px);
  border: 1px solid #eaeaea
}

.floating-btn.footer-top-btn path {
  fill: #222
}

.floating-btn:last-child {
  margin-bottom: 0
}

.floating-btn svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 20px
}

.floating-btn:hover {
  background-color: var(--grey-btn);
  border-color: var(--grey-btn);
  -webkit-transition: all .5s;
  transition: all .5s
}

.floating-btn.floating-telegram {
  background-color: var(--dark-blue);
  border-color: var(--grey-btn)
}

.floating-btn.floating-telegram i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.floating-btn.floating-telegram:hover {
  background-color: #0077b3
}

.hero {
  height: 100vh;
  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;
  text-align: center;
  position: relative;
  overflow: hidden
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(183.27deg, rgba(25, 29, 42, .92) 7.67%, rgba(4, 4, 4, 0) 57.1%);
  z-index: 1
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(12.67deg, rgba(25, 29, 42, .9) 10.13%, rgba(4, 4, 4, 0) 76.55%);
  z-index: 2
}

.hero .hero-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

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

.hero .hero-caption__inner {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.hero .hero-caption {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 80px
}

.hero .hero-title {
  font-size: 64px;
  line-height: 116.8%;
  color: #fff;
  font-weight: 600;
  margin-bottom: 38px;
  letter-spacing: .03em
}

.hero-section {
  min-height: 100vh;
  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;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: var(--dark-blue)
}

.touch .hero-section {
  min-height: calc(var(--vh, 1vh) * 100)
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  opacity: .8
}

.hero-section .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hero-section .swiper-slide {
  height: 100%
}

.hero-section .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.hero-section .swiper-pagination {
  z-index: 3
}

.hero-section .hero-slider__caption {
  z-index: 5;
  color: var(--white-clr);
  text-align: center;
  max-width: 900px;
  width: 100%;
  padding: 160px 40px
}

.hero-section .hero-slider__caption h1,
.hero-section .hero-slider__caption h2 {
  line-height: 1.15;
  font-size: 36px;
  font-weight: 700
}

.hero-section .hero-slider__caption h1,
.hero-section .hero-slider__caption h2,
.hero-section .hero-slider__caption h3,
.hero-section .hero-slider__caption h4,
.hero-section .hero-slider__caption h5,
.hero-section .hero-slider__caption h6 {
  margin-bottom: 0
}

.hero-section .hero-slider__buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}

.hero-section .hero-slider__buttons .btn {
  padding: 20px 45px 21px;
  -webkit-transition: .25s;
  transition: .25s
}

.hero-section .hero-slider__buttons .btn-border {
  color: var(--white-clr)
}

.hero-section .hero-slider__buttons .btn-fill {
  background-color: var(--white-clr);
  color: var(--dark-clr);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--white-clr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 22px
}

.hero-section .hero-slider__buttons .btn-fill::after {
  background-color: var(--white-clr);
  border-color: var(--white-clr)
}

.hero-section .hero-slider__buttons .btn-fill:hover {
  background-color: var(--grey-btn);
  color: var(--dark-blue);
  border-color: var(--grey-btn)
}

.hero-section .hero-slider__logo {
  fill: var(--white-clr);
  height: 88px;
  max-width: 320px;
  width: 100%;
  margin-bottom: 40px
}

.hero-slider__pagination {
  z-index: 11;
  bottom: 50px !important
}

.hero-slider__pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 16px;
  position: relative;
  background-color: #bdbdbd;
  -webkit-transition: .25s;
  transition: .25s;
  width: 11px;
  height: 11px
}

.hero-slider__pagination .swiper-pagination-bullet:hover {
  background-color: var(--white-clr)
}

.hero-slider__pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid var(--white-clr);
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.hero-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white-clr)
}

.hero-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1
}

.section-padding {
  padding-top: var(--section-padding);
}

.section-padding:last-child {
  padding-bottom: var(--section-padding)
}

.section-header {
  --section-header-text-width: 800px;
  --section-header-gap: 40px;
  padding-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 850px) auto;
  grid-template-columns: minmax(300px, 850px) auto;
  place-items: flex-start;
  gap: var(--section-header-gap);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section-header>* {
  margin: 0
}

.section-header>*+* {
  margin-bottom: .7em
}

.section-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-weight: 600;
  font-size: 24px
}

.section-header a svg {
  width: 28px;
  height: 28px
}

.section-header a svg#icon-mail {
  width: 38px
}

.section-header a:not(.btn):hover {
  text-decoration: underline
}

.section-header ul {
  margin-top: .7em;
  margin-bottom: .7em
}

.section-header ul li {
  padding-left: 20px;
  position: relative
}

.section-header ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 9px;
  display: block
}

.section-quote {
  --quote-padding: 45px;
  --quote-text-size: 32px;
  --quote-gap: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr 40px;
  grid-template-columns: 40px 1fr 40px;
  gap: var(--quote-gap);
  max-width: 740px;
  width: 100%;
  border-bottom: 1px solid var(--dark-blue);
  padding-bottom: 50px;
  margin-bottom: 50px
}

.section-quote .section-quote__text {
  font-size: var(--quote-text-size);
  font-weight: 500;
  margin-top: 25px;
  line-height: 1.4;
  text-align: right;
}

.section-quote i:last-child {
  transform: rotate(180deg);
  display: inline-flex;
}

.section-quote .section-quote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--quote-gap)
}

.section-quote__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  grid-column: 2 / 3;
  row-gap: var(--quote-gap);
}

.section-quote__logo>span {
  font-weight: 700;
  display: inline-flex;
  margin-left: .2rem;
}

.section-quote svg {
  width: 150px;
  height: 40px;
  margin-right: var(--quote-gap);
}


.section-quote .section-quote__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.section-quote .icon-quotes {
  font-size: 35px;
  color: #ddd
}

.section-quote .icon-quotes:last-of-type {
  transform: rotate(180deg);
}

.section-quote.section-quote-bg {
  background-color: var(--grey-lighter);
  border-radius: 10px;
  border-bottom: none;
  max-width: 100%;
  padding: var(--quote-padding)
}

/* .section-quote.section-quote-bg .section-quote__body {
  max-width: 920px
} */

.section-subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: .03em;
  color: #111
}

.section-text {
  font-size: 18px;
  line-height: 1.5;
  color: #111
}

.about {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative
}

.about::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  width: 160px;
  height: 100vh;
  background-image: url(../img/baristers.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top
}

.about .__container {
  padding-right: 0
}

.about .about-content {
  padding-top: 80px
}

.about .section-title {
  margin-bottom: 46px
}

.about .about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px
}

.about .square-grey {
  padding-left: 66px;
  padding-right: 46px;
  padding-bottom: 85px;
  position: relative
}

.about .square-grey::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background-color: var(--grey-lighter)
}

.about .square-grey::before {
  content: "";
  position: absolute;
  bottom: 620px;
  left: 100%;
  width: 100%;
  height: 45vh;
  background-color: var(--grey-lighter);
  z-index: 3
}

.about .about-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 0 20px;
  position: relative
}

.about .about-img {
  z-index: 2;
  margin-bottom: 70px;
  position: relative;
  padding-bottom: 34%;
  max-width: 60%;
  background-size: cover;
  background-position: center bottom
}

.about .about-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3
}

.about .about-title-secondary {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--dark-secondary-clr);
  margin-bottom: 40px;
  position: relative;
  z-index: 2
}

.about .about-text {
  margin-bottom: 1rem;
  color: var(--dark-secondary-clr);
  position: relative;
  z-index: 2
}

.about .about-text:last-of-type {
  margin-bottom: 0
}

.about .about-btn {
  margin-top: 67px
}

.about .about-btn .btn {
  max-width: 310px;
  width: 100%
}

.achievements {
  padding-top: 50px;
  padding-bottom: 65px
}

.achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  outline: 0
}

a.achievement-item {
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

a.achievement-item:hover {
  opacity: .5
}

.achievement-item__img {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.achievement-item__text {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000;
  max-width: 280px;
  margin: 0 auto;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

a.achievement-item__link {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: .05em;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

a.achievement-item__link:hover {
  opacity: .5
}

.achievements-specialists .achievements-specialists__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111;
  margin-bottom: 40px;
  row-gap: 20px;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  padding-top: 80px
}

.achievements-specialists .achievements-specialists__header .btn {
  max-width: 260px;
  width: 100%
}

.achievements-specialists .achievements-specialists__header .achievements-specialists__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(70% - 60px);
  flex: 0 0 calc(70% - 60px)
}

.achievements-specialists .achievements-specialists__header .achievements-specialists__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(30% - 60px);
  flex: 0 0 calc(30% - 60px)
}

.achievement-slider .swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto
}

.achievement-slider .slider-bottom-nav {
  padding-top: 35px
}

.achievement-slider .swiper-wrapper {
  row-gap: 40px
}

.achievement-slider .link-underline {
  display: block;
  margin-top: 1rem;
  color: var(--dark-blue);
  -webkit-transition: color .25s;
  transition: color .25s
}

/* .achievement-slider .link-underline:hover {
  color: var(--grey-btn)
} */

.inner-slider__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 15px;
  padding: 0 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}

.inner-slider__header ul li {
  position: relative
}

.inner-slider__header ul li.active a {
  font-weight: 700
}

.inner-slider__header ul span {
  position: absolute;
  top: 0;
  right: -15px;
  color: #939393;
  font-size: 16px
}

.inner-slider__header ul a {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .05em;
  color: #3c3c3c
}

.achievements-tabs .tabs {
  padding-top: 1rem
}

.achievements-tabs .tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 27px
}

.achievements-tabs .tabs__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: #939393;
  padding-right: 12px;
  position: relative;
  -webkit-transition: color .25s;
  transition: color .25s
}

.achievements-tabs .tabs__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #939393
}

.achievements-tabs .tabs__title._tab-active {
  color: #1e1e1e
}

.achievements-tabs .tabs__title._tab-active::after {
  background-color: #838383
}

.achievements-tabs .tabs__title:hover {
  color: #1e1e1e
}

.achievements-tabs .tabs__content {
  padding-top: 40px
}

.achievements-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.achievements-card .achievements-card__text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  color: #000
}

.achievements-card[data-square] {
  position: relative;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.achievements-card[data-square]::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6px;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background-color: #838383;
  margin-top: 5px
}

.achievements-card[data-photo] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.achievements-card[data-photo] .achievements-card__photo {
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px
}

.achievements-card[data-photo] .achievements-card__photo img,
.achievements-card[data-photo] .achievements-card__photo picture {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.achievements-grid {
  --image-card-gap: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--image-card-gap)
}

.clients {
  padding-top: 60px;
  padding-bottom: 37px
}

.clients .section-title {
  margin-bottom: 30px
}

.clients .section-subtitle {
  margin-bottom: 54px
}

.clients .clients-slider-wrapper {
  margin-bottom: 82px
}

.clients .clients-slider-wrapper:last-of-type {
  margin-bottom: 0
}

.clients-slider {
  padding-top: 54px;
  padding-bottom: 64px
}

.clients-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.clients-slider__item.clients-company .clients-slider__img {
  border-radius: 0;
  width: auto;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.clients-slider__item.clients-company .clients-slider__img img {
  -o-object-fit: contain;
  object-fit: contain
}

.clients-slider__item.clients-company .clients-slider__img::after {
  display: none
}

.clients-slider__img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 34px
}

.clients-slider__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(94, 111, 93, .9);
  mix-blend-mode: saturation;
  opacity: .3
}

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

.clients-slider__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  text-align: center
}

.clients-slider__subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #111;
  text-align: center;
  margin-top: 10px
}

.partners {
  padding-bottom: 60px
}

.partners .partners-slider {
  padding-top: 54px
}

.partners .partners-slider__img {
  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;
  min-height: 110px;
  height: auto;
  margin-bottom: 34px
}

.partners .partners-slider__img img,
.partners .partners-slider__img picture {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 110px
}

.partners .partners-slider__item {
  text-align: center
}

.partners .partners-slider__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #000;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.partners .partners-slider__title:hover {
  opacity: .5
}

.partners .partners-slider__description {
  font-size: 14px;
  line-height: 150%;
  color: #939393
}

.services {
  background-color: #202020;
  color: #fff;
  padding-bottom: 75px
}

.services .services-slider__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  padding-top: 70px;
  padding-bottom: 50px
}

.services .services-slider__tabs-item {
  padding: 0 40px
}

.services .services-slider__tabs-btn {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: .03em;
  color: #929292;
  text-align: left;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
  -webkit-transition: color .25s;
  transition: color .25s
}

.services .services-slider__tabs-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #929292;
  -webkit-transition: background-color .25s;
  transition: background-color .25s
}

.services .services-slider__tabs-btn:hover {
  color: #fff
}

.services .services-slider__tabs-btn:hover::before {
  background-color: #fff
}

.services .services-slider__tabs-btn.active {
  color: #fff;
  text-decoration: none
}

.services .services-slider__tabs-btn.active::before {
  background-color: #fff
}

.services .services-slider__item {
  color: #000
}

.services .services-slider__item-info {
  background-color: #fff;
  padding: 50px 75px;
  max-width: 73%;
  position: relative;
  z-index: 2
}

.services .services-slider__item-img {
  max-width: 30%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 145px
}

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

.services .services-slider__item-description {
  font-size: 22px;
  line-height: 150%;
  color: #111;
  margin-bottom: 60px
}

.services .services-slider__nav {
  position: absolute;
  bottom: 85px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  z-index: 5
}

.services .services-slider__nav .slider-btn {
  width: 63px;
  height: 63px;
  background-color: transparent;
  border-color: #434343
}

.services .services-slider__nav .slider-btn:hover {
  border-color: #fff
}

.services .services-slider__nav .slider-btn.swiper-button-disabled {
  width: 46px;
  height: 46px;
  pointer-events: none
}

.services .services-slider__nav .slider-btn.swiper-button-disabled:hover {
  border-color: #434343
}

.services .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem
}

.services .services-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  margin-bottom: 36px
}

.services .services-list__item:last-of-type {
  margin-bottom: 0
}

.services .services-list__item-inner {
  padding-left: 1.5rem;
  position: relative
}

.services .services-list__item-inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111
}

.services .services-slider__item-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .05em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000;
  display: block
}

.services .services-slider {
  padding-bottom: 70px
}

.services .services-slider .swiper-slide {
  opacity: 0 !important;
  padding-top: 85px
}

.services .services-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important
}

.services .services-all-btn .btn {
  max-width: 280px;
  width: 100%
}

.team {
  padding-top: 96px;
  padding-bottom: 82px;
  position: relative
}

.team .section-title {
  margin-bottom: 28px
}

.team .team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 146px;
  -moz-column-gap: 146px;
  column-gap: 146px;
  margin-bottom: 60px
}

.team .team-header .btn {
  max-width: 260px;
  width: 100%
}

.team .team-all-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px
}

.team .section-text {
  font-size: 18px;
  line-height: 150%;
  color: #111
}

.team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -36px
}

.team-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 36px;
  margin-bottom: 65px
}

.team-card {
  display: block;
  position: relative
}

.team-card::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -31px;
  width: 100%;
  height: calc(100% - 54px);
  background-color: #f3f3f3;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), transform .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), transform .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s .25s cubic-bezier(.215, .61, .355, 1)
}

.team-card::before {
  content: "\e908";
  position: absolute;
  bottom: 54px;
  right: 0;
  width: 20px;
  height: 20px;
  font-family: icomoon !important;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), transform .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s .25s cubic-bezier(.215, .61, .355, 1), transform .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s .25s cubic-bezier(.215, .61, .355, 1)
}

.team-card .team-card__header {
  position: relative;
  padding-bottom: 120%;
  margin-bottom: 26px;
  z-index: 2
}

.team-card .team-card__header img,
.team-card .team-card__header picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-filter .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: filter .5s .25s cubic-bezier(.215, .61, .355, 1);
  transition: filter .5s .25s cubic-bezier(.215, .61, .355, 1), -webkit-filter .5s .25s cubic-bezier(.215, .61, .355, 1)
}

.team-card .team-card__body {
  position: relative;
  z-index: 2
}

.team-card .team-card__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px
}

.team-card .team-card__status {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6f6f6f;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 1rem
}

.team-card .team-card__status::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: rgba(185, 185, 185, .9);
  opacity: .5;
  -webkit-transition: background-color .5s .5s;
  transition: background-color .5s .5s
}

.team-card .team-card__city {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000
}

.team-inner {
  padding-top: 108px;
  padding-bottom: 120px;
  position: relative
}

.team-inner__header img {
  max-width: 100%;
}

.team-inner .team-inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 880px;
  margin-bottom: 64px
}

.team-inner .team-inner__list-item {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #111;
  padding: 0 20px;
  max-width: 280px;
  position: relative
}

.team-inner .team-inner__list-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111
}

.team-inner .section-text {
  max-width: 880px;
  font-size: 18px;
  line-height: 150%
}

.team-inner .team-inner__wrapper {
  padding-top: 100px
}

.team-inner .team-inner__header {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #111;
  margin-bottom: 65px
}

.team-inner .team-inner__header .inner-hr {
  margin-top: 38px
}

.team-single {
  position: relative;
  padding-bottom: 150px
}

.team-single .team-single-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px
}

.team-single .team-single-card__img {
  margin-top: -60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  padding: 0 25px
}

.team-single .team-single-card__img img,
.team-single .team-single-card__img picture {
  max-width: 420px;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50px
}

.team-single .team-single-card__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 445px);
  flex: 0 0 calc(100% - 445px);
  padding: 60px 25px 0
}

.team-single .team-single__name {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  max-width: 375px;
  width: 100%;
  color: #111;
  margin-bottom: 13px
}

.team-single .team-single-card__inner {
  max-width: 650px;
  width: 100%
}

.team-single .team-single__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem
}

.team-single .team-single__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem
}

.team-single .team-single__socials-list-item a {
  -webkit-transition: .25s;
  transition: .25s
}

.team-single .team-single__socials-list-item a:hover {
  opacity: .5
}

.team-single .cv-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: .25s;
  transition: .25s
}

.team-single .cv-link:hover {
  opacity: .5
}

.team-single .team-single__status {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000
}

.team-single .text-grey {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 150%
}

.team-single .text-black {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  text-align: left
}

.team-single .spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  position: relative;
  padding-top: 18px;
  padding-bottom: 20px
}

.team-single .spollers__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.team-single .spollers__title .text-grey {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  height: 21px;
  max-width: 270px
}

.team-single .team-single__about {
  padding-top: 28px;
  padding-bottom: 36px;
  margin-bottom: 20px;
  position: relative
}

.team-single .team-single__about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.team-single .team-single__about .section-text {
  margin-bottom: 20px
}

.team-single .team-single__about .section-text:last-of-type {
  margin-bottom: 0
}

.team-single .team-single__credo {
  margin-top: 20px
}

.team-single .team-single__credo-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 13px
}

.team-single .team-single__credo-answer {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1e1e1e
}

.team-single .team-single__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 91px;
  row-gap: 14px
}

.team-single .team-single__footer-btn {
  padding: 0 15px
}

.team-single .team-single__footer-btn .btn {
  width: 100%
}

.team-single .team-single__footer-btn .btn i.icon-arrow-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.team-single-accordion .team-single-accordion__icon {
  margin-left: auto;
  width: 25px;
  height: 25px;
  position: relative
}

.team-single-accordion .team-single-accordion__icon .minus-icon,
.team-single-accordion .team-single-accordion__icon .plus-icon {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.team-single-accordion .minus-icon {
  opacity: 0
}

.team-single-accordion .spollers__item {
  border: none
}

.team-single-accordion .team-single-accordion__body {
  padding-top: 1rem;
  padding-bottom: 54px
}

.team-single-accordion .team-single-accordion__body .team-single-accordion__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000;
  margin-bottom: 24px
}

.team-single-accordion .team-single-accordion__title._spoller-active .plus-icon {
  opacity: 0
}

.team-single-accordion .team-single-accordion__title._spoller-active .minus-icon {
  opacity: 1;
  display: block
}

.team-single-accordion ul>li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  margin-bottom: 20px
}

.team-single-accordion ul>li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #8c8c8c
}

.team-single-accordion ul ul li:before {
  display: none;
}

.team-single-accordion ul>li:last-of-type {
  margin-bottom: 0
}

.team-single-accordion ul>li>* {
  display: block
}

.team-single-accordion ul>li>:first-child {
  font-weight: 700;
  margin: 0
}

.team-single-accordion ul>li>:last-child {
  margin: 0
}

.team-single-accordion .team-single-accordion__list-item {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  margin-bottom: 20px
}

.team-single-accordion .team-single-accordion__list-item:last-of-type {
  margin-bottom: 0
}

.team-single-accordion .team-single-accordion__list-item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #8c8c8c
}

.team-single-accordion .team-single-accordion__list-title {
  font-weight: 700
}

.team-single__item {
  padding-bottom: 20px;
  padding-top: 18px;
  border-bottom: 1px solid #ddd
}

.team-slider-section {
  padding-top: 60px;
  padding-bottom: 60px
}

.products {
  padding-top: 124px;
  padding-bottom: 117px;
  position: relative
}

.products .section-title {
  margin-bottom: 68px;
  margin-bottom: 40px
}

.products-slider-wrapper {
  padding-left: 5.625rem
}

.products-slider-wrapper .swiper-slide {
  max-width: 282px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.products-slider-wrapper .products-slider-nav {
  padding-right: 115px
}

.products-slider-wrapper .products-slider-nav .btn {
  max-width: 260px;
  width: 100%
}

.products-slider-wrapper .slider-bottom-nav {
  padding-top: 118px
}

.products-slider-wrapper .slider-bottom-nav .swiper-pagination {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%
}

.products-item .products-item__img {
  margin-bottom: 42px;
  position: relative;
  display: block;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.products-item .products-item__img:hover {
  opacity: .7
}

.products-item .products-item__img img,
.products-item .products-item__img picture {
  max-width: 100%;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain
}

.products-item .products-item__title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #111;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.products-item .products-item__title:hover {
  opacity: .7
}

.products-item .products-item__footer {
  margin-top: 47px;
  background-color: #e2e2e2;
  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;
  max-width: 100%;
  padding: 17px 0;
  border-radius: 10px
}

.products-item .products-item__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  padding-right: 19px;
  position: relative
}

.products-item .products-item__price::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #000
}

.products-item .products-item__buy {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
  padding-left: 19px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.products-item .products-item__buy:hover {
  opacity: .5
}

.news {
  padding-top: 111px;
  padding-bottom: 94px
}

.news .section-title {
  margin-bottom: 34px
}

.news-slider-wrapper {
  padding-left: 5.625rem
}

.news-slider-wrapper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.news-slider-wrapper .swiper-slide {
  height: auto
}

.news-slider-wrapper .swiper-slide:nth-child(even) .news-item {
  background-color: #ededed
}

.news-slider-wrapper .btn {
  max-width: 260px;
  width: 100%
}

.news-slider-wrapper .news-slider-nav {
  padding-right: 115px
}

.news-slider-wrapper .slider-bottom-nav {
  padding-top: 35px
}

.news-slider-wrapper .slider-bottom-nav .swiper-pagination {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.news-item .news-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px
}

.news-item .news-item__tags-item {
  color: #8c8e94;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  -webkit-transition: color .25s;
  transition: color .25s;
  display: block
}

.news-item .news-item__tags-item:hover {
  color: #111
}

.news-item .news-item__header {
  position: relative;
  padding-bottom: 56.2%;
  overflow: hidden;
  border-radius: 10px
}

.news-item .news-item__header .news-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s
}

.news-item .news-item__header:hover .news-item__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.news-item .news-item__body {
  padding-top: 32px
}

.news-item .news-item__footer {
  margin-top: auto;
  color: #bbb
}

.news-item .news-item__footer i {
  -webkit-transition: color .25s;
  transition: color .25s
}

.news-item .news-item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #111;
  margin-bottom: 10px;
  max-width: 460px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  display: block
}

.news-item .news-item__title:hover {
  opacity: .7
}

.news-item .news-item__date {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: capitalize;
  color: #959393
}

.contacts {
  overflow: hidden
}

.contacts .section-title {
  margin-bottom: 20px
}

.contacts .form {
  margin-top: -1.4rem
}

.contacts-cities {
  margin-top: 50px;
  overflow: hidden
}

.contacts-email-link {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: .03em;
  text-decoration-line: underline;
  color: #000;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.contacts-email-link:hover {
  opacity: .7
}

.contacts-cities__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contacts-cities__col:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%
}

.contacts-cities__col:last-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  background-color: #f8f8f8;
  position: relative
}

.contacts-cities__col:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background-color: #f8f8f8;
  z-index: 0;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%)
}

.contacts-cities__col:last-of-type .contacts-cities__card {
  padding-left: 44px
}

.contacts-cities__col .tabs__navigation {
  -webkit-column-gap: 57px;
  -moz-column-gap: 57px;
  column-gap: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px
}

.contacts-cities__col .tabs__title._tab-active .contacts-cities__header {
  padding-left: 0;
  color: #111
}

.contacts-cities__col .tabs__title._tab-active .contacts-cities__header::after {
  opacity: 1
}

.contacts-cities__col .tabs__title._tab-active .contacts-cities__header::before {
  opacity: 0
}

.contacts-cities__col .tabs__title .contacts-cities__header {
  color: #787878;
  -webkit-transition: color .25s;
  transition: color .25s;
  margin-bottom: 0
}

.contacts-cities__col .tabs__title .contacts-cities__header::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -17px;
  width: 6px;
  height: 6px;
  background-color: #d7d7d7;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 1
}

.contacts-cities__col .tabs__title .contacts-cities__header::after {
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.contacts-cities__card {
  position: relative;
  z-index: 2;
  padding-top: 68px;
  padding-bottom: 160px
}

.contacts-cities__header {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: .03em;
  color: #111;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px
}

.contacts-cities__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background-color: #ededed
}

.contacts-cities__address {
  font-weight: 600;
  font-size: 20px;
  line-height: 171.34%;
  letter-spacing: .03em;
  color: #111;
  max-width: 400px;
  margin-bottom: 18px
}

.contacs-cities__direction {
  font-weight: 400;
  font-size: 18px;
  line-height: 183.34%;
  letter-spacing: .03em;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  margin-bottom: 50px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.contacs-cities__direction span {
  text-decoration: underline
}

.contacs-cities__direction i {
  color: #cbcbcb;
  font-size: 1rem;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s
}

.contacs-cities__direction:hover span {
  opacity: .7
}

.contacs-cities__direction:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}

.contacts-cities__phone {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: .03em;
  color: #111;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.contacts-cities__phone:hover {
  opacity: .7
}

.contacts-form {
  --form-padding: 100px 0 60px;
  padding: var(--form-padding)
}

.contacts-form.inverse {
  --form-color: var(--white-clr);
  background-color: var(--dark-blue)
}

.contacts-form h2,
.contacts-form p {
  color: var(--form-color)
}

.contacts-form .contacts-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contacts-form .contacts-form__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  position: relative
}

.contacts-form .contacts-form__col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ededed
}

.contacts-form .contacts-form__form-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative
}

.contacts-form .contacts-form__form-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background-image: url(../img/form-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.contacts-form .contacts-form__wrapper {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 60%;
  grid-template-columns: 20% 20% 60%
}

.contacts-form .contacts-form__title {
  margin-top: 124px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: .03em;
  max-width: 500px;
  color: #060606
}

.form-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  color: var(--form-color);
  position: absolute;
  bottom: 1rem;
  left: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.form-group {
  position: relative;
  margin-bottom: 35px
}

.form-privacy {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  padding-bottom: 30px;
  margin-top: 50px
}

.form-privacy span {
  color: #a9a9a9
}

.form-privacy a {
  color: #a9a9a9;
  text-decoration: underline
}

.form-label {
  pointer-events: none
}

.form-label.active {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px)
}

._form-error .input {
  border-color: #ff1a0c
}

._form-error .form-label.active {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px)
}

._form-error .form__error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: right;
  color: #ff1a0c;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .03em;
  margin-top: 6px
}

.form-input-wrapper>.input:focus {
  outline: 0 !important
}

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 121;
  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-transition: 1s;
  transition: 1s
}

.preloader svg {
  display: block;
  width: 280px;
  height: 100px
}

.about-us-intro {
  padding-top: 65px;
  position: relative;
  overflow: hidden
}

.about-us-intro .section-title {
  max-width: 860px
}

.about-us-intro .about-us-intro__img {
  position: relative;
  max-width: 80%;
  width: 100%;
  z-index: 2
}

.about-us-intro .about-us-intro__img img,
.about-us-intro .about-us-intro__img picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about-us-intro .about-us-intro__info {
  position: relative;
  background-color: #fff
}

.about-us-intro .about-us-intro__info .section-text {
  margin-bottom: 0
}

.about-achievements {
  padding-top: 75px;
  text-align: center;
  overflow: hidden
}

.about-achievements .section-title {
  margin-bottom: 21px
}

.about-achievements .about-achievements__header {
  margin-bottom: 60px;
  text-align: left
}

.about-achievements__info {
  padding-top: 60px;
  padding-bottom: 40px
}

.about-achievements__info .achievements-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px
}

.about-achievements__info .achievements-list {
  padding-top: 40px;
  max-width: 1280px
}

.about-achievements__info .achievements-list .slider-bottom-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  z-index: 3;
  pointer-events: none
}

.about-achievements__info .achievements-list .slider-bottom-nav-btns {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-text {
  max-width: 893px;
  position: relative;
  z-index: 2
}

.about-info {
  padding-top: 77px;
  padding-bottom: 82px;
  overflow: hidden
}

.about-info .section-text {
  margin-bottom: 34px
}

.about-info .section-text:last-of-type {
  margin-bottom: 0
}

.about-info .about-us-intro__img {
  margin-bottom: 62px;
  max-width: 80%;
  width: 100%
}

.about-info .about-us-intro__img img {
  max-width: 100%;
  width: 100%
}

.support {
  overflow: hidden
}

.support .support-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #111;
  margin-bottom: 48px
}

.support .support-info__wrapper {
  position: relative
}

.support-info {
  max-width: 894px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
  padding-top: 22px;
  padding-bottom: 84px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.support-info:last-of-type {
  border-bottom: none
}

.support-info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #111;
  margin-bottom: 10px
}

.support-info .support-info__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 624px;
  flex: 0 0 624px;
  padding: 0 11px
}

.support-info .support-info__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding: 0 11px;
  margin-left: auto
}

.support-info .support-info__img img,
.support-info .support-info__img picture {
  display: block;
  max-width: 100%;
  width: 100%
}

.support-info ul>li {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  margin-bottom: 20px
}

.support-info ul>li:last-of-type {
  margin-bottom: 0
}

.support-info ul>li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #111
}

.support-info .support-info__descr {
  margin-top: 43px
}

.support-info__descr {
  font-size: 16px;
  line-height: 150%;
  color: #111;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.support-footer .support-info__descr {
  margin-bottom: 30px
}

.support-footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px
}

.support-footer__header .support-footer__img {
  position: relative;
  z-index: 2
}

.support-footer__header .support-footer__img img,
.support-footer__header .support-footer__img picture {
  max-width: 100%;
  width: 100%
}

.support-footer__header .support-footer__about {
  padding-top: 115px;
  padding-left: 40px;
  padding-right: 70px;
  padding-bottom: 70px;
  position: relative
}

.support-footer__header .support-footer__about::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80vw;
  height: calc(100% + 80px);
  background-color: #f5f5f5
}

.support-footer__header .support-footer__about-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1e1e1e;
  max-width: 455px;
  width: 100%;
  position: relative;
  z-index: 2
}

.about-accordion {
  margin-top: 80px
}

.about-slider-section {
  padding-top: 60px;
  padding-bottom: 60px
}

.about-slider .slider-bottom-nav {
  padding-top: 0
}

.about-slider .about-slider__image {
  position: relative;
  padding-bottom: 43.5%;
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden
}

.about-slider .about-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about-slider .about-slider__text {
  max-width: 70%;
  width: 100%
}

.about-slider .about-slider__text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4
}

.inner-services {
  position: relative;
  padding-top: 115px;
  padding-bottom: 120px;
  overflow: hidden
}

.inner-services .inner-services-header {
  margin-bottom: 35px
}

.inner-services .inner-services-header.inner-services-header__secondary {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative
}

.inner-services .inner-services-header.inner-services-header__secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  z-index: 2
}

.inner-services .inner-services-header.inner-services-header__secondary .section-title {
  margin-bottom: 0
}

.inner-services .inner-services-header.inner-services-header__civil {
  padding-top: 0
}

.inner-services .inner-services-header .section-title {
  max-width: 75%
}

.inner-services .inner-services-header .section-title-md {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px
}

.inner-services .inner-services-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #111;
  max-width: 900px
}

.inner-services-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding-bottom: 80px
}

.inner-services-row ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #111;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 20px
}

.inner-services-row ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111
}

.inner-services-row .inner-services-row__img {
  position: absolute;
  right: 0;
  top: 40%;
  width: calc(20% + 80px);
  z-index: -1
}

.inner-services-row .inner-services-row__img img,
.inner-services-row .inner-services-row__img picture {
  width: 100%;
  max-width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover
}

.inner-services-row .inner-services-row__img.inner-services-row__img-big {
  top: -300px;
  width: 50%
}

.inner-services-row .inner-services-row__img.inner-services-row__img-big img,
.inner-services-row .inner-services-row__img.inner-services-row__img-big picture {
  height: 500px
}

.inner-services-row ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #111;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 20px
}

.inner-services-row ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111
}

.inner-services-col {
  padding-top: 60px
}

.inner-services-col.bg-grey {
  background-color: #f5f5f5;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px
}

.news-page {
  --news-items-gap: 60px;
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative
}

.news-page__header ._select-selected:first-of-type {
  display: none
}

.news-page__search {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--news-items-gap)
}

.news-page__search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-page__search .form-group i {
  position: absolute;
  top: 18px
}

.news-page__search .form-group svg {
  position: absolute;
  right: 0;
  color: #ddd
}

.news-page__search .form-group .form-input {
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  padding-right: 40px;
  outline: 0 !important;
  height: 54px
}

.news-page__search .form-group .form-input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5c5c5c
}

.news-page__search .form-group .form-input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5c5c5c
}

.news-page__search .form-group .form-input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5c5c5c
}

.news-page__search .form-group .form-input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5c5c5c
}

.news-page__search .form-group .form-input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5c5c5c
}

.news-page__search .form-group-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px
}

.news-page__search .form-group-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  padding-right: 40px
}

.news-page__search .form-group-select i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none
}

.news-page__search .form-group-select-inner {
  max-width: 315px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 62px;
  width: 100%
}

.news-page__search .form-group-select-inner .select2-container {
  padding-left: 25px;
  padding-right: 25px
}

.news-page__search .form-group-select-inner .select2-selection__arrow {
  right: 25px
}

.news-page__search .form-group-select-inner .select {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.news-page__search .form-group-select-inner .select>* {
  width: 100%
}

.news-page__search .form-group-select-inner i {
  top: 19px
}

.form-group.search-active .news-page__dropdown {
  opacity: 1;
  visibility: visible
}

.news-page__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  -webkit-box-shadow: 0 21px 17px -8px rgba(0, 0, 0, .25);
  box-shadow: 0 21px 17px -8px rgba(0, 0, 0, .25);
  max-height: 570px;
  overflow: hidden;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 13
}

.news-page__dropdown .news-page__dropdown-list {
  height: 450px;
  overflow: auto
}

.news-page__dropdown .news-page__dropdown-item:last-of-type .news-page__dropdown-link {
  border-bottom: none
}

.news-page__dropdown .news-page__dropdown-footer {
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #ddd
}

.news-page__dropdown .news-page__dropdown-footer>* {
  padding-top: 5px;
  padding-bottom: 5px
}

.news-page__dropdown .news-page__dropdown-footer .news-page__dropdown-footer-quant {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.news-page__dropdown .news-page__dropdown-footer .news-page__dropdown-footer-quant strong {
  font-size: 14px;
  line-height: 1
}

.news-page__dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  padding: 15px 25px;
  border-bottom: 1px solid #ddd
}

.news-page__dropdown-link .news-page__dropwdown-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 124px;
  flex: 0 0 124px
}

.news-page__dropdown-link .news-page__dropwdown-image img,
.news-page__dropdown-link .news-page__dropwdown-image picture {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}

.news-page__dropdown-link .news-page__dropdown-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px)
}

.news-page__dropdown-link .news-page__dropdown-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #111;
  -webkit-transition: .25s;
  transition: .25s;
  margin-bottom: 10px
}

.news-page__dropdown-link .news-page__dropdown-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #959393
}

.news-page__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--news-items-gap)
}

.news-page__row .news-item {
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

.news-page__row .news-page__body {
  padding-bottom: 90px
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  padding-top: 90px
}

.pagination-list .pagination-list__item {
  font-size: 20px
}

.pagination-list .pagination-list__item a {
  font-size: 20px;
  line-height: 150%;
  color: #000;
  opacity: .5;
  -webkit-transition: .25s;
  transition: .25s
}

.pagination-list .pagination-list__item a:hover {
  opacity: 1
}

.pagination-list .pagination-list__item a i {
  display: none
}

.pagination-list .pagination-list__item:first-of-type.pagination-list__item-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pagination-list .pagination-list__item.active {
  font-weight: 700;
  opacity: 1
}

.pagination-list .pagination-list__item:first-of-type.pagination-list__item-arrow {
  margin-right: 40px
}

.pagination-list .pagination-list__item:last-of-type.pagination-list__item-arrow {
  margin-left: 40px
}

.pagination-list .pagination-list__item:first-of-type a,
.pagination-list .pagination-list__item:last-of-type a {
  --pagination-arrow-size: 60px;
  width: var(--pagination-arrow-size);
  height: var(--pagination-arrow-size);
  border: 1px solid var(--grey-btn);
  border-radius: 50%;
  display: block
}

.pagination-list .pagination-list__item:first-of-type a::after,
.pagination-list .pagination-list__item:last-of-type a::after {
  content: "\e901";
  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;
  width: 100%;
  height: 100%;
  font-family: icomoon !important;
  font-size: 8px;
  color: silver;
  pointer-events: none
}

.pagination-list .pagination-list__item:first-of-type a:hover,
.pagination-list .pagination-list__item:last-of-type a:hover {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue)
}

.pagination-list .pagination-list__item:first-of-type a:hover::after,
.pagination-list .pagination-list__item:last-of-type a:hover::after {
  color: var(--white-clr)
}

.news-article-section {
  position: relative
}

.news-article {
  padding-bottom: 90px
}

.news-article ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 150%
}

.news-article ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #8c8c8c
}

.news-article ul strong {
  display: block
}

.news-article .news-article__img-top {
  position: relative;
  padding-bottom: 490px;
  border-radius: 10px;
  margin-top: -80px;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden
}

.news-article .news-article__img-top img,
.news-article .news-article__img-top picture {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px
}

.news-article .news-article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 30px;
  padding-bottom: 1rem;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--grey-btn);
  margin-bottom: 40px
}

.news-article .news-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #8a8a8a;
  max-width: 500px
}

.news-article .news-article__date {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: capitalize;
  color: #959393
}

.news-article .news-article__share {
  padding-left: 47px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-article .news-article__share span {
  font-weight: 400
}

.news-article .news-article__share::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background-color: #d9d9dd
}

.news-article .news-article__share-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  -webkit-transition: .25s;
  transition: .25s;
  text-decoration: none
}

.news-article .news-article__share-btn i {
  font-size: 16px
}

.news-article .news-article__share-btn:hover {
  opacity: .6
}

.news-article .news-article__body {
  max-width: 900px;
  margin: 0 auto
}

.news-article .news-article__body h1,
.news-article .news-article__body h2,
.news-article .news-article__body h3,
.news-article .news-article__body h4,
.news-article .news-article__body h5,
.news-article .news-article__body h6 {
  font-weight: 600
}

.news-article .news-article__body h1 {
  font-size: 42px;
  line-height: 116.8%;
  color: #000;
  padding-bottom: 34px;
  margin-bottom: 40px;
  position: relative
}

.news-article .news-article__body h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.news-article .news-article__body h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px
}

.news-article .news-article__body h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #1e1e1e;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px
}

.news-article .news-article__body h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 350px;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.news-article .news-article__body h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 350px;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.news-article .news-article__body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #111;
  margin-bottom: 30px
}

.news-article .news-article__body>*+* {
  margin-bottom: .7em
}

.news-article hr {
  height: 1px;
  width: 100%;
  background-color: #ececee;
  margin-top: 20px;
  margin-bottom: 40px
}

.news-article a {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer
}

.news-article a span {
  font-weight: 700;
  -webkit-transition: .25s;
  transition: .25s
}

.news-article a:hover {
  opacity: .5
}

.news-article ul strong {
  display: block
}

.news-article ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 150%
}

.news-article ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #8c8c8c
}

.news-article .news-article__quote {
  position: relative;
  margin-top: 60px
}

.news-article .news-article__quote h1,
.news-article .news-article__quote h2,
.news-article .news-article__quote h3,
.news-article .news-article__quote h4,
.news-article .news-article__quote h5,
.news-article .news-article__quote h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1e1e1e;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative
}

.news-article .news-article__quote h1::before,
.news-article .news-article__quote h2::before,
.news-article .news-article__quote h3::before,
.news-article .news-article__quote h4::before,
.news-article .news-article__quote h5::before,
.news-article .news-article__quote h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.news-article .news-article__quote .icon-quotes {
  color: #ddd;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0
}

.news-article .news-article__quote .news-article__quote-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  max-width: 660px;
  width: 100%;
  margin: 1rem auto 60px
}

.news-article .news-article__quote .news-article__quote-footer img,
.news-article .news-article__quote .news-article__quote-footer picture {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-article .news-article__quote p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-bottom: 0;
  max-width: 490px
}

.news-article .news-article__quote p strong {
  color: #111
}

.news-article .news-article__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 60px;
  max-width: 900px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 100px
}

.news-article .news-article__footer a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.news-article .news-article__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-weight: 700
}

.news-article .news-article__prev i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

.news-article .news-article__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.news-article .news-article__next span {
  font-weight: 400
}

.news-article__slider .news-article__slider-img {
  position: relative;
  padding-bottom: 50%
}

.news-article__slider .news-article__slider-img img,
.news-article__slider .news-article__slider-img picture {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover
}

.news-article__slider .news-article__slider-text {
  max-width: 700px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6f6f6f;
  padding-left: 70px;
  padding-right: 135px;
  width: 100%;
  padding-top: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical
}

.news-article__slider .news-article__slider-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 5
}

.news-article__slider .news-article__slider-fraction {
  width: auto;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #6f6f6f
}

.news-article__slider .news-article__slider-fraction .swiper-pagination-total {
  font-weight: 400
}

.news-article__slider .news-article__slider-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 50px;
  padding-right: 50px;
  background: rgba(0, 0, 0, .5)
}

.cart-actions .cart-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 19px;
  -moz-column-gap: 19px;
  column-gap: 19px;
  font-size: 20px;
  line-height: 24px
}

.cart-actions .cart-action span {
  color: #fff
}

.cart-actions .cart-action i {
  color: #5c5c5c;
  -webkit-transition: color .25s;
  transition: color .25s
}

.cart-actions .cart-action:hover i {
  color: #828282
}

.cart-actions .cart-action.active i,
.cart-actions .cart-action.active span {
  color: #fff;
  font-weight: 700
}

.cart .section-title {
  max-width: 750px
}

.products-tiles {
  --products-column-gap: 70px;
  --products-row-gap: 90px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
  -webkit-column-gap: var(--products-column-gap);
  -moz-column-gap: var(--products-column-gap);
  column-gap: var(--products-column-gap);
  row-gap: var(--products-row-gap);
  padding-top: 30px;
  justify-items: center
}

.products-tiles .product-tile {
  position: relative;
  z-index: 2
}

.products-tiles .product-tile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 63px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 81px;
  background-color: #f4f4f4
}

.products-tiles .product-tile__header img,
.products-tiles .product-tile__header picture {
  max-width: 155px;
  height: 215px;
  -o-object-fit: contain;
  object-fit: contain
}

.products-tiles .products-item__title {
  margin-top: 33px;
  font-size: 24px;
  line-height: 29px
}

.products-tiles .product-tile__footer {
  background-color: var(--dark-blue);
  border-radius: 10px
}

.products-tiles .product-tile__footer .products-item__buy,
.products-tiles .product-tile__footer .products-item__price {
  color: #fff
}

.products-tiles .product-tile__footer .products-item__buy::after,
.products-tiles .product-tile__footer .products-item__price::after {
  background-color: #fff
}

.popup-cart .popup__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40%;
  grid-template-columns: 1fr 40%;
  padding: 0
}

.popup-cart .popup-cart__order {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 55px;
  padding-right: 35px
}

.popup-cart .popup-cart__order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 53px;
  -moz-column-gap: 53px;
  column-gap: 53px;
  row-gap: 13px;
  padding-bottom: 35px;
  position: relative
}

.popup-cart .popup-cart__order-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.popup-cart .popup-cart__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000
}

.popup-cart .popup-cart__order-header-icon {
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.popup-cart .popup-cart__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.popup-cart .popup-cart__order-item {
  padding-top: 9px;
  padding-bottom: 13px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px auto 120px 100px 1rem;
  grid-template-columns: 92px auto 120px 100px 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  position: relative
}

.popup-cart .popup-cart__order-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.popup-cart .popup-cart__order-image {
  background-color: #f4f4f4;
  padding: 22px
}

.popup-cart .popup-cart__order-image img,
.popup-cart .popup-cart__order-image picture {
  max-width: 100%
}

.popup-cart .popup-cart__order-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  max-width: 200px;
  color: #111
}

.popup-cart .popup-cart__order-counter {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px
}

.popup-cart .popup-cart__order-counter input[type=number] {
  pointer-events: none
}

.popup-cart .popup-cart__order-counter .count-btn {
  width: 25%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
  outline: 0 !important;
  height: 100%;
  color: #111
}

.popup-cart .cart-counter__input {
  width: 50%;
  background-color: #f2f2f2;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield
}

.popup-cart .popup-cart__order-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #111;
  text-align: right
}

.popup-cart .popup-cart__order-remove {
  color: #a2a2a2;
  font-size: 22px
}

.popup-cart .popup-cart__order-remove i {
  -webkit-transition: color .25s;
  transition: color .25s
}

.popup-cart .popup-cart__order-remove:hover {
  color: #111
}

.popup-cart .popup-cart__order-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 30px;
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  column-gap: 43px;
  padding-right: 30px
}

.popup-cart .popup-cart__order-footer span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6e6e6e
}

.popup-cart .popup-cart__order-fullprice {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #111
}

.popup-cart .popup-cart__form {
  background-color: #ededed
}

.popup-cart .popup-cart__form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 30px;
  position: relative
}

.popup-cart .popup-cart__form-header .popup__close {
  font-size: 24px;
  position: absolute;
  right: 30px
}

.popup-cart .cart-form {
  padding-left: 39px;
  padding-right: 30px;
  padding-bottom: 20px
}

.popup-cart .cart-form .form-group {
  margin-bottom: 34px;
  position: relative
}

.popup-cart .cart-form .form-group._form-error .input {
  border-color: #ff1a0c
}

.popup-cart .cart-form .form-group:last-of-type {
  margin-top: 90px
}

.popup-cart .cart-form .select._select-open .select__title::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.popup-cart .cart-form .select__title {
  border-bottom: 1px solid rgba(2, 2, 2, .5);
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 22px;
  position: relative
}

.popup-cart .cart-form .select__title::after {
  content: "\e908";
  position: absolute;
  top: 20px;
  right: 0;
  width: 20px;
  height: 250px;
  font-family: icomoon !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  color: #bbb
}

.popup-cart .cart-form .select__options {
  width: 100%;
  position: absolute;
  background-color: #f2f2f2;
  top: 100%;
  z-index: 3
}

.popup-cart .cart-form .select__option {
  width: 100%;
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid rgba(2, 2, 2, .1);
  -webkit-transition: background-color .25s;
  transition: background-color .25s
}

.popup-cart .cart-form .select__option:hover {
  background-color: #ddd
}

.popup-cart .cart-form .input {
  border-color: rgba(2, 2, 2, .5);
  color: #111
}

.popup-cart .cart-form .form-label {
  color: #111
}

.popup-cart .cart-form__type {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: .03em;
  color: #000;
  margin-bottom: 34px
}

.products-page {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative
}

.product-single {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px
}

.product-single::after {
  content: "";
  position: absolute;
  top: 180px;
  right: 0;
  width: 10%;
  height: 600px;
  background-color: #f8f8f8
}

.product-single .product-single__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 420px auto 130px;
  grid-template-columns: 420px auto 130px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
  z-index: 2
}

.product-single .product-single__img {
  margin-right: 40px;
  background-color: #f4f4f4;
  padding: 95px;
  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;
  border-radius: 10px
}

.product-single .product-single__img img,
.product-single .product-single__img picture {
  width: 100%;
  height: 315px;
  -o-object-fit: contain;
  object-fit: contain
}

.product-single .product-single__name {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 45px;
  max-width: 530px
}

.product-single .product-single__buy .btn {
  width: 100%
}

.product-single .product-single__list {
  padding-bottom: 25px;
  position: relative
}

.product-single .product-single__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.product-single .product-single__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 14px
}

.product-single .product-single__list-item:last-of-type {
  margin-bottom: 0
}

.product-single .product-single__list-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6e6e6e;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px
}

.product-single .product-single__list-value {
  max-width: 330px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000
}

.product-single .product-single__list-author {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000
}

.product-single .product-single__list-author a {
  text-decoration: underline;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.product-single .product-single__list-author a:hover {
  opacity: .7
}

.product-single .product-single__actions {
  padding-top: 14px;
  padding-bottom: 19px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  position: relative
}

.product-single .product-single__actions::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.product-single .product-single__favorite-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.product-single .product-single__favorite-link:hover {
  opacity: .7
}

.product-single .product-single__share-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.product-single .product-single__share-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background-color: #d9d9dd
}

.product-single .product-single__share-link:hover {
  opacity: .7
}

.product-single .product-single__description {
  padding-top: 27px
}

.product-single .product-single__description>p {
  font-size: 16px;
  line-height: 165%;
  color: #111;
  margin-bottom: 25px
}

.product-single .product-single__description>p:last-of-type {
  margin-bottom: 0
}

.product-single .product-single__description-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 18px
}

.product-single .product-single__buy {
  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
}

.product-single .product-single__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 6px
}

.product-single .product-single__availability {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-bottom: 27px
}

.product-single .product-single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
  gap: 25px
}

.product-single .product-single__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .05em;
  color: #000;
  padding: 20px 45px 21px
}

.product-single .product-single__nav-link i {
  width: 24px;
  font-size: 8px
}

.product-single .product-single__nav-link:first-of-type i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.product-single .product-single__nav-link:last-of-type {
  font-weight: 400
}

.product-single .product-single__nav-link:last-of-type i {
  opacity: .5
}

.notification {
  max-width: 360px;
  width: 100%;
  background-color: var(--grey-lighter);
  position: fixed;
  bottom: 45px;
  right: 25px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s;
  transition: .5s
}

.notification._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.notification-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  padding: 1rem 25px
}

.notification-body i {
  font-size: 24px
}

.notification-body i:first-of-type {
  font-size: 30px;
  color: #bfbfbf
}

.notification-text {
  max-width: 240px;
  width: 100%;
  margin-right: auto
}

.notification-text .text-overflow {
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1
}

.notification-text .notification-text-main {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #111
}

.notification-text .notification-text-sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  color: #5c5c5c
}

.product-single__share-link>.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn .at-label {
  font-size: 0 !important;
  opacity: 0;
  visibility: hidden
}

.product-single__share-link>.addthis_inline_share_toolbox .at-share-btn-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

.product-single__share-link>.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
  margin: 0;
  width: 30px;
  height: 30px
}

.order_delivery {
  position: relative
}

.select2-container {
  width: 100% !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
  padding-right: 35px
}

.select2-container .select2-selection--single .select2-selection__rendered::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(2, 2, 2, .5)
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  color: #111;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em
}

.select2-dropdown,
.select2-results__options {
  border: none;
  background: #f8f8f8;
  -webkit-box-shadow: 0 21px 17px -8px rgba(0, 0, 0, .25);
  box-shadow: 0 21px 17px -8px rgba(0, 0, 0, .25);
  border-radius: 10px !important
}

.select2-results__options {
  padding: .5rem 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .03em;
  color: #5c5c5c
}

.select2-results__option {
  padding: 10px 1.5rem
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  text-decoration: underline;
  color: #5c5c5c
}

.select2-selection__arrow b {
  display: none
}

.select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2721%27 viewBox=%270 0 9 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.87699 0.312462C4.68173 0.117201 4.36515 0.117201 4.16988 0.312462L0.987904 3.49444C0.792641 3.6897 0.792641 4.00629 0.987904 4.20155C1.18317 4.39681 1.49975 4.39681 1.69501 4.20155L4.52344 1.37312L7.35186 4.20155C7.54713 4.39681 7.86371 4.39681 8.05897 4.20155C8.25423 4.00629 8.25423 3.6897 8.05897 3.49444L4.87699 0.312462ZM5.02344 20.666L5.02344 0.666016H4.02344L4.02344 20.666H5.02344Z%27 fill=%27%236F6F6F%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.popup__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 35px;
  position: relative
}

.popup__content-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.popup__close {
  font-size: 24px;
  outline: 0
}

#popup-favorites .popup__content {
  padding: 36px 55px
}

#popup-favorites .popup__content {
  max-width: 850px
}

.popup__content-favorites-item {
  gap: 13px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px 13px auto 13px 24px;
  grid-template-columns: 92px auto 24px;
  position: relative;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto 13px auto;
  grid-template-areas: "favorites-img favorites-descr favorites-remove""favorites-actions favorites-actions favorites-actions"
}

.popup__content-favorites-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd
}

.popup__content-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000
}

.popup__content-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  background-color: #f4f4f4;
  padding: 22px;
  height: 94px;
  grid-area: favorites-img
}

.popup__content-img img,
.popup__content-img picture {
  max-width: 100%
}

.popup__content-book-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #111;
  margin-top: auto
}

.popup__content-description {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-area: favorites-descr
}

.popup__content-actions {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  grid-area: favorites-actions
}

.popup__content-actions .btn.btn-black,
.popup__content-actions .btn.btn-border {
  padding: 15px 40px
}

.popup__content-favorites-remove {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-area: favorites-remove
}

.popup__content-favorites-remove .favorites-remove {
  color: #a2a2a2;
  font-size: 22px
}

.popup-cart .form-hidden .popup-cart__form {
  display: none
}

.popup-cart .popup__content.form-hidden {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.services-slider__item-info h2 {
  font-size: 22px;
  line-height: 150%;
  color: #111;
  margin-bottom: 60px
}

.services-slider__item-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem
}

.services-slider__item-info li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  margin-bottom: 36px;
  padding-left: 1.5rem;
  position: relative
}

.services-slider__item-info li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111
}

.services-slider__item-info li:last-of-type {
  margin-bottom: 0
}

.news-article .news-article__share.product-single__share {
  padding-left: 0;
  padding-top: 19px
}

.product-single__info {
  padding-right: 1rem
}

.news-page__search .select2-container .select2-selection--single .select2-selection__rendered::after {
  display: none
}

.news-page__search .select2-selection__rendered {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000
}

.news-page__search .select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000
}

.news-filter-select-dropdown {
  top: 100% !important;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 1;
  border-radius: 10px !important
}

.news-page__dropdown-link .news-page__dropwdown-image {
  height: 76px
}

.policy-section {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding-bottom: 150px;
  padding-top: 60px
}

.policy__container {
  max-width: 870px
}

.policy-section a {
  font-weight: 700;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  text-decoration: underline
}

.policy-section a:hover {
  opacity: .7
}

.policy-section p {
  margin-bottom: 1.5625rem
}

.policy-section ol,
.policy-section ul {
  padding-left: 2rem
}

.policy-section li {
  margin-bottom: 1.5625rem
}

.policy-section h1,
.policy-section h2,
.policy-section h3,
.policy-section h4,
.policy-section h5,
.policy-section h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 1.25rem
}


.team-single-accordion__title>.text-grey {
  -webkit-transition: .5s;
  transition: .5s
}

.team-single-accordion__title._spoller-active>.text-black {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000
}

.team-single-accordion__title._spoller-active>.text-grey {
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: absolute
}

.team-single-accordion__title::after {
  -webkit-transition: .5s;
  transition: .5s
}

.team-single-accordion__title._spoller-active::after {
  opacity: 0;
  visibility: hidden
}

.achievement-item__img img {
  max-width: 100%;
  max-height: 200px;
}

.product-single__share {
  position: relative;
  cursor: pointer
}

.product-single__share.active .share-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px)
}

.product-single__share .share-dropdown {
  -webkit-transition: .25s;
  transition: .25s;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background-color: #f4f4f4;
  z-index: 3;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden
}

.product-single__share .share-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px !important
}

.product-single__share .jssocials-share {
  margin: 0
}

.product-single__share .jssocials-share-label {
  display: none
}

.product-single__share .jssocials-share-link {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  text-decoration: none
}

.product-single__share .jssocials-share-link:hover {
  opacity: .7
}

.product-single__share .jssocials-share-link .fa-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z%27/%3E%3C/svg%3E");
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.product-single__share .jssocials-share-link .fa-facebook {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale
}

.product-single__share .jssocials-share-link .fa-facebook::before {
  content: "\e904";
  font-family: icomoon !important
}

.product-single__share .jssocials-share-link .fa-paper-plane {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale
}

.product-single__share .jssocials-share-link .fa-paper-plane::before {
  content: "\e907";
  font-family: icomoon !important
}

.product-single__share .jssocials-share-link .fa-whatsapp {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27%3F%3E%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27 width=%2730px%27 height=%2730px%27%3E%3Cpath d=%27M 15 3 C 8.373 3 3 8.373 3 15 C 3 17.251208 3.6323415 19.350068 4.7109375 21.150391 L 3.1074219 27 L 9.0820312 25.431641 C 10.829354 26.425062 12.84649 27 15 27 C 21.627 27 27 21.627 27 15 C 27 8.373 21.627 3 15 3 z M 10.892578 9.4023438 C 11.087578 9.4023438 11.287937 9.4011562 11.460938 9.4101562 C 11.674938 9.4151563 11.907859 9.4308281 12.130859 9.9238281 C 12.395859 10.509828 12.972875 11.979906 13.046875 12.128906 C 13.120875 12.277906 13.173313 12.453437 13.070312 12.648438 C 12.972312 12.848437 12.921344 12.969484 12.777344 13.146484 C 12.628344 13.318484 12.465078 13.532109 12.330078 13.662109 C 12.181078 13.811109 12.027219 13.974484 12.199219 14.271484 C 12.371219 14.568484 12.968563 15.542125 13.851562 16.328125 C 14.986562 17.342125 15.944188 17.653734 16.242188 17.802734 C 16.540187 17.951734 16.712766 17.928516 16.884766 17.728516 C 17.061766 17.533516 17.628125 16.864406 17.828125 16.566406 C 18.023125 16.268406 18.222188 16.319969 18.492188 16.417969 C 18.766188 16.515969 20.227391 17.235766 20.525391 17.384766 C 20.823391 17.533766 21.01875 17.607516 21.09375 17.728516 C 21.17075 17.853516 21.170828 18.448578 20.923828 19.142578 C 20.676828 19.835578 19.463922 20.505734 18.919922 20.552734 C 18.370922 20.603734 17.858562 20.7995 15.351562 19.8125 C 12.327563 18.6215 10.420484 15.524219 10.271484 15.324219 C 10.122484 15.129219 9.0605469 13.713906 9.0605469 12.253906 C 9.0605469 10.788906 9.8286563 10.071437 10.097656 9.7734375 C 10.371656 9.4754375 10.692578 9.4023438 10.892578 9.4023438 z%27/%3E%3C/svg%3E")
}

.product-single__share .jssocials-share-link .fa-volume-control-phone {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724px%27 height=%2724px%27%3E%3Cpath d=%27M 9.546875 0.98046875 C 5.385875 0.98046875 2 4.3643906 2 8.5253906 L 2 12.023438 C 2 14.249437 2.326 17.286234 5 18.740234 L 5 21.222656 L 7.0664062 22.255859 L 10.552734 19.976562 L 14.328125 19.945312 C 18.415125 19.945313 22 16.243437 22 12.023438 L 22 8.5253906 C 22 4.3643906 18.614125 0.98046875 14.453125 0.98046875 L 9.546875 0.98046875 z M 9.546875 2.9804688 L 14.453125 2.9804688 C 17.511125 2.9804688 20 5.4673906 20 8.5253906 L 20 12.021484 C 20 15.175484 17.350313 17.943359 14.320312 17.943359 L 9.9472656 17.982422 L 7 19.910156 L 7 17.427734 L 6.3691406 17.175781 C 4.7081406 16.513781 4 14.973437 4 12.023438 L 4 8.5253906 C 4 5.4673906 6.488875 2.9804688 9.546875 2.9804688 z M 13 3.9804688 L 13 4.9804688 C 15.947 4.9804688 18 7.6154687 18 9.9804688 L 19 9.9804688 C 19 7.1424687 16.536 3.9804687 13 3.9804688 z M 8.0019531 4.9902344 C 7.7637031 4.9543594 7.5116875 5.0109219 7.3046875 5.1699219 L 6.7167969 5.6230469 C 6.0227969 6.1560469 5.8013594 7.0969531 6.1933594 7.8769531 C 6.9313594 9.3439531 8.1679375 11.604406 9.2109375 12.566406 C 10.492938 13.750406 12.507172 15.15375 14.201172 15.84375 C 14.942172 16.14575 15.790547 15.933172 16.310547 15.326172 C 16.495547 15.110172 16.668359 14.890406 16.818359 14.691406 C 17.125359 14.283406 17.036094 13.70525 16.621094 13.40625 L 14.75 12.060547 C 14.348 11.771547 13.786375 11.851188 13.484375 12.242188 L 13.169922 12.589844 C 12.961922 12.819844 12.64875 12.940906 12.34375 12.878906 C 11.86775 12.782906 11.113187 12.472063 10.242188 11.539062 C 9.5231875 10.771063 9.1196562 9.9537656 8.9726562 9.3847656 C 8.8846563 9.0447656 9.0063438 8.6898438 9.2773438 8.4648438 L 9.5917969 8.203125 C 9.9587969 7.899125 10.030859 7.3665156 9.7558594 6.9785156 L 8.6152344 5.3671875 C 8.4652344 5.1546875 8.2402031 5.0261094 8.0019531 4.9902344 z M 13 5.9804688 L 13 6.9804688 C 14.514 6.9804688 16 8.4664688 16 9.9804688 L 17 9.9804688 C 17 7.9244688 15.056 5.9804688 13 5.9804688 z M 13 7.9804688 L 13 8.9804688 C 13.645 8.9804688 14 9.3354688 14 9.9804688 L 15 9.9804688 C 15 8.7834688 14.196 7.9804688 13 7.9804688 z%27/%3E%3C/svg%3E")
}

.product-single__share .jssocials-share-logo {
  width: auto;
  font-size: inherit
}

.product-single__share .jssocials-shares {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

@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,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

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

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

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

.swiper-slide,
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;
  display: block
}

.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-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d {
  -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 {
  -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, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(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-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.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-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.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-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-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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.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: var(--swiper-navigation-top-offset, 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: .35;
  cursor: auto;
  pointer-events: none
}

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.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;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 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: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.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(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  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: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.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: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

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

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: var(--swiper-scrollbar-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;
  -ms-touch-action: none;
  touch-action: none
}

.swiper .swiper-notification,
swiper-container .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: 0;
  width: 100%;
  height: 100%;
  opacity: .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:375px) {
  h1 {
    font-size: calc(28px + 36 * (100vw - 375px)/ 649)
  }

  .popup-cart-add .popup__title {
    font-size: calc(32px + 16 * (100vw - 375px)/ 649)
  }

  .inner-page-header h2 {
    font-size: calc(42px + 22 * (100vw - 375px)/ 649)
  }

  .hero-section .hero-slider__caption h1,
  .hero-section .hero-slider__caption h2 {
    font-size: calc(36px + 28 * (100vw - 375px)/ 905)
  }
}

@media (min-width:575px) {

  .page-header-title,
  h2 {
    font-size: calc(28px + 12 * (100vw - 575px)/ 449)
  }

  h3 {
    font-size: calc(24px + 8 * (100vw - 575px)/ 449)
  }

  .thanks-popup .thanks-popup__title {
    font-size: calc(32px + 16 * (100vw - 575px)/ 865)
  }

  .accordion .accordion__body h1,
  .accordion .accordion__body h2 {
    font-size: calc(22px + 6 * (100vw - 575px)/ 449)
  }

  .accordion .accordion__body h3,
  .accordion .accordion__body h4 {
    font-size: calc(18px + 4 * (100vw - 575px)/ 449)
  }
}

@media (min-width:768.98px) {
  .hero-section .socials {
    bottom: 30vh
  }

  .section-quote.section-quote-bg {
    --quote-text-size: 34px
  }
}

@media (min-width:769px) {
  .products-slider-wrapper .products-slider {
    padding-right: 50px
  }

  .news-slider-wrapper .news-slider {
    padding-right: 50px
  }
}

@media (min-width:1024px) {
  h1 {
    font-size: 64px
  }

  .page-header-title,
  h2 {
    font-size: 40px
  }

  h3 {
    font-size: 32px
  }

  .popup-cart-add .popup__title {
    font-size: 48px
  }

  .accordion .accordion__body h1,
  .accordion .accordion__body h2 {
    font-size: 28px
  }

  .accordion .accordion__body h3,
  .accordion .accordion__body h4 {
    font-size: 22px
  }

  .inner-page-header h2 {
    font-size: 64px
  }
}

@media (min-width:1024.98px) {
  .team-slider {
    margin: 0 -40px !important;
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .product-single__share-link>.addthis_inline_share_toolbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    padding: .5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in
  }

  .product-single__share:hover .addthis_inline_share_toolbox {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }
}

@media (min-width:1025px) {
  .team-card:hover .team-card__header::after {
    opacity: 0
  }

  .team-card:hover img,
  .team-card:hover picture {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }

  .team-card:hover::after,
  .team-card:hover::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  .team-card:hover .team-card__status::after {
    background-color: #3e3e3e
  }
}

@media (min-width:1080.98px) {
  .header .header-burger {
    display: none
  }

  .header-nav__wrapper .header-nav__btn,
  .header-nav__wrapper .header-nav__languages,
  .header-nav__wrapper .header-nav__links,
  .header-nav__wrapper .header-nav__logo,
  .header-nav__wrapper .header-nav__socials,
  .header-nav__wrapper .header-nav__title {
    display: none
  }

  .icon-menu {
    pointer-events: none
  }

  .contacts-form .contacts-form__wrapper .form {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5
  }
}

@media (min-width:1280px) {
  .accordion .accordion__body ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .slider-bottom-nav .slider-bottom-nav-btns {
    padding-right: 80px
  }

  .hero-section .hero-slider__caption h1,
  .hero-section .hero-slider__caption h2 {
    font-size: 64px
  }
}

@media (min-width:1440px) {
  .thanks-popup .thanks-popup__title {
    font-size: 48px
  }
}

@media (min-width:1441px) {
  .services .services-slider__item-info {
    min-height: 50vh
  }
}

@media (min-width:1600px) {
  .news-slider-wrapper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
    opacity: .5
  }

  .news-slider-wrapper .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 1
  }
}

@media (min-width:1900px) {
  .team-inner .section-text {
    max-width: 70%
  }

  .team-single .team-single-card__inner {
    max-width: 70%
  }

  .support-info {
    max-width: 80%
  }

  .support-info .support-info__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
  }

  .support-info__descr {
    max-width: 70%;
    width: 100%
  }

  .support-footer__header .support-footer__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
  }

  .support-footer__header .support-footer__about::after {
    width: 60vw
  }

  .support-footer__header .support-footer__about-title {
    max-width: 70%
  }
}

@media (min-width:1920px) {
  .clients-slider-wrapper .swiper-slide {
    width: 25% !important
  }
}

@media (min-width:1921px) {
  .services .services-slider__tabs {
    padding-left: 90px
  }

  .services .services-slider__tabs-btn {
    max-width: 70%
  }

  .services .services-slider__item-img {
    height: 50vh
  }

  .services .services-slider__item-description {
    font-size: 30px;
    max-width: 80%
  }

  .services .services-list {
    gap: 36px
  }

  .services .services-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 22px
  }

  .services .services-slider__item-link {
    font-size: 18px;
    margin-top: 80px
  }

  .services .services-slider .swiper-slide {
    min-height: 50vh
  }

  .contacts-cities__address {
    max-width: 100%
  }

  .services-slider__item-info h2 {
    font-size: 30px;
    max-width: 80%
  }

  .services-slider__item-info ul {
    gap: 36px
  }

  .services-slider__item-info li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    font-size: 22px
  }
}

@media (max-width:1920px) {
  .services .services-slider__tabs {
    max-width: 60%
  }

  .services .services-slider__item-info {
    padding: 50px 36px;
    max-width: calc(100% - 450px)
  }

  .services .services-slider__item-img {
    max-width: 500px;
    height: 550px
  }

  .services .services-list {
    margin-bottom: 50px
  }

  .services-slider__item-info ul {
    margin-bottom: 50px
  }
}

@media (max-width:1450px) {
  .news-page__dropdown .news-page__dropdown-list {
    height: 400px
  }

  .news-page__dropdown-link .news-page__dropdown-title {
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}

@media (max-width:1440px) {
  .achievement-popup {
    --popup-padding: 80px
  }

  .popup-cart-add {
    --popup-cart-add-padding: 60px 40px
  }

  .accordion .accordion__title-descr {
    max-width: 420px
  }

  .header .header-logo {
    margin-right: 45px
  }

  .header .header-nav__item {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .about .about-text {
    max-width: 475px
  }
}

@media (max-width:1439px) {
  .services>.__container {
    padding-right: 0
  }

  .services .services-slider__tabs {
    margin: 0 -20px;
    max-width: 50%
  }

  .services .services-slider__tabs-item {
    padding: 0 20px
  }

  .services .services-slider__item-info {
    max-width: calc(100% - 300px)
  }

  .team-row {
    margin: 0 -15px
  }

  .team-col {
    padding: 0 15px
  }

  .team-card::after {
    width: 90%;
    right: -15px
  }
}

@media (max-width:1360px) {
  .contacts-cities__col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .contacts-cities__col:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .contacts-form .contacts-form__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .contacts-form .contacts-form__form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .contacts-form .contacts-form__title {
    font-size: 48px;
    line-height: 56px
  }
}

@media (max-width:1300px) {
  .product-single .product-single__row {
    -ms-grid-columns: 265px auto 130px;
    grid-template-columns: 265px auto 130px
  }

  .product-single .product-single__img {
    padding: 55px
  }

  .product-single .product-single__img img,
  .product-single .product-single__img picture {
    height: 215px
  }
}

@media (max-width:1280px) {
  .container-new {
    padding-left: 42px;
    padding-right: 42px
  }

  .accordion .accordion__title-heading {
    font-size: 1.25rem
  }

  .accordion .accordion__title-descr {
    max-width: 350px
  }

  .accordion .accordion__body ul {
    margin-top: 1.5em
  }

  .accordion .accordion__body ul li {
    margin-bottom: 1em
  }

  .accordion {
    --accordion-icon-size: 40px;
    --accordion-title-gap: 25px;
    --accordion-title-padding: 25px;
    --accordion-body-padding-left: 90px;
    --accordion-body-padding-right: 25px;
    --accordion-body-padding-bot: 25px
  }

  .header>.header__container {
    padding-left: 42px;
    padding-right: 42px
  }

  .header-languages .header-languages__item {
    padding-left: 0;
    padding-right: 0
  }

  /* .header-languages .header-languages__link::after {
  display: none
} */

  .contacts-form {
    --form-padding: 60px 0 40px
  }

  .about-slider .about-slider__image {
    margin-bottom: 20px
  }

  .about-slider .about-slider__text {
    max-width: 100%
  }

  .about-slider .about-slider__text p {
    font-size: 20px
  }

  .inner-services-row {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    padding-bottom: 60px;
    margin-bottom: 40px
  }

  .inner-services-row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 42px;
    width: 100%;
    height: 1px;
    background-color: #ddd
  }

  .news-page {
    --news-items-gap: 40px
  }

  .product-single .product-single__name {
    font-size: 32px
  }
}

@media (max-width:1260px) {
  .products-tiles {
    --products-column-gap: 40px;
    --products-row-gap: 40px
  }
}

@media (max-width:1250px) {
  .header .header-wrapper {
    padding-left: 0
  }

  .header .header-nav__list {
    margin: 0 -1rem
  }

  .services .services-slider__tabs-btn {
    font-size: 24px
  }

  .services .services-slider__item-info {
    max-width: calc(100% - 250px)
  }

  .services .services-slider__item-img {
    max-width: 350px
  }
}

@media (max-width:1200px) {
  .about .square-grey {
    padding-left: 42px;
    padding-right: 42px
  }

  .popup-cart .popup-cart__order {
    padding-left: 35px
  }

  .team-single-accordion__title._spoller-active>.text-black {
    font-size: 18px
  }
}

@media (max-width:1080px) {
  .accordion .accordion__title-descr {
    display: none
  }

  .socials {
    display: none
  }

  .hero-section .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
  }

  .body--home .socials.socials-absolute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    mix-blend-mode: normal;
    bottom: 20vh
  }

  .header._header-show .header-nav__link {
    color: #fff
  }

  .header .header-logo {
    max-width: 140px;
    margin-right: 20px
  }

  .header .header-languages {
    margin-right: 25px
  }

  .header-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden
  }

  .header-nav__wrapper .header-nav__languages {
    margin-right: -12px
  }

  .header-nav__wrapper .header-nav__languages .header-languages__link {
    color: #fff
  }

  .menu-open .header-nav__wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: scroll
  }

  .menu-open .header-nav__wrapper .header-nav__logo,
  .menu-open .header-nav__wrapper .header-nav__title {
    -webkit-animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both;
    animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-open .header-nav__wrapper .header-phone__link {
    animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-open .header-nav__wrapper .header-nav__languages {
    -webkit-animation: right-in .3s .5s cubic-bezier(.4, 0, .2, 1) both;
    animation: right-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-open .header-nav__wrapper .header-nav__socials {
    opacity: 1;
    color: var(--white-clr)
  }

  .menu-open .header-nav__wrapper .header-nav__links .link-underline:nth-child(odd) {
    -webkit-animation: right-in .3s .5s cubic-bezier(.4, 0, .2, 1) both;
    animation: right-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-open .header-nav__wrapper .header-nav__links .link-underline:nth-child(even) {
    -webkit-animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both;
    animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-open .header-nav__wrapper .header-nav__btn,
  .menu-open .header-nav__wrapper .header-nav__item {
    -webkit-animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both;
    animation: left-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-open .header-nav__wrapper .header-nav__btn:nth-child(even),
  .menu-open .header-nav__wrapper .header-nav__item:nth-child(even) {
    -webkit-animation: right-in .3s .5s cubic-bezier(.4, 0, .2, 1) both;
    animation: right-in .3s .5s cubic-bezier(.4, 0, .2, 1) both
  }

  .menu-out .header-nav__wrapper .header-nav__btn,
  .menu-out .header-nav__wrapper .header-nav__item,
  .menu-out .header-nav__wrapper .header-nav__languages,
  .menu-out .header-nav__wrapper .header-nav__links .link-underline,
  .menu-out .header-nav__wrapper .header-nav__logo,
  .menu-out .header-nav__wrapper .header-nav__title {
    -webkit-animation: bounce-out .7s cubic-bezier(.4, 0, .2, 1) both;
    animation: bounce-out .7s cubic-bezier(.4, 0, .2, 1) both
  }

  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 88px;
    position: relative;
    min-height: 100%;
  }

  .header-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d2028;
    opacity: .98;
    -webkit-backdrop-filter: blur(28.5px);
    backdrop-filter: blur(28.5px);
    pointer-events: none;
    z-index: -1
  }

  .header-nav>* {
    position: relative;
    z-index: 2
  }

  .header-nav .hero-btn::after {
    background-color: transparent;
    border: 1px solid var(--white-clr);
    opacity: .7
  }

  .header-nav .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin-bottom: 100px
  }

  .header-nav .header-nav__link {
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: 1;
    -webkit-transition: none;
    transition: none
  }

  .header-nav .header-nav__link::after {
    display: none
  }

  .header-nav .header-nav__logo {
    max-width: 210px;
    width: 100%;
    margin-bottom: 50px
  }

  .header-nav .header-nav__logo>a {
    display: block
  }

  .header-nav .header-nav__logo img,
  .header-nav .header-nav__logo picture {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }

  .header-nav .header-languages {
    margin-right: 0;
    margin-bottom: 50px
  }

  .header-nav .header-nav__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    max-width: 520px;
    margin: 0 auto 65px
  }

  .header-nav .header-nav__btn {
    margin-bottom: 66px
  }

  .header-nav .header-nav__links {
    margin-bottom: 64px
  }

  .header-nav .header-nav__links .link-underline {
    text-align: center;
    margin-bottom: 17px
  }

  .header-nav .header-nav__links .link-underline:last-of-type {
    margin-bottom: 0
  }

  .header-nav .header-nav__socials {
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1)
  }

  .header-nav .header-nav__socials .socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .achievements-grid {
    --iamge-card-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr)
  }

  .contacts {
    padding-bottom: 40px
  }

  .contacts-form .contacts-form__wrapper {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    gap: 40px
  }
}

@media (max-width:1080px) and (max-width:575px) {
  .header-nav .header-nav__title {
    margin-bottom: 35px;
    max-width: 80%;
    font-size: 24px
  }
}

@media (max-width:1080px) and (max-width:374px) {
  .header-nav .header-nav__title {
    max-width: 100%
  }
}

@media (max-width:1024px) {
  :root {
    --section-padding: 60px
  }

  [class*=__container] {
    padding-left: 42px;
    padding-right: 42px
  }

  .achievement-popup {
    --popup-padding: 40px
  }

  .popup-cart-add {
    --popup-cart-add-padding: 40px
  }

  .spollers__body-header {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 2rem
  }

  .spollers__body-map {
    margin-bottom: 40px
  }

  .tabs__navigation {
    --tabs-nav-horizontal-gap: 40px;
    --tabs-nav-padding-right: 70px
  }

  .inner-hr {
    display: none
  }

  .pt-120 {
    padding-top: 40px
  }

  .inner-page-header .inner-page-header__block .hero-btn {
    display: none
  }

  .hero .socials.socials-absolute {
    position: static;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  .hero .socials.socials-absolute .socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 77px;
    padding-top: 125px
  }

  .footer {
    padding-top: 85px
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .hero::after {
    height: 70%;
    background: linear-gradient(12.67deg, rgba(25, 29, 42, .9) 10.13%, rgba(4, 4, 4, 0) 76.55%, 183.27deg, rgba(25, 29, 42, .92) 7.67%, rgba(4, 4, 4, 0) 57.1%)
  }

  .hero::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(63.87%, #1d2028), color-stop(83.41%, rgba(29, 32, 40, 0)));
    background: linear-gradient(0deg, #1d2028 63.87%, rgba(29, 32, 40, 0) 83.41%);
    top: auto;
    bottom: 0;
    height: 70vh
  }

  .hero .hero-bg {
    height: 70vh
  }

  .hero .hero-caption {
    padding-top: 0;
    margin-top: auto
  }

  .hero .hero-title {
    font-size: 72px;
    margin-bottom: 100px
  }

  .section-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    --section-header-gap: 20px
  }

  .section-quote.section-quote-bg {
    --quote-padding: 20px
  }

  .section-text.mw-100 {
    max-width: 100% !important
  }

  .about::after {
    display: none
  }

  .about .square-grey::before {
    display: none
  }

  .about .about-col:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
  }

  .about .about-img {
    max-width: 100%;
    margin-right: 42px;
    padding-bottom: 0;
    height: 392px;
    margin-bottom: 55px
  }

  .about .about-text {
    max-width: 300px
  }

  .achievements {
    padding-top: 0
  }

  .achievement-item__img {
    min-height: 100px
  }

  .achievements-specialists .achievements-specialists__header {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-top: 40px
  }

  .achievements-specialists .achievements-specialists__header .achievements-specialists__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
  }

  .achievements-specialists .achievements-specialists__header .achievements-specialists__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .achievements-tabs .tabs__navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .achievements-tabs .tabs__content {
    padding-top: 20px
  }

  .clients .clients-slider-wrapper {
    margin-bottom: 40px
  }

  .services .services-slider__tabs {
    max-width: calc(100% - 250px);
    padding-top: 35px
  }

  .services .services-slider__tabs-btn {
    font-size: 20px;
    line-height: 24px
  }

  .services .services-slider__item-info {
    max-width: 100%
  }

  .services .services-slider__item-img {
    max-width: 250px;
    height: 460px;
    z-index: 7;
    top: -50px
  }

  .services .services-slider__item-description {
    font-size: 20px;
    max-width: calc(100% - 300px)
  }

  .services .services-slider__nav {
    display: none
  }

  .services .services-slider {
    padding-bottom: 43px
  }

  .services .services-all-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .team {
    padding-top: 75px;
    padding-bottom: 68px
  }

  .team .team-all-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .team-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
  }

  .team-card .team-card__header img,
  .team-card .team-card__header picture {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }

  .team-card .team-card__name {
    font-size: 20px;
    line-height: 24px
  }

  .team-inner {
    padding-top: 54px
  }

  .team-inner .team-inner__list {
    margin-bottom: 40px
  }

  .team-inner .team-inner__list-item {
    margin-bottom: 1rem
  }

  .team-inner .team-inner__wrapper {
    padding-top: 40px
  }

  .team-single {
    padding-bottom: 69px
  }

  .team-single .inner-page-socials {
    display: none
  }

  .team-single .team-single-card {
    margin: 0 -14px
  }

  .team-single .team-single-card__img {
    padding-left: 14px;
    padding-right: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px
  }

  .team-single .team-single-card__img img,
  .team-single .team-single-card__img picture {
    height: 330px;
    max-width: 265px
  }

  .team-single .team-single-card__info {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 265px);
    flex: 0 0 calc(100% - 265px)
  }

  .team-single .team-single__credo {
    text-align: center
  }

  .team-single .team-single__footer {
    padding-top: 40px
  }

  .team-single .team-single__footer-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .products {
    padding-top: 100px;
    padding-bottom: 66px
  }

  .products-slider-wrapper {
    padding-left: 42px
  }

  .products-slider-wrapper .products-slider-nav {
    padding-right: 46px
  }

  .products-slider-wrapper .slider-bottom-nav {
    padding-top: 68px
  }

  .products-slider-wrapper .slider-bottom-nav .swiper-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .news {
    padding-top: 100px
  }

  .news-slider-wrapper {
    padding-left: 42px
  }

  .news-slider-wrapper .news-slider-nav {
    padding-right: 46px
  }

  .news-slider-wrapper .slider-bottom-nav {
    padding-top: 68px
  }

  .news-slider-wrapper .slider-bottom-nav .swiper-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .form-group {
    margin-bottom: 25px
  }

  .about-us-intro .section-text.about-text {
    max-width: 680px
  }

  .about-us-intro .about-us-intro__img {
    max-width: 100%
  }

  .about-info .about-us-intro__img {
    max-width: 100%
  }

  .support-info .support-info__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .support-footer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 60px
  }

  .support-footer__header .support-footer__img {
    padding-left: 21px;
    padding-right: 21px
  }

  .support-footer__header .support-footer__img img,
  .support-footer__header .support-footer__img picture {
    height: 389px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .support-footer__header .support-footer__about {
    padding-top: 70px;
    padding-left: 80px
  }

  .support-footer__header .support-footer__about::after {
    width: 85%;
    left: 21px;
    height: 100%
  }

  .support-footer__header .support-footer__about::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 200px;
    height: calc(100% + 30px);
    background-image: url(../img/chess.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3
  }

  .inner-services {
    padding-top: 40px;
    padding-bottom: 0
  }

  .inner-services .inner-services-header.inner-services-header__secondary {
    padding-top: 60px;
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
  }

  .inner-services .inner-services-header.inner-services-header__civil+.inner-services-row::before {
    display: none
  }

  .inner-services .inner-services-text {
    max-width: 80%;
    font-size: 1rem
  }

  .inner-services-row ul li {
    font-size: 1rem
  }

  .inner-services-row .inner-services-row__img.inner-services-row__img-big {
    display: none
  }

  .inner-services-row .inner-services-row__img {
    width: 205px;
    top: calc(100% - 100px);
    z-index: 1
  }

  .inner-services-row .inner-services-row__img img,
  .inner-services-row .inner-services-row__img picture {
    height: 250px
  }

  .inner-services-row ul li {
    font-size: 1rem
  }

  .inner-services-row.inner-services-row__secondary {
    background-color: #f5f5f5;
    padding-left: 20px
  }

  .inner-services-row.inner-services-row__secondary .inner-services-col {
    padding-top: 40px
  }

  .inner-services-row.inner-services-row__secondary::after,
  .inner-services-row.inner-services-row__secondary::before {
    display: none
  }

  .inner-services-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 1rem
  }

  .inner-services-row::before {
    display: none
  }

  .news-page {
    padding-top: 60px
  }

  .news-page__dropdown {
    width: 80vw
  }

  .pagination-list .pagination-list__item:first-of-type a,
  .pagination-list .pagination-list__item:last-of-type a {
    --pagination-arrow-size: 40px
  }

  .news-article-section .socials {
    display: none
  }

  .news-article .news-article__img-top {
    padding-bottom: 300px
  }

  .news-article .news-article__quote h1,
  .news-article .news-article__quote h2,
  .news-article .news-article__quote h3,
  .news-article .news-article__quote h4,
  .news-article .news-article__quote h5,
  .news-article .news-article__quote h6 {
    text-align: center
  }

  .news-article .news-article__quote .icon-quotes {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    left: auto;
    top: auto
  }

  .popup-cart .popup__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .popup-cart .popup-cart__form-header {
    position: static
  }

  .popup-cart .popup-cart__form-header .popup__close {
    top: 30px;
    font-size: 32px
  }

  .popup-cart .cart-form {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
  }

  .popup-cart .cart-form .form-group:last-of-type {
    margin-top: 40px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
  }

  .popup-cart .cart-form .form-group:last-of-type .btn {
    max-width: 220px;
    width: 100%
  }

  #popup-cart .popup__wrapper {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .product-single {
    padding-top: 30px;
    padding-bottom: 80px
  }

  .product-single .socials {
    display: none
  }

  .product-single::after {
    width: 200px
  }

  .product-single .product-single__row {
    -ms-grid-columns: 265px auto;
    grid-template-columns: 265px auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }

  .product-single .product-single__img {
    margin-right: 0;
    margin-bottom: 30px
  }

  .product-single .product-single__info {
    padding-top: 30px
  }

  .product-single__share-link>i {
    display: none
  }

  .cart-form .form-group:nth-child(3) .form-label {
    bottom: 3rem
  }

  .popup__close {
    font-size: 32px
  }

  #popup-favorites .popup__content {
    padding: 35px
  }

  .services-slider__item-info h2 {
    font-size: 20px;
    max-width: calc(100% - 300px)
  }

  .product-single__info {
    padding-right: 0
  }
}

@media (max-width:991.98px) {
  .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:768px) {
  .container-new {
    padding-left: 17px;
    padding-right: 17px
  }

  [class*=__container] {
    padding-left: 17px;
    padding-right: 17px
  }

  .thanks-popup .popup__content {
    padding: 50px
  }

  .thanks-popup .popup__close {
    right: 15px;
    top: 15px
  }

  .achievement-popup .popup__close {
    right: 15px;
    top: 15px
  }

  .popup-cart-add .popup__close {
    right: 15px;
    top: 15px
  }

  .accordion .accordion__title._spoller-active .accordion__title-heading {
    font-size: 24px
  }

  .accordion .accordion__title-heading {
    padding-right: 25px
  }

  .accordion {
    --accordion-title-gap: 15px;
    --accordion-body-padding-left: 25px;
    --accordion-icon-size: 25px
  }

  .spollers__body-header {
    padding-left: 25px
  }

  .spollers__body-header .spollers__body-link {
    font-size: 18px
  }

  .spollers__body-address {
    font-size: 18px
  }

  .spollers__body-map {
    padding-bottom: 70%
  }

  .tabs__navigation {
    row-gap: 15px;
    padding-bottom: 30px
  }

  .slider-bottom-nav .swiper-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
  }

  .slider-bottom-nav {
    padding-top: 35px
  }

  .inner-page-header {
    padding-bottom: 300px;
    background-position-x: -40px
  }

  .inner-page-header .inner-page-header__block {
    bottom: 35px
  }

  .inner-page-header .section-title {
    font-size: 32px;
    line-height: 1.25;
    text-align: left
  }

  .error-page>.error__container {
    max-width: 90%
  }

  .error-page .error-page__caption {
    text-align: center
  }

  .error-page .error-page__text {
    font-size: 24px;
    line-height: 29px
  }

  .error-page .error-page__link {
    font-size: 20px;
    line-height: 24px
  }

  .btn:not(.hero-btn) {
    padding: 16px 25px 17px
  }

  .btn.btn-grey {
    padding: 16px 25px 17px
  }

  .body--home .socials.socials-absolute {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 17px !important;
    width: 100%
  }

  .body--home .socials.socials-absolute .socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .hero .socials.socials-absolute .socials-list {
    padding-bottom: 36px;
    padding-top: 50px
  }

  .header>.header__container {
    padding-left: 17px;
    padding-right: 17px
  }

  .footer>.footer__container::after {
    max-width: 280px
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 80px
  }

  .footer .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px
  }

  .footer .footer-grid .footer-nav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .footer .footer-grid .footer-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer .footer-grid .footer-socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .footer .footer-grid .footer-copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .footer .footer-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer .footer-links__list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .footer .footer-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .footer .footer-socials {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px 0
  }

  .footer .footer-socials__item {
    padding: 0 15px
  }

  .hero .hero-title {
    font-size: 46px;
    margin-bottom: 36px
  }

  .hero-section .hero-slider__caption {
    padding: 200px 17px 240px
  }

  .hero-section .hero-slider__buttons {
    gap: 20px;
    margin-top: 50px
  }

  .hero-section .hero-slider__buttons .btn {
    max-width: 250px;
    width: 100%
  }

  .hero-section .hero-slider__logo {
    max-width: 280px
  }

  .hero-section .socials {
    position: absolute;
    bottom: 15vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
  }

  .hero-section .socials .socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .hero-slider__pagination {
    bottom: 160px !important
  }

  .hero-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  .section-quote {
    --quote-gap: 25px;
    --quote-text-size: 18px
  }

  .section-quote .icon-quotes {
    font-size: 28px
  }

  .section-quote .icon-quotes:first-of-type {
    grid-column: 1/4
  }

  .section-quote .icon-quotes:last-of-type {
    grid-column: 3/4
  }

  .section-quote .section-quote__body {
    grid-column: 1 / 4;
  }

  .section-quote .section-quote__logo {
    grid-column: 1 / 4;
  }

  .section-quote .section-quote__text {
    margin-top: 0
  }

  .section-subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 24px
  }

  .about .__container {
    padding-right: 17px
  }

  .about .about-content {
    padding-top: 50px
  }

  .about .section-title {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 50px
  }

  .about .about-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px
  }

  .about .square-grey {
    padding: 25px 20px
  }

  .about .square-grey::after {
    height: 100%
  }

  .about .about-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .about .about-col:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .about .about-col:first-of-type .about-text {
    text-align: center
  }

  .about .about-img {
    margin-right: 0;
    padding-bottom: 55%;
    height: auto;
    margin-bottom: 32px
  }

  .about .about-title-secondary {
    text-align: center;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 29px
  }

  .about .about-text {
    max-width: 100%
  }

  .about .about-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px
  }

  .about .about-btn .btn {
    max-width: 100%
  }

  .achievements {
    padding-bottom: 30px
  }

  .achievement-item__text {
    font-size: 1rem;
    max-width: 80%;
  }

  .achievements-specialists .achievements-specialists__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px
  }

  .inner-slider__header ul a {
    font-size: 18px
  }

  .achievements-tabs .tabs__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .achievements-tabs .tabs__title {
    font-size: 20px;
    line-height: 24px
  }

  .clients {
    padding-top: 30px
  }

  .clients .section-title {
    margin-bottom: 20px
  }

  .clients .section-subtitle {
    margin-bottom: 40px
  }

  .clients-slider__img {
    margin-bottom: 20px
  }

  .clients-slider__title {
    font-size: 1rem;
    max-width: 80%
  }

  .services {
    padding-bottom: 36px
  }

  .services>.__container {
    padding-right: 17px
  }

  .services .services-slider__tabs {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 17px;
    margin: 0 -13px
  }

  .services .services-slider__tabs-item {
    padding: 0 13px
  }

  .services .services-slider__tabs-btn {
    font-size: 1rem;
    line-height: 19px
  }

  .services .services-slider__tabs-btn::before {
    top: 0
  }

  .services .services-slider__item-info {
    background-color: transparent;
    padding: 0
  }

  .services .services-slider__item-img {
    display: none
  }

  .services .services-slider__item-description {
    text-align: center;
    margin: 0 auto 34px;
    color: #fff;
    max-width: 300px;
    font-size: 1rem
  }

  .services .services-list {
    background-color: #fff;
    padding: 27px 20px 36px;
    margin-bottom: 0
  }

  .services .services-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .services .services-slider__item-link {
    background-color: #fff;
    padding-left: 20px;
    padding-bottom: 36px
  }

  .services .services-slider .swiper-slide {
    padding-top: 53px
  }

  .team {
    padding-top: 40px;
    padding-bottom: 50px
  }

  .team .section-text {
    text-align: center
  }

  .team-row {
    margin: 0 -6px
  }

  .team-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 6px;
    margin-bottom: 36px
  }

  .team-card .team-card__header {
    margin-bottom: 18px
  }

  .team-card .team-card__name {
    text-align: center;
    font-size: 16px;
    line-height: 19px
  }

  .team-card .team-card__status {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 11px
  }

  .team-card .team-card__status::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .team-card .team-card__city {
    text-align: center;
    font-size: 12px;
    line-height: 15px
  }

  .team-inner .team-inner__list {
    margin-bottom: 20px
  }

  .team-inner .team-inner__list-item {
    max-width: 100%
  }

  .team-single .team-single-card__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px
  }

  .team-single .team-single-card__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 40px
  }

  .team-single .team-single__name {
    max-width: 100%;
    text-align: center
  }

  .team-single .team-single-card__inner {
    max-width: 100%
  }

  .team-single .team-single__experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .team-single .team-single__status {
    text-align: center
  }

  .team-single .spollers__title .text-grey {
    max-width: 205px
  }

  .team-single .spollers__title .text-black {
    display: block;
    width: 100%
  }

  .team-single .team-single__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .team-single .team-single__footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .team-single .team-single__footer-btn .btn {
    max-width: 260px
  }

  .products {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .products-slider-wrapper {
    padding-left: 17px
  }

  .products-slider-wrapper .products-slider-nav {
    padding-right: 17px
  }

  .products-slider-wrapper .slider-bottom-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .products-slider-wrapper .slider-bottom-nav .swiper-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 57px
  }

  .news {
    padding-top: 56px;
    padding-bottom: 70px
  }

  .news-slider-wrapper {
    padding-left: 17px;
    padding-right: 17px
  }

  .news-slider-wrapper .news-slider-nav {
    padding-right: 17px
  }

  .news-slider-wrapper .slider-bottom-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .news-slider-wrapper .slider-bottom-nav .swiper-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 57px
  }

  .news-item .news-item__body {
    padding-top: 20px
  }

  .news-item .news-item__title {
    font-size: 16px;
    line-height: 19px
  }

  .news-item .news-item__title.text-overflow {
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4
  }

  .contacts-cities {
    margin-top: 30px
  }

  .contacts-email-link {
    text-align: center
  }

  .contacts-cities__col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contacts-cities__col:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contacts-cities__col:last-of-type::after {
    width: 100vw;
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px)
  }

  .contacts-cities__col:last-of-type .contacts-cities__card {
    padding-left: 0
  }

  .contacts-cities__card {
    padding-top: 40px;
    padding-bottom: 45px;
    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
  }

  .contacts-cities__address {
    margin: 0 auto 18px
  }

  .contacts-form .contacts-form__col {
    display: none
  }

  .contacts-form .contacts-form__form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contacts-form .contacts-form__form-col::after {
    width: 100vw;
    left: -17px
  }

  .contacts-form .contacts-form__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px
  }

  .contacts-form .contacts-form__title {
    color: #fff;
    margin-top: 0;
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 80px
  }

  .about-us-intro .section-title {
    max-width: 550px
  }

  .about-us-intro {
    padding-top: 40px
  }

  .about-us-intro .about-us-intro__img {
    height: 160px
  }

  .about-achievements .about-achievements__header {
    margin-bottom: 40px
  }

  .about-achievements {
    padding-top: 40px
  }

  .about-info {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .about-info .about-us-intro__img {
    margin-bottom: 40px
  }

  .support-info {
    padding-bottom: 40px;
    padding-top: 30px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .support-info h3 {
    text-align: center;
    margin-bottom: 25px
  }

  .support-info .support-info__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .support-info .support-info__img {
    margin: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .support-info .support-info__descr {
    text-align: center;
    max-width: 90%;
    margin: 0 auto
  }

  .support-info__descr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .support-footer__header {
    margin-bottom: 40px
  }

  .support-footer__header .support-footer__about {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .support-footer__header .support-footer__about::after {
    width: 100%;
    left: 0
  }

  .support-footer__header .support-footer__about::before {
    display: none
  }

  .about-accordion {
    margin-top: 40px
  }

  .inner-services .inner-services-header.inner-services-header__secondary::after {
    left: 50%;
    width: calc(100% - 34px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .inner-services .inner-services-header .section-title {
    margin: 0 auto 38px;
    max-width: 100%
  }

  .inner-services .inner-services-header .section-title-md {
    font-size: 20px;
    line-height: 24px
  }

  .inner-services .inner-services-text {
    max-width: 85%
  }

  .inner-services-row .inner-services-row__img {
    display: none
  }

  .inner-services-col.bg-grey {
    background-color: transparent;
    padding: 0
  }

  .inner-services-col {
    padding-top: 0
  }

  .news-page {
    padding-right: 0;
    padding-top: 30px;
    --news-items-gap: 30px
  }

  .pagination-list .pagination-list__item:first-of-type {
    margin-right: 0
  }

  .pagination-list .pagination-list__item:last-of-type {
    margin-left: 0
  }

  .news-article .news-article__img-top {
    margin-top: -60px
  }

  .news-article .news-article__info {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
  }

  .news-article .news-article__share {
    padding-left: 0
  }

  .news-article .news-article__share::before {
    display: none
  }

  .news-article .news-article__prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .news-article .news-article__next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .news-article .news-article-all {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .cart-actions {
    padding: 13px 17px;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
  }

  .cart-actions .cart-action {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }

  .products-tiles .product-tile__footer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px
  }

  .popup-cart .popup-cart__order {
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px
  }

  .popup-cart .popup-cart__order-header {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }

  .popup-cart .popup-cart__title {
    font-size: 18px;
    line-height: 22px
  }

  .popup-cart .popup-cart__order-header-icon {
    padding-right: 30px
  }

  .popup-cart .popup-cart__order-item {
    -ms-grid-columns: 92px 10px 120px 10px auto 10px 20px;
    grid-template-columns: 92px 120px auto 20px;
    -ms-grid-rows: auto 10px auto;
    grid-template-areas: "cart-image cart-title cart-title cart-remove""cart-image cart-count cart-price cart-price";
    gap: 10px
  }

  .popup-cart .popup-cart__order-image {
    grid-area: cart-image
  }

  .popup-cart .popup-cart__order-name {
    grid-area: cart-title
  }

  .popup-cart .popup-cart__order-counter {
    grid-area: cart-count
  }

  .popup-cart .popup-cart__order-price {
    grid-area: cart-price
  }

  .popup-cart .popup-cart__order-remove {
    grid-area: cart-remove
  }

  .popup-cart .popup-cart__order-footer {
    padding-right: 0
  }

  .popup-cart .popup-cart__form-header {
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px
  }

  .popup-cart .popup-cart__form-header .popup__close {
    top: 12px;
    right: 8px
  }

  .popup-cart .cart-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px
  }

  .popup-cart .cart-form .form-group:last-of-type {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .products-page {
    padding-top: 40px
  }

  .product-single::after {
    display: none
  }

  .product-single .product-single__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .product-single .product-single__img-wrapper {
    background-color: #f4f4f4;
    padding-top: 26px
  }

  .product-single .product-single__img {
    padding: 40px;
    margin-bottom: 0
  }

  .product-single .product-single__name {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto;
    max-width: 100%
  }

  .product-single .product-single__buy .btn {
    max-width: 145px
  }

  .product-single .product-single__list-item:first-of-type {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px
  }

  .product-single .product-single__actions {
    padding-right: 0
  }

  .product-single .product-single__share-link::after {
    display: none
  }

  .product-single .product-single__buy {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 37px
  }

  .product-single .product-single__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 1rem;
    padding-top: 40px
  }

  .product-single .product-single__nav i {
    font-size: 10px
  }

  .cart-form .form-group:nth-child(3) .form-label {
    bottom: 1rem
  }

  .team-list li {
    max-width: 90%;
    margin: 0 auto !important
  }

  #popup-favorites .popup__content {
    padding: 15px 15px 35px
  }

  .services-slider__item-info h2 {
    text-align: center;
    margin: 0 auto 34px;
    color: #fff;
    max-width: 300px;
    font-size: 1rem
  }

  .services-slider__item-info ul {
    background-color: #fff;
    padding: 27px 20px 36px;
    margin-bottom: 0
  }

  .services-slider__item-info li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .news-article__share .product-single__share-link {
    padding-left: 0
  }
}

@media (max-width:768px) {
  .popup-cart .popup-cart__order-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }

  .popup-cart .popup-cart__order-name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3
  }

  .popup-cart .popup-cart__order-counter {
    -ms-grid-row: 3;
    -ms-grid-column: 3
  }

  .popup-cart .popup-cart__order-price {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3
  }

  .popup-cart .popup-cart__order-remove {
    -ms-grid-row: 1;
    -ms-grid-column: 7
  }
}

@media (max-width:575px) {

  .section-quote .section-quote__logo {
    flex-direction: column;
    align-items: flex-end;
  }

  .section-quote .section-quote__logo svg {
    order: 2;
    margin-right: 0;
  }

  .section-quote .section-quote__logo span {
    order: 1;
    text-align: right;
  }

  .achievement-item__text {
    max-width: 100%;
  }

  h1 {
    margin-bottom: 1em;
    line-height: 1.45
  }

  .select__value {
    padding-right: 0
  }

  .popup {
    padding: 0 5px
  }

  .spollers__body-map {
    padding-bottom: 90%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 50px);
    flex: 0 0 calc(100% + 50px);
    margin-left: -25px;
    border-radius: 0
  }

  .tabs__navigation {
    --tabs-nav-padding-right: 0
  }

  .tabs__navigation .tabs__title {
    font-size: 14px
  }

  .w-100-sm {
    width: 100% !important;
    max-width: 100% !important
  }

  .socials.socials-absolute {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 36px
  }

  .socials.socials-absolute .socials-list {
    padding-bottom: 0;
    padding-top: 0
  }

  .header .header-wrapper {
    padding-bottom: 15px;
    padding-top: 15px
  }

  .header .header-burger::after {
    height: 40px
  }

  .header-languages .header-languages__list {
    margin: 0 -8px
  }

  .header-nav .header-nav__list {
    margin-bottom: 50px
  }

  .header-nav .header-nav__link {
    padding-bottom: 15px;
    padding-top: 15px
  }

  .footer .footer-links__list {
    margin-bottom: 0
  }

  .footer .footer-copyright__from {
    margin-bottom: 27px
  }

  .footer .footer-nav__list {
    margin-bottom: 25px
  }

  .footer .footer-nav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .footer .footer-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0
  }

  .floating-buttons {
    bottom: 25vh;
    right: 17px
  }

  .floating-btn.footer-top-btn {
    background-color: var(--dark-blue);
    border: none
  }

  .floating-btn.footer-top-btn path {
    fill: var(--white-clr)
  }

  .hero .hero-caption {
    margin-top: 0;
    padding-top: 100px;
    max-width: 230px
  }

  .hero .hero-title {
    font-size: 36px
  }

  .hero-section .hero-slider__logo {
    max-width: 165px;
    height: 45px;
    margin-bottom: 35px
  }

  .hero-section .socials {
    display: none
  }

  .achievements-specialists .achievements-specialists__header {
    padding-top: 0
  }

  .achievements-specialists .achievements-specialists__header .achievements-specialists__btn {
    width: 100%
  }

  .achievements-specialists .achievements-specialists__header .btn {
    max-width: 100%
  }

  .achievements-tabs .tabs__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .achievements-grid {
    --image-card-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .team-single .team-single__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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
  }

  .products-item .products-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .products-item .products-item__title {
    text-align: center;
    font-size: 1rem;
    line-height: 19px
  }

  .contacts {
    padding-bottom: 0
  }

  .contacts-cities__col .tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .contacts-cities__col .tabs__navigation {
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
    margin-bottom: 20px
  }

  .contacts-cities__col .tabs__title .contacts-cities__header {
    font-size: 18px;
    line-height: 21px
  }

  .contacts-cities__col .tabs__title .contacts-cities__header::before {
    top: 8px
  }

  .contacts-cities__col .tabs__title .contacts-cities__header::after {
    width: 55px
  }

  .contacts-form .contacts-form__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .03em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
    max-width: 320px
  }

  .news-page__search {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .news-page__search .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px)
  }

  .news-page__search .form-group:first-of-type {
    margin-bottom: 0
  }

  .news-page__search .form-group .form-input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
  }

  .news-page__search .form-group .form-input::-moz-placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
  }

  .news-page__search .form-group .form-input:-ms-input-placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
  }

  .news-page__search .form-group .form-input::-ms-input-placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
  }

  .news-page__search .form-group .form-input::placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
  }

  .news-page__search .form-group .form-input {
    padding-left: 25px
  }

  .news-page__search .form-group-select-inner {
    max-width: 100%
  }

  .news-page__dropdown {
    width: calc(100vw - 34px)
  }

  .news-page__dropdown-link {
    padding: 15px;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
  }

  .news-page__dropdown-link .news-page__dropwdown-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px
  }

  .news-page__dropdown-link .news-page__dropdown-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px)
  }

  .news-page__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .pagination-list .pagination-list__item:first-of-type,
  .pagination-list .pagination-list__item:last-of-type {
    display: none
  }

  .news-article .news-article__img-top {
    padding-bottom: 140px
  }

  .news-article .news-article__body h1 {
    text-align: center;
    font-size: 24px;
    line-height: 120%
  }

  .products-tiles {
    -ms-grid-columns: 280px;
    grid-template-columns: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: pre-wrap
  }
}

@media (max-width:574px) {
  .achievements-card {
    padding-left: 60px;
    padding-right: 60px
  }

  .achievements-card[data-photo] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    row-gap: 15px
  }
}

@media (max-width:480px) {
  .partners .partners-slider__item {
    max-width: 70%;
    margin: 0 auto
  }

  .products-slider-wrapper .slider-bottom-nav .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .news-slider-wrapper .slider-bottom-nav .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .about-slider .about-slider__image {
    padding-bottom: 250px
  }

  .news-article .news-article__footer-link span {
    display: block;
    max-width: 90px
  }

  .news-article .news-article__next {
    text-align: right
  }

  .popup__content-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .popup__content-actions .btn {
    width: 100%
  }
}

@media (max-width:374px) {
  .header .header-burger {
    margin-left: auto
  }

  .header .header-languages {
    display: none
  }
}

@media (max-width:47.99875em) {
  .touch .hero-section {
    -webkit-transition: height .2s;
    transition: height .2s
  }
}

@media (any-hover:hover) {
  .select__option:hover {
    background: #d9d9d9
  }

  .arrow-link:hover {
    color: #5c5c5c
  }

  .contacts-cities__col .tabs__title .contacts-cities__header:hover {
    color: #111
  }

  .news-page__dropdown-link:hover .news-page__dropdown-title {
    color: #5c5c5c
  }
}

@media (prefers-reduced-motion) {
  [data-fade-in] {
    -webkit-transition: none;
    transition: none
  }
}

@media (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

.header .header-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.header .header-nav__item[data-spollers] .header-nav__link {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.header .header-nav__item[data-spollers] .spollers__body .header-nav__link {
  font-size: 25px;
  padding: 10px 0;
}

.header .header-nav__item[data-spollers] .header-nav__link svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 2rem;
  height: 2rem;
  transition: transform .25s;
}

.header .header-nav__item[data-spollers] .header-nav__link._spoller-active svg {
  transform: translateY(-50%) rotate(-90deg);
}

.header-phone__link {
  font-family: AvenirNextCyr;
  color: #fff;
  margin-right: 2rem;
  line-height: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .2em;
  transition: opacity 0.25s;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 600.98px) {
  .header-phone__link>*:not(:last-child) {
    margin-right: 0.5rem;
  }
}

._header-show .header-phone__link {
  color: #000;
}

._header-show .header-phone__link svg path {
  fill: #000 !important;
}

.header-languages {
  display: flex;
  align-items: center;
}

@media (any-hover: hover) {
  a.header-phone__link:hover {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .header-phone__link>*:not(span) {
    display: none;
  }
}

@media (max-width: 600px) {
  .header-languages {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .header-phone__link {
    margin-right: 0;
    margin-top: .5rem;
  }

  /* .header-phone__link>*:not(:last-child) {
  margin-right: 0;
} */

  .header-languages__link {
    padding-right: 0;
  }

  .header .header-languages {
    margin-right: 23px;
  }
}

@media (max-width: 480px) {
  ._header-show .header-phone__link {
    color: #fff;
  }

  ._header-show .header-phone__link svg path {
    fill: #fff !important;
  }

  .header-phone__link {
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 1rem;
    justify-content: center;
    text-align: center;
  }

  .header-phone__link>*:not(span) {
    display: block;
    margin-right: 1rem;
  }

  .header-phone__link span {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }

  .header-phone__link svg:last-child,
  .header-phone__link span {
    margin-right: 0;
  }
}

@media (min-width: 1080.98px) {
  .header .header-nav__item {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .header .header-nav__item[data-spollers] {
    display: none;
  }

  [data-menu-dropdown] {
    position: relative;
  }

  [data-menu-dropdown].dropdown-active .header-nav__link {
    opacity: 1;
  }

  [data-menu-dropdown].dropdown-active .header-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -1rem);
  }

  .header-nav__dropdown {
    --dropdown-radius: 1rem;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 15rem;
    background-color: transparent;
    z-index: 101;
    padding: 1rem 1.8rem 1.3rem;
    border-radius: var(--dropdown-radius);
    transform: translate(-50%, 0);

    transition: opacity .25s, transform .25s;

    opacity: 0;
    visibility: hidden;
  }

  .header-nav__dropdown::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-clr);
    border-radius: var(--dropdown-radius);
    opacity: 0.7;
    z-index: 3;
  }

  .header-nav__dropdown::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    border-radius: var(--dropdown-radius);
    z-index: 1;
    filter: blur(4px);
    opacity: 0.75;
  }

  ._header-show .header-nav__dropdown::after {
    filter: none;
    opacity: 1;
  }

  ._header-show .header-nav__dropdown a {
    color: var(--dark-blue);
  }

  .header-nav__dropdown>li {
    position: relative;
    z-index: 11;
  }

  .header-nav__dropdown a {
    color: var(--white-clr);
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    position: relative;
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.25s;
    z-index: 4;
  }

  ._header-show .header-nav__dropdown a {
    color: var(--white-clr);
  }

  @media (any-hover: hover) {
    .header-nav__dropdown a:hover {
      opacity: 1;
    }

    .header-phone__link {
      text-decoration: underline;
    }
  }

  .header-nav__dropdown a.active {
    opacity: 1;
  }

  .header-nav__dropdown li:not(:last-child) {
    margin-bottom: 1rem;
  }
}


@media (max-width: 1080px) {
  .header .header-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  [data-menu-dropdown] {
    display: none;
  }
}

.padding-bottom--100 {
  padding-bottom: var(--section-padding);
}