

@font-face {
  font-family: "Gotham Pro"; /* Гарнитура шрифта */
  src: url(../fonts/gothampro.ttf); /* Путь к файлу со шрифтом */
}


* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Gotham Pro";
}



*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}



body {
  min-width: 320px;
  text-align: center;
  background: #fff;
  color: #292c44;
  font-size: 17px;
  line-height: 21px;
  font-family: "Corsica MX", sans-serif;
}

body.lock {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1143px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}



.header {
  color: #d3daf7;
  position: relative;
  z-index: 3;
  background: #fff;
}



@media (max-width: 380px) {
  .skrin_1 {
    background: url("../img/bg_skrin_1.png") no-repeat 50% !important; ;
  }
  .slid_country .slick-dots {
    z-index: 0 !important;
  }
}
.mt_150 {
  margin-top: 150px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  min-height: 70px;
}


@media (max-width: 750px) {
  .header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 252px;
  font-size: 10.1092px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.header .logo-min img {
  margin-right: 5px;
}

_.header .logo-min::before {
  content: "";
  width: 3px;
  height: 28px;
  background: url("../images/line.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}

@media (max-width: 400px) {
  .header .logo-min {
    padding-right: 19px;
    margin-right: 19px;
  }
}

.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__address a {
  color: #d3daf7;
}

@media (max-width: 420px) {
  .header__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__address a {
    margin: 0 10px 10px;
  }
  .header__address p {
    margin: 0 10px;
  }
}

.header__bottom {
  min-height: 78px;
  position: relative;
}

.header__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 78px;
}

@media (max-width: 768px) {
  .header__bottom {
    min-height: 18px;
  }
  .header__bottom .container {
    min-height: 18px;
  }
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1000px) {
  .header .logo-min {
    padding-left: 70px;
  }
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
.header__menu a {
  font-size: 16px;
  color: #34494E !important;
}

@media (max-width: 1150px) {
  .header__menu ul {
    padding: 0;
  }
}
.header__menu ul a {
  color:#34494E !important;
  padding: 20px 0;
}
.header__menu ul a.active, .header__menu ul a:hover {
  _border-bottom: 3px dashed #65DDF7;
  background: url("../img/bord_menu.png") no-repeat 50% 75%;
}

@media (max-width: 910px) {
  .header__menu ul li {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }
}

@media (max-width: 1000px) {
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #f1f1f1;
    padding: 90px 10px 10px;
    z-index: 2;
    font-size: 22px;
  }
  .header__menu.active {
    top: 0;
  }
  .header__menu ul {
    display: block;
    text-align: center;
  }
  .header__menu ul li {
    margin-bottom: 30px;
  }
  .header__menu ul li a {
    color: #fff;
  }
}

.header__burger {
  display: none;
}

@media (max-width: 1000px) {
  .header__burger {
    position: absolute;
    right: 100px;
    top: 28px;
    display: block;
    z-index: 3;
    width: 30px;
    height: 25px;
    cursor: pointer;
  }
  .header__burger span {
    position: absolute;
    background-color: #021e77;
    width: 100%;
    height: 3px;
    left: 0;
    top: 11px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #021e77;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 13px;
  }
}

.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #010e43;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.header-fixed .header__top {
  display: none;
}

.header-fixed .header__bottom {
  min-height: 48px;
}

.header-fixed .header__bottom .container {
  min-height: 48px;
}

.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d3daf7;
  margin-left: 46px;
  margin-bottom: 0;
}

.mail img {
  margin-left: 10px;
}

.add_btn_admin {
    background: #BF86F9;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 21px;
}
.modal-close-btn {
  position: absolute;
  right: 20px;
  top: 0;
}
@media (max-width: 800px) {
  .about {
    margin-bottom: 0;
  }
}
@media (max-width: 1150px) {
  .header__menu a {
    font-size: 12px;
  }
}
.about__right {
  position: absolute;
  right: 0;
  top: 0;
}

.about_title {
  margin: 0 0 38px;
}

@media (max-width: 860px) {
  .about_title {
    margin-bottom: 8px;
  }
}

.about__online {
  height: 1000px;
  background: url("../images/virtualExpo2021.png") no-repeat 50% 0;
  padding-top: 148px;
  margin-top: -183px;
  background-size: cover;
  z-index: 2;
  position: relative;
}

@media (max-width: 700px) {
  .about__online {
    background: #fff;
    margin-top: 0;
    padding-top: 48px;
    height: 500px;
  }
}

.about__online .container {
  overflow: visible;
  position: relative;
}
.foot_logo_box {
    display: flex;
}
.footer__body .logo-min {
    display: flex;
    align-items: center;
    color: #fff;
    width: 272px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
}


.about__online .online-img {
  position: relative;
  margin-top: -20px;
  margin-left: -77px;
}

@media (max-width: 850px) {
  .about__online .online-img {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .about__online .online-img {
    display: none;
  }
}

.about__pen {
  position: absolute;
  top: 196px;
  right: 220px;
}

@media (max-width: 1100px) {
  .about__pen {
    right: inherit;
    left: 500px;
  }
}

@media (max-width: 950px) {
  .about__pen {
    display: none;
  }
}

.about__virtual {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 152px;
  font-size: 20px;
  line-height: 26px;
}

.about__virtual p {
  margin-bottom: 24px;
}
.about__virtual .year {
  color: #015CB8;
  font-size: 36px;
}

.about__virtual b {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-family: "Corsica MX bold", sans-serif;
}

.about__virtual img {
  margin-bottom: 23px;
}

@media (max-width: 850px) {
  .about__virtual {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
  }
}

@media (max-width: 768px) {
  .about__virtual {
    top: 35px;
  }
}

@media (max-width: 710px) {
  .about__virtual {
    top: 15px;
    width: 100%;
  }
}

.about__link {
  -webkit-box-shadow: 0px 20px 15px rgba(67, 33, 134, 0.15);
          box-shadow: 0px 20px 15px rgba(67, 33, 134, 0.15);
  background: #65DDF7;
  width: 114px;
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.about__link:hover {
  background: linear-gradient(92.02deg, #ee7d23 1.06%, #fcb90b 100%);
  -webkit-box-shadow: 0px 0px 30px #fcc30b;
          box-shadow: 0px 0px 30px #fcc30b;
}

.about__info {
  background: -webkit-gradient(linear, left top, left bottom, from(#105ba6), to(rgba(13, 155, 215, 0))), #6cceff;
  background: linear-gradient(180deg, #105ba6 0%, rgba(13, 155, 215, 0) 100%), #6cceff;
  color: #fff;
  margin-top: -545px;
  padding-top: 399px;
  z-index: 1;
  position: relative;
  padding-bottom: 40px;
}

.about__info .container {
  overflow: visible;
}

@media (max-width: 1150px) {
  .about__info {
    padding-top: 299px;
  }
}

@media (max-width: 800px) {
  .about__info {
    padding-top: 209px;
  }
}

@media (max-width: 700px) {
  .about__info {
    margin-top: -165px;
  }
}

_.about__img {
  margin-top: -249px;
  max-width: 848px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 848px;
          flex: 0 1 848px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 28px;
  margin-left: -95px;
  margin-bottom: -98px;
  position: relative;
}

.about__img img {
  max-width: 100%;
}

@media (max-width: 1150px) {
  .about__img {
    margin-left: 0;
    margin-bottom: -85px;
    _margin-top: -209px;
  }
}

@media (max-width: 1050px) {
  _.about__img {
    margin-bottom: -75px;
  }
}

@media (max-width: 1050px) {
  _.about__img {
    margin-top: -149px;
  }
}

@media (max-width: 950px) {
  _.about__img {
    margin-bottom: -60px;
  }
}

@media (max-width: 890px) {
  .about__img {
    margin-top: 109px;
  }
}

@media (max-width: 850px) {
  _.about__img {
    margin-bottom: -50px;
  }
}

@media (max-width: 800px) {
  .about__img {
    margin-top: 100px;
    margin-right: 0;
  }
}

.about__text {
  max-width: 360px;
  margin-top: 150px;
}
.about__text p {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .about__text {
    margin: 50px auto 50px;
  }
}

.info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .info-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.title {
  font-size: 64px;
  line-height: 79px;
  color: #ffffff;
  font-family: "Corsica MX bold", sans-serif;
}

@media (max-width: 847px) {
  .title {
    font-size: 54px;
    line-height: 79px;
  }
}

@media (max-width: 600px) {
  .title {
    font-size: 44px;
    line-height: 59px;
  }
}

.russian-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 725px) {
  .russian-language {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.russian-language__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1080px) {
  .russian-language__left {
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 725px) {
  .russian-language__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}

.russian-language__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1080px) {
  .russian-language__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media (max-width: 725px) {
  .russian-language__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.russian-language__right img {
  max-width: 100%;
}

.russian-language__text {
  max-width: 400px;
  color: #105ba6;
  text-align: left;
}

.russian-language__title {
  color: #292c44;
  position: relative;
  padding-top: 30px;
  margin-bottom: 38px;
}

.russian-language__title::before {
  content: "";
  width: 114px;
  height: 124px;
  background: url("../images/rus-lang.png") no-repeat 0 0/cover;
  position: absolute;
  left: -32px;
  top: 5px;
}

@media (max-width: 600px) {
  .russian-language__title::before {
    width: 94px;
    height: 102px;
  }
}

.literature {
  background: url("../images/fon_nauka.png") no-repeat 0 0/cover;
  padding: 96px 0 315px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1150px) {
  .literature {
    padding: 96px 0 215px;
  }
}

@media (max-width: 800px) {
  .literature {
    padding: 66px 0 115px;
  }
}

@media (max-width: 650px) {
  .literature {
    padding: 36px 0 115px;
  }
}

.literature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.literature__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.literature__img img {
  max-width: 100%;
}

@media (max-width: 500px) {
  .literature__img {
    display: none;
  }
}

.literature__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 343px;
          flex: 0 0 343px;
}

.literature__title {
  margin-bottom: 48px;
}

.education {
  background: #f6f6fc;
  margin-top: -320px;
  padding: 320px 0 146px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .education {
    padding: 260px 0 46px;
  }
}

@media (max-width: 768px) {
  .education {
    padding-top: 320px;
  }
}

.education .container {
  overflow: visible;
}

.education__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .education__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.education__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  color: #105ba6;
}

.education__text p {
  max-width: 340px;
  margin-bottom: 20px;
}

.education__text p b {
  display: block;
}

.education__text p span {
  border-radius: 50px;
  background: #ee7d23;
  color: #fff;
  font-family: "Corsica MX bold", sans-serif;
  display: inline-block;
  padding: 0 5px;
}

.education__title {
  color: #292c44;
  margin-bottom: 47px;
}

.education__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url("../images/fon-education_img.png") no-repeat 0 0;
  padding: 46px 250px 0 80px;
  margin-right: -250px;
}

@media (max-width: 1640px) {
  .education__logo {
    background-size: 100%;
    background-position: 0 50%;
    margin-right: -150px;
    padding-right: 0;
  }
}

@media (max-width: 1450px) {
  .education__logo {
    margin-right: -100px;
  }
}

@media (max-width: 1350px) {
  .education__logo {
    margin-right: -50px;
  }
}

@media (max-width: 1250px) {
  .education__logo {
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .education__logo {
    padding-right: 250px;
    background-size: 100%;
    padding-bottom: 20px;
  }
    .press_box p {
        margin-right: 55%;
    }
}

@media (max-width: 768px) {
  .education__logo {
    padding-right: 50px;
  }
}

@media (max-width: 568px) {
  .education__logo {
    padding-right: 0;
  }
}

@media (max-width: 520px) {
  .education__logo {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 450px) {
  .education__logo {
    padding-top: 0;
  }
}

.education__item {
  width: 194px;
  height: 203px;
  background: url("../images/education-logo.png") no-repeat 0 0/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 1085px) {
  .education__item {
    width: 134px;
    height: 140px;
    text-align: center;
  }
}

.education__item img {
  margin: auto;
}

@media (max-width: 1085px) {
  .education__item img {
    max-width: 80%;
    margin: 15px auto 0;
  }
}

.education__item:hover {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.education__item_1 {
  margin: 62px 5px 35px 0;
}

.education__item_2 {
  margin: 32px 5px 0 0;
}

.education__item_4 {
  margin: 30px 5px 0 87px;
}

@media (max-width: 420px) {
  .education__item_4 {
    margin-left: 37px;
  }
}

.online {
    background: url("../images/VirtualExpo_fon.png") no-repeat 0 50%;
  padding: 60px 0 60px;
  position: relative;
  background-size: cover;
}

@media (max-width: 750px) {
  .online {
    padding: 12px 0 79px;
  }
    .press_box p {
        margin-right: 35% !important;
    }
}
.text-center {
    text-align: center;
}
.my-3 {
    margin: 20px 0;
}
.text-white {
    color: #fff;
}
.online__left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-width: 100%;
}
.fs-28 {
    font-size: 28px;
}

@media (max-width: 750px) {
  .online__left {
    display: none;
  }
}

.online__right {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 500px) {
  .online__right {
    max-width: 70%;
  }
}

.online .container {
  position: relative;
  overflow: visible;
  z-index: 3;
}
.flex {
    display: flex !important;
}
.press_box {
    justify-content: space-around;
}
.w-50 {
    width: 50%;
}
.press_box a{
    color: #292C44;
    font-size: 17px;
    margin-bottom: 40px;
    width: 100%;
    align-items: center;
    display: flex;
    margin-right: 40px;
    background: url("../images/ico_news_pdf.png") 90% #fff no-repeat;
}
.press_box p {
    padding-left: 20px;
}
.online__title {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  font-family: "Corsica MX", sans-serif;
  margin-bottom: 65px;
}

.online__title b {
  display: block;
  font-family: "Corsica MX Bold", sans-serif;
}

@media (max-width: 768px) {
  .online__title {
    font-size: 54px;
    line-height: 69px;
  }
}

@media (max-width: 600px) {
  .online__title {
    font-size: 28px;
    line-height: 30px;
      margin-bottom: 30px;
  }
    .press_box a {
        margin-bottom: 15px;
    }

}
.w-25 {
  width: 25%;
}
.w-75 {
  width: 75%;
}
.align-center {
  align-items: center;
}
.relative {
  position: relative;
}
.skrin_1 img {
  margin-top: 200px;
}

a:hover {
  text-decoration: none !important;
}
.skrin_1 {
  background: url("../img/bg_skrin_1.png") no-repeat 0 50%;
  background-size: cover;
  height: 780px;
}
.mt_200 {
  margin-top: 200px;
}
.more_link {
  background: #BF86F9 !important;
  border: 1px solid #C89AF8;
  width: 204px !important;
  text-decoration: none !important;
  z-index: 1;
}
.more_link:hover {
  color: #fff !important;
}
.more_link span {
  display: block;
  position: relative;
}
.more_link span::before {
  content: "";
  background: none;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  bottom: -17px;
  padding: 0 80px;
  left: -12px;
}
.skrin_2 {
  background: url("../img/bg_skrin2.png") no-repeat 50%;
  background-size: cover;
  padding-bottom: 150px;
}
.bg_blu_skrin2 {
  position: absolute;
  width: 100%;
  height: 50px;
  background: url("../img/bg_blu_skrin2.png") no-repeat 50%;
  background-size: cover;
  top: 0;
}
.bg_yellow_skrin2 {
  position: absolute;
  width: 100%;
  height: 50px;
  background: url("../img/bg_yellow_skrin2.png") no-repeat 50%;
  background-size: cover;
  bottom: 0;
}
.skrin_3 {
  background: #F3FCC5;
  padding: 50px 0;
}
.skrin_3 .title_skrin5 {
  border-bottom: none;
}
.skrin_3 p {
  font-style: italic;
  font-size: 16px;
}
.skrin_4 {
  background: url("../img/bg_skrin_4.png") 50% 0  no-repeat;
  position: relative;
  padding: 150px 0 300px 0;
  width: 100%;
  background-size: cover;
}
.program_box {
   background: #fcc30b;
  border: 1px solid #000;
  padding: 20px 0 53px 20px;
}
.pdf_program a, .program_box .data {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 15px 15px 40px;
  border: 1px solid;
}
.pdf_program a  span::before {
  content: "";
  background: url("../img/arrow_skrin4.png") 50%  no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pdf_program a {
  position: relative;
}
.fs_22 {
  font-size: 22px !important;
}
.skrin_4 .more_link {
  position: initial !important;
}
.bg_data_skrin4 {
  background: url("../img/Ellipse_data_bg.png") 50%  no-repeat;
}
.skrin_5 {
  background: url("../img/bg_skrin_5_1.png") 50%  no-repeat;
  position: relative;
  padding: 85px 0;
  width: 100%;
  background-size: cover;
}
.more_link_button  {
  bottom: -70px !important;
  position: absolute;
  left: 30% !important;
  background: #BF86F9 !important;
  border: 1px solid #C89AF8;
  width: 200px !important;
  text-decoration: none !important;
}

.skrin_5 .mb_100 {
  margin-bottom: 100px;
}
.title_skrin5 {
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.skrin_4 .data {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.skrin_5 p, .skrin_4 p, .skrin_2 p  {
  font-size: 16px;
}
.bg_top_skrin_5 {
  background: url("../img/skrin_5_bg_top.png") 50%  no-repeat;
  position: absolute;
  top: -30px;
  height: 50px;
  width: 100%;
  background-size: cover;
}
.skrin_6 {
    width: 100%;
    background:#C5F3FC;
    padding: 50px 0;
}
.skrin_6 .title {
    color: #34494E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
}
.slid_box {
  background: #fff;
}
.slid_title {
  color: #34494E;
  font-weight: 800;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
}
.slid_news_box a {
  border: 2px solid #000;
  padding: 20px;
  position: relative;
  min-height: 450px !important;
}
.arrow_slid_news {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/arrow-right-slidnews.png") #86E6F9 no-repeat 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.container-sdo-admin .back_btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/arrow-right-slidnews.png") #86E6F9 no-repeat 50%;
    font-size: 0;
  transform: rotate(-180deg);
  margin-left: 12px;
}

.slid_country .slick-slide img {
  display: block;
  width: 100%;
}
.slid_country .slick-dots {
  display: flex;
  width: 12%;
  position: absolute;
  left: 44%;
  top: 0;
  justify-content: space-evenly;
}
.slid_country .slick-dots li {
  height: 15px;
  width: 15px;
  border: 2px solid #34494E;
  cursor: pointer;
}
.slid_country .slick-dots li.slick-active{
  background: #86E6F9;
}
.slid_country .slick-dots li button {
  font-size: 0;
}
.tit_slid {
  color: #34494E;
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
  line-height: 16px;

}
.text_slid {
  color: #34494E;
  font-size: 12px;
  margin-bottom: 20px;
}
.data_slid {
  color: rgba(52, 73, 78, 0.8);
  font-size: 12px;
}
.footer__address .tel {
  background: url(../img/ico_tel.png) no-repeat 0 50%;
  padding-left: 30px;
    font-size: 16px;
}
.footer__address .tel:hover {
    color: #fff;
}

@media (max-width: 500px) {
  .slide-text {
    height: 250px;
  }
  .slid_title {
    font-size: 24px;
    right: 22%;
    margin: 0;
  }
  .more_link {
    left: 25% !important;
    bottom: -120px !important;
  }
  .more_link_button {
    bottom: -72px !important;
  }
  .skrin_2 {
    height: 777px;
  }
  .skrin_1 {
    height: 530px;
  }

  .slid_country .slick-dots {
    bottom: 0;
    left: 30%;
    width: 40%;
  }
  .pdf_program a {
    border-right: none;
    margin-left: 85px;
  }
  .pdf_program a span::before {
    bottom: 0px;
    left: 66%;
  }
  .program_box .data, .program_box p {
    text-align: center;
  }
  .skrin_2 {
    background: none;
  }
  .slid_box {
    display: none;
  }
}




@media (max-width: 350px) {
  .slide-text {
    height: 350px;
  }
    .press_cont_index, .news_cont_index  {
        width: 100%;
    }
    .press_box {
        display: block !important;
    }
    .press_box p {
        margin-right: 20%;
    }
  .slid_title {
    font-size: 24px;
  }
  .slick-arrow, .slick-next {
    display: none;!important;
  }


}





.slick-arrow, .slick-next {
  height: 34px;
  width: 16px;
  font-size: 0;
  margin-right: 15px;
  z-index: 20;
}

.slick-prev {
  background: url("../img/slid_prew.png") no-repeat 0 0;
  margin-top: -20px;
  margin-bottom: 20px;
  position: absolute;
  right: 55%;
  top: 20px;
}

.slick-next {
  background: url("../img/slid_next.png") no-repeat 0 0;
  margin-top: 20px;
  position: absolute;
  right: 40%;
  top: -19px;
}

.feedback {
  background: #D7FCC5;
  background-size: cover;
  padding: 80px 0;
}
.feedback .more_link {
  position: initial !important;
  border-radius: 0 !important;
    margin-top: 28px;
}




@media (max-width: 750px) {
  .feedback .container {
    padding: 45px 10px 56px;
  }
}

.feedback__title {
  font-size: 38px;
  line-height: 40px;
  color: #34494E;
  margin-bottom: 48px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .feedback__title {
    font-size: 38px;
    line-height: 69px;
  }
}

@media (max-width: 600px) {
  .feedback__title {
    font-size: 38px;
    line-height: 59px;
  }
}
.data_step {
    font-size: 18px;
    font-weight: bold;
}
form {
  _width: 558px;
  text-align: left;
  margin: auto;
}

@media (max-width: 920px) {
  form {
    width: 100%;
  }
}
.bg_login {
  background: url("../img/bg_login.png") no-repeat 0 0;
}
form input, form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #34494E;
  color: #292c44;
  font-size: 16px;
  line-height: 21px;
  font-family: "Corsica MX", sans-serif;
  padding: 13px 22px;
  margin-bottom: 10px;
}

.feedback form input,
.feedback form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #34494E;
  color: #292c44;
  font-size: 17px;
  line-height: 21px;
  font-family: "Corsica MX", sans-serif;
  padding: 13px 22px;
  margin-bottom: 10px;
  border-radius: 0;
}
.feedback form div {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #87909F;
  opacity: 1;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #87909F;
  opacity: 1;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #87909F;
  opacity: 1;
}

form input::placeholder,
form textarea::placeholder {
  color: #87909F;
  opacity: 1;
}

form input:focus,
form textarea:focus {
  border: 1px solid #8dafd0;
}

form textarea {
  height: 137px;
  resize: none;
  margin-bottom: 48px;
}
form button, .setAppointExpert{
    background: #BF86F9;
    color: #fff;
    width: 40%;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 20px 15px rgba(67, 33, 134, 0.15);
    box-shadow: 0px 20px 15px rgba(67, 33, 134, 0.15);
}
 .opros_btn {
  background: #105ba6;
  border-radius: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 0 13px;
  font-size: 17px;
  line-height: 21px;
  -webkit-box-shadow: 0px 20px 15px rgba(67, 33, 134, 0.15);
          box-shadow: 0px 20px 15px rgba(67, 33, 134, 0.15);
}

form button:hover, .opros_btn:hover, .setAppointExpert:hover, .add_btn_admin:hover {
  background: linear-gradient(92.02deg, #ee7d23 1.06%, #fcb90b 100%);
  -webkit-box-shadow: 0px 0px 30px #fcc30b;
          box-shadow: 0px 0px 30px #fcc30b;
}

form .select-css {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-family: "Corsica MX", sans-serif;
  color: #87909F;
  padding: 13px 22px;
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #34494E;
  background-color: #fff;
  background-image: url("../img/arrow_select.png");
  background-repeat: no-repeat, repeat;
  background-position: right 1.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.overflow_tabl {
    overflow-x:auto ;
}

form .select-css::-ms-expand {
  display: none;
}

form .select-css:focus {
  color: #292c44;
  outline: none;
  border: 1px solid #34494E;
}

form *[dir="rtl"] .select-css,
form :root:lang(ar) .select-css,
form :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.footer {
  background: #292c44;
  color: #d3daf7;
    margin-top: -84px;
}

.footer .container {
  min-height: 84px;
}

@media (max-width: 1150px) {
  .footer .container {
    padding: 0 10px;
  }
}

.footer__body {
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 690px) {
  .footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__address a {
  color: #86E6F9;
}

@media (max-width: 420px) {
  .footer__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__address a {
    margin: 0 10px 10px;
  }
  .footer__address .mail {
    margin: 0 10px 10px;
  }
}

@media (max-width: 395px) {
  .footer__address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy p {
  margin:0;
}
.copy img {
  margin-right: 18px;
}

@media (max-width: 395px) {
  .copy {
    margin-bottom: 10px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  padding: 40px;
  z-index: 1070;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

@media (max-width: 500px) {
  .popup {
    padding: 25px;
  }
}
@media (max-width: 350px) {
  .slid_country .slick-dots {
    bottom: 0px;
    left: 40%;
    width: 30%;
  }
  .bg_opros .title {
    margin-top: 0 !important;
  }
  .fl_wrap {
    flex-wrap: wrap;
  }

}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__content {
  background: url("../images/pen3.svg") #f6f6fc no-repeat 130px 50px;
  -webkit-box-shadow: 0px 0px 30px rgba(67, 33, 134, 0.15);
          box-shadow: 0px 0px 30px rgba(67, 33, 134, 0.15);
  border-radius: 20px;
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 90px;
  position: relative;
}

@media (max-width: 1000px) {
  .popup__content {
    padding: 30px;
  }
}

@media (max-width: 800px) {
  .popup__content {
    background-position: 50% 50%;
    background-size: contain;
  }
}

@media (max-width: 600px) {
  .popup__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .popup__content {
    padding: 10px 10px 20px;
  }
  .popup__content textarea {
    margin-bottom: 24px;
  }
}

.popup__close {
  width: 19px;
  height: 18px;
  background: url("../images/close.png") no-repeat 0 0;
  display: block;
  position: absolute;
  right: -30px;
  top: -30px;
}

.popup__close:hover {
  background: url("../images/close.png") no-repeat 0 100%;
  cursor: pointer;
}

@media (max-width: 500px) {
  .popup__close {
    right: -20px;
    top: -20px;
  }

}

.popup__title {
  margin-right: 54px;
  color: #105ba6;
  font-size: 36px;
  line-height: 45px;
}

@media (max-width: 700px) {
  .popup__title {
    font-size: 26px;
    line-height: 35px;
    margin-right: 25px;
  }
  .popup__title img {
    max-width: 150px;
  }
}

@media (max-width: 600px) {
  .popup__title {
    margin: 0 0 25px 0;
  }
  .popup__title img {
    display: none;
  }
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



body .modal_reg {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_reg .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: visible;
}
.modal_reg .modal-header {
  border-bottom: none;
}
.bg_reg_cont {
    background: url("../img/bg_form_reg.png") no-repeat;
  box-shadow: 0px 0px 30px rgba(67, 33, 134, 0.15);
  width: 481px;
  background-size: cover;
}
.w-300 {
  width: 300px;
}
.reg_modal_title {
  color: #34494E;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
}
.heder_modal_reg .close {
  background: url("../img/close_reg_1.png") no-repeat;
  position: absolute;
  right: 35px;
  top: 30px;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  margin-left: auto !important;
    z-index: 2;
}


.bg_header {
  width: 100%;
  background: linear-gradient(269.92deg, #010E42 7.18%, #114C74 97.09%);
}
.bg_opros {
  background: url("../images/bg_opros.png") 50% no-repeat;
  height: 626px;
  padding: 40px 20px;
  margin-top: -7px;
  background-size: cover;
}
.bg_opros .title {
  color: #015CB8;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-top: 100px;
  margin-bottom: 20px;
}
.opros_box .title {
  color: #015CB8;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin: 40px 0;
  text-align: center;
}
.list_opros .title {
  color: #015CB8;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin: 20px 0;
}
.list_opros .tit_1, .title_2 {
  color: #015CB8;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.opros_box form {
  width: 80% !important;
  margin: 0 !important;
}
.opros_box label {
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.opros_box form input, .opros_box  form textarea, .list_opros  textarea, .list_opros  input {
  margin-bottom: 10px;
  border-bottom: 1px solid #D3DAF7 !important;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.w-107 {
  width: 107px;
}
.w-370 {
  width: 370px;
}
.mt_100 {
  margin-top: 100px;
}
.piny_bg_opros {
  background: url(../images/piny_bg_opros.png) 20% no-repeat;
  height: 114px;
  width: 90%;
  margin: 20px auto;
}
.bg_modal_opros {
  background: #fff;
  border-radius: 10px;
}
.slick-slide{
  height: auto!important;
}
.news-img img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 5px;
}
.img-thumbnail-active{
  border: 1px solid #000!important;
}





.slid_news_box img{
  height: auto;
  min-height: 183px;
  width: 100%;
}

option:checked {
  background-color: #000;
  color: #fff;
}

.modal-backdrop.fade.in{
  z-index: -1;
}

.bg_news_cont, .bg_lk_cont {
  background: url("../img/bg_news_cont.png") 100% 80% no-repeat;
  background-size: cover;
  padding: 50px 0 80px 0 !important;
}
.bg_online_voting {
  background: url(../img/bg_voiting.png);
}
.bg_lk_cont {
  border-top: 1px solid #C4C4C4;
}

.breadcrumb_cont a {
  color: #87909F;
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb_cont span {
  color: #34494E;
  text-transform: uppercase;
  font-size: 14px;
}
.news_cont h2 {
  color: #34494E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 60px;
}
.bord_news_cont {
  background: url("../img/bord_cont_news_title.png") 100% 80% no-repeat;
  width: 344px;
  height: 35px;
  margin-bottom: 60px;
}
.news_cont p{
  font-size: 16px;
  color: #34494E;
}
.news_cont a {
  color: #015CB8;
}
.login_box {
  margin-bottom: 14px;
}
.login_box .user-cabinet-link {
  color: #212529;
  font-size: 14px;
  padding-left: 50px !important;
  background: url("../img/avatar_ico.png") 12% 50% no-repeat;
}
.login_box .exit-butt {
  font-size: 0;
  background: url("../img/btn_relog.png") 50% 50% no-repeat;
}
.login_box .btn_exit {
    font-size: 0;
    height: 24px;
}
.menu-line{
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
}

.menu-line ul li{
  list-style: none;
}

.menu-line-container .header-nav {
  display: flex;
  align-items: center;
}
.menu-line-container .header-nav a{
  padding: 30px 25px;
  font-weight: 300;
  color: #34494E !important;
  display: block;
  font-size: 16px;
}
.menu-line-container .header-nav a:hover,
.menu-line-container .header-nav a.active{
  background: url(../img/bord_menu.png) no-repeat 50% 75%;
  text-decoration: none;
}
.konkurs_list_box .courses-info-title {
  color: #34494E;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.konkurs_list_box .courses-info-title-author {
  color: #34494E;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 20px;
}
.doc_file {
  background: url(../img/ico_doc.png) no-repeat 0%;
  padding-left: 40px;
}
sup {
    color:red;
    font-size: 20px !important;
    top: 0px !important;
}
.pdf_file {
  background: url(../img/pdf_ico.png) no-repeat 0 50%;
  padding: 6px 0 6px 40px;
}
.link-add-file {
  color: #7619D5;
  font-size: 16px;
  background: url(../img/ico_plus.png) no-repeat 0% 79%;
  padding-left: 20px;
  margin-left: 20px;
}
body, div#app {
    height: 100%;
}
.wrapper-app {
    min-height: 100%;
    padding-bottom: 84px;
    box-sizing: border-box;
}
.feedback .area {
    display: none;
}
.text-danger{
  display: block;
}
.download_shablon a {
  display: block;
  color: #7619D5;
  font-size: 16px;
  background: url(../img/download_ico_file.png) no-repeat 0% 79%;
  padding-left: 20px;
}
.fil_add_doc {
  background: url(../img/ico_doc.png) no-repeat 0%;
  padding-left: 40px;
}
.konkurs_form label {
  margin: 0 !important;
}

input[name="work"]{
  margin-top: 5px;
}
.select2-dropdown.select2-dropdown--below{
  width: 423px !important;
}

.select2-container--default .select2-selection--single{
  padding:6px;
  height: 47px!important;
  width: 423px;
  font-size: 1.2em;
  position: relative;
  margin: 5px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #bf86f9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
  width: 423px;
  color: #fff;
  font-size: 1.3em;
  padding: 4px 12px;
  height: px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #87909F!important;
  font-size: 16px;
  line-height: 21px!important;
  font-family: "Corsica MX", sans-serif;
}

/*cкрывает тестовый блок на странице онлайн конкурса*/
.konkurs_list_box[data-id="21"]{
  display: none;
}
/*cкрывает тестовый блок на странице онлайн конкурса*/

.bg_online_voting{
  min-height: 100vh!important;
}
.bg_online_voting a {
    color: #1B22C5 !important;
}
.download_file  {
  margin-left: 15px;
}

