/*
Theme Name: Creatorek
Theme URI: 
Author: Vecler
Author URI: https://vecler.com/
Description: 
License: 
License URI: 
Tags: 
Text Domain: creatorek 
*/
/*
CSS Methodology: 
1. Atomic Design: https://bradfrost.com/blog/post/atomic-web-design/ 
2. BEM: http://getbem.com/
*/
/* 1. Import BASE */
/* Shades of grey */
/*  */
/*  */
/*  */
/* Shades of red */
/* main red: required sign '*' */
/* Shades of green */
/* Shades of blue */
/* Shades of beige */
/* Shades of yellow */
/* Shades of orange */
/* Social media */
/* Config */
body .section-main {
  /*max-width: 1680px;
  margin: 0px auto 0px auto;*/
}

body .container {
  max-width: 1140px;
}

/* Projects colors & fonts */
/*.element {
    @include clearfix;
  }*/
.font-style-century-gothic-1, main h2,
main .h2, main h3,
main .h3, .button-link.button-link--big, .button-icon, .full-ls, .lang-switcher ul li a, .button-download, .pagination .page-numbers, .block-icon .block-icon__title, .tile.tile--cookies .tile__bg .tile__content, form span.form-acceptance-info, main.page .section-header .section-header__subtitle, main.page .section-content .gray-label, main.page.page-news .section-categories nav a {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.font-style-century-gothic-2, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-layer h1 {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  line-height: 60px;
  color: #000000;
}

.font-style-century-gothic-3, body, .button, button, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .button-link, .icon-text .icon-text__text-description, .news-short .news-short__date, .block-feature .block-feature__text-description, .block-price .block-price__bg .block-price__text, .specialist-short .specialist-short__date, .tile .tile__bg .tile__subtitle, header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #000000;
}

.font-style-century-gothic-4, .news-short .news-short__title, .apartment-short .apartment-short__title, .apartment-short .apartment-short__parameter-title, .service-short a .service-short__title, .block-feature .block-feature__text, .specialist-short .specialist-short__title, form .select-block .select-block__label, main.page.page-about .section-about .tile__content .section-about__text-block .section-about__text-title {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.font-style-century-gothic-5 {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 72px;
  color: #000000;
}

.font-style-century-gothic-6, main h4,
main .h4, .icon-text .icon-text__text, .icon-text.icon-text--big .icon-text__text, .list-custom li, .section-title, .block-feature.block-feature--big .block-feature__text, .tile.tile--contact .tile__bg .tile__content .section-contact__content-block h4, footer h3, main.page .section-content .section-content__categories nav a, main.page.page-team .worker__categories a {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.font-style-century-gothic-7, .block-price .block-price__bg .block-price__price, .tile .tile__bg .tile__title h3, main.page.page-single-worker .section-desc .section-desc__title h3 {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 52px;
  color: #000000;
}

.font-style-century-gothic-8, main h1,
main .h1 {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 52px;
  color: #000000;
}

.font-style-century-gothic-9, .block-price .block-price__bg .block-price__title, main.page.home .section-intro .section-intro__text, main.page.page-service .section-intro .section-intro__text, main.page.page-single-news .section-content .section-content__excerpt {
  font-family: century-gothic, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
}

.font-style-gloria-hallelujah, main h1 span,
main .h1 span, .tile .tile__bg .tile__title h3 b, main.page.page-single-worker .section-desc .section-desc__title h3 {
  font-family: gloria-hallelujah, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Fonts & General Type Styling */
body {
  color: #1b365c;
}

a {
  color: #1b365c;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
}

main h1,
main .h1 {
  margin-bottom: 32px;
}

main h1 b,
main .h1 b {
  font-weight: 700;
}

main h1 span,
main .h1 span {
  color: #1e6f74;
}

main h1 span span,
main .h1 span span {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: contain;
  background-image: url("img/underline-text-orange.svg");
}

@media (max-width: 991.98px) {
  main h1,
  main .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

main h2,
main .h2 {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  main h2,
  main .h2 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

main h3,
main .h3 {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  main h3,
  main .h3 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

main h4,
main .h4 {
  margin-bottom: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 24px;
}

address {
  margin-bottom: 19px;
}

sup {
  /* top: 0; */
}

@media (max-width: 767.98px) {
  main h1,
  main .h1 {
    /*  font-size: 30px !important;
    line-height: 35px !important; */
  }
}

/* General DOM selector styles */
.u-clearfix:after, .full-ls:after, .lang-switcher ul:after, .pagination:after {
  display: block;
  content: "";
  clear: both;
}

.u-anim-style, a, .button, button, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .pagination-bullet, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .ms-bullet, .lang-switcher ul li a span, .zoom-icon, .button-download, .scroll-down, .pagination .page-numbers, header section, header.header--scrolled section, header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block, .popup-simple .popup-simple__close {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-anim-style:hover, a:hover, .button:hover, button:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a:hover, .pagination-bullet:hover, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .ms-bullet:hover, .lang-switcher ul li a span:hover, .zoom-icon:hover, .button-download:hover, .scroll-down:hover, .pagination .page-numbers:hover, header section:hover, header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:hover, .popup-simple .popup-simple__close:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-font-weight-light {
  font-weight: lighter;
}

.u-hidden {
  display: none;
}

.u-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.u-shadow-1 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
}

.u-shadow-2 {
  -webkit-box-shadow: 3px 0px 23px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 0px 23px rgba(0, 0, 0, 0.08);
}

.u-shadow-3 {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

.u-shadow-4 {
  -webkit-box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.17);
}

.u-shadow-5 {
  -webkit-box-shadow: 0px 4px 4px rgba(83, 17, 21, 0.19);
  box-shadow: 0px 4px 4px rgba(83, 17, 21, 0.19);
}

.u-shadow-6 {
  -webkit-box-shadow: 3px 0px 23px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 0px 23px rgba(0, 0, 0, 0.08);
}

.u-shadow-7 {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
}

.u-shadow-8 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.u-shadow-9 {
  box-shadow: 0px 32px 74px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0px 32px 74px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 32px 74px rgba(0, 0, 0, 0.08) !important;
}

.u-shadow-10 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.u-shadow-11, .block-feature .block-feature__bg, .block-price .block-price__bg, .partner-short .partner-short__img-container .partner-short__img-shadow, .opinion-short .opinion-short__img-container .opinion-short__img-shadow {
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.15);
}

.u-text-shadow-white-12, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-layer h1 {
  text-shadow: 8px 8px 12px #ffffff;
  -webkit-text-shadow: 8px 8px 12px #ffffff;
  -moz-text-shadow: 8px 8px 12px #ffffff;
}

.u-text-shadow-white-24, main.page .section-header .section-header__subtitle {
  text-shadow: 2px 2px 24px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 2px 2px 24px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 2px 2px 24px rgba(0, 0, 0, 0.8);
}

.u-border-radius-50, .pagination-bullet, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .ms-bullet, .pagination .page-numbers {
  border-radius: 50%;
}

.u-border-radius-4p, .image-social-media .image-social-media__link, .lang-switcher ul li a span, header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  border-radius: 4px;
}

.u-border-radius-5p, .lang-switcher ul, form input,
form select,
form textarea {
  border-radius: 5px;
}

.u-border-radius-6p {
  border-radius: 6px;
}

.u-border-radius-8p {
  border-radius: 8px;
}

.u-border-radius-10p, .zoom-icon, .news-short .news-short__img, .block-feature .block-feature__bg, .block-price .block-price__bg, .specialist-short .specialist-short__img, .partner-short .partner-short__img-container .partner-short__img-shadow, .opinion-short .opinion-short__img-container .opinion-short__img-shadow, main.page.page-service .section-gallery .section-gallery__img, main.page.page-single-news .section-content .section-content__gallery .section-content__gallery-img, main.page.page-contact-details-map .section-data .section-data__map iframe, .popup-simple .popup-simple__img img {
  border-radius: 10px;
}

.u-border-radius-20p, main.page.page-team .worker__categories a {
  border-radius: 20px;
}

.u-no-border {
  border: none !important;
}

.u-no-text-transform {
  text-transform: none !important;
}

.u-float-right {
  float: right !important;
}

.u-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.u-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.u-red-font {
  color: #a63429;
}

.u-column-0-gap-0 {
  -webkit-column-count: inherit;
  column-count: inherit;
  -webkit-column-gap: inherit;
  column-gap: inherit;
}

.u-column-2-gap24, main.page.page-single-news .section-content .section-content__text, main.page.page-single-worker .section-about .section-about__text {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  column-gap: 24px;
}

.u-zoom-on-hover, .service-short a .service-short__img, .partner-short .partner-short__img-container .partner-short__img {
  -webkit-transition: all 0.3s ease-in-out;
}

.u-zoom-on-hover:hover, .service-short a .service-short__img:hover, .partner-short .partner-short__img-container .partner-short__img:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.3s ease-in-out;
}

/* General UI Helpers */
/* 2. Import ATOMS. Egz.: _a-link-arrow.scss */
.button, button, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a {
  font-weight: 700;
  color: #1b365c !important;
  border: none;
  background: none;
  /*  @extend .u-border-radius-4p;
   border: 2px solid $color-orange;
  border-color: $color-orange;
 background-color: $color-red-1; 
  background: none;
  color: $color-orange !important;
  text-decoration: none !important;
  padding: 3px 24px 5px 24px;
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 600; */
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  background-image: url("img/button-bg-orange-1.svg");
  padding: 12px 32px 4px 32px;
}

.button.button--medium-bg, button.button--medium-bg, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--medium-bg {
  padding: 24px 44px 12px 44px;
}

.button.button--no-bg, button.button--no-bg, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--no-bg {
  background: none;
  border: none;
  color: #1b365c !important;
  text-decoration: none;
  font-weight: normal;
  padding: 0px 0px;
  margin: 7px 0px;
}

.button.button--no-bg:hover, button.button--no-bg:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--no-bg:hover {
  text-decoration: underline;
  background: none;
}

.button:hover, button:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a:hover {
  /*  border-color: $color-orange;
    background-color: $color-orange;
    color: $color-white !important; */
  text-decoration: underline;
}

.button:focus, button:focus, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a:focus {
  outline: 0;
  border-color: #e0a358;
}

.button.button--blue, button.button--blue, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--blue {
  border-color: #1b365c;
  background-color: #1b365c;
  color: #ffffff !important;
}

.button.button--blue:hover, button.button--blue:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--blue:hover {
  background-color: #a63429;
  border-color: #a63429;
  color: #ffffff !important;
}

.button.button--white, button.button--white, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #e0a358 !important;
}

.button.button--white:hover, button.button--white:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--white:hover {
  border-color: #e0a358;
  background-color: #e0a358;
  color: #ffffff !important;
}

.button.button--white-green, button.button--white-green, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--white-green {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #1e6f74 !important;
}

.button.button--white-green:hover, button.button--white-green:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--white-green:hover {
  background-color: #1b365c;
  border-color: #1b365c;
  color: #ffffff !important;
}

.button.button--beige, button.button--beige, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--beige {
  border-color: #f2e1c3;
  background-color: #f2e1c3;
  color: #a63429 !important;
}

.button.button--beige:hover, button.button--beige:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--beige:hover {
  background-color: #1b365c;
  border-color: #1b365c;
  color: #ffffff !important;
}

.button.button--red-beige, button.button--red-beige, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--red-beige {
  border-color: #a63429;
  background-color: #a63429;
  color: #f2e1c3 !important;
}

.button.button--red-beige:hover, button.button--red-beige:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--red-beige:hover {
  border-color: #1b365c;
  background-color: #1b365c;
  color: #ffffff !important;
}

.button.button--white-border, button.button--white-border, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--white-border {
  border-color: #ffffff;
  background: none;
}

.button.button--white-border:hover, button.button--white-border:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--white-border:hover {
  background-color: #ffffff;
  color: #a63429 !important;
}

.button.button--primary-border, button.button--primary-border, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--primary-border {
  border-color: #a63429 !important;
  color: #a63429 !important;
  background: none;
}

.button.button--primary-border:hover, button.button--primary-border:hover, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--primary-border:hover {
  background-color: #a63429;
  border-color: #a63429 !important;
  color: #ffffff !important;
}

.button.button--gray-border, button.button--gray-border, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.button--gray-border {
  border-color: #a8a8a8;
}

.button.disabled, button.disabled, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a.disabled, .button:disabled, button:disabled, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a:disabled {
  border-color: #a8a8a8 !important;
  background: #a8a8a8 !important;
  color: #ffffff !important;
}

.site-logo {
  display: block;
  width: 100%;
}

.site-logo img {
  width: 100%;
}

.image-small {
  border: 1px solid #c4c4c4;
  margin-bottom: 24px;
  height: 100px;
}

.image-social-media {
  display: inline-block;
}

.image-social-media .image-social-media__link {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  margin-right: 8px;
  /* border: 2px solid $color-white;
    background-color: $color-white; */
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-social-media .image-social-media__link:hover {
  /* border-color: $color-gray-20; */
}

.image-social-media.image-social-media--facebook .image-social-media__link {
  /* background-color: $color-white;*/
  background-image: url("img/icon-facebook.svg");
}

.image-social-media.image-social-media--facebook .image-social-media__link:hover {
  /* background-color: $color-facebook; */
  background-image: url("img/icon-facebook-hover.svg");
}

.image-social-media.image-social-media--linkedin .image-social-media__link {
  /* background-color: $color-white; */
}

.image-social-media.image-social-media--linkedin .image-social-media__link:hover {
  /* background-color: $color-linekdin; */
}

.image-social-media.image-social-media--youtube .image-social-media__link {
  /* background-color: $color-white; */
  background-image: url("img/icon-youtube.svg");
}

.image-social-media.image-social-media--youtube .image-social-media__link:hover {
  /* background-color: $color-youtube; */
  background-image: url("img/icon-youtube-hover.svg");
}

.image-social-media.image-social-media--instagram .image-social-media__link {
  /* background-color: $color-white; */
}

.image-social-media.image-social-media--instagram .image-social-media__link:hover {
  /* background-color: $color-instagram; */
}

.pagination-bullet, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .ms-bullet {
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px !important;
  background-image: none;
  border: 2px solid #a63429;
}

.pagination-bullet.pagination-bullet--active, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .pagination-bullet--active.ms-bullet, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .ms-bullet.ms-bullet-selected, .pagination-bullet:hover, .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count .ms-bullet:hover {
  background-color: #a63429;
}

.button-link {
  background-image: url("img/icon-arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: right;
  background-size: 12px 12px;
  color: #e0a358;
  padding-right: 20px;
  display: inline-block;
  font-weight: 700;
}

.button-link:hover {
  text-decoration: underline;
}

.button-link.button-link--big {
  color: #e0a358;
  background-size: 15px 15px;
  background-position-y: 10px;
  padding-right: 24px;
}

.button-icon {
  color: #1b365c;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  background-size: 14px 14px;
  padding-left: 20px;
  display: block;
}

.button-icon:hover {
  color: #1b365c;
}

.button-icon.button-icon--phone {
  background-image: url("img/icon-phone-gray.svg");
}

.button-icon.button-icon--email {
  background-image: url("img/icon-envelope-gray.svg");
}

.button-icon.button-icon--intranet {
  background-image: url("img/icon-internet-gray.svg");
}

.button-icon.button-icon--search {
  background-image: url("img/icon-search-gray.svg");
}

.button-icon span {
  color: #a8a8a8;
}

.full-ls .full-ls__text {
  color: #a8a8a8;
  display: inline-block;
  float: left;
}

.full-ls .full-ls__select {
  color: #1b365c;
  display: inline-block;
  float: left;
}

.full-ls .full-ls__select .wpml-ls-legacy-dropdown {
  width: inherit;
}

.full-ls .full-ls__select .wpml-ls-legacy-dropdown a {
  color: #1b365c;
}

.full-ls .full-ls__select .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle {
  background: none;
  border: none;
  padding: 0px 20px 0px 6px;
}

.full-ls .full-ls__select .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:after {
  font-size: 8px;
}

.full-ls .full-ls__select .wpml-ls-legacy-dropdown .wpml-ls-native {
  color: #1b365c;
}

.lang-switcher ul {
  display: block;
}

.lang-switcher ul li {
  border-right: 1px solid #eceae6;
}

.lang-switcher ul li a {
  color: #1b365c;
  display: block;
  text-align: center;
  padding: 8px;
}

.lang-switcher ul li a:hover {
  text-decoration: none;
  color: #1b365c;
}

.lang-switcher ul li a:hover span {
  border-color: #e0a358;
}

.lang-switcher ul li a span {
  display: block;
  width: 24px;
  height: 24px;
  padding: 3px 0px 3px 0px;
  border: 1px solid #ffffff;
}

.lang-switcher ul li.wpml-ls-current-language a,
.lang-switcher ul li .active a {
  color: #1b365c;
}

.lang-switcher ul li.wpml-ls-current-language a span,
.lang-switcher ul li .active a span {
  border-color: #e0a358;
}

.lang-switcher ul li:last-child {
  border: none;
}

.lang-switcher .wpml-ls {
  padding: 0px;
}

.icon-text .icon-text__img {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: contain;
  height: 72px;
  margin-bottom: 20px;
}

.icon-text .icon-text__text {
  font-weight: 600;
  text-align: center;
  color: #1b365c;
}

.icon-text .icon-text__text-description {
  text-align: center;
}

.icon-text.icon-text--1 .icon-text__img {
  background-image: url("img/about-us-feature-1.svg");
}

.icon-text.icon-text--2 .icon-text__img {
  background-image: url("img/about-us-feature-2.svg");
}

.icon-text.icon-text--3 .icon-text__img {
  background-image: url("img/about-us-feature-3.svg");
}

.icon-text.icon-text--4 .icon-text__img {
  background-image: url("img/about-us-feature-4.svg");
}

.icon-text.icon-text--5 .icon-text__img {
  background-image: url("img/about-us-feature-5.svg");
}

.icon-text.icon-text--school .icon-text__img {
  background-image: url("img/icon-school-blue.svg");
}

.icon-text.icon-text--pool .icon-text__img {
  background-image: url("img/icon-pool-blue.svg");
}

.icon-text.icon-text--town .icon-text__img {
  background-image: url("img/icon-town-blue.svg");
}

.icon-text.icon-text--hands .icon-text__img {
  background-image: url("img/icon-hands-blue.svg");
}

.icon-text.icon-text--stars .icon-text__img {
  background-image: url("img/icon-stars-blue.svg");
}

.icon-text.icon-text--heart .icon-text__img {
  background-image: url("img/icon-heart-blue.svg");
}

.icon-text.icon-text--wall .icon-text__img {
  background-image: url("img/icon-wall-blue.svg");
}

.icon-text.icon-text--negative .icon-text__text {
  color: #ffffff;
}

.icon-text.icon-text--big .icon-text__img {
  height: 104px;
  margin-bottom: 16px;
}

.icon-text.icon-text--big .icon-text__text {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1b365c;
}

.zoom-icon {
  cursor: pointer;
  height: 100%;
  background-position-y: center;
  background-position-x: center;
}

.zoom-icon:hover {
  /* background-color: $color-blue-1; */
  background-color: rgba(27, 54, 92, 0.64);
  background-repeat: no-repeat;
  background-size: 36px 36px !important;
  background-image: url("img/icon-zoom-white.svg") !important;
}

.button-download {
  background-repeat: no-repeat;
  background-position-y: 8px;
  background-position-x: left;
  background-size: 20px 20px;
  background-image: url("img/icon-download-orange.svg");
  padding-left: 28px;
  display: block;
  font-weight: 600;
  color: #e0a358;
}

.button-download:hover {
  text-decoration: underline;
  color: #e0a358;
}

.scroll-down {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("img/arrow-big-down.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
  margin-bottom: 24px;
}

.scroll-down:hover {
  background-image: url("img/arrow-big-down-hover.svg");
}

.list-custom {
  padding-left: 16px;
}

.list-custom li {
  color: #1b365c;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 16px;
  padding-bottom: 16px;
}

.list-custom li:last-child {
  border: none;
}

.section-title {
  border-top: 1px solid #c4c4c4;
  padding-top: 12px;
  padding-bottom: 40px;
  margin-top: 40px;
  color: #1b365c;
  font-weight: 700;
}

/* 3. Import MOLECULES. Egz.: _m-list-header.scss */
.news-short .news-short__border {
  border-top: 1px solid #eceae6;
  padding-top: 24px;
}

.news-short .news-short__info-box {
  /* padding: 24px;
    @extend .u-shadow-11;
    @extend .u-border-radius-10p;
    background-color: $color-white;
    margin-top: -64px;
    margin-right: 40px; */
}

.news-short .news-short__img {
  border: 1px solid #c4c4c4;
  height: 240px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}

.news-short .news-short__title {
  color: #171717;
  margin-bottom: 24px;
}

.news-short .news-short__date {
  color: #a8a8a8;
  margin-bottom: 8px;
}

.news-short .news-short__text {
  color: #171717;
  margin-bottom: 32px;
}

.news-short .news-short__btn {
  margin-bottom: 12px;
}

.news-short .news-short__btn a:hover {
  color: #e0a358;
}

.pagination {
  display: table;
  margin: 20px auto 20px auto;
}

.pagination .page-numbers {
  color: #171717;
  display: inline-block;
  height: 40px;
  width: 32px;
  text-align: center;
  padding-top: 1px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 10px 10px;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 13px;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #e0a358;
  text-decoration: none;
}

.pagination .page-numbers.prev {
  background-image: url("img/icon-chevron-left-gray.svg");
}

.pagination .page-numbers.prev:hover {
  background-image: url("img/icon-chevron-left-orange.svg");
}

.pagination .page-numbers.next {
  background-image: url("img/icon-chevron-right-gray.svg");
}

.pagination .page-numbers.next:hover {
  background-image: url("img/icon-chevron-right-orange.svg");
}

.block-icon {
  margin-bottom: 48px;
}

.block-icon .block-icon__title {
  background-repeat: no-repeat;
  background-position-y: 6px;
  background-position-x: left;
  background-size: 24px 24px;
  color: #171717;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.block-icon .block-icon__content {
  margin-bottom: 32px;
}

.block-icon.block-icon--card .block-icon__title {
  background-image: url("img/icon-card-blue.svg");
}

.block-icon.block-icon--marker .block-icon__title {
  background-image: url("img/icon-marker-blue.svg");
}

.block-icon.block-icon--clock .block-icon__title {
  background-image: url("img/icon-clock-blue.svg");
}

.block-icon.block-icon--phone .block-icon__title {
  background-image: url("img/icon-phone-blue.svg");
}

.apartment-short {
  background-color: #ffffff;
  text-align: center;
  padding: 32px 32px 32px 32px;
  border: 1px solid #4a4a4a;
  margin-bottom: 24px;
}

.apartment-short .apartment-short__img {
  height: 400px;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
}

.apartment-short .apartment-short__title {
  color: #171717;
  margin-bottom: 4px;
}

.apartment-short .apartment-short__status {
  color: #05aff2;
  margin-bottom: 12px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 16px;
}

.apartment-short .apartment-short__parameter-title {
  color: #a8a8a8;
  margin-bottom: 2px;
}

.apartment-short .apartment-short__parameter-value {
  margin-bottom: 32px;
}

.apartment-short .apartment-short__btn {
  margin-bottom: 0px;
}

.apartment-short .apartment-short__btn a {
  margin-bottom: 0px;
}

.service-short {
  margin-bottom: 48px;
}

.service-short a {
  display: block;
}

.service-short a .service-short__img {
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
}

.service-short a .service-short__img .service-short__img-frame {
  height: 284px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
}

.service-short a .service-short__title {
  color: #1b365c;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.service-short.service-short--s1 .service-short__img {
  background-image: url("img/s1g.jpg");
}

.service-short.service-short--s1 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_marine.png");
}

.service-short.service-short--s2 .service-short__img {
  background-image: url("img/s2g.jpg");
}

.service-short.service-short--s2 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_yellow.png");
}

.service-short.service-short--s3 .service-short__img {
  background-image: url("img/s3g.jpg");
}

.service-short.service-short--s3 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_orange.png");
}

.service-short.service-short--s4 .service-short__img {
  background-image: url("img/s4g.jpg");
}

.service-short.service-short--s4 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_green.png");
}

.service-short.service-short--s5 .service-short__img {
  background-image: url("img/s5g.jpg");
}

.service-short.service-short--s5 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_blue.png");
}

.service-short.service-short--s6 .service-short__img {
  background-image: url("img/s6g.jpg");
}

.service-short.service-short--s6 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_purple.png");
}

.service-short.service-short--s7 .service-short__img {
  background-image: url("img/s7g.jpg");
}

.service-short.service-short--s7 .service-short__img .service-short__img-frame {
  background-image: url("img/frame_red.png");
}

.block-feature {
  padding: 0px 4px 32px 4px;
}

.block-feature .block-feature__bg {
  padding: 36px;
  background-color: #ffffff;
}

.block-feature .block-feature__img {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
  background-size: contain;
  height: 60px;
  margin-bottom: 24px;
}

.block-feature .block-feature__text {
  text-align: left;
  color: #1b365c;
  margin-bottom: 24px;
}

.block-feature .block-feature__text-description {
  text-align: left;
}

.block-feature.block-feature--1 .block-feature__img {
  background-image: url("img/service-icon-1.svg");
}

.block-feature.block-feature--2 .block-feature__img {
  background-image: url("img/service-icon-2.svg");
}

.block-feature.block-feature--3 .block-feature__img {
  background-image: url("img/service-icon-3.svg");
}

.block-feature.block-feature--4 .block-feature__img {
  background-image: url("img/service-icon-4.svg");
}

.block-feature.block-feature--5 .block-feature__img {
  background-image: url("img/service-icon-5.svg");
}

.block-feature.block-feature--6 .block-feature__img {
  background-image: url("img/service-icon-6.svg");
}

.block-feature.block-feature--negative .block-feature__text {
  color: #ffffff;
}

.block-feature.block-feature--big .block-feature__img {
  height: 104px;
  margin-bottom: 16px;
}

.block-feature.block-feature--big .block-feature__text {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1b365c;
}

.block-price {
  padding: 0px 4px 32px 4px;
  text-align: center;
  color: #1b365c;
}

.block-price .block-price__bg {
  padding: 36px;
  background-color: #ffffff;
}

.block-price .block-price__bg .block-price__title {
  font-weight: 700;
  margin-bottom: 24px;
  color: #1b365c;
}

.block-price .block-price__bg .block-price__text {
  color: #1b365c;
  margin-bottom: 52px;
}

.block-price .block-price__bg .block-price__price {
  margin-bottom: 40px;
}

.block-price .block-price__bg .block-price__link a {
  padding: 24px 40px 16px 40px;
}

.specialist-short .specialist-short__border {
  border-top: 1px solid #eceae6;
  padding-top: 24px;
}

.specialist-short .specialist-short__info-box {
  /* padding: 24px;
    @extend .u-shadow-11;
    @extend .u-border-radius-10p;
    background-color: $color-white;
    margin-top: -64px;
    margin-right: 40px; */
}

.specialist-short .specialist-short__img {
  border: 1px solid #c4c4c4;
  height: 280px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}

.specialist-short .specialist-short__title {
  color: #171717;
  margin-bottom: 24px;
}

.specialist-short .specialist-short__date {
  color: #a8a8a8;
  margin-bottom: 8px;
}

.specialist-short .specialist-short__text {
  color: #171717;
  margin-bottom: 32px;
}

.specialist-short .specialist-short__btn {
  margin-bottom: 12px;
}

.specialist-short .specialist-short__btn a:hover {
  color: #e0a358;
}

.partner-short {
  background-color: #ffffff;
}

.partner-short .partner-short__img-container {
  overflow: hidden;
  padding: 10px 10px 16px 10px;
}

.partner-short .partner-short__img-container .partner-short__img {
  height: 160px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
}

.partner-short .partner-short__img-container .partner-short__img-shadow {
  overflow: hidden;
  margin-bottom: 24px;
}

.partner-short .partner-short__title {
  text-align: center;
  font-weight: 400;
  color: #4a4a4a;
  padding: 0px 12px 12px 12px;
  min-height: 48px;
}

.opinion-short {
  background-color: #ffffff;
}

.opinion-short .opinion-short__img-container {
  overflow: hidden;
  padding: 10px 10px 16px 10px;
}

.opinion-short .opinion-short__img-container .opinion-short__img-shadow {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 72px 36px 36px 36px;
  background-repeat: no-repeat;
  background-position-y: 34px;
  background-position-x: 34px;
  background-image: url("img/stars.svg");
}

.opinion-short .opinion-short__img-container .opinion-short__img-shadow .opinion-short__text {
  font-style: italic;
  margin-bottom: 24px;
}

.opinion-short .opinion-short__img-container .opinion-short__img-shadow .opinion-short__author {
  font-weight: 700;
}

/* 4. Import ORGANISMS. Egz.: _o-admin-list.scss */
/* 5. Import TEMPLATES. Egz.: _t-lp-popup.scss */
.tile .tile__bg {
  background-color: #ffffff;
  /*padding: 120px 120px 96px 120px; */
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .tile .tile__bg {
    /* padding: 64px 64px 24px 64px; */
  }
}

@media (max-width: 991.98px) {
  .tile .tile__bg {
    /* padding: 40px 40px 8px 40px; */
  }
}

@media (max-width: 575.98px) {
  .tile .tile__bg {
    /* padding: 16px 16px 4px 16px; */
  }
}

.tile .tile__bg .tile__subtitle {
  margin-bottom: 8px;
  color: #a8a8a8;
  font-weight: 700;
  text-transform: uppercase;
}

.tile .tile__bg .tile__title h3 {
  color: #1b365c;
}

.tile .tile__bg .tile__title h3 b {
  color: #1e6f74;
}

.tile .tile__bg .tile__title .tile__title-link {
  margin-bottom: 24px;
}

.tile .tile__bg .tile__content {
  margin-bottom: 24px;
}

.tile .tile__bg .tile__actions {
  margin-bottom: 36px;
}

.tile .tile__bg .tile__actions .button, .tile .tile__bg .tile__actions button, .tile.tile--main-slider .tile__bg .tile__actions .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container .tile__actions a {
  margin-bottom: 0px;
}

.tile.tile--small .tile__bg {
  padding: 32px 60px 6px 60px;
}

@media (max-width: 575.98px) {
  .tile.tile--small .tile__bg {
    padding: 32px 30px 6px 30px;
  }
}

.tile.tile--intro .tile__bg {
  background: none;
}

.tile.tile--main-slider .tile__bg {
  padding: 0px;
}

.tile.tile--main-slider .tile__bg .ms-anim-layers {
  margin-top: 304px;
}

@media (max-width: 1399.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers {
    margin-top: 280px !important;
  }
}

@media (max-width: 1199.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers {
    margin-top: 200px !important;
  }
}

@media (max-width: 991.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers {
    margin-top: 184px !important;
  }
}

@media (max-width: 767.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers {
    margin-top: 168px !important;
  }
}

@media (max-width: 575.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers {
    margin-top: 160px !important;
  }
}

.tile.tile--main-slider .tile__bg .ms-anim-layers .ms-layer {
  padding: 0px 60px 0px 60px;
  position: inherit;
  margin-top: 0px;
  margin-bottom: 46px;
}

@media (max-width: 575.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-layer {
    padding: 0px 30px 0px 30px;
  }
}

.tile.tile--main-slider .tile__bg .ms-anim-layers .ms-layer h1 {
  color: #1b365c;
}

.tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container {
  padding: 0px 60px 0px 60px;
  position: inherit;
  display: block;
}

@media (max-width: 575.98px) {
  .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container {
    padding: 0px 30px 0px 30px;
  }
}

.tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a {
  display: inline-block !important;
}

.tile.tile--main-slider .tile__bg .ms-bullets {
  right: 0;
  width: 100% !important;
}

.tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count {
  position: absolute;
  right: 52px;
  bottom: 30px;
}

@media (max-width: 575.98px) {
  .tile.tile--main-slider .tile__bg .ms-bullets .ms-bullets-count {
    right: 22px;
    bottom: 24px;
  }
}

.tile.tile--light-gray .tile__bg {
  background-color: #eceae6;
}

.tile.tile--light-gray .tile__bg .tile__title h3 {
  color: #171717;
}

.tile.tile--light-gray .tile__bg .tile__content {
  color: #171717;
}

.tile.tile--light-gray-bg-quote .tile__bg {
  background-color: #eceae6;
  background-image: url("img/about-mission-bg.svg");
}

.tile.tile--light-blue-bg .tile__bg {
  background-color: #f2f9fd;
  background-image: url("img/apartment-location-bg.svg");
}

.tile.tile--light-blue-bg2 .tile__bg {
  background-color: #f2f9fd;
  background-image: url("img/investment-about-bg.svg");
}

.tile.tile--light-blue .tile__bg {
  background-color: #f2f9fd;
}

.tile.tile--dark-gray .tile__bg {
  background-color: #4a4a4a;
}

.tile.tile--dark-gray .tile__bg .tile__title h3 {
  color: #ffffff;
}

.tile.tile--dark-gray .tile__bg .tile__content {
  color: #ffffff;
}

.tile.tile--contact .tile__bg {
  background: none;
}

.tile.tile--contact .tile__bg .tile__content {
  color: #1b365c;
}

.tile.tile--contact .tile__bg .tile__content .section-contact__content-block {
  padding-right: 80px;
  margin-top: 20px;
}

.tile.tile--contact .tile__bg .tile__content .section-contact__content-block h4 {
  color: #1e6f74;
}

.tile.tile--contact .tile__bg .tile__content .section-contact__content-block a {
  color: #1b365c;
}

.tile.tile--contact .tile__bg .tile__actions {
  margin-bottom: 120px;
}

.tile.tile--footer-links .tile__bg {
  background-color: #1b365c;
}

.tile.tile--footer-links .tile__bg .tile__title h3 {
  color: #ffffff;
}

.tile.tile--footer-links .tile__bg .tile__content {
  color: #ffffff;
}

.tile.tile--covid .tile__bg {
  background-image: url("img/section-covid-bg.jpg");
}

.tile.tile--covid .tile__bg .tile__subtitle {
  text-align: center;
}

@media (max-width: 767.98px) {
  .tile.tile--covid .tile__bg .tile__subtitle {
    text-align: left;
  }
}

.tile.tile--covid .tile__bg .tile__title h3 {
  text-align: center;
}

@media (max-width: 767.98px) {
  .tile.tile--covid .tile__bg .tile__title h3 {
    text-align: left;
  }
}

.tile.tile--covid .tile__bg .tile__actions {
  text-align: center;
}

@media (max-width: 767.98px) {
  .tile.tile--covid .tile__bg .tile__actions {
    text-align: left;
  }
}

.tile.tile--news .tile__bg {
  background-color: #ffffff;
  background-image: url("img/home-news-bg.svg");
}

@media (max-width: 1399.98px) {
  .tile.tile--news .tile__bg .news-short {
    margin-bottom: 96px;
  }
  .tile.tile--news .tile__bg .tile__content .row .col-xl-4:last-child .news-short {
    margin-bottom: 0px !important;
  }
}

.tile.tile--news .tile__bg .tile__title .tile__title-link {
  margin-top: 8px;
}

@media (max-width: 1199.98px) {
  .tile.tile--news .tile__bg .tile__title .tile__title-link a {
    margin-bottom: 32px;
  }
}

.tile.tile--find-a-doctor .tile__bg {
  background-color: #1b365c;
  background-image: url("img/section-find-doctor-bg.jpg");
  min-height: 532px;
}

.tile.tile--find-a-doctor .tile__bg .tile__title h3 {
  color: #ffffff;
}

.tile.tile--find-a-doctor .tile__bg .tile__content {
  color: #ffffff;
}

.tile.tile--green-box .tile__bg {
  background-color: #1e6f74;
}

.tile.tile--green-box .tile__bg .tile__title h3 {
  color: #ffffff;
}

.tile.tile--diet .tile__bg {
  background-color: #a63429;
  background-image: url("img/section-diet-bg.jpg");
}

@media (max-width: 767.98px) {
  .tile.tile--diet .tile__bg {
    background-position-x: 240px;
  }
}

.tile.tile--diet .tile__bg .tile__title h3 {
  color: #f2e1c3;
}

.tile.tile--childbirth .tile__bg {
  background-color: #f2e1c3;
  background-image: url("img/section-pregnancy-bg.jpg");
}

.tile.tile--childbirth .tile__bg .tile__title h3 {
  color: #a63429;
}

.tile.tile--beige-box .tile__bg {
  background-color: #f2e1c3;
}

.tile.tile--beige-box .tile__bg .tile__title h3 {
  color: #a63429;
}

.tile.tile--shop .tile__bg {
  background-color: #f2e1c3;
  min-height: 532px;
  background-image: url("img/section-shop-bg.jpg");
}

@media (max-width: 1399.98px) {
  .tile.tile--shop .tile__bg {
    background-position-y: -240px;
  }
}

@media (max-width: 1199.98px) {
  .tile.tile--shop .tile__bg {
    background-position-y: -120px;
  }
}

@media (max-width: 991.98px) {
  .tile.tile--shop .tile__bg {
    min-height: inherit;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
  }
}

.tile.tile--shop .tile__bg .tile__title h3 {
  color: #a63429;
}

.tile.tile--header .tile__bg {
  background: rgba(246, 246, 246, 0.68);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 0px 0px 8px 8px;
  padding: 20px 60px 20px 60px;
  overflow: inherit;
}

@media (max-width: 991.98px) {
  .tile.tile--header .tile__bg {
    background-color: #eceae6;
    border-radius: 8px;
    -webkit-backdrop-filter: inherit;
            backdrop-filter: inherit;
  }
}

@media (max-width: 575.98px) {
  .tile.tile--header .tile__bg {
    padding: 16px 30px 16px 30px;
  }
}

.tile.tile--cookies .tile__bg {
  background-color: #1e6f74;
  padding: 16px 60px 16px 60px;
}

@media (max-width: 575.98px) {
  .tile.tile--cookies .tile__bg {
    padding: 16px 30px 16px 30px;
  }
}

.tile.tile--cookies .tile__bg .tile__content {
  background-image: url("img/icon-cookie-gray.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  background-size: 36px 36px;
  color: #ffffff;
  padding: 11px 0px 11px 64px;
  margin-bottom: 0px;
}

.tile.tile--cookies .tile__bg .tile__content a {
  color: #ffffff;
}

.tile.tile--cookies .tile__bg .tile__actions {
  margin-bottom: 0px;
}

.tile.tile--text-header .tile__bg {
  background: none;
  /* padding: 72px 60px 72px 60px;

      @media (max-width: 575.98px) {
        padding: 32px 30px 32px 30px;
      } */
}

.tile.tile--text-content .tile__bg {
  background-color: #ffffff;
  border: 1px solid #a8a8a8;
}

.tile.tile--scroll-down .tile__bg {
  background: none;
  padding-top: 0px !important;
}

footer {
  padding-bottom: 80px;
  /* @media (min-width: 768px) {
  }

  @media (max-width: 767.98px) {
  } */
}

footer h3 {
  color: #1e6f74;
  margin-bottom: 24px;
}

footer .section-links {
  margin-bottom: 40px;
}

footer .section-links .container__bg {
  border-top: 1px solid #eceae6;
  padding-top: 48px;
}

footer .section-links .section-links__col {
  padding-right: 40px;
  margin-bottom: 40px;
}

footer .section-links .section-links__menus .row .section-links__col:last-child {
  padding-right: 12px;
}

footer .section-links form .section-links__col {
  padding-right: 12px;
  margin-bottom: 0px;
}

footer .section-links nav ul.menu {
  list-style: none;
  padding-left: 0px;
}

footer .section-links .wpcf7-list-item {
  margin-left: 0px;
}

footer .section-copyright {
  color: #1b365c;
}

footer .section-cookies {
  color: #a8a8a8;
}

footer .section-cookies .container__bg {
  border-top: 1px solid #eceae6;
  padding-top: 48px;
}

footer .section-cookies .container__bg a {
  color: #a8a8a8;
}

footer .section-cookies .container__bg a:hover {
  color: #000000;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

header section {
  max-width: 1440px;
  margin: 0px auto 0px auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px 0px 10px 10px;
}

header.header--scrolled section {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.15);
}

header .header__main .site-logo {
  max-width: 202px;
}

header .header__main .site-logo img {
  margin-top: 16px;
  margin-bottom: 16px;
}

header .header__top-row {
  /*margin-bottom: 18px; */
}

header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: bold;
  color: #1b365c;
  margin-bottom: 2px;
  padding-left: 16px;
  padding-right: 16px;
}

header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: underline;
}

header #mega-menu-wrap-main-menu .mega-menu-toggle {
  background-color: #ffffff;
}

header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-left,
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-center {
  display: none !important;
}

header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #1b365c;
}

header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  border: 2px solid #ffffff;
  padding: 24px 4px;
}

header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:hover {
  border-color: #e0a358;
}

header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-size: 20px;
  margin: 0px;
}

@media (min-width: 768px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 8px;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
    background-image: url("img/button-bg-orange-1.svg");
    margin-left: 16px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link:hover {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
    background-image: url("img/button-bg-orange-1.svg");
  }
  header .header__section-left {
    position: fixed;
    background: #fff;
    z-index: 100;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 240px;
  }
  header .header__section-left .header__gradient {
    position: absolute;
    bottom: 0px;
    height: 100%;
  }
  header .header__section-left .header__main {
    margin-left: 10px;
  }
  header .header__section-left .header__main nav.main-menu {
    margin-left: 22px;
    position: absolute;
    bottom: 32px;
  }
  header .header__section-right {
    position: fixed;
    background: #fff;
    z-index: 100;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 64px;
  }
  header .header__section-right .header__social-media {
    margin-top: 32px;
  }
  header .header__section-right .header__language {
    padding: 0px;
    position: absolute;
    bottom: 32px;
  }
  header #mega-menu-wrap-main-menu {
    background: none;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: initial;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: none;
    font-weight: bold;
    color: #1b365c;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: rgba(255, 255, 255, 0);
    font-weight: bold;
    text-decoration: underline;
    color: #1b365c;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none;
    font-weight: bold;
    color: #1b365c;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #1b365c;
    color: #ffffff;
    padding: 2px 24px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    vertical-align: inherit;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {
    border-radius: 10px 10px 0px 0px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border-radius: 0px 0px 10px 10px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #1b365c;
    color: #ffffff;
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  header #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    background: #ffffff;
    border: 2px solid #c4c4c4;
    position: absolute;
    border-radius: 10px;
    padding: 24px;
    right: 6px;
    top: 48px;
    z-index: 100;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #ffffff;
    color: #1b365c;
    text-decoration: underline;
    font-weight: 700;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #1b365c;
    color: #ffffff;
    padding: 4px 24px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    text-decoration: underline;
    background-color: #1b365c;
    color: #ffffff;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {
    border-radius: 10px 10px 0px 0px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
    margin-bottom: 24px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border-radius: 0px 0px 10px 10px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #ffffff;
  }
  header .header__col-with-burger {
    position: absolute;
    right: 0px;
  }
  header .header__social-media {
    position: absolute;
    top: 24px;
    left: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header__social-media .image-social-media {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

form input,
form select,
form textarea {
  border: 1px solid #a8a8a8;
  padding: 8px 24px 8px 24px;
  width: 100%;
}

form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}

form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #a8a8a8;
}

form input::-ms-input-placeholder,
form select::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #a8a8a8;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #a8a8a8;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: #e0a358;
}

form label {
  width: 100%;
  margin-bottom: 24px;
}

form textarea {
  min-height: 174px;
  height: 174px;
}

form .button, form button, form .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container form a {
  width: auto;
}

form input[type="checkbox"] {
  width: auto;
  margin-bottom: inherit;
  margin-bottom: 0px;
}

form .select-block {
  position: relative;
}

form .select-block .select-block__label {
  position: absolute;
  top: -6px;
  left: 16px;
  color: #a8a8a8;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("img/icon-chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position-y: 14px;
  background-position-x: right;
  background-size: 10px 10px;
  padding-right: 24px;
  cursor: pointer;
}

form select option {
  padding: 0px;
  color: #000000;
}

form select .empty-option {
  color: #a8a8a8;
}

form select.select--no-border {
  padding-left: 4px;
  border-color: #ffffff;
}

form select.select--no-border:focus-visible {
  outline: none;
}

form select.select--white {
  background-color: inherit;
  background-image: url("img/icon-chevron-down-white.svg");
}

form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px;
}

form span.form-acceptance-info {
  color: #a8a8a8;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 24px;
}

main.page {
  max-width: 1440px;
  margin: 0px auto 0px auto;
}

main.page > section:first-child {
  padding-top: 108px;
}

main.page .main__dark-cover {
  background: rgba(23, 23, 23, 0.5);
}

main.page .section-header .section-header__subtitle {
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  main.page .section-header .section-header__subtitle {
    text-align: left;
  }
}

main.page .section-header .section-header__subtitle a {
  color: #ffffff;
}

main.page .section-header .section-header__subtitle a:hover {
  text-decoration: underline;
}

main.page .section-header .section-header__title {
  color: #1b365c;
  text-align: center;
}

@media (max-width: 767.98px) {
  main.page .section-header .section-header__title {
    text-align: left;
  }
}

main.page .section-header .tile__bg {
  padding-top: 56px;
  padding-bottom: 80px;
}

main.page .section-contact {
  max-width: 1440px;
  margin: 0px auto 0px auto;
  background-position-y: top;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("img/footer-clouds.jpg");
}

main.page .section-contact .section-contact__col-text {
  padding-top: 160px;
}

main.page .section-contact .section-contact__img-child {
  background-position-y: bottom;
  background-position-x: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("img/footer-img-child.png");
}

@media (max-width: 1399.98px) {
  main.page .section-contact .section-contact__img-child {
    background-size: 50%;
  }
}

@media (max-width: 991.98px) {
  main.page .section-contact .section-contact__img-child {
    background-size: 30%;
  }
}

main.page .section-content {
  margin-bottom: 120px;
}

main.page .section-content .section-content__meta {
  margin-bottom: 48px;
}

main.page .section-content .section-content__meta .section-content__meta-data {
  color: #a8a8a8;
  margin-bottom: 16px;
}

main.page .section-content .section-content__meta .section-content__meta-data a {
  color: #a8a8a8;
}

main.page .section-content .section-content__meta .section-content__meta-data a:hover {
  color: #a8a8a8;
  text-decoration: underline;
}

main.page .section-content .section-content__meta .section-content__meta-data span {
  color: #a8a8a8;
}

main.page .section-content .section-content__categories h2 {
  margin-bottom: 28px;
}

main.page .section-content .section-content__categories nav {
  margin-bottom: 24px;
}

main.page .section-content .section-content__categories nav a {
  color: #1b365c;
  display: block;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #eceae6;
}

main.page .section-content .section-content__categories nav a:last-child {
  border: none;
}

main.page .section-content .section-content__categories nav a:hover {
  color: #1b365c;
}

main.page .section-content h2 {
  margin-bottom: 40px;
}

main.page .section-content .section-content__text table tbody,
main.page .section-content .section-content__text table td,
main.page .section-content .section-content__text table tfoot,
main.page .section-content .section-content__text table th,
main.page .section-content .section-content__text table thead,
main.page .section-content .section-content__text table tr {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  vertical-align: bottom;
}

main.page .section-content .section-content__text table thead {
  border-bottom: 1px solid #000000;
}

main.page .section-content .section-content__text table thead tr th {
  padding-bottom: 16px;
}

main.page .section-content .section-content__text table tbody tr {
  border-bottom: 1px solid #eceae6;
}

main.page .section-content .section-content__text h2:not(:first-child) {
  margin-top: 64px;
}

main.page .section-content .section-content__text h3:not(:first-child) {
  margin-top: 64px;
}

main.page .section-content .section-content__text h4:not(:first-child) {
  margin-top: 64px;
}

main.page .section-content .section-content__text ol li,
main.page .section-content .section-content__text ul li {
  margin-bottom: 8px;
  margin-top: 8px;
}

main.page .section-content .gray-label {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #a8a8a8;
  margin-top: 40px;
}

main.page.home .section-intro {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  background-image: url("img/home-intro-bg.jpg");
  padding-top: 320px;
  padding-bottom: 40px;
}

main.page.home .section-intro h1 {
  color: #1b365c;
  margin-bottom: 40px;
}

main.page.home .section-intro .section-intro__text {
  color: #1b365c;
  margin-bottom: 144px;
}

main.page.home .section-services {
  padding-top: 80px;
  padding-bottom: 80px;
}

main.page.home .section-services .tile__subtitle {
  text-align: center;
}

main.page.home .section-services .tile__title {
  text-align: center;
}

main.page.home .section-team {
  margin-bottom: -160px;
}

main.page.home .section-about {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  background-image: url("img/home-cloud-bg.png");
  padding-bottom: 280px;
  padding-top: 160px;
}

main.page.home .section-about .tile__bg {
  background: none;
}

main.page.home .section-about .tile__bg .tile__content {
  margin-bottom: 48px;
}

main.page.home .section-about .section-about__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  background-image: url("img/home-about-us-img.png");
  height: 100%;
}

main.page.home .section-opinions {
  padding-bottom: 80px;
}

main.page.home .section-opinions .tile__subtitle {
  text-align: center;
}

main.page.home .section-opinions .tile__title {
  text-align: center;
}

main.page.home .section-partners {
  padding-top: 80px;
  padding-bottom: 80px;
}

main.page.home .section-partners .tile__title .button, main.page.home .section-partners .tile__title button, main.page.home .section-partners .tile__title .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-partners .tile__title a {
  margin-top: 40px;
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  main.page.home .section-partners .tile__title .button, main.page.home .section-partners .tile__title button, main.page.home .section-partners .tile__title .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-partners .tile__title a {
    display: none;
  }
}

main.page.home .section-partners .tile__actions .button, main.page.home .section-partners .tile__actions button, main.page.home .section-partners .tile__actions .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-partners .tile__actions a {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991.98px) {
  main.page.home .section-partners .tile__actions .button, main.page.home .section-partners .tile__actions button, main.page.home .section-partners .tile__actions .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-partners .tile__actions a {
    display: block;
  }
}

main.page.home .section-news {
  padding-top: 80px;
  padding-bottom: 80px;
}

main.page.home .section-news .tile__title .button, main.page.home .section-news .tile__title button, main.page.home .section-news .tile__title .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-news .tile__title a {
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  main.page.home .section-news .tile__title .button, main.page.home .section-news .tile__title button, main.page.home .section-news .tile__title .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-news .tile__title a {
    display: none;
  }
}

main.page.home .section-news .tile__actions .button, main.page.home .section-news .tile__actions button, main.page.home .section-news .tile__actions .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-news .tile__actions a {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991.98px) {
  main.page.home .section-news .tile__actions .button, main.page.home .section-news .tile__actions button, main.page.home .section-news .tile__actions .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container a, .tile.tile--main-slider .tile__bg .ms-anim-layers .ms-btn-container main.page.home .section-news .tile__actions a {
    display: block;
  }
}

main.page.page-service .section-intro {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 40px;
}

main.page.page-service .section-intro h1 {
  color: #1b365c;
  margin-bottom: 40px;
}

main.page.page-service .section-intro .section-intro__text {
  color: #1b365c;
  margin-bottom: 144px;
}

main.page.page-service .section-menu .tile__bg {
  border-top: 1px solid #eceae6;
  border-bottom: 1px solid #eceae6;
  padding-top: 8px;
  padding-bottom: 8px;
}

main.page.page-service .section-menu .section-menu__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

main.page.page-service .section-menu .section-menu__item a {
  font-weight: 700;
  padding: 4px;
}

main.page.page-service .section-about {
  padding-top: 120px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  background-image: url(img/home-cloud-bg.png);
}

main.page.page-service .section-about .tile__bg {
  background: none;
}

main.page.page-service .section-features {
  padding-top: 80px;
}

main.page.page-service .section-indications {
  padding-top: 120px;
}

main.page.page-service .section-contraindications {
  padding-top: 120px;
}

main.page.page-service .section-contraindications .tile__subtitle {
  text-align: center;
}

main.page.page-service .section-contraindications .tile__title {
  text-align: center;
}

main.page.page-service .section-news {
  padding-top: 120px;
}

main.page.page-service .section-specialists {
  padding-top: 120px;
}

main.page.page-service .section-process {
  padding-top: 120px;
}

main.page.page-service .section-price-list {
  padding-top: 120px;
}

main.page.page-service .section-price-list .tile__bg {
  background: none;
}

main.page.page-service .section-price-list .tile__bg .tile__subtitle {
  text-align: center;
}

main.page.page-service .section-price-list .tile__bg .tile__title {
  text-align: center;
}

main.page.page-service .section-gallery {
  padding-top: 120px;
}

main.page.page-service .section-gallery .tile__subtitle {
  text-align: center;
}

main.page.page-service .section-gallery .tile__title {
  text-align: center;
}

main.page.page-service .section-gallery .section-gallery__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  border: 1px solid #c4c4c4;
  height: 280px;
  margin-bottom: 24px;
}

main.page.page-service .section-contact {
  margin-top: 120px;
}

main.page.page-default .section-header .tile__bg {
  background-image: url("img/header-news-bg.jpg");
}

main.page.page-news .section-categories nav a {
  color: #171717;
  font-weight: 600;
  padding: 8px 0px 8px 0px;
}

main.page.page-news .section-posts .news-short {
  margin-bottom: 64px;
}

main.page.page-single-news .tile__title-link {
  margin-top: 8px;
}

main.page.page-single-news .section-content .section-content__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  margin-bottom: 48px;
}

main.page.page-single-news .section-content .section-content__img .section-content__frame {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  background-image: url(img/news-frame-article.png);
  height: 400px;
  width: 546px;
}

main.page.page-single-news .section-content .section-content__text {
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  main.page.page-single-news .section-content .section-content__text {
    -webkit-column-count: inherit;
    column-count: inherit;
    -webkit-column-gap: inherit;
    column-gap: inherit;
  }
}

main.page.page-single-news .section-content .section-content__excerpt {
  margin-bottom: 56px;
  font-weight: 700;
  color: #1b365c;
  padding-left: 24px;
  border-left: 2px solid #e05858;
}

main.page.page-single-news .section-content .section-content__gallery {
  margin-bottom: 24px;
}

main.page.page-single-news .section-content .section-content__gallery .section-content__gallery-img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  border: 1px solid #c4c4c4;
  height: 280px;
  margin-bottom: 24px;
}

main.page.page-single-news .section-categories nav a {
  color: #171717;
  font-weight: 600;
  padding: 8px 0px 8px 0px;
}

main.page.page-about .main__dark-cover {
  background: rgba(23, 23, 23, 0.35);
}

main.page.page-about .section-mission .tile__subtitle {
  text-align: center;
}

main.page.page-about .section-mission .tile__title {
  text-align: center;
}

main.page.page-about .section-mission .tile__content {
  text-align: center;
}

main.page.page-about .section-investment-info .section-investment-info__icons {
  margin-top: -24px;
}

main.page.page-about .section-investment-info .section-investment-info__icons .icon-text {
  margin-bottom: 48px;
}

@media (max-width: 1399.98px) {
  main.page.page-about .section-investment-info .section-investment-info__icons {
    margin-top: 24px;
  }
}

main.page.page-about .section-investment-visualizations .section-investment-visualizations__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  height: 376px;
  margin-bottom: 24px;
}

main.page.page-about .section-investment-apartments .tile__subtitle {
  text-align: center;
}

main.page.page-about .section-investment-apartments .tile__title {
  text-align: center;
}

main.page.page-about .section-about {
  margin-bottom: -200px;
}

main.page.page-about .section-about .section-about__img {
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: contain;
  background-image: url("img/about-us-img.jpg");
  height: 100%;
  min-height: 320px;
}

main.page.page-about .section-about .tile__subtitle {
  padding-top: 160px;
}

@media (max-width: 991.98px) {
  main.page.page-about .section-about .tile__subtitle {
    padding-top: 0px;
  }
}

main.page.page-about .section-about .tile__content {
  margin-bottom: 120px;
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  main.page.page-about .section-about .tile__content {
    padding-bottom: 0px;
  }
}

main.page.page-about .section-about .tile__content:last-child {
  margin-bottom: 24px;
}

main.page.page-about .section-about .tile__content .section-about__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  height: 280px;
  margin-bottom: 32px;
}

main.page.page-about .section-about .tile__content .section-about__text-block .section-about__text-title {
  font-weight: 600;
  margin-bottom: 34px;
}

main.page.page-about .section-about .tile__content .section-about__text-block .section-about__text {
  margin-bottom: 48px;
}

main.page.page-about .section-advantages {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  background-image: url("img/home-cloud-bg.png");
  max-width: 1440px;
  margin: 0px auto 0px auto;
  padding-bottom: 200px;
  padding-top: 400px;
}

main.page.page-about .section-advantages .tile__bg {
  background: none;
}

main.page.page-about .section-advantages .tile__subtitle {
  text-align: center;
}

main.page.page-about .section-advantages .tile__title {
  text-align: center;
}

main.page.page-about .section-advantages .tile__content {
  text-align: center;
  color: #1b365c;
}

main.page.page-about .section-advantages .tile__content .icon-text {
  margin-top: 64px;
}

main.page.page-about .section-partners {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  main.page.page-about .section-partners {
    padding-top: 40px;
  }
}

main.page.page-team .specialist-short {
  margin-bottom: 64px;
}

main.page.page-team .worker__categories-label {
  margin-top: 8px;
}

main.page.page-team .worker__categories {
  margin-bottom: 40px;
}

main.page.page-team .worker__categories a {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #e0a358;
  color: #1b365c;
  margin-bottom: 12px;
  margin-right: 12px;
}

main.page.page-single-apartment {
  background-image: url("img/apartment-intro-bg.jpg");
}

main.page.page-single-apartment .main__dark-cover {
  background: rgba(23, 23, 23, 0.35);
}

main.page.page-single-apartment .align-items-center {
  height: 100vh;
}

@media (max-width: 767.98px) {
  main.page.page-single-apartment .align-items-center {
    height: 440px;
  }
}

main.page.page-single-apartment .section-header .tile__bg {
  /* padding: 0px; */
}

main.page.page-single-apartment .section-content .section-content__text {
  margin-bottom: 48px;
}

main.page.page-single-apartment .section-apartment-data .section-apartment-data__text .section-apartment-data__text-status {
  margin-bottom: 32px;
}

main.page.page-single-apartment .section-apartment-data .section-apartment-data__text .section-apartment-data__text-status b {
  color: #05aff2;
}

main.page.page-single-apartment .section-apartment-data .section-apartment-data__text .section-apartment-data__text-table {
  margin-bottom: 32px;
}

main.page.page-single-apartment .section-apartment-data .section-apartment-data__text .section-apartment-data__text-table .section-apartment-data__text-table-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

main.page.page-single-apartment .section-apartment-data .section-apartment-data__text .section-apartment-data__card-download {
  margin-bottom: 32px;
  margin-top: 48px;
}

main.page.page-single-apartment .section-apartment-data .section-apartment-data__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  height: 640px;
  max-width: 640px;
  border: 1px solid #4a4a4a;
  background-color: #ffffff;
}

main.page.page-single-apartment .section-apartment-location .section-apartment-location__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  height: 432px;
  max-width: 640px;
  border: 1px solid #4a4a4a;
  background-color: #ffffff;
}

main.page.page-contact-details-map .section-form {
  padding-bottom: 80px;
}

main.page.page-contact-details-map .section-form .section-form__img {
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: contain;
  background-image: url("img/contact-img.jpg");
  height: 100%;
}

main.page.page-contact-details-map .section-data-title .tile__subtitle {
  text-align: center;
}

main.page.page-contact-details-map .section-data-title .tile__title {
  text-align: center;
}

main.page.page-contact-details-map .section-data {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  background-image: url("img/contact-map-bg.svg");
  max-width: 1440px;
  margin: 0px auto 80px auto;
  padding-bottom: 72px;
  padding-top: 96px;
}

main.page.page-contact-details-map .section-data .tile__bg {
  background: none;
}

main.page.page-contact-details-map .section-data .section-data__data {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  main.page.page-contact-details-map .section-data {
    padding-bottom: 0px;
    padding-top: 0px;
    background: none;
  }
}

main.page.page-contact-details-map .section-map .tile__bg {
  padding: 0px;
}

main.page.page-contact-details-map .section-map .tile__bg .tile__content {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.page.page-contact-details-map .section-map .tile__bg .tile__content p {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.page.page-contact-details-map .section-map .tile__bg .tile__content #mapsource {
  pointer-events: auto;
}

main.page.page-single-worker .section-header .tile__bg {
  padding-bottom: 0px;
}

main.page.page-single-worker .section-meta {
  margin-bottom: 0px;
}

main.page.page-single-worker .section-meta .section-meta__text {
  margin-top: 96px;
  margin-bottom: 32px;
}

main.page.page-single-worker .section-meta .section-meta__text h1 {
  color: #1b365c;
}

@media (max-width: 991.98px) {
  main.page.page-single-worker .section-meta .section-meta__text {
    margin-top: 0px;
  }
}

main.page.page-single-worker .section-meta .section-meta__img {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  margin-bottom: 48px;
}

main.page.page-single-worker .section-meta .section-meta__img .section-meta__frame {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  background-image: url(img/news-frame-article.png);
  height: 400px;
  width: 546px;
}

main.page.page-single-worker .section-about {
  margin-bottom: 80px;
}

main.page.page-single-worker .section-about .section-about__text {
  padding-bottom: 40px;
  border-bottom: 1px solid #eceae6;
}

@media (max-width: 991.98px) {
  main.page.page-single-worker .section-about .section-about__text {
    -webkit-column-count: inherit;
    column-count: inherit;
    -webkit-column-gap: inherit;
    column-gap: inherit;
  }
}

main.page.page-single-worker .section-desc .section-desc__title h3 {
  color: #1e6f74;
}

main.page.page-single-worker .section-desc .section-desc__text {
  margin-bottom: 80px;
}

main.page.page-single-worker .section-desc .section-desc__text ol li,
main.page.page-single-worker .section-desc .section-desc__text ul li {
  margin-bottom: 8px;
  margin-top: 8px;
}

main.page.page-single-worker .section-services .tile__subtitle {
  border-top: 1px solid #eceae6;
  text-align: center;
  margin-top: 80px;
  padding-top: 80px;
}

main.page.page-single-worker .section-services .tile__title {
  text-align: center;
}

main.page.page-single-worker .section-news {
  padding-top: 80px;
  padding-bottom: 80px;
}

main.page.page-single-worker .section-button .section-button__bg {
  border-top: 1px solid #eceae6;
  text-align: center;
  padding-top: 80px;
}

.table,
table {
  width: 100%;
}

.table .table__row,
.table tr,
table .table__row,
table tr {
  border-top: 1px solid #a8a8a8;
}

.table .table__row .table__col,
.table .table__row td,
.table tr .table__col,
.table tr td,
table .table__row .table__col,
table .table__row td,
table tr .table__col,
table tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.table .table__row .table__col:first-child,
.table .table__row td:first-child,
.table tr .table__col:first-child,
.table tr td:first-child,
table .table__row .table__col:first-child,
table .table__row td:first-child,
table tr .table__col:first-child,
table tr td:first-child {
  padding-left: 0px;
}

.table .table__row .table__col:last-child,
.table .table__row td:last-child,
.table tr .table__col:last-child,
.table tr td:last-child,
table .table__row .table__col:last-child,
table .table__row td:last-child,
table tr .table__col:last-child,
table tr td:last-child {
  padding-right: 0px;
  text-align: right;
}

.table .table__row:first-child,
.table tr:first-child,
table .table__row:first-child,
table tr:first-child {
  border-top: 1px solid #171717;
}

.popup-simple {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
  padding-bottom: 32px;
  overflow: scroll;
  overflow-anchor: auto;
  display: none;
}

.popup-simple .popup-simple__close {
  text-align: right;
  color: #ffffff;
  padding-bottom: 8px;
  padding-top: 8px;
  cursor: pointer;
}

.popup-simple .popup-simple__close:hover {
  text-decoration: underline;
}

.popup-simple .popup-simple__img {
  text-align: center;
}

.popup-simple .popup-simple__img img {
  width: 100%;
}

/* 6. Import PAGES. Egz.: _p-game-round.scss */
/* 7. Import RESPONSIVE. */
/*# sourceMappingURL=style.css.map */