/* common less beging */

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes swim {
  from, to {
    opacity: 1;
    transform: translateX(0);
  }

  50% {
    opacity: 0.4;
    transform: translateX(-15%);
  }
}

@keyframes swipe {
  from, to {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-15%);
  }
}

.owl-nav {
  display: none;
}

.owl-dots {
  align-items: center!important;
  margin-left: 3%!important;
  display: flex!important;
}

@media screen and (max-width: 1024px) {
  .owl-dots {
    margin-left: 0 !important;
    justify-content: center;
  }
}

.owl-dot {
  height: 3px!important;
  margin: 0 10px 0 10px!important;
  width: 45px!important;
}

.owl-dot.active {
  background-color: #fff !important;
  height: 5px!important;
}

.owl-dot.active span {
  background-color: #fff !important;
}

.owl-dot span {
  background-color: #fff !important;
  border-radius: 0!important;
  margin: 0!important;
  height: 100%!important;
  width: 100%!important;
}

body {
  background: #096fcc;
}

.preloader {
  align-items: center;
  background-image: url("../images/hero-bg-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex!important;
  justify-content: center;
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.6s;
  visibility: visible;
  width: 100vw;
  z-index: 15;
}

.preloader__border {
  align-items: center;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  height: 150px;
  margin-right: 10px;
  width: 220px;
}

.preloader__border img {
  display: inline-block;
  width: 57%;
  animation: rotating 4s linear infinite;
}

@media screen and (max-width: 670px) {
  .preloader__border {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.preloader__logo {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 5rem;
  font-weight: 700;
  text-decoration: none;
  width: auto;
}

.preloader__logo-text {
  margin: 0;
  margin-left: 15px;
  line-height: 1;
}

.preloader__logo-text span {
  display: block;
}

@media screen and (max-width: 670px) {
  .preloader__logo-text {
    margin-left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
}

@media screen and (max-width: 670px) {
  .preloader__logo {
    flex-direction: column;
    font-size: 3rem;
  }
}

.container {
  display: block;
  margin: 0 auto;
  width: 1600px;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 80%;
  }
}

.primary-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}

.primary-title {
  color: #333333;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

@media (max-width: 1500px) {
  .primary-title {
    font-size: 7rem;
  }
}

@media screen and (max-width: 320px) {
  .primary-title {
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 670px) {
  .primary-title {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

.primary-header .primary-title {
  margin-bottom: 0;
}

.primary-button {
  background-color: #096fcc;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  height: 70px;
  line-height: 75px;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  width: 400px;
}

.primary-button:hover {
  background-color: #FFCC00;
  -webkit-box-shadow: -5px 5px 0px 0px #dd9e10;
  -moz-box-shadow: -5px 5px 0px 0px #dd9e10;
  box-shadow: -5px 5px 0px 0px #dd9e10;
  color: #333333;
  font-weight: 700;
}

.primary-button_tablet {
  display: none;
}

@media screen and (max-width: 1024px) {
  .primary-button_tablet {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .primary-button_desc {
    display: none;
  }
}

.breadcrumbs {
  color: #B3B3B3;
  font-size: 1.8rem;
  font-weight: 400;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.breadcrumbs__item {
  position: relative;
  display: inline;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 15px;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: absolute;
  right: -12px;
  top: -1px;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}

.document {
  width: 45%;
  align-items: flex-start;
  display: flex;
  text-decoration: none;
  cursor: pointer;
}

.document__post {
  width: 100%;
}

.document:hover.name {
  color: red;
}

.document__icon {
  display: inline-block;
  margin-right: 20px;
  max-width: 50px;
}

.document__icon img {
  width: 100%;
}

.document__desc {
  display: inline-block;
  width: 85%;
}

.document__name,
.document__date {
  display: block;
  color: #333333;
  line-height: 1;
  word-break: break-all;
}

.document__name {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.document__date {
  color: #808080;
  font-size: 1.8rem;
  font-weight: 400;
}

.overlay {
  background-color: rgba(9, 53, 124, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 670px) {
  .overlay {
    background-color: #09357c;
  }
}

.required {
  color: #E30613;
}

.string-decorate {
  background-color: #21A2DB;
  border-radius: 4px;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 95px;
  animation: swim 1.5s linear infinite;
}

.string-decorate_top {
  left: 30%;
  top: 5%;
  animation-delay: 0.7s;
}

.string-decorate_down {
  left: 20%;
  bottom: 5%;
  animation-delay: 0.1s;
}

.string-decorate_left {
  left: 5%;
  top: 30%;
  animation-delay: 1.2s;
}

.string-decorate_left-down {
  left: 8%;
  top: 60%;
  animation-delay: 0.9s;
}

.string-decorate_right-top {
  right: 5%;
  top: 20%;
  animation-delay: 1.6s;
}

.string-decorate_right-bottom {
  right: 2%;
  top: 65%;
  animation-delay: 1s;
}

.string-decorate_inside {
  left: -2%;
  top: 22%;
  animation-delay: 0.3s;
}

.video-responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-height: 350px;
}

@media screen and (max-width: 1024px) {
  .video-responsive {
    padding-bottom: 55%;
  }
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swipe-icon {
  display: none;
  width: 8%;
  position: absolute;
  right: 30px;
  top: 85%;
  z-index: 5;
  animation: swipe 2s linear infinite;
}

@media screen and (max-width: 670px) {
  .swipe-icon {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .swipe-icon {
    right: 10px;
    top: 85%;
    width: 12%;
  }
}

/* common less end */

/*-------------------------------------------------
  #1. Globals
 -------------------------------------------------*/

html {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #231f20;
  line-height: 1.5;
  position: relative;
  background: #e2e3e1;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

a {
  color: #1d92f5;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #fc0000;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="text"]:focus {
  outline: none;
}

.dsp-none {
  display: none;
}

::selection {
  background: #ef018d;
  color: #fff;
}

.wrap {
  width: 1400px;
  min-height: 80vh;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #3c3c3b;
  animation: showBack .3s;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
  background-color: transparent;
}

.hidden_textarea {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

/* header less beging */

.header {
  left: 0;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header__wrap {
    position: static;
  }
}

.header__logo {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  width: 15%;
}

.header__logo:hover > .header__logo-text {
  color: #ffcc00;
}

.header__logo img {
  margin-right: 10px;
  width: 30%;
}

@media screen and (max-width: 1280px) {
  .header__logo img {
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header__logo img {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .header__logo img {
    width: 60%;
  }
}

.header__logo-text {
  margin: 0;
  line-height: 1;
}

.header__logo-text span {
  display: block;
}

@media screen and (max-width: 1400px) {
  .header__logo {
    width: 18%;
  }
}

@media screen and (max-width: 1280px) {
  .header__logo {
    width: 14%;
  }
}

@media screen and (max-width: 670px) {
  .header__logo {
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  .header__logo {
    width: 30%;
  }
}

.header__logo:hover {
  color: #FFCC00;
}

.header__navigation {
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .header__navigation {
    align-items: flex-start;
    background-color: #09357C;
    box-shadow: -23px 23px 0px 0px #072551;
    flex-direction: column;
    padding: 40px 40px 70px 70px;
    position: fixed;
    right: auto;
    top: 0;
    transform: translateX(110%);
    transition: 0.2s;
    width: 60%;
    z-index: 3;
  }

  .header__navigation.show {
    right: 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 670px) {
  .header__navigation {
    box-sizing: border-box;
    box-shadow: none;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 40px 20px 20px;
    width: 100%;
  }
}

.header__link {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 30px 20px 30px 20px;
}

@media screen and (max-width: 1366px) {
  .header__link {
    padding: 15px 20px 15px 20px;
  }
}

@media (max-width: 1085px) {
  .header__link {
    padding: 30px 15px 30px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header__link {
    font-size: 3rem;
    font-weight: 900;
    padding: 15px 19px 14px 20px;
  }
}

.header__item {
  line-height: 1;
}

.header__item.lang_switch {
  margin-right: 20px!important;
}

.header__item.lang_switch .header__link {
  padding: 40px 25px 40px 30px;
}

@media screen and (max-width: 670px) {
  .header__item.lang_switch {
    padding: 20px 0px;
  }
}

.header__item:not(:last-child) {
  margin-right: 5px;
}

@media screen and (max-width: 1280px) {
  .header__item:not(:last-child) {
    margin-right: 2px;
  }
}

.header__item:hover .header__link {
  color: #FFCC00;
}

.header__item:hover .header__link:after {
  background-image: url("../images/drop-sign_yellow.svg");
}

.header__item_with-child {
  position: relative;
}

.header__item_with-child .header__link:after {
  content: '';
  background-image: url("../images/drop-sign.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  position: relative;
  width: 15px;
}

@media screen and (max-width: 1024px) {
  .header__item_with-child .header__link:after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__item {
    display: block;
    width: 60%;
  }

  .header__item:not(:last-child) {
    border-bottom: 2px solid #95AED1;
  }
}

.header__item_soc-media {
  display: none;
}

@media (max-width: 640px) {
  .header__item_soc-media {
    display: block;
    padding-top: 20px;
  }
}

@media screen and (max-width: 670px) {
  .header__item {
    width: 95%;
  }
}

.header_soc {
  display: inline-block;
  padding: 30px 0 30px 0;
  position: relative;
}

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

.header__net_mobile {
  display: none;
}

@media (max-width: 1020px) {
  .header__net_mobile {
    display: flex;
  }
}

@media (max-width: 640px) {
  .header__net_mobile {
    display: none;
  }
}

.header__net_desctop {
  display: flex;
}

@media (max-width: 1020px) {
  .header__net_desctop {
    display: none;
  }
}

@media (max-width: 640px) {
  .header__net_desctop {
    display: flex;
    padding-top: 20px;
  }
}

.header__network-item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  .header__network-item:not(:last-child) {
    margin-right: 10px;
  }
}

.header__network-link {
  display: block;
}

.header__network-link_tube {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 23.78698224852071%;
  width: 39px;
  height: 39px;
}

.header__network-link_tube:hover {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 97.51479289940828%;
  width: 39px;
  height: 39px;
}

.header__network-link_fb {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 28.402366863905325%;
  width: 39px;
  height: 39px;
}

.header__network-link_fb:hover {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 33.01775147928994%;
  width: 39px;
  height: 39px;
}

.header__network-link_inst {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 37.5%;
  width: 36px;
  height: 36px;
}

.header__network-link_inst:hover {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 41.74528301886792%;
  width: 36px;
  height: 36px;
}

.header__network-link_search {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 85.37735849056604%;
  width: 36px;
  height: 36px;
}

.header__network-link_search:hover {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 89.62264150943396%;
  width: 36px;
  height: 36px;
}

.header__sub-navigation {
  background-color: #09357C;
  box-shadow: -12px 14px 0px 0px #072551;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  left: -30px;
  list-style: none;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 380px;
  z-index: 5;
}

.header__sub-navigation.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .header__sub-navigation {
    box-shadow: none;
    padding: 0 0 25px 0;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
}

.header__sub-link {
  color: inherit;
  display: block;
  padding: 9px 20px 9px 30px;
  text-decoration: none;
  transition: 0.2s;
}

.header__sub-link:hover {
  color: #FFCC00;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .header__sub-link {
    font-size: 2rem;
    font-weight: 400;
    padding: 5px 15px 5px 20px;
  }
}

.header_page {
  background-image: url("../images/hero-bg-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  padding: 0;
  position: relative;
}

.header_page .header__link {
  display: block;
  padding: 40px 25px 40px 30px;
}

@media screen and (max-width: 670px) {
  .header_page .header__link {
    padding: 25px 25px 25px 20px;
  }
}

.header_page .header__item {
  display: inline-block;
  position: relative;
}

.header_page .header__item:after {
  content: '';
  background-color: #FFCC00;
  bottom: 0;
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 0;
}

.header_page .header__item_soc {
  padding: 0;
}

.header_page .header__item:hover .header__link {
  background-color: #09357C;
  color: #FFCC00;
}

.header_page .header__item:hover:after {
  width: 100%;
}

.header_page .header__item_soc-media {
  display: none;
}

.header__dec {
  display: inline-block;
  position: absolute;
  right: -25%;
  top: -285%;
  width: 100%;
  z-index: -1;
}

.header__search {
  background-image: url("../images/hero-bg-80.jpg");
  background-size: cover;
  display: inline-block;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.3s ease-in;
  visibility: hidden;
  width: 70%;
}

.header__search:after {
  content: '';
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 85.37735849056604%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 7;
}

.header__search.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 670px) {
  .header__search {
    width: 100%;
  }
}

.header__search-preloader {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #406DA5;
  background-image: url("/images/preloader-search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 15;
}

.header__main {
  align-items: center;
  display: flex;
}

.header__close {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 60px;
    width: 3%;
  }

  .header__close img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header__close {
    right: 40px;
    top: 30px;
  }
}

.header__toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__toggle {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 0;
    margin-left: 25px;
  }

  .header__toggle span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
}

.header__icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__icon {
    display: inline-block;
    position: relative;
    top: 2px;
    vertical-align: middle;
  }

  .header__icon span {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    width: 14px;
  }

  .header__icon span:not(:last-child) {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 25px 0 20px 0;
  }
}

.search__input {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  box-sizing: border-box !important;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  height: 55px;
  padding: 0 0 0 45px;
  position: relative;
  width: 100%;
  z-index: 6;
}

.search__all-results {
  background-color: #09357C;
  box-shadow: -12px 14px 0px 0px #072551;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  width: 100%;
  opacity: 0;
  padding: 30px 0 40px 0;
  position: absolute;
  left: 0;
  top: 185%;
  visibility: hidden;
  z-index: 6;
}

.search__all-results.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 670px) {
  .search__all-results {
    border-top: 1px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
    box-shadow: 0px 14px 0px 0px #072551;
    padding: 20px 0 30px 0;
  }
}

.search__title {
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 670px) {
  .search__title {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
}

.search__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 670px) {
  .search__list {
    padding: 0px 0 0 40px;
  }
}

.search__category:not(:last-child) {
  margin-bottom: 15px;
}

.search__item {
  display: block;
}

.search__item:not(:last-child) {
  margin-bottom: 12px;
}

.search__link {
  color: inherit;
  text-decoration: none;
}

.search__link:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.search__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* header less end */

/* hero less beging */

.hero {
  background-image: url("../images/hero-bg-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 75px;
  position: relative;
  width: 100%;
}

.hero__wrap {
  display: block;
  padding: 15px;
}

@media screen and (max-width: 1024px) {
  .hero__wrap {
    background-color: #096fcc;
    border-radius: 5px;
    box-shadow: -2px 4px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 45px 50px 60px;
  }
}

@media (max-width: 840px) {
  .hero__wrap {
    padding: 30px 20px 30px 20px;
  }
}

@media screen and (max-width: 670px) {
  .hero__wrap {
    padding: 70px 45px 30px 55px;
  }
}

@media screen and (max-width: 480px) {
  .hero__wrap {
    padding: 40px 30px 30px 30px;
  }
}

.hero__dec {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: -75%;
  right: -30%;
}

@media (max-width: 1500px) {
  .hero__dec {
    width: 65%;
    top: -70%;
  }
}

@media screen and (max-width: 1280px) {
  .hero__dec {
    top: -50%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__dec {
    right: -35%;
    top: -10%;
    width: 90%;
  }
}

@media screen and (max-width: 670px) {
  .hero__dec {
    right: -85%;
    top: -5%;
    width: 180%;
  }
}

.hero__slider {
  margin: -15px;
}

@media screen and (max-width: 1024px) {
  .hero__slider {
    margin: 0;
  }
}

.hero__slide {
  display: flex;
  align-items: flex-end;
}

.hero__slide_admin {
  align-items: flex-start;
}

.hero__slide_admin .hero__title {
  font-size: 2.1rem;
}

.hero__slide_admin .hero__preview-text {
  font-size: 1rem;
}

.hero__slide_admin .hero__preview {
  margin-right: 30px;
  width: 28%;
}

.hero__slide_admin .hero__img {
  margin: 0 auto 20px auto;
}

.hero__slide_admin .hero__content {
  margin-bottom: 0;
  margin-top: 30px;
  width: 55%;
}

.hero__slide_admin .hero__content-text {
  color: #333333;
  font-size: 1.2rem;
  width: 75%;
}

.hero__slide_admin .hero__button {
  border: 1px solid #333333;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 11px;
}

.hero__slide_admin .hero__button:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .hero__slide {
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.hero__preview {
  background-color: #096fcc;
  border-radius: 4px;
  -webkit-box-shadow: -2px 4px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 4px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 4px 15px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  max-width: 360px;
  margin-right: 55px;
  overflow: hidden;
  padding: 35px 40px 30px 30px;
  position: relative;
  width: 18.5%;
}

@media (max-width: 1500px) {
  .hero__preview {
    width: 22%;
  }
}

@media (max-width: 1400px) {
  .hero__preview {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__preview {
    background: transparent;
    box-shadow: none;
    margin-right: 0;
    padding: 0;
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .hero__preview {
    display: none;
  }
}

.hero__img {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 285px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero__img:before {
  content: '';
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.hero__img img {
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .hero__img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 180px;
  }
}

.hero__title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

.hero__title_tablet {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hero__title_tablet {
    display: block;
    line-height: 1;
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 670px) {
  .hero__title_tablet {
    font-weight: 900;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 1024px) {
  .hero__title_desc {
    display: none;
  }
}

.hero__preview-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .hero__preview-text {
    display: none;
  }
}

.hero__slide-dec {
  display: inline-block;
  left: -30%;
  position: absolute;
  top: -25%;
  width: 115%;
}

.hero__slide-dec img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .hero__slide-dec {
    display: none;
  }
}

.hero__content {
  margin-bottom: 30px;
  width: 75%;
}

@media (max-width: 1500px) {
  .hero__content {
    width: 55%;
  }
}

@media (max-width: 1400px) {
  .hero__content {
    width: 50%;
  }
}

@media screen and (max-width: 1280px) {
  .hero__content {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__content {
    width: 77%;
  }
}

@media screen and (max-width: 768px) {
  .hero__content {
    width: 100%;
  }
}

.hero__content-text {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 40px 0;
  width: 60%;
}

@media (max-width: 1500px) {
  .hero__content-text {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__content-text {
    margin: 0 0 100px 0;
    width: 90%;
  }
}

@media screen and (max-width: 670px) {
  .hero__content-text {
    margin: 0 0 180px 0;
  }
}

@media screen and (max-width: 480px) {
  .hero__content-text {
    margin: 0 0 120px 0;
  }
}

.hero__buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .hero__buttons {
    flex-direction: column;
  }
}

.hero__button {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0px 0px #dd9e10;
  -moz-box-shadow: 0 0 0px 0px #dd9e10;
  box-shadow: 0 0 0px 0px #dd9e10;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 14px 20px 13px 22px;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 14px;
}

.hero__button:hover {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  -webkit-box-shadow: -5px 5px 0px 0px #dd9e10;
  -moz-box-shadow: -5px 5px 0px 0px #dd9e10;
  box-shadow: -5px 5px 0px 0px #dd9e10;
  color: #333333;
  font-weight: 700;
}

.hero__button:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 670px) {
  .hero__button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 670px) {
  .hero__button {
    padding: 14px 0 13px 0;
    text-align: center;
    width: 100%;
  }
}

.hero__overlay {
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__overlay-row {
  display: flex;
  height: 50%;
  width: 100%;
}

.hero__overlay-inner {
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.hero__overlay-cell {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 25%;
}

.hero__overlay-cell_bottom-left .hero__overlay-inner {
  left: -35%;
  top: 35%;
}

.hero__overlay-cell_bottom-center .hero__overlay-inner {
  left: 15%;
  top: 35%;
}

.hero__overlay-cell_top-center .hero__overlay-inner,
.hero__overlay-cell_top-left .hero__overlay-inner {
  transform: rotate(180deg);
}

.hero__overlay-cell_top-center .hero__overlay-inner {
  left: -35%;
  top: -30%;
}

@media screen and (max-width: 1024px) {
  .hero__overlay-cell_top-center .hero__overlay-inner {
    left: -85%;
    top: -55%;
  }
}

.hero__overlay-cell_top-left .hero__overlay-inner {
  left: -51%;
  top: -38%;
}

.hero__overlay-cell_pale {
  opacity: 0.4;
}

@media screen and (max-width: 1024px) {
  .hero {
    padding-top: 140px;
  }
}

/* hero less end */

/* closest-events less beging */

.closest-events {
  background-color: #fff;
  display: block;
  padding: 95px 0 62px 0;
}

.closest-events__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1210px) {
  .closest-events__wrap {
    flex-direction: column;
  }
}

.closest-events__side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27.8%;
}

@media (max-width: 1210px) {
  .closest-events__side {
    width: 100%;
  }
}

.closest-events__text {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

@media (max-width: 1210px) {
  .closest-events__text {
    margin: 0 0 40px 0;
  }
}

.closest-events__button {
  background-color: #096fcc;
  border: 3px solid #096fcc;
  box-sizing: border-box;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  height: 70px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}

.closest-events__button:hover {
  background-color: #FFCC00;
  border: 3px solid #FFCC00;
  -webkit-box-shadow: -5px 5px 0px 0px #dd9e10;
  -moz-box-shadow: -5px 5px 0px 0px #dd9e10;
  box-shadow: -5px 5px 0px 0px #dd9e10;
  color: #333333;
  font-weight: 700;
}

.closest-events__button_tablet {
  display: none;
}

@media (max-width: 1210px) {
  .closest-events__button_tablet {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1210px) {
  .closest-events__button_desc {
    display: none;
  }
}

.closest-events__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.closest-events__list_hero {
  width: 67%;
}

@media (max-width: 1210px) {
  .closest-events__list_hero {
    width: 100%;
  }
}

.closest-events__list_page {
  width: 100%;
  display: none;
}

@media (max-width: 1210px) {
  .closest-events__list {
    margin-bottom: 40px;
  }
}

.closest-events__data {
  background-color: #096fcc;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  height: 90px;
  left: -15px;
  padding: 25px 25px 23px 30px;
  position: absolute;
  top: -10px;
  width: 60%;
}

.closest-events__data span {
  display: inline;
}

.closest-events__data-full {
  width: 75%;
}

@media (max-width: 1500px) {
  .closest-events__data {
    width: 75%;
  }
}

@media screen and (max-width: 320px) {
  .closest-events__data {
    width: 90%;
  }
}

.closest-events__name {
  color: inherit;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.closest-events__caption {
  color: #808080;
  font-size: 1.8rem;
  margin: 0;
}

.closest-events__item {
  box-sizing: border-box;
  color: #333333;
  border: 3px solid #096fcc;
  display: inline-block;
  max-width: 510px;
  position: relative;
}

.closest-events__item_hero {
  width: 48%;
}

.closest-events__item_hero:not(:nth-child(2n+2)) {
  margin-right: 3%;
}

@media screen and (max-width: 768px) {
  .closest-events__item_hero:not(:nth-child(2n+2)) {
    margin-right: 0;
  }
}

.closest-events__item_hero:first-child,
.closest-events__item_hero:nth-child(2) {
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .closest-events__item_hero:first-child,
  .closest-events__item_hero:nth-child(2) {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 768px) {
  .closest-events__item_hero {
    width: 100%;
    max-width: 100%;
  }
}

.closest-events__item_page {
  width: 31.3%;
  margin-bottom: 3%;
}

.closest-events__item_page:not(:nth-child(3n+3)) {
  margin-right: 3%;
}

@media screen and (max-width: 1280px) {
  .closest-events__item_page:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .closest-events__item_page:not(:nth-child(2n+2)) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 1280px) {
  .closest-events__item_page {
    max-width: 50%;
    width: 48.5%;
  }
}

@media screen and (max-width: 1024px) {
  .closest-events__item_page {
    width: 47%;
  }

  .closest-events__item_page:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .closest-events__item_page:not(:nth-child(2n+2)) {
    margin-right: 6%;
  }
}

@media screen and (max-width: 768px) {
  .closest-events__item_page {
    max-width: 100%;
    width: 100%;
  }

  .closest-events__item_page:not(:nth-child(2n+2)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .closest-events__item_page {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  .closest-events__item_page .closest-events__data {
    left: -8px;
    padding: 20px 25px 20px 10px;
    width: 90%;
  }
}

.closest-events__item_past {
  border: 3px solid #999999;
  color: #999999;
}

.closest-events__item_past .closest-events__data {
  background-color: #999999;
}

.closest-events__item_past .closest-events__caption {
  color: inherit;
}

.closest-events__item_active,
.closest-events__item:hover,
.closest-events__item:active {
  border: 3px solid #FFCC00;
  color: #FF0000;
}

.closest-events__item_active .closest-events__data,
.closest-events__item:hover .closest-events__data,
.closest-events__item:active .closest-events__data {
  background-color: #FFCC00;
}

.closest-events__item_active .closest-events__caption,
.closest-events__item:hover .closest-events__caption,
.closest-events__item:active .closest-events__caption {
  color: #FF0000;
}

.closest-events__link {
  color: inherit;
  display: block;
  padding: 100px 35px 30px 40px;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .closest-events__link {
    padding: 100px 25px 30px 25px;
  }
}

.closest-events__day {
  font-weight: 500;
}

.closest-events__time {
  font-weight: 400;
}

@media (max-width: 1210px) {
  .closest-events {
    padding: 65px 0 45px 0;
  }
}

/* closest-events less end */

/* media less beging */

.media {
  background-color: #fff;
  display: block;
  padding: 67px 0 85px 0;
}

.media__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .media__wrap {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}

.media__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
}

.media__item > .youtube_loader {
  width: 40%;
  height: 40%;
}

.media__item.enabled {
  cursor: pointer;
}

.media__item.enabled .media__button {
  display: block;
}

.media__item.played-video {
  display: block;
}

.media__item:hover .play__button {
  fill: #ff0000;
  fill-opacity: 1;
}

.media__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  border: none;
  padding: 0;
  background-color: transparent;
  transform: translate(-50%, -50%);
  outline: none;
  display: none;
}

.media__button:focus .play__button {
  fill: #ff0000;
  fill-opacity: 1;
}

.media__button .play__button {
  fill: #212121;
  fill-opacity: 0.8;
}

.media__button .play__icon {
  fill: #ffffff;
}

.media__title {
  color: #333333;
  font-size: 2.7rem;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.media__container {
  width: 48%;
  min-height: 350px;
}

@media screen and (max-width: 1024px) {
  .media__container {
    width: 100%;
  }

  .media__container:not(:last-child) {
    margin-bottom: 35px;
  }
}

/* media less end */

.mediakit__brandbook .brandbook {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  background-color: #e1e1e1;
}

.mediakit__brandbook .brandbook::before {
  content: '';
  display: inline-flex;
  width: 42px;
  height: 18px;
  margin-right: 12px;
  background-image: url("../images/icons/ico-pdf.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.mediakit__logos {
  display: flex;
  flex-wrap: wrap;
}

.mediakit__item {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.mediakit__itemPreview {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mediakit__itemPreview.back {
  background: #096fcc;
}

.mediakit__itemLinks {
  text-align: center;
}

.mediakit__itemLinks span {
  color: #949494;
}

/* subcription less beging */

.subscription {
  background-image: url("../images/hero-bg-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding: 60px 0 80px 0;
  position: relative;
}

.subscription__dec {
  display: inline-block;
  width: 45%;
  top: -90%;
  position: absolute;
  right: 5%;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .subscription__dec {
    right: -25%;
    top: -30%;
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .subscription__dec {
    right: -55%;
    top: -20%;
    width: 148%;
  }
}

.subscription__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1;
  justify-content: center;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .subscription__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .subscription__title {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 30px 0;
    text-align: center;
  }

  .subscription__title span {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .subscription__title {
    font-size: 5rem;
  }
}

@media (max-width: 380px) {
  .subscription__title {
    font-size: 4rem;
  }
}

.subscription__icon {
  display: inline-block;
  margin-left: 25px;
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 0;
  width: 93.1px;
  height: 67.8px;
}

@media screen and (max-width: 768px) {
  .subscription__icon {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -130px;
  }
}

.subscription__form {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 70%;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .subscription__form {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .subscription__form {
    flex-direction: column;
    width: 100%;
  }
}

.subscription__input {
  box-sizing: border-box;
  display: inline-block;
  font-size: 3rem;
  height: 85px;
  padding-left: 55px;
  width: 73%;
}

@media screen and (max-width: 1024px) {
  .subscription__input {
    height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .subscription__input {
    width: 100%;
  }
}

.subscription__submit {
  background-color: #FFCC00;
  border: none;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  font-size: 3rem;
  height: 85px;
  line-height: 80px;
  margin-left: -1px;
  text-align: center;
  width: 27%;
}

@media screen and (max-width: 1024px) {
  .subscription__submit {
    height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .subscription__submit {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .subscription {
    padding: 215px 0 85px 0;
  }
}

/* subscription less end */

/* news less beging */

.news {
  background-color: #fff;
  display: block;
  padding: 70px 0 95px 0;
}

.news__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news__wrap {
    flex-wrap: wrap;
  }
}

.news__dec {
  display: inline-block;
  width: 50%;
  position: absolute;
  z-index: 1;
}

.news__overlay {
  -webkit-box-shadow: inset 0px 0px 0px 3px #096fcc;
  -moz-box-shadow: inset 0px 0px 0px 3px #096fcc;
  box-shadow: inset 0px 0px 0px 3px #096fcc;
  display: inline-block;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

.news__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__overlay-child {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 53, 124, 0.5);
}

.news__item {
  background-color: #096fcc;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: 30px 30px 30px 35px;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 23%;
}

.news__item:first-child .news__dec {
  top: -15%;
  right: -20%;
}

.news__item:nth-child(2) .news__dec {
  top: 55%;
  right: -20%;
}

.news__item:nth-child(3) .news__dec {
  top: -15%;
  left: -20%;
}

.news__item:nth-child(4) .news__dec {
  top: 55%;
  left: -20%;
}

.news__item:not(:nth-child(4n+4)) {
  margin-right: 2.6%;
}

.news__item:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
}

.news__item-header {
  border-bottom: 3px solid #fff;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 90px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.news__item-header span {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .news__item-header {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .news__item-header {
    margin-bottom: 90px;
  }
}

.news__item-about {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 2;
}

.news__item:hover {
  box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
}

.news__item:hover .news__overlay {
  opacity: 1;
  visibility: visible;
}

.news__item_fav .news__item-header span:after {
  content: '';
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-block;
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 92.89298634613141%;
  width: 29.7px;
  height: 27.1px;
}

@media screen and (max-width: 1024px) {
  .news__item {
    width: 49%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 670px) {
  .news__item {
    width: 100%;
  }
}

.news__overlay img.news__preview-placeholder {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.pagination {
  display: flex;
  padding: 0px;
  margin: 0px;
}

.pagination .page-item {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #096fcc;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.pagination .page-item:hover {
  background: #ffcc00;
}

.pagination .page-item.active {
  background: #ffcc00;
}

.pagination .page-item.active .page-link {
  color: #414141;
}

.pagination .page-item.disabled {
  background: #eee;
}

.pagination .page-item.disabled .page-link {
  color: #989898;
}

.pagination .page-link {
  text-decoration: none;
  color: #fff;
}

/* news less end */

.login__input {
  background-color: #F6F6F6;
  border: none;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 2rem;
  height: 55px;
  margin: 0 0 20px 0;
  padding: 0 25px 0 25px;
  width: 40%;
}

.login__label {
  color: #333333;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 5px 0;
  width: 100%;
}

.login__submit {
  background-color: #096fcc;
  border: none;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  height: 55px;
  width: 40%;
}

.offices__text {
  color: #333333;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 50px 0;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .offices__text {
    width: 100%;
  }
}

.offices__link {
  color: #29ABE2;
  text-decoration: underline;
}

.countries {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.country {
  display: flex;
  margin: 0 0 50px 0;
  width: 43%;
}

@media screen and (max-width: 768px) {
  .country {
    width: 100%;
    margin-bottom: 20px;
  }
}

.country:not(:nth-child(2n+2)) {
  margin-right: 195px;
}

.country__flag {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-top: 10%;
  position: relative;
  width: 17%;
  min-width: 115px;
}

@media screen and (max-width: 768px) {
  .country__flag {
    min-width: 55px;
  }
}

.country__flag img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.country__about {
  padding-top: 14px;
  box-sizing: border-box;
  display: inline-block;
}

.country__name {
  color: #21A2DB;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 5px 0;
  text-decoration: underline;
}

.country__link {
  color: #B3B3B3;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.office__header {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}

.office__flag {
  display: inline-block;
  margin: 0 40px 0 0;
  max-width: 150px;
}

.office__flag img {
  width: 100%;
}

.office__title {
  display: inline-block;
}

.office__title .primary-title {
  margin: 0 0 8px 0;
  line-height: 1;
}

.office__link {
  color: #B3B3B3;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.office__text {
  color: #333333;
  font-size: 2rem;
  font-weight: 400;
}

/* partners less beging */

.partners {
  background-color: #096fcc;
  display: block;
  overflow: hidden;
  padding: 85px 0 70px 0;
  position: relative;
}

.partners__dec {
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.partners__dec_out {
  right: -34%;
  top: -84%;
  width: 118%;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .partners__dec_out {
    right: -95%;
    top: 11%;
    width: 150%;
  }
}

.partners__dec_inset {
  right: -65%;
  top: -115%;
  width: 160%;
}

@media screen and (max-width: 768px) {
  .partners__dec_inset {
    right: -117%;
    top: 31%;
    width: 190%;
  }
}

.partners__wrap {
  background-color: #096fcc;
  -webkit-box-shadow: -7px 4px 11px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -7px 4px 11px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -7px 4px 11px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding-top: 390px;
  padding-left: 80px;
  padding-bottom: 55px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .partners__wrap {
    padding: 370px 45px 65px 45px;
  }
}

@media screen and (max-width: 480px) {
  .partners__wrap {
    padding: 370px 25px 65px 25px;
  }
}

@media screen and (max-width: 320px) {
  .partners__wrap {
    padding: 310px 25px 65px 25px;
  }
}

.partners__title {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 35px 0;
  position: relative;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .partners__title {
    width: 85%;
  }
}

@media screen and (max-width: 670px) {
  .partners__title {
    font-size: 4rem;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .partners__title {
    font-size: 3rem;
  }
}

.partners__text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
  width: 69%;
}

@media screen and (max-width: 1024px) {
  .partners__text {
    width: 85%;
  }
}

@media screen and (max-width: 670px) {
  .partners__text {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .partners__text {
    font-size: 1.8rem;
  }
}

.partners__map {
  display: inline-block;
  position: absolute;
  right: -25%;
  top: -70%;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  .partners__map {
    right: -45%;
    top: -20%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .partners__map {
    right: -10%;
    top: 0%;
  }
}

.partners__pin {
  display: inline-block;
  position: absolute;
  z-index: 3;
}

.partners__pin_small {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 15.032923344514847%;
  width: 56.4px;
  height: 79.1px;
  left: 20%;
  top: 10%;
}

@media screen and (max-width: 1024px) {
  .partners__pin_small {
    display: none;
  }
}

.partners__pin_medium {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 79.16666666666667%;
  width: 81.78px;
  height: 116px;
  right: 25%;
  top: 15%;
}

@media screen and (max-width: 480px) {
  .partners__pin_medium {
    right: 10%;
  }
}

.partners__pin_big {
  background: url("../images/sprite/sprite-1649374e.svg") no-repeat;
  background-position: 0 58.55592090446377%;
  width: 152.03px;
  height: 217.97px;
  bottom: 20%;
  right: 15%;
}

@media screen and (max-width: 1024px) {
  .partners__pin_big {
    bottom: 60%;
    right: 75%;
  }
}

@media screen and (max-width: 768px) {
  .partners__pin_big {
    right: 60%;
  }
}

@media screen and (max-width: 480px) {
  .partners__pin_big {
    bottom: 70%;
    right: 45%;
  }
}

@media screen and (max-width: 320px) {
  .partners__pin_big {
    bottom: 60%;
  }
}

/* partners less end */

/* footer less beging */

.footer {
  background-color: #096fcc;
  display: block;
  overflow: hidden;
  padding: 65px 0 110px 0;
  position: relative;
}

.footer__dec {
  display: inline-block;
  position: absolute;
  right: -35%;
  top: -220%;
  width: 125%;
}

.footer__wrap {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .footer__wrap {
    flex-wrap: wrap;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  .footer__wrap {
    flex-direction: column;
  }
}

.footer__column {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.footer__column:not(:last-child) {
  margin-right: 5%;
}

@media screen and (max-width: 1024px) {
  .footer__column:not(:last-child) {
    margin-right: 5%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 670px) {
  .footer__column:not(:last-child) {
    margin-right: 0;
  }
}

.footer__column_logo {
  width: 11%;
}

@media screen and (max-width: 1024px) {
  .footer__column_logo {
    width: 100%;
  }
}

.footer__column_contacts {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .footer__column_contacts {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .footer__column_contacts {
    width: 45%;
  }
}

@media screen and (max-width: 670px) {
  .footer__column_contacts {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__column_programs {
    order: 1;
  }
}

@media screen and (max-width: 1024px) {
  .footer__column_pages {
    order: 3;
  }
}

@media screen and (max-width: 670px) {
  .footer__column {
    margin-bottom: 40px;
  }
}

.footer__logo {
  margin-bottom: 50px;
  width: 100%;
}

.footer__logo img {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 20%;
  }
}

@media screen and (max-width: 670px) {
  .footer__logo {
    display: none;
  }
}

.footer__agency-caption {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.footer__agency-logo {
  display: inline-block;
  width: 85%;
}

.footer__agency-logo img {
  width: 100%;
}

.footer__agency_tablet {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer__agency_tablet {
    display: block;
    width: 20%;
  }
}

@media screen and (max-width: 670px) {
  .footer__agency_tablet {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__agency_desc {
    display: none;
  }
}

.footer__title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
}

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

.footer__list:not(:last-child) {
  margin-right: 35px;
}

@media screen and (max-width: 1024px) {
  .footer__list:not(:last-child) {
    margin-right: 0;
  }
}

.footer__list-wrap {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .footer__list-wrap .footer__list:not(:last-child) {
    margin-right: 5%;
  }
}

@media screen and (max-width: 670px) {
  .footer__list-wrap {
    flex-direction: column;
  }
}

.footer__link {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}

.footer__link:hover {
  color: #FFCC00;
}

.footer__link.no-hover {
  color: #fff;
}

.footer_page {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 65px 0 50px 0;
  }
}

@media screen and (max-width: 670px) {
  .footer {
    padding: 40px 0 60px 0;
  }
}

/* footer less end */

/* page less beging */

.page {
  background-color: #fff;
  flex: 999999;
  padding: 85px 0 155px 0;
}

.page__event-wrap {
  display: flex;
  justify-content: space-between;
  margin: 65px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .page__event-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 670px) {
  .page__event-wrap {
    margin: 45px 0 0 0;
  }
}

.page__event-side {
  display: inline-block;
  width: 52%;
}

@media screen and (max-width: 1024px) {
  .page__event-side {
    margin-bottom: 40px;
    width: 100%;
  }
}

.page__event-place {
  color: #B3B3B3;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px 0;
}

.page__event-tags {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.page__event-tag {
  color: #29ABE2;
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
}

.page__event-tag:not(:last-child) {
  margin-right: 5px;
}

.page__event-link {
  color: inherit;
  text-decoration: none;
}

.page__event-link:hover {
  color: #FFCC00;
}

.page__event-text {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.page__event-text p {
  margin: 0;
}

.page__event-text p:not(:last-child) {
  margin-bottom: 35px;
}

.page__event-sidebar {
  padding-top: 113px;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .page__event-sidebar {
    width: 100%;
    padding-top: 0px;
  }
}

.page__event-docs {
  margin-top: 20px;
}

.page__event-map {
  display: inline-block;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .page__event-map {
    width: 100%;
  }
}

.page__events-select {
  display: flex;
  margin: 0 0 60px 0;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .page__events-select {
    flex-direction: column;
  }
}

.page__events-select-item {
  box-sizing: border-box;
  border: none;
  color: #333333;
  cursor: pointer;
  font-size: 3.8rem;
  font-weight: 700;
  height: 90px;
  line-height: 85px;
  text-align: center;
  flex: 1;
  background: #eee;
}

@media screen and (max-width: 670px) {
  .page__events-select-item {
    margin-bottom: 2px;
  }
}

.page__events-select-item_active,
.page__events-select-item:hover {
  background: #FFCC00;
}

@media screen and (max-width: 480px) {
  .page__events-select-item {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .page {
    padding: 85px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .page {
    padding: 60px 0 50px 0;
  }
}

.page_programs {
  padding: 85px 0 0 0;
}

.page-event__photo {
  background-color: #EDEDED;
  display: inline-block;
  margin: 0 0 40px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .page-event__photo {
    margin: 0 0 25px 0;
  }
}

.page-event__photo img {
  display: inline-block;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.page-event__about {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .page-event__about {
    flex-direction: column;
  }
}

.page-event__date {
  align-items: center;
  background-color: #EDEDED;
  box-sizing: border-box;
  display: flex;
  margin-right: 40px;
  padding: 15px 10px 16px 25px;
  width: 35%;
}

@media screen and (max-width: 670px) {
  .page-event__date {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 15px 10px 16px 15px;
    width: 100%;
  }
}

.page-event__date-item {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}

.page-event__date-item:not(:last-child) {
  margin-right: 15px;
}

.page-event__date-item_time {
  color: #333333;
  font-weight: 400;
}

@media screen and (max-width: 670px) {
  .page-event__date-item_time {
    width: 45%;
    margin-right: 0;
  }
}

.page-event__date-item_day {
  color: #09357C;
  font-weight: 900;
}

@media screen and (max-width: 670px) {
  .page-event__date-item_day {
    width: 45%;
    margin-right: 0;
  }
}

.page-event__date-item_place {
  color: #706F6F;
  font-weight: 400;
}

@media screen and (max-width: 670px) {
  .page-event__date-item_place {
    width: 100%;
    margin-top: 10px;
  }
}

.page-event__fb {
  color: #36A9E1;
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: underline;
}

.page-event__fb-icon {
  background-image: url("/images/event-fb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}

.page-event__desc {
  color: #333333;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 80px;
  width: 60%;
}

@media screen and (max-width: 670px) {
  .page-event__desc {
    width: 100%;
  }
}

.recommended {
  display: block;
  width: 100%;
}

.recommended__title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 20px 0;
}

.recommended__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.recommended__news {
  display: inline-block;
  text-decoration: none;
  width: 23%;
}

@media screen and (max-width: 670px) {
  .recommended__news {
    margin-bottom: 15px;
    width: 100%;
  }
}

.recommended__news:not(:nth-child(4n+4)) {
  margin-right: 2.6%;
}

@media screen and (max-width: 670px) {
  .recommended__news:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}

.recommended__news-data {
  color: #B2B2B2;
  font-size: 1.5rem;
  font-weight: 400;
}

.recommended__news-title {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

/* page less end */

.gallery__text {
  color: #3c3c3b;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 25px 0;
  width: 55%;
}

.gallery__wrap {
  display: flex;
  width: 100%;
}

.gallery__item {
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  height: auto;
  margin: 0 40px 25px 0;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.gallery__item-image {
  background-color: #FFCC00;
  display: inline-block;
  width: 100%;
  height: 310px;
  margin: 0 0 15px 0;
}

.gallery__item-name {
  display: block;
  color: #36A9E1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}

.gallery__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}

.gallery__images {
  display: inline-block;
  line-height: 0;
  width: 100%;
  position: relative;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 670px) {
  .gallery__images {
    width: 100%;
  }
}

.gallery__images img {
  width: 100%;
}

.gallery__about {
  display: inline-block;
  width: 40%;
}

.gallery__name {
  color: #3c3c3b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
}

.gallery__date {
  color: #9D9D9C;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

.gallery__desc {
  color: #3c3c3b;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.gallery__desc p {
  margin: 0;
}

.gallery__desc p:not(:last-child) {
  margin-bottom: 20px;
}

.gallery__author {
  background-color: #F9F5E4;
  box-sizing: border-box;
  color: #3c3c3b;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  padding: 12px 20px 8px 20px;
}

.gallery__arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  display: flex;
  width: 5%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
  transition: 0.3s;
}

.gallery__arrow:hover {
  opacity: 1;
}

.gallery__arrow_left {
  left: 0;
}

.gallery__arrow_left img {
  transform: rotate(180deg);
}

.gallery__arrow_right {
  right: 0;
}

@media screen and (max-width: 768px) {
  .gallery__wrap {
    flex-wrap: wrap;
  }

  .gallery__item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .gallery__item-image {
    height: 180px;
  }
}

.gallery__childs {
  width: 60%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1280px) {
  .gallery__childs {
    width: 100%;
  }
}

.gallery__child {
  font-size: 2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.gallery__child::before {
  content: '';
  width: 30px;
  height: 20px;
  display: block;
  background: url("../images/icons/ce_folder.svg") no-repeat;
  background-size: contain;
  margin-right: 10px;
}

/* page-search-partners less beging */

.search-partners__wrap {
  display: block;
  margin-left: 6%;
  width: 68%;
}

@media screen and (max-width: 1400px) {
  .search-partners__wrap {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .search-partners__wrap {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .search-partners__wrap {
    margin-left: 0;
    width: 100%;
  }
}

.search-partners__input {
  color: #333333;
  background-color: #E6E6E6;
  border: none;
  box-sizing: border-box !important;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  height: 95px;
  margin-bottom: 20px;
  padding-left: 55px;
  width: 100%;
}

@media (max-width: 991px) {
  .search-partners__input {
    padding-left: 15px;
  }
}

.search-partners__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .search-partners__tags {
    margin: 0;
    max-width: 100%;
  }
}

.search-partners__tag-item {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 0.6%;
  min-width: 15%;
}

.search-partners__tag-item:last-child {
  margin-right: 0;
}

.search-partners__tag-item_adding {
  display: none;
}

@media (max-width: 820px) {
  .search-partners__tag-item {
    font-size: 2rem;
  }
}

@media (max-width: 680px) {
  .search-partners__tag-item {
    font-size: 1.8rem;
    min-width: 25%;
  }
}

@media (max-width: 640px) {
  .search-partners__tag-item {
    width: auto;
  }

  .search-partners__tag-item:nth-child(5n+5) {
    margin-right: 0.6%;
  }
}

.search-partners__tag-link {
  background-color: #096fcc;
  box-sizing: border-box;
  color: inherit;
  display: block;
  line-height: 1;
  padding: 8px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.search-partners__tag-link:hover {
  background-color: #FFCC00;
  color: #333333;
}

@media (max-width: 640px) {
  .search-partners__tag-link {
    padding: 8px 8px 10px 8px;
  }
}

.search-partners__route {
  color: #096fcc;
  cursor: pointer;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.search-partners__route:before {
  content: '';
  background-color: #096fcc;
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.search-partners__route:hover {
  color: #333333;
}

.search-partners__route:hover:before {
  background-color: #FFCC00;
}

.search-partners__route span {
  background-color: #fff;
  display: inline-block;
  padding: 0 15px 0 15px;
  position: relative;
}

.search-partners__list-of-partners {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}

.search-partners__partner {
  border-bottom: 3px solid #333333;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  width: 47%;
}

.search-partners__partner:not(:nth-child(2n+2)) {
  margin-right: 6%;
}

@media (max-width: 991px) {
  .search-partners__partner:not(:nth-child(2n+2)) {
    margin-right: 0;
  }
}

.search-partners__partner-link {
  display: block;
  text-decoration: none;
}

.search-partners__partner-title {
  color: #333333;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
}

.search-partners__partner-place {
  color: #B3B3B3;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px 0;
}

.search-partners__partner-text {
  box-sizing: border-box;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding-right: 55px;
}

@media (max-width: 991px) {
  .search-partners__partner {
    width: 100%;
  }
}

/* page-search-partners less end */

/* page-program less beging */

@keyframes swimArrow {
  from, to {
    right: 20px;
  }

  50% {
    right: 40px;
  }
}

.program__wrap {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .program__wrap {
    flex-wrap: wrap;
  }
}

.program__list {
  display: inline-block;
  list-style-type: none;
  margin: 0 8% 0 0;
  padding: 0;
  width: 34%;
}

@media screen and (max-width: 1280px) {
  .program__list {
    margin: 0 4% 0 0;
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .program__list {
    width: 100%;
    margin: 0;
  }

  .program__list.active-list {
    display: block;
  }
}

.program__item {
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 30px 0 20px 50px;
  text-decoration: none;
  transition: 0.1s;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .program__item {
    padding: 30px 0 20px 20px;
  }
}

.program__item:not(:last-child) {
  border-bottom: 3px solid #266CB4;
}

.program__item:hover,
.program__item_active {
  background: #096fcc;
  color: #fff;
}

.program__to-page {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: swimArrow;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 10%;
}

.program__to-page img {
  width: 100%;
}

.program__content {
  display: inline-block;
  width: 57%;
}

@media screen and (max-width: 1024px) {
  .program__content {
    width: 100%;
  }
}

.program__cover {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

.program__cover:hover {
  cursor: pointer;
  opacity: 1;
}

.program__cover.no-hover {
  opacity: 1;
  cursor: default;
}

.program__cover_contest {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .program__cover_contest {
    padding-top: 245px;
  }
}

@media screen and (max-width: 480px) {
  .program__cover_contest {
    padding-top: 115px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .program__cover_main {
    padding-top: 30px;
  }
}

.program__dec {
  display: inline-block;
  position: absolute;
}

.program__dec_big {
  width: 50%;
  right: -20%;
  top: -30%;
}

@media screen and (max-width: 670px) {
  .program__dec_big {
    display: none;
  }
}

.program__dec_small {
  width: 50%;
  left: -15%;
  top: -30%;
}

@media screen and (max-width: 1024px) {
  .program__dec_small {
    left: -14%;
    top: -27%;
  }
}

@media screen and (max-width: 670px) {
  .program__dec_small {
    width: 50%;
  }
}

.program__dec_books {
  width: 20%;
  top: 4%;
  left: 1%;
}

@media screen and (max-width: 670px) {
  .program__dec_books {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .program__dec_books {
    left: 1%;
    top: 4%;
    width: 20%;
  }
}

.program__title {
  bottom: 30px;
  color: #333333;
  font-size: 5.5rem;
  font-weight: 700;
  left: 30px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .program__title {
    font-size: 4.5rem;
  }
}

.program__image-full {
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.program__terms {
  align-items: flex-start;
  border: 3px solid #266CB4;
  box-sizing: border-box;
  color: #266CB4;
  display: flex;
  margin-bottom: 35px;
  padding: 30px 40px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .program__terms {
    padding: 30px 25px;
  }
}

.program__terms-name {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 70px;
}

@media screen and (max-width: 1024px) {
  .program__terms-name {
    margin-right: 0px;
  }
}

.program__terms-value {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .program__terms-value {
    width: 100%;
    margin-right: 0px;
    word-wrap: break-word;
  }
}

.program__terms-day,
.program__terms-time {
  display: block;
}

@media screen and (max-width: 670px) {
  .program__terms {
    flex-direction: column;
  }
}

.program__about {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  width: 93%;
}

.program__about p {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.5;
}

.program__about p:not(:last-child) {
  margin: 0 0 30px 0;
}

.program__desc {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 20px 0px 70px;
}

.program__desc-title {
  color: #333333;
  font-size: 4.7rem;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.program__desc-text {
  color: #333333;
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .program__desc-text {
    flex-wrap: wrap;
  }
}

.program__desc-text div {
  width: 46%;
}

@media screen and (max-width: 1024px) {
  .program__desc-text div {
    width: 100%;
  }
}

.program__desc-text div p {
  margin: 0;
}

.program__desc-text div p:not(:last-child) {
  margin-bottom: 30px;
}

.program__desc-text div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program__desc-text div ul:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 670px) {
  .program__desc {
    padding: 15px 0 15px 0;
  }
}

.program__main {
  display: none;
}

.program__togglers {
  display: none;
}

@media screen and (max-width: 1024px) {
  .program__togglers {
    display: block;
    position: relative;
    width: 100%;
  }
}

.program__toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .program__toggle {
    background-color: #096fcc;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    height: 85px;
    line-height: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}

.program__close-list {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-120%);
  transition: 0.3s;
  z-index: 5;
}

.program__close-list.show {
  transform: translateX(0);
}

/* page-program less end */

/* page-contest less beging */

.contest__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contest__wrap {
    flex-wrap: wrap;
  }
}

.contest__main {
  display: inline-block;
  width: 58%;
}

@media screen and (max-width: 1024px) {
  .contest__main {
    margin-bottom: 70px;
    width: 100%;
  }
}

.contest__title {
  color: #333333;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px 0;
}

.contest__docs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: 100%;
}

.contest__docs .document {
  margin-right: 3%;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .contest__docs .document {
    margin-right: 0;
  }

  .contest__docs .document:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contest__docs {
    flex-direction: column;
  }
}

.contest__text {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.contest__text:not(:last-child) {
  margin-bottom: 30px;
}

.contest__text_bold {
  font-weight: 700;
  margin-bottom: 0!important;
}

.contest__list {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 700;
  list-style: none;
  margin: 0 0 35px 0;
  padding: 0;
}

.contest__side {
  display: inline-block;
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .contest__side {
    width: 100%;
  }
}

.contest__terms {
  color: #333333;
  display: inline-block;
  margin: 0 0 60px 0;
  width: 100%;
}

.contest__terms-main {
  background-color: #FFE8AE;
  box-sizing: border-box;
  display: block;
  padding: 30px 45px 45px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contest__terms-main {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .contest__terms-main {
    flex-direction: column;
    padding: 20px 20px 20px;
  }
}

.contest__terms-reg {
  color: inherit;
  background-color: #FFCC00;
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 700;
  height: 60px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.contest__key {
  font-size: 3.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .contest__key {
    display: inline-block;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .contest__key {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .contest__key {
    width: 100%;
  }
}

.contest__value {
  font-size: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .contest__value {
    display: inline-block;
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .contest__value {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .contest__value {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .contest__recommended-links {
    align-items: flex-end;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contest__recommended-links {
    align-items: center;
    flex-direction: column;
  }
}

.contest__recommended-link {
  color: #333333;
  display: inline-block;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.contest__recommended-link-image {
  display: inline-block;
  width: 50%;
  margin: 0 0 20px 0;
}

.contest__recommended-link-name {
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .contest__recommended-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* page-contest less end */

/* page-faq less beging */

.faq__wrap {
  display: block;
  width: 80%;
  margin-right: 30px;
}

@media screen and (max-width: 1280px) {
  .faq__wrap {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .faq__wrap {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .faq__wrap {
    width: 100%;
  }

  .faq__wrap input {
    box-sizing: border-box;
  }
}

.faq__input {
  background-color: #F2F2F2;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 35px 0;
  height: 90px;
  padding: 0 0 0 55px;
  width: 100%;
  box-sizing: border-box !important;
}

@media screen and (max-width: 670px) {
  .faq__input {
    padding: 0 0 0 15px;
  }
}

.faq__list {
  list-style: none;
  margin: 0 0 45px 0;
  padding: 0 20px;
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__link {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  color: #096fcc;
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}

.faq__link::before {
  content: '';
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transform: rotate(180deg);
  transition: 0.3s;
}

.faq__answer {
  padding: 10px 20px 30px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: 0.3s;
}

.faq__answer.hide-text {
  padding: 3px 20px;
}

.faq__answer.hide-text .faq__answer-text {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.faq__answer.hide-text .faq__link::before {
  transform: rotate(0deg);
}

.faq__answer:hover {
  background: #dbeaf9;
  cursor: pointer;
}

.faq__answer-title {
  background-color: #096fcc;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 23px 15px 20px 50px;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .faq__answer-title {
    padding: 15px 15px 15px 20px;
  }
}

.faq__answer-text {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.faq__answer-text p {
  line-height: 1.2;
  margin: 0;
}

.faq__answer-text p:not(:last-child) {
  margin-bottom: 35px;
}

.faq__container {
  display: flex;
  position: relative;
}

@media screen and (max-width: 670px) {
  .faq__container {
    flex-direction: column-reverse;
  }
}

.faq__sidebar {
  width: 40%;
}

@media screen and (max-width: 670px) {
  .faq__sidebar {
    width: 100%;
  }
}

.upper__btn {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background-color: #0f80d1;
  background-image: url("../images/go_up.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  position: fixed;
  bottom: 100px;
  right: 28px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  animation: showBtn 0.4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
}

@keyframes showBtn {
  0% {
    transform: scale(0.3) rotate(180deg);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(180deg);
    opacity: 1;
  }
}

/* page-faq less end */

/* news less beging */

.news-page__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news-page__wrap {
    flex-wrap: wrap;
  }
}

.news-page__main {
  display: inline-block;
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .news-page__main {
    width: 100%;
  }
}

.news-page__categoryContainer {
  display: flex;
  font-size: 2.5rem;
  align-items: baseline;
}

.news-page__text {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

.news-page__text p {
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .news-page__text p {
    word-break: break-word;
  }
}

.news-page__text span {
  background-color: transparent!important;
  display: inline-block;
  margin-bottom: 20px;
}

.news-page__category {
  color: #36A9E1;
  display: inline-block;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px 0;
  text-decoration: none;
}

.news-page__category:hover {
  color: #FFCC00;
}

.news-page__with-tag {
  color: #FFCC00;
}

.news-page__cover {
  display: inline-block;
  margin: 0 0 30px 0;
  width: 100%;
}

.news-page__cover img {
  width: 100%;
}

.news-page__side {
  display: inline-block;
  width: 41%;
}

@media screen and (max-width: 1024px) {
  .news-page__side {
    width: 100%;
  }
}

.news-page__title {
  color: #333333;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
}

.news-page__docs {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
}

.news-page__docs .document:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .news-page__docs .document:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .news-page__docs .document:not(:nth-child(2n+2)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 670px) {
  .news-page__docs .document:not(:nth-child(2n+2)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .news-page__docs .document {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 670px) {
  .news-page__docs .document {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .news-page__docs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* news less end */

/* news less beging */

.persons__wrap {
  display: flex;
  flex-wrap: wrap;
}

.person {
  flex-grow: 1;
  max-width: 23%;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 670px) {
  .person {
    max-width: 100%;
  }
}

.person p {
  font-size: 1.5rem;
  margin: 0px;
  line-height: 1.5;
}

.person__photo {
  display: block;
  margin: 0;
}

.person_name {
  font-size: 2rem;
  font-weight: 700;
}

.person_info {
  font-size: 1.5rem;
}

/* brands less beging */

.brands {
  background-color: #F4F4F4;
  display: block;
  padding: 45px 0 55px 0;
}

.brands__wrap {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .brands__wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.brands__item {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .brands__item {
    margin-bottom: 80px;
    width: 45%;
    text-align: center;
  }

  .brands__item img {
    width: auto;
    display: inline-block;
  }
}

.brands__item:not(:last-child) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .brands__item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 670px) {
  .brands__item {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .brands {
    padding: 100px 0 10px 0;
  }
}

/* brands less end */