:root {
 —app-height: 100%;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html, body, div, span, iframe,
h1, h2, h3, h4, p, a, em, img,
dl, dt, dd, ol, ul, li, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figure, figcaption,
footer, header, menu, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

main:not(.personal-page) button, main:not(.personal-page) input, main:not(.personal-page) textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*body > div:not([class]) {
  display: none;
}*/

#eye {
  width: 11px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 23px;
  right: 24px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-animation: flash 4s infinite;
  animation: flash 4s infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

select {
  display: block !important;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.ui-menu.overflow {
  max-height: 204px;
}

.css-input {
  width: 100%;
  padding: 15px 20px !important;
}

.css-input::placeholder {
  color: black !important;
}

.ui-selectmenu-button.ui-button {
  font-size: 16px;
}

.cls-options-list {
  z-index: 10;
  padding: 15px !important;
}

.cls-options-list-wrap {
  max-height: 200px;
  overflow-y: auto;
}

/* width */
.cls-options-list-wrap::-webkit-scrollbar,
.header-search-results-list::-webkit-scrollbar,
.ui-menu.overflow::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.cls-options-list-wrap::-webkit-scrollbar-track,
.header-search-results-list::-webkit-scrollbar-track,
.ui-menu.overflow::-webkit-scrollbar-track {
  background: #f1f4f8; 
  border-radius: 5px;
}
 
/* Handle */
.cls-options-list-wrap::-webkit-scrollbar-thumb,
.header-search-results-list::-webkit-scrollbar-thumb,
.ui-menu.overflow::-webkit-scrollbar-thumb {
  background: #29369a;
  border-radius: 5px;
}

.cls-option:hover {
  background: #F1F4F8;
  color: #293699;
  border: none;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}

.open .cls-options-list {
  display: block;
}

/*
.ui-menu.overflow::-webkit-scrollbar-thumb:hover {
  background: #555; 
}*/

button, input, textarea {
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-weight: 400;
}

.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.for-mobile {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

select[name="gender"]{
  position: absolute;
  display: block !important;
  opacity: 0;
  height: 0;
}

h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #171717;
  margin-bottom: 30px;
}

h2 {
  color: #171717;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 30px;
}


.information-page-additional-cnt ul + h2 {
  margin-top: 50px;
}

.mc-features-list + h2 {
  margin-top: 75px;
}

h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 15px;
}

body {
  overflow-y: scroll;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-weight: 400;
  color: #6B6B6B;
  background: #F1F4F8;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body.fixed-header  {
  padding-top: 150px;
}

.main-cnt {
  line-height: 22px;
  min-height: calc(100vh - 586px);
}

section {
  padding: 75px 0;
}

.center-cnt {
  width: 100%;
  padding: 0 25px;
  max-width: 1550px;
  margin: 0 auto; 
  position: relative;
}

.btn {
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease-out;
}

.btn-blue {
  background: #293699;
  color: white;
}

.btn-blue:hover {
  background: #505ecd;
}

.btn-white {
  background: #fff;
  color: #293699;
  border: 1px solid #293699;
}

.btn-pink {
  background: #E55381;
  color: #fff;
}

.btn-pink:hover {
  background: #c5406a;
}

.btn-white.no-bg {
  background: none;
}

.btn-white.no-bg:hover,
.btn-white:hover {
  background: #293699;
  color: white;
}


/* heder start*/

header {
  width: 100%;
  padding: 15px 0;
  position: relative;
  width: 100%;
  z-index: 20;
  height: 150px;
  background: #fff;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  /*transition: all 0.2s ease-out;  */
}

/*header.fixed {
  padding: 10px 0;
  height: 140px;
}

.header-logo img {
  width: 95px;
}

header.fixed .header-logo img {
  width: 70px;
}

.header-logo img {
  transition: all 0.2s ease-out;   
}*/

.header-logo img {
  width: 100%;
  height: auto;
}

.header-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.with-fancybox .fixed-header header {
  left: -8px;
}

.header-contacts-wrap {
  margin-right: 25px;
}

.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
}

header .center-cnt {
  display: flex;
  align-items: center;
}

.header-logo {
  margin-right: 40px;
  width: 95px;
  position: relative;
}

.header-cnt {
  display: flex;
  width: calc(100% - 121px);
  flex-wrap: wrap;
}

.header-top,
.header-btm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.header-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #D5DADF;
}

.header-btm {
  padding-top: 15px;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav a {
  color: #000;
  text-decoration: none;
  position: relative;
  line-height: 22px;
  padding: 10px 0;
}

.header-nav .header-nav-item.has-subnav a:hover,
.header-nav .header-nav-item:not(.has-subnav):hover > a,
.header-nav > .header-nav-item:hover > a {
  color: #293699;
}

.header-nav > .header-nav-item:not(:last-child) {
  margin-right: 35px;
}

.header-nav-item.has-subnav {
  position: relative;
}

.header-nav-item.has-subnav > a {
  padding-right: 20px;
}

.header-nav > .header-nav-item.has-subnav > a:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 0;
  transition: transform 0.2s ease-out;
}

.pc-spoiler-trigger,
.subnav-trigger {
  width: 25px;
  height: 25px;
  border: 1px solid rgb(135 135 135 / 50%);
  border-radius: 100%;
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
  box-shadow: 0px 3px 10px rgba(23, 109, 234, 0.15);
  transition: all 0.2s ease-out;
}

/*.content-page-navigation .subnav-trigger,*/
.pc-spoiler-trigger:hover,
.subnav-trigger:hover,
.open > .subnav-trigger {
  border: 1px solid #293699;
  background: #293699;
}

.open > .subnav-trigger {
  transform: rotate(180deg);
}

.pc-spoiler-trigger:before,
.subnav-trigger:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  transform: rotate(45deg);
  top: 6px;
  right: 8px;
  transition: all 0.2s ease-out;  
}


.pc-spoiler-trigger:hover:before,
.pc-spoiler-trigger.open:hover:before,
.content-page-navigation .subnav-trigger:hover:before,
.subnav-trigger:hover:before,
.open > .subnav-trigger:before {
  border-color: #fff;
}

.header-nav-item.has-subnav:hover a:after {
  color: #293699;
  transform: rotate(225deg);
  top: 22px;
}

.header-subnav {
  display: none;
}

.header-nav-item {
  transition: background 0.2s ease-out;
}

.header-nav-item.has-subnav.open > .header-subnav, 
.header-nav > .header-nav-item.has-subnav:hover > .header-subnav {
  display: block;
}

.header-nav > .header-nav-item > .header-subnav {
  /*width: 465px;*/
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  position: absolute;
  padding: 15px;
  top: 30px;
  left: 0;
  z-index: 1;
}

.header-nav > .header-nav-item > .header-subnav > .header-nav-item {
  border-radius: 5px;
}

.header-nav > .header-nav-item > .header-subnav > .header-nav-item > a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
}

.header-nav > .header-nav-item.has-subnav > .header-subnav > .header-nav-item.has-subnav > a {
  display: inline-block;
}

.header-nav-item.open,
.header-nav > .header-nav-item > .header-subnav > .header-nav-item:hover {
  background: #e8ecf3;
}

.header-nav > .header-nav-item > .header-subnav > .header-nav-item > a:after {
  top: 15px;
}

.header-nav > .header-nav-item > .header-subnav > .header-nav-item:hover > a:after {
  top: 18px;
  transform: rotate(225deg);
}

.header-nav .header-subnav .header-subnav {
  background: #F1F4F8;

  border-radius: 5px;
}

.header-nav .header-subnav .header-subnav a {
  padding: 10px 30px 10px 30px;
  display: block;
}

.header-nav .header-subnav .header-subnav .header-nav-item:last-child a {
  padding-bottom: 15px;
}

.header-contacts a:not(:last-child) {
  margin-right: 25px;
}

.hc-email {
  color: #6B6B6B;
  text-decoration: none;
}

.header-additional-nav a:hover,
.hc-phone:hover,
.hc-email:hover {
  text-decoration: underline;
  color: #293699;
}

.hc-phone {
  color: #171717;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.hc-btn {
  padding: 12px 15px;
  margin-right: 0 !important;
}

.header-additional-nav a {
  font-weight: 500;
  color: #171717;
  text-decoration: none;
}

.header-additional-nav a:not(:last-child) {
  margin-right: 25px;
}

.header-pek-link,
.header-account-link {
  color: #293699;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-left: 27px;
}

.header-pek-link {
  padding-left: 32px;
  margin-right: 25px;
}

.header-pek-link span,
.header-account-link span {
  border-bottom: 1px dotted #293699;
}

.header-pek-link:hover span,
.header-account-link:hover span {
  border-bottom: none;
}

.header-btns {
  display: flex; 
}

.header-pek-link:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/pek-icon.svg) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.header-account-link:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/account-icon.svg) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.header-search {
  border: 1px solid #D5DADF;
  border-radius: 10px;
  width: calc(100% - 400px);
  display: flex;
  align-items: center;
  position: relative;
  background-color: #eee;
}

.header-search-input {
  font-size: 16px;
  padding: 13px 15px;
  border-radius: 10px;
  width: calc(100% - 55px);
  background-color: #eee;
}

.hs-controls {
  width: 55px;
  position: relative;
  height: 30px;
  border-right: 1px solid #D5DADF;
}

.hs-controls > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-search {
  background: url(../img/search-icon.svg) center no-repeat;
  background-size: contain;
}

.cls-options-list,
.header-search-results {
  display: none;
  position: absolute;
  top: 55px;
  padding: 30px 15px 0;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  width: 100%;
}

.header-search-results-list {
  max-height: 333px;
  overflow-y: auto;
}

.hsr-item {
  border-bottom: 1px solid #D5DADF;
  padding-bottom: 20px;
  margin: 0 15px;
}

.hsr-item:not(:last-child) {
  margin-bottom: 20px;
}

.hsr-info {
  color: #A8A8A8;
  margin-bottom: 5px;
  font-size: 14px;
}

.hsr-item a {
  color: #171717;
  font-weight: 500;
  text-decoration: none;
}

.hsr-item a:hover {
  text-decoration: underline;
  color: #293699;
}

.hsr-results-more {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.hsr-no-results {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.hs-clear {
  background: white url(../img/close-cross.svg) center no-repeat;
  cursor: pointer;
  display: none;
}

/* header end*/

/* footer start */

footer {
  width: 100%;
  padding: 50px 0 25px;
  position: relative;
  width: 100%;
  background: #fff;
}

footer .center-cnt {
  display: flex;
  flex-wrap: wrap;
}

.footer-top,
.footer-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid #D5DADF;
}

.footer-btm {
  padding-top: 25px;
  align-items: flex-end;
}

.ft-column {
  display: flex;
  flex-direction: column;
  margin: 0 25px;
}

.ft-column:first-child {
  margin-left: 0;
}

.ft-column:last-child {
  margin-right: 0;
}

.ft-logo {
  margin-bottom: 75px;
}

.cmi-cnt a,
footer a {
  text-decoration: none;
  color: #6B6B6B;
  line-height: 22px;
}

.cmi-cnt a:hover,
footer a:hover {
  text-decoration: underline;
  color: #293699;
}

.ft-nav-title {
  font-weight: 600;
  color: #171717;
  margin-bottom: 15px;
}

.ft-column.nav-column a {
  margin-bottom: 15px;
}

.cmi-cnt > div:not(.cmi-title),
.ft-contacts > div:not(:last-child) {
  margin-bottom: 30px;
}

.cmi-cnt > div:not(.cmi-title),
.ft-contacts > div {
  padding-left: 35px;
}

.cmi-phones a,
.ft-phones a {
  display: block;
  font-weight: 600;
  color: #171717;
}

.cmi-phones a:not(:last-child),
.ft-phones a:not(:last-child) {
  margin-bottom: 5px;
}

.cmi-phones,
.ft-phones {
  background: url(../img/phone-icon.svg) top 5px left no-repeat;
}

.cmi-adress,
.ft-adress {
  background: url(../img/map-icon.svg) top 3px left 3px no-repeat
}

.cmi-mail,
.ft-mail {
  background: url(../img/mail-icon.svg) top 2px left no-repeat;
}

.cmi-working-hours,
.ft-working-hours {
  background: url(../img/clock-icon.svg) top 2px left no-repeat;
}

.ft-socials {
  display: flex;
}

a.ft-social {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 15px;
  transition: background-color 0.2s ease-out;
}

.ft-vk {
  background: #D5DADF url(../img/vk-logo.svg) top 15px center no-repeat;
}

.ft-telega {
  background: #D5DADF url(../img/telegram-logo.svg) center no-repeat;
}

a.ft-social:hover {
  background-color: #95a0ab;
}

.footer-btm {
  color: #A8A8A8;
  font-size: 14px;
}

.footer-btm a {
  color: #A8A8A8;
}

.ft-info p {
  margin-bottom: 5px;
}

.webmaster a {
  color: #293699;  
}

/* footer end*/


/* main page start */

.main-page-hero {
  padding: 35px 0;
}

.mp-hero-slider {
  width: 100%;
  height: 428px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
}

.mp-hero-slider .swiper-slide {
  background-color: white;
  padding: 80px 60px 40px;
  background-repeat: no-repeat;
  background-position: bottom right 15%;
  background-size: 30%;
}

.mp-hero-slide-cnt {
  width: 60%;
}

.mp-hero-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  color: #171717;
  margin-bottom: 20px;
}

.mp-hero-title span {
  color: #293699;
}

.mp-hero-slider .swiper-slide p {
  font-size: 20px;
  line-height: 26px;
  max-width: 365px;
}

.mp-hero-link {
  width: 220px;
  position: absolute;
  bottom: 40px;
  left: 60px;
}

.mp-hero-slider-controls {
  position: absolute;
  left: 380px;
  bottom: 50px;
  display: flex;
  align-items: center;
  width: 150px;
  height: 36px;
}

.show-more {
  cursor: pointer;
  border-bottom: 1px dashed #A8A8A8;
  display: inline-block;
  color: #A8A8A8;
  display: none;
}

.mp-hero-slider-controls .swiper-pagination {
  z-index: 9;
  font-size: 24px;
  color: #6B6B6B;
  top: 8px;
  font-weight: 500;
}

.mp-hero-slider-controls .swiper-button-next:after, 
.mp-hero-slider-controls .swiper-button-prev:after {
  font-size: 18px;
  color: #6B6B6B;
  font-weight: 600;
}

.mp-hero-slider-controls .swiper-pagination-current {
  color: #293699;
  margin-right: 5px;
}

.mp-hero-slider-controls .swiper-pagination-total {
  margin-left: 5px;
}

.msc-main {
  width: calc(100% - 390px);
  margin-right: 30px;
}

.msc-closest {
  margin-top: 50px;
}
.mcs-form {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
}

.mcs-form form {
  display: flex;
  flex-wrap: wrap;
}

.mcs-form label {
  color: #A8A8A8;
  display: block;
  margin-bottom: 10px;
}

.mcs-form-item {
  width: 100%;
  position: relative;
}

.mcs-form-item:nth-of-type(1),
.mcs-form-item:nth-of-type(2) {
  width: calc(50% - 15px);
}

.mcs-form-item:nth-of-type(1) {
  margin-right: 30px;
}

.mcs-form-item:not(:last-child) {
  margin-bottom: 20px;
}

.msc-list-item {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  display: flex;
}

.mscl-item-cnt {
  width: calc(100% - 205px);
  margin-right: 30px;
}

.mscl-item-info {
  width: 175px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
}

.msc-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.msc-list {
  margin-bottom: 40px;
}

.mscl-item-category {
  color: #A8A8A8;
  margin-bottom: 10px;
}

.form-input input {
  width: 100%;
}

.main-consultation-form .error-msg {
  top: -22px;
  color: #fff;
}

.mscl-item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
}

.mscl-item-name:hover {
  text-decoration: underline;
}

.mscl-item-btm {
  display: flex;
  font-size: 14px;
}

.mscl-item-btm > div {
  padding-left: 30px;
  position: relative;
}

.mscl-item-btm > div:not(:last-child) {
  margin-right: 50px
}

.cbi-format:before,
.cbi-place:before,
.cbi-date:before,
.mscl-item-btm > div:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 0;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
}

.mscl-item-date {
  width: 50%;
}

.cbi-date:before,
.mscl-item-date:before {
  background-image: url(../img/calendar-gray.svg);
}

.mscl-item-duration:before {
  background-image: url(../img/clock-gray.svg);
}

.cbi-format:before {
  background-image: url(../img/format-gray.svg);  
}

.cbi-place:before,
.mscl-item-place:before {
  background-image: url(../img/map-gray.svg);
}

.mscl-item-format {
  color: #293699;
  margin-bottom: 35px;
}

.mscl-item-price-old {
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: line-through;
  color: #A8A8A8;
  font-weight: 400;
}

.mscl-item-price-new {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #E55381;
}

.courses-list-title,
.mscl-item-price-norm {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
}

.msc-closest .file-link {
  margin-left: 25px;
}

.ui-front {
  z-index: 10;
}

.ui-selectmenu-button {
  background: #F1F4F8;
  border: 1px solid #D5DADF;
  color: rgb(117, 117, 117);
  border-radius: 10px;
  width: 100% !important;
  padding: 15px 25px;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  transition: all 0.2s ease-out;  
}

.ui-button:hover {
  color: #293699;
  background: white;
  border: 1px solid #293699;
}

.ui-selectmenu-open {
  width: calc(100% - 10px);
}

.ui-widget.ui-widget-content {
  border: none;
  background: #FFFFFF;
  /*box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);*/
  border-radius: 20px;
  margin-top: 20px;
  padding: 0 10px 0px 15px;
  width: 100% !important;
}

.ui-widget.ui-widget-content:after {
  content: '';
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 15px 10px 15px 15px;
  width: calc(100% + 10px);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  height: 100%;
}

.cls-option,
.ui-menu-item-wrapper {
  font-size: 16px;
  line-height: 22px;
  color: #6B6B6B;
  padding: 9px 15px !important;
  border-radius: 5px;
  font-weight: 500;
  border: none;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
}

.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  background: #F1F4F8;
  color: #293699;
  border: none;
  font-weight: 500;
  margin: 0;
}

.ui-state-disabled {
  display: none;
}

.ui-button:active, 
.ui-button:focus,
.ui-selectmenu-button-open {
  border: 1px solid #293699;
  background: white;
  color: #293699;
}

.css-list-trigger,
.ui-button:hover .ui-icon,
.ui-button .ui-icon {
  margin-top: 2px;
  background: url(../img/arrow-small.svg) center no-repeat;
}

.ui-button:focus .ui-icon,
.ui-button:active .ui-icon {
  background: url(../img/arrow-small.svg) center no-repeat;
}

.css-list-trigger {
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 26px;
}

.open .css-list-trigger {
  transform: rotate(180deg);  
}

.ui-selectmenu-button-open.ui-button .ui-icon {
  transform: rotate(180deg);
  background: url(../img/arrow-small-h.svg) center no-repeat;
}

.mcs-submit {
  width: 260px;
  padding: 17px 15px;
}

.mcs-form-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

a.file-link-inverted:hover,
a.file-link {
  color: #95A0AB;
  text-decoration: none;
  border-bottom: 1px dotted #95A0AB;
  position: relative;
}

a.file-link-inverted,
a.file-link:hover {
  color: #293699;
  text-decoration: none;
  position: relative;
  border-bottom: 1px dotted #293699;
}

a.file-link-inverted:before {
  content: '';
  width: 18px;
  height: 23px;
  background: url(../img/file-purple-icon.svg) center no-repeat;
  display: block;
  position: absolute;
  left: -25px;
  background-size: contain;  
}

a.file-link-inverted:hover:before {
  background-image: url(../img/file-icon.svg);
}

a.file-link:before {
  content: '';
  width: 18px;
  height: 23px;
  background: url(../img/file-icon.svg) center no-repeat;
  display: block;
  position: absolute;
  left: -25px;
  background-size: contain;
}

a.file-link:hover:before {
  background-image: url(../img/file-purple-icon.svg);
}

.main-course-selection {
  padding: 35px 0;
}

.msc-cnt {
  display: flex;
  flex-wrap: wrap;
}

.msc-secondary {
  width: 360px; 
}

.blue-bnr {
  background: linear-gradient(158.31deg, #09135A 25.44%, #3A459F 79.45%, #5969E5 96.75%);
  border-radius: 20px;
  padding: 30px;
  color: white;
  width: 100%;
}

.main-reviews-controls .btn {
  width: 250px;
}

.main-course-selection .full-courses-link {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.full-courses-link .btn-white:hover {
  background: #dce4ef;
  color: #293699;
}

.blue-bnr-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px
}

.content-page-main .blue-bnr-title strong,
.blue-bnr-title strong {
  font-weight: 700;
  color: white;
}

.content-page-main .blue-bnr p,
.blue-bnr p {
  font-size: 16px;
  line-height: 22px;
  color: #D5DADF;
  margin-bottom: 20px;
}

.full-courses-link .btn {
  width: 100%;
}

.main-center-features {
  padding: 50px 0;
}

.mc-features-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.mc-feature {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #171717;
}

.mcf-img {
  height: 75px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.main-center-features .center-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}

.mp-clients-slider {
  width: calc(100% - 170px);
  height: 95px;
}

.main-clients {
  background: white;
}

.mp-clients-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-clients-slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.mp-clients-slider-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.cnt-page-slider .swiper-button-next,
.cnt-page-slider .swiper-button-prev,
.pagination-prev,
.pagination-next,
.main-reviews-controls .swiper-button-next,
.main-reviews-controls .swiper-button-prev,
.mp-clients-slider-wrap .swiper-button-next,
.mp-clients-slider-wrap .swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  background-color: #fff;
  top: auto;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease-out;  
}

.cnt-page-slider .swiper-button-next,
.cnt-page-slider .swiper-button-prev {
  top: 50%;
  position: absolute;
}

.cnt-page-slider .swiper-button-next.swiper-button-disabled,
.cnt-page-slider .swiper-button-prev.swiper-button-disabled,
.main-reviews-controls .swiper-button-next.swiper-button-disabled, 
.main-reviews-controls .swiper-button-prev.swiper-button-disabled,
.mp-clients-slider-wrap .swiper-button-next.swiper-button-disabled, 
.mp-clients-slider-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

.cnt-page-slider .swiper-button-next:after,
.cnt-page-slider .swiper-button-prev:after,
.main-reviews-controls .swiper-button-next:after,
.main-reviews-controls .swiper-button-prev:after,
.mp-clients-slider-wrap .swiper-button-next:after, 
.mp-clients-slider-wrap .swiper-button-prev:after {
  display: none;
}

.cnt-page-slider .swiper-button-next {
  right: 30px;
  background-image: url(../img/big-arrow-right.svg);
}

.pagination-next,
.main-reviews-controls .swiper-button-next,
.mp-clients-slider-wrap .swiper-button-next {
  right: 0;
  background-image: url(../img/big-arrow-right.svg);
}

.cnt-page-slider .swiper-button-next:hover,
.pagination-next:hover,
.main-reviews-controls .swiper-button-next:hover,
.mp-clients-slider-wrap .swiper-button-next:hover {
  background-image: url(../img/big-arrow-right-white.svg);
  background-color: #293699;
}

.cnt-page-slider .swiper-button-prev {
  left: 30px;
  background-image: url(../img/big-arrow-left.svg);  
}

.pagination-prev,
.main-reviews-controls .swiper-button-prev,
.mp-clients-slider-wrap .swiper-button-prev {
  left: 0;
  background-image: url(../img/big-arrow-left.svg);  
}

.cnt-page-slider .swiper-button-prev:hover {
  background-color: #293699;
  background-image: url(../img/big-arrow-left-white.svg);  
}

.pagination-prev:hover,
.main-reviews-controls .swiper-button-prev:hover,
.mp-clients-slider-wrap .swiper-button-prev:hover {
  background-color: #293699;
  background-image: url(../img/big-arrow-left-white.svg);  
}

.mp-clients-text {
  column-count: 2;
  column-gap: 30px;
}

.mp-clients-text p {
  margin-bottom: 10px;
  break-inside: avoid-column;
}

.main-reviews-slider .swiper-slide {
  background: #FFFFFF url(../img/small-cloud-left.svg) top left no-repeat;
  padding: 30px;
  /*box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);*/
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}

.main-reviews-slider {
  margin-bottom: 40px;
}

.main-reviews-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mrs-img {
  width: 180px;
  height: 255px;
  border: 1px solid #D5DADF;
  border-radius: 10px;
  margin-right: 40px;
  background-size: cover;
  transition: border-color 0.2s ease-out;  
}

.mrs-img:hover {
  border-color: #293699;
}

.mrs-cnt {
  width: calc(100% - 220px);
}

.mrs-title {
  color: #293699;
  font-style: italic;
  font-weight: 500;
  margin: 30px 0 15px;
}

.main-news {
  background: #fff; 
}

.anl-item,
.mnl-item {
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  background: #fff; 
}

.anl-item:not(:last-child),
.mnl-item:not(:last-child) {
  margin-bottom: 40px;
}

.anl-item-img,
.mnl-item-img {
  width: 460px;
  display: block;
  position: relative;
  background-size: cover;
  border-radius: 20px;
}

.anl-item-cnt,
.mnl-item-cnt {
  width: 100%;
  padding: 40px;
}

.anl-item-img + .anl-item-cnt,
.mnl-item-img + .mnl-item-cnt {
  width: calc(100% - 500px);
}

.anl-item-title,
.mnl-item-title {
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  display: flex;
}

.anl-item-title:hover,
.mnl-item-title:hover {
  text-decoration: underline;
}

.anl-item-date,
.mnl-item-date {
  margin-bottom: 10px;
}

.anl-item-cnt p,
.mnl-item-cnt p {
  margin-bottom: 30px;
}

.link-arrow-left,
.link-arrow-right {
  color: #293699;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-arrow-left:hover,
.link-arrow-right:hover {
  text-decoration: underline;
}

.link-arrow-right:after {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: -25px;
  background: url(../img/link-arrow.svg) center no-repeat; 
}

.link-arrow-left {
  margin-left: 25px;
}

.link-arrow-left:before {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: -25px;
  background: url(../img/link-arrow.svg) center no-repeat;
  transform: rotate(180deg); 
}


.main-articles-btm,
.main-news-btm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-news-list,
.main-articles-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.aal-item-img,
.mal-item-img {
  height: 350px;
  display: flex;
  width: 100%;
  background-size: cover;
  border-radius: 20px;
}

.aal-item,
.mal-item {
  position: relative;
  width: calc(33.333% - 20px);
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
}

.aal-item:not(:nth-child(3n)),
.mal-item:not(:last-child) {
  margin-right: 30px;
}

.aal-item-date,
.mal-item-date {
  background: #293699;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  padding: 5px 10px;
}

.aal-item-title,
.mal-item-title {
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  display: flex;
}

.aal-item-title:hover,
.mal-item-title:hover {
  text-decoration: underline;
}

.aal-item-cnt,
.mal-item-cnt {
  padding: 30px;
}

.aal-items-tags span,
.mal-items-tags span {
  margin-right: 5px;
}

.aal-items-tags,
.mal-items-tags {
  margin-bottom: 30px;
}

.main-articles {
  position: relative;
  padding-top: 30px;
}

.main-articles:before {
  content: '';
  position: absolute;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.main-consultation-form {
  background: #293699 url(../img/huge-cloud-left.svg) top left no-repeat;
  background-size: 60% auto;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 50px 65px;
  color: white;
}

.mc-form-title {
  font-weight: 600;
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 30px;
}

.show-all-topics {
  display: none;
}

.main-consultation-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mc-form-cnt {
  width: 40%;
  margin-right: 30px;
}

/*.main-consultation-form input,*/
header textarea, 
header input[type="text"]:not(.header-search-input):not(.mobile-header-search-input), 
header input[type="phone"], 
header input[type="email"], 
header input[type="password"],
main textarea, 
main input[type="text"]:not(.header-search-input):not(.mobile-header-search-input), 
main input[type="phone"], 
main input[type="email"], 
main input[type="date"],
main input[type="password"],
.blueprint-settings-tab input[type="number"],
.new-blueprint-field input[type="number"],
.new-blueprint-field input[type="text"],
.course-add-tab input[type="number"],
.pc-input,
.overlay textarea, 
.overlay input[type="text"]:not(.header-search-input):not(.mobile-header-search-input), 
.overlay input[type="phone"], 
.overlay input[type="email"], 
.overlay input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F1F4F8;
  border: 1px solid #D5DADF;
  border-radius: 10px;
  font-size: 16px;
  padding: 14px 20px;
  transition: all 0.2s ease-out;  
  color: rgb(117, 117, 117);
}

.pc-input:hover,
header textarea:hover, 
header input[type="text"]:not(.header-search-input):not(.mobile-header-search-input):hover, 
header input[type="phone"]:hover, 
header input[type="email"]:hover, 
header input[type="password"]:hover,
main textarea:hover, 
main input[type="text"]:not(.header-search-input):not(.mobile-header-search-input):hover, 
main input[type="phone"]:hover, 
main input[type="email"]:hover,
main input[type="date"]:hover,
main input[type="password"]:hover,
.overlay textarea:hover, 
.overlay input[type="text"]:not(.header-search-input):not(.mobile-header-search-input):hover, 
.overlay input[type="phone"]:hover, 
.overlay input[type="email"]:hover, 
.overlay input[type="password"]:hover,
.course-add-tab input[type="number"]:hover,
.blueprint-settings-tab input[type="number"]:hover,
.new-blueprint-field input[type="number"]:hover,
.new-blueprint-field input[type="text"]:hover,
header textarea:focus, 
.course-add-tab input[type="number"]:focus,
.new-blueprint-field input[type="text"]:focus,
.new-blueprint-field input[type="number"]:focus,
.blueprint-settings-tab input[type="number"]:focus,
header input[type="text"]:not(.header-search-input):not(.mobile-header-search-input):focus, 
header input[type="phone"]:focus, 
header input[type="email"]:focus, 
header input[type="password"]:focus,
main textarea:focus, 
main input[type="text"]:not(.header-search-input):not(.mobile-header-search-input):focus, 
main input[type="phone"]:focus, 
main input[type="email"]:focus,
main input[type="date"]:focus, 
main input[type="password"]:focus,
.overlay textarea:focus, 
.overlay input[type="text"]:not(.header-search-input):not(.mobile-header-search-input):focus, 
.overlay input[type="phone"]:focus, 
.overlay input[type="email"]:focus, 
.overlay input[type="password"]:focus {
  background: #fff;
  border-color: #293699;
  color: #171717;
}


.form-input.has-error input,
.form-input.has-error .ui-selectmenu-button {
  border-color: #E55381 !important;
}

.form-input {
  position: relative;
}

.error-msg {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 12px;
  color: #E55381;
  font-weight: 500;
}

.main-consultation-form input:focus {
  border-color: #D5DADF !important;
}

.main-consultation-form form {
  display: flex;
  width: 45%;
  flex-wrap: wrap;
}

.mc-form-name {
  width: 100%;
  margin-bottom: 30px;
}

.mc-form-submit,
.mc-form-phone {
  width: calc(40% - 15px);
  margin-right: 30px;
}

.mc-form-btm p,
.mc-form-email {
  width: calc(60% - 15px);
}

.mc-form-btm {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mc-form-btm p a,
.mc-form-btm p {
  font-size: 14px;
  line-height: 18px;
  color: #D5DADF;  
}

.mc-form-btm p a {
  text-decoration: none;
  border-bottom: 1px dotted #D5DADF;
}

.mc-form-btm p a:hover {
  border-color: transparent;
}

.main-learning {
  padding-top: 75px;
}

.main-learning-cnt {
  display: flex;
  flex-wrap: wrap;
}

.main-learning-steps,
.main-learning-video {
  width: calc(50% - 15px)
}

.main-learning-steps {
  margin-right: 30px;
}

.main-learning-steps .link-arrow-right {
  margin-top: 30px;
  display: inline-block;
}

.mls-step {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 30px 30px 0;
  position: relative;
  overflow: hidden;
}

.mls-step:before {
  content: '';
  width: 230px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/small-cloud-right.svg) bottom right no-repeat;
  opacity: 0;
  /*transition: opacity 0.2s ease-out;*/
}

.mls-step:after {
  content: '';
  width: 87px;
  height: 87px;
  position: absolute;
  top: 5px;
  right: 65px;
  background: url(../img/bow-arrow.svg) bottom right no-repeat;
  opacity: 0;
  /*transition: opacity 0.2s ease-out;*/
}

.mls-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #171717;
  margin-bottom: 30px;
}

.mls-step:not(.open) {
  cursor: pointer;
}

.mls-title span {
  margin-right: 10px;
}

.mls-step .mls-body {
  display: none;
  width: 80%;
  padding-bottom: 30px;
}

.mls-step.open .mls-body {
  display: block;
}

.mls-step.open .mls-title span {
  color: #293699;
}

.mls-step.active:before,
.mls-step.active:after {
  opacity: 1;
}

.mls-step:nth-child(1) {
  z-index: 3;
}

.mls-step:nth-child(2) {
  z-index: 2;
  margin-top: -10px;
}

.mls-step:nth-child(3) {
  z-index: 1;
  margin-top: -10px;
}

.mls-btn {
  background: #FFFFFF;
  border: 1px solid #293699;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 30px;
  border-radius: 100%;
  background: url(../img/down-arrow-blue.svg) center no-repeat;
  cursor: pointer; 
  transition: transform 0.2s ease-out;
}

.mls-step.open .mls-btn {
  transform: rotate(180deg);
}

.video-placeholder {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  display: block;
  position: relative;
}

.video-link {
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  width: 100%;
}

.video-placeholder img,
.video-link img {
  opacity: 0.7;
  transition: all 0.2s ease-out;
}

.video-placeholder img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 20px;  
}

.about-page-cnt .video-link img:not([class]) {
  margin: 0;
  display: block;
}

.video-link:before,
.video-placeholder:before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(../img/play-btn.svg) center no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  z-index: 1;
  margin-left: -40px;
  transition: all 0.2s ease-out;
}

.main-learning-video .video-placeholder {
  max-height: 435px;
  height: 100%;
}

.main-learning-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}

.main-learning-video p {
  text-align: right;
  max-width: 430px;
}

.mls-link {
  margin-top: 30px;
  display: inline-block;
}

.tooltip {
  position: relative;
  padding-bottom: 10px;
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease-in-out .18s;
}

.tooltip-content {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 15px 25px 20px;
  font-size: 14px;
  top: calc(100% - 5px);
  left: 0;
  width: 350px;
}

.schedule-page-cnt p:not(:last-child),
.about-page-cnt p:not(:last-child),
.single-article-cnt p:not(:last-child),
.single-news-cnt p:not(:last-child),
.single-course-cnt p:not(:last-child),
.educational-forms-list-item p:not(:last-child),
.snt-right p:not(:last-child),
.sat-right p:not(:last-child),
.mls-step .mls-body p:not(:last-child),
.tooltip-content p:not(:last-child) {
  margin-bottom: 10px;
}

.common-cources a,
.schedule-page-body a:not([class]),
.course-page-body a:not([class]),
.about-page-body a:not([class]),
.information-page-white-block a:not([class]),
.single-news-body a:not([class]),
.single-article-body a:not([class]) {
  color: #293699;
  text-decoration: none;
}

.common-cources a:hover,
.schedule-page-body a:not([class]):hover,
.course-page-body a:not([class]):hover,
.about-page-body a:not([class]):hover,
.information-page-white-block a:not([class]):hover,
.single-news-body a:not([class]):hover,
.single-article-body a:not([class]):hover {
  text-decoration: underline;
}

.cnt-page-slider-wrap + h2,
.cnt-code + h2,
.cnt-code + h2,
.cnt-note + h2,
.cnt-note + h2,
.course-page-body p + h2,
.schedule-page-body p + h2,
.about-page-body p + h2,
.single-news-body p + h2,
.single-article-body p + h2 {
  margin-top: 50px;
}

.mscl-item-date-new,
.tooltip-text {
  color: #293699;
  text-decoration: none;
  border-bottom: 1px dotted #293699;
}

.tooltip-text {
  margin-left: 10px; 
  cursor: pointer;
}

.tooltip-text,
.mscl-item-duration {
  white-space: nowrap;
}

.mscl-item-date-new:hover {
  border-color: transparent;
}

.question-icon {
  font-size: 16px;
  line-height: 22px;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: white;
  background: #A8A8A8;
  border-radius: 100%;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}


/* modals start*/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(24, 24, 27, 0.98);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none;
  overflow-y: auto;
  height: -webkit-fill-available;
  height: var(--app-height);
}

.modal {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgb(255 255 255 / 20%);
  border-radius: 20px;
  width: 100%;
  max-width: 580px;
  padding: 40px;
  position: relative;
}

.modal-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #171717;
  margin-bottom: 20px;
  max-width: 92%;
}

.modal-title + p {
  margin-bottom: 25px;
}

.modal button,
.modal input:not([type="file"]),
.modal textarea {
  width: 100%;
  margin-bottom: 25px;
}

.modal textarea {
  height: 145px;
  resize: none;
}

.modal a,
.modal p {
  font-size: 14px;
  line-height: 22px;
  color: #6B6B6B;  
}

.modal a:hover {
  text-decoration: none;
}

.modal-success {
  display: none;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(../img/close-cross.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}

.modal-close:hover {
  opacity: 0.7;
}

/* modals end */

/* breadcrumbs */

.breadcrumbs {
  padding: 40px 0;
  color: #A8A8A8;
}

.breadcrumbs a {
  color: #A8A8A8;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .separator {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(../img/big-arrow-right.svg) center no-repeat;
  background-size: contain;
  margin: 0 10px;
}


/* breadcrumbs end */

/* content sections  start*/

.breadcrumbs + section {
  padding-top: 0;
}

.content-page-image-mobile {
  display: none;
}

.content-page-main {
  width: calc(60% - 50px);
  margin-right: 100px;
}

.content-page-image {
  width: calc(40% - 50px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.information-page-cnt .center-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.information-page-cnt.simple-cnt .center-cnt {
  align-items: flex-start;
}

.cpm-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin-bottom: 20px;
}

.content-page-main p + h3 {
  margin-top: 30px;
}

p + .cnt-documents-list,
p + .information-page-white-block {
  margin-top: 30px;
}

.information-page-white-block + h2 {
  margin-top: 40px;
}

.information-page-additional-cnt p,
.content-page-main p:not(:last-child) {
  margin-bottom: 10px;
}

.modal-link,
.information-page-additional-cnt p a,
.content-page-main p a {
  color: #293699;
}

.modal-link:hover,
.information-page-additional-cnt p a:hover,
.content-page-main p a:hover {
  text-decoration: none;
}

.content-categories-btns {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.content-categories-btns.half-width {
  max-width: 730px;
}

.ccb-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 55px 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.ccb-item span {
  position: relative;
  z-index: 1;
}

.ccb-item:hover {
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.3);
}

.ccb-item:before {
  content: '';
  width: 160px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/small-cloud-right.svg) top right no-repeat;
  transition: all 0.2s ease-out;
  background-size: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .2;
}

.ccb-item:hover:before {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);  
  opacity: 1;
}

.ccb-item:after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-categories-btns .ccb-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.course-topics-list .ccb-item {
  width: calc(25% - 12px);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 25px 95px 25px 30px;
  min-height: 136px;
}

.content-categories-btns .ccb-item:nth-child(odd) {
  margin-right: 30px;
}

.course-topics-list .ccb-item:not(:nth-child(4n)) {
  margin-right: 15px;
}

.course-topics-list {
  display: flex;
  flex-wrap: wrap;
}

.ccb-news:after {
  background-image: url(../img/news-icon.svg);
}

.ccb-article:after {
  background-image: url(../img/articles-icon.svg);
}

.ccb-positions:after {
  background-image: url(../img/positions-icon.svg);
}

.ccb-faq:after {
  background-image: url(../img/faq-icon.svg);
}

.wanna-teach-cnt,
.wanna-teach-img {
  width: 50%;
}

.wanna-teach .center-cnt {
  display: flex;
  flex-wrap: wrap;
}

.wanna-teach .center-cnt:after {
  content: '';
  z-index: -1;
  width: 40%;
  height: calc(100% + 150px);
  position: absolute;
  bottom: -75px;
  right: 25px;
  background: url(../img/wannateach-bg.svg) bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wanna-teach-btns {
  margin-top: 50px;
}

.wanna-teach-btns .btn {
  width: 200px;
  margin-right: 30px;
}

.content-page-main .subscribe-bnr {
  margin-top: 30px;
  max-width: 730px;
}

.subscribe-bnr {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 15px;
  padding: 40px;
}

.inv-contacts {
  width: 200px  
}

.subscribe-bnr-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  margin-bottom: 10px;
}

.subscribe-bnr-socials {
  display: flex;
  width: 150px;
}

.subscribe-bnr-socials a {
  background-color: #293699;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-color 0.2s ease-out;
}

.subscribe-bnr-socials a:hover {
  background-color: #505ecd;
}

.subscribe-bnr-socials a:not(:last-child) {
  margin-right: 30px;
}

.subscribe-bnr-cnt {
  width: calc(100% - 180px);
  margin-right: 30px;
}

.subscribe-bnr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.subscribe-bnr-cnt .btn {
  margin-top: 20px;
}

.ssbs-vk {
  background-image: url(../img/vk-logo.svg);
}

.ssbs-tg {
  background-image: url(../img/telegram-logo.svg);
}

.all-articles,
.all-news {
  padding-top: 0;
}

.reg-tab-header,
.qa-tabs-header,
.all-news-filter {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 15px;
  display: flex;
  padding: 10px;
  margin-bottom: 30px;
}

.reg-tab-header-item,
.qa-tabs-header-item,
.anf-item {
  padding: 12px 20px;
  color: #293699;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.2s ease-out;
}

.reg-tab-header-item:not(:last-child),
.qa-tabs-header-item:not(:last-child),
.anf-item:not(:last-child) {
  margin-right: 20px;
}

.reg-tab-header-item.active,
.qa-tabs-header-item.active,
.anf-item.active {
  background: #293699;
  color: white;
  pointer-events: none;
}

.reg-tab-header-item:hover,
.qa-tabs-header-item:hover,
.anf-item:hover {
  border-color: #293699;
}

.qa-tabs,
.all-news .center-cnt {
  display: flex;
  flex-wrap: wrap;
}

.pagination,
.all-news-list {
  width: 100%;
}

.all-news-list {
  margin-bottom: 50px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-list {
  display: flex;
}

.pagination-item {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #F1F4F8;
  box-shadow: 0px 2px 5px rgba(23, 109, 234, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #6B6B6B;
  font-weight: 500;
  transition: border-color 0.2s ease-out;
}

.aaf-item:hover,
.pagination-item:hover {
  border-color: #293699;
  cursor: pointer;
}

.pagination-item:not(:last-child) {
  margin-right: 20px;
}

.aaf-item.active,
.pagination-item.active {
  background: #293699;
  color: white;
  pointer-events: none;
}

a.pagination-next.hidden,
a.pagination-prev.hidden {
  visibility: hidden;
  opacity: 0;
}

.all-articles-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.aal-item {
  margin-bottom: 30px;
}

.all-articles-filter {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}

.aaf-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  width: 270px;
}

.aaf-list {
  display: flex;
  width: calc(100% - 270px);
  flex-wrap: wrap;
}

.aaf-item {
  background: #FFFFFF;
  border: 1px solid #F1F4F8;
  box-shadow: 0px 2px 5px rgba(23, 109, 234, 0.15);
  border-radius: 10px;
  padding: 4px 10px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: border-color 0.2s ease-out;
}

.vacancies-bnr {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 15px;
  padding: 40px 40px 40px 85px;
  margin-top: 30px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vacancies-bnr .btn {
  margin-top: 30px;
}

.vli-header-info-item,
.vacancies-bnr-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 25px;
  position: relative;
}

.vacancies-bnr-title:before {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  left: -55px;
  top: 5px;
  background: url(../img/nice-zoom.svg) center no-repeat;
  background-size: contain;
}

.vli-header-info-item span,
.vacancies-bnr-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6B6B6B;
  display: block;
  margin-bottom: 5px;
}

.inv-contacts > *,
.vacancies-bnr-phone,
.vacancies-bnr-email {
  position: relative;
}

.sic-phone,
.inv-phone,
.vacancies-bnr-phone {
  margin-bottom: 10px;
}

.sic-phone:before,
.sic-email:before,
.inv-contacts > *:before,
.vacancies-bnr-phone:before,
.vacancies-bnr-email:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sic-phone:before,
.inv-phone:before,
.vacancies-bnr-phone:before {
  background-image: url(../img/small-phone.svg)
}

.sic-email:before,
.inv-email:before,
.vacancies-bnr-email:before {
  background-image: url(../img/small-env.svg)
}

.sic-email,
.vacancies-bnr-email {
  color: #293699;
}

.sic-email:not(:last-child),
.vacancies-bnr-email:not(:last-child), {
  margin-bottom: 35px;
}

.sic-phone,
.vacancies-bnr-phone,
.inv-phone,
.inv-email {
  color: #293699;
}

.inv-phone {
  margin-bottom: 10px;
}

.sic-phone:hover,
.vacancies-bnr-phone:hover,
.inv-phone:hover,
.sic-email:hover,
.inv-email:hover,
.vacancies-bnr-email:hover {
  text-decoration: none;
}

.inv-contacts a {
  display: block;
}

.main-cnt ul {
  list-style: none;
}

.main-cnt ol:not(:last-child),
.main-cnt ul:not(:last-child):not(.ui-menu) {
  margin-bottom: 30px;
}

.main-cnt p + ol,
.main-cnt p + ul:not(.ui-menu) {
  margin-top: 20px;
}

.main-cnt ul:not(.ui-menu) li {
  padding-left: 20px;
  position: relative;
}

.main-cnt ol li:not(:last-child),
.main-cnt ul:not(.ui-menu) li:not(:last-child) {
  margin-bottom: 10px;
}

.main-cnt ul:not(.ui-menu) li:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #293699;
}

.vli-body p {
  margin-bottom: 10px;
}

.body-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 10px;
}

.vacancies-list {
  background: #fff; 
}

.vli-header-top,
.vli-header-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vli-header-btm {
  align-items: flex-end;
}

.vacancies-list-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 40px 40px 0px 110px;
}

.vacancies-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.vli-header-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}

.vli-header-top {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.vli-header-top:before {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  left: -70px;
  background: url(../img/nice-zoom.svg) center no-repeat;
  background-size: contain;
}

.qli-title,
.vli-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin-right: 30px;
}

.vli-header {
  padding-bottom: 40px;
}

.vli-header-info-item:not(:last-child) {
  border-right: 1px solid #D5DADF;
  padding-right: 30px;
  margin-right: 30px; 
}

.qli-more,
.vli-more {
  position: relative;
  font-weight: 500;
  line-height: 22px;
  color: #293699;
  padding-right: 50px;
}

.qli-more span:nth-child(2),
.vli-more span:nth-child(2) {
  display: none;
}

.open .qli-more span:nth-child(2),
.open .vli-more span:nth-child(2) {
  display: block;
}

.open .qli-more span:nth-child(1),
.open .vli-more span:nth-child(1) {
  display: none;
}

.qli-more:after,
.vli-more:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  background-image: url(../img/big-arrow-right-white.svg);
  background-color: #293699;
  top: auto;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
  top: 0;
  right: 0;
}

.open .qli-more:after,
.open .vli-more:after {
  transform: rotate(270deg);
}

.qli-more,
.vli-more {
  position: relative;
  font-weight: 500;
  line-height: 22px;
  color: #293699;
  padding: 9px 50px 9px 0;
  cursor: pointer;
}

.vli-body {
  padding-bottom: 40px;
  display: none;
}

.vli-header-info-item {
  margin-bottom: 0;
}

.vli-more:hover:after {
  background-color: #505ecd;
}

.white-bg {
  background: white;
}

/*.white-bg + .main-consultation {
  padding-top: 75px;
}*/

.form-file-trigger {
  padding: 14px 25px 14px 55px;
  background: #FFFFFF;
  border: 1px dashed #95A0AB;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background: url(../img/paperclip.svg) center left 25px no-repeat;
}

.has-error .form-file-trigger {
  border-color: #E55381;
}

.form-file-block:not(:last-child) {
  margin-bottom: 25px;
}

.ffl-item {
  background: #F3F3F3;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}

.form-file-list {
  display: flex;
  flex-wrap: wrap;
}

.ffl-remove {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/close-cross.svg) center no-repeat;
  cursor: pointer;
  background-size: contain;
}

.form-file-input {
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
  visibility: hidden;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.additional-margin {
  margin: 50px 0 170px;
  min-width: 220px;
}

.course-page-body,
.about-page-body,
.single-article-body,
.single-news-body,
.questions-answers {
  background: white;
}

[data-tab-content]{
  display: none;
}

.questions-list-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 40px 40px 40px 110px;
  margin-bottom: 20px;
}

.qli-header {
  position: relative;
}

.qli-header:before {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: -70px;
  background: url(../img/q&a-icon.svg) center no-repeat;
  background-size: contain;
  margin-top: -21px;
}

.qli-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.qli-body {
  padding: 30px 0 0;
}

.snt-right p:not(:last-child),
.mls-step .mls-body p:not(:last-child),
.tooltip-content p:not(:last-child),
.qli-body p:not(:last-child) {
  margin-bottom: 10px;
}

.qli-body ul:not(:last-child) {
  margin-bottom: 30px;
}

.qli-body {
  display: none;
}

.qa-tabs-body {
  width: 100%;
}

.information-page-cnt .center-cnt {
  min-height: 380px;
  background-position: top right 50px;
  background-repeat: no-repeat;
  /*background-size: auto 100%;*/
}

.ef-tabs-header {
  display: flex;
  position: relative;
}

.ef-tabs-header-item {
  background: #f8f9fb;
  box-shadow: 0px 0px 15px rgba(23, 109, 234, 0.1);
  border-radius: 20px 20px 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #6B6B6B;
  padding: 20px 30px 30px;
  width: calc(33.333% - 3px);
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ef-tabs-header-item:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: white
}

.ef-tabs-header-item:not(:last-child) {
  margin-right: 5px;
}

.ef-tabs-header-item.active {
  background: #fff;
  color: #293699;
  cursor: default;
  z-index: 2;
}

.ef-tabs-body {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.1);
  padding: 40px;
  border-radius: 20px;
  margin-top: -15px;
  z-index: 1;
  position: relative;
}

.ef-list-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 25px;
}

.notification {
  border: 1px solid #D5DADF;
  border-radius: 10px;
  color: #E55381;
  padding: 25px 25px 25px 90px;
  margin-top: 30px;
  background: white url(../img/notification-icon.svg) center left 25px no-repeat;
}

.account-form-wrap {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
}

.short {
  max-width: 550px;
}

.account-form-input {
  margin-bottom: 20px;
  position: relative;
}

.account-form-input label {
  display: block;
  color: #A8A8A8;
  margin-bottom: 10px;
}

.account-form-input input {
  width: 100%;
}

.accoun-form-btns button {
  margin-right: 30px;
}

.accoun-form-btns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.accoun-form-btns a {
  color: #293699;
  text-decoration: none;
}

.accoun-form-btns a:hover {
  text-decoration: underline;
}

.account-form-wrap p:last-of-type {
  margin-bottom: 30px;
}

.registration-tab.tab-section {
  display: flex;
  flex-wrap: wrap;
}

.account-form-wrap .cpm-subtitle {
  font-size: 18px;
}

.full-registration .account-form-input,
.simple-registration .account-form-input {
  width: calc(50% - 10px);
}

.full-registration .account-form-input:nth-child(odd),
.simple-registration .account-form-input:nth-child(odd) {
  margin-right: 20px;
}

.account-form-input-group {
  display: flex;
  flex-wrap: wrap;
}

.full-registration .form-file-block {
  margin-bottom: 10px;
  position: relative;
}

.registration-complete .btn-blue,
.simple-registration .btn-blue,
.full-registration .btn-blue {
  min-width: 280px;
}

.full-registration {
  margin-top: 30px;
}

p.alert {
  color: #E55381;
  font-weight: 600;
}

.account-form-input .tooltip {
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}

.account-form-input .question-icon {
  font-size: 16px;
  line-height: 22px;
  width: 24px;
  height: 24px;
  background: transparent;
  display: inline-block;
  color: #95A0AB;
  border-radius: 100%;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #95A0AB;
  padding-left: 1px;
  transition: all 0.2s ease-out;  
}

.account-form-input .tooltip:hover .question-icon {
  background: #95A0AB;
  color: #fff;
}

.account-form-input .tooltip-content p {
  margin-bottom: 0;
}

.account-form-input .tooltip-content {
  left: auto;
  right: -25px;
  width: 300px;
}

.registration-complete {
  display: none;
}

.content-page-btns {
  margin-top: 50px;
}

.content-page-btns .btn {
  margin-right: 30px;
}

.information-page-additional-cnt strong,
.content-page-main strong {
  color: #171717;  
}

.information-page-white-block {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 40px;
}

.cnt-license {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin-bottom: 75px;
}

.cnt-license-thumb {
  margin-right: 50px;
}

.cnt-license-thumb img {
  position: relative;
  max-width: 115px;
  width: auto;
  height: auto;
  box-shadow: -3px 5px 15px rgba(0, 0, 0, 0.25);
}

.information-page-additional-cnt ~ .main-consultation {
  padding-top: 0;

}

.wanna-teach-wrap {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  width: 100%;
  padding: 75px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.wanna-teach.white .center-cnt:after {
  display: none;
}

.wanna-teach.white .wanna-teach-wrap:after {
  content: '';
  width: 40%;
  height: 95%;
  position: absolute;
  bottom: -10px;
  left: 25px;
  background: url(../img/wannateach-bg-white.svg) bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wanna-teach.white .wanna-teach-cnt {
  width: 57%;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
}

.search-page-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.search-page .content-page-main {
  width: 100%;
  margin-right: 0;
}

.search-page-results-wrap {
  width: calc(100% - 390px);
  margin-right: 30px;
}

.content-page-navigation,
.content-page-secondary {
  width: 360px;
/*  position: -webkit-sticky;
  position: sticky;*/
  /*top: 180px;*/
}

form.search-page-form {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.search-page-form-input {
  width: 50%;
  margin-right: 15px;
  position: relative;
}

.search-page-form-input input[type="text"] {
  width: 100%;
  background: white;
  padding: 14px 50px 14px 20px;
}

.search-page-form-clear {
  background: white url(../img/close-cross.svg) center no-repeat;
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  display: none;
}

.search-page-results {
  margin-bottom: 40px;
}

.no-results {
  display: none;
}

.course-filter-form {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.course-filter-form label {
  color: #A8A8A8;
  margin-bottom: 5px;
  display: block;
}

.course-filter-item {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.course-filter-form .btn {
  width: 100%;
  margin-bottom: 20px;
}

.clear-course-filter {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #95A0AB;
}

.clear-course-filter:hover {
  text-decoration: underline;
}

[data-tab-content]:nth-child(1) {
  display: block;
}

a.ft-license {
  position: relative;
}

a.ft-license:before {
  content: '';
  width: 24px;
  height: 32px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url(../img/ft-license.svg) top left no-repeat;
  padding-top: 40px;
}

.sat-thumb {
  width: 350px;
  height: 215px;
}

.snt-thumb {
  width: 460px;
  height: 285px;
}

.sat-thumb,
.snt-thumb {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.single-article-top,
.single-news-top {
  display: flex;
  flex-wrap: wrap;
}

.sat-left,
.snt-left {
  margin-right: 40px;
}

.sat-right {
  width: calc(100% - 390px);
  margin-bottom: 100px;
  color: #171717;
}

.snt-right {
  width: calc(100% - 500px);
  margin-bottom: 100px;
  color: #171717;
}
.information-page-cnt .center-cnt .snt-right {
  margin-bottom: 0;
}
.sat-date,
.snt-date {
  margin-bottom: 15px;
  color: #6B6B6B;
}

.single-article-top h1 {
  width: 100%;
}

hr {
  background: #D5DADF;
  width: 100%;
  margin: 40px 0;
  height: 1px;
}

.single-news-cnt p.date {
  margin: 10px 0 20px;
}

/*.course-page-body .center-cnt,*/
.about-page-body .center-cnt,
/*.schedule-page-body .center-cnt,*/
.single-article-body .center-cnt,
.single-news-body .center-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.course-page-body .center-cnt,
.schedule-page-body .center-cnt{
  display: flex;
  flex-wrap: wrap;
}
.schedule-page-body .content-page-secondary .course-filter-form,
.course-page-body .content-page-secondary .courses-bnr {
  position: sticky;
  top: 180px;
}

.single-course-cnt,
.schedule-page-cnt,
.about-page-cnt,
.simple-cnt .content-page-main,
.single-article-cnt,
.single-news-cnt {
  width: calc(100% - 390px);
  margin-right: 30px;
}

.information-page-white-block.invitation {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inv-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 10px;
}

.inv-cnt {
  width: calc(100% - 240px);
  background: url(../img/invitation.svg) top left no-repeat;
  padding-left: 60px;
  margin-right: 40px;
}

.content-page-secondary .subscribe-bnr-cnt,
.content-page-secondary .subscribe-bnr-socials {
  width: 100%;
}

.content-page-secondary .subscribe-bnr-cnt {
  margin-right: 0;
  margin-bottom: 20px;
}

.content-page-secondary .subscribe-bnr-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.content-page-secondary .subscribe-bnr-cnt .btn {
  width: 100%;
}

.cnt-page-section {
  margin-top: 75px;
}

.cnt-page-section:not(:last-child) {
  margin-bottom: 75px;
}

.cnt-page-slider {
  height: 550px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.cnt-page-slider-thumbs {
  height: 120px;
  width: 100%;
}

.cnt-page-slider-thumbs .swiper-slide {
  opacity: 0.7;
  border-radius: 10px;
  cursor: pointer;
}

.cnt-page-slider-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.cnt-page-slider .swiper-slide,
.cnt-page-slider-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
}

.document-item:not(:last-child) {
  margin-bottom: 20px;
}

.document-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  display: block;
  text-decoration: none;
}

.document-item-title:hover {
  text-decoration: underline;
}

.document-item-title:not(:last-child) {
  margin-bottom: 10px;
}

.document-item-links {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.document-item-links .btn {
  width: 100%;
  margin-bottom: 20px;
}

.document-item-links .file-link-inverted {
  margin-left: 25px;
}

.document-item-cnt {
  width: calc(100% - 200px);
  margin-right: 30px;
  max-width: 775px;
}

.document-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cnt-documents-list:not(:last-child) {
  margin-bottom: 40px;
}

.bnr-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 25px;
}

.related-bnr-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 30px 40px;
}

.related-bnr-item:not(:last-child) {
  margin-bottom: 20px;
}

.popular-bnr:not(:last-child),
.related-bnr:not(:last-child),
.content-page-secondary .subscribe-bnr:not(:last-child) {
  margin-bottom: 50px;
}

.rbi-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

.rbi-title:hover {
  text-decoration: underline;
}

.rbi-date {
  margin-bottom: 10px;
}

.rbi-tags span {
  display: inline-block;
}

.blue-bnr .btn {
  width: 100%;
}

.single-article-body .content-page-secondary,
.single-news-body .content-page-secondary {
  margin-top: -200px;
}

.table-of-content {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 30px 40px;
  max-width: 50%;
  margin-bottom: 50px;
}

.toc-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 15px;
}

.toc-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

a.toc-anchor {
  font-weight: 500;
  line-height: 22px;
  color: #293699;
  text-decoration: none;
}

a.toc-anchor:not(:last-child) {
  margin-bottom: 10px;
}

a.toc-anchor:hover {
  text-decoration: underline;
}

.cnt-note {
  border-radius: 20px;
  padding: 30px 30px 30px 100px;
  background: #F1F4F8 url(../img/cnt-note-icon.svg) center left 30px no-repeat;
  color: #293699;
  margin: 30px 0;
}

.cnt-code {
  overflow-x: auto;
  border-radius: 20px;
  padding: 20px 30px;
  background: #F1F4F8;
  color: #171717;
  width: 100%;
  display: block;
}

.cnt-code span {
  display: block;
}

.single-article-cnt p + .cnt-code {
  margin-top: 15px;
}

.single-article-cnt .cnt-code + p {
  margin-top: 25px;
}

.schedule-page-cnt img:not([class]),
.about-page-cnt img:not([class]),
.single-article-cnt img:not([class]),
.single-course-cnt img:not([class]),
.single-news-cnt img:not([class]) {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 20px 0; 
}

.tbb td {
  position: relative;
  vertical-align: top;
}

.cnt-page-slider-wrap {
  margin: 20px 0;   
}

main table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin: 30px 0; 
}

main tbody {
  border-left: 1px solid #D5DADF;
  border-bottom: 1px solid #D5DADF;
  border-right: 1px solid #D5DADF;
  border-top: 1px solid #D5DADF;
}

main thead + tbody {
  border-top: 0;
}

main thead {
  background: #F1F4F8;
  border: 1px solid #F1F4F8; 
  font-weight: 600;
  color: #171717;
}

main tr:not(:last-child) {
  border-bottom: 1px solid #D5DADF;
}

main td:not(:last-child) {
  border-right: 1px solid #D5DADF; 
}

main th,
main td {
  padding: 20px;
}

.cnt-author {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 30px 40px;
  margin: 75px 0 30px;
}

.cnt-author-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #171717;
  margin-bottom: 20px;
}

.cnt-author-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cnt-author-img {
  width: 195px;
  height: 165px;
  margin-right: 40px;
  background: url(../img/author-avatar.svg) center no-repeat;
  background-size: contain;
}

.cnt-author-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #293699;
  margin-bottom: 10px;
}

.cnt-author-position {
  color: #171717;
  font-weight: 600;
}

.cnt-author-label {
  margin-bottom: 5px;
}

.cnt-author-details {
  width: calc(100% - 235px);
}

.rbi-tags {
  margin-bottom: 15px;
}

.rbi-tags a,
.cnt-tags a {
  color: #A8A8A8 !important;
  font-style: italic;
  white-space: nowrap;
}

.rbi-tags a,
.cnt-tags a {
  margin-right: 10px; 
  text-decoration: none;
}

.rbi-tags a:hover,
.cnt-tags a:hover {
  text-decoration: underline;
}

.popular-bnr-item {
  background: #fff;
  color: #6B6B6B;
  border-radius: 10px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  box-shadow: 0px 2px 7px rgb(127 172 237 / 30%);
}

.popular-bnr-item:hover {
  background: #293699;
  color: white;
}

.information-page-col-cnt {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  margin: 50px 0 20px;
}

.information-page-col-cnt.no-wrap {
  flex-wrap: nowrap;
}

.information-page-col-cnt .tooltip-text {
  margin-left: 0;
}

.ipcc-sep {
  width: 1px;
  background: #D5DADF;
  margin: 0 20px;  
}

.ipcc-cnt {
  max-width: calc(50% - 21px);
}

.ipcc-cnt:nth-child(3) {
  min-width: 175px;  
}

.information-page-col-cnt + .file-link-inverted {
  margin-left: 25px;
}

.cm-tabs-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 350px;
}

.cm-tabs-header-item {
  background: #f8f9fb;
  box-shadow: 0px 0px 15px rgba(23, 109, 234, 0.1);
  border-radius: 20px 0 0 20px;
  color: #6B6B6B;
  padding: 65px 40px;
  height: calc(33.333% - 3px);
  cursor: pointer;
  width: 100%;
}

.cm-tabs-header-item strong {
  display: block;
  font-weight: 700;
}

.cm-tabs-header-item:not(:last-child) {
  margin-bottom: 5px;
}

.cm-tabs-header-item.active {
  background: #fff;
  color: #171717;
  cursor: default;
  z-index: 2;
}

.cm-tabs-body {
  width: calc(100% - 335px);
  margin-left: -15px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.1);
  padding: 40px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}

.contacts-maps-tabs {
  display: flex;
  flex-wrap: wrap;
}

.cm-tabs-header-item:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -20px;
  width: 20px;
  height: 100%;
  background: #f8f9fb;
}

.cm-tabs-header-item.active:after {
  background: #fff;
}

.cmi-cnt {
  width: 240px;
  margin-right: 30px;
}

.cmi-cnt-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cmi-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 20px;
}

.main-learning-btm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}

.main-learning-btm p {
  width: 430px;
  text-align: right;
}

.contacts-map {
  width: calc(100% - 270px);
  height: 470px;
  border-radius: 20px;
  overflow: hidden;
}

.content-page-navigation {
  font-weight: 500;
  margin-top: 65px;
}

.ipcc-cnt a,
.content-page-navigation a {
  color: #293699;
}

.cpn-items {
  position: relative;
  padding: 10px 0;
}

.cpn-items a {
  display: block;
  width: 100%;
}

.cpn-items.has-subnav > a {
  padding-right: 55px;
}

.ipcc-cnt a:hover,
.cpn-items a {
  text-decoration: none;
}

.cpn-items a:hover {
  text-decoration: underline;
}

.cpn-subnav {
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 30px;
  display: none;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
}

.open .cpn-subnav {
  display: block;
}

.cpn-subnav a {
  display: block;
  padding: 12px 0;
}

.cpn-subnav a:not(:last-child) {
  border-bottom: 1px solid #D5DADF;
}

.content-page-navigation a.active {
  color: #E55381;
}


.main-cnt ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.main-cnt ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.main-cnt ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.main-cnt ol li li {
  margin: 0;
  font-weight: 400;
}

.main-cnt ol li li:before {
  content: counters(item, ".") " ";
}

.main-cnt ol.bold-titles > li {
  font-weight: 600;
}

.main-cnt ol ol {
  margin-top: 10px;
}

.reviews-list {
  margin: 30px 0; 
}

.reviews-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.reviews-list-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 20px;
}

.reviews-list-item-thumb {
  width: 115px;
  height: 170px;
  border: 1px solid #D5DADF;
  margin-right: 40px;
  background-size: cover;
  transition: border-color 0.2s ease-out;
}

.reviews-list-item {
  display: flex;
  flex-wrap: wrap;
}

.reviews-list-item-cnt {
  width: 100%;
}

.reviews-list-item-thumb + .reviews-list-item-cnt {
  width: calc(100% - 155px);
}

.reviews-list-item-thumb:hover {
  border-color: #293699;
}

.teachers-list-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.teachers-list {
  margin: 30px 0; 
}

.teachers-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.tli-avatar {
  width: 280px;
  height: 310px;
  margin-right: 40px;
  background: #F1F4F8;
  border-radius: 20px;
  position: relative;
}

.tli-avatar:before {
  content: '';
  height: 250px;
  width: 290px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.man-teacher .tli-avatar:before {
  left: -5px;
  background-image: url(../img/avatar-man.svg);
}

.woman-teacher .tli-avatar:before {
  left: 0;
  background-image: url(../img/avatar-woman.svg);
}

.tli-cnt {
  width: calc(100% - 320px);
}

.tli-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #293699;
  margin-bottom: 15px;
}

.information-page-white-block.align-center {
  text-align: center;
}

.information-page-white-block + .information-page-white-block {
  margin-top: 20px;
}

.bd-item {
  display: flex;
  flex-wrap: wrap;
}

.bd-item:not(:last-child){
  margin-bottom: 15px
}

.bd-label {
  width: 200px;
  margin-right: 30px;
}

.bd-item p {
  width: calc(100% - 230px);
  color: #171717;
}

.structure-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 40px 40px 40px 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.structure-item:not(:last-child) {
  margin-bottom: 20px;
}

.structure-items-list {
  margin-top: 30px;
}

.structure-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 20px;
  width: 100%;
}

.sic-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 5px;
}

.sic-position {
  margin-bottom: 25px;
}

.structure-item-col {
  width: calc(50% - 15px);
}

.structure-item-col:nth-child(even) {
  margin-right: 30px;
}

.structure-item-col:not(:last-child):not(:nth-child(2)) {
  margin-bottom: 50px;
}

.structure-item:before {
  content: '';
  width: 40px;
  height: 40px;
  top: 35px;
  left: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

.administration.structure-item:before {
  background-image: url(../img/administration-icon.svg);
}

.sales.structure-item:before {
  background-image: url(../img/sales-icon.svg);
}

.managers.structure-item:before {
  background-image: url(../img/managers-icon.svg);
}

.about-page-body .content-page-navigation {
  margin-top: 0;
}

.about-page-cnt .mcf-img img {
  border-radius: 0;
  margin: 0; 
}

.about-page-cnt .mc-features-list {
  margin-top: 50px;
}

.cnt-page-slider-wrap ~ .document-item {
  margin-top: 75px;
}

.video-link {
  margin-top: 30px;
}

.btns-list {
  margin-top: 30px;
}

.btns-list a:not(:last-child){
  margin-right: 30px;
}

.course-code {
  color: #A8A8A8;
  margin-bottom: 30px;
}

.short-image .content-page-main {
  width: calc(70% - 50px);
}

.short-image .content-page-image {
  width: calc(30% - 50px);
}

.content-page-image-wrap {
  max-width: 100%;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 350px;
  height: 200px;
  background: #fefffe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-page-image img {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  width: auto;
  height: auto;
  position: relative;
}

.section-with-icon {
  padding-left: 85px;
  position: relative;
}

.section-with-icon:before {
  content: '';
  width: 60px;
  height: 60px;
  top: -15px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.section-with-icon:not(:last-child) {
  margin-bottom: 50px;
}

.icon-grownth:before {
  background-image: url(../img/course-icon1.svg);
}

.icon-network:before {
  background-image: url(../img/course-icon2.svg);
}

.icon-summary:before {
  background-image: url(../img/course-icon3.svg);
}

.icon-list:before {
  background-image: url(../img/course-icon4.svg);
}

.recommended-courses {
  text-align: center;
}

.recommended-courses .center-cnt {
  background: #F1F4F8;
  border-radius: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.recommended-courses .msc-list {
  text-align: left;
  max-width: 80%;
  margin: 0 auto 30px;
}

.courses-bnr-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 30px;
}

.courses-bnr-item:not(:last-child) {
  margin-bottom: 20px;
}

.courses-bnr {
  margin-bottom: 50px;
}

.cbi-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.cbi-title:hover {
  text-decoration: underline;
}

.courses-bnr .tooltip-content {
  width: 310px;
}

.cbi-info > * {
  margin-bottom: 15px;
  position: relative;
}

.cbi-info .btn {
  width: 100%;
}

.modal-link {
  margin: 0 auto;
  display: table;
}

.cbi-price-norm,
.cbi-price-new {
  font-weight: 600;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
}

.cbi-price-norm {
  color: #171717;
}

.cbi-price-new {
  color: #E55381;
}

.cbi-price-old {
  text-align: center;
  text-decoration-line: line-through;
  color: #A8A8A8;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
}

.cbi-price {
  margin-top: 25px;
  margin-bottom: 25px;
}

.courses-bnr .tooltip-text {
  margin-left: 0px; 
  cursor: pointer;
  display: inline-block;
}

.cbi-format,
.cbi-place,
.cbi-date {
  padding-left: 30px;
}

.tooltip-content.tooltip-format {
  width: 500px;
}

.ttf-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 30px;
}

.ttf-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ttf-item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  color: #171717;
  line-height: 20px;
  font-weight: 500;
}

.ttf-item img {
  margin-bottom: 10px;
}

.content-page-main > .file-link-inverted {
  margin: 30px 0 0 30px;
  display: inline-block;
}

.ccb-automatization:after {
  background-image: url(../img/automatization-topic.svg);
}

.ccb-inport-subs:after {
  background-image: url(../img/inport-subs-topic.svg);
}

.ccb-portal-solution:after {
  background-image: url(../img/portal-solution-topic.svg);
}

.ccb-cables-optic:after {
  background-image: url(../img/cables-optic-topic.svg);
}

.ccb-analytics:after {
  background-image: url(../img/analytics-topic.svg);
}

.ccb-internet:after {
  background-image: url(../img/internet-topic.svg);
}

.ccb-development:after {
  background-image: url(../img/development-topic.svg);
}

.ccb-telephones:after {
  background-image: url(../img/telephones-topic.svg);
}

.ccb-architecture:after {
  background-image: url(../img/architecture-topic.svg);
}

.ccb-inf-sec:after {
  background-image: url(../img/inf-sec-topic.svg);
}

.ccb-repair:after {
  background-image: url(../img/repair-topic.svg);
}

.ccb-project-management:after {
  background-image: url(../img/project-management-topic.svg);
}

.ccb-databases:after {
  background-image: url(../img/databses-topic.svg);
}

.ccb-it-management:after {
  background-image: url(../img/it-management-topic.svg);
}

.ccb-network-adm:after {
  background-image: url(../img/network-adm-topic.svg);
}

.ccb-soft-skills:after {
  background-image: url(../img/soft-skills-topic.svg);
}

.ccb-wireless:after {
  background-image: url(../img/wireless-topic.svg);
}

.ccb-cloud:after {
  background-image: url(../img/cloud-topic.svg);
}

.ccb-network-automatization:after {
  background-image: url(../img/network-automatization-topic.svg);
}

.ccb-data-center:after {
  background-image: url(../img/data-center-topic.svg);
}

.ccb-big-data:after {
  background-image: url(../img/big-data-topic.svg);
}

.ccb-education:after {
  background-image: url(../img/education-topic.svg);
}

.ccb-sysadmin:after {
  background-image: url(../img/sysadmin-topic.svg);
}

.ccb-devops:after {
  background-image: url(../img/devops-topic.svg);
}

.ccb-video:after {
  background-image: url(../img/video-topic.svg);
}

.ccb-service:after {
  background-image: url(../img/service-topic.svg);
}

.ccb-data-storage:after {
  background-image: url(../img/data-storage-topic.svg);
}

.ccb-virtual:after {
  background-image: url(../img/virtual-topic.svg);
}

.ccb-optimization:after {
  background-image: url(../img/optimization-topic.svg);
}

.ccb-logistic:after {
  background-image: url(../img/logistic-topic.svg);
}

.ccb-trains:after {
  background-image: url(../img/trains-topic.svg);
}

.ccb-courses:after {
  background-image: url(../img/courses-topic.svg);
}

.ccb-gazprom:after {
  background-image: url(../img/gazprom-topic.svg);
  height: 70px;
  top: -7px;
}

.show-all-courses {
  margin: 30px auto 0;
  display: block;  
}

.ccb-item:nth-child(n+17) {
  display: none;
}

.vendors-filter-item {
  background: #FFFFFF;
  border: 1px solid #F1F4F8;
  box-shadow: 0px 2px 5px rgba(23, 109, 234, 0.15);
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.vendors-filter-item:not(.active):hover {
  border-color: #293699;
}

.vendors-filter-item.active {
  background: #293699;
  color: white;
  cursor: default;
}

.vendors-filter-item:not(:last-child) {
  margin-right: 15px;
}

.vendors-filter > div {
  display: flex;
  flex-wrap: wrap;
}

.vendors-filter-item {
  margin-bottom: 10px;
}

.vendors-filter > div:first-child {
  margin-bottom: 5px;
}

.vendors-list-item:nth-child(-n+12) {
  display: flex;
}

/*.vendors-list-item:not(:nth-child(6n)){
  margin-right: 15px;
}*/

.vendors-list {
/*  display: flex;
  flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
}

.vendors-list-item {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  /*width: calc(16.666% - 13px);*/
  width: 100%;
  margin-bottom: 15px;
  height: 128px;
  transition: all 0.2s ease-out;
  opacity: .7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vendors-list-item:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.vendors-list-item img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 30px);
  width: auto;
  height: auto;
  position: relative;
}

.vendors-filter {
  margin-bottom: 40px;
}

.show-all-vendors {
  margin: 0 auto;
  display: block;
  margin-top: 30px; 
}

.course-logo-wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 165px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.course-logo-wrap img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 30px);
  width: auto;
  height: auto;
  position: relative;
}

.courses-list {
  clear: both;
  background: #f1f4f8;
  padding: 40px 40px 10px 40px;
  border-radius: 20px;
}

.courses-list:not(:last-child) {
  margin-bottom: 50px;
}

.courses-list:first-child {
  margin-top: 75px;
}

.courses-list + .pagination {
  /*background: #f1f4f8;*/
  padding: 0px 40px 40px 40px;
  border-radius: 0 0 20px 20px;
}

.courses-list-title {
  margin-bottom: 20px;
}

.msc-list + .courses-list-title {
  margin-top: 75px;
}

.scroll-to-top {
  /*position: relative;*/
  position: fixed;
  width: 50px;
  height: 50px;
  background: white;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.4);
  border-radius: 10px;
  z-index: 3;
  /*margin-right: -50px;*/
  pointer-events: all;
  cursor: pointer;
  /*margin-top: -100px;*/
  bottom: 75px;
  right: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  transition: all 0.2s ease-out;  
}

.scroll-to-top:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.3);
}

.scroll-to-top:before {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  background: url(../img/link-arrow.svg) center no-repeat;
  transform: scale(1.3) rotate(-90deg);
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -10px;
}

.scroll-to-top-wrap {
  position: sticky;
  bottom: 0;
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  height: 0;
}

.sic-cnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-reset {
  color: #293699;
  font-weight: 500;
  cursor: pointer;
}

.form-reset:hover {
  text-decoration: underline;
}

.mobile_menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 50;
}

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 28px;
  border-top: 3px solid #293699;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, border-color 0.3s ease-out;
  transition: transform 0.3s ease-out, border-color 0.3s ease-out;
  transition: transform 0.3s ease-out, border-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.burger-menu-piece:nth-child(1) {
  top: 0;
}

.burger-menu-piece:nth-child(2) {
  top: 12px;
  opacity: 1;
  -webkit-transition: opacity 0s linear 0.15s, -webkit-transform 0.3s ease-out;
  transition: opacity 0s linear 0.15s, border-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0s linear 0.15s border-color 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0s linear 0.15s, border-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.burger-menu-piece:nth-child(3) {
  top: 24px;
}

.active .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 0.3s ease-out forwards;
  animation: burger-open-top 0.3s ease-out forwards;
}

.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0s linear 0.15s, -webkit-transform 0.3s ease-out;
  transition: opacity 0s linear 0.15s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0s linear 0.15s;
  transition: transform 0.3s ease-out, opacity 0s linear 0.15s, -webkit-transform 0.3s ease-out;
}

.active .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 0.3s ease-out forwards;
  animation: burger-open-bot 0.3s ease-out forwards;
}

.closing .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 0.3s ease-out forwards;
  animation: burger-close-top 0.3s ease-out forwards;
}

.closing .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 0.3s ease-out forwards;
  animation: burger-close-bot 0.3s ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}

@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}

@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}

@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
    transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
    transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
    transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
    transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.new-ed-forms {
  background: white;
}

.new-ed-forms-item {
  border-radius: 20px;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.new-ed-forms-item:not(:last-child) {
  margin-bottom: 80px;
}

.nefi-video {
  width: 590px;
  height: 360px;
  position: relative;
  display: flex;
}

.nefi-cnt {
  width: calc(100% - 670px);
}

.nefi-title {
  font-size: 30px;
  color: #293699;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 130%;
}

.nefi-cnt p:not(:last-child) {
  margin-bottom: 15px;
}

.nefi-cnt .btn {
  margin-top: 30px;
}

.new-ed-forms-item .video-link:before, 
.new-ed-forms-item  .video-placeholder:before {
  background: url(/assets/css/../img/play-btn-white.svg) center no-repeat; 
}

.teaser-video:hover .video-placeholder img,
.nefi-video:hover .video-placeholder img {
  opacity: .9;
}

.teaser-video:hover .video-placeholder:before,
.nefi-video:hover .video-placeholder:before {
  transform: scale(1.1);
}


.static-hero-ba {
  min-height: 465px;
  background-color: white;
  padding: 60px 60px 40px;
  background-repeat: no-repeat;
  background-position: bottom right 5%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
}

.static-hero-cnt {
  width: 50%;
}

.static-hero-title {
  font-size: 42px;
  line-height: 110%;
  color: #171717;
  margin-bottom: 20px;
}

.static-hero-title strong {
  font-weight: 600;
}

.static-hero-cnt p {
  line-height: 22px;
}

.static-hero-cnt p:not(:last-of-type) {
  margin-bottom: 15px;
}

.static-hero-cnt .btn-gradient {
  width: 250px;
  margin-top: 30px;
}

.btn-gradient {
  position: relative;
  z-index: 2;
  color: white;
  background: linear-gradient(135deg, rgba(229,83,129,1) 20%, rgba(41,54,153,1) 80%);
  /*background: linear-gradient(135deg, rgba(229,83,129,1) 0%, rgba(41,54,153,1) 100%);*/
  animation: animatedgradient 6s ease alternate infinite;
  background-size: 300% 300%;
}

.btn-gradient:hover {
  box-shadow: 0 0 15px rgb(41 54 153 / 40%);
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.format-overview {
  padding: 30px 0 50px;  
}

.fo-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
}

.fo-list.simplified {
  gap: 0 130px;
}

.fo-item-title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  color: #232323;
  position: relative;
  margin-bottom: 15px;
  padding-left: 65px;
  min-height: 45px;
  display: flex;
  align-items: center;
}
  
.simplified .fo-list-item {
  position: relative;
  padding-left: 65px;
}

.simplified .fo-list-item:before,
.fo-item-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background: url(../img/gradient-check.png) center no-repeat;
}

.fo-list-item p {
  line-height: 22px;
}

.fo-list-item p:not(:last-child){
  margin-bottom: 10px;
}

.admission-cnt a:not(.btn),
.format-overview h2 span,
.fo-list-item a {
  color: #293699;
}

.admission-wrap.no-shadow {
  box-shadow: none;
  padding: 0;
}

.admission-wrap.no-shadow .admission-img {
  width: 400px;
}

.admission-wrap.no-shadow .admission-cnt {
  width: calc(100% - 500px);
}

.admission-cnt a {
  text-decoration: none;
}

.admission-cnt a:not(.btn):hover {
  text-decoration: underline;
}

.fo-list-item a:hover {
  text-decoration: none; 
}

.platform-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 25px;
  text-align: center;
}

.pfl-item-title {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.platform-features-wrap {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  width: 100%;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;  
}

.platform-features-title {
  color: #232323;
  width: 100%;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
}

.pfl-item-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.admission-wrap {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  width: 100%;
  padding: 75px;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}

.platform-features {
  padding: 30px 0 50px;
  position: relative;
}

.admission {
  padding: 50px 0;
  position: relative;
}

.platform-features:before,
.admission:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: white;
}

.admission-cnt {
  width: calc(100% - 400px);
  font-size: 20px;
  font-weight: 500;
  color: #232323;
}

.admission-cnt p {
  line-height: 130%;
}

.admission-cnt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.admission-cnt .btn {
  margin-top: 30px;
  width: 250px;
}

.admission-img {
  width: 300px;
  height: auto;
  margin-right: 100px;
}

.teaser-cnt {
  width: 450px;
  line-height: 22px;
  margin-right: 50px;
}

.teaser-cnt h2 {
  margin-bottom: 20px;
}

.teaser-item {
  display: flex;
  align-items: center;
}

.teaser-video {
  display: flex;
  position: relative;
  width: calc(100% - 500px);
  position: relative;
  display: flex;
}

.teaser-video:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 58%;
}

.static-hero-subtitle {
  font-size: 20px;
  font-weight: 500;
}

.admission-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.teaser-item.has-shadow {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(23, 109, 234, 0.15);
  border-radius: 20px;
  padding: 60px;
}

/* reponsive styles */


@media (min-width: 1024px) and (max-width: 1550px){
  .static-hero-ba {
    background-position: bottom right -65px;
  }

  .fo-list.simplified {
    gap: 0 50px;
  }

  .platform-features-wrap {
    padding: 60px 40px;  
  }

  .nefi-video {
    width: calc(50% - 30px);
  }

  .nefi-cnt {
    width: calc(50% - 30px);
  }

  .new-ed-forms-item {
    padding: 35px;
  }

  .new-ed-forms-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .schedule-page-body .mscl-item-date .tooltip {
    display: block;
  }
    
  .schedule-page-body .mscl-item-date .question-icon {
    margin-left: 0;
    margin-top: 5px;
  }

  .schedule-page-body .mscl-item-date .tooltip-text {
    margin-left: 0; 
  }

  .about-page-body .mc-feature {
    width: 33.333%;
    margin-bottom: 40px;
  }

  .registration-section .content-page-main {
    width: 100%;
    margin-right: 0;
  }

  .about-page-body .mc-features-list {
    justify-content: flex-start;
  }

  header {
    font-size: 15px;
  }

  header .btn {
    font-size: 15px;
  }

  .header-nav-item.has-subnav > a {
    padding-right: 15px;
  }

  .header-additional-nav a:not(:last-child) {
    margin-right: 15px;
  }

  .header-nav a {
    padding: 15px 0;
  }

  .header-nav .header-subnav .header-subnav a {
    line-height: 26px;
  }

  .header-search {
    width: calc(100% - 700px);  
  }

  .mp-hero-slider .swiper-slide {
    padding: 80px 35px 40px;  
  }

  .mp-hero-slider .swiper-slide {
    background-position: bottom right;  
  }

  .mp-hero-title {
    font-size: 38px;
  }

  .msc-list-item,
  .mcs-form {
    padding: 35px;
  }

  .mscl-item-cnt {
    width: calc(100% - 175px);
  }

  .mscl-item-name {
    font-size: 18px;
  }

  .mscl-item-btm > div:not(:last-child) {
    margin-right: 20px;
  }

  .mls-step.active:before, .mls-step.active:after {
    z-index: -1;
    transform: scale(.8);
  }

  .mls-step:before {
    top: -10px;
    right: -25px
  }

  .mls-step:after {
    top: -5px;
    right: 40px;  
  }

  .mp-clients-slider {
    width: calc(100% - 130px);
  }

  .scroll-to-top {
    bottom: 45px;
    right: 30px; 
  }

  section {
    padding: 50px 0;
  }

  .subscribe-bnr br {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 1199px){
  .simplified .fo-list-item {
    min-height: 45px;
    display: flex;
    align-items: center;
  }

  .fo-list {
    grid-template-columns: 1fr;  
  }

  .simplified .fo-list-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .platform-features-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .pfl-item {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
  }

  .pfl-item:last-child {
    grid-column: 1 / -1;
  }

  .pfl-item-title {
    margin-bottom: 0;
    width: calc(100% - 75px);
  }

  .pfl-item p {
    margin-top: 5px;
  }

  .pfl-item-img {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }

  .table-wrap {
    width: 100%;
    overflow-x: auto;
    position: relative;
    display: block;
  }

  table {
    table-layout: auto;
  }

  td {
    min-width: 220px;
  }

  .for-mobile {
    display: block;
  }

  .header-additional-buttons > *:not(:last-child) {
    margin-right: 45px;
  }

  .header-additional-buttons.for-mobile {
    display: flex;
    align-items: center;
  }

  .header-pek-link span,
  .header-account-link span,
  .header-nav,
  .header-btm {
    display: none;
  }

  .header-logo {
    width: 55px;
  }

  #eye {
    width: 8px;
    height: 8px;
    top: 12px;
    right: 13px;
  }

  header {
    height: 90px;
    padding: 10px 0;
  }

  .header-top {
    padding-bottom: 0;
    border-bottom: none;
    justify-content: flex-end;
  }

  body.fixed-header {
    padding-top: 90px;
  }

  .header-cnt {
    width: calc(100% - 95px);
  }

  .header-nav {
    position: fixed;
    border-radius: 20px;
    background: white;
    z-index: 50;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 45px;
    height: calc(100% - 90px);
    flex-wrap: wrap;
    font-size: 20px;
    align-content: flex-start;
    overflow-y: auto;
    border-top: 10px solid #F1F4F8;
  }

  .header-nav > * {
    width: 100%;
  }

  .header-additional-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #D5DADF;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .header-nav > .header-nav-item.has-subnav > a:after {
    display: none;
  }

  .header-nav > .header-nav-item > .header-subnav {
    position: relative;
    top: 0;
  }

  .header-nav > .header-nav-item:not(:last-child){
    margin-right: 0;
  }

  .header-nav-item a {
    display: inline-block;
    padding: 20px 0;
  }

  .header-nav-item.has-subnav.open > .header-subnav, .header-nav > .header-nav-item.has-subnav:hover > .header-subnav {
    display: none;
  }

  .nav-item.open > .header-subnav  {
    display: block !important;
  }

  .header-nav-item.open, .header-nav > .header-nav-item > .header-subnav > .header-nav-item:hover {
    background: none;
  }

  .header-nav > .header-nav-item > .header-subnav > .header-nav-item > a {
    padding: 15px 10px;
  }

  .header-nav > .header-nav-item > .header-subnav {
    background: #F1F4F8;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 0 15px 15px;
  }

  .header-nav-item > .header-subnav > .header-nav-item > .subnav-trigger {
    top: 13px;
  }

  .header-nav .header-subnav .header-subnav {
    background: #ffffff;
    padding: 10px 0;
    margin-right: 15px;
  }

  .header-nav .header-subnav .header-subnav a {
    padding: 15px 25px;
    display: block;
  }

  .mobile-search {
    border: 1px solid #D5DADF;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .mobile-search input {
    width: calc(100% - 55px);
    font-size: 16px;
    padding: 14px 20px;
    transition: all 0.2s ease-out;  
    color: rgb(117, 117, 117);
    border-radius: 20px;
  }

  .header-mobile-contacts-wrap {
    margin-top: 25px;
    border-top: 1px solid #D5DADF;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
  }

  .header-mobile-contacts-wrap .hc-phone {
    color: #171717;
    font-size: 22px;
    padding-bottom: 0;  
  }
}

@media (max-width: 1200px) {
  .information-page-col-cnt {
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) and (max-width: 1550px){
  .course-section .ipcc-cnt {
    margin-bottom: 25px;
  }

  .header-nav-item.has-subnav:hover a:after {
    top: 27px;
  }

  .single-article-body .content-page-secondary, 
  .single-news-body .content-page-secondary {
    margin-top: -150px;
  }

  .wanna-teach .center-cnt:after {
    height: calc(100% + 100px);
  }

  .mscl-item-info {
    width: 145px;
    font-size: 16px;
  }

  .header-contacts a:not(:last-child){
    margin-right: 0;
  }

  .header-contacts-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .hc-phone {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .header-nav > .header-nav-item:not(:last-child){
    margin-right: 20px;
  }

  .mc-form-btm p, .mc-form-email {
    width: calc(55% - 15px);
  }

  .mc-form-submit, .mc-form-phone {
    width: calc(45% - 15px);
    margin-right: 30px;
  }

  .main-consultation-form {
    padding: 45px; 
  }

  .header-cnt {
    width: calc(100% - 135px);  
  }

  .header-nav {
    width: calc(100% - 335px);
    justify-content: flex-start;
  }

  .header-contacts {
    width: 335px;
  }

  .header-nav > .header-nav-item > a {
    white-space: nowrap;
  }

  .mp-hero-link {
    left: 40px;  
  }

  .aal-item-img, .mal-item-img {
    height: 265px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px){
  .fo-item-title {
    font-size: 20px;
    line-height: 120%;
  }

  .static-hero-ba {
    background-position: bottom right -85px;
    background-size: 550px auto;
  }

  .new-ed-forms-item .video-link:after, 
  .new-ed-forms-item .video-placeholder:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 95%;
  }

  .nefi-video {
    height: 100%;
  }

  .course-topics-list .ccb-item:nth-child(4n) {
    margin-right: 15px;
  }

  .course-topics-list .ccb-item:nth-child(3n)) {
    margin-right: 0;
  }

  .ccb-item:nth-child(n+16) {
    display: none;
  }

  .course-topics-list .ccb-item {
    width: calc(33.333% - 15px);
  }

  .courses-bnr .tooltip-content {
    left: auto;
    right: 0;
  }

  .structure-item-col {
    width: 100%
  }

  .structure-item-col:not(:last-child) {
    margin-bottom: 50px;
  }

  .structure-item-col:nth-child(even) {
    margin-right: 0px;
  }

  .tli-avatar {
    width: 200px;
    height: 210px;
  }

  .tli-cnt {
    width: calc(100% - 240px);
  }

  .tli-avatar:before {
    height: 200px;
    width: 215px;
  }

  .ipcc-cnt {
    max-width: 100%;
    width: 100%;
  }

  .cm-tabs-header-item:after {
    right: -10px;  
  }

  .cm-tabs-body {
    width: calc(100% - 300px);
    padding: 25px;
  }

  .cm-tabs-header-item {
    padding: 65px 25px; 
  }

  .cm-tabs-header {
    width: 315px;
  }

  .course-section .ipcc-cnt:nth-child(1),
  .course-section .ipcc-cnt:nth-child(2) {
    margin-bottom: 25px;
  }

  .ipcc-cnt {
    width: calc(50% - 21px);
  }

  .ipcc-sep {
    display: none;
  }

  .ef-tabs-header-item {
    font-size: 18px;
  }

  .vacancies-list-item {
    padding: 25px 25px 0px 90px;
  }

  .vli-header-info-item:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;  
  }

  .vli-header-info-item, .vacancies-bnr-title {
    font-size: 16px;
    line-height: 20px;
  }

  .vli-header {
    padding-bottom: 25px;
  }

  .cnt-page-slider .swiper-button-next, 
  .cnt-page-slider .swiper-button-prev, 
  .pagination-prev, .pagination-next, 
  .main-reviews-controls .swiper-button-next, 
  .main-reviews-controls .swiper-button-prev, 
  .mp-clients-slider-wrap .swiper-button-next, 
  .mp-clients-slider-wrap .swiper-button-prev {
    margin-top: -20px;
  }

  .cnt-page-slider-thumbs {
    height: 90px;
  }

  .cnt-page-slider {
    height: 400px;
  }

  .snt-thumb {
    width: 350px;
  }

  .subscribe-bnr {
    padding: 25px;
  }

  .single-article-body .content-page-secondary, 
  .single-news-body .content-page-secondary {
    margin-top: -150px;
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .snt-right {
    width: calc(100% - 390px);
  }

  .wanna-teach .center-cnt:after {
    height: calc(100% + 100px);
  }

  .ccb-item {
    font-size: 20px;
    padding: 55px 30px;
  }

  .hc-btn {
    margin-right: 25px !important;
  }

  .header-pek-link:before {
    width: 30px;
    margin-top: 2px;
    height: 30px;
    position: relative;
    display: flex;
    background-size: contain;
  }

  .header-account-link:before {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    background-size: contain;
  }

  .header-pek-link,
  .header-account-link {
    padding-left: 0;  
  }

  .nav-column {
    display: none;
  }

  .mp-hero-title {
    font-size: 32px;
  }

  .mp-hero-slider .swiper-slide p {
    font-size: 16px;
    line-height: 26px;
  }

  .mp-hero-link {
    left: 35px;
    width: 190px;
  }

  .mp-hero-slider .swiper-slide {
    background-position: bottom right -45px;
  }

  .mp-hero-slider-controls {
    left: 270px;
    bottom: 50px;
  }

  .content-page-navigation,
  .content-page-secondary,
  .msc-secondary {
    width: 300px;
  }

  .search-page-results-wrap,
  .single-course-cnt, 
  .schedule-page-cnt, 
  .about-page-cnt, 
  .simple-cnt 
  .content-page-main, 
  .single-article-cnt, 
  .single-news-cnt,
  .msc-main {
    width: calc(100% - 330px);
  }

  .blue-bnr-title {
    font-size: 24px;
  }

  .blue-bnr {
    padding: 30px;
  }

  .msc-list-item, .mcs-form {
    padding: 30px;
  }

  .mcs-form-btm {
    align-items: center;
  }

  .mcs-submit {
    width: 200px;
  }

  .mcs-form-btm .file-link {
    margin-left: 25px; 
  }

  .msc-list-item {
    flex-wrap: wrap;
  }

  .mscl-item-cnt {
    width: 100%;
    margin-right: 0;
  }

  .mscl-item-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }

  .mscl-item-format {
    margin-bottom: 0;
  }

  .mls-title {
    font-size: 20px;
  }

  .mrs-img {
    width: 150px;
    height: 210px;
    margin-right: 30px;
  }

  .mrs-cnt {
    width: calc(100% - 180px);
  }

  .mrs-title {
    margin: 0 0 15px;  
  }

  .anl-item-img + .anl-item-cnt, .mnl-item-img + .mnl-item-cnt {
    width: calc(100% - 350px);
  }

  .anl-item-img, .mnl-item-img {
    width: 350px;
  }

  .anl-item-cnt, .mnl-item-cnt {
    padding: 30px;
  }

  .aal-item-title, .mal-item-title,
  .anl-item-title, .mnl-item-title {
    font-size: 20px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
  }

  .aal-item-img, .mal-item-img {
    height: 220px;
  }

  .mc-form-title {
    font-size: 34px;
    line-height: 42px;
  }

  .main-consultation-form form {
    width: calc(60% - 30px);
  }

  .mc-form-btm p, .mc-form-email,
  .mc-form-submit, .mc-form-phone {
    width: calc(50% - 15px);
  }

  .mc-form-btm {
    align-items: flex-start;
  }
}

@media (min-width: 320px) and (max-width: 1023px){
  .admission-title {
    font-size: 18px;
  }

  .static-hero-cnt {
    width: 100%;
  }

  .static-hero-ba {
    background-position: bottom center;
  }

  .fo-list {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }

  .new-ed-forms-item .video-link:after, .new-ed-forms-item .video-placeholder:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 62%;
  }

  .teaser-video,
  .teaser-cnt,
  .nefi-video,
  .nefi-cnt {
    width: 100%;
  }

  .teaser-video,
  .nefi-video {
    height: 100%;
  }

  .new-ed-forms-item {
    padding: 35px;
  }

  .new-ed-forms-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .nefi-cnt .btn {
    width: 100%;
  }

  .nefi-video {
    order: 1;
    margin-bottom: 30px;
  }

  .nefi-cnt {
    order: 2;
  }

  .recommended-courses.white-bg {
    background: none;
  }

  .header-pek-link {
    padding-left: 0;
  }

  .content-page-main > .file-link-inverted {
    margin: 15px 0 0 30px;
  }
  
  .anl-item-cnt p, .mnl-item-cnt p {
    margin-bottom: 15px;
  }

  .all-news-filter {
    padding-bottom: 5px;
  }

  .anf-item {
    margin-bottom: 5px;
  }

  .recommended-courses .msc-list {
    max-width: none;
  }

  .course-section .ipcc-cnt:nth-child(1),
  .course-section .ipcc-cnt:nth-child(2) {
    margin-bottom: 25px;
  }

  .ipcc-cnt {
    width: calc(50% - 21px);
  }

  .short-image .content-page-main {
    width: 100%;
  }

  .mc-features-list + h2 {
    margin-top: 30px;
  }

  .about-page-cnt .mcf-img img {
    height: auto;
    width: auto;
  }

  .about-page-cnt {
    margin-bottom: 50px;
  }

  .structure-item-col {
    width: 100%
  }

  .structure-item-col:not(:last-child) {
    margin-bottom: 30px !important;
  }

  .tli-avatar {
    width: 200px;
    height: 210px;
  }

  .tli-cnt {
    width: calc(100% - 240px);
  }

  .tli-avatar:before {
    height: 200px;
    width: 215px;
  }

  .schedule-page-cnt,
  .simple-cnt .content-page-main {
    margin-right: 0;
  }

  .content-page-navigation {
    margin-top: 30px;
  }

  .cm-tabs-header-item:after {
    top: auto;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 20px;
  }

  .cm-tabs-body {
    width: 100%;
    padding: 25px;
    margin-left: 0;
    margin-top: -10px;
  }

  .cm-tabs-header {
    width: 100%;
  }

  .search-page .center-cnt {
    background: none !important;
  }

  .wanna-teach.white {
    margin-top: 50px;
  }

  .wanna-teach-wrap {
    padding: 30px;  
  }

  .search-page-results-wrap,
  .registration-section .content-page-main {
    width: 100%;
    margin-right: 0;
  }

  .short {
    max-width: 100%;
  }

  .additional-margin {
    margin: 25px 0 0;
  }

  .reg-tab-header-item, .qa-tabs-header-item, .anf-item {
    padding: 12px 15px;
  }

  .qa-tabs-header-item {
    margin-bottom: 5px;
  }

  .reg-tab-header-item:not(:last-child), 
  .qa-tabs-header-item:not(:last-child), 
  .anf-item:not(:last-child) {
    margin-right: 5px;
  }

  .reg-tab-header, .qa-tabs-header, .all-news-filter {
    flex-wrap: wrap;
  }

  .qli-title, .vli-title {
    font-size: 18px;
    line-height: 24px;
  }

  .vli-header-info {
    width: 100%;
  }

  .vli-header-info {
    margin-right: 0;
  }

  .vacancies-bnr {
    max-width: 100%;
    padding: 30px 25px 30px 75px;
  }

  .vacancies-bnr .btn {
    margin-left: -50px;  
  }

  .questions-list-item {
    padding: 30px 25px 30px 95px;
  }

  .vacancies-list-item {
    padding: 25px 25px 0px 90px;  
  }

  .sat-right {
    margin-bottom: 0;
  }
  .content-page-secondary {
    padding-top: 50px;
  }

  .subscribe-bnr-socials {
    justify-content: center;
  }

  .single-article-body .content-page-secondary, 
  .single-news-body .content-page-secondary {
    margin-top: 0;
  }

  .aaf-list,
  .snt-thumb {
    width: 100%;
  }

  .aaf-title {
    margin-bottom: 15px;
  }

  .snt-right {
    width: 100%;
    margin-bottom: 0;
    order: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .snt-right h1 {
    order: 1;
  }

  .snt-right ol,
  .snt-right ul,
  .snt-right p {
    order: 3;
  }

  .snt-date,
  .snt-left {
    order: 2;
    margin-right: 0;
  }

  .snt-left {
    width: 100%;
    margin-top: 25px;
  }

  .content-page-main .subscribe-bnr {
    max-width: none;
  }

  .ipcc-sep,
  .subscribe-bnr br {
    display: none;
  }

  .wanna-teach {
    padding-top: 0;
  }

  .content-page-main {
    width: 100%;
    margin-right: 0;
  }

  .content-page-image {
    width: 100%;
  }

  .content-page-image-mobile {
    display: block;
    height: 50vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 50px 0;
  }

  .content-categories-btns.half-width {
    max-width: none;
  }

  h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .cpm-subtitle {
    font-size: 18px;
  }

  .breadcrumbs {
    padding: 30px 0;
    font-size: 14px;
  }

  .header-pek-link:before {
    width: 30px;
    margin-top: 2px;
    height: 30px;
    position: relative;
    display: flex;
    background-size: contain;
  }

  .header-account-link:before {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    background-size: contain;
  }

  .hc-phone {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .header-account-link {
    padding-left: 0;  
  }

  .header-contacts-wrap {
    margin-right: 0;
  }

  .header-contacts-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .msc-list-item {
    flex-wrap: wrap;
  }

  .mscl-item-cnt {
    width: 100%;
    margin-right: 0;
  }

  .mscl-item-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }

  .mscl-item-format {
    margin-bottom: 0;
  }

  .nav-column,
  .mal-item:last-child,
  .main-learning-btm p,
  .scroll-to-top,
  .msc-closest .file-link {
    display: none;
  }

  .content-page-navigation, 
  .content-page-secondary,
  .single-course-cnt, 
  .schedule-page-cnt, 
  .about-page-cnt, 
  .simple-cnt .content-page-main, 
  .single-article-cnt, 
  .single-news-cnt,
  .msc-secondary {
    width: 100%;
  }

  .main-course-selection .full-courses-link {
    position: relative;
    text-align: center;
    top: 0;
  }

  .main-learning {
    padding-top: 50px;
  }

  .main-learning-steps {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .main-learning-steps, .main-learning-video {
    width: 100%;
  }

  .mls-title {
    width: 80%;
  }

  .main-learning-video .video-placeholder {
    max-height: none;
  }

  .main-center-features {
    padding: 0 0 75px;
  }

  .mc-features-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .mc-feature {
    width: 33.333%;
    margin-bottom: 40px;
  }
  
  .mp-clients-text {
    column-count: auto;
    column-gap: 0;
  }

  .aal-item-img,
  .mal-item-img, 
  .mnl-item-img {
    width: 100%;
    height: 245px;
  }

  .mnl-item-img + .mnl-item-cnt {
    width: 100%;
    padding: 20px;
  }

  .anl-item-title, .mnl-item-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .mnl-item:not(:last-child){
    margin-bottom: 0;
  }

  .mnl-item .link-arrow-right {
    position: absolute;
    bottom: 30px;
    left: 20px;
  }

  .mnl-item {
    position: relative;
    padding-bottom: 75px;
  }

  .mnl-item-cnt p {
    margin-bottom: 0;
  }

  .aal-item-cnt, .mal-item-cnt {
    padding: 30px 20px;
  }

  .no-bottom-padding + .main-consultation {
    padding-top: 0;
  }

  .mc-form-cnt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .main-consultation-form form {
    width: 100%;
  }

  .main-consultation-form {
    flex-wrap: wrap;
    background-size: 550px auto;
    padding: 40px 35px;
  }

  .mc-form-title {
    margin-bottom: 20px;
  }

  a.ft-social {
    margin: 0; 
  }

  a.ft-social:not(:last-child){
    margin-right: 30px;
  }

  .main-articles {
    padding-top: 0;
  }

  .header-nav a {
    padding: 15px 0;
  }

  section {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .teaser-item.has-shadow {
    padding: 40px;
  }

  .static-hero-title {
    font-size: 42px;
  }

  .static-hero-ba {
    background-size: 500px auto;
    padding: 40px 40px 415px;
  }

  .admission-wrap {
    padding: 40px;
  }

  .admission-wrap.no-shadow .admission-cnt,
  .admission-cnt {
    font-size: 16px;
    width: calc(100% - 275px);
  } 

  .admission-wrap.no-shadow .admission-img,
  .admission-img {
    width: 215px;
    margin-right: 60px;
  }

  .vendors-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .course-topics-list .ccb-item:nth-child(4n) {
    margin-right: 15px;
  }

  .course-topics-list .ccb-item:nth-child(odd)) {
    margin-right: 0;
  }

  .course-topics-list .ccb-item {
    width: calc(50% - 15px);
  }

  .content-page-image {
    display: none;
  }

  .cm-tabs-header-item {
    position: relative;
    padding: 25px;
    width: calc(33.333% - 4px);
    height: auto;
    border-radius: 20px 20px 0 0;
  }

  .cm-tabs-header-item:not(:last-child){
    margin-right: 5px;
    margin-bottom: 0;
  }

  .two-columns-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .two-columns-mobile > * {
    width: calc(50% - 15px);
  }

  .wanna-teach.white .wanna-teach-cnt {
    width: 50%;
  }
  
  .cnt-license {
    font-size: 18px;
  }

  .account-form-wrap {
    padding: 25px;
  }

  .ef-tabs-header-item {
    padding: 15px 15px 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .vli-header-info-item {
    width: calc(50% - 15px);
    margin-bottom: 25px;
  }

  .vli-header-info-item:nth-child(2){
    margin-right: 0;
    border-right: none;
  }

  .cnt-page-slider {
    height: 400px;
  }

  .table-of-content {
    margin-top: -170px;
  }

  .sat-left {
    margin-bottom: 110px;
  }

  .aal-item:nth-child(3n){
    margin-right: 30px;
  }

  .aal-item:nth-child(even){
    margin-right: 0;
  }

  .aal-item, 
  .mal-item {
    width: calc(50% - 15px);
  }

  .anl-item-img + .anl-item-cnt {
    width: calc(100% - 350px);
  }

  .anl-item-img {
    width: 350px;
  }

  .wanna-teach-btns {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .wanna-teach-btns .btn {
    margin-bottom: 30px;
  }

  .wanna-teach-cnt {
    width: 55%;
  }

  .hc-btn {
    margin-right: 25px !important;
  }

  .header-nav .header-subnav .header-subnav a {
    line-height: 26px;
  }

  .mp-hero-slider .swiper-slide {
    padding: 40px;
    background-position: bottom right -85px;
    background-size: 415px auto;
  }

  .mp-hero-title {
    font-size: 30px;
  }

  .mp-hero-slide-cnt {
    width: 70%;
  }

  .mp-hero-slider {
    height: 405px;
  }

  .mp-hero-slider-controls {
    left: 235px;
    bottom: 50px;
  }

  .mp-hero-link {
    width: 175px;
    left: 40px;
  }

  .msc-main {
    width: 100%;
    margin-right: 0;
  }

  .mscl-item-date {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .mscl-item-date .question-icon,
  .mscl-item-date .tooltip-text {
    margin-left: 0;
  }

  .mscl-item-date .question-icon {
    margin-top: 5px;
  }

  h2 {
    font-size: 26px;
  }

  .snt-thumb,
  .main-learning-video {
    height: 50vw;
  }

  .mal-item, .mnl-item {
    width: calc(50% - 13px);
    align-content: flex-start;
  }

  .mal-item:first-child,
  .mnl-item:first-child {
    margin-right: 25px;
  }

  .mal-item:not(:first-child){
    margin-right: 0;
  }

  .main-articles-btm .btn,
  .main-news-btm .btn {
    width: 300px;
  }

}

@media (min-width: 320px) and (max-width: 767px){
  .static-hero-ba {
    padding: 30px 25px 230px;
    background-size: 270px auto;
  }

  .platform-features-list {
    grid-template-columns: 1fr;
  }

  .teaser-item.has-shadow {
    padding: 30px 25px;
  }

  .platform-features-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .platform-features-wrap {
    padding: 30px 25px;  
  }

  .static-hero-title {
    font-size: 30px;
  }

  .teaser-item {
    flex-wrap: wrap;
  }

  .teaser-video {
    margin-top: 30px;
  }

  .admission-wrap {
    padding: 25px;
    flex-wrap: wrap;
  }

  .static-hero-cnt .btn-gradient,
  .admission-cnt .btn {
    width: 100%;
  }

  .teaser-cnt {
    margin-right: 0;
  }

  .admission-wrap.no-shadow .admission-cnt,
  .admission-cnt {
    font-size: 16px;
    width: 100%;
  }

  .admission-wrap.no-shadow {
    border-radius: 0;
  }

  .admission-wrap.no-shadow .admission-img,
  .admission-img {
    width: 215px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .fo-item-title {
    font-size: 20px;
  }

  .nefi-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .nefi-cnt .btn {
    margin-top: 15px;
  }

  .nefi-video .video-link:before,
  .nefi-video .video-placeholder:before {
    background-size: contain !important;
  }

  .new-ed-forms-item {
    padding: 25px;
  }

  .form-file-trigger {
    padding: 14px 25px 14px 40px;
    background-position: center left 10px;
  }

  .sic-position,
  .reviews-list-item-title,
  .vli-header-top {
    margin-bottom: 15px;
  }

  .reviews-list-item-title,
  .vli-header-info-item, 
  .vacancies-bnr-title,
  .rbi-title {
    font-size: 16px;
  }

  .anl-item-title, .mnl-item-title {
    font-size: 18px;
  }

  .course-logo {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }

  .courses-list + .pagination {
    background: none;
    padding: 0;
  }

  .courses-list {
    clear: both;
    margin-top: 50px;
    background: none;
    padding: 0;
  }

  .vendors-list {
    grid-template-columns: 1fr 1fr;
  }

  .course-topics-list .ccb-item {
    margin-right: 0 !important;
    padding: 75px 25px 25px 25px;
    font-size: 16px;
    min-height: none;
  }

  .schedule-page-body ~ .information-page-additional-cnt,
  .information-page-additional-cnt ~ .main-consultation,
  .vendors ~ .main-consultation {
    padding-top: 50px;
  }

  .show-all-vendors,
  .show-all-courses,
  .course-topics-list .ccb-item {
    width: 100%;
  }

  .recommended-courses .center-cnt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .recommended-courses {
    padding-top: 0;
  }

  .information-page-additional-cnt p, 
  .content-page-main p:not(:last-child) {
    margin-bottom: 5px;
  }

  .courses-bnr-item {
    padding: 25px;
  }

  .single-course-cnt {
    margin-right: 0;
  }
  .course-code {
    margin-bottom: 15px;
  }

  .recommended-courses .btn,
  .ttf-item {
    width: 100%;
  }

  .ttf-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section-with-icon:before {
    display: none;
  }

  .courses-bnr .tooltip {
    display: block;
  }

  .section-with-icon:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-with-icon {
    padding-left: 0;
  }

  .tooltip-content.tooltip-format {
    width: 305px;
    left: -15px;
  }

  .ttf-title {
    font-size: 16px;
    line-height: 24px;
  }

  .about-page-body ~ .information-page-additional-cnt {
    padding-top: 50px;
  }

  .btns-list a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btns-list a {
    width: 100%;
  }

  .cnt-page-slider-wrap ~ .document-item {
    margin-top: 50px;
  }

  .video-link:before, .video-placeholder:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }

  .structure-item-col:nth-child(even){
    margin-right: 0;
  }

  .structure-item {
    padding: 30px 25px;
  }

  hr {
    margin: 25px 0;
  }

  .structure-item-title {
    font-size: 20px;
    line-height: 28px;   
  }

  .bd-label {
    width: 100%;
    font-weight: 500;
    margin-right: 0;
    color: #171717;
  }

  .bd-item p {
    width: 100%;
  }

  .tli-avatar {
    margin: 0 auto 25px;
  }

  .teachers-list-item {
    padding: 25px;
  }

  .tli-cnt {
    width: 100%;
  }

  .document-item-title {
    font-size: 16px;
  }

  .reviews-list-item-thumb + .reviews-list-item-cnt {
    width: 100%;
  }

  .reviews-list-item-thumb {
    margin: 0 auto 25px;
  }

  .cpm-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
 
  body {
    font-size: 14px;
  }

  .information-page-col-cnt {
    margin: 30px 0 20px;
  }

  .cmi-title {
    font-size: 20px;
    line-height: 28px;
  }

  .contacts-map {
    width: 100%;
    height: 100vw;
  }

  .cmi-cnt {
    width: 100%;
    margin-right: 0;
  }

  .ipcc-cnt {
    width: 100%;
    max-width: 100%;
  }

  .ipcc-cnt:not(:last-child) {
    margin-bottom: 25px;
  }

  .cm-tabs-header-item {
    position: relative;
    padding: 25px;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .cm-tabs-header-item:first-child {
    border-radius: 20px 20px 0 0;
  }

  .cm-tabs-header-item:not(:last-child){
    margin-right: 0px;
    margin-bottom: 0;
  }

  .cm-tabs-body {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
  }

  .clear-course-filter {
    font-size: 14px;
  }

  .course-filter-form {
    padding: 20px 25px;
  }

  form.search-page-form {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .search-page-form-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .structure-item:before,
  .content-page-image,
  .cm-tabs-header-item:after,
  .ipcc-sep,
  .wanna-teach.white .wanna-teach-wrap:after {
    display: none;
  }

  .wanna-teach.white .wanna-teach-cnt {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .information-page-additional-cnt {
    padding-top: 0;
  }

  .cnt-license-thumb {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .cnt-license {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }

  .content-page-btns {
    text-align: center;
  }

  .content-page-btns .link-arrow-right {
    margin-top: 25px;
    display: inline-block;
  }

  .reg-tab-header {
    justify-content: center;
  }

  .reg-tab-header-item {
    text-align: center;
  }

  .full-registration .account-form-input:nth-child(odd), 
  .simple-registration .account-form-input:nth-child(odd) {
    margin-right: 0;
  }

  .full-registration .account-form-input, 
  .simple-registration .account-form-input {
    width: 100%;
  }

  .registration-complete .btn-blue, 
  .simple-registration .btn-blue, 
  .full-registration .btn-blue {
    min-width: 100%;
  }

  .account-form-input .tooltip-content {
    right: -55px;
  }

  .account-form-wrap {
    padding: 25px;
  }

  .account-form-input .tooltip {
    right: 15px;
  }

  .account-form-input .question-icon {
    margin-top: 0;
  }

  .accoun-form-btns button {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .form-reset,
  .accoun-form-btns a {
    margin: 0 auto;
  }

  .notification {
    padding: 25px;
    font-size: 14px;
    background: none;
  }

  .ef-tabs-header {
    border-radius: 10px 10px 0 0;
    flex-wrap: wrap;
  }

  .ef-tabs-header-item:first-child {
    border-radius: 10px 10px 0 0;
  }

  .ef-tabs-header-item:not(:last-child) {
    margin-right: 0;
  }

  .ef-tabs-header-item.active {
    box-shadow: 0px 0px 15px rgba(23, 109, 234, 0.1);
  }

  .ef-tabs-body {
    box-shadow: none;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
  }

  .ef-list-item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .ef-tabs-header-item {
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 25px;
    width: 100%;
  }

  .qli-header:before,
  .vacancies-bnr-title:before,
  .vli-header-top:before {
    display: none;
  }

  .vli-header {
    padding-bottom: 25px;
  }

  .information-page-cnt .btn {
    width: 100%;
  }

  .vli-header-info-item:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .qli-body {
    padding: 15px 0 0;
  }

  .questions-list-item {
    padding: 25px 25px 10px;
  }

  .qli-header {
    flex-wrap: wrap;
  }

  .vacancies-list-item {
    padding: 25px 25px 0;
  }

  .vli-header-info {
    margin-bottom: 25px;
  }

  .qli-more:after, .vli-more:after {
    transform: rotate(90deg) scale(.6);  
  }

  .open .qli-more:after, .open .vli-more:after {
    transform: rotate(270deg) scale(.6);  
  }

  .qli-more, .vli-more {
    padding: 9px 45px 9px 0;  
  }

  .main-center-features {
    padding: 0 0 50px;
  }

  .vli-body {
    font-size: 14px;
  }

  .main-center-features ~ .main-consultation {
    padding-top: 0px;
  }

  .qli-title, .vli-title {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .vacancies-list-item .file-link-inverted {
    margin-left: 25px;
  }

  .vacancies-bnr {
    padding: 25px;
  }

  .vacancies-bnr .btn {
    margin-left: 0;
  }

  .sat-right {
    order: 1;
    margin-bottom: 25px;
  }

  .sat-left {
    order: 2;
  }
  
  .sat-thumb {
    width: 100%;
    height: 52vw;
  }

  .related-bnr-item {
    padding: 25px;  
  }

  .rbi-tags {
    font-size: 14px;
  }

  .cnt-author {
    padding: 25px;
    margin: 50px 0 30px; 
  }

  .cnt-author-title {
    font-size: 24px;
    line-height: 32px;
  }

  .cnt-author-img {
    margin: 0 auto 25px;
  }

  .cnt-author-name {
    font-size: 20px;
  }

  .cnt-author-details {
    width: 100%;
  }

  .cnt-note {
    padding: 25px 25px 25px 55px;
    font-size: 14px;
    background-position: center left 12px;
    background-size: 30px;
  }

  .table-of-content {
    padding: 25px;
    max-width: 100%;
  }

  .sat-left,
  .sat-right {
    width: 100%;
  }

  .sat-left, .snt-left {
    margin-right: 0;
  }

  .aaf-item {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .show-all-topics {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    color: #293699;
    border-bottom: 1px dashed #293699;
  }

  .aaf-item:nth-child(n+4){
    display: none;
  }

  .aaf-title {
    font-size: 20px;
  }

  .cnt-page-slider .swiper-button-next {
    right: 15px;
  }

  .cnt-page-slider .swiper-button-prev {
    left: 15px;
  }

  .cnt-page-slider .swiper-button-next,
  .cnt-page-slider .swiper-button-prev {
    margin-top: -20px;
  }

  .cnt-page-slider-thumbs {
    height: 15vw;
  }

  .document-item-cnt {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: 25px;
  }

  .document-item-links {
    width: 100%;
  }

  .cnt-page-section:not(:last-child) {
    margin-bottom: 50px;
  }

  .inv-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .cnt-page-slider {
    height: 50vw;
  }

  .cnt-page-section {
    margin-top: 50px;
  }

  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .inv-cnt {
    width: 100%;
    background: none;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .information-page-white-block,
  .subscribe-bnr {
    padding: 25px;
  }

  .subscribe-bnr-cnt .btn {
    width: 100%;
  }

  .subscribe-bnr-cnt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .subscribe-bnr-socials {
    margin: 0 auto;
  }

  .anf-item {
    white-space: nowrap;
  }

  .all-news-filter {
    width: 100%;
    overflow-x: auto;
  }

  .anl-item-img + .anl-item-cnt {
    width: 100%;
  }

  .anl-item-img {
    width: 100%;
    height: 50vw;
  }

  .header-nav {
    padding: 25px;
    font-size: 16px;
  }

  .header-nav > .header-nav-item > .header-subnav > .header-nav-item > a {
    white-space: unset;
    padding: 10px;
  }

  .header-nav > .header-nav-item > .subnav-trigger {
    top: 13px;
  }

  .has-subnav > a {
    padding-right: 55px !important;
  }

  .header-nav > .header-nav-item > .header-subnav {
    padding: 10px 0 10px 10px;
  }

  .wanna-teach .center-cnt:after,
  .mc-feature br,
  .mp-clients-text p:not(:first-child),
  a.hc-btn span,
  .ft-socials,
  a.ft-license:before,
  .mp-hero-title br,
  .header-contacts-wrap {
    display: none;
  }

  .mc-feature span {
    width: calc(100% - 105px);
  }

  a.hc-btn {
    background: none;
    padding: 0;
    margin-right: 25px !important;
  }

  a.hc-btn:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/callback-icon.svg) center no-repeat;
  }

  .ft-column {
    margin: 0; 
  }

  .ft-column:first-child {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  .ft-logo {
    margin-bottom: 0;
  }

  a.ft-license {
    position: relative;
    width: calc(100% - 125px);
    font-size: 13px;
  }

  .cmi-cnt > div:not(.cmi-title), .ft-contacts > div:not(:last-child) {
    margin-bottom: 25px;
    padding-left: 34px;
  }

  .ft-contacts {
    line-height: 24px;
  }

  .mp-hero-slider {
    height: 535px;
  }

  .mp-hero-slider .swiper-slide {
    padding: 30px 25px; 
  }

  .mp-hero-title {
    font-size: 5.4vw;
  }

  .mp-hero-slider .swiper-slide {
    background-position: bottom center;
    background-size: 300px;  
  }

  .mp-hero-slider .swiper-slide p {
    font-size: 15px;
    line-height: 20px;
    max-width: 365px;
  }

  .mp-hero-link {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 12px 15px;
    margin-top: 25px;
  }

  .mp-hero-slider-controls {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 20px auto 0;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .msc-main {
    width: 100%;
    margin-right: 0;
  }

  .mcs-form-item:nth-of-type(1) {
    margin-right: 0;
  }

  .mcs-form {
    padding: 25px;
    border-radius: 10px;
  }

  .mcs-form-btm {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mcs-form-btm .file-link {
    font-size: 14px;
    margin-left: 24px;
    margin-top: 25px;
  }

  .main-page-hero {
    padding: 35px 0 15px;
  }

  .msc-list-item {
    padding: 25px;
  }

  .mscl-item-name {
    font-size: 16px;
    line-height: 24px;
  }

  .mscl-item-category {
    font-size: 14px;
  }

  .mscl-item-btm > div:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .main-center-features .btn,
  .mc-feature,
  .mp-hero-slide-cnt,
  .mcs-form-item:nth-of-type(1), 
  .mcs-form-item:nth-of-type(2),
  .mcs-submit,
  .mscl-item-date {
    width: 100%;
  }

  .mscl-item-info,
  .mscl-item-btm {
    flex-wrap: wrap;
  }

  .mscl-item-price {
    text-align: center;
    margin: 20px auto 0;
  }

  .mscl-item-format {
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
  }

  .mscl-item-date .tooltip {
    display: block;
  }

  .tooltip-text {
    margin-left: 0;
  }

  .tooltip-content {
    left: -70px;  
  }

  .tooltip-content {
    width: 300px;
    padding: 15px 20px 20px; 
  }

  .question-icon {
    margin-top: 5px;
    margin-left: 0;
  }

  .blue-bnr {
    padding: 25px;  
  }

  .subscribe-bnr-title,
  .blue-bnr-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .blue-bnr .btn {
    font-size: 15px;
  }

  .main-learning {
    padding-top: 25px;
  }

  .mls-step.active:before, .mls-step.active:after {
    z-index: -1;
    transform: scale(.8);
  }

  .mls-step:before {
    top: -10px;
    right: -25px
  }

  .mls-step:after {
    top: -5px;
    right: 40px;  
  }

  .open .mls-title span {
    display: block;
  }

  .open .mls-title {
    display: block;
  }

  .mls-title {
    font-size: 18px;
    display: flex;
  }

  .mls-step .mls-body {
    padding-bottom: 70px;
    width: 100%;
  }

  .mls-step {
    padding: 25px 25px 0;  
  }

  .mls-btn {
    bottom: 50%;
    right: 20px;  
    margin-bottom: -20px;
  }

  .open .mls-btn {
    bottom: 20px;
    margin-bottom: 0;
  }

  .main-learning-video {
    height: 50vw;
  }

  .link-arrow-left, 
  .link-arrow-right {
    font-size: 14px;
  }

  .mcf-img {
    width: 85px;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-right: 20px;
  }

  .mc-feature {
    flex-direction: row;
    align-items: center;
    text-align: left;
    font-size: 14px;
  }

  .mp-clients-slider {
    width: calc(100% - 100px);
  }

  .mrs-cnt {
    width: 100%;
  }

  .main-reviews-slider .swiper-slide {
    justify-content: center;
    padding: 25px;
  }

  .mrs-img {
    margin-right: 0;
  }

  .mal-item:first-child,
  .mnl-item:first-child {
    margin-bottom: 30px;
  }

  .aal-item:not(:nth-child(3n)), 
  .mal-item:not(:last-child) {
    margin-right: 0px;
  }

  .aal-item, .mal-item {
    width: 100%;
  }

  .main-consultation-form {
    flex-wrap: wrap;
    background-size: 550px auto;
    padding: 30px 25px;
  }

  .mc-form-title {
    font-size: 28px;
    line-height: 36px;
  }

  .mc-form-submit, .mc-form-phone {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mc-form-btm,
  .mc-form-name {
    margin-bottom: 20px;  
  }

  .mc-form-btm {
    margin-top: 20px;
    width: 100%;
  }

  .mc-form-btm p, .mc-form-email {
    width: 100%;
  }

  .mp-clients-slider-wrap .swiper-button-prev {
    left: -10px;  
  }

  .mp-clients-slider-wrap .swiper-button-next {
    right: -10px;
  }

  .main-articles {
    padding-top: 25px;
  }

  .header-additional-nav {
    padding-bottom: 15px;
  }

  .header-nav a {
    padding: 10px 0;
  }

  .header-nav .header-subnav .header-subnav a {
    padding: 10px 20px;
  }

  .header-mobile-contacts-wrap {
    margin-top: 15px;
    padding-top: 15px;
  }

  .modal {
    padding: 30px 20px;
    width: calc(100% - 30px);
  }

  .modal-title {
    font-size: 20px;
    line-height: 28px;
    max-width: 90%;
  }

  .modal button, 
  .modal input:not([type="file"]), 
  .modal textarea {
    margin-bottom: 15px;
  }

  .modal-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  .simple-registration p,
  .full-registration p,
  .mc-form-btm p a, 
  .mc-form-btm p,
  .modal a, 
  .modal p:last-child {
    font-size: 12px;
    line-height: 18px;
  }

  .wanna-teach-cnt,
  .main-articles-btm .btn,
  .main-news-btm .btn {
    width: 100%;
  }

  .mobile-search {
    margin-bottom: 15px;
  }

  .mobile-search input {
    font-size: 14px;
    padding: 13px 20px;
  }

  .ui-selectmenu-button {
    padding: 15px;
    font-size: 14px
  }

  .ui-widget.ui-widget-content {
    padding: 10px 5px;  
  }

  .btn,
  .ui-menu-item-wrapper {
    font-size: 14px;
  }

  textarea, 
  input[type="text"]:not(.header-search-input):not(.mobile-header-search-input), 
  input[type="phone"], 
  input[type="email"], 
  input[type="password"] {
    padding: 15px;
    font-size: 14px;
  }

  .show-more {
    display: inline-block;
    margin-top: 10px;
  }

  .main-reviews-controls .btn {
    width: auto;
  }

  .content-page-image-mobile {
    height: 70vw;
    margin: 30px 0 50px;
  }

  .content-categories-btns .ccb-item:nth-child(odd) {
    margin-right: 0;
  }

  .content-categories-btns .ccb-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .ccb-item {
    font-size: 20px;
    padding: 55px 30px;
  }

  .wanna-teach-btns {
    margin-top: 30px;
    text-align: center;
  }

  .wanna-teach-btns .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .white .wanna-teach-btns .btn {
    margin-bottom: 0;
  }

  .aal-item-title, .mal-item-title {
    font-size: 18px;
  }

  .aal-items-tags, .mal-items-tags {
    margin-bottom: 20px;
    font-size: 14px;
  }

}

@media (min-width: 320px) and (max-width: 400px){
  .vendors-list {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }

  .account-form-input .tooltip {
    right: -25px;
    transform: scale(.7);
  }

  .account-form-input .tooltip-content {
    right: -7px;
  }
}



/* личный кабинет */

.pc-user-information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1024px) {
  .pc-user-information {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .personal-side:not(:last-child){
    margin-bottom: 35px;
  }
}


.pc-user-btns {
  margin-top: 30px;
}

.pc-user-btns .btn {
  margin-right: 30px;
}

.pc-user-row {
  display: flex;
  flex-wrap: wrap;
}

.pc-user-row:not(:last-child) {
  margin-bottom: 15px;
}

.pc-user-row-label {
  width: 300px;
  margin-right: 30px;
  color: #171717;
  font-weight: bold;
}

.pc-user-row-cnt {
  width: calc(100% - 330px);
}

@media (min-width: 1024px) and (max-width: 1400px){
  .pc-user-row-label {
    width: 200px;
  }

  .pc-user-row-cnt {
    width: calc(100% - 230px);
  }
}

@media (max-width: 768px){
  .pc-user-row-cnt,
  .pc-user-row-label {
    width: 100%;
  }

  .lc_c_block-btns .btn:not(:last-child),
  .pc-user-btns a:not(:last-child){
    margin-bottom: 15px;
  }

  .lc_c_block input {
    font-size: 14px !important;
  }
}

.pc-link {
  color: #293699;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  background: none; 
}

.pc-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.pc-change-info {
  margin-bottom: 30px;
}

.pc-input {
  max-width: 500px;
  width: 100%;
  margin-bottom: 25px;
}



.lc_c_block-btns .btn:not(:last-child) {
  margin-right: 30px;
}

.personal-side .common-cources:not(:last-child) {
  margin-bottom: 30px;
}

.personal-side .pc-spoiler-trigger {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  right: 0;
}

.personal-side .pc-spoiler-trigger.open {
  transform: rotate(180deg);
  border: 1px solid #293699;
  background: #293699;
}

.personal-side .pc-spoiler-trigger.open:before {
  border-color: #fff;
}

.rc-top2-header {
  margin-bottom: 10px;
  color: #171717;
  font-weight: bold;
}

.personal-side .news-list {
  margin: 15px 0 10px;
}

.personal-side .news-item:not(:last-child) {
  margin-bottom: 10px;
}

.tbb {
  font-size: 14px;
  min-width: 1420px;
}

.pc-admin-cnt a:not(.pagination-item):not(.del_user):not(.del_sched):not(.btn):not(.del_course):not(.del_t_doc):not(.del_ff),
a.file-preview,
.tbb a {
  color: #293699;
  text-decoration: underline;
}

.pc-admin-cnt a:not(.pagination-item):not(.del_user):not(.del_sched):not(.btn):not(.del_course):not(.del_t_doc):not(.del_ff):hover,
a.file-preview:hover,
.tbb a:hover {
  text-decoration: none;
}

.tbb thead td {
  vertical-align: middle;
}

.new-blueprint-field td,
.tbb td {
  padding: 10px;
}

.frdo-tab td:nth-child(1){
  width: 42px;
}

.blueprint-tab td:first-child,
.frdo-tab td:nth-child(2),
.courses-tab td:first-child,
.schedule-tab td:first-child,
.users-tab td:first-child {
  width: 85px;
}

.users-tab td:nth-child(2) {
  word-wrap: break-word;
}

.users-tab td:nth-child(3) {
  width: 170px;
}

.frdo-tab td:nth-child(6),
.users-tab td:nth-child(4) {
  width: 150px;
}

.new-blueprint-field td:last-child,
.blueprint-tab td:last-child,
.courses-tab td:last-child,
.students-tab td:last-child,
.schedule-tab td:last-child,
.users-tab td:last-child {
  width: 40px;
  text-align: center;
}

.users-tab td:nth-last-child(2){
  width: 115px;
}

.schedule-tab td:nth-last-child(3),
.schedule-tab td:nth-last-child(2){
  width: 200px;
}

a.del_ff,
a.del_t_doc,
a.del_course,
.del_st,
a.del_sched,
a.del_user {
  font-size: 40px;
  color: #E55381;
  text-decoration: none;
  display: block;
  position: relative;
  left: -2px;
  line-height: 0;
  top: 10px;
  cursor: pointer;
}

.admin-user-search .btn {
  margin-left: 30px;
  line-height: 18px;
}

.admin-user-search input {
  width: 400px;
}

.pagination-list span {
  width: 15px;
  height: 40px;
  display: flex;
  margin-right: 20px;
  justify-content: center;
  text-decoration: none;
  align-items: flex-end;
  color: #6B6B6B;
  font-weight: 500;
}

.admin-top-nav {
  display: flex;
  position: relative;
}

.admin-top-nav-item {
  background: #f8f9fb;
  box-shadow: 0px 0px 15px rgba(23, 109, 234, 0.1);
  border-radius: 20px 20px 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #6B6B6B;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.admin-top-nav-item:not(:last-child) {
  margin-right: 5px;
}

.admin-top-nav-item.active {
  background: #fff;
  color: #293699;
  cursor: default;
  z-index: 2;
}

.admin-top-nav-item:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
}

.pc-admin-cnt .table-wrap {
  overflow-x: auto;
}

.pc-admin-cnt .pagination {
  margin-top: 20px;
}

.pc-admin-cnt .result h3 {
  margin-top: 45px;
}

.tbb2 {
  margin-top: 0;
  border-radius: 0;
}

.new-blueprint-field input[type="date"],
.new-blueprint-field input[type="text"],
.course-add-tab input,
.tbb2 input[type="date"],
.tbb2 input[type="text"] {
  width: 100%;
}

.pc-admin-single-user-btns .btn {
  margin-right: 30px;
}

.tbb2 label {
  cursor: pointer;
}

.tbb2 label:not(:last-child) {
  margin-right: 30px;
}

.file-preview {
  display: inline-block;
  margin-bottom: 15px;
}

.tbb2 .form-file-trigger {
  margin-bottom: 0;
}

.tbb2 .ffl-item {
  margin-top: 10px;
  margin-bottom: 0px;
}

.calendar_block {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.info_once {
  position: relative;
  padding: 10px;
  display: none;
}

.calendar {
  border: none; 
  margin-bottom: 20px;
  text-align: center;
}

.calendar td {
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.day-number {
  color: #000;
}

.day-number-sel {
  background: #0194c7;
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.calendar-day-head:last-child {
  border-right: 1px solid #f1f4f8 !important;
}

.day-number-long {
  background: #f8f9fb;
  text-align: center;
  cursor: pointer;
}

.hid_inf {
  display: none;
}

.calendar-row {
  background: #F1F4F8;
  border: 1px solid #F1F4F8;
  font-weight: 600;
  color: #171717;
}

.calendar-head {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar-head-left {
  display: flex;
  align-items: center;  
}

.calendar-head span {
  margin: 0 30px;
}

.btn-left,
.btn-right {
  background: #FFFFFF;
  border: 1px solid #293699;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(/assets/css/../img/down-arrow-blue.svg) center no-repeat;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.btn-left {
  transform: rotate(90deg);
}

.btn-right {
  transform: rotate(-90deg);
}

.info_once p:not(:last-child) {
  margin-bottom: 10px;
}

.t_f_block h3,
.students-list-title,
.pc-admin-filter-block p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
  margin-bottom: 20px;
}

.vendor_s_val,
.pc-admin-filter-select {
  width: 395px;
  position: relative;
  margin-right: 30px;
}

.pc-admin-filter-sep {
  margin: 0 15px;
}

.filt_2 {
  margin-left: 30px; 
}

.pc-admin-filter-wrap > span,
.pc-admin-filter-wrap {
  display: flex;
  align-items: center;
}


.pc-admin-filter-wrap.space-btw {
  justify-content: space-between;
}

.pc-admin-filter-block {
  margin-bottom: 30px;
}

.blueprint-settings-tab input[type="text"],
.blueprint-settings-tab input[type="number"],
.sched-add-tab input[type="date"]{
  width: 100%;
}

.pc-admin-students-sel-wrap {
  display: flex;
  width: 100%;
}

.pc-admin-students-sel-wrap:not(:last-child){
  margin-bottom: 30px;
}

.pc-admin-courses-sel {
  position: relative;
  width: 100%;
}

.pc-admin-students-sel {
  position: relative;
  margin-right: 30px;
  width: calc(100% - 140px);
}

.no-radius {
  border-radius: 0;
  margin-top: 0;
}

.sched-add-tab td:first-child {
  width: 400px;
}

.students-tab td:nth-child(2) {
  width: 330px;
}

.students-tab td:nth-child(3) {
  width: 145px;
}

.students-tab td:first-child {
  width: 300px;
}

.new-blueprint-field,
.blueprint-settings-tab,
.course-add-tab,
.sched-add-tab,
.students-tab {
  overflow: unset;
}

.custom-check {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  position: relative;
  background-color: #eee;
}

.custom-check input:checked ~ .checkmark {
  background-color: #293699;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked ~ .checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.students-tab {
  margin-top: 15px;
}

p.pc-admin-no-results {
  font-weight: 600;
  line-height: 26px;
  color: #171717;
}

p.pc-admin-no-results:not(:last-child) {
  margin: 45px 0;
}

thead .checkmark {
  box-shadow: 0px 0px 0px 1px #D5DADF;
}

.frdo-last .custom-check {
  /*display: inline-block;*/
  margin-right: 10px;
  top: 5px;
}

.btns-top .btn:not(:last-child) {
  margin-right: 30px;
}

td.frdo-last {
  display: flex;
  flex-direction: column;
}

td.frdo-last p {
  display: flex;
}

td.frdo-last p:not(:last-child) {
  margin-bottom: 10px;
}

.pc-admin-filter-select-wrap {
  position: relative;
  width: 100%;
}

.blueprint-main-btns {
  align-items: flex-end;
}

.blueprint-main-btns .btn:not(:last-child) {
  margin-right: 30px;
}


.blueprint-main-btns p {
  margin-bottom: 0;
}

.canvas_wrap {
  width: 100%;
  overflow: auto;
  margin: 0 auto 35px;
}

.t_block_c .canvas {
  position: relative;
  border: 1px solid #cccccc;
  background: #fdfdfd;
}

.doc_bg_form .form-file-block {
  width: 395px;
  margin-right: 30px;
  margin-bottom: 0;
}

.doc_bg_form {
  display: flex;
  align-items: flex-start;
}

.t_f_block p {
  margin-bottom: 10px;
}

.new-blueprint-field input[type="number"],
.new-blueprint-field input[type="text"] {
  width: 100%;
  padding: 14px 5px !important;
}

.new-blueprint-field td:nth-child(2),
.new-blueprint-field td:nth-child(3) {
  width: 90px;
}

.new-blueprint-field td:nth-child(4){
  width: 120px;
}

.new-blueprint-field td:nth-child(5){
  width: 95px;
}

.new-blueprint-field td:nth-child(11){
  width: 63px;
}

.new-blueprint-field td:nth-child(9){
  width: 100px;
}

.new-blueprint-field .ui-selectmenu-button {
  padding: 15px 5px;
}

.new-blueprint-field .ui-selectmenu-open {
  width: 235px;
}

.t_f_block ul {
  column-count: 3;
  column-gap: 30px;
}

.t_f_block {
  margin-bottom: 30px;
}

.new-blueprint-field thead td {
  vertical-align: middle;
  text-align: center;  
}

.t_for_img_block {
  margin-bottom: 30px;
  display: block;
}

.t_block_bg {
  position: relative;
  border: 1px solid #cccccc;
  background: #fdfdfd;
  max-width: 395px;
}

/* add individual correct */

.catalog_page, .courses_page {
  background-color: white;
}
.courses_page .all-news-filter {
  margin-top: 40px;
  margin-bottom: 0px;
  justify-content: space-between;
}
.courses_page .all-news-filter .anf-item {
  margin-right: 0;
}
.courses_page .schedule-page-body {
  padding-top: 50px;
}
.courses_page .js_cr_item .information-page-cnt {
  padding-top: 0;
}
.courses_page .js_cr_item .information-page-cnt h1{
  margin-bottom: 15px;
}
.info_page .information-page-cnt .center-cnt,
.catalog_section.information-page-cnt .center-cnt,
.forms_of_study_section.information-page-cnt .center-cnt {
  min-height: 180px;
}
.catalog_section .file-link-inverted {
  padding: 15px 15px 15px 45px;
  box-shadow: 0 2px 10px rgba(23, 109, 234, 0.15);
  border-radius: 15px;
  border-bottom: none;
  margin-left: 0;
}
.catalog_section .file-link-inverted:hover {
  border-bottom: none;
}
.catalog_section a.file-link-inverted:before {
  left: 15px;
}
.schedule-page-body .all-news-filter {
  width: 100%;
  font-size: 13px;
}
.main-course-selection .msc-main {
  width: 100%;
  margin-right: 0;
}
.home_smart_filter .mcs-form-item:nth-of-type(1),
.home_smart_filter .mcs-form-btm > div:nth-of-type(1) {
  width: calc(36% - 15px);
}
.home_smart_filter .mcs-form-item:nth-of-type(2),
.home_smart_filter .mcs-form-btm > div:nth-of-type(2){
  width: calc(64% - 15px);
}
.all-news-filter.anf_year{
  display: inline-flex;
  margin-top: 12px;
}