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

  :root {
    --additional-width: 3rem;
  }

  .site-header,
  #left-red,
  .left-hover-menu,
  .top-slider,
  .main-block.admisson,
  .main-block.choose,
  .main-block.news,
  .main-block.feedback,
  .wrap-footer,
  .content_container.tution-about-ieu .mob-block-schools.wrap,
  .site-footer {
    display: none;
  }
  /* ------------------------header start ---------------------- */
  .mob-header {
    display: block;
  }

  .wrap-mob-header,
  .higher-header-contacts-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 2.5rem;
    left: 0.625rem;
    z-index: 100;
    width: 94.5vw;
    padding: 0 0.62rem 0 0.49rem;
    max-height: 2.5rem;
    height: 2.5rem;
    transition: left 1000ms ease;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    filter: drop-shadow(0px 1px 15px rgba(0, 0, 0, 0.10));
  }

  .higher-header-contacts-block{
    position: absolute;
    top:0;
    height: 2rem;
    border-radius: 0 0 0.375rem 0.375rem;
    display: flex;
    justify-content: space-between;
  }

  .higher-header-contacts-block-phone,
  .higher-header-contacts-block-email{
    display: flex;
    height: 1.25rem;
    align-items: center;
  }

  .higher-header-contacts-block-img{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.25rem;
  }

  .higher-header-contacts-block-title{
    color: var(--d-00000, #D00000);
    font-family: Roboto;
    font-size: 0.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.3125rem;
  }

  .higher-header-contacts-block-description{
    color: var(--001-c-54, #001C54);
    font-family: Roboto;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.5625rem;
    margin-top: 0.19rem;
    
  }

  .higher-header-contacts-block a {
    text-decoration: none;
  }

  .mob-header-logo-link {
    display: block;
    margin-right: 3.14rem;
    width: 6.543rem;
    height: 1.75238rem;

  }

  .mob-header-logo-link__img {
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(28px); */
  }
  .mob-header-contact {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 1.026rem;
    position: relative;
    margin-right: 0.25rem;
  }
  .mob-header-contact.phone {
    margin-left: 4.95rem;
    margin-right: 1.56rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .mob-header-contact.phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.23rem;
    border: 0.0625rem solid #001c54;
    border-radius: 0.187rem;
    background: url(../img/icon_phone.svg) 50% 50%/ 50% 50% no-repeat;
    width: 1.026rem;
    height: 1.026rem;
  }
  .mob-header-contact.email::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.23rem;
    width: 1.026rem;
    height: 1.026rem;
    border: 0.0625rem solid #001c54;
    border-radius: 0.187rem;
    background: url("../img/icon_email.svg") 50% 50%/ 50% 50% no-repeat;
  }
  .mob-red-text-contact {
    margin: 0;
    color: var(--d-00000, #D00000);
    font-family: Roboto;
    font-size: 0.32113rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.2rem;
    padding-top: 0.05rem;
  }
  .mob-blue-text-contact {
    font-weight: 700;
    font-size: 0.54rem;
    color: #001c54;
    margin: 0;
    font-family: Roboto;
    font-size: 0.57713rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.5rem;
    letter-spacing: -0.01156rem;
    text-wrap: nowrap;
    margin-top: 0.05rem;
    white-space: nowrap;
  }

  .open-mob-header-menu-container{
    width: 3.3125rem;
    height: 3.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.3125rem;
    height: 3.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.9rem; */
    position: absolute;
    right: -0.25rem;
  }

  .open-mob-header-menu {
    /* background: #c50000; */
    border-radius: 0.188rem;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    background: url('../img/red-header-btn.svg') 50% 50%/ 1.5rem 1.5rem no-repeat;
  }



  .open-mob-header-menu svg{
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }

  .menu-mob__icon {
    display: inline-block;
  }

  /* ------------------------header end ----------------------- */

  #left-mob-panel {
    background: linear-gradient(180deg, #c50000 0%, #a70000 100%);
    padding: 2.46rem 3rem 1.81rem 1.06rem;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    z-index: -1;
    width: 17.8rem;
    transition: left 999ms ease;
    opacity: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  #left-mob-panel::after {
    content: "";
    position: fixed;
    height: 100%;
    background: #ffffff;
    width: 0.09rem;
    left: 3.43rem;
    top: 0;
    bottom: 0;
    transition: left 1000ms;
  }

  #left-mob-panel.non-visible-menu-mob {
    left: -17.8rem;
    opacity: 1;
    transition: left 1000ms;
  }

  #left-mob-panel.non-visible-menu-mob::after {
    left: -15.7rem;
}

  .visible-menu {
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .disable-scroll {
    overflow-y: hidden;
    overflow: hidden;
  }
  .mob-close {
    position: absolute;
    right: 1.5rem;
    top: 2.69rem;
  }

  main#up {
    height: 100%;
  }

  body {
    margin: 0;
    padding: 0;
    border: 0;
    left: 0;
    transition: left 1000ms ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  body.transitioned {
    border-radius: 10px;
    position: relative;
    left: 17.8rem;
    overflow: visible;
  }

  body.transitioned main {
    border-top-left-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }

  body::before {
    content: "";
    display: none;
    position: absolute;
    left: -3vw;
    top: 2vh;
    width: 4vw;
    height: calc(100vh - 4vh);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 13.0818px;
    border-bottom-left-radius: 13.0818px;
  }

  /* body.transitioned::before {
    display: block;
  } */

  #left-mob-panel::before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% - 17.9rem);
    width: 0;
    height: 90%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 13.0818px;
    border-bottom-left-radius: 13.0818px;
    opacity: 0;
    z-index: 199;
  }

  #left-mob-panel.visible-menu::before {
    opacity: 1;
    display: none;
    width: 5%;
    transition: opacity 250ms ease 400ms;
    transition: width 250ms ease 400ms;
  }

  body.transitioned .wrap-mob-header {
    left: calc(0.625rem + 17.7rem);
    transition: left 1000ms ease;
  }

  body.transitioned .scroll-form {
    left: calc(0.625rem + 17.7rem);
  }
  

  .scroll-form::before{
    content: '';
    display: block;
    position: absolute;
    top: -0.9rem;
    left: 7.31rem;
    border-radius: 0.372rem 0.372rem 0 0;
    width: 6.5625rem;
    height: 1.0625rem;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(28px);
  }

  .scroll-title::before{
    content: '';
    display: block;
    position: absolute;
    left: -1.74rem;
    top: -0.0565rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0 0 0.7rem 0;
    border-right: 5px solid rgba(255, 255, 255, 1);
    border-bottom: 5px solid rgba(255, 255, 255, 1);
    transform: scaleY(1);


  }

  .scroll-title::after{
    content: '';
    display: block;
    position: absolute;
    left: 5.155rem;
    top: -0.0565rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0 0 0.7rem 0;
    border-right: 5px solid rgba(255, 255, 255, 1);
    border-bottom: 5px solid rgba(255, 255, 255, 1);
    transform: scaleY(1);
    transform: scaleX(-1);
  }

  .mob-scroll-form-title{
    display: block;
    position: absolute;
    text-wrap: nowrap;
    left: -0.49rem;
    top: -0.1rem;
    text-align: center;
    font-family: Roboto;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .mob-bottom-scroll-blocks{
    border-radius: 0.3125rem;
    border: 1px solid var(--Linear, #001C54);
    display: flex;
    align-items: center;
    height: 1.5rem;
    margin-right: 0;
  }

  body.transitioned .apply-online-btn {
    right: calc(1.3rem - 17.7rem)
  }

  /* first block */
  .left-mob-wrap__first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .offical-mob {
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #ffffff;
    transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    left: -1.8rem;
    top: 3.06rem;
  }

  .block-left-top__logo {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 3.75rem;
  }
  .block-left-top__logo-link {
    width: 8.98rem;
    height: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .block-left-top__logo-link__img {
    width: 100%;
    height: 100%;
  }
  .search-container-left-mob {
    width: 10.5rem;
  }
  .search-form-left-mob {
    width: 100%;
    height: 1.75rem;
    position: relative;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
  .search-form-left-mob input {
    border: none;
    background: transparent;
    font-style: normal;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.75rem;
    padding-left: 0.312rem;
    outline: none;
  }

  .search-form-left-mob > input::-webkit-search-decoration,
  .search-form-left-mob > input::-webkit-search-cancel-button,
  .search-form-left-mob > input::-webkit-search-results-button,
  .search-form-left-mob > input::-webkit-search-results-decoration {
    display: none;
  }

  .search-form-left-mob input::placeholder {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.75rem;
    color: #ffffff;
  }
  .search-container-left-mob button {
    position: absolute;
    right: 0;
    top: 0.25rem;
    background-color: transparent;
    border: none;
  }
  .search-container-left-mob button img {
    width: 0.875rem;
    height: 0.875rem;
  }

  /* second block left */
  .left-mob-wrap__second {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 1.5rem;
  }
  .lang.mob-lang-left {
    border: 0.053rem solid #ffffff;
    position: relative;
    padding: 0;
    border-radius: 0.25rem;
    margin-top: 0.625rem;
    height: 2rem;
    width: 1.5rem;
    margin: 0;
  }

  .lang > li {
    position: relative;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 0.625rem;
  }
  .lang .england.mob-lang-left-england {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .mob-lang-left .arrow-header {
    width: 0.37rem;
    height: 0.37rem;
    margin-top: 0.093rem;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg);

  }

  .lang:hover .arrow-path-header{
    fill: #fff;
  }

  .lang:hover .lang-sub{
    display: none;
  }

  


  .mob-verify-doc {
    border-radius: 0.372rem;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 0.625rem;
    line-height: 0.75rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    position: relative;
    width: 8.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    text-wrap: nowrap;
    margin-bottom: 1rem;
    white-space: nowrap;
  }

  .mob-verify-doc:hover {
    color: #fff;
    border: 1px solid #fff;
  }

  .mob-verify-doc svg {
    margin-left: 1rem;
  }

  .verify-doc-mob-left g path {
    fill: #fff;
  }
  .mob-verify-doc:hover .verify-doc-mob-left g path {
    fill: #fff;
  }


  .left-mob-wrap__menu {
    padding: 0;
    margin: 1.87rem 0 0 0;
  }
  .mob-left-menu__item {
    color: #ffffff;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: -0.02em;
    display: flex;
    flex-direction: column;
    margin-left: 3.75rem;
  }
  .mob-left-menu__item a {
    color: #ffffff;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: -0.02em;
    white-space: normal;
  }
  .block-mob-left-icon {
    position: absolute;
    left: -3.75rem;
    top: 0;
    width: 1.5rem;
    height: 1.75rem;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mob-left-menu__item:hover .block-mob-left-icon {
    border: 0.0625rem solid #ffffff;
    border-radius: 0.312rem;
    transition: 0.3s linear;
  }
  .mob-left-menu__item-arrow {
    width: 0.372rem;
    height: 0.372rem;
    position: absolute;
    right: 0.56rem;
    top: 0.625rem;
  }
  .mob-submenu-left {
    display: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0.312rem;
  }
  .mob-left__item {
    padding-left: 1.37rem;
    position: relative;
  }

  .mob-left__item:last-child {
    margin-bottom: 0.312rem;
  }
  .mob-left__item-link {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .mob-left__item::before {
    content: "";
    position: absolute;
    left: 0.625rem;
    top: 0.81rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #ffffff;
  }
  /* stud ofiice */
  .wrap-stud-mob {
    margin-left: 3.75rem;
    margin-top: 2rem;
    width: 10.5rem;
    height: auto;
  }
  .stud-office-mob {
    background: #ffffff;
    border-radius: 0.372rem;
    color: #001c54;
    font-weight: 700;
    font-size: 0.625rem;
    line-height: 0.75rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    position: relative;
    width: 8.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    margin-left: 2.187rem;
    text-wrap: nowrap;
  }

  .stud-office-mob path{
    fill: #001C54;
  }

  .stud-office-mob svg {
    margin-left: 1rem;
  }
  .stud-office-mob:hover {
    color: #001C54;
  }

  .stud-office-mob:hover .pay-mob-left > path {
    fill: #001C54;
  }

  .info-block{
    margin-top: 0;
  }
  /* social block */
  .left-mob-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5rem;
    width: 10.5rem;
    margin-left: 3.75rem;
  }
  .left-mob-social__link-icon:hover path {
    fill: #001c54;
  }
  .open-class {
    display: block;
    z-index: 10;
  }
  .class-rotate {
    transform: rotate(180deg);
  }
  .close-menu {
    display: none;
  }
  .left-mob-wrap__menu > li.active > ul {
    display: block;
  }

  .left-mob-wrap.visible-menu .left-mob-panel-shadow-near-body{
    content: "";
    position: fixed;
    left: 17rem;
    top: 2%;
    width: 4vw;
    height: 96%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 13.0818px;
    border-bottom-left-radius: 13.0818px;
    z-index: 999;
    display: block;
    transition: left 999ms ease;
  }

  .left-mob-wrap.non-visible-menu-mob .left-mob-panel-shadow-near-body{
    position: fixed;
    left: 0rem;
    transition: left 999ms ease;
  }

  

  /* --------------------------------------------------- LEFT PANEL END ---------------------------------------------------  */

  /* --------------------------------------------------- SLIDER START ---------------------------------------------------  */

  .follow-social-block-title{
    text-align: center;
    font-family: "Roboto";
    font-size: 0.57688rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00575rem;
    color: #001c54;  
  }

  .follow-social-block-links{
    display: flex;
    width: 7.25rem;
    justify-content: space-between;    
    transition: none;
    height: 0.87rem;
    
  }


  .social-icon{
    display: flex;
    align-items: center;
    width: 0.86688rem;
    height: 0.86688rem;
  }

  .link-social{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
  }

  .link-social:last-child{
    margin-right: 1.57rem;
  }

  .link-social.last{
    margin-right: 1.57rem;
  }

  .link-social img{
    height: 100%;
  }

.top-slider-slide-active {
    opacity: 1 !important;
    height: 100%;
}

.top-slider-slide-mob.top-slider-slide-active{
  
  opacity: 1 !important;
}




  /* --------------------------------------------------- SLIDER END ---------------------------------------------------  */

  /* --------------------------------------------------- MOB TOP FORM START ---------------------------------------------------  */
  .mob-top-form {
    padding: 1.31rem 0.875rem 1.31rem 0.875rem;
    margin: 1.06rem auto 0;
    width: calc(100% - 2.25rem);
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    box-shadow: none;
    border-radius: 0.68rem;
    display: block;
    filter: drop-shadow(0px 1px 15px rgba(0, 0, 0, 0.10));
  }

  .mob-top-form h3 {
    display: flex;
    margin-bottom: 1.31rem;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #001c54;
    height: 0.875rem;
    align-items: center;
    justify-content: center;
  }

  .mob-top-form .wpcf7 {
    position: static;
    height: 100%;
  }
  .mob-top-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0;
  }
  .mob-top-form .wpcf7-form-control-wrap {
    margin: 0;
    width: 100%;
    position: relative;
    height: 1.43rem;
  }
  .mob-top-form input {
    padding: 0 0.5rem;
    border-radius: 0.312rem;
    border: 1px solid #001c54;
    color: #001c54;
    background: transparent;
    width: 100%;
    height: 1.5rem;
    font-family: Roboto;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6875rem;
  }
  .mob-top-form input.cf7-ip-search_input-ip {
    display: none;
  }
  .mob-top-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 1rem;
  }
  .mob-top-form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap {
    width: calc(100% - 5.25rem);
  }
  .mob-top-form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap {
    display: none;
  }
  .mob-top-form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap {
    display: none;
  }
  .mob-top-form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap {
    display: none;
  }
  .mob-top-form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap {
    display: none;
  }
  .mob-top-form input::placeholder {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.43rem;
    color: #001c54;
  }
  .mob-top-form form > input[type="submit"] {
    -webkit-appearance: none;
    margin-top: 0.95rem;
    background: #001c54;
    color: #f8f8f8;
    width: 4.25rem;
    font-weight: 700;
    font-size: 0.625rem;
    cursor: pointer;
    height: 1.5rem;
    border-radius: 0.312rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
  .mob-top-form form > input[type="submit"]:hover {
    background: #d00000;
    border: 0.0625rem solid #d00000;
  }
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    left: 0.5rem;
    position: absolute;
    bottom: -0.75rem;
    color: var(--e-00000, #E00000);
    text-transform: capitalize;
    font-family: Roboto;
    font-size: 0.4375rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


  }

.scroll-form .wpcf7-form.invalid::before{
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 2.25rem;
  left: -0.5rem;
  background-color: grey;
  height: 0.9375rem;
  width: 94.5vw;
  border-radius: 0.3125rem;
  background: #FAFCFD;
  filter: drop-shadow(0px 1px 15px rgba(0, 0, 0, 0.10));

  }


  .mob-top-form form input.f7-ip-search_input-ip,
  .mob-top-form form input.cf7-ip-search_input-country,
  .mob-top-form form input.cf7-ip-search_input-country_iso2,
  .mob-top-form form input.cf7-ip-search_input-city {
    display: none;
  }

  .mob-top-form .wpcf7 form.invalid .wpcf7-response-output {
        top: calc(100% -1.187rem);
        width: 4.25rem;
        left: 14.2rem;
        border: none;
        border-radius: 0.312rem;
        height: 1.43rem;
        position: absolute;
        margin: 0 !important;
        bottom: -1.6rem;
        text-align: center;
        font-family: Roboto;
        font-size: 0.4375rem !important;
        color: var(--e-00000, #E00000);
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
  }

  .mob-top-form .wpcf7 form.sent .wpcf7-response-output {
        color: #46b450;
        top: calc(100% -1.187rem);
        width: 4.25rem;
        left: 14.2rem;
        border: none;
        border-radius: 0.312rem;
        height: 1.43rem;
        position: absolute;
        margin: 0 !important;
        bottom: -1.4rem;
        text-align: center;
        font-family: Roboto;
        font-size: 0.4375rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
  }
  /* --------------------------------------------------- MOB TOP FORM END---------------------------------------------------  */

  .main-block {
    margin: 4.54rem 1.125rem 0 1.125rem;
  }
  .main-mob {
    margin: 4.54rem 1.125rem 0 1.125rem;
  }
  .rubric-head h2 {
    margin-bottom: 0.63rem;
    text-align: center;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.78125rem;
    letter-spacing: 0.025rem;
    
  }
  .rubric-head img {
    display: block;
    margin: 0 auto;
    width: 74%;
    height: 0.49481rem;
  }
  /* --------------------------------------------------- MAIN BLOCK UNIVERSITY START ---------------------------------------------------  */
  .wrap-university {
    margin-top: 0.17rem;
    flex-direction: column;
  }
  .unersity-left {
    width: 100%;
    margin-bottom: 0;
  }
  .block-university {
    order: -1;
    position: relative;
    margin-bottom: 0.81rem;
    padding-bottom: 0.88rem;
    border-bottom: 0.0625rem solid #001c54;
  }
  .block-univ-item {
    width: 4.6rem;
    height: 1.75rem;
    background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
    box-shadow: 0px 1.7542px 11.4023px rgba(0, 0, 0, 0.15);
    border-radius: 0.16rem;
    margin-top: 0.56rem;
    position: relative;
  }
  .block-univ-item.active {
    box-shadow: 0px 3.87634px 25.1962px rgba(0, 0, 0, 0.15);
  }
  .img-block {
    position: absolute;
    top: 0.343rem;
    left: 0.28rem;
    width: 1rem;
    height: 1.06rem;
    margin: 0 !important;
  }

  .img-block-hover{
    margin: 0 !important;
    position: absolute;
    top: 0.343rem;
    left: 0.28rem;
    width: 1rem;
    height: 1.06rem;
  }
  .block-univ-item:hover .img-block-hover{
    margin: 0 !important;
    position: absolute;
    top: 0.343rem;
    left: 0.28rem;
    width: 1rem;
    height: 1.06rem;
  }
  .block-univ-item.active .img-block {
    display: none;
  }
  .block-univ-item.active .img-block-hover {
    display: block;
    width: 1rem;
    height: 1.06rem;
  }
  .block-univ-item__title {
    color: #001c54;
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 0.56rem;
    padding-left: 1.25rem;
    padding-bottom: 0;
  }
  .block-univ-item.active .block-univ-item__title {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 0.56rem;
    padding-left: 1.25rem;
    padding-bottom: 0;
  }
  .block-univ-item__text {
    color: #001c54;
    font-weight: 700;
    font-size: 0.26rem;
    line-height: 0.312rem;
    margin-left: 1.25rem;
  }
  .block-univ-item.active .block-univ-item__text {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.26rem;
    line-height: 0.312rem;
    margin-left: 1.25rem;
  }
  .all-university {
    width: 11.37rem;
  }

  .link-univ {
    color: #d00000;
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 0.9rem;
    text-indent: 0.81rem;
    position: relative;
    text-decoration: none;
  }

  /* icon block */

  .uniresity-right {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .programs-wrap {
    position: absolute;
    width: 1.125rem;
    height: 15.3rem;
    top: 2.2rem;
    left: 0;
    background-image: url("../img/programs.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .programs-right {
    color: #001c54;
    opacity: 0.1;
    margin: 0;
    padding-left: 1.2rem;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 1.15rem;
    text-transform: uppercase;

  }

  .min-icon {
    width: 2.4rem;
    height: 2.4rem;
    top: 0;
    left: 3rem;
  }
  .null-dots {
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.9) translate(244%, 224%);
  }

  .top-dots {
    top: -2rem;
    left: 0.125rem;
    transform: scale(0.2);
    opacity: 0;
  }

  .center-dots {
    opacity: 1;
    top: 0;
    left: 0;
    transform: scale(1.1) translate(107%, 229%);
  }

  .two-dots {
    top: 0;
    left: 0;
    opacity: 1;
    transform: scale(0.5) translate(-30%, 51%);
  }
  .one-dots {
    opacity: 1;
    top: 0;
    left: 0;
    transform: scale(0.6) translate(-52%, 308%);
  }

  .text-univers.active{
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  @keyframes two-to-one {
    0%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.5) translate(-27%, 50%);
    }

    33%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.5) translate(-78%, 150%);
    }
    66%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.55) translate(-76%, 224%);
    }

    100%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.6) translate(-52%, 308%);
    }
    
  }
  @-webkit-keyframes two-to-one {
    0%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.5) translate(-27%, 50%);
    }

    33%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.5) translate(-78%, 150%);
    }
    66%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.55) translate(-76%, 224%);
    }

    100%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.6) translate(-52%, 308%);
    }
    
  }

  .top-to-two {
    animation: top-to-two 0.5s linear;
    -webkit-animation: top-to-two 0.5s linear;
    transition: 0.1s linear;
  }
  @keyframes top-to-two {
    0%{
      top: 0;
      left: 0;
      opacity: 0;
      transform: scale(0.2) translate(300%, -175%);
    }

    33%{
      top: 0;
      left: 0;
      opacity: 0.4;
      transform: scale(0.3) translate(145%, -81%);
    }
    66%{
      top: 0;
      left: 0;
      opacity: 0.6;
      transform: scale(0.4) translate(53%, -24%);
    }
  
    100%{
      top: 0;
      left: 0;
      opacity: 1;
      transform: scale(0.5) translate(-30%, 51%);
    }
    
  }

  @-webkit-keyframes top-to-two {
    0%{
      top: 0;
      left: 0;
      opacity: 0;
      transform: scale(0.2) translate(300%, -175%);
    }

    33%{
      top: 0;
      left: 0;
      opacity: 0.4;
      transform: scale(0.3) translate(145%, -81%);
    }
    66%{
      top: 0;
      left: 0;
      opacity: 0.6;
      transform: scale(0.4) translate(53%, -24%);
    }
  
    100%{
      top: 0;
      left: 0;
      opacity: 1;
      transform: scale(0.5) translate(-30%, 51%);
    }
    
  }

  .center-to-null {
    animation: center-to-null 0.5s linear;
    -webkit-animation: center-to-null 0.5s linear;
    transition: 0.1s linear;
  }

  @keyframes center-to-null {
    0%{
      left: 0;
      top: 0;
      opacity: 0.8;
      transform: scale(1.1) translate(107%, 229%);
    }
    33%{
      left: 0;
      top: 0;
      opacity: 0.4;
      transform: scale(0.9) translate(151%, 268%);
    }
    
    66%{
      left: 0;
      top: 0;
      opacity: 0.2;
      transform: scale(0.8) translate(223%, 286%);
    }
 
    100%{
      left: 0;
      top: 0;
      opacity: 0;
      transform: scale(0.7) translate(299%, 293%);
    }
   
  }

  @-webkit-keyframes center-to-null {
    0%{
      left: 0;
      top: 0;
      opacity: 0.8;
      transform: scale(1.1) translate(107%, 229%);
    }
    33%{
      left: 0;
      top: 0;
      opacity: 0.4;
      transform: scale(0.9) translate(151%, 268%);
    }
    
    66%{
      left: 0;
      top: 0;
      opacity: 0.2;
      transform: scale(0.8) translate(223%, 286%);
    }
 
    100%{
      left: 0;
      top: 0;
      opacity: 0;
      transform: scale(0.7) translate(299%, 293%);
    }
   
  }

  .one-to-center {
    animation: one-to-center 0.5s linear;
    -webkit-animation: one-to-center 0.5s linear;
    transition: 0.1s linear;
  }

  @keyframes one-to-center {
    0%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.6) translate(-52%, 308%);
    }
  
    33%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.7) translate(28%, 341%);
    }

    66%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.85) translate(72%, 297%);
    }
    100%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(1.1) translate(107%, 229%);
    }
   
  }

  @-webkit-keyframes one-to-center {
    0%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.6) translate(-52%, 308%);
    }
    
    33%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.7) translate(28%, 341%);
    }

    66%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(0.85) translate(72%, 297%);
    }
    100%{
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(1.1) translate(107%, 229%);
    }
    
  }

  /* block courses */
  .courses-list {
    width: 100%;
    height: 12.5rem;
  }
  .slick-list {
    height: 13.5rem !important;
    width: 100% !important;
  }
  .slick-vertical .item-wrap-courses.slick-slide {
    width: 100% !important;
    margin-left: 0;
  }
  .courses-item {
    width: calc(100% - 1.19rem);
    height: 2.87rem;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    margin-right: 1.19rem;
    box-shadow: 0px 3.43767px 12.03183px 0px rgba(0, 0, 0, 0.08);
  }
  .courses-item__link {
    font-weight: 700;
    font-size: 0.81rem;
    color: #001c54;
    padding-left: 2.187rem;
    margin-right: 0;
    padding-right: 1.87rem;
    position: relative;
    list-style-type: none;
    text-decoration: none;
    white-space: break-spaces;
    height: 100%;
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
  }
  .courses-item__link::before {
    top: 1.4rem;
  }
  .courses-item:hover .courses-item__link::before {
    content: "";
    position: absolute;
    top: 1.25rem;
  }
  .courses-item:hover {
    transform: scale(1.1);
    transition: 0.3s linear;
  }
  .courses-item:hover .courses-item__link {
    color: #c50000;
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 0.93rem;
  }

  .arrow-up-courses,
  .arrow-down-courses{
    position: absolute;
    left: calc(50% - 1.35rem);
    z-index: 1;
    height: 0.72306rem;
    width: 2.61106rem;
    filter: drop-shadow(0px 2.570873975753784px 2.570873975753784px rgba(0, 0, 0, 0.25));
  }

  .arrow-up-courses {
    top: 2rem;
    animation: arrow-hover-top 1s linear infinite;
    -webkit-animation: arrow-hover-top 1s linear infinite;
  }

  .arrow-down-courses {
    bottom: -1.25rem;
    animation: arrow-hove-down 1s linear infinite;
    -webkit-animation: arrow-hove-down 1s linear infinite;
  }
  @keyframes arrow-hover-top {
    0% {
      top: 2rem;
    }
    50% {
      top: 2.5rem;
    }
    100% {
      top: 2rem;
    }
  }
  @-webkit-keyframes arrow-hover-top {
    0% {
      top: 2rem;
    }
    50% {
      top: 2.5rem;
    }
    100% {
      top: 2rem;
    }
  }

  @keyframes arrow-hove-down {
    0% {
      bottom: -0.5rem;
    }
    50% {
      bottom: 0rem;
    }
    100% {
      bottom: -0.5rem;
    }
  }
  @-webkit-keyframes arrow-hove-down {
    0% {
      bottom: -0.5rem;
    }
    50% {
      bottom: 0rem;
    }
    100% {
      bottom: -0.5rem;
    }
  }

  .main-block.university{
    padding-bottom: 0.5rem;
  }

  /* ------------------------------------------------ MAIN BLOCK UNIVERSITY END --------------------------------------  */

  /* ------------------------------------------------ MAIN BLOCK ADMISSION START --------------------------------------  */
  .main-mob.admission {
    display: block;
  }
  .admission-tabs {
    margin-top: 0.6rem;
  }
  .tabs-title-block {
    margin-bottom: 0;
    border-bottom: 0.0625rem solid #001c54;
    position: relative;
    z-index: 2;
  }

  .list-admission-mob{
    padding-left: 1.5rem;
  }

  
  .tabs-title-text-mob {
    margin: 0;
    padding-bottom: 0.28rem;
    margin-left: 1.87rem;
    cursor: pointer;
    text-align: center;
    font-family: Roboto;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .tabs-title-text-mob.online {
    margin-left: 2.125rem;
  }
  .tabs-title-text-mob.active {
    position: relative;
    color: #c50000;
  }
  .tabs-title-text-mob.active::after {
    content: "";
    position: absolute;
    bottom: -0.05rem;
    width: 110%;
    height: 0.0625rem;
    background: #c50000;
    left: -5%;
  }
  .admissions-content-mob {
    display: none;
    height: 43.5rem;
  }
  .admission-tabs-show {
    display: block !important;
  }



  @keyframes showTab {
    from {
      display: none !important;
    }
    to {
      display: block !important;
    }
  }

  .admission-tabs-show .admission-item-mob {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(20%) scale(0.95);
    animation: fadeInScaleUp 0.5s ease-out forwards;
    height: 9rem;
    z-index: 1;
  }
  .admission-item-mob .block {
    width: 2rem;
  }
/* .admission-tabs-show .admission-item-mob {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0; 
  transform: translateY(20%) scale(0.95); 
  animation: fadeInScaleUp 0.5s ease-out forwards;
} */


@keyframes fadeInScaleUp {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(0.95);
  }
  80% {
    transform: translateY(-2%) scale(1.02); 
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1); 
  }
}
.admission-tabs-show .admission-item-mob:nth-child(1) {
  animation-delay: 0s; 
  margin-top: -0.3rem;
}

.admission-tabs-show .admission-item-mob:nth-child(2) {
  animation-delay: 0.1s; 
  margin-top: -0.6rem;
  margin-left: 0.7rem;
}

.admission-tabs-show .admission-item-mob:nth-child(3) {
  animation-delay: 0.2s; 
  margin-top: -1.4rem;
  margin-left: -0.5rem;
}

.admission-tabs-show .admission-item-mob:nth-child(4) {
  animation-delay: 0.3s; 
  margin-left: 0.6rem;
}

.admission-tabs-show .admission-item-mob:nth-child(5) {
  animation-delay: 0.4s; 
  margin-top: -1.1rem;
  margin-left: 0.2rem;
}
  /* ------------------------------------------------ MAIN BLOCK ADMISSION END --------------------------------------  */

  /* ------------------------------------------------ MAIN BLOCK CHOOSE START --------------------------------------  */
  .main-mob.choose {
    display: block;
  }
  .mob-block-choose {
    margin-top: 0.63rem;
  }
  .mob-text-choose {
    font-weight: 400;
    font-size: 0.81rem;
    line-height: 0.93rem;
    text-align: justify;
    text-indent: 0.81rem;
    color: #001c54;
    margin-bottom: 0.62rem;
  }
  .mob-intro-img {
    width: 20.0625rem;
    height: 10.9375rem;
    margin-bottom: 1rem;
    background-image: url('../img/br.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
  }

  
  .mob-intro-img img {
    width: 100%;
    height: 100%;
  }
  .mob-btn-choose {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    width: 11.6rem;
    height: 2rem;
    background: transparent;
    border: 0.125rem solid #001c54;
    border-radius: 0.312rem;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.81rem;
    align-items: center;
    text-decoration: none;
    color: #001c54;
  }
  .mob-btn-choose:hover {
    color: #d00000;
    border: 0.125rem solid #d00000;
  }
  .mob-btn-choose.brosh-choose {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 11.6rem;
    height: 2rem;
    background: transparent;
    border: 0.125rem solid #001c54;
    border-radius: 0.312rem;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 0.93rem;
    text-decoration: none;
  }
  .mob-btn-choose.brosh-choose:hover {
    color: #d00000;
    border: 0.125rem solid #d00000;
  }

  .wrap-mob-icon-choose {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 16.5%;
  }
  .icon-choose-mob-item {
    display: flex;
    width: 3.31rem;
    height: 3.5rem;
    flex-direction: column;
    align-items: center;

  }

  .icon-choose-mob-item-img{
    width: 2.07369rem;
    height: 2.07369rem;
  }

  .icon-choose-mob-item-text{
    color: #BDBDBD;
    text-align: center;
    font-family: Roboto;
    font-size: 0.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.27rem;
  }

  .icon-choose-mob-item:nth-child(odd) {
    margin-top: -8%;
    margin-bottom: 0;
  }
  /* ------------------------------------------------ MAIN BLOCK CHOOSE END --------------------------------------  */

  /* ------------------------------------------------ MAIN BLOCK NEWS START --------------------------------------  */
  .main-mob.news {
    display: block;
  }

  .mob-news-tabs {
    border-bottom: 0.0625rem solid #001c54;
    width: 100%;
    display: flex;  
    flex-direction: row;
    justify-content: start;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .mob-news-tab {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #001c54;
    margin: 0;
    padding-bottom: 0.43rem;
    margin-left: 3.75rem;
    cursor: pointer;
  }
  .mob-news-tab.mob-news-tabs-active {
    position: relative;
    color: #c50000;
  }
  .mob-news-ta.explor {
    margin-left: 2.125rem;
  }
  .mob-news-tabs-active::after {
    content: "";
    position: absolute;
    bottom: -0.07rem;
    width: 110%;
    height: 0.0625rem;
    background: #c50000;
    left: -5%;
  }
  .mob-news-content {
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 0 0;
  }
  .second-tabs-cart:hover .second-tabs-cart-inner {
    margin-top: 0;
    padding: 0.75rem 0.625rem 0.625rem;
    border: 0;
    margin: 0;
  }
  .second-tabs-cart {
    width: 100%;
    height: 17.875rem;
    border-radius: 0.312rem;
    overflow: hidden;
    filter: drop-shadow(0px 1px 15px rgba(0, 0, 0, 0.10));
    display: flex;
    flex-direction: column;
    position: relative;
    border: 0;
    padding: 0;
  }
  .second-tabs-cart + .second-tabs-cart {
    margin: 1.5rem 0 0 0;
  }
  .mob-news-content .second-tabs-cart {
    background: url("../img/mob-acad-1.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content .second-tabs-cart + .second-tabs-cart {
    background: url("../img/acad-mob-2.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content .second-tabs-cart + .second-tabs-cart + .second-tabs-cart {
    background: url("../img/acad-mob-3.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content
    .second-tabs-cart
    + .second-tabs-cart
    + .second-tabs-cart
    + .second-tabs-cart {
    background: url("../img/acad-mob-4.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content-non-act {
    display: none;
  }
  .mob-news-content + .mob-news-content .second-tabs-cart {
    background: url("../img/exp-mob-1.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content + .mob-news-content .second-tabs-cart + .second-tabs-cart {
    background: url("../img/exp-mob-2.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content
    + .mob-news-content
    .second-tabs-cart
    + .second-tabs-cart
    + .second-tabs-cart {
    background: url("../img/exp-mob-3.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .mob-news-content
    + .mob-news-content
    .second-tabs-cart
    + .second-tabs-cart
    + .second-tabs-cart
    + .second-tabs-cart {
    background: url("../img/exp-mob-4.webp") 0 0/ 100% auto no-repeat;
    background-size: cover;
  }
  .second-tabs-cart-inner {
    position: absolute;
    bottom: -1.8rem;
    padding: 0.56rem 0.875rem 0.875rem;
    transition: all 300ms linear;
    background: rgba(249, 249, 249, 0.8);
    /*backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);*/
    border: 0;
    margin: 0;
    /* left: -0.01rem; */
    width: 20.29rem;
  }
  .second-tabs-cart span:first-child {
    display: inline-block;
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 0.9rem;
    border-bottom-width: 0.0625rem;
    text-align: center;
    width: 100%;
    color: #001c54;
    padding: 0 0 0.56rem 0;
  }
  .second-tabs-cart p {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-align: left;
    letter-spacing: -0.03em;
    margin-top: 0.62rem;
    margin-bottom: 0.87rem;
    color: #001c54;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .second-tabs-cart:hover .second-tabs-cart-inner {
    background: linear-gradient(
      143.58deg,
      rgba(224, 0, 0, 0.8) 5.38%,
      rgba(190, 0, 0, 0.8) 21.38%,
      rgba(113, 0, 0, 0.8) 93.17%
    );
    bottom: 0;
    transition: all 300ms linear;
    padding: 0.75rem 0.625rem 0.625rem;
  }
  .second-tabs-cart:hover .second-tabs-cart-inner-read {
    display: block;
  }
  .second-tabs-cart-inner-read a {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 500;
    font-size: 0.81rem;
    line-height: 0.93rem;
    letter-spacing: -0.03em;
  }
  .second-tabs-cart-inner-read a svg path {
    fill: #fff;
  }
  .second-tabs-cart-inner-read a svg {
    width: 0.35rem;
    height: 0.45rem;
  }
  .second-tabs-cart:hover p {
    color: #ffffff;
  }
  .second-tabs-cart:hover span:first-child {
    color: #ffffff;
  }

  .mob-show-btn {
    margin: 0 auto;
    margin-top: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.8rem;
    height: 2rem;
    border: 0.125rem solid #001c54;
    color: #001c54;
    background: transparent;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 0.93rem;
    border-radius: 0.312rem;
  }
  .mob-show-btn:hover {
    border: 0.125rem solid #d00000;
    color: #d00000;
  }
  /* ------------------------------------------------ MAIN BLOCK NEWS END --------------------------------------  */

  /* ------------------------------------------------ MAIN BLOCK FEEDBACK START --------------------------------------  */
  .main-mob.feedback {
    display: block;
  }
  .main-comm::before,
  .main-comm::after {
    display: none;
  }
  .main-comm {
    margin: 0;
    padding: 1.81rem 0 0;
  }
  .buttons-comm {
    left: 3.37rem;
    width: auto;
    top: 8.47rem;
    right: 3.37rem;
  }
  .ts_48rs {
    transform: scale(0.23);
  }

  .imgAround.ts_48rs:hover {
    transform: scale(0.23) !important;
  }


  .ts_31rs {
    transform: scale(0.18);
  }

  .imgAround.ts_31rs:hover{
    transform: scale(0.18) !important;
  }

  .ts_55rs {
    transform: scale(0.25);
  }

  .imgAround.ts_55rs:hover{
    transform: scale(0.25) !important;

  }
  .ts_76rs {
    transform: scale(0.15);
  }
  .imgAround.ts_76rs:hover{
    transform: scale(0.15) !important;

  }

  #acterOneMob {
    position: absolute;
    right: auto;
    left: 44%;
    margin-left: 6.5rem;
    top: 3.2rem;
    height: 6.25rem;
  }
  #acterTwoMob {
    position: absolute;
    right: auto;
    left: 45%;
    margin-left: 2.62rem;
    top: 3rem;
    height: 6.25rem;
  }
  #acterThreeMob {
    position: absolute;
    top: 89rem;
    left: -44rem;
    height: 6.25rem;
  }
  #acterFourMob {
    position: absolute;
    left: 52%;
    margin-left: -9rem;
    top: -1rem;
    height: 6.25rem;
  }
  #acterFiveMob {
    position: absolute;
    left: -8%;
    top: 2.5rem;
    right: auto;
    margin-left: 0;
    height: 6.25rem;
  }
  #acterSixMob {
    position: absolute;
    left: 71%;
    margin-left: 0;
    top: 0.5rem;
    height: 6.25rem;
  }
  #acterSevenMob {
    position: absolute;
    top: 0rem;
    left: 57%;
    margin-left: -12.56rem;
    height: 6.25rem;
  }
  #acterEightMob {
    position: absolute;
    left: 37%;
    margin-left: 4.35rem;
    top: -0.9375rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  #acterNineMob {
    position: absolute;
    top: 1.8rem;
    left: 1.55rem;
    height: 6.25rem;
  }

  .imgAround:hover {
    cursor: pointer;
    transform: scale(0.5) !important;
    transition: 0.5s;
  }

  .center-comm-mob img {
    margin: 0 auto;
    width: 6.625rem;
    display: block;
    border: 0.125rem solid #001c54;
    border-radius: 50%;
  }
  .center-comm-mob h2 {

    margin: 0;
    margin-top: 1.48rem;
    color: #001c54;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
  }
  .center-comm-mob h3 {
    font-size: 0.81rem;
    color: #001c54;
    margin: 0;
    text-align: center;
    font-family: Roboto;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .center-comm-mob hr {
    background: #c50000;
    width: 13.4rem;
    height: 0.093rem;
    margin: 0 auto;
  }
  .center-comm-mob p {
    color: #001c54;
    margin: 0 auto;
    margin-top: 0.63rem;
    width: 19rem;
    text-align: center;
    font-family: Roboto;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00813rem;
  }
  .feedback li {
    padding-bottom: 0;
  }
  /* block leave form */
  .mob-leave-form {
    display: block;
    margin-top: 1.5rem;
  }
  .mob-leave-form h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    color: #001c54;
  }

  .mob-wrap-leave-form {
    border-radius: 0.75rem;
    padding: 1.38rem;
    margin: 1.375rem 1.125rem 2rem;
    height: auto;
    background: #fcfcfc;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  }
  .mob-wrap-leave-form .wpcf7 {
    position: static;
  }
  .mob-wrap-leave-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .mob-wrap-leave-form .wpcf7-form-control-wrap textarea,
  .mob-wrap-leave-form .wpcf7-form-control-wrap input {
    border: 1px solid #001c54;
    border-radius: 0.312rem;
    padding: 0 0.5rem;
    color: #001c54;
    width: 100%;
    background: transparent;
    font-family: Roboto;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap input {
    height: 1.5rem;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap textarea::placeholder {
    font-weight: 400;
    font-size: 0.625rem;
    color: #001c54;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap input::placeholder {
    font-weight: 400;
    font-size: 0.625rem;
    color: #001c54;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap textarea {
    padding: 0.312rem 0.5rem;
    line-height: 110%;
    height: 7.125rem;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 1rem;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap[data-name="your_phone"] {
    width: 11rem;
  }
  .mob-wrap-leave-form .wpcf7-form-control-wrap[data-name="ip-adress"],
  .mob-wrap-leave-form .wpcf7-form-control-wrap[data-name="country-name"],
  .mob-wrap-leave-form .wpcf7-form-control-wrap[data-name="iso-name"],
  .mob-wrap-leave-form .wpcf7-form-control-wrap[data-name="city-name"] {
    width: 0.625rem;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .mob-wrap-leave-form label[for="file-input"] {
    margin-top: 0.875rem;
    border-radius: 0.312rem;
    -webkit-border-radius: 0.312rem;
    -moz-border-radius: 0.312rem;
    -ms-border-radius: 0.312rem;
    border: 1px solid rgba(0, 28, 84, 1);
    background: url(../img/clip-blue.svg) 50% 50%/ 0.6rem auto no-repeat;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 4.49rem;
    width: 1.375rem;
    height: 1.5rem;
    margin-left: 0.56rem;
  }
  .mob-wrap-leave-form .wpcf7-submit {
    -webkit-appearance: none;
    background: #d00000;
    border: 0.0625rem solid #d00000;
    border-radius: 0.312rem;
    font-weight: 700;
    font-size: 0.625rem;
    /* line-height: 1.5rem; */
    color: #f8f8f8;
    margin-top: 0.875rem;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.5rem;
    width: 3.9375rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .mob-wrap-leave-form .wpcf7-submit:hover {
    background: #001c54;
    border: 0.0625rem solid #001c54;
  }
  .mob-wrap-leave-form .wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    font-size: 0.4375rem;
    width: 4.37rem;
    text-align: center;
    line-height: 125%;
    position: absolute;
    padding: 0;
    color: red;
    margin: 0;
    left: calc(100% - 4.37rem);
    bottom: calc(-0.625rem * 1.25);
  }
  .mob-wrap-leave-form .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    border-radius: 0.25rem;
    bottom: -1.18rem;
    font-size: 0.81rem;
    position: absolute;
    padding: 0;
    right: 1rem;
    margin: 0;
    color: #46b450;
    left: auto;
  }
  .codedropz-upload-handler {
    display: none;
  }
  .wpcf7-spinner {
    display: none !important;
  }
  .arrow-up-mob {
    display: block;
    display: block;
    margin: 0 auto;
    width: 2.25rem;
  }
  .arrow-up-mob img {
    width: 1.87rem;
  }
  .mob-anchor {
    width: 2.25rem;
    height: auto;
    margin: 0 auto 2rem;
    display: block;
  }
  /* ------------------------------------------------ MAIN BLOCK FEEDBACK END --------------------------------------  */

  /* ------------------------------------------------ FOOTER START --------------------------------------  */
  .wrap-footer-mob {
    position: relative;
  }
  .pre-footer-mob {
    display: flex;
    flex-direction: column;
    padding: 1.48rem 1rem 1rem 1.37rem;
    width: 20.25rem;
    margin: 0 auto;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    filter: drop-shadow(0px 3.000000238418579px 15px rgba(0, 0, 0, 0.30));
    border-radius: 0.875rem;
    position: relative;
    z-index: 9;
    margin-top: 2.25rem;
  }
  .pre-footer-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .logo_obertka {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .pre-footer-logo #logo-footer {
    margin: 0;
    display: block;
    width: 7.97988rem;
    height: 4.16675rem;
  }
  .pre-footer-logo .footer_logo_text {
    margin-top: 0.625rem;
    margin-left: 0.53rem;
    border-left: 0.15rem solid #001c54;
    padding-left: 0.53rem;
    width: 9.25rem;
    color: #001c54;
    font-family: Roboto;
    font-size: 0.95488rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.90713rem;
    text-transform: uppercase;
  }
  .pre-footer-logo .footer_logo_text_red_text {
    color: #d00000;
  }
  .pre-footer-obertka {
    margin-top: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.21rem;
  }
  .pre-footer-logo #visa {
    margin-top: 0;
    height: 2.1065rem;
  }
  #footer-online-mob {
    position: relative;
    width: 7.875rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    background: #c50000;
    border-radius: 0.312rem;
    font-weight: 700;
    font-size: 0.625rem;
    line-height: 0.81rem;
    color: #ffffff;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 2.56rem;
    white-space: nowrap;
  }

  /* #footer-online-mob img {
    margin-left: 1rem;
  } */

  #footer-online-mob:hover {
    background: #001c54;
  }
  .pre-footer .contacts {
    margin: 0;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 2.25rem 0.63rem 1.53rem;
    border-radius: 0.406rem;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    width: 16.6875rem;
    height: 16.9375rem;
  }
  .pre-footer .contacts-ch {
    position: absolute;
    width: 3.75rem;
    top: 1.25rem;
    left: -1.59rem;
    filter: drop-shadow(0px 1px 15px rgba(0, 0, 0, 0.10));
  }
  .pre-footer .contacts h2,
  .pre-footer .contacts h3 {
    line-height: 110%;
    color: #001c54;
    margin: 0;
    text-align: center;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
  }

  .pre-footer .contacts h3 {
    color: #e00000;
    text-transform: none;
    width: 13.75rem;
    margin: 0 auto;
    padding-top: 1rem;
    text-align: center;
  }
  .contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .pre-footer .contacts li {
    margin-top: 1.5rem;
  }
  .footer-contact-img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 2.06113rem;
    height: 2.06113rem;
    border-radius: 0.312rem;
    border: 0.0625rem solid #001c54;
  }
  .footer-contact-img_container .ramka {
    width: 0.93rem;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0.187rem;
  }

  .contacts-left_item p {
    width: 10.06rem;
    margin: 0 0 0 2.6rem;
    text-align: left;
    line-height: 1.25rem;
    color: #001c54;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.0175rem;
  }
  .contacts-left_item .contacts-content_red-text {
        line-height: 0.625rem;
        margin-bottom: 0.0625rem;
        color: var(--c-50000, #C50000);
        font-family: Roboto;
        font-size: 0.62569rem;
        font-style: normal;
        font-weight: 700;
  }
  .contacts-left_item:hover p {
    color: #d00000;
  }
  .pre-footer .messengers {
    margin: 0 auto;
    height: 1.34256rem;
    margin-top: 1.5rem;

  }
  .footer-contacts-icon:hover .footer-icon-svg path {
    fill: #e00000;
    cursor: pointer;
  }
  .container_for_google_map {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .google-map {
    margin: 0 auto 1.5rem;
    height: auto;
  }
  .google-map iframe {
    height: 18.68rem;
  }
  .container_for_google_map .bottom_google_map {
    padding: 0.343rem 2.5rem 0.343rem 3.25rem;
    height: 2.62rem;
    display: inline-flex;
    align-items: center;
  }
  .after-footer-mob {
    height: 15.9rem;
    z-index: -1;
    width: 100%;
    background: linear-gradient(186.07deg, #bb0000 8.09%, #a70000 91.35%);
    position: absolute;
    z-index: -1;
    bottom: -5.625rem;
  }

  /* ------------------------------------------------ FOOTER END --------------------------------------  */

  /* scroll btn apply */
  .apply-online-btn {
    position: fixed;
    bottom: 8.7rem;   
    right: 0.59rem;
    border-radius: 50%;
    background: radial-gradient( #e00000, #e00000 1rem, #ffffff 1rem, #ffffff );
    border: 2.5px solid #e00000;
    display: inline-flex;
    z-index: 15;
    color: #ffffff;
    text-transform: capitalize;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    font-size: 0.46rem;
    line-height: 0.56rem;
    align-items: center;
    text-align: center;
    transition: right 1000ms ease;
  }


  /* ------------------------------------------------ WIDGET START ------------------------------------- */

  .wrap-partners {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 5rem !important;
}

.block-partners:first-child {
  border-top: 0.0625rem solid #001C54;
  padding-top: 0.937rem;
  padding-bottom: 0.937rem;
  margin-top: 1.25rem;
}

/* .block-partners p{
  display: none;
} */

.block-partners__text-text-container{
  margin-left: 0;
}

.block-partners__title::after {
  position: absolute;
  content: '';
  top: 0;
  left: 1.31rem;
  width: 15.62rem;
  height: 0.0625rem;
  background: linear-gradient(270deg, #001C54 0%, #001C54 100%);
}

.img-partners {
  height: 3.87rem;
  min-width: 10.6rem;
  max-width: 10.6rem;
  width: 10.6rem;
  margin-right: 0;
  margin-left: calc(50% - 6.45rem);
}

.block-partners__text {
  margin: 0.937rem 0 1rem 1.25rem;
  display: block;
  border-left: none;
}

.block-partners__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.31rem;
  text-align: start;
  color: #001C54;
  position: relative;
  border-bottom: 0.125rem solid #E00000;
  display: inline-block;
  padding-top: 1rem;
  margin-bottom: 0.625rem;
  margin-left: 0;
}

.block-partners__text-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #001C54;
  margin-bottom: 0;
  padding: 0;
}

.block-partners {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: start;
  border-bottom: 0.0625rem solid #001C54;
  margin-bottom: 0.6rem;
  padding-bottom: 0.937rem;
  padding-top: 0.937rem;
}
/* overseas repres  end*/

.who-we-btn,
.brochure-btn,
.news-more-btn,
.more-courses-btn{
  background: #fff;
  border-radius: 0.372rem;
  color: #001c54;
  font-weight: 500;
  font-size: 0.625rem;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 0.094rem solid #001c54;
  padding: 0.5625rem 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: max-content;
  text-wrap: nowrap;
}

.who-we-btn { 
  height: 1.5rem;
  margin-top: 1.5rem;
}

.brochure-btn {
  height: 1.5rem;
  margin-top: 0.7rem;
  margin-bottom: 1.5rem;
}

.news-more-btn {
  height: 1.5rem;
  margin-top: 1.45rem;
}

.more-courses-btn {
  height: 1.5rem;
  margin-top: 0.7rem;
}

.who-we-btn:hover,
.brochure-btn:hover,
.news-more-btn:hover,
.more-courses-btn:hover {
  color: #d00000;
}

.who-we-btn-img,
.brochure-btn-img,
.news-more-btn-img,
.more-courses-btn-img{
  margin-left: 1rem;
  width: 0.625rem;
  height: 0.625rem;
}

.who-we-btn-img>path,
.brochure-btn-img>path,
.news-more-btn-img>path,
.more-courses-btn-img>path {
  fill: #001c54;
}

.who-we-btn:hover .who-we-btn-img>path,
.brochure-btn:hover .brochure-btn-img>path,
.news-more-btn:hover .brochure-btn-img>path,
.more-courses-btn:hover .more-courses-btn-img>path {
  fill: #d00000;
}

}


