/* Media query to hide the footer Google Map in mobile view */

@media screen and (max-width: 991.99px){
    .about-section .about-text p, .about-section .about-text ul li, .about-section .about-text ol li {
        font-size: .80rem!important;
    }
}
  /* Top left text */
        .top-left {
            position: absolute;
            /* top: 30%; */
            /* left: -11px; */
            writing-mode: tb-rl;
            transform: rotate(-180deg);
            /* float: right; */
            background-color: red;
            color: white;
            padding: 0.25rem;
            text-transform: uppercase;
            font-weight:bolder;
        }
.contact-area .col-12 {
                          width: 100%; /* Default to full width on all devices */
                        }
                        @media (max-width: 576px) {
                            .contact-area .col-12,
                            .contact-area .col-sm-12,
                            .contact-area .col-md-6 {
                            width: 100%!important;
                          }
                          .contact-map{
                              margin-bottom: 1.5rem;
                          }
                          .contact-area .contact-map iframe {
                              height: 250px;
                          }
                        }
  /* Styles for larger screens (769px and above) */
                        @media (min-width: 769px) {
                            .contact-area .col-md-6 {
                            width: 50%!important;
                          }
                        } 
    .about-section .about-text p {
        text-indent: 0rem;
    }
.loader {
    display: flex!important;
    justify-content: center;
    width: 25%!important;
    height: auto!important;
    position: none!important;
    top: 30%!important;
    left: 38%!important;
}
 
  
   
     .has-child {
      cursor: pointer;
  }



  .has-child .hover-items {
      left: 100%;
      top: -0.625rem;
      padding-left: 2.6875rem;
  }

  .has-child .hover-items.specialy-item {
      padding-left: 2.25rem;
  }

  .header__nav .specialy-item .hover-items__list {
      padding: 0.3125rem 1.25rem 0 0.9375rem;
  }
    .gallery-item img{
        height:280px;
    }
    .owl-stage > .center{
        display: flex;
        justify-content: center;
    }
    @media screen and (max-width: 768px) {
    .owl-carousel .owl-item {
        display: flex !important;
        justify-content: center !important;
    }
    
    .owl-carousel .owl-item .gallery-item {
        width: 100%;
        max-width: 100%; /* Adjust as needed */
    }
    
    .owl-carousel .owl-stage {
        display: flex !important;
        justify-content: center !important;
    }
}

@media screen and (max-width: 991.99px){
    .cus_mar_top{
        margin-top:1rem!important;
    }
}
@media screen and (max-width: 991.99px){
    .footer .telephones__inner .telephones__link {
        font-size: 1rem!important;
        line-height: 1.25rem!important;
    }
    .footer .footer-item__text {
        font-size: 0.91rem!important;
        line-height: 1.25rem!important;
        text-align: left!important;
    }
    .footer .footer-item__list-item, .footer .footer-item__title {
        margin-bottom: 0.5rem!important;
        font-weight: 500;
        font-size: 1.25rem!important;
    }
    .footer-item__subtitle {
        font-size: 0.95rem!important;
    }
    .footer-item__link {
        font-size: 0.95rem!important;
    }
    .footer-item--contact iframe{
        height: 12rem!important;
        margin-bottom:1rem;
    }


.footer .footer-item__title iframe{
        height: 65px;
    }
@media screen and (max-width: 991.99px){
            .academic-header .academic-header__title {
                font-size: 1.45rem!important;
            }
            .academic__years{
                font-size: 0.590625rem!important;
            }
        }
 
 @media screen and (max-width: 991.99px){
        .criteria {
            display: block!important;
        }
        .quick-navigation{
            display: block!important;
        }
        .quick-navigation table{
            font-size:15px!important;
        }
    }

    .coral {
        padding: 5px 15px 0px 15px;
        border:3px solid #f0811a;
        border-radius:15px;
        margin-left:10px;
        margin-right:10px;
        width:30%;
        height:100px;
        text-align: center;
        font-size: 25px;

    }
    .purple {
        padding: 5px 15px 0px 15px;
        border:3px solid #6a2f85;
        border-radius:15px;
        width:30%;
        height:100px;
        text-align: center;
        font-size: 25px;

    }
    .purple b{
        font-weight: 600;
        color: #6a2f85;
    }
    .coral b{
        font-weight: 600;
        color: #6a2f85;
    }
.cardcustom .title {  color: grey;font-size: 18px; }
.share .container {
    padding: 50px;
    text-align: center;
  }

  .btn-social,
  .btn-social:visited,
  .btn-social:focus,
  .btn-social:hover,
  .btn-social:active {
    color: #ffffff;
    text-decoration: none;
    transition: opacity .15s ease-in-out;
  }

  .btn-social:hover,
  .btn-social:active {
  opacity: .75;
  }

  .btn-fb {
    background-color: #3b5998;
  }

  .btn-tw {
    background-color: #1da1f2;
  }

  .btn-in {
    background-color: #0077b5;
  }

  .btn-gp {
    background-color: #db4437;
  }

  .btn-rd {
    background-color: #ff4500;
  }

  .btn-hn {
    background-color: #ff4000;
  }

  /* Outline Social Share Buttons */

  .btn-social-outline {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }


  /* Fluid Styles */

  .fluid {
    display: flex;
  }

  .fluid a {
    flex-grow: 1;
    margin-right: 0.25rem;
  }

  .fluid a:last-child {
    margin-right: 0rem;
  }
  
     }
    .image_resized img{
      width:100%!important;
    }
    .cus-page-image{
        display:flex;
        justify-content:center;
        margin:20px 0 20px 0;
    }
    .cus-page-image img{
        width:70%;
        height: 70%;
    }
    
    @media screen and (max-width: 991.99px){
      .cus-page-image{
        display:flex;
        justify-content:center;
        margin:80px 0 20px 0;
    }
        .cus-page-image img{
        width:100%;
        height:70%!important;    
        }
        
    .cus-published{
        font-size:12px!important;
        }
}

       @media screen and (max-width: 991.99px){
        .cus_course_mob_list  .universities_item .slider-item__header_container h2.slider-item__header::before {
            top: 1rem;
        }
        .cus_course_mob_list .universities_item .slider-item__header_container .slider-item__header {
            top: 25px;
            height: unset;
            justify-content: flex-start;
            text-align: center;
            line-height: unset;
        }
    }

    @media screen and (max-width: 991.99px){
           .mfontsize {
            font-size:20px;
        } 
    }

    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
    dialog {
        padding: 1rem 3rem;
        background: white;
        width: 50%;
        padding-top: 2rem;
        border-radius: 20px;
        border: 0;
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
        -webkit-animation: fadeIn 1s ease both;
                animation: fadeIn 1s ease both;
        /* Center the dialog */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    dialog::-webkit-backdrop {
        -webkit-animation: fadeIn 1s ease both;
                animation: fadeIn 1s ease both;
        background: rgba(255, 255, 255, 0.4);
        z-index: 2;
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
    }
    dialog::backdrop {
        -webkit-animation: fadeIn 1s ease both;
                animation: fadeIn 1s ease both;
        background: rgba(255, 255, 255, 0.4);
        z-index: 2;
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
    }
    dialog .x {
        filter: grayscale(1);
        border: none;
        background: none;
        position: absolute;
        top: 15px;
        right: 10px;
        transition: ease filter, transform 0.3s;
        cursor: pointer;
        transform-origin: center;
    }
    dialog .x:hover {
        filter: grayscale(0);
        transform: scale(1.1);
    }
    dialog h2 {
        font-weight: 600;
        font-size: 2rem;
        padding-bottom: 1rem;
    }





    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
        /* Mobile responsiveness */
        @media screen and (max-width: 761.99px) {
        dialog{
            width: 95%;
            padding: 0.5rem;
        }
    }
    .admission-form__input {
        margin-bottom: 0.75rem!important;
        padding: 14px!important;
    }
    .mbr-gallery{
        background: #fff;
        display: block;
        outline: none;
        position: relative;
        margin:inherit;
    }
        .mbr-gallery-title {
        /* font-size: 1.0em; */
        position: absolute;
        display: block;
        width: 100%;
        bottom: 0;
        padding: 1rem;
        color: #fff;
        background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
        /* -webkit-transition: 0.2s background ease-in-out; */
        transition: 0.2s background ease-in-out;
    }
    
    .line-country {
        background-color:red;
        text-align:center;
        font-weight:bolder;
        text-transform: uppercase;
        position: absolute;
        color:white;
        font-size: small;
        top: 50%;
        /* left: 50%; */
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*width: 75%;*/
        /*padding-left:5%;*/
        padding-right:5%;
        /* height: 15px; */
        /* background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%); */
        border: 3px solid #fff0;
        /* border-radius: 50%; */
    }
    /* .universities_item {
        height: 17.75rem;
    } */
    .single_page.about-section .about__wrap .about-text>.universities_head_list .universities_item {
    height: 14rem!important;
}

    @media screen and (max-width: 991.99px){
        .single_page.about-section .about__wrap .about-text>.universities_head_list .universities_item {
            height: 3.9375rem!important;
        }
        .cus_course_mob_list  .universities_item .slider-item__header_container h2.slider-item__header::before {
                top: 12px;
        }
        .cus_course_mob_list .universities_item .slider-item__header_container .slider-item__header {
            top: 60px;
            height: unset;
            justify-content: flex-start;
            text-align: center;
            line-height: unset;
            font-size: 40px;
            text-transform: uppercase;
        }
    }
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html,
body {
    scroll-behavior: smooth;
    /*overflow-x: hidden;*/
    font-family: Roboto;
    width: 100%;
}

ul {
    list-style: none;
}

input,
button {
    outline: none;
    border: none;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    min-width: 320px;
}

a {
    text-decoration: none;
}

.header {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: linear-gradient(178.61deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
    z-index: 9999;
}

.header--sticky {
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    padding: 12px 0px 22px;
}

.header--sticky .logo--header img {
    width: 215px;
    height: 50px;
    top: 5px;
    position: relative;
}

.header--sticky .header__nav-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__item {
    border-bottom: 2px solid transparent;
    margin-left: 15px;
}

.header__item:hover {
    border-bottom: 2px solid #343434;
}

.header__link {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #343434;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__nav-sticky {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.header__nav-sticky .navigation-item__link {
    color: #0031C4;
    font-weight: bold;
    font-size: 0.8125rem;
}

.header__nav-sticky .navigation-item__icon {
    background-color: #fff;
}

.header__nav-sticky .navigation-item--header--sticky {
    margin-left: 53px;
}

.header__item {
    position: relative;
}

.adaptive-header {
    display: none;
}

.hover-items {
    position: absolute;
    padding-top: 32px;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 17px solid transparent;
    border-bottom: 15px solid #dbdbdb;
    border-left: 20px solid #dbdbdb;
}

.hover-items__list {
    padding: 20px 20px 20px 1.875rem;
    background: #dbdbdb;
    border-radius: 6px;
    border-top-left-radius: 0;
}

.hover-items--stiky {
    opacity: 1;
}

.hover-items--stiky::before {
    border-bottom: 15px solid rgba(255, 255, 255, 0.85);
    border-left: 20px solid rgba(255, 255, 255, 0.85);
}

.hover-items--stiky .hover-items__list {
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 1;
}

.header__item:hover>.hover-items {
    display: block;
}

.subitem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #626365;
    padding-bottom: 11px;
    margin-bottom: 11px;
}

.subitem::before {
    position: absolute;
    display: none;
    content: url('../img/icons/menu-item-arr-decor.svg');
}

.subitem-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #555A61;
}

.subitem-link:hover {
    color: #00369C;
}

.subitem:hover .subitem-link {
    left: 11px;
}

.subitem:hover::before {
    display: block;
}

.subitem:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn {
    background: linear-gradient(181.56deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
    border-radius: 1.15625rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
}

.btn--header-slider {
    padding: 7.5px 2.5rem;
    background: linear-gradient(185.59deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 1.15625rem;
    font-size: 19px;
}

.btn--posive {
    border-radius: 1.15625rem;
    background: red!important;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 1.15625rem;
    color: #ffffff;
}

.btn--university {
    padding: 12px 31px;
    font-size: 20px;
    border: none;
}

.btn--header {
    padding: 6px 37px;
}

.btn--university-active {
    background: linear-gradient(181.56deg, #ff0000 -8.5%, #ce0000 51.46%, #ff0000 130.73%, #ce0000 130.74%);
    color: #fff;

}

.header .header-slider__content .btn--header {
    padding: 6px 37px;
}

.logo--header {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

#menu {
    margin-left: 2.5rem;
    display: none;
}

.diamond-decorate {
    position: absolute;
    width: 206.04px;
    height: 206.04px;
    border-radius: 28px;
    -webkit-transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
    transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
    -webkit-box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    left: 35px;
}

.diamond-decorate--blue {
    background: linear-gradient(292.97deg, #0066ff -29.27%, #00369c 92.32%, #0031c4 253.1%, #018ff6 253.13%);
}

.diamond-decorate--red {
    background: linear-gradient(206.74deg, #ff0000 9.11%, #ce0000 98.12%);
}

.diamond-decorate--grey {
    background: linear-gradient(137.45deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
    -webkit-box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    -webkit-transform: matrix(-0.71, -0.69, -0.72, 0.71, 0, 0);
    transform: matrix(-0.71, -0.69, -0.72, 0.71, 0, 0);
}

.diamond-decorate .diamond-decorate-transparent {
    top: 90%;
    left: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    width: 178.14px;
    height: 178.14px;
    border: 0.25rem solid #BDBDBD;
    border-radius: 28px;
}

.connection-info__btn--red {
    padding: 12px 26px;
    margin-left: auto;
    background: linear-gradient(186.68deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 1.875rem;
    font-weight: bold;
    font-size: 20px;
}

.connection-info__btn--tablet {
    display: none;
}

.connection-info__btn--sticky {
    display: none;
    position: absolute;
    z-index: 3;
    bottom: -36px;
    right: -56px;
    padding: 8px 23px;
    font-size: 17px;
}

.connection-info__btn--menu {
    margin-left: 0;
}

.connection-info__item--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.connection-info__item--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.connection-info__item--search-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rectangle-decorate-block {
    position: absolute;
    top: -287px;
    z-index: 2;
    right: 215px;
}

.rectangle-decorate-block__red {
    overflow: hidden;
    width: 255px;
    height: 255px;
    background: linear-gradient(206.74deg, #ff0000 9.11%, #ce0000 98.12%);
    -webkit-box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    -webkit-transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
    transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
}

.rectangle-decorate-block__transparent {
    width: 217px;
    height: 217px;
    border-radius: 28px;
    position: absolute;
    top: 47%;
    /*left: 200px;*/
    left: 116px;
    z-index: 2;
    -webkit-transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0) translate(0, -50%);
    transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0) translate(0, -50%);
    border: 0.25rem solid #BDBDBD;
}

.rectangle-decorate-block__arr-white {
    position: absolute;
    top: -83px;
    left: -28px;
    z-index: 3;
}

.rectangle-decorate-block__arr-transparent {
    position: absolute;
    top: -83px;
    left: -5px;
    z-index: 3;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.connection-info {
    position: relative;
    padding-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
}

.connection-info-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.connection-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.connection-info__item--tablet {
    display: none;
}

.connection-info__item--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.connection-info .connection-info__btn {
    padding: 12px 37px;
    background: linear-gradient(186.68deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 1.875rem;
    font-weight: bold;
    font-size: 20px;
}

#menu {
    display: none;
}

.search {
    position: relative;
    margin-right: 60px;
}

.search__input {
    width: 233px;
    border: 1px solid #0031C4;
    background: #FFFFFF;
    border-radius: 21px;
    padding: 9px 17px;
}

.search__input--menu {
    margin-bottom: 26px;
}

.search__input::-webkit-input-placeholder {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.search__input:-ms-input-placeholder {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.search__input::-ms-input-placeholder {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.search__input::placeholder {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.search__btn {
    border: none;
    top: -0.5px;
    right: -9px;
    position: absolute;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(188.21deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.search__btn--menu {
    background: linear-gradient(137.45deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
    max-width: 195px;
}

.connection-info__btn--menu {
    width: 195px;
}

.navigation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-item--tablet {
    margin-right: 22px;
}

.navigation-item--phones {
    margin-right: 38px;
}

.navigation-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navigation-item__icon {
    margin-right: 0.625rem;
    border-radius: 50%;
}

.navigation-item__icon--header-slider {
    background-color: transparent;
}

.navigation-item__link {
    font-family: Roboto;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    white-space: nowrap;
}

.navigation-item__link--rus-num {
    letter-spacing: 0.01em;
    margin-top: 2px;
}

details>summary::-webkit-details-marker {
    display: none;
}

summary {
    cursor: pointer;
}

details[open] .summary-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.adaptive-menu {
    position: absolute;
    padding: 0.625rem 35px;
    width: 80%;
    max-width: 650px;
    left: 0;
    z-index: 999;
    top: 0;
    font-family: Roboto;
    color: #FFFFFF;
    background: linear-gradient(188.21deg, #0066ff -8.5%, #0041be 51.46%, #0031c4 130.73%, #018ff6 130.74%);
    opacity: 0.97;
    display: none;
}

.adaptive-menu__social-wrap {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adaptive-menu__info {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    padding-bottom: 1.875rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 1.875rem;
}

.adaptive-menu ul {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.adaptive-menu .drop-down {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0.625rem;
}

.adaptive-menu .drop-down__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 210px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.adaptive-menu summary {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.adaptive-menu summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.slider-header-btn--mobile-prev,
.slider-header-btn--mobile-next {
    display: none;
}

.adaptive-header__inner--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 2px solid #0031C4;
    margin-bottom: 0.625rem;
}

.adaptive-header__inner--tablet a {
    color: #00369C;
}

.drop-down__line {
    width: 78%;
    height: 2px;
    background-color: #fff;
    margin-right: auto;
    border: none;
}

.drop-down__item {
    margin: 8px 0;
}

.drop-down__link {
    font-size: 16px;
    color: #FFFFFF;
}

.drop-down__link-icon {
    margin-right: 5px;
}

.drop-down__line-small {
    border: none;
    width: 2.5rem;
    height: 2px;
    background-color: #fff;
}

.navigation-menu {
    font-family: Roboto;
    margin-bottom: 150px;
}

.navigation-menu__wrap {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation-menu__title {
    display: inline;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.8125rem;
}

.navigation-menu__drop-down {
    margin-bottom: 0.625rem;
}

.social-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social-links-list--mobile {
    display: none;
}

.social-links-list--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links-item {
    margin: 0px 5px;
}

.header-slider {
    margin-top: 52px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    z-index: 2;
    font-family: Roboto;
    color: #FFFFFF;
    border-bottom: 5px solid #B8B8B8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-slider__img-wrap {
    height: 100%;
}

.header-slider .arrow-decorate {
    position: absolute;
    top: -60px;
    left: 20px;
    z-index: 1;
}

.header-slider .arrow-decorate--right {
    left: 80%;
    top: -138px;
    z-index: -1;
}

.header-slider__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-slider__block {
    max-width: 445px;
    position: relative;
    z-index: 2;
}

.header-slider__mail-title {
    font-style: italic;
    font-weight: 500;
    font-size: 85px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 0;
}

.header-slider__assistant-subtitle {
    font-style: italic;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.header-slider__subtitle {
    font-style: italic;
    font-weight: bold;
    font-size: 37px;
    color: #FF0000;
}

.header-slider__info {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}

.header-slider__nav {
    position: relative;
    margin-top: 2.5rem;
    padding-bottom: 1.875rem;
    max-width: 70px;
}

.header-slider__nav-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    border-left: 3px solid rgba(255, 255, 255, 0.8);
    opacity: 0.8;
    cursor: pointer;
}

.header-slider__nav-num {
    display: block;
    padding: 12px 18px;
    text-align: center;
}

.header-slider__nav-icon {
    display: none;
}

.header-slider__buttons {
    top: 75px;
    right: -115px;
    position: absolute;
}

.square-decorate {
    position: absolute;
    width: 403.12px;
    height: 403.12px;
    left: -401.88px;
    top: 671.09px;
    background: linear-gradient(206.74deg, #ff0000 9.11%, #ce0000 98.12%);
    -webkit-box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    -webkit-transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
    transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
}

.square-decorate--transparent {
    background: transparent;
    border: 3px solid #B8B8B8;
}

.opacity {
    opacity: 0.5;
}

.opacity-mobile {
    opacity: 0.5;
}

.header-slider-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-header-btn {
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0 7px;
}

.subtitle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 25px;*/
}

.subtitle-wrap .dots-img {
    margin-right: 15px;
}

.header-slider__nav-item--active {
    border-left: 5px solid #ffffff;
    font-size: 27px;
    margin-left: -1px;
    color: #FFFFFF;
    opacity: 1;
}

.header-subtitle-decorate {
    margin-left: -50px;
}

.rectangle-decorate {
    right: 50%;
    top: -178px;
    position: absolute;
    width: 1249.3px;
    height: 1019.42px;
    background: rgba(0, 150, 235, 0.7);
    border-radius: 28px;
    -webkit-transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
    transform: matrix(0.71, -0.69, 0.72, 0.71, 0, 0);
}

.rectangle-decorate__inner {
    position: absolute;
    width: 1189.18px;
    height: 954.03px;
    background: linear-gradient(273.48deg, #0066ff -8.13%, #00369c 42.42%);
    border-radius: 28px;
}

.rectangle-decorate__arr {
    position: absolute;
    z-index: 99;
    top: 81.5%;
    right: 88px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-nav-wrap {
    position: relative;
    z-index: 9;
}

.social-nav {
    position: fixed;
    top: 50%;
    right: 45px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.social-nav__main {
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: linear-gradient(188.21deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.social-nav__main img {
    margin-bottom: 3px;
}

.social-nav__list {
    position: relative;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 17px;
    padding: 2.5rem 7px 18px 7px;
}

.social-nav__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.assistent-slider-wrap {
    position: relative;
    z-index: 29;
}

.header-assistent-slider {
    position: absolute;
    top: -128px;
    left: 26%;
    max-width: 835px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.header-assistent-slider .slick-list {
    padding: 0.8125rem 0 5px;
}

.assistent-slider-item {
    position: relative;
    max-width: 266px;
    padding: 6px 18px 22px 18px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    margin: 0 0.625rem;
    text-align: center;
    z-index: 1;
}

.assistent-slider-item:before {
    display: none;
    content: "";
    left: 50%;
    top: -13px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    width: 105px;
    height: 105px;
    background-color: #fff;
    border-radius: 50%;
}

.assistent-slider-item__title-wrap {
    position: relative;
}

.assistent-slider-item__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: 900;
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    color: #c7c7c7;
    opacity: 0.2;
}

.assistent-slider-item__icon {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.assistent-slider-item__subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #0031C4;
    position: relative;
    margin-bottom: 0.625rem;
}

.assistent-slider-item__subtitle::before {
    content: "";
    top: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    width: 79px;
    height: 2px;
    background: linear-gradient(180.52deg, #018ff6 -6.36%, #00369c 93.4%);
    border-radius: 1.15625rem;
}

.assistent-slider-item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #6F6F6F;
    margin-bottom: 0.625rem;
}

.assistent-slider-item__btn {
    padding: 6px 22px;
}

.assistent-slider-item:hover:before {
    display: block;
}

.assistent-slider-item:hover .assistent-slider-item__title {
    opacity: 0.5;
}

.button--sticky {
    display: block;
}

.title-block {
    text-align: center;
    font-family: Roboto;
}

.title-block__img {
    margin-bottom: 1.875rem;
}

.title-block__header {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #0031C4;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.title-block__info {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #6F6F6F;
}

.line {
    position: relative;
    margin: 0 auto 16px;
    height: 5px;
    width: 100%;
    max-width: 542px;
    background: linear-gradient(180.08deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.line--slide-item {
    width: 152.36px;
    height: 3px;
    margin-bottom: 20px;
}

.line::before {
    top: 0px;
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;

    right: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.line::after {
    top: 0px;
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
   
    left: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
    border: 3px solid #fff;
    border-radius: 50%;
}

.line-circle--slide-item {
    width: 12px;
    height: 12px;
}

.universities {
    position: relative;
    margin: 140px 0 2.5rem;
    background-image: url('../img/photo/bg_section_1.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.universities__mobile-navigations {
    display: none;
}

.universities .square-decorate {
    top: -65%;
    z-index: 2;
    left: -340px;
}

.universities .square-decorate--transparent {
    top: -65%;
    z-index: 2;
    left: -245px;
}

.universities .dots-decorate-red {
    position: absolute;
    right: 88px;
    bottom: -31px;
}

.universities .dots-decorate-blue {
    position: absolute;
    left: 10%;
    top: 31px;
}

.universities__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.universities__slider .slick-track {
    padding: 45px 0;
}

.universities .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.universities .slick-dots li {
    margin-top: -3px;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: linear-gradient(188.21deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.universities .slick-dots .slick-active {
    width: 0.625rem;
    height: 0.625rem;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
}

.universities .slick-dots button {
    display: none;
}

.slider-wrap {
    padding: 0 6.7%;
}

.slick-slide:hover .btn {
    background: #CE0000;
}

.slider-item {
    border-radius: 12px;
    border: 1px solid #ccc;
    border-bottom: 5px solid #00369C;
    text-align: center;
    font-family: Roboto;
    margin: 0 20px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0.8125rem 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.8125rem 18px rgba(0, 0, 0, 0.25);
    height: 378px;
}

.slider-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-bottom: 5px solid #CE0000;
}

.slider-item__content {
    padding: 8px 8px 17px 8px;
}

.slider-item__photo {
    border-radius: 12px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom: 3px solid #B8B8B8;
}

.slider-item__photo :hover .btn {
    background: #CE0000;
}

.slider-item__header {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #0031C4;
    margin-bottom: 8px;
}

.slider-item__info {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #6F6F6F;
    margin-bottom: 20px;
}

.slider-item__btn {
    padding: 6px 22px;
}

.slider-line {
    position: relative;
    top: 2px;
    width: 85%;
    max-width: 954.34px;
    height: 3px;
    background: linear-gradient(179.84deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
}

.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-nav-btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

.slider-nav-btn--next {
    margin-left: 15px;
}

.btn--university {
    margin-right: 22px;
}

.btn--university:last-of-type {
    margin-left: auto;
    margin-right: 0;
}

.universities-navigations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.admission {
    position: relative;
}

.admission .arrow-decorate {
    position: absolute;
    right: 88px;
    bottom: -50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.admission-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.steps-wrap {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.admission-item-wrap {
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.admission-item {
    margin-top: 27px;
    width: 65%;
    max-width: 730px;
    margin-right: 80px;
}

.admission-form {
    padding: 18px 26px 22px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(132.24deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
}

.admission-form--in-block {
    width: 33%;
    max-width: 341px;
}

.admission-form__header {
    font-size: 28px;
    line-height: 133.3%;
    font-weight: 800;
    color: #0031C4;
    text-align: center;
}

.admission-form__subtitle {
    font-size: 0.625rem;
    line-height: 12px;
    /*text-align: justify;*/
    color: #737373;
    margin-bottom: 0.625rem;
    text-align: center;
}

.admission-form__input {
    -webkit-box-shadow: inset 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 14px;
    color: #737373;
    padding: 14px;
    border-radius: 6px;
    border: none;
    outline: none;
    margin-bottom: 0.625rem;
    width: 90%;
}

.admission-form__input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(190, 190, 190, 0.9);
}

.admission-form__input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(190, 190, 190, 0.9);
}

.admission-form__input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(190, 190, 190, 0.9);
}

.admission-form__input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(190, 190, 190, 0.9);
}

.admission-form__btn {
    width: 145px;
    margin: auto;
    font-size: 22px;
    padding: 8px 47px;
    border-radius: 1.875rem;
    text-align: center;
    letter-spacing: 0.03em;
    font-style: normal;
    font-weight: normal;
}

.step-block {
    -ms-flex-preferred-size: 155px;
    flex-basis: 155px;
    position: relative;
    background: #FFFFFF;
}

.step-block__wrap {
    position: relative;
    -webkit-box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
}

.step-block__icon {
    width: 107px;
    height: 107px;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0.625rem;
    position: relative;
}

.step-block .tringle-decorate {
    top: -2px;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 83px solid transparent;
    border-top: 1.5rem solid #fff;
}

.step-block__header {
    border-top: 0.25rem solid #fff;
    border-bottom: 0.25rem solid #fff;
    position: relative;
    padding: 20px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(183.02deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
    overflow: hidden;
}

.step-block__header::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 1.875rem;
    left: 50%;
    background-color: #fff;
    border-top: 3px solid red;
    bottom: -15px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.step-block__header::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 1.875rem;
    left: -12px;
    background-color: #fff;
    border-top: 3px solid red;
    bottom: -14px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.step-block__subtitle {
    margin: 0.8125rem 0 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #00369C;
}

.step-block__line {
    width: 113px;
    height: 2px;
    margin: auto;
    background: linear-gradient(180.36deg, #018ff6 -6.36%, #00369c 93.4%);
    border-radius: 1.15625rem;
    border: none;
}

.step-block__info {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #737373;
    padding: 6px 6px 1.875rem 6px;
}

.academic-header {
    position: relative;
    padding: 1.5rem 0;
    margin-bottom: 50px;
    background: linear-gradient(180.69deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.academic-header .arrow-decorate {
    position: absolute;
    left: 61px;
    top: -134px;
}

.academic-header .diamond-decorate {
    position: absolute;
    top: 123px;
    left: 85%;
    -webkit-transform: matrix(-0.71, -0.69, -0.72, 0.71, 0, 0);
    transform: matrix(-0.71, -0.69, -0.72, 0.71, 0, 0);
}

.academic-header__icon {
    margin-right: 8px;
}

.academic-header__title {
    font-style: normal;
    font-weight: 800;
    font-size: 5.25rem!important;
    line-height: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 20px;
}

.academic-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.courses {
    position: relative;
    margin: 35px 0 65px;
}

.courses .dots-decorate {
    position: absolute;
    left: 8.85%;
    top: 0;
}

.courses .slick-track {
    padding: 45px 0;
}

.courses .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.courses .slick-dots li {
    margin-top: -3px;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: linear-gradient(188.21deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.courses .slick-dots .slick-active {
    width: 0.625rem;
    height: 0.625rem;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
}

.courses .slick-dots button {
    display: none;
}

.academic {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.academic__years {
    padding: 2px 8px;
    border: 3px solid #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem!important;
    /* line-height: 54px; */
    letter-spacing: -0.02em;
    text-transform: uppercase;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.academic__title {
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

.banner {
    position: relative;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #fff;
    color: #00369C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    margin-left: auto;
}


/*.banner::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #00369C;
}*/

.benefits {
    position: relative;
    background: url('../img/photo/benefits.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 75px;
}

.benefits .arrow-decorate {
    position: absolute;
    bottom: 0;
    left: 6.25%;
    z-index: -1;
}

.benefits .dots-decorate {
    position: absolute;
    right: 6.25%;
    bottom: 50px;
}

.benefits-items {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.benefits-item {
    padding: 15px 21px;
    -ms-flex-preferred-size: 212px;
    flex-basis: 212px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 22px;
}

.benefits-item__icon {
    display: block;
    margin: 0 auto 17px;
}

.benefits-item__info {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #00369C;
}

.benefits-item__info::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 132px;
    height: 2px;
    background: linear-gradient(180.45deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 1.15625rem;
}

.gallery {
    position: relative;
}

.gallery .slick-track {
    padding: 2.5rem 0 35px;
}

.gallery .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery .slick-dots li {
    margin-top: -3px;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: linear-gradient(188.21deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.gallery .slick-dots .slick-active {
    width: 9px;
    height: 9px;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
}

.gallery .slick-dots button {
    display: none;
}

.gallery-slider__btn {
    display: none;
    padding: 12px 46px;
    margin: 36px auto 32px;
    font-size: 14px;
    max-width: 175px;
    text-transform: uppercase;
}

.gallery-slider-mobile {
    display: none;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
    background-color: transparent;
}

.gallery-slider-mobile--next {
    right: 0.625rem;
}

.gallery-slider-mobile--prev {
    left: 0.625rem;
}

.gallery-slider-item {
    margin: 0px 28px;
    border-radius: 28px;
    border-right: 3px solid #0031C4;
    border-bottom: 3px solid #0031C4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gallery-slider-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-bottom: 3px solid #CE0000;
    border-right: 3px solid #CE0000;
}

.feedback {
    position: relative;
    background: url('../img/photo/feedback-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.feedback .feedback-arrow-decorate {
    position: absolute;
    right: 95px;
    bottom: -65px;
}

.feedback .diamond-decorate {
    left: 128px;
    top: -47px;
    z-index: -1;
}

.feedback-slider-mobile {
    display: none;
    position: absolute;
    background-color: #fff;
    bottom: 83px;
    z-index: 3;
    padding: 0.625rem 0;
}

.feedback-slider-mobile--prev {
    left: -19px;
}

.feedback-slider-mobile--next {
    right: -19px;
}

.feedback-slider {
    border: 6px solid #0031C4;
    max-width: 935px;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
}

.feedback-slider .slick-list {
    margin: 0;
}

.feedback-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feedback-slider .slick-dots li {
    margin: 0 0.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(137.45deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
}

.feedback-slider .slick-dots .slick-active {
    width: 14px;
    height: 14px;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
}

.feedback-slider .slick-dots button {
    display: none;
}

.feedback-slider__nav {
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 50px;
    bottom: -21px;
    background-color: #fff;
}

.feedback-slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

textarea {
    resize: none;
}

.quotes {
    padding: 0px 14px;
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: 38px;
}

.feedback-item__inner {
    margin: 46px 50px;
    padding: 23px 35px 23px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    color: #0031C4;
    display: grid;
    grid-template-areas: 'img header' 'img title';
}

.feedback-item__headers {
    grid-area: header;
}

.feedback-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feedback-item__line {
    margin: 0.625rem 0;
    border: none;
    outline: none;
    width: 107px;
    height: 2px;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 1.15625rem;
}

.feedback-item__img {
    grid-area: img;
}

.feedback-item__img img {
    position: relative;
    bottom: 2.5rem;
    left: -20px;
    display: block;
    border-radius: 28px;
    border-right: 0.25rem solid #0031C4;
    border-bottom: 0.25rem solid #0031C4;
    margin-right: 15px;
}

.feedback-item__title {
    font-size: 22px;
}

.feedback-item__subtitle {
    font-size: 12px;
    margin-bottom: 15px;
}

.feedback-item__text {
    grid-area: title;
    font-size: 14px;
    color: #6F6F6F;
    text-align: justify;
}

.footer {
    background: linear-gradient(162.73deg, #0042a5 6.44%, #01498b 45.77%, #002365 75.36%);
    position: relative;
}

.footer::before {
    content: "";
    z-index: -999999;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 479.5px;
    height: 76.58px;
    border-radius: 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#0143a2), to(#01449f));
    background: linear-gradient(90deg, #0143a2 0%, #01449f 100%);
}

.telephones {
    top: -18px;
    position: relative;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.telephones__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 33px;
}

.telephones__link {
    position: relative;
    z-index: 99;
    font-size: 23px;
    color: #FFFFFF;
}

.telephones__link--rus {
    letter-spacing: 0.04em;
}

.telephones__icon {
    position: relative;
    z-index: 99;
}

.upBtn {
    position: fixed;
    bottom: 20px;
    display: none;
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
    cursor: pointer;
}

.upBtn .upArrow {
    position: relative;
    display: block;
    -webkit-animation: animat 1s infinite;
    animation: animat 1s infinite;
}

.form-title {
    margin-bottom: 1.875rem;
    margin-bottom: 0.5rem!important;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

.footer-form {
    padding-bottom: 2.5rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #FFFFFF;
}

.footer-form--item {
    margin-bottom: 20px;
}

.footer-form__input {
    padding: 12px 0 12px 15px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.875rem;
    outline: none;
    border: none;
}

.footer-form__input--name {
    display: block;
    -ms-flex-preferred-size: 235px;
    flex-basis: 235px;
    width: 235px;
    float: left;
    margin-right: 53px;
}

.footer-form__input--country {
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    width: 125px;
    float: left;
    margin-right: 55px;
}

.footer-form__input--phone {
    -ms-flex-preferred-size: 195px;
    flex-basis: 195px;
    width: 195px;
    float: left;
    margin-right: 53px;
}

.footer-form__input--email {
    -ms-flex-preferred-size: 216px;
    flex-basis: 216px;
    width: 216px;
    float: left;
    margin-right: 53px;
}

.footer-form__btn {
    padding: 8px 45px;
    border-radius: 1.875rem;
    background: linear-gradient(185.19deg, #ff0000 9.11%, #ce0000 98.12%);
    font-style: normal;
    font-size: 22px;
    color: #fff;
}

.footer-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 1.875rem -20px;
}

.footer-item {
    -ms-flex-preferred-size: 232px;
    flex-basis: 232px;
    color: #FFFFFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    margin: 20px;
}

.footer-item__text {
    font-size: 14px;
}

.footer-item__title {
    position: relative;
    font-size: 25px;
    margin-bottom: 22px;
}

.footer-item__title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.footer-item__list-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.footer-item__subtitle {
    position: relative;
    font-size: 19px;
    color: #fff;
}

.footer-item__subtitle::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 34px;
    height: 2px;
    background-color: #fff;
}

.footer-item__subtitle--item {
    margin-bottom: 25px;
}

.footer-item__subtitle--last {
    margin-top: 11px;
}

.footer-item__link {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.footer-item__hover-link:hover {
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
}

.footer-item__hover-link:hover::before {
    display: none;
}

.copiright {
    padding: 20px 0;
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #001C53;
}

@-webkit-keyframes animat {
    from {
        top: -20px;
    }
    to {
        top: 0;
    }
}

@keyframes animat {
    from {
        top: -20px;
    }
    to {
        top: 0;
    }
}

.size-full {
    max-width: 100%;
    height: auto;
}

#wpcf7-f1961-o2 {
    padding-bottom: 2.5rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 34px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #FFFFFF;
}

img.assistent-slider-item__icon {
    margin-top: 15px;
}

img.wp-image-1323,
.wp-image-1331,
.wp-image-449,
.wp-post-image {
    width: 100%;
    height: 100%;
}

div.wpcf7 {
    margin-left: -23px;
}

.reply {
    font-size: 15px;
    padding: 7px 28px;
    line-height: 18px;
    text-align: center;
    margin-left: auto;
    color: #FFFFFF;
    min-width: 10rem;
    background: linear-gradient(181.56deg, #0066ff -8.5%, #00369c 61.46%, #0031c4 130.73%, #018ff6 130.74%);
    border-radius: 1.15625rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 0.8125rem;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 0.25rem;
    min-width: 10rem;
}

a.comment-reply-link {
    border-radius: 1.15625rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 0.8125rem;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 0.25rem;
    min-width: 10rem;
}


/*стилизиция коментариев*/

.commentlist li.comment .comment-body:before {
    content: '';
    position: absolute;
    width: 0.1875rem;
    height: 4.403125rem;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 0.15625rem;
    bottom: -4.375rem;
    left: 1.25rem;
}

.children li.comment .comment-body::before {
    content: '';
    top: 1.6875rem;
    left: -2.125rem;
    position: absolute;
    height: 0.1875rem;
    width: 2.15375rem;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
    border-radius: 0.15625rem;
}

.comment-body {
    z-index: 2;
    padding: 0 0 0.9375rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
    position: relative;
    background: #FFFFFF;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    -webkit-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comment-author.vcard {
    left: 0;
    top: -1.78125rem;
    padding: 0.3125rem 1.25rem 0.0625rem;
    position: absolute;
    box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.25);
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    background-color: #fff;
    border-bottom: none;
}

ul.children {
    margin-left: 3.375rem;
}

#wpcf7-f1959-o1 {
    display: flex;
    z-index: 999;
    position: sticky;
    top: 6.25rem;
}

#wpcf7-f2204-o2 {
    display: flex;
}


/*feedback comments*/

div#respond {
    padding: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(132.24deg, #f4f4f4 -0.37%, #b8b8b8 104.82%);
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
}

input#author {
    margin-top: 0.75rem;
    margin-bottom: 0.3125rem;
    margin-left: 1rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
}

input#email {
    margin-top: 0.75rem;
    margin-bottom: 0.3125rem;
    margin-left: 1rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
}

input#url {
    margin-top: 0.75rem;
    margin-bottom: 0.3125rem;
    margin-left: 1rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
}

input#submit {
    margin-top: 0.9375rem;
    width: 10.8125rem;
    font-size: 0.75rem;
    padding: 0.5rem 2.9375rem;
    border-radius: 1.875rem;
    text-align: center;
    letter-spacing: 0.03em;
    font-style: normal;
    font-weight: normal;
    background: linear-gradient(181.56deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
    border-radius: 1.15625rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
}

#wpcf7-f1961-o2 {
    position: static;
}

.zagolovok-h3 {
    text-align: center;
    margin-bottom: 0.4375rem;
}

.form_feedback {
    position: sticky;
    z-index: 999;
    top: 6.25rem;
}

textarea#comment {
    width: 18.8125rem;
}


/*russian university*/

.links-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.9325rem;
}

.links-list--item {
    min-width: 45%;
    max-width: 45%;
    width: 100%;
    padding: 0 0.9325rem;
    margin: 0 0 1.875rem 0;
}

.links-list--item-inner {
    display: flex;
}

.links-list--img {
    min-width: 6.25rem;
    max-width: 6.25rem;
    width: 100%;
    margin-right: 0.625rem;
}

.links-list--img img {
    width: 100%;
}

.links-list--info p {}

.links-list--info a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 1.875rem;
    background: orange;
    color: white;
}

@media (max-width: 767px) {
    .links-list--item {
        min-width: 100%;
        max-width: 100%;
    }
}

.list-img {
    width: auto;
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
    object-fit: cover;
    border-bottom: 3px solid #B8B8B8;
}

.list-univerbl {
    background: #0031C4;
    background: #ffffff;
    height: 1px;
    border-top: 2px solid #ffffff;
    text-align: center;
    color: white;
    padding: 6px;
    border-radius: 25px;
    margin-top: -36px;
    margin-bottom: -15px;
    backgroun-image: none;
}

.list-univer-block {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0.625rem;
}

.color-a {
    color: #ffffff;
}

a.color-a {
    text-decoration: none;
}

a {
    color: #fff;
}

.newtest {
    width: 284px;
    border-radius: 12px;
    border: 1px solid #ccc;
    border-bottom: 5px solid #00369C;
    text-align: center;
    font-family: Roboto;
    margin: 0 60px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0.8125rem 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.8125rem 18px rgba(0, 0, 0, 0.25);
    margin-top: -110px;
}

.red-hov {
    margin-left: 1.875rem;
}

.line-univer {
    position: relative;
    margin: 0 auto 16px;
    height: 5px;
    width: 85%;
    max-width: 542px;
    background: linear-gradient(180.08deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);
}

.line-circle2 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: linear-gradient(207.28deg, #ff0000 9.11%, #ce0000 98.12%);
    border: 3px solid #fff;
    border-radius: 50%;
    margin-top: 3px;
}

.university-uk-ru {
    display: flex;
    width: 1010px;
    padding-top: 140px;
    margin-left: -150px;
    margin-top: 140px;
    margin: 0 auto;
    margin-left: -65px;
}

.univer-zagolovok {
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #0031C4;
    margin-bottom: 12px;
    margin-top: 12px;
}

.more-details {
    background: #0031C4;
    /*background: linear-gradient(181.56deg, #0066ff -8.5%, #00369c 51.46%, #0031c4 130.73%, #018ff6 130.74%);*/
    height: 31px;
    border-top: 2px solid #ffffff;
    border-bottom: solid 1px #9EC1D4;
    text-align: center;
    padding: 6px;
    border-radius: 25px;
    width: 115px;
    margin-left: 81px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.more-details:hover {
    background: #CE0000;
}

a.univer-text-color {
    color: white;
}

.line::before {
    top: 0px;
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #fff;
    right: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.red-hov:hover {
    transform: scale(1.2);
    border-bottom: 5px solid #CE0000;
}

.more-hov:hover {
    background: #CE0000;
}

@media (max-width: 850px) {
    .newtest {
        width: 10rem;
        margin: 0 0.625rem;
    }
    .university-uk-ru {
        padding: 50px 101px;
        width: 300px;
        margin-left: -80px;
        margin-top: 2.5rem;
    }
    .more-details {
        margin: 3px 3px;
    }
}

.newtes-zagolovok-center {
    margin-top: 22px;
    margin-bottom: 18px;
}

.uk-right {
    margin-left: 62px;
}

.list-item-margin {
    margin-top: 55px;
}

.list-univerbl.list-item-margin {
    margin-top: 50px;
}

    @media (max-width: 480px) {
        .list-img {
            height: 80px;
        }
        .university-uk-ru {
            margin-top: 0px;
            margin-bottom: -80px;
        }
        .list-univerbl.list-item-margin {
            margin-top: -98px;
        }
        .list-img {
            height: 84px;
        }
    }
    @media screen and (max-width: 991.99px){
        .header .menu {
            margin-right: -32px!important;
        }
        .header-wrap .logo--header img {
            top: 8px!important;
            position: relative!important;
        }
        .footer .footer-items .footer-item:nth-child(1) {
            margin-right: 0rem!important;
        }
        .footer .footer-items .footer-item:nth-child(1), .footer .footer-items .footer-item:nth-child(2) {
            /* display: unset!important; */
            width: 100%!important;
        }
    }
    .faqcontainer {
        background-color: white;
        color: black;
        border-radius: 20px;
        box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
        margin: 20px 0;
    }

    .question {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 20px 80px 20px 20px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        text-align: initial;
        color: #0031C4;

    }
    .cusfaq-headers{
        background: linear-gradient(188.21deg, #0066FF -8.5%, #00369C 51.46%, #0031C4 130.73%, #0191F6 130.74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
    }
    .question::after {
        content: "\002B";
        font-size: 2.2rem;
        position: absolute;
        right: 20px;
        transition: 0.2s;
    }

    .question.active::after {
        transform: rotate(45deg);
    }

    .answercont {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .answer {
        padding: 0 20px 20px;
        line-height: 1.5rem;
    }

    .question.active + .answercont {
    }