/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
header {
  position: relative;
  z-index: 999;
}
@media (max-width: 1024px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
header .logo-header {
  width: 232px;
}
@media (max-width: 1366px) {
  header .logo-header {
    width: 210px;
  }
}
@media (max-width: 1024px) {
  header .logo-header {
    width: 232px;
  }
}
@media (max-width: 767px) {
  header .logo-header {
    width: 135px;
  }
}
header .exit-search {
  display: none;
}
header .exit-search svg {
  display: block;
}
header .top_header {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  header .top_header {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  header .top_header {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  header .top_header {
    min-height: 72px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  header .top_header .gtranslate_wrapper {
    display: none;
  }
}
header .top_header nav {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  header .top_header nav {
    display: none;
  }
}
header .top_header nav > ul > .line {
  margin: 0 12px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #203e5b;
  line-height: 1.3;
}
header .top_header nav > ul > .line:first-child {
  display: none;
}
header .top_header nav > ul > li {
  position: relative;
}
header .top_header nav > ul > li > a {
  color: #203e5b;
  position: relative;
  font-size: 16px;
}
header .top_header nav > ul > li > a:before {
  content: "";
  top: -2px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #203e5b;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .top_header nav > ul > li > a:after {
  content: "";
  bottom: -5px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #203e5b;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .top_header nav > ul > li.current-menu-item > a {
  font-weight: 500;
}
header .top_header nav > ul > li.current-menu-item > a:before {
  opacity: 1;
}
header .top_header nav > ul > li.current-menu-item > a:after {
  opacity: 1;
}
header .top_header nav > ul > li:hover > a:before {
  opacity: 1;
}
header .top_header nav > ul > li:hover > a:after {
  opacity: 1;
}
header .top_header .menu-top-left {
  flex: 1;
  justify-content: flex-end;
  margin-left: 30px;
}
header .top_header .menu-top-left .search {
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header .top_header .menu-top-left .search {
    margin-right: 40px;
    flex: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  header .top_header .menu-top-left .search {
    margin-right: 60px;
  }
}
header .top_header .menu-top-left .search.focused {
  flex: 1;
}
@media (max-width: 1024px) {
  header .top_header .menu-top-left .search .asp_w_container {
    display: none;
    flex: 1;
  }
}
header .top_header .menu-top-left .search .search-icon {
  display: none;
}
header .top_header .menu-top-left .search .search-icon svg {
  display: block;
}
@media (max-width: 1024px) {
  header .top_header .menu-top-left .search .search-icon {
    display: block;
  }
}
@media (max-width: 1024px) {
  header .top_header .menu-top-left .gtranslate_wrapper {
    display: none;
  }
}
header .stick_blank {
  height: 0;
}
header .bottom_header {
  background-color: #203e5b;
  transition: all 0.3s ease;
  position: relative;
}
header .bottom_header .row {
  width: 100%;
  max-width: 100%;
}
header .bottom_header nav {
  margin-left: 30px;
}
@media (max-width: 1120px) {
  header .bottom_header nav {
    margin-left: 0px;
  }
}
header .bottom_header nav > ul > li:not(.st, .line) {
  height: 64.8px;
}
header .bottom_header nav > ul > li:not(.st) {
  display: flex;
  align-items: center;
}
header .bottom_header nav > ul > li:not(.st) > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1120px) {
  header .bottom_header nav > ul > li:not(.st) > a {
    font-size: 14px;
  }
}
header .bottom_header nav > ul > li:not(.st) > a:before {
  content: "";
  top: -4px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .bottom_header nav > ul > li:not(.st) > a:after {
  content: "";
  bottom: -5px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .bottom_header nav > ul > li:not(.st) > a:hover:before {
  opacity: 1;
}
header .bottom_header nav > ul > li:not(.st) > a:hover:after {
  opacity: 1;
}
header .bottom_header nav > ul > li:not(.st):hover a {
  font-weight: 500;
}
header .bottom_header nav > ul li.current-menu-item > a:before {
  opacity: 1;
}
header .bottom_header nav > ul li.current-menu-item > a:after {
  opacity: 1;
}
header .bottom_header nav > ul li.menu-item-has-children {
  position: relative;
}
header .bottom_header nav > ul li.menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguODM4MyAxMC43MDcyQzkuMjI4ODMgMTEuMDk3NyA5Ljg2MTk5IDExLjA5NzcgMTAuMjUyNSAxMC43MDcyTDE2LjYxNjUgNC4zNDMyNUMxNy4wMDcgMy45NTI3MiAxNy4wMDcgMy4zMTk1NiAxNi42MTY1IDIuOTI5MDNDMTYuMjI2IDIuNTM4NTEgMTUuNTkyOCAyLjUzODUxIDE1LjIwMjMgMi45MjkwM0w5LjU0NTQxIDguNTg1ODlMMy44ODg1NiAyLjkyOTAzQzMuNDk4MDMgMi41Mzg1MSAyLjg2NDg3IDIuNTM4NTEgMi40NzQzNCAyLjkyOTAzQzIuMDgzODIgMy4zMTk1NiAyLjA4MzgyIDMuOTUyNzIgMi40NzQzNCA0LjM0MzI1TDguODM4MyAxMC43MDcyWk05LjU0NTQxIDEwTDguNTQ1NDEgMTBMOC41NDU0MSAxMC4wMDAxTDkuNTQ1NDEgMTAuMDAwMUwxMC41NDU0IDEwLjAwMDFMMTAuNTQ1NCAxMEw5LjU0NTQxIDEwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: 100%;
  width: 19px;
  height: 11px;
  transition: all 0.3s ease;
}
header .bottom_header nav > ul li.menu-item-has-children > a {
  padding: 0 30px 0 0;
}
header .bottom_header nav > ul li.menu-item-has-children:hover > a:before {
  opacity: 1;
}
header .bottom_header nav > ul li.menu-item-has-children:hover > a:after {
  opacity: 1;
}
header .bottom_header nav > ul li.menu-item-has-children:hover:before {
  transform: translate(0, -50%) rotate(180deg);
}
header .bottom_header nav > ul li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
header .bottom_header nav > ul li.st {
  background: #f9cf0c;
  position: relative;
  padding: 22px 50px 22px 50px;
}
header .bottom_header nav > ul li.st:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 53px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjI4NjEgMTAuOTI1NUMxOC42NzY2IDExLjMxNiAxOS4zMDk3IDExLjMxNiAxOS43MDAzIDEwLjkyNTVMMjAuNjMyNSA5Ljk5MzIzQzIwLjcwOTIgOS45MTY1NiAyMC43MDkyIDkuNzkyMjcgMjAuNjMyNSA5LjcxNTZMMTMuNDk5NCAyLjU4MjUzQzEyLjUzMjUgMS42MTU1OSAxMC45NjQ4IDEuNjE1NTkgOS45OTc4NCAyLjU4MjUzQzkuOTgyNzMgMi41OTc2NCA5Ljk4MjczIDIuNjIyMTMgOS45OTc4NCAyLjYzNzI0TDE4LjI4NjEgMTAuOTI1NVoiIGZpbGw9IiMyMDNFNUIiLz4KPHBhdGggZD0iTTE3LjAzMDMgMTEuNDExOUMxNy41ODI2IDExLjQxMTkgMTguMDMwMyAxMC45NjQxIDE4LjAzMDMgMTAuNDExOUwxOC4wMzAzIDkuMTYwNDFDMTguMDMwMyA5LjAxNTAzIDE3LjkxMjQgOC44OTcxOCAxNy43NjcgOC44OTcxOEwzLjM5NjI4IDguODk3MThDMi4wMjg4MiA4Ljg5NzE4IDAuOTIwMjczIDEwLjAwNTcgMC45MjAyNzMgMTEuMzczMkMwLjkyMDI3MyAxMS4zOTQ1IDAuOTM3NTkzIDExLjQxMTkgMC45NTg5NiAxMS40MTE5TDE3LjAzMDMgMTEuNDExOVoiIGZpbGw9IiMyMDNFNUIiLz4KPHBhdGggZD0iTTE4LjU5NDcgOS4wNzQ3OEMxOC45ODUyIDguNjg0MjYgMTkuNjE4MyA4LjY4NDI2IDIwLjAwODkgOS4wNzQ3OEwyMC45NDExIDEwLjAwN0MyMS4wMTc4IDEwLjA4MzcgMjEuMDE3OCAxMC4yMDggMjAuOTQxMSAxMC4yODQ2TDEzLjgwOCAxNy40MTc3QzEyLjg0MTEgMTguMzg0NyAxMS4yNzM0IDE4LjM4NDcgMTAuMzA2NCAxNy40MTc3QzEwLjI5MTMgMTcuNDAyNiAxMC4yOTEzIDE3LjM3ODEgMTAuMzA2NCAxNy4zNjNMMTguNTk0NyA5LjA3NDc4WiIgZmlsbD0iIzIwM0U1QiIvPgo8L3N2Zz4K);
  background-size: 100%;
  width: 20px;
  height: 18px;
}
header .bottom_header nav > ul li.st a {
  position: relative;
  display: block;
  color: #203e5b;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  padding-right: 30px;
  font-weight: 500;
}
header .bottom_header nav > ul li.st a:before {
  content: "";
  top: -4px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #203e5b;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .bottom_header nav > ul li.st a:after {
  content: "";
  bottom: -4px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #203e5b;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .bottom_header nav > ul li.st a:hover:before {
  opacity: 1;
}
header .bottom_header nav > ul li.st a:hover:after {
  opacity: 1;
}
header .bottom_header nav > ul .column > ul {
  column-count: 2;
  padding: 32px 54px 15px 54px !important;
}
header .bottom_header nav > ul > .line {
  margin: 0 12px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  line-height: 1.3;
}
header .bottom_header nav > ul > li > ul.sub-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 425px;
  background: #dfeaf1;
  border-radius: 0 0 30px 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 32px 54px;
}
@media (max-width: 1600px) {
  header .bottom_header nav > ul > li > ul.sub-menu {
    width: 325px;
  }
}
header .bottom_header nav > ul > li > ul.sub-menu:before {
  content: "";
  width: 2px;
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  background: #fff;
}
header .bottom_header nav > ul > li > ul.sub-menu > li {
  margin-bottom: 30px;
}
header .bottom_header nav > ul > li > ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
header .bottom_header nav > ul > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #203e5b;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
header .bottom_header nav > ul > li > ul.sub-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #203e5b;
  transition: all 0.3s ease;
}
header .bottom_header nav > ul > li > ul.sub-menu > li > a:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjI4NjEgMTAuOTI1NUMxOC42NzY2IDExLjMxNiAxOS4zMDk3IDExLjMxNiAxOS43MDAzIDEwLjkyNTVMMjAuNjMyNSA5Ljk5MzIzQzIwLjcwOTIgOS45MTY1NiAyMC43MDkyIDkuNzkyMjcgMjAuNjMyNSA5LjcxNTZMMTMuNDk5NCAyLjU4MjUzQzEyLjUzMjUgMS42MTU1OSAxMC45NjQ4IDEuNjE1NTkgOS45OTc4NCAyLjU4MjUzQzkuOTgyNzMgMi41OTc2NCA5Ljk4MjczIDIuNjIyMTMgOS45OTc4NCAyLjYzNzI0TDE4LjI4NjEgMTAuOTI1NVoiIGZpbGw9IiMyMDNFNUIiLz4KPHBhdGggZD0iTTE3LjAzMDMgMTEuNDExOUMxNy41ODI2IDExLjQxMTkgMTguMDMwMyAxMC45NjQxIDE4LjAzMDMgMTAuNDExOUwxOC4wMzAzIDkuMTYwNDFDMTguMDMwMyA5LjAxNTAzIDE3LjkxMjQgOC44OTcxOCAxNy43NjcgOC44OTcxOEwzLjM5NjI4IDguODk3MThDMi4wMjg4MiA4Ljg5NzE4IDAuOTIwMjczIDEwLjAwNTcgMC45MjAyNzMgMTEuMzczMkMwLjkyMDI3MyAxMS4zOTQ1IDAuOTM3NTkzIDExLjQxMTkgMC45NTg5NiAxMS40MTE5TDE3LjAzMDMgMTEuNDExOVoiIGZpbGw9IiMyMDNFNUIiLz4KPHBhdGggZD0iTTE4LjU5NDcgOS4wNzQ3OEMxOC45ODUyIDguNjg0MjYgMTkuNjE4MyA4LjY4NDI2IDIwLjAwODkgOS4wNzQ3OEwyMC45NDExIDEwLjAwN0MyMS4wMTc4IDEwLjA4MzcgMjEuMDE3OCAxMC4yMDggMjAuOTQxMSAxMC4yODQ2TDEzLjgwOCAxNy40MTc3QzEyLjg0MTEgMTguMzg0NyAxMS4yNzM0IDE4LjM4NDcgMTAuMzA2NCAxNy40MTc3QzEwLjI5MTMgMTcuNDAyNiAxMC4yOTEzIDE3LjM3ODEgMTAuMzA2NCAxNy4zNjNMMTguNTk0NyA5LjA3NDc4WiIgZmlsbD0iIzIwM0U1QiIvPgo8L3N2Zz4K);
  background-size: 100%;
  width: 20px;
  height: 18px;
}
header .bottom_header nav > ul > li > ul.sub-menu > li > a:hover:before {
  right: 30px;
}
header .bottom_header nav > ul > li > ul.sub-menu > li.line {
  display: none;
}
.gtranslate_wrapper {
  width: auto;
  position: relative;
}
.gtranslate_wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjEuNjA2OTMiIHdpZHRoPSIxIiBoZWlnaHQ9IjYuODk0MjkiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDEuNjA2OTMpIiBmaWxsPSIjMjAzRTVCIi8+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjYuOTAxMiIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MTA3IC0wLjcwNzEwNyAtMC43MDcxMDcgMC43MDcxMDcgOS43NjM2NyAxLjYwNjkzKSIgZmlsbD0iIzIwM0U1QiIvPgo8L3N2Zz4K);
  width: 10px;
  height: 6px;
  background-size: 100%;
}
.gtranslate_wrapper select {
  height: 33px;
  border: 0;
  color: #203e5b;
  width: auto;
  font-size: 16px;
  border-bottom: 1px solid #203e5b;
  padding: 0 20px 0 2px;
  cursor: pointer;
}
.gtranslate_wrapper select::placeholder {
  color: #203e5b;
  font-size: 16px;
}
header .search {
  margin-right: 30px;
  width: 190px;
}
header .search #ajaxsearchpro1_1, header .search #ajaxsearchpro1_2, header .search div.asp_m.asp_m_1 {
  background-image: none;
  border-radius: 6px;
  border: 1px solid #203e5b;
}
header .search #ajaxsearchpro1_1 .probox, header .search #ajaxsearchpro1_2 .probox, header .search div.asp_m.asp_m_1 .probox {
  background-image: none;
}
header .search #ajaxsearchpro1_1 .probox .proinput input.orig, header .search #ajaxsearchpro1_2 .probox .proinput input.orig, header .search div.asp_m.asp_m_1 .probox .proinput input.orig {
  color: #203e5b;
  font-size: 16px;
  padding: 0 !important;
}
header .search #ajaxsearchpro1_1 .probox .proinput input.orig::placeholder, header .search #ajaxsearchpro1_2 .probox .proinput input.orig::placeholder, header .search div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  color: #203e5b;
  font-size: 16px;
  opacity: 1;
}
header .search #ajaxsearchpro1_1 .probox .proinput input.autocomplete, header .search #ajaxsearchpro1_2 .probox .proinput input.autocomplete, header .search div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
  color: #203e5b;
  font-size: 16px;
}
header .search #ajaxsearchpro1_1 .probox .proinput input.autocomplete::placeholder, header .search #ajaxsearchpro1_2 .probox .proinput input.autocomplete::placeholder, header .search div.asp_m.asp_m_1 .probox .proinput input.autocomplete::placeholder {
  color: #203e5b;
  font-size: 16px;
  opacity: 1;
}
header .search #ajaxsearchpro1_1 .probox .promagnifier, header .search #ajaxsearchpro1_2 .probox .promagnifier, header .search div.asp_m.asp_m_1 .probox .promagnifier {
  order: 1 !important;
  background-image: none !important;
}
header .search #ajaxsearchpro1_1 .probox .promagnifier .innericon svg, header .search #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, header .search div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
  fill: #203e5b;
}
header .search div.asp_w.ajaxsearchpro.asp_non_compact {
  min-width: auto;
}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  background: transparent !important;
}
@media (max-width: 1500px) {
  #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    width: 530px !important;
  }
}
@media (max-width: 1400px) {
  #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    width: 400px !important;
  }
}
@media (max-width: 1280px) {
  #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    width: 300px !important;
  }
}
@media (max-width: 767px) {
  #ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput {
    margin: 0 !important;
  }
}
.button-stick-container {
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  margin-left: auto;
  margin-top: -70px;
  width: 315px;
  right: 20px;
  height: auto;
  bottom: 0;
  z-index: 998;
}
@media (max-width: 1024px) {
  .button-stick-container {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.button-stick-container .button-stick {
  position: relative;
  width: 315px;
  background: #203e5b;
  font-family: "deuterium-variable";
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border: 2px solid #5b93b9;
  border-bottom: 0 !important;
  padding: 10px 35px 10px 25px;
  border-radius: 56px 56px 0 0;
  text-align: center;
  transition: all 0.15s ease;
}
@media (max-width: 1024px) {
  .button-stick-container .button-stick {
    font-size: 14px;
    border-radius: 32px 32px 0px 0px;
    padding: 9px 35px 10px 25px;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .button-stick-container .button-stick {
    padding: 9px 12px 10px 12px;
  }
}
.button-stick-container .button-stick .arrow-cta {
  margin-left: 15px;
  transition: all 0.3s ease;
}
.button-stick-container .button-stick .arrow-cta svg {
  display: block;
}
.button-stick-container .button-stick:hover {
  border: 2px solid #f9cf0c;
  color: #fff;
}
.button-stick-container.hide-sticky-cta {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -44px;
}
.button-stick-container.hide-sticky-cta .button-stick {
  width: 100%;
  justify-content: center;
  border-radius: 32px 32px 0px 0px;
  padding: 9px 35px 9px 25px;
}
.button-stick-container.hide-sticky-cta .close-button {
  display: none;
}
.button-stick-container .close-button {
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 4px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  width: 33px;
  height: 33px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIGZpbGw9IiMyMDNENUIiIC8+CiAgPGNpcmNsZSBjeD0iMTYuNSIgY3k9IjE2LjUiIHI9IjE2LjUiIGZpbGw9IiMyMDNFNUIiIC8+CiAgPHJlY3QgeD0iMTAuMDAwNSIgeT0iMTIuNjU2MiIgd2lkdGg9IjQuMDYxNTQiIGhlaWdodD0iMTQuMjE1NCIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDEwLjAwMDUgMTIuNjU2MikiIGZpbGw9IndoaXRlIiAvPgogIDxyZWN0IHg9IjE5Ljk5OTYiIHk9IjkuNzg1MTYiIHdpZHRoPSI0LjA2MTU0IiBoZWlnaHQ9IjE0LjIxNTQiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDE5Ljk5OTYgOS43ODUxNikiIGZpbGw9IndoaXRlIiAvPgo8L3N2Zz4=") no-repeat center center;
  background-size: contain;
  background-position: center;
  border: 2px solid #5b93b9;
  border-radius: 50%;
  transition: all 0.15s ease 0.3s ease;
}
.button-stick-container .close-button:hover {
  border-color: #f9cf0c;
}
@media (max-width: 1024px) {
  .button-stick-container .close-button {
    display: none !important;
  }
}
.stop {
  position: absolute !important;
}
@media print {
  .button-stick {
    display: none;
  }
}
body.stick_header .bottom_header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
body.stick_header .stick_blank {
  height: 65px;
}
@media (max-width: 1024px) {
  body.stick_header .stick_blank {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.search-active .logo-header {
    display: none;
  }
}
@media (max-width: 767px) {
  body.search-active .exit-search {
    display: block !important;
  }
}
#cookie-notice .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #cookie-notice .cookie-notice-container {
    display: block;
  }
}
#cookie-notice #cn-close-notice {
  display: none;
}
#cookie-notice #cn-notice-text {
  text-align: left;
  font-size: 18px;
  font-family: "deuterium-variable";
  font-weight: 500;
  line-height: 24px;
  flex: 1;
}
@media (max-width: 767px) {
  #cookie-notice #cn-notice-text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
#cookie-notice #cn-notice-buttons {
  margin: 0 0 0 50px;
}
#cookie-notice #cn-notice-buttons button {
  cursor: pointer;
}
@media (max-width: 767px) {
  #cookie-notice #cn-notice-buttons {
    margin: 0 0 0 0;
  }
}
#ajaxsearchprores1_1 .asp_nores .asp_keyword, #ajaxsearchprores1_2 .asp_nores .asp_keyword, div.asp_r.asp_r_1 .asp_nores .asp_keyword {
  font-weight: 400;
}
.fancybox__content {
  padding: 0 !important;
  width: 800px !important;
  height: 450px !important;
}
.fancybox__content iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1.7777777778;
}
.map .row {
  width: 1302px;
  background: linear-gradient(90deg, #0e344e 0%, #203e5b 100%);
  border-radius: 24px;
  padding: 60px;
}
@media (max-width: 767px) {
  .map .row {
    padding: 0;
  }
}
.map .mapsvg-wrap-all {
  border-radius: 24px;
  overflow: hidden;
}
.map svg path {
  transition: all 0.3s ease;
}
.map .mapsvg-region-hover + path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .map .mapsvg-header {
    display: none !important;
  }
}
.map .mapsvg-controller-view-toolbar {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  .map .mapsvg-controller-view-toolbar {
    top: 2px;
    right: 2px;
  }
}
.map .mapsvg-controller-view-content {
  padding: 0;
}
.map .mapsvg-popover {
  border-radius: 12px;
  border: none;
  height: auto !important;
}
@media (max-width: 767px) {
  .map .mapsvg-popover {
    width: 300px !important;
  }
}
.map .mapsvg-popover .mapsvg-controller-view {
  position: static !important;
}
.map .mapsvg-popover .mapsvg-controller-view-wrap.nano {
  position: static !important;
}
.map .mapsvg-popover .nano > .nano-content {
  position: static !important;
}
.map .mapsvg-popover:before {
  border-top: 19px solid white;
  border-top-color: white;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  bottom: -19px;
}
.map .mapsvg-popover-close::before, .map .mapsvg-popover-close::after {
  background: #203e5b;
  height: 4px;
}
.map .mapsvg-popover-close {
  -webkit-transform: scale(0.55);
}
@media (max-width: 767px) {
  .map .mapsvg-popover-close {
    -webkit-transform: scale(0.35);
  }
}
.map-popover-wrap {
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
}
.map-popover-wrap .map-popover-image {
  flex-basis: 170px;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .map-popover-wrap .map-popover-image {
    flex-basis: 100px;
  }
}
.map-popover-wrap .map-popover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-popover-wrap .map-popover-text {
  flex: 1;
  padding: 16px 8px 16px 16px;
}
@media (max-width: 767px) {
  .map-popover-wrap .map-popover-text {
    padding: 10px;
  }
}
.map-popover-wrap .map-popover-text h4 {
  font-size: 18px;
  padding-bottom: 8px;
  padding-right: 40px;
}
.map-popover-wrap .map-popover-text h4 a {
  color: #203e5b;
  font-weight: 500;
}
@media (max-width: 767px) {
  .map-popover-wrap .map-popover-text h4 {
    font-size: 14px;
    padding-bottom: 0px;
  }
}
.map-popover-wrap .map-popover-text p {
  padding-bottom: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .map-popover-wrap .map-popover-text p {
    font-size: 10px;
  }
}
.map-popover-wrap .map-popover-text p a {
  color: #203e5b;
}
@media (max-width: 767px) {
  .map-popover-wrap .map-popover-text p {
    line-height: 1;
    font-size: 12px;
  }
}
.mapsvg-mobile-modal-close {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  font-size: 0 !important;
  border: none !important;
  transform: none !important;
}
.mapsvg-mobile-modal-close:before, .mapsvg-mobile-modal-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #203e5b;
}
.mapsvg-mobile-modal-close:before {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mapsvg-mobile-modal-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.wide-stick-bottom .flexible > div:last-child:not(.left-right-block) {
  padding-bottom: 44px;
}
body.wide-stick-bottom .flexible .left-right-block:last-child .left-right-item-box:last-child {
  padding-bottom: 108px;
}
body.wide-stick-bottom .flexible .left-right-block:last-child .left-right-item-box:last-child:not(.white-color) {
  margin-bottom: 0;
}
body.wide-stick-bottom .flexible > .dark-blue:last-child {
  padding-bottom: 92px !important;
}
@media (max-width: 1024px) {
  body.wide-stick-bottom .flexible > .dark-blue:last-child {
    padding-bottom: 70px !important;
  }
}
body.wide-stick-bottom .flexible > .gallery-block:last-child {
  margin-bottom: 44px;
}
body.wide-stick-bottom .flexible > .info-block:last-child {
  margin-bottom: 44px;
}
body.wide-stick-bottom .flexible > .discover-block:last-child {
  margin-bottom: 44px;
}
body.wide-stick-bottom .flexible > .apartments-block:last-child {
  margin-bottom: 44px;
}
body.wide-stick-bottom .flexible > .apartments-block:last-child {
  margin-bottom: 44px;
}
@media (max-width: 1024px) {
  body:not(.wide-stick-bottom) .flexible > div:last-child:not(.left-right-block) {
    padding-bottom: 44px;
  }
  body:not(.wide-stick-bottom) .flexible .left-right-block:last-child .left-right-item-box:last-child {
    padding-bottom: 108px;
  }
  body:not(.wide-stick-bottom) .flexible .left-right-block:last-child .left-right-item-box:last-child:not(.white-color) {
    margin-bottom: 0;
  }
  body:not(.wide-stick-bottom) .flexible > .dark-blue:last-child {
    padding-bottom: 92px !important;
  }
  body:not(.wide-stick-bottom) .flexible > .gallery-block:last-child {
    margin-bottom: 44px;
  }
  body:not(.wide-stick-bottom) .flexible > .info-block:last-child {
    margin-bottom: 44px;
  }
  body:not(.wide-stick-bottom) .flexible > .discover-block:last-child {
    margin-bottom: 44px;
  }
  body:not(.wide-stick-bottom) .flexible > .apartments-block:last-child {
    margin-bottom: 44px;
  }
  body:not(.wide-stick-bottom) .flexible > .apartments-block:last-child {
    margin-bottom: 44px;
  }
}
@media (max-width: 1024px) {
  section.flexible {
    margin-top: 135px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  section.flexible {
    margin-top: 72px;
  }
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
.social-icons {
  display: inline-block;
}
.social-icons .link-text {
  display: none;
}
.social-icons a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 28px;
  margin: 5px 24px 5px 0;
}
.social-icons a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  background: #fff;
  height: 2px;
  opacity: 0;
  transition: all 0.3s ease;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover:before {
  opacity: 1;
  width: 100%;
}
.social-icons a svg {
  height: 28px;
  display: block;
  color: #fff;
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer {
  padding: 56px 0;
  background: #467fa4;
  position: relative;
}
@media (max-width: 1024px) {
  footer {
    padding: 48px 0;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 24px 0;
  }
}
footer .footer-logo {
  width: 222px;
  margin-top: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .footer-logo {
    margin-bottom: 24px;
  }
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .footer-items .footer-item {
  margin-bottom: 0;
  -webkit-flex-basis: 23.5%;
  -moz-flex-basis: 23.5%;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
}
@media (max-width: 1024px) {
  footer .footer-items .footer-item {
    margin-bottom: 40px;
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 576px) {
  footer .footer-items .footer-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
  }
}
footer .footer-items .footer-item .text h5 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  font-family: "deuterium-variable";
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-optical-sizing: auto;
  font-synthesis-weight: none;
  /* prevent faux bold in Safari/Firefox */
  -webkit-font-smoothing: antialiased;
  /* optional, macOS look */
  text-rendering: optimizeLegibility;
  /* optional */
  text-shadow: none;
}
@media (max-width: 768px) {
  footer .footer-items .footer-item .text h5 {
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 9px;
  }
}
footer .footer-items .footer-item .text h5:before {
  content: "";
  width: 20px;
  display: inline-block;
  bottom: 0;
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
}
footer .footer-items .footer-item .text p {
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 768px) {
  footer .footer-items .footer-item .text p {
    font-size: 16px;
  }
}
footer .footer-items .footer-item .text a:not(.btn) {
  font-family: "deuterium-variable";
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  display: inline-block;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  footer .footer-items .footer-item .text a:not(.btn) {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  footer .footer-items .footer-item .social-icons {
    margin-bottom: 24px;
  }
}
footer .logo-block-items-box {
  -webkit-flex-basis: 23.5%;
  -moz-flex-basis: 23.5%;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
}
@media (max-width: 1024px) {
  footer .logo-block-items-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 576px) {
  footer .logo-block-items-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .logo-block-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4%;
  width: 108%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
}
footer .logo-block-items > * {
  width: 42%;
  margin: 0 4% 6em;
}
@media (max-width: 1240px) {
  footer .logo-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  footer .logo-block-items > * {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 1024px) {
  footer .logo-block-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 292px;
  }
}
footer .logo-block-items .logo-block-item {
  margin-bottom: 24px;
  display: block;
  text-align: center;
  line-height: 0;
}
@media (max-width: 1240px) {
  footer .logo-block-items .logo-block-item {
    margin-bottom: 24px;
  }
}
footer .logo-block-items .logo-block-item.logo-link-item {
  transition: all 0.3s ease;
}
footer .logo-block-items .logo-block-item.logo-link-item:hover {
  opacity: 0.7;
}
footer .logo-block-items .logo-block-item img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: auto;
}
footer .row {
  width: 1336px;
}
footer .bottom-footer {
  margin-top: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .bottom-footer {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  footer .bottom-footer {
    margin-top: 10px;
  }
}
footer .bottom-footer .copyright {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  font-family: "deuterium-variable";
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  footer .bottom-footer .copyright {
    margin-bottom: 0;
  }
}
footer .footer-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-basis: 74%;
  -moz-flex-basis: 74%;
  -ms-flex-preferred-size: 74%;
  flex-basis: 74%;
}
@media (max-width: 768px) {
  footer .footer-links {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  footer .footer-links {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .footer-links .footer-link-item-box {
  text-align: center;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: relative;
}
@media (max-width: 576px) {
  footer .footer-links .footer-link-item-box {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 20px 0 0;
  }
}
footer .footer-links .footer-link-item-box:before {
  content: "";
  height: 20px;
  display: inline-block;
  top: 0;
  position: absolute;
  width: 1px;
  background: #fff;
  left: 0;
}
footer .footer-links .footer-link-item-box:nth-child(even):after {
  content: "";
  height: 20px;
  display: none;
  top: 0;
  position: absolute;
  width: 1px;
  background: #fff;
  right: 0;
}
@media (max-width: 576px) {
  footer .footer-links .footer-link-item-box:nth-child(even):after {
    display: inline-block;
  }
}
footer .footer-links .footer-link-item {
  font-family: "deuterium-variable";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
}
.partners-affiliates-block {
  margin-top: 80px;
}
@media (max-width: 576px) {
  .partners-affiliates-block {
    margin-top: 40px;
  }
}
.partners-affiliates-block .partners-affiliates-title-box {
  position: relative;
  padding: 14px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(40, 51, 83, 0.5) 18%, #283353 50%, rgba(40, 51, 83, 0.5) 81%, rgba(255, 255, 255, 0) 100%);
}
.partners-affiliates-block .partners-affiliates-title-box .partners-affiliates-title {
  display: block;
  font-family: "deuterium-variable";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .partners-affiliates-block .partners-affiliates-title-box .partners-affiliates-title {
    font-size: 14px;
  }
}
.partners-affiliates-block .partners-affiliates-images {
  padding: 64px 0;
}
@media (max-width: 576px) {
  .partners-affiliates-block .partners-affiliates-images {
    padding: 32px 0;
  }
}
.partners-affiliates-block .partners-affiliates-images .row {
  width: 1296px;
}
.partners-affiliates-block .partners-affiliates-images .image-box {
  text-align: center;
  line-height: 0;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 576px) {
  .partners-affiliates-block .partners-affiliates-images .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .partners-affiliates-block .partners-affiliates-images .image-box:last-child {
    margin-bottom: 0;
  }
}
.partners-affiliates-block .partners-affiliates-images .image-box img {
  object-fit: contain;
}
.partners-affiliates-block .partners-affiliates-box .row {
  width: 1202px;
  padding: 37px 0;
}
@media (max-width: 576px) {
  .partners-affiliates-block .partners-affiliates-box .row {
    padding: 37px 0 24px;
  }
}
.partners-affiliates-block .partners-affiliates-box .swiper-wrapper {
  margin: 0 !important;
  align-items: center;
  transition-timing-function: linear !important;
}
.partners-affiliates-block .partners-affiliates-box .swiper-slide {
  width: auto !important;
  text-align: center;
  line-height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .partners-affiliates-block .partners-affiliates-box .swiper-slide {
    width: 133px;
  }
}
@media (max-width: 576px) {
  .partners-affiliates-block .partners-affiliates-box .swiper-slide {
    height: 48px;
    width: 84px;
  }
}
.partners-affiliates-block .partners-affiliates-box .swiper-slide.logo-block-item {
  transition: all 0.3s ease;
}
.partners-affiliates-block .partners-affiliates-box .swiper-slide.logo-block-item:hover {
  opacity: 0.7;
}
.partners-affiliates-block .partners-affiliates-box .swiper-slide img {
  object-fit: contain;
  max-width: 100%;
}
.partners-affiliates-block .play_slide {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #203e5b;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .partners-affiliates-block .play_slide {
    right: 5%;
  }
}
.partners-affiliates-block .play_slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC45MjM4MjgiIHk9IjAuMDc2OTM0OCIgd2lkdGg9IjQuOTIzMDgiIGhlaWdodD0iMTcuMjMwOCIgZmlsbD0iI0Q4RENFNSIvPgo8cmVjdCB4PSIxMC4xNTIzIiB5PSIwLjA3NjkzNDgiIHdpZHRoPSI0LjkyMzA4IiBoZWlnaHQ9IjE3LjIzMDgiIGZpbGw9IiNEOERDRTUiLz4KPC9zdmc+Cg==);
}
.partners-affiliates-block .play_slide.active:before {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWljb24iIHN0eWxlPSJ3aWR0aDogMS4wMDA5NzY1NjI1ZW07IGhlaWdodDogMWVtO3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7ZmlsbDogI0Q4RENFNTtvdmVyZmxvdzogaGlkZGVuOyIgdmlld0JveD0iMCAwIDEwMjUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMDI0IDUxMmwtODA0LjA0NDggNTEyTDIxOS45NTUyIDAgMTAyNCA1MTJ6IiAgLz48L3N2Zz4=);
}
.priority-access-block {
  margin: 64px 0 10px;
}
@media (max-width: 576px) {
  .priority-access-block {
    margin: 32px 0;
  }
}
.priority-access-block .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .priority-access-block .text p {
    font-size: 14px;
  }
}
.priority-access-block.white-color {
  border-radius: 0 104px 0 56px;
  padding: 80px 0 14px;
  margin: 64px 0;
}
@media (max-width: 576px) {
  .priority-access-block.white-color {
    border-radius: 0 56px 0 28px;
    padding: 40px 0;
    margin: 32px 0;
  }
}
.priority-access-block .row {
  width: 1296px;
}
.priority-access-block .priority-access-info {
  margin: 0 auto 64px;
  max-width: 800px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-info {
    margin: 0 auto 32px;
  }
}
.priority-access-block .priority-access-items .priority-access-image {
  line-height: 0;
  height: 301px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: #d2d2d2;
  overflow: hidden;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-image {
    height: 168px;
    margin-bottom: 12px;
  }
}
.priority-access-block .priority-access-items .priority-access-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
  aspect-ratio: 0.617;
}
.priority-access-block .priority-access-items .priority-access-title-box.btn {
  width: 100%;
  margin: 0;
}
.priority-access-block .priority-access-items .priority-access-item {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-bottom: 56px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item {
    margin-bottom: 32px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:last-child {
    margin-bottom: 0;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 1) .priority-access-image {
  border-radius: 104px 16px 16px 16px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 1) .priority-access-image {
    border-radius: 56px 12px 12px 12px;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 2) .priority-access-image {
  border-radius: 16px 16px 104px 16px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 2) .priority-access-image {
    border-radius: 12px 12px 56px 12px;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 3) .priority-access-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 3) .priority-access-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 4) {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 4) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 4) .priority-access-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n + 4) .priority-access-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n) {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.priority-access-block .priority-access-items .priority-access-item:nth-child(5n) .priority-access-image {
  border-radius: 104px 16px 16px 16px;
}
@media (max-width: 576px) {
  .priority-access-block .priority-access-items .priority-access-item:nth-child(5n) .priority-access-image {
    border-radius: 56px 12px 12px 12px;
  }
}
.info-block {
  margin: 68px 0;
}
@media (max-width: 576px) {
  .info-block {
    margin: 32px 0;
  }
}
.info-block .row {
  width: 1440px;
}
.info-block .text {
  margin: 0 auto;
}
.info-block .text h2 {
  font-size: 52px;
}
@media (max-width: 576px) {
  .info-block .text h2 {
    font-size: 32px;
  }
}
.info-block .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .info-block .text p {
    font-size: 14px;
  }
}
.info-block.small .text {
  max-width: 800px;
}
.info-block.medium .text {
  max-width: 900px;
}
@media (max-width: 1024px) {
  .info-block.medium .text {
    max-width: 832px;
  }
}
.info-block.large .text {
  max-width: 1280px;
}
@media (max-width: 1024px) {
  .info-block.large .text {
    max-width: 832px;
  }
}
.video-block {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .video-block {
    margin: 32px 0 32px;
  }
}
.video-block.white-color {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .video-block.white-color {
    padding: 64px 0;
  }
}
@media (max-width: 576px) {
  .video-block.white-color {
    padding: 32px 0;
  }
}
.video-block .row {
  width: 1280px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .video-block .row {
    width: 800px;
  }
}
.video-block .row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.video-block .video-box-block {
  position: relative;
  height: 313px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-flex-basis: 43.5%;
  -moz-flex-basis: 43.5%;
  -ms-flex-preferred-size: 43.5%;
  flex-basis: 43.5%;
}
@media (max-width: 1024px) {
  .video-block .video-box-block {
    height: 453px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .video-block .video-box-block {
    height: 353px;
  }
}
@media (max-width: 576px) {
  .video-block .video-box-block {
    height: 153px;
    margin-bottom: 24px;
  }
}
.video-block .video-box-block:hover {
  opacity: 0.7;
}
.video-block .video-box-block .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .video-block .video-box-block .play-box {
    width: 50px;
  }
}
.video-block .video-box-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-block .info-box {
  -webkit-flex-basis: 52.5%;
  -moz-flex-basis: 52.5%;
  -ms-flex-preferred-size: 52.5%;
  flex-basis: 52.5%;
}
@media (max-width: 1024px) {
  .video-block .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-block {
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .top-block.small-block .top-info {
    min-height: 464px;
  }
}
.top-block.small-top .top-info-block {
  min-height: 464px;
}
@media (max-width: 1024px) {
  .top-block.small-top .top-info-block {
    min-height: auto;
  }
}
.top-block .top-info-block {
  width: 1280px;
  min-height: 648px;
}
@media (max-width: 1024px) {
  .top-block .top-info-block {
    max-width: 100%;
    min-height: auto;
  }
}
.top-block .breadcrumb {
  font-family: "deuterium-variable";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 576px) {
  .top-block .breadcrumb {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
.top-block .breadcrumb .arrow-right {
  margin: 0 4px;
  display: inline-block;
  width: 12px;
  vertical-align: top;
  height: 18px;
  content: "";
  background: url("../img/arrow-r.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 576px) {
  .top-block .breadcrumb .arrow-right {
    width: 6px;
    height: 14px;
  }
}
.top-block .breadcrumb span {
  display: inline-block;
}
.top-block .top-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}
.top-block .top-info {
  max-width: 652px;
  padding: 38px 32px 44px 52px;
  background: linear-gradient(96.47deg, rgba(35, 50, 90, 0.084) 17.86%, rgba(35, 50, 90, 0.012) 70.31%), rgba(70, 127, 164, 0.96);
  border-radius: 0 0 120px 16px;
}
@media (max-width: 1024px) {
  .top-block .top-info {
    max-width: 100%;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
    min-height: 648px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .top-block .top-info .top-info-box {
    background: linear-gradient(96.47deg, rgba(35, 50, 90, 0.084) 17.86%, rgba(35, 50, 90, 0.012) 70.31%), rgba(70, 127, 164, 0.96);
    padding: 24px 32px 32px 56px;
    background: #467fa4;
    border-radius: 0px 0px 64px 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .top-block .top-info .top-info-box {
    padding: 24px 12px 28px;
    text-align: center;
  }
}
.top-block .text p {
  font-family: "deuterium-variable";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .top-block .text p {
    font-size: 14px;
  }
}
.top-block .top-title {
  padding: 0;
  margin: 0;
}
.top-block .bottom-box-info {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .top-block .bottom-box-info {
    padding: 32px;
    background: #467fa4;
    border-radius: 64px 0px 0px 0px;
  }
}
@media (max-width: 576px) {
  .top-block .bottom-box-info {
    padding: 28px 32px;
  }
}
@media (max-width: 1024px) {
  .top-block .bottom-box-info .text {
    max-width: 800px;
    margin: 0 auto;
  }
}
.home .breadcrumb {
  display: none;
}
.difference-block {
  position: relative;
  padding: 64px 0 8px;
}
@media (max-width: 576px) {
  .difference-block {
    padding: 32px 0 8px;
  }
}
.difference-block .btn {
  border-radius: 30px 10px 16px 10px;
}
.difference-block:before {
  background: linear-gradient(90deg, #0e344e 0%, #203e5b 100%);
  border-radius: 0 56px;
  position: absolute;
  content: "";
  z-index: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 37px);
}
.difference-block .row {
  width: 1068px;
}
.difference-block .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .difference-block .text p {
    font-size: 14px;
  }
}
.difference-block .text h2 {
  font-size: 52px;
}
@media (max-width: 576px) {
  .difference-block .text h2 {
    font-size: 32px;
  }
}
.difference-block .difference-title-box .btn {
  width: 213px;
  margin: 0 auto;
  min-height: 64px;
}
@media (max-width: 1024px) {
  .difference-block .difference-items {
    max-width: 500px;
    margin: 0 auto;
  }
}
.difference-block .difference-items .difference-item {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .difference-block .difference-items .difference-item {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}
@media (max-width: 576px) {
  .difference-block .difference-items .difference-item {
    margin-top: 32px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.difference-block .difference-items .difference-image {
  text-align: center;
  line-height: 0;
  max-width: 129px;
  margin: 0 auto 12px;
  height: 87px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .difference-block .difference-items .difference-image {
    height: 64px;
  }
}
.difference-block .difference-items .difference-image img {
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.links-block-box {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .links-block-box {
    margin: 40px 0;
  }
}
.links-block-box .row {
  width: 1296px;
}
.links-block-box .links-block-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.links-block-box .links-block-items > * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 576px) {
  .links-block-box .links-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .links-block-box .links-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.links-block-box .links-block-item {
  margin-bottom: 56px;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item {
    margin-bottom: 32px;
  }
}
.links-block-box .links-block-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item:nth-last-child(-n + 2) {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .links-block-box .links-block-item:last-child {
    margin-bottom: 0;
  }
}
.links-block-box .links-block-item .links-title-box {
  display: inline-block;
  margin-bottom: 16px;
  color: #203e5b;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item .links-title-box {
    margin-bottom: 12px;
  }
}
.links-block-box .links-block-item .links-title-box span {
  font-family: "deuterium-variable";
  font-style: normal;
  font-weight: 480;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item .links-title-box span {
    font-size: 24px;
  }
}
.links-block-box .links-block-item .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #203e5b;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item .text p {
    font-size: 14px;
  }
}
.links-block-box .links-block-item .links-block-item-image {
  background: #d2d2d2;
  overflow: hidden;
  border-radius: 104px 16px 16px 16px;
  height: 301px;
  display: block;
  margin-bottom: 20px;
  line-height: 0;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item .links-block-item-image {
    height: 168px;
    margin-bottom: 12px;
    border-radius: 56px 16px 16px 16px;
  }
}
.links-block-box .links-block-item .links-block-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -1px;
}
.links-block-box .links-block-item:nth-child(4n + 1) .links-block-item-image {
  border-radius: 104px 16px 16px 16px;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item:nth-child(4n + 1) .links-block-item-image {
    border-radius: 56px 12px 12px 12px;
  }
}
.links-block-box .links-block-item:nth-child(4n + 2) .links-block-item-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item:nth-child(4n + 2) .links-block-item-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.links-block-box .links-block-item:nth-child(4n + 3) .links-block-item-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .links-block-box .links-block-item:nth-child(4n + 3) .links-block-item-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.links-block-box .links-block-item:nth-child(4n) .links-block-item-image {
  border-radius: 104px 16px 16px 16px;
}
.info-image-block {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .info-image-block {
    margin: 32px 0;
  }
}
.info-image-block .text {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .info-image-block .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.info-image-block .row {
  width: 1296px;
}
.info-image-block .row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.info-image-block .row.reverse .image-box {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .info-image-block .row.reverse .image-box {
    border-radius: 12px 56px 12px 12px;
  }
}
.info-image-block .image-box {
  height: 100%;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  border-radius: 16px 16px 16px 104px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1024px) {
  .info-image-block .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 389px;
    margin-bottom: 32px;
    order: 1;
  }
}
@media (max-width: 576px) {
  .info-image-block .image-box {
    height: 220px;
    margin-bottom: 24px;
    border-radius: 12px 12px 12px 56px;
  }
}
.info-image-block .image-box img {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .info-image-block .image-box img {
    object-position: center;
  }
}
.living-options-block {
  margin: 64px auto;
}
@media (max-width: 576px) {
  .living-options-block {
    margin: 32px auto;
  }
}
.living-options-block .living-options-item .living-options-info {
  padding: 48px 22px;
  background: #467fa4;
  border-radius: 0 80px 0 56px;
  margin: 64px 0;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item .living-options-info {
    margin: 32px 0;
    padding: 24px 20px;
    border-radius: 0px 40px 0px 24px;
  }
}
.living-options-block .living-options-item .living-options-info .text {
  max-width: 705px;
  margin: 0 auto;
}
.living-options-block .living-options-item .living-options-info .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item .living-options-info .text p {
    font-size: 14px;
  }
}
.living-options-block .living-options-item .living-options-info .text h2 {
  font-size: 52px;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item .living-options-info .text h2 {
    font-size: 32px;
  }
}
.living-options-block .living-options-items-wrap {
  width: 1280px;
}
.living-options-block .living-options-item-box {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item-box {
    margin: 32px 0;
  }
}
.living-options-block .living-options-item-box:nth-child(even) .living-options-item-box-image {
  border-radius: 104px 16px 16px 16px;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item-box:nth-child(even) .living-options-item-box-image {
    border-radius: 56px 12px 12px 12px;
  }
}
.living-options-block .living-options-item-box.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.living-options-block .living-options-item-box.reverse .living-options-item-box-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item-box.reverse .living-options-item-box-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.living-options-block .living-options-item-box .living-options-item-box-info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .living-options-block .living-options-item-box .living-options-item-box-info {
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.living-options-block .living-options-item-box .living-options-item-box-image {
  height: 100%;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  border-radius: 16px 16px 16px 104px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1024px) {
  .living-options-block .living-options-item-box .living-options-item-box-image {
    height: 389px;
    margin-bottom: 32px;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  .living-options-block .living-options-item-box .living-options-item-box-image {
    border-radius: 12px 12px 12px 56px;
    margin-bottom: 24px;
    height: 220px;
  }
}
.living-options-block .living-options-item-box .living-options-item-box-image img {
  margin-bottom: -1px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
@media (max-width: 576px) {
  .living-options-block .living-options-item-box .living-options-item-box-image img {
    object-position: center;
  }
}
.discover-block {
  margin: 64px 0;
  padding: 0 24px;
}
@media (max-width: 576px) {
  .discover-block {
    margin: 32px 0;
    padding: 0 12px;
  }
}
.discover-block.no-space {
  margin: 0;
}
.discover-block .row {
  width: 1440px;
  max-width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.discover-block .center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.discover-block .discover-title-box {
  -webkit-flex-basis: 480px;
  -moz-flex-basis: 480px;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  padding: 59px 22px;
  position: relative;
  border-radius: 0px 16px 40px 0px;
  background: #467fa4;
  min-height: 398px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .discover-block .discover-title-box {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 1024px) {
  .discover-block .discover-title-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 59px 96px;
    min-height: auto;
    border-radius: 16px 16px 40px 16px;
  }
}
@media (max-width: 576px) {
  .discover-block .discover-title-box {
    border-radius: 16px;
    padding: 40px 28px;
  }
}
.discover-block .discover-title-box:before {
  content: "";
  position: absolute;
  background: url("../img/left-box.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.discover-block .discover-title-box .discover-title {
  display: block;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0;
}
@media (max-width: 1024px) {
  .discover-block .discover-title-box .discover-title {
    max-width: none;
  }
}
.discover-block .discover-info-box {
  margin: 80px 0;
  padding: 36px 52px;
  background: #203e5b;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .discover-block .discover-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 40px;
    padding: 48px 52px;
    border-radius: 0 0 16px 16px;
  }
}
@media (max-width: 576px) {
  .discover-block .discover-info-box {
    margin: 0 15px;
    padding: 32px 24px;
  }
}
.discover-block .image-box {
  border-radius: 16px 16px 104px 16px;
  overflow: hidden;
  line-height: 0;
  -webkit-flex-basis: 283px;
  -moz-flex-basis: 283px;
  -ms-flex-preferred-size: 283px;
  flex-basis: 283px;
}
@media (max-width: 1024px) {
  .discover-block .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  .discover-block .image-box {
    height: 168px;
    border-radius: 8px 8px 32px 8px;
  }
}
.discover-block .image-box img {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  object-fit: cover;
  object-position: 60% 50%;
}
@media (max-width: 576px) {
  .discover-block .image-box img {
    object-position: center;
  }
}
.left-right-block .left-right-item-box {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 576px) {
  .left-right-block .left-right-item-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.left-right-block .left-right-item-box.remove-bottom-space {
  padding-bottom: 0;
}
.left-right-block .left-right-item-box:not(.white-color) {
  margin: 64px 0;
  padding: 0;
}
@media (max-width: 576px) {
  .left-right-block .left-right-item-box:not(.white-color) {
    margin: 32px 0;
    padding: 0;
  }
}
.left-right-block .left-right-item-box:not(.white-color):last-child {
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .left-right-block .left-right-item-box:not(.white-color):last-child {
    padding-bottom: 0;
  }
}
.left-right-block .left-right-item-box.column_width_620px > .left-right-item {
  width: 1296px;
}
.left-right-block .left-right-item-box.column_width_620px > .left-right-item .left-right-item-info {
  -webkit-flex-basis: 47.84%;
  -moz-flex-basis: 47.84%;
  -ms-flex-preferred-size: 47.84%;
  flex-basis: 47.84%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item-box.column_width_620px > .left-right-item .left-right-item-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-block .left-right-item-box.column_width_620px > .left-right-item .text_right-item-info {
  -webkit-flex-basis: 47.84%;
  -moz-flex-basis: 47.84%;
  -ms-flex-preferred-size: 47.84%;
  flex-basis: 47.84%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item-box.column_width_620px > .left-right-item .text_right-item-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-block .left-right-item-box.column_width_620px > .left-right-item .left-right-item-image {
  -webkit-flex-basis: 47.84%;
  -moz-flex-basis: 47.84%;
  -ms-flex-preferred-size: 47.84%;
  flex-basis: 47.84%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item-box.column_width_620px > .left-right-item .left-right-item-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-block .left-right-item {
  width: 1280px;
}
.left-right-block .left-right-item:nth-child(even) .left-right-item-image {
  border-radius: 104px 16px 16px 16px;
}
@media (max-width: 576px) {
  .left-right-block .left-right-item:nth-child(even) .left-right-item-image {
    border-radius: 56px 12px 12px 12px;
  }
}
.left-right-block .left-right-item.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-block .left-right-item.reverse .left-right-item-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .left-right-block .left-right-item.reverse .left-right-item-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.left-right-block .left-right-item .left-right-item-info {
  -webkit-flex-basis: 47.82%;
  -moz-flex-basis: 47.82%;
  -ms-flex-preferred-size: 47.82%;
  flex-basis: 47.82%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .left-right-item-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.left-right-block .left-right-item .left-right-item-info .text li a {
  text-decoration: underline;
}
.left-right-block .left-right-item .text_right-item-info {
  -webkit-flex-basis: 47.82%;
  -moz-flex-basis: 47.82%;
  -ms-flex-preferred-size: 47.82%;
  flex-basis: 47.82%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .text_right-item-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 1;
    margin-bottom: 35px;
  }
}
.left-right-block .left-right-item .left-right-item-image {
  -webkit-flex-basis: 47.82%;
  -moz-flex-basis: 47.82%;
  -ms-flex-preferred-size: 47.82%;
  flex-basis: 47.82%;
  border-radius: 16px 16px 16px 104px;
  overflow: hidden;
  line-height: 0;
}
.left-right-block .left-right-item .left-right-item-image.border-top-right-radius {
  border-radius: 16px 104px 16px 16px;
}
.left-right-block .left-right-item .left-right-item-image.border-top-left-radius {
  border-radius: 104px 16px 16px 16px;
}
.left-right-block .left-right-item .left-right-item-image.border-bottom-right-radius {
  border-radius: 16px 16px 104px 16px;
}
.left-right-block .left-right-item .left-right-item-image.border-bottom-left-radius {
  border-radius: 16px 16px 16px 104px;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .left-right-item-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 389px;
    order: 1;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .left-right-block .left-right-item .left-right-item-image {
    border-radius: 12px 12px 12px 56px;
    margin-bottom: 24px;
    height: 220px;
  }
}
.left-right-block .left-right-item .left-right-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -1px;
}
.info-links-block {
  margin: 64px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .info-links-block {
    margin: 40px 0;
  }
}
.info-links-block .text h2 {
  font-size: 52px;
}
@media (max-width: 576px) {
  .info-links-block .text h2 {
    font-size: 32px;
  }
}
.info-links-block .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .info-links-block .text p {
    font-size: 14px;
  }
}
.info-links-block.no-space {
  margin: 64px 0 -32px 0;
}
@media (max-width: 576px) {
  .info-links-block.no-space {
    margin: 40px 0 0px 0;
  }
  .info-links-block.no-space:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 32px;
    background: #467fa4;
  }
}
.info-links-block .info-links-info {
  margin: 0 auto 28px;
  max-width: 800px;
}
@media (max-width: 576px) {
  .info-links-block .info-links-info {
    margin: 0 auto;
  }
}
.info-links-block .info-links-items {
  margin: 0 auto;
  max-width: 580px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.info-links-block .info-links-items .info-links-item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .info-links-block .info-links-items .info-links-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 32px;
  }
}
.info-links-block .info-links-items .info-links-item .info-links-item-box {
  margin: 0 40px;
  max-width: 207px;
}
@media (max-width: 576px) {
  .info-links-block .info-links-items .info-links-item .info-links-item-box {
    margin: 0 auto;
  }
}
.info-links-block .info-links-items .info-links-item .btn {
  margin: 0 auto;
  border-radius: 30px 10px 16px 10px;
}
@media (max-width: 576px) {
  .info-links-block .info-links-items .info-links-item .btn {
    width: 140px;
  }
}
.info-links-block .info-links-items .info-links-item-image {
  text-align: center;
  line-height: 0;
  max-width: 129px;
  margin: 0 auto 12px;
  height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .info-links-block .info-links-items .info-links-item-image {
    height: 64px;
  }
}
.info-links-block .info-links-items .info-links-item-image img {
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.image-button-block {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .image-button-block {
    margin: 40px 0;
  }
}
.image-button-block .row {
  width: 1296px;
}
.image-button-block .image-button-box {
  position: relative;
  background: #467fa4;
  border-radius: 16px 104px 16px 16px;
  height: 301px;
  overflow: hidden;
  padding: 17px 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .image-button-block .image-button-box {
    height: 168px;
    border-radius: 4px 56px 4px 4px;
  }
}
.image-button-block .image-box {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.image-button-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-button-block .btn {
  position: relative;
  margin: 0;
  max-width: 220px;
  border-radius: 30px 10px 16px 10px;
}
.image-button-block .image-button-bottom-block {
  margin-top: 20px;
}
.blue-info-block {
  padding: 48px 22px;
  background: #467fa4;
  border-radius: 0 80px 0 56px;
  margin: 64px 0;
}
@media (max-width: 576px) {
  .blue-info-block {
    margin: 32px 0;
    padding: 32px 0;
  }
}
.blue-info-block.dark-blue {
  background: #203e5b;
}
.blue-info-block.no-border {
  border-radius: 0;
  margin: 0;
}
.blue-info-block.no-border .info-box .text {
  max-width: 800px;
}
.blue-info-block .info-box .title {
  text-align: center;
}
.blue-info-block .info-box .text {
  max-width: 705px;
  margin: 0 auto;
}
.blue-info-block .info-box .text h2 {
  font-size: 52px;
}
@media (max-width: 576px) {
  .blue-info-block .info-box .text h2 {
    font-size: 32px;
  }
}
.blue-info-block .info-box .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .blue-info-block .info-box .text p {
    font-size: 14px;
  }
}
.info-image-v2-block {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .info-image-v2-block {
    margin: 32px 0;
  }
}
.info-image-v2-block .info-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .info-image-v2-block .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.info-image-v2-block .row {
  width: 1342px;
  background: #203e5b;
  border-radius: 24px 80px 24px 40px;
  padding: 48px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 576px) {
  .info-image-v2-block .row {
    padding: 24px;
    border-radius: 16px 40px 16px 20px;
  }
}
.info-image-v2-block .row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.info-image-v2-block .row.reverse .image-box {
  border-radius: 80px 16px 16px 16px;
  margin-right: 56px;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .info-image-v2-block .row.reverse .image-box {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .info-image-v2-block .row.reverse .image-box {
    border-radius: 40px 12px 12px 12px;
  }
}
.info-image-v2-block .image-box {
  -webkit-flex-basis: 460px;
  -moz-flex-basis: 460px;
  -ms-flex-preferred-size: 460px;
  flex-basis: 460px;
  margin-left: 56px;
  border-radius: 16px 80px 16px 16px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1024px) {
  .info-image-v2-block .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 319px;
    margin-left: 0;
    margin-bottom: 56px;
    order: 1;
  }
}
@media (max-width: 576px) {
  .info-image-v2-block .image-box {
    margin-bottom: 24px;
    border-radius: 12px 40px 12px 12px;
  }
}
.info-image-v2-block .image-box img {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .info-image-v2-block .image-box img {
    object-position: center;
  }
}
.white-color {
  color: #fff;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color li, .white-color p {
  color: #fff;
}
.white-color ul li {
  color: #fff;
}
.white-color ul li:before {
  background: #fff;
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.white-color a:not(.btn):hover {
  color: #f9cf0c;
}
.title-info-block {
  margin: 64px 0;
  background: #203e5b;
  padding: 80px 0;
}
@media (max-width: 576px) {
  .title-info-block {
    margin: 32px 0;
    padding: 25px 0;
  }
}
.title-info-block .row {
  width: 1344px;
}
.title-info-block .title-box {
  margin-bottom: 48px;
  text-align: center;
}
.title-info-block .title {
  margin: 0;
  padding: 0;
  color: #fff;
}
.title-info-block .info-box .row {
  padding: 56px 72px;
  background: #ffffff;
  border-radius: 24px;
}
@media (max-width: 576px) {
  .title-info-block .info-box .row {
    padding: 32px 28px;
    border-radius: 12px;
  }
}
.apartments-block {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .apartments-block {
    margin: 32px 0;
  }
}
.apartments-block .row {
  width: 1296px;
}
.apartments-block .row > .title {
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .apartments-block .row > .title {
    margin-bottom: 20px;
  }
}
.apartments-block .apartments-item {
  -webkit-flex-basis: 30.5%;
  -moz-flex-basis: 30.5%;
  -ms-flex-preferred-size: 30.5%;
  flex-basis: 30.5%;
}
@media (max-width: 1024px) {
  .apartments-block .apartments-item {
    margin-bottom: 56px;
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 576px) {
  .apartments-block .apartments-item {
    margin-bottom: 32px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.apartments-block .apartments-item .apartments-title-box {
  display: inline-block;
  margin-bottom: 16px;
  color: #203e5b;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .apartments-block .apartments-item .apartments-title-box {
    margin-bottom: 12px;
  }
}
.apartments-block .apartments-item .apartments-title-box span {
  font-family: "deuterium-variable";
  font-style: normal;
  font-weight: 480;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .apartments-block .apartments-item .apartments-title-box span {
    font-size: 20px;
  }
}
.apartments-block .apartments-item .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #203e5b;
}
@media (max-width: 576px) {
  .apartments-block .apartments-item .text p {
    font-size: 14px;
  }
}
.apartments-block .apartments-item .apartments-image {
  background: #d2d2d2;
  overflow: hidden;
  border-radius: 104px 16px 16px 16px;
  height: 301px;
  display: block;
  margin-bottom: 20px;
  line-height: 0;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .apartments-block .apartments-item .apartments-image {
    height: 168px;
    margin-bottom: 12px;
    border-radius: 56px 16px 16px 16px;
  }
}
.apartments-block .apartments-item .apartments-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -1px;
}
.apartments-block .apartments-item:nth-child(even) .apartments-image {
  border-radius: 16px 16px 104px 16px;
}
@media (max-width: 576px) {
  .apartments-block .apartments-item:nth-child(even) .apartments-image {
    border-radius: 12px 12px 56px 12px;
  }
}
@media (max-width: 1024px) {
  .apartments-block .apartments-item:nth-child(3n) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.apartments-block .apartments-item:nth-child(3n) .apartments-image {
  border-radius: 16px 104px 16px 16px;
}
@media (max-width: 576px) {
  .apartments-block .apartments-item:nth-child(3n) .apartments-image {
    border-radius: 12px 56px 12px 12px;
  }
}
.work-block {
  margin: 64px 0;
}
@media (max-width: 576px) {
  .work-block {
    margin: 32px 0;
  }
}
.work-block .row {
  width: 1342px;
}
.work-block img {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .work-block img {
    object-position: top;
  }
}
.work-block .work-block-top {
  background: #203e5b;
  border-radius: 24px;
  padding: 40px;
}
@media (max-width: 576px) {
  .work-block .work-block-top {
    padding: 20px;
  }
}
.work-block .work-block-top .work-block-top-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.work-block .work-block-top .work-block-top-box .info-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .work-block .work-block-top .work-block-top-box .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.work-block .work-block-top .work-block-top-box .image-box {
  height: 100%;
  -webkit-flex-basis: 364px;
  -moz-flex-basis: 364px;
  -ms-flex-preferred-size: 364px;
  flex-basis: 364px;
  margin-left: 40px;
  border-radius: 16px 16px 16px 88px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 768px) {
  .work-block .work-block-top .work-block-top-box .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 344px;
    margin-left: 0;
    margin-bottom: 40px;
    order: 1;
  }
}
@media (max-width: 576px) {
  .work-block .work-block-top .work-block-top-box .image-box {
    margin-bottom: 24px;
    height: 204px;
    border-radius: 12px 12px 12px 40px;
  }
}
.work-block .work-block-bottom-box {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .work-block .work-block-bottom-box {
    margin-top: 20px;
  }
}
.work-block .work-block-bottom-box .left-images-box {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .work-block .work-block-bottom-box .left-images-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .work-block .work-block-bottom-box .left-images-box {
    margin-bottom: 24px;
  }
}
.work-block .work-block-bottom-box .left-images-box .image-box {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px 16px 88px 16px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 576px) {
  .work-block .work-block-bottom-box .left-images-box .image-box {
    border-radius: 12px 12px 40px 12px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 204px;
  }
}
.work-block .work-block-bottom-box .left-images-box .image-box.middle-image {
  margin-left: 28px;
  border-radius: 16px 88px 16px 16px;
}
@media (max-width: 576px) {
  .work-block .work-block-bottom-box .left-images-box .image-box.middle-image {
    display: none;
  }
}
.work-block .work-block-bottom-box .info-box {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .work-block .work-block-bottom-box .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.work-block .work-block-bottom {
  margin-top: 32px;
}
@media (max-width: 576px) {
  .work-block .work-block-bottom .text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .content-v p {
    margin-bottom: 30px !important;
  }
}
.gallery-block {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .gallery-block {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .gallery-block {
    margin: 25px 0;
  }
}
.gallery-block > .row {
  width: 1250px;
}
@media (max-width: 1366px) {
  .gallery-block > .row {
    max-width: 86%;
  }
}
@media (max-width: 768px) {
  .gallery-block > .row {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .gallery-block > .row {
    max-width: 86%;
  }
}
.gallery-block .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.gallery-block .list > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1366px) {
  .gallery-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.25%;
    width: 104.5%;
  }
  .gallery-block .list > * {
    width: 28.8333333333%;
    margin: 0 2.25% 3em;
  }
}
@media (max-width: 768px) {
  .gallery-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3%;
    width: 106%;
  }
  .gallery-block .list > * {
    width: 44%;
    margin: 0 3% 4.5em;
  }
}
@media (max-width: 480px) {
  .gallery-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .gallery-block .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.gallery-block .image {
  overflow: hidden;
  border-radius: 16px;
  height: 300px;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.gallery-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-block .image:hover {
  opacity: 0.8;
}
.search.search-results {
  width: 100%;
}
.search-results-wrapper {
  padding: 65px 0 25px;
}
@media (max-width: 1024px) {
  .search-results-wrapper > .row {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .search-results-wrapper {
    padding: 25px 0;
  }
  .search-results-wrapper > .row {
    max-width: 86%;
  }
}
.search-results-wrapper h1 {
  font-size: 48px;
  font-weight: 400;
  border-bottom: 1px solid #203e5b;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .search-results-wrapper h1 {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.search-results-wrapper .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.search-results-wrapper .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .search-results-wrapper .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .search-results-wrapper .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.search-results-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .search-results-wrapper .item {
    margin-bottom: 20px;
  }
}
.search-results-wrapper .item h4 {
  font-family: "deuterium-variable";
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .search-results-wrapper .item h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.search-results-wrapper .item h4 a {
  color: #203e5b;
  font-weight: 500;
}
.search-results-wrapper .item h4 a:hover {
  color: #3b71a6;
}
.search-results-wrapper .item p {
  color: #203e5b;
  padding-bottom: 10px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .search-results-wrapper .item p {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .search-results-wrapper .item p {
    padding-bottom: 5px;
  }
}
.search-results-wrapper .item .btn {
  min-width: 150px;
}
.pagination {
  margin: 30px 0;
}
@media (max-width: 480px) {
  .pagination {
    margin: 10px 0;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #203e5b;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #3b71a6;
}
.pagination a.page-numbers:hover {
  background: #3b71a6;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.pagination .prev .link-text, .pagination .next .link-text {
  display: none;
}
.error-thank-you-page-wrapper {
  text-align: center;
  padding: 80px 0 70px;
}
@media (max-width: 480px) {
  .error-thank-you-page-wrapper {
    padding: 40px 0 30px;
  }
}
.error-thank-you-page-wrapper > .row {
  width: 700px;
}
@media (max-width: 768px) {
  .error-thank-you-page-wrapper > .row {
    width: 620px;
  }
}
@media (max-width: 480px) {
  .error-thank-you-page-wrapper > .row {
    width: 280px;
  }
}
.error-thank-you-page-wrapper h1 {
  font-weight: 400;
  color: #203e5b;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .error-thank-you-page-wrapper h1 {
    font-size: 32px;
  }
}
.error-thank-you-page-wrapper p {
  font-size: 20px;
  color: #203e5b;
}
@media (max-width: 576px) {
  .error-thank-you-page-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .info-image-v2-block.start-respond .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 56px;
  }
  .info-image-v2-block.start-respond .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 576px) {
  .info-image-v2-block.start-respond .image-box {
    margin-bottom: 25px;
  }
}
.info-image-v2-block .text table td {
  width: 48%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .info-image-v2-block .text table td {
    display: block;
    width: 100%;
  }
}
.info-block .text table td {
  width: 48%;
  vertical-align: top;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .info-block .text table td {
    display: block;
    width: 100%;
  }
}
.main-video-block {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .main-video-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .main-video-block {
    padding: 25px 0;
  }
}
@media (max-width: 1024px) {
  .main-video-block .row {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .main-video-block .row {
    padding: 0 15px;
  }
}
.main-video-block .video {
  display: block;
  max-width: 1060px;
  aspect-ratio: 1.77;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .main-video-block .video {
    max-width: 800px;
  }
}
.main-video-block .video::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 1;
  background: linear-gradient(to bottom, #203e5b 0%, rgba(32, 62, 91, 0) 100%);
}
.main-video-block .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-video-block .video .play {
  width: 168px;
  height: 104px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main-video-block .video .play {
    width: 88px;
    height: 54px;
  }
}
@media (max-width: 768px) {
  .main-video-block .video .play {
    width: 62px;
    height: 38px;
    border-radius: 6px;
  }
}
.main-video-block .video .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #203e5b;
}
@media (max-width: 1024px) {
  .main-video-block .video .play::before {
    border-width: 12px 0 12px 24px;
  }
}
@media (max-width: 768px) {
  .main-video-block .video .play::before {
    border-width: 8px 0 8px 14px;
  }
}
.main-video-block .video:hover::before {
  opacity: 0;
}
.technology-posts-wrapper {
  width: 1280px;
}
@media (max-width: 1024px) {
  .technology-posts-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .technology-posts-wrapper {
    padding: 0 15px;
  }
}
.technology-posts-title {
  border-bottom: 1px solid #203e5b;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .technology-posts-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.technology-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  padding-bottom: 20px;
}
.technology-posts > * {
  width: 29.3333333333%;
  margin: 0 2% 2.6666666667em;
}
@media (max-width: 1024px) {
  .technology-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3%;
    width: 106%;
  }
  .technology-posts > * {
    width: 44%;
    margin: 0 3% 4.5em;
  }
}
@media (max-width: 480px) {
  .technology-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .technology-posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 1024px) {
  .technology-posts .technology-post {
    margin-bottom: 40px;
  }
}
.technology-posts .technology-post .thumb {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 222px;
}
.technology-posts .technology-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-posts .technology-post a.thumb {
  position: relative;
  z-index: 0;
}
.technology-posts .technology-post a.thumb .play {
  background: rgba(255, 255, 255, 0.84);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  width: 62px;
  height: 38px;
  border-radius: 6px;
}
.technology-posts .technology-post a.thumb .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #203e5b;
  border-width: 8px 0 8px 14px;
}
.technology-posts .technology-post a.thumb:hover {
  opacity: 0.7;
}
.technology-posts .technology-post .title {
  font-family: "deuterium-variable";
  font-weight: 500;
  color: #203e5b;
  padding-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .technology-posts .technology-post .title {
    padding-bottom: 12px;
  }
}
.technology-posts .technology-post .text p {
  padding: 0;
}
.press-top-info {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .press-top-info {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .press-top-info > .flex {
    display: block;
  }
}
@media (max-width: 480px) {
  .press-top-info {
    margin: 25px 0;
  }
}
.press-top-info .row {
  width: 1260px;
}
@media (max-width: 1024px) {
  .press-top-info .row {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .press-top-info .row {
    padding: 0 15px;
  }
}
.press-top-info .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.press-top-info .text {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .press-top-info .text {
    margin-bottom: 20px;
  }
  .press-top-info .text:last-child {
    margin-bottom: 0;
  }
}
.press-top-info .text p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .press-top-info .text p {
    font-size: 14px;
  }
}
.press-top-info hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #203e5b;
  margin-top: 40px;
}
.title-info-block-list .title-info-block {
  margin: 0;
}
@media (max-width: 480px) {
  .title-info-block-list .title-info-block {
    padding: 40px 0 25px;
  }
}
.title-info-block-list .title-info-block + .title-info-block {
  padding-top: 0;
}
.title-info-block-list .title-info-block .title-box {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .title-info-block-list .title-info-block .title-box {
    margin-bottom: 10px;
  }
}
.title-info-block-list .title-info-block .text-box {
  max-width: 900px;
  margin: 0 auto 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .title-info-block-list .title-info-block .text-box {
    margin: 0 auto 30px;
  }
}
.title-info-block-list .title-info-block .text-box h1, .title-info-block-list .title-info-block .text-box h2, .title-info-block-list .title-info-block .text-box h3, .title-info-block-list .title-info-block .text-box h4, .title-info-block-list .title-info-block .text-box h5, .title-info-block-list .title-info-block .text-box h6, .title-info-block-list .title-info-block .text-box p {
  color: inherit;
}
/*Fix*/
@media (max-width: 1366px) {
  header .top_header .menu-top-left {
    margin-left: 10px;
  }
}
@media (max-width: 1366px) {
  header .search {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  header .search .asp_w_container_1 {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  header .search .search-icon {
    display: none !important;
  }
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
.content-v {
  padding: 60px 0;
}
.content-v .gallery-item {
  margin-bottom: 30px;
}
.content-v .gallery-item .gallery-icon img {
  border: none !important;
}
.content-v h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.content-v p {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.content-v p:last-child {
  margin-bottom: 0;
}
.content-v .btn {
  margin-bottom: 50px;
  text-decoration: none;
}
.content-v .btn:last-child {
  margin-bottom: 0;
}
.content-v a {
  text-decoration: underline;
}
.index-style {
  padding-bottom: 40px;
}
.index-style .row {
  width: 1280px;
}
.index-style .index-main .title {
  padding-bottom: 35px;
  border-bottom: 1px solid #203e5b;
  margin-bottom: 40px;
}
.index-style .index-main .posts .post-item {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .index-style .index-main .posts .post-item {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}
@media (max-width: 768px) {
  .index-style .index-main .posts .post-item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 480px) {
  .index-style .index-main .posts .post-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.index-style .index-main .posts .post-item .post-thumbnail {
  display: block;
  aspect-ratio: 1.77;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
}
.index-style .index-main .posts .post-item .post-content .post-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #203e5b;
  display: inline-block;
}
.press-posts-wrapper.loading:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border: 5px solid #203e5b;
  border-bottom-color: #f9cf0c;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.press-posts-wrapper {
  position: relative;
  width: 1280px;
  padding-bottom: 50px;
}
.press-posts-wrapper.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .press-posts-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .press-posts-wrapper {
    padding: 0 15px;
  }
}
.press-posts-wrapper .technology-posts-title {
  border-bottom: 1px solid #203e5b;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .press-posts-wrapper .technology-posts-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.press-posts-wrapper .posts-title {
  margin-bottom: 40px;
}
.press-posts-wrapper .date-links {
  border-bottom: 1px solid #203e5b;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 48px;
}
.press-posts-wrapper .date-links .date-link {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 127%;
  letter-spacing: 0.02em;
  color: #203e5b;
  padding-bottom: 2px;
}
.press-posts-wrapper .date-links .date-link:not(:last-child) {
  margin-right: 42px;
}
.press-posts-wrapper .date-links .date-link.active:after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 0;
  height: 4px;
  width: 100%;
  background: #467fa4;
  border-top-right-radius: 4px;
}
.press-posts-wrapper .press-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  padding-bottom: 20px;
}
.press-posts-wrapper .press-posts > * {
  width: 29.3333333333%;
  margin: 0 2% 2.6666666667em;
}
@media (max-width: 1024px) {
  .press-posts-wrapper .press-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3%;
    width: 106%;
  }
  .press-posts-wrapper .press-posts > * {
    width: 44%;
    margin: 0 3% 4.5em;
  }
}
@media (max-width: 480px) {
  .press-posts-wrapper .press-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .press-posts-wrapper .press-posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 1024px) {
  .press-posts-wrapper .press-posts .press-post {
    margin-bottom: 40px;
  }
}
.press-posts-wrapper .press-posts .press-post .post-date {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #203e5b;
  margin-bottom: 24px;
}
.press-posts-wrapper .press-posts .press-post .thumb {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 222px;
}
.press-posts-wrapper .press-posts .press-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-posts-wrapper .press-posts .press-post a.thumb {
  position: relative;
  z-index: 0;
}
.press-posts-wrapper .press-posts .press-post a.thumb .play {
  background: rgba(255, 255, 255, 0.84);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  width: 62px;
  height: 38px;
  border-radius: 6px;
}
.press-posts-wrapper .press-posts .press-post a.thumb .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #203e5b;
  border-width: 8px 0 8px 14px;
}
.press-posts-wrapper .press-posts .press-post a.thumb:hover {
  opacity: 0.7;
}
.press-posts-wrapper .press-posts .press-post .title {
  font-family: "deuterium-variable";
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #203e5b;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .press-posts-wrapper .press-posts .press-post .title {
    padding-bottom: 12px;
  }
}
.press-posts-wrapper .press-posts .press-post .text {
  margin-bottom: 20px;
}
.press-posts-wrapper .press-posts .press-post .text p {
  padding: 0;
}
.mapsvg-header.mapsvg-top-container {
  display: none !important;
}
html.translated-ltr .bottom_header .main_nav ul > li a:first-letter, html.translated-rtl .bottom_header .main_nav ul > li a:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  html.translated-ltr .bottom_header .main_nav ul > li a, html.translated-rtl .bottom_header .main_nav ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  html.translated-ltr .bottom_header .main_nav ul > li a, html.translated-rtl .bottom_header .main_nav ul > li a {
    font-size: 13px;
  }
}
html.translated-ltr .bottom_header .main_nav ul > li a br, html.translated-ltr .bottom_header .main_nav ul > li a font:empty, html.translated-rtl .bottom_header .main_nav ul > li a br, html.translated-rtl .bottom_header .main_nav ul > li a font:empty {
  display: none;
}
html.translated-ltr .bottom_header .main_nav ul > li a font:first-letter, html.translated-rtl .bottom_header .main_nav ul > li a font:first-letter {
  text-transform: uppercase;
  font-size: 25px;
}
html.translated-ltr .bottom_header .main_nav ul > li.menu-item:not(.st), html.translated-rtl .bottom_header .main_nav ul > li.menu-item:not(.st) {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  max-width: 200px;
}
@media (max-width: 1480px) {
  html.translated-ltr .bottom_header .main_nav ul > li.menu-item:not(.st), html.translated-rtl .bottom_header .main_nav ul > li.menu-item:not(.st) {
    -webkit-flex-basis: 150px;
    -moz-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    max-width: 150px;
  }
}
@media (max-width: 1240px) {
  html.translated-ltr .bottom_header .main_nav ul > li.menu-item:not(.st), html.translated-rtl .bottom_header .main_nav ul > li.menu-item:not(.st) {
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
  }
}
.search-results-wrapper .items .item {
  display: grid;
  grid-template-rows: 1fr auto;
  justify-content: flex-start;
}
.search-results-wrapper .items .item .meta {
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.search-results-wrapper .items .item .meta span, .search-results-wrapper .items .item .meta a {
  color: #203e5b;
  font-weight: 500;
}
