/*
	Import block's styles
*/
/* Variables */
/* LANGUAGES */
/* MEDIA queries */
/* COLORS */
/* FONT FAMILIES */
/* FONT SIZES */
/*
	FUNCTIONS
*/
/* flex */
/* transition */
/* transform */
/* shadow */
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Alef:400,700&subset=hebrew');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
  font-family: 'FbYaguar';
  src: url('../fonts/fbyaguar-medium-webfont.eot');
  src: url('../fonts/fbyaguar-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fbyaguar-medium-webfont.woff2') format('woff2'), url('../fonts/fbyaguar-medium-webfont.woff') format('woff'), url('../fonts/fbyaguar-medium-webfont.svg#fbyaguarmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Alef", sans-serif;
  font-size: 5vw;
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 640px) {
  html {
    font-size: 1.875vw;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 1.04285714vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 0.9375vw;
  }
  html[lang="en"] {
    font-size: 0.78125vw;
  }
}
html.no-js {
  font-family: "Alef", sans-serif;
}
input,
textarea,
select,
button {
  font-family: "Alef", sans-serif;
  font-size: 5vw;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: "Alef", sans-serif;
}
h1,
.uk-h1 {
  font-size: 1.88889rem;
}
@media (min-width: 640px) {
  h1,
  .uk-h1 {
    font-size: 2.33333rem;
  }
}
/* LINKS */
a {
  color: #122954;
}
a:hover {
  text-decoration: none;
  color: #122954;
}
/* UIKit fixes and UPGRADES */
/* 12 cols */
.uk-width-1-12 {
  width: calc(8.33263895%);
}
.uk-width-5-12 {
  width: calc(41.66319473%);
}
.uk-width-7-12 {
  width: calc(58.32847263%);
}
.uk-width-11-12 {
  width: calc(91.65902841%);
}
@media (min-width: 640px) {
  .uk-width-1-12\@s {
    width: calc(8.33263895%);
  }
  .uk-width-5-12\@s {
    width: calc(41.66319473%);
  }
  .uk-width-7-12\@s {
    width: calc(58.32847263%);
  }
  .uk-width-11-12\@s {
    width: calc(91.65902841%);
  }
}
@media (min-width: 960px) {
  .uk-width-1-12\@m {
    width: calc(8.33263895%);
  }
  .uk-width-5-12\@m {
    width: calc(41.66319473%);
  }
  .uk-width-7-12\@m {
    width: calc(58.32847263%);
  }
  .uk-width-11-12\@m {
    width: calc(91.65902841%);
  }
}
@media (min-width: 1200px) {
  .uk-width-1-12\@l {
    width: calc(8.33263895%);
  }
  .uk-width-5-12\@l {
    width: calc(41.66319473%);
  }
  .uk-width-7-12\@l {
    width: calc(58.32847263%);
  }
  .uk-width-11-12\@l {
    width: calc(91.65902841%);
  }
}
@media (min-width: 1600px) {
  .uk-width-1-12\@xl {
    width: calc(8.33263895%);
  }
  .uk-width-5-12\@xl {
    width: calc(41.66319473%);
  }
  .uk-width-7-12\@xl {
    width: calc(58.32847263%);
  }
  .uk-width-11-12\@xl {
    width: calc(91.65902841%);
  }
}
/* SCREEN READERS Visibility */
.uk-visible\@sr {
  display: none;
}
@media speech {
  .uk-visible\@sr {
    display: initial;
  }
}
/* HEADER */
/* Navbar height */
.uk-navbar-item,
.uk-navbar-nav > li,
.uk-navbar-toggle {
  height: 25vw;
}
@media (min-width: 640px) {
  .uk-navbar-item,
  .uk-navbar-nav > li,
  .uk-navbar-toggle {
    height: 13.02083333vw;
  }
}
@media (min-width: 960px) {
  .uk-navbar-item,
  .uk-navbar-nav > li,
  .uk-navbar-toggle {
    height: 7.29166667vw;
  }
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  padding: 0 4.6875vw;
}
@media (min-width: 640px) {
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    padding: 0 1.5625vw;
  }
}
@media (min-width: 960px) {
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    padding: 0 0.78125vw;
  }
}
.ah-header {
  background-color: #031930;
  /* 
		fix smoothing on translate
	*/
  /* .uk-navbar-center:not(:only-child) {
		-webkit-transform: translate( 50%, -50% ) scale( 2 );
		transform: translate( 50%, -50% ) scale( 2 );
		
		> .ah-header__menu {
			-webkit-transform: scale( 0.5 );
			transform: scale( 0.5 );
		}
	} */
  /* LOGO */
  /* MENU */
  /* fix ie11 width */
  /* Language switcher */
  /* Accessibility */
  /* Search */
  /* Mobile toggler */
  /* Bottom HR */
}
.ah-header_scrolled .ah-header__hr {
  display: block;
}
.ah-header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-right: 0vw;
  min-height: 8.02083333vw;
}
[lang="en"] .ah-header__logo {
  margin-left: 0vw;
  margin-right: 0;
}
@media (min-width: 640px) {
  [lang="en"] .ah-header__logo {
    margin-left: 0vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-header__logo {
    margin-left: 2.34375vw;
  }
}
@media (min-width: 640px) {
  .ah-header__logo {
    margin-right: 0vw;
  }
}
@media (min-width: 960px) {
  .ah-header__logo {
    margin-right: 2.34375vw;
  }
}
.ah-header__logo a {
  text-decoration: underline;
}
.ah-header__logo_image {
  margin-bottom: 3.125vw;
}
@media (min-width: 640px) {
  .ah-header__logo_image {
    margin-bottom: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-header__logo_image {
    margin-bottom: 0.52083333vw;
  }
}
.ah-header__logo_image img {
  width: 75.9375vw;
  height: 15.625vw;
}
@media (min-width: 640px) {
  .ah-header__logo_image img {
    height: 6.77083333vw;
    width: 32.90625vw;
  }
}
@media (min-width: 960px) {
  .ah-header__logo_image img {
    height: 4.16666667vw;
    width: 20.25vw;
  }
}
.ah-header__logo_text {
  color: #ffffff;
  font-weight: normal;
  font-size: 0.88889rem;
}
.ah-header__logo_text a {
  color: #ffffff;
}
@media (min-width: 960px) {
  .ah-header .uk-navbar-center {
    width: 55vw;
  }
}
.ah-header__menu {
  margin-right: 3.125vw;
}
[lang="en"] .ah-header__menu {
  margin-left: 3.125vw;
  margin-right: 0;
}
.ah-header__menu > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border-top: 0.36458333vw solid transparent;
  border-bottom: 0.36458333vw solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* выпадающее меню */
}
.ah-header__menu > li:hover,
.ah-header__menu > li.uk-active {
  border-top: 0.36458333vw solid #B3C0DE;
}
.ah-header__menu > li > a,
.ah-header__menu > li:hover > a,
.ah-header__menu > li.uk-active > a {
  color: #ffffff;
  font-family: "Alef", sans-serif;
  font-size: 1.33333rem;
  line-height: 1;
  height: 2.08333333vw;
  padding: 0 1.69270833vw;
}
.ah-header__menu > li > a:hover,
.ah-header__menu > li:hover > a:hover,
.ah-header__menu > li.uk-active > a:hover,
.ah-header__menu > li > a:active,
.ah-header__menu > li:hover > a:active,
.ah-header__menu > li.uk-active > a:active,
.ah-header__menu > li > a:focus,
.ah-header__menu > li:hover > a:focus,
.ah-header__menu > li.uk-active > a:focus {
  color: #B3C0DE;
}
.ah-header__menu > li > a.uk-open,
.ah-header__menu > li:hover > a.uk-open,
.ah-header__menu > li.uk-active > a.uk-open {
  position: relative;
  z-index: 1030;
}
.ah-header__menu > li:hover > a,
.ah-header__menu > li.uk-active a {
  color: #B3C0DE;
}
.ah-header__menu > li > .uk-navbar-dropdown {
  background-color: #2C4167;
  padding: 0.78125vw 0 0.78125vw;
  top: 6vw !important;
  box-shadow: 0 0 1.04166667vw 0 rgba( 0, 0, 0, 0.5 );
  /* &:before {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					left: 0;
					top: -2.4vw;
					border-top: ( 100vw * 7 / 1920 ) solid @c-sky;
				} */
}
.ah-header__menu > li > .uk-navbar-dropdown > .uk-navbar-dropdown-nav > li > a {
  color: #ffffff;
  font-size: 1.16667rem;
  line-height: 1;
  padding: 0.52083333vw;
}
.ah-header__menu > li > .uk-navbar-dropdown > .uk-navbar-dropdown-nav > li > a:hover {
  background-color: #122954;
}
.ah-header__lang a {
  font-family: "Roboto", sans-serif;
  font-size: 1.33333rem;
  color: #ffffff;
}
.ah-header__accessibility a {
  margin-left: 0vw;
}
[lang="en"] .ah-header__accessibility a {
  margin-right: 0vw;
  margin-left: 0;
}
@media (min-width: 960px) {
  [lang="en"] .ah-header__accessibility a {
    margin-right: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-header__accessibility a {
    margin-left: 2.08333333vw;
  }
}
.ah-header__accessibility a img {
  width: auto;
  height: 12.5vw;
}
@media (min-width: 640px) {
  .ah-header__accessibility a img {
    height: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-header__accessibility a img {
    height: 1.82291667vw;
  }
}
.ah-header__accessibility .uk-drop {
  z-index: 1320;
}
.ah-header__search a {
  margin-left: 1.5625vw;
  color: #C7B299;
}
[lang="en"] .ah-header__search a {
  margin-right: 1.5625vw;
  margin-left: 0;
}
@media (min-width: 960px) {
  [lang="en"] .ah-header__search a {
    margin-right: 2.34375vw;
  }
}
@media (min-width: 960px) {
  .ah-header__search a {
    margin-left: 2.34375vw;
  }
}
.ah-header__search a img {
  width: auto;
  height: 12.5vw;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .ah-header__search a img {
    height: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-header__search a img {
    height: 2.34375vw;
  }
}
.ah-header__mobile-menu {
  margin-left: 4.6875vw;
}
[lang="en"] .ah-header__mobile-menu {
  margin-right: 4.6875vw;
  margin-left: 0;
}
@media (min-width: 640px) {
  [lang="en"] .ah-header__mobile-menu {
    margin-right: 3.64583333vw;
  }
}
@media (min-width: 640px) {
  .ah-header__mobile-menu {
    margin-left: 3.64583333vw;
  }
}
.ah-header__mobile-menu a {
  display: block;
  width: 10.9375vw;
  height: 8.4375vw;
  background: url('../images/ah-header__menu.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .ah-header__mobile-menu a {
    width: 5.20833333vw;
    height: 4.16666667vw;
  }
}
.ah-header__hr {
  display: none;
}
.ah-header__hr-line {
  border-top: 0;
  margin: 0;
  height: 3px;
  background: #ebc17d;
  background: -webkit-linear-gradient(left, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  background: linear-gradient(to right, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc17d', endColorstr='#eabe81', GradientType=1);
}
@media (min-width: 640px) {
  .ah-header__hr-line {
    height: 3px;
  }
}
@media (min-width: 960px) {
  .ah-header__hr-line {
    height: 3px;
  }
}
/*
	SLIDERs on homepage
*/
.ah-slider {
  position: relative;
}
/* background slider */
.ah-slider-bg {
  height: 181.25vw;
}
@media (min-width: 640px) {
  .ah-slider-bg {
    height: 98.95833333vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-bg {
    height: 42.1875vw;
  }
}
.ah-slider-bg__slide {
  position: relative;
  height: 181.25vw;
}
@media (min-width: 640px) {
  .ah-slider-bg__slide {
    height: 98.95833333vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-bg__slide {
    height: 42.1875vw;
  }
}
.ah-slider-bg__item-image {
  width: auto;
  height: 181.25vw;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
}
@media (min-width: 640px) {
  .ah-slider-bg__item-image {
    height: 98.95833333vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-bg__item-image {
    height: 42.1875vw;
  }
}
.ah-slider-bg__item-image_1 {
  background-image: url('../images/ah-slider-bg/item-1.jpg');
}
.ah-slider-bg__item-image_2 {
  background-image: url('../images/ah-slider-bg/item-2.jpg');
}
.ah-slider-bg__item-image_3 {
  background-image: url('../images/ah-slider-bg/item-3.jpg');
}
.ah-slider-bg__item-image > img {
  height: 100%;
  max-width: none;
}
.ah-slider-bg__item-text {
  position: absolute;
  top: 7.29166667vw;
  right: 0;
  width: 100vw;
  text-align: center;
  color: #122954;
  opacity: 0;
  -webkit-transform: translateY(20vw);
          transform: translateY(20vw);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (min-width: 960px) {
  .ah-slider-bg__item-text {
    bottom: auto;
    top: 1.5625vw;
    right: 48%;
    width: 40vw;
    text-align: right;
  }
  [lang=en] .ah-slider-bg__item-text {
    top: 3.64583333vw;
  }
}
.owl-item.active .ah-slider-bg__item-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ah-slider-bg__item-text h1,
.ah-slider-bg__item-text h2 {
  font-size: 3.6rem;
  line-height: 1;
  color: #122954;
}
@media (min-width: 640px) {
  .ah-slider-bg__item-text h1,
  .ah-slider-bg__item-text h2 {
    font-size: 2.77778rem;
  }
}
@media (min-width: 960px) {
  .ah-slider-bg__item-text h1,
  .ah-slider-bg__item-text h2 {
    font-size: 3.6rem;
  }
}
.ah-slider-bg__item-text p {
  color: #122954;
}
.ah-slider-bg__item-text_white {
  color: #ffffff;
}
/* news slider */
.ah-slider-news {
  position: absolute;
  top: 10.9375vw;
  width: 78.125vw;
  right: 10.9375vw;
  padding: 6.25vw 6.25vw 0 6.25vw;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  /* Слайд */
  /* Заголовок слайда */
  /* Список в слайде */
  /* элемент списка */
}
@media (min-width: 640px) {
  .ah-slider-news {
    top: 17.70833333vw;
    width: 64.58333333vw;
    right: 17.70833333vw;
    padding: 2.08333333vw 2.08333333vw 0 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-news {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 32.8125vw;
    padding: 1.04166667vw 1.04166667vw 0 2.08333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ah-slider-news .owl-nav {
  margin-top: 0;
}
.ah-slider-news .owl-nav .owl-prev,
.ah-slider-news .owl-nav .owl-next {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: -10.9375vw;
  width: 9.375vw;
  height: 9.375vw;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 640px) {
  .ah-slider-news .owl-nav .owl-prev,
  .ah-slider-news .owl-nav .owl-next {
    right: -6.25vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-news .owl-nav .owl-prev,
  .ah-slider-news .owl-nav .owl-next {
    right: -4.16666667vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.ah-slider-news .owl-nav .owl-prev:hover,
.ah-slider-news .owl-nav .owl-next:hover {
  background-color: #ffffff;
}
.ah-slider-news .owl-nav .owl-prev:before,
.ah-slider-news .owl-nav .owl-next:before {
  content: '';
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  border-right: 0.625vw solid #122954;
  border-bottom: 0.625vw solid #122954;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: -3px;
}
[lang="en"] .ah-slider-news .owl-nav .owl-prev:before,
[lang="en"] .ah-slider-news .owl-nav .owl-next:before {
  left: auto;
  right: 3px;
}
@media (min-width: 640px) {
  .ah-slider-news .owl-nav .owl-prev:before,
  .ah-slider-news .owl-nav .owl-next:before {
    width: 2.08333333vw;
    height: 2.08333333vw;
    border-right: 0.20833333vw solid #122954;
    border-bottom: 0.20833333vw solid #122954;
  }
}
@media (min-width: 960px) {
  .ah-slider-news .owl-nav .owl-prev:before,
  .ah-slider-news .owl-nav .owl-next:before {
    width: 1.04166667vw;
    height: 1.04166667vw;
    border-right: 0.10416667vw solid #122954;
    border-bottom: 0.10416667vw solid #122954;
  }
}
.ah-slider-news .owl-nav .owl-next {
  right: auto;
  left: -10.9375vw;
}
@media (min-width: 640px) {
  .ah-slider-news .owl-nav .owl-next {
    left: -6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-news .owl-nav .owl-next {
    left: -4.16666667vw;
  }
}
.ah-slider-news .owl-nav .owl-next:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  right: -3px;
}
[lang="en"] .ah-slider-news .owl-nav .owl-next:before {
  right: auto;
  left: 3px;
}
.ah-slider-news__slide-title {
  color: #122954;
  line-height: 1;
  margin-bottom: 3.125vw;
}
@media (min-width: 640px) {
  .ah-slider-news__slide-title {
    margin-bottom: 2.60416667vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-news__slide-title {
    margin-bottom: 0;
  }
}
.ah-slider-news__slide-title_text {
  display: inline;
  font-size: 1.77778rem;
  margin-left: 3.125vw;
}
[lang="en"] .ah-slider-news__slide-title_text {
  font-size: 1.66667rem;
}
@media (min-width: 640px) {
  .ah-slider-news__slide-title_text {
    font-size: 2.33333rem;
    margin-left: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-news__slide-title_text {
    margin-left: 0.52083333vw;
  }
}
.ah-slider-news__slide-title_date {
  display: inline;
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 1.33333rem;
}
@media (min-width: 640px) {
  .ah-slider-news__slide-title_date {
    font-size: 2.05556rem;
  }
}
.ah-slider-news__slide-item {
  padding: 4.6875vw 0.625vw 4.6875vw 0.9375vw;
  border-bottom: 1px solid #122954;
}
@media (min-width: 640px) {
  .ah-slider-news__slide-item {
    padding: 1.04166667vw 0.20833333vw 1.5625vw 0.3125vw;
  }
}
@media (min-width: 960px) {
  .ah-slider-news__slide-item {
    padding: 0.52083333vw 0.10416667vw 0.78125vw 0.15625vw;
  }
}
.ah-slider-news__slide-item:last-of-type {
  border-bottom: 0;
}
.ah-slider-news__slide-item > .uk-grid > div:nth-child(2) {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 640px) {
  .ah-slider-news__slide-item > .uk-grid > div:nth-child(2) {
    display: block;
  }
}
.ah-slider-news__slide-item-icon img {
  margin-left: 6.25vw;
  width: 34.375vw !important;
  height: auto;
}
[lang="en"] .ah-slider-news__slide-item-icon img {
  margin-left: 0;
  margin-right: 6.25vw;
}
@media (min-width: 640px) {
  [lang="en"] .ah-slider-news__slide-item-icon img {
    margin-left: 0;
    margin-right: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-slider-news__slide-item-icon img {
    margin-left: 0;
    margin-right: 1.04166667vw;
  }
}
@media (min-width: 640px) {
  .ah-slider-news__slide-item-icon img {
    margin-left: 2.08333333vw;
    width: 11.45833333vw !important;
  }
}
@media (min-width: 960px) {
  .ah-slider-news__slide-item-icon img {
    margin-left: 1.04166667vw;
    width: 5.72916667vw !important;
  }
}
.ah-slider-news__slide-item-title {
  font-size: 1.33333rem;
  line-height: 1;
  color: #122954;
  margin-bottom: 0;
  margin-right: 3.125vw;
}
@media (min-width: 640px) {
  .ah-slider-news__slide-item-title {
    font-size: 1.88889rem;
    margin-bottom: 1.04166667vw;
    margin-right: 1.04166667vw;
  }
  [lang="en"] .ah-slider-news__slide-item-title {
    font-size: 1.44444rem;
  }
}
@media (min-width: 960px) {
  .ah-slider-news__slide-item-title {
    margin-bottom: 0.52083333vw;
    margin-right: 0.52083333vw;
  }
}
.ah-slider-news__slide-item-desc {
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #122954;
  margin-bottom: 0.78125vw;
}
.ah-slider-news__slide-item-link a {
  display: inline-block;
  font-size: 1.33333rem;
  color: #122954;
  line-height: 1;
  padding: 0.41666667vw 0;
  background-color: #C7B299;
  border: 1px solid #ffffff;
  border-radius: 0.625vw;
  width: 24.47916667vw;
  text-align: center;
}
[lang="en"] .ah-slider-news__slide-item-link a {
  direction: ltr;
}
@media (min-width: 960px) {
  .ah-slider-news__slide-item-link a {
    width: 12.23958333vw;
  }
}
.ah-slider-news__slide-item-link a:after {
  content: '';
  display: inline-block;
  width: 1.30208333vw;
  height: 0.72916667vw;
  background: url('../images/ah-services/arrow.svg') center center no-repeat;
  background-size: 1.30208333vw 0.72916667vw;
  vertical-align: middle;
  margin-right: 0.78125vw;
}
[lang="en"] .ah-slider-news__slide-item-link a:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* анимированные точки и стрелка */
.ah-slider-arrow {
  position: absolute;
  z-index: 3;
  display: block;
  bottom: 2.08333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.82291667vw;
  height: 5.20833333vw;
  border: 0.05208333vw solid #ffffff;
  border-radius: 0.52083333vw;
  background: #C7B299 url('../images/ah-slider-bg/arrow-down.svg') center 3.28125vw no-repeat;
  background-size: 0.67708333vw 1.25vw;
}
.ah-slider-arrow__dots {
  position: relative;
}
.ah-slider-arrow__dots-item {
  margin: 0.46875vw auto 0;
  width: 0.36458333vw;
  height: 0.36458333vw;
  border: 0.05208333vw solid #122954;
  border-radius: 50%;
  position: relative;
}
.ah-slider-arrow__dots-item:nth-child( 1 ) {
  -webkit-animation: ah-slider-arrow__dots 1.5s easy 0s infinite;
  animation: ah-slider-arrow__dots 1.5s linear 0s infinite normal none;
}
.ah-slider-arrow__dots-item:nth-child( 2 ) {
  -webkit-animation: ah-slider-arrow__dots 1.5s easy 0.5s infinite;
  animation: ah-slider-arrow__dots 1.5s linear 0.5s infinite normal none;
}
.ah-slider-arrow__dots-item:nth-child( 3 ) {
  -webkit-animation: ah-slider-arrow__dots 1.5s easy 1s infinite;
  animation: ah-slider-arrow__dots 1.5s linear 1s infinite normal none;
}
/* анимация точек */
@-webkit-keyframes ah-slider-arrow__dots {
  0% {
    background-color: transparent;
  }
  33.33% {
    background-color: #122954;
  }
  66.67% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes ah-slider-arrow__dots {
  0% {
    background-color: transparent;
  }
  33.33% {
    background-color: #122954;
  }
  66.67% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
/* Services */
.ah-services {
  padding-top: 12.5vw;
}
@media (min-width: 640px) {
  .ah-services {
    padding-top: 0;
  }
}
.ah-services .uk-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  .ah-services .uk-container {
    max-width: 83.33333333vw;
  }
}
/* services item */
.ah-services-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  min-height: 70.3125vw;
  height: 70.3125vw;
}
@media (min-width: 640px) {
  .ah-services-item {
    min-height: 41.66666667vw;
    height: 41.66666667vw;
  }
}
@media (min-width: 960px) {
  .ah-services-item {
    min-height: 22.13541667vw;
    height: 22.13541667vw;
  }
}
.ah-services-item:hover {
  background-color: #F1EBE5;
}
.ah-services-item__icon {
  margin-bottom: 4.6875vw;
  margin-top: 4.6875vw;
}
@media (min-width: 640px) {
  .ah-services-item__icon {
    margin-bottom: 3.125vw;
    margin-top: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-services-item__icon {
    margin-bottom: 2.08333333vw;
    margin-top: 0.78125vw;
  }
}
.ah-services-item__icon a img {
  width: 43.75vw;
  height: auto;
}
@media (min-width: 640px) {
  .ah-services-item__icon a img {
    width: 15.625vw;
  }
}
@media (min-width: 960px) {
  .ah-services-item__icon a img {
    width: 8.33333333vw;
  }
}
.ah-services-item__title {
  text-align: center;
  font-size: 1.77778rem;
  line-height: 1;
  margin-bottom: 12.5vw;
}
@media (min-width: 640px) {
  .ah-services-item__title {
    font-size: 1.88889rem;
    margin-bottom: 9.375vw;
  }
}
@media (min-width: 960px) {
  .ah-services-item__title {
    margin-bottom: 4.6875vw;
  }
}
.ah-services-item__title a {
  position: relative;
}
.ah-services-item__title a:after {
  content: '';
  display: none;
  position: absolute;
  bottom: -15.625vw;
  left: 50%;
  width: 9.6875vw;
  height: 5.625vw;
  background: url(../images/ah-services/arrow.svg) center center no-repeat;
  background-size: 9.6875vw 5.625vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[lang="en"] .ah-services-item__title a:after {
  -webkit-transform: translateX(-50%) scaleX(-1);
  transform: translateX(-50%) scaleX(-1);
}
@media (min-width: 640px) {
  .ah-services-item__title a:after {
    display: block;
    bottom: -5.20833333vw;
    left: 50%;
    width: 3.22916667vw;
    height: 1.875vw;
    background-size: 3.22916667vw 1.875vw;
  }
}
@media (min-width: 960px) {
  .ah-services-item__title a:after {
    bottom: -2.60416667vw;
    left: 50%;
    width: 1.61458333vw;
    height: 0.9375vw;
    background-size: 1.61458333vw 0.9375vw;
  }
}
.ah-services-item__cat {
  font-size: 1.16667rem;
  line-height: 1;
  margin-bottom: 25vw;
}
@media (min-width: 640px) {
  .ah-services-item__cat {
    margin-bottom: 8.33333333vw;
  }
}
@media (min-width: 960px) {
  .ah-services-item__cat {
    margin-bottom: 4.16666667vw;
  }
}
/* PRESENTATIONS */
.ah-presentations {
  background-color: #F1EBE5;
  /* image */
}
.ah-presentations__image_overflow-hidden {
  overflow: hidden;
}
.ah-presentations__image {
  background: url(../images/ah-presentations/bg.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transition: transform 3s;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}
@media (min-width: 640px) {
  .ah-presentations__image {
    height: 38.54166667vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations__image {
    height: 100%;
  }
}
.ah-presentations__image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* presentations list */
.ah-presentations-list {
  padding: 12.5vw 4.6875vw 3.125vw;
}
@media (min-width: 640px) {
  .ah-presentations-list {
    padding: 4.16666667vw 1.04166667vw 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-list {
    padding: 2.34375vw 4.6875vw 0.78125vw;
  }
}
.ah-presentations-list__title {
  font-size: 2.33333rem;
  line-height: 1;
  color: #122954;
  padding: 0;
  margin-bottom: 3.125vw;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-presentations-list__title {
    text-align: right;
    font-size: 2.77778rem;
    padding: 0 3.125vw 0 0;
    margin-bottom: 3.64583333vw;
  }
  [lang="en"] .ah-presentations-list__title {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .ah-presentations-list__title {
    padding: 0 2.34375vw 0 0;
    margin-bottom: 1.5625vw;
  }
}
/* presentation item */
.ah-presentations-item {
  position: relative;
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .ah-presentations-item {
    margin-bottom: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-item {
    margin-bottom: 2.86458333vw;
  }
}
.ah-presentations-item__hr {
  border-top: 0;
  margin: 0;
  height: 3px;
  background: #ebc17d;
  background: -webkit-linear-gradient(left, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  background: linear-gradient(to right, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc17d', endColorstr='#eabe81', GradientType=1);
}
.ah-presentations-item:last-of-type .ah-presentations-item__hr {
  display: none;
}
.ah-presentations-item__title {
  font-size: 1.33333rem;
  line-height: 1;
  color: #122954;
  padding: 7.8125vw 0 7.8125vw 12.5vw;
  margin-bottom: 0;
  position: relative;
}
[lang="en"] .ah-presentations-item__title {
  line-height: 1.4;
}
.ah-presentations-item__title:after {
  content: '';
  display: block;
  position: absolute;
  left: 3.125vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #122954;
  border-left: 1px solid #122954;
}
@media (min-width: 640px) {
  .ah-presentations-item__title:after {
    display: none;
  }
}
@media (min-width: 640px) {
  .ah-presentations-item__title {
    font-size: 1.66667rem;
    padding: 0 3.125vw 0 16.66666667vw;
    margin-bottom: 3.125vw;
    min-height: 8.33333333vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-item__title {
    padding: 0 2.34375vw 0 8.33333333vw;
    margin-bottom: 1.5625vw;
    min-height: 4.16666667vw;
  }
}
.ah-presentations-item__date {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 640px) {
  .ah-presentations-item__date {
    font-family: "FbYaguar", "Alef", sans-serif;
    font-size: 2.55556rem;
    line-height: 1;
    color: #122954;
    padding: 0 0 0 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-item__date {
    padding: 0 0 0 1.5625vw;
  }
}
@media (min-width: 640px) {
  .ah-presentations-item__desc {
    font-size: 1rem;
    color: #122954;
    padding: 0 3.125vw 0 16.66666667vw;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-item__desc {
    padding: 0 2.34375vw 0 8.33333333vw;
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 640px) {
  [lang="en"] .ah-presentations-item__link {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .ah-presentations-item__link {
    font-size: 1rem;
    text-align: left;
    color: #122954;
    padding: 0 0 1.5625vw 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-item__link {
    padding: 0 0 0.78125vw 1.5625vw;
  }
}
.ah-presentations-item__link a:after {
  content: '';
  display: inline-block;
  width: 9.6875vw;
  height: 5.625vw;
  background: url('../images/ah-services/arrow.svg') center center no-repeat;
  background-size: 9.6875vw 5.625vw;
  vertical-align: middle;
  margin-right: 7.8125vw;
}
[lang="en"] .ah-presentations-item__link a:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 640px) {
  .ah-presentations-item__link a:after {
    width: 3.22916667vw;
    height: 1.875vw;
    background-size: 3.22916667vw 1.875vw;
    margin-right: 2.60416667vw;
  }
}
@media (min-width: 960px) {
  .ah-presentations-item__link a:after {
    width: 1.61458333vw;
    height: 0.9375vw;
    background-size: 1.61458333vw 0.9375vw;
    margin-right: 1.30208333vw;
  }
}
/* OLD PRESENTATIONS */
.post_ppt {
  padding: 6.25vw;
}
@media (min-width: 640px) {
  .post_ppt {
    padding: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .post_ppt {
    padding: 3.125vw;
  }
}
.post_ppt .cat_ppt iframe {
  width: 100%;
  height: 58.59375vw;
  margin: 0 auto;
  display: block;
}
@media (min-width: 640px) {
  .post_ppt .cat_ppt iframe {
    height: 46.875vw;
  }
}
@media (min-width: 960px) {
  .post_ppt .cat_ppt iframe {
    height: 31.25vw;
  }
}
.post_ppt .cat_ppt .cat_ppt_excerpt1,
.post_ppt .cat_ppt .cat_ppt_title {
  margin: 0 auto;
  font-size: 1.16667rem;
  font-weight: bold;
  color: #122954;
}
@media (min-width: 640px) {
  .post_ppt .cat_ppt .cat_ppt_excerpt1,
  .post_ppt .cat_ppt .cat_ppt_title {
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .post_ppt .cat_ppt .cat_ppt_excerpt1,
  .post_ppt .cat_ppt .cat_ppt_title {
    font-size: 1.66667rem;
  }
}
.post_ppt .cat_ppt .cat_ppt_excerpt1 .ppt_details,
.post_ppt .cat_ppt .cat_ppt_title .ppt_details {
  font-weight: normal;
  text-decoration: underline;
}
.post_ppt .cat_ppt p {
  text-align: center;
}
/* Calendar */
[lang="en"] .ah-calendar {
  display: none;
}
.ah-calendar .uk-container {
  margin: 0 auto;
  max-width: 90.625vw;
  padding: 0;
}
@media (min-width: 640px) {
  .ah-calendar .uk-container {
    max-width: 63.54166667vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar .uk-container {
    max-width: 63.54166667vw;
  }
}
.ah-calendar .uk-container > .uk-grid {
  margin-bottom: 12.5vw;
}
@media (min-width: 640px) {
  .ah-calendar .uk-container > .uk-grid {
    margin-bottom: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar .uk-container > .uk-grid {
    margin-bottom: 2.08333333vw;
  }
}
.ah-calendar__title {
  font-size: 2.33333rem;
  color: #ffffff;
  line-height: 1;
  margin: 21.875vw 0 10.9375vw;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-calendar__title {
    font-size: 2.77778rem;
    text-align: right;
    margin: 7.29166667vw 0 5.20833333vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar__title {
    margin: 3.64583333vw 0 2.60416667vw;
  }
}
.ah-calendar__button {
  margin-bottom: 15.625vw;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-calendar__button {
    margin-bottom: 3.90625vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar__button {
    margin-bottom: 1.82291667vw;
  }
}
.ah-calendar__button a {
  display: inline-block;
  background-color: #d9cbba;
  color: #122954;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.33333rem;
  line-height: 1;
  padding: 3.125vw 0;
  margin-bottom: 15.625vw;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .ah-calendar__button a {
    width: 31.25vw;
    font-size: 1.66667rem;
    border-radius: 1.25vw;
    padding: 1.04166667vw 0;
    margin-bottom: 3.64583333vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar__button a {
    width: 15.625vw;
    font-size: 1.66667rem;
    border-radius: 0.625vw;
    padding: 0.52083333vw 0;
    margin-bottom: 1.82291667vw;
  }
}
.ah-calendar__button a:after {
  content: '';
  display: inline-block;
  width: 7.8125vw;
  height: 4.375vw;
  background: url(../images/ah-services/arrow.svg) center center no-repeat;
  background-size: 7.8125vw 4.375vw;
  vertical-align: middle;
  margin-right: 4.6875vw;
}
@media (min-width: 640px) {
  .ah-calendar__button a:after {
    width: 2.60416667vw;
    height: 1.45833333vw;
    background-size: 2.60416667vw 1.45833333vw;
    margin-right: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar__button a:after {
    width: 1.30208333vw;
    height: 0.72916667vw;
    background-size: 1.30208333vw 0.72916667vw;
    margin-right: 0.78125vw;
  }
}
/* Calendar */
.ah-calendar-layout .pickmeup {
  width: 100%;
  height: 100%;
  background-color: #2C4167;
  border-radius: 0;
}
.ah-calendar-layout .pickmeup .pmu-instance {
  width: 100%;
  height: auto;
  padding: 2.1875vw 3.125vw 3.125vw 3.125vw;
  /* год и месяц календаря */
  /* дни недели скрываем */
  /* сетка дней */
}
@media (min-width: 640px) {
  .ah-calendar-layout .pickmeup .pmu-instance {
    padding: 0.72916667vw 1.5625vw 1.5625vw 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-layout .pickmeup .pmu-instance {
    padding: 0.36458333vw 0.78125vw 0.78125vw 0.78125vw;
  }
}
.ah-calendar-layout .pickmeup .pmu-instance nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 9.375vw;
}
@media (min-width: 640px) {
  .ah-calendar-layout .pickmeup .pmu-instance nav {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-layout .pickmeup .pmu-instance nav {
    margin-bottom: 1.5625vw;
  }
}
.ah-calendar-layout .pickmeup .pmu-instance nav .pmu-prev,
.ah-calendar-layout .pickmeup .pmu-instance nav .pmu-next {
  width: 12.5vw;
  height: 12.5vw;
}
@media (min-width: 640px) {
  .ah-calendar-layout .pickmeup .pmu-instance nav .pmu-prev,
  .ah-calendar-layout .pickmeup .pmu-instance nav .pmu-next {
    width: 5.72916667vw;
    height: 5.72916667vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-layout .pickmeup .pmu-instance nav .pmu-prev,
  .ah-calendar-layout .pickmeup .pmu-instance nav .pmu-next {
    width: 2.86458333vw;
    height: 2.86458333vw;
  }
}
.ah-calendar-layout .pickmeup .pmu-instance nav .pmu-month {
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 2.05556rem;
  width: auto !important;
  cursor: default;
}
@media (min-width: 640px) {
  .ah-calendar-layout .pickmeup .pmu-instance nav .pmu-month {
    font-size: 2.33333rem;
  }
}
.ah-calendar-layout .pickmeup .pmu-instance nav .pmu-month:hover {
  color: #ffffff;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-day-of-week {
  display: none;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days {
  /* выходные */
  /* сегодня */
  /* выбранный */
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-button,
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-disabled {
  color: #ffffff;
  width: 10.625vw;
  margin: 0 0.625vw;
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 1.33333rem;
  line-height: 9.375vw;
  height: 9.375vw;
  border: 1px solid transparent;
}
@media (min-width: 640px) {
  .ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-button,
  .ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-disabled {
    font-size: 1.83333rem;
    width: 6.45833333vw;
    margin: 0 1.04166667vw;
    line-height: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-button,
  .ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-disabled {
    width: 3.125vw;
    margin: 0 0.52083333vw;
    line-height: 3.125vw;
    height: 3.125vw;
  }
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div:nth-of-type(7n),
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div:nth-of-type(7n-1) {
  color: #C69C6D;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div:nth-of-type(7n),
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div:nth-of-type(7n-1) {
  color: #C69C6D;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div.pmu-today:nth-of-type(7n),
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div.pmu-today:nth-of-type(7n-1),
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div.pmu-selected:nth-of-type(7n),
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div.pmu-selected:nth-of-type(7n-1) {
  color: #ffffff;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div.pmu-not-in-month:nth-of-type(7n),
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days > div.pmu-not-in-month:nth-of-type(7n-1) {
  color: #666;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-today {
  background-color: #122954;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-selected {
  background-color: #C69C6D;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ah-calendar-layout .pickmeup .pmu-instance .pmu-days .pmu-not-in-month {
  color: #666;
}
/* Event */
.ah-calendar-event {
  position: relative;
  padding: 12.5vw 6.25vw 15.625vw 6.25vw;
  background-color: rgba(255, 255, 255, 0.7);
  /* Date */
  /* Title */
  /* Description */
  /* Event button */
}
@media (min-width: 640px) {
  .ah-calendar-event {
    padding: 1.5625vw 5.20833333vw 3.125vw 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event {
    padding: 0.78125vw 2.60416667vw 1.5625vw 1.5625vw;
  }
}
.ah-calendar-event__date {
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 1.33333rem;
  line-height: 1;
  color: #122954;
  margin-bottom: 9.375vw;
}
@media (min-width: 640px) {
  .ah-calendar-event__date {
    font-size: 2.33333rem;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event__date {
    font-size: 2.33333rem;
    margin-bottom: 1.5625vw;
  }
}
.ah-calendar-event__title {
  font-size: 1.33333rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .ah-calendar-event__title {
    font-size: 1.83333rem;
    margin-bottom: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event__title {
    margin-bottom: 2.08333333vw;
  }
}
.ah-calendar-event__title a {
  color: #122954;
}
.ah-calendar-event__desc {
  font-size: 1.16667rem;
  line-height: 1;
  color: #122954;
  margin-bottom: 7.8125vw;
}
@media (min-width: 640px) {
  .ah-calendar-event__desc {
    margin-bottom: 2.60416667vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event__desc {
    margin-bottom: 1.30208333vw;
  }
}
.ah-calendar-event__desc-location {
  margin-bottom: 9.375vw;
}
@media (min-width: 640px) {
  .ah-calendar-event__desc-location {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event__desc-location {
    margin-bottom: 1.5625vw;
  }
}
.ah-calendar-event__button {
  text-align: right;
}
@media (min-width: 960px) {
  .ah-calendar-event__button {
    text-align: center;
  }
}
.ah-calendar-event__button a {
  position: absolute;
  top: 12.5vw;
  left: 6.25vw;
  display: inline-block;
  font-size: 1.33333rem;
  line-height: 1;
  color: #122954;
  border-radius: 3.75vw;
}
@media (min-width: 640px) {
  .ah-calendar-event__button a {
    font-size: 1.66667rem;
    top: 1.5625vw;
    left: 3.125vw;
    border-radius: 1.25vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event__button a {
    position: static;
    color: #ffffff;
    background-color: #2C4167;
    border: 0.05208333vw solid #ffffff;
    border-radius: 0.625vw;
    padding: 0.52083333vw 3.125vw;
  }
}
.ah-calendar-event__button a:after {
  content: '';
  display: inline-block;
  width: 7.8125vw;
  height: 4.375vw;
  background: url(../images/ah-calendar/arrow.svg) center center no-repeat;
  background-size: 7.8125vw 4.375vw;
  vertical-align: middle;
  margin-right: 4.6875vw;
}
@media (min-width: 640px) {
  .ah-calendar-event__button a:after {
    width: 2.60416667vw;
    height: 1.45833333vw;
    background-size: 2.60416667vw 1.45833333vw;
    margin-right: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-calendar-event__button a:after {
    width: 1.30208333vw;
    height: 0.72916667vw;
    background: url(../images/ah-calendar/white-arrow.svg) center center no-repeat;
    background-size: 1.30208333vw 0.72916667vw;
    margin-right: 0.78125vw;
  }
}
.ah-subscribe {
  padding: 12.5vw 0 23.4375vw;
  background: url('../images/ah-subscribe/bg.jpg') center center no-repeat;
  background-size: cover;
  /* Title */
}
@media (min-width: 640px) {
  .ah-subscribe {
    padding: 6.77083333vw 0 7.29166667vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe {
    padding: 5.46875vw 0;
  }
}
.ah-subscribe__title {
  font-size: 2.33333rem;
  line-height: 1;
  color: #122954;
  text-align: center;
  margin-bottom: 6.25vw;
}
@media (min-width: 640px) {
  .ah-subscribe__title {
    font-size: 2.77778rem;
    margin-bottom: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe__title {
    margin-bottom: 3.125vw;
  }
}
.ah-subscribe__success {
  font-size: 1.16667rem;
  text-align: center;
}
/* Форма */
.ah-subscribe-form {
  margin-bottom: 14.0625vw;
}
@media (min-width: 640px) {
  .ah-subscribe-form {
    margin-bottom: 4.6875vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form {
    margin-bottom: 2.34375vw;
  }
}
.ah-subscribe-form__input-name,
.ah-subscribe-form__input-degree,
.ah-subscribe-form__input-email,
.ah-subscribe-form__input-phone {
  padding: 1.5625vw 0;
}
@media (min-width: 640px) {
  .ah-subscribe-form__input-name,
  .ah-subscribe-form__input-degree,
  .ah-subscribe-form__input-email,
  .ah-subscribe-form__input-phone {
    padding: 0.52083333vw 0;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__input-name,
  .ah-subscribe-form__input-degree,
  .ah-subscribe-form__input-email,
  .ah-subscribe-form__input-phone {
    padding: 0.26041667vw;
  }
}
.ah-subscribe-form__input-name input,
.ah-subscribe-form__input-degree select,
.ah-subscribe-form__input-email input,
.ah-subscribe-form__input-phone input {
  display: inline-block;
  box-sizing: border-box;
  padding: 4.6875vw 4.6875vw;
  color: #122954;
  background-color: #ffffff;
  border-radius: 3.75vw;
  border: 0;
  width: 100%;
  font-family: "Alef", sans-serif;
  font-size: 1.16667rem;
  line-height: 1;
  /* placeholder color */
}
@media (min-width: 640px) {
  .ah-subscribe-form__input-name input,
  .ah-subscribe-form__input-degree select,
  .ah-subscribe-form__input-email input,
  .ah-subscribe-form__input-phone input {
    padding: 2.60416667vw 2.60416667vw;
    border-radius: 1.25vw;
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__input-name input,
  .ah-subscribe-form__input-degree select,
  .ah-subscribe-form__input-email input,
  .ah-subscribe-form__input-phone input {
    padding: 1.30208333vw 1.30208333vw;
    border-radius: 0.625vw;
    font-size: 1.83333rem;
  }
}
.ah-subscribe-form__input-name input:focus,
.ah-subscribe-form__input-degree select:focus,
.ah-subscribe-form__input-email input:focus,
.ah-subscribe-form__input-phone input:focus {
  outline: 0;
}
.ah-subscribe-form__input-name input::-webkit-input-placeholder,
.ah-subscribe-form__input-degree select::-webkit-input-placeholder,
.ah-subscribe-form__input-email input::-webkit-input-placeholder,
.ah-subscribe-form__input-phone input::-webkit-input-placeholder {
  color: #C69C6D;
}
.ah-subscribe-form__input-name input::-moz-placeholder,
.ah-subscribe-form__input-degree select::-moz-placeholder,
.ah-subscribe-form__input-email input::-moz-placeholder,
.ah-subscribe-form__input-phone input::-moz-placeholder {
  color: #C69C6D;
}
.ah-subscribe-form__input-name input:-moz-placeholder,
.ah-subscribe-form__input-degree select:-moz-placeholder,
.ah-subscribe-form__input-email input:-moz-placeholder,
.ah-subscribe-form__input-phone input:-moz-placeholder {
  color: #C69C6D;
}
.ah-subscribe-form__input-name input:-ms-input-placeholder,
.ah-subscribe-form__input-degree select:-ms-input-placeholder,
.ah-subscribe-form__input-email input:-ms-input-placeholder,
.ah-subscribe-form__input-phone input:-ms-input-placeholder {
  color: #C69C6D;
}
.ah-subscribe-form__submit {
  text-align: center;
}
.ah-subscribe-form__submit button {
  display: inline-block;
  box-sizing: border-box;
  padding: 3.125vw 18.75vw;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.66667rem;
  line-height: 1;
  width: 100%;
}
@media (min-width: 640px) {
  .ah-subscribe-form__submit button {
    padding: 1.04166667vw 0;
    border-radius: 1.25vw;
    width: 31.25vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__submit button {
    padding: 0.52083333vw 0;
    border-radius: 0.625vw;
    width: 15.625vw;
  }
}
/* якорь к подписке */
.ah-subscribe-ancor {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  top: 25vw;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 25vw;
  background-color: #C7B299;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 1100;
}
.ah-subscribe-ancor:hover,
.ah-subscribe-ancor:focus {
  background-color: #F1EBE5;
}
@media (min-width: 640px) {
  .ah-subscribe-ancor {
    top: 13.02083333vw;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 12.5vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor {
    display: block;
    top: calc(  8.02083333vw  +  3px  );
    bottom: auto;
    left: 0;
    right: auto;
    width: 9.89583333vw;
    height: 9.89583333vw;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor.ah-fixed {
    position: fixed;
    top: calc(  8.02083333vw  +  3px  );
  }
}
.ah-subscribe-ancor__close {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  cursor: pointer;
}
@media (min-width: 640px) {
  .ah-subscribe-ancor__close {
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor__close {
    position: relative;
    top: 0;
    right: 0;
    width: 3.125vw;
    height: 2.60416667vw;
  }
}
.ah-subscribe-ancor__close:before,
.ah-subscribe-ancor__close:after {
  content: '';
  position: absolute;
  display: block;
  width: 6.25vw;
  top: 4.6875vw;
  right: 1.5625vw;
  border-bottom: 1px solid #122954;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 640px) {
  .ah-subscribe-ancor__close:before,
  .ah-subscribe-ancor__close:after {
    width: 2.08333333vw;
    top: 2.08333333vw;
    right: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor__close:before,
  .ah-subscribe-ancor__close:after {
    width: 1.04166667vw;
    top: 1.30208333vw;
    right: 1.04166667vw;
  }
}
.ah-subscribe-ancor__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ah-subscribe-ancor__arrow {
  position: relative;
  width: 12.5vw;
  height: 12.5vw;
  border: 1px solid #122954;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 640px) {
  .ah-subscribe-ancor__arrow {
    width: 5.20833333vw;
    height: 5.20833333vw;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor__arrow {
    width: 3.38541667vw;
    height: 3.38541667vw;
    margin: 0.26041667vw auto 0.52083333vw;
  }
}
.ah-subscribe-ancor__arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 3.75vw;
  left: 4.6875vw;
  width: 3.125vw;
  height: 3.125vw;
  border-left: 1px solid #122954;
  border-bottom: 1px solid #122954;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 640px) {
  .ah-subscribe-ancor__arrow:before {
    top: 1.5625vw;
    left: 1.875vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor__arrow:before {
    top: 0.83333333vw;
    left: 1.14583333vw;
    width: 1.04166667vw;
    height: 1.04166667vw;
  }
}
.ah-subscribe-ancor__text {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #122954;
  padding: 0 3.125vw;
  cursor: pointer;
}
@media (min-width: 640px) {
  .ah-subscribe-ancor__text {
    padding: 0 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-ancor__text {
    padding: 0 1.04166667vw;
  }
}
/* Select2 */
.ah-subscribe-form__input-degree .select2-container--default {
  /* select открыт */
}
.ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border: 0;
  border-radius: 3.125vw;
  padding: 4.6875vw;
  width: 100%;
  height: 17.5vw;
  outline: 0;
  /* стрелка */
}
@media (min-width: 640px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single {
    border-radius: 1.04166667vw;
    padding: 2.60416667vw;
    height: 8.64583333vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single {
    border-radius: 0.52083333vw;
    padding: 1.30208333vw;
    height: 4.89583333vw;
  }
}
.ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  font-size: 1.16667rem;
  color: #122954;
  line-height: 1;
  padding-right: 0;
}
@media (min-width: 640px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 1.83333rem;
  }
}
.ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  display: inline-block;
  color: #C69C6D;
}
.ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4.6875vw;
  width: 18.75vw;
  height: 18.75vw;
}
[lang="en"] .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 0vw;
}
@media (min-width: 640px) {
  [lang="en"] .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: auto;
    right: 0vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: auto;
    right: 0vw;
  }
}
@media (min-width: 640px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: 2.60416667vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: 1.82291667vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  border: 0;
  border-left: 0.625vw solid #122954;
  border-bottom: 0.625vw solid #122954;
  width: 3.125vw;
  height: 3.125vw;
  top: 7.8125vw;
  left: 6.25vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 25% 75% 0;
  transform-origin: 25% 75% 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    border-left: 0.20833333vw solid #122954;
    border-bottom: 0.20833333vw solid #122954;
    width: 2.08333333vw;
    height: 2.08333333vw;
    top: 2.08333333vw;
    left: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-subscribe-form__input-degree .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    border-left: 0.10416667vw solid #122954;
    border-bottom: 0.10416667vw solid #122954;
    width: 1.04166667vw;
    height: 1.04166667vw;
    top: 1.04166667vw;
    left: 1.04166667vw;
  }
}
.ah-subscribe-form__input-degree .select2-container--default.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Contact */
.ah-contact {
  padding: 31.25vw 0 29.6875vw;
  background: url('../images/ah-contact/bg.jpg') center center no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  .ah-contact {
    padding: 10.41666667vw 0 9.89583333vw;
  }
}
@media (min-width: 960px) {
  .ah-contact {
    padding: 5.20833333vw 0 4.94791667vw;
  }
}
.ah-contact__title {
  font-size: 2.05556rem;
  line-height: 1;
  text-align: center;
  color: #122954;
  max-width: 90.625vw;
  margin-bottom: 18.75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .ah-contact__title {
    font-size: 2.77778rem;
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-contact__title {
    margin-bottom: 3.125vw;
  }
}
.ah-contact__button {
  text-align: center;
}
.ah-contact__button a {
  display: inline-block;
  box-sizing: border-box;
  padding: 3.125vw 18.75vw;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.33333rem;
  line-height: 1;
  margin: 0 4.6875vw;
  width: calc(100% -  9.375vw );
}
@media (min-width: 640px) {
  .ah-contact__button a {
    font-size: 1.66667rem;
    padding: 1.04166667vw 0;
    border-radius: 1.25vw;
    margin: 0;
    width: 31.25vw;
  }
}
@media (min-width: 960px) {
  .ah-contact__button a {
    padding: 0.52083333vw 0;
    border-radius: 0.625vw;
    width: 15.625vw;
  }
}
/* footer */
.ah-footer {
  background-color: #132C49;
  color: #ffffff;
  padding-bottom: 12.5vw;
  /* footer line */
}
@media (min-width: 640px) {
  .ah-footer {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-footer {
    padding-bottom: 5.20833333vw;
  }
}
.ah-footer__hr {
  border-top: 0;
  margin: 0;
  margin-bottom: 12.5vw;
  height: 0.20833333vw;
  background: #ebc17d;
  background: -webkit-linear-gradient(left, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  background: linear-gradient(to right, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc17d', endColorstr='#eabe81', GradientType=1);
}
@media (min-width: 640px) {
  .ah-footer__hr {
    margin-bottom: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-footer__hr {
    margin-bottom: 3.125vw;
  }
}
.ah-footer .uk-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  max-width: 100%;
}
@media (min-width: 960px) {
  .ah-footer .uk-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.ah-footer__logo {
  margin-left: 4.42708333vw;
  margin-right: 5.20833333vw;
  width: 87.5vw;
}
@media (min-width: 640px) {
  .ah-footer__logo {
    width: 29.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-footer__logo {
    width: 14.58333333vw;
  }
}
.ah-footer__logo a img {
  width: 73.4375vw;
  height: 15.625vw;
}
@media (min-width: 640px) {
  .ah-footer__logo a img {
    width: 31.82291667vw;
    height: 6.77083333vw;
  }
}
@media (min-width: 960px) {
  .ah-footer__logo a img {
    width: 19.58333333vw;
    height: 4.16666667vw;
  }
}
.ah-footer__copyright a {
  color: #ffffff;
  text-decoration: underline;
}
.ah-footer__use a {
  color: #ffffff;
  text-decoration: underline;
}
/* footer nav */
.ah-footer-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  /* пункт меню */
}
@media (min-width: 960px) {
  .ah-footer-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
            align-items: flex-start;
    width: auto;
  }
}
.ah-footer-nav__item {
  border-bottom: 1px solid #2C4167;
  margin-bottom: 4.6875vw;
  width: auto;
  min-width: 28.125vw;
  /* меню с раскрывашкой */
  /* на десктопах меню всегда раскрыто */
}
@media (min-width: 640px) {
  .ah-footer-nav__item {
    margin-bottom: 1.5625vw;
    min-width: 9.375vw;
  }
}
@media (min-width: 960px) {
  .ah-footer-nav__item {
    border-bottom: 0;
    margin-left: 1.5625vw;
    margin-bottom: 0;
    min-width: 4.6875vw;
    max-width: 90%;
  }
}
.ah-footer-nav__item:last-of-type {
  margin-left: 0;
}
@media (min-width: 960px) {
  [lang="en"] .ah-footer-nav__item:last-of-type {
    margin-left: 1.5625vw;
  }
}
.ah-footer-nav__item_dropdown {
  position: relative;
}
.ah-footer-nav__item_dropdown:after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #F1EBE5;
  border-bottom: 1px solid #F1EBE5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 25% 75% 0;
  transform-origin: 25% 75% 0;
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 640px) {
  .ah-footer-nav__item_dropdown:after {
    top: 10px;
  }
}
@media (min-width: 960px) {
  .ah-footer-nav__item_dropdown:after {
    display: none;
  }
}
.ah-footer-nav__item_dropdown.uk-open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ah-footer-nav__item_dropdown .ah-footer-nav__item {
  border-bottom: 0;
}
.ah-footer-nav__item > a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.16667rem;
  line-height: 1;
  margin-bottom: 4.6875vw;
  width: 100%;
}
@media (min-width: 640px) {
  .ah-footer-nav__item > a {
    margin-bottom: 1.5625vw;
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .ah-footer-nav__item > a {
    margin-bottom: 1.82291667vw;
    width: auto;
  }
}
.ah-footer-nav__item .uk-nav {
  margin-right: 6.25vw;
}
@media (min-width: 640px) {
  .ah-footer-nav__item .uk-nav {
    margin-right: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-footer-nav__item .uk-nav {
    margin-right: 0;
  }
}
.ah-footer-nav__item .uk-nav li a {
  color: #B3C0DE;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 4.6875vw;
}
@media (min-width: 640px) {
  .ah-footer-nav__item .uk-nav li a {
    font-size: 1.16667rem;
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-footer-nav__item .uk-nav li a {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-footer-nav__item .uk-nav[hidden] {
    display: block !important;
  }
}
/* to top link */
.uk-totop {
  position: fixed;
  z-index: 1100;
  display: none;
  right: 6.25vw;
  bottom: 31.25vw;
  width: 12.5vw;
  height: 12.5vw;
  border: 1px solid #122954;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media (min-width: 640px) {
  .uk-totop {
    right: 2.08333333vw;
    bottom: 14.58333333vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 960px) {
  .uk-totop {
    right: 2.08333333vw;
    bottom: 2.08333333vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.uk-totop:after {
  content: '';
  display: block;
  position: absolute;
  width: 4.6875vw;
  height: 4.6875vw;
  top: 60%;
  left: 50%;
  border-top: 1px solid #122954;
  border-left: 1px solid #122954;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 640px) {
  .uk-totop:after {
    width: 2.08333333vw;
    height: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .uk-totop:after {
    width: 1.04166667vw;
    height: 1.04166667vw;
  }
}
.uk-totop svg {
  display: none;
}
/*
	SUBMENU on top page
*/
.ah-submenu {
  background-color: #2C4167;
  /* Bottom HR */
}
.ah-submenu_scrolled .ah-submenu__hr {
  display: none;
}
.ah-submenu__hr {
  display: block;
}
.ah-submenu__hr-line {
  border-top: 0;
  margin: 0;
  height: 3px;
  background: #ebc17d;
  background: -webkit-linear-gradient(left, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  background: linear-gradient(to right, #ebc17d 0%, #edd089 19%, #f4e8d9 41%, #c08329 73%, #eabe81 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc17d', endColorstr='#eabe81', GradientType=1);
}
@media (min-width: 640px) {
  .ah-submenu__hr-line {
    height: 3px;
  }
}
@media (min-width: 960px) {
  .ah-submenu__hr-line {
    height: 3px;
  }
}
.ah-submenu__container {
  max-width: 93.75vw;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: -3px;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-submenu__container {
    max-width: 100%;
    margin: 0 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-submenu__container {
    max-width: 65.88541667vw;
    margin: 0 auto;
  }
}
.ah-submenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.ah-submenu-menu__item {
  display: inline-block;
  list-style: none;
  border-top: 2.1875vw solid transparent;
  padding: 6.25vw 10.9375vw;
  white-space: nowrap;
  line-height: 1;
  /* search menu item */
}
@media (min-width: 640px) {
  .ah-submenu-menu__item {
    padding: 2.08333333vw 3.64583333vw;
    border-top: 0.72916667vw solid transparent;
  }
}
@media (min-width: 960px) {
  .ah-submenu-menu__item {
    padding: 1.04166667vw 1.82291667vw;
    border-top: 0.36458333vw solid transparent;
  }
}
.ah-submenu-menu__item > a {
  color: #ffffff;
}
.ah-submenu-menu__item_active {
  border-top-color: #B3C0DE;
}
.ah-submenu-menu__item_active > a {
  color: #B3C0DE;
}
.ah-submenu-menu__item_search {
  position: absolute;
  right: 0;
  padding-right: 0;
}
.ah-submenu-menu__item_search:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 1px;
  width: 11px;
  height: 11px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
}
.ah-submenu-menu__item_search:after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 13px;
  height: 9px;
  border-left: 1.5px solid #ffffff;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
/*
	BREADCRUMBS
*/
.ah-breadcrumb {
  margin-right: 18.75vw;
  padding-top: 3.125vw;
}
@media (min-width: 640px) {
  .ah-breadcrumb {
    margin-right: 6.25vw;
    padding-top: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-breadcrumb {
    margin-right: 3.125vw;
    padding-top: 0.52083333vw;
  }
}
[lang="en"] .ah-breadcrumb {
  margin-right: 0;
  margin-left: 18.75vw;
}
@media (min-width: 640px) {
  [lang="en"] .ah-breadcrumb {
    margin-left: 6.25vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-breadcrumb {
    margin-left: 3.125vw;
  }
}
.ah-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ah-breadcrumb ul li {
  display: inline-block;
  list-style: none;
  color: #122954;
}
.ah-breadcrumb ul li:after {
  content: '';
  display: inline-block;
  width: 9.6875vw;
  height: 5.625vw;
  background: url('../images/ah-services/arrow.svg') center center no-repeat;
  background-size: 9.6875vw 5.625vw;
  vertical-align: middle;
  margin-right: 1.5625vw;
  margin-left: 1.5625vw;
}
[lang="en"] .ah-breadcrumb ul li:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 640px) {
  .ah-breadcrumb ul li:after {
    width: 3.22916667vw;
    height: 1.875vw;
    background-size: 3.22916667vw 1.875vw;
    margin-right: 0.52083333vw;
    margin-left: 0.52083333vw;
  }
}
@media (min-width: 960px) {
  .ah-breadcrumb ul li:after {
    width: 1.61458333vw;
    height: 0.9375vw;
    background-size: 1.61458333vw 0.9375vw;
    margin-right: 0.26041667vw;
    margin-left: 0.26041667vw;
  }
}
.ah-breadcrumb ul li:last-of-type {
  font-weight: bold;
}
.ah-breadcrumb ul li:last-of-type:after {
  display: none;
}
.ah-breadcrumb ul li a {
  color: #122954;
}
/*
	CONTENT
*/
/* Content layout */
.ah-content {
  background-size: auto;
  background-position-x: center;
  background-position-y: 25vw;
  background-repeat: no-repeat;
  background-image: url('../images/ah-content/mivzakim.jpg');
  background-attachment: fixed;
  /* team background */
  /* mivzakim */
  /* Israel */
  /* International */
  /* Personal */
  /* Personal */
}
@media (min-width: 640px) {
  .ah-content {
    background-position-y: 13.02083333vw;
  }
}
@media (min-width: 960px) {
  .ah-content {
    background-size: contain;
    background-position-y: 7.29166667vw;
  }
}
.ah-content:after {
  content: '';
  display: block;
  clear: both;
}
.ah-content_team {
  background-image: url('../images/ah-content/team.jpg');
}
.ah-content_mivzakim {
  background-image: url('../images/ah-content/music.jpg');
}
.ah-content_events {
  background-image: url('../images/ah-calendar/bg.jpg');
}
.ah-content__area-5553,
.ah-content__mivzakim-40 {
  background-image: url('../images/ah-content/mivzakim.jpg');
}
.ah-content__mivzakim-20,
.ah-content__area-5552 {
  background-image: url('../images/ah-content/israel-tax.jpg');
}
.ah-content__mivzakim-19,
.ah-content__area-5551 {
  background-image: url('../images/ah-content/international-tax.jpg');
}
.ah-content__mivzakim-34,
.ah-content__area-5554 {
  background-image: url('../images/ah-content/gilui-tax.jpg');
}
.ah-content__mivzakim-35,
.ah-content__area-5555 {
  background-image: url('../images/ah-content/social-tax.jpg');
}
.ah-content__container {
  max-width: 90.625vw;
  margin: 0 auto;
  padding-bottom: 34.375vw;
}
@media (min-width: 640px) {
  .ah-content__container {
    max-width: 100%;
    margin: 0 1.5625vw;
    padding-bottom: 11.45833333vw;
  }
}
@media (min-width: 960px) {
  .ah-content__container {
    max-width: 65.88541667vw;
    margin: 0 auto;
    padding-bottom: 6.77083333vw;
  }
}
/* H1 */
.ah-content-h1 {
  position: relative;
  margin: 0 4.6875vw;
  padding: 18.75vw 0 9.375vw;
  /* printer icon */
}
@media (min-width: 640px) {
  .ah-content-h1 {
    margin: 0 6.25vw;
    padding: 6.25vw 0 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-content-h1 {
    margin: 0 3.125vw;
    padding: 1.5625vw 0 2.60416667vw;
  }
}
.ah-content-h1 h1 {
  font-size: 2.33333rem;
  line-height: 1;
  color: #122954;
  margin: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-content-h1 h1 {
    font-size: 2.77778rem;
  }
}
.ah-content-h1 h2 {
  font-size: 1.66667rem;
  line-height: 1;
  color: #122954;
  margin: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-content-h1 h2 {
    font-size: 1.88889rem;
  }
}
.ah-content-h1__print {
  display: block;
  position: relative;
  margin: 9.375vw auto 0;
  width: 12.5vw;
  height: 12.5vw;
}
@media (min-width: 640px) {
  .ah-content-h1__print {
    margin: 3.125vw auto 0;
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-content-h1__print {
    position: absolute;
    bottom: -3.125vw;
    left: -2.08333333vw;
    width: 2.08333333vw;
    height: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-content-h1__print {
    left: auto;
    right: -2.08333333vw;
  }
}
.ah-content-h1__print a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/ah-content/print.png') center center no-repeat;
  background-size: contain;
}
.ah-content-h1__button {
  text-align: center;
  position: absolute;
  top: 1.5625vw;
  left: 0;
}
.ah-content-h1__button a {
  display: inline-block;
  box-sizing: border-box;
  padding: 3.125vw 18.75vw;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.33333rem;
  line-height: 1;
  margin: 0 4.6875vw;
  width: calc(100% -  9.375vw );
}
@media (min-width: 640px) {
  .ah-content-h1__button a {
    font-size: 1.66667rem;
    padding: 1.04166667vw 0;
    border-radius: 1.25vw;
    margin: 0;
    width: 31.25vw;
  }
}
@media (min-width: 960px) {
  .ah-content-h1__button a {
    padding: 0.52083333vw 0;
    border-radius: 0.625vw;
    width: 15.625vw;
  }
}
/* page layout */
.ah-content-page {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  /* list heading */
  /* list */
}
.ah-content-page__heading {
  padding: 6.25vw 6.25vw 6.25vw;
  font-size: 1.77778rem;
  line-height: 1;
  border-top: 3px solid #C7B299;
  border-bottom: 3px solid #C7B299;
  background-color: #F1EBE5;
  color: #122954;
}
@media (min-width: 640px) {
  .ah-content-page__heading {
    font-size: 2.33333rem;
    padding: 5.20833333vw 6.25vw 5.20833333vw;
    border-top: 2px solid #C7B299;
    border-bottom: 2px solid #C7B299;
  }
}
@media (min-width: 960px) {
  .ah-content-page__heading {
    padding: 2.60416667vw 3.125vw 2.60416667vw;
  }
}
.ah-content-page__heading:first-of-type {
  border-top: 0;
}
.ah-content-page__heading_date {
  font-family: "FbYaguar", "Alef", sans-serif;
}
.ah-content-page__heading_text {
  line-height: 1.4;
  display: inline-block;
}
.ah-content-page__heading_text p {
  margin-bottom: 0;
}
.ah-content-page__heading_image img {
  height: 31.25vw;
  width: auto;
  margin-left: 6.25vw;
}
@media (min-width: 640px) {
  .ah-content-page__heading_image img {
    height: 10.41666667vw;
    margin-left: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__heading_image img {
    height: 9.375vw;
    margin-left: 1.04166667vw;
  }
}
.ah-content-page__list {
  margin: 0 6.25vw;
  /* list item */
}
@media (min-width: 640px) {
  .ah-content-page__list {
    margin: 0 5.20833333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list {
    margin: 0 2.60416667vw;
  }
}
.ah-content-page__list-item {
  border-bottom: 2px solid #C7B299;
  padding: 15.625vw 0vw 6.25vw;
  /* icons in search results */
  /* precentations */
}
@media (min-width: 640px) {
  .ah-content-page__list-item {
    padding: 5.20833333vw 1.04166667vw 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item {
    padding: 2.60416667vw 0.52083333vw 1.04166667vw;
  }
}
.ah-content-page__list-item:last-of-type {
  border-bottom: 0;
}
.ah-content-page__list-item a {
  text-decoration: underline;
}
.ah-content-page__list-item_search-icon {
  padding: 15.625vw 18.75vw 6.25vw 0vw;
  background: url('../images/ah-search/article_icon.svg') right 15.625vw no-repeat;
  background-size: 12.5vw;
}
@media (min-width: 640px) {
  .ah-content-page__list-item_search-icon {
    padding: 5.20833333vw 8.33333333vw 2.08333333vw 1.04166667vw;
    background-position: right 5.20833333vw;
    background-size: 5.20833333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item_search-icon {
    padding: 2.60416667vw 5.20833333vw 1.04166667vw 0.52083333vw;
    background-position: right 2.60416667vw;
    background-size: 3.38541667vw;
  }
}
.ah-content-page__list-item_search-powerpoints {
  background: url('../images/ah-search/presentation_icon.svg') right 15.625vw no-repeat;
  background-size: 12.5vw;
}
@media (min-width: 640px) {
  .ah-content-page__list-item_search-powerpoints {
    background-position: right 5.20833333vw;
    background-size: 5.20833333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item_search-powerpoints {
    background-position: right 2.60416667vw;
    background-size: 3.38541667vw;
  }
}
.ah-content-page__list-item-title {
  font-size: 1.44444rem;
  line-height: 1;
  color: #122954;
  margin-bottom: 6.25vw;
}
@media (min-width: 640px) {
  .ah-content-page__list-item-title {
    font-size: 1.66667rem;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item-title {
    margin-bottom: 1.5625vw;
  }
}
.ah-content-page__list-item-text {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 9.375vw;
}
@media (min-width: 640px) {
  .ah-content-page__list-item-text {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item-text {
    margin-bottom: 1.5625vw;
  }
}
.ah-content-page__list-item-link {
  text-align: left;
  /* vcard */
}
[lang="en"] .ah-content-page__list-item-link {
  text-align: right;
}
.ah-content-page__list-item-link a:after {
  content: '';
  display: inline-block;
  width: 9.6875vw;
  height: 5.625vw;
  background: url('../images/ah-services/arrow.svg') center center no-repeat;
  background-size: 9.6875vw 5.625vw;
  vertical-align: middle;
  margin-right: 9.375vw;
  margin-left: 1.5625vw;
}
[lang="en"] .ah-content-page__list-item-link a:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 640px) {
  .ah-content-page__list-item-link a:after {
    width: 3.22916667vw;
    height: 1.875vw;
    background-size: 3.22916667vw 1.875vw;
    margin-right: 3.125vw;
    margin-left: 0.52083333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item-link a:after {
    width: 1.61458333vw;
    height: 0.9375vw;
    background-size: 1.61458333vw 0.9375vw;
    margin-right: 1.5625vw;
    margin-left: 0.26041667vw;
  }
}
.ah-content-page__list-item-link .vcard_button {
  display: inline-block;
}
.ah-content-page__list-item-meta {
  margin-bottom: 6.25vw;
}
@media (min-width: 640px) {
  .ah-content-page__list-item-meta {
    margin-bottom: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page__list-item-meta {
    margin-bottom: 1.04166667vw;
  }
}
.ah-content-page__list-item-meta_text {
  color: #122954;
}
.ah-content-page__list-item a:hover {
  text-decoration: underline;
}
/*
	PAGINATION
*/
.ah-pagination {
  padding: 15.625vw 0 15.625vw;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-pagination {
    padding: 5.20833333vw 0 5.20833333vw;
  }
}
@media (min-width: 960px) {
  .ah-pagination {
    padding: 2.60416667vw 0 2.60416667vw;
  }
}
.ah-pagination_border-top {
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  border-top: 2px solid #C7B299;
}
@media (min-width: 640px) {
  .ah-pagination_border-top {
    margin-left: 5.20833333vw;
    margin-right: 5.20833333vw;
  }
}
@media (min-width: 960px) {
  .ah-pagination_border-top {
    margin-left: 2.60416667vw;
    margin-right: 2.60416667vw;
  }
}
.ah-pagination .uk-pagination {
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 1.66667rem;
  margin-right: 0;
}
@media (min-width: 640px) {
  .ah-pagination .uk-pagination {
    font-size: 2.05556rem;
  }
}
.ah-pagination .uk-pagination li {
  padding-right: 0;
}
.ah-pagination .uk-pagination li a {
  color: #122954;
  padding: 0 3.125vw;
}
@media (min-width: 640px) {
  .ah-pagination .uk-pagination li a {
    padding: 0 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-pagination .uk-pagination li a {
    padding: 0 0.52083333vw;
  }
}
.ah-pagination .uk-pagination li.uk-active span {
  color: #122954;
  background-color: #C7B299;
  padding: 0 3.125vw;
}
@media (min-width: 640px) {
  .ah-pagination .uk-pagination li.uk-active span {
    padding: 0 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-pagination .uk-pagination li.uk-active span {
    padding: 0 0.52083333vw;
  }
}
.ah-pagination .uk-pagination li.uk-disabled span {
  color: #000000;
  padding: 0 3.125vw;
}
@media (min-width: 640px) {
  .ah-pagination .uk-pagination li.uk-disabled span {
    padding: 0 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-pagination .uk-pagination li.uk-disabled span {
    padding: 0 0.52083333vw;
  }
}
/*
	PEOPLE CARDS
*/
/* blue card for people */
/* bronze card for people */
/* beige card for people */
/* beige card for people */
/* List of team */
.ah-people-cards.ah-people-cards_bronze > div > div {
  /* bronze cards */
  /* beige cards */
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card {
  background-color: #e9d9c7;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text::after,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text::after {
  background: -webkit-linear-gradient(top, rgba(233, 217, 199, 0) 0%, rgba(233, 217, 199, 0.7) 40%, #e9d9c7 100%);
  background: linear-gradient(to bottom, rgba(233, 217, 199, 0) 0%, rgba(233, 217, 199, 0.7) 40%, #e9d9c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e9d9c7', endColorstr='#e9d9c7', GradientType=0);
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-title a,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-title a {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-subtitle,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-subtitle {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc h2,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc h2,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc h3,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc h3,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc h4,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc h4 {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__link a,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__link a {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__link a:after,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__link a:after {
  background-image: url('../images/ah-calendar/arrow.svg');
}
[lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__link a:after,
[lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__link a:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card {
  background-color: #ffffff;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text::after,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text::after {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-title a,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text-title a {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-subtitle,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text-subtitle {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text-desc {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc h2,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text-desc h2,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc h3,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text-desc h3,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc h4,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__text-desc h4 {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__link a,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__link a {
  color: #122954;
}
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__link a:after,
.ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__link a:after {
  background-image: url('../images/ah-calendar/arrow.svg');
}
[lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__link a:after,
[lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+4) .ah-people-card__link a:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media (min-width: 960px) {
  .ah-people-cards.ah-people-cards_bronze > div > div {
    /* blue cards */
    /* beige cards */
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card {
    background-color: #e9d9c7;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text::after,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text::after {
    background: -webkit-linear-gradient(top, rgba(233, 217, 199, 0) 0%, rgba(233, 217, 199, 0.7) 40%, #e9d9c7 100%);
    background: linear-gradient(to bottom, rgba(233, 217, 199, 0) 0%, rgba(233, 217, 199, 0.7) 40%, #e9d9c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e9d9c7', endColorstr='#e9d9c7', GradientType=0);
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text-title a,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-title a {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text-subtitle,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-subtitle {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text-desc,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text-desc h2,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc h2,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text-desc h3,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc h3,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__text-desc h4,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__text-desc h4 {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__link a,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__link a {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__link a:after,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__link a:after {
    background-image: url('../images/ah-calendar/arrow.svg');
  }
  [lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n) .ah-people-card__link a:after,
  [lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+1) .ah-people-card__link a:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card {
    background-color: #ffffff;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text::after,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text::after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-title a,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-title a {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-subtitle,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-subtitle {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc h2,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc h2,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc h3,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc h3,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__text-desc h4,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__text-desc h4 {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__link a,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__link a {
    color: #122954;
  }
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__link a:after,
  .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__link a:after {
    background-image: url('../images/ah-calendar/arrow.svg');
  }
  [lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+2) .ah-people-card__link a:after,
  [lang="en"] .ah-people-cards.ah-people-cards_bronze > div > div:nth-child(4n+3) .ah-people-card__link a:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }
}
/*  */
.ah-people-cards_bronze {
  /* text */
}
.ah-people-cards_bronze .ah-people-card__text {
  margin: 0 9.375vw 0 0;
}
@media (min-width: 640px) {
  .ah-people-cards_bronze .ah-people-card__text {
    margin: 0 3.125vw 0 0;
  }
}
@media (min-width: 960px) {
  .ah-people-cards_bronze .ah-people-card__text {
    margin: 0 1.5625vw 0 0;
  }
}
/* List of cards */
.ah-people-cards > div > div {
  /* blue cards */
  /* beige cards */
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card {
  background-color: #2C4167;
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text::after,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text::after {
  background: -webkit-linear-gradient(top, rgba(44, 65, 103, 0) 0%, #2c4167 100%);
  background: linear-gradient(to bottom, rgba(44, 65, 103, 0) 0%, #2c4167 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c4167', endColorstr='#2c4167', GradientType=0);
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-title a,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-title a {
  color: #ffffff;
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-subtitle,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-subtitle {
  color: #ffffff;
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc {
  color: #B3C0DE;
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc h2,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc h2,
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc h3,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc h3,
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc h4,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc h4 {
  color: #B3C0DE;
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__link a,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__link a {
  color: #ffffff;
}
.ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__link a:after,
.ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__link a:after {
  background-image: url('../images/ah-calendar/white-arrow.svg');
}
[lang="en"] .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__link a:after,
[lang="en"] .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__link a:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card {
  background-color: #F1EBE5;
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text::after,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text::after {
  background: -webkit-linear-gradient(top, rgba(241, 235, 229, 0) 0%, #f1ebe5 100%);
  background: linear-gradient(to bottom, rgba(241, 235, 229, 0) 0%, #f1ebe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1ebe5', endColorstr='#f1ebe5', GradientType=0);
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-title a,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text-title a {
  color: #122954;
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-subtitle,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text-subtitle {
  color: #2C4167;
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text-desc {
  color: #2C4167;
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc h2,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text-desc h2,
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc h3,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text-desc h3,
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc h4,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__text-desc h4 {
  color: #2C4167;
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__link a,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__link a {
  color: #122954;
}
.ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__link a:after,
.ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__link a:after {
  background-image: url('../images/ah-calendar/arrow.svg');
}
[lang="en"] .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__link a:after,
[lang="en"] .ah-people-cards > div > div:nth-child(4n+4) .ah-people-card__link a:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media (min-width: 960px) {
  .ah-people-cards > div > div {
    /* blue cards */
    /* beige cards */
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card {
    background-color: #2C4167;
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text::after,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text::after {
    background: -webkit-linear-gradient(top, rgba(44, 65, 103, 0) 0%, #2c4167 100%);
    background: linear-gradient(to bottom, rgba(44, 65, 103, 0) 0%, #2c4167 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c4167', endColorstr='#2c4167', GradientType=0);
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text-title a,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-title a {
    color: #ffffff;
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text-subtitle,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-subtitle {
    color: #ffffff;
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text-desc,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc {
    color: #B3C0DE;
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text-desc h2,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc h2,
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text-desc h3,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc h3,
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__text-desc h4,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__text-desc h4 {
    color: #B3C0DE;
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__link a,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__link a {
    color: #ffffff;
  }
  .ah-people-cards > div > div:nth-child(4n) .ah-people-card__link a:after,
  .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__link a:after {
    background-image: url('../images/ah-calendar/white-arrow.svg');
  }
  [lang="en"] .ah-people-cards > div > div:nth-child(4n) .ah-people-card__link a:after,
  [lang="en"] .ah-people-cards > div > div:nth-child(4n+1) .ah-people-card__link a:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card {
    background-color: #F1EBE5;
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text::after,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text::after {
    background: -webkit-linear-gradient(top, rgba(241, 235, 229, 0) 0%, #f1ebe5 100%);
    background: linear-gradient(to bottom, rgba(241, 235, 229, 0) 0%, #f1ebe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1ebe5', endColorstr='#f1ebe5', GradientType=0);
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-title a,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-title a {
    color: #122954;
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-subtitle,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-subtitle {
    color: #2C4167;
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc {
    color: #2C4167;
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc h2,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc h2,
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc h3,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc h3,
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__text-desc h4,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__text-desc h4 {
    color: #2C4167;
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__link a,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__link a {
    color: #122954;
  }
  .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__link a:after,
  .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__link a:after {
    background-image: url('../images/ah-calendar/arrow.svg');
  }
  [lang="en"] .ah-people-cards > div > div:nth-child(4n+2) .ah-people-card__link a:after,
  [lang="en"] .ah-people-cards > div > div:nth-child(4n+3) .ah-people-card__link a:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }
}
/* One card */
.ah-people-card {
  padding: 6.25vw;
  box-sizing: border-box;
  position: relative;
  /* photo */
  /* text */
}
@media (min-width: 640px) {
  .ah-people-card {
    padding: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card {
    padding: 1.04166667vw;
  }
}
.ah-people-card__photo {
  text-align: center;
  margin-bottom: 12.5vw;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (min-width: 640px) {
  .ah-people-card__photo {
    margin-bottom: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__photo {
    margin-bottom: 2.08333333vw;
  }
}
.ah-people-card__photo img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  max-width: none;
}
.ah-people-card__photo-title {
  color: #122954;
}
.ah-people-card__photo-title a {
  color: #122954;
}
.ah-people-card__photo-title_phone {
  padding-right: 12.5vw;
  background: url('../images/ah-people-cards/phone.svg') right center no-repeat;
  background-size: 5.3125vw 5.3125vw;
  margin: 0 9.375vw 0 0;
}
@media (min-width: 640px) {
  .ah-people-card__photo-title_phone {
    margin: 0 3.125vw 0 0;
  }
}
@media (min-width: 960px) {
  .ah-people-card__photo-title_phone {
    margin: 0 1.5625vw 0 0;
  }
}
@media (min-width: 640px) {
  .ah-people-card__photo-title_phone {
    padding-right: 4.16666667vw;
    background-size: 1.77083333vw 1.77083333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__photo-title_phone {
    padding-right: 2.08333333vw;
    background-size: 0.88541667vw 0.88541667vw;
  }
}
[lang="en"] .ah-people-card__photo-title_phone {
  padding-right: 0;
  padding-left: 12.5vw;
  background-position: left center;
}
@media (min-width: 640px) {
  [lang="en"] .ah-people-card__photo-title_phone {
    padding-left: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-people-card__photo-title_phone {
    padding-left: 2.08333333vw;
  }
}
.ah-people-card__photo-title_email {
  padding-right: 12.5vw;
  background: url('../images/ah-people-cards/mail.svg') right center no-repeat;
  background-size: 5.3125vw 3.4375vw;
  margin: 0 9.375vw 18.75vw 0 !important;
}
@media (min-width: 640px) {
  .ah-people-card__photo-title_email {
    margin: 0 3.125vw 0 0 !important;
  }
}
@media (min-width: 960px) {
  .ah-people-card__photo-title_email {
    margin: 0 1.5625vw 0 0 !important;
  }
}
@media (min-width: 640px) {
  .ah-people-card__photo-title_email {
    padding-right: 4.16666667vw;
    background-size: 1.77083333vw 1.14583333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__photo-title_email {
    padding-right: 2.08333333vw;
    background-size: 0.88541667vw 0.57291667vw;
  }
}
[lang="en"] .ah-people-card__photo-title_email {
  padding-right: 0;
  padding-left: 12.5vw;
  background-position: left center;
}
@media (min-width: 640px) {
  [lang="en"] .ah-people-card__photo-title_email {
    padding-left: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-people-card__photo-title_email {
    padding-left: 2.08333333vw;
  }
}
.ah-people-card__text {
  margin: 6.25vw 9.375vw 0 0;
  position: relative;
  /* &::after {
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: 20px;

			left: 0;
			bottom: 0;

		} */
}
@media (min-width: 640px) {
  .ah-people-card__text {
    margin: 2.08333333vw 3.125vw 0 0;
  }
}
@media (min-width: 960px) {
  .ah-people-card__text {
    margin: 1.04166667vw 1.5625vw 0 0;
  }
}
[lang="en"] .ah-people-card__text {
  margin: 6.25vw 0 0 9.375vw;
}
@media (min-width: 640px) {
  [lang="en"] .ah-people-card__text {
    margin: 2.08333333vw 0 0 3.125vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-people-card__text {
    margin: 1.04166667vw 0 0 1.5625vw;
  }
}
.ah-people-card__text-title {
  font-size: 1.33333rem;
}
@media (min-width: 640px) {
  .ah-people-card__text-title {
    font-size: 1.66667rem;
  }
}
@media (min-width: 960px) {
}
.ah-people-card__text-subtitle {
  font-size: 1.16667rem;
  margin-bottom: 6.25vw;
}
@media (min-width: 640px) {
  .ah-people-card__text-subtitle {
    font-size: 1.33333rem;
    margin-bottom: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__text-subtitle {
    margin-bottom: 1.04166667vw;
  }
}
.ah-people-card__text-desc {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 18.75vw;
  margin-top: 6.25vw;
  overflow: hidden;
}
@media (min-width: 640px) {
  .ah-people-card__text-desc {
    margin-bottom: 6.25vw;
    margin-top: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__text-desc {
    margin-bottom: 3.125vw;
    margin-top: 1.04166667vw;
  }
}
.ah-people-card__link {
  position: absolute;
  bottom: 6.25vw;
  left: 6.25vw;
}
.ah-people-card__link a {
  font-size: 1rem;
}
.ah-people-card__link a:after {
  content: '';
  display: inline-block;
  width: 9.6875vw;
  height: 5.625vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9.6875vw 5.625vw;
  vertical-align: middle;
  margin-right: 1.5625vw;
  margin-left: 1.5625vw;
}
@media (min-width: 640px) {
  .ah-people-card__link a:after {
    width: 3.22916667vw;
    height: 1.875vw;
    background-size: 3.22916667vw 1.875vw;
    margin-right: 0.52083333vw;
    margin-left: 0.52083333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__link a:after {
    width: 1.61458333vw;
    height: 0.9375vw;
    background-size: 1.61458333vw 0.9375vw;
    margin-right: 0.26041667vw;
    margin-left: 0.26041667vw;
  }
}
@media (min-width: 640px) {
  .ah-people-card__link {
    bottom: 2.08333333vw;
    left: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-people-card__link {
    bottom: 1.04166667vw;
    left: 1.04166667vw;
  }
}
/*
	AREAS BLOCK
*/
.ah-areas {
  background-color: #B3C0DE;
  height: 100%;
}
.ah-areas__title {
  font-size: 1.88889rem;
  line-height: 1;
  color: #122954;
  background-color: #F1EBE5;
  text-align: center;
  padding: 21.875vw 0 18.75vw;
}
@media (min-width: 640px) {
  .ah-areas__title {
    padding: 7.29166667vw 0 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-areas__title {
    padding: 3.64583333vw 0 3.125vw;
  }
}
/* list */
.ah-areas-list {
  padding: 10.9375vw 6.25vw;
}
@media (min-width: 640px) {
  .ah-areas-list {
    padding: 3.64583333vw 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-areas-list {
    padding: 1.82291667vw 1.04166667vw;
  }
}
/* list item */
.ah-areas-list-item {
  margin-bottom: 7.8125vw;
}
@media (min-width: 640px) {
  .ah-areas-list-item {
    margin-bottom: 2.60416667vw;
  }
}
@media (min-width: 960px) {
  .ah-areas-list-item {
    margin-bottom: 1.30208333vw;
  }
}
.ah-areas-list-item__title {
  font-size: 1.66667rem;
  line-height: 1.3;
}
.ah-areas-list-item__title a {
  color: #122954;
}
.ah-areas-list-item__content {
  font-size: 1.33333rem;
  line-height: 1.3;
}
.ah-areas-list-item__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ah-areas-list-item__content ul li {
  list-style: none;
}
.ah-areas-list-item__content ul li a {
  color: #4d4d4d;
}
/*
	H1 in imaged BOX
*/
.ah-h1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ah-h1_contacts {
  background-image: url('../images/ah-h1/contacts.jpg');
}
.ah-h1_thumim {
  background-image: url('../images/ah-h1/thumim.jpg');
}
.ah-h1_thumim h1 {
  padding: 9.375vw 0 121.875vw !important;
}
@media (min-width: 640px) {
  .ah-h1_thumim h1 {
    padding: 3.125vw 0 40.625vw !important;
  }
}
@media (min-width: 960px) {
  .ah-h1_thumim h1 {
    padding: 1.5625vw 0 20.3125vw !important;
  }
}
.ah-h1 h1 {
  text-align: center;
  font-size: 2.44444rem;
  line-height: 1;
  color: #122954;
  padding: 21.875vw 0 21.875vw;
  margin: 0;
}
@media (min-width: 640px) {
  .ah-h1 h1 {
    font-size: 2.77778rem;
    padding: 20.83333333vw 0 22.91666667vw;
  }
}
@media (min-width: 960px) {
  .ah-h1 h1 {
    padding: 10.41666667vw 0 11.45833333vw;
  }
}
/*
	ARTICLE
*/
.ah-article {
  padding: 6.25vw;
  /* excerpt of article */
  /* content of article */
  /*
		SOCIAL media buttons
	*/
}
@media (min-width: 640px) {
  .ah-article {
    padding: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-article {
    padding: 3.125vw;
  }
}
.ah-article_border-bottom {
  border-bottom: 2px solid #C7B299;
}
.ah-article_border-bottom:last-of-type {
  border-bottom: 0;
}
.ah-article__lead {
  font-size: 1.16667rem;
  line-height: 1.2;
  color: #4d4d4d;
  margin-bottom: 6.25vw;
}
@media (min-width: 640px) {
  .ah-article__lead {
    margin-bottom: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-article__lead {
    margin-bottom: 1.04166667vw;
  }
}
.ah-article__lead a:hover {
  text-decoration: underline;
}
.ah-article__content {
  font-size: 1rem;
  line-height: 1.3;
  color: #4d4d4d;
}
.ah-article__content h2 {
  color: #122954;
}
.ah-article__content-link:after {
  content: '';
  display: inline-block;
  width: 9.6875vw;
  height: 5.625vw;
  background: url('../images/ah-services/arrow.svg') center center no-repeat;
  background-size: 9.6875vw 5.625vw;
  vertical-align: middle;
  margin-right: 9.375vw;
  margin-left: 1.5625vw;
}
[lang="en"] .ah-article__content-link:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 640px) {
  .ah-article__content-link:after {
    width: 3.22916667vw;
    height: 1.875vw;
    background-size: 3.22916667vw 1.875vw;
    margin-right: 3.125vw;
    margin-left: 0.52083333vw;
  }
}
@media (min-width: 960px) {
  .ah-article__content-link:after {
    width: 1.61458333vw;
    height: 0.9375vw;
    background-size: 1.61458333vw 0.9375vw;
    margin-right: 1.5625vw;
    margin-left: 0.26041667vw;
  }
}
.ah-article__content iframe {
  width: 78.125vw;
  height: 58.59375vw;
  margin: 0 auto;
  display: block;
}
@media (min-width: 640px) {
  .ah-article__content iframe {
    width: 62.5vw;
    height: 46.875vw;
  }
}
@media (min-width: 960px) {
  .ah-article__content iframe {
    width: 41.66666667vw;
    height: 31.25vw;
  }
}
.ah-article__content a:hover {
  text-decoration: underline;
}
.ah-article__content-share .ya-share2 {
  vertical-align: top !important;
}
.ah-article__content-share .ya-share2__list > .ya-share2__item {
  margin-right: 10px;
}
html[dir='rtl'] .ah-article__content-share .ya-share2__list > .ya-share2__item {
  margin-right: 0;
  margin-left: 10px;
}
.ah-article__content-share .ya-share2__list > .ya-share2__item > .ya-share2__link {
  background-color: #c69c6c;
}
.ah-article__content-share .ya-share2__list > .ya-share2__item > .ya-share2__link:hover {
  text-decoration: none;
}
.ah-article__content-share .ya-share2__list > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  display: inline;
  color: white;
  margin: 0 10px 0 0;
}
html[dir='rtl'] .ah-article__content-share .ya-share2__list > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  margin: 0 0 0 10px;
}
.ah-article__content-share .ya-share2__list > .ya-share2__item > .ya-share2__link > .ya-share2__badge {
  background-color: #c69c6c;
}
.ah-article__content-share-email {
  background-color: #c69c6c;
  color: white;
  line-height: 24px;
  font-family: Arial, sans;
  font-size: 13px;
  display: inline-block;
  padding: 0 10px 0 5px;
  vertical-align: middle;
  margin-left: 7px;
}
html[dir='rtl'] .ah-article__content-share-email {
  margin-left: 0px;
  padding: 0 5px 0 10px;
}
.ah-article__content-share-email:hover {
  color: white;
  text-decoration: none !important;
  opacity: 0.9;
}
.ah-article__content-share-email img {
  height: 20px;
  width: auto;
  padding-right: 5px;
}
html[dir='rtl'] .ah-article__content-share-email img {
  padding-right: 0;
  padding-left: 5px;
}
.ah-article__button {
  text-align: center;
}
.ah-article__button a {
  display: inline-block;
  box-sizing: border-box;
  padding: 3.125vw 18.75vw;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.33333rem;
  line-height: 1;
  margin: 0 4.6875vw;
  width: calc(100% -  9.375vw );
}
@media (min-width: 640px) {
  .ah-article__button a {
    font-size: 1.66667rem;
    padding: 1.04166667vw 0;
    border-radius: 1.25vw;
    margin: 0;
    width: 31.25vw;
  }
}
@media (min-width: 960px) {
  .ah-article__button a {
    padding: 0.52083333vw 0;
    border-radius: 0.625vw;
    width: 15.625vw;
  }
}
.ah-article__share-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.ah-article__share-buttons #widget .btn {
  background-color: #C69C6D;
}
/* Article author */
.ah-article-author {
  margin-bottom: 9.375vw;
}
@media (min-width: 640px) {
  .ah-article-author {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author {
    margin-bottom: 1.5625vw;
  }
}
.ah-article-author__photo {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 50%;
  max-width: 78.125vw;
  padding-bottom: 78.125vw;
  margin-bottom: 12.5vw;
}
@media (min-width: 640px) {
  .ah-article-author__photo {
    margin-bottom: 4.16666667vw;
    padding-bottom: 18.75vw;
    max-width: 18.75vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__photo {
    margin-bottom: 2.08333333vw;
    padding-bottom: 9.63541667vw;
    max-width: 9.63541667vw;
  }
}
.ah-article-author__photo img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  max-width: none;
}
.ah-article-author__title {
  font-size: 1.88889rem;
  line-height: 1.2;
  color: #122954;
  margin-right: 6.25vw;
}
@media (min-width: 640px) {
  .ah-article-author__title {
    font-size: 2.05556rem;
    margin-right: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__title {
    margin-right: 1.04166667vw;
  }
}
.ah-article-author__title_bold {
  font-weight: bold;
  margin-bottom: 3.125vw;
}
@media (min-width: 640px) {
  .ah-article-author__title_bold {
    margin-bottom: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__title_bold {
    margin-bottom: 0.52083333vw;
  }
}
.ah-article-author__subtitle {
  font-size: 1.16667rem;
  line-height: 1.2;
  color: #122954;
  margin-top: 0;
  margin-right: 6.25vw;
  margin-bottom: 9.375vw;
  max-width: 87.5vw;
}
@media (min-width: 640px) {
  .ah-article-author__subtitle {
    font-size: 1.5333295rem;
    margin-right: 2.08333333vw;
    margin-bottom: 3.125vw;
    max-width: 41.66666667vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__subtitle {
    margin-right: 1.04166667vw;
    margin-bottom: 1.5625vw;
    max-width: 23.4375vw;
  }
}
.ah-article-author__email {
  font-size: 1.16667rem;
  line-height: 1.2;
  color: #122954;
  margin-right: 6.25vw;
  padding-right: 12.5vw;
  background: url('../images/ah-people-cards/mail.svg') right center no-repeat;
  background-size: 5.3125vw 3.4375vw;
}
[lang="en"] .ah-article-author__email {
  padding-right: 0;
  padding-left: 12.5vw;
  background-position: left center;
}
@media (min-width: 640px) {
  [lang="en"] .ah-article-author__email {
    padding-left: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-article-author__email {
    padding-left: 2.08333333vw;
  }
}
@media (min-width: 640px) {
  .ah-article-author__email {
    font-size: 1.33333rem;
    margin-right: 2.08333333vw;
    padding-right: 4.16666667vw;
    background-size: 1.77083333vw 1.14583333vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__email {
    margin-right: 1.04166667vw;
    padding-right: 2.08333333vw;
    background-size: 0.88541667vw 0.57291667vw;
  }
}
.ah-article-author__phone {
  font-size: 1.16667rem;
  line-height: 1.2;
  color: #122954;
  margin-right: 6.25vw;
  padding-right: 12.5vw;
  background: url('../images/ah-people-cards/phone.svg') right center no-repeat;
  background-size: 5.3125vw 5.3125vw;
}
[lang="en"] .ah-article-author__phone {
  padding-right: 0;
  padding-left: 12.5vw;
  background-position: left center;
}
@media (min-width: 640px) {
  [lang="en"] .ah-article-author__phone {
    padding-left: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-article-author__phone {
    padding-left: 2.08333333vw;
  }
}
@media (min-width: 640px) {
  .ah-article-author__phone {
    font-size: 1.33333rem;
    margin-right: 2.08333333vw;
    padding-right: 4.16666667vw;
    background-size: 1.77083333vw 1.77083333vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__phone {
    margin-right: 1.04166667vw;
    padding-right: 2.08333333vw;
    background-size: 0.88541667vw 0.88541667vw;
  }
}
.ah-article-author__cv {
  font-size: 1.16667rem;
  line-height: 1.2;
  color: #122954;
  margin-right: 6.25vw;
  padding-right: 12.5vw;
  background: url('../images/ah-people-cards/cv.svg') right center no-repeat;
  background-size: 5.3125vw 5.3125vw;
}
[lang="en"] .ah-article-author__cv {
  padding-right: 0;
  padding-left: 12.5vw;
  background-position: left center;
}
@media (min-width: 640px) {
  [lang="en"] .ah-article-author__cv {
    padding-left: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-article-author__cv {
    padding-left: 2.08333333vw;
  }
}
@media (min-width: 640px) {
  .ah-article-author__cv {
    font-size: 1.33333rem;
    margin-right: 2.08333333vw;
    padding-right: 4.16666667vw;
    background-size: 1.77083333vw 1.77083333vw;
  }
}
@media (min-width: 960px) {
  .ah-article-author__cv {
    margin-right: 1.04166667vw;
    padding-right: 2.08333333vw;
    background-size: 0.88541667vw 0.88541667vw;
  }
}
/*
	VIDEO
*/
.ah-video {
  margin-bottom: 31.25vw;
}
@media (min-width: 640px) {
  .ah-video {
    margin-bottom: 10.41666667vw;
  }
}
@media (min-width: 960px) {
  .ah-video {
    margin-bottom: 5.20833333vw;
  }
}
.ah-video video {
  width: 100%;
  height: auto;
}
/* video inside content */
.ah-content-page .ah-video {
  padding: 0 18.75vw 25vw;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .ah-content-page .ah-video {
    padding: 0 6.25vw 8.33333333vw;
  }
}
@media (min-width: 960px) {
  .ah-content-page .ah-video {
    padding: 0 3.125vw 4.16666667vw;
  }
}
/*
	BUTTONS
*/
.ah-button {
  text-align: center;
  padding-top: 12.5vw;
}
@media (min-width: 640px) {
  .ah-button {
    padding-top: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-button {
    padding-top: 2.08333333vw;
  }
}
.ah-button a,
.ah-button button {
  display: inline-block;
  box-sizing: border-box;
  padding: 3.125vw 18.75vw;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.66667rem;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  .ah-button a,
  .ah-button button {
    padding: 1.04166667vw 0;
    border-radius: 1.25vw;
    width: 31.25vw;
  }
}
@media (min-width: 960px) {
  .ah-button a,
  .ah-button button {
    padding: 0.52083333vw 0;
    border-radius: 0.625vw;
    width: 15.625vw;
  }
}
.ah-button.ah-button_beige a,
.ah-button.ah-button_beige button {
  color: #122954;
  background-color: #F1EBE5;
}
/*
	TABS
*/
.ah-tabs {
  width: 100%;
  /* tabs titles */
  /* tabs content */
  /* form fields */
}
.ah-tabs__titles {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.ah-tabs__titles li {
  list-style: none;
  width: 50%;
  text-align: center;
  font-size: 1.16667rem;
  line-height: 1;
  padding: 9.375vw 0 9.375vw;
}
@media (min-width: 640px) {
  .ah-tabs__titles li {
    font-size: 2.77778rem;
    padding: 3.125vw 0 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__titles li {
    padding: 3.125vw 0 1.5625vw;
  }
}
.ah-tabs__titles_blue {
  background-color: #2C4167;
  color: #ffffff;
}
.ah-tabs__titles_blue a {
  color: #ffffff;
}
.ah-tabs__titles_beige {
  background-color: #F1EBE5;
  color: #122954;
}
.ah-tabs__titles_beige a {
  color: #122954;
}
.ah-tabs__content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  /* text block */
  /* map link */
  /* map */
}
.ah-tabs__content li {
  width: 100%;
  list-style: none;
  display: none;
}
@media (min-width: 960px) {
  .ah-tabs__content li {
    width: 50%;
    display: block;
  }
}
.ah-tabs__content li.uk-active {
  display: block;
}
.ah-tabs__content li > div {
  padding: 12.5vw 4.6875vw;
  /* for map div remove paddings */
}
@media (min-width: 640px) {
  .ah-tabs__content li > div {
    padding: 3.125vw 6.77083333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content li > div {
    padding: 1.5625vw 3.38541667vw;
  }
}
.ah-tabs__content li > div.ah-tabs__content-map {
  padding: 0;
}
.ah-tabs__content_blue {
  background-color: #2C4167;
  color: #ffffff;
}
.ah-tabs__content_blue a {
  color: #ffffff;
}
.ah-tabs__content_blue > .ah-tabs__content-text {
  color: #ffffff;
}
.ah-tabs__content_blue > .ah-tabs__content-text > a {
  color: #ffffff;
}
.ah-tabs__content_blue > .ah-tabs__content-link a {
  color: #122954;
  background-color: #F1EBE5;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ah-tabs__content_blue > .ah-tabs__content-link a:hover {
  background-color: #C7B299;
}
.ah-tabs__content_blue .success_contact {
  color: #ffffff;
}
.ah-tabs__content_beige {
  background-color: #F1EBE5;
  color: #4d4d4d;
}
.ah-tabs__content_beige a {
  color: #4d4d4d;
}
.ah-tabs__content_beige > .ah-tabs__content-link a {
  color: #F1EBE5;
  background-color: #2C4167;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ah-tabs__content_beige > .ah-tabs__content-link a:hover {
  background-color: #122954;
}
.ah-tabs__content-text {
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 1.16667rem;
  line-height: 1.2;
  margin-bottom: 25vw;
}
@media (min-width: 640px) {
  .ah-tabs__content-text {
    font-size: 1.88889rem;
    margin-bottom: 8.33333333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-text {
    margin-bottom: 4.16666667vw;
  }
}
.ah-tabs__content-link {
  text-align: center;
}
.ah-tabs__content-link a {
  display: inline-block;
  font-family: "Alef", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  width: 100%;
  padding: 10vw 0;
  border-radius: 3.125vw;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  .ah-tabs__content-link a {
    width: 21.875vw;
    padding: 3.33333333vw 0;
    border-radius: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-link a {
    width: 10.9375vw;
    padding: 1.66666667vw 0;
    border-radius: 0.52083333vw;
  }
}
.ah-tabs__content-map {
  display: none;
  position: relative;
  /* карта справа */
  /* карта слева */
  /* активная карта */
  /* подпись к карте */
  /* закрыть карту */
}
.ah-tabs__content-map #ah-tabs__content-map_right,
.ah-tabs__content-map #ah-tabs__content-map_left {
  height: 162.5vw;
  width: 100%;
}
@media (min-width: 640px) {
  .ah-tabs__content-map #ah-tabs__content-map_right,
  .ah-tabs__content-map #ah-tabs__content-map_left {
    height: 72.91666667vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map #ah-tabs__content-map_right,
  .ah-tabs__content-map #ah-tabs__content-map_left {
    height: 43.75vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map_right {
    margin-left: -100%;
  }
  [lang="en"] .ah-tabs__content-map_right {
    margin-left: 0;
    margin-right: -100%;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map_left {
    margin-right: -100%;
  }
  [lang="en"] .ah-tabs__content-map_left {
    margin-right: 0;
    margin-left: -100%;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map_active {
    position: relative;
    z-index: 2;
  }
}
.ah-tabs__content-map-label {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.6875vw;
  box-sizing: border-box;
  display: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* показываем только активный лейбл */
  /* подпись справа на синем фоне */
  /* подпись слева на бежевом фоне */
  /* подписи справа */
  /* подписи слева */
  /* текст в подписи */
  /* иконка waze */
  /* иконка gmap */
}
@media (min-width: 640px) {
  .ah-tabs__content-map-label {
    padding: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map-label {
    padding: 1.04166667vw;
  }
}
.ah-tabs__content-map_active .ah-tabs__content-map-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.ah-tabs__content-map_right .ah-tabs__content-map-label {
  background-color: rgba(44, 65, 103, 0.8);
}
.ah-tabs__content-map_left .ah-tabs__content-map-label {
  background-color: rgba(241, 235, 229, 0.8);
}
.ah-tabs__content-map-label_right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}
.ah-tabs__content-map-label_left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}
.ah-tabs__content-map-label_text {
  font-size: 1.66667rem;
  line-height: 1;
  /* текст на синей плашке - белый */
  /* текст на бежевой плашке - темно-синий */
}
.ah-tabs__content-map_right .ah-tabs__content-map-label_text {
  color: #ffffff;
}
.ah-tabs__content-map_left .ah-tabs__content-map-label_text {
  color: #122954;
}
.ah-tabs__content-map-label_waze a {
  display: block;
  height: 15.625vw;
  width: 15.625vw;
  margin-right: 0vw;
  background: url('../images/ah-contact/waze.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .ah-tabs__content-map-label_waze a {
    height: 5.20833333vw;
    width: 5.20833333vw;
    margin-right: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map-label_waze a {
    height: 2.60416667vw;
    width: 2.60416667vw;
    margin-right: 1.04166667vw;
  }
}
.ah-tabs__content-map-label_gmap a {
  display: block;
  height: 15.625vw;
  width: 15.625vw;
  margin-right: 6.25vw;
  background: url('../images/ah-contact/gmap.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .ah-tabs__content-map-label_gmap a {
    height: 5.20833333vw;
    width: 5.20833333vw;
    margin-right: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map-label_gmap a {
    height: 2.60416667vw;
    width: 2.60416667vw;
    margin-right: 1.04166667vw;
  }
}
.ah-tabs__content-map-close {
  font-size: 0rem;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 18.75vw;
  /* текст на синей плашке - белый */
  /* текст на бежевой плашке - темно-синий */
}
@media (min-width: 640px) {
  .ah-tabs__content-map-close {
    font-size: 1.66667rem;
    padding-left: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map-close {
    padding-left: 3.125vw;
  }
}
.ah-tabs__content-map-close:before,
.ah-tabs__content-map-close:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12.5vw;
  height: 0;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 640px) {
  .ah-tabs__content-map-close:before,
  .ah-tabs__content-map-close:after {
    width: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__content-map-close:before,
  .ah-tabs__content-map-close:after {
    width: 2.08333333vw;
  }
}
.ah-tabs__content-map-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ah-tabs__content-map_right .ah-tabs__content-map-close {
  color: #ffffff;
}
.ah-tabs__content-map_left .ah-tabs__content-map-close {
  color: #122954;
}
.ah-tabs__content-map_left .ah-tabs__content-map-close:before,
.ah-tabs__content-map_left .ah-tabs__content-map-close:after {
  border-bottom: 1px solid #122954;
}
.ah-tabs__form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.ah-tabs__form legend {
  display: none;
  text-align: center;
  font-size: 1.16667rem;
  line-height: 1;
  color: #122954;
  margin-bottom: 12.5vw;
}
@media (min-width: 640px) {
  .ah-tabs__form legend {
    display: block;
    font-size: 2.77778rem;
    margin-bottom: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form legend {
    font-size: 1.83333rem;
    margin-bottom: 2.08333333vw;
  }
}
.ah-tabs__content_blue .ah-tabs__form legend {
  color: #ffffff;
}
.ah-tabs__form-select,
.ah-tabs__form-textarea,
.ah-tabs__form-input {
  padding: 1.5625vw 0;
}
@media (min-width: 640px) {
  .ah-tabs__form-select,
  .ah-tabs__form-textarea,
  .ah-tabs__form-input {
    padding: 0.52083333vw 0;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-select,
  .ah-tabs__form-textarea,
  .ah-tabs__form-input {
    padding: 0.26041667vw;
  }
}
.ah-tabs__form-select select,
.ah-tabs__form-textarea select,
.ah-tabs__form-input select,
.ah-tabs__form-select textarea,
.ah-tabs__form-textarea textarea,
.ah-tabs__form-input textarea,
.ah-tabs__form-select input,
.ah-tabs__form-textarea input,
.ah-tabs__form-input input {
  display: inline-block;
  box-sizing: border-box;
  padding: 4.6875vw 4.6875vw;
  color: #122954;
  background-color: #ffffff;
  border-radius: 3.75vw;
  border: 0;
  width: 100%;
  font-family: "Alef", sans-serif;
  font-size: 1.16667rem;
  line-height: 1;
  /* placeholder color */
}
@media (min-width: 640px) {
  .ah-tabs__form-select select,
  .ah-tabs__form-textarea select,
  .ah-tabs__form-input select,
  .ah-tabs__form-select textarea,
  .ah-tabs__form-textarea textarea,
  .ah-tabs__form-input textarea,
  .ah-tabs__form-select input,
  .ah-tabs__form-textarea input,
  .ah-tabs__form-input input {
    padding: 2.60416667vw 2.60416667vw;
    border-radius: 1.25vw;
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-select select,
  .ah-tabs__form-textarea select,
  .ah-tabs__form-input select,
  .ah-tabs__form-select textarea,
  .ah-tabs__form-textarea textarea,
  .ah-tabs__form-input textarea,
  .ah-tabs__form-select input,
  .ah-tabs__form-textarea input,
  .ah-tabs__form-input input {
    padding: 1.30208333vw 1.30208333vw;
    border-radius: 0.625vw;
    font-size: 1.83333rem;
  }
}
.ah-tabs__form-select select:focus,
.ah-tabs__form-textarea select:focus,
.ah-tabs__form-input select:focus,
.ah-tabs__form-select textarea:focus,
.ah-tabs__form-textarea textarea:focus,
.ah-tabs__form-input textarea:focus,
.ah-tabs__form-select input:focus,
.ah-tabs__form-textarea input:focus,
.ah-tabs__form-input input:focus {
  outline: 0;
}
.ah-tabs__form-select select::-webkit-input-placeholder,
.ah-tabs__form-textarea select::-webkit-input-placeholder,
.ah-tabs__form-input select::-webkit-input-placeholder,
.ah-tabs__form-select textarea::-webkit-input-placeholder,
.ah-tabs__form-textarea textarea::-webkit-input-placeholder,
.ah-tabs__form-input textarea::-webkit-input-placeholder,
.ah-tabs__form-select input::-webkit-input-placeholder,
.ah-tabs__form-textarea input::-webkit-input-placeholder,
.ah-tabs__form-input input::-webkit-input-placeholder {
  color: #C69C6D;
}
.ah-tabs__form-select select::-moz-placeholder,
.ah-tabs__form-textarea select::-moz-placeholder,
.ah-tabs__form-input select::-moz-placeholder,
.ah-tabs__form-select textarea::-moz-placeholder,
.ah-tabs__form-textarea textarea::-moz-placeholder,
.ah-tabs__form-input textarea::-moz-placeholder,
.ah-tabs__form-select input::-moz-placeholder,
.ah-tabs__form-textarea input::-moz-placeholder,
.ah-tabs__form-input input::-moz-placeholder {
  color: #C69C6D;
}
.ah-tabs__form-select select:-moz-placeholder,
.ah-tabs__form-textarea select:-moz-placeholder,
.ah-tabs__form-input select:-moz-placeholder,
.ah-tabs__form-select textarea:-moz-placeholder,
.ah-tabs__form-textarea textarea:-moz-placeholder,
.ah-tabs__form-input textarea:-moz-placeholder,
.ah-tabs__form-select input:-moz-placeholder,
.ah-tabs__form-textarea input:-moz-placeholder,
.ah-tabs__form-input input:-moz-placeholder {
  color: #C69C6D;
}
.ah-tabs__form-select select:-ms-input-placeholder,
.ah-tabs__form-textarea select:-ms-input-placeholder,
.ah-tabs__form-input select:-ms-input-placeholder,
.ah-tabs__form-select textarea:-ms-input-placeholder,
.ah-tabs__form-textarea textarea:-ms-input-placeholder,
.ah-tabs__form-input textarea:-ms-input-placeholder,
.ah-tabs__form-select input:-ms-input-placeholder,
.ah-tabs__form-textarea input:-ms-input-placeholder,
.ah-tabs__form-input input:-ms-input-placeholder {
  color: #C69C6D;
}
.ah-tabs__form-select textarea,
.ah-tabs__form-textarea textarea,
.ah-tabs__form-input textarea {
  vertical-align: top;
}
.ah-tabs__form-submit {
  margin-bottom: 18.75vw;
}
@media (min-width: 640px) {
  .ah-tabs__form-submit {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-submit {
    margin-bottom: 3.125vw;
  }
}
/* select2 */
.ah-tabs__form-select .select2-container--default {
  /* select открыт */
}
.ah-tabs__form-select .select2-container--default .selection .select2-selection--single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border: 0;
  border-radius: 3.125vw;
  padding: 4.6875vw;
  width: 100%;
  height: 17.5vw;
  outline: 0;
  /* стрелка */
}
@media (min-width: 640px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single {
    border-radius: 1.04166667vw;
    padding: 2.60416667vw;
    height: 8.64583333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single {
    border-radius: 0.52083333vw;
    padding: 1.30208333vw;
    height: 4.89583333vw;
  }
}
.ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  font-size: 1.16667rem;
  color: #122954;
  line-height: 1;
  padding-right: 0;
}
@media (min-width: 640px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 1.83333rem;
  }
}
.ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  display: inline-block;
  color: #C69C6D;
}
.ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4.6875vw;
  width: 18.75vw;
  height: 18.75vw;
}
[lang="en"] .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 0;
}
@media (min-width: 640px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: 2.60416667vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: 1.82291667vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  border: 0;
  border-left: 0.625vw solid #122954;
  border-bottom: 0.625vw solid #122954;
  width: 3.125vw;
  height: 3.125vw;
  top: 7.8125vw;
  left: 6.25vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 25% 75% 0;
  transform-origin: 25% 75% 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    border-left: 0.20833333vw solid #122954;
    border-bottom: 0.20833333vw solid #122954;
    width: 2.08333333vw;
    height: 2.08333333vw;
    top: 2.08333333vw;
    left: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-tabs__form-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    border-left: 0.10416667vw solid #122954;
    border-bottom: 0.10416667vw solid #122954;
    width: 1.04166667vw;
    height: 1.04166667vw;
    top: 1.04166667vw;
    left: 1.04166667vw;
  }
}
.ah-tabs__form-select .select2-container--default.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*
	SEARCH block
*/
.ah-search {
  display: none;
  position: fixed;
  top: 25vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -3px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(96, 96, 96, 0.5);
  z-index: 1300;
  /* close button */
  /* строки формы */
}
@media (min-width: 640px) {
  .ah-search {
    top: 13.02083333vw;
    bottom: auto;
  }
}
@media (min-width: 960px) {
  .ah-search {
    top: 8.02083333vw;
  }
}
.ah-search__close {
  position: fixed;
  display: none;
  z-index: 990;
  background-color: #ffffff;
  height: 25vw;
  width: 100vw;
  top: 0;
  left: 0;
  cursor: pointer;
}
[lang="en"] .ah-search__close {
  left: auto;
  right: 0;
}
@media (min-width: 640px) {
  .ah-search__close {
    height: 13.02083333vw;
    width: 100vw;
  }
}
@media (min-width: 960px) {
  .ah-search__close {
    height: calc(  8.02083333vw );
    width: 9.47916667vw;
  }
}
.ah-search__close:before,
.ah-search__close:after {
  content: '';
  display: block;
  position: absolute;
  left: 4.6875vw;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15.625vw;
  height: 0;
  border-bottom: 1px solid #122954;
}
@media (min-width: 640px) {
  .ah-search__close:before,
  .ah-search__close:after {
    width: 6.77083333vw;
    left: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-search__close:before,
  .ah-search__close:after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: 50%;
    width: 2.60416667vw;
  }
}
.ah-search__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 960px) {
  .ah-search__close:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
}
.ah-search__row {
  max-width: 90.625vw;
  margin: 0 auto 7.8125vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: stretch;
          align-items: stretch;
  /* radios like tabs */
  /* input */
  /* reset */
  /* selects */
  /* submit */
}
@media (min-width: 640px) {
  .ah-search__row {
    max-width: 83.33333333vw;
    margin: 0 auto 3.125vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row {
    max-width: 52.08333333vw;
    margin: 0 auto 1.5625vw;
  }
}
.ah-search__row:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .ah-search__row_tabs {
    max-width: 100%;
  }
}
.ah-search__row_tabs .ah-search__row-radio {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}
.ah-search__row_tabs .ah-search__row-radio label {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.16667rem;
  line-height: 1;
  font-weight: bold;
  color: #122954;
  cursor: pointer;
  padding: 3.125vw 4.6875vw;
  background-color: #ddd1c2;
}
@media (min-width: 640px) {
  .ah-search__row_tabs .ah-search__row-radio label {
    padding: 1.5625vw;
    font-size: 1.66667rem;
  }
}
@media (min-width: 960px) {
  .ah-search__row_tabs .ah-search__row-radio label {
    background-color: #ddd1c2;
    padding: 0.78125vw;
    font-size: 1.66667rem;
  }
}
.ah-search__row_tabs .ah-search__row-radio label[for="ah-search__row-radio_site"] {
  padding-top: 5.625vw;
}
@media (min-width: 640px) {
  .ah-search__row_tabs .ah-search__row-radio label[for="ah-search__row-radio_site"] {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row_tabs .ah-search__row-radio label[for="ah-search__row-radio_site"] {
    padding-top: 0.78125vw;
  }
}
.ah-search__row_tabs .ah-search__row-radio input[type="radio"]:checked + label {
  background-color: #C7B299;
  color: #122954;
}
@media (min-width: 960px) {
  .ah-search__row_tabs .ah-search__row-radio input[type="radio"]:checked + label {
    background-color: #C7B299;
    color: #122954;
  }
}
.ah-search__row_tabs .ah-search__row-radio input {
  position: absolute;
  opacity: 0;
}
.ah-search__row-input {
  width: 83%;
  position: relative;
}
@media (min-width: 640px) {
  .ah-search__row-input {
    width: 80%;
  }
}
.ah-search__row-input input {
  width: 100%;
  box-sizing: border-box;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #C7B299;
  border-top-right-radius: 3.125vw;
  border-bottom-right-radius: 3.125vw;
  outline: 0;
  padding: 3.125vw 4.6875vw;
  font-size: 1.16667rem;
  color: #122954;
  line-height: 1;
  /* placeholder color */
}
[lang="en"] .ah-search__row-input input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3.125vw;
  border-bottom-left-radius: 3.125vw;
  border-width: 1px 0 1px 1px;
}
@media (min-width: 640px) {
  [lang="en"] .ah-search__row-input input {
    border-top-left-radius: 1.04166667vw;
    border-bottom-left-radius: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-search__row-input input {
    border-top-left-radius: 0.52083333vw;
    border-bottom-left-radius: 0.52083333vw;
  }
}
@media (min-width: 640px) {
  .ah-search__row-input input {
    font-size: 1.33333rem;
    border-top-right-radius: 1.04166667vw;
    border-bottom-right-radius: 1.04166667vw;
    padding: 1.04166667vw 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-input input {
    font-size: 1.66667rem;
    border-top-right-radius: 0.52083333vw;
    border-bottom-right-radius: 0.52083333vw;
    padding: 0.52083333vw 0.78125vw;
  }
}
.ah-search__row-input input::-webkit-input-placeholder {
  color: #122954;
}
.ah-search__row-input input::-moz-placeholder {
  color: #122954;
}
.ah-search__row-input input:-moz-placeholder {
  color: #122954;
}
.ah-search__row-input input:-ms-input-placeholder {
  color: #122954;
}
.ah-search__row-input_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  display: inline-block;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
[lang="en"] .ah-search__row-input_icon {
  left: auto;
  right: 1rem;
}
.ah-search__row-input_icon a {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #C7B299;
  text-align: center;
  vertical-align: middle;
  font-size: 1.16667rem;
  line-height: 1.33333rem;
  width: 1.33333rem;
}
@media (min-width: 640px) {
  .ah-search__row-input_icon a {
    font-size: 1.33333rem;
    line-height: 1.75rem;
    width: 1.75rem;
  }
}
@media (min-width: 960px) {
  .ah-search__row-input_icon a {
    font-size: 1.66667rem;
    line-height: 1.88889rem;
    width: 1.88889rem;
  }
}
.ah-search__row-input_tooltip {
  line-height: 1;
}
.ah-search__row-reset {
  width: 17%;
}
@media (min-width: 640px) {
  .ah-search__row-reset {
    width: 20%;
  }
}
.ah-search__row-reset button {
  width: 100%;
  height: 100%;
  background-color: #C7B299;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #C7B299;
  border-top-left-radius: 3.125vw;
  border-bottom-left-radius: 3.125vw;
  padding: 3.125vw 3.125vw;
  font-size: 0rem;
  color: #122954;
  line-height: 1;
  position: relative;
}
[lang="en"] .ah-search__row-reset button {
  border-width: 1px 1px 1px 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3.125vw;
  border-bottom-right-radius: 3.125vw;
}
@media (min-width: 640px) {
  [lang="en"] .ah-search__row-reset button {
    border-top-right-radius: 1.04166667vw;
    border-bottom-right-radius: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-search__row-reset button {
    border-top-right-radius: 0.52083333vw;
    border-bottom-right-radius: 0.52083333vw;
  }
}
@media (min-width: 640px) {
  .ah-search__row-reset button {
    font-size: 1.33333rem;
    color: #122954;
    border-top-left-radius: 1.04166667vw;
    border-bottom-left-radius: 1.04166667vw;
    padding: 1.04166667vw 1.5625vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-reset button {
    font-size: 1.66667rem;
    border-top-left-radius: 0.52083333vw;
    border-bottom-left-radius: 0.52083333vw;
    padding: 0.52083333vw 0.78125vw;
  }
}
.ah-search__row-reset button:before,
.ah-search__row-reset button:after {
  content: '';
  position: absolute;
  width: 50%;
  border-bottom: 1px solid #122954;
  top: 50%;
  left: 23%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 640px) {
  .ah-search__row-reset button:before,
  .ah-search__row-reset button:after {
    display: none;
  }
}
.ah-search__row-reset button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ah-search__row-select {
  width: 100%;
}
.ah-search__row-submit {
  text-align: center;
  width: 100%;
  margin: 6.25vw 0 25vw;
}
@media (min-width: 640px) {
  .ah-search__row-submit {
    margin: 2.08333333vw 0 8.33333333vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-submit {
    margin: 1.04166667vw 0 4.16666667vw;
  }
}
.ah-search__row-submit button {
  display: inline-block;
  box-sizing: border-box;
  padding: 4.6875vw 0;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.66667rem;
  line-height: 1;
  width: 100%;
}
@media (min-width: 640px) {
  .ah-search__row-submit button {
    padding: 1.5625vw 0;
    border-radius: 1.25vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-submit button {
    padding: 0.78125vw 0;
    border-radius: 0.625vw;
  }
}
/* Select2 */
.select2-dropdown {
  z-index: 1351;
}
.ah-search__row-select .select2-container--default {
  /* select открыт */
}
.ah-search__row-select .select2-container--default .selection .select2-selection--single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #C7B299;
  border-radius: 3.125vw;
  padding: 3.125vw 4.6875vw;
  width: 100%;
  height: 15vw;
  outline: 0;
  /* стрелка */
}
@media (min-width: 640px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single {
    border-radius: 1.04166667vw;
    padding: 1.04166667vw 1.5625vw;
    height: 5.57291667vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single {
    border-radius: 0.52083333vw;
    padding: 0.52083333vw 0.78125vw;
    height: 3.15104167vw;
  }
}
.ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  font-size: 1.16667rem;
  color: #122954;
  line-height: 1;
  padding-right: 0;
}
@media (min-width: 640px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 1.33333rem;
  }
}
@media (min-width: 960px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 1.83333rem;
  }
}
.ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  display: inline-block;
  color: #C69C6D;
}
.ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.125vw;
  width: 18.75vw;
  height: 18.75vw;
}
[lang="en"] .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 3.125vw;
}
@media (min-width: 640px) {
  [lang="en"] .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    right: 1.04166667vw;
  }
}
@media (min-width: 960px) {
  [lang="en"] .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    right: 0.52083333vw;
  }
}
@media (min-width: 640px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: 1.5625vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    left: 1.04166667vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  border: 0;
  border-left: 0.625vw solid #122954;
  border-bottom: 0.625vw solid #122954;
  width: 3.125vw;
  height: 3.125vw;
  top: 7.8125vw;
  left: 6.25vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 25% 75% 0;
  transform-origin: 25% 75% 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    border-left: 0.20833333vw solid #122954;
    border-bottom: 0.20833333vw solid #122954;
    width: 2.08333333vw;
    height: 2.08333333vw;
    top: 2.08333333vw;
    left: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-search__row-select .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
    border-left: 0.10416667vw solid #122954;
    border-bottom: 0.10416667vw solid #122954;
    width: 1.04166667vw;
    height: 1.04166667vw;
    top: 1.04166667vw;
    left: 1.04166667vw;
  }
}
.ah-search__row-select .select2-container--default.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*
	SEARCH RESULT
*/
.ah-search-results__title {
  background-color: #C7B299;
  padding: 6.25vw;
  font-family: "FbYaguar", "Alef", sans-serif;
  font-size: 2.44444rem;
  line-height: 1;
  color: #122954;
}
@media (min-width: 640px) {
  .ah-search-results__title {
    padding: 2.08333333vw;
  }
}
@media (min-width: 960px) {
  .ah-search-results__title {
    padding: 1.04166667vw;
  }
}
.ah-search-results__title_inner {
  max-width: 81.25vw;
  margin: 0vw auto 0vw;
}
@media (min-width: 640px) {
  .ah-search-results__title_inner {
    max-width: 100%;
    margin: 0vw 5.20833333vw 0vw;
  }
}
@media (min-width: 960px) {
  .ah-search-results__title_inner {
    max-width: 59.63541667vw;
    margin: 0vw auto 0vw;
  }
}
.ah-search-results__container {
  max-width: 93.75vw;
  margin: 12.5vw auto 0vw;
}
@media (min-width: 640px) {
  .ah-search-results__container {
    max-width: 100%;
    margin: 4.16666667vw 1.5625vw 0vw;
  }
}
@media (min-width: 960px) {
  .ah-search-results__container {
    max-width: 65.88541667vw;
    margin: 2.08333333vw auto 0vw;
  }
}
.ah-search-results__button {
  text-align: center;
}
.ah-search-results__button a {
  display: inline-block;
  box-sizing: border-box;
  padding: 3.125vw 18.75vw;
  color: #ffffff;
  background-color: #2C4167;
  border: 1px solid #ffffff;
  border-radius: 3.75vw;
  font-size: 1.33333rem;
  line-height: 1;
  margin: 0 4.6875vw;
  width: calc(100% -  9.375vw );
}
@media (min-width: 640px) {
  .ah-search-results__button a {
    font-size: 1.66667rem;
    padding: 1.04166667vw 0;
    border-radius: 1.25vw;
    margin: 0;
    width: 31.25vw;
  }
}
@media (min-width: 960px) {
  .ah-search-results__button a {
    padding: 0.52083333vw 0;
    border-radius: 0.625vw;
    width: 15.625vw;
  }
}
.highlight {
  background-color: yellow;
}
/*
	MOBILE MENU
*/
.ah-mobile-menu {
  z-index: 1200;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ah-mobile-menu::before {
  background: rgba(0, 0, 0, 0.5);
}
.ah-mobile-menu__content {
  width: 100vw;
  bottom: auto;
  background-color: #122954;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 640px) {
}
.ah-mobile-menu__content .uk-navbar-item {
  float: right;
  height: 9.375vw;
}
.ah-mobile-menu__content .uk-navbar-item a img {
  height: 9.375vw;
}
.uk-open .ah-mobile-menu__content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ah-mobile-menu__content .uk-close {
  color: #ffffff;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.ah-mobile-menu__content .ah-footer-nav {
  padding-top: 6.25vw;
}
.ah-accessibility {
  color: #4d4d4d;
}
.ah-accessibility li {
  font-size: 1rem;
}
.ah-accessibility li a {
  margin-left: 0;
}
.ah-accessibility__text a {
  position: relative;
}
.ah-accessibility__text a::before {
  content: "א";
  right: 14px;
  bottom: 5px;
  color: #000000;
  padding-left: 1rem;
}
.ah-accessibility__text_large a::before {
  font-size: 1.2rem;
}
.ah-accessibility__text_medium a::before {
  font-size: 1rem;
}
.ah-accessibility__text_little a::before {
  font-size: 0.9rem;
}
.ah-accessibility .uk-nav-divider {
  margin: 5px 0;
  border-top: 2px solid #000;
}
.ah-accessibility__contrast a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.3rem;
  width: 0;
  height: 0.8rem;
  border: 2px solid #000000;
  padding-left: 0.8rem;
  margin-left: 0.5rem;
}
.ah-accessibility__contrast_none a::before {
  background-color: #ffffff;
}
.ah-accessibility__contrast_grayscale a::before {
  background-color: rgba(77, 77, 77, 0.5);
}
.ah-accessibility__contrast_high a::before {
  background-color: #000000;
}
.extension_highcontrast {
  -webkit-filter: url(#extension_highcontrast);
  filter: url(#extension_highcontrast);
}
.extension_grayscale {
  -webkit-filter: url(#extension_grayscale);
  filter: url(#extension_grayscale);
}
.extension_textlarge {
  font-size: 6vw;
}
@media (min-width: 640px) {
  .extension_textlarge {
    font-size: 2.25vw;
  }
}
@media (min-width: 960px) {
  .extension_textlarge {
    font-size: 1.25142857vw;
  }
}
.extension_textlittle {
  font-size: 4.5vw;
}
@media (min-width: 640px) {
  .extension_textlittle {
    font-size: 1.6875vw;
  }
}
@media (min-width: 960px) {
  .extension_textlittle {
    font-size: 0.93857143vw;
  }
}
.spec-hidden {
  position: absolute;
  z-index: -1;
  top: -200px;
  right: 0;
}
.ah-content-page .ppt_text {
  border-bottom: 2px solid #C7B299;
  padding: 6.25vw 0;
}
@media (min-width: 640px) {
  .ah-content-page .ppt_text {
    padding: 4.16666667vw 0;
  }
}
@media (min-width: 960px) {
  .ah-content-page .ppt_text {
    padding: 3.125vw 0;
  }
}
.ah-content-page .post_ppt {
  padding: 0 6.25vw 0;
}
@media (min-width: 640px) {
  .ah-content-page .post_ppt {
    padding: 0 4.16666667vw 0;
  }
}
@media (min-width: 960px) {
  .ah-content-page .post_ppt {
    padding: 0 3.125vw 0;
  }
}
.cat_ppt {
  margin: 0;
}
.ah-pptx .owl-nav {
  margin-top: 18.75vw;
}
@media (min-width: 640px) {
  .ah-pptx .owl-nav {
    margin-top: 6.25vw;
  }
}
@media (min-width: 960px) {
  .ah-pptx .owl-nav {
    margin-top: 3.125vw;
  }
}
.ah-pptx .owl-nav .owl-next,
.ah-pptx .owl-nav .owl-prev {
  width: 12.5vw;
  height: 12.5vw;
  padding: 0;
  border-radius: 0;
  background: none;
  border-top: 2px solid #122954;
  border-left: 2px solid #122954;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[lang="en"] .ah-pptx .owl-nav .owl-next,
[lang="en"] .ah-pptx .owl-nav .owl-prev {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 640px) {
  .ah-pptx .owl-nav .owl-next,
  .ah-pptx .owl-nav .owl-prev {
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
}
@media (min-width: 960px) {
  .ah-pptx .owl-nav .owl-next,
  .ah-pptx .owl-nav .owl-prev {
    width: 2.08333333vw;
    height: 2.08333333vw;
  }
}
.ah-pptx .owl-nav .owl-next:hover,
.ah-pptx .owl-nav .owl-prev:hover {
  background: none;
}
.ah-pptx .owl-nav .owl-prev {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
[lang="en"] .ah-pptx .owl-nav .owl-prev {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=./app.css.map */