* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    vertical-align: top;
    object-fit: cover;
}
html,
body {
    overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 1200px !important;
    width: 100% !important;
    padding: 0 10px;
}
.btn {
    font-weight: 600;
    font-size: 20px;
    padding: 12px 28px;
    border-radius: 10px;
    background-color: #fff;
    color: #417201;
    transition: 0.3s ease-in;
}
.btn:hover {
    background: #417201;
    color: #fff;
}
.adap-menu,
.btn-open-menu,
.lang-dropdown {
    display: none;
}
.lang.active .lang-dropdown {
    display: grid;
}
.modal-form {
    display: none;
}
.inblog-info-inner ul {
    margin-left: 26px;
}
.inblog-info-inner h2,
.inblog-info-inner h3,
.inblog-info-inner h4,
.about-univer-inner-descr h2,
.about-univer-inner-descr h3,
.about-univer-inner-descr h4 {
    margin: 12px 0 6px 0;
}
.inblog-info-inner h2,
.about-univer-inner-descr h2 {
    font-size: 24px;
}
.inblog-info-inner h3,
.about-univer-inner-descr h3,
.inblog-info-inner h4,
.about-univer-inner-descr h4 {
    font-size: 20px;
}

.modal-form.active {
    display: flex;
}
.box-shadow {
    box-shadow: 0 114px 94px rgba(0, 0, 0, 0.1);
}
.correct, .error {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000cc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}
.correct-inner, .error-inner {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
}
.home {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.4));
    background-position: center center;
    background-size: cover;
    height: 735px;
    width: 100%;
    position: relative;
}
.main .home {
    height: 900px;
}
.home-btns .btn {
    box-shadow: 0 20.2766px 21.1214px #94da3e63;
    position: relative;
    background: #65b500;
    color: #fff;
    position: relative;
}

.home-btns .btn {
    -webkit-animation: pulse 1.5s infinite alternate;

    -moz-animation: pulse 1.5s infinite alternate;
}
/* Webkit keyframe animation */
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 1px #65b500;
    }
    100% {
        box-shadow: 0 0 40px #65b500;
    }
}
/* Firefox keyframe animation */
@-moz-keyframes pulse {
    0% {
        box-shadow: 0 0 1px #65b500;
    }
    100% {
        box-shadow: 0 0 40px #65b500;
    }
}

.home-btns .btn:hover {
    background: #417201;
    outline: 2px solid #417201;
    -moz-outline: 2px solid #417201;
    -webkit-outline: 2px solid #417201;
}
.home-btns .btn {
    outline: 2px solid #65b500;
    outline-offset: 4px;
    -moz-outline: 2px solid #65b500;
    -webkit-outline: 2px solid #65b500;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.home::after {
    content: "";
    height: 100%;
    max-width: 500px;
    width: 100%;
    background: url("../img/U.png") no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 255px);
    z-index: 3;
}

.home::before {
    content: "";
    background: #fff;
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.home {
    color: #000;
}
.header {
    background-color: #fff;
    backdrop-filter: blur(29px);
    -moz-backdrop-filter: blur(29px);
    padding: 20px 0;
    -webkit-box-shadow: 0px 10px 21px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 21px 1px rgba(0, 0, 0, 0.3);
    transition: top 0.5s;
}
.header::after {
    content: "";
    clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 45%;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.slideUp {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.5s ease-out;
}

.slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.5s ease-out;
}
.slideUp1 {
    -webkit-transform: translateY(-155%);
    transform: translateY(-155%);
    transition: transform 0.5s ease-out;
}

.slideDown1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.5s ease-out;
}
.form {
    background: url(../img/form.webp) center/cover no-repeat;
}
.form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
/* ymaps {
    border-radius: 20px;
} */
.footer-contact a {
    transition: 0.3s ease-in;
}
.footer-contact a:hover {
    color: #417201;
}
.footer .filial-item.active {
    background: #65b500;
    color: #000;
}
.title {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}
.send-study .send-study-item:nth-of-type(2n) {
    flex-direction: column-reverse;
}
.send-study .send-study-item:nth-of-type(1n + 2) {
    grid-column: span 3;
}
.send-study .send-study-item:nth-of-type(1n + 2) .send-study-content {
    padding: 0 10px 10px;
}
.send-study .send-study-item:nth-of-type(5n + 1) {
    grid-column: span 6;
}
.send-study .send-study-item:nth-of-type(5n + 1) .send-study-content {
    padding: 0 32px 22px;
}
.send-study .send-study-item a::after {
    content: "";
    background: linear-gradient(
        180deg,
        rgba(8, 20, 32, 0.0001) 0,
        #081420 100%
    );
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.university-pagination ul {
    box-shadow: 6.78022px 50.3673px 68.7708px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
}
.university-pagination li:hover {
    background-color: #65b500;
    color: #fff;
}
.university-pagination .pag-active {
    background: #8b8b8b;
    cursor: no-drop;
    pointer-events: none;
}
.university-pagination .pag-active:hover {
    background: #8b8b8b;
    color: #000;
}
.statistics .btn {
    box-shadow: 0 20.2766px 21.1214px rgba(148, 218, 62, 0.39);
}
.statistics .static-wrap .static-img {
    box-shadow: -10.4725px 13.9633px 27.9266px rgba(171, 175, 199, 0.301961);
    border-radius: 22.3413px;
}
.service-item .item-img {
    flex: 0 0 auto;
}
.service-wrap {
    position: relative;
}
.service-item:last-child img {
    display: none;
}
.blog .blog-content {
    background: rgba(255, 255, 255, 0.71);
    backdrop-filter: blur(13.6618px);
    transition: 0.3s ease-in;
}
.blog .blog-item:hover > .blog-content {
    background: linear-gradient(0deg, #65b500, #65b500),
        rgba(255, 255, 255, 0.79);
    box-shadow: -9.79319px 13.0576px 26.1152px rgba(63, 114, 0, 0.5);
    backdrop-filter: blur(13.6618px);
    color: #fff;
}
.faqs .accordion-btn {
    background: linear-gradient(0deg, #fff, #fff), #386400;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.faqs {
    transition: all 0.5s ease-out;
}
.faqs .accordion-btn::before {
    flex: 0 0 auto;
    content: "";
    background: url(../img/acc-open.png) no-repeat;
    margin-right: 12px;
    width: 31px;
    height: 31px;
    display: block;
    transition: all 0.5s ease-out;
}
.faqs .active .accordion-btn::before {
    background: url(../img/acc-close.png) no-repeat;
    transition: all 0.5s ease-out;
}

.faqs .accordion-content {
    display: none;
}
.faqs .accordion-content.active {
    display: block;
}
.university-title::after {
    content: "";
    border-top: 2px solid #9ece3d;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    position: absolute;
    bottom: 0;
    right: calc(50% - 25px);
}
.university-content {
    box-shadow: 28.1604px 26.4272px 112.642px rgba(27, 49, 66, 0.07);
}
.country-list-page .country-item:nth-child(2n) .country-content {
    order: 1;
}
.country-list-page .country-item:nth-child(2n) .country-img {
    order: 2;
}
.item-content {
    box-shadow: 28.1604px 26.4272px 112.642px rgba(27, 49, 66, 0.07);
}
.item-title::after {
    content: "";
    border-top: 2px solid #9ece3d;
    width: 50px;
    display: block;
    margin: 0;
}
.price-univer .swiper-button-next::after,
.price-univer .swiper-button-prev::after,
.swiper-univer .swiper-button-next::after,
.swiper-univer .swiper-button-prev::after {
    color: #000 !important;
    font-size: 24px;
    font-weight: 700;
}
.price-univer .swiper-button-next,
.price-univer .swiper-button-prev,
.swiper-univer .swiper-button-next,
.swiper-univer .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    box-shadow: 16.6869px 15.3519px 37.3786px rgba(27, 49, 66, 0.15);
}
.swiper-univer .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper-univer .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}
.price-univer .price-shadow {
    box-shadow: 0 20px 94px rgba(0, 0, 0, 0.06);
}
.price-univer .entry-list::before {
    content: "";
    background: url(../img/list.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
#recomm-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 4px;
}
#recomm-swiper .swiper-pagination-bullet-active {
    background: #a4da37;
}
.students .students-wrap {
    height: fit-content;
}
.students .swiper-slide img {
    width: 100%;
    height: 350px;
}
.students .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#student-swiper .content-wrap {
    display: block;
    background: #65b500;
    padding: 36px 20px;
    border-radius: 15px;
    min-height: 400px;
}
.students .content-wrap.is-active {
    display: block;
}
.students .students-item {
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.students .students-item.is-active {
    border: 4px solid #65b500;
}
.footer-map {
    height: 585px;
    border-radius: 0;
}
.footer .footer-contact {
    display: none;
}
.footer .footer-contact.active {
    display: grid;
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}
.active .accordion__content {
    max-height: 300px;
}
video[poster] {
    width: 100%;
    height: 100%;
}
::selection {
    color: #fff;
    background: #17a2b8;
}
.price-input {
    display: flex;
}
.price-input .field {
    display: flex;
    width: 90px;
    height: 45px;
    align-items: center;
}
.price-input .field input {
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.price-input input[type="number"]::-webkit-inner-spin-button,
.price-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #65b500;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #65b500;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #65b500;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.select-country select {
    -moz-outline: none;
    -webkit-outline: none;
    outline: none;
    padding-left: 20px;
    padding-right: 180px;
    padding-bottom: 16px;
    padding-top: 16px;
    border: 0.5px solid #e6e6e6;
    border-radius: 6px;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }
    .header::after {
        display: none;
    }
    .home::after {
        transform: scale(0.9);
        left: calc(50% - 200px);
        top: 0;
    }
    .title {
        font-size: 36px !important;
    }
    .send-study .send-study-item:nth-of-type(2n) {
        flex-direction: column-reverse;
    }
    .send-study .send-study-item:nth-of-type(1n + 2) {
        grid-column: span 4;
    }
    .send-study .send-study-item:nth-of-type(1n + 2) .send-study-content {
        padding: 0 10px 10px;
    }
    .send-study .send-study-item:nth-of-type(5n + 1) {
        grid-column: span 4;
    }
    .send-study .send-study-item:nth-of-type(5n + 1) .send-study-content {
        padding: 0 10px 10px;
    }
    .header .nav-menu {
        display: none;
    }
    .btn-open-menu {
        display: block;
    }
    .adap-menu {
        display: none;
        position: fixed;
        background: rgba(0, 0, 0, 0.9);
        /* backdrop-filter: blur(29px);
        -webkit-backdrop-filter: blur(29px); */
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999999;
        align-items: center;
        justify-content: center;
    }
    .adap-menu .nav-contact,
    .adap-menu .nav-list {
        display: grid;
    }
    .adap-menu .nav-link {
        padding-bottom: 4px;
        border-bottom: 2px solid #61ae00;
    }
    .home,
    .main .home {
        height: 670px;
    }
}
@media screen and (max-width: 770px) {
    .title {
        font-size: 24px !important;
    }
    .home .home-content .title {
        font-size: 36px !important;
    }
    .home::after {
        left: calc(50% - 160px);
        top: 25px;
        transform: scale(0.85);
    }
    .blog .blog-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .send-study .send-study-item:nth-of-type(1n + 2),
    .send-study .send-study-item:nth-of-type(5n + 1) {
        grid-column: span 6;
    }
    .accordion__content {
        overflow: scroll;
    }
}
@media screen and (max-width: 640px) {
    .home-content::before {
        content: " ";
        background: #fff;
        width: 100%;
        height: 100px;
        display: block;
        position: absolute;
    }
    .home-content .bg-white {
        border-radius: 200px/80px;
        margin: 0 -20px;
    }
    .home::after {
        display: none;
    }
    .home-btns .btn {
        outline: 2px solid #fff;
        -moz-outline: 2px solid #fff;
        -webkit-outline: 2px solid #fff;
    }
    .container {
        padding: 0 12px;
    }
    .header {
        background: #fff;
        padding: 10px 0;
    }
    .header .switch-lang {
        order: -1;
        font-size: 14px;
    }
    .header .switch-lang img {
        height: 15px;
    }
    .home,
    .main .home {
        height: auto;
        background-size: auto;
        background-position: top;
    }
    .home::before {
        display: none;
    }
    .home .home-inner {
        padding-top: 400px !important;
    }
    .home-btns .btn {
        -webkit-animation: pulse 1.5s infinite alternate;

        -moz-animation: pulse 1.5s infinite alternate;
    }
    /* Webkit keyframe animation */
    @-webkit-keyframes pulse {
        0% {
            box-shadow: 0 0 1px #000;
        }
        100% {
            box-shadow: 0 0 40px #000;
        }
    }
    /* Firefox keyframe animation */
    @-moz-keyframes pulse {
        0% {
            box-shadow: 0 0 1px #000;
        }
        100% {
            box-shadow: 0 0 40px #000;
        }
    }
    .home .home-content {
        background: #61ae00;
        border-radius: 0 0 0 0;
        text-align: center;
        padding-bottom: 100px;
    }
    .home .home-content .title {
        text-align: center;
        font-size: 30px !important;
    }
    .home .statistics .title {
        text-align: center !important;
    }
    .home .statistics .statis-info {
        display: none;
    }
    .home .statistics button {
        display: block;
        margin: 20px auto 0;
    }
    .home-btns .btn {
        color: #000;
        background: #fff;
    }
    .choose-us {
        top: -50px !important;
        border-radius: 50px;
        background: #fff;
    }
    .choose-us .choose-us-inner {
        background: 0 0;
    }
    .blog .blog-wrap {
        grid-template-columns: 1fr;
    }
    .send-study .send-study-item:nth-of-type(1n + 2),
    .send-study .send-study-item:nth-of-type(5n + 1) {
        grid-column: span 12;
    }
    .send-study .send-study-item .send-study-content {
        padding: 0 25px 25px !important;
    }
    .country-list-page .country-item:nth-child(2n) .item-content {
        order: 2;
    }
    .country-list-page .country-item:nth-child(2n) .country-img {
        order: 1;
    }
    .footer .filial-list {
        text-align: center;
    }
    .footer .filial-item.active {
        background: #fff;
        color: #65b500;
    }

    .select-country select {
        -moz-outline: none;
        -webkit-outline: none;
        outline: none;
        padding-left: 12px;
        padding-right: 50px;
        border: 2px solid #65b500;
        border-radius: 6px;
    }
}
@media screen and (max-width: 350px) {
    .send-study .title {
        margin-bottom: 56px;
    }
    .send-study .view-all {
        top: 126px;
    }
    .btn {
        padding: 10px 18px;
    }
    .footer-contact svg {
        width: 20px;
        height: 20px;
    }
    .price-input .field {
        width: 70px;
        height: 40px;
    }
    .price-input .field input {
        font-size: 14px;
    }
}

main ul li {
    list-style-type: disc;
}
