:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0!important;
  -webkit-tap-highlight-color: transparent!important
}
::-moz-focus-inner {
  border: 0
}
body,
html {
  font-family: Arial,sans-serif;
  font-family: "Proxima Nova Rg";
  background: 0 0;
  color: #252324;
  width: 100%;
  min-height: 100%;
  line-height: 1.42;
  font-size: var(--font-size);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background-color: #f4f3f1;
  font-display: swap
}
body.overlayed,
html.overlayed {
  overflow: hidden!important
}
button,
input,
select,
textarea {
  font-family: "Proxima Nova Rg";
  font-size: var(--font-size)
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative
}
a:focus,
a:hover {
  text-decoration: none
}
a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
img.adaptive {
  display: block;
  width: 100%;
  height: auto
}
.relative {
  position: relative
}
.color-primary {
  color: #3c2e25
}
.color-secondary {
  color: #977768
}
.color-info {
  color: #696969
}
.color-white {
  color: #f5f3f1
}
.margin-top {
  margin-top: var(--margin)
}
.margin-bottom {
  margin-bottom: var(--margin)
}
.margin-left {
  margin-left: var(--margin)
}
.margin-right {
  margin-right: var(--margin)
}
.clear {
  list-style: none;
  padding: 0;
  margin: 0
}
.clear > li {
  padding: 0;
  margin: 0
}
.bold {
  font-weight: 600
}
.image-responsive {
  font-size: 0
}
.image-responsive img {
  width: 100%
}
.align-center {
  text-align: center
}
.align-left {
  text-align: left
}
.align-right {
  text-align: right
}
.align-justify {
  text-align: justify
}
.hr {
  border: none;
  background: rgba(255,255,255,.1);
  height: 1px;
  margin: 20px 0
}
.verticaly-bottom,
.verticaly-middle,
.verticaly-top {
  width: 100%;
  height: 100%;
  white-space: nowrap
}
.verticaly-bottom:after,
.verticaly-middle:after,
.verticaly-top:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%
}
.verticaly-bottom .inner,
.verticaly-middle .inner,
.verticaly-top .inner {
  display: inline-block;
  width: 100%;
  white-space: normal
}
.verticaly-top .inner,
.verticaly-top:after {
  vertical-align: top
}
.verticaly-middle .inner,
.verticaly-middle:after {
  vertical-align: middle
}
.verticaly-bottom .inner,
.verticaly-bottom:after {
  vertical-align: bottom
}
.image-cover {
  position: relative
}
.image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s
}
.inline-block {
  display: inline-block
}

.mil__img img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.mil__block {
  display: flex;
  align-items: center;
}

.button.mil__btn {
  display: block;
  margin-left: auto;
  width: fit-content;
}

.map__box {
  display: flex;
}

.map__part {
  width: 50%;
  height: 480px;
}

.map__first {
  background-image: url('https://olimp-prava.com.ua/wp-content/uploads/2026/03/img_3461.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.map__second {
  background-image: url(../img/map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .mil__block {
    display: block;
  }
}
@media (max-width:768px) {
  .visible-sm {
    display: block
  }
  .hidden-sm {
    display: none
  }
}
@media (min-width:769px) {
  .hidden-sm {
    display: block
  }
  .visible-sm {
    display: none
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.accordeon .accordeon-title {
  cursor: pointer;
  position: relative
}
.accordeon .accordeon-title:after {
  content: "\e91c";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.accordeon .accordeon-inner {
  display: none;
  opacity: 0;
  will-change: max-height;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}
.accordeon .search-tooltip {
  position: absolute;
  left: 16px;
  bottom: 0;
  color: #f5f3f1;
  background-color: #3c2e25;
  padding: 3px 7px;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: .3s;
  transition: .3s
}
.accordeon .search-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3c2e25;
  clear: both
}
.accordeon.active .accordeon-inner {
  display: block;
  opacity: 1
}
.accordeon.active .accordeon-title:after {
  content: "\e91b"
}
.accordeon.success .search-tooltip {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
@media (max-width:992px) {
  .mobile-accordeon .accordeon-title {
    position: relative;
    padding-right: 20px;
    cursor: pointer
  }
  .mobile-accordeon .accordeon-title:after {
    content: "\e913";
    font-family: icomoon;
    font-size: calc(var(--buttons-font-size) * .6);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .mobile-accordeon .accordeon-inner {
    display: none
  }
  .mobile-accordeon.active .accordeon-title:after {
    content: "\e912"
  }
  .mobile-accordeon.active .accordeon-inner {
    display: block
  }
}
@media (max-width:768px) {
  .accordeon .search-tooltip {
    bottom: -11px;
    left: 12px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.article-preview {
  display: block
}
.article-preview .article-image {
  padding-top: 63.95%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.article-preview .article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.article-preview .caption .subtitle {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid
}
.article-preview .caption .article-title {
  line-height: 1.17;
  font-weight: 600;
  font-size: var(--article-title-font-size)
}
.article-preview .caption .article-title.large-title {
  font-size: var(--subtitle-font-size)
}
.article-preview .caption .description {
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 1.5;
  margin-top: 25px
}
.article-preview:hover .article-image img {
  -webkit-transform: translateZ(0) scale(1.02);
  transform: translateZ(0) scale(1.02)
}
.article-preview:hover .article-title {
  text-decoration: underline
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.banner-cover {
  height: 100%;
  max-height: 650px;
  position: relative;
  overflow: hidden;
  background-color: #1d1c1a
}
.banner-cover img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s
}
.banner-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(29,28,26,.8);
  z-index: 1
}
.section-banner {
  color: #fff;
  position: relative
}
.section-banner a,
.section-banner button {
  color: inherit
}
.section-banner .caption {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1
}
.section-banner .banner-subtitle {
  color: #f5f3f1
}
.section-banner .top {
  margin-bottom: 32px
}
.section-banner .bottom {
  margin-top: 50px
}
.section-banner .scroll-bottom {
  margin-top: 50px
}
.section-banner .scroll-bottom .button-round {
  -webkit-transform: translateX(-15px) translateZ(0);
  transform: translateX(-15px) translateZ(0);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.section-banner .scroll-bottom .button-round .button-icon {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.section-banner .scroll-bottom .button-round:hover {
  opacity: 1
}
.section-banner .scroll-bottom .button-round:hover .button-icon {
  -webkit-transform: translateY(3px) translateZ(0);
  transform: translateY(3px) translateZ(0)
}
.section-banner .social {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}
.section-banner .social a {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s
}
.section-banner .social a:hover {
  opacity: 1
}
@media (max-width:768px) {
  .banner-cover {
    height: calc(100vh - 70px)
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.breadcrumbs {
  margin-bottom: 24px
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.breadcrumbs-list li {
  font-size: 14px;
  position: relative;
  line-height: 1;
  margin-right: 32px
}
.breadcrumbs-list li:after {
  position: absolute;
  content: "";
  background-color: #977767;
  width: 1px;
  height: 100%;
  right: -16px;
  top: 0
}
.breadcrumbs-list li:last-child {
  margin-right: 0
}
.breadcrumbs-list li:last-child:after {
  display: none
}
.breadcrumbs-list .text {
  color: #736d6a;
  line-height: 1;
  display: inline-block
}
.breadcrumbs-list span.text {
  color: #3c2e25;
  cursor: default
}
.breadcrumbs-list a.text:hover {
  color: #3c2e25
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.button {
  display: inline-block;
  font-size: var(--buttons-font-size);
  font-family: "Proxima Nova Rg";
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  line-height: 1;
  border: none;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  border: none;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid transparent
}
.button {
  text-transform: uppercase
}
.button .text {
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block
}
.button .button-icon {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: calc(var(--buttons-font-size) * 1.5);
  position: relative
}
.button .button-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.button .button-icon .icon:before {
  position: relative;
  top: -1px
}
.button.button-bordered {
  border: 1px solid;
  padding: 12px 36px;
  border-radius: 100px
}
.button.disabled {
  opacity: .8;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.button.button-block {
  display: block;
  width: 100%;
  padding: 24px 15px 24px 32px
}
.button.button-block .button-icon {
  position: absolute;
  right: 12px;
  top: 12px
}
.button.button-round {
  height: 40px;
  width: 40px;
  border-radius: 50%
}
.button.button-round .button-icon {
  position: static
}
.button.button-arrow {
  padding: 11px 15px 11px 32px;
  border-radius: 100px;
  white-space: nowrap
}
.button.button-arrow .button-icon {
  margin-left: 20px
}
.button.button-arrow.button-block {
  padding: 24px 15px 24px 32px
}
.button.button-primary-transparent {
  color: #3c2e25;
  border: 1px solid #3c2e25;
  border-radius: 100px
}
.button.button-primary-transparent:hover {
  background-color: #3c2e25;
  color: #fff
}
.button.button-transparent-round {
  color: #3c2e25;
  border: 1px solid #e4e2e1;
  border-radius: 100px
}
.button.button-transparent-round .button-icon {
  background-color: #3c2e25;
  color: #fff
}
.button.button-transparent-round:hover {
  background-color: #3c2e25;
  color: #fff
}
.button.button-transparent-round:hover .button-icon {
  color: #3c2e25;
  background-color: #f5f3f1
}
.button.button-primary-light-transparent {
  color: #3c2e25;
  border: 1px solid #e4e2e1;
  border-radius: 100px
}
.button.button-primary-light-transparent:hover {
  background-color: #3c2e25;
  color: #fff
}
.button.button-light {
  background-color: #f5f3f1;
  color: #252324
}
.button.button-light .button-icon {
  background-color: #977767;
  color: #f5f3f1
}
.button.button-light:hover {
  background-color: #977767;
  color: #f5f3f1
}
.button.button-light:hover .button-icon {
  background-color: #f5f3f1;
  color: #977767
}
.button.button-link {
  padding: 12px 36px
}
.button.button-link.with-arrow {
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0
}
.button.button-primary {
  background-color: #3c2e25;
  color: #f5f3f1
}
.button.button-primary .button-icon {
  color: #3c2e25;
  background-color: #f5f3f1
}
.button.button-primary:hover {
  background-color: #977768
}
.button.button-primary:hover .button-icon {
  color: #977768;
  background-color: #f5f3f1
}
.button.button-secondary {
  background-color: #1d1c1a;
  color: #f5f3f1
}
.button.button-secondary:hover {
  background-color: #977768
}
.button.button-default.button-round {
  color: #736d6a;
  background-color: #ebe6e2
}
.button.button-default.button-round:hover {
  background-color: #977767;
  color: #fff
}
.button.button-primary-coffee {
  background-color: #977767;
  color: #f5f3f1
}
.button.button-primary-coffee.disabled.button-round {
  color: #736d6a;
  background-color: #ebe6e2
}
.button.button-primary-coffee:hover:not(.disabled) {
  background-color: #3c2e25
}
@media (max-width:992px) {
  .button.full-sm {
    width: 100%;
    padding: 20px 43px 20px 16px
  }
  .button.full-sm .button-icon {
    position: absolute;
    right: 12px;
    top: 7px;
    margin-left: 0
  }
  .button.full-sm.button-block {
    padding-right: 43px
  }
  .button.button-arrow.button-block,
  .button.button-block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 46px
  }
}
@media (max-width:768px) {
  .button .text.visible-sm {
    display: inline-block
  }
  .button .text.hidden-sm {
    display: none
  }
}
@media (min-width:769px) {
  .button .text.hidden-sm {
    display: inline-block
  }
  .button .text.visible-sm {
    display: none
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.contact-line {
  padding-bottom: 64px
}
.contact-line .location-link {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 80px
}
.contact-line .location-link .icon {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px
}
.contact-line .location-link .text {
  font-size: var(--font-size-large);
  line-height: 24px;
  display: inline-block;
  vertical-align: middle
}
.contact-line .location-link:hover {
  color: #736d6a
}
.contact-line .social-cell {
  text-align: right
}
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 72px 0 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.contact-list li {
  position: relative;
  width: 33.3333333333%;
  padding-right: 74px
}
.contact-list li:after {
  content: "";
  position: absolute;
  right: 74px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #e4e2e1
}
.contact-list li:last-child {
  padding-right: 0
}
.contact-list li:last-child:after {
  display: none
}
.contact-list .icon:before {
  position: relative;
  top: 1px
}
.social-list-small {
  display: inline-block;
  vertical-align: middle;
  font-size: 0
}
.social-list-small li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px
}
.social-list-small li:last-child {
  margin-right: 0
}
.social-list-small a {
  font-size: 24px;
  height: 24px;
  width: 24px;
  color: #736d6a;
  text-align: center;
  line-height: 24px
}
.social-list-small a:hover {
  color: #977768
}
@media (max-width:1199px) {
  .contact-line .social-cell {
    text-align: left;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .contact-list {
    margin: 40px 0
  }
  .contact-list li {
    width: 100%
  }
  .contact-list li:after {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    width: auto;
    height: 1px
  }
  .contact-list li:last-child:after {
    display: block
  }
  .contact-list.icons-list li {
    padding-bottom: 16px;
    margin-bottom: 16px
  }
  .contact-list.icons-list li:last-child {
    margin-bottom: 0
  }
}
@media (max-width:768px) {
  .contact-line {
    padding-bottom: 36px
  }
  .contact-line .social-cell {
    display: block
  }
  .contact-line .social-cell .social-list-small {
    display: none
  }
  .contact-list .title {
    display: none
  }
  .mobile-social {
    text-align: center;
    margin-bottom: 80px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.dropdown {
  position: relative
}
.dropdown .dropdown-header {
  border-bottom: 1px solid #e4e2e1;
  position: relative;
  cursor: pointer;
  padding: 20px 16px
}
.dropdown .dropdown-header:after {
  content: "\e913";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s
}
.dropdown .dropdown-header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #736d6a;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleX(.7);
  -ms-transform: scaleX(.7);
  transform: scaleX(.7);
  opacity: 0
}
.dropdown .dropdown-header:hover {
  color: #3c2e25
}
.dropdown .dropdown-inner {
  padding: 15px 0;
  background-color: #f5f3f1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  max-height: 50vh;
  -webkit-box-shadow: 0 25px 20px -20px rgba(60,46,37,.2);
  box-shadow: 0 25px 20px -20px rgba(60,46,37,.2);
  overflow: auto;
  display: none;
  z-index: 2
}
.dropdown .dropdown-inner::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #ebe6e2;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}
.dropdown .dropdown-inner::-webkit-scrollbar-thumb:hover {
  background-color: #736d6a;
  background-clip: border-box;
  -webkit-background-clip: border-box
}
.dropdown .dropdown-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px
}
.dropdown .dropdown-inner .item {
  padding: 5px 16px
}
.dropdown .dropdown-inner.origin-top {
  top: auto;
  bottom: 100%
}
.dropdown .item {
  display: block;
  color: #252324;
  font-size: var(--subtitle-font-size);
  font-weight: 600;
  -webkit-transition: color .2s;
  transition: color .2s
}
.dropdown .item:hover {
  color: #3c2e25
}
.dropdown [data-tag] {
  cursor: pointer
}
.dropdown.opened .dropdown-header:after,
.dropdown:hover .dropdown-header:after {
  color: #977767
}
.dropdown.opened .dropdown-header:before,
.dropdown:hover .dropdown-header:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.dropdown.opened .dropdown-inner {
  display: block
}
.dropdown.opened .dropdown-header:after {
  content: "\e912"
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Bl";
  src: url(../fonts/proximanova/ProximaNova-Black.eot);
  src: local("Proxima Nova Black"),local("ProximaNova-Black"),url(../fonts/proximanova/ProximaNova-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-Black.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-Black.woff) format("woff"),url(../fonts/proximanova/ProximaNova-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Th";
  src: url(../fonts/proximanova/ProximaNova-Extrabld.eot);
  src: local("Proxima Nova Extrabold"),local("ProximaNova-Extrabld"),url(../fonts/proximanova/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-Extrabld.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-Extrabld.woff) format("woff"),url(../fonts/proximanova/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Lt";
  src: url(../fonts/proximanova/ProximaNova-SemiboldIt.eot);
  src: local("Proxima Nova Semibold Italic"),local("ProximaNova-SemiboldIt"),url(../fonts/proximanova/ProximaNova-SemiboldIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-SemiboldIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-SemiboldIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-SemiboldIt.ttf) format("truetype");
  font-weight: 600;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Th";
  src: url(../fonts/proximanova/ProximaNovaT-Thin.eot);
  src: local("Proxima Nova Thin"),local("ProximaNovaT-Thin"),url(../fonts/proximanova/ProximaNovaT-Thin.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNovaT-Thin.woff2) format("woff2"),url(../fonts/proximanova/ProximaNovaT-Thin.woff) format("woff"),url(../fonts/proximanova/ProximaNovaT-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Lt";
  src: url(../fonts/proximanova/ProximaNova-Light.eot);
  src: local("Proxima Nova Light"),local("ProximaNova-Light"),url(../fonts/proximanova/ProximaNova-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-Light.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-Light.woff) format("woff"),url(../fonts/proximanova/ProximaNova-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Bl";
  src: url(../fonts/proximanova/ProximaNova-BlackIt.eot);
  src: local("Proxima Nova Black Italic"),local("ProximaNova-BlackIt"),url(../fonts/proximanova/ProximaNova-BlackIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-BlackIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-BlackIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-BlackIt.ttf) format("truetype");
  font-weight: 900;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Rg";
  src: url(../fonts/proximanova/ProximaNova-BoldIt.eot);
  src: local("Proxima Nova Bold Italic"),local("ProximaNova-BoldIt"),url(../fonts/proximanova/ProximaNova-BoldIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-BoldIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-BoldIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-BoldIt.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Th";
  src: url(../fonts/proximanova/ProximaNova-ThinIt.eot);
  src: local("Proxima Nova Thin Italic"),local("ProximaNova-ThinIt"),url(../fonts/proximanova/ProximaNova-ThinIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-ThinIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-ThinIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-ThinIt.ttf) format("truetype");
  font-weight: 100;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Rg";
  src: url(../fonts/proximanova/ProximaNova-Bold.eot);
  src: local("Proxima Nova Bold"),local("ProximaNova-Bold"),url(../fonts/proximanova/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-Bold.woff) format("woff"),url(../fonts/proximanova/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Rg";
  src: url(../fonts/proximanova/ProximaNova-RegularIt.eot);
  src: local("Proxima Nova Regular Italic"),local("ProximaNova-RegularIt"),url(../fonts/proximanova/ProximaNova-RegularIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-RegularIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-RegularIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-RegularIt.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Th";
  src: url(../fonts/proximanova/ProximaNova-ExtrabldIt.eot);
  src: local("Proxima Nova Extrabold Italic"),local("ProximaNova-ExtrabldIt"),url(../fonts/proximanova/ProximaNova-ExtrabldIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-ExtrabldIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-ExtrabldIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-ExtrabldIt.ttf) format("truetype");
  font-weight: 800;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Rg";
  src: url(../fonts/proximanova/ProximaNova-Regular.eot);
  src: local("Proxima Nova Regular"),local("ProximaNova-Regular"),url(../fonts/proximanova/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-Regular.woff) format("woff"),url(../fonts/proximanova/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Lt";
  src: url(../fonts/proximanova/ProximaNova-LightIt.eot);
  src: local("Proxima Nova Light Italic"),local("ProximaNova-LightIt"),url(../fonts/proximanova/ProximaNova-LightIt.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-LightIt.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-LightIt.woff) format("woff"),url(../fonts/proximanova/ProximaNova-LightIt.ttf) format("truetype");
  font-weight: 300;
  font-style: italic
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Lt";
  src: url(../fonts/proximanova/ProximaNova-Semibold.eot);
  src: local("Proxima Nova Semibold"),local("ProximaNova-Semibold"),url(../fonts/proximanova/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova/ProximaNova-Semibold.woff2) format("woff2"),url(../fonts/proximanova/ProximaNova-Semibold.woff) format("woff"),url(../fonts/proximanova/ProximaNova-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.form .form-group {
  margin: 17px 0;
  position: relative
}
.form .input,
.form select,
.form textarea {
  background-color: transparent;
  padding: 19px 15px 19px 32px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid transparent;
  -webkit-transition: .2s;
  transition: .2s
}
.form .labeled-group {
  position: relative
}
.form .labeled-group label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #736d6a;
  font-size: var(--font-size);
  display: block;
  padding: 21px 15px 21px 32px
}
.form .labeled-group label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #736d6a;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleX(.7);
  -ms-transform: scaleX(.7);
  transform: scaleX(.7);
  opacity: 0
}
.form .labeled-group label .text {
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s
}
.form .labeled-group input:focus ~ label .text,
.form .labeled-group textarea:focus ~ label .text {
  -webkit-transform: translateY(calc((100% + 10px) * -1));
  -ms-transform: translateY(calc((100% + 10px) * -1));
  transform: translateY(calc((100% + 10px) * -1));
  font-size: 14px
}
.form .labeled-group.form-group label {
  pointer-events: none
}
.form .labeled-group.form-group input {
  padding: 29px 15px 13px 32px
}
.form .labeled-group.form-group textarea {
  padding: 30px 15px 19px 32px
}
.form .labeled-group.form-group input:focus ~ label .text,
.form .labeled-group.form-group textarea:focus ~ label .text {
  -webkit-transform: translateY(calc((100% - 3px) * -1));
  -ms-transform: translateY(calc((100% - 3px) * -1));
  transform: translateY(calc((100% - 3px) * -1))
}
.form .labeled-group.textarea-group {
  border-radius: 22px;
  font-size: 0;
  border: 1px solid transparent
}
.form .labeled-group.textarea-group textarea {
  margin-top: 35px;
  border-color: transparent;
  height: 53px;
  padding-top: 7px;
  padding-bottom: 7px
}
.form .labeled-group.textarea-group textarea:hover {
  border-color: transparent
}
.form .labeled-group.focused label .text {
  -webkit-transform: translateY(calc((100% + 10px) * -1));
  -ms-transform: translateY(calc((100% + 10px) * -1));
  transform: translateY(calc((100% + 10px) * -1));
  font-size: 14px
}
.form .labeled-group.focused.form-group label .text {
  -webkit-transform: translateY(calc((100% - 3px) * -1));
  -ms-transform: translateY(calc((100% - 3px) * -1));
  transform: translateY(calc((100% - 3px) * -1))
}
.form textarea {
  resize: none;
  height: 88px;
  border-radius: 22px
}
.form.filters-form {
  position: relative
}
.form.filters-form .disabled-alert {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #3c2e25;
  color: #f5f3f1;
  border-radius: 4px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
  visibility: hidden
}
.form.filters-form label {
  padding: 26px 46px 26px 16px;
  pointer-events: none
}
.form.filters-form .input,
.form.filters-form select,
.form.filters-form textarea {
  border-bottom: 1px solid #e4e2e1;
  padding: 26px 46px 26px 16px;
  position: relative;
  border-radius: 0
}
.form.filters-form .input:focus ~ label:before,
.form.filters-form .input:hover ~ label:before,
.form.filters-form select:focus ~ label:before,
.form.filters-form select:hover ~ label:before,
.form.filters-form textarea:focus ~ label:before,
.form.filters-form textarea:hover ~ label:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.form.filters-form button {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #736d6a;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.form.filters-form button .icon {
  font-size: 20px
}
.form.filters-form button:hover {
  opacity: .7
}
.form.filters-form:hover label:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.form.filters-form.disabled .form-group,
.form.filters-form.disabled .labeled-group {
  pointer-events: none;
  opacity: .5
}
.form.filters-form.disabled:hover .disabled-alert {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
.form.contact-form .form-group input,
.form.contact-form .form-group select {
  padding: 21px 15px 21px 32px
}
.form.contact-form .form-group select {
  height: 64px
}
.form.contact-form .form-group .alert {
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  color: rgba(224,108,117,.5);
  font-size: 12px;
  right: 32px;
  top: 12px;
  opacity: 0
}
.form.contact-form .form-group.error input,
.form.contact-form .form-group.error select,
.form.contact-form .form-group.error.textarea-group {
  border-color: rgba(224,108,117,.5)
}
.form.contact-form .form-group.error:hover input,
.form.contact-form .form-group.error:hover select,
.form.contact-form .form-group.error:hover.textarea-group {
  border-color: rgba(224,108,117,.7)
}
.form.contact-form .form-group.error:hover .alert {
  color: rgba(224,108,117,.7)
}
.form.contact-form .form-group.error .alert {
  opacity: 1
}
.form.contact-form .form-group.success input,
.form.contact-form .form-group.success select,
.form.contact-form .form-group.success.textarea-group {
  border-color: rgba(0,121,54,.5)
}
.form.contact-form .form-group.success .alert {
  opacity: 0
}
.form.contact-form .form-group.success:hover input,
.form.contact-form .form-group.success:hover select,
.form.contact-form .form-group.success:hover.textarea-group {
  border-color: rgba(0,121,54,.7)
}
.section-dark .form .input,
.section-dark .form .textarea-group,
.section-dark .form select,
.section-dark .form textarea {
  border-color: rgba(255,255,255,.2);
  color: #f5f3f1
}
.section-dark .form .input:hover,
.section-dark .form .textarea-group:hover,
.section-dark .form select:hover,
.section-dark .form textarea:hover {
  border-color: #977767;
  color: #f5f3f1
}
.section-dark .form select {
  cursor: pointer;
  color: #736d6a;
  -webkit-appearance: none;
  background: url(../img/icons/select-icon.svg) no-repeat calc(100% - 22px)
}
.section-dark .form select option {
  background-color: #252324;
  color: #f5f3f1
}
.section-dark .form select option:hover,
.section-dark .form select option[disabled],
.section-dark .form select option[selected] {
  background-color: #252324!important
}
.section-dark .form select:hover {
  color: #f5f3f1
}
@media (max-width:992px) {
  .form.filters-form {
    margin-top: 10px
  }
}
@media (max-width:768px) {
  .form.validate-form .form-group select {
    height: 56px
  }
  .form.validate-form .form-group input,
  .form.validate-form .form-group label,
  .form.validate-form .form-group select {
    padding: 17px 15px 17px 32px
  }
}
.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.glider-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1
}
.glider.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab
}
.glider.draggable .glider-slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.glider-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%
}
.glider-slide img {
  max-width: 100%
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0
}
.glider-slide {
  min-width: 150px
}
.glider-hide {
  opacity: 0
}
.glider-dots {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  margin: 0 auto;
  padding: 0
}
.glider-dot {
  border: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px
}
.glider-dot.active,
.glider-dot:focus,
.glider-dot:hover {
  background: #a89cc8
}
@media (max-width:36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156,156,156,.25);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25)
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.row,
.row.reverse {
  box-orient: horizontal
}
.container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1580px
}
.container-fluid {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 100%
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.row:after {
  content: "";
  display: table;
  clear: both
}
.row > .spaced-around {
  padding-top: 15px;
  padding-bottom: 15px
}
.row.collapsed-row {
  margin-right: 0;
  margin-left: 0
}
.row.collapsed-row > * {
  padding-left: 0;
  padding-right: 0
}
.row.paddless-row {
  margin-right: -5px;
  margin-left: -5px
}
.row.paddless-row > * {
  padding-left: 5px;
  padding-right: 5px
}
.row.paddless-row > .spaced-around {
  padding-top: 5px;
  padding-bottom: 5px
}
[class*=col-lg-],
[class*=col-md-],
[class*=col-ms-],
[class*=col-sm-],
[class*=col-xs-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}
.hidden,
.lg-block,
.lg-inline,
.lg-show,
.md-block,
.md-inline,
.md-show,
.ms-block,
.ms-inline,
.ms-show,
.none,
.sm-block,
.sm-inline,
.sm-show {
  display: none!important
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  width: 75%
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%
}
.col-xs-offset-0 {
  margin-left: 0
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%
}
.col-xs-offset-12 {
  margin-left: 100%
}
.xs-hide {
  display: none
}
.xs-inline {
  display: inline
}
.xs-show {
  display: inline-block
}
.xs-block {
  display: block
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}
@media (min-width:481px) {
  .col-ms-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-ms-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-ms-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-ms-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-ms-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-ms-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-ms-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-ms-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-ms-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-ms-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-ms-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-ms-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-ms-offset-0 {
    margin-left: 0
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-ms-offset-3 {
    margin-left: 25%
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-ms-offset-6 {
    margin-left: 50%
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-ms-offset-9 {
    margin-left: 75%
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-ms-offset-12 {
    margin-left: 100%
  }
  .ms-hide {
    display: none
  }
  .ms-inline {
    display: inline
  }
  .ms-show {
    display: inline-block
  }
  .ms-block {
    display: block
  }
  .start-ms {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-ms {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-ms {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-ms {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-ms {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-ms {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-ms {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-ms {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-ms {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-ms {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:769px) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .sm-hide {
    display: none
  }
  .sm-inline {
    display: inline
  }
  .sm-show {
    display: inline-block
  }
  .sm-block {
    display: block
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:993px) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .md-hide {
    display: none
  }
  .md-inline {
    display: inline
  }
  .md-show {
    display: inline-block
  }
  .md-block {
    display: block
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:1201px) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .lg-hide {
    display: none
  }
  .lg-inline {
    display: inline
  }
  .lg-show {
    display: inline-block
  }
  .lg-block {
    display: block
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (max-width:1199px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 15px;
    padding-left: 15px
  }
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px
  }
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
  .row > .spaced-around {
    padding-top: 15px;
    padding-bottom: 15px
  }
}
@media (max-width:993px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 15px;
    padding-left: 15px
  }
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px
  }
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
  .row > .spaced-around {
    padding-top: 15px;
    padding-bottom: 15px
  }
}
@media (max-width:768px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
  .sm-hide {
    display: none
  }
  .sm-show {
    display: block
  }
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon/icomoon.eot?kqc9cs);
  src: url(../fonts/icomoon/icomoon.eot?kqc9cs#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?kqc9cs) format("truetype"),url(../fonts/icomoon/icomoon.woff?kqc9cs) format("woff"),url(../fonts/icomoon/icomoon.svg?kqc9cs#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
[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-plus:before {
  content: "\e917"
}
.icon-minus:before {
  content: "\e918"
}
.icon-quote:before {
  content: "\e919"
}
.icon-google:before {
  content: "\e91a"
}
.icon-top:before {
  content: "\e900"
}
.icon-bottom:before {
  content: "\e901"
}
.icon-left:before {
  content: "\e902"
}
.icon-right:before {
  content: "\e903"
}
.icon-left_top:before {
  content: "\e904"
}
.icon-left_bottom:before {
  content: "\e905"
}
.icon-right_bottom:before {
  content: "\e906"
}
.icon-right_up:before {
  content: "\e907"
}
.icon-check:before {
  content: "\e908"
}
.icon-linkedin:before {
  content: "\e909"
}
.icon-youtube:before {
  content: "\e90a"
}
.icon-telegram-full:before {
  content: "\e90b"
}
.icon-facebook:before {
  content: "\e90c"
}
.icon-instagram:before {
  content: "\e90d"
}
.icon-mail:before {
  content: "\e90e"
}
.icon-phone:before {
  content: "\e90f"
}
.icon-search:before {
  content: "\e910"
}
.icon-telegram:before {
  content: "\e911"
}
.icon-caret_bottom:before {
  content: "\e913"
}
.icon-caret_top:before {
  content: "\e912"
}
.icon-caret_right:before {
  content: "\e914"
}
.icon-caret_left:before {
  content: "\e915"
}
.icon-close:before {
  content: "\e916"
}
.icon-minus1:before {
  content: "\e91b"
}
.icon-plus1:before {
  content: "\e91c"
}
.icon-location:before {
  content: "\e91d"
}
.icon-timer:before {
  content: "\e91e"
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.inline-list {
  margin: 0 -7px;
  font-size: 0
}
.inline-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--font-size);
  padding: 0 7px
}
.counter-list {
  counter-reset: count;
  margin: 45px 0;
  font-size: 0
}
.counter-list li {
  position: relative;
  padding-left: 117px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: var(--article-title-font-size)
}
.counter-list li:before {
  content: counter(count);
  counter-increment: count;
  color: #736d6a;
  font-size: 14px;
  height: 52px;
  width: 52px;
  border: 1px solid #e4e2e1;
  display: block;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s
}
.counter-list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #e4e2e1
}
.counter-list li:last-child:after {
  display: none
}
.counter-list li:first-child {
  padding-left: 77px
}
.counter-list li:first-child:before {
  left: 0
}
.counter-list li:hover:before {
  background-color: #977768;
  color: #fff
}
.counter-list.inline-list li {
  width: 25%
}
.counter-list.with-title {
  margin: 0 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px
}
.counter-list.with-title li {
  padding: 0 0 0 80px;
  width: 25%
}
.counter-list.with-title li:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.counter-list.with-title li:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 26px;
  bottom: 0;
  height: auto;
  right: -32px
}
.counter-list.with-title li:last-child {
  padding-right: 0
}
.counter-list.with-title .title {
  font-size: var(--article-title-font-size);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 8px
}
.counter-list.with-title .text {
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 400
}
.icons-list li {
  position: relative;
  padding: 0 0 0 80px
}
.icons-list li .icon-cover {
  content: counter(count);
  counter-increment: count;
  color: #736d6a;
  font-size: 14px;
  height: 52px;
  width: 52px;
  border: 1px solid #e4e2e1;
  display: block;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 16px
}
.icons-list li .icon-cover > .icon:before {
  position: relative;
  top: -1px
}
.icons-list .title {
  font-size: var(--article-title-font-size);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 8px
}
.icons-list .link,
.icons-list .text {
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 400
}
.services-list {
  font-size: 0;
  border-bottom: 1px solid #e4e2e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.services-list > li {
  font-size: var(--article-title-font-size);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  border-top: 1px solid #e4e2e1
}
.services-list .detail-link {
  position: relative;
  padding: 50px 30px;
  display: block;
  height: 100%;
  overflow: hidden
}
.services-list .detail-link .icon-cover {
  display: block;
  height: 56px;
  width: 56px;
  position: relative;
  margin: 28px auto 78px
}
.services-list .detail-link .icon-cover:after {
  content: "";
  width: 200px;
  height: 120px;
  border: 1px solid #e4e2e1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(1.8);
  -ms-transform: translate(-50%,-50%) scale(1.8);
  transform: translate(-50%,-50%) scale(1.8);
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none
}
.services-list .detail-link .icon-cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.services-list .detail-link .text {
  font-weight: 600;
  font-size: var(--article-title-font-size);
  position: relative;
  display: inline-block
}
.services-list .detail-link .text:after {
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleX(.6);
  -ms-transform: scaleX(.6);
  transform: scaleX(.6);
  background-color: #3c2e25;
  opacity: 0
}
.services-list .detail-link .service-icon {
  position: absolute;
  top: 37px;
  right: 24px;
  color: #736d6a
}
.services-list .detail-link .hover-show {
  opacity: 0
}
.services-list .detail-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background-color: #e4e2e1
}
.services-list .detail-link:hover .hover-hide {
  opacity: 0
}
.services-list .detail-link:hover .hover-show {
  opacity: 1
}
.services-list .detail-link:hover .text:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.services-list .detail-link:hover .icon-cover:after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  opacity: 1
}
.bordered-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 25px 0;
  border-bottom: 1px solid #e4e2e1;
  border-top: 1px solid #e4e2e1;
  position: relative
}
.bordered-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background-color: #e4e2e1
}
.bordered-list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  width: 25%;
  position: relative;
  padding: 32px
}
.bordered-list > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e4e2e1
}
.cases-list {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.cases-list > li {
  width: calc(25% - 36px);
  position: relative;
  padding: 0 0 24px;
  border-bottom: 1px solid #e4e2e1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}
.cases-list > li:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 24px;
  width: 1px;
  background-color: #e4e2e1;
  pointer-events: none
}
.cases-list > li:nth-child(4n):after {
  display: none
}
.cases-list > li:last-child:after {
  display: none
}
.progress-list {
  border-top: 1px solid #977767;
  counter-reset: count;
  margin-top: 100px
}
.progress-list > li:before {
  content: counters(count, "-", decimal-leading-zero);
  counter-increment: count;
  color: #736d6a;
  font-size: 14px;
  position: absolute;
  bottom: calc(100% + 50px);
  left: 0
}
.progress-list .progress-inner {
  position: relative
}
.progress-list .progress-inner:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  background-color: #977767;
  border-radius: 50%;
  top: -62px;
  left: -37px
}
.progress-list > li:last-child .progress-inner:after {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  background-color: #977767;
  border-radius: 50%;
  top: -60px;
  right: -33px
}
.checked-list {
  gap: 20px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.checked-list > li {
  position: relative;
  padding-left: 77px
}
.checked-list > li:before {
  content: "\e908";
  font-family: icomoon;
  color: #f5f3f1;
  font-size: 28px;
  height: 52px;
  width: 52px;
  border: 1px solid rgba(255,255,255,.2);
  display: block;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s
}
.checked-list.bordered-top {
  padding: 56px 0 0;
  margin-top: 54px;
  border-top: 1px solid rgba(255,255,255,.2)
}
.checked-list.cell-2 > li {
  margin-bottom: 24px
}
.social-list li {
  padding: 0
}
.social-list li:after,
.social-list li:before {
  display: none
}
.social-list.horizontal li {
  display: inline-block
}
.accordeon-list {
  counter-reset: count;
  border-top: 1px solid #e4e2e1
}
.accordeon-list > li {
  position: relative;
  border-bottom: 1px solid #e4e2e1
}
.accordeon-list > li.hidden-tag {
  display: none
}
.accordeon-list .accordeon-title {
  padding-left: 320px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 16px;
  position: relative
}
.accordeon-list .accordeon-title:before {
  content: counters(count, "-", decimal-leading-zero);
  counter-increment: count;
  color: #736d6a;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400
}
.accordeon-list .accordeon-title:after {
  font-size: 24px;
  color: #3a3430
}
.accordeon-list .accordeon-title .image-icon {
  position: absolute;
  left: 144px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 56px
}
.accordeon-list .accordeon-title .title {
  display: inline-block;
  position: relative;
  color: #252324;
  font-size: var(--subtitle-font-size);
  font-weight: 600
}
.accordeon-list .accordeon-title .title:after {
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #3c2e25;
  -webkit-transform: scaleX(.6);
  -ms-transform: scaleX(.6);
  transform: scaleX(.6);
  opacity: 0
}
.accordeon-list .accordeon-title:hover .title {
  color: #3c2e25
}
.accordeon-list .accordeon-title:hover .title:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.accordeon-list .accordeon-inner {
  padding-left: 320px;
  padding-right: 320px;
  padding-bottom: 48px;
  position: relative
}
.accordeon-list .accordeon-inner .button-link {
  position: absolute;
  bottom: 48px;
  right: 0
}
.accordeon-list .accordeon-inner .dotted-list li {
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s
}
.accordeon-list .accordeon.active .accordeon-title:after {
  color: #977767
}
.accordeon-list .accordeon.active .title {
  color: #3c2e25
}
.accordeon-list .accordeon.active .title:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.accordeon-list.simple-accordeon .accordeon-title {
  padding-left: 16px;
  padding-right: 34px
}
.accordeon-list.simple-accordeon .accordeon-title .title:after {
  display: none
}
.accordeon-list.simple-accordeon .accordeon-title:before {
  display: none
}
.accordeon-list.simple-accordeon .accordeon-title:after {
  content: "\e917"
}
.accordeon-list.simple-accordeon .accordeon-inner {
  padding-left: 16px;
  padding-right: 24px
}
.accordeon-list.simple-accordeon .accordeon.active .accordeon-title:after {
  content: "\e918"
}
.accordeon-list.simple-accordeon .theme-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px
}
.dotted-list li {
  position: relative;
  padding-left: 24px;
  color: #3c2e25;
  font-size: var(--font-size);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600
}
.dotted-list li:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #977767;
  left: 0;
  top: 12px
}
.dotted-list.large-font li {
  font-size: var(--article-title-font-size);
  line-height: 1.4
}
.values-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0;
  gap: 80px
}
.values-list li {
  position: relative;
  width: 25%;
  padding-left: 80px
}
.values-list li .image-icon {
  position: absolute;
  left: 0;
  top: 0
}
.values-list li:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background-color: #e4e2e1;
  pointer-events: none
}
.values-list li:last-child {
  padding-right: 0
}
.values-list li:last-child:after {
  display: none
}
.values-list .image-icon {
  height: 56px;
  width: 56px
}
.values-list .title {
  font-size: var(--article-title-font-size);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 8px
}
.values-list .text {
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 400
}
@media (max-width:1440px) {
  .counter-list.with-title,
  .values-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px
  }
  .counter-list.with-title > *,
  .values-list > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .counter-list.with-title li,
  .values-list li {
    width: calc(50% - 80px);
    -webkit-box-flex: calc(50% - 80px);
    -ms-flex: calc(50% - 80px);
    flex: calc(50% - 80px)
  }
  .counter-list.with-title li:after,
  .values-list li:after {
    top: 0;
    bottom: 0
  }
  .counter-list.with-title li:nth-child(1),
  .values-list li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .counter-list.with-title li:nth-child(2),
  .values-list li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .counter-list.with-title li:nth-child(3),
  .values-list li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .counter-list.with-title li:nth-child(4),
  .values-list li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .counter-list.with-title li:nth-child(even):after,
  .values-list li:nth-child(even):after {
    display: none
  }
  .counter-list.with-title li:nth-child(2),
  .values-list li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .counter-list.with-title li:nth-child(2):after,
  .values-list li:nth-child(2):after {
    display: block
  }
  .counter-list.with-title li:nth-child(3),
  .values-list li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .counter-list.with-title li:nth-child(3):after,
  .values-list li:nth-child(3):after {
    display: none
  }
}
@media (max-width:1199px) {
  .counter-list {
    margin: 30px 0
  }
  .counter-list.inline-list:not(.with-title) li {
    width: 100%;
    padding-left: 77px;
    margin-bottom: 30px
  }
  .counter-list.inline-list:not(.with-title) li:before {
    left: 0
  }
  .counter-list.inline-list:not(.with-title) li:after {
    display: none
  }
  .counter-list.inline-list:not(.with-title) li:last-child {
    margin-bottom: 0
  }
  .services-list .detail-link {
    padding: 20px 25px
  }
  .services-list .detail-link .icon-cover {
    margin-bottom: 50px
  }
  .bordered-list > li {
    padding: 25px
  }
  .progress-list .progress-inner:before {
    top: -56px;
    left: -30px
  }
  .progress-list > li:last-child .progress-inner:after {
    top: -54px;
    right: -28px
  }
  .accordeon-list .accordeon-inner,
  .accordeon-list .accordeon-title {
    padding-left: 200px
  }
  .accordeon-list .accordeon-inner {
    padding-bottom: 30px
  }
  .accordeon-list .accordeon-inner .button-link {
    bottom: 30px
  }
  .accordeon-list .accordeon-title .image-icon {
    left: 80px
  }
  .cases-list > li {
    width: calc(33.3333333333% - 32.16px)
  }
  .cases-list > li:nth-child(4n):after {
    display: block
  }
  .cases-list > li:nth-child(3n):after {
    display: none
  }
}
@media (max-width:992px) {
  .services-list {
    border-bottom: none
  }
  .services-list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
  }
  .services-list .detail-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    pointer-events: none;
    background-color: #e4e2e1
  }
  .services-list .detail-link:after {
    top: 8px;
    bottom: 8px
  }
  .services-list .detail-link .icon-cover {
    margin: 0 30px 0 0
  }
  .services-list .detail-link .icon-cover:after {
    display: none
  }
  .services-list .detail-link .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .services-list .verticaly-middle {
    font-size: 0
  }
  .services-list .service-icon {
    font-size: 24px;
    top: 20px;
    right: 20px
  }
  .services-list .button {
    margin-top: 24px
  }
  .progress-list {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #977767;
    display: block;
    padding: 0
  }
  .progress-list > li {
    display: block;
    width: 100%;
    padding: 25px 20px 35px
  }
  .progress-list > li:after {
    bottom: auto;
    left: 52px;
    width: calc(100% - 52px);
    height: 1px
  }
  .progress-list > li:before {
    bottom: auto;
    left: 20px;
    top: -10px
  }
  .progress-list > li:last-child {
    padding-bottom: 20px
  }
  .progress-list > li:last-child .progress-inner:after {
    right: auto;
    left: -23px;
    top: auto;
    bottom: -20px
  }
  .progress-list .progress-inner:before {
    top: -25px;
    left: -25px
  }
  .checked-list {
    display: block
  }
  .checked-list > li {
    padding: 9px 0 9px 56px;
    margin-bottom: 8px
  }
  .checked-list > li:last-child {
    margin-bottom: 0
  }
  .checked-list > li:before {
    height: 40px;
    width: 40px;
    line-height: 40px
  }
  .checked-list.bordered-top {
    padding-top: 24px;
    margin-top: 24px
  }
  .accordeon-list .accordeon.active .title {
    text-decoration: underline
  }
  .accordeon-list .accordeon-inner,
  .accordeon-list .accordeon-title {
    padding-left: 140px
  }
  .accordeon-list .accordeon-inner {
    padding-right: 16px
  }
  .accordeon-list .accordeon-inner .button-link {
    position: static;
    margin-top: 20px
  }
  .accordeon-list .accordeon-title .image-icon {
    left: 47px
  }
  .accordeon-list .accordeon-title .title:after {
    display: none
  }
  .accordeon-list .accordeon-title:hover .title {
    text-decoration: underline
  }
  .accordeon-list.simple-accordeon .accordeon-title:hover .title {
    text-decoration: none
  }
  .accordeon-list.simple-accordeon .theme-text {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto
  }
  .cases-list > li {
    width: calc(50% - 24px)
  }
  .cases-list > li:nth-child(3n):after {
    display: block
  }
  .cases-list > li:nth-child(2n):after {
    display: none
  }
  .counter-list.with-title,
  .values-list {
    gap: 0;
    margin-top: 32px;
    margin-bottom: 0
  }
  .counter-list.with-title li,
  .counter-list.with-title li:nth-child(2),
  .counter-list.with-title li:nth-child(3),
  .values-list li,
  .values-list li:nth-child(2),
  .values-list li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
    margin-bottom: 32px
  }
  .counter-list.with-title li:after,
  .counter-list.with-title li:nth-child(2):after,
  .counter-list.with-title li:nth-child(3):after,
  .values-list li:after,
  .values-list li:nth-child(2):after,
  .values-list li:nth-child(3):after {
    display: block;
    right: 0;
    left: 0;
    height: 1px;
    width: auto;
    top: auto;
    bottom: -16px
  }
  .counter-list.with-title li,
  .values-list li {
    padding-left: 0
  }
  .counter-list.with-title li .title,
  .values-list li .title {
    padding-left: 80px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 16px
  }
  .counter-list.with-title li:last-child:after,
  .values-list li:last-child:after {
    display: none
  }
  .values-list ~ .divider {
    background-color: #e4e2e1
  }
  .values-list ~ .divider:after,
  .values-list ~ .divider:before {
    display: none
  }
  .counter-list.with-title li,
  .counter-list.with-title li:nth-child(2),
  .counter-list.with-title li:nth-child(3) {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0
  }
  .counter-list.with-title li:before,
  .counter-list.with-title li:nth-child(2):before,
  .counter-list.with-title li:nth-child(3):before {
    top: 16px
  }
  .counter-list.with-title li:after,
  .counter-list.with-title li:nth-child(2):after,
  .counter-list.with-title li:nth-child(3):after {
    bottom: 0
  }
}
@media (max-width:768px) {
  .counter-list.inline-list li {
    line-height: 1.3;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 0;
    padding-right: 0
  }
  .counter-list.inline-list li:before {
    height: 48px;
    width: 48px;
    line-height: 48px
  }
  .counter-list.inline-list.collapsed-xs li {
    margin-bottom: 0
  }
  .counter-list {
    margin: 18px 0
  }
  .services-list .detail-link .service-icon {
    top: 8px;
    right: 8px;
    font-size: 18px
  }
  .services-list .detail-link .icon-cover {
    height: 40px;
    width: 40px;
    margin-right: 24px
  }
  .services-list .detail-link .icon-cover img {
    height: 100%
  }
  .progress-list .progress-inner:before {
    top: -29px
  }
  .accordeon-list .accordeon-inner {
    padding-left: 12px;
    padding-right: 12px
  }
  .accordeon-list .accordeon-title:before {
    display: none
  }
  .accordeon-list .accordeon-title {
    padding-left: 60px
  }
  .accordeon-list .accordeon-title .title {
    font-size: 18px
  }
  .accordeon-list .accordeon-title .image-icon {
    left: 0;
    height: 40px
  }
  .accordeon-list.simple-accordeon .accordeon-title {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 12px
  }
  .accordeon-list.simple-accordeon .accordeon-inner {
    padding-left: 12px;
    padding-top: 9px
  }
  .accordeon-list.simple-accordeon .theme-text {
    width: 100%
  }
}
@media (max-width:640px) {
  .cases-list {
    margin: 24px 0 0
  }
  .cases-list > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
  }
  .cases-list > li:after {
    display: none
  }
}
@media (max-width:520px) {
  .counter-list.inline-list li {
    width: 75%
  }
  .accordeon-list .accordeon-inner .button-link {
    display: block
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.main-footer {
  background-color: #252324;
  color: #f5f3f1;
  padding-top: 100px
}
.main-footer .container {
  position: relative
}
.main-footer [data-scrollto] {
  position: absolute;
  right: 0;
  top: -100px;
  height: 64px;
  width: 64px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.main-footer .bottom {
  text-align: center;
  padding: 70px 0
}
.main-footer .bordered-list {
  margin-top: 47px;
  border-top-color: rgba(255,255,255,.2);
  border-bottom-color: rgba(255,255,255,.2)
}
.main-footer .bordered-list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding-left: 52px;
  padding-right: 52px
}
.main-footer .bordered-list li:after,
.main-footer .bordered-list:before {
  background-color: rgba(255,255,255,.2)
}
.main-footer .logo {
  width: 184px;
  margin-bottom: 50px
}
.main-footer .section-title-large {
  margin-bottom: 35px
}
.main-footer a:hover {
  text-decoration: underline;
  color: #fff
}
.main-footer .footer-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 40px
}
.main-footer .footer-links li {
  margin-bottom: 7px
}
.main-footer .footer-links li:last-child {
  margin-bottom: 0
}
.main-footer .footer-links a {
  padding: 1px 0
}
.main-footer .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.main-footer .social-list {
  white-space: nowrap;
  font-size: 0
}
.main-footer .social-list a {
  height: 30px;
  width: 30px;
  display: inline-block
}
.main-footer .social-list li {
  margin-right: 5px
}
.main-footer .social-list li:last-child {
  margin-right: 0
}
@media (max-width:1440px) {
  .main-footer .logo {
    width: 156px;
    margin-bottom: 35px
  }
  .main-footer .bordered-list > li {
    padding-left: 35px;
    padding-right: 35px
  }
}
@media (max-width:1199px) {
  .main-footer .bordered-list > li {
    padding: 20px
  }
  .main-footer .group {
    gap: 25px
  }
  .main-footer .bottom {
    padding: 50px 0
  }
  .main-footer [data-scrollto] {
    right: 20px
  }
}
@media (max-width:992px) {
  .main-footer {
    padding-top: 40px
  }
  .main-footer .section-title-large {
    margin-bottom: 16px
  }
  .main-footer .button:not([data-scrollto]) {
    margin-top: 24px
  }
  .main-footer [data-scrollto] {
    display: none
  }
  .main-footer .bottom {
    padding: 32px 0;
    margin-top: 32px;
    border-top: 1px solid rgba(255,255,255,.2)
  }
  .main-footer .bordered-list {
    margin-top: 40px;
    border: 0;
    display: block;
    padding: 0
  }
  .main-footer .bordered-list:before {
    display: none
  }
  .main-footer .bordered-list > li {
    padding: 0;
    margin-bottom: 16px
  }
  .main-footer .bordered-list > li:after {
    display: none
  }
  .main-footer .bordered-list > li:last-child {
    margin-bottom: 0
  }
  .main-footer .bordered-list > li:first-child {
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.2);
    padding-bottom: 32px;
    padding-top: 32px;
    margin-bottom: 32px
  }
  .main-footer .logo-cover {
    font-size: 0;
    margin-bottom: 15px
  }
  .main-footer .logo {
    margin-bottom: 0
  }
  .main-footer .group {
    display: block
  }
  .main-footer .footer-title {
    margin-bottom: 12px
  }
}
@media (max-width:768px) {
  .main-footer .bottom {
    font-size: 14px
  }
}
@media (max-width:365px) {
  .main-footer .logo-cover {
    margin-bottom: 10px
  }
  .main-footer .logo {
    width: 135px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  max-height: 100vh
}
.main-header .header-container {
  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;
  position: relative;
  padding: 25px 0
}
.main-header .menu-button,
.main-header .mobile-bottom,
.main-header .mobile-toggle {
  display: none
}
.main-header .tag {
  margin: 5px 0
}
.main-header .logo-cover {
  padding-right: 32px;
  position: relative
}
.main-header .logo-cover:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.main-header .left-side,
.main-header .right-side {
  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
}
.main-header .search-cover .search {
  display: inline-block;
  vertical-align: middle
}
.main-header .search-cover .language {
  display: inline-block;
  vertical-align: middle
}
.main-header .icon-round {
  font-size: 20px;
  opacity: .8
}
.main-header .icon-round:hover {
  opacity: 1
}
.main-header .header-search-form {
  display: none;
  position: fixed;
  z-index: 15;
  border-radius: 100px
}
.main-header .header-search-form .form-group {
  position: relative
}
.main-header .header-search-form .form-group .search-toggle-close {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.main-header .header-search-form .form-group.success ~ .search-toggle-clear {
  opacity: .8
}
.main-header .header-search-form .form-group.success ~ .search-toggle-clear:hover {
  opacity: 1
}
.main-header .header-search-form .input {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid;
  padding: 15px 50px;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s
}
.main-header .header-search-form .search-toggle-clear {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s
}
.main-header .action-result {
  display: none;
  max-height: 82vh;
  overflow: auto;
  padding-bottom: 25px
}
.main-header .action-result .info-section {
  padding: 30px 0
}
.main-header .action-result .back-button {
  display: none
}
.main-header .action-result .menu-links {
  margin-top: 30px
}
.main-header .action-result .menu-links a {
  font-size: var(--subtitle-font-size);
  -webkit-transition: .2s;
  transition: .2s
}
.main-header .action-result .menu-links a:hover {
  text-decoration: underline
}
.main-header .action-result .article-preview .caption .subtitle {
  border-block-color: #3a3430
}
.main-header .header-navigation {
  font-size: 0;
  padding: 0 32px
}
.main-header .header-navigation li {
  display: inline-block;
  vertical-align: middle
}
.main-header .header-navigation a {
  text-transform: uppercase;
  font-size: var(--buttons-font-size);
  padding: 15px
}
.main-header .header-navigation a .text {
  display: inline-block;
  position: relative
}
.main-header .header-navigation a .text:after {
  content: "";
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleX(.6);
  -ms-transform: scaleX(.6);
  transform: scaleX(.6);
  opacity: 0
}
.main-header .header-navigation a.active .text:after,
.main-header .header-navigation a:hover .text:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.main-header .logo {
  width: 183px;
  display: block;
}
.main-header .logo img {
  width: 100%
}
.main-header a,
.main-header button {
  color: inherit
}
.main-header .dropdown-select {
  position: relative;
  cursor: pointer;
  margin: 0 18px 0 32px
}
.main-header .dropdown-select .item {
  display: block;
  text-transform: uppercase;
  padding: 9px 16px 8px 16px;
  line-height: 1;
  font-size: var(--buttons-font-size);
  border-radius: 100px
}
.main-header .dropdown-select .title .item {
  border-radius: 100px
}
.main-header .dropdown-select .title:after {
  content: "\e913";
  font-family: icomoon;
  font-size: calc(var(--buttons-font-size) * .6);
  margin-left: 5px;
  display: inline-block
}
.main-header .dropdown-select .inner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden
}
.main-header .dropdown-select .inner .item {
  border-radius: 0
}
.main-header .dropdown-select .inner .item:last-child {
  border-radius: 0 0 14px 14px
}
.main-header .dropdown-select:hover .inner {
  opacity: 1;
  visibility: visible
}
.main-header .dropdown-select:hover .title {
  border-radius: 14px 14px 0 0;
  border-color: transparent
}
.main-header .dropdown-select:hover .title:after {
  content: "\e912"
}
.main-header .menu-tab {
  display: none;
  font-size: 0
}
.main-header .menu-tab.active {
  display: block
}
.main-header .menu-tab .submenu-cover {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: var(--font-size)
}
.main-header .menu-tab .submenu-cover:first-child {
  padding-right: 20px
}
.main-header .menu-tab .submenu-cover:last-child {
  padding-left: 20px
}
.main-header.form-search-active .header-search-form {
  display: block
}
.main-header.form-search-active .search-result {
  display: block
}
.main-header.form-search-active .search-result .result {
  display: none
}
.main-header.form-search-active .search-result.success .recommended {
  display: none
}
.main-header.form-search-active .search-result.success .result {
  display: block
}
.main-header.menu-active .header-navigation.active.animated {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0)
}
.main-header.menu-active .action-result.menu-result {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.main-header.light {
  color: #f5f3f1
}
.main-header.light .dark-theme {
  display: none
}
.main-header.light .logo-cover:after {
  background: rgba(245,243,241,.3)
}
.main-header.light .header-navigation a .text:after {
  background-color: #f5f3f1
}
.main-header.light .dropdown-select .title {
  border: 1px solid rgba(245,243,241,.3)
}
.main-header.light .dropdown-select:hover .title {
  border-color: transparent
}
.main-header.light .dropdown-select:hover .item {
  background-color: #252324
}
.main-header.light .dropdown-select:hover .item:hover {
  background-color: #393430
}
.main-header.light .button-cover .button-header {
  border-color: rgba(245,243,241,.3)
}
.main-header.light .button-cover .button-header:hover {
  color: #252324;
  background-color: #f4f3f1
}
.main-header.light .header-search-form {
  background-color: #252324
}
.main-header.light .header-search-form .input {
  border: 1px solid rgba(245,243,241,.3);
  color: #f5f3f1
}
.main-header.light .action-result {
  background-color: #252324;
  -webkit-box-shadow: rgba(60,46,37,.05) 0 8px 24px;
  box-shadow: rgba(60,46,37,.05) 0 8px 24px
}
.main-header.light .action-result .info-section {
  border-top: 1px solid rgba(245,243,241,.3)
}
.main-header.light .tag {
  border-color: rgba(245,243,241,.3)
}
.main-header.light .tag:hover {
  color: #252324;
  background-color: #f4f3f1
}
.main-header.light .mobile-bottom .centered-inner .contact-button {
  background-color: #f5f3f1;
  color: #3c2e25
}
.main-header.light .mobile-bottom .dropdown {
  border-color: rgba(245,243,241,.3)
}
.main-header.light .mobile-bottom .dropdown .item {
  color: #f5f3f1
}
.main-header.light .mobile-bottom .dropdown .dropdown-inner {
  background-color: #252324;
  border-color: rgba(245,243,241,.3)
}
.main-header.light .mobile-bottom .bordered-top {
  border-top: 1px solid rgba(245,243,241,.3)
}
.main-header.light .mobile-bottom .bordered-top .social-mobile ul {
  color: rgba(245,243,241,.3)
}
.main-header.light.scrolled {
  background: -webkit-gradient(linear,left top,left bottom,from(#252324),color-stop(8.1%,rgba(37,35,36,.99)),color-stop(15.5%,rgba(37,35,36,.953)),color-stop(22.5%,rgba(37,35,36,.894)),color-stop(29%,rgba(37,35,36,.824)),color-stop(35.3%,rgba(37,35,36,.74)),color-stop(41.2%,rgba(37,35,36,.647)),color-stop(47.1%,rgba(37,35,36,.55)),color-stop(52.9%,rgba(37,35,36,.45)),color-stop(58.8%,rgba(37,35,36,.353)),color-stop(64.7%,rgba(37,35,36,.26)),color-stop(71%,rgba(37,35,36,.176)),color-stop(77.5%,rgba(37,35,36,.106)),color-stop(84.5%,rgba(37,35,36,.047)),color-stop(91.9%,rgba(37,35,36,.01)),to(rgba(37,35,36,0)));
  background: linear-gradient(180deg,#252324 0,rgba(37,35,36,.99) 8.1%,rgba(37,35,36,.953) 15.5%,rgba(37,35,36,.894) 22.5%,rgba(37,35,36,.824) 29%,rgba(37,35,36,.74) 35.3%,rgba(37,35,36,.647) 41.2%,rgba(37,35,36,.55) 47.1%,rgba(37,35,36,.45) 52.9%,rgba(37,35,36,.353) 58.8%,rgba(37,35,36,.26) 64.7%,rgba(37,35,36,.176) 71%,rgba(37,35,36,.106) 77.5%,rgba(37,35,36,.047) 84.5%,rgba(37,35,36,.01) 91.9%,rgba(37,35,36,0) 100%)
}
.main-header.light.form-search-active,
.main-header.light.menu-active {
  background-color: #252324
}
.main-header.dark {
  color: #252324
}
.main-header.dark .light-theme {
  display: none
}
.main-header.dark .header-navigation a .text:after {
  background-color: #252324
}
.main-header.dark .dropdown-select .title {
  border: 1px solid rgba(37,35,36,.3)
}
.main-header.dark .dropdown-select:hover .title {
  border-color: transparent
}
.main-header.dark .dropdown-select:hover .item {
  background-color: #fff
}
.main-header.dark .dropdown-select:hover .item:hover {
  background-color: #e4e2e1
}
.main-header.dark .button-cover .button-header {
  border-color: rgba(37,35,36,.3)
}
.main-header.dark .button-cover .button-header:hover {
  color: #f4f3f1;
  background-color: #252324
}
.main-header.dark .header-search-form {
  background-color: #f4f3f1
}
.main-header.dark .header-search-form .input {
  border: 1px solid rgba(37,35,36,.3);
  color: #252324
}
.main-header.dark .action-result {
  background-color: #f4f3f1;
  -webkit-box-shadow: rgba(37,35,36,.05) 0 8px 24px;
  box-shadow: rgba(37,35,36,.05) 0 8px 24px
}
.main-header.dark .action-result .info-section {
  border-top: 1px solid rgba(37,35,36,.3)
}
.main-header.dark .tag {
  border-color: rgba(37,35,36,.3)
}
.main-header.dark .tag:hover {
  color: #f4f3f1;
  background-color: #252324
}
.main-header.dark .mobile-bottom .centered-inner .contact-button {
  color: #f5f3f1;
  background-color: #3c2e25
}
.main-header.dark .mobile-bottom .dropdown {
  border-color: rgba(37,35,36,.3)
}
.main-header.dark .mobile-bottom .dropdown .item {
  color: #252324
}
.main-header.dark .mobile-bottom .dropdown .dropdown-inner {
  background-color: #f5f3f1;
  border-color: rgba(37,35,36,.3)
}
.main-header.dark .mobile-bottom .bordered-top {
  border-top: 1px solid rgba(37,35,36,.3)
}
.main-header.dark .mobile-bottom .bordered-top .social-mobile ul {
  color: rgba(37,35,36,.3)
}
.main-header.dark.scrolled {
  background: -webkit-gradient(linear,left top,left bottom,from(#f4f3f1),color-stop(8.1%,rgba(244,243,241,.99)),color-stop(15.5%,rgba(244,243,241,.953)),color-stop(22.5%,rgba(244,243,241,.894)),color-stop(29%,rgba(244,243,241,.824)),color-stop(35.3%,rgba(244,243,241,.74)),color-stop(41.2%,rgba(244,243,241,.647)),color-stop(47.1%,rgba(244,243,241,.55)),color-stop(52.9%,rgba(244,243,241,.45)),color-stop(58.8%,rgba(244,243,241,.353)),color-stop(64.7%,rgba(244,243,241,.26)),color-stop(71%,rgba(244,243,241,.176)),color-stop(77.5%,rgba(244,243,241,.106)),color-stop(84.5%,rgba(244,243,241,.047)),color-stop(91.9%,rgba(244,243,241,.01)),to(rgba(244,243,241,0)));
  background: linear-gradient(180deg,#f4f3f1 0,rgba(244,243,241,.99) 8.1%,rgba(244,243,241,.953) 15.5%,rgba(244,243,241,.894) 22.5%,rgba(244,243,241,.824) 29%,rgba(244,243,241,.74) 35.3%,rgba(244,243,241,.647) 41.2%,rgba(244,243,241,.55) 47.1%,rgba(244,243,241,.45) 52.9%,rgba(244,243,241,.353) 58.8%,rgba(244,243,241,.26) 64.7%,rgba(244,243,241,.176) 71%,rgba(244,243,241,.106) 77.5%,rgba(244,243,241,.047) 84.5%,rgba(244,243,241,.01) 91.9%,rgba(244,243,241,0) 100%)
}
.main-header.dark.form-search-active,
.main-header.dark.menu-active {
  background-color: #f4f3f1
}
@media (max-width:1440px) {
  .main-header .header-navigation {
    padding: 0 25px
  }
  .main-header .header-navigation a {
    padding-right: 7px;
    padding-left: 7px
  }
  .main-header .logo-cover {
    padding-right: 20px
  }
  .main-header .dropdown-select {
    margin-left: 20px
  }
  .main-header .logo {
    width: 156px
  }
}
@media (max-width:1199px) {
  .main-header .menu-button {
    display: block;
    height: 48px;
    width: 48px;
    margin-left: 15px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 15
  }
  .main-header .menu-button .lines {
    width: 18px;
    height: 1px;
    border-radius: 12px;
    display: inline-block;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    margin-bottom: 4px
  }
  .main-header .menu-button .lines:after,
  .main-header .menu-button .lines:before {
    content: "";
    width: 100%;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 12px;
    height: 1px
  }
  .main-header .menu-button .lines:before {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
  }
  .main-header .menu-button .lines:after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    margin-top: -1px
  }
  .main-header .menu-button.active .lines {
    background-color: transparent
  }
  .main-header .menu-button.active .lines:before {
    -webkit-transform: rotateZ(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotateZ(45deg) translateY(0)
  }
  .main-header .menu-button.active .lines:after {
    -webkit-transform: rotateZ(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotateZ(-45deg) translateY(0)
  }
  .main-header .tag {
    margin-top: 0
  }
  .main-header .info-section .col-lg-2 {
    margin-bottom: 30px
  }
  .main-header.light .menu-button {
    border: 1px solid rgba(245,243,241,.3)
  }
  .main-header.light .menu-button .lines {
    background-color: #f5f3f1
  }
  .main-header.light .menu-button .lines:after,
  .main-header.light .menu-button .lines:before {
    background-color: #f5f3f1
  }
  .main-header.light .menu-button:hover {
    color: #252324;
    background-color: #f5f3f1
  }
  .main-header.light .menu-button:hover .lines,
  .main-header.light .menu-button:hover .lines:after,
  .main-header.light .menu-button:hover .lines:before {
    background-color: #252324
  }
  .main-header.light .menu-button.active .lines {
    background-color: transparent
  }
  .main-header.light.menu-active {
    background-color: transparent
  }
  .main-header.light .header-navigation {
    -webkit-box-shadow: rgba(60,46,37,.2) 0 8px 24px;
    box-shadow: rgba(60,46,37,.2) 0 8px 24px
  }
  .main-header.dark .menu-button {
    border: 1px solid rgba(37,35,36,.3)
  }
  .main-header.dark .menu-button .lines {
    background-color: #252324
  }
  .main-header.dark .menu-button .lines:after,
  .main-header.dark .menu-button .lines:before {
    background-color: #252324
  }
  .main-header.dark .menu-button:hover {
    color: #f5f3f1;
    background-color: #252324
  }
  .main-header.dark .menu-button:hover .lines,
  .main-header.dark .menu-button:hover .lines:after,
  .main-header.dark .menu-button:hover .lines:before {
    background-color: #f5f3f1
  }
  .main-header.dark .menu-button.active .lines {
    background-color: transparent
  }
  .main-header.dark.menu-active {
    background-color: transparent
  }
  .main-header.dark .header-navigation {
    -webkit-box-shadow: rgba(37,35,36,.05) 0 8px 24px;
    box-shadow: rgba(37,35,36,.05) 0 8px 24px
  }
  .main-header .header-navigation {
    display: none;
    padding: 25px;
    position: fixed;
    top: 0;
    left: -30px;
    z-index: 12;
    height: 100vh;
    overflow: auto;
    width: calc(50% + 40px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
  }
  .main-header .header-navigation li {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .7s;
    transition: .7s
  }
  .main-header .header-navigation li:first-child + li {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
  }
  .main-header .header-navigation li:first-child + * + li {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  .main-header .header-navigation li:first-child + * + * + li {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
  }
  .main-header .header-navigation li:first-child + * + * + * + li {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .main-header .header-navigation li:first-child + * + * + * + * + li {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }
  .main-header .header-navigation li:first-child + * + * + * + * + * + li {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  .main-header .header-navigation li:first-child + * + * + * + * + * + * + li {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
  }
  .main-header .header-navigation li:first-child + * + * + * + * + * + * + * + li {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
  .main-header .header-navigation li:first-child + * + * + * + * + * + * + * + * + li {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
  }
  .main-header .header-navigation li[data-tab-hover] {
    position: relative;
    padding-right: 20px;
    cursor: pointer
  }
  .main-header .header-navigation li[data-tab-hover]:after {
    content: "\e914";
    font-family: icomoon;
    font-size: calc(var(--buttons-font-size) * .6);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
  .main-header .header-navigation.active {
    display: block
  }
  .main-header .header-navigation.active.animated {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .main-header .header-navigation.active.animated .mobile-bottom {
    opacity: 1
  }
  .main-header .header-navigation.active.animated li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  .main-header .header-navigation.active.animated li[data-tab-hover]:after {
    opacity: 1
  }
  .main-header .action-result.menu-result {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(50% + 20px);
    max-height: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  .main-header .action-result.menu-result .menu-tab .submenu-cover {
    display: block;
    padding: 0;
    width: 100%
  }
  .main-header .action-result.menu-result .menu-tab .header-link {
    margin-bottom: 30px
  }
  .main-header .action-result.menu-result .menu-tab .menu-links {
    margin-top: 0
  }
  .main-header .action-result.menu-result .menu-tab .menu-links a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block
  }
  .main-header .action-result.menu-result .info-section {
    border-top: 0
  }
  .main-header .action-result.menu-result .result {
    padding-left: 14px;
    padding-right: 14px
  }
  .main-header .action-result.menu-result .back-button {
    display: block;
    padding-left: 25px;
    margin-top: 40px;
    width: 100%;
    text-align: left;
    border: 1px solid;
    border-radius: 100px
  }
  .main-header.light .header-navigation {
    color: #f5f3f1;
    background-color: #252324
  }
  .main-header.light .action-result.menu-result .back-button {
    border-color: rgba(255,255,255,.2)
  }
  .main-header.dark .header-navigation {
    color: #252324;
    background-color: #f4f3f1
  }
  .main-header.dark .action-result.menu-result .back-button {
    border-color: rgba(60,46,37,.2)
  }
}
@media (min-width:769px) {
  .main-header.menu-active .action-result.menu-result {
    display: block
  }
}
@media (max-width:768px) {
  .main-header .header-container {
    padding: 32px 0;
    gap: 15px
  }
  .main-header .header-container .left-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .main-header .right-side .button-cover {
    display: none
  }
  .main-header .search-cover .language {
    display: none
  }
  .main-header .logo-cover:after {
    display: none
  }
  .main-header .menu-button {
    margin-left: 0
  }
  .main-header .mobile-toggle {
    display: inline-block
  }
  .main-header .article-preview {
    margin-bottom: 30px
  }
  .main-header .header-search-form {
    left: -5px!important
  }
  .main-header .menu-links li {
    margin-bottom: 10px
  }
  .main-header .menu-links li:last-child {
    margin-bottom: 0
  }
  .main-header .header-navigation {
    width: calc(100% + 40px);
    left: -20px;
    padding-top: 89px
  }
  .main-header .header-navigation.active {
    display: block
  }
  .main-header .header-navigation a {
    padding: 8px 7px;
    text-transform: none
  }
  .main-header .header-navigation .inner {
    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;
    height: calc(100% - 70px)
  }
  .main-header .action-result.menu-result {
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block
  }
  .main-header .action-result.menu-result .menu-tab .header-link {
    margin-bottom: 20px
  }
  .main-header .action-result .menu-links a {
    font-size: var(--buttons-font-size);
    line-height: 1
  }
  .main-header .mobile-bottom {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .main-header .mobile-bottom .dropdown {
    border: 1px solid transparent;
    border-radius: 24px
  }
  .main-header .mobile-bottom .dropdown .dropdown-header {
    padding: 8px 40px 8px 16px;
    border: none
  }
  .main-header .mobile-bottom .dropdown .dropdown-header:before {
    display: none
  }
  .main-header .mobile-bottom .dropdown .dropdown-header:after {
    font-size: 8px;
    right: 16px
  }
  .main-header .mobile-bottom .dropdown .dropdown-inner {
    border: 1px solid;
    border-radius: 14px 14px 0 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -1px;
    width: calc(100% + 2px)
  }
  .main-header .mobile-bottom .dropdown .item {
    font-size: 14px;
    font-weight: 500;
    text-transform: none
  }
  .main-header .mobile-bottom .dropdown.opened {
    border-radius: 0 0 14px 14px
  }
  .main-header .mobile-bottom .centered-inner {
    text-align: center;
    padding: 50px 0
  }
  .main-header .mobile-bottom .centered-inner .contact-button {
    padding: 12px 36px;
    border-radius: 100px
  }
  .main-header .mobile-bottom .bordered-top {
    padding: 32px 20px;
    margin: 0 -25px;
    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
  }
  .main-header .mobile-bottom .bordered-top .social-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .main-header .mobile-bottom .bordered-top .social-mobile ul li {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
  }
  .main-header .mobile-bottom .bordered-top .social-mobile ul a {
    padding: 0
  }
}
@media (max-width:380px) {
  .main-header .header-container {
    gap: 10px
  }
  .main-header .logo-cover {
    padding-right: 10px
  }
}
@media (max-width:365px) {
  .main-header .logo {
    width: 135px
  }
  .main-header .logo-cover {
    font-size: 0
  }
  .main-header .header-container .left-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.member-preview .photo-image {
  padding-top: 110.46%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 24px
}
.member-preview .photo-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.member-preview .caption .name {
  font-size: var(--subtitle-font-size);
  margin-bottom: 16px
}
.member-preview .caption .position {
  color: #736d6a;
  font-size: var(--font-size)
}
.member-preview:hover .photo-image img {
  -webkit-transform: translateZ(0) scale(1.02);
  transform: translateZ(0) scale(1.02)
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.page-main {
  min-height: 100vh
}
.page-main.inner-page {
  padding-top: 160px
}
.page-main.auto-height {
  min-height: auto
}
.map-container {
  background-image: url(../img/map.png);
  background-size: cover
}
.map-container .map {
  height: 480px;
  display: block
}
.logo img {
  max-width: 100%
}
.tag {
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid;
  padding: 8px 16px;
  font-weight: 600
}
.divider {
  height: 1px;
  width: calc(100% - 10px);
  position: relative;
  margin-left: 5px;
  z-index: 1;
  background-color: #977767
}
.divider:after,
.divider:before {
  background-color: #977767
}
.divider:after,
.divider:before {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.divider:after {
  right: -5px
}
.divider:before {
  left: -5px
}
.divider.light {
  background-color: rgba(245,243,241,.18)
}
.divider.light:after,
.divider.light:before {
  background-color: rgba(245,243,241,.18)
}
.divider.centered {
  margin: 0;
  width: 100%
}
.divider.centered:after,
.divider.centered:before {
  left: 50%;
  right: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}
.column-side {
  font-size: 0;
  margin: 76px 0 63px
}
.column-side .cell {
  position: relative;
  padding: 0 104px 0 0;
  font-size: var(--font-size);
  display: inline-block;
  vertical-align: top
}
.column-side .cell + .cell {
  padding-left: 104px
}
.column-side .cell:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #e4e2e1
}
.column-side .cell:last-child {
  padding-right: 0
}
.column-side .cell:last-child:after {
  display: none
}
.column-side.middle-space .cell {
  padding: 0 81px 0 0
}
.column-side.middle-space .cell + .cell {
  padding-left: 81px
}
.column-side.middle-space .cell:last-child {
  padding-right: 0
}
.column-side.large-space .cell {
  padding: 0 161px 0 0
}
.column-side.large-space .cell + .cell {
  padding-left: 161px
}
.column-side.large-space .cell:last-child {
  padding-right: 0
}
.column-side .paragraph {
  margin-bottom: 40px
}
.column-side .paragraph:last-child {
  margin-bottom: 0
}
.column-side.cell-child-2 .cell {
  width: 50%
}
.column-side.cell-child-3 .cell {
  width: 33.3333333333%
}
.column-side.cell-child-4 .cell {
  width: 25%
}
.images-section {
  margin: 40px 0
}
.images-section .image-cover {
  padding-top: 63.83%
}
.stage .title {
  font-size: var(--subtitle-font-size);
  margin-bottom: 25px;
  font-weight: 600
}
.stage .paragraph {
  color: #736d6a;
  font-size: var(--font-size)
}
.sticky-inner .to-top {
  position: fixed
}
.sticky-inner .to-bottom {
  position: absolute;
  bottom: 0;
  top: auto!important
}
.search-alert .section-title-small {
  margin-bottom: 24px
}
@media (max-width:1440px) {
  .column-side .cell,
  .column-side.large-space .cell,
  .column-side.middle-space .cell {
    padding-right: 50px
  }
  .column-side .cell + .cell,
  .column-side.large-space .cell + .cell,
  .column-side.middle-space .cell + .cell {
    padding-left: 50px
  }
}
@media (max-width:1199px) {
  .column-side.collapsed-md .cell + .cell,
  .column-side.collapsed-md.middle-space .cell + .cell {
    border-top: 0;
    padding-top: 0;
    margin-top: 40px
  }
  .column-side.collapsed-md.large-space .cell + .cell {
    margin-top: 0
  }
  .page-main.inner-page {
    padding-top: 158px
  }
}
@media (max-width:992px) {
  .column-side:not(.middle-space) ~ .divider {
    display: none
  }
  .column-side,
  .column-side.large-space,
  .column-side.middle-space {
    margin: 30px 0
  }
  .column-side.large-space[class*=cell-child-] .cell,
  .column-side.middle-space[class*=cell-child-] .cell,
  .column-side[class*=cell-child-] .cell {
    width: 100%;
    display: block
  }
  .column-side.large-space[class*=cell-child-] .cell:after,
  .column-side.middle-space[class*=cell-child-] .cell:after,
  .column-side[class*=cell-child-] .cell:after {
    display: none
  }
  .column-side .cell,
  .column-side.large-space .cell,
  .column-side.middle-space .cell {
    width: 100%;
    padding-right: 0
  }
  .column-side .cell + .cell,
  .column-side.large-space .cell + .cell,
  .column-side.middle-space .cell + .cell {
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e2e1
  }
  .column-side.collapsed-md .cell,
  .column-side.large-space.collapsed-md .cell,
  .column-side.middle-space.collapsed-md .cell {
    margin-top: 0
  }
  .column-side.collapsed-md .cell + .cell,
  .column-side.large-space.collapsed-md .cell + .cell,
  .column-side.middle-space.collapsed-md .cell + .cell {
    margin-top: 0
  }
  .column-side.large-space .cell + .cell {
    margin-top: 0;
    padding-top: 0;
    border-top: none
  }
  .column-side.collapsed-md.middle-space {
    margin: 16px 0
  }
  .column-side.collapsed-md.middle-space .cell + .cell {
    margin-top: 16px
  }
  .stage .title {
    margin-bottom: 18px
  }
  .images-section {
    margin: 24px 0
  }
}
@media (max-width:768px) {
  .stage .title {
    font-size: 24px
  }
  .map-container .map {
    height: 400px
  }
  .page-main.inner-page {
    padding-top: 112px
  }
  .spaced-top-cover {
    margin-top: 40px
  }

  .map__box {
    flex-direction: column;
  }

  .map__part {
    height: 300px;
    width: 100%;
  }

  .map__box .map__part:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.pagination {
  margin: 72px 0 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}
.pagination a {
  color: #736d6a;
  font-size: var(--font-size);
  height: 40px;
  width: 40px;
  border: 1px solid #e4e2e1;
  text-align: center;
  line-height: 40px
}
.pagination a.active {
  background-color: #977767;
  color: #f5f3f1;
  border-radius: 50%
}
.pagination a:hover:not(.active) {
  color: #977767
}
.pagination a:first-child,
.pagination a:last-child {
  border-color: transparent
}
.pagination a:first-child .icon,
.pagination a:last-child .icon {
  font-size: 12px
}
.pagination a:first-child .icon:before,
.pagination a:last-child .icon:before {
  position: relative;
  top: 1px
}
.pagination a:first-child:hover,
.pagination a:last-child:hover {
  background-color: transparent;
  color: #977767
}
.pagination span {
  color: #736d6a;
  font-size: var(--font-size);
  height: 40px;
  width: 40px;
  border: 1px solid #e4e2e1;
  text-align: center;
  line-height: 40px;
  cursor: default
}
@media (max-width:993px) {
  .pagination {
    margin: 60px 0 150px
  }
}
@media (max-width:768px) {
  .pagination {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 40px 0 80px;
    gap: 10px
  }
  .pagination a {
    height: 36px;
    width: 36px;
    line-height: 36px
  }
  .pagination span {
    height: 36px;
    width: 36px;
    line-height: 36px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.popup {
  position: fixed;
  z-index: 20;
  background-color: rgba(29,28,26,.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0;
  opacity: 0;
  display: none;
  padding: 15px 0
}
.popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%
}
.popup .close-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 18px;
  top: 0;
  right: 0;
  border-radius: 0;
  border: none;
  background: 0 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 32px;
  padding: 0
}
.popup .close-popup:hover {
  color: #e06c75
}
.popup .inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  max-width: 600px;
  background: 0 0;
  text-align: left;
  background-color: #252324;
  border: 1px solid rgba(245,243,241,.04);
  color: #f5f3f1;
  font-size: 13px;
  white-space: normal;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}
.popup .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px
}
.popup .close-popup {
  position: absolute;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #f5f3f1;
  font-size: 32px;
  top: 0;
  right: 0;
  -webkit-transition: .2s;
  transition: .2s;
  width: 70px;
  height: 70px
}
.popup .close-popup:hover {
  color: #e06c75;
  -webkit-box-shadow: none;
  box-shadow: none
}
.popup.showed {
  display: block
}
.popup.active {
  opacity: 1
}
.popup.active .inner {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.popup.popup-video .inner {
  max-width: 64.37vw;
  background-color: #252324
}
.popup.popup-video .close-popup {
  background-color: rgba(245,243,241,.5);
  height: 50px;
  width: 50px
}
.popup.popup-video .iframe-cover {
  font-size: 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden
}
.popup.popup-video .iframe-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.popup.popup-form .inner {
  padding: 72px 70px
}
.popup.popup-form .header {
  text-align: center;
  margin-bottom: 40px
}
.popup.popup-form .header .title {
  font-size: var(--section-title-small-font-size);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff
}
.popup.popup-form .header .paragraph {
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 400
}
.popup.popup-form .main {
  padding: 0 30px
}
@media (max-width:992px) {
  .popup.popup-video .inner {
    max-width: 80vw
  }
}
@media (max-width:768px) {
  .popup.popup-video .inner {
    max-width: calc(100vw - 40px)
  }
  .popup.popup-video .close-popup {
    height: 40px;
    width: 40px
  }
  .popup.popup-form .inner {
    border-radius: 40px;
    padding: 48px 40px
  }
  .popup.popup-form .main {
    padding: 0
  }
  .popup.popup-form .paragraph br {
    display: none
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.review-preview {
  display: block
}
.review-preview .blockquote {
  margin-bottom: 24px
}
.review-preview .user {
  white-space: nowrap
}
.review-preview .user .photo {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px
}
.review-preview .user .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.review-preview .user .name {
  font-size: var(--font-size-large);
  color: #3c2e25;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle
}
.review-preview [data-video-src] {
  cursor: scale
}
.review-preview .video-cover {
  position: relative;
  padding-top: 112.4%
}
.review-preview .video-cover img:not(.play-icon) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.review-preview .video-cover .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  height: 48px;
  width: 48px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden
}
.review-preview .video-cover:hover .play-icon {
  height: 55px;
  width: 55px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.main-header .header-container {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,transform .2s;
  transition: opacity .2s,transform .2s,-webkit-transform .2s
}
.main-header.animated .header-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.section .divider {
  -webkit-transition-delay: 20s;
  transition-delay: 20s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s,-webkit-transform .7s
}
.section .subtitle {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s
}
.section .scroll-bottom {
  -webkit-transform: translateY(20px) translateX(-15px) translateZ(0);
  transform: translateY(20px) translateX(-15px) translateZ(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s
}
.section .article-subtitle,
.section .button,
.section .form-group,
.section .paragraph,
.section .section-title,
.section .section-title-large,
.section .tabs,
.section .theme-text,
.section article {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
  opacity: 0
}
.section .social {
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s
}
.section li {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 0
}
.section li:first-child + li {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
.section li:first-child + * + li {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.section li:first-child + * + * + li {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
.section li:first-child + * + * + * + li {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.section li:first-child + * + * + * + * + li {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.section li:first-child + * + * + * + * + * + li {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.section li:first-child + * + * + * + * + * + * + li {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}
.section li:first-child + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.section li:first-child + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .85s;
  animation-delay: .85s
}
.section .slider-item {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 0
}
.section .slider-item:first-child + .slider-item {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
.section .slider-item:first-child + * + .slider-item {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.section .slider-item:first-child + * + * + .slider-item {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
.section .slider-item:first-child + * + * + * + .slider-item {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.section .slider-item:first-child + * + * + * + * + .slider-item {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.section .slider-item:first-child + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.section .slider-item:first-child + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.section .slider-item:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + .slider-item {
  -webkit-animation-delay: .85s;
  animation-delay: .85s
}
@-webkit-keyframes fade-in-animation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.section.animated .social {
  opacity: 1
}
.section.animated .divider {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.section.animated .article-subtitle,
.section.animated .button,
.section.animated .form-group,
.section.animated .paragraph,
.section.animated .section-title,
.section.animated .section-title-large,
.section.animated .subtitle,
.section.animated .tabs,
.section.animated .theme-text,
.section.animated article {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.section.animated .scroll-bottom {
  -webkit-transform: translateY(0) translateX(-15px) translateZ(0);
  transform: translateY(0) translateX(-15px) translateZ(0)
}
.section.animated .slider-item,
.section.animated li {
  -webkit-animation: fade-in-animation .3s forwards;
  animation: fade-in-animation .3s forwards
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.section .section-title {
  max-width: 64%;
  line-height: 1.08;
  margin-bottom: 42px
}
.section .section-title.collapsed-bottom {
  margin-bottom: 0
}
.section .section-title-large {
  line-height: 1.08;
  margin-bottom: 44px
}
.section .section-title-large.collapsed-bottom {
  margin-bottom: 0
}
.section .subtitle {
  color: #736d6a;
  margin-bottom: 45px
}
.section.section-spaced {
  padding: 160px 0 40px
}
.section.spaced-large-bottom {
  margin-bottom: 200px
}
.section.section-spaced-middle {
  padding: 120px 0
}
.section.section-spaced-middle + .section.section-spaced-middle {
  padding-top: 0
}
.section.section-spaced-middle.spaced-bottom-large {
  margin-bottom: 80px
}
.section.section-spaced-middle.collapsed-bottom {
  padding-bottom: 0
}
.section.spaced-small {
  margin: 64px 0
}
.section.spaced-bottom {
  margin-bottom: 200px
}
.section.spaced-bottom-large {
  margin-bottom: 200px
}
.section.bordered-section {
  border-top: 1px solid #e4e2e1;
  border-bottom: 1px solid #e4e2e1;
  padding: 64px 0 80px
}
.section.inner-section .section-title-large {
  margin-bottom: 48px
}
.section.inner-section .section-title-large.collapsed-bottom {
  margin-bottom: 0
}
.section.section-dark {
  background-color: #252324;
  color: #f5f3f1
}
.section.section-dark.mask-dark {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/mask-logo.png);
  background-size: auto 100%
}
.section.section-dark .subtitle {
  color: #f5f3f1
}
.section.section-dark .section-title,
.section.section-dark .section-title-large {
  color: #fff
}
.section.spaced-large {
  margin: 200px 0
}
.section .title-with-link {
  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;
  margin-bottom: 44px
}
.section .title-with-link .section-title-large {
  margin: 0
}
.section .bordered-link-title {
  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: 47px 0;
  border-bottom: 1px solid #e4e2e1
}
.section .bordered-link-title.bordered-top {
  border-top: 1px solid #e4e2e1
}
.section .bordered-link-title .title {
  max-width: 58%
}
.section .bordered-inner {
  border-bottom: 1px solid #e4e2e1;
  border-top: 1px solid #e4e2e1;
  padding: 64px 0
}
.spaced-inner {
  padding: 70px 80px 80px 70px
}
.contact-section .title-side {
  margin-bottom: 25px
}
.contact-section .section-title {
  max-width: none
}
.contact-section .subtitle {
  margin-bottom: 0
}
.contact-section .contact-inner {
  width: 76%;
  margin: 0 0 0 auto
}
.contact-section .contact-inner .form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px
}
.contact-section .contact-inner .form-contact .side {
  width: 50%
}
.contact-section .contact-inner .form-contact form {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0
}
.contact-section .section-title-large {
  margin-bottom: 40px
}
.faq-section {
  padding-top: 40px
}
.faq-section .accordeon-list {
  border-top: 0
}
.section-404 {
  padding: 156px 0 152px
}
.section-404 .image {
  width: 100%;
  max-width: 412px;
  margin-bottom: 48px
}
.section-404 .divider {
  margin: 48px 0 72px
}
@media (max-width:1480px) {
  .contact-section .contact-inner .form-contact {
    gap: 30px
  }
}
@media (max-width:1440px) {
  .section.spaced-large {
    margin: 100px 0
  }
  .section.section-spaced-middle {
    padding: 80px 0
  }
  .section.section-spaced {
    padding: 100px 0 40px
  }
  .contact-section .contact-inner {
    width: 100%
  }
  .section .bordered-link-title .title {
    max-width: 70%
  }
}
@media (max-width:1199px) {
  .section.section-spaced {
    padding-top: 60px
  }
  .section.section-spaced .subtitle {
    margin-bottom: 30px
  }
  .contact-section .section-title-large {
    margin-bottom: 20px
  }
  .contact-section .contact-inner .form-contact {
    display: block
  }
  .contact-section .contact-inner .form-contact .side {
    width: 100%;
    margin-top: 50px
  }
  .contact-section .contact-inner .form-contact form {
    max-width: none;
    margin-right: auto
  }
  .contact-section .checked-list {
    display: block
  }
  .contact-section .checked-list li {
    display: block;
    height: 52px;
    line-height: 52px;
    margin-bottom: 16px
  }
  .section .bordered-link-title .title {
    max-width: 90%
  }
  .section.section-spaced-middle {
    padding: 70px 0
  }
  .section-404 {
    padding: 100px 0
  }
  .section-404 .image {
    margin-bottom: 32px
  }
  .section-404 .divider {
    margin: 32px 0 64px
  }
}
@media (max-width:992px) {
  .section.section-spaced {
    padding: 44px 0 20px
  }
  .section.section-spaced .section-title {
    max-width: 100%;
    margin-bottom: 30px
  }
  .section .bordered-link-title {
    display: block
  }
  .section .bordered-link-title:not(.single-link) {
    border-top: 1px solid #e4e2e1;
    margin-top: 24px;
    padding: 24px 0
  }
  .section .bordered-link-title:not(.single-link).bordered-top {
    margin-top: 0
  }
  .section .bordered-link-title .title-cover {
    margin-bottom: 24px
  }
  .section .bordered-link-title .title {
    max-width: 100%
  }
  .section .bordered-inner {
    padding: 50px 0
  }
  .section.spaced-large {
    margin: 60px 0
  }
  .section.spaced-large.contact-section {
    margin-top: 80px
  }
  .section.section-spaced-middle {
    padding: 44px 0
  }
  .section.section-spaced-middle.spaced-bottom-large {
    margin-bottom: 36px
  }
  .spaced-inner {
    padding: 40px 24px
  }
  .contact-section .section-title-large {
    margin-bottom: 16px
  }
  .contact-section .contact-inner .form-contact .side {
    margin-top: 24px
  }
  .contact-section .checked-list li {
    height: 40px;
    line-height: 1.4;
    margin-bottom: 8px
  }
  .section-banner .top {
    margin-bottom: 19px
  }
  .section-banner .bottom {
    margin-top: 26px
  }
  .section-banner .bottom .banner-title {
    margin-bottom: 24px
  }
  .section .section-title {
    max-width: 100%
  }
  .section .section-title-large,
  .section .title-with-link {
    margin-bottom: 16px
  }
  .section.spaced-large-bottom {
    margin-bottom: 120px
  }
  .section-404 {
    padding: 60px 0
  }
}
@media (max-width:768px) {
  .section-banner .social {
    display: none
  }
  .section-banner .scroll-bottom {
    display: none
  }
  .section-banner .caption {
    bottom: 32px
  }
  .section.inner-section .section-title-large {
    margin-bottom: 24px
  }
  .section.bordered-section {
    padding: 48px 0
  }
  .section.bordered-section.spaced-small-xs {
    padding-bottom: 24px
  }
  .section.spaced-small {
    margin: 48px 0
  }
  .section.spaced-small.collapsed-top-xs {
    margin-top: 20px;
    margin-bottom: 80px
  }
  .section .bordered-link-title {
    padding: 24px 0
  }
  .section .bordered-inner {
    padding: 48px 0 24px
  }
  .section.section-spaced .section-title-large {
    margin-bottom: 32px
  }
  .section.section-spaced .title-with-link {
    margin-bottom: 32px
  }
  .section.section-spaced .title-with-link .section-title-large {
    margin-bottom: 0
  }
  .section.spaced-large-bottom {
    margin-bottom: 80px
  }
  .contact-section .contact-inner .form-contact br {
    display: none
  }
  .section-404 {
    padding: 32px 0 64px
  }
}
@media (max-width:640px) {
  .section.section-spaced .section-title-large {
    margin-bottom: 16px
  }
  .section.section-spaced .title-with-link {
    margin-bottom: 24px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.slider .slider-cover {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid #e4e2e1;
  border-top: 1px solid #e4e2e1;
  position: relative;
  padding: 25px 0;
  gap: 50px
}
.slider .slider-cover .slider-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 35px);
  flex: 1 0 calc(25% - 35px);
  width: calc(25% - 35px);
  position: relative
}
.slider .slider-cover .slider-item:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e4e2e1
}
.slider .slider-cover.glider.draggable {
  display: block;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}
.slider .slider-cover.glider.draggable .glider-track {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  gap: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.slider .slider-cover.glider.draggable .glider-track .slider-item {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start
}
.slider .slider-navigation {
  padding: 25px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.slider .slider-navigation .slider-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #736d6a;
  font-size: 14px
}
.slider .slider-navigation .slider-counter .current {
  color: #45413c
}
.slider .slider-navigation .fade {
  background-color: #977767;
  height: 1px;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s
}
.slider.hide-arrow .slider-navigation {
  display: none
}
.slider.hide-arrow .glider.draggable {
  cursor: default
}
@media (max-width:1199px) {
  .slider .slider-cover .slider-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.3333333333% - 35px);
    flex: 1 0 calc(33.3333333333% - 35px);
    width: calc(33.3333333333% - 35px)
  }
  .slider .slider-cover::-webkit-scrollbar {
    display: none
  }
}
@media (max-width:992px) {
  .slider .slider-cover .slider-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 25px);
    flex: 1 0 calc(50% - 25px);
    width: calc(50% - 25px)
  }
}
@media (max-width:640px) {
  .slider .slider-cover {
    gap: 16px;
    padding: 16px 0
  }
  .slider .slider-cover.glider .glider-track,
  .slider .slider-cover.glider.draggable .glider-track {
    gap: 16px
  }
  .slider .slider-cover .slider-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 100px);
    flex: 1 0 calc(100% - 100px);
    width: calc(100% - 100px)
  }
  .slider .slider-cover .slider-item:after {
    display: none
  }
  .slider {
    margin-left: -20px
  }
  .slider .slider-cover.glider.draggable {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    border-top-color: transparent;
    border-bottom-color: transparent
  }
  .slider .slider-cover.glider.draggable:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    background-color: #e4e2e1;
    height: 1px
  }
  .slider .slider-navigation {
    margin-left: 20px;
    border-top: 1px solid #e4e2e1
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
.tabs {
  position: relative;
  white-space: nowrap;
  border: 1px solid #e4e2e1;
  border-radius: 100px;
  padding: 4px;
  font-size: 0
}
.tabs .tab-button {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--buttons-font-size);
  color: #3c2e25;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1px 36px;
  text-align: center;
  height: 40px;
  line-height: 40px
}
.tabs .tab-button:hover {
  color: #977767
}
.tabs .tab-button.active,
.tabs .tab-button.active:hover {
  color: #fff
}
.tabs .tab-button .icon {
  margin-right: 7px;
  font-size: 16px;
  display: inline-block;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}
.tabs .tab-button .icon-youtube {
  font-size: 19px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px)
}
.tabs .tab-fader {
  background-color: #977767;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  height: 40px;
  border-radius: 100px;
  -webkit-transition: .2s;
  transition: .2s
}
.tabs .tab-fader.hovered {
  background-color: #3c2e25
}
.tabs-container .tab-content {
  display: none
}
.tabs-container .tab-content.active {
  display: block
}
@media (max-width:768px) {
  .tabs .tab-button {
    font-size: 0;
    padding: 8px 24px;
    height: 32px;
    line-height: 32px
  }
  .tabs .tab-button .icon {
    margin-right: 0;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
  }
  .tabs .tab-button .icon-youtube {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    font-size: 22px
  }
  .tabs .tab-fader {
    height: 32px
  }
}
:root {
  --font-size: 16px;
  --font-size-large: 18px;
  --section-title-font-size: 48px;
  --section-title-large-font-size: 64px;
  --section-title-small-font-size: 40px;
  --subtitle-font-size: 24px;
  --buttons-font-size: 14px;
  --article-title-font-size: 20px;
  --margin: 15px
}
@media (max-width:1440px) {
  :root {
    --section-title-font-size: 40px;
    --section-title-large-font-size: 58px;
    --subtitle-font-size: 20px;
    --section-title-small-font-size: 38px
  }
}
@media (max-width:1199px) {
  :root {
    --section-title-font-size: 36px;
    --section-title-large-font-size: 54px;
    --section-title-small-font-size: 32px
  }
}
@media (max-width:768px) {
  :root {
    --section-title-font-size: 32px;
    --article-title-font-size: 18px;
    --section-title-large-font-size: 32px;
    --section-title-small-font-size: 28px
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42
}
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
  color: #f5f3f1;
  background-color: #3c2e25
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  color: #f5f3f1;
  background-color: #3c2e25
}
a::-moz-selection,
div::-moz-selection,
i::-moz-selection,
img::-moz-selection,
input::-moz-selection,
li::-moz-selection,
p::-moz-selection,
select::-moz-selection,
span::-moz-selection,
svg::-moz-selection {
  color: #f5f3f1;
  background-color: #3c2e25
}
a::selection,
div::selection,
i::selection,
img::selection,
input::selection,
li::selection,
p::selection,
select::selection,
span::selection,
svg::selection {
  color: #f5f3f1;
  background-color: #3c2e25
}
a {
  color: inherit
}
mark {
  background-color: #3c2e25;
  color: #f5f3f1
}
.section-title {
  font-size: var(--section-title-font-size);
  font-weight: 700;
  line-height: 1.17
}
.section-title.spaced-bottom {
  margin-bottom: 40px
}
.section-title.cropped-width {
  max-width: 50%
}
.sticky-inner.spaced-bottom {
  margin-bottom: 40px
}
.section-title-large {
  font-size: var(--section-title-large-font-size);
  font-weight: 700;
  line-height: 1.17
}
.section-title-large.cropped-width {
  max-width: 50%
}
.section-title-small {
  font-size: var(--section-title-small-font-size);
  font-weight: 700;
  line-height: 1.1
}
.subtitle {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400
}
.subtitle.point-subtitle {
  padding-left: 22px;
  position: relative
}
.subtitle.point-subtitle:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #977767;
  position: absolute;
  left: 0;
  top: 7px
}
.subtitle.subtitle-link {
  padding-right: 25px
}
.subtitle.subtitle-link .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s
}
.subtitle.subtitle-link:hover .icon {
  -webkit-transform: translateY(-50%) translateX(2px);
  -ms-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px)
}
.paragraph,
p {
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 400
}
.paragraph.paragraph-larger,
p.paragraph-larger {
  font-size: var(--article-title-font-size)
}
.paragraph.paragraph-middle,
p.paragraph-middle {
  font-size: var(--font-size-large)
}
.paragraph.bold,
p.bold {
  font-weight: 600
}
.block-link {
  display: block
}
.link:hover {
  text-decoration: underline
}
.theme-text {
  color: #736d6a;
  font-size: var(--font-size);
  line-height: 1.5
}
.article-subtitle {
  font-size: var(--article-title-font-size);
  font-weight: 600;
  line-height: 1.4
}
article ol,
article ul {
  list-style: none;
  padding: 0;
  margin: 0
}
/*begin style for inner list*/
article ol ol {
  list-style: decimal;
  counter-reset: revert;
  list-style-position: inside;
}

article ol ol > li {
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

article ol ul {
  list-style: disc;
  list-style-position: inside;
}

article ol ul li {
  font-weight: 400;
}

/*end style for inner list*/

article ol > li,
article ul > li {
  padding: 0;
  margin: 0
}
article h4,
article h5,
article ol,
article p,
article ul {
  margin-bottom: 32px;
  color: #3c2e25
}
article h4:last-child,
article h5:last-child,
article ol:last-child,
article p:last-child,
article ul:last-child {
  margin-bottom: 0
}
article li,
article p {
  font-size: calc(var(--article-title-font-size) * .9);
  line-height: 1.56;
  color: #3a3430
}
article h1 {
  font-size: var(--section-title-large-font-size);
  margin-bottom: 50px
}
article h1:last-child {
  margin-bottom: 0
}
article h2 {
  font-size: var(--section-title-font-size);
  margin-bottom: 40px
}
article h2:last-child {
  margin-bottom: 0
}
article h3 {
  font-size: calc(var(--section-title-font-size) * .9);
  margin-bottom: 38px
}
article h3:last-child {
  margin-bottom: 0
}
article h4 {
  font-size: var(--subtitle-font-size)
}
article h5 {
  font-size: var(--article-title-font-size)
}
article ul > li {
  position: relative;
  padding-left: 18px
}
article ul > li:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #3c2e25;
  left: 0;
  top: 12px
}
article ol {
  counter-reset: count
}
article ol > li {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e4e2e1
}
article ol > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}
article ol > li:before {
  content: counter(count);
  counter-increment: count;
  color: #736d6a;
  font-size: 14px;
  height: 52px;
  width: 52px;
  border: 1px solid #e4e2e1;
  display: block;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: .2s;
  transition: .2s
}
article ol > li > h5,
article ol > li h3,
article ol > li h4 {
  padding-left: 76px
}
article ol > li:hover:before {
  background-color: #977768;
  color: #fff
}
.blockquote {
  color: #736d6a;
  font-size: var(--font-size);
  line-height: 1.5;
  position: relative;
  padding-top: 40px
}
.blockquote:before {
  content: "\e919";
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0
}
@media (max-width:1440px) {
  .section-title-large {
    line-height: 1.1
  }
  .section-title-large.cropped-width {
    max-width: 60%
  }
}
@media (max-width:992px) {
  .section-title-large.cropped-width {
    max-width: 100%
  }
}
@media (max-width:768px) {
  article h4,
  article h5,
  article ol,
  article p,
  article ul {
    margin-bottom: 24px
  }
  article ol > li {
    padding-bottom: 24px;
    margin-bottom: 24px
  }
  article ol > li:before {
    height: 48px;
    width: 48px;
    line-height: 48px
  }
  article ol > li h4,
  article ol > li h5 {
    padding-left: 70px
  }
  .paragraph.paragraph-middle,
  p.paragraph-middle {
    font-size: var(--font-size);
    margin-bottom: 16px
  }
  .paragraph.bordered-xs {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #e4e2e1
  }
}

.faq__title {
  text-align: center;
}