@charset "UTF-8";
/*sizes*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf"), url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf"), url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf"), url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf"), url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html {
  font-size: 1px;
}
@media all and (max-width: 1440px) {
  html {
    font-size: calc(100vw/1440);
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: calc(100vw/768);
  }
}
@media all and (max-width: 320px) {
  html {
    font-size: calc(100vw/320);
  }
}

h1, .like-h1 {
  font-size: 36rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  h1, .like-h1 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 320px) {
  h1, .like-h1 {
    font-size: 18rem;
  }
}

h2 {
  font-size: 32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h2:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 18rem;
  }
}

.sub-h1 {
  color: #14213D;
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 10;
  display: inline-block;
  background: #FFF;
  position: relative;
  padding-right: 25rem;
}
@media screen and (max-width: 768px) {
  .sub-h1 {
    font-size: 14rem;
  }
}
@media screen and (max-width: 320px) {
  .sub-h1 {
    font-size: 13rem;
  }
}

.line {
  position: relative;
  margin-bottom: 25rem;
}
@media screen and (max-width: 320px) {
  .line {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 320px) {
  .line {
    margin-bottom: 20rem;
  }
}
.line:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: " ";
  background: #0038B8;
  height: 1rem;
  width: 100%;
}

.sub-h2 {
  color: #14213D;
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30rem;
}
@media screen and (max-width: 320px) {
  .sub-h2 {
    font-size: 13rem;
    margin-bottom: 15rem;
  }
}

.sub-h3 {
  color: #14213D;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8rem;
}
@media screen and (max-width: 320px) {
  .sub-h3 {
    font-size: 13rem;
    margin-bottom: 15rem;
  }
}

h3 {
  font-size: 26rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 320px) {
  h3 {
    font-size: 26rem;
  }
}

h4 {
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 320px) {
  h4 {
    font-size: 14rem;
  }
}

h5 {
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 320px) {
  h5 {
    font-size: 14rem;
  }
}

p {
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 320px) {
  p {
    font-size: 12rem;
  }
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
  outline: none;
  /*убираем выделение при клике по полю по умолчанию*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search] {
  outline: none;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*Привязываем футер  к низу*/
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
}

header {
  width: 100%;
}

main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
}
.container-inner-max {
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .container-inner-max {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .container-inner-max {
    max-width: 100%;
    width: 100%;
  }
}
.container-inner {
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1440px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 120rem;
    padding-right: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .container-inner {
    padding-left: 30rem;
    padding-right: 30rem;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .container-inner {
    padding-left: 15rem;
    padding-right: 15rem;
    max-width: 100%;
    width: 100%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jus-center {
  justify-content: center !important;
}

.center {
  text-align: center !important;
}

@media screen and (max-width: 320px) {
  .mobile-center {
    text-align: center;
  }
}

.bg-main {
  background-color: #14213D;
}

.bg-black {
  background-color: #000;
}

.pt-40 {
  padding-top: 40rem;
}
@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 40rem;
  }
}

.mb-24 {
  margin-bottom: 24rem;
}
@media screen and (max-width: 768px) {
  .mb-24 {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 320px) {
  .mb-24 {
    margin-bottom: 20rem;
  }
}

.mt-40 {
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 40rem;
  }
}

.mt-50 {
  margin-top: 50rem;
}
@media screen and (max-width: 768px) {
  .mt-50 {
    margin-top: 40rem;
  }
}

.mb-40 {
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 40rem;
  }
}

.mb-30 {
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20rem;
  }
}

.mb-60 {
  margin-bottom: 60rem;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 60rem;
  }
}

.mt-70 {
  margin-top: 70rem !important;
}
@media screen and (max-width: 768px) {
  .mt-70 {
    margin-top: 40rem !important;
  }
}
@media screen and (max-width: 320px) {
  .mt-70 {
    margin-top: 40rem !important;
  }
}

.mt-120 {
  margin-top: 120rem;
}
@media screen and (max-width: 768px) {
  .mt-120 {
    margin-top: 120rem;
  }
}

.mx-60 {
  margin: 60rem 0;
}
@media screen and (max-width: 768px) {
  .mx-60 {
    margin: 60rem 0;
  }
}

.pb-30 {
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .pb-30 {
    padding-bottom: 30rem;
  }
}

.p-x-0 {
  padding: unset !important;
}

.p-60 {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
@media screen and (max-width: 768px) {
  .p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pb-60 {
  padding-bottom: 60rem;
}
@media screen and (max-width: 768px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.border-top {
  border-top: 1rem solid #FFF;
}

.border-bottom {
  border-bottom: 1rem solid #FFF;
}

* {
  transition: all 0.3s ease-in-out;
}

.blue {
  color: #0038B8;
}

.d-none {
  display: none !important;
}

/*главное меню*/
.top {
  display: flex;
  flex-wrap: nowrap;
}
.top-icon {
  height: 136rem;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 320px) {
  .top-icon {
    height: 52rem;
  }
}
.top-icon > .icon {
  width: inherit;
  height: inherit;
  display: inline-block;
}
.top-icon > .icon > img {
  object-fit: contain;
  width: auto;
  height: 100%;
}
.top-menu {
  flex: 1;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 15rem 0;
  border-bottom: 2rem solid #14213D;
}
@media screen and (max-width: 320px) {
  .header {
    border-bottom: unset;
  }
}
.header-left {
  align-items: center;
  display: flex;
}
.header-left > .icon {
  width: 50rem;
  height: 50rem;
}
@media screen and (max-width: 320px) {
  .header-left > .icon {
    width: 40rem;
    height: 40rem;
  }
}
.header-left > .icon > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header-left_text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .header-left_text {
    display: none;
  }
}
.header-left_text-item {
  width: 110rem;
  color: #14213D;
  font-size: 11rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.header-left_text-item:not(:first-child) {
  margin-left: 30rem;
}
.header-left_text-item:first-child {
  margin-left: 0rem;
}
@media screen and (max-width: 768px) {
  .header-left_text-item {
    font-size: 9rem;
  }
  .header-left_text-item:not(:first-child) {
    margin-left: 10rem;
  }
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: right;
  flex: 1 0 auto;
}
.header-right > .search {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-left: 20rem;
  height: 100%;
  width: 100%;
}
.header-right > .search > i {
  background: #0038B8;
  width: 24rem;
  height: 24rem;
  cursor: pointer;
}
.header-right > .search > i:hover {
  width: 26rem;
  height: 26rem;
}
.header-right > .search .search-form {
  border: 1rem solid #EBEBF0;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0%;
  border-radius: 8rem;
  height: 100%;
  background: #FFF;
  width: inherit;
  z-index: 10;
  overflow: hidden;
  display: none;
  width: 50vw;
}
.header-right > .search .search-form form {
  height: 100%;
  overflow: hidden;
  display: flex;
}
.header-right > .search .search-form form .search-btn {
  height: inherit;
  display: inline-block;
  width: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right > .search .search-form form .search-btn > i {
  background: #0038B8;
  width: 24rem;
  height: 24rem;
}
.header-right > .search .search-form form .search-text {
  background: #FFF;
  width: 80%;
  height: inherit;
  flex: 1 0 auto;
  outline: none;
  border: unset;
  color: #0038B8;
  font-size: 20rem;
  padding: 13rem 0 13rem 13rem;
}
@media screen and (max-width: 320px) {
  .header-right .lang {
    display: none;
  }
}
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rem 0;
  /*burger */
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 320px) {
  .menu {
    display: none;
  }
}
.menu-list {
  width: 100%;
  display: flex;
}
.menu-list_item {
  color: #14213D;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .menu-list_item {
    font-size: 14rem;
  }
}
.menu-list_item::first-letter {
  text-transform: capitalize;
}
.menu-list_item.active, .menu-list_item:hover {
  color: #0038B8;
}
.menu-list_item.active {
  font-weight: 500;
}
.menu-mobile {
  overflow: scroll;
  position: fixed;
  padding: 0 15rem 20rem 15rem;
  margin-right: -100vw;
  right: 0;
  display: none;
  z-index: 1000;
  background-color: #FFF;
  transition: margin 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, 0.25);
  width: fit-content;
}
@media screen and (max-width: 320px) {
  .menu-mobile {
    display: block;
  }
  .menu-mobile > *:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.menu-mobile-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-top: 20rem;
  border-top: 1rem solid #0038B8;
}
.menu-mobile-list_item {
  color: #0038B8;
  font-size: 14rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.menu-mobile-list_item::first-letter {
  text-transform: capitalize;
}
.menu-mobile-list_item:not(:last-child) {
  margin-bottom: 15rem;
}
.menu-mobile .lang {
  display: none;
}
@media screen and (max-width: 320px) {
  .menu-mobile .lang {
    margin-bottom: 15rem;
    display: flex;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .menu-mobile.open {
    margin-right: 0rem;
  }
}
.menu-burger {
  border: unset !important;
  display: none;
}
@media screen and (max-width: 320px) {
  .menu-burger {
    position: relative;
    display: block;
    width: 25rem;
    height: 18rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 20rem;
  }
  .menu-burger > span, .menu-burger:after, .menu-burger:before {
    height: 2rem;
    width: 100%;
    position: absolute;
    background: #0038B8;
    margin: 0 auto;
  }
  .menu-burger > span {
    opacity: 1;
    transition: 0.5s;
    top: 50%;
  }
  .menu-burger:after, .menu-burger:before {
    content: "";
    transform: rotate(0);
    transition: 0.4s;
  }
  .menu-burger:after {
    bottom: 0;
  }
  .menu-burger:before {
    top: 0;
  }
  .menu-burger.open-menu span {
    opacity: 0;
  }
  .menu-burger.open-menu:before {
    transform: rotate(45deg);
    top: calc(18rem/2.3);
  }
  .menu-burger.open-menu:after {
    transform: rotate(-45deg);
    bottom: calc(18rem/2.3);
  }
}

.lang {
  display: inline-flex;
  position: relative;
  align-items: center;
  display: inline-flex;
  border-radius: 5rem;
  padding: 10rem;
  border: 1rem solid #0038B8;
  margin-left: 20rem;
  cursor: pointer;
}
.lang:hover {
  border: 2rem solid #0038B8;
}
.lang-name {
  color: #0038B8;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.lang > i {
  margin-left: 13rem;
  margin-top: 3rem;
  width: 10rem;
  height: 10rem;
  background-color: #0038B8;
}
.lang-lists {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 34rem;
  background-color: #FFF;
  z-index: 100;
  display: none;
  border-radius: 0rem 0rem 5rem 5rem;
  border: 1rem solid #0038B8;
}
.lang-list_item {
  color: #0038B8;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  padding: 10rem;
  display: flex;
}
.lang-list_item > img {
  margin-left: 5rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  overflow: hidden;
}
.lang-list_item:not(:last-child) {
  border-bottom: 1rem solid #0038B8;
}
.lang-list_item:hover, .lang-list_item.active {
  background: rgba(0, 56, 184, 0.4);
}
.main-slider {
  width: 100%;
  height: 655rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 320px) {
  .main-slider {
    height: 497rem;
  }
}
.main-slider_slider {
  height: 655rem;
  width: 100%;
}
.main-slider_slider-item {
  position: relative;
  height: 655rem !important;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item {
    height: 497rem !important;
  }
}
.main-slider_slider-item:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.2) 61.98%, rgba(0, 0, 0, 0.02) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 10;
}
.main-slider_slider-item > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.main-slider_slider-item > .info {
  position: absolute;
  left: 120rem;
  top: 70rem;
  right: 120rem;
  bottom: 70rem;
  z-index: 100;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info {
    left: 15rem;
    top: 40rem;
    right: 15rem;
    bottom: 40rem;
  }
}
.main-slider_slider-item > .info .info-name {
  color: #FFF;
  font-size: 40rem;
  font-style: normal;
  font-weight: 600;
  line-height: 55rem;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-name {
    font-size: 20rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26rem;
  }
}
.main-slider_slider-item > .info .info-slider {
  width: 447rem;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    height: 156rem;
    overflow: hidden;
  }
}
.main-slider_slider-item > .info .info-slider_item {
  padding: 20rem 24rem;
  width: 447rem;
  border-radius: 5rem;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0rem 4rem 10rem 0rem rgba(20, 33, 61, 0.2);
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider_item {
    width: 100%;
  }
}
.main-slider_slider-item > .info .info-slider_item-title {
  color: #FFF;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20rem;
  border-bottom: 2rem solid #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider_item-title {
    font-size: 16rem;
    font-weight: 600;
    padding-bottom: 12rem;
  }
}
.main-slider_slider-item > .info .info-slider_item-title .arrow {
  display: inline-flex;
  float: right;
}
.main-slider_slider-item > .info .info-slider_item-title .arrow-prev, .main-slider_slider-item > .info .info-slider_item-title .arrow-next {
  cursor: pointer;
  display: inline-flex;
}
.main-slider_slider-item > .info .info-slider_item-title .arrow-prev > i, .main-slider_slider-item > .info .info-slider_item-title .arrow-next > i {
  width: 18rem;
  height: 18rem;
  background: #FFF;
}
.main-slider_slider-item > .info .info-slider_item-title .arrow-prev > i:hover, .main-slider_slider-item > .info .info-slider_item-title .arrow-next > i:hover {
  background: #0038B8;
}
.main-slider_slider-item > .info .info-slider_item-title .arrow-prev {
  margin-right: 24rem;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider_item-title .arrow-prev {
    margin-right: 5rem;
  }
}
.main-slider_slider-item > .info .info-slider_item-text {
  color: #FFF;
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 15rem 0;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider_item-text {
    font-size: 14rem;
    font-weight: 400;
  }
}
.main-slider_slider-item > .info .info-slider_item-date {
  color: #FFF;
  font-size: 15rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider_item-date {
    font-size: 12rem;
  }
}
.main-slider_slider-item > .info .info-slider_item-date > i {
  width: 24rem;
  height: 24rem;
  background: #0038B8;
  margin-right: 10rem;
}
@media screen and (max-width: 320px) {
  .main-slider_slider-item > .info .info-slider_item-date > i {
    width: 18rem;
    height: 18rem;
    margin-right: 8rem;
  }
}
.main-slider_slider-item > .info .btn {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .main-slider_slider-item > .info .btn {
    margin-right: unset;
    margin-bottom: 20rem;
  }
}

.event-slider {
  position: relative;
  text-align: center;
}
.event-slider_slider {
  height: 403rem;
}
@media screen and (max-width: 320px) {
  .event-slider_slider {
    height: 533rem;
  }
}
.event-slider_slider .slick-slide {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
  margin-top: 5rem;
  margin-bottom: 13rem;
}
@media screen and (max-width: 320px) {
  .event-slider_slider .slick-slide {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
.event-slider_slider .slick-list {
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}
@media screen and (max-width: 320px) {
  .event-slider_slider .slick-list {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
.event-slider_slider_item {
  margin: 0 10rem;
  display: flex !important;
  width: 590rem;
  height: 383rem !important;
  padding: 30rem;
  border-radius: 10rem;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px #E5E5E5;
  -moz-box-shadow: 0px 4px 10px 0px #E5E5E5;
  box-shadow: 0px 4px 10px 0px #E5E5E5;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  .event-slider_slider_item {
    margin: unset;
    padding: 10rem;
    display: block !important;
    height: 533rem !important;
  }
}
.event-slider_slider_item-left {
  flex: 1 0 auto;
  width: 260rem;
  height: 323rem;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  .event-slider_slider_item-left {
    height: 249px;
    width: 100%;
    margin-bottom: 20rem;
  }
}
.event-slider_slider_item-left > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-slider_slider_item-right {
  flex: 1 1 auto;
  padding: 0 30rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 320px) {
  .event-slider_slider_item-right {
    margin: unset;
    padding: unset;
  }
}
.event-slider_slider_item-right > .date {
  display: flex;
  align-items: center;
  margin: 8rem 0;
  color: #14213D;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event-slider_slider_item-right > .date > i {
  width: 24rem;
  height: 24rem;
  margin-right: 10rem;
  background: #0038B8;
}
.event-slider_slider_item-right > p {
  color: #14213D;
  flex: 1 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-slider_slider_item-right > .btn {
  margin-top: 20rem;
  width: fit-content;
}
.event-slider > .arrow-dots {
  position: absolute;
  top: -57rem;
  right: 0;
}
@media screen and (max-width: 320px) {
  .event-slider > .arrow-dots {
    display: inline-flex;
    position: relative;
    top: unset;
    left: unset;
    margin-top: 30rem;
  }
}

.proect-slider {
  width: 100%;
  height: 474rem;
  overflow: hidden;
  position: relative;
  display: flex;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .proect-slider {
    flex-wrap: wrap;
    height: unset;
  }
}
.proect-slider_for {
  width: 588rem;
  height: 474rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_for {
    width: 100%;
    height: unset;
    order: 1;
  }
}
.proect-slider_for-item {
  width: 588rem;
  height: 474rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_for-item {
    width: 100%;
    height: unset;
  }
}
.proect-slider_for-item_img {
  width: 588rem;
  height: 300rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_for-item_img {
    height: 146rem;
    width: 100%;
  }
}
.proect-slider_for-item_img > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.proect-slider_for-item > h4 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_for-item > h4 {
    margin-bottom: 11rem;
  }
}
.proect-slider_for-item_date {
  margin-bottom: 23rem;
  color: #14213D;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .proect-slider_for-item_date {
    margin-bottom: 16rem;
    font-size: 12rem;
  }
}
.proect-slider_for-item_date > i {
  width: 24rem;
  height: 24rem;
  background: #0038B8;
  margin-right: 10rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_for-item_date > i {
    height: 18rem;
    width: 18rem;
    margin-right: 8rem;
  }
}
.proect-slider_nav {
  margin-left: 65rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav {
    order: 3;
    margin-left: unset;
  }
}
.proect-slider_nav .slick-slide {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
  margin-top: 5rem;
  margin-bottom: 13rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav .slick-slide {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
.proect-slider_nav .slick-list {
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav .slick-list {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
.proect-slider_nav-item {
  cursor: pointer;
  width: 486rem;
  height: 142rem;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #E5E5E5;
  display: flex;
  margin: 12rem 0 12rem 10rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav-item {
    height: unset;
    margin: 5rem 0;
    width: 100%;
  }
}
.proect-slider_nav-item-left {
  padding: 30rem;
  width: 341rem;
  height: 142rem;
  float: left;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav-item-left {
    padding: 15rem;
    width: 227rem;
    height: 92rem;
  }
}
.proect-slider_nav-item-left > h5 {
  color: #14213D;
  margin-bottom: 13rem;
}
.proect-slider_nav-item-left > .date {
  color: #14213D;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav-item-left > .date {
    font-size: 12rem;
  }
}
.proect-slider_nav-item-left > .date > i {
  width: 24rem;
  height: 24rem;
  background: #0038B8;
  margin-right: 10rem;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav-item-left > .date > i {
    width: 18rem;
    height: 18rem;
    margin-right: 8rem;
  }
}
.proect-slider_nav-item-right {
  width: 142rem;
  height: 142rem;
  float: right;
}
@media screen and (max-width: 320px) {
  .proect-slider_nav-item-right {
    width: 61rem;
    height: 92rem;
    flex: 1 0 auto;
  }
}
.proect-slider_nav-item-right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proect-slider > .arrow-dots {
  transform: translateX(-50%) rotateZ(90deg);
  margin-left: 30rem;
}
@media screen and (max-width: 320px) {
  .proect-slider > .arrow-dots {
    margin: 20rem auto;
    order: 2;
    transform: unset;
  }
}

.arrow-dots {
  display: flex;
  align-items: center;
}
.arrow-dots-prev, .arrow-dots-next {
  margin: 0 5rem;
}
.arrow-dots-prev > i, .arrow-dots-next > i {
  cursor: pointer;
  background: #616D69;
  width: 50rem;
  height: 10rem;
}
@media screen and (max-width: 320px) {
  .arrow-dots-prev > i, .arrow-dots-next > i {
    width: 40rem;
    height: 8rem;
  }
}
.arrow-dots-prev.active > i, .arrow-dots-prev:hover > i, .arrow-dots-next.active > i, .arrow-dots-next:hover > i {
  background: #0038B8;
}
.arrow-dots-dots {
  display: flex;
  align-items: center;
}
.arrow-dots-dots_item {
  cursor: pointer;
  content: " ";
  width: 10rem;
  height: 10rem;
  background: #616D69;
  margin: 0 5rem;
  border-radius: 50%;
}
@media screen and (max-width: 320px) {
  .arrow-dots-dots_item {
    width: 5rem;
    height: 5rem;
  }
}
.arrow-dots-dots_item.active, .arrow-dots-dots_item:hover {
  background: #0038B8;
  transform: scale(1.5);
}
@media screen and (max-width: 320px) {
  .arrow-dots-dots_item.active, .arrow-dots-dots_item:hover {
    transform: scale(2);
  }
}

[class*=icon-i] {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

[class*=icon-li] {
  display: inline-block;
  vertical-align: middle;
}

.icon-li-mail {
  -webkit-mask: url("../images/icons/mail.svg");
  -moz-mask: url("../images/icons/mail.svg");
  -ms-mask: url("../images/icons/mail.svg");
  -o-mask: url("../images/icons/mail.svg");
  mask: url("../images/icons/mail.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-phone {
  -webkit-mask: url("../images/icons/phone.svg");
  -moz-mask: url("../images/icons/phone.svg");
  -ms-mask: url("../images/icons/phone.svg");
  -o-mask: url("../images/icons/phone.svg");
  mask: url("../images/icons/phone.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-whatsapp {
  -webkit-mask: url("../images/icons/whatsapp.svg");
  -moz-mask: url("../images/icons/whatsapp.svg");
  -ms-mask: url("../images/icons/whatsapp.svg");
  -o-mask: url("../images/icons/whatsapp.svg");
  mask: url("../images/icons/whatsapp.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-point {
  -webkit-mask: url("../images/icons/point.svg");
  -moz-mask: url("../images/icons/point.svg");
  -ms-mask: url("../images/icons/point.svg");
  -o-mask: url("../images/icons/point.svg");
  mask: url("../images/icons/point.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-clock {
  -webkit-mask: url("../images/icons/clock.svg");
  -moz-mask: url("../images/icons/clock.svg");
  -ms-mask: url("../images/icons/clock.svg");
  -o-mask: url("../images/icons/clock.svg");
  mask: url("../images/icons/clock.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-heart {
  -webkit-mask: url("../images/icons/heart.svg");
  -moz-mask: url("../images/icons/heart.svg");
  -ms-mask: url("../images/icons/heart.svg");
  -o-mask: url("../images/icons/heart.svg");
  mask: url("../images/icons/heart.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-search {
  -webkit-mask: url("../images/icons/search.svg");
  -moz-mask: url("../images/icons/search.svg");
  -ms-mask: url("../images/icons/search.svg");
  -o-mask: url("../images/icons/search.svg");
  mask: url("../images/icons/search.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-button-arrow {
  -webkit-mask: url("../images/icons/button-arrow.svg");
  -moz-mask: url("../images/icons/button-arrow.svg");
  -ms-mask: url("../images/icons/button-arrow.svg");
  -o-mask: url("../images/icons/button-arrow.svg");
  mask: url("../images/icons/button-arrow.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-lang-arrow {
  -webkit-mask: url("../images/icons/lang-arrow.svg");
  -moz-mask: url("../images/icons/lang-arrow.svg");
  -ms-mask: url("../images/icons/lang-arrow.svg");
  -o-mask: url("../images/icons/lang-arrow.svg");
  mask: url("../images/icons/lang-arrow.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-calendar {
  -webkit-mask: url("../images/icons/calendar.svg");
  -moz-mask: url("../images/icons/calendar.svg");
  -ms-mask: url("../images/icons/calendar.svg");
  -o-mask: url("../images/icons/calendar.svg");
  mask: url("../images/icons/calendar.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-left {
  -webkit-mask: url("../images/icons/arrow-left.svg");
  -moz-mask: url("../images/icons/arrow-left.svg");
  -ms-mask: url("../images/icons/arrow-left.svg");
  -o-mask: url("../images/icons/arrow-left.svg");
  mask: url("../images/icons/arrow-left.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-right {
  -webkit-mask: url("../images/icons/arrow-right.svg");
  -moz-mask: url("../images/icons/arrow-right.svg");
  -ms-mask: url("../images/icons/arrow-right.svg");
  -o-mask: url("../images/icons/arrow-right.svg");
  mask: url("../images/icons/arrow-right.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-prev {
  -webkit-mask: url("../images/icons/arrow-prev.svg");
  -moz-mask: url("../images/icons/arrow-prev.svg");
  -ms-mask: url("../images/icons/arrow-prev.svg");
  -o-mask: url("../images/icons/arrow-prev.svg");
  mask: url("../images/icons/arrow-prev.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-next {
  -webkit-mask: url("../images/icons/arrow-next.svg");
  -moz-mask: url("../images/icons/arrow-next.svg");
  -ms-mask: url("../images/icons/arrow-next.svg");
  -o-mask: url("../images/icons/arrow-next.svg");
  mask: url("../images/icons/arrow-next.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-next {
  -webkit-mask: url("../images/icons/arrow-next.svg");
  -moz-mask: url("../images/icons/arrow-next.svg");
  -ms-mask: url("../images/icons/arrow-next.svg");
  -o-mask: url("../images/icons/arrow-next.svg");
  mask: url("../images/icons/arrow-next.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-gallery-link {
  -webkit-mask: url("../images/icons/gallery-link.svg");
  -moz-mask: url("../images/icons/gallery-link.svg");
  -ms-mask: url("../images/icons/gallery-link.svg");
  -o-mask: url("../images/icons/gallery-link.svg");
  mask: url("../images/icons/gallery-link.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn {
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: fit-content;
}
.btn-header {
  color: #FFF;
  background: #0038B8;
  border: 1rem solid #0038B8;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  padding: 8rem 15rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .btn-header {
    font-size: 0;
    padding: 8rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-header {
    font-size: 18rem;
    padding: 8rem 15rem;
  }
}
.btn-header > i {
  margin-left: 5rem;
  background: #FFF;
  width: 20rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .btn-header > i {
    margin-left: unset;
    width: 18rem;
    height: 18rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-header > i {
    margin-left: 5rem;
    width: 20rem;
    height: 20rem;
  }
}
.btn-header:hover {
  color: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
}
.btn-slider {
  color: #FFF;
  background: #0038B8;
  border: 1rem solid #0038B8;
  padding: 10rem 15rem;
  border-radius: 10rem;
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .btn-slider {
    font-size: 14rem;
    font-weight: 500;
  }
}
.btn-slider:hover {
  color: #FFF;
}
.btn-event {
  color: #FFF;
  background: #0038B8;
  border: 1rem solid #0038B8;
  padding: 8rem 10rem;
  border-radius: 8rem;
  font-size: 15rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .btn-event {
    font-size: 14rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-event {
    font-size: 12rem;
    padding: 7rem 10rem;
  }
}
.btn-event > i {
  margin-left: 10rem;
  background: #FFF;
  width: 15rem;
  height: 15rem;
}
.btn-event:hover {
  color: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
}
.btn-white {
  color: #0038B8;
  background: #FFF;
  border: 1rem solid #FFF;
  padding: 10rem;
  border-radius: 5rem;
  box-shadow: 0px 4px 10px 0px #E5E5E5;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .btn-white {
    font-size: 14rem;
  }
}
.btn-white > i {
  margin-left: 5rem;
  background: #0038B8;
  width: 24rem;
  height: 24rem;
}
.btn-white:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 56, 184, 0.4);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 56, 184, 0.4);
  box-shadow: 0px 2px 10px 0px rgba(0, 56, 184, 0.4);
}
.btn-tag {
  color: #FFF;
  background: #BBB;
  border: 1rem solid #BBB;
  padding: 5rem 10rem;
  border-radius: 8rem;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .btn-tag {
    font-size: 12rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-tag {
    font-size: 12rem;
  }
}
.btn-tag:hover {
  color: #FFF;
  background: #14213D;
  border: 1rem solid #14213D;
}
.btn-form {
  width: 384rem;
  height: 50rem;
  padding: 10rem 30rem;
  color: #FFF;
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10rem;
  background: #0038B8;
}
.btn-form > i {
  width: 24rem;
  height: 24rem;
  margin-left: 10rem;
  background: #0038B8;
}
@media screen and (max-width: 320px) {
  .btn-form > i {
    width: 18rem;
    height: 18rem;
  }
}
.btn-form:hover {
  color: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 56, 184, 0.5);
}
@media screen and (max-width: 320px) {
  .btn-form {
    width: 290rem;
    height: 50rem;
    padding: 10rem 30rem;
    font-size: 16rem;
  }
}
.btn-form > i {
  width: 24rem;
  height: 24rem;
  margin-right: 15rem;
  background: #FFF;
}
@media screen and (max-width: 320px) {
  .btn-form > i {
    width: 18rem;
    height: 18rem;
    background: #FFF;
  }
}

.gallery {
  position: relative;
}
@media screen and (max-width: 320px) {
  .gallery {
    text-align: center;
  }
}
.gallery_plitka {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200rem 200rem 250rem;
  gap: 24rem;
}
@media screen and (max-width: 768px) {
  .gallery_plitka {
    gap: 15rem;
    grid-auto-rows: 130rem 130rem 140rem;
  }
}
@media screen and (max-width: 320px) {
  .gallery_plitka {
    gap: 15rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 207rem repeat(5, 120rem);
  }
}
.gallery_plitka_item {
  position: relative;
  border-radius: 10rem;
  overflow: hidden;
}
.gallery_plitka_item:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.gallery_plitka_item:hover:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #14213D;
  opacity: 0.5;
}
.gallery_plitka_item:hover > h4 {
  display: inline;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #14213D;
    opacity: 0.5;
  }
}
.gallery_plitka_item > h4 {
  display: none;
  position: absolute;
  top: 30rem;
  left: 30rem;
  right: 30rem;
  color: #FFF;
  z-index: 10;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item > h4 {
    display: inline;
    top: 15rem;
    left: 15rem;
    right: 15rem;
  }
}
.gallery_plitka_item:nth-child(1) {
  grid-column: 1/4;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(1) {
    grid-column: 1/2;
    grid-row: span 1;
  }
}
.gallery_plitka_item:nth-child(2) {
  grid-column: 4/7;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(2) {
    grid-column: 2/3;
    grid-row: span 1;
  }
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(1) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(2) {
    grid-column: 2/3;
  }
}
.gallery_plitka_item:nth-child(1), .gallery_plitka_item:nth-child(2) {
  grid-column: 3fr;
  grid-row: 1/3;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(1), .gallery_plitka_item:nth-child(2) {
    grid-row: span 1;
  }
}
.gallery_plitka_item:nth-child(3), .gallery_plitka_item:nth-child(4) {
  grid-column: 7/13;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(3), .gallery_plitka_item:nth-child(4) {
    grid-column: 1/3;
    grid-row: span 1;
  }
}
.gallery_plitka_item:nth-child(5) {
  grid-column: 1/5;
}
.gallery_plitka_item:nth-child(6) {
  grid-column: 5/9;
}
.gallery_plitka_item:nth-child(7) {
  grid-column: 9/13;
}
.gallery_plitka_item:nth-child(5), .gallery_plitka_item:nth-child(6), .gallery_plitka_item:nth-child(7) {
  grid-row: 3/4;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item:nth-child(5), .gallery_plitka_item:nth-child(6), .gallery_plitka_item:nth-child(7) {
    grid-column: 1/3;
    grid-row: span 1;
  }
}
.gallery_plitka_item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery_plitka_item_link {
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  z-index: 10;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_plitka_item_link:hover {
  background: #FFF;
}
.gallery_plitka_item_link > i {
  width: 24rem;
  height: 24rem;
  background: #14213D;
}
.gallery_plitka_item_link > i:hover {
  background: #14213D;
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item_link > i {
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (max-width: 320px) {
  .gallery_plitka_item_link {
    width: 24rem;
    height: 24rem;
    bottom: 15rem;
    right: 15rem;
  }
}
.gallery_slider {
  width: 100%;
  height: 180rem;
  overflow: hidden;
}
.gallery_slider .slick-slide {
  margin: 12rem;
}
@media screen and (max-width: 320px) {
  .gallery_slider .slick-slide {
    margin: 10rem;
  }
}
.gallery_slider .slick-list {
  margin: -12rem;
}
@media screen and (max-width: 320px) {
  .gallery_slider .slick-list {
    margin: -10rem;
  }
}
.gallery_slider-item {
  cursor: pointer;
  width: 384rem !important;
  height: 180rem !important;
  border-radius: 10rem;
  overflow: hidden;
  margin: 0 12rem;
}
.gallery_slider-item:hover, .gallery_slider-item.active {
  transform: scaleY(1.138);
}
.gallery_slider-item:hover:before, .gallery_slider-item.active:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 10rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(20, 33, 61, 0.8) 0%, rgba(20, 33, 61, 0.8) 100%), rgba(0, 56, 184, 0.4);
}
.gallery_slider-item:hover .gallery_slider-item-name, .gallery_slider-item.active .gallery_slider-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: " ";
  display: flex;
  align-items: flex-end;
  padding: 20rem 40rem;
}
@media screen and (max-width: 768px) {
  .gallery_slider-item:hover .gallery_slider-item-name, .gallery_slider-item.active .gallery_slider-item-name {
    font-size: 14rem;
  }
}
@media screen and (max-width: 320px) {
  .gallery_slider-item:hover .gallery_slider-item-name, .gallery_slider-item.active .gallery_slider-item-name {
    font-size: 12rem;
  }
}
.gallery_slider-item:hover .gallery_slider-item-name > p, .gallery_slider-item.active .gallery_slider-item-name > p {
  color: #FFF;
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gallery_slider-item:hover .gallery_slider-item-name > p:first-letter, .gallery_slider-item.active .gallery_slider-item-name > p:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .gallery_slider-item {
    margin: 0 10rem;
    width: 223rem;
    height: 140rem;
  }
}
.gallery_slider-item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery > .arrow-dots {
  position: absolute;
  right: 0;
  top: 20rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .gallery > .arrow-dots {
    top: 15rem;
  }
}
@media screen and (max-width: 320px) {
  .gallery > .arrow-dots {
    position: relative;
    margin-top: 30rem;
    top: unset;
    right: unset;
    display: inline-flex;
  }
}
.gallery_main {
  margin-top: 100rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery_main {
    margin-top: 76rem;
  }
}
@media screen and (max-width: 320px) {
  .gallery_main {
    margin-top: 36rem;
    text-align: center;
  }
}
.gallery_main_slider-plitka {
  width: 100%;
  height: 1274rem !important;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr;
  gap: 24rem;
}
@media screen and (max-width: 768px) {
  .gallery_main_slider-plitka {
    height: 770rem !important;
  }
}
@media screen and (max-width: 320px) {
  .gallery_main_slider-plitka {
    height: 1111rem !important;
    grid-template-columns: 1fr;
    grid-auto-rows: repeat(4, 1fr);
    gap: 15rem;
  }
}
.gallery_main > .arrow-dots {
  position: absolute;
  right: 0;
  top: -30rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 320px) {
  .gallery_main > .arrow-dots {
    position: relative;
    margin-top: 30rem;
    top: unset;
    right: unset;
    display: inline-flex;
  }
}

.top-events {
  text-align: center;
}
.top-events_slider {
  width: 100%;
}
.top-events_slider-item {
  width: 384rem;
  height: 180rem;
  border-radius: 10rem;
  overflow: hidden;
  margin: 0 12rem;
}
@media screen and (max-width: 768px) {
  .top-events_slider-item {
    margin: 0 10rem;
  }
}
.top-events_slider-item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-events_slider-item {
    width: 223rem;
    height: 140rem;
  }
}
.top-events > .arrow-dots {
  margin-top: 20rem;
  display: inline-flex;
}
.cluster {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 300rem);
  gap: 24rem;
}
.cluster-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 320px) {
  .cluster {
    gap: 15rem;
  }
}
.cluster:nth-child(4n) > .cluster-item:nth-child(1), .cluster:nth-child(4n-3) > .cluster-item:nth-child(1), .cluster:nth-child(4n) > .cluster-item:nth-child(2), .cluster:nth-child(4n-3) > .cluster-item:nth-child(2) {
  grid-column: 1/2;
}
.cluster:nth-child(4n) > .cluster-item:nth-child(3), .cluster:nth-child(4n-3) > .cluster-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.cluster:nth-child(4n-2) > .cluster-item:nth-child(3), .cluster:nth-child(4n-1) > .cluster-item:nth-child(3), .cluster:nth-child(4n-2) > .cluster-item:nth-child(2), .cluster:nth-child(4n-1) > .cluster-item:nth-child(2) {
  grid-row: 2/3;
}
.cluster:nth-child(4n-2) > .cluster-item:nth-child(1), .cluster:nth-child(4n-1) > .cluster-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}

.about_main {
  display: flex;
}
@media screen and (max-width: 320px) {
  .about_main {
    flex-wrap: wrap;
  }
}
.about_main-left {
  padding-right: 100rem;
}
@media screen and (max-width: 320px) {
  .about_main-left {
    order: 2;
    padding-right: unset;
  }
}
.about_main-left p {
  color: #14213D;
  font-size: 18rem;
  margin-bottom: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .about_main-left p {
    font-size: 13rem;
    margin-bottom: 10rem;
    text-align: center;
  }
}
.about_main-left p > span {
  color: #0038B8;
}
.about_main-right {
  margin-top: -60rem;
  width: 355rem;
  height: 355rem;
  flex: 1 0 auto;
}
.about_main-right > img {
  object-fin: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 320px) {
  .about_main-right {
    order: 1;
    margin-top: unset;
    width: 289rem;
    height: 289rem;
    margin-bottom: 15rem;
  }
}

.search > form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search > form .form-block {
  width: 384rem;
  margin-top: 30rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 320px) {
  .search > form .form-block {
    margin-top: 15rem;
  }
}
.search > form .form-block:nth-child(4) {
  display: flex;
  justify-content: space-between;
}
.search > form .form-block:nth-child(4) > .input-group {
  width: 47%;
}
.search > form .form-block_comment {
  color: #1E1E1E;
  text-align: center;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (max-width: 320px) {
  .search > form .form-block_comment {
    font-size: 11rem;
    margin-top: 8rem;
    text-align: center;
  }
}

.events {
  position: relative;
}
.events > .sub-h1 {
  margin-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .events > .sub-h1 {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 320px) {
  .events > .sub-h1 {
    margin-bottom: 20rem;
  }
}
.events_items {
  display: flex !important;
  flex-wrap: wrap;
}
.events_items > * {
  margin-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .events_items > * {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 320px) {
  .events_items > * {
    margin-bottom: unset;
  }
  .events_items > *:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.events_items > *:nth-child(3n-1) {
  margin-left: 24rem;
  margin-right: 24rem;
}
@media screen and (max-width: 768px) {
  .events_items > *:nth-child(3n-1) {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}
@media screen and (max-width: 320px) {
  .events_items > *:nth-child(3n-1) {
    margin-left: unset;
    margin-right: unset;
  }
}
.events > .arrow-dots {
  top: 4rem;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 320px) {
  .events > .arrow-dots {
    margin-top: 20rem;
    position: relative;
    display: flex;
    justify-content: center;
  }
}
.events > .events_slider .slick-slide {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
  margin-top: 5rem;
  margin-bottom: 13rem;
}
@media screen and (max-width: 320px) {
  .events > .events_slider .slick-slide {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
.events > .events_slider .slick-list {
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}
@media screen and (max-width: 320px) {
  .events > .events_slider .slick-list {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
.events > .events_slider .events_items {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}
@media screen and (max-width: 320px) {
  .events > .events_slider .events_items {
    margin-left: 10rem;
    margin-right: 10rem;
    margin-top: 5rem;
    margin-bottom: 10rem;
  }
}
.events > .events_slider .event {
  margin-bottom: 20rem;
}

.event {
  border-radius: 10rem;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #E5E5E5;
  padding: 30rem;
  width: 384rem;
  display: flex;
  flex-direction: column;
  height: 493rem;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 20rem;
    width: 222rem;
    height: 473rem;
  }
}
@media screen and (max-width: 320px) {
  .event {
    padding: 20rem;
    width: 100%;
    height: 437rem;
  }
}
.event-name {
  color: #14213D;
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .event-name {
    font-size: 16rem;
  }
}
@media screen and (max-width: 320px) {
  .event-name {
    font-size: 16rem;
  }
}
.event-img {
  width: 324rem;
  height: 170rem;
  margin: 18rem 0;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event-img {
    margin: 15rem 0;
    width: 183rem;
    height: 170rem;
  }
}
@media screen and (max-width: 320px) {
  .event-img {
    width: 100%;
  }
}
.event-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-description {
  color: #14213D;
  flex: 1 0 auto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 15rem;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event-description {
    font-size: 14rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 320px) {
  .event-description {
    font-size: 12rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.event-info {
  margin: 20rem 0;
}
@media screen and (max-width: 768px) {
  .event-info {
    margin: 15rem 0;
  }
}
.event-info_date {
  display: flex;
  align-items: center;
  color: #14213D;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event-info_date:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .event-info_date {
    font-size: 14rem;
  }
  .event-info_date:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 320px) {
  .event-info_date {
    font-size: 12rem;
  }
  .event-info_date:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.event-info_date > i {
  width: 24rem;
  height: 24rem;
  margin-right: 10rem;
  background: #0038B8;
}

@media screen and (max-width: 320px) {
  .event-item {
    display: flex;
    flex-direction: column;
  }
}
.event-item_left {
  height: 396rem;
  float: left;
  margin: 0 50rem 50rem 0;
}
@media screen and (max-width: 768px) {
  .event-item_left {
    height: 242rem;
    margin: 0 20rem 20rem 0;
  }
}
@media screen and (max-width: 320px) {
  .event-item_left {
    order: 3;
    margin: 30rem 0;
    height: auto;
  }
}
.event-item .decription_text {
  overflow: hidden;
  height: 100rem;
}
@media screen and (max-width: 768px) {
  .event-item .decription_text {
    height: 119rem;
  }
}
.event-item .decription_text.show {
  overflow: unset;
  height: auto;
}
.event-item .decription > .podrobnee {
  color: #0038B8;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .event-item .decription > .podrobnee {
    font-size: 15rem;
    margin-top: 12rem;
  }
}
.event-item .decription > .podrobnee:hover {
  color: #14213D;
}
.event-item_slider-for {
  width: 588rem;
  height: 294rem;
}
@media screen and (max-width: 768px) {
  .event-item_slider-for {
    height: 172rem;
    width: 344rem;
  }
}
@media screen and (max-width: 320px) {
  .event-item_slider-for {
    height: 145rem;
    width: 290rem;
  }
}
.event-item_slider-for_img {
  height: 294rem !important;
  width: 588rem !important;
  border-radius: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event-item_slider-for_img {
    height: 172rem !important;
    width: 344rem !important;
  }
}
@media screen and (max-width: 320px) {
  .event-item_slider-for_img {
    height: 145rem !important;
    width: 290rem !important;
  }
}
.event-item_slider-for_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-item_slider-nav {
  position: relative;
  margin-top: 24rem;
  height: 78rem;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .event-item_slider-nav {
    margin-top: 20rem;
    height: 50rem;
  }
}
@media screen and (max-width: 320px) {
  .event-item_slider-nav {
    margin-top: 10rem;
    height: 40rem;
  }
}
.event-item_slider-nav_slider {
  width: 279rem;
  height: 78rem;
}
@media screen and (max-width: 768px) {
  .event-item_slider-nav_slider {
    height: 50rem;
    width: 180rem;
  }
}
@media screen and (max-width: 320px) {
  .event-item_slider-nav_slider {
    height: 40rem;
    width: 144rem;
  }
}
.event-item_slider-nav_slider_img {
  width: 78rem !important;
  height: 78rem !important;
  border-radius: 8rem;
  overflow: hidden;
  margin: 0 7.5rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .event-item_slider-nav_slider_img {
    height: 50rem !important;
    width: 50rem !important;
    margin: 0 5rem;
  }
}
@media screen and (max-width: 320px) {
  .event-item_slider-nav_slider_img {
    height: 40rem !important;
    width: 40rem !important;
    margin: 0 4rem;
  }
}
.event-item_slider-nav_slider_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-item_slider-nav_arrow {
  z-index: -1;
}
.event-item_slider-nav_arrow > .arrow-prev, .event-item_slider-nav_arrow > .arrow-next {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.event-item_slider-nav_arrow > .arrow-prev > i, .event-item_slider-nav_arrow > .arrow-next > i {
  width: 18rem;
  height: 18rem;
  background: #14213D;
}
@media screen and (max-width: 768px) {
  .event-item_slider-nav_arrow > .arrow-prev > i, .event-item_slider-nav_arrow > .arrow-next > i {
    width: 18rem;
    height: 18rem;
  }
}
.event-item_slider-nav_arrow > .arrow-prev > i.active, .event-item_slider-nav_arrow > .arrow-prev > i:hover, .event-item_slider-nav_arrow > .arrow-next > i.active, .event-item_slider-nav_arrow > .arrow-next > i:hover {
  background: #0038B8;
}
.event-item_slider-nav_arrow > .arrow-prev {
  left: -20rem;
}
.event-item_slider-nav_arrow > .arrow-next {
  right: -20rem;
}

.filters {
  margin-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .filters {
    margin-bottom: 20rem;
  }
}
.filters > form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .filters > form > *:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.filters-left {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 320px) {
  .filters-left {
    margin-bottom: 10rem;
    flex-wrap: wrap;
  }
  .filters-left > * {
    margin-bottom: 10rem;
  }
}
.filters-left > *:not(:last-child) {
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .filters-left > *:not(:last-child) {
    margin-right: 10rem;
  }
}
.filters-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 320px) {
  .filters-right {
    width: 100%;
  }
}
.filters-right > *:not(:last-child) {
  margin-right: 34rem;
}
@media screen and (max-width: 768px) {
  .filters-right > *:not(:last-child) {
    margin-right: 10rem;
  }
}
.tags {
  display: flex;
  margin-top: 65rem;
}
@media screen and (max-width: 768px) {
  .tags {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 320px) {
  .tags {
    display: none;
  }
}
.tags > *:not(:last-child) {
  margin-right: 12rem;
}
@media screen and (max-width: 768px) {
  .tags > *:not(:last-child) {
    margin-right: 10rem;
  }
}

.info-block {
  width: 100%;
  padding: 15rem 0;
  border-top: 1rem solid #0038B8;
  border-bottom: 1rem solid #0038B8;
  display: flex;
  margin-top: 20rem;
}
@media screen and (max-width: 320px) {
  .info-block {
    flex-direction: column;
    padding: 0 15rem;
  }
}
.info-block_item {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .info-block_item {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 320px) {
  .info-block_item {
    padding: 15rem 0;
  }
}
.info-block_item:last-child {
  flex: 1 0 auto;
}
.info-block_item:not(:last-child) {
  border-right: 1rem solid #0038B8;
  padding-right: 41rem;
}
@media screen and (max-width: 768px) {
  .info-block_item:not(:last-child) {
    padding-right: 15rem;
  }
}
@media screen and (max-width: 320px) {
  .info-block_item:not(:last-child) {
    border-bottom: 1rem solid #0038B8;
    border-right: unset;
  }
}
.info-block_item:not(:first-child) {
  padding-left: 41rem;
}
@media screen and (max-width: 768px) {
  .info-block_item:not(:first-child) {
    padding-left: 15rem;
  }
}
@media screen and (max-width: 320px) {
  .info-block_item:not(:first-child) {
    padding-top: 15rem;
    padding-left: unset;
  }
}
.info-block_item > h5 {
  color: #0038B8;
}
.info-block_item > p {
  margin: 15rem 0;
  color: #14213D;
}
@media screen and (max-width: 768px) {
  .info-block_item > p {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .info-block_item > p:last-child {
    margin-bottom: 0;
  }
}

.proects {
  position: relative;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  display: flex;
}
.proects > * {
  margin-bottom: 24rem;
}
.proects > .arrow-dots {
  top: 4rem;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 320px) {
  .proects > .arrow-dots {
    margin-top: 20rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.proects_slider2 {
  height: 496rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .proects_slider2 {
    height: 423rem;
  }
}
@media screen and (max-width: 320px) {
  .proects_slider2 {
    height: 380rem;
  }
}
.proects_slider2 .slick-slide {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
  margin-top: 5rem;
  margin-bottom: 13rem;
}
@media screen and (max-width: 320px) {
  .proects_slider2 .slick-slide {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
.proects_slider2 .slick-list {
  margin-left: -12.5rem !important;
  margin-right: -12.5rem !important;
  margin-top: -5rem !important;
  margin-bottom: -13rem !important;
}
@media screen and (max-width: 320px) {
  .proects_slider2 .slick-list {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
    margin-top: -5rem !important;
    margin-bottom: -13rem !important;
  }
}
.proects_slider2 .proect {
  width: 588rem !important;
  height: 496rem !important;
}
@media screen and (max-width: 768px) {
  .proects_slider2 .proect {
    width: 344rem !important;
    height: 423rem !important;
  }
}
@media screen and (max-width: 320px) {
  .proects_slider2 .proect {
    width: 290rem !important;
    height: 370rem !important;
  }
}

.proect {
  padding: 20rem;
  width: 588rem;
  height: 496rem;
  border-radius: 8rem;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #E5E5E5;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .proect {
    width: 344rem;
    height: 423rem;
  }
}
@media screen and (max-width: 320px) {
  .proect {
    width: 290rem;
    height: 370rem;
  }
}
.proect_img {
  width: 548rem;
  height: 280rem;
  border-radius: 8rem;
  margin-bottom: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .proect_img {
    width: 304rem;
    height: 154rem;
    margin-bottom: 21rem;
  }
}
@media screen and (max-width: 320px) {
  .proect_img {
    width: 250rem;
    height: 126rem;
    margin-bottom: 10rem;
  }
}
.proect_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.proect_name {
  color: #14213D;
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .proect_name {
    font-size: 16rem;
  }
}
.proect_date {
  color: #14213D;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .proect_date {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 320px) {
  .proect_date {
    font-size: 12rem;
  }
}
.proect_date > i {
  width: 24rem;
  height: 24rem;
  background: #0038B8;
  margin-right: 10rem;
}
.proect_description {
  color: #14213D;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .proect_description {
    font-size: 14rem;
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}
@media screen and (max-width: 320px) {
  .proect_description {
    font-size: 12rem;
  }
}

.proect-item_img {
  height: 345rem;
  margin-bottom: 40rem;
  border-radius: 8rem;
  overflow: hidden;
}
.proect-item_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.proect-item > h1 {
  margin-bottom: 20rem;
}
.proect-item > article > p {
  margin-bottom: 15rem;
}
.proect-item > article > ul {
  margin-bottom: 20rem;
  list-style: disc;
  margin-left: 30rem;
}
@media screen and (max-width: 768px) {
  .proect-item > article > ul {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 320px) {
  .proect-item > article > ul {
    margin-bottom: 10rem;
  }
}
.proect-item > article > ul > li {
  color: #14213D;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .proect-item > article > ul > li {
    font-size: 14rem;
  }
}
@media screen and (max-width: 320px) {
  .proect-item > article > ul > li {
    font-size: 12rem;
  }
}
.proect-item > article > h2, .proect-item > article > h3, .proect-item > article > h4, .proect-item > article > h5 {
  color: #0038B8;
}
.proect-item > article > h5 {
  margin-bottom: 15rem;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .proect-item > article > h5 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 320px) {
  .proect-item > article > h5 {
    font-size: 14rem;
  }
}

.contacts {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.contacts_item {
  max-width: 30%;
  border-radius: 5rem;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #E5E5E5;
  padding: 30rem 0;
  padding: 10rem 15rem;
  display: inline-flex;
  align-items: center;
}
.contacts_item:not(:last-child) {
  margin-right: 24rem;
}
@media screen and (max-width: 768px) {
  .contacts_item:not(:last-child) {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .contacts_item {
    max-width: unset;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 320px) {
  .contacts_item {
    padding: 10rem;
  }
}
.contacts_item-icon {
  padding-right: 15rem;
  border-right: 1rem solid #E5E5E5;
}
@media screen and (max-width: 320px) {
  .contacts_item-icon {
    padding-right: 10rem;
  }
}
.contacts_item-icon > i {
  width: 24rem;
  height: 24rem;
  background-color: #0038B8;
}
.contacts_item-text {
  padding-left: 15rem;
  color: #14213D;
  font-size: 13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .contacts_item-text {
    font-size: 12rem;
    padding-left: 10rem;
  }
  .contacts_item-text:not(:last-child) {
    margin-bottom: 24rem;
  }
}

footer {
  flex: 0 0 auto;
}

.footer {
  background: #14213D;
  padding: 50rem 0rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20rem 0rem;
  }
}
.footer-menu {
  padding: 38rem 0;
  border-bottom: 1rem solid #e5e5e545;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 320px) {
  .footer-menu {
    flex-direction: column;
    padding: 30rem 0;
  }
  .footer-menu > *:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.footer-menu_list {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 320px) {
  .footer-menu_list {
    flex-direction: column;
    align-items: center;
  }
}
.footer-menu_list-item {
  color: #FFF;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1 0 auto;
}
.footer-menu_list-item:hover, .footer-menu_list-item.active {
  color: #4D74CE;
}
@media screen and (max-width: 320px) {
  .footer-menu_list-item {
    font-size: 13rem;
  }
  .footer-menu_list-item:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.footer-menu_list-item::first-letter {
  text-transform: capitalize;
}
.footer-info {
  padding: 30rem 0;
}
.footer-info:not(:last-child) {
  margin-right: 24rem;
}
.footer-info_item {
  padding: 10rem 15rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .footer-info_item {
    padding: 10rem;
  }
}
.footer-info_item-icon {
  padding-right: 15rem;
  border-right: 1rem solid #FFF;
}
@media screen and (max-width: 320px) {
  .footer-info_item-icon {
    padding-right: 10rem;
  }
}
.footer-info_item-icon > i {
  width: 24rem;
  height: 24rem;
  background-color: #FFF;
}
.footer-info_item-text {
  padding-left: 15rem;
  color: #FFF;
  font-size: 13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .footer-info_item-text {
    font-size: 12rem;
    padding-left: 10rem;
  }
  .footer-info_item-text:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.footer-bottom {
  padding-top: 30rem;
  display: flex;
}
@media screen and (max-width: 320px) {
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom > *:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.footer-bottom_rights {
  color: #FFF;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1 0 auto;
}
.footer-bottom_policy {
  color: #FFF;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 70rem;
}
.footer-bottom_policy:hover, .footer-bottom_policy.active {
  color: #4D74CE;
}
@media screen and (max-width: 320px) {
  .footer-bottom_policy {
    margin-left: unset;
  }
}

.input-group {
  width: 100%;
}
.input-group > label {
  color: #14213D;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 15rem;
  margin-bottom: 10rem;
  display: inline-block;
}
.input-group > label:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 320px) {
  .input-group > label {
    font-size: 13rem;
    margin-left: 10rem;
    margin-bottom: 5rem;
  }
}
.input-group_field {
  height: 50rem;
  width: 100%;
  border-radius: 5rem;
  border: 2rem solid #14213D;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.input-group_field:has(input.error) {
  border: 2rem solid red;
}
.input-group_field:has(input:focus) {
  border: 2rem solid #0038B8;
}
.input-group_field:has(input:active) {
  border: 2rem solid #0038B8;
}
.input-group_field:has(input:hover) {
  border: 2rem solid #14213D;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 56, 184, 0.4);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 56, 184, 0.4);
  box-shadow: 0px 2px 10px 0px rgba(0, 56, 184, 0.4);
}
.input-group_field > input {
  padding: 16rem;
  flex: 1 1 auto;
  outline: none;
  border: none;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 320px) {
  .input-group_field > input {
    font-size: 12rem;
  }
}
.input-group_field_append {
  white-space: nowrap;
  color: #0038B8;
  text-align: center;
  font-size: 15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15rem;
  flex: 0 1 auto;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.input-group_field_append > span {
  font-size: 20rem;
}
.input-group_field_append:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 320px) {
  .input-group_field_append {
    font-size: 12rem;
  }
}
.input-group_field_append.border {
  border-left: 2rem solid #14213D;
}

.tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.tab_container {
  display: block;
  padding: 10rem;
  background-color: #FFF;
  color: #0038B8;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab_container:not(:last-child) {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .tab_container {
    font-size: 14rem;
    padding: 8rem 10rem;
  }
}
@media screen and (max-width: 320px) {
  .tab_container {
    font-size: 13rem;
    padding: 8rem 10rem;
  }
  .tab_container:last-child {
    display: none;
  }
}
.tab_container:has(input:checked) {
  border-radius: 3rem;
  border: 1rem solid #0038B8;
  font-weight: 600;
}
.tab_container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.datepicker-wraper > input[type=date] {
  padding: 10rem;
  background-color: #FFF;
  color: #14213D;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1rem solid #14213D;
  border-radius: 8rem;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .datepicker-wraper > input[type=date] {
    font-size: 14rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 320px) {
  .datepicker-wraper > input[type=date] {
    font-size: 14rem;
  }
}

/*the container must be positioned relative:*/
.container-select {
  position: relative;
  min-width: 125rem;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
@media screen and (max-width: 320px) {
  .container-select {
    min-width: 105rem;
    width: fit-content;
  }
}
.container-select select {
  display: none;
  /*hide original SELECT element:*/
}
.container-select > .select-selected {
  overflow: hidden;
  border-radius: 3rem;
  border: 1rem solid #14213D;
}
.container-select > .select-selected:after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-mask: url(../images/icons/lang-arrow.svg) no-repeat 50% 50%;
  mask: url(../images/icons/lang-arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 15rem;
  background: #14213D;
  width: 12rem;
  height: 12rem;
}
.container-select > .select-selected.select-arrow-active:after {
  background: #0038B8;
}
.container-select > .select-selected.select-arrow-active {
  border-radius: 3rem 3rem 0 0;
  position: relative;
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #0038B8;
  color: #0038B8;
}
.container-select > .select-selected.select-arrow-active::before {
  content: " ";
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #14213D;
}
.container-select .select-items div, .container-select .select-selected {
  color: #14213D;
  padding: 8rem 40rem 8rem 10rem;
  cursor: pointer;
  user-select: none;
  background: #FFF;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1rem solid #14213D;
}
@media screen and (max-width: 768px) {
  .container-select .select-items div, .container-select .select-selected {
    font-size: 14rem;
    padding: 5rem 32rem 5rem 10rem;
  }
}
@media screen and (max-width: 320px) {
  .container-select .select-items div, .container-select .select-selected {
    font-size: 13rem;
    padding: 7rem 20rem 7rem 10rem;
  }
}
.container-select .select-items {
  position: absolute;
  background-color: #EBEBF0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  border-radius: 0 0 3rem 3rem;
  border-width: 0 1rem 1rem 1rem;
  border-style: solid;
  border-color: #14213D;
}
.container-select .select-hide {
  display: none;
}
.container-select .select-items div:hover, .container-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs_link {
  color: #0038B8;
  font-size: 13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs_link:first-letter {
  text-transform: uppercase;
}
.breadcrumbs_separator {
  margin-right: 8rem;
}
.breadcrumbs_separator > i {
  width: 10rem;
  height: 10rem;
  background: #0038B8;
}

/*# sourceMappingURL=style.css.map */
