@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,500i,600,600i&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap&subset=cyrillic");
.home #main-wrapper {
  background-position: center bottom 400px;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1025px) {
    .home #main-wrapper {
      background-image: url("../images/home-back.jpg"); } }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  font-size: 1.6rem; }
  body:not(.home) {
    background: url("../images/body-2.png"), url("../images/page-back.png");
    background-repeat: no-repeat;
    background-position: center bottom, right top;
    background-size: 100% auto, auto; }

html {
  font-size: 50%; }
  @media screen and (min-width: 576px) {
    html {
      font-size: 62.5%; } }

img {
  max-width: 100%;
  height: auto; }

p {
  line-height: 1.7; }

.formatted-text h1:not([class]) {
  color: #333;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 50px;
  text-align: left;
  font-size: 24px;
  position: relative;
  padding-bottom: 25px; }
  @media screen and (min-width: 769px) {
    .formatted-text h1:not([class]) {
      font-size: 36px;
      font-weight: 800;
      text-align: center; } }
  .formatted-text h1:not([class]):before {
    position: absolute;
    width: 40px;
    height: 8px;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #0073ee;
    border-radius: 5px; }
    @media screen and (min-width: 769px) {
      .formatted-text h1:not([class]):before {
        left: 50%;
        transform: translateX(-50%); } }
.formatted-text h2:not([class]) {
  color: #333;
  font-size: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 35px; }
.formatted-text p:not([class]) {
  color: #444;
  font-size: 14px;
  font-weight: normal; }
  @media screen and (min-width: 769px) {
    .formatted-text p:not([class]) {
      font-size: 16px; } }
.formatted-text b:not([class]), .formatted-text strong:not([class]) {
  font-weight: 500; }
.formatted-text ul:not([class]) {
  color: #3F417A;
  font-size: 18px;
  font-weight: 300; }
.formatted-text a:not([class]) {
  color: #3F417A;
  text-decoration: underline;
  font-family: "Roboto", sans-serif; }
  .formatted-text a:not([class]):hover {
    text-decoration: none; }
.formatted-text img:not([class]) {
  margin-bottom: 20px; }

.link_white {
  color: #fff;
  text-decoration: none; }
  .link_white:hover {
    color: #fff; }
.link_logo {
  margin-bottom: 25px; }

.nav {
  padding-left: 0;
  list-style-type: none; }
  .nav__list {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0; }
  .nav__link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.3s linear; }
  .nav__item {
    display: inline-block;
    position: relative; }
  .nav_top {
    display: none;
    margin-top: 10px; }
    @media screen and (min-width: 769px) {
      .nav_top {
        display: block; } }
    .nav_top .nav__item {
      margin-right: 20px; }
    .nav_top .nav__link {
      color: #333333;
      font-size: 14px; }
      .nav_top .nav__link:hover {
        color: #EB9800;
        text-decoration: none; }
  @media screen and (min-width: 1201px) {
    .nav_center {
      display: block; } }
  .nav_center .nav__item {
    margin-left: 15px;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 993px) {
      .nav_center .nav__item {
        margin-left: 15px; } }
    @media screen and (min-width: 1201px) {
      .nav_center .nav__item {
        margin-left: 15px; } }
  .nav_center .nav__link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333; }
    .nav_center .nav__link:hover {
      color: #EB9800;
      text-decoration: none; }
  .nav_mobile {
    padding: 15px;
    width: 100%; }
    @media screen and (min-width: 993px) {
      .nav_mobile {
        padding: 100px; } }
    .nav_mobile .nav {
      display: block; }
      .nav_mobile .nav__list {
        display: block;
        width: 100%;
        padding-left: 0; }
      .nav_mobile .nav__item {
        display: block;
        background: #3F417A; }
        .nav_mobile .nav__item.menu-item-has-children > .nav__link:before {
          content: "";
          width: 10px;
          height: 10px;
          display: block;
          background-image: url("../images/arrow-right.svg?v=1.22");
          font-size: 15px;
          color: #705223;
          position: absolute;
          transition: all 0.2s linear;
          top: 17px;
          left: 8px;
          transform: rotate(0deg); }
      .nav_mobile .nav__link {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 14px; }
        .nav_mobile .nav__link:hover {
          text-decoration: none;
          color: #fff; }

.nav_mobile .nav__item.menu-item-has-children > .nav__link.expand:before {
  transform: rotate(90deg); }

.sub-menu {
  display: none;
  padding-left: 0; }

.nav_center .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  background-color: #eaeaea;
  min-width: 230px;
  padding: 15px 0; }
  .nav_center .sub-menu .sub-menu {
    left: 100%;
    top: -15px; }
  .nav_center .sub-menu > li {
    display: block;
    padding: 0;
    margin: 0; }
    .nav_center .sub-menu > li > a {
      border-bottom: none;
      color: #000;
      text-align: left;
      display: block;
      padding: 9px 23px;
      font-size: 14px;
      line-height: 1.3;
      text-transform: none;
      transition: all 0.3s; }

.socials {
  margin-bottom: 0;
  padding-left: 0; }
  .socials__item {
    display: inline-block;
    margin-right: 15px;
    margin-left: 0; }
    @media screen and (min-width: 993px) {
      .socials__item {
        margin-left: 15px;
        margin-right: 0; } }
  .socials__link {
    color: #333333;
    max-width: 18px;
    display: inline-block;
    transition: all 0.3s linear; }
    .socials__link svg {
      transition: all 0.3s linear; }
    .socials__link path {
      fill: #333333; }
    .socials__link:hover path {
      fill: #EB9800; }
  .socials__facebook {
    max-width: 18px; }
  .socials__icon_facebook {
    max-width: 12px; }
  .socials__icon_instagram {
    max-width: 12px; }
  .socials__icon_youtube {
    width: 17px; }
  .socials__icon_twitter {
    width: 16px; }
  .socials__icon_vk {
    width: 18px; }

.language {
  font-size: 0; }
  .language__list {
    list-style-type: none;
    padding-left: 0; }
  .language .lang-item {
    display: inline-block;
    margin-left: 10px;
    font-size: 0; }
    .language .lang-item a {
      text-transform: capitalize;
      font-size: 14px;
      color: #333333;
      font-weight: bold; }
      .language .lang-item a:hover {
        color: #EB9800; }
  .language_mobile .lang-item a {
    color: #fff; }

.box {
  background: #3F417A;
  position: relative; }
  .box__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover; }
  .box__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    padding-right: 75px;
    padding-left: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 576px) {
      .box__content {
        padding-right: 105px;
        padding-left: 25px;
        padding-bottom: 25px; } }
  .box__title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif; }
    @media screen and (min-width: 993px) {
      .box__title {
        font-size: 22px; } }
  .box__text {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif; }
    @media screen and (min-width: 993px) {
      .box__text {
        font-size: 16px; } }
  .box__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all 0.3s linear; }
    @media screen and (min-width: 576px) {
      .box__arrow {
        bottom: 30px;
        right: 50px; } }
    .box__arrow svg path {
      fill: #fff;
      transition: all 0.3s linear; }
    .box__arrow:hover {
      background-color: #fff; }
      .box__arrow:hover svg path {
        fill: #000; }
  .box__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 993px) {
      .box__link {
        display: none; } }
  @media screen and (min-width: 993px) {
    .box_left {
      width: 70%;
      float: left;
      border-right: 2px solid #fff; } }
  @media screen and (min-width: 993px) {
    .box_right {
      float: left;
      width: 30%; } }
  .box_top {
    position: relative; }
    .box_top:first-child {
      background: #3f417a;
      background: -moz-linear-gradient(left, #3f417a 0%, #13c164 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #3f417a), color-stop(100%, #13c164));
      background: -webkit-linear-gradient(left, #3f417a 0%, #13c164 100%);
      background: -o-linear-gradient(left, #3f417a 0%, #13c164 100%);
      background: -ms-linear-gradient(left, #3f417a 0%, #13c164 100%);
      background: linear-gradient(to right, #3f417a 0%, #13c164 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f417a', endColorstr='#13c164', GradientType=1 ); }
      @media screen and (min-width: 993px) {
        .box_top:first-child {
          width: 70%;
          float: left;
          border-right: 2px solid #fff; } }
    .box_top:last-child {
      background: #3f417a;
      background: -moz-linear-gradient(left, #3f417a 0%, #a93741 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #3f417a), color-stop(100%, #a93741));
      background: -webkit-linear-gradient(left, #3f417a 0%, #a93741 100%);
      background: -o-linear-gradient(left, #3f417a 0%, #a93741 100%);
      background: -ms-linear-gradient(left, #3f417a 0%, #a93741 100%);
      background: linear-gradient(to right, #3f417a 0%, #a93741 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f417a', endColorstr='#a93741', GradientType=1 ); }
      @media screen and (min-width: 993px) {
        .box_top:last-child {
          width: 30%;
          float: left;
          border-right: 2px solid #fff; } }
  .box_height-1 {
    min-height: 55vw;
    height: auto; }
    @media screen and (min-width: 576px) {
      .box_height-1 {
        min-height: auto;
        height: 320px; } }
    @media screen and (min-width: 993px) {
      .box_height-1 {
        height: 410px; } }
    @media screen and (min-width: 1201px) {
      .box_height-1 {
        height: 510px; } }
  .box_height-2 {
    min-height: auto;
    height: auto;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 576px) {
      .box_height-2 {
        min-height: auto;
        height: 280px; } }
    @media screen and (min-width: 769px) {
      .box_height-2 {
        border-bottom: 2px solid #fff; } }
    @media screen and (min-width: 993px) {
      .box_height-2 {
        height: 300px; } }
    @media screen and (min-width: 1201px) {
      .box_height-2 {
        height: 350px; } }
  .box_height-3 {
    padding-top: 77%; }
  .box_container {
    margin-left: -15px;
    margin-right: -15px; }
    .box_container:after {
      display: block;
      content: "";
      clear: both; }
    @media screen and (min-width: 576px) {
      .box_container {
        margin-left: 0;
        margin-right: 0; } }
  .box_full .box__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .box_full .box__title {
        font-size: 32px; } }
  .box_full .box__background {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center; }
  .box_full .box__content {
    position: relative;
    flex: 1 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 576px) {
      .box_full .box__content {
        padding-left: 50px;
        padding-right: 50px; } }
  .box_full .box__arrow {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 15px; }
    @media screen and (min-width: 576px) {
      .box_full .box__arrow {
        margin-left: 50px; } }
  .box_full .box__text {
    font-weight: 300;
    font-size: 14px;
    line-height: inherit; }
    @media screen and (min-width: 576px) {
      .box_full .box__text {
        font-size: 22px;
        line-height: 28px; } }
  .box_full .box__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .box_gradient_blue .box__gradient {
    background: linear-gradient(90deg, #005BBB 33.98%, rgba(0, 91, 187, 0) 74.47%); }
  .box_gradient_red .box__gradient {
    background: linear-gradient(90deg, #9E2F38 31.7%, rgba(158, 47, 56, 0) 60.75%); }
  .box_gradient_green .box__gradient {
    background: linear-gradient(270deg, #13C165 48.94%, rgba(30, 181, 58, 0) 89.46%); }
  .box_back_yellow .box__background {
    background-color: #F0A431; }
  .box_photo {
    margin-bottom: 25px; }
  .box_video {
    display: inline-block;
    position: relative;
    margin-right: 2px;
    margin-bottom: 30px; }
    .box_video .box__play {
      opacity: 0;
      transition: all 0.3s linear; }
    .box_video .box__link {
      display: flex;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      justify-content: center;
      align-items: center;
      transition: all 0.3s linear; }
      .box_video .box__link:hover {
        background-color: rgba(0, 0, 0, 0.68); }
        .box_video .box__link:hover .box__play {
          opacity: 1; }
  .box_text {
    background-color: transparent;
    margin-bottom: 30px; }
  .box_center {
    text-align: center; }
  .box p {
    font-size: 16px; }

.square-top {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 300px;
  background-color: #FEBE7E;
  z-index: 1; }

.square-behind {
  display: inline-block;
  position: relative;
  top: -256px;
  width: 250px;
  height: 210px;
  background-color: #C28683; }
  .square-behind:before, .square-behind:after {
    position: absolute;
    content: "";
    top: 0;
    width: 40%;
    height: 100%; }
  .square-behind:before {
    left: 0;
    background-color: #9D567C; }
  .square-behind:after {
    right: 0;
    background-color: #958C6B; }

.logo {
  display: inline-block; }
  .logo_svet {
    margin-right: 30px; }
  .logo__image {
    max-width: 100px; }
    @media screen and (min-width: 993px) {
      .logo__image {
        max-width: 100%; } }
  .logo_cfund {
    display: inline-block;
    max-width: 90px; }
    @media screen and (min-width: 769px) {
      .logo_cfund {
        max-width: 120px; } }

.breadcrumbs {
  margin-top: 25px; }
  .breadcrumbs .divider {
    display: inline-block;
    color: #B2B2B2; }
  .breadcrumbs span {
    display: inline-block;
    margin-right: 7px;
    color: #444;
    font-size: 14px; }
    .breadcrumbs span[property="name"] {
      margin-right: 0;
      color: #B2B2B2; }
  .breadcrumbs a {
    color: #B2B2B2; }

.single-photogallery #gallery-1 {
  font-size: 0;
  transition: all 0.3s linear; }
  .single-photogallery #gallery-1 br {
    display: none; }
  .single-photogallery #gallery-1 .grid-sizer {
    width: 20%; }
  .single-photogallery #gallery-1 .gallery-item {
    float: left;
    display: inline-block;
    max-width: 20%;
    vertical-align: top;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    padding-right: 2px; }
  .single-photogallery #gallery-1 a {
    display: inline-block; }
    .single-photogallery #gallery-1 a img {
      border: none;
      width: auto;
      height: auto; }

.news__link {
  display: inline-block;
  font-size: 18px;
  color: #3F417A;
  margin-bottom: 10px;
  font-weight: 500; }
.news__date {
  color: #444;
  font-size: 14px;
  margin-bottom: 10px; }
.news__item {
  margin-bottom: 25px; }
.news__content p {
  font-size: 14px; }

.burger__label {
  display: block; }
  @media screen and (min-width: 993px) {
    .burger__label {
      display: none; } }
.burger__nav {
  display: block; }
  @media screen and (min-width: 993px) {
    .burger__nav {
      display: none; } }

.mobile {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 0.25s;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(21, 21, 21, 0.79);
  visibility: hidden;
  flex-direction: column; }

.mobile nav ul li {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: red;
  perspective: 0px;
  transform: rotateX(-90deg) scale(0.5);
  transition: all 0.3s ease 0.1s; }
  .mobile nav ul li:last-child {
    border-bottom: none; }

.mobile nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1); }

#toggle {
  display: none; }

#toggle + #toggle-btn, .nav-icon {
  position: absolute;
  top: 7px;
  right: 15px;
  border-radius: 3px;
  cursor: pointer; }

#toggle + #toggle-btn {
  height: 30px;
  width: 30px;
  z-index: 1000; }

.nav-icon, .nav-icon:before, .nav-icon:after {
  position: absolute;
  height: 2px;
  width: 30px;
  margin: 18px 0;
  z-index: 900;
  border-radius: 3px;
  background: #000;
  transition: all 0.25s; }

.nav-icon:before {
  content: "";
  margin-top: -10px; }

.nav-icon:after {
  content: "";
  margin-top: 10px; }

#toggle:checked ~ .mobile {
  opacity: 1;
  visibility: visible; }

#toggle:checked ~ .nav-icon {
  background: rgba(255, 0, 0, 0); }

#toggle:checked ~ .nav-icon:before {
  transform: rotate(-225deg);
  margin-top: 0; }

#toggle:checked ~ .nav-icon:after {
  transform: rotate(225deg);
  margin-top: 0; }

#toggle:checked ~ .mobile ul li {
  transform: rotateY(0deg) scale(1); }

.wp-pagenavi .pages {
  display: none; }
.wp-pagenavi span {
  display: inline-block;
  padding: 5px 12px;
  margin: 0;
  margin-right: 10px; }
.wp-pagenavi a {
  display: inline-block;
  padding: 5px 14px;
  color: #3F417A;
  margin: 0;
  margin-right: 10px; }

.bvi-button {
  display: inline-block;
  font-size: 0;
  vertical-align: middle; }
.bvi-open {
  font-size: 0; }
  .bvi-open:hover {
    text-decoration: none; }
.bvi-icon {
  display: inline-block;
  padding: 0;
  font-size: 8px; }
  .bvi-icon:before {
    font-size: 14px; }
.bvi-link {
  font-size: 8px;
  background-color: transparent !important;
  display: inline-block;
  line-height: 33px;
  padding: 0 !important; }

.wpcf7 .line {
  margin-bottom: 25px; }
.wpcf7 .title {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 0;
  display: block; }
.wpcf7 input[type="text"] {
  font-size: 18px;
  padding: 8px 15px;
  color: #444;
  width: 100%;
  border-radius: 3px;
  background-color: #efefef;
  border: 1px solid #dcdcdc; }
.wpcf7 input[type="email"] {
  font-size: 18px;
  padding: 8px 15px;
  color: #444;
  width: 100%;
  border-radius: 3px;
  background-color: #efefef;
  border: 1px solid #dcdcdc; }
.wpcf7 input[type="tel"] {
  font-size: 18px;
  padding: 8px 15px;
  color: #444;
  width: 100%;
  border-radius: 3px;
  background-color: #efefef;
  border: 1px solid #dcdcdc; }
.wpcf7 input[type="submit"] {
  background-color: #3F417A;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s linear;
  padding: 10px 50px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 35px;
  margin-bottom: 35px; }
  .wpcf7 input[type="submit"]:hover {
    background-color: #5052a0; }
.wpcf7 textarea {
  font-size: 18px;
  padding: 8px 15px;
  color: #444;
  width: 100%;
  border-radius: 3px;
  background-color: #efefef;
  border: 1px solid #dcdcdc; }
.wpcf7 select {
  font-size: 18px;
  padding: 8px 15px;
  color: #444;
  width: 100%;
  border-radius: 3px;
  background-color: #efefef;
  border: 1px solid #dcdcdc; }
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 16px; }
.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing, .wpcf7 div.wpcf7-mail-sent-ok {
  margin: 0;
  font-size: 16px; }

.icon_filmfree {
  display: inline-block;
  max-width: 130px; }
.icon_festagent {
  display: inline-block;
  vertical-align: middle; }
.icon_clickfest {
  display: inline-block;
  max-width: 100px; }

.block_absolut {
  position: relative;
  text-align: center; }
  .block_absolut .block__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    left: 0; }
    @media screen and (min-width: 993px) {
      .block_absolut .block__title {
        padding-top: 80px; } }
    @media screen and (min-width: 1201px) {
      .block_absolut .block__title {
        bottom: 20px; } }
    @media screen and (min-width: 1450px) {
      .block_absolut .block__title {
        bottom: 0px; } }

.button {
  font-weight: 300;
  padding: 22px 65px;
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.3s linear;
  display: inline-block; }
  .button:hover {
    text-decoration: none; }
  .button_blue {
    padding: 0;
    position: relative;
    color: #fff;
    display: inline-block;
    background-color: #eee;
    letter-spacing: 0.05em; }
    .button_blue:hover {
      color: #333333; }
      .button_blue:hover:before {
        opacity: 0; }
      .button_blue:hover .button__content {
        color: #333333; }
    .button_blue:before {
      transition: all 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: #005bea;
      background-color: #eeeeee;
      background: -moz-linear-gradient(top, #005bea 0%, #00c6fb 100%);
      background: -webkit-linear-gradient(top, #005bea 0%, #00c6fb 100%);
      background: linear-gradient(to bottom, #005bea 0%, #00c6fb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bea', endColorstr='#00c6fb',GradientType=0 );
      border-radius: 12px; }
    .button_blue .button__content {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      font-weight: 300;
      padding: 20px 65px;
      font-size: 16px; }
  .button_gray {
    transition: all 0.2s linear;
    border-radius: 12px;
    font-weight: 300;
    padding: 20px 65px;
    font-size: 16px;
    background-color: #eee;
    color: #333;
    border: 1px solid #eee; }
    .button_gray:hover {
      background-color: #fafafa;
      color: #333; }

.hero::after {
  clear: both;
  content: "";
  display: block; }
.hero__left {
  width: 100%;
  float: left;
  position: relative; }
  .hero__left::before {
    display: none;
    content: "";
    left: 0px;
    top: 0;
    width: 600px;
    height: 600px;
    position: absolute;
    border-radius: 50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); }
  @media screen and (min-width: 769px) {
    .hero__left {
      width: 50%; } }
  @media screen and (min-width: 993px) {
    .hero__left {
      width: calc(100% - 560px); }
      .hero__left:before {
        left: -100px;
        top: 0;
        display: block; } }
  @media screen and (min-width: 1201px) {
    .hero__left {
      padding-top: 100px;
      width: calc(100% - 750px);
      position: absolute;
      left: -60px; } }
.hero__right {
  width: 100%;
  float: right;
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .hero__right {
      width: 50%; } }
  @media screen and (min-width: 993px) {
    .hero__right {
      margin-top: 0;
      width: 560px; } }
  @media screen and (min-width: 1201px) {
    .hero__right {
      width: 750px; } }

.swiper_hero {
  border-radius: 25px;
  box-shadow: 0 9px 19px 15px rgba(134, 134, 134, 0.22); }
  .swiper_hero .swiper-slide {
    position: relative;
    padding-top: 75%;
    overflow: hidden; }
  .swiper_hero .swiper__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .swiper_hero .swiper__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
.swiper_footer .swiper__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.swiper_footer .swiper__inner {
  position: relative;
  padding-top: 75%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; }
.swiper_footer-slide {
  position: relative;
  overflow: hidden; }

.h2_home {
  position: relative;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 25px;
  margin-bottom: 70px; }
  .h2_home:before {
    position: absolute;
    width: 40px;
    height: 8px;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    background-color: #0073ee;
    transform: translateX(-50%);
    border-radius: 5px; }
.h2__title {
  font-weight: 700; }

.news_news2 .news__item {
  margin-bottom: 35px; }
  @media screen and (min-width: 769px) {
    .news_news2 .news__item {
      margin-bottom: 70px; } }
.news_news2 .news__image {
  background-color: #fff;
  position: relative;
  padding-top: 75%;
  border-radius: 25px;
  box-shadow: 0 9px 19px 15px rgba(134, 134, 134, 0.22);
  margin-bottom: 35px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat; }
.news_news2 .news__link {
  color: #333333;
  font-weight: bold;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px; }
.news_news2 .news__title {
  margin-bottom: 0; }

.date {
  color: #a9a9a9;
  font-size: 13px;
  font-family: "Open Sans", sans-serif; }

.image__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.block_bottom {
  font-size: 0;
  padding-top: 60px;
  padding-bottom: 30px; }
  .block_bottom .block_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px; }
    @media screen and (min-width: 993px) {
      .block_bottom .block_third {
        width: 33.333333%;
        margin-bottom: 0; } }
.block_center {
  text-align: center; }

.text_big {
  font-size: 60px;
  color: #0073ee;
  font-weight: 800;
  line-height: 53px; }
.text_subtitle {
  font-size: 32px;
  color: #333333;
  font-weight: 300;
  line-height: 40px; }
  .text_subtitle span {
    font-weight: bold; }
.text_middle {
  display: inline-block;
  vertical-align: middle; }
.text_center {
  text-align: center; }

.list_hor {
  display: block;
  list-style-type: none;
  padding-left: 0; }
  .list_hor:after {
    display: block;
    clear: both;
    content: ""; }
  .list_hor .list__item {
    width: 100%;
    display: block;
    float: left; }
    @media screen and (min-width: 576px) {
      .list_hor .list__item {
        width: 20%; } }

.slogan {
  font-size: 13px; }

.link_big {
  display: inline-block;
  margin-bottom: 25px; }
  .link_big .link__icon {
    display: inline-block;
    margin-right: 14px; }
  .link_big .link__text {
    font-size: 18px;
    color: #000; }

.header__top {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px; }
  @media screen and (min-width: 993px) {
    .header__top {
      padding-bottom: 0; } }
.header__socials {
  float: left;
  text-align: left; }
  @media screen and (min-width: 993px) {
    .header__socials {
      float: right; } }
.header__logo {
  float: left; }
.header__nav-1 {
  float: left;
  display: none; }
  @media screen and (min-width: 993px) {
    .header__nav-1 {
      display: block; } }
.header__lang {
  float: right;
  margin-top: 13px;
  margin-left: 40px;
  display: none; }
  @media screen and (min-width: 993px) {
    .header__lang {
      display: block;
      margin-top: 13px; } }
.header__centerNav {
  display: none;
  float: right;
  margin-top: 27px;
  margin-right: 0; }
  @media screen and (min-width: 993px) {
    .header__centerNav {
      display: block;
      margin-right: 0; } }
.header__center {
  padding-top: 10px;
  padding-bottom: 10px; }
.header__blind {
  float: left;
  margin-right: 20px;
  margin-left: 9px; }
  @media screen and (min-width: 993px) {
    .header__blind {
      float: right;
      margin-left: 0; } }
.header__slogan {
  margin-top: 9px; }

.footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .footer__divider {
    height: 3px;
    background-color: #e5e5e5;
    margin-bottom: 30px; }
  .footer__left {
    color: #CBCBCB;
    float: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px; }
    .footer__left p {
      margin-bottom: 0;
      padding-top: 7px; }
    @media screen and (min-width: 993px) {
      .footer__left {
        float: none; } }
  .footer__right {
    color: #CBCBCB;
    float: none;
    text-align: center;
    font-size: 16px; }
    @media screen and (min-width: 993px) {
      .footer__right {
        text-align: initial;
        float: right; } }
  .footer__buttons {
    text-align: center;
    margin-bottom: 50px; }
  .footer__copies {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #333;
    float: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 90px; }
    @media screen and (min-width: 993px) {
      .footer__copies {
        text-align: center; } }
  .footer__buttons a {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }

body.home .footer {
  background-image: url("../images/footer.jpg"); }

.form {
  color: #fff; }
  .form .line {
    margin-bottom: 15px; }
  .form label.title {
    text-align: right;
    width: 100%;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 12px; }
  .form input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 0;
    outline: none;
    display: block;
    border: none;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.14);
    color: #444; }
  .form input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 0;
    outline: none;
    display: block;
    border: none;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.14);
    color: #444; }
  .form input[type="tel"] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 0;
    outline: none;
    display: block;
    border: none;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.14);
    color: #444; }
  .form select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 0;
    outline: none;
    display: block;
    border: none;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.14);
    color: #444;
    height: 47px; }
  .form input[type="submit"] {
    background: linear-gradient(245.76deg, #2166B1 0.55%, #474380 95.9%);
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.31);
    border-radius: 8px;
    color: #fff;
    outline: none;
    margin: 0;
    border: none;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 10px; }
  .form textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 0;
    outline: none;
    display: block;
    border: none;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.14);
    color: #444; }

.home__hero {
  padding-top: 20px;
  margin-bottom: 80px; }
.home__box {
  margin-bottom: 30px; }
  @media screen and (min-width: 576px) {
    .home__box {
      padding-top: 70px;
      margin-bottom: 70px; } }
.home__h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: "IBM Plex Sans", sans-serif; }
  @media screen and (min-width: 576px) {
    .home__h2 {
      font-size: 32px;
      margin-bottom: 40px; } }
.home #main-wrapper {
  padding-bottom: 0; }
  @media screen and (min-width: 576px) {
    .home #main-wrapper {
      padding-bottom: 0; } }

.page__content, .single__content {
  padding-top: 20px; }
  @media screen and (min-width: 993px) {
    .page__content, .single__content {
      padding-top: 100px; } }

/*# sourceMappingURL=style.css.map */
