@font-face {font-display:swap;
    font-family: "americanatrus_lat";
    font-weight: normal;
    font-style: normal;
    src: url("/wp-content/themes/studyacademy/assets/fonts/americanatrus-lat.eot");
    src: url("/wp-content/themes/studyacademy/assets/fonts/americanatrus-lat.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studyacademy/assets/fonts/americanatrus-lat.woff") format("woff"), url("/wp-content/themes/studyacademy/assets/fonts/americanatrus-lat.ttf") format("truetype");
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

html, body {
    height: 100%;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: "FuturaPT", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

::-moz-selection {
    background-color: #0C56B2;
    color: #fff;
}

::selection {
    background-color: #0C56B2;
    color: #fff;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.greeting {
    min-height: 800px;
    padding: 50px 0;
    padding-top: 150px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /*background-image: url('https://studyacademy.ua/wp-content/webp-express/webp-images/uploads/2024/04/1-2.png.webp');*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56.89%, rgba(34, 34, 34, 0)), to(#222)), -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.2)), to(rgba(34, 34, 34, 0.2)));
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 56.89%, #222 100%), linear-gradient(0deg, rgba(34, 34, 34, 0.2) 0%, rgba(34, 34, 34, 0.2) 100%);
}
/*.greeting picture {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0%;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    min-height: 800px;*/
/*    width: 100%;*/
/*    -webkit-transition: all linear 1s;*/
/*    transition: all linear 1s;*/
/*}*/

/*.greeting_bg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -10%;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    min-height: 800px;*/
/*    width: 120%;*/
/*    -webkit-transition: all linear 1s;*/
/*    transition: all linear 1s;*/
/*}*/

.greeting_top {
    position: relative;
    z-index: 999;
}

.greeting_bottom {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.greeting_top {
    color: #fff;
    border-radius: 20px;
    background: rgba(12, 86, 178, 0.6);
    padding: 40px 70px;
    width: 47%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.greeting_top h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    font-family: americanatrus_lat;
}
.greeting_top p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0;
}

.greeting_bottom_number {
    color: #fff;
    text-align: center;
    width: 25%;
    padding: 0 10px;
    position: relative;
}
.greeting_bottom_number h4 {
    font-size: 48px;
    font-family: americanatrus_lat;
    line-height: 40px;
    margin: 0;
}
.greeting_bottom_number p {
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    font-weight: 300;
}
.greeting_bottom_number:after {
    content: "";
    width: 1px;
    height: 90px;
    background: rgba(153, 153, 153, 0.8196078431);
    position: absolute;
    right: 0;
    top: 30px;
}
.greeting_bottom_number:last-child:after {
    display: none;
}

.english__programs {
    margin: 60px 0;
}

.main__title {
    margin: 0;
    font-family: americanatrus_lat;
    text-align: center;
    font-size: 55px;
    line-height: normal;
    color: #222;
    font-style: normal;
    font-weight: 500;
}

.english__programs__cards {
    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-top: 60px;
}

.english__programs__card {
    position: relative;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all linear 0.6s;
    transition: all linear 0.6s;
}
.english__programs__card a {
    text-decoration: none;
}
.english__programs__card:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.program-card_container {
    -webkit-transition: all linear 0.8s;
    transition: all linear 0.8s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.english__programs__card-top {
    min-height: 100px;
    text-align: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FF2D37;
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
}
.english__programs__card-top p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: #0C56B2;
    padding: 10px 20px;
    border-radius: 40px;
}

.english__programs__card-center {
    min-height: 340px;
    background: transparent;
    padding: 20px;
    padding-left: 55px;
    width: 60%;
    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;
}

.english__programs__card-center-item {
    width: 48%;
    color: #333;
}
.english__programs__card-center-item h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 15px 0;
    font-family: americanatrus_lat;
}
.english__programs__card-center-item h4 {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.english__programs__card-center-item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.english__programs__card-center-item ul li {
    list-style: none;
    position: relative;
    font-size: 17px;
    line-height: normal;
    font-style: normal;
    font-weight: 300;
    margin: 35px 0;
}
.english__programs__card-center-item ul li:before {
    content: url("/wp-content/themes/studyacademy/assets/img/icons/Star2.svg");
    position: absolute;
    left: -41px;
    top: -6px;
}

.english__programs__card-bottom {
    min-height: 340px;
    border-radius: 20px;
    width: 40%;
}
.english__programs__card-bottom img {
    border-radius: 20px;
    width: 100%;
}

.center__text {
    width: 100% !important;
}

.main_education {
    padding-top: 10px;
    padding-bottom: 100px;
}

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

.main_education_card {
    width: 49%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 890px;
    -webkit-box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.05);
}

.main_education_card-container {
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.main_education_card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_education_card-top img {
    width: 100%;
	height: 321px;
}

.bottom_title {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}
.bottom_title h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    font-family: americanatrus_lat;
}
.bottom_title img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.bottom_text {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.bottom_text p {
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 55px;
    position: relative;
}
.bottom_text h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    display: block;
    position: relative;
    margin-top: 50px;
    min-height: 40px;
}
.bottom_text h3:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #0C56B2;
    position: absolute;
    left: 0;
    top: -30px;
}
.bottom_text ul {
    margin-bottom: 50px;
}
.bottom_text ul li {
    list-style: none;
    font-weight: 300;
    margin: 20px 0;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    position: relative;
}
.bottom_text ul li:before {
    content: url("/wp-content/themes/studyacademy/assets/img/icons/2.svg");
    position: absolute;
    top: 0px;
    left: -35px;
}

.btn__main {
    padding: 17px 20px;
    border-radius: 30px;
    background: #FF2D37;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    line-height: 25px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.btn__main:hover {
    background: #0C56B2;
}

.btn__program {
    padding: 17px 20px;
    border-radius: 30px;
    background: #FF2D37;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    line-height: 25px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    position: absolute;
    left: 30px;
    bottom: 30px;
    overflow: hidden;
    max-width: 200px;
    height: 60px;
    width: 100%;
}
.btn__program span {
    position: absolute;
    left: 20px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.btn__program svg {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.btn__program:hover {
    background: #0C56B2;
}
.btn__program:hover svg {
    right: -50px;
}
.btn__program:hover span {
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
}

.seo__text__openbtn a {
    position: relative;
    top: 2px;
}

.seo__text {
    padding: 100px 0;
    position: relative;
    padding-bottom: 20px;
}

.seo__text__openbtn {
    position: absolute;
    right: 100px;
    top: 100px;
    padding: 14px 19px;
    border-radius: 60px;
    border: 1px solid #222;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.seo__text__openbtn svg {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.seo__text__openbtn svg path {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.seo__text__openbtn:hover {
    background: #222;
}
.seo__text__openbtn:hover svg path {
    fill: #fff;
}

.seo__text-content {
    width: 80%;
}

.seo__text-content {
    position: relative;
    max-height: 220px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    overflow: hidden;
}
.seo__text-content:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.831372549)), color-stop(93.65%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.831372549) 0, rgb(255, 255, 255) 93.65%);
    width: 100%;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.seo__text-content:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #0C56B2;
    position: absolute;
    top: 1px;
    left: 0;
}

.full-width {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
}
.full-width:after {
    display: none;
}

.active_text {
    background: #222 !important;
}
.active_text svg {
    -webkit-transform: rotate(176deg);
    -ms-transform: rotate(176deg);
    transform: rotate(176deg);
}
.active_text svg path {
    fill: #fff !important;
}

.footer {
    padding: 100px 0;
    width: 100%;
    background: #0C56B2;
}

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


.footer__content_logo, .footer__content_menu, .footer__content_contacts {
    width: 30%;
}

.footer__content_form {
    width: 55%;
}

.form_container {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}
.form_container h4 {
    text-transform: inherit !important;
    font-size: 27px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    color: #222 !important;
    margin: 0;
}
.form_container h4 span {
    color: #0C56B2;
}

.footer h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.footer__content_menu ul {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    margin: 50px 0;
}
.footer__content_menu ul:before {
    content: "";
    width: 60px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 0;
}
.footer__content_menu ul:after {
    content: "";
    width: 60px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.footer__content_menu ul li {
    list-style: none;
    margin: 10px 0;
}
.footer__content_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.footer__content_contacts ul {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    margin: 50px 0;
}
.footer__content_contacts ul:before {
    content: "";
    width: 60px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 0;
}
.footer__content_contacts ul:after {
    content: "";
    width: 60px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.footer__content_contacts ul li {
    list-style: none;
    margin: 20px 0;
}
.footer__content_contacts ul li a {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}
.footer__content_contacts ul li p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    width: 100%;
}
.social a {
    text-decoration: none;
    margin: 10px 2px;
}

.all__programs {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 350px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.blog .all__programs-title h3 {
    margin-bottom: 0;
}
.blog .all__programs-title p {
    color: #fff;
    font-size: 18px;
}

.all__programs-title {
    text-align: center;
}
.all__programs-title h3, .all__programs-title h1 {
    font-size: 64px;
    font-style: normal;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    font-family: americanatrus_lat;
}

.programs {
    padding: 100px 0;
}

.programs__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;
}

.program__card {
    width: 49%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px;
    border-radius: 30px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.program__card:hover .hover_image-effect {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hover_image-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.program_text {
    width: 61%;
}
.program_text span {
    color: #fff;
    font-weight: 300;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 12px 30px;
    position: relative;
    z-index: 999;
}
.program_text h4 {
    color: #fff;
    font-size: 41px;
    line-height: normal;
    font-weight: 500;
    font-family: americanatrus_lat;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
}
.program_text p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
    margin-bottom: 60px;
    position: relative;
    z-index: 999;
}

.program {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh;
    padding: 200px 0;
    padding-bottom: 50px;
}

.program__title {
    width: 55%;
}
.program__title span {
    color: #fff;
    font-weight: 300;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 12px 30px;
}
.program__title h4, .program__title h1 {
    color: #fff;
    font-size: 60px;
    line-height: normal;
    font-weight: 500;
    font-family: americanatrus_lat;
    margin-top: 50px;
    margin-bottom: 20px;
}
.program__title p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}

.format ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    padding-left: 0;
}
.format ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 12px 30px;
    margin-right: 10px;
}
.format ul li p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    position: relative;
}
.format ul li p:before {
    content: "";
    width: 1px;
    height: 34px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -11px;
    opacity: 0.4;
}
.format ul li img {
    margin-right: 20px;
}

.main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aside {
    width: 25%;
    background: #F6F6F6;
    min-height: 100vh;
    padding: 50px 0;
    padding-left: 70px;
    position: relative;
}

.main__content {
    width: 75%;
    min-height: 100vh;
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 50px;
}
.main__content h2 {
    font-family: americanatrus_lat;
    font-size: 62px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.main__content h2:after {
    content: "";
    width: 60%;
    height: 1px;
    background: rgba(34, 34, 34, 0.51);
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main__content__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0;
    color: #fff;
}

.advantage_item {
    background: #0C56B2;
    min-height: 300px;
    margin: 5px;
    border-radius: 20px;
    padding: 30px;
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantage_item img {
    max-width: 100px;
}

.aside_block {
    position: sticky;
    top: 0;
    height: 400px;
    padding-top: 30px;
    padding-right: 15px;
}
.aside_block h4 {
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.8px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.aside_block h4:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.aside_block p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 50px;
}
.aside_block span {
    font-size: 18px;
    line-height: normal;
    display: block;
}
.aside_block h3 {
    font-size: 55px;
    line-height: normal;
    font-family: americanatrus_lat;
    margin: 0;
    margin-bottom: 10px;
}

.aside_block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.aside_block-item-img {
    margin-right: 30px;
    position: relative;
}
.aside_block-item-img:after {
    content: "";
    width: 1px;
    height: 37px;
    position: absolute;
    top: 8px;
    right: -17px;
    background: rgb(34, 34, 34);
}

.aside_block-item-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}
.aside_block-item-text p {
    font-weight: 600;
    margin-top: 0;
    margin: 10px 0;
}
.aside_block-item-text span {
    font-weight: 300;
}

.result__container {
    margin: 40px 0;
}

.result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
}

.result__item_number {
    width: 7%;
}
.result__item_number p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 10px 16px;
    background: #222;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.result__item__text {
    width: 33%;
    padding: 10px;
}
.result__item__text h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-top: 0;
}
.result__item__text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.result__item__photo {
    width: 60%;
}
.result__item__photo img {
    width: 100%;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0;
    z-index: 999;
    border-bottom: 1px solid #fff;
    background: rgba(31, 31, 31, 0.42);
}

.header__content {
    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;
    height: 90px;
}

.header__content-logo {
    width: 10%;
}

.header__content-menu {
    width: 90%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

.header__content-menu ul {
    padding-left: 0;
    margin: 0;
}
.header__content-menu ul li {
    list-style: none;
    margin: 0 10px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.header__content-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    position: relative;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.header__content-menu ul li:hover a {
    color: #FF2D37;
}

.header__content-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__content-menu ul li {
    position: relative;
}

.btn_to-form {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    background: #FF2D37;
    border-radius: 50px;
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    position: relative;
    border: 1px solid #FF2D37;
    margin: 20px 0;
    margin-top: 0;
}
.btn_to-form img {
    max-width: 50px;
    margin-left: 20px;
}
.btn_to-form:hover {
    border: 1px solid #fff;
    background: transparent;
}

.btn {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    background: #FF2D37;
    border-radius: 50px;
    padding: 5px 7px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    position: relative;
}
.btn img {
    max-width: 50px;
    margin-left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#primary-menu .current-menu-item:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #FF2D37;
    position: absolute;
    left: 0;
    bottom: -41px;
}

.active:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #FF2D37;
    position: absolute;
    left: 0;
    bottom: -41px;
}

.lang_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 6px 6px !important;
    background: #fff;
    border-radius: 50px;
}

.lang_switch {
    padding-left: 6px;
}
.lang_switch li {
    list-style: none;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    margin: 0;
}
.lang_switch li a {
    text-decoration: none;
    color: #222;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.lang_switch li:hover {
    background: #222;
    border-radius: 50px;
    padding: 5px;
}
.lang_switch li:hover a {
    color: #fff;
}

.current-lang {
    background: #222222;
    border-radius: 50px;
    padding: 5px;
}
.current-lang a {
    color: #fff !important;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #333;
    /*background: #E9F0FA;*/
    border-radius: 6px;
    padding: 20px 20px;
    margin: 10px 0;
    border: none;
    height: 50px;
    text-align: left;
    max-width: 177px;
    width: 100%;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background: #FFF2F3;
    padding: 12px 20px;
    width: 100%;
    height: 48px;
    font-size: 15px;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 18px;
}

.styledSelect:active, .styledSelect.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.options {
    display: none;
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.options li {
    margin: 0 0;
    padding: 5px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.options li:hover {
    background-color: #d70000;
    color: white;
}

.menu_mobile {
    position: absolute;
    right: 8px;
    top: 20px;
    cursor: pointer;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    z-index: 9999;
    border: 1px solid rgba(51, 51, 51, 0.3098039216);
    border-radius: 300px;
    display: none;
    background: #fff;
}

.mobile-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.menu-global {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-top: 1.5px solid #333;
    width: 50%;
    -webkit-transition: 0.55s;
    transition: 0.55s;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.menu-top {
    top: 15px;
}

.menu-middle {
    top: 26px;
}

.menu-bottom {
    top: 37px;
}

.menu-top-click {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50%;
    top: 32px;
    -webkit-transform: rotate(50deg) translate(-50%, 7px);
    -ms-transform: rotate(50deg) translate(-50%, 7px);
    transform: rotate(50deg) translate(-50%, 7px);
    -webkit-transition: 0.55s 0.5s;
    transition: 0.55s 0.5s;
    border-top: 1.5px solid #333;
}

.menu-middle-click {
    opacity: 0;
}

.menu-bottom-click {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 21px;
    -webkit-transform: rotate(-410deg) translate(-50%, -7px);
    -ms-transform: rotate(-410deg) translate(-50%, -7px);
    transform: rotate(-410deg) translate(-50%, -7pxpx);
    -webkit-transition: 0.55s 0.5s;
    transition: 0.55s 0.5s;
    border-top: 1.5px solid #333;
    width: 50%;
}

.certificates {
    margin-bottom: 20px;
}

.certificates__item {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.certificates__item-img {
    width: 35%;
    position: relative;
    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;
}
.certificates__item-img img {
    width: 100%;
}
.certificates__item-text {
    width: 45%;
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
}
.certificates__item-text h4 {
    margin: 0;
    font-size: 32px;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    font-family: americanatrus_lat;
    color: #222;
}
.certificates__item-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    color: #222;
}
.certificates__item-text:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(34, 34, 34, 0.1607843137);
    opacity: 0.5;
    position: absolute;
    right: -7px;
    top: 0;
}
.certificates__item-duration {
    width: 15%;
    position: relative;
}
.certificates__item-duration h5 {
    font-family: americanatrus_lat;
    font-size: 70px;
    line-height: normal;
    margin: 0;
    color: #222;
}
.certificates__item-duration h5 span {
    font-size: 20px;
}
.certificates__item-duration p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    opacity: 0.5;
    line-height: normal;
    position: relative;
    left: 20px;
    color: #222;
}

.flag {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
}

.footer__content_logo img {
    max-width: 190px;
    width: 100%;
}

.map {
    min-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.tabgroup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.tabgroup div {
    height: 100%;
}

.active_map {
    opacity: 1 !important;
    z-index: 99;
    display: block !important;
}

.map__phones {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 30px;
    background: rgba(34, 34, 34, 0.4);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    color: #fff;
    padding: 20px;
    z-index: 99;
}
.map__phones a {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}
.map__phones a svg {
    max-width: 20px;
    margin-right: 5px;
}
.map__phones p {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.map__addresses {
    top: 20px;
    left: 20px;
    background: #fff;
    position: relative;
    z-index: 999;
    min-height: 700px;
    padding: 30px 16px;
    border-radius: 30px;
    width: 31%;
}
.map__addresses h4 {
    font-size: 27px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    margin: 30px 0 0 3px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.tabs li {
    float: left;
    display: block;
}

.tabs input[type=radio] {
    position: absolute;
    top: 0;
    left: -9999px;
}

.tabs label {
    display: block;
    padding: 7px 21px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 37.558px;
    border: 0.939px solid rgba(12, 86, 178, 0.2);
    cursor: pointer;
    position: relative;
    top: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
    font-size: 16.901px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.413px;
}

.tabs label:hover {
    background: #FF2D37;
}

.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    top: 53px;
    left: 0;
}

.tabs [id^=tab]:checked + label {
    top: 0;
    padding: 10px 21px;
    background: #0C56B2;
    color: #fff;
}

.tabs [id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}

.tab-content_addresses {
    padding: 10px 0;
    height: 520px;
    overflow-x: scroll;
    position: relative;
}
.tab-content_addresses::-webkit-scrollbar {
    width: 7px;
    height: 57px;
}
.tab-content_addresses::-webkit-scrollbar-track {
    background: transparent;
}
.tab-content_addresses::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #D9D9D9;
}
.tab-content_addresses::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tab-content_addresses-item a {
    padding: 10px;
    border-radius: 20px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    cursor: pointer;
    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: 15px 0;
    text-decoration: none;
    color: #222;
}
.tab-content_addresses-item:hover {
    -webkit-box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.05);
}
.tab-content_addresses-item h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.tab-content_addresses-item h4 b {
    font-weight: 900;
}

.tab-content_addresses-item-text {
    margin-right: 10px;
}

.active_tab {
    background: rgba(221, 221, 221, 0.2);
}

.aside_block_command {
    min-height: 750px;
}

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

.command_item {
    width: 32%;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0;
    min-height: 500px;
}
.command_item img {
    width: 100%;
	height: fit-content;
}
.command_item h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    margin: 10px 0;
    text-transform: uppercase;
    padding: 0 10px;
}
.command_item ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin: 15px 0;
    opacity: 0.5;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.command_item ul li:before {
    content: url("/wp-content/themes/studyacademy/assets/img/command/check.svg");
    position: absolute;
    top: 0;
    left: -28px;
}

.main_command {
    background: #f6f6f6;
}

.about_title {
    background: #F6F6F6;
    padding: 50px 0;
}

.about_title-items {
    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;
}

.title {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: americanatrus_lat;
}

.about_title-items-left {
    width: 26%;
}
.about_title-items-left p {
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
}

.about_title-items-right {
    width: 70%;
    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;
}

.about_title-items-right-item {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 33%;
    height: 300px;
}
.about_title-items-right-item img {
    max-width: 60px;
}
.about_title-items-right-item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.about_items_title {
    text-align: center;
}

.about_items_blocks_content {
    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;
}

.about_item {
    width: 49%;
    border: 1px solid #F1F0F0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    margin: 10px 0;
}
.about_item h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: americanatrus_lat;
    margin: 0;
}
.about_item h3 span {
    color: #FF2D37;
}
.about_item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.about_item img {
    width: 50%;
}

.about_item-text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
}

.main_vacancy h3 {
    margin: 0;
}
.main_vacancy p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.main_vacancy span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.bottom_title_vacancy {
    font-size: 38px !important;
    letter-spacing: normal !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: inherit !important;
    display: block;
    margin: 30px 0;
}

.main_vacancy ul {
    padding-left: 0;
    margin: 40px 0;
}
.main_vacancy ul li {
    margin: 10px 0;
    color: #fff;
    background: #0C56B2;
    padding: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.main_vacancy ul li img {
    margin-right: 20px;
}

.aside_block_vacancy_item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin: 10px 0;
}
.aside_block_vacancy_item p {
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
}
.aside_block_vacancy_item a {
    text-decoration: none;
    border: 1px solid #DFDFDF;
    font-size: 16px;
    font-style: normal;
    color: #222;
    padding: 10px;
    padding-left: 15px;
    font-weight: 300;
    line-height: normal;
    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;
    border-radius: 50px;
}
.aside_block_vacancy_item a img {
    max-width: 45px;
}

.aside_vacancy {
    padding-left: 20px;
}

.aside_block_vacancy {
    min-height: 600px;
}

/*//val*/
.tel.__error, .redBorder {
    border-color: red !important;
}

.greenBorder {
    border-color: green !important;
}

input[type=tel] {
    position: relative;
}

.__error + span::before {
    content: "";
    position: absolute;
    top: -19px;
    color: red;
    left: 11px;
}

.iti {
    margin-top: 8px;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    height: 56px;
    max-width: 250px;
}

/*//val*/
.form_new {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form_new input {
    padding: 25px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCC;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    outline: none;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.form_new input[type=text]:focus {
    border-bottom: 2px solid #CCC;
}
.form_new input[type=tel]:focus {
    border-bottom: 2px solid #CCC;
}
.form_new input[type=email]:focus {
    border-bottom: 2px solid #CCC;
}
.form_new button {
    border-radius: 50px;
    padding: 5px 8px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #ED1C24;
    border: 1px solid #ED1C24;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    width: 100%;
    max-width: 295px;
    min-height: 60px;
    text-transform: uppercase;
    cursor: pointer;
    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;
    position: relative;
    overflow: hidden;
}
.form_new button svg {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    position: absolute;
    right: 7px;
}
.form_new button span {
    position: absolute;
    left: 6px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    width: 70%;
}
.form_new button:hover {
    background: #0C56B2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #0C56B2;
}
.form_new button:hover svg {
    position: absolute;
    right: -100px;
}
.form_new button:hover span {
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.checkbox {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox input {
    width: 4%;
    border-radius: 50px;
}
.checkbox a {
    color: #1F1F1F;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    text-decoration: none;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
    max-width: 420px !important;
    width: 100%;
}

.thank {
    padding: 180px 0;
    padding-bottom: 0;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh;
}

.thank_content {
    width: 100%;
    color: #fff;
    position: relative;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.thank_content-left {
    width: 45%;
}
.thank_content-widget {
    width: 45%;
}
.thank_content h1 {
    font-size: 66px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: americanatrus_lat;
}
.thank_content h1 span {
    position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
    display: inline-block;
}
.thank_content p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.not_found-page {
    padding: 180px 0;
    position: relative;
    background-size: cover;
    min-height: 100vh;
    background: rgb(255, 45, 55);
}

.not_found-page-content {
    width: 100%;
    text-align: center;
    position: relative;
}
.not_found-page-content img {
    max-width: 650px;
    width: 100%;
    height: fit-content;
    margin: 50px 0;
}
.not_found-page-content p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

.btn-not_found {
    border: 1px solid #fff;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 205%);
    -ms-transform: translate(-50%, 205%);
    transform: translate(-50%, 205%);
}

.thank_btn {
    border: 1px solid #fff;
    margin: 0 auto;
    left: 0;
    border-color: #FF2D37;
    bottom: 0;
    position: relative;
    margin-left: 0;
    display: block;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.new__template-program {
    overflow: hidden;
    position: relative;
}

.new__template-program-title {
    padding: 50px 0;
}
.new__template-program-title h2 {
    font-family: americanatrus_lat;
    font-size: 42px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.new__template-program-title h2 span {
    position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
    display: inline-block;
}
.new__template-program-title p {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    max-width: 85%;
    margin: 10px auto;
    margin-top: 30px;
}

.new__template-program-accordion {
    position: relative;
    padding-bottom: 100px;
}
.new__template-program-accordion:after {
    content: url("/wp-content/themes/studyacademy/assets/img/template-new/1.svg");
    position: absolute;
    bottom: -478px;
    right: 0;
}

.new__template-program-accordion-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}

.photos {
    width: 46%;
    position: relative;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.photo.accordion-header_active {
    opacity: 1;
}

.accordion {
    width: 50%;
    max-width: 600px;
    padding: 5px;
    padding-left: 30px;
}

.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    padding: 5px 10px;
    cursor: pointer;
    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;
    font-size: 26px;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
}
.accordion-header::after {
    content: url("/wp-content/themes/studyacademy/assets/img/template-new/arrow.svg");
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion-header.accordion-header_active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-header_active {
    color: #0C56B2;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.accordion-content-inner {
    padding: 10px;
}

.mobile-photo {
    display: none;
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.new__template-program-bonuses {
    padding: 100px 0;
}

.new__template-program-bonuses-title h2 {
    font-family: americanatrus_lat;
    font-size: 42px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.new__template-program-bonuses-title h2 span {
    position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
    display: inline-block;
}

.new__template-program-advantages {
    padding: 50px 0;
}

.new__template-advantages__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;
}

.new__template-advantages__item {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0;
    width: 32%;
    min-height: 700px;
}
.new__template-advantages__item h4 {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}
.new__template-advantages__item p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.new__template-program-results {
    position: relative;
}

.line {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
}

.results__content-item {
    position: relative;
    z-index: 99;
    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: 20px 0;
}

.results__content-item-left {
    width: 50%;
    padding: 10px 100px;
    position: relative;
    z-index: 99;
}
.results__content-item-left span {
    color: #0C56B2;
    font-size: 22px;
    border-radius: 50px;
    background: #E7EEF7;
    padding: 13px;
}
.results__content-item-left h4 {
    color: #0C56B2;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
.results__content-item-left p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
}

.results__content-item-photo {
    width: 45%;
    position: relative;
    z-index: 99;
}
.results__content-item-photo img {
    width: 100%;
}

.new__template-program-reviews {
    padding: 50px 0;
    overflow: hidden;
}

.new__template-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.swiper-button-next:after {
    content: url("/wp-content/themes/studyacademy/assets/img/template-new/arr-r.png") !important;
}

.swiper-button-prev:after {
    content: url("/wp-content/themes/studyacademy/assets/img/template-new/arr-l.png") !important;
}

.new__template-reviews__item {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    width: 32%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.new__template-reviews__item p {
    font-size: 18px;
    font-weight: 300;
}

.new__template-reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #E7EEF7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}
.new__template-reviews__item-top h2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
    margin-left: 15px;
}

.new__template-program-bonuses-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.bonuses-item-row {
    width: 32%;
    min-height: 540px;
}

.bonuses-item-row-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bonuses-item {
    min-height: 258px;
    padding: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bonuses-item span {
    display: block;
    border-radius: 50px;
    border: 1px solid #222;
    padding: 10px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.bonuses-item p {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
}

.bonuses-item-row {
    background-size: cover;
    background-position: 50% 50%;
}

.bonuses-item-row-vertical {
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bonuses-item-row-vertical span {
    display: block;
    border-radius: 50px;
    border: 1px solid #222;
    padding: 10px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.bonuses-item-row-vertical p {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
}

.new__template-program-bonuses-btn {
    padding-top: 40px;
}
.new__template-program-bonuses-btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.blog__cards {
    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;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.pagination {
    position: absolute;
    bottom: 0;
    left: 0
}
.pagination span {
    font-size: 22px;
    color: #FF2D37;
    display: inline-block;
    font-weight: 600;
}
.pagination a {
    text-decoration: none;
    color: #222;
    margin: 0 10px;
    transition: all linear .5s;
}
.pagination a:hover {
    color: #FF2D37;
    font-weight: 600;
}
.blog-card {
    width: 32%;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    margin: 10px 0;
}
.blog-card img {
    width: 100%;
}
.blog-card h4 {
    font-size: 26px;
    font-weight: 400;
}
.blog-card a {
    text-decoration: none;
    color: #222222;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 70px;
    border: 1px solid #222;
    padding: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.blog-card a:hover {
    background: #FF2D37;
    border: 1px solid #FF2D37;
    color: #fff;
}

.blog-card_image_text {
    padding: 10px 30px;
    min-height: 240px;
    position: relative;
}

/*==========  Desktop First  ==========*/
@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1440px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1223px;
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1024px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .container {
        max-width: 740px;
    }
}
@media only screen and (max-width: 600px) {
    .container {
        max-width: 540px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .container {
        max-width: 440px;
    }
}
@media only screen and (max-width: 440px) {
    .container {
        max-width: 410px;
    }
}
@media only screen and (max-width: 414px) {
    .container {
        max-width: 390px;
    }
}
@media only screen and (max-width: 390px) {
    .container {
        max-width: 370px;
    }
}
@media only screen and (max-width: 375px) {
    .container {
        max-width: 360px;
    }
}
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
/**/
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1700px) {
    .english__programs__card-center-item p {
        font-size: 20px;
    }
    .english__programs__card-center-item ul li {
        font-size: 20px;
    }
    .english__programs__card-center-item h3 {
        font-size: 42px;
    }
    .greeting_top {
        width: 50%;
    }
    .greeting {
        min-height: 850px;
    }
    .greeting_bg {
        width: 100%;
        min-height: 850px;
        left: 0;
        height: inherit;
    }
    .greeting_bottom_number h4 {
        font-size: 55px;
        line-height: 50px;
    }
    .greeting_bottom_number p {
        font-size: 18px;
    }
    .greeting_top h1 {
        font-size: 65px;
    }
    .greeting_top p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .not_found-page {
        min-height: 900px;
    }
    .thank {
        min-height: 900px;
    }
    .command_item {
        min-height: 560px;
    }
    .command_item h3 {
        font-size: 24px;
    }
    .command_item ul li {
        font-size: 20px;
        margin: 15px 0;
    }
    .program_text h4 {
        font-size: 46px;
    }
    .program_text p {
        font-size: 20px;
    }
    .footer__content_logo img {
        max-width: 220px;
        width: 100%;
    }
    .footer__content_contacts ul li a {
        font-size: 29px;
    }
    .social p {
        font-size: 16px;
    }
    .footer__content_contacts ul li p {
        font-size: 16px;
    }
    .footer__content_menu ul li a {
        font-size: 18px;
    }
    .footer h4 {
        font-size: 22px;
    }
    .result__item__text p {
        font-size: 20px;
        line-height: normal;
    }
    .result__item__text h4 {
        font-size: 33px;
    }
    .advantage_item img {
        max-width: 120px;
    }
    .advantage_item p {
        font-size: 22px;
        line-height: normal;
    }
    .main__content h2 {
        font-size: 72px;
    }
    .certificates__item-duration p {
        font-size: 20px;
    }
    .certificates__item-duration h5 {
        font-size: 82px;
    }
    .certificates__item-text p {
        font-size: 20px;
    }
    .certificates__item-text h4 {
        font-size: 42px;
    }
    .aside_block h4 {
        font-size: 25px;
    }
    .aside_block h4:after {
        font-size: 22px;
    }
    .aside_block h4:after {
        bottom: -22px;
    }
    .format ul li p {
        font-size: 20px;
    }
    .program__title p {
        font-size: 26px;
        line-height: 36px;
    }
    .program__title span {
        font-size: 20px;
    }
    .program__title h4, .program__title h1 {
        font-size: 72px;
    }
    .flag {
        max-width: 220px;
    }
    .header__content-menu ul li a {
        font-size: 15px;
    }
    .greeting_bottom_number h4 {
        font-size: 65px;
    }
    .greeting_top h1 {
        font-size: 84px;
    }
}
@media only screen and (max-width: 1300px) {
    .new__template-program-accordion:after {
        display: none;
    }
    .new__template-program-title h2 {
        font-size: 38px;
    }
    .thank_content h1 {
        font-size: 59px;
    }
    .result__item__text h4 {
        font-size: 22px;
    }
    .main__content h2 {
        font-size: 50px;
    }
    .aside {
        padding-left: 40px;
    }
    .program__title {
        width: 60%;
    }
    .greeting_top {
        padding: 40px 50px;
    }
    .main__title {
        font-size: 50px;
    }
    .greeting_bottom_number h4 {
        font-size: 58px;
    }
    .greeting_top h1 {
        font-size: 74px;
    }
}
@media only screen and (max-width: 1200px) {
    .results__content-item-left h4 {
        font-size: 26px;
    }
    .results__content-item-left {
        padding: 10px 40px;
    }
    .new__template-advantages__item {
        width: 47%;
    }
    .greeting_top {
        width: 60%;
    }
    .about_item p {
        font-size: 16px;
    }
    .about_item h3 {
        font-size: 26px;
    }
    .title {
        font-size: 46px;
    }
    .about_title-items-right {
        width: 100%;
    }
    .about_title-items-left {
        width: 100%;
    }
    .about_title-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .aside_block_command {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .aside_block h3 {
        font-size: 36px;
    }
    .greeting_bottom {
        z-index: 99;
    }
    .active:before {
        bottom: -12px;
    }
    .header__content-menu ul li {
        margin: 10px 0;
    }
    .header__content-menu ul li a {
        color: #333;
    }
    .greeting_top {
        z-index: 9;
    }
    .header__items-menu nav {
        width: 100%;
    }
    .menu_mobile {
        display: block !important;
    }
    .header__items-menu {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        background: #fff;
        z-index: 999;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
    }
    .header__items-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 0px;
    }
    .program {
        padding: 170px 0;
    }
    .result__item__text p {
        font-size: 14px;
        line-height: normal;
    }
    .aside_block span {
        font-size: 15px;
    }
    .main__content h2 {
        font-size: 45px;
    }
    .advantage_item {
        width: 47%;
    }
    .program_text {
        width: 65%;
    }
    .program_text p {
        font-size: 15px;
    }
    .program__card {
        margin: 10px 0;
    }
    .program__card {
        min-height: 330px;
    }
    .program_text h4 {
        font-size: 23px;
    }
    .all__programs-title h3, h1 {
        font-size: 47px;
    }
    .footer__content_contacts, .footer__content_logo, .footer__content_menu {
        width: 35%;
    }
    .footer__content_contacts ul li a {
        font-size: 20px;
    }
    .bottom_title h3 {
        font-size: 26px;
    }
    .english__programs__card {
        width: 100%;
        margin: 10px;
    }
    .english__programs__card-center-item h3 {
        font-size: 28px;
    }
    .english__programs__card-center-item ul li {
        margin: 26px 0;
    }
    .program-card_container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .english__programs__card-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .english__programs__card-center {
        width: 82%;
    }
    .english__programs__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main__title {
        font-size: 40px;
    }
    .greeting_bg {
        width: 157%;
        left: -36%;
    }
    .greeting:hover .greeting_bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .program-card_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .greeting_bg {
        width: 200%;
        left: -72%;
    }
    #primary-menu .current-menu-item:before {
        bottom: -5px;
    }
    .btn__program {
        padding: 13px 20px;
        height: 53px;
    }
    .hover_image-effect {
        display: none;
    }
    .about_item h3 {
        font-size: 22px;
    }
    .footer__content_form {
        width: 100%;
    }
    .tab-content_addresses {
        height: 230px;
    }
    .tabs label {
        font-size: 14px;
    }
    .map__addresses h4 {
        font-size: 18px;
    }
    .map__addresses {
        width: 55%;
        min-height: 317px;
        overflow: hidden;
    }
    .main__content {
        width: 100%;
    }
    .aside_block-item {
        margin-bottom: 10px;
    }
    .aside_block p {
        margin-bottom: 10px;
    }
    .aside_block h4:after {
        bottom: -10px;
    }
    .aside_block h4 {
        margin-bottom: 14px;
    }
    .aside_block {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: inherit;
    }
    .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .aside {
        width: 100%;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 20px 0;
        padding-left: 50px;
    }
    .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__content_menu ul:before, .footer__content_menu ul:after, .footer__content_contacts ul:before, .footer__content_contacts ul:after {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .footer__content_contacts, .footer__content_logo, .footer__content_menu {
        width: 100%;
        text-align: center;
    }
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .main_education_card {
        width: 70%;
        margin: 10px 0;
    }
    .main_education-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main__title {
        font-size: 33px;
    }
    .greeting_bottom_number {
        width: 31%;
    }
    .greeting:hover .greeting_bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .greeting_bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .greeting_top {
        width: 80%;
    }
    .greeting_bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .greeting_bottom_number:after {
        display: none;
    }
    .greeting_top h1 {
        font-size: 56px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    
    .thank_content-left, .thank_content-widget {
        width: 100%;
    }
    .blog-card {
        width: 46%;
    }
    .new__template-program-accordion {
        padding-bottom: 30px;
    }
    .new__template-program-title {
        padding: 30px 0;
    }
    .new__template-program-advantages {
        padding: 0;
    }
    .new__template-program-bonuses {
        padding: 55px 0;
    }
    .swiper-button-next, .swiper-button-prev {
        top: inherit !important;
        bottom: 0 !important;
    }
    .results__content-item-left h4 {
        margin: 15px 0;
        margin-top: 30px;
    }
    .results__content-item-left {
        padding: 10px 0;
    }
    .results__content-item-left p {
        font-size: 18px;
    }
    .results__content-item-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .results__content-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .results__content-item-left {
        width: 100%;
    }
    .results__content-item-photo {
        width: 100%;
    }
    .new__template-program-bonuses-title h2 {
        font-size: 32px;
    }
    .bonuses-item-row {
        margin-top: 20px;
        width: 100%;
    }
    .new__template-program-bonuses-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .new__template-program-title p {
        font-size: 20px;
    }
    .new__template-program-title h2 {
        font-size: 32px;
    }
    .new__template-program-accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .photos {
        display: none;
    }
    .accordion {
        width: 100%;
        max-width: none;
        padding: 10px;
    }
    .mobile-photo {
        display: block;
    }
    .english__programs__card-center-item ul li {
        margin: 32px 0;
    }
    .english__programs__card-bottom {
        width: 100%;
    }
    .english__programs__card-center {
        padding-left: 20px;
        width: 100%;
    }
    .program_text p {
        z-index: 99;
    }
    .program_text р4 {
        z-index: 99;
    }
    .not_found-page-content img {
        max-width: 520px;
    }
    .not_found-page-content p {
        width: 80%;
    }
    .about_item-text {
        padding-top: 20px;
    }
    .about_items_title {
        padding-top: 30px;
    }
    .about_item img {
        width: 100%;
    }
    .about_item-text {
        width: 100%;
    }
    .about_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about_title-items-right-item p {
        font-size: 16px;
    }
    .about_title-items-left p {
        font-size: 16px;
    }
    .title {
        font-size: 30px;
        margin: 0;
    }
    .about_item {
        width: 100%;
    }
    .about_title-items-right-item {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 10px 0;
    }
    .about_title-items-right-item {
        width: 100%;
    }
    .about_title-items-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .command_item {
        width: 49%;
    }
    .map__addresses {
        width: 78%;
    }
    .certificates__item-duration p {
        left: 0;
    }
    .certificates__item-duration h5 {
        font-size: 90px;
    }
    .certificates__item-duration {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .certificates__item-text:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        right: inherit;
        top: inherit;
        bottom: -7px;
        left: 0;
    }
    .flag {
        z-index: 9999;
    }
    .certificates__item-img {
        width: 100%;
    }
    .certificates__item-text {
        width: 100%;
        padding: 20px 0;
    }
    .certificates__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .program {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 100px 0;
    }
    .program__title {
        width: 100%;
    }
    .program_text h4, h1 {
        font-size: 26px;
    }
    .programs__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .program__card {
        width: 80%;
    }
    .main_education_card {
        width: 100%;
    }
    .greeting_bottom_number h4 {
        font-size: 50px;
    }
    .greeting_top h1 {
        font-size: 48px;
    }
    .greeting_bottom_number {
        width: 46%;
    }
    .greeting_top {
        padding: 31px 34px;
    }
    .greeting_bg {
        top: 0;
        left: -39%;
        right: 0;
        bottom: 0;
        min-height: 909px;
        width: 209%;
    }
}
@media only screen and (max-width: 600px) {
    
    .thank_content {
        flex-direction: column;
    }
    
    .thank_btn {
        left: 0!important;
        bottom: 0!important;
    }
    
    
    .greeting {
        object-fit: cover;
        /*background-image: url('/wp-content/themes/studyacademy/assets/img/bg-mob.png')!important;*/
    }
	
	
	.about_title-items-right-item img {
		height: auto;
	}
	
	.results__content-item-photo img {
		height: auto;
	}
	
	.english__programs__card-bottom img {
		height: 221px;
	}
	
	.main_education_card-top img {
		height: 181px;
	}
    .blog .all__programs-title p {
        font-size: 16px;
    }
    .blog-card {
        width: 100%;
    }
    .new__template-advantages__item {
        width: 100%;
        min-height: 520px;
    }
    .new__template-advantages__item h4 {
        font-size: 20px;
    }
    .bonuses-item-row {
        min-height: 430px;
    }
    .bonuses-item {
        margin-top: 20px;
    }
    .new__template-program-title p {
        font-size: 16px;
        width: 100%;
    }
    .accordion-header {
        font-size: 20px;
    }
    .greeting {
        position: relative;
    }
    .greeting:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        height: 87%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(31, 31, 31)), to(transparent));
        background: linear-gradient(0deg, rgb(31, 31, 31), transparent);
    }
    .english__programs {
        margin-bottom: 10px;
    }
    .english__programs__card-bottom {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .english__programs__card-center-item ul li:before {
        top: -2px;
    }
    .english__programs__card {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .greeting {
        min-height: 720px;
        padding-bottom: 20px;
    }
    .btn_to-form {
        margin: 20px 0;
    }
    .form_new button {
        max-width: 400px;
    }
    .footer {
        padding-top: 40px;
    }
    .footer__content_logo img {
        max-width: 140px;
    }
    .thank_content {
        gap: 0
    }
    .thank_btn {
        left: 0 !important;
        bottom: 0 !important;
    }
    .btn-not_found {
        left: 50% !important;
    }
    .not_found-page {
        min-height: 630px;
        padding-bottom: 50px;
    }
    .not_found-page-content p {
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }
    .thank {
        padding-bottom: 40px;
        padding-top: 110px;
        min-height: 460px;
    }
    .thank_content p {
        font-size: 12px;
        line-height: normal;
    }
    .thank_content h1 {
        font-size: 38px;
    }
    .thank_content {
        width: 100%;
    }
    .english__programs__card:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .btn__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .english__programs__card-top a {
        font-size: 18px;
    }
    .bottom_title_vacancy {
        font-size: 26px !important;
    }
    .bottom_title_vacancy br {
        display: none;
    }
    .main_vacancy ul li {
        font-size: 16px;
    }
    .main_vacancy span {
        font-size: 18px;
    }
    .main_vacancy p {
        font-size: 16px;
    }
    .about_item-text {
        font-size: 26px;
    }
    .command_item h3 {
        font-size: 18px;
    }
    .command_item ul li {
        font-size: 14px;
    }
    .command_item {
        width: 100%;
    }
    .aside {
        padding-left: 20px;
    }
    .aside_block p {
        font-size: 14px;
    }
    .aside_block h3 {
        font-size: 25px;
    }
    .tab-content_addresses {
        height: 220px;
    }
    .map__addresses h4 {
        margin-top: 10px;
    }
    .map__phones {
        display: none;
    }
    .tabgroup {
        top: 300px;
        height: 65%;
    }
    .map__addresses {
        height: 300px;
        min-height: 300px;
        z-index: 99;
    }
    .map__phones {
        z-index: 99;
    }
    .map__phones a {
        font-size: 12px;
        line-height: 25px;
    }
    .map__phones p {
        font-size: 16px;
    }
    .tab-content_addresses-item-text h4 {
        font-size: 14px !important;
    }
    .map__addresses {
        padding: 15px 13px;
    }
    .map__addresses {
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
    }
    .form_container {
        padding: 15px;
    }
    .form_container h4 {
        margin: 0;
    }
    .footer__content_form {
        width: 100%;
    }
    .certificates__item-text p {
        font-size: 14px;
    }
    .certificates__item-text h4 {
        font-size: 28px;
    }
    .format ul li {
        background: rgba(31, 31, 31, 0.15);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }
    .greeting_bottom_number {
        padding: 0 5px;
    }
    .select {
        max-width: 232px;
    }
    .english__programs {
        margin-top: 30px;
    }
    .header__content {
        height: 75px;
    }
    .bottom_text p {
        margin-bottom: 70px;
    }
    .bottom_text span:before {
        top: -30px;
    }
    .bottom_title img {
        max-width: 100px;
    }
    .program {
        background-position: 65% 50%;
    }
    .program {
        padding-top: 164px;
    }
    .result__item__text {
        padding: 15px 0;
    }
    .result__item_number {
        width: 100%;
    }
    .result__item__text {
        width: 100%;
    }
    .result__item__photo {
        width: 100%;
    }
    .result__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantage_item {
        min-height: 150px;
        padding: 15px;
    }
    .advantage_item img {
        max-width: 50px;
    }
    .advantage_item p {
        font-size: 12px;
        line-height: normal;
    }
    .main__content {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .advantage_item {
        width: 45%;
    }
    .main__content h2 {
        font-size: 25px;
    }
    .program {
        padding-bottom: 20px;
    }
    .format ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .format ul li {
        width: 100%;
        margin: 5px 0;
    }
    .program__title p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .program__title h4, .program__title h1 {
        font-size: 36px;
    }
    .program_text h4 {
        font-size: 24px;
    }
    .btn__program {
        left: 22px;
        bottom: 22px;
    }
    .program__card {
        padding: 22px;
    }
    .program_text span {
        font-size: 12px;
    }
    .programs {
        padding: 40px 0;
    }
    .all__programs {
        min-height: 260px;
        padding: 75px 0;
        padding-top: 125px;
    }
    .all__programs-title h3, .all__programs-title h1 {
        font-size: 25px;
    }
    .program_text h4 {
        font-size: 28px;
    }
    .program__card {
        width: 100%;
    }
    .full-width {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important;
    }
    .seo__text-content {
        width: 100%;
    }
    .seo__text__openbtn {
        right: 20px;
        top: 20px;
    }
    .seo__text-content {
        max-height: 280px;
    }
    .main_education {
        padding: 30px 0;
    }
    .main_education_card:hover .main_education_card-container {
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    .main_education_card {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding-bottom: 20px;
    }
    .bottom_text ul li {
        font-size: 14px;
    }
    .bottom_text span {
        font-size: 14px;
    }
    .bottom_text p {
        font-size: 14px;
    }
    .bottom_title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom_title h3 {
        font-size: 19px;
    }
    .english__programs__cards {
        margin-top: 20px;
    }
    .main__title {
        font-size: 26px;
    }
    .english__programs__card-center-item p {
        font-size: 15px;
    }
    .english__programs__card-center-item h3 {
        font-size: 22px;
    }
    .english__programs__card-center-item ul li {
        margin: 25px 0;
    }
    .english__programs__card-center {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .english__programs__card {
        width: 100%;
        margin: 10px 0;
    }
    .greeting_bg {
        min-height: 770px;
        width: 360%;
        left: -88%;
    }
    .greeting_bottom_number h4 {
        font-size: 27px;
    }
    .greeting_bottom_number p {
        font-size: 12px;
        margin: 5px 0;
    }
    .greeting_bottom_number {
        width: 43%;
    }
    .greeting_bottom {
        margin-top: 20px;
    }
    .greeting_top p {
        font-size: 14px;
        line-height: 20px;
    }
    .greeting_top {
        padding: 20px;
        width: 100%;
    }
    .greeting_top h1 {
        font-size: 32px;
    }
}
/* Extra Small Devices, Phones */
/**/
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
/**/