@charset "UTF-8";
/***************************
       Aplication File
****************************/
/***************************
          Utilites
****************************/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/*
.hide {
  display: none !important; }

.show {
  display: block !important; }
*/
.uppercase {
  text-transform: uppercase; }

.image-block img,
.image-block svg {
  display: block;
  width: 100%;
  height: inherit;
  border-radius: inherit; }

/***************************
        Variables
****************************/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::-ms-clear {
  display: none; }

::-ms-reveal {
  display: none; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input:focus,
button:focus,
textarea:focus {
  outline: none; }

button {
  border: none; }

a {
  text-decoration: none; }

ul {
  list-style: none;
}

html {
  width: 100%;
  min-width: 290px;
  min-height: 100%;
  height: 100%;
  font-size: 15px;
}
  @media screen and (max-width: 1280px) {
    html {
      font-size: 14px;
    }

}

body {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: #fff;
  color: #000; }

.site-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.625rem;
  position: relative;

}
  @media screen and (max-width: 1140px) {
    .site-container {
      padding: 0 0.9375rem; } }

.page-subheader {
  text-transform: uppercase;
  border-bottom: 3px solid #ff5f3b;
  font-size: 1.5625rem;
  color: #000;
  line-height: 1.6875rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5625rem; }

.page-subsubheader {
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}


.bb-none {
  border-bottom: none!important;
}


.page-content {
  padding-top: 4.0625rem;
  font-size: 1.5625rem; }
  .page-content p, .page-content ul {
    margin-bottom: 1.5625rem; }

.page-content ul {
  list-style: disc;
  padding-left: 3rem;
}

  .page-content a {
    color: #ff5f3b;
    font-weight: 600;
    transition: 250ms cubic-bezier(0.77, 0, 0.175, 1); }

  .page-content a:hover {
    color: #d42700;
  }

.page-content ul li {
    position: relative;
    /*padding-left: 1.125rem;*/
}

.page-content ul li:before {
    /*content: '';*/
    border-radius: 50%;
    background-color: #000;
    width: 0.4375rem;
    height: 0.4375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.li-free.page-content ul li:before {
    display: none;
}

.li-free.page-content ul  {
    margin-left: 3rem;
    margin-top: 1rem;
}

.li-free.page-content ul li  {
    padding-bottom: 0.7rem;
}

.li-free.page-content strong  {
    padding-bottom: 1rem;
    display: inline-block;
}

.accent-text {
  color: #ff5f3b;
  font-weight: 600; }

.site-header {
  font-size: 0;
  position: relative;
  z-index: 10; }

.site-header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 0; }
  @media screen and (max-width: 1140px) {
    .site-header-wrapper {
      padding: 0.9375rem 0; } }

.site-header__logo,
.site-header__menu,
.site-header__separator,
.site-header__menu-link,
.site-header__accent-links,
.site-header__accent-link,
.site-header__social,
.site-header__social-link,
.site-header__phones {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5; }

.site-header__menu a:hover {
  text-decoration: none;
}

.site-header__menu-button {
  display: none;
  cursor: pointer;
  width: 1.875rem; }
  @media screen and (max-width: 980px) {
    .site-header__menu-button {
      display: block; } }

.site-header__logo {
  width: 7.25rem; }
  .site-header__logo img {
    border: none; }
  @media screen and (max-width: 1140px) {
    .site-header__logo {
      width: 5.625rem;
      height: auto; } }

@media screen and (max-width: 980px) {
  .site-geader__right-side {
    display: none; } }

.site-header__menu-item {
  margin-right: 1rem;
  display: inline-block;
  position: relative; }
  .site-header__menu-item:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 1080px) {
    .site-header__menu-item {
      margin-right: 0.625rem; } }

.site-header__menu-link {
  color: #000;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-size: 0.875rem;
}
  .site-header__menu-link:hover {
    color: #0e78bb; }

.site-header__menu-dropdown {
  position: absolute;
  min-width: 7.5rem;
  background-color: #fff;
  border-radius: 4px;
  top: 250%;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  box-shadow: 0 0.625rem 2rem 0 rgba(0, 0, 0, 0.32);
  display: none;
  opacity: .2;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: none; }
  .site-header__menu-dropdown.state-prevent {
    display: block; }

.site-header__menu-dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: #000!important; }
  .site-header__menu-dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0.05); }

.site-header__separator {
  height: 2.875rem;
  width: 1px;
  background-color: #484848;
  margin: 0 1.25rem; }
  @media screen and (max-width: 1140px) {
    .site-header__separator {
      margin: 0 0.625rem; } }

.site-header__accent-link {
  width: 3.125rem;
  margin-right: 0.625rem;
  text-align: center;
  color: #000;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .site-header__accent-link:hover {
    color: #0e78bb; }
  .site-header__accent-link .ico {
    display: inline-block;
    position: relative;
    min-width: 1.125rem;
    min-height: 1.25rem; }
    .site-header__accent-link .ico img {
      border: none; }
  .site-header__accent-link .title {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.625rem; }
  .site-header__accent-link .close-header-search-ico,
  .site-header__accent-link .open-header-search-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .site-header__accent-link .open-header-search-ico {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(0) translateY(-50%) translateX(-50%);
            transform: rotate(0) translateY(-50%) translateX(-50%);
    z-index: 5; }
  .site-header__accent-link .close-header-search-ico {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
            transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
    z-index: 4; }
  .site-header__accent-link.state-close .close-header-search-ico {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(0) translateY(-50%) translateX(-50%);
            transform: rotate(0) translateY(-50%) translateX(-50%);
    z-index: 5; }
  .site-header__accent-link.state-close .open-header-search-ico {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
            transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
    z-index: 4; }
  .site-header__accent-link:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 1140px) {
    .site-header__accent-link {
      margin-right: 0.3125rem; } }

.site-header__social {
  margin-right: 0.9375rem; }
  @media screen and (max-width: 1140px) {
    .site-header__social {
      margin-right: 0.625rem; } }

.site-header__social-link {
  width: 2.25rem;
  height: 2.25rem;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-right: 0.9375rem; }
  .site-header__social-link img {
    border: none; }
  .site-header__social-link:hover {
    opacity: .8; }
  .site-header__social-link:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 1140px) {
    .site-header__social-link {
      margin-right: 0.3125rem; } }

.site-header__phones-link {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .site-header__phones-link:hover {
    color: #0e78bb; }

.site-header__search-block {
  padding-bottom: 1rem;
  display: block; }

.site-header__search-form {
  display: block;
  width: 100%;
  position: relative; }

.site-header__search-input {
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #eef5fa;
  border: none;
  border-bottom: 2px solid #0e78bb;
  border-radius: 0;
  box-shadow: none;
  padding: 0 2rem;
  font-size: 1rem;
}

ul.nav {
  list-style: none;
}

.site-header__search-ico {
  position: absolute;
  display: inline-block;
  width: 1.125rem;
  height: 1.25rem;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  cursor: pointer;
  margin: auto;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px); }

.site-header__mobile-search {
  cursor: pointer;
  position: relative;
  width: 1.75rem;
  height: 1.8125rem;
  display: none; }
  .site-header__mobile-search .close-header-search-ico,
  .site-header__mobile-search .open-header-search-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .site-header__mobile-search .open-header-search-ico {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(0) translateY(-50%) translateX(-50%);
            transform: rotate(0) translateY(-50%) translateX(-50%);
    z-index: 5; }
  .site-header__mobile-search .close-header-search-ico {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
            transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
    z-index: 4; }
  .site-header__mobile-search.state-close .close-header-search-ico {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(0) translateY(-50%) translateX(-50%);
            transform: rotate(0) translateY(-50%) translateX(-50%);
    z-index: 5; }
  .site-header__mobile-search.state-close .open-header-search-ico {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
            transform: rotate(180deg) scale(0.2) translateY(-50%) translateX(-50%);
    z-index: 4; }
  @media screen and (max-width: 980px) {
    .site-header__mobile-search {
      display: block; } }

.mobile_menu {
  position: fixed;
  width: 90%;
  max-width: 320px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
  z-index: 50;
  padding: 1.25rem;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow-y: scroll;
  display: none; }
  @media screen and (max-width: 980px) {
    .mobile_menu {
      display: block; } }

.mobile_menu__nav-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0.9375rem 0; }

.state-open-mobile-menu {
  overflow: hidden; }

.state-open-mobile-menu .mobile_menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.mobile_menu__close-button {
  cursor: pointer;
  width: 1.5625rem;
  height: 1.6875rem;
  background-image: url("../images/ico_close_mobile.png");
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.5625rem; }

.mobile_menu__header {
  text-align: center;
  margin-top: 3.125rem; }
  .mobile_menu__header .site-header__separator {
    margin: 0 1.5625rem; }

.mobile_menu__nav {
  margin-top: 1.875rem;
  position: relative; }

.mobile_menu__nav-link {
  padding: 0.75rem 0;
  color: #000;
  font-size: 1rem;
  display: block; }
  .mobile_menu__nav-link:active {
    background-color: rgba(14, 120, 187, 0.2); }

.mobile_menu__nav-item.is-drop > .mobile_menu__nav-link {
  padding-right: 1.5625rem;
  position: relative; }
  .mobile_menu__nav-item.is-drop > .mobile_menu__nav-link:before {
    display: block;
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/ico_menu_arrow.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.mobile_menu__nav-drop {
  position: absolute;
  width: 100%;
  min-height: 105%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  transition: 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .mobile_menu__nav-drop.state-open {

    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    z-index: 30;

  }

.mobile_menu__nav-back_2 {
  padding: 0.5rem 0.75rem 0.625rem 1.875rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  margin-top: 1.5625rem;
}

.mobile_menu__nav-back_2:before {
    display: block;
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/ico_menu_back.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.75rem;
    margin: auto;
}

.site-footer {
  background-color: #35476b;
  padding: 0.9375rem 0;
  color: #fff; }

.site-footer-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 960px) {
    .site-footer-wrapper {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

@media screen and (max-width: 960px) {
  .site-footer__left-side {
    display: block;
    text-align: center;
    padding-top: 0.625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 960px) {
  .site-footer__right-side {
    display: block;
    text-align: center; } }

.site-footer__left-side,
.site-footer__right-side,
.site-footer__nav,
.site-footer__nav-link {
  display: inline-block;
  vertical-align: middle; }

.site-footer__contacts {
  margin-bottom: 0.75rem; }

@media screen and (max-width: 960px) {
  .site-footer__contacts,
  .site-footer__copyright {
    display: inline-block;
    padding: 0 0.9375rem;
    font-size: 0.75rem; } }

.site-footer__contacts-link,
.site-footer__nav-link {
  color: #fff;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .site-footer__contacts-link:hover,
  .site-footer__nav-link:hover {
    opacity: .6; }

.site-footer__nav {
  font-size: 0; }
  @media screen and (max-width: 960px) {
    .site-footer__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.site-footer__nav-link {
  display: inline-block;
  margin-left: 1.5625rem;
  font-size: 1.1875rem; }
  @media screen and (max-width: 960px) {
    .site-footer__nav-link {
      font-size: 1rem;
      margin-bottom: 0.625rem;
      margin-left: 0;
      padding: 0 0.625rem; } }

.page-header {
  height: 17.8125rem;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat; }

.page-header__title {
  position: absolute;
  bottom: 18%;
  left: 0;
  /*padding: 0.9375rem 0;*/
  font-weight: 600;
  color: #fff;
  min-width: 100%;
  text-transform: uppercase; }
  .page-header__title:before {
    content: '';
    width: 55%;
    position: absolute;
    height: 100%;
    background-color: #ff5f3b;
    top: 0;
    left: 0; }
  @media screen and (max-width: 960px) {
    .page-header__title:before {
      width: 100%; } }

.page-header__title-text {
  max-width: 60%;
  position: relative;
  z-index: 2;
  font-size: 3.125rem;
  padding: 0.9375rem 0;
  background: #ff5f3b;
}
  @media screen and (max-width: 960px) {
    .page-header__title-text, .page-full .page-header__title-text {
      width: 100%;
      font-size: 2.1875rem;
    }

    .page-full .main-title .page-header__title-text {
      max-width: 100%;
      width: 100%;
      font-size: 1.2875rem;

    }

    .page-full .page-header__title.main-title {
      padding-left: 3rem!important;
      bottom: 33%!important;
    }


  }

.filter-form-wrapper {
  font-size: 0;
  width: 100%;
  padding-top: 1.25rem; }

.fiter-form__field {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-right: 1.5%; }
  .fiter-form__field.theme-sm {
    width: 7%;
    margin-right: 5%; }
  .fiter-form__field.theme-md {
    width: 15%;
    margin-right: 2.5%; }
  @media screen and (max-width: 1240px) {
    .fiter-form__field.theme-sm {
      width: 8%;
      margin-right: 2.5%; }
    .fiter-form__field.theme-md {
      width: 18%;
      margin-right: 1%; } }
  @media screen and (max-width: 960px) {
    .fiter-form__field {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.25rem; }
      .fiter-form__field.theme-sm {
        width: 10%;
        margin-right: 2.5%; }
      .fiter-form__field.theme-md {
        width: 22%;
        margin-right: 1%; } }
  @media screen and (max-width: 780px) {
    .fiter-form__field.theme-sm {
      width: 12%;
      margin-right: 2.5%; }
    .fiter-form__field.theme-md {
      width: 27%;
      margin-right: 1%; } }
  @media screen and (max-width: 640px) {
    .fiter-form__field.theme-sm {
      width: 5.625rem;
      margin-right: 0; }
    .fiter-form__field.theme-md {
      width: 12.5rem;
      margin-right: 1%; } }

.fiter-form__tab-link, .select__button.fiter-form__tab-link {
  border: none;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 0;
  font-size: 1.25rem;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
  color: #000; }
  .fiter-form__tab-link.state-active, .select__button.fiter-form__tab-link.state-active {
    border-bottom: 2px solid #ff5f3b; }
  .fiter-form__tab-link .select__button-title, .select__button.fiter-form__tab-link .select__button-title {
    color: #000; }

.state-open .select__button.fiter-form__tab-link {
  border-color: #ff5f3b !important; }

.fiter-form__button-field {
  display: inline-block;
  vertical-align: top;
  width: 11.5%; }
  @media screen and (max-width: 960px) {
    .fiter-form__button-field {
      width: 100%; } }

.fiter-form__button {
  width: 100%; }
  @media screen and (max-width: 960px) {
    .fiter-form__button {
      width: 16.25rem; } }
  @media screen and (max-width: 480px) {
    .fiter-form__button {
      width: 100%; } }

.filter-out-list-wrapper {
  font-size: 0;
  padding-top: 2.8125rem;
  min-height: 16.25rem; }

.filter-out__item {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ff5f3b;
  border-radius: 3px;
  width: 32.3333%;
  margin-right: 1.5%;
  position: relative;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  min-height: 19.45rem;
  background-color: #003f75;
  transition: 250ms ease-out;
  background: radial-gradient(circle closest-side, #00559f 0%, #003f75 100%);
  box-shadow: 0 0px 0px rgba(255, 95, 59, 0.3); }
  .filter-out__item:nth-of-type(3n) {
    margin-right: 0; }
  .filter-out__item.template {
    display: none; }
  .filter-out__item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    .filter-out__item:hover .filter-out__item-background {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  @media screen and (max-width: 960px) {
    .filter-out__item {
      width: 49%;
      margin-right: 0; }
      .filter-out__item:nth-of-type(odd) {
        margin-right: 2%; } }
  @media screen and (max-width: 580px) {
    .filter-out__item {
      width: 100%;
      margin-right: 0; }
      .filter-out__item:nth-of-type(odd) {
        margin-right: 0; } }

.filter-out__item-background-outer {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden; }

.filter-out__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  transition: 1000ms ease-out; }
  .filter-out__item-background:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }

.filter-out__item-content {
  position: relative;
  z-index: 3;
  overflow: hidden;
  max-height: 100%; }

.ovh {
  overflow: hidden;
}

.filter-out__item-badge {
  height: 4.0625rem;
  background-color: #fff;
  border-radius: 0.375rem;
  position: absolute;
  top: 1.25rem;
  right: -0.625rem;
  padding: 0 0.625rem;
  z-index: 3;
  border-right: 1px solid #f2f2f2;
  min-width: 115px;
}

.filter-out__item-badge:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5rem .44rem 0 0;
    border-color: #acacac transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; }


.b-banner-link .filter-out__item-badge, .b-banner-link .filter-out__item-content, .b-banner-link .filter-out__item-background:after  {
  display: none;
}

.filter-out__item-badge-image {
  position: relative;
  max-width: 100%;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 64px;
}

.filter-out__item-date {
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem; }
  .filter-out__item-date span, .filter-out__item-date time {
    display: inline-block;
    vertical-align: middle; }
  .filter-out__item-date .ico {
    width: 2.375rem;
    height: 2.4375rem;
    margin-right: 0.625rem;
    background-image: url("../images/ico_calendar.png");
    background-size: 100% 100%; }
  .filter-out__item-date .title {
    font-size: 0.875rem;
    color: #fff; }

.filter-out__item-header {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.9375rem;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}

.wrap-nav-footer {
    margin: 7rem auto 3rem auto;
    padding-left: 10px;
    display: table;
    width: 682px;
    max-width: 100%;
}

.filter-out__item-paragraph {
  font-size: 0.75rem;
  width: 100%;
  color: #fff;
  overflow: hidden;

  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.filter-out__button-wrapper {
  padding: 4.0625rem 0;
  text-align: center; }

.filter-out__button-next {
  min-width: 11.875rem; }

.filter-out__expired-badge {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.375rem;
  line-height: 1.375rem;
  background-color: #ff5f3b;
  color: #fff;
  text-align: center;
  font-size: 0.875rem; }

.index-top-section {
  height: 75vh;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 736px) {
    .index-top-section {
      height: 65vh;
      min-height: 23.75rem; } }

.index-top__bg {
  position: absolute;
  width: 140%;
  height: 140%;
  top: -10%;
  left: -10%;
  background-image: url("../images/top_background.png");
  z-index: 1;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .index-top__bg {
      background-image: url("../images/top_background_md.png"); } }
  @media screen and (max-width: 680px) {
    .index-top__bg {
      background-image: url("../images/top_background_sm.png"); } }

.index-top__header {
  text-align: center;
  font-size: 2.875rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  top: 23vh;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 736px) {
    .index-top__header {
      top: 15vh;
      font-size: 2.1875rem; } }
  @media screen and (max-width: 440px) {
    .index-top__header {
      font-size: 1.625rem; } }

.index-top__buttons-block {
  position: relative;
  top: 40vh;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 736px) {
    .index-top__buttons-block {
      top: 30vh; } }

.index-top__button {
  display: inline-block;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 18.5rem;
  text-align: center;
  padding: 1.3125rem 0 1.375rem;
  line-height: .8; }
  .index-top__button.theme-blue {
    background-color: #0056a0;
    margin-right: 2%; }
    .index-top__button.theme-blue:hover {
      background-color: rgba(0, 86, 160, 0.6); }

.index-top__button.theme-webinars {
  background-color: #6c31a5;
}



.index-top__button.theme-orange {
    background-color: #e18c44;
}


    .index-top__button.theme-orange:hover {
      background-color: rgba(225, 140, 68, 0.6); }
  @media screen and (max-width: 640px) {
    .index-top__button {
      display: block;
      margin: 0 auto;
      font-size: 1.375rem;
      font-weight: 600;
      border: 1px solid #fff;
      transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      width: 15rem;
      text-align: center;
      padding: 1rem 0 1.125rem; }
      .index-top__button.theme-blue {
        margin-right: auto;
        margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 440px) {
    .index-top__button {
      display: block;
      margin: 0 auto;
      font-size: 1.25rem;
      font-weight: 600;
      border: 1px solid #fff;
      transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      width: 15rem;
      text-align: center;
      padding: 0.875rem 0 1rem; } }

.index-articles {
  padding: 3.125rem 0 2.125rem; }
  @media screen and (max-width: 940px) {
    .index-articles {
      padding: 1.875rem 0 1.5625rem; } }
  @media screen and (max-width: 580px) {
    .index-articles {
      padding: 1.5625rem 0 1.5625rem; } }

.index-articles__tabs {
  font-size: 0;
  text-align: center; }

.index-articles__tabs-wrapper {
  display: inline-block;
  margin-right: 4.5rem; }
  .index-articles__tabs-wrapper:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 680px) {
    .index-articles__tabs-wrapper {
      margin-right: 3.5rem; } }
  @media screen and (max-width: 580px) {
    .index-articles__tabs-wrapper {
      margin-right: 1.75rem; } }
  @media screen and (max-width: 420px) {
    .index-articles__tabs-wrapper {
      margin-right: 0.75rem; } }

.index-articles__tabs-item {
  display: inline-block;
  font-size: 1.625rem;
  padding-bottom: 0.3125rem;
  cursor: pointer; }
  .index-articles__tabs-item:hover {
    border-bottom: 3px solid rgba(225, 140, 68, 0.2); }
  .index-articles__tabs-item.state-active {
    font-weight: 600;
    border-bottom: 3px solid #e18c44; }
    @media screen and (max-width: 420px) {
      .index-articles__tabs-item.state-active {
        border-bottom: 1px solid #e18c44; } }
  .index-articles__tabs-item:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 940px) {
    .index-articles__tabs-item {
      font-size: 1.375rem; } }
  @media screen and (max-width: 580px) {
    .index-articles__tabs-item {
      font-size: 1.125rem; } }
  @media screen and (max-width: 420px) {
    .index-articles__tabs-item {
      font-size: 1rem; } }

.index-articles__bodies {
  font-size: 0; }

.index-articles__body {
  display: none; }
  .index-articles__body.state-visible {
    display: block; }

.index-articles__item {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 33.3333%;
  height: 18rem;
  padding: 1.05rem 1.5625rem;
  background-color: #003f75;
  background: radial-gradient(circle closest-side, #00559f 0%, #003f75 100%);
  margin-top: 3.625rem;
  overflow: hidden; }
  .index-articles__item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    .index-articles__item:hover .index-articles__item-background {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  @media screen and (max-width: 940px) {
    .index-articles__item {
      width: 50%;
      margin-top: 1.5625rem; } }
  @media screen and (max-width: 640px) {
    .index-articles__item {
      width: 100%;
      margin-top: 1.5625rem;
      margin-top: 1.5625rem; } }

.index-articles__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  transition: 1000ms ease-out; }
  .index-articles__item-background:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }

.index-articles__item-content {
  position: relative;
  z-index: 3;
  overflow: hidden;
  max-height: 100%; }

.index-articles__item-badge {
  font-size: 0.875rem;
  color: #fff;
  min-width: 9.625rem;
  text-align: center;
  padding: 0.25rem 0.75rem 0.375rem;
  display: inline-block;
  background-color: #2c4491; }
  .index-articles__item-badge.theme-blue {
    background-color: #2c4491; }
  .index-articles__item-badge.theme-purple {
    background-color: #3c1460; }
  .index-articles__item-badge.theme-orange {
    background-color: #e18c44; }

  .index-articles__item-badge.theme-webinars {
    background-color: #6c31a5; }


  .index-articles__item-badge.theme-green {
    background-color: #487a38; }
  .index-articles__item-badge.theme-red {
    background-color: #86005c; }

.index-articles__item-date {
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem; }
  .index-articles__item-date span, .index-articles__item-date time {
    display: inline-block;
    vertical-align: middle; }
  .index-articles__item-date .ico {
    width: 2.375rem;
    height: 2.4375rem;
    margin-right: 0.625rem;
    background-image: url("../images/ico_calendar.png");
    background-size: 100% 100%; }
  .index-articles__item-date .title {
    font-size: 0.875rem;
    color: #fff; }

.index-articles__item-header {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.1rem; }

.index-articles__item-paragraph {
  font-size: 0.75rem;
  width: 100%;
  color: #fff;
  overflow: hidden; }

.index-advantages {
  background-color: #fbfbfb;
  padding: 2.5rem 0 3.125rem; }

.index-advantages__header {
  color: #00559f;
  text-transform: uppercase;
  font-size: 2.8125rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 5.9375rem; }
  @media screen and (max-width: 780px) {
    .index-advantages__header {
      font-size: 2.1875rem;
      margin-bottom: 3.75rem; } }
  @media screen and (max-width: 420px) {
    .index-advantages__header {
      font-size: 1.625rem;
      margin-bottom: 2.5rem; } }

.index-advantages__list {
  font-size: 0; }

.index-advantages__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 2.5rem;
  text-align: center; }
  @media screen and (max-width: 940px) {
    .index-advantages__item {
      padding: 0 1.25rem; } }
  @media screen and (max-width: 780px) {
    .index-advantages__item {
      padding: 0 1.25rem;
      width: 50%; }
      .index-advantages__item:first-of-type {
        margin-bottom: 3.125rem; } }
  @media screen and (max-width: 480px) {
    .index-advantages__item {
      padding: 0;
      width: 47%; }
      .index-advantages__item:nth-of-type(odd) {
        margin-right: 6%; } }

.index-advantages__item-image {
  display: inline-block;
  width: 7.3125rem;
  height: 7.375rem; }

.index-advantages__item-text {
  margin-top: 2.5rem;
  font-size: 1rem; }
  @media screen and (max-width: 480px) {
    .index-advantages__item-text {
      font-size: 0.875rem;
      margin-top: 1.5625rem; } }

.index-bottom {
  padding: 2.5rem 0 5.9375rem;
  background-image: url("../images/index_bottom_background.png");
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 960px) {
    .index-bottom {
      padding: 2.5rem 0 3.125rem; } }
  @media screen and (max-width: 1024px) {
    .index-bottom {
      background-image: url("../images/index_bottom_background_md.png"); } }
  @media screen and (max-width: 680px) {
    .index-bottom {
      background-image: url("../images/index_bottom_background_sm.png"); } }

.index-bottom__header {
  font-size: 2.8125rem;
  text-transform: uppercase;
  color: #00559f;
  text-align: center;
  font-weight: 800; }
  @media screen and (max-width: 780px) {
    .index-bottom__header {
      font-size: 2.1875rem; } }
  @media screen and (max-width: 420px) {
    .index-bottom__header {
      font-size: 1.625rem; } }

.index-bottom__list {
  margin-top: 5rem;
  max-width: 55%; }
  @media screen and (max-width: 960px) {
    .index-bottom__list {
      max-width: 100%;
      margin-top: 2.5rem; } }

.index-bottom__list-item {
  margin-bottom: 1.875rem; }
  .index-bottom__list-item:last-of-type {
    margin-bottom: 0; }

.index-bottom__list-header {
  font-size: 1.4375rem;
  color: #db8842;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem; }
  @media screen and (max-width: 420px) {
    .index-bottom__list-header {
      font-size: 1.125rem; } }

.index-bottom__list-paragraph {
  font-size: 1.25rem; }
  @media screen and (max-width: 420px) {
    .index-bottom__list-paragraph {
      font-size: 0.875rem; } }

.index-bottom__man {
  position: absolute;
  bottom: -5.9375rem;
  right: 0.9375rem;
  width: 30%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .index-bottom__man {
    width: 27%;
  }

  .main-d {
      min-height: calc(100% - 173px);
  }

}
@media screen and (max-width: 1140px) {
  .index-bottom__man {
    width: 32%;
  }

  .main-d {
      min-height: calc(100% - 147px);
  }


}
@media screen and (max-width: 960px) {
  .index-bottom__man {
    display: none;
  }

  .main-d {
      min-height: calc(100% - 131px);
  }

}

.form-outer {
  position: relative;
  margin-bottom: 4.375rem; }

.form-wrapper.state-hidden {
  opacity: 0; }

.form-message-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10; }
  .form-message-block.state-open {
    display: block; }

.form-message {
  position: absolute;
  display: inline-block;
  text-align: center;
  background-color: #c5d5ea;
  padding: 3.125rem 3.125rem;
  font-size: 1.25rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.form-message__paragraph {
  margin-bottom: 1.5625rem; }

label.error,
.be_error {
  color: #FF1100;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  font-weight: 400;
  display: inline-block;
  line-height: 1; }

.top-placeholder + label.error {
    position: absolute;
    top: 100%;
    left: 0;
}

.input-field {
  position: relative;
  margin-bottom: 1.875rem; }
  .input-field.state-over {
    z-index: 102; }
  .input-field.state-disabled:before {
    cursor: not-allowed;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 5; }
  .input-field.confirm-field {
    font-size: 1.2rem;
    padding-left: 1.875rem; }
  @media screen and (max-width: 560px) {
    .input-field {
      margin-bottom: 0.9375rem; } }

.input-field-opt .input-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0; }

.input-field-opt .state-main {
  width: 70%; }

.input-field-opt .state-second {
  width: 28%;
  margin-right: 2%; }

.input-field-two-side .input-field,
.input-field-two-side .input-field-two-side {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0; }

  .input-field-two-side .input-field:nth-of-type(odd),
  .input-field-two-side .input-field-two-side:nth-of-type(odd) {
    margin-right: 3%; }

  .input-field-two-side .input-field .input-field,
  .input-field-two-side .input-field .input-field-two-side,
  .input-field-two-side .input-field-two-side .input-field,
  .input-field-two-side .input-field-two-side .input-field-two-side {
    width: 47.5%;
    display: inline-block;
    vertical-align: top; }

    .input-field-two-side .input-field .input-field:nth-of-type(odd),
    .input-field-two-side .input-field .input-field-two-side:nth-of-type(odd),
    .input-field-two-side .input-field-two-side .input-field:nth-of-type(odd),
    .input-field-two-side .input-field-two-side .input-field-two-side:nth-of-type(odd) {
      margin-right: 5%; }


/*.input-field-three-side {*/
  /*font-size: 0; }*/


  .input-field-three-side > .input-field {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%; }
    .input-field-three-side .input-field:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .input-field-three-side .input-field {
        width: 100%;
        margin-right: 0; } }

.input-field-three-side .input-field.input-one {
  width: 66%;
}


.recaptcha-container {
  position: relative;
  height: 2.75rem; }
  .recaptcha-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    max-width: 100%; }

.input-field-day,
.input-field-month,
.input-field-year {
  display: inline-block;
  vertical-align: top; }

.input-field-day,
.input-field-year {
  width: 29%; }

.input-field-day,
.input-field-month {
  margin-right: 2%; }

.input-field-month {
  width: 38%; }

.input-wrapper {
  position: relative; }

.button-field {
  padding-top: 1.875rem;
  white-space: nowrap;
  text-align: center; }
  .button-field button {
    vertical-align: middle; }

.button-field__message,
.button-field__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.625rem;
  font-size: 0.875rem;
  white-space: normal;
  max-width: 50%;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .button-field__message,
    .button-field__link {
      display: block;
      margin-left: 0;
      max-width: 100%;
      margin-top: 1.5625rem; } }
  @media screen and (max-width: 560px) {
    .button-field__message,
    .button-field__link {
      font-size: 0.8125rem; } }

.button-field__link {
  cursor: pointer; }

.text-input,
.name-input {
  display: block;
  width: 100%;
  height: 2.75rem;
  border-radius: 4px;
  box-shadow: none;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 2px solid #c5d5ea;
  padding: 0 0.75rem;
  color: #363d4a;
  font-size: 1.25rem;
  background-color: #fff;
  line-height: 2.75rem; }
  .text-input:hover,
  .name-input:hover {
    border-color: #c5d5ea; }
  .text-input:focus,
  .name-input:focus {
    border-color: #0c7bbd; }
  .text-input.state-error,
  .name-input.state-error {
    -webkit-animation: error_input 250ms cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
            animation: error_input 250ms cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    background-color: #ffe8e6;
    border-color: #f9c9c3; }
  .text-input[disabled=disabled],
  .name-input[disabled=disabled] {
    opacity: .6;
    cursor: not-allowed; }

.select {
  position: relative;
  z-index: 2; }
  .select.change-anim {
    -webkit-animation: change_form_element 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation: change_form_element 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .select label.error {
    bottom: -1.2rem; }
  .select.state-active .select__button {
    border-color: #0c7bbd;
    box-shadow: 0 0 5px rgba(12, 123, 189, 0.3); }
    .select.state-active .select__button:hover {
      border-color: #0c7bbd; }
  .select.state-active .select__button-ico path,
  .select.state-active .select__button-ico-clear path {
    fill: #0c7bbd;
    stroke: #0c7bbd; }
  .select.state-open {
    z-index: 50; }
    .select.state-open .select__button {
      border-color: #0c7bbd;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .select.state-open .select__button-ico {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .select.state-error .select__button {
    -webkit-animation: error_input 250ms cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
            animation: error_input 250ms cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    background-color: #ffe8e6;
    border-color: #f9c9c3; }

.select__button {
  display: block;
  width: 100%;
  height: 2.75rem;
  border-radius: 4px;
  box-shadow: none;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 2px solid #c5d5ea;
  padding: 0 0.75rem;
  color: #363d4a;
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
  line-height: 2.5rem;
  padding-right: 1.25rem;
  z-index: 2;
  background-color: #fff; }
  .select__button:hover {
    border-color: #c5d5ea; }

.state-open .select__button:hover {
  border-color: #0c7bbd; }

.select__button-ico,
.select__button-ico-clear {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
  bottom: 0;
  right: 0.375rem;
  margin: auto;
  z-index: 20;
  transition: 350ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .select__button-ico path,
  .select__button-ico-clear path {
    fill: #363d4a; }

.select__button-ico-clear {
  cursor: pointer; }

.select__button-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-weight: 600;
  color: #0c7bbd; }
  .select__button-title.state-placeholder {
    color: #89989c;
    font-weight: 400; }
  .select__button-title input {
    border: none;
    display: inline-block;
    margin-left: 0.375rem; }

.select-focused-filter {
  width: 100%;
  height: 2.6rem;
  border-radius: 0;
  border-width: 1px;
}



.select-focused {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer; }

.select__dropdown {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  white-space: nowrap;
  display: none;
  z-index: 50;
  border: 2px solid #f1f1f1;
  background-color: #fff;
  /* background-image: url(../images/grain-big-pattern.png); */
  border-radius: 3px; }

.select.state-open .select__dropdown {
  display: block; }

.select__dropdown-item {
  display: block;
  width: 100%;
  height: 2.75rem;
  border-radius: 0;
  box-shadow: none;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0 0.75rem;
  color: #0c7bbd !important;
  font-size: 1.25rem;
  border-radius: 0;
  border-top: none;
  cursor: pointer;
  line-height: 2.75rem;
  height: auto;
  transition: none;
  font-weight: 400;
  border-bottom: 2px solid #f1f1f1; }
  .select__dropdown-item:last-of-type {
    border-bottom: none; }
  .select__dropdown-item.state-hover {
    background-color: rgba(0, 0, 0, 0.04); }
    .select__dropdown-item.state-hover a {
      color: inherit; }
  .select__dropdown-item.state-active {
    background-color: rgba(0, 0, 0, 0.08);
    font-weight: 600; }
    .select__dropdown-item.state-active a {
      color: inherit; }
  .select__dropdown-item a {
    display: block;
    color: inherit;
    transition: none; }
  .select__dropdown-item .checkbox-title {
    color: #0c7bbd; }
  .select__dropdown-item .checkbox-title,
  .select__dropdown-item .checkbox {
    vertical-align: middle;
    margin-top: 0; }
  .select__dropdown-item .checkbox-label {
    width: 100%; }

.select__dropdown-message {
  height: 2.75rem;
  border-radius: 0;
  box-shadow: none;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 0.75rem;
  color: #000;
  font-size: 1.25rem;
  border-radius: 0;
  border-top: none;
  cursor: pointer;
  line-height: 2.75rem;
  height: auto;
  transition: none;
  background: #fff;
  border: none;
  color: #000; }

.select__search-wrapper {
  position: relative;
  border: 1px solid #e7e7e7;
  border-top: none; }

.select__search-input {
  display: block;
  width: 100%;
  height: 3.5625rem;
  background: #fafafa;
  padding-right: 2.8125rem;
  padding-left: 1.125rem;
  border: none;
  font-size: 1rem; }

.select__search-ico {
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0;
  bottom: 0;
  right: 0.9375rem;
  background: url("../images/ico_search.png") no-repeat;
  background-size: 100% 100% !important;
  z-index: 1;
  margin: auto; }

.select__dropdown-list.state-scroll {
  padding: 0;
  max-height: 14rem;
  overflow-x: visible;
  overflow-y: scroll;
  position: relative; }

.select__dropdown-button-block {
  padding: 0.9375rem 0.9375rem;
  background-color: #fff;
  border-top: 1px solid #e5e5e5; }

.select__dropdown-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.multi-select .select__button-ico {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  z-index: 5; }

.multi-select .select__button-ico-clear {
  opacity: 0;
  -webkit-transform: rotate(180deg) scale(0.2);
      -ms-transform: rotate(180deg) scale(0.2);
          transform: rotate(180deg) scale(0.2);
  z-index: 4; }

.multi-select.state-active .select__button-ico-clear {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  z-index: 11; }

.multi-select.state-active .select__button-ico {
  opacity: 0;
  -webkit-transform: rotate(180deg) scale(0.2);
      -ms-transform: rotate(180deg) scale(0.2);
          transform: rotate(180deg) scale(0.2);
  z-index: 4; }

.multi-select .select__dropdown-item.state-disabled {
  position: relative; }
  .multi-select .select__dropdown-item.state-disabled:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 12;
    cursor: not-allowed; }

.multi-select .checkbox-title {
  white-space: nowrap; }

.checkbox-label {
  font-size: 0;
  position: relative;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%; }


  .checkbox-label label.error {

    /*display: none !important; */
    display: block;
      margin-bottom: 0.5rem;

  }

.checkbox-input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0; }

.checkbox,
.checkbox-title {
  display: inline-block;
  vertical-align: top;
  max-width: 95%; }

.checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #c5d5ea;
  margin-right: 0.625rem;
  position: relative;
  transition: 120ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 2px;
  margin-top: .255rem; }

.checkbox.radio {
  border-radius: 15px;
}

  .checkbox:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: 5;
    background-image: url(../images/ico_checkbox.png);
    background-size: cover; }

.checkbox.radio:before {
  border: 5px solid #ff7450;
  border-radius: 1rem;
  width: 0;
  height: 0;
}

.checkbox-title {
  font-size: 1.2rem;
  font-weight: 400;
  white-space: normal;
  color: #363d4a; }

.checkbox-link {
  display: inline-block; }

.checkbox-input:checked + .checkbox,
.checkbox-input:checked + .error + .checkbox {
  border-color: #0c7bbd; }

.checkbox-input:checked + .checkbox:before,
.checkbox-input:checked + .error + .checkbox:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.checkbox-input.error + .error + .checkbox, .checkbox-input.error ~ .checkbox {
  border-color: #e83f4f;
  box-shadow: 0 0 5px rgba(232, 63, 79, 0.5); }

.checkbox-input.error + .error + .checkbox + .checkbox-title,  .checkbox-input.error ~ .checkbox-title {
  color: #e83f4f; }

.site-textarea {
  display: block;
  width: 100%;
  height: 9.75rem;
  border-radius: 4px;
  box-shadow: none;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 2px solid #c5d5ea;
  padding: 0.625rem 0.9375rem;
  color: #363d4a;
  font-size: 1.25rem;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  resize: none;
  background-color: #fff; }
  .site-textarea:focus {
    border-color: #0c7bbd; }
  .site-textarea:hover {
    border-color: #c5d5ea; }
  .site-textarea.error {
    border-color: #e83f4f; }

  .site-textarea.valid {
    /*border-color: #221240; */
  }

@-webkit-keyframes rotate_y {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
            transform: perspective(100px) rotateY(0); }
  100% {
    -webkit-transform: perspective(100px) rotateY(360deg);
            transform: perspective(100px) rotateY(360deg); } }

@keyframes rotate_y {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
            transform: perspective(100px) rotateY(0); }
  100% {
    -webkit-transform: perspective(100px) rotateY(360deg);
            transform: perspective(100px) rotateY(360deg); } }

.preloader {
  width: 4.375rem;
  height: 4.375rem;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none; }
  .preloader svg {
    display: block; }
  .preloader path {
    fill: #0e717a; }

.preloader.state-load {
  display: block; }
  .preloader.state-load svg, .preloader.state-load img {
    -webkit-animation: rotate_y 1500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
            animation: rotate_y 1500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite; }

.custom-baloon {
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  z-index: 20;
  box-shadow: 0 0.625rem 2rem 0 rgba(0, 0, 0, 0.32);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2) translateY(-50%) translateX(30%);
      -ms-transform: scale(0.2) translateY(-50%) translateX(30%);
          transform: scale(0.2) translateY(-50%) translateX(30%);
  opacity: 0;
  transition: 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .custom-baloon p {
    margin-bottom: 0.9375rem; }
    .custom-baloon p:last-of-type {
      margin-bottom: 0; }
  .custom-baloon.state-show {
    -webkit-transform: scale(1) translateY(-50%) translateX(30%);
        -ms-transform: scale(1) translateY(-50%) translateX(30%);
            transform: scale(1) translateY(-50%) translateX(30%);
    opacity: 1;
    transition: 350ms 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.custom-baloon__close-button {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100% 100%;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer;
  opacity: .5;
  transition: 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .custom-baloon__close-button:hover {
    opacity: .8; }

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.main-button {
  display: inline-block;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 0.75rem;
  background-color: #ff5f3b;
  font-size: 1.25rem;
  color: #fff !important;
  border-radius: 4px;
  cursor: pointer;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
  border: none;
  vertical-align: middle;
}

  .main-button:hover {
    background-color: #ff3508; }
  .main-button.state-load {
    position: relative;
    cursor: wait;
    color: rgba(255, 255, 255, 0); }
    .main-button.state-load:before {
      margin: -0.8125rem 0 0 -0.8125rem;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 50%;
      top: 50%;
      content: '';
      border-radius: 1.5rem;
      background-clip: padding-box;
      border: rgba(255, 255, 255, 0.25) 2px solid;
      border-top-color: #fff;
      -webkit-animation: animation-rotate 750ms linear infinite;
              animation: animation-rotate 750ms linear infinite; }
  .main-button.small-size {
    height: 1.5625rem;
    padding: 0 1.5625rem;
    font-size: 0.8125rem;
    line-height: 1.5rem; }
  .main-button.state-disabled {
    opacity: .3;
    cursor: not-allowed;
    position: relative; }
  .main-button.theme-blue {
    background-color: #0c7bbd; }
    .main-button.theme-blue:hover {
      background-color: #095c8d; }

.reward-image {
  text-align: center;
  margin: 3.125rem 0; }
  .reward-image img {
    display: inline-block;
    max-width: 80%;
    margin: 0 1.25rem; }

.accent-buttons-block {
  padding: 2.9375rem 0;
  text-align: center; }

.big-orange-button {
  color: #fff !important;
  font-size: 1.5625rem;
  font-weight: 600;
  padding: 1.5625rem 2.5rem;
  background-color: #ff5f3b;
  display: inline-block;
  border-radius: 0.5rem;
  transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  line-height: .8; }
  .big-orange-button:hover {
    background-color: #d42700;
    color: #fff; }

.big-button.theme-blue {
  background-color: #0c7bbd;
}

.big-button.theme-blue:hover {
  background-color: #095c8d; }

/*a.d-top-inline-block {*/
  /*display: inline-block!important;*/
/*}*/



.offices-map-wrapper {
  position: relative;
  margin-bottom: 4.375rem; }


@media screen and (max-width: 960px) {
  .offices-subheader {
    display: none; } }

#offices_map {
  width: 100%;
  height: 41.875rem; }

.offices-map__header {
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 0.625rem;
  left: 0.625rem;
  margin: auto; }

.offices-map__select-field {
  max-width: 20rem; }

.offices-list-wrapper {
  position: relative;
  font-size: 0;
  padding-bottom: 1.5625rem; }

.offices-list {
  padding-top: 1.25rem;
  min-height: 18.75rem; }

.offices-list__item {
  display: inline-block;
  width: 30.6666%;
  margin-right: 4%;
  margin-bottom: 3.125rem; }
  .offices-list__item:nth-of-type(3n) {
    margin-right: 0; }
  .offices-list__item.template {
    display: none; }
  @media screen and (max-width: 960px) {
    .offices-list__item {
      width: 50%;
      margin-right: 0; }
      .offices-list__item:nth-of-type(even) {
        padding-right: 1.25rem; }
      .offices-list__item:nth-of-type(odd) {
        padding-left: 1.25rem; } }

.offices-list__item-ico,
.offices-list__item-info {
  display: inline-block;
  vertical-align: top; }

.offices-list__item-ico {
  width: 2.5rem; }
  @media screen and (max-width: 960px) {
    .offices-list__item-ico {
      width: 1.875rem; } }

.offices-list__item-info {
  width: calc(100% - 2.5rem);
  padding-left: 1.25rem;
  font-size: 1.25rem; }
  @media screen and (max-width: 960px) {
    .offices-list__item-info {
      font-size: 1rem;
      width: calc(100% - 1.875rem);
      padding-left: 0.9375rem; } }

.offices-list__item-city {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0.3125rem; }
  @media screen and (max-width: 960px) {
    .offices-list__item-city {
      font-size: 1.125rem; } }

.cc-ballon-block {
  height: auto;
  padding: 20px;
  background: #fff;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
  font-size: 15px;
  font-weight: 400;
  max-width: 280px; }
  .cc-ballon-block:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 8px solid rgba(0, 0, 0, 0.19);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%); }
  .cc-ballon-block:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%); }
  .cc-ballon-block ymaps {
    max-width: 240px !important; }

.cc-baloon__close-btn {
  position: absolute;
  width: 9px;
  height: 9px;
  background: url("../images/ico_baloon_close.png") no-repeat;
  background-size: 100% 100%;
  top: 5px;
  right: 5px;
  cursor: pointer; }

.cc-baloon__title {
  color: #000; }

.cc-ballon__content {
  color: #000; }

.cc-baloon__check-btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: blue;
  color: #fff;
  margin-top: 8px;
  transition: 200ms ease-in;
  text-align: center;
  cursor: pointer; }
  .cc-baloon__check-btn:hover {
    background: #0a7d87; }

.catalog-list {
  font-size: 0;
  padding-top: 1.25rem; }

.catalog-list__item {
  display: inline-block;
  width: 14.2857%;
  text-align: center;
  padding: 0 1.25rem;
  vertical-align: top;
  margin-bottom: 3.75rem; }
  .catalog-list__item.state-active path, .catalog-list__item:hover path {
    fill: #ff5f3b;
  }

  @media screen and (max-width: 960px) {
    .catalog-list__item {
      width: 16.6666%; } }
  @media screen and (max-width: 820px) {
    .catalog-list__item {
      width: 25%; } }
  @media screen and (max-width: 540px) {
    .catalog-list__item {
      width: 50%; } }

.catalog-list__item-ico {
  display: inline-block;
  width: 5rem;
  height: 5rem; }
  .catalog-list__item-ico svg, .catalog-list__item-ico img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%; }
    .catalog-list__item-ico svg path, .catalog-list__item-ico img path {
      transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.catalog-list__item-title {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000; }

.catalog-list__buttons {
  text-align: center;
  margin-bottom: 1rem;

}


@media screen and (min-width: 760px) {
  .catalog-list__buttons a:first-of-type {
    margin-right: 4%;
  }

}

@media screen and (max-width: 540px) {
  .catalog-list__buttons a:first-of-type {
    margin-bottom: 4%;
  }

}

.catalog-list__button {
    min-width: 20rem;
    margin-bottom: 4%;
}

.catalog-index {
  display: inline-block;
  font-size: 0;
  float: right; }
  @media screen and (max-width: 760px) {
    .catalog-index {
      display: block;
      float: none;
      margin-top: 1.25rem;
      line-height: 1.6; } }

.catalog-index .catalog-index__link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5625rem;
  margin-left: 0.625rem;
  color: #000;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .catalog-index .catalog-index__link.state-active, .catalog-index .catalog-index__link:hover {
    color: #ff5f3b; }

.brands-list-wrapper {
  max-width: 100%;
  overflow: hidden; }

.brands-list {
  font-size: 0;
  width: 102%;
  padding: 1.5625rem 0; }

.brands-list__item {
  display: inline-block;
  width: 12.286%;
  border: 2px solid #0e78bb;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 1rem;
  margin-right: 2%;
  margin-bottom: 1.5625rem; }
  .brands-list__item:hover {
    border-color: #ff5f3b; }
  @media screen and (max-width: 960px) {
    .brands-list__item {
      width: 14.66%; } }
  @media screen and (max-width: 820px) {
    .brands-list__item {
      width: 18%; } }
  @media screen and (max-width: 680px) {
    .brands-list__item {
      width: 23%; } }
  @media screen and (max-width: 520px) {
    .brands-list__item {
      width: 48%; } }

.brands-list__item-name {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 600;
  display: block;
  color: #000;
  margin-top: 2.1875rem;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .brands-list__item-name:hover {
    border-color: #ff5f3b; }

.brands-list__item-logo {
  width: 100%;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative; }
  .brands-list__item-logo img, .brands-list__item-logo svg {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.partners-paragraph {
  margin-bottom: 3.4375rem; }

.partners-title {
  margin-bottom: 2.1875rem;
  display: inline-block; }

.partners-submit {
  padding-right: 3.125rem;
  padding-left: 3.125rem; }

.daterangepicker .drp-buttons .btn {
  background-color: #ff5f3b;
  border-radius: 3px;
  color: #fff; }
  .daterangepicker .drp-buttons .btn[disabled="disabled"] {
    opacity: .5; }

.daterangepicker td.active, .daterangepicker td.active {
  background-color: #0c7bbd !important; }
  .daterangepicker td.active:hover, .daterangepicker td.active:hover {
    background-color: #0c7bbd !important; }


.d-none {
  display: none!important;
}
.d-block {
  display: block;
}


#nc_search_query {
	border:2px solid #C9D8EB;
	color:#005ca2;
	height:34px;
	font-size:15px;
	padding:0 7px;
	width:637px;
	outline:none;
}


.page-content.page-full {
    font-size: 1.0625rem;
}

.page-full .page-header__title:before {
  min-width: 30%;
  width: auto;
  /*background: none;*/
}
.page-full .page-header__title.title-date:before {
  background: none;
}

.page-full .page-header__title {
  max-width: 100%;
}

.page-full .page-header__title.title-date {
  padding: 0;
  bottom: 8%;

}

.page-full .page-header__title.main-title {
  padding-left: 4rem;
  bottom: 35%;
}

.m-0 {
  margin: 0!important;
}

.p-0 {
  padding: 0!important;
}

.page-full .page-header__title-text {
    font-size: 1.825rem;
    max-width: 85%;
}

.page-full .title-date .page-header__title-text {

    background-color: #ff5f3b;
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.225rem;
}


.navigate_button {
  width: auto;
  white-space: nowrap;
  line-height: 2.15rem;
  height: auto;
  text-align: center;
}

.m-0-auto {
  margin: 0 auto;
}

.arrow_button {
    background: white;
    color: black!important;
    border: 1px solid rgb(218, 226, 237);
}

.arrow_button:hover {
   background-color: #ecf2ff;
}

  @media screen and (max-width: 980px) {
    .navigate_button {
      white-space: normal;
    }

    .wrap-nav-footer {
      width: 100%;
      padding: 0;
    }

    .to-all-programmes {
      margin: 0 0.3rem;
    }
  }


.oh {
    overflow: hidden;
}

.fw-400 {
    font-weight: 400;
}

.fw-400_i {
    font-weight: 400!important;
}

.ui-autocomplete-input {
    vertical-align: middle;
    margin-right: 10px;
}

.page-search .page-content {
    font-size: 1rem;
}

.b-input-ex-search {
    border: 1px solid #c9d8eb;
    border-radius: 3px;
}

.b-no_results {
    text-align: center;
    margin: 6rem 0 2rem;
}

.nc_search_extra_form td {
    padding: 5px;
}

.main-d.page-search {
  padding-bottom: 2rem;
}

.b-api-list_item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-bottom: 3.75rem;
}


.wrap-list_item-2 .b-api-list_item {
    width: 49%;
}

.wrap-list_item-2 .b-image-api {
    max-width: 400px;
}


.wrap-list_item-4 .b-api-list_item {
    width: 24%;
}

.wrap-list_item-4 .b-image-api {
    max-width: 220px;
}

.wrap-list_item-4 .b-wrap-comment {
    max-width: 16rem;
}

.wrap-list_item-5 .b-api-list_item {
    width: 19%;
}

.wrap-list_item-5 .b-image-api {
    max-width: 180px;
}

.wrap-list_item-5 .b-wrap-comment {
    max-width: 14rem;
}


.wrap-list_item-6 .b-api-list_item {
    width: 16%;
}

.wrap-list_item-6 .b-image-api {
    max-width: 110px;
}

.wrap-list_item-6 .b-wrap-comment {
    max-width: 10rem;
}

@media screen and (max-width: 960px) {

  .wrap-list_item-4 .b-api-list_item {
    width: 24%;
  }

  .wrap-list_item-5 .b-api-list_item {
    width: 19%;
  }

  .wrap-list_item-6 .b-api-list_item {
    width: 16%;
  }
}
@media screen and (max-width: 820px) {

  .b-api-list_item {
    width: 49%;
  }

  .wrap-list_item-2 .b-api-list_item {
    width: 100%;
  }

  .wrap-list_item-4 .b-api-list_item {
    width: 49%;
  }

  .wrap-list_item-5 .b-api-list_item {
    width: 49%;
  }

  .wrap-list_item-6 .b-api-list_item {
    width: 24%;
  }
}
@media screen and (max-width: 540px) {

  .b-api-list_item {
    width: 100%;
  }

  .wrap-list_item-2 .b-api-list_item {
    width: 100%;
  }

  .wrap-list_item-4 .b-api-list_item {
    width: 100%;
  }

  .wrap-list_item-5 .b-api-list_item {
    width: 100%;
  }

  .wrap-list_item-6 .b-api-list_item {
    width: 49%;
  }
}



.b-image-api {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    display: block;
}

.b-wrap-comment {
    max-width: 18rem;
    margin: 0 auto;
    padding: 0 0.5rem;
}

.b-wrap-comment > div {
    overflow: hidden;
    text-overflow: ellipsis;
}


.tac {
    text-align: center;
}

.page-content.b-404 {
    padding-top: 1rem;
}

.b-head-404 {
    font-size: 11rem;
    color: #1079bb;
}

.b-description-404 {
    font-size: 2rem;
    color: #ff6231;
}

.page-footer-img-404 {
    font-size: 0;
}

.wrap-footer-404 {
  padding-top: 2rem;
}

.page-footer-img-404 > img {
  max-width: 85%;
}

.page-down-404 {
    height: 1rem;
    background: #ff5f3b;
}

.mb-1875 {
  margin-bottom: 1.875rem;
}


.mb-5 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}


.ovx {
    overflow-x: auto;
}

.b-back-button {
    text-align: center;
    line-height: 1.8rem;
    height: 1.9rem;
    display: inline-block;
    text-align-last: auto;
    margin-bottom: 0;
}

.talj {
    text-align-last: justify;
}

.b-vam {
    vertical-align: middle;
}

.as-main .index-articles__item {
    margin: calc(1.5% - 1px);
    width: 30.3333%;
}
.as-main .index-articles__item-header {
    font-size: 1.1625rem;
}

.as-main .index-articles__item-content {
    height: 15.8rem;
}

.as-main .index-articles__item-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 940px) {
    .as-main .index-articles__item {
        width: 47%;
    }
}





/* =================== */
.history-wrapper {
  padding-top: 2.1875rem;
  margin-bottom: 4.0625rem; }

.history-block {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #ff5f3b;
  padding: 0.9375rem 2.1875rem;
  font-size: 1.25rem;
  position: relative; }
  .history-block:before {
    content: '';
    position: absolute;
    height: 2.3125rem;
    width: 2px;
    background-color: #ff5f3b; }
  .history-block.theme-top {
    max-width: 36%;
  }

  .mh-24rem {
    min-height: 24rem;
  }

  .mh-26rem {
    min-height: 26rem;
  }

  .mw-24pc {
    max-width: 24%!important;
  }

    .history-block.theme-top:before {
      bottom: -2.5rem; }
    /*
    .history-block.theme-top:first-of-type {
      margin-right: 20%; }
    */

      .history-block.theme-top:first-of-type:before {
        left: 30%; }

      /*
    .history-block.theme-top:nth-of-type(2):before {
      left: -2.3125rem;
      bottom: -5.5rem;
      height: 6.375rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);

    }
*/


  .history-block.theme-bottom {
    margin-right: 2%; }
    .history-block.theme-bottom:before {
      top: -2.5rem; }
    .history-block.theme-bottom.first-item {
      max-width: 25%; }
    .history-block.theme-bottom.second-item {
      max-width: 30%; }
    .history-block.theme-bottom.third-item {
      max-width: 37%;
      margin-right: 00; }




  .history-block strong {
    display: inline-block;
    margin-bottom: 0.9375rem; }
  .history-block p {
    margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .history-block {
      display: block;
      width: 100%;
      max-width: 100% !important;
      margin-bottom: 1.5625rem; }
      .history-block:before {
        display: none; } }

.history-year {
  font-size: 1.875rem;
  color: #ff5f3b;
  margin-bottom: 0.625rem; }

.history-arrow {
  height: 0.9375rem;
  background-color: #ff5f3b;
  position: relative;
  margin: 2.1875rem 0; }
  .history-arrow:before {
    content: '';
    right: -2.375rem;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 95, 59, 0);
    border-left-color: #ff5f3b;
    border-width: 1.875rem;
    margin-top: -1.875rem; }
  @media screen and (max-width: 960px) {
    .history-arrow {
      display: none; } }

/* =================== */

.history-wrapper {
  padding-top: 2.1875rem;
  margin-bottom: 4.0625rem; }
  @media screen and (max-width: 960px) {
    .history-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.history-block {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #ff5f3b;
  padding: 0.9375rem 2.1875rem;
  font-size: 1.25rem;
  position: relative; }
  .history-block:before {
    content: '';
    position: absolute;
    height: 2.3125rem;
    width: 2px;
    background-color: #ff5f3b; }
  .history-block.theme-top {
    max-width: 36%; }
    .history-block.theme-top:before {
      bottom: -2.5rem; }

    /*
    .history-block.theme-top:first-of-type {
      margin-right: 20%; }
    */
      .history-block.theme-top:first-of-type:before {
        left: 30%; }

    /*
    .history-block.theme-top:nth-of-type(2):before {
      left: -2.3125rem;
      bottom: -5.5rem;
      height: 6.375rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

    */

  .history-block.theme-bottom {
    margin-right: 2%; }
    .history-block.theme-bottom:before {
      top: -2.5rem; }
    .history-block.theme-bottom.first-item {
      max-width: 25%; }
    .history-block.theme-bottom.second-item {
      max-width: 30%; }
    .history-block.theme-bottom.third-item {
      max-width: 37%;
      margin-right: 00; }
  .history-block strong {
    display: inline-block;
    margin-bottom: 0.9375rem; }
  .history-block p {
    margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .history-block {
      width: 100%;
      max-width: 100% !important;
      margin-bottom: 1.5625rem; }
      .history-block:before {
        display: none; }
      .history-block.first-item {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .history-block.theme-top:nth-of-type(1) {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .history-block.second-item {
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
      .history-block.theme-top:nth-of-type(2) {
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4; }
      .history-block.third-item {
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5; } }




iframe {
  max-width: 100%;
}

.suggestions-promo {
  display: none!important;
}

.suggestions-suggestion:hover {
  background: rgba(128, 128, 128, 0.3)!important;
}

.suggestions-suggestions {
    font-size: 1.4rem;
}

.checkbox-label {
  vertical-align: super;
}

.w-100 {
  width: 100%!important;
}

.bg-green {
  background: greenyellow!important;
}

.b-button_loading {
  /*animation: 3s linear 0s normal none infinite running button-loader;*/
  animation: 3s linear 0s normal none infinite button-loader!important;
  background-image: repeating-linear-gradient(-45deg, rgba(116, 116, 116, 0.55), rgba(116, 116, 116, 0.55) 8px, rgba(216, 216, 216, 0) 9px, rgba(216, 216, 216, 0) 16px)!important;
  background-size: 23px 23px!important;
}

@-webkit-keyframes button-loader{
  100%{background-position:115px 0}
}
@-o-keyframes button-loader{
  100%{background-position:115px 0}
}
@keyframes button-loader{
  100%{background-position:115px 0}
}


.b-lk-transport {
  color: black!important;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-5 {
  margin-right: 3rem;
}

@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
}


.b-lk-transport.current {
  border-bottom: 2px solid #ff5f3b;
  padding-bottom: 0.4rem;
  font-weight: bold;
}



/** Что бы не грузить лишний css **/
.mr-4, .mx-4 {
    margin-right: 1.5rem;
}
.mr-0, .mx-0 {
    margin-right: 0;
}

.w-auto {
    width: auto;
}
.lh-06 {
    line-height: 0.6rem;
}


.fs-25 {
  font-size: 2.5rem;
}

.fs-15rem {
  font-size: 1.5rem!important;
}

.ttn {
  text-transform: none;
}

.form-login {
  max-width: 40rem;
}

.b-login-comment {
  min-width: 8rem;
}

.w-22 {
  width: 22rem!important;
}

.info-input, .fs-12rem {
  font-size: 1.2rem;
}

.w-4r {
  width: 4rem;
}

.fs-06r {
  font-size: 0.6rem;
}

.b-vam {
  vertical-align: middle;
}

.usn {
  user-select: none;
}

.b-sep-exit {
  border-top: 1px solid gray;
  margin-top: 0.32rem;
}


.cf60 {
  color: #f60;
}

.fw-700 {
  font-weight: 700;
}

.mh-4_4rem {
  min-height: 4.4rem;
}

.b-vat {
  vertical-align: top;
}

.mw-16rem {
  min-width: 16rem;
}

#partners_form .suggestions-suggestion {
  font-size: 1rem;
}

.text-danger {
  color: #dc3545 !important;
}



/* Форма для с сохраняющимся холдером */

.b-from-holder .input-field-complex {
  border: 2px solid #c5d5ea;
  border-radius: 4px;
  height: 3.1rem;
  position: relative;
}

.b-from-holder .select__button {
  height: 2.9rem;
}

.no-border {
    border: none;
}

.c-black {
    color: black;
}

.c-black_i {
    color: black!important;
}

.c-hov_link:hover {
    color: #2d76a6!important;
}



.lh_2_9rem {
    line-height: 2.9rem;
}

.hl_1_9rem {
  height: 1.9rem;
  line-height: 1.9rem;
}

.l-0 {
  left: 0!important;
}

.top-placeholder {
  border: none!important;
  position: relative;
  background: transparent;
  z-index: 10;
  line-height: 3rem;
  height: 3rem;
}


.to-back-abs {
    position: absolute;
    z-index: 0;
}

.after-placeholder {
  line-height: inherit;
  height: auto;
  top: 0.3rem;
}

.hint-placeholder {
  position: relative;
  font-size: 0.8rem;
  top: 0.1rem;
  left: 0.9rem;
  opacity: 0.6;
  height: 0.9rem;
  line-height: 0.9rem;
}

.input-field-complex .suggestions-wrapper {
  top: 0.4rem;
}

#block-work {
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.top-placeholder ~ .block-shadow {
  z-index: 0;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid #c5d5ea;
  border-radius: 4px;
  top: -2px;
  left: -2px;
  transition: 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.top-placeholder:focus ~ .block-shadow {
  border-color: #0c7bbd;
}


.h1_5-rem {
  height: 1.5rem;
}

.h3_4-rem {
  height: 3.4rem;
}

.w1_35-rem {
  width: 1.35rem;
}

.w22 {
  width: 22px;
}

.w4_4-rem {
  width: 4.4rem;
}

#organization_pr + .suggestions-wrapper > .suggestions-suggestions {
  max-height : 18rem;
  overflow: auto;
  resize: both;
}
