html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

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

html, body {
  font: 400 15px/1.4 'Montserrat', sans-serif;
  color: #000; }

body {
  overflow-x: hidden; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

img {
  max-width: 100%; }

.animation {
  transition: all .6s ease-in-out; }

.icon {
  display: block; }
  .icon_stage {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .icon_why {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .icon_second {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .icon_education {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

input:focus, button:focus, textarea:focus, a:focus {
  outline: none; }

.icon-phone {
  width: 24px; }

.fb_iframe_widget {
  width: 100%;
  height: 480px;
  border-radius: 5px;
  overflow: hidden; }

.fb_iframe_widget_fluid span {
  width: 100% !important; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px; }

.col {
  padding: 0 10px; }
  .col_3 {
    width: 25%; }
  .col_4 {
    width: calc(100% / 3); }
  .col_5 {
    width: 41.6%; }
  .col_6 {
    width: 50%; }
  .col_7 {
    width: calc(100% -  41.6%); }
  .col_8 {
    width: calc(66.666%); }
  .col_12 {
    width: 100%; }

.text_black {
  color: #111; }

.text_white {
  color: #fff !important; }

.text_yellow {
  color: #ffd700 !important; }

.text_blue {
  color: #293cad !important; }

.text_red {
  color: #ff0000 !important; }

.text_center {
  text-align: center; }

.text_normal {
  font-weight: 400; }

.text_bold {
  font-weight: bold; }

.text_uppercase {
  text-transform: uppercase; }

.text_dashed {
  border-bottom: 1px dashed #fff; }

.text_left {
  text-align: left; }

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

.text__block a {
  color: #293cad;
  text-decoration: none; }

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

.info {
  font-size: 13px; }

.subtitle {
  font-size: 18px; }

.title {
  font-size: 30px; }
  .title span {
    font-weight: bold; }
  .title_mb {
    margin-bottom: 60px; }
    .title_mb-15 {
      margin-bottom: 25px; }

.box-shadow {
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1); }

.section {
  padding: 75px 0;
  overflow: hidden; }
  .section_pd {
    padding: 25px 0; }
  .section_photo {
    min-height: 400px;
    padding-top: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .section_overlay {
    position: relative; }
    .section_overlay::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .section_overlay .container {
      position: relative;
      z-index: 2; }
  .section_yellow {
    background-color: #ffd700; }
  .section_grey {
    background-color: #FFE640; }
  .section_blue {
    background-color: #293cad; }
  .section_green {
    background-color: #23931e; }
  .section_welcome {
	  position: relative;
    padding-top: 160px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.section_welcome::before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.section_welcome .container {
	position: relative;
	z-index: 2;
}

.seo__block {
	font-size: 12px;
}

.seo__block strong,
.sero__block b {
	font-weight: bold;
}

.list_short {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.blockquote {
  position: relative;
  font-size: 13px;
  font-style: italic;
  padding: 0 25px; }
  .blockquote::after, .blockquote::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: -5px;
    background: url("../img/icons/quote.png") no-repeat center;
    background-size: contain; }
  .blockquote::before {
    left: unset;
    top: unset;
    right: 0;
    bottom: -5px;
    transform: rotate(180deg); }

.btn {
  display: inline-block;
  padding: 8px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border: 1px solid transparent;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
  cursor: pointer; }
  .btn_padding {
    padding: 20px 28px; }
  .btn_border {
    border-radius: 4px; }
  .btn_100 {
    width: 100%; }
  .btn_yellow {
    border-color: #ffd700;
    background-color: #ffd700;
    color: #fff; }
    .btn_yellow:hover {
      background-color: transparent;
      color: #ffd700; }
    .btn_yellow-mono {
      border-color: #ffd700;
      background-color: #ffd700;
      color: #fff; }
  .btn_white {
    border-color: #fff;
    background-color: #fff;
    color: #111; }
    .btn_white:hover {
      background-color: transparent;
      color: #fff; }
  .btn_blue {
    border-color: #293cad;
    background-color: #293cad;
    color: #fff; }
  .btn_250 {
    min-width: 250px;
    text-align: center; }

.menu {
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center; }
  .menu > li {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    .menu > li:not(:last-child) {
      margin-right: 20px; }
    .menu > li > a {
      text-decoration: none;
      font-size: 14px;
      line-height: 30px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
    .menu > li:last-child ul {
      left: unset;
      right: 0; }
    .menu > li:hover ul {
      display: block; }
    .menu > li#menu-item-232::before, .menu > li#menu-item-239::before, .menu > li#menu-item-252::before {
      content: "\f107";
      display: inline-block;
      font-family: FontAwesome;
      padding: 0;
      color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      font-size: 14px;
      font-weight: 400; }
  .menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 1;
    background: #fff;
    width: 250px;
    padding: 15px;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3); }
    .menu ul li {
      text-align: left;
      margin-bottom: 13px;
      transition: color .5s; }
      .menu ul li a {
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
        color: #000;
        font-weight: 500; }
      .menu ul li:hover a {
        color: #000; }

.d-flex {
  display: flex; }
  .d-flex.justify-center {
    justify-content: center; }

.toggle-menu {
  display: none;
  width: 31px;
  height: 31px;
  background: url("../img/icons/open-menu.svg") no-repeat center;
  background-size: contain; }

.separator {
  display: block;
  width: 100%;
  height: 40px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain; }
  .separator_mg {
    margin: 40px 0; }

.hidden_text {
  display: none;
  opacity: 0; }

@media screen and (max-width: 991px) {

  .hidden_md {
    display: none; } }

.slider {
  position: relative; }
  .slider .slick-arrow {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #293cad;
    border: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: background-color .5s;
    cursor: pointer; }
    .slider .slick-arrow::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url("../img/icons/back.svg") no-repeat center;
      background-size: contain; }
    .slider .slick-arrow.slick-next {
      left: unset;
      right: -5px;
      transform: translateY(-50%) rotate(180deg); }

.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 15px !important;
  color: #000; }

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 25px 15px; }

.menu__mob {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #23931e;
  max-width: 545px;
  width: 100%;
  z-index: 1000;
  margin-right: -100%;
  opacity: 0;
  overflow-y: auto;
  transition: margin-right 1.2s; }

.menu__mob-close {
  position: absolute;
  top: 30px;
  left: 31px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icons/clear-button.svg") no-repeat center;
  background-size: cover;
  cursor: pointer; }

.menu__mob-wrap {
  min-height: 100vh;
  padding: 82px 50px 69px 51px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.menu__mob-title {
  letter-spacing: 0.18px;
  margin-bottom: 37px; }

.menu__mob-header {
  margin-bottom: 40px; }

.menu__mob-contacts {
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .14px;
  margin-bottom: 75px;
  cursor: pointer; }

.menu__mob-contacts a {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 10px; }

.menu__mob-show {
  margin-right: 0; }

.menu__mob-menu > li {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 25px; }
  .menu__mob-menu > li:not(:first-child) {
    margin-top: 15px; }
  .menu__mob-menu > li:hover .sub-menu {
    height: auto;
    transition: height .2s ease-out; }
  .menu__mob-menu > li.menu-item-232::before, .menu__mob-menu > li.menu-item-239::before, .menu__mob-menu > li.menu-item-252::before {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 5px;
    transform: translateY(-50%);
    right: 0;
    font-size: 17px;
    font-weight: 400; }
  .menu__mob-menu > li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }
  .menu__mob-menu > li .sub-menu {
    position: relative;
    height: 0;
    overflow-y: hidden;
    transition: height .5s ease-in; }
    .menu__mob-menu > li .sub-menu::after {
      content: '';
      display: block;
      width: 2px;
      height: 25px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff; }
    .menu__mob-menu > li .sub-menu > li {
      position: relative;
      padding-left: 17px; }
      .menu__mob-menu > li .sub-menu > li:first-child {
        margin-top: 15px; }
      .menu__mob-menu > li .sub-menu > li:not(:last-child) {
        margin-bottom: 12px; }
        .menu__mob-menu > li .sub-menu > li:not(:last-child)::after {
          content: '';
          display: block;
          width: 2px;
          height: calc(100% + 12px);
          position: absolute;
          left: 0;
          top: 12px;
          background-color: #fff; }
      .menu__mob-menu > li .sub-menu > li::before {
        content: '';
        display: block;
        width: 11px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 10px; }
    .menu__mob-menu > li .sub-menu a {
      font-size: 14px; }

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 !important;
  background-color: #fff;
  font-size: 12px; }

div.wpcf7 input[type="file"] {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 4px; }

span.wpcf7-list-item {
  color: #fff;
  margin-left: 0 !important; }

.footer__menu .sub-menu {
  display: none; }

.footer {
  background-color: #23931e;
  padding: 75px 0 0; }
  .footer__logo {
    max-width: 152px;
    width: 100%;
    margin-bottom: 30px; }
    .footer__logo img {
      width: 100%; }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px; }
    .footer__contacts > li:not(:last-child) {
      margin-bottom: 14px; }
    .footer__contacts-link {
      color: #fff; }
      .footer__contacts-link_black {
        color: #111;
        font-size: 18px; }
      .footer__contacts-link i {
        margin-right: 5px; }
  .footer__title {
    margin-bottom: 20px; }
  .footer__right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
  .footer__col {
    width: 33.333%;
    padding: 0 10px; }
  .footer__menu > li:not(:last-child) {
    margin-bottom: 10px; }
  .footer__menu > li a {
    font-size: 13px;
    text-decoration: none;
    color: #fff; }
  .footer__link {
    font-size: 13px;
    color: #fff; }
  .footer__copyright {
    margin-top: 45px;
    border-top: 1px solid #fff;
    padding-bottom: 15px;
    padding-top: 15px; }
    .footer__copyright p {
      font-size: 12px; }

.social {
  display: flex;
  align-items: center; }
.social li:first-of-type {
	background-color: #3b5998;
}
.social li:nth-of-type(2) {
	background-color: #c08d64;
}

  .social > li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .5s ease-in-out; }
    .social > li:not(:last-child) {
      margin-right: 10px; }
    .social > li:hover {
      background-color: #fff; }
.social li:hover:first-of-type {
	background-color: #3b5998;
}

.social li:hover:nth-of-type(2) {
	background-color: #c08d64;
}
      .social > li:hover .social__link {
        color: #111; }
.social li:hover:first-of-type .social__link,
.social li:hover:nth-of-type(2) .social__link {
	color: #fff;
}
  .social__link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    transition: color .5s; }
  .social_black > li {
    border-color: #111;
    background-color: black; }
    .social_black > li .social__link {
      color: #fff; }
    .social_black > li:hover {
      background-color: #fff; }
      .social_black > li:hover .social__link {
        color: #000; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: -webkit-transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease; }
.header__flag {
	width: 55px;
	margin-left: 15px;
	text-decoration: none;
}

.header__flag span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
	transition: .3s;
}

.header.fixed .header__flag span {
	color: #333;
}

  .header.is-closed {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: none; }
  .header.fixed .header__bottom {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  .header.fixed .menu > li > a, .header.fixed .menu > li {
    color: #333; }
    .header.fixed .menu > li > a#menu-item-232::before, .header.fixed .menu > li > a#menu-item-239::before, .header.fixed .menu > li > a#menu-item-252::before, .header.fixed .menu > li#menu-item-232::before, .header.fixed .menu > li#menu-item-239::before, .header.fixed .menu > li#menu-item-252::before {
      color: #333; }
  .header__top {
    background-color: #111; }
    .header__top-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 50px; }
    .header__top-contacts {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #fff;
      font-size: 14px; }
      .header__top-contacts p {
        margin-right: 30px; }
      .header__top-contacts .footer__contacts {
        flex-direction: row;
        margin-bottom: 0; }
        .header__top-contacts .footer__contacts > li:not(:last-child) {
          margin-right: 22px;
          margin-bottom: 0; }
  .header__bottom {
    padding: 5px 0;
    min-height: 85px;
    transition: background-color .15s ease-in-out; }
    .header__bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .header__logo {
    max-width: 132px;
    width: 100%; }
    .header__logo img {
      width: 100%; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  margin-top: -20px;
  font-size: 13px; }
  .pagination > li {
    margin-bottom: 10px; }
    .pagination > li:not(:last-child) {
      margin-right: 13px; }
      .pagination > li:not(:last-child)::after {
        content: '\f105';
        font-family: 'FontAwesome';
        color: #111;
        font-size: 13px;
        line-height: 10px;
        margin-left: 13px; }
    .pagination > li a {
      color: inherit;
      text-decoration: none; }
    .pagination > li.active a {
      color: #b5b5b5;
      text-decoration: underline; }

.breadcrumbs {
  margin-bottom: 30px;
  margin-top: -20px; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
  .breadcrumbs__separator {
    margin: 0 8px; }

.welcome__title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px; }
  .welcome__title span {
    color: #23931e; }

.welcome__subtitle {
  font-size: 24px; }

.welcome__checkbox {
  display: block;
  width: 100%; }
  .welcome__checkbox span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }

.welcome__form {
  width: 100%;
  background-color: #464542;
  padding: 40px 23px; }
  .welcome__form-title {
    font-size: 25px;
    margin-bottom: 17px; }
  .welcome__form-list {
    margin-left: -7px;
    margin-right: -7px; }
    .welcome__form-list > div {
      margin-bottom: 13px; }
    .welcome__form-list .col {
      padding: 0 7px; }
  .welcome__form-copyright {
    font-size: 11px;
    margin-top: 15px; }

.welcome__input {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px; }
  .welcome__input.wpcf7-textarea {
    height: 100px;
    resize: none;
    padding: 10px; }

.welcome__label {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px; }

.apply__list {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.apply__title {
  font-size: 23px;
  width: calc(100% - 153px); }

.apply__text {
  max-width: 600px; }

.info__list {
  justify-content: center; }
  .info__list > div {
    margin-bottom: 30px; }

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

.info__blockquote {
  max-width: 677px;
  width: 100%;
  margin: 0 auto; }

.info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow .5s ease-in-out; }
  .info__item i {
    margin-bottom: 16px; }
  .info__item:hover {
    box-shadow: 0 0 21px 1px rgba(0, 0, 9, 0.2); }

.country__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .country__list > li {
    width: 260px; }
    .country__list > li:not(:last-child) {
      margin-right: 25px; }

.country__item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #fff;
  height: 70px;
  width: 100%;
  border-radius: 2px;
  font-size: 16px; }
  .country__item img {
    width: 60px;
    margin-right: 10px; }
  .country__item:hover {
    color: #293cad !important;
    background-color: rgba(255, 255, 255, 0.69); }

.how-work__list {
  margin-bottom: 50px; }

.how-work__item {
  position: relative;
  width: 270px;
  margin: 0 auto; }

.how-work__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%; }

.how-work__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #ffd700;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px; }
  .how-work__icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.how-work__title {
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff;
  min-height: 43px; }

.how-work__text {
  padding: 0 32px; }

.why__item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.why__title {
  font-size: 16px;
  margin-bottom: 20px; }

.why__line {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #293cad;
  margin-bottom: 20px; }

.why__icon {
  height: 72px;
  margin-bottom: 20px; }

.preview__title {
  position: relative;
  padding-left: 24px;
  font-size: 48px; }
  .preview__title::before {
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #293cad; }

.preview__contacts {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6; }
  .preview__contacts p {
    margin-bottom: 25px; }
  .preview__contacts a {
    color: inherit;
    font-weight: bold;
    text-decoration: none; }

.preview__navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  .preview__navigation > li {
    margin: 10px; }

.content h2 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }
  .content h2 a {
    text-decoration: none;
    color: inherit; }

.content h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px; }

.content .mail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .content .mail a {
    display: flex;
    align-items: center;
    margin: 0 5px; }
    .content .mail a img {
      margin-bottom: 0;
      margin-right: 4px; }

.content img {
  display: block;
  max-width: 100%;
  margin-bottom: 25px; }

.content strong, .content b {
  font-weight: bold; }

.content p {
  margin-bottom: 12px; }

.content a {
  font-weight: bold;
  color: inherit; }

.content ul {
  margin-bottom: 15px; }
  .content ul > li {
    position: relative;
    padding-left: 20px; }
    .content ul > li::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border: 3px solid #293cad;
      position: absolute;
      left: 0;
      top: 11px;
      transform: translateY(-50%); }
    .content ul > li:not(:last-child) {
      margin-bottom: 9px; }

.content ol {
  margin-bottom: 15px;
  counter-reset: item;
  list-style-type: none; }
  .content ol strong {
    margin-bottom: 7px; }
  .content ol > li {
    position: relative;
    display: block; }
    .content ol > li::before {
      content: counter(item) ".  ";
      counter-increment: item; }
    .content ol > li:not(:last-child) {
      margin-bottom: 22px; }

.content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e7e7e7; }
  .content table th, .content table td {
    font-weight: 500;
    text-align: left;
    padding: 17px 12px;
    min-width: 200px; }
  .content table td:not(:last-child) {
    border-right: 1px solid #e7e7e7; }
  .content table th {
    font-weight: bold;
    background-color: #f7f7f7; }
  .content table thead {
    border-bottom: 1px solid #e7e7e7; }
  .content table tr:nth-child(even) {
    background-color: #f7f7f7; }

.content__slider {
  width: 100%;
  margin-bottom: 30px; }
  .content__slider-photo {
    height: 360px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 5px; }
    .content__slider-photo::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../img/icons/loupe.svg") no-repeat center rgba(0, 0, 0, 0.65);
      background-size: 30px;
      opacity: 0;
      transition: opacity .6s; }
    .content__slider-photo:hover::before {
      opacity: 1; }
  .content__slider-block {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px; }
  .content__slider-nav {
    margin-left: -5px;
    margin-right: -5px; }
  .content__slider-item {
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 5px; }

.university__category {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .university__category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px; }
  .university__category-photo {
    width: 100%;
    height: 0;
    padding-top: 67%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .university__category-title {
    max-width: calc(100% - 20px);
    padding: 20px;
    min-height: 86px;
    background-color: #fff;
    transform: translateY(-50%);
    margin-bottom: -20px; }
    .university__category-title span {
      vertical-align: super;
      font-size: 13px; }

.university__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 40px; }

.university__list-header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px; }

.university__list-info {
  margin-bottom: 0 !important;
  width: calc(100% - 175px); }
  .university__list-info > li {
    color: #909090; }
    .university__list-info > li span {
      color: #111; }

.university__list-photo {
  display: flex;
  justify-content: flex-start;
  width: 145px;
  margin-right: 30px; }
  .university__list-photo img {
    max-width: 100%; }

.university__list-title {
  font-size: 20px;
  min-height: 54px;
  margin-bottom: 20px; }

.university__list-description {
  font-size: 14px;
  margin-bottom: 25px !important; }

.apply__form {
  max-width: 100% !important;
  background-color: #293cad; }

.radio-205 {
  display: block;
  width: 100%; }

.news__before {
  height: 80px; }

.news__list {
  align-items: flex-start;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px; }

.news__col {
  padding: 0 10px; }

.news__col_1 {
  width: 77%; }

.news__col_2 {
  width: 23%; }

.news__item {
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0;
  transition: box-shadow .5s ease-in-out; }
  .news__item:hover {
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1); }

.news__footer {
  padding: 0 5px 25px; }

.fb_iframe_widget {
  height: 380px;
  overflow: hidden; }

.news__photo {
  margin-bottom: 20px; }
  .news__photo img {
    width: 100%; }

.news__title {
  margin-bottom: 20px; }

.news__subtitle {
  font-size: 17px;
  margin-bottom: 9px; }

.news__description {
  background: #fff;
  padding: 15px; }

.news__photo img {
  width: 100%;
  height: auto; }

.news__latest-title {
  font-size: 14px; }

.news__latest-photo {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 55%;
  margin-bottom: 3px; }

.news__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -13px;
  margin-right: -13px; }

.news__previews {
  width: 33.333%;
  padding: 0 13px;
  margin-bottom: 26px; }

.news__previews-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px; }

.news__preview-title {
  display: block;
  font-size: 16px;
  margin-bottom: 10px; }

.news__previews-description {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.news__latest {
  margin-bottom: 25px; }

.news__list_mb {
  margin-bottom: 30px; }

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

.news__previews-more {
  font-size: 12px; }

.tests__form {
  margin-top: 40px; }
  .tests__form h3 {
    font-weight: bold;
    margin-bottom: 10px; }
  .tests__form .col-6 {
    display: block;
    width: 50%;
    margin-bottom: 25px; }
  .tests__form span.wpcf7-list-item {
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 5px; }
    .tests__form span.wpcf7-list-item input {
      margin-left: 0; }

.reviews__item {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  align-items: center; }

.reviews__photo {
  display: block;
  height: 0;
  padding-top: 130%;
  max-width: 350px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }

.reviews__list {
  position: relative; }
  .reviews__list .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    border-radius: 3px;
    top: calc(50% - 36px);
    background: #293cad url("../img/arrow-1.svg") no-repeat right center;
    background-size: 83px 42px;
    border: none;
    z-index: 1;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer; }
    .reviews__list .slick-arrow.slick-prev {
      left: 0;
      transform: translateY(-50%) scale(-1, 1); }
  .reviews__list .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    z-index: 10; }
    .reviews__list .slick-dots > li:not(:last-of-type) {
      margin-right: 30px; }
    .reviews__list .slick-dots > li.slick-active button {
      opacity: 1; }
    .reviews__list .slick-dots button {
      display: block;
      padding: 0;
      margin: 0;
      width: 10px;
      height: 10px;
      font-size: 0;
      background-color: #293cad;
      border-radius: 50%;
      border: none;
      opacity: .6;
      transition: opacity .5s ease-in-out; }

.conditions__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px; }

.conditions__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333%; }

.conditions__title {
  font-size: 18px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.conditions__text {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-left: 35px;
  max-width: 320px; }

.conditions__circle {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 9px; }
  .conditions__circle p {
    display: block;
    position: absolute;
    left: -45px;
    bottom: -90px;
    width: 61px;
    height: 138px; }
    .conditions__circle p > span:first-of-type {
      position: absolute;
      left: -11px;
      top: 30px;
      transform: rotate(-44deg);
      width: 83px;
      height: 1px;
      background-color: #fff; }
    .conditions__circle p > span:last-of-type {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 1px;
      height: 79px;
      background-color: #fff; }
  .conditions__circle > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 162px;
    height: 162px;
    background-color: #fff;
    border-radius: 50%; }
  .conditions__circle i {
    display: block;
    width: calc(200px - 38px);
    height: calc(200px - 38px);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
	  border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center; }

.order-price__wrap {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100; }

.order-price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 50px;
  color: #fff;
  font-weight: 700;
  transform: rotate(270deg);
  background-color: #0f340d;
  width: 180px;
  right: -65px;
  position: relative;
  transition: background-color .5s ease-in-out; }

#overlay {
  z-index: 150;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

.modal_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 151;
  max-width: 540px;
  padding: 40px 45px;
  background-color: #fff;
  width: calc(100% - 20px); }

.modal_close {
  width: 30px;
  position: absolute;
  border-color: transparent;
  border-radius: 3px;
  height: 30px;
  background: transparent url("../img/menu.svg") no-repeat right center;
  background-size: cover;
  transition: background-color .5s;
  right: -30px;
  top: -15px;
  cursor: pointer; }

.modal_div__title {
  font-size: 24px;
  line-height: 31px;
  font-weight: bolder;
  color: #000;
  margin-bottom: 20px;
  text-align: center; }

.form__block {
  max-width: 705px;
  width: 100%;
  margin: 0 auto; }

.modal_div .form__flex {
  margin: 0 0 5px; }

.form__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

.modal_div .form__column {
  width: 100%;
  padding: 0; }

.form__column {
  height: 100%; }

.form__column .wpcf7-form-control-wrap:first-of-type {
  margin-bottom: 22px; }

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block; }

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%; }

.form__input {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  height: 40px;
  border: none;
  border-radius: 3px;
  background-color: #F4F4F4;
  padding: 0 6px 0 14px;
  transition: background-color .75s; }

.modal_div .form__input {
  margin-bottom: 22px !important;
  height: 60px;
  background: #fff;
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.modal_div .btn-form {
  height: 60px;
  width: 100%; }

.btn-form {
  background: #293cad;
  color: #FFFFFF;
  line-height: 18px;
  border-radius: 5px;
  text-align: center;
  width: 160px;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  border: none;
  font-family: 'Montserrat', sans-serif; }

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%; }

@media screen and (max-width: 1199px) {
	.header__flag_desctop {
		display: none;
	}
  .news__previews {
    width: 50%; }
  .menu {
    display: none; }
  .news__col_1 {
    width: 100%;
    margin-bottom: 30px; }
  .news__col_2 {
    width: 100%; }
  .news__latest {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px; }
  .news__latest li:not(:last-child) {
    margin: 0; }
  .news__latest li {
    width: 25%;
    padding: 0 10px; }
  .toggle-menu {
    display: block; }
  .header__bottom {
    padding: 3px 0;
    min-height: auto; }
  .welcome__list .col_7 {
    width: 50%; }
  .welcome__list .col_5 {
    width: 50%; }
  .welcome__title {
    font-size: 30px; }
  .info__text {
    font-size: 21px; }
  .info__list > div {
    width: 33.333%; }
  .apply__title {
    font-size: 18px; }
  .how-work__list > div:not(:last-child)::before {
    width: 27px; }
  .footer__row .col_4 {
    width: 25%; }
  .footer__row .col_8 {
    width: 75%; }
  .footer__contacts-link {
    font-size: 14px; }
  .title {
    font-size: 28px; }
  .university__category > div {
    width: 50%; }
  .university__category-item {
    max-width: 576px;
    margin: 0 auto 40px; }
  .university__category-title {
    font-size: 14px;
    max-width: 283px; }
  .university__list-title {
    font-size: 18px;
    min-height: 50px; } }

@media screen and (max-width: 991px) {
	
	.header__flag {
		width: 40px;
		margin-left: 0;
		margin-bottom: 5px;
	}
  .conditions__list {
    justify-content: center; }
  .conditions__wrap:not(:last-of-type) {
    margin-bottom: 30px; }
  .conditions__wrap {
    width: 310px; }
  .news__latest > li {
    width: 50%;
    margin-bottom: 20px !important; }
  .wpcf7 form .wpcf7-response-output {
    max-width: 440px; }
  .content h2 {
    font-size: 20px; }
  .header__top-contacts p {
    display: none; }
  .header__bottom {
    background-color: #fff;
    padding: 3px 0; }
  .welcome__list .col_7 {
    width: 100%; }
  .welcome__list .col_5 {
    width: 100%; }
  .welcome__title {
    margin-bottom: 40px; }
  .welcome__form {
    max-width: 440px; }
  .contacts__form {
    max-width: 600px;
    margin-top: 50px; }
  .section {
    padding: 60px 0; }
    .section_welcome {
      padding-top: 160px; }
  .title {
    font-size: 24px; }
  .info__text {
    font-size: 17px; }
  .info__list > div {
    width: 50%; }
  .apply__title {
    padding-right: 20px; }
  .country__list > li {
    margin-bottom: 15px; }
    .country__list > li:not(:last-child) {
      margin-right: 15px; }
  .why__title {
    font-size: 15px; }
  .how-work__list {
    justify-content: center;
    margin-bottom: 30px; }
    .how-work__list > div {
      width: 50%;
      margin-bottom: 30px; }
      .how-work__list > div:nth-child(2)::before {
        left: 28%;
        bottom: -29px;
        top: unset;
        transform: rotate(-225deg) translateX(50%); }
  .footer__logo {
    margin-bottom: 0; }
  .footer__row .col_8 {
    order: 0;
    width: 100%; }
  .footer__row .col_4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    order: 1;
    margin-top: 30px; }
  .section_photo {
    padding-top: 200px; }
  .preview__title {
    font-size: 35px; }
  .university__list > div {
    width: 100%; }
  .university__list-title {
    font-size: 20px;
    min-height: auto; } }

@media screen and (max-width: 767px) {
  .modal_close {
    top: -30px;
    right: 0; }
  .modal_div__title {
    font-size: 19px;
    line-height: 26px; }
  .modal_div {
    padding: 20px; }
  .modal_div .form__input {
    height: 55px;
    font-size: 16px; }
  .news__previews {
    width: 100%; }
  .subtitle {
    font-size: 16px; }
  .news__previews-more {
    width: auto !important; }
  .apply__form {
    padding: 20px 15px; }
    .apply__form .col_6 {
      width: 100%; }
  .tests__form .col-6 {
    width: 100%; }
  .menu__mob-wrap {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .menu__mob-close {
    left: 15px; }
  .menu__mob-contacts {
    margin-bottom: 50px; }
  .slider .slick-arrow {
    left: -5px; }
    .slider .slick-arrow.slick-next {
      left: unset;
      right: -5px; }
  .content h2 {
    font-size: 18px; }
  .content h3 {
    font-size: 16px; }
  .content__slider-item {
    height: 70px; }
  .content__slider-photo {
    height: 280px; }
  .section {
    padding: 50px 0; }
    .section_pd {
      padding: 20px 0; }
    .section_welcome {
      padding-top: 110px; }
  .welcome__title {
    font-size: 32px;
    margin-bottom: 20px; }
  .welcome__subtitle {
    font-size: 18px;
    margin-bottom: 35px; }
  .apply__list {
    flex-direction: column;
    align-items: center; }
  .apply__title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px; }
  .university__list-info {
    width: 100%; }
  .container {
    padding: 0 15px; }
  .footer {
    padding-top: 30px; }
    .footer__logo {
      max-width: 120px;
      margin-bottom: 20px; }
    .footer__col {
      width: 100%;
      margin-bottom: 32px; }
    .footer__row .col_4 {
      order: 0;
      margin-top: 0;
      margin-bottom: 30px;
      display: block; }
    .footer__copyright {
      margin-top: 20px; }
  .btn {
    font-size: 12px; }
  .title {
    font-size: 20px;
    margin-bottom: 37px; }
  .how-work__list > div {
    width: 100%; }
  .how-work__item {
    width: 100%; }
  .why__list {
    justify-content: center; }
    .why__list > div {
      width: 50%; }
  .country__list > li {
    margin-right: 0 !important;
    margin-bottom: 15px; }
  .info__text {
    font-size: 15px; }
  .info__list > div {
    width: 100%; }
  .header__top-contacts .footer__contacts > li:not(:first-child) {
    display: none; }
  .section_photo {
    min-height: 370px;
    padding-top: 200px; }
  .preview__navigation {
    justify-content: center; }
  .preview__title {
    font-size: 25px; }
  .slider {
    margin-left: -20px;
    margin-right: -20px; }
  .university__category > div {
    width: 100%; }
  .university__category-title {
    margin-bottom: -26px; }
  .university__list-item {
    padding: 20px 15px; }
  .university__list-title {
    font-size: 18px; }
  .university__list-photo {
    margin-right: 10px; }
  .university__list-info {
    margin-top: 20px; } }

@media screen and (max-width: 360px) {
  html, body {
    font-size: 14px; }
  .footer__contacts-link {
    font-size: 13px; }
  .btn {
    padding: 7px 5px; }
    .btn_padding {
      padding: 20px 28px; } }
