@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.eot?") format("eot"), url("../fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot?") format("eot"), url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.eot?") format("eot"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/OpenSans-Semibold/OpenSans-Semibold.eot?") format("eot"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"); }

html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #f8f8f8;
  scrollbar-width: auto;
  scrollbar-color: #3FC8A7 #f5f5f5;
  /* Works on Chrome, Edge, and Safari */ }
  body::-webkit-scrollbar {
    width: 6px; }
  body::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 0; }
  body::-webkit-scrollbar-thumb {
    background-color: #3FC8A7;
    border-radius: 3px; }

::-moz-selection {
  background: #3FC8A7;
  color: #fff; }

::selection {
  background: #3FC8A7;
  color: #fff; }

.hidden {
  display: none; }

a {
  outline: none !important;
  color: #3FC8A7;
  text-decoration: underline; }
  a:hover {
    color: #3FC8A7;
    text-decoration: none; }

strong {
  font-family: "OpenSans", sans-serif;
  font-weight: 700; }

p {
  margin-bottom: 1rem; }

.br {
  display: block; }

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 5px 45px;
  height: 80px;
  width: auto;
  font-size: 24px;
  line-height: 1;
  border-radius: 40px;
  background: #3FC8A7;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(37, 175, 142, 0.3), 0px 20px 20px rgba(63, 200, 167, 0.3);
          box-shadow: 0px 5px 10px rgba(37, 175, 142, 0.3), 0px 20px 20px rgba(63, 200, 167, 0.3); }
  .button__icon {
    fill: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: 10px; }
  .button:hover {
    outline: none;
    color: #fff;
    background: #43E3BD; }
    .button:hover .button__icon {
      fill: #fff; }
  .button:active {
    outline: none;
    color: #fff;
    background: #3FC8A7; }
  .button:focus {
    outline: none; }
  .button:disabled {
    background: #6a6a6a;
    cursor: not-allowed; }

.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden; }
  .main--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

.article {
  position: relative; }

.section-title {
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  font-family: "PlayfairDisplay", sans-serif; }

.page-title {
  font-size: 64px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-family: "PlayfairDisplay", sans-serif;
  text-align: center; }

.back-link {
  font-size: 28px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .back-link:hover {
    color: #3FC8A7; }

.animation-title {
  opacity: 0; }
  .animation-title span {
    opacity: 0;
    display: inline-block;
    min-width: 10px; }

.animation-fade-in,
.animation-fade-in-left,
.animation-fade-in-right,
.animation-fade-in-up,
.animation-fade-in-down {
  opacity: 0; }

.social__title {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 30px;
  color: #fff; }

.social__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1; }

.social__item {
  margin-right: 10px;
  line-height: 1; }
  .social__item:last-child {
    margin-right: 0; }

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #3C62C7; }
  .social__link:hover {
    background: #3FC8A7; }
    .social__link:hover .social__icon {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.social__icon {
  fill: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

@media (max-width: 1169.98px) {
  .social__title {
    font-size: 16px; } }

@media (max-width: 991.98px) {
  .social__link {
    width: 36px;
    height: 36px; }
  .social__icon {
    width: 20px;
    height: 20px; }
  .page-title {
    font-size: 48px; } }

@media (max-width: 767.98px) {
  .section-title {
    font-size: 30px; }
  .animation-title span {
    display: inline; }
  .button {
    height: 50px;
    font-size: 14px;
    padding: 5px 20px;
    width: 100%; }
  .social__title {
    text-align: center;
    margin-bottom: 20px; }
  .social__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-title {
    font-size: 30px; }
  .back-link {
    font-size: 16px; } }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .preloader__img {
    position: relative;
    z-index: 10;
    display: none; }

.swiper-wrapper {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  bottom: 20px !important; }

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .5;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0 6px !important; }
  .swiper-pagination-bullet:only-child {
    visibility: hidden; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.form__label {
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.form__info {
  display: block;
  margin: 0 0 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.form__group {
  position: relative;
  margin-bottom: 55px; }

.form__button-group {
  text-align: center; }

.form__links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form__link {
  font-size: 24px;
  color: #2A4DA6;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .form__link:hover {
    color: #2A4DA6; }

.form__input {
  border-radius: 33px;
  background: #fff;
  border: 2px solid #E9EDF9;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding: 5px 15px;
  height: 66px;
  text-align: center;
  font-weight: 300;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%; }
  .form__input:hover, .form__input:focus {
    border-color: #3FC8A7; }
  .form__input::-webkit-input-placeholder {
    color: #BDBCBC;
    font-weight: 400; }
  .form__input:-moz-placeholder {
    color: #BDBCBC;
    font-weight: 400; }
  .form__input::-moz-placeholder {
    color: #BDBCBC;
    font-weight: 400; }
  .form__input:-ms-input-placeholder {
    color: #BDBCBC;
    font-weight: 400; }

.form textarea.form__input {
  height: auto;
  padding: 12px 20px;
  border-radius: 20px; }

.form__button {
  width: 100%; }

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0; }

@media (max-width: 767.98px) {
  .form__label {
    font-size: 14px; }
  .form__input {
    font-size: 16px;
    height: 50px;
    border-radius: 25px; }
  .form__group {
    margin-bottom: 30px; }
  .form__link {
    font-size: 16px; }
  .form__info {
    font-size: 14px; } }

.select2-container {
  width: 100% !important; }

.select2-container .select2-selection--single {
  border-radius: 33px;
  background: #fff;
  border: 2px solid #E9EDF9;
  font-size: 18px;
  line-height: 1;
  color: #000;
  height: 66px;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .select2-container .select2-selection--single:hover, .select2-container .select2-selection--single:focus {
    border-color: #3FC8A7; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 400;
  color: #ccc;
  text-align: center; }

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 62px;
  color: #000;
  line-height: 62px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center; }

.select2-container .select2-selection--single .select2-selection__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  width: 60px;
  top: 0;
  right: 0; }
  .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #3FC8A7 transparent transparent transparent;
    border-width: 10px 6px 0 6px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #3FC8A7 transparent;
  border-width: 0 6px 10px 6px; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 33px; }

.select2-container .select2-selection--single.select-white-bold .select2-selection__rendered {
  font-size: 24px;
  font-weight: 700; }

.select2-container .select2-selection--single.select-grey-bold {
  background: #F2F2F2;
  border-color: #F2F2F2; }
  .select2-container .select2-selection--single.select-grey-bold:hover, .select2-container .select2-selection--single.select-grey-bold:focus {
    border-color: #2BA4D8; }
  .select2-container .select2-selection--single.select-grey-bold .select2-selection__rendered {
    padding-left: 15px;
    font-weight: 700;
    font-size: 18px; }

.select2-dropdown {
  border: none;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 15px 0 rgba(93, 71, 35, 0.15);
          box-shadow: 0 0 15px 0 rgba(93, 71, 35, 0.15);
  margin-top: 10px;
  z-index: 99999; }

.select2-container--open .select2-dropdown--below {
  border-radius: 10px; }

.select2-results {
  border-radius: 10px;
  overflow: hidden; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #3FC8A7;
  color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #F2F2F2;
  color: #000; }

.select2-container--default {
  font-size: 16px;
  line-height: 1; }

.select2-results__option {
  padding: 15px 15px; }

@media (max-width: 767.98px) {
  .select2-container .select2-selection--single {
    height: 50px;
    border-radius: 25px;
    font-size: 16px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 44px; }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      border-width: 7px 4px 0 4px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 7px 4px; } }

.tabs-panes__item {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: none; }
  .tabs-panes__item.on {
    display: block; }
  .tabs-panes__item.visible {
    opacity: 1; }

.tabs-toggle {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tabs-toggle__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 25px;
    background: #FFFFFF;
    border: 2px solid #E9EDF9;
    cursor: pointer;
    color: #797979;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    height: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 35px;
    border-radius: 30px; }
    .tabs-toggle__item:last-child {
      margin-right: 0; }
    .tabs-toggle__item:hover {
      border-color: #2A4DA6; }
    .tabs-toggle__item.on {
      background: #2A4DA6;
      color: #fff;
      border-color: #2A4DA6; }

@media (max-width: 1169.98px) {
  .tabs-toggle__item {
    font-size: 20px; } }

@media (max-width: 991.98px) {
  .tabs-toggle__item {
    height: 40px;
    font-size: 18px;
    border-width: 1px;
    margin-right: 20px; } }

@media (max-width: 767.98px) {
  .tabs-toggle {
    display: block; }
  .tabs-toggle__item {
    margin: 0 0 15px;
    font-size: 16px; }
    .tabs-toggle__item:last-child {
      margin-bottom: 0; } }

.header {
  position: relative;
  width: 100%;
  padding: 40px 0; }
  .header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1; }
  .header__button {
    border: 2px solid #3FC8A7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    padding: 5px 20px;
    color: #000;
    text-decoration: none;
    border-radius: 28px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .header__button:hover {
      background: #3FC8A7;
      color: #fff; }
    .header__button:active {
      background: #43E3BD;
      border-color: #43E3BD;
      color: #fff; }

.logo {
  position: relative;
  line-height: 1; }
  .logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .logo__link:hover {
      color: #3FC8A7; }
  .logo__img {
    max-width: 100%;
    height: auto; }
  .logo__text {
    margin-left: 18px; }
  .logo__title {
    text-transform: uppercase;
    font-family: "PlayfairDisplay", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px; }
  .logo__descr {
    font-size: 12px;
    line-height: 1.2; }

.menu {
  margin: 0 auto; }
  .menu__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu__item {
    margin-right: 30px; }
    .menu__item:last-child {
      margin-right: 0; }
    .menu__item.is-active .menu__link {
      color: #3FC8A7; }
  .menu__link {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block; }
    .menu__link:hover {
      color: #3FC8A7; }

.language {
  position: relative;
  cursor: pointer;
  margin-right: 40px; }
  .language:hover .language__active {
    color: #3FC8A7; }
  .language:hover .language__list {
    visibility: visible;
    opacity: 1; }
  .language__active {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .language__list {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 100;
    width: calc(100% + 20px);
    background: #f8f8f8;
    -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.05);
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding: 5px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .language__link {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center; }
    .language__link:hover {
      color: #3FC8A7; }

.toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
  display: none; }
  .toggle div {
    width: 26px;
    height: 2px;
    border-radius: 1px;
    background: #3FC8A7;
    margin: 6px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .toggle.is-active .toggle__1 {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px); }
  .toggle.is-active .toggle__2 {
    opacity: 0; }
  .toggle.is-active .toggle__3 {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
        -ms-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px); }

.scroll-disabled {
  overflow-y: hidden; }

@media (max-width: 1169.98px) {
  .logo__title {
    font-size: 27px; }
  .logo__descr {
    font-size: 9px; }
  .menu__link {
    font-size: 16px; }
  .language__active {
    font-size: 16px; }
  .language__link {
    font-size: 16px; }
  .header__button {
    font-size: 16px; }
  .language {
    margin-right: 30px; } }

@media (max-width: 991.98px) {
  .menu {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    left: 15px;
    width: calc(100% - 30px);
    background: #fff;
    z-index: 10; }
  .menu__list {
    display: block;
    padding: 10px 0; }
  .menu__item {
    margin: 0; }
  .menu__link {
    display: block;
    padding: 10px 15px;
    text-align: center; }
  .mobile-menu-toggle {
    display: block;
    margin-left: 15px; }
  .header__logo {
    margin-right: auto; } }

@media (max-width: 767.98px) {
  .header {
    padding: 20px 0; }
  .logo__text {
    display: none; }
  .header__logo {
    width: 40px;
    height: 40px; }
  .header__button {
    height: 40px;
    border-width: 1px;
    padding: 5px 15px;
    font-size: 14px; }
  .language {
    margin-right: 20px; }
  .language__active {
    font-size: 14px; }
  .language__link {
    font-size: 14px; }
  .menu {
    width: 100%;
    left: 0; } }

@media (min-width: 992px) {
  .menu {
    display: block !important; } }

.pagenav__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagenav__item {
  position: relative;
  margin: 0;
  line-height: 1;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagenav__item.is-active .pagenav__link {
    color: #fff;
    background: #2A4DA6; }

.pagenav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%; }
  .pagenav__link:hover {
    color: #2A4DA6; }

.pagenav__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .pagenav__arrow:hover .pagenav__icon {
    fill: #2A4DA6; }

.pagenav__icon {
  fill: #000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

@media (max-width: 767.98px) {
  .pagenav__link {
    font-size: 16px;
    height: 36px;
    width: 36px; }
  .pagenav__item {
    width: 36px;
    height: 36px;
    font-size: 16px; } }

.banner-slider__slide {
  position: relative;
  overflow: hidden; }
  .banner-slider__slide.swiper-slide-active .banner-slider__title {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
  .banner-slider__slide.swiper-slide-active .banner-slider__more {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s; }

.banner-slider__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 555px;
  border-radius: 20px;
  overflow: hidden; }
  .banner-slider__picture:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    content: ""; }

.banner-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.banner-slider__descr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 60px; }

.banner-slider__title {
  font-size: 64px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif;
  color: #fff;
  line-height: 1.2;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  margin: 0; }

.banner-slider__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }
  .banner-slider__more-icon {
    fill: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: 15px; }
  .banner-slider__more:hover {
    color: #fff; }
    .banner-slider__more:hover .banner-slider__more-icon {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }

@media (max-width: 1169.98px) {
  .banner-slider__title {
    font-size: 48px; }
  .banner-slider__picture {
    height: 450px; } }

@media (max-width: 767.98px) {
  .banner-slider__picture {
    height: 320px; }
  .banner-slider__descr {
    padding: 0 15px 50px;
    display: block; }
  .banner-slider__title {
    font-size: 30px;
    margin-bottom: 20px; }
  .banner-slider__more {
    font-size: 16px; } }

.about-section {
  position: relative;
  padding: 75px 0; }
  .about-section:before {
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about-bg.svg) no-repeat bottom center;
    content: ""; }
  .about-section__descr {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 65px; }
    .about-section__descr p:last-child {
      margin-bottom: 0; }
  .about-section__col:first-child {
    margin-top: 85px; }
  .about-section__col:nth-child(2) {
    margin-top: 335px; }
  .about-section__more {
    text-align: center; }

.about-card {
  margin: 0 auto 150px;
  max-width: 460px; }
  .about-card__picture {
    display: block;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    overflow: hidden; }
  .about-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .about-card__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -80px;
    margin-bottom: 30px; }
    .about-card__stats--1 {
      max-width: 310px; }
    .about-card__stats--3 {
      max-width: 370px; }
  .about-card-stats {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .about-card-stats__val {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 96px;
      line-height: 1;
      padding: 15px 20px;
      background: #fff;
      -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
              box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
      border-radius: 20px;
      color: #3FC8A7;
      margin-bottom: 10px; }
    .about-card-stats__title {
      font-size: 24px;
      color: #797979;
      text-align: center; }
  .about-card__descr {
    font-size: 24px;
    line-height: 1.3;
    max-width: 355px; }
    .about-card__descr p:last-child {
      margin-bottom: 0; }

@media (max-width: 1389.98px) {
  .about-card-stats__val {
    font-size: 80px; } }

@media (max-width: 1169.98px) {
  .about-section__descr {
    font-size: 16px; }
  .about-card__descr {
    font-size: 16px;
    line-height: 1.4; }
  .about-card-stats__title {
    font-size: 16px; }
  .about-card-stats__val {
    font-size: 60px; } }

@media (max-width: 991.98px) {
  .about-section__title {
    margin-bottom: 30px; }
  .about-section__col:first-child,
  .about-section__col:nth-child(2) {
    margin-top: 0; }
  .about-section__col {
    margin-bottom: 50px; }
  .about-card {
    margin: 0; } }

@media (max-width: 767.98px) {
  .about-section {
    padding: 40px 0; }
  .about-section__title {
    text-align: center; }
  .about-card__picture {
    width: 290px;
    height: 290px; }
  .about-card-stats__val {
    font-size: 48px; }
  .about-card__stats {
    margin-top: -50px; } }

.contest-section {
  padding: 75px 0 45px; }
  .contest-section__title {
    text-align: center;
    margin-bottom: 50px; }

.contest-slider {
  margin-right: -15px; }
  .contest-slider__slide {
    padding-bottom: 40px; }
  .contest-slider__pagination {
    bottom: 0 !important; }
    .contest-slider__pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      opacity: 1; }
    .contest-slider__pagination .swiper-pagination-bullet-active {
      background: #2A4DA6;
      opacity: 1; }

.contest-card {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 715px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05), 0px 10px 25px rgba(23, 23, 23, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05), 0px 10px 25px rgba(23, 23, 23, 0.1);
  border-radius: 20px;
  overflow: hidden;
  z-index: 0; }
  .contest-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.48%, rgba(122, 122, 122, 0.9)), color-stop(46%, rgba(145, 145, 145, 0)));
    background: -o-linear-gradient(bottom, rgba(122, 122, 122, 0.9) 20.48%, rgba(145, 145, 145, 0) 46%);
    background: linear-gradient(360deg, rgba(122, 122, 122, 0.9) 20.48%, rgba(145, 145, 145, 0) 46%);
    content: ""; }
  .contest-card:hover .contest-card__img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .contest-card__picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .contest-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
  .contest-card__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 30px 0;
    line-height: 1.15; }
  .contest-card__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 30px; }
  .contest-card__subject {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #797979;
    background: #fff;
    padding: 5px 7px 5px 12px;
    border-radius: 15px;
    margin-bottom: 10px; }
  .contest-card__title {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    font-family: "PlayfairDisplay", sans-serif;
    font-weight: 400;
    margin: 0; }
  .contest-card--yellow:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25.11%, rgba(243, 190, 85, 0.9)), color-stop(40.95%, rgba(243, 180, 85, 0)));
    background: -o-linear-gradient(bottom, rgba(243, 190, 85, 0.9) 25.11%, rgba(243, 180, 85, 0) 40.95%);
    background: linear-gradient(0deg, rgba(243, 190, 85, 0.9) 25.11%, rgba(243, 180, 85, 0) 40.95%); }
  .contest-card--yellow .contest-card__title {
    font-size: 36px; }
  .contest-card--blue:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(23.42%, rgba(30, 102, 210, 0.9)), color-stop(49.93%, rgba(30, 102, 210, 0)));
    background: -o-linear-gradient(bottom, rgba(30, 102, 210, 0.9) 23.42%, rgba(30, 102, 210, 0) 49.93%);
    background: linear-gradient(360deg, rgba(30, 102, 210, 0.9) 23.42%, rgba(30, 102, 210, 0) 49.93%); }
  .contest-card--blue .contest-card__title {
    font-size: 36px; }

@media (max-width: 1169.98px) {
  .contest-card__date {
    font-size: 24px; } }

@media (max-width: 991.98px) {
  .contest-card__title {
    font-size: 36px; }
  .contest-card {
    height: 600px; } }

@media (max-width: 767.98px) {
  .contest-section {
    padding: 40px 0; }
  .contest-section__title {
    margin-bottom: 30px; }
  .contest-card {
    height: 400px; }
  .contest-card__bottom {
    padding: 0 15px 30px; }
  .contest-card__title,
  .contest-card--yellow .contest-card__title,
  .contest-card--blue .contest-card__title {
    font-size: 24px; }
  .contest-card__subject {
    font-size: 14px; }
  .contest-card__date {
    font-size: 18px;
    padding: 30px 15px 0; } }

.news-section {
  padding: 55px 0 150px;
  background: #fff; }
  .news-section__news {
    margin-top: 30px; }

.news-more {
  position: relative;
  margin-top: -40px; }
  .news-more__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .news-more__link:hover {
      color: #3FC8A7; }
      .news-more__link:hover .news-more__icon {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px); }
  .news-more__icon {
    fill: #3FC8A7;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: 20px; }

.news-card {
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 100px; }
  .news-card:hover .news-card__title {
    color: #2A4DA6; }
  .news-card:last-child {
    margin-bottom: 0; }
  .news-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .news-card__picture {
    display: block;
    width: 235px;
    min-width: 235px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 40px; }
  .news-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .news-card__descr {
    max-width: 460px; }
  .news-card__date {
    font-size: 18px;
    color: #828282;
    margin-bottom: 20px; }
  .news-card__title {
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: underline;
    margin: 0; }

@media (max-width: 991.98px) {
  .news-more {
    margin: 50px 0 0; }
  .news-card {
    margin-bottom: 50px; }
  .news-card__picture {
    width: 150px;
    min-width: 150px; }
  .news-card__title {
    font-size: 18px; } }

@media (max-width: 767.98px) {
  .news-section {
    padding: 40px 0; }
  .news-section__news {
    margin: 0; }
  .news-section__title {
    margin-bottom: 30px;
    text-align: center; }
  .news-card__date {
    font-size: 14px;
    margin-bottom: 10px; }
  .news-card__title {
    font-size: 16px; }
  .news-more__link {
    font-size: 18px; }
  .news-card__picture {
    width: 100px;
    min-width: 100px;
    height: 80px;
    margin-right: 20px; } }

.important-section {
  padding: 75px 0;
  background: url(../img/important-bg.svg) no-repeat top left;
  background-size: cover; }
  .important-section__title {
    margin-bottom: 55px;
    color: #fff; }

.important-slider {
  margin-right: -15px;
  padding-bottom: 30px; }
  .important-slider__row {
    margin: 0 -10px; }
  .important-slider__col {
    padding: 0 10px;
    margin-bottom: 20px; }
  .important-slider .swiper-scrollbar {
    height: 7px;
    bottom: 0;
    max-width: 390px;
    width: 100%;
    left: 50%;
    margin-left: -195px;
    background: #26438F;
    border: 1px solid #26438F; }
  .important-slider .swiper-scrollbar-drag {
    background: #3FC8A7; }

.important-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #335ABC;
  border-radius: 20px;
  padding: 30px 30px 20px;
  height: 380px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 20px; }
  .important-card:last-child {
    margin-bottom: 0; }
  .important-card:hover {
    background: #fff; }
    .important-card:hover .important-card__title {
      color: #000; }
    .important-card:hover .important-card__number {
      color: #E9EDF9; }
  .important-card__title {
    font-size: 28px;
    font-weight: 400;
    color: #E9EDF9;
    margin: 0 0 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .important-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto; }
  .important-card__number {
    line-height: 1;
    color: #2A4DA6;
    font-size: 96px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .important-card__arrow {
    fill: #3FC8A7;
    margin-bottom: 15px; }
  .important-card--big {
    height: 100%; }

@media (max-width: 1169.98px) {
  .important-card__title {
    font-size: 24px; } }

@media (max-width: 767.98px) {
  .important-section {
    padding: 40px 0; }
  .important-section__title {
    margin-bottom: 35px;
    text-align: center; }
  .important-slider {
    margin-right: 0; }
  .important-card {
    padding: 30px 15px; }
  .important-card__title {
    font-size: 18px; }
  .important-card {
    height: 300px; }
  .important-slider .swiper-scrollbar {
    width: 100%;
    max-width: 100%;
    left: 0;
    margin: 0; }
  .important-card__number {
    font-size: 60px; } }

.contacts-section {
  padding: 75px 0 150px; }
  .contacts-section__title {
    text-align: center;
    margin-bottom: 70px; }

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px; }
  .contacts__item:last-child {
    margin-bottom: 0; }

.contacts__title {
  font-size: 18px;
  font-weight: 400;
  color: #828282;
  width: 260px;
  margin: 15px 10px 0 0; }

.contacts__text {
  font-size: 36px;
  line-height: 1.6; }

.contacts__link {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .contacts__link:hover {
    color: #3FC8A7; }

@media (max-width: 1389.98px) {
  .contacts__title {
    width: 200px; } }

@media (max-width: 1169.98px) {
  .contacts__text {
    font-size: 24px; }
  .contacts__title {
    margin-top: 5px; } }

@media (max-width: 767.98px) {
  .contacts-section {
    padding: 40px 0; }
  .contacts-section__title {
    margin-bottom: 30px; }
  .contacts__item {
    display: block;
    margin-bottom: 30px; }
  .contacts__title {
    height: 100%;
    margin: 0 0 10px;
    font-size: 16px; }
  .contacts__text {
    font-size: 16px; } }

.news-article {
  padding: 40px 0 75px; }
  .news-article__title {
    margin-bottom: 60px; }
  .news-article__news {
    margin-bottom: 70px; }

.news-menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0; }

.news-menu__item {
  margin-bottom: 12px; }
  .news-menu__item:last-child {
    margin-bottom: 0; }
  .news-menu__item.is-active .news-menu__link {
    color: #2A4DA6; }
  .news-menu__item.is-disabled .news-menu__link {
    color: #D6D6D6; }

.news-menu__link {
  color: #000;
  font-size: 28px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .news-menu__link:hover {
    color: #3FC8A7; }

@media (max-width: 991.98px) {
  .news-menu__link {
    font-size: 18px; } }

@media (max-width: 767.98px) {
  .news-article {
    padding: 20px 0 40px; }
  .news-article__title {
    margin-bottom: 30px; }
  .news-menu {
    margin-bottom: 30px; }
  .news-menu__link {
    font-size: 16px; } }

.contest-article {
  padding: 40px 0 110px; }
  .contest-article__title {
    margin-bottom: 45px; }
  .contest-article__tabs-toggle {
    margin-bottom: 50px; }
    .contest-article__tabs-toggle--mb-85 {
      margin-bottom: 85px; }
  .contest-article__tabs {
    margin-bottom: 110px; }
  .contest-article__text {
    font-size: 24px; }
    .contest-article__text p {
      margin-bottom: 2.2rem; }
  .contest-article--pt-0 {
    padding-top: 0; }

.contest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding: 35px 20px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .contest-item:first-child {
    border-top: 1px solid #D6D6D6; }
  .contest-item:hover {
    background: #3FC8A7;
    border-color: #3FC8A7; }
    .contest-item:hover .contest-item__title {
      color: #fff; }
    .contest-item:hover .contest-item__date {
      color: #fff; }
  .contest-item__descr {
    margin-right: 15px; 
    flex: 0 1 80%; }
  .contest-item__date {
    font-size: 36px;
    text-transform: uppercase;
    color: #2A4DA6;
    text-align: right;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .contest-item__subject {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #2A4DA6;
    background: #fff;
    padding: 5px 7px 5px 12px;
    height: 35px;
    border-radius: 18px;
    margin-bottom: 10px; }
  .contest-item__title {
    font-size: 36px;
    line-height: 1.2;
    font-family: "PlayfairDisplay", sans-serif;
    font-weight: 400;
    margin: 0;
    color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.contest-header {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 555px;
  width: 100%;
  margin-bottom: 30px; }
  .contest-header__picture {
    width: 100%;
    height: 100%;
    display: block; }
  .contest-header__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
  .contest-header__descr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: calc(50% + 45px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    padding: 0 30px 45px; }
  .contest-header__button {
    margin-bottom: 30px; }
  .contest-header__subject {
    margin-top: auto;
    font-size: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px; }
  .contest-header__title {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-family: "PlayfairDisplay", sans-serif;
    font-weight: 700; }

.contest-info {
  margin-bottom: 85px;
  max-width: 400px; }
  .contest-info:last-child {
    margin-bottom: 0; }
  .contest-info__title {
    font-size: 18px;
    color: #828282;
    margin-bottom: 20px; }
  .contest-info__descr {
    font-size: 48px;
    line-height: 1.3; }
    .contest-info__descr p:last-child {
      margin-bottom: 0; }

@media (max-width: 1169.98px) {
  .contest-header {
    height: 450px; }
  .contest-header__title {
    font-size: 48px; }
  .contest-info__descr {
    font-size: 30px; } }

@media (max-width: 991.98px) {
  .contest-item {
    display: block; }
  .contest-item__descr {
    margin: 0 0 15px; }
  .contest-item__date {
    text-align: left;
    font-size: 24px; }
  .contest-item__title {
    font-size: 30px; }
  .contest-article__tabs-toggle--mb-85 {
    margin-bottom: 50px; }
  .contest-info__descr {
    font-size: 24px; }
  .contest-info__title {
    font-size: 16px;
    margin-bottom: 10px; }
  .contest-info {
    max-width: 100%;
    margin-bottom: 40px; }
  .contest-article__info-items {
    margin-bottom: 40px; }
  .contest-article__text {
    font-size: 16px; }
    .contest-article__text p {
      margin-bottom: 1.5rem; } }

@media (max-width: 767.98px) {
  .contest-article {
    padding: 20px 0 40px; }
  .contest-article--pt-0 {
    padding-top: 0; }
  .contest-article__title {
    margin-bottom: 30px; }
  .contest-article__tabs-toggle {
    margin-bottom: 30px; }
  .contest-article__tabs {
    margin-bottom: 40px; }
  .contest-item {
    padding: 15px; }
  .contest-item__subject {
    font-size: 14px;
    height: 30px; }
  .contest-item__title {
    font-size: 24px; }
  .contest-item__date {
    font-size: 18px; }
  .contest-header__title {
    font-size: 30px; }
  .contest-header {
    height: 320px; }
  .contest-header__subject {
    font-size: 16px;
    color: #f6f6f6; }
  .contest-header__descr {
    padding: 0 15px 30px; } }

.about-article {
  padding: 40px 0 150px; }
  .about-article__title {
    margin-bottom: 80px; }
  .about-article__picture {
    display: block;
    text-align: center; }
  .about-article__img {
    max-width: 100%;
    height: auto;
    border-radius: 20px; }
  .about-article__text {
    font-size: 24px; }
    .about-article__text p {
      margin-bottom: 2.2rem; }

@media (max-width: 991.98px) {
  .about-article__title {
    margin-bottom: 30px; }
  .about-article__picture {
    margin-bottom: 30px; }
  .about-article__text {
    font-size: 16px; }
    .about-article__text p {
      margin-bottom: 1.5rem; } }

@media (max-width: 767.98px) {
  .about-article {
    padding: 20px 0 40px; } }

.page-article {
  padding: 40px 0 150px; }
  .page-article__title {
    font-size: 36px;
    font-weight: 400;
    max-width: 810px;
    margin: 0 auto 50px; }
  .page-article__picture {
    display: block;
    text-align: center;
    margin-bottom: 80px; }
  .page-article__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; }
  .page-article__text {
    font-size: 24px; }
    .page-article__text p {
      margin-bottom: 2.2rem; }
  .page-article__date {
    font-size: 18px;
    color: #828282; }

@media (max-width: 991.98px) {
  .page-article__back {
    margin-bottom: 30px; }
  .page-article__date {
    margin-bottom: 30px; }
  .page-article__text {
    font-size: 16px; }
    .page-article__text p {
      margin-bottom: 1.5rem; } }

@media (max-width: 767.98px) {
  .page-article {
    padding: 20px 0 40px; }
  .page-article__title {
    font-size: 30px;
    margin-bottom: 30px; }
  .page-article__picture {
    margin-bottom: 30px; }
  .page-article__date {
    font-size: 16px;
    margin-bottom: 20px; } }

.contacts-article {
  padding: 40px 0 150px; }
  .contacts-article__title {
    margin-bottom: 110px; }

@media (max-width: 767.98px) {
  .contacts-article {
    padding: 20px 0 40px; }
  .contacts-article__title {
    margin-bottom: 30px; } }

.cabinet-article {
  padding: 40px 0 150px; }
  .cabinet-article__title {
    margin-bottom: 40px; }
  .cabinet-article__tabs-toggle {
    margin-bottom: 60px; }

.cabinet-contest__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.cabinet-contest__subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #2A4DA6;
  background: #fff;
  padding: 5px 7px 5px 12px;
  height: 35px;
  border-radius: 18px;
  margin-right: 40px; }

.cabinet-contest__date {
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #797979; }

.cabinet-contest__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "PlayfairDisplay", sans-serif;
  margin: 0;
  max-width: 580px; }

.cabinet-contest__link {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .cabinet-contest__link:hover {
    color: #2A4DA6; }

.cabinet-result__total {
  font-size: 28px;
  margin-bottom: 5px;
  color: #2A4DA6; }

.cabinet-result__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "PlayfairDisplay", sans-serif; }
  .cabinet-result__title--grey {
    color: #797979; }

.cabinet-download__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3FC8A7;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .cabinet-download__link:hover {
    color: #2A4DA6; }
    .cabinet-download__link:hover .cabinet-download__icon {
      fill: #2A4DA6; }

.cabinet-download__icon {
  fill: #3FC8A7;
  margin-right: 22px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.cabinet-download__title {
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline; }

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; }
  .table thead tr th {
    font-size: 18px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #797979;
    border-bottom: 1px solid #D6D6D6;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 0 15px; }
  .table tbody tr td {
    padding: 35px 0;
    border-bottom: 1px solid #D6D6D6; }

@media (max-width: 1169.98px) {
  .cabinet-contest__title {
    font-size: 30px; }
  .cabinet-result__total {
    font-size: 24px; }
  .cabinet-result__title {
    font-size: 30px; } }

@media (max-width: 991.98px) {
  .table {
    display: block; }
    .table thead {
      display: none; }
    .table tbody {
      display: block;
      width: 100%; }
      .table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .table tbody tr td {
          position: relative;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          width: 100%; }
          .table tbody tr td:nth-child(1) {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            border: 0;
            padding-bottom: 0; }
  .cabinet-contest__title {
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .cabinet-article {
    padding: 20px 0 40px; }
  .cabinet-article__tabs-toggle {
    margin-bottom: 30px; }
  .cabinet-article__title {
    margin-bottom: 30px; }
  .cabinet-contest__subject {
    font-size: 14px;
    height: 30px; }
  .cabinet-contest__date {
    font-size: 16px; }
  .cabinet-contest__title {
    font-size: 24px; }
  .cabinet-result__total {
    font-size: 24px; }
  .cabinet-result__title {
    font-size: 20px; }
  .cabinet-download__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .cabinet-download__title {
    font-size: 14px; } }

.test-article {
  padding: 0 0 150px; }
  .test-article__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px; }

.test-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin-bottom: 15px; }
  .test-header__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto 0 0; }
  .test-header__timer {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-right: 160px; }
  .test-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #EB5757;
    padding: 5px 20px;
    border: 2px solid #EB5757;
    text-decoration: none;
    border-radius: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .test-header__button:hover {
      background: #EB5757;
      color: #fff; }

.question-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid transparent;
  color: #B4B4B4;
  font-size: 20px;
  line-height: 1;
  margin: 0 12px 12px 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .question-number.is-active {
    background: #3FC8A7;
    color: #fff; }
  .question-number.is-completed {
    border-color: #3FC8A7;
    color: #000; }

.test-question__title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
  color: #797979; }

.test-question__inner {
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px 130px;
  margin-bottom: 20px; }

.test-question__picture {
  display: block;
  text-align: center;
  margin-bottom: 45px; }

.test-question__img {
  max-width: 100%;
  height: auto; }

.test-question__text {
  font-size: 24px; }
  .test-question__text p:last-child {
    margin-bottom: 0; }

.test-question__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.test-question__prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 90px;
  background: #fff;
  border-radius: 45px;
  padding: 5px 30px;
  font-size: 24px;
  color: #797979;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  max-width: 340px;
  width: 100%;
  margin-right: 10px; }
  .test-question__prev-icon {
    fill: #797979;
    margin-right: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .test-question__prev:hover {
    color: #fff;
    background: #3FC8A7; }
    .test-question__prev:hover .test-question__prev-icon {
      fill: #fff; }

.test-question__next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 90px;
  background: #fff;
  border-radius: 45px;
  padding: 5px 30px;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  max-width: 340px;
  width: 100%;
  text-align: right;
  margin-left: 10px; }
  .test-question__next-icon {
    fill: #3FC8A7;
    margin-left: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .test-question__next:hover {
    color: #fff;
    background: #3FC8A7; }
    .test-question__next:hover .test-question__next-icon {
      fill: #fff; }

.test-answer__title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
  color: #797979; }

.test-answer__options {
  max-width: 450px;
  width: 100%;
  margin: 0 auto; }

.test-answer__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px; }

.test-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 22px;
  line-height: 1.2;
  background: #fff;
  border-radius: 33px;
  padding: 15px 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .test-option:hover, .test-option.is-active {
    background: #3FC8A7;
    color: #fff; }
  .test-option:last-child {
    margin-bottom: 0; }
  .test-option__number {
    margin-right: 5px; }
  .test-option__text {
    width: 100%;
    text-align: center; }

.test-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  .test-photo:hover, .test-photo.is-active {
    color: #3FC8A7; }
    .test-photo:hover .test-photo__img, .test-photo.is-active .test-photo__img {
      border-color: #3FC8A7; }
  .test-photo__number {
    margin-right: 5px;
    margin-top: 5px;
    font-size: 28px;
    line-height: 1.2; }
  .test-photo__picture {
    display: block; }
  .test-photo__img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.test-login__header {
  padding: 20px 0;
  margin-bottom: 80px; }

.test-login__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #EB5757;
  padding: 5px 20px;
  border: 2px solid #EB5757;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .test-login__button:hover {
    background: #EB5757;
    color: #fff; }

.test-login__inner {
  margin: auto; }

.test-login__title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "PlayfairDisplay", sans-serif;
  margin: 0 0 20px; }

.test-login__subject {
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align: center; }

.test-login__form {
  max-width: 425px;
  margin: 0 auto; }

@media (max-width: 1169.98px) {
  .test-header__timer {
    margin-right: 100px; }
  .test-question__prev {
    font-size: 18px; }
  .test-question__next {
    font-size: 18px; } }

@media (max-width: 991.98px) {
  .test-header__title {
    font-size: 20px; }
  .test-header__timer {
    font-size: 14px;
    margin-right: 50px; }
  .test-question {
    margin-bottom: 50px; } }

@media (max-width: 767.98px) {
  .test-header {
    display: block;
    text-align: center; }
  .test-header__title {
    margin-bottom: 20px; }
  .test-header__timer {
    margin: 0 0 20px; }
  .test-article__numbers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .test-question__title {
    font-size: 16px; }
  .test-question__inner {
    padding: 50px 20px; }
  .test-question__text {
    font-size: 16px; }
  .test-question__prev {
    padding: 5px 15px;
    font-size: 18px;
    height: 60px;
    margin: 0 0 20px;
    max-width: 100%; }
    .test-question__prev br {
      display: none; }
  .test-question__prev-icon {
    width: 20px;
    height: 30px;
    margin-right: 15px; }
  .test-question__next {
    padding: 5px 15px;
    font-size: 18px;
    height: 60px;
    margin: 0;
    max-width: 100%; }
    .test-question__next br {
      display: none; }
  .test-question__next-icon {
    width: 20px;
    height: 30px;
    margin-left: 15px; }
  .test-question__buttons {
    display: block; }
  .test-answer__title {
    font-size: 16px; }
  .test-option {
    font-size: 16px; }
  .question-number {
    margin: 0 6px 12px; }
  .test-photo__number {
    font-size: 16px; }
  .test-login__title {
    font-size: 30px; }
  .test-login__subject {
    font-size: 14px;
    margin-bottom: 30px; } }

.footer {
  position: relative;
  background: #202020;
  padding: 40px 0 20px; }
  .footer__col {
    margin-bottom: 110px; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-menu__list {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  .footer-menu__item {
    margin-bottom: 10px; }
    .footer-menu__item:last-child {
      margin-bottom: 0; }
  .footer-menu__link {
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none; }
    .footer-menu__link:hover {
      color: #3FC8A7; }
  .footer-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px; }
    .footer-contacts__item:last-child {
      margin-bottom: 0; }
  .footer-contacts__title {
    text-transform: uppercase;
    font-size: 14px;
    color: #828282;
    letter-spacing: 0.3em;
    width: 110px;
    min-width: 110px;
    margin-right: 10px; }
  .footer-contacts__text {
    font-size: 24px;
    color: #fff; }
  .footer-contacts__link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .footer-contacts__link:hover {
      color: #3FC8A7; }
  .footer__copyright {
    font-size: 24px;
    color: #fff; }
  .footer__develop {
    font-size: 24px;
    color: #fff; }
    .footer__develop-link {
      color: #fff;
      text-decoration: none;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .footer__develop-link:hover {
        color: #3FC8A7; }

@media (max-width: 1169.98px) {
  .footer-menu__link {
    font-size: 16px; }
  .footer-contacts__text {
    font-size: 16px; }
  .footer__copyright {
    font-size: 16px; }
  .footer__develop {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .footer__col {
    margin-bottom: 40px; }
  .footer-menu__item {
    text-align: center; }
  .footer-contacts__item {
    display: block;
    text-align: center; }
  .footer-contacts__title {
    width: 100%;
    margin: 0 0 10px; }
  .footer__copyright {
    font-size: 14px; }
  .footer__develop {
    font-size: 14px; } }

.popup {
  position: relative;
  background: #fff;
  max-width: 810px;
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
  display: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  overflow: visible; }

.important-popup {
  padding: 80px 110px 150px; }
  .important-popup__title {
    font-size: 36px;
    font-weight: 400;
    color: #2A4DA6;
    margin: 0 0 50px;
    font-family: "PlayfairDisplay", sans-serif;
    line-height: 1.2; }
  .important-popup__text {
    font-size: 24px; }
    .important-popup__text p:last-child {
      margin-bottom: 0; }

.login-popup {
  padding: 50px 190px 90px; }
  .login-popup__title {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0 0 80px;
    font-family: "PlayfairDisplay", sans-serif;
    line-height: 1.2; }

.fancybox-slide--html .fancybox-close-small {
  top: 35px;
  right: 35px;
  padding: 0;
  width: 25px;
  height: 25px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  outline: none;
  background: url(../img/close.svg) no-repeat center center; }
  .fancybox-slide--html .fancybox-close-small svg {
    display: none; }
    .fancybox-slide--html .fancybox-close-small svg path {
      fill: #fff; }
  .fancybox-slide--html .fancybox-close-small:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.7); }

.fancybox-slide--current .popup {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media (max-width: 767.98px) {
  .important-popup {
    padding: 50px 20px; }
  .fancybox-slide--html .fancybox-close-small {
    top: 15px;
    right: 15px; }
  .important-popup__title {
    font-size: 30px;
    margin-bottom: 30px; }
  .important-popup__text {
    font-size: 16px; }
  .login-popup {
    padding: 50px 20px; }
  .login-popup__title {
    font-size: 30px;
    margin-bottom: 30px; } }
