@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700;900&display=swap");
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: relative; }

*:hover, *:active, *:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal; }

ul, li {
  margin: 0;
  padding: 0; }

p, li {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Lato', sans-serif; }

ul {
  list-style-type: disc;
  list-style-position: outside;
  color: #000000; }

a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent; }

b, strong {
  font-weight: 700; }

.bold {
  font-family: 'Intro', sans-serif;
  font-weight: 700; }

img,
svg {
  border: none;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast; }

small {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px; }

.more {
  display: block; }
  .more span {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #008BD2;
    margin-right: 5px;
    display: inline-block; }
  .more svg {
    display: inline-block;
    vertical-align: middle; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

textarea {
  overflow: auto; }

.container {
  margin: 0 auto; }

.flex,
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-direction: column; }

.hb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

.hr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.hl {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center; }

.vt {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start; }

.vb {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
  -webkit-align-items: flex-end; }

.acenter {
  text-align: center; }

.italic {
  font-style: italic; }

.container {
  max-width: 1146px; }

.visible-mobile {
  display: none !important; }

@media all and (max-width: 1440px) {
  .container {
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px; } }

@media all and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 37px;
    padding-right: 37px; }
  .visible-mobile {
    display: block !important; }
  .hidden-mobile {
    display: none !important; }
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 22px; }
  h3, .h3 {
    font-size: 21px; }
  h4, .h4 {
    font-size: 20px; }
  h5, .h5 {
    font-size: 19px;
    line-height: 19px; } }

.btn {
  display: block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

.btn-red,
.btn-blue {
  height: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.btn-red {
  background: #E62A2B; }

.btn-blue {
  background: #203A5D; }

.btn-gray {
  background: rgba(127, 152, 159, 0.25);
  border-radius: 190px;
  -moz-border-radius: 190px;
  -webkit-border-radius: 190px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #000000; }

.checkbox-wrapper {
  width: auto;
  min-height: 16px;
  padding-left: 25px;
  margin: 10px 0 16px 0; }
  .checkbox-wrapper .checkbox-title {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; }
    .checkbox-wrapper .checkbox-title a {
      color: #008BD2;
      text-decoration: underline; }
  .checkbox-wrapper input[type="checkbox"] {
    display: none; }
    .checkbox-wrapper input[type="checkbox"]:checked + span {
      background: url("../images/input-check.svg") no-repeat center #008BD2; }
  .checkbox-wrapper label.form-checkbox {
    position: absolute;
    top: 2px;
    left: 0; }
    .checkbox-wrapper label.form-checkbox > span {
      background: #FFFFFF;
      border: 1px solid #D6D5D5;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      content: '';
      cursor: pointer;
      display: block;
      width: 16px;
      height: 16px; }
  .checkbox-wrapper.error label > span {
    border: solid 1px #ff0000; }

.socials {
  display: block;
  width: 100%;
  text-align: center; }
  .socials > li {
    display: inline-block;
    list-style: none;
    margin-right: 20px; }
    .socials > li:last-child {
      margin-right: 0; }

.breadcrumbs {
  display: block;
  width: 100%;
  margin: 20px 0 20px 0; }
  .breadcrumbs li {
    margin-right: 6px;
    display: inline-block; }
  .breadcrumbs a, .breadcrumbs span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px; }
  .breadcrumbs a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #008BD2; }
    .breadcrumbs a:hover {
      text-decoration: none; }
  .breadcrumbs span {
    color: #203A5D; }
  .breadcrumbs .arrow {
    top: -2px;
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 8px;
    background: url(../images/bread-arrow.svg) no-repeat center; }

@media all and (max-width: 768px) {
  .checkbox-wrapper {
    text-align: left; }
    .checkbox-wrapper .checkbox-title {
      font-size: 14px;
      line-height: 20px; }
    .checkbox-wrapper label.form-checkbox {
      top: 5px; }
  .btn-gray {
    height: 50px;
    line-height: 50px; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
    line-height: 15px; } }

.header {
  height: 110px;
  box-shadow: 0px 1px 1px rgba(32, 58, 93, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(32, 58, 93, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(32, 58, 93, 0.2); }
  .header .container,
  .header .row {
    height: 100%; }
  .header__menu {
    margin-left: 30px;
    z-index: 9; }
    .header__menu li {
      display: inline-block;
      margin-right: 20px;
      list-style: none; }
      .header__menu li:last-child {
        margin-right: 0; }
      .header__menu li a {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #203A5D; }
        .header__menu li a:hover {
          color: #C80B13; }
      .header__menu li .sub-menu {
        display: none;
        z-index: 9;
        position: absolute;
        width: 200px;
        height: auto;
        top: 20px;
        left: 0;
        padding-top: 7px; }
        .header__menu li .sub-menu > li {
          background: #ffffff;
          width: 100%;
          padding: 5px 10px 5px 10px;
          box-shadow: 0px 4px 64px rgba(125, 145, 153, 0.2);
          -moz-box-shadow: 0px 4px 64px rgba(125, 145, 153, 0.2);
          -webkit-box-shadow: 0px 4px 64px rgba(125, 145, 153, 0.2); }
      .header__menu li:hover .sub-menu {
        display: block; }
  .header .btn-red {
    width: 80px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    margin-right: 20px; }
  .header__phone {
    height: 22px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #203A5D;
    background: url("../images/phone-icon.svg") no-repeat center left;
    background-size: contain;
    padding-left: 32px; }
  .header span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #203A5D;
    margin-top: 2px;
    font-weight: 400;
    padding-left: 32px; }
  .header .menu-open {
    position: absolute;
    right: 52px;
    top: 23px;
    width: 30px;
    height: 18px;
    background: url("../images/mobile-menu-open.svg"); }
  .header.opened .menu-open {
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../images/mobile-menu-close.svg"); }
  .header__city {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: inline-block;
    margin-left: 40px;
    text-decoration: underline; }

.top_memu {
  width: 100%;
  z-index: 9; }
  .top_memu .container {
    background: #008BD2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 0 33px 0 40px;
    z-index: 2;
    height: 100%; }
  .top_memu ul li {
    height: 50px;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-right: 32px; }
    .top_memu ul li a {
      font-size: 13px;
      line-height: 50px;
      color: #FFFFFF;
      font-weight: 700; }
    .top_memu ul li .sub-menu {
      display: none;
      z-index: 9;
      position: absolute;
      width: 200px;
      height: auto;
      top: 50px;
      left: 0;
      box-shadow: 0px 4px 64px rgba(125, 145, 153, 0.2);
      -moz-box-shadow: 0px 4px 64px rgba(125, 145, 153, 0.2);
      -webkit-box-shadow: 0px 4px 64px rgba(125, 145, 153, 0.2);
      padding-top: 10px; }
      .top_memu ul li .sub-menu li {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        padding: 10px 20px 10px 20px;
        margin-right: 0;
        background: #ffffff; }
        .top_memu ul li .sub-menu li a {
          font-size: 15px;
          line-height: 20px;
          color: #000000;
          font-weight: 300; }
        .top_memu ul li .sub-menu li:first-child {
          padding-top: 20px;
          border-radius: 8px 8px 0 0;
          -moz-border-radius: 8px 8px 0 0;
          -webkit-border-radius: 8px 8px 0 0; }
        .top_memu ul li .sub-menu li:last-child {
          padding-bottom: 20px;
          border-radius: 0 0 8px 8px;
          -moz-border-radius: 0 0 8px 8px;
          -webkit-border-radius: 0 0 8px 8px; }
        .top_memu ul li .sub-menu li:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          height: 1px;
          background: rgba(0, 0, 0, 0.05); }
    .top_memu ul li:hover .sub-menu {
      display: block; }
    .top_memu ul li.menu-item-has-children {
      padding-right: 6px; }
      .top_memu ul li.menu-item-has-children:before {
        content: "";
        display: block;
        position: absolute;
        top: 26px;
        right: 0;
        width: 3px;
        height: 3px;
        background: url("../images/menu-arrow-down.svg") no-repeat center;
        background-size: auto; }

.search-form__input {
  position: absolute;
  top: -6px;
  right: 0;
  display: block;
  width: 300px;
  height: 35px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #D6D5D5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 25px 0 15px;
  font-size: 14px;
  line-height: 35px;
  color: #000000;
  z-index: 3; }

.search-form__btn {
  display: inline-block;
  z-index: 5;
  width: 12px;
  height: 11px;
  background: url("../images/search-icon.svg") no-repeat center; }

.search-form.opened .search-form__btn {
  width: 20px;
  height: 20px;
  background: url("../images/mobile-menu-close.svg") no-repeat center;
  background-size: cover;
  top: 2px;
  right: 5px; }

.mobile_menu {
  position: fixed;
  top: 80px;
  width: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  z-index: 99;
  padding: 0 40px 30px 40px;
  background: #ffffff;
  overflow-y: auto;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transform: translateX(100vw);
      transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw); }
  .mobile_menu.opened {
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }
  .mobile_menu ul.mobile-menu {
    width: 100%; }
    .mobile_menu ul.mobile-menu > li {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding: 28px 0 28px 0;
      list-style: none; }
      .mobile_menu ul.mobile-menu > li:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .mobile_menu ul.mobile-menu > li a {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #203A5D; }
  .mobile_menu .city {
    margin-top: 20px;
    display: block;
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: underline; }
  .mobile_menu .socials {
    margin-top: 30px;
    width: 100%;
    text-align: left; }
    .mobile_menu .socials > li {
      border: none;
      display: inline-block;
      margin-right: 24px;
      padding: 0; }
      .mobile_menu .socials > li:last-child {
        margin-right: 0; }

@media all and (max-width: 1010px) {
  .header {
    height: 130px; }
    .header__city {
      display: block;
      width: 100%;
      margin-left: 0;
      position: absolute;
      top: -28px;
      left: 0; }
    .header .logo {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .header nav {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .header__right {
      margin-top: 15px; }
    .header__left {
      padding-top: 25px; } }

@media all and (max-width: 1010px) {
  .header .btn-red {
    display: none; } }

@media all and (max-width: 920px) {
  .header__menu {
    margin-left: 20px; }
  .header__menu li {
    margin-right: 15px; } }

@media all and (max-width: 768px) {
  .header {
    padding: 9px 0 11px 38px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 80px;
    background: #ffffff; }
    .header__left {
      padding-top: 0; }
    .header__right {
      margin-top: 0; }
    .header .container {
      padding-right: 0;
      padding-left: 0; }
    .header .row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-justify-content: flex-start; }
    .header .logo {
      margin-right: 20px; }
      .header .logo img {
        max-width: 60px;
        height: auto; }
    .header__phone {
      height: auto;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      background: none;
      padding-left: 0; }
    .header span {
      font-size: 9px;
      line-height: 11px;
      padding-left: 0; } }

.footer {
  margin-top: 80px;
  border-top: 1px solid #dbdbdb;
  padding-top: 36px; }
  .footer__top {
    margin-bottom: 60px; }
  .footer__bottom {
    background: linear-gradient(0deg, #203A5D, #203A5D);
    width: 100%;
    height: 70px; }
    .footer__bottom .container,
    .footer__bottom .row {
      height: 100%; }
    .footer__bottom p {
      margin: 0;
      text-align: center;
      width: 100%;
      font-size: 13px;
      line-height: 150%;
      color: #FFFFFF; }
  .footer__logos {
    margin-bottom: 98px; }
    .footer__logos img {
      display: inline-block;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      padding-right: 60px;
      margin-right: 60px; }
      .footer__logos img:last-child {
        padding-right: 0;
        margin-right: 0;
        border: none; }
  .footer__menu {
    margin-bottom: 50px; }
    .footer__menu li {
      display: inline-block;
      margin-right: 40px;
      list-style: none; }
      .footer__menu li:last-child {
        margin-right: 0; }
      .footer__menu li a {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #203A5D; }
        .footer__menu li a:hover {
          color: #C80B13; }

@media all and (max-width: 768px) {
  .footer {
    margin-top: 46px; }
    .footer__top {
      margin-bottom: 30px; }
    .footer__logos {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
      .footer__logos div {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
        .footer__logos div img {
          display: block;
          border: 0;
          margin: 0 auto !important;
          padding: 0 !important; }
        .footer__logos div:first-child img {
          max-width: 64px;
          height: auto; }
        .footer__logos div:last-child img {
          max-width: 150px;
          height: auto; }
    .footer__menu {
      width: 100%;
      margin-bottom: 20px; }
      .footer__menu li {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
        text-align: center; } }

.support__form {
  width: 363px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  min-height: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px 23px 20px 23px; }
  .support__form .switch {
    width: 100%;
    height: 37px;
    border: 1px solid #F0F0F1;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px; }
    .support__form .switch li {
      width: 50%;
      height: 100%;
      font-size: 16px;
      line-height: 33px;
      text-align: center;
      list-style: none;
      cursor: pointer; }
      .support__form .switch li:first-child {
        border-radius: 24px 0 0 24px;
        -moz-border-radius: 24px 0 0 24px;
        -webkit-border-radius: 24px 0 0 24px; }
      .support__form .switch li:last-child {
        border-radius: 0 24px 24px 0;
        -moz-border-radius: 0 24px 24px 0;
        -webkit-border-radius: 0 24px 24px 0; }
      .support__form .switch li.active {
        background: #E62A2B;
        color: #ffffff; }
  .support__form .tabs {
    width: 100%;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    margin-top: 20px;
    padding: 0 23px 0 23px; }
    .support__form .tabs > li {
      list-style: none;
      text-align: center;
      padding: 0 10px 10px 10px;
      cursor: pointer; }
      .support__form .tabs > li.active {
        border-bottom: 1px solid #008bd2; }
  .support__form_wrap {
    margin-top: 20px;
    width: 100%; }
  .support__form .tab {
    width: 100%; }
    .support__form .tab#is-sms {
      max-height: 500px;
      overflow-y: auto; }
  .support__form .label {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin-bottom: 10px; }
  .support__form small {
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.5); }
  .support__form .amounts {
    margin-bottom: 10px; }
  .support__form .amount {
    display: inline-block;
    min-width: 98px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 48px;
    border: 1px solid #E5E5E5;
    color: #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px; }
    .support__form .amount:nth-child(3n + 3) {
      margin-right: 0; }
    .support__form .amount.selected {
      border-color: #008BD2; }
    .support__form .amount.other {
      min-width: 207px;
      margin-right: 0; }
  .support__form .input {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.2px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 28px 0 28px;
    margin-bottom: 10px; }
    .support__form .input:focus {
      border: 1px solid #008BD2; }
    .support__form .input.error {
      border-color: #ff0000; }
  .support__form .btn-red {
    width: 100%; }
  .support__form .message {
    padding: 10px 0 0 0; }
    .support__form .message p {
      margin-top: 5px;
      width: 100%;
      color: #ff0000;
      text-align: center;
      font-size: 14px; }
      .support__form .message p :last-child {
        margin-top: 0; }
  .support__form p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
    .support__form p:last-child {
      margin-bottom: 0; }
  .support__form h6 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px; }
  .support__form .operators {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block; }
  .support__form ul {
    margin-bottom: 10px; }
    .support__form ul > li a {
      font-size: 14px;
      line-height: 20px; }

@media all and (max-width: 768px) {
  .support__form {
    width: 100%;
    padding: 20px 20px 20px 20px; }
    .support__form .switch,
    .support__form .tabs {
      padding: 0; }
    .support__form_wrap {
      margin-top: 20px;
      width: 100%;
      padding: 0; }
    .support__form .amounts {
      margin-bottom: 0; }
    .support__form .amount {
      min-width: 90px;
      margin-right: 9px;
      margin-bottom: 9px; }
      .support__form .amount.other {
        min-width: 190px; }
    .support__form small {
      font-size: 11px; }
    .support__form .input {
      padding: 0 18px 0 18px;
      font-size: 16px; }
    .support__form .btn-red {
      width: 100%;
      max-width: 360px;
      margin: 0 auto; } }

.banner {
  width: 100%;
  height: 820px;
  background: no-repeat top center;
  background-size: cover; }
  .banner .container,
  .banner .row {
    height: 100%; }
  .banner .container {
    background: no-repeat bottom left;
    background-size: auto; }
  .banner__content {
    padding-top: 40px;
    max-width: 630px; }
    .banner__content h1 {
      font-size: 48px;
      line-height: 58px;
      letter-spacing: -0.01em;
      color: #FFFFFF; }
  .banner .support__form {
    margin-top: 90px; }

@media all and (max-width: 1040px) {
  .banner__content {
    padding-top: 40px;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    max-width: -webkit-calc(100% - 400px);
    max-width: calc(100% - 400px); }
  .banner__content h1 {
    font-size: 38px;
    line-height: 1.4; } }

@media all and (max-width: 768px) {
  .banner {
    height: auto;
    margin-top: 40px;
    padding-bottom: 30px; }
    .banner .container {
      background: no-repeat top 65px center;
      background-size: auto 295px;
      padding-left: 16px;
      padding-right: 16px; }
    .banner__content {
      width: 100%;
      max-width: 100%;
      padding-top: 14px; }
      .banner__content h1 {
        font-size: 20px;
        line-height: 24px;
        display: block;
        margin: 0 auto;
        text-align: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
    .banner .support__form {
      margin-top: 195px; } }

.meta svg {
  margin-right: 6px; }

.meta span {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff; }
  .meta span.date {
    padding-right: 6px;
    border-right: solid 2px rgba(255, 255, 255, 0.4);
    margin-right: 6px; }

.news__item {
  width: 264px;
  margin-right: 30px; }
  .news__item:nth-child(4n + 4) {
    margin-right: 0; }
  .news__item .meta {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    padding: 4px 10px 4px 10px; }
  .news__item .preview {
    width: 100%;
    height: 180px;
    background: no-repeat top center;
    background-size: cover;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-filter: drop-shadow(0px 4px 24px rgba(214, 213, 213, 0.1));
            filter: drop-shadow(0px 4px 24px rgba(214, 213, 213, 0.1)); }
  .news__item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #008BD2;
    width: 100%;
    margin: 10px 0 10px 0; }
  .news__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5); }

.news__archive .news__item {
  margin-bottom: 40px; }

.news__archive .pagination {
  display: block;
  width: 100%;
  margin: 30px 0 80px 0; }
  .news__archive .pagination .nav-links a, .news__archive .pagination .nav-links span {
    width: 22px;
    height: 22px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin-right: 0;
    text-align: center;
    display: inline-block; }
  .news__archive .pagination .nav-links a {
    color: #203A5D;
    text-decoration: none; }
  .news__archive .pagination .nav-links .current {
    background: #203A5D;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF; }

.category__info {
  width: 100%;
  height: 130px;
  background: url("../images/category_bg.jpg") no-repeat top left;
  background-size: cover;
  margin-bottom: 40px; }
  .category__info .container,
  .category__info .row {
    height: 100%; }
  .category__info h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em;
    color: #FFFFFF; }

.share {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.03);
  padding: 30px; }
  .share .ya-share2 {
    margin-top: 30px; }

.related_posts {
  margin: 50px 0 60px 0; }
  .related_posts .block_title {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #203A5D;
    margin-bottom: 40px; }

@media all and (max-width: 1190px) {
  .news__item {
    width: -webkit-calc((100% / 4) - 23px);
    width: calc((100% / 4) - 23px); } }

@media all and (max-width: 1040px) {
  .news__item {
    width: -webkit-calc((100% / 2) - 30px);
    width: calc((100% / 2) - 30px);
    margin-bottom: 30px;
    margin-right: 30px; }
    .news__item:nth-child(2n + 2) {
      margin-right: 0; } }

@media all and (max-width: 768px) {
  .news__item {
    width: 264px;
    display: block;
    margin: 0 auto;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 30px; }
    .news__item:last-child {
      margin-bottom: 0; }
  .news__archive .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news__archive .news__item {
    margin-bottom: 30px; }
  .news__archive .pagination {
    margin: 30px 0 0 0; }
  .category__info {
    margin-top: 80px;
    height: auto;
    margin-bottom: 30px;
    padding: 30px; }
    .category__info h1 {
      font-size: 24px;
      line-height: 29px;
      font-weight: 700;
      text-align: left; }
  .share {
    margin-top: 30px;
    padding: 20px; }
  .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
    height: 36px !important;
    width: 36px !important; }
  .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-right: 10px !important; }
  .related_posts {
    margin: 30px 0 30px 0; }
    .related_posts .block_title {
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 30px; } }

@media all and (max-width: 601px) {
  .news__item {
    margin-right: 0; } }

.home__video {
  margin-top: 40px; }
  .home__video .container {
    max-width: 754px; }
  .home__video p {
    margin-bottom: 50px; }
  .home__video_wrap {
    display: block;
    width: 362px;
    height: 346px;
    margin: 0 auto;
    margin-bottom: 60px;
    background: no-repeat top center;
    background-size: cover; }
    .home__video_wrap:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
    .home__video_wrap a {
      position: absolute;
      top: -webkit-calc((100% - 82px) / 2);
      top: calc((100% - 82px) / 2);
      left: -webkit-calc((100% - 82px) / 2);
      left: calc((100% - 82px) / 2);
      z-index: 9;
      width: 82px;
      height: 82px;
      background: url("../images/play-icon.svg") no-repeat center;
      background-size: contain; }
  .home__video .btn-red {
    margin: 0 auto;
    width: 362px;
    margin-bottom: 70px; }

.home__needed {
  background: url("../images/needed_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 0 78px 0;
  box-shadow: 0px 6px 0px #203A5D;
  -moz-box-shadow: 0px 6px 0px #203A5D;
  -webkit-box-shadow: 0px 6px 0px #203A5D; }
  .home__needed .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 60px; }
  .home__needed_items {
    margin-bottom: 50px; }
  .home__needed .item {
    background: #FFFFFF;
    width: 264px;
    min-height: 450px;
    box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    -moz-box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    -webkit-box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 30px;
    margin-right: 30px; }
    .home__needed .item:nth-child(4n + 4) {
      margin-right: 0; }
    .home__needed .item__icon {
      display: block;
      width: 70px;
      height: auto; }
    .home__needed .item__title {
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      width: 100%;
      margin: 20px 0 46px 0; }
    .home__needed .item p, .home__needed .item ul > li {
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; }
      .home__needed .item p:last-child, .home__needed .item ul > li:last-child {
        margin-bottom: 0; }
  .home__needed_all {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #203A5D;
    margin-bottom: 45px; }
    .home__needed_all:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }
  .home__needed .btn-blue {
    margin: 0 auto;
    width: 362px; }

.home__news {
  padding: 70px 0 70px 0; }
  .home__news .block_title {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #203A5D;
    margin-bottom: 50px; }
  .home__news_items {
    margin-bottom: 100px; }
  .home__news .btn-gray {
    margin: 0 auto;
    width: 360px; }

.home__gethelp {
  background: url("../images/gethelp_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 60px 0 80px 0; }
  .home__gethelp .title {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 52px; }
  .home__gethelp_block {
    width: -webkit-calc((100% / 2) - 15px);
    width: calc((100% / 2) - 15px);
    box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    -moz-box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    -webkit-box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    background: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 480px; }
    .home__gethelp_block .offset {
      display: block;
      width: 100%;
      height: 102px; }
    .home__gethelp_block .head {
      background: rgba(127, 152, 159, 0.15);
      text-align: center;
      padding: 20px 0 22px 0;
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      color: #000000; }
    .home__gethelp_block .body {
      padding: 22px 40px 40px 40px;
      text-align: center; }
    .home__gethelp_block h2 {
      font-weight: 400;
      font-size: 36px;
      line-height: 43px;
      margin-top: 10px; }
    .home__gethelp_block h4 {
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 10px; }
    .home__gethelp_block p, .home__gethelp_block a {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 0; }
    .home__gethelp_block p {
      margin-bottom: 5px; }
    .home__gethelp_block a {
      color: #008BD2; }

.home__reports {
  margin-top: 70px; }
  .home__reports .block_title {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #203A5D;
    width: 100%;
    margin-bottom: 50px; }
  .home__reports_wrap {
    box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    -moz-box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    -webkit-box-shadow: 0px 0px 14px rgba(127, 152, 159, 0.15);
    background: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 94px 40px 80px 40px;
    margin-bottom: 60px; }
    .home__reports_wrap .row {
      width: 100%; }
  .home__reports .item {
    margin-right: 26px;
    margin-bottom: 26px;
    display: inline-block;
    width: 246px;
    height: 50px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border: 1px solid #008BD2;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: #008BD2; }
    .home__reports .item:nth-child(4n + 4) {
      margin-right: 0; }

@media all and (max-width: 1190px) {
  .home__needed .item {
    width: -webkit-calc((100% / 4) - 20px);
    width: calc((100% / 4) - 20px);
    margin-right: 20px; }
  .home__news_items {
    margin-bottom: 50px; } }

@media all and (max-width: 1040px) {
  .home__needed .item {
    width: -webkit-calc((100% / 2) - 15px);
    width: calc((100% / 2) - 15px);
    margin-right: 30px;
    margin-bottom: 30px; }
    .home__needed .item:nth-child(2n + 2) {
      margin-right: 0; } }

@media all and (max-width: 768px) {
  .home__video {
    margin-top: 30px; }
    .home__video .container {
      max-width: 100%; }
    .home__video p {
      margin-bottom: 30px; }
    .home__video_wrap {
      width: 100%;
      max-width: 300px;
      height: 286px;
      margin: 0 auto;
      margin-bottom: 30px; }
    .home__video .btn-red {
      width: 100%;
      max-width: 300px;
      margin-bottom: 40px; }
  .home__needed {
    padding: 30px 0 56px 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .home__needed .title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 20px; }
    .home__needed_items {
      margin-bottom: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home__needed .item {
      background: #FFFFFF;
      width: 264px;
      min-height: 210px;
      padding: 30px;
      margin-right: 0;
      margin-bottom: 20px; }
      .home__needed .item__title {
        margin: 20px 0 8px 0; }
    .home__needed_all {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 30px; }
    .home__needed .btn-blue {
      width: 100%;
      max-width: 300px; }
  .home__news {
    padding: 50px 0 60px 0; }
    .home__news .block_title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 20px; }
    .home__news_items {
      margin-bottom: 40px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home__news .btn-gray {
      margin: 0 auto;
      width: 100%;
      max-width: 300px; }
  .home__gethelp {
    padding: 20px 0 72px 0; }
    .home__gethelp .title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 30px; }
    .home__gethelp_block {
      width: 100%;
      min-height: 320px; }
      .home__gethelp_block:first-child {
        margin-bottom: 20px; }
      .home__gethelp_block .head {
        padding: 10px 11px 10px 11px; }
      .home__gethelp_block .body {
        padding: 22px 20px 31px 20px; }
        .home__gethelp_block .body .offset {
          display: none; }
  .home__reports {
    margin-top: 30px; }
    .home__reports .container {
      padding-left: 23px;
      padding-right: 23px; }
    .home__reports .block_title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 20px; }
    .home__reports_items {
      padding: 24px 15px 36px 15px;
      margin-bottom: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home__reports .item {
      display: block;
      margin: 0 auto;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px; }
    .home__reports .btn-red {
      display: block;
      margin-top: 10px;
      width: 100%;
      max-width: 300px; }
  .home__news .news__item:nth-child(3), .home__news .news__item:nth-child(4) {
    display: none; } }

.page__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
  color: #203A5D;
  margin-bottom: 30px;
  width: 100%; }

.page__slider {
  margin-top: 20px;
  max-height: 570px; }
  .page__slider .container {
    max-width: 1236px;
    padding-left: 45px;
    padding-right: 45px; }
  .page__slider .slick-list {
    width: 100%; }
  .page__slider .slick-list, .page__slider .slick-track, .page__slider .slide {
    height: 570px !important; }
  .page__slider_wrap {
    width: 100% !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .page__slider_wrap .slide {
      width: 100%;
      height: 570px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      background: no-repeat center;
      background-size: cover;
      display: inline-block;
      -webkit-filter: drop-shadow(0px 4px 24px rgba(214, 213, 213, 0.1));
              filter: drop-shadow(0px 4px 24px rgba(214, 213, 213, 0.1)); }
      .page__slider_wrap .slide:before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 29.47%);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
      .page__slider_wrap .slide__bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: no-repeat bottom left;
        background-size: cover; }
        .page__slider_wrap .slide__bg video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          object-fit: cover; }
      .page__slider_wrap .slide__video-bg {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        /* Aspect ratio */
        position: absolute; }
        .page__slider_wrap .slide__video-bg .mute {
          height: 32px;
          width: 32px;
          position: absolute;
          top: 20px;
          left: 20px;
          z-index: 19 !important;
          background: #ffffff; }
        .page__slider_wrap .slide__video-bg .videoPlayer {
          border: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 9;
          background-size: contain !important;
          background-position: top center !important; }
          .page__slider_wrap .slide__video-bg .videoPlayer iframe {
            -webkit-transition: opacity 500ms ease-in-out;
                    transition: opacity 500ms ease-in-out;
            -webkit-transition-delay: 250ms;
                    transition-delay: 250ms;
            z-index: 9;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            max-width: 100% !important;
            max-height: 100% !important;
            -ms-transform: none !important;
                transform: none !important;
            -webkit-transform: none;
            -moz-transform: none; }
        .page__slider_wrap .slide__video-bg .video-background-controls {
          z-index: 19 !important; }
          .page__slider_wrap .slide__video-bg .video-background-controls button {
            display: block;
            height: 32px;
            width: 32px; }
            .page__slider_wrap .slide__video-bg .video-background-controls button.play-toggle {
              opacity: 0;
              -moz-opacity: 0; }
            .page__slider_wrap .slide__video-bg .video-background-controls button.mute-toggle {
              position: absolute;
              top: 10px;
              right: 10px;
              font-size: 40px;
              -webkit-border-radius: 16px;
                      border-radius: 16px;
              line-height: 32px;
              border: none;
              background: none;
              -webkit-appearance: none;
              color: #ffffff;
              -webkit-filter: drop-shadow(0px 0px 1px black);
                      filter: drop-shadow(0px 0px 1px black);
              cursor: pointer;
              -webkit-transition: all 250ms ease-in-out;
                      transition: all 250ms ease-in-out; }
  .page__slider .slick-arrow {
    position: absolute;
    top: -webkit-calc((100% / 2) - 22.5px);
    top: calc((100% / 2) - 22.5px);
    color: transparent;
    background-color: transparent;
    width: 45px;
    height: 45px;
    background: no-repeat center;
    background-size: auto;
    cursor: pointer; }
    .page__slider .slick-arrow.slick-prev {
      background-image: url("../images/slick-arrow-left.svg");
      left: -45px; }
    .page__slider .slick-arrow.slick-next {
      background-image: url("../images/slick-arrow-right.svg");
      right: -45px; }
  .page__slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 13px;
    z-index: 9;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .page__slider .slick-dots > li {
      list-style: none;
      margin-right: 13px;
      display: inline-block; }
      .page__slider .slick-dots > li:last-child {
        margin-right: 0; }
      .page__slider .slick-dots > li button {
        width: 13px;
        height: 13px;
        display: block;
        background: #FFFFFF;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: transparent;
        cursor: pointer; }
      .page__slider .slick-dots > li.slick-active button {
        background: #008BD2;
        border: 2px solid #FFFFFF; }

.page__content {
  margin-top: 30px;
  margin-bottom: 60px; }
  .page__content table {
    width: 100%;
    margin-bottom: 40px; }
    .page__content table:last-child {
      margin-bottom: 0; }
    .page__content table tr {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .page__content table td {
      width: -webkit-calc(50% - 15px) !important;
      width: calc(50% - 15px) !important; }
      .page__content table td:first-child {
        margin-right: 30px !important; }
      .page__content table td img {
        width: 556px;
        height: auto;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
      .page__content table td p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px; }
        .page__content table td p:last-child {
          margin-bottom: 0; }
      .page__content table td h6 {
        display: block;
        width: 100%;
        margin-top: 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.5); }
  .page__content p, .page__content ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5; }
    .page__content p:last-child, .page__content ul > li:last-child {
      margin-bottom: 0; }
  .page__content p {
    margin-bottom: 15px; }
  .page__content h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px; }
  .page__content h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 30px; }
  .page__content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    margin-bottom: 15px; }
  .page__content ul {
    margin: 15px 0 30px 0; }
    .page__content ul > li {
      margin-bottom: 10px; }

.page .meta {
  margin-bottom: 7px;
  width: 145px;
  height: 20px;
  background: #008BD2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 10px 4px 10px; }

.page__bottom .container {
  margin-bottom: 10px; }

.page__bottom_text {
  padding: 33px 0 35px 0;
  margin-bottom: 60px; }
  .page__bottom_text:before, .page__bottom_text:after {
    display: block;
    content: "";
    position: absolute;
    left: -webkit-calc((100% - 104px) / 2);
    left: calc((100% - 104px) / 2);
    background: #203A5D;
    width: 104px;
    height: 4px; }
  .page__bottom_text:before {
    top: 0; }
  .page__bottom_text:after {
    bottom: 0; }

.page__bottom p {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px; }

.page__bottom h3 {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 15px; }

.page__bottom .btn-red {
  width: 362px;
  margin: 0 auto; }

.page__questions_item {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
  padding: 13px 20px 13px 70px;
  font-size: 20px;
  line-height: 22px; }
  .page__questions_item:last-child {
    margin-bottom: 0; }
  .page__questions_item .open {
    width: 23px;
    position: absolute;
    top: 13px;
    left: 20px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out; }
  .page__questions_item .question {
    width: 100%;
    height: auto;
    cursor: pointer; }
  .page__questions_item .answer {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 10px; }
    .page__questions_item .answer p, .page__questions_item .answer img {
      margin-bottom: 15px; }
      .page__questions_item .answer p:last-child, .page__questions_item .answer img:last-child {
        margin-bottom: 0; }
    .page__questions_item .answer img {
      margin-top: 10px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      width: auto; }
  .page__questions_item.opened .open {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }

.page-id-132 .page__title {
  margin-top: 50px;
  margin-bottom: 20px; }

.things p, .things li {
  color: #203A5D;
  font-size: 16px;
  line-height: 1.4;
  margin: 0; }

.things ul {
  padding-left: 30px; }

.things li {
  margin-bottom: 5px !important; }

.things table {
  margin-bottom: 20px; }
  .things table td {
    width: auto !important; }
    .things table td img {
      width: auto !important;
      max-width: none;
      height: auto; }
    .things table td p {
      color: #203A5D;
      font-size: 16px;
      line-height: 1.4;
      margin: 0; }

.things__list {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px); }
  .things__list .title {
    font-size: 18px;
    color: #203A5D;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: solid 1px #203A5D; }
  .things__list_item {
    margin-bottom: 20px; }
    .things__list_item:first-child {
      margin-bottom: 0; }

@media all and (max-width: 920px) {
  .page__title {
    font-size: 32px;
    line-height: 1.3; } }

@media all and (max-width: 768px) {
  .page {
    padding-top: 40px; }
    .page__title {
      font-size: 22px;
      line-height: 28px; }
    .page__slider {
      margin-top: 30px;
      max-height: 220px; }
      .page__slider .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .page__slider .slick-list, .page__slider .slick-track, .page__slider .slide {
        height: 220px !important; }
      .page__slider_wrap .slide {
        height: 220px; }
      .page__slider .slick-arrow {
        display: none; }
    .page__content {
      margin-bottom: 30px; }
      .page__content table {
        margin-bottom: 0; }
        .page__content table tr {
          width: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap; }
        .page__content table td {
          width: 100% !important; }
          .page__content table td img {
            width: 100%;
            margin-top: 20px; }
          .page__content table td:first-child {
            margin-right: 0 !important; }
            .page__content table td:first-child img {
              margin-bottom: 20px; }
      .page__content h4 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px; }
    .page__bottom_text {
      padding: 30px 0 30px 0;
      margin-bottom: 30px; }
      .page__bottom_text:before, .page__bottom_text:after {
        left: -webkit-calc((100% - 80px) / 2);
        left: calc((100% - 80px) / 2);
        width: 80px; }
    .page__bottom p {
      font-size: 16px;
      line-height: 22px; }
    .page__bottom h3 {
      font-size: 24px;
      line-height: 1.4; }
    .page__bottom .btn-red {
      width: 100%;
      max-width: 300px; }
    .page__questions_item {
      padding: 13px 20px 13px 50px;
      font-size: 18px;
      line-height: 1.4; }
      .page__questions_item .open {
        left: 10px; }
  .single-post .page {
    padding-top: 80px; }
  .things__list {
    width: 100%; }
    .things__list_item {
      width: 100%; }
  .things p, .things li {
    font-size: 15px; }
  .things ul {
    padding-left: 20px; }
  .things table {
    margin-bottom: 30px; }
    .things table td p {
      font-size: 15px; } }

.branch .banner {
  height: 793px;
  background: linear-gradient(180deg, #000000 -6.59%, rgba(0, 0, 0, 0) 38.78%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .branch .banner__content {
    max-width: 752px; }
  .branch .banner .support__form {
    margin-top: 56px; }

.branch__content {
  margin-top: 100px;
  width: 440px;
  margin-right: 30px; }
  .branch__content h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #203A5D;
    margin-bottom: 20px;
    min-width: 500px; }
  .branch__content p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px; }
    .branch__content p:last-child {
      margin-bottom: 0; }
  .branch__content ul {
    margin-top: 24px;
    width: 100%; }
    .branch__content ul > li {
      display: inline-block;
      margin-right: 32px;
      list-style: none; }
      .branch__content ul > li:last-child {
        margin-right: 0; }
      .branch__content ul > li img {
        display: block;
        margin-bottom: 10px; }
      .branch__content ul > li a {
        display: block;
        font-size: 16px;
        line-height: 19px;
        color: #008BD2;
        max-width: 120px; }

.branch .page__slider {
  width: -webkit-calc(100% - 480px);
  width: calc(100% - 480px);
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 100px;
  max-height: none; }
  .branch .page__slider .slick-list, .branch .page__slider .slick-track, .branch .page__slider .slide {
    height: 370px !important; }
  .branch .page__slider .slide {
    height: 370px; }
    .branch .page__slider .slide:before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 29.47%); }
  .branch .page__slider .slick-arrow.slick-next {
    right: -70px; }
  .branch .page__slider .slick-arrow.slick-prev {
    left: -70px; }
  .branch .page__slider .slick-dots {
    display: none !important; }
  .branch .page__slider .thumbs {
    margin-top: 10px; }
    .branch .page__slider .thumbs .item {
      width: 126px;
      height: 100px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      margin-right: 7px;
      margin-bottom: 20px;
      cursor: pointer; }
      .branch .page__slider .thumbs .item:nth-child(4n) {
        margin-right: 0; }
      .branch .page__slider .thumbs .item.active {
        border: solid 3px #E62A2B; }

.branch__volunteer {
  margin-top: 130px; }
  .branch__volunteer .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #203A5D;
    text-align: center;
    margin-bottom: 70px; }
  .branch__volunteer .content {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(127, 152, 159, 0.25);
    -moz-box-shadow: 0px 0px 24px rgba(127, 152, 159, 0.25);
    -webkit-box-shadow: 0px 0px 24px rgba(127, 152, 159, 0.25);
    padding: 50px 55px 72px 38px; }
    .branch__volunteer .content h3 {
      font-weight: 700;
      font-size: 24px;
      line-height: 22px;
      width: 100%;
      margin-bottom: 30px; }
    .branch__volunteer .content h4 {
      font-weight: 400;
      font-size: 24px;
      line-height: 29px;
      width: 100%;
      margin-bottom: 20px; }
    .branch__volunteer .content table {
      width: 100%; }
      .branch__volunteer .content table tbody {
        width: 100%; }
      .branch__volunteer .content table tr {
        vertical-align: top;
        width: 100% !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .branch__volunteer .content table tr td {
          display: inline-block;
          vertical-align: top; }
          .branch__volunteer .content table tr td:first-child {
            max-width: 30% !important;
            padding-right: 30px; }
          .branch__volunteer .content table tr td:nth-child(2) {
            max-width: 35% !important;
            padding-right: 50px; }
          .branch__volunteer .content table tr td:last-child {
            max-width: 35% !important; }
    .branch__volunteer .content li, .branch__volunteer .content p {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 21px; }
      .branch__volunteer .content li:last-child, .branch__volunteer .content p:last-child {
        margin-bottom: 0; }
      .branch__volunteer .content li strong, .branch__volunteer .content li b, .branch__volunteer .content p strong, .branch__volunteer .content p b {
        font-weight: 700; }
    .branch__volunteer .content ul {
      max-width: 100%;
      list-style: none; }
      .branch__volunteer .content ul li {
        list-style: none; }
      .branch__volunteer .content ul.ul_style_1 li {
        padding-left: 30px;
        background: url("../images/ul-style-1.svg") no-repeat top -2px left;
        min-height: 25px; }
      .branch__volunteer .content ul.ul_style_2 li {
        padding-left: 30px;
        background: url("../images/ul-style-2.svg") no-repeat top left;
        min-height: 25px; }
    .branch__volunteer .content .place_link {
      padding-left: 30px;
      background: url("../images/location-icon.svg") no-repeat top left;
      min-height: 23px;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #0077FF;
      display: block; }
    .branch__volunteer .content .phone {
      display: block;
      width: 100%;
      margin-bottom: 21px;
      font-weight: 700;
      padding-left: 30px;
      background: url("../images/ul-phone-icon.svg") no-repeat top left;
      font-size: 16px;
      line-height: 19px; }
      .branch__volunteer .content .phone:last-child {
        margin-bottom: 0; }
      .branch__volunteer .content .phone a {
        min-height: 24px;
        font-size: 22px;
        line-height: 26px;
        color: #000000; }
  .branch__volunteer .after {
    margin-top: 70px; }
    .branch__volunteer .after p {
      font-size: 20px;
      line-height: 22px; }

.branch__bottom {
  margin-top: 90px;
  text-align: center; }
  .branch__bottom h3, .branch__bottom h4 {
    font-size: 48px;
    line-height: 58px;
    color: #203A5D;
    display: block;
    margin-bottom: 29px;
    font-weight: 400; }
  .branch__bottom p {
    display: block;
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 12px; }
  .branch__bottom a {
    display: block;
    font-size: 24px;
    line-height: 37px;
    color: #008BD2;
    text-decoration: underline; }

.branch .home__needed {
  margin-top: 110px; }

.home .branch__volunteer {
  margin-top: 30px; }

.page .header__menu,
.archive .header__menu,
.single .header__menu {
  margin-left: 20px; }

.page .header__menu li,
.archive .header__menu li,
.single .header__menu li {
  margin-right: 12px; }

.page .header .btn-red,
.archive .header .btn-red,
.single .header .btn-red {
  margin-left: 5px; }

@media all and (max-width: 1190px) {
  .branch .page__slider .thumbs .item {
    width: -webkit-calc(25% - 7px);
    width: calc(25% - 7px);
    height: 70px; } }

@media all and (max-width: 1080px) {
  .branch .banner__content {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    max-width: -webkit-calc(100% - 400px);
    max-width: calc(100% - 400px); } }

@media all and (max-width: 1010px) {
  .branch__volunteer .content {
    padding: 20px; } }

@media all and (max-width: 980px) {
  .branch__content {
    width: 100%;
    margin-right: 0; }
    .branch__content h2 {
      font-size: 28px;
      line-height: 1.4;
      min-width: 100%; }
    .branch__content ul > li {
      text-align: center;
      margin-right: 0;
      margin-bottom: 30px; }
      .branch__content ul > li:last-child {
        margin-right: 0;
        margin-bottom: 0; }
      .branch__content ul > li img {
        margin: 0 auto; }
      .branch__content ul > li a {
        max-width: 100%;
        margin-top: 10px; }
  .branch .page__slider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px; }
    .branch .page__slider .slick-arrow {
      display: none; } }

@media all and (max-width: 880px) {
  .branch__volunteer .content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px; }
  .branch__volunteer .content table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .branch__volunteer .content table tr td:first-child, .branch__volunteer .content table tr td:nth-child(2), .branch__volunteer .content table tr td:last-child {
      width: 100% !important;
      max-width: 100% !important;
      padding-right: 0; }
    .branch__volunteer .content table tr td:first-child, .branch__volunteer .content table tr td:nth-child(2) {
      margin-bottom: 20px; } }

@media all and (max-width: 768px) {
  .branch {
    padding-top: 0; }
    .branch .banner {
      height: auto;
      padding-bottom: 30px;
      margin-top: 0; }
      .branch .banner .container,
      .branch .banner .row {
        height: auto; }
      .branch .banner__content {
        width: 100%;
        max-width: 100%;
        padding-top: 70px; }
        .branch .banner__content h1 {
          font-size: 20px;
          line-height: 24px; }
      .branch .banner .support__form {
        margin-top: 40px; }
    .branch__volunteer .content {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .branch__volunteer .content p, .branch__volunteer .content li {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 20px; }
      .branch__volunteer .content h4 {
        font-size: 20px;
        line-height: 1.4; }
      .branch__volunteer .content .phone {
        font-size: 15px;
        line-height: 19px; }
        .branch__volunteer .content .phone a {
          font-size: 20px; }
    .branch__volunteer .after {
      margin-top: 40px; }
    .branch .home__needed {
      margin-top: 50px !important; }
    .branch .page__slider .slick-arrow {
      z-index: 9; }
      .branch .page__slider .slick-arrow.slick-next {
        right: -35px; }
      .branch .page__slider .slick-arrow.slick-prev {
        left: -35px; }
    .branch__content {
      margin-top: 50px; }
    .branch__bottom {
      margin-top: 50px; }
      .branch__bottom h3, .branch__bottom h4 {
        font-size: 28px;
        line-height: 1.4; }
      .branch__bottom p, .branch__bottom a {
        font-size: 20px;
        line-height: 1.4; } }

.cities {
  left: 0;
  margin: 0 auto;
  width: 1130px;
  z-index: 9;
  background: linear-gradient(0deg, #203A5D, #203A5D);
  padding: 30px; }
  .cities__link {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 8px 0 8px 0;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff; }
  .cities .fancybox-button svg {
    color: #ffffff;
    font-size: 24px;
    width: 32px;
    height: 32px;
    right: 5px; }

@media all and (max-width: 1142px) {
  .cities {
    width: 100%; } }

@media all and (max-width: 768px) {
  .cities__link {
    width: 33%; } }

@media all and (max-width: 560px) {
  .cities__link {
    width: 50%; } }

@media all and (max-width: 400px) {
  .cities__link {
    width: 100%; } }

/*
#linktext {
	padding-top: 60px;
	margin-top: -5px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}
*/