@charset 'UTF-8';

@font-face {
  font-family: 'Innerspace';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/innerspace.ttf');
}

@font-face {
  font-family: 'Innerspace-Bold';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/innerspaceBold.ttf');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-style: normal;

  src: url('../fonts/ProximaNova-Extrabld.ttf');
}

/*=============================================
                 HEADER
=============================================*/

main::after {
  display: block;
  content: '';
  clear: both;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;
}

img[style] {
  vertical-align: middle !important;
  border-style: none !important;
  width: 100% !important;
  height: auto !important;
}

.main-header {
  position: relative;
  color: #fff;
  min-height: 185px;
  z-index: 99999;
}

.table-responsive {
  margin: auto;
  border: none;
  display: flex;
  justify-content: start;
  overflow-x: auto;
}

.table-responsive tbody {
  margin: auto;
  font-size: 13px;
}

@media (max-width: 576px) {
  .page-home .main-header,
  .contrast .page-home .main-header {
    height: 270px;
  }
  .main-header {
    height: 172px;
  }
  .contrast .main-header {
    height: 50px;
  }
  .page-home .header-contacts.container {
    white-space: nowrap;
  }
  .header-contacts.container {
    white-space: unset;
  }
  .header-contacts.container {
    align-items: center;
  }
  .contacts-items.shift .open-policy {
    width: 68px;
  }
}

.contrast .main-header {
  min-height: auto;
}

.contrast .contacts-items a img {
  display: none;
}

.main-header a {
  color: #fff;
}

.main-header a:hover {
  text-decoration: none;
}

.contacts-items.shift {
  position: relative;
  right: 7px;
  top: 4px;
}

.contrast ol.breadcrumb {
  margin-top: 50px;
}
.contrast .contacts-items.main-tel-container {
  max-width: 236px;
}
.main-header .navbar-toggler {
  position: absolute;
  top: 16px;
  right: 15px;
  outline: none;
  z-index: 600;
}

.main-header-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -40px;
  width: 100%;
  height: 348px;
  background: url(../images/img/BGs/header-BG-two-layers-SHORT.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
}

@media (min-width: 1920px) {
  .main-header-bg {
    top: -40px;
  }
}

@media (min-width: 1522px) {
  .main-header-bg {
    height: 360px;
  }
}

@media (max-width: 1199px) {
  .main-header-bg {
    height: 328px;
  }
}

@media (max-width: 991px) {
  .main-header-bg {
    top: 0;
    left: 0;
    /* background: url(../images/img/BGs/header-BG-two-layers-TABLET.svg) no-repeat; */
    background: url(../images/img/BGs/header-BG-two-layers-tablet_short.svg) no-repeat;
    background-size: 100% 66%;
    width: 100%;
    height: 390px;
  }
}

@media (max-width: 576px) {
  .page-home.main-header-bg {
    top: 0px;
    left: 0;
    /* background: url(../images/img/BGs/header-BG-two-layers-MOBILE.svg) no-repeat; */
    background: url(../images/img/BGs/header-BG-two-layers-mobile_short.svg) no-repeat;
    background-size: 576px auto;
    width: 100%;
  }
  .main-header-bg {
    top: -14px;
    left: 0;
    /* background: url(../images/img/BGs/header-BG-two-layers-MOBILE.svg) no-repeat; */
    background: url(../images/img/BGs/header-BG-two-layers-mobile_short.svg) no-repeat;
    background-size: 100% 57%;
    width: 100%;
  }
}

.page-home .main-header-bg {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 100%;
  background: url('../images/img/BGs/header-BG-two-layers.svg') center bottom no-repeat;
  background-size: cover;
  height: 450px;
}

@media (max-width: 1650px) {
  .page-home .main-header-bg {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    width: 100%;
    background: url('../images/img/BGs/header-BG-two-layers.svg') center bottom no-repeat;
    background-size: cover;
    height: 410px;
  }
}

@media (max-width: 991px) {
  .page-home .main-header-bg {
    top: -5px;
    left: 0;
    /* background: url(../images/img/BGs/header-BG-two-layers-TABLET.svg) no-repeat; */
    background: url(../images/img/BGs/header-BG-two-layers-tablet_long.svg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 379px;
  }
}

@media (max-width: 767px) {
  .page-home .main-header-bg {
    top: 0px;
    height: 400px;
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .page-home .main-header-bg {
    height: 355px;
    background: transparent;
  }

  .contrast .main-header:after,
  .contrast .main-header:before {
    display: none;
  }

  .page-home .main-header:after {
    content: '';
    position: absolute;
    background: url('../images/img/mobile-header-bg1.svg') no-repeat;
    width: 100%;
    height: 115%;
    top: 0;
    background-position: bottom;
    background-size: cover;
    z-index: -3;
  }
  .page-home .main-header:before {
    content: '';
    position: absolute;
    background: url('../images/img/mobile-header-bg2.svg') no-repeat;
    width: 100%;
    height: 100%;
    bottom: -42%;
    background-position: bottom;
    background-size: cover;
    z-index: -4;
  }
}

@media (max-width: 540px) {
  .page-home .main-header:before {
    content: '';
    position: absolute;
    background: url('../images/img/mobile-header-bg2.svg') no-repeat;
    width: 100%;
    height: 100%;
    bottom: -35%;
    background-position: bottom;
    background-size: cover;
    z-index: -4;
  }
}

.main-header-bg::before {
  display: none;
}

.main-header-bg::after {
  display: none;
}

.page-home .main-header-bg::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 70px;
  right: 50%;
  width: 223px;
  height: 184px;
  content: '';
  transform: translateX(50%);
  opacity: 0.4;
  background: url('../images/img/blue-bird.svg') center center no-repeat;
  background-size: cover;
}

.page-home .main-header-bg::after {
  display: block;
  position: absolute;
  top: 80px;
  right: 10px;
  width: 250px;
  height: 243px;
  content: '';
  background: url('../images/img/for_children_1.svg') center center no-repeat;
  background-size: contain;
}

@media (max-width: 1200px) {
  .page-home .main-header-bg::after {
    right: 10px;
    top: 80px;
  }
}

@media (max-width: 991px) {
  .page-home .main-header-bg::after {
    right: 46px;
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .page-home .main-header-bg::after {
    top: 85px;
    right: 10px;
    width: 221px;
    height: 243px;
  }
}

.main-header-sub-bg {
  position: absolute;
  z-index: -2;
  top: -150px;
  left: 0;
  width: 100%;
  height: 250%;
  content: '';
  background: url('../images/img/BGs/header-bg-line.svg') no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .main-header-sub-bg {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .main-header-sub-bg {
    top: -130px;
    width: 100%;
  }
}

.page-home .main-header-sub-bg {
  top: -40px;
  height: 200%;
  position: absolute;
  z-index: -2;
  left: 0;
  width: 100%;
  content: '';
  background: url('../images/img/BGs/header-bg-line.svg') center center no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .page-home .main-header-sub-bg {
    height: 241%;
  }
}

@media (max-width: 767px) {
  .page-home .main-header-sub-bg {
    height: 221%;
  }
}
.page-home .main-header .container.header-contacts {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.header-contacts {
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  align-items: flex-end;
}

.contrast .header-contacts {
  padding-top: 10px !important;
}
.content .post-introductory,
.content .post-content {
  word-break: break-word;
}

.header-contacts a {
  color: #fff;
}

.header-contacts a:hover {
  text-decoration: none;
  color: #fff;
}

.contacts-items {
  display: -ms-flexbox;
  display: flex;
}

.contacts-items > .visual-impairment:first-child {
  margin-right: 25px;
}

.main-tel-container {
  display: none;
}

.main-footer .main-tel-container {
  display: block;
}

.page-home .main-tel-container {
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  width: 100%;
  margin-top: 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .page-home .main-tel-container {
    max-width: 230px;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .page-home .main-tel-container {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .working-days.for-mobile h5 {
    display: block !important;
    margin-top: 0px !important;
  }
}

header .main-tel {
  margin-bottom: 10px;
}

.main-tel {
  position: relative;
  padding-right: 25px;
  padding-left: 50px;
  border-radius: 50px;
  background-color: rgba(25, 42, 153, 0.3);
  padding-top: 4px;
  padding-bottom: 13px;
  align-self: flex-start;
  margin-top: 5px;
}

.header-contacts .main-tel-container .main-tel .tel a {
  color: #eae11c;
}

.header-contacts .main-tel-container .main-tel::before {
  background: url('../images/img/phone-yellow.svg') center center no-repeat;
}

.main-tel::before {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../images/img/icons-8-phone-filled.svg') center center no-repeat;
}

.main-tel a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  color: white;
}

.main-tel a:hover {
  text-decoration: none;
}

.main-tel .tel-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 0.7;
  margin: 0;
  padding: 0;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #81acdc;
}

@media (max-width: 991px) {
  .main-header .working-days {
    left: -30px;
  }
}

.working-days.for-mobile h5 {
  display: none;
}

.working-days h5,
.working-days.for-desktop h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: 1.4px;
}

.contacts-item-tels-width {
  display: none !important;
}

.page-home .contacts-item-tels-width {
  display: flex !important;
  justify-content: center !important;
  align-content: flex-start;
  margin-top: 25px;
  margin-bottom: 0px;
  max-width: 431px;
  position: relative;
}

@media (max-width: 991px) {
  .contacts-item-tels-width {
    justify-content: flex-start !important;
  }
}

.mobile-wrapper {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  align-items: center;
  padding-bottom: 9px;
}

.messanger-icon {
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-top: 20px;
}

.messanger-icon.viber {
  background: url('../images/img/viber.svg') center center no-repeat;
  background-size: contain;
}

.messanger-icon.telegram {
  background: url('../images/img/telegram.svg') center center no-repeat;
  background-size: contain;
}

.messanger-icon.watsapp {
  background: url('../images/img/watsup.svg') center center no-repeat;
  background-size: contain;
}

.contrast .blind-text-control {
  display: block !important;
  position: absolute;
  right: 26%;
  top: 52%;
}
.contrast .blind-text-control div > a {
  border: 2px solid black;
  border-radius: 5px;
  padding: 3px 5px;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
}
.contrast .messanger-icon.viber {
  background: url('../images/img/viber-black.svg') center center no-repeat;
  background-size: contain;
}

.contrast .messanger-icon.telegram {
  background: url('../images/img/telegram-black.svg') center center no-repeat;
  background-size: contain;
}

.contrast .messanger-icon.watsapp {
  background: url('../images/img/watsup-black.svg') center center no-repeat;
  background-size: contain;
}

.contacts-items {
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-items .open-policy {
  width: 90px;
  display: block;
}

.contacts-items .open-policy img {
  width: 90px;
  height: 57px;
}

.contacts-items .mobile {
  position: relative;
}

.contacts-items .mobile.mobile-logo {
  font-size: 12px;
}

.contacts-items .mobile .tel-link {
  font-size: 12px;
  font-weight: 500;
  display: block;
  min-width: 118px;
}

.skype-contact {
  position: relative;
  padding-top: 0 !important;
  padding-left: 30px;
  padding-right: 7px;
  top: -3px;
  left: -85px;
}

.skype-contact::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  content: '';
  background: url('../images/img/skype-new.png') center center no-repeat;
}

.contrast .header-title_bg {
  margin-top: 0px;
  padding-bottom: 0px;
}

.header-title {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  margin-top: 2%;
}

.page-home .header-main-title {
  position: relative;
}

.header-main-title h1 {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 4px;
  letter-spacing: 2.2px;
}

.header-main-title p {
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
}

.main-navbar .visual-impairment {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 220px;
  margin-bottom: 20px;
  padding: 10px 35px 10px 75px;
  border-radius: 50px;
  background-color: #192b99;
  justify-content: center;
}

.main-navbar .visual-impairment::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 32px;
  height: 26px;
  content: '';
  background: url('../images/img/glasses.svg') center center no-repeat;
}

.main-navbar .visual-impairment.user::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  width: 32px;
  height: 26px;
  content: '';
  background: url('../images/img/user.svg') center center no-repeat;
}

.main-navbar .visual-impairment.user {
  padding: 10px 35px 10px 56px;
}

.main-navbar .visual-impairment p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.visual-impairment {
  margin-top: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border-radius: 19px;
  background-color: #0e61b4;
  -ms-flex-pack: justify;
  -ms-flex-direction: column;
  justify-content: center;
  width: 163px;
  height: 48px;
  border: none;
}

@media (max-width: 991px) {
  .visual-impairment {
    width: auto;
  }
}

.visual-impairment.glass {
  padding: 11px 30px 11px 57px;
}

.visual-impairment.user {
  padding: 11px 30px 11px 50px;
}

.page-home .visual-impairment {
  margin-top: -3px;
  justify-content: center;
}

.visual-impairment.glass::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  width: 27px;
  height: 22px;
  content: '';
  background: url('../images/img/glasses.svg') center center no-repeat;
  background-size: cover;
}

.visual-impairment.user::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  width: 27px;
  height: 22px;
  content: '';
  background: url('../images/img/user.svg') center center no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .secondary-header .visual-impairment {
    width: auto;
  }
  .secondary-header .visual-impairment p {
    display: none;
  }

  .secondary-header .visual-impairment::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.visual-impairment p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
}

.tipical-version {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 8px 30px 8px 65px;
  border-radius: 20px;
  background-color: #192b99;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
}

.tipical-version::before {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 27px;
  height: 22px;
  content: '';
  background: url('../images/img/glasses.svg') center center no-repeat;
  background-size: cover;
}

.tipical-version p {
  font-size: 9px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.page-home .open-policy img {
  width: 78px;
  height: auto;
  margin-bottom: 5px;
}

.show-dropdown {
  display: block;
}

.navbar {
  position: static;
}

.main-navbar {
  padding: 0;
}

.main-navbar .navbar-nav .dropdown {
  position: static;
}

.main-navbar .navbar-nav .dropdown:hover .main-menu-dropdown-menu {
  display: -ms-flexbox;
  display: flex;
}

.main-navbar .navbar-nav .main-menu-dropdown-menu {
  position: absolute;
  z-index: 100;
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  list-style: none;
  background-color: #ebf4fa;
}

.main-navbar .navbar-nav .main-menu-dropdown-menu ul {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: left;
  -ms-flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-left: 20px;
  margin-right: 10px;
}

.main-navbar .navbar-nav .main-menu-dropdown-menu li {
  max-width: 300px;
  min-width: 150px;
  margin-bottom: 10px;
}

.main-navbar .navbar-nav .main-menu-dropdown-menu a {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #0063f7;
}

@media (max-width: 991px) {
  .main-header-sub-bg {
    height: 234%;
  }
  .main-navbar .navbar-nav .main-menu-dropdown-menu a {
    font-size: 16px;
    margin-left: 0;
  }
  .page-home .open-policy img {
    width: 77px;
  }

  .main-navbar .nav-link {
    width: 100%;
  }

  .main-header .contacts-items .skype-contact {
    top: 7px;
  }

  .contrast .main-header .contacts-items .skype-contact {
    top: 1px;
  }

  .main-navbar .navbar-nav .dropdown {
    width: 100%;
  }
  .page-home .main-header .container.header-contacts {
    justify-content: flex-start;
  }
  .contacts-items.shift {
    width: 27%;
    right: -17px;
    top: 1px;
  }
  .contacts-items.shift img {
    width: 76px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .contacts-items.shift a img {
    transform: translateX(-50%);
  }
}

.main-navbar li.dropdown a.dropdown-toggle.nav-link {
  outline: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 24px 0 0;
  }
}

.main-navbar .nav-link {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 25;
  padding: 24px 0;
  display: inline-flex;
}

.main-navbar .nav-link:hover {
  color: #0063f7;
  background-color: #ebf4fa;
}

.nav-item:hover {
  color: #0063f7;
  background-color: #ebf4fa;
}

.nav-item:hover a {
  color: #0063f7;
}

.main-menu-dropdown-menu a:hover {
  text-decoration: underline;
}

.main-nav-mobile-BG {
  background-color: #ebf4fa;
}

.collapse.navbar-collapse.show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ebf4fa;
  z-index: 500;
  backface-visibility: hidden;
}

.navbar-collapse.collapsing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ebf4fa;
}

.mobile-navbar a {
  color: #fff;
}

.navbar-toggler {
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 5px;
  border: none;
  outline: none;
  -ms-flex-direction: column;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  display: none;
}

.navbar-toggler[aria-expanded='false'] .close-mobile-menu {
  display: none;
}

.close-mobile-menu {
  width: 30px;
  height: 27px;
  background: url('../images/img/x.svg') center center no-repeat;
}

.navbar-toggler-icon {
  width: 30px;
  height: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.navbar-toggler-icon:last-child {
  margin-bottom: 0;
}

.page-home .search-wrapper {
  position: relative;
  transition: top 0.2s ease-in;
  top: none;
  left: 0;
  transform: none;
}

.search-wrapper .form-inline {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search-wrapper .search-form {
  transition: width 0.3s;
  border-radius: 10px;
}

.secondary-header .search-form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-wrapper .search-form input {
  font-size: 16px;
  font-weight: 400;
  width: 257px;
  height: 25px;
  color: #fff;
  border: none;
  border-radius: 16.5px;
  background-color: rgba(216, 216, 216, 0.15);
}

@media (max-width: 1200px) {
  .search-wrapper .search-form input {
    width: 200px;
  }
}

.page-home .search-wrapper .search-form input {
  width: 442px;
}

.search-wrapper .search-btn {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  color: #fff;
  background-color: transparent;
}

.search-wrapper .search-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-toggler-open {
  position: absolute;
  top: 20px;
  right: 81px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 10px;
  color: #fff;
  border: none;
  background: transparent;
}

.search-toggler-open svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.search-toggler-close {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 10px;
  border: none;
  background: url('../images/img/x-white.svg') center center no-repeat;
}

.show-search-mob {
  top: -0px !important;
}

/*=============================================
               GLOBALL SETTINGS
=============================================*/

html {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

body {
  background: #fcfcfc;
}

.index-btn {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 17.6px;
  font-weight: bold;
  font-weight: 500;
  padding: 12px 25px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in;
  color: #fff;
  border: none;
  border-radius: 20px;
  background: #1f2c94;
}

.index-btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 6px 10px 0 rgba(31, 44, 148, 0.5);
}

p {
  margin: 0;
}

/*=============================================
                  INDEX.HTML
=============================================*/

.main-content {
  margin-top: 145px;
}

.contrast .main-content {
  margin-top: 45px;
}
.hot-tel-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 60px;
}

.hot-tel-title h2 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  color: #3381f7;
  text-transform: uppercase;
}

.hot-tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contrast .hot-tel {
  justify-content: space-around;
}

.hot-tel-general {
  margin-top: 20px;
  padding: 0px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 25px 0 rgba(25, 43, 153, 0.12);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hot-tel-general .hot-tel-general-item:first-child {
  width: 30%;
  min-width: 330px;
}

.hot-tel-general-item {
  padding: 20px 0px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.hot-tel-general-item .additional-phones {
  position: relative;
  padding-left: 25px;
  line-height: 40px;
  text-align: left;
}

.hot-tel-general-item .additional-phones:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
  margin: auto;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../images/img/shape.svg') center center no-repeat;
}

.contrast .hot-tel-general-item .additional-phones:before {
  background: url('../images/img/mobile-device-black.svg') center center no-repeat;
}

.hot-tel-general-item .skype {
  position: relative;
  text-align: left;
  padding-left: 35px;
  line-height: 40px;
}

.hot-tel-general-item .skype > a {
  font-size: 20px;
  font-weight: bold;
  color: #4a90e2;
  text-decoration: none;
  position: relative;
}

.hot-tel-general-item .skype > a:before {
  position: absolute;
  top: 0;
  left: -35px;
  bottom: -5px;
  margin: auto;
  width: 30px;
  height: 30px;
  content: '';
  background: url('../images/img/shape-skype.svg') center center no-repeat;
}

.contrast .hot-tel-general {
  border: 2px solid black;
}

.contrast .hot-tel-general-item .skype > a:before {
  position: absolute;
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../images/img/skype-black.svg') center center no-repeat;
}

.hot-tel-general-item .additional-phones > a {
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
}

.hot-tel-general-item .additional-phones .separator {
  text-indent: -9000px;
  width: 1px;
  height: 32px;
  background: #007bff;
  display: inline-block;
  vertical-align: sub;
  margin: 0px 10px;
}

.contrast .hot-tel-general-item .additional-phones .separator {
  background: black;
}

.hot-tel-general-item .additional-phones .apps {
  font-size: 18px;
  font-weight: 500;
  color: #4a90e2;
  padding-left: 15px;
}

.hot-tel-general-item .free-tel-wrapper {
  position: relative;
  margin: auto;
  padding-left: 30px;
}

.hot-tel-general-item .free-tel-wrapper > a {
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.hot-tel-general-item .free-tel-wrapper > a:before {
  position: absolute;
  top: 25px;
  left: -28px;
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/img/grey-phone-filled .svg') center center no-repeat;
  background-size: cover;
  bottom: 0;
  margin: auto;
}

.contrast .hot-tel-general-item .free-tel-wrapper > a:before {
  filter: grayscale(100%);
}

.hot-tel-general-item .free-tel-wrapper > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4a90e2;
}

.hot-tel-general-item .open-hours {
  font-size: 18px;
  color: #4a90e2;
  letter-spacing: 1.3px;
  font-weight: bold;
}

.hot-tel-general-item .item-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-align: left;
  color: #192b99;
  border-bottom: 4px solid #e5e7f4;
  padding-right: 30px;
}

.hot-tel-item,
.hot-tel-item1 {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 25px 0 rgba(25, 43, 153, 0.12);
  min-width: 360px;
  max-width: 360px;
}

.hot-tel-item .item-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-align: left;
  color: #192b99;
  border-bottom: 4px solid #e5e7f4;
  padding-right: 30px;
}

.hot-tel-item .item-title::before {
  position: absolute;
  top: -2px;
  right: 0;
  width: 15px;
  height: 20px;
  content: '';
  background: url('../images/img/map_pointer.svg') center center no-repeat;
  background-size: contain;
}

.contrast .hot-tel-item .free-tel-wrapper {
  flex-wrap: wrap;
}

.hot-tel-item .free-tel-wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.hot-tel-item .free-tel-wrapper a {
  font-size: 23px;
  font-weight: 500;
  margin-right: 10px;
  color: #3381f7;
  white-space: nowrap;
}

.hot-tel-item .free-tel-wrapper a:hover {
  text-decoration: none;
}

.hot-tel-item .free-tel-wrapper p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  /* margin-left: 20px; */
  padding: 5px 20px;
  text-align: right;
  text-transform: capitalize;
  color: #3381f7;
  border-radius: 12px;
  background-color: rgba(51, 129, 247, 0.12);
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-tel-item .additional-tels {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.hot-tel-item .additional-tels::before {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 13px;
  height: 13px;
  content: '';
  background: url('../images/img/grey-phone-filled .svg') center center no-repeat;
  background-size: cover;
}

.hot-tel-item .additional-tels a {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  margin-left: 23px;
  text-align: center;
  color: #0059e1;
  padding-bottom: 8px;
}

.hot-tel-item .additional-tels a:last-child {
  margin-left: 3px;
}

.hot-tel-item .additional-tels a:hover {
  text-decoration: none;
}

.hot-tel-item .hot-tel-skype a {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: block;
  padding-left: 26px;
  color: #0059e1;
}

.hot-tel-item .hot-tel-skype a:hover {
  text-decoration: none;
}

.hot-tel-item .hot-tel-skype a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background: url('../images/img/gray-skype.svg') center center no-repeat;
  background-size: cover;
}

.knowledge-to-all {
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 40px;
  background: linear-gradient(to left, #59f, rgba(22, 38, 131, 0.2)), url('../images/img/BGs/Osvitu_koz.svg') center center no-repeat;
  -ms-flex-pack: center;
  justify-content: center;
}

.knowledge-to-all h2 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
}

.knowledge-to-all h2::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 149px;
  height: 128px;
  content: '';
  transform: translateY(-50%);
  background: url('../images/img/bird.svg') center center no-repeat;
  background-size: contain;
}

.videos-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  display: none;
  margin-bottom: 30px;
  text-align: center;
  color: #3381f7;
}

.videos {
  position: relative;
  overflow-y: scroll;
  max-height: 530px;
  margin-top: 35px;
}

.videos .video {
  position: relative;
  width: 260px;
  max-width: 245px;
  margin-right: 10px;
  margin-bottom: 25px;
}

.videos .video:nth-last-child(2) {
  margin-bottom: 0;
}

.videos .video a {
  width: 100%;
  display: block;
}

.videos .video img {
  max-width: 100%;
  height: 160px;
}

.videos .video a::before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 46px;
  content: '';
  transform: translate(-50%, -50%);
  background: url('../images/img/youtube-grey.svg');
}

.videos .video a:hover::before {
  background: url('../images/img/youtube.svg');
}

.videos .video .service-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0 5px 10px;
  color: #fff;
  background-color: rgba(71, 73, 90, 0.5);
}

.videos .video .service-description p {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.videos .video .service-description:hover {
  color: #fff;
}

.videos .more-videos {
  display: none;
  margin-top: 10px;
}

.services {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gerayborder-bottom {
  border-bottom: 4px solid #ebecf0;
  position: relative;
}

.service-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 160px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.service-wrapper:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .contrast .mobile-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-wrapper {
    margin-right: 35px;
  }

  .service-wrapper:nth-child(3n) {
    margin-right: 35px;
  }
}

@media (max-width: 1199px) {
  .working-days h5 {
    left: 0;
  }
}

.service-background {
  height: 100%;
  width: 100%;
  position: absolute;
  filter: sepia(1) hue-rotate(200deg);
}

.service-wrapper:hover .service-popup {
  top: calc(100% - 30px);
  left: calc(100% - 30px);
  display: block;
  opacity: 1;
}

.service-wrapper .service-popup {
  position: absolute;
  z-index: 2000;
  top: calc(100% - 50px);
  left: calc(100% - 50px);
  display: none;
  width: 100%;
  padding: 40px 35px 20px;
  transition: all 0.25s;
  opacity: 0;
  background: url('../images/img/diagonal-filled.svg') 10px 10px no-repeat;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.21);
}

.service-wrapper .service-popup a {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.07;
  color: #47495a;
  display: block;
}

.service-wrapper .service-popup a:hover {
  text-decoration: underline;
  color: #47495a;
}

.service-wrapper .service-popup:hover .service-popup {
  top: calc(100% - 30px);
  left: calc(100% - 30px);
  display: block;
  opacity: 1;
}

.service {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 160px;
  color: #fff;
  border-radius: 12px;
  background-size: cover !important;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.service .icon {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 60px;
  height: 50px;
  color: #fff;
}

.service h2 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 28px;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 10px;
  padding-left: 15px;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service:hover {
  text-decoration: none;
}

.service:hover .layer {
  border: 8px solid #1cabe2;
  background-color: transparent;
}

.service:hover .layer2 {
  border: 8px solid rgba(0, 98, 245, 0.75);
  background-color: transparent;
}

.service:hover .layer3 {
  border: 8px solid rgba(25, 42, 153, 0.75);
  background-color: transparent;
}

.service:hover h2 {
  color: #1cabe2;
}

.service:hover svg {
  color: #1cabe2;
}

.service:hover .layer2-color {
  color: rgba(0, 98, 245, 0.75);
}

.service:hover .layer3-color {
  color: rgba(25, 43, 153, 0.75);
}

.service .layer,
.service .layer2,
.service .layer3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(28, 170, 226, 0.75);
}

.service .layer2 {
  background-color: rgba(0, 98, 245, 0.75);
}

.service .layer3 {
  background-color: rgba(25, 42, 153, 0.75);
}

.service.enter h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.service.education {
  background: url('../images/img/BGs/Dos osvita.png') center center no-repeat;
}

.service.education .icon {
  width: 50px;
  height: 60px;
}

.service.free-videos {
  background: url('../images/img/BGs/Videolessons.png') center center no-repeat;
}

.service.free-videos .icon {
  width: 60px;
  height: 56px;
}

.service.education-centers {
  background: url('../images/img/BGs/Osv centr.png') center center no-repeat;
}

.service.education-centers .icon {
  width: 60px;
  height: 60px;
}

.service.success-history {
  background: url('../images/img/BGs/Usp istor.png') center center no-repeat;
}

.service.success-history .icon {
  width: 70px;
  height: 63px;
}

.service.road-map {
  background: url('../images/img/BGs/Dor karti.png') center center no-repeat;
}

.service.road-map .icon {
  width: 52px;
  height: 50px;
}

.service.info-products {
  background: url('../images/img/BGs/Inform Products.png') center center no-repeat;
}

.service.info-products .icon {
  width: 50px;
  height: 50px;
}

.service.faq {
  background: url('../images/img/BGs/Putannya.png') center center no-repeat;
}

.service.faq .icon {
  width: 70px;
  height: 50px;
}

.service.links {
  background: url('../images/img/BGs/Kor linku.png') center center no-repeat;
}

.service.links .icon {
  width: 40px;
  height: 50px;
}

.success-video-wrapper {
  z-index: 10;
}

.success-histories-students {
  position: relative;
}

.success-histories-students::before {
  position: absolute;
  z-index: -1;
  bottom: 23%;
  left: 0;
  width: 259px;
  height: 219px;
  content: '';
  background: url('../images/img/students_1.svg') center center no-repeat;
}

.success-histories-students::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 20%;
  width: 259px;
  height: 219px;
  content: '';
  background: url('../images/img/students_2.svg') center center no-repeat;
}

.success-histories_index {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 58px;
  padding-top: 50px;
  -ms-flex-direction: column;
}

.success-histories_index img {
  max-width: 100%;
  height: auto;
}

.success-histories_index h2 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 20px;
  letter-spacing: 0.6px;
  color: #3381f7;
}

.success-histories_index a:hover {
  text-decoration: none;
}

.success-histories_index .description {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
  letter-spacing: 0.2px;
  color: #47495a;
  background-color: #fff;
}

.success-histories_index .success-video-main .description {
  font-size: 21px;
  margin-top: 15px;
  letter-spacing: 0.4px;
}

.success-histories_index .video {
  position: relative;
}

.success-histories_index .video::before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 46px;
  content: '';
  transform: translate(-50%, -50%);
  background: url('../images/img/youtube-grey.svg');
}

.success-histories_index .video:hover::before {
  background: url('../images/img/youtube.svg');
}

.success-histories_index .more-histories {
  margin-top: 27px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.histories-page .success-histories {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 76px;
  padding-top: 50px;
  text-align: center;
  -ms-flex-direction: column;
}

.histories-page .success-histories h2 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.6px;
  color: #3381f7;
}

.histories-page .success-histories .success-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.histories-page .success-histories .success-videos .success-video {
  width: 360px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

@media (min-width: 767px) {
  .histories-page .success-histories .success-videos .success-video {
    width: 340px;
  }
}

.histories-page .success-histories .success-videos .success-video:hover {
  text-decoration: none;
}

.histories-page .success-histories .success-videos .success-video .description {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #000;
}

.histories-page .success-histories .success-videos .success-video .video {
  position: relative;
  height: auto;
}

.histories-page .success-histories .success-videos .success-video .video img {
  max-width: 100%;
  height: auto;
}

.histories-page .success-histories .success-videos .success-video .video::before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 46px;
  content: '';
  transform: translate(-50%, -50%);
  background: url('../images/img/youtube-grey.svg');
}

.histories-page .success-histories .success-videos .success-video .video:hover::before {
  background: url('../images/img/youtube.svg');
}

.histories-page .success-histories .more-histories {
  margin-top: 27px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.news-index {
  position: relative;
  padding-bottom: 33px;
  background: url('../images/img/BGs/index-news-bg.png') center bottom no-repeat;
  background-size: cover;
}

.news-index .news__title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 37px;
  font-weight: bold;
  padding-top: 100px;
  padding-left: 15px;
  letter-spacing: 0.6px;
  color: #fff;
}

.news-index .news-link {
  display: block;
  margin-top: 40px;
  object-fit: contain;
}

.news-index .news-img-wrapper {
  max-height: 180px;
  overflow: hidden;
  border-radius: 15px;
}

.news-index .news-img-wrapper > img {
  object-fit: cover;
  max-height: 180px;
}

.news-index .news-img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.news-index .news-desc {
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #fff;
  word-break: break-word;
}

.news-index .news-date {
  font-size: 12px;
  padding-left: 15px;
  color: #c3dbff;
}

.news-index .more-news-wrapper {
  margin-top: 25px;
  margin-bottom: 130px;
  text-align: center;
}

.news-index::before {
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: 100%;
  height: 18%;
  content: '';
  opacity: 0.3;
  background: url(../images/img/BGs/flowers.svg) center center no-repeat;
  background-size: cover;
}

.parthners {
  margin-top: 0;
  text-align: center;
}

.parthners .owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}

.parthners .owl-carousel .owl-item {
  height: 250px;
}

.parthners .carousel-wrapper {
  position: relative;
}

.parthners .owl-stage-outer:before,
.parthners .owl-stage-outer:after {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 150px;
  height: 100%;
  content: '';
}

.parthners .owl-stage-outer:before {
  left: -3px;
  background: linear-gradient(to right, #fcfcfc -43%, #fcfcfc 56%, rgba(252, 252, 252, 0.5) 100%);
}

.parthners .owl-stage-outer:after {
  right: -3px;
  background: linear-gradient(to left, #fcfcfc -43%, #fcfcfc 56%, rgba(252, 252, 252, 0.5) 100%);
}

.parthners .owl-nav {
  position: absolute;
  top: 30%;
  z-index: 20;
  width: 100%;
  transform: translateY(-50%);
}

.parthners .owl-nav .owl-prev {
  position: absolute;
  top: -10px;
  left: 0;
}

.parthners .owl-nav .owl-next {
  position: absolute;
  top: -10px;
  right: 0;
}

.parthners .owl-nav button {
  width: 46px;
  height: 25px;
  outline: none;
}

.parthners .parthners-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: 0.6px;
  color: #47495a;
  color: #3381f7;
}

.parthners #parthners-carousel .item {
  height: 135px;
}

.parthners #parthners-carousel .item img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.parthners #parthners-carousel .item .carousel-caption {
  padding-top: 20px;
  padding-bottom: 0;
  position: static !important;
}

.carousel-caption {
  position: static !important;
}

.parthners #parthners-carousel .item .carousel-caption p {
  font-size: 12px;
  position: static;
  width: 170px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  overflow: hidden;
}

.parthners #parthners-carousel .control-prev {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 46px;
  height: 25px;
  background: url('../images/img/carousel-arrow.svg') center center no-repeat;
}

.parthners #parthners-carousel .control-next {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 46px;
  height: 25px;
  transform: rotate(180deg);
  background: url('../images/img/carousel-arrow.svg') center center no-repeat;
}

.youtube-videos iframe {
  min-width: 800px;
  min-height: 450px;
}

.youtube-videos .modal-dialog {
  min-width: 800px;
  min-height: 450px;
}

.youtube-videos .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.youtube-videos .modal-body {
  padding: 0;
}

.pagination .page-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 5px 12px;
  color: #47495a;
  border: 0;
  border: 3px solid transparent;
}

.pagination .page-link:hover {
  border: 3px solid #0062f5;
  background: none;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination .active {
  border: 3px solid #0062f5;
  background: none;
}

.pagination .pagination-arrow {
  width: 42px;
  height: 42px;
  border: none;
  background: url('../images/img/pagination-arrow.svg') center center no-repeat;
}

.pagination .pagination-arrow:hover {
  border: none;
  background: url('../images/img/pagination-arrow-blue.svg') center center no-repeat;
}

.pagination .next {
  transform: rotate(180deg);
}

.display-none {
  display: none !important;
}

.contrast * {
  color: #000 !important;
  fill: #000 !important;
  background: transparent;
  background-color: transparent;
  box-shadow: none !important;
  text-shadow: none !important;
}

.contrast .modal {
  background: rgba(0, 0, 0, 0.5);
}

.contrast .modal-content {
  background: #fcfcfc;
}

.contrast .main-header-bg::before {
  display: none;
}

.contrast .main-header-bg::after {
  display: none;
}

.contrast .main-tel-container {
  width: 270px;
}

.contrast .contacts-items {
  white-space: nowrap;
}

.contrast .contacts-items .main-tel {
  padding: 10px 25px;
  text-align: center;
  border: 2px solid #000;
}
.contrast .main-footer .footer-contacts .main-tel {
  padding: 0px;
  border: none;
  max-width: 228px;
}

.contrast .contacts-items .main-tel::before,
.contrast .contacts-items .mobile::before {
  display: none;
}

.contrast .contacts-items .main-tel .tel a {
  font-size: 25px;
}

.contrast .contacts-items .main-tel .tel-title {
  font-size: 20px;
}

.contrast .contacts-items .working-days h5 {
  font-size: 15px;
}

.contrast .contacts-items .mobile .tel-link {
  font-size: 19px;
}

.contrast .contacts-item-tels-width {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
  max-width: 500px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .contrast header .contacts-item-tels-width {
    width: 50%;
    padding-left: 5%;
    box-sizing: content-box;
  }
  .contacts-item-tels-width .mobile-wrapper {
    flex-wrap: wrap;
  }
}

.contrast .page-home .open-policy {
  display: none;
}

.contrast .tipical-version {
  padding: 10px;
  text-align: center;
  border: 2px solid #000;
}

.contrast .tipical-version::before {
  display: none;
}

.contrast .tipical-version p {
  font-size: 15px;
}

.contrast .main-navbar .tipical-version {
  width: 130px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.contrast .header-main-title a {
  font-size: 40px;
}

.contrast .header-main-title p {
  font-size: 18px;
}

.contrast .search-form input {
  font-size: 20px;
  font-weight: 400;
  height: 35px;
  border: 2px solid #000;
}

.contrast .search-form .search-btn {
  width: 35px;
  height: 35px;
  color: #000;
}

.contrast .main-navbar {
  margin-top: 20px;
}

.contrast .nav-link {
  font-size: 14px;
  padding: 15px;
  padding: 10px;
  transition: none;
}

.contrast .nav-link:hover {
  color: #0063f7;
  background-color: transparent;
}

@media (max-width: 991px) {
  .contrast .nav-link {
    font-size: 20px;
    border: none;
  }
  .contrast .nav-link:hover {
    border: none;
  }
  .contrast header .contacts-item-tels-width {
    justify-content: flex-start !important;
  }
  .contrast .mobile-navbar a {
    margin: auto;
  }
}

.contrast .main-menu-dropdown-menu ul {
  background: #ebf4fa !important;
}

.contrast .main-menu-dropdown-menu .container {
  background: #ebf4fa !important;
}

.contrast .main-menu-dropdown-menu a {
  font-size: 18px !important;
  background: #ebf4fa !important;
}

.contrast .main-menu-dropdown-menu li {
  background: #ebf4fa !important;
}

.contrast .hot-tel-title h2 {
  font-size: 28px;
}

.contrast .hot-tel-item {
  border: 2px solid #000;
}

.contrast .hot-tel-item .item-title {
  font-size: 26px;
}

.contrast .hot-tel-item .item-title::before {
  top: -5px;
  width: 30px;
  height: 35px;
  background: url('../images/img/map-pointer-black.svg') center center no-repeat;
}

.contrast .hot-tel-item .free-tel-wrapper a {
  font-size: 25px;
}

.contrast .hot-tel-item .free-tel-wrapper p {
  font-size: 16px;
  margin-left: 0;
  background-color: transparent;
  padding: 5px 17px;
}

.contrast .hot-tel-item .additional-tels {
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contrast .hot-tel-item .additional-tels::before {
  display: none;
}

.contrast .hot-tel-item .additional-tels a {
  font-size: 16px;
  margin-left: 0;
}

.contrast .hot-tel-item .hot-tel-skype a {
  font-size: 18px;
}

.contrast .hot-tel-item .hot-tel-skype a::after {
  top: 5px;
  width: 18px;
  height: 21px;
  background: url('../images/img/skype-black.svg') center center no-repeat;
}

.contrast .knowledge-to-all {
  border: 2px solid #000;
}

.contrast .knowledge-to-all h2::before {
  display: none;
}

.contrast .service-wrapper {
  border: 2px solid #000;
  border-radius: 15px;
}

.contrast .service-wrapper .service {
  height: 156px;
}

.contrast .service-wrapper .service:hover .layer,
.contrast .service-wrapper .service:hover .layer2,
.contrast .service-wrapper .service:hover .layer3 {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.contrast .service-wrapper .layer,
.contrast .service-wrapper .layer2,
.contrast .service-wrapper .layer3 {
  border: none;
  background-color: transparent;
}

.contrast .service-wrapper .service-popup a {
  font-size: 16px;
}

.contrast .videos .video {
  margin-bottom: 19px;
  border: 2px solid #000;
}

.contrast .videos .video .service-description {
  background-color: #fff;
}

.contrast .gerayborder-bottom {
  border: none;
  position: relative;
}

.contrast .success-histories-students::before {
  display: none;
}

.contrast .success-histories-students::after {
  display: none;
}

.contrast .success-histories_index .description {
  font-size: 16px;
}

.contrast .index-btn {
  font-size: 24px;
  border: 2px solid #000;
}

.contrast .news__title {
  padding-top: 0;
}

.contrast .news-index .news-desc {
  font-size: 20px;
}

.contrast .news-index .news-date {
  font-size: 16px;
}

.contrast .more-news-wrapper {
  margin-bottom: 30px;
}

.contrast .main-footer {
  border-top: 2px solid #000;
}

.contrast .main-footer .social .go-home {
  font-size: 22px;
}

.contrast .main-footer .footer-contacts_bg {
  background-color: grey;
}

.contrast .main-footer .footer-contacts .mobile .tel-link {
  font-size: 20px;
}

.contrast .main-footer .footer-contacts .mobile::after {
  display: none;
}

.contrast .footer-links-item * {
  font-size: 20px;
}

.contrast .created-with * {
  font-size: 20px;
}

.contrast .footer-bottom-wrapper * {
  font-size: 13px;
}

.contrast .main-footer .disclaimer-bg .footer-bottom-wrapper {
  padding-bottom: 20px;
}

.contrast .main-footer .disclaimer-bg .footer-bottom-wrapper .sannacode .sannacode-logo {
  width: 113px;
  height: 50px;
}

.contrast .skype-contact a {
  position: relative;
}

.contrast .main-footer .skype-contact::before {
  position: absolute;
  top: -7px;
  left: -6px;
  width: 40px;
  height: 40px;
  content: '';
  opacity: 1;
  background: url('../images/img/skype-black.svg') center center no-repeat;
}

.contrast .skype-contact::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
  content: '';
  opacity: 1;
  background: url('../images/img/skype-black.svg') center center no-repeat;
}

.contrast header .skype-contact a::before {
  position: absolute;
  top: -5px;
  left: -38px;
  width: 40px;
  height: 40px;
  content: '';
  opacity: 1;
  background: url('../images/img/skype-black.svg') center center no-repeat;
}

.contrast .navbar-toggler-icon {
  width: 37px;
  height: 7px;
  background-color: #000;
}

.contrast .search-toggler-open {
  top: 22px;
  right: 68px;
  width: 37px;
  height: 37px;
  padding: 10px;
  color: #fff;
  border: none;
  background: transparent;
}

.contrast .search-toggler-open svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
}

.contrast .close-mobile-menu {
  width: 40px;
  height: 35px;
  background: url('../images/img/x-black.svg') center center no-repeat;
  background-size: cover;
}

.contrast .search-wrapper .search-btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #fff;
  background-color: transparent;
}

.contrast .search-toggler-close {
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-right: 10px;
  background: url('../images/img/x-black.svg') center center no-repeat;
  background-size: cover;
}

.contrast .breadcrumb-item {
  font-size: 18px;
}

.contrast .page-link {
  font-size: 20px;
}

.contrast .pagination .pagination-arrow {
  height: 52px;
  background: url('../images/img/pagination-arrow-black.svg') center center no-repeat;
}

.contrast .pagination .pagination-arrow:hover {
  border: none;
  background: url('../images/img/pagination-arrow-black.svg') center center no-repeat;
}

.contrast .search-results .nothing-found ul li::before {
  background-color: #000;
}

.contrast .pagination .page-link {
  padding: 2px 12px;
}

.contrast .pagination .page-link:hover {
  border: 3px solid #000;
}

.contrast .pagination .pagination-arrow:hover {
  border: none;
}

.contrast .pagination .active {
  border: 3px solid #000;
  background: none;
}

.contrast .parthners #parthners-carousel .control-next,
.contrast .parthners #parthners-carousel .control-prev {
  background: url('../images/img/carousel-arrow-black.svg') center center no-repeat;
}

.contrast .category .title {
  border-bottom: none;
}

.contrast .category .categories {
  padding-bottom: 60px;
}

.contrast .category .categories::after {
  display: none;
}

.contrast .category .category-item {
  border: 2px solid black;
  background-color: transparent !important;
}

/*=============================================
                    FOOTER
=============================================*/

.main-footer {
  background-color: #fff;
  box-shadow: 0 2px 25px 0 rgba(25, 43, 153, 0.12), 0 2px 25px 0 rgba(25, 43, 153, 0.12);
}

.main-footer .social-networks {
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.main-footer .social-networks a {
  display: block;
  width: 40px;
  height: 40px;
}

.main-footer .skype-contact {
  top: 0;
  left: 0;
  width: 168px;
}

.main-footer .social-networks .facebook {
  background: url('../images/img/fb.svg') center center no-repeat;
}

.main-footer .social-networks .youtube {
  background: url('../images/img/youtube-ico.svg') center center no-repeat;
}

.main-footer .social-networks .telegram {
  border: 3px solid #47495a;
  background: url('../images/img/tel.svg') center center no-repeat;
}

.main-footer .footer-contacts_bg {
  background-color: #0062f5;
}

.main-footer .social {
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .social .go-home {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #0062f5;
}

.main-footer .social .go-home:hover {
  text-decoration: none;
  color: #1cabe2;
}

.main-footer .footer-contacts {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  align-items: center;
}

.main-footer .footer-contacts .main-tel {
  background-color: transparent;
  padding-left: 33px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 185px;
  align-items: center;
  align-content: center;
  margin: auto;
}

.main-footer .footer-contacts .working-days h5 {
  left: 0 !important;
  top: 0 !important;
}

.main-footer .footer-contacts .main-tel:before {
  left: 0;
}

.page-home .main-footer .footer-contacts .working-days h5 {
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  left: -25px;
  top: 5px;
}

@media (max-width: 1200px) {
  .page-home .main-footer .footer-contacts .working-days h5 {
    left: -25px;
    top: 5px;
  }
  .main-header .main-tel-container {
    max-width: 200px;
    margin-right: 15px;
  }
  .page-home .contacts-item-tels-width {
    max-width: 318px;
  }
}

@media (max-width: 991px) {
  .page-home .main-footer .footer-contacts .working-days h5 {
    left: 2px;
  }
}

.main-footer .footer-contacts .main-tel-container {
  margin-top: 0;
}

.main-footer .footer-contacts .contacts-items {
  padding: 15px 0;
  flex-direction: unset !important;
  justify-content: space-between;
}

.main-footer .footer-contacts .contacts-items .skype-contact::before {
  opacity: 0.5;
  bottom: 0;
}

.contrast .main-footer .footer-contacts .contacts-items .skype-contact::before {
  opacity: 1;
}

.main-footer .footer-contacts .contacts-items .skype-contact .tel-link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
  width: 136px;
}

.main-footer .footer-contacts .contacts-items .skype-contact .tel-link:hover {
  text-decoration: none;
}

.main-footer .footer-contacts .contacts-items .mobile:last-child {
  padding-top: 0;
  font-size: 12px;
  color: white;
  padding-right: 25px;
}

.main-footer .footer-contacts .main-tel a {
  font-size: 20px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}

.main-footer .footer-contacts .tel-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #fff;
}

.main-footer .footer-contacts .working-days {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.main-footer .footer-contacts .mobile {
  min-width: 170px;
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
}

.main-footer .footer-contacts .messanger-icon {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  position: relative;
}

.main-footer .footer-contacts .mobile:last-child {
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.main-footer .footer-contacts .mobile:first-child {
  padding-top: 0;
  padding-right: 10px;
  padding-left: 25px;
}

.main-footer .footer-contacts .mobile:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}

.contrast .main-footer .footer-contacts .mobile:nth-child(2) {
  padding-left: 0px;
}

.main-footer .footer-contacts .mobile:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #fff;
}

.main-footer .footer-contacts .mobile:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../images/img/mobile-device.svg') center center no-repeat;
  bottom: 0;
  margin: auto;
}

.contrast .main-footer .footer-contacts .mobile:first-child::before {
  top: 3px;
  background: url('../images/img/mobile-device-black.svg') center center no-repeat;
}

.main-footer .footer-contacts .mobile:first-child::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #fff;
}

.main-footer .footer-contacts .mobile .tel-link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01rem;
  color: #fff;
}

.main-footer .footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-footer .footer-links .footer-links-item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-left: 20px;
  -ms-flex-direction: column;
  -ms-flex-pack: left;
  justify-content: left;
}

.main-footer .footer-links .footer-links-item:first-child {
  width: 26%;
  margin-left: 0;
}

.main-footer .footer-links .footer-links-item .address {
  font-size: 10px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 15px;
}

.main-footer .footer-links .footer-links-item .address p {
  font-size: 12px;
}

.main-footer .footer-links .footer-links-item .address::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 18px;
  content: '';
  background: url('../images/img/marker-grey.svg') center center no-repeat;
}

.contrast .main-footer .footer-links .footer-links-item .address::before {
  top: 50%;
  transform: translateY(-50%);
}

.main-footer .footer-links .footer-links-item .contact-with-us p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #47495a;
}

.main-footer .footer-links .footer-links-item .contact-with-us .page-home .open-policy-chanel {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}

.main-footer .footer-links .footer-links-item .contact-with-us .page-home .open-policy-chanel::before {
  position: absolute;
  left: 0;
  width: 25px;
  height: 17.5px;
  content: '';
  background: url('../images/img/youtube-grey.svg') center center no-repeat;
  background-size: contain;
}

.contrast .main-footer .footer-links .footer-links-item .contact-with-us .page-home .open-policy-chanel::before {
  top: 4px;
}

.main-footer .footer-links .footer-links-item p,
.main-footer .footer-links .footer-links-item a {
  font-size: 14px;
  display: block;
  color: #47495a;
}

.main-footer .footer-links .footer-links-item a:hover {
  color: #47495a;
}

.main-footer .footer-links .footer-links-item h3 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #47495a;
}

.main-footer .footer-links .footer-links-item .main-link {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 25px;
  color: #47495a;
}

.main-footer .footer-links .footer-links-item .social-networks-mobile {
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-footer .footer-links .footer-links-item .social-networks {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-footer .footer-links .address-qrs {
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 40px;
  -ms-flex-pack: start;
  justify-content: start;
}

.main-footer .footer-links .address-qrs img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.main-footer .footer-links .native-apps {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.main-footer .footer-links .native-apps p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px;
  padding-bottom: 15px;
  color: #47495a;
}

.main-footer .footer-links .native-apps a {
  display: block;
  width: 172px;
  height: 50px;
  margin-bottom: 10px;
  background-size: contain;
}

.main-footer .footer-links .native-apps .iPhone {
  background: url('../images/img/app-store.svg') center center no-repeat;
}

.main-footer .footer-links .native-apps .android {
  background: url('../images/img/google-play.svg') center center no-repeat;
}

.main-footer .created-with {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-footer .created-with p {
  font-size: 14px;
  font-weight: 300;
  padding: 10px 25px 15px;
  padding-bottom: 15px;
  color: #47495a;
}

.main-footer .created-with .support-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-footer .created-with .support-links img {
  width: auto !important;
  margin: 0 15px;
}

.main-footer .disclaimer-bg .footer-bottom-wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
}

@media (max-width: 991px) {
  .main-footer .disclaimer-bg .footer-bottom-wrapper {
    flex-direction: column;
  }
  .main-footer .footer-contacts .mobile:last-child:after {
    display: none;
  }
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .sannacode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  min-width: 125px;
}

@media (max-width: 991px) {
  .main-footer .disclaimer-bg .footer-bottom-wrapper .sannacode {
    justify-content: center;
    margin: auto;
    width: 100%;
    min-width: 100%;
  }
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .sannacode p {
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
  margin-right: 5px;
  color: #000;
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .sannacode .sannacode-logo {
  width: 60px;
  height: 30px;
  background: url('../images/img/sannacode.png') center center no-repeat;
  background-size: cover;
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .disclaimer {
  padding: 15px;
  max-width: 666px;
  margin: auto;
  width: 60%;
  min-width: 320px;
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .disclaimer p {
  opacity: 0.6;
  font-family: Roboto;
  font-size: 8px;
  font-weight: 300;
  text-align: center;
  color: #47495a;
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .views-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  min-width: 125px;
}

@media (max-width: 991px) {
  .main-footer .disclaimer-bg .footer-bottom-wrapper .views-wrapper {
    margin-bottom: 10px;
    margin: auto;
    justify-content: center;
  }
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .views-wrapper .views {
  position: relative;
  padding-left: 30px;
}

.main-footer .disclaimer-bg .footer-bottom-wrapper .views-wrapper .views::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 15px;
  content: '';
  background: url('../images/img/eye-grey.svg') center center no-repeat;
}

.contrast .main-footer .disclaimer-bg .footer-bottom-wrapper .views-wrapper .views::before {
  top: 50%;
  transform: translateY(-50%);
}

ol.breadcrumb {
  margin-top: 0;
  margin-bottom: 20px;
}

ol.breadcrumb a {
  display: inline-block;
  max-width: 270px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 767px) {
  ol.breadcrumb {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .custom ol.breadcrumb {
    margin-top: 0px;
    margin-bottom: 63px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom ol.breadcrumb {
    margin-top: 0px;
    margin-bottom: 63px;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
}

.videoLessons .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  margin: 54px 0 27px;
  text-align: center;
  color: #47495a;
}

.videoLessons .links-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 37px;
  color: #fff;
  border-top: 1px solid #ecedf0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.videoLessons .link {
  font-family: 'Innerspace', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 145px;
  margin-bottom: 49px;
  padding: 24px 40px;
  color: #fff;
  background-color: #0062f5;
  -ms-flex-align: center;
  align-items: center;
}

.videoLessons .link:hover {
  text-decoration: none;
}

.videoLessons .light {
  background-color: #1cabe2;
}

.videoLessons .link .innerspace {
  font-family: 'Innerspace-Bold', sans-serif;
}

.videoLessons .text-wrapper {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin: 0 55px 50px;
  text-align: center;
  color: #47495a;
}

.videoLessons .text-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.contrast .videoLessons .title {
  font-size: 37px;
}

.contrast .videoLessons .links-wrapper {
  border-top: 2px solid #000;
}

.contrast .videoLessons .link {
  border: 2px solid #000;
  background-color: transparent;
}

.contrast .videoLessons .text-title,
.contrast .videoLessons .text {
  font-size: 18px;
}

.videoLesson .header {
  font-family: 'Innerspace', sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 30px 83px;
  text-align: center;
  color: #fff;
  background-color: #1cabe2;
}

.videoLesson .hot-tel {
  margin-top: 36px;
}

.videoLesson .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  margin: 54px 0 37px;
  padding-bottom: 27px;
  text-align: center;
  color: #47495a;
  border-bottom: 1px solid #ecedf0;
}

.videoLesson .content {
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
}

.videoLesson .menu {
  overflow-y: scroll;
  max-width: 350px;
  max-height: 700px;
  margin: 0 30px 50px 0;
}

.videoLesson .card {
  border: none;
  border-bottom: 1px solid #0062f5;
  border-radius: inherit;
  background-color: #fcfcfc;
}

.videoLesson .card-body {
  padding: 0;
}

.videoLesson .menu-item-header {
  padding: 15px 0;
}

.videoLesson .menu-item-header:before {
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
  border-left: 50px solid transparent;
}

.videoLesson .menu-item-btn {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  text-align: left;
  color: #47495a;
  border: none;
  outline: none;
  background: none;
}

.videoLesson .menu-item-btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid transparent;
}

.videoLesson .menu-item-header:hover .menu-item-btn {
  color: #0062f5;
}

.videoLesson .menu-item-header:hover .menu-item-btn:before {
  border-left: 11px solid #adadad;
}

.videoLesson .menu-item-header:hover .menu-item-btn[aria-expanded='true']:before {
  border-left: 11px solid #47495a;
}

.videoLesson .menu-item-btn[aria-expanded='true'] {
  font-family: 'Innerspace-Bold', sans-serif;
  font-weight: bold;
  color: #0062f5;
}

.videoLesson .menu-item-btn[aria-expanded='true']:before {
  border-left: 11px solid #47495a;
}

.videoLesson .list-item {
  position: relative;
  margin-bottom: 12px;
  list-style-type: none;
  cursor: pointer;
}
.videoLesson .list-item.selected > a {
  font-weight: bold;
}
.videoLesson .list-item:before {
  position: absolute;
  top: 7px;
  left: -27px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background-color: #0062f5;
}

.videoLesson .right-block-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}

@media (max-width: 1200px) {
  .videoLesson .lesson-text-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .videoLesson .lesson-text-wrapper {
    display: block;
  }

  .videoLesson .right-block iframe {
    display: block;
    width: 100% !important;
  }
}

.videoLesson .blue-text {
  font-weight: 700;
  color: #47495a;
}

.videoLesson .right-block-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #0062f5;
}

.videoLesson .clip-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoLesson .clip {
  margin-right: 10px;
  pointer-events: none;
  width: 20px !important;
}

.contrast .videoLesson .title {
  font-size: 37px;
}

.contrast .videoLesson .header {
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
}

.contrast .videoLesson .menu-item-header,
.contrast .videoLesson .menu-item-btn {
  font-size: 18px;
}

.contrast .videoLesson .right-block-title {
  font-size: 22px;
}

.contrast .videoLesson .right-block-text {
  font-size: 18px;
}

.contrast .videoLesson .card {
  border-bottom: 2px solid #000;
}

.distanceEducation .breadcrumb {
  margin-top: 70px;
  margin-bottom: 30px;
}

.distanceEducation .hot-tel {
  margin-top: 36px;
}

.distanceEducation .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  margin: 54px 0 27px;
  text-align: center;
  color: #47495a;
}

.distanceEducation .links-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 37px;
  color: #fff;
  border-top: 1px solid #ecedf0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.distanceEducation .link {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 145px;
  padding: 18px 20px;
  color: #fff;
  background-color: #0062f5;
  -ms-flex-align: center;
  align-items: center;
}

.distanceEducation .link:nth-child(3n + 2) {
  margin: 0 30px 30px;
}

.distanceEducation .link:hover {
  text-decoration: none;
}

.distanceEducation .light {
  background-color: #1cabe2;
}

.distanceEducation .violet {
  background-color: #192b99;
}

.distanceEducation .small-text {
  font-size: 19px;
  display: block;
}

.distanceEducation .text-wrapper {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin: 0 55px 70px;
  text-align: center;
  color: #47495a;
}

.distanceEducation .text-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.contrast .distanceEducation .title {
  font-size: 37px;
}

.contrast .distanceEducation .link {
  border: 4px solid #000;
  background: transparent !important;
  background-color: transparent !important;
}

.contrast .distanceEducation .text-wrapper p {
  font-size: 18px;
}

.singleNews {
  margin-top: 80px;
  margin-bottom: 117px;
}

.singleNews .breadcrumb {
  margin-bottom: 20px;
}

.singleNews .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.59;
  margin: 94px 0 20px;
  text-align: center;
  color: #47495a;
  word-break: break-word;
}

.singleNews .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 43px;
  padding-bottom: 9px;
  text-align: center;
  color: #adadad;
  border-bottom: 1px solid #ecedf0;
}

.singleNews .content {
  max-width: 910px;
  margin: 0 auto 88px;
}

.singleNews .text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #47495a;
}

.singleNews .image {
  width: 100%;
  height: auto;
  margin: 63px 0 110px;
}

.singleNews .list {
  padding: 0;
}

.singleNews .list-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.singleNews .list-text {
  font-weight: 400;
  margin-left: 5px;
}

.singleNews .list-margin {
  margin-bottom: 25px;
}

.singleNews .social-block-wrapper {
  position: relative;
  margin-bottom: 113px;
}

.singleNews .social-block-wrapper:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ecedf0;
}

.singleNews .social-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  margin: 0 auto;
  padding: 0 38px;
  text-align: center;
  background: #fff;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.singleNews .social-btn {
  width: 40px;
  height: 40px;
}

.singleNews .img-link {
  display: block;
}

.singleNews .link {
  display: block;
}

.contrast .singleNews .title {
  font-size: 37px;
}

.contrast .singleNews .date {
  font-size: 16px;
}

.contrast .singleNews .text {
  font-size: 18px;
}

.contrast .singleNews .list-title {
  font-size: 18px;
}

.textPage {
  /* margin-bottom: 115px; */
  counter-reset: section;
}

.textPage .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.38;
  margin-top: 94px;
  padding-bottom: 23px;
  text-align: center;
  color: #47495a;
  border-bottom: 1px solid #ecedf0;
}

.textPage .subtitle {
  line-height: 1.59;
  display: block;
}

.textPage .content {
  margin: 0 auto;
  padding-top: 43px;
}

.textPage .text {
  font-size: 16px;
  font-weight: 400;
  color: #47495a;
}

.textPage .list-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 46px;
  list-style-type: none;
  color: #47495a;
}

.textPage .list-title::before {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: counter(section);
  counter-increment: section;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #0062f5;
}

.textPage .bigMargin {
  margin: 0 0 54px 0;
}

.textPage .option-list {
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 74px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.textPage .column {
  max-width: 345px;
}

.textPage .label {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #47495a;
}

.textPage .margin {
  margin-bottom: 15px;
}

.textPage .list {
  margin: 59px 0 62px;
  padding: 0;
}

.textPage .list-item {
  position: relative;
  margin-bottom: 22px;
  padding-left: 31px;
  list-style: none;
}

.textPage .list-item:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #0062f5;
}

.textPage .histories-page .success-histories .success-videos .success-video {
  margin-bottom: 60px;
}

.textPage iframe {
  margin-bottom: 40px;
}

.textPage h2 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .textPage iframe {
    width: 480px;
    height: 272px;
  }
}

@media (max-width: 575px) {
  .textPage iframe {
    width: 320px;
    height: 180px;
  }
  .contrast .blind-text-control {
    top: 61px;
    right: 3%;
  }
  .main-footer .created-with p {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .textPage iframe {
    width: 240px;
    height: 135px;
  }
}

.textPage .quote {
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding: 100px;
  text-align: center;
  color: #47495a;
}

.textPage .quote:before,
.textPage .quote:after {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 48px;
  position: absolute;
  content: '“';
  color: #0062f5;
}

.textPage .quote:before {
  top: 55px;
  left: 36px;
}

.textPage .quote:after {
  right: 30px;
  bottom: 15px;
}

.textPage .image {
  width: 100%;
  height: auto;
  margin-top: 85px;
}

.textPage .italic {
  font-style: italic;
  margin-bottom: 52px;
}

.textPage .link {
  display: block;
  margin-bottom: 40px;
}

.textPage .text-title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  margin: 37px 0 47px;
  color: #47495a;
}

.textPage .text-blue {
  color: #0062f5;
}

.contrast .textPage .title {
  font-size: 32px;
}

.contrast .textPage .list-title {
  font-size: 22px;
}

.contrast .textPage .text,
.contrast .textPage .label,
.contrast .textPage .link {
  font-size: 18px;
}

.contrast .textPage .text-title {
  font-size: 22px;
}

.contrast .textPage .text-title::before {
  background: #000;
}

.news-page {
  margin-bottom: 30px;
}

.news-page ol.breadcrumb {
  padding-left: 15px;
}

.news-page .all-news {
  margin-bottom: 70px;
  margin-top: 50px;
}

@media (min-width: 767px) {
  .news-page .latest-news__container .latest-news__item {
    width: 40%;
  }
}

.contrast .latest-news__title {
  font-size: 37px;
}

.contrast .latest-news__text {
  font-size: 18px;
}

.contrast .latest-news__date {
  font-size: 16px;
}

.breadcrumb-wrapper {
  padding: 0;
  background-color: transparent;
}

.breadcrumb {
  margin: 15px 0 0 0;
}

.breadcrumb-item {
  font-size: 14px;
  color: #47495a;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  bottom: 2px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #0062f5;
}

.contrast .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.breadcrumb-item a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #47495a;
}

.breadcrumb-item.active {
  color: #47495a;
}

.breadcrumb-item {
  word-break: break-word;
}

.latest-news__title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: #47495a;
}

.latest-news__container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  padding-top: 31px;
  border-top: 1px solid #ecedf0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .latest-news__container {
    justify-content: space-around;
  }
}

.latest-news__item {
  max-width: 360px;
  margin-bottom: 25px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(71, 73, 90, 0.15);
  margin-left: 20px;
}

.latest-news__item:hover {
  text-decoration: none;
}

.latest-news__imgWrapper {
  overflow: hidden;
  height: 192px;
}

.latest-news__content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 146px;
  padding: 10px;
  -ms-flex-direction: column;
}

.latest-news__text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 6px;
  color: #47495a;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.latest-news__text > p {
  word-break: break-word;
}
.latest-news__date {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  position: relative;
  padding-top: 7px;
  color: #adadad;
}

.latest-news__date:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 2px;
  content: '';
  background-color: #ecedf0;
}

.histories-page {
  margin-bottom: 20px;
}

.histories-page .hot-tel-title {
  margin-top: 30px;
}

.histories-page .success-histories {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 35px;
}

.histories-page .success-histories h2 {
  margin-bottom: 10px;
}

.histories-page .success-histories .success-videos {
  padding-top: 20px;
}

.contrast .histories-page .success-histories .success-videos .success-video .description {
  font-size: 18px;
  width: 90%;
}

/*.search-results {*/
/*padding-bottom: 50px;*/
/*padding-top: 50px;*/
/*}*/

.search-results ul,
.search-results ol {
  margin: 0;
  padding: 0;
}

.search-results .search-results-title {
  margin-top: 70px;
  margin-bottom: 60px;
}

.search-results .search-results-title h1 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: #47495a;
}

.search-results .nothing-found {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  -ms-flex-direction: column;
}

.search-results .nothing-found h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #0062f5;
}

.search-results .nothing-found ul {
  list-style: none;
}

.search-results .nothing-found ul li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 40px;
}

.search-results .nothing-found ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #47495a;
}

.search-results .nothing-found ul li::before {
  position: absolute;
  top: 6px;
  left: -30px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background-color: #0062f5;
}

.search-results .results {
  max-width: 760px;
  margin-bottom: 200px;
}

.search-results .results h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #47495a;
}

.search-results .results span {
  font-size: 24px;
}

.search-results .results ol {
  margin-left: 40px;
  counter-reset: item;
}

.search-results .results ol li {
  position: relative;
  margin-bottom: 30px;
  list-style-type: none;
  counter-increment: item;
}

.search-results .results ol li a {
  font-size: 16px;
  font-weight: 500;
  color: #47495a;
  display: block;
  min-height: 20px;
}

.search-results .results ol li::after {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: -25px;
  display: inline-block;
  content: counter(item);
  text-align: center;
  color: #0062f5;
}

.contrast .search-results h1 {
  font-size: 37px;
}

.contrast .search-results h2 {
  font-size: 28px;
}

.contrast .search-results p {
  font-size: 18px;
}

.contrast .search-results h5 {
  font-size: 18px;
}

.contrast .search-results .results li::after {
  font-size: 22px;
  color: #000;
}

.contrast .search-results .results a {
  font-size: 18px;
}

.not-found {
  margin-top: 70px;
  margin-bottom: 70px;
}

.not-found .status-wrapper {
  height: 100%;
  text-align: center;
}

.not-found p {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 172px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.not-found .summer-sky {
  color: #1cabe2;
}

.not-found .navy-blue {
  color: #0062f5;
}

.not-found .egyptian-blue {
  color: #192b99;
}

.not-found .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-weight: bold;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 35px;
  text-align: center;
  color: #47495a;
  border-top: 1px solid #ecedf0;
}

.not-found .title h1 {
  font-size: 29px;
  padding-bottom: 10px;
}

.not-found .title h2 {
  font-size: 16px;
  color: #47495a;
}

.not-found .index-btn {
  padding-right: 40px;
  padding-left: 40px;
}

.schools .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  margin: 54px 0 23px;
  padding: 34px 0;
  text-align: center;
  color: #47495a;
  border-bottom: 1px solid #ecedf0;
}

.schools .content {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.schools .subtitle {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #47495a;
}

.schools .list {
  margin-bottom: 100px;
  padding: 0 15px;
  column-count: 3;
}

.schools .list:last-child {
  margin-bottom: 0;
}

.schools .list-item {
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
  color: #47495a;
  width: 100%;
  text-align: left;
}

.schools .description {
  font-size: 14px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  padding-bottom: 16px;
  color: #47495a;
  border-bottom: 1px solid #ecedf0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schools .label {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.schools .description-item {
  margin-left: 25px;
}

.schools .description-item svg {
  margin: -17px 0 0 0;
}

.schools .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 20px 0 54px;
  text-align: center;
  color: #47495a;
}

.contrast .schools .title {
  font-size: 37px;
}

.contrast .schools .description {
  font-size: 18px;
}

.contrast .schools .text {
  font-size: 18px;
}

.contrast .schools .subtitle {
  font-size: 22px;
}

.contrast .list-item {
  font-size: 18px;
}

.contrast .list-item::before {
  background: #000;
}

.contrast .textPage .quote::before,
.contrast .textPage .quote::after {
  color: #000;
}

.contrast .videoLesson .list-item:before {
  background: #000;
}

.contacts {
  margin-top: 76px;
}

.contacts .breadcrumb {
  margin-bottom: 30px;
}

.contacts .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  margin: 54px 0 36px;
  padding: 0 0 34px;
  text-align: center;
  color: #47495a;
  border-bottom: 1px solid #ecedf0;
}

.contacts .content {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  color: #47495a;
}

.contacts .text-block {
  padding-bottom: 34px;
  border-bottom: 1px solid #ecedf0;
}

.contacts .location {
  font-size: 16px;
  font-weight: 500;
}

.contacts .text {
  font-size: 14px;
}

.contacts .text-bold {
  font-weight: 500;
}

.contacts .text-big {
  font-size: 16px;
}

.contacts .text-margin {
  margin-bottom: 20px;
}

.contacts .subtitle {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 16px;
  margin: 22px 0 34px;
}

.contacts .form {
  max-width: 420px;
  margin: 39px auto 90px;
}

.contacts .label {
  font-size: 14px;
  display: block;
  margin: 0;
  text-align: left;
}

.contacts .input {
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding: 0 8px;
  color: #47495a;
  border: 1px solid #0062f5;
  border-radius: 2px;
  outline: none;
  background-color: rgba(235, 244, 250, 0.5);
}

.contacts .input:-ms-input-placeholder {
  font-size: 12px;
  color: #b8b8b8;
}

.contacts .input::placeholder {
  font-size: 12px;
  color: #b8b8b8;
}

.contacts .input:focus {
  box-shadow: 0 2px 10px 0 rgba(0, 98, 245, 0.2);
}

.contacts .select {
  position: relative;
  margin: 8px 0 21px 0;
  outline: none;
  background: #fff;
}

.contacts .select:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: red;
}

.contacts .option {
  color: #47495a;
}

.contacts .textarea {
  height: 230px;
  margin-bottom: 23px;
  padding: 10px;
}

.contacts .checkbox {
  position: relative;
  display: block;
  cursor: pointer;
}

.contacts .checkbox:before {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  content: '';
  border: 3px solid #000;
  border-radius: 2px;
  background: #fff;
}

.contacts .checkbox:after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 12px;
  content: '';
  transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.contacts .checkbox:checked:before {
  background: #0062f5;
}

.contacts .checkboxWrapper {
  display: -ms-flexbox;
  display: flex;
}

.contacts .label-margin {
  margin-left: 20px;
  cursor: pointer;
}

.contacts .text-left {
  margin: 21px 0 26px;
  text-align: left;
}

.contacts .button {
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contacts .form-wrapper {
  margin-bottom: 9px;
}

.contacts .is-invalid {
  border: 1px solid #e62a2a;
  background: rgba(230, 42, 42, 0.03);
}

.contacts .is-invalid-checkbox:before {
  border: 3px solid #e62a2a;
}

.contacts .feedback {
  font-size: 10px;
  text-align: left;
  color: transparent;
  color: #e62a2a;
}

.contacts .feedback-invalid {
  color: #e62a2a;
}

.contacts .text-error {
  font-size: 14px;
  margin-bottom: 35px;
  text-align: left;
  color: #e62a2a;
}

.contacts .hidden {
  color: transparent;
}

.contacts .sendModal .modal-dialog {
  width: 100%;
  max-width: 762px;
}

.contacts .sendModal .modal-content {
  position: relative;
  padding: 112px 84px 73px;
  border: 1px solid #ecedf0;
  border-radius: 0;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.15);
}

.contacts .sendModal .modal-body {
  padding: 0;
}

.contacts .sendMessage {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.59;
  margin: 41px 0 0;
  padding-top: 28px;
  color: #47495a;
  border-top: 1px solid #ecedf0;
}

.contacts .close-icon {
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 15px;
  cursor: pointer;
}

.contacts .close-icon:before,
.contacts .close-icon:after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 5px;
  content: '';
  background: #0062f5;
}

.contrast .contacts .close-icon:before,
.contrast .contacts .close-icon:after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 5px;
  content: '';
  background: #000;
}

.contacts .close-icon:before {
  transform: translateY(-50%) translateX(50%) rotate(45deg);
}

.contacts .close-icon:after {
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.contrast .contacts .title {
  font-size: 37px;
}

.contrast .contacts .text-block p {
  font-size: 18px;
}

.contrast .contacts .subtitle {
  font-size: 22px;
}

.contrast .contacts .text-big {
  font-size: 18px;
}

.contrast .contacts .label {
  font-size: 18px;
}

.contrast .contacts .input {
  font-size: 20px;
  height: 45px;
  border: 2px solid #000;
  background-color: #fff;
}

.contrast .contacts .input:-ms-input-placeholder {
  font-size: 18px;
  color: #b8b8b8;
}

.contrast .contacts .input::placeholder {
  font-size: 18px;
  color: #b8b8b8;
}

.contrast .contacts .textarea {
  height: 230px;
  margin-bottom: 23px;
  padding: 10px;
}

.contrast .contacts .feedback {
  font-size: 16px;
  color: red !important;
}

.contrast .contacts .text {
  font-size: 16px;
}

.contrast .contacts .text-error {
  font-size: 16px;
}

.category {
  margin-top: 56px;
}

@media (max-width: 1400px) and (min-width: 992px) {
  .category {
    margin-top: 90px;
  }
}

.contrast .category {
  margin-top: 0px;
}

.category .title {
  margin: 54px 0 13px;
  padding: 0 0 40px;
  text-align: center;
  border-bottom: 1px solid #ecedf0;
}

.category .title h1 {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #47495a;
}

.category .categories {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category .categories .category-item {
  font-family: 'Innerspace-Bold', sans-serif;
  font-weight: bold;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 145px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.category .categories .category-item:hover {
  text-decoration: none;
}

.category .categories .category-item > div {
  margin: auto;
}

.category .categories .category-item h2 {
  font-size: 26px;
  text-align: center;
  width: 100%;
}

.category .categories .category-item p {
  font-size: 19px;
}

.category .categories .category-item:nth-child(3n + 1) {
  margin-left: 0;
  background-color: #1cabe2;
}

.category .categories .category-item:nth-child(3n + 2) {
  background-color: #0062f5;
}

.category .categories .category-item:nth-child(3n + 3) {
  background-color: #192b99;
}

.category .categories .bird::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 121px;
  height: 104px;
  content: '';
  background: url('../images/img/bird_white.svg') center center no-repeat;
}

.category .categories .flowers::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 161px;
  height: 114px;
  content: '';
  opacity: 0.4;
  background: url('../images/img/flowers_small.svg') center center no-repeat;
  background-size: contain;
}

.category .categories .sun_flower::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 108px;
  height: 116px;
  content: '';
  opacity: 0.4;
  background: url('../images/img/sun_flower.svg') center center no-repeat;
}

.category .categories .bird-reverse::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 121px;
  height: 104px;
  content: '';
  transform: rotateY(180deg);
  background: url('../images/img/bird_white.svg') center center no-repeat;
}

.categories-image-box {
  display: flex;
  justify-content: center;
}

.categories-image {
  height: 100%;
  width: auto;
  object-fit: contain;
}

@media (min-width: 767px) {
  .news-index::before {
    display: none;
  }
}

@media (min-width: 991px) {
  .contrast .main-navbar .tipical-version {
    display: none;
  }
}

@media (min-width: 992px) {
  .search-toggler-open {
    display: none;
  }

  .search-toggler-close {
    display: none;
  }

  .contrast .search-toggler-open {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hot-tel-general .hot-tel-general-item:first-child {
    width: 100%;
    border-bottom: 4px solid #e6e3f4;
    border-radius: 0px;
  }

  .hot-tel-general-item .free-tel-wrapper > p {
    line-height: normal;
  }

  .hot-tel-general-item {
    margin: auto;
  }

  .hot-tel-general-item .open-hours {
    font-size: 16px;
    letter-spacing: normal;
  }

  .hot-tel-general-item .skype {
    text-align: center;
  }

  .main-tel-container {
    width: 230px;
    margin-top: 6px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }

  .main-tel {
    margin-right: 0;
  }

  .hot-tel {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .hot-tel-item {
    margin-bottom: 20px;
  }

  .videos {
    max-height: unset;
    overflow: auto;
    position: absolute;
    height: 94%;
    right: 0;
    overflow: auto;
  }

  .services {
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    margin-left: 50px;
  }

  .success-histories-students::before {
    display: none;
  }

  .success-histories-students::after {
    display: none;
  }

  .histories-page .success-histories .success-videos {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .videoLessons .link {
    padding: 24px 35px;
  }

  .videoLessons .text-wrapper {
    margin: 0 35px 50px;
  }

  .videoLesson .content {
    flex-direction: column-reverse;
    padding: 0;
    -ms-flex-direction: column-reverse;
  }

  .videoLesson .menu {
    overflow-y: auto;
    max-width: none;
    max-height: none;
    margin: 0 0 88px 0;
  }

  .videoLesson .video {
    width: 100%;
    height: 525px;
  }

  .videoLesson .clip-wrapper {
    margin: 24px 0 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #ecedf0;
  }

  .distanceEducation .link {
    padding: 24px 35px;
  }

  .distanceEducation .text-wrapper {
    margin: 0 35px 70px;
  }

  .latest-news__item {
    margin: 0 0 15px 0;
  }

  .category .categories {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .category .categories .category-item {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .contrast .blind-text-control {
    display: none !important;
  }

  .header-contacts {
    padding-top: 7px !important;
  }

  .page-home .header-contacts {
    padding-top: 0px !important;
  }

  .header-main-title {
    top: 15px;
  }

  .page-home .header-main-title {
    margin-top: 0;
  }

  .service-wrapper {
    margin-right: 0;
  }

  .contrast .blind-text-control {
    top: 61px;
    right: 3%;
  }

  .service-wrapper:nth-child(3n) {
    margin-right: 0;
  }

  .hot-tel-general-item .additional-phones .apps {
    display: block;
    padding-left: 0px;
    text-align: center;
  }

  .hot-tel-general-item .additional-phones {
    padding-left: 35px;
    line-height: 33px;
    padding-bottom: 15px;
  }

  .hot-tel-general-item .additional-phones:before {
    bottom: 55px;
  }
}

@media (max-width: 992px) {
  .hot-tel-title h2 {
    font-size: 18px;
    position: relative;
  }

  .hot-tel-item .additional-tels a {
    font-size: 12px;
  }

  .hot-tel-item .hot-tel-skype a {
    font-size: 12px;
  }

  .service-wrapper:hover .service-popup {
    display: none;
  }

  .service-wrapper .service-popup {
    display: none;
  }

  .histories-page .success-histories .success-videos .success-video {
    margin: 0 10px 30px;
  }

  .contrast .news__title {
    padding-top: 50px;
  }

  .main-footer .social .go-home {
    margin-left: 20px;
  }

  .main-footer .social {
    display: none;
  }

  .distanceEducation .link:nth-child(3n + 2) {
    margin: 0;
  }

  .distanceEducation .link {
    width: 45%;
  }

  .distanceEducation .link:nth-child(1n) {
    margin: 0 20px 20px 0;
  }
}

@media (min-width: 992px) {
  .search-wrapper.desktop-search {
    position: relative;
    right: 9px;
    top: 1px;
  }
}

@media (max-width: 991px) {
  .contacts-item-tels-width {
    max-width: 350px;
  }

  .search-wrapper.desktop-search {
    display: none;
  }

  .search-wrapper.mobile-search {
    display: block !important;
  }

  .main-header-bg::before {
    display: none !important;
  }

  .working-days h5 {
    letter-spacing: 1.4px;
    padding-top: 21px;
    padding-left: 0px;
    padding-bottom: 4px;
  }

  .contrast .working-days h5 {
    padding-bottom: 0px;
  }

  .header-title {
    height: auto;
    border-bottom: none;
  }

  .header-main-title p {
    font-size: 11px;
    width: 280px;
  }

  .main-navbar .navbar-nav .dropdown:hover .main-menu-dropdown-menu {
    display: none;
  }

  .mobile-navbar {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background: transparent;
  }

  .mobile-navbar .nav-item {
    text-align: left;
  }

  .mobile-navbar a {
    font-family: 'Innerspace-Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
    color: #47495a;
  }

  .mobile-navbar.container {
    padding: 15px 24px 0 0;
  }

  .search-wrapper {
    position: absolute !important;
    z-index: 200;
    top: -115px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #0082cd;
    transform: none;
  }

  .search-wrapper .form-inline {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }

  .search-wrapper .search-form {
    margin-top: 15px;
  }

  .search-wrapper .search-form input {
    width: 100% !important;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(0, 30, 202, 0.5);
  }

  .hot-tel-item {
    min-width: 340px;
    max-width: 340px;
  }

  .knowledge-to-all {
    padding: 0;
    border-radius: 54px;
    background: none;
    background-image: linear-gradient(221deg, #00b3d5, #00b3d5 49%, #162683);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .knowledge-to-all h2 {
    line-height: 1;
    width: 200px;
    padding: 20px 0;
  }

  .knowledge-to-all h2::before {
    top: -20px;
    right: 0;
    left: 80%;
    width: 82px;
    height: 70px;
    transform: none;
    background-size: contain;
  }

  .videos-title {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .videos {
    font-size: 12px;
    display: -ms-flexbox;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-top: 20px;
    padding: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    max-height: unset;
    overflow: auto;
    position: relative;
    height: auto;
  }

  .videos .video {
    width: auto;
    max-width: none;
    height: auto;
  }

  .videos .video {
    display: none;
  }

  .videos .video:first-child {
    display: block;
  }

  .videos .video:nth-child(2) {
    display: block;
  }

  .videos .video img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .videos .more-videos {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }

  .services {
    padding-bottom: 27px;
    border-bottom: 1px solid #ededee;
    justify-content: space-around;
    margin-left: 0;
  }

  .gerayborder-bottom {
    border-bottom: none;
    position: relative;
  }

  .success-histories_index {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .success-histories_index h2 {
    margin-left: 0;
    text-align: center;
  }

  .success-histories_index .description {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
  }

  .success-histories_index .success-video-main .description {
    font-size: 12px;
  }

  .success-histories_index .more-histories {
    margin-top: 0;
  }

  .news-index .news__title {
    font-size: 29px;
    padding-left: 0;
    text-align: center;
  }

  .parthners .parthners-title {
    text-align: center;
  }

  .youtube-videos iframe {
    min-width: 500px;
    min-height: 281px;
  }

  .youtube-videos .modal-dialog {
    min-width: 500px;
    min-height: 281px;
  }

  .contrast .header-main-title p {
    width: 100% !important;
  }

  .contrast .nav-link {
    font-size: 20px;
    border: none;
  }

  .contrast .knowledge-to-all {
    background-image: none;
  }

  .contrast .main-footer {
    border-top: none;
  }

  .contrast .search-wrapper {
    top: -100px;
    height: 100px;
    background-color: grey;
  }

  .contrast .search-wrapper .search-form {
    margin-top: 25px;
  }

  .contrast .search-wrapper .search-form input {
    width: 100%;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
  }

  .contrast .videos-title {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-footer .main-tel {
    left: 0;
    margin-top: 2px;
  }

  .main-footer .main-tel a {
    font-size: 18px;
  }

  .main-footer .main-tel::before {
    top: 10px;
    width: 25px;
    height: 25px;
    background-size: cover;
  }

  .main-footer .footer-contacts {
    flex-wrap: wrap;
    flex-direction: unset;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .main-footer .footer-contacts .contacts-items {
    width: 230px;
    text-align: center;
    /*border-bottom: 1px solid rgba(255, 255, 255, .5);*/
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .main-footer .footer-contacts .mobile:first-child {
    justify-content: center;
  }

  .main-footer .footer-contacts .mobile:nth-child(2) {
    justify-content: center;
  }

  .main-footer .footer-contacts .contacts-items .mobile:last-child {
    justify-content: center;
    padding-right: 0px;
  }

  .main-footer .footer-contacts .working-days {
    width: 100%;
  }

  .main-footer .footer-contacts .mobile-tels {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
  }

  .footer-contacts .contacts-items .messangers {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100px;
    border-bottom: 0;
    margin-left: 15px;
  }

  .main-footer .footer-contacts .mobile {
    height: 22px;
  }

  .main-footer .footer-contacts .mobile:first-child {
    padding: 0;
  }

  .contrast .main-footer .footer-contacts .mobile:first-child {
    padding-top: 0;
    /*padding-right: 10px;*/
  }

  .main-footer .footer-contacts .mobile:first-child::before {
    top: 15px;
    left: -8px;
  }

  .main-footer .footer-contacts .mobile:first-child::after {
    display: none;
  }

  .main-footer .footer-contacts .mobile:last-child {
    padding: 0;
  }

  .main-footer .footer-contacts .mobile:last-child::after {
    top: -13px;
    right: -80px;
  }

  .main-footer .footer-links .footer-links-item:first-child {
    width: 100%;
    padding: 0 15px;
  }

  .main-footer .footer-links .address-qrs {
    width: 100%;
    padding-bottom: 20px;
    -ms-flex-pack: distribute;
    justify-content: center;
  }

  .main-footer .footer-links .address-qrs img {
    margin-right: 0;
  }

  .main-footer .footer-links .address-qrs img:first-child {
    margin-right: 20px;
  }

  .main-footer .created-with {
    padding-bottom: 15px;
  }

  .videoLessons .link {
    font-size: 24px;
  }

  .category .categories {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .category .categories::after {
    width: 413px;
    height: 260px;
  }

  .category .categories .category-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-header-bg::after {
    top: 62px;
    width: 221px;
    height: 204px;
  }

  .main-footer .footer-contacts {
    justify-content: center;
    max-width: 300px;
    margin: auto;
    padding-bottom: 15px;
  }

  .main-footer .footer-contacts .contacts-items {
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .main-footer .footer-contacts .contacts-items:last-child {
    border: none;
  }

  /*.main-footer .main-tel .tel-title {*/
  /*margin-left: auto;*/
  /*}*/

  .main-footer .main-tel::before {
    top: 10px;
  }

  .main-tel {
    top: 10px;
  }
  .search-toggler-open {
    top: 14px;
    right: 64px;
  }

  .header-contacts.container {
    padding: 0px 16px 0;
    white-space: normal;
  }

  .main-header {
    min-height: 134px;
  }

  .main-header .navbar-toggler {
    top: 11px;
    right: 11px;
  }

  .contacts-items .mobile .tel-link {
    font-size: 11px;
    min-width: 105px;
  }

  .mobile-wrapper {
    padding-bottom: 0;
  }

  .skype-contact {
    top: 0;
    left: 0;
  }

  .header-main-title {
    top: 18px;
  }

  .working-days h5 {
    margin-top: 15px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .contacts-item-tels-width {
    max-width: 310px;
    margin-top: 6px;
  }

  .contacts-items .mobile.skype-contact {
    width: 100%;
  }

  .header-main-title h1 {
    font-size: 23px;
    width: 173px;
    margin-bottom: 12px;
  }

  .page-home .header-main-title h1 {
    font-size: 28px;
    width: 173px;
    margin-bottom: 12px;
  }

  .nav-fill .nav-item:first-child {
    width: 80%;
  }

  .contrast .hot-tel-general .hot-tel-general-item:first-child {
    text-align: center;
  }

  .contrast .hot-tel-general-item .free-tel-wrapper > a {
    font-size: 31px;
  }

  .contrast .hot-tel-general-item {
    margin: auto;
  }

  .contrast .hot-tel-general-item .skype {
    text-align: center;
  }

  .contrast .hot-tel-general-item .skype > a {
    font-size: 19px;
  }

  .hot-tel-item {
    position: relative;
    width: 80%;
    min-width: 296px;
    padding: 25px 15px 15px 15px;
    max-width: unset;
  }
  .hot-tel-general {
    position: relative;
    width: 80%;
    min-width: 296px;
    max-width: unset;
  }

  .hot-tel-general-item .additional-phones .apps {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    line-height: 14px;
  }

  .hot-tel-general-item {
    text-align: left;
    margin: initial;
  }

  .hot-tel-general-item .skype {
    text-align: left;
  }

  .hot-tel-general-item .skype > a {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #0059e1;
  }

  .hot-tel-general-item .free-tel-wrapper {
    margin: initial;
  }
  .hot-tel-general-item .open-hours > p {
    padding-left: 30px;
    font-size: 12px;
    font-weight: 500;
  }

  .hot-tel-general-item .additional-phones > a {
    display: block;
  }

  .hot-tel-general-item .additional-phones .separator {
    display: none;
  }
  .videos .video {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .service-wrapper {
    width: 100%;
    height: 70px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 0!;
  }

  .service-wrapper:nth-child(3n) {
    margin-right: 0;
  }

  .service {
    width: 100%;
    height: 70px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .service .icon {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .service h2 {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 78px;
    transform: translateY(-50%);
  }

  .contrast .hot-tel-item .free-tel-wrapper {
    flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
  }

  .contrast .hot-tel-item .free-tel-wrapper a {
    font-size: 32px;
  }

  .contrast .hot-tel-item .free-tel-wrapper p {
    font-size: 20px;
  }

  .contrast .hot-tel-item .additional-tels a {
    font-size: 20px;
  }

  .contrast .hot-tel-item .additional-tels {
    font-size: 20px;
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .contrast .service-wrapper .service {
    height: 70px;
  }

  .contrast .service-wrapper {
    height: 74px;
  }

  .videoLessons .links-wrapper {
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .videoLessons .link {
    width: 100%;
    margin-bottom: 10px;
  }

  .videoLessons .text-wrapper {
    margin: 0 0 50px;
  }

  .videoLesson .header {
    font-size: 26px;
    margin-bottom: 38px;
    padding: 11px 23px;
  }

  .videoLesson .title {
    margin: 56px 0 43px;
  }

  .videoLesson .right-block-title {
    font-size: 12px;
  }

  .videoLesson .video {
    height: 288px;
  }

  .distanceEducation .links-wrapper {
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .distanceEducation .link {
    width: 100%;
  }

  .distanceEducation .link:nth-child(1n) {
    margin: 0 0 10px 0;
  }

  .distanceEducation .text-wrapper {
    margin: 0 0 50px;
  }

  .textPage .option-list {
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .textPage .column {
    max-width: none;
  }

  .textPage .column:first-child {
    margin-bottom: 40px;
  }

  .schools .list {
    text-align: center;
    column-count: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .schools .description {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .schools .description-item {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 576px) {
  .main-header .working-days {
    left: 15px;
  }

  .working-days h5 {
    font-size: 10px;
  }

  .hot-tel-general {
    width: 90%;
    padding: 0px 15px;
    overflow: hidden;
  }

  .hot-tel-general-item {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hot-tel-general .hot-tel-general-item:first-child {
    min-width: auto;
  }

  .parthners .owl-stage-outer:before {
    display: none;
  }

  .parthners .owl-stage-outer:after {
    display: none;
  }

  .youtube-videos .modal-dialog {
    min-width: 100%;
    min-height: 281px;
    margin: 0;
  }

  .videoLessons .link {
    font-size: 24px;
    height: 100px;
  }

  .distanceEducation .link {
    font-size: 24px;
    height: 100px;
  }

  .singleNews .image {
    display: none;
  }

  .contrast .singleNews .title {
    font-size: 30px;
  }

  .not-found p {
    font-size: 100px;
  }

  .schools .title {
    font-size: 22px;
    margin: 0 0 23px;
  }

  .schools .subtitle {
    margin-bottom: 30px;
  }

  .contacts .title {
    font-size: 22px;
    margin: 25px 0 23px;
  }

  .category .title {
    font-size: 22px;
    margin: 16px 0 23px;
  }
}

@media (max-width: 575px) {
  .main-header .container {
    flex-wrap: wrap;
  }

  .page-home .main-header-bg::after {
    top: 101px;
    right: 12px;
    width: 132px;
    height: 204px;
  }

  .page-home .open-policy img {
    width: 87px;
    height: 55px;
  }

  .page-home .main-tel-container {
    max-width: 162px;
  }

  .page-home .main-footer .main-tel-container {
    max-width: 320px;
  }

  .page-home .header-main-title {
    top: 13px;
  }

  .page-home .header-main-title {
    padding-top: 0;
    width: auto;
  }

  .header-main-title {
    padding-top: 6px;
    width: 43%;
  }

  .header-main-title h1 {
    letter-spacing: 3.7px;
  }

  .contacts-item-tels-width {
    max-width: 300px;
    text-align: left;
    position: relative;
  }

  .contacts-item-tels-width .mobile-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .contrast .contacts-items .mobile {
    width: 100%;
  }

  .contacts-items .mobile.mobile-logo {
    font-size: 12px;
  }

  .hot-tel-item {
    width: 90%;
  }

  .hot-tel-item .free-tel-wrapper a {
    margin-right: 0;
  }

  .hot-tel-general-item .additional-phones .apps {
    text-align: left;
  }

  .hot-tel-item .free-tel-wrapper p {
    margin-left: 0;
  }

  .hot-tel-general-item .skype {
    text-align: left;
  }

  .hot-tel-general-item .additional-phones {
    line-height: normal;
  }

  .contrast .main-tel-container {
    width: 230px;
  }

  .contrast .contacts-items .main-tel .tel a {
    font-size: 22px;
  }

  .contrast .contacts-items .main-tel .tel-title {
    font-size: 16px;
  }

  .contrast .header-main-title a {
    font-size: 30px;
  }

  .contrast .header-main-title p {
    font-size: 16px;
  }

  .main-footer .created-with .support-links {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .category .categories::after {
    width: 300px;
    height: 190px;
  }

  .category .categories .category-item h2 {
    font-size: 28px;
  }

  .category .categories .category-item p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .youtube-videos iframe {
    min-width: 100%;
    min-height: 281px;
  }
}

@media (max-width: 480px) {
  .main-header-bg::after {
    top: 136px;
  }

  .category,
  .main-content {
    margin-top: 60px;
  }

  ol.breadcrumb {
    padding-left: 5px;
    margin-top: 0;
  }

  .hot-tel-general-item {
    width: 100%;
  }

  .contrast .hot-tel-title h2 {
    font-size: 22px;
  }

  .contrast .working-days.for-mobile h5 {
    font-size: 15px;
  }

  .contrast .hot-tel-item .item-title {
    font-size: 22px;
  }

  .contrast .category .categories .category-item h2 {
    font-size: 26px;
  }

  .page-home .open-policy {
    position: absolute;
    right: 77px;
    top: 75px;
    left: inherit;
    margin-right: 0;
  }

  .main-header-bg::after {
    top: 120px;
    right: 10px;
    width: 132px;
    height: 128px;
  }

  .hot-tel-general-item .free-tel-wrapper {
    text-align: center;
  }

  .hot-tel-general-item .free-tel-wrapper > a {
    line-height: normal;
  }

  .hot-tel-general-item .free-tel-wrapper > p {
    font-weight: 300;
  }

  .hot-tel-general-item .free-tel-wrapper > a:before {
    left: -37px;
    width: 28px;
    height: 28px;
  }

  .contrast .hot-tel-general .hot-tel-general-item:first-child {
    border-bottom: 1px solid #000306;
  }
  .contrast .hot-tel-general-item .additional-phones {
    border-bottom: 1px solid #000306;
  }

  .hot-tel-general .hot-tel-general-item:first-child {
    border-bottom: 1px solid #4a90e2;
  }

  .hot-tel-general-item .additional-phones:before {
    display: none;
  }

  .hot-tel-general-item .additional-phones > a {
    font-size: 18px;
    line-height: normal;
  }

  .hot-tel-general-item .additional-phones {
    text-align: center;
    padding-left: 0px;
    border-bottom: 1px solid #4a90e2;
    padding-bottom: 20px;
  }

  .hot-tel-general-item .additional-phones .apps {
    text-align: center;
    padding-top: 5px;
  }

  .hot-tel-general-item .skype > a {
    font-size: 14px;
    color: #4a90e2;
  }

  .hot-tel-general-item .skype {
    text-align: center;
    padding-top: 15px;
    padding-left: 11%;
  }

  .header-contacts {
    height: auto;
  }

  .main-header-sub-bg {
    background-size: cover;
    height: 181% !important;
  }

  .contrast .main-header-bg {
    display: none;
  }

  .contrast .main-header-sub-bg {
    display: none;
  }

  .hot-tel-general-item .open-hours > p {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-right: 10%;
    padding-top: 2%;
  }

  .hot-tel-general-item .additional-phones:before {
    top: -44%;
    bottom: 0;
  }

  .header-contacts.container {
    padding: 0px 16px 0;
    align-items: center;
  }

  .main-tel-container {
    margin: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-tel {
    margin: 0;
  }

  .page-home .header-main-title h1 {
    font-size: 23px;
  }

  .header-main-title p {
    margin: 10px 0 24px 0;
  }

  .main-content .row {
    margin: 0;
  }

  .knowledge-to-all h2 {
    font-size: 28px;
  }

  .knowledge-to-all {
    margin-top: 20px;
  }

  .service-wrapper {
    margin: 0 0 6px 0;
  }

  .service {
    margin-right: 0;
    margin-left: 0;
  }

  .service .icon {
    width: 45px;
  }

  .service .icon svg {
    width: 45px;
    height: 45px;
  }

  .service h2 {
    left: 58px;
  }

  .service.enter h2 {
    font-size: 22px;
    margin-left: 0;
  }

  .videoLessons .link {
    font-size: 24px;
    height: 100px;
    padding: 24px 15px;
  }

  .videoLesson .video {
    height: 254px;
  }

  .distanceEducation .link {
    font-size: 24px;
    height: 100px;
    padding: 24px 15px;
  }

  .textPage .quote {
    padding: 40px;
  }

  .textPage .quote:before {
    top: 0;
    left: 0;
  }

  .textPage .quote:after {
    right: 0;
    bottom: 0;
  }

  .latest-news__text {
    font-size: 14px;
  }

  .latest-news__date {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .header-main-title p {
    width: 200px;
  }
}

@media (max-width: 368px) {
  .header-main-title p {
    width: 180px;
  }
}

.nav-link > button {
  position: absolute;
  z-index: 50;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  right: 45px;
  outline: none;
}

.nav-link > button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #000000;
}

.contrast .nav-link > button::before {
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000000;
}

@media (min-width: 992px) {
  .nav-link > button {
    display: none;
  }
}

.button-cross::before {
  display: none;
}

.button-cross::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #0060f0 transparent transparent transparent;
}

.contrast .button-cross::after {
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
}

@media (max-width: 991px) {
  .main-navbar .navbar-nav .main-menu-dropdown-menu ul {
    max-height: inherit;
    text-align: left;
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .main-navbar .navbar-nav .main-menu-dropdown-menu {
    position: relative;
    padding-top: 0;
  }
}

td {
  border: 1px solid black !important;
  padding: 5px !important;
}

.main-navbar .navbar-nav .main-menu-dropdown-menu a:hover {
  text-decoration: underline;
}

.latest-news__imgWrapper {
  overflow: hidden;
  height: 192px;
  text-align: center;
}

.latest-news__imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.videos::-webkit-scrollbar {
  width: 8px;
}

.videos::-webkit-scrollbar-track {
  opacity: 0.22;
  border-radius: 8px;
  background-color: rgba(51, 129, 247, 0.2);
}

.videos::-webkit-scrollbar-thumb {
  width: 8px;
  height: 70px;
  border-radius: 8px;
  background-color: #192b99;
}

.videoLesson .menu::-webkit-scrollbar {
  width: 8px;
}

.videoLesson .menu::-webkit-scrollbar-track {
  opacity: 0.22;
  border-radius: 8px;
  background-color: rgba(51, 129, 247, 0.2);
}

.videoLesson .menu::-webkit-scrollbar-thumb {
  width: 8px;
  height: 70px;
  border-radius: 8px;
  background-color: #192b99;
}

.contrast .videos::-webkit-scrollbar {
  width: 16px;
}

.contrast .videos::-webkit-scrollbar-track {
  opacity: 0.22;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.contrast .videos::-webkit-scrollbar-thumb {
  width: 16px;
  height: 70px;
  border-radius: 0;
  background-color: #000;
}

.contrast .videoLesson .menu::-webkit-scrollbar {
  width: 16px;
}

.contrast .videoLesson .menu::-webkit-scrollbar-track {
  opacity: 0.22;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.contrast .videoLesson .menu::-webkit-scrollbar-thumb {
  width: 16px;
  height: 70px;
  border-radius: 0;
  background-color: #000;
}

.latest-news__container .latest-news__item {
  width: 350px;
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .latest-news__container .latest-news__item {
    width: 31%;
  }
}

@media (min-width: 1200px) {
  .latest-news__container .latest-news__item {
    width: 350px;
  }
  header .working-days.for-desktop h5 {
    margin-bottom: 12px;
  }
}

.navbar-nav {
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 50px;
  }
}

.nav-fill .nav-item {
  -ms-flex: initial;
  flex: initial;
  margin-right: 23px;
}

@media (min-width: 320px) {
  .textPage .maps .google-map {
    width: 100%;
    height: 50vh;
  }
}

@media (min-width: 576px) {
  .textPage .maps .google-map {
    width: 100%;
    height: 70vh;
  }
}

.footer-mobile-wrapper {
  padding-left: 10px;
  display: flex;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .footer-mobile-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .contrast .footer-mobile-wrapper {
    flex-direction: column;
  }
  .contrast .main-footer .footer-contacts .mobile:first-child {
    padding-left: 0;
  }
  .contrast .main-footer .footer-contacts .mobile:last-child {
    padding-left: 0;
    margin: auto;
  }
  .contrast .main-footer .footer-contacts .mobile:first-child::before {
    top: 21px;
    left: -25px;
  }
  .contrast .main-footer .footer-contacts .mobile {
    padding-right: 0px !important;
    justify-content: center;
  }
}

.request-succes {
  width: 96px;
  height: 92px;
  margin: 0 auto;
  background: url('../images/request-success.svg') center center no-repeat;
  background-size: cover;
}

.contrast .request-succes {
  width: 96px;
  height: 92px;
  margin: 0 auto;
  background: url('../images/request-success-black.svg') center center no-repeat;
  background-size: cover;
}

#layout-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#layout-content > main {
  margin-top: 56px;
  position: relative;
  width: 100%;
  padding-bottom: 45px;
}

@media (max-width: 1400px) and (min-width: 992px) {
  #layout-content > main {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  #layout-content > main {
    margin-top: 0;
  }
}

.double-block .container,
.about-platform-title {
  max-width: 780px;
  margin: auto;
}

.double-block .container .category-item {
  margin: 15px auto !important;
}

.about-platform .title {
  font-family: 'Innerspace-Bold', sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: #47495a;
}

.contrast .page-home .main-header-bg {
  display: none !important;
}

.contrast .main-header-sub-bg {
  display: none !important;
}

.contrast .skype-contact {
  left: 0;
}

.contrast .main-header .working-days {
  top: 0px;
  left: -20px;
}

@media (max-width: 767px) {
  .contrast .main-header .working-days {
    top: 62px;
    left: 0px;
  }
}

@media (max-width: 576px) {
  .contrast .main-header .working-days {
    left: 15px;
  }
}

@media (max-width: 991px) {
  .contrast .mobile-wrapper {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .working-days h5 {
    padding-top: 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .working-days h5 {
    padding-top: 0px;
  }
  .working-days.for-desktop h5 {
    display: none;
  }
}

@media (max-width: 400px) {
  .header-main-title h1 {
    font-size: 18px;
  }
}

@media (max-width: 766px) {
  .page-home .main-header .container.header-contacts {
    flex-wrap: wrap;
  }

  .page-home .contacts-item-tels-width {
    max-width: 100%;
  }

  .page-home .contacts-items .open-policy {
    position: absolute;
    top: 46px;
    margin: 15px;
    right: 15px;
  }

  .page-home .header-contacts.container {
    justify-content: space-between;
  }

  .header-contacts.container {
    justify-content: flex-start;
  }

  .contrast header .contacts-item-tels-width {
    width: 100%;
    padding-left: 0px;
  }

  .page-home .contacts-item-tels-width {
    justify-content: flex-start !important;
    margin-top: 0px;
  }

  .contacts-items .mobile.mobile-logo {
    width: 100%;
  }
}
