html {
    scroll-behavior: smooth
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-rendering: optimizeSpeed
}

.fancybox-image {
    border-radius: 15px
}

._title {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 68px
}

._subtitle {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px
}

._button {
    display: inline-block;
    padding: 18px 69px;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff2727;
    border-radius: 10px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all .3s ease
}

._button:hover {
    background-color: red
}

._text {
    font-size: 23px;
    line-height: 160%
}

._text p+p {
    margin-top: 38px
}

._text a {
    text-decoration: underline
}

._input {
    height: 60px;
    padding: 19px 31px;
    border: 1px solid #000;
    border-radius: 10px
}

._input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .5);
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

._input::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease
}

._input:focus:-ms-input-placeholder {
    opacity: 0
}

._input:focus::placeholder {
    opacity: 0
}

._video {
    position: relative;
    padding-top: 50%;
    border-radius: 20px
}

._video__play {
    position: absolute;
    top: calc(50% - 100px / 2);
    left: calc(50% - 100px / 2);
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 1px 35px rgba(177, 131, 27, .55));
    cursor: pointer;
    transition: all .3s ease
}

._video__play img,
._video__play svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

._video__play:hover {
    transform: scale(1.07)
}

._video__play.active {
    opacity: 0;
    visibility: hidden
}

._video__poster {
    width: 100%;
    height: 100%
}

._video__poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

._video__poster.active {
    opacity: 0;
    visibility: hidden
}

._video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.page-child ._video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

._video__iframe.active {
    display: block
}

._video__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

._modal {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .5s ease-in-out;
    z-index: 100;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
    border: none;
}

._modal.active {
    opacity: 1;
    visibility: visible
}

._modal.active ._modal__content {
    opacity: 1;
    transform: translate(0, 0)
}

._modal__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

._modal__body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px
}

._modal__content {
    position: relative;
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
    padding: 30px 74px 51px;
    opacity: 0;
    background: #000;
    border-radius: 20px;
    transform: translate(0, -100%);
    transition: all .3s ease-in-out
}

._modal__close {
    position: absolute;
    right: 65px;
    top: 65px;
    display: inline-block;
    padding: 7px 25px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: none;
    background: #000;
    box-shadow: 0 2px 5px rgba(177, 27, 27, .25);
    border-radius: 10px;
    cursor: pointer;
    z-index: 101
}

._modal__inner {
    display: flex
}

._modal__major {
    max-width: 402px
}

._modal__title {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #fff
}

._modal__subtitle {
    margin-top: 22px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff
}

._modal__input-wrapper {
    margin-top: 38px
}

._modal__input {
    width: 100%;
    max-width: 354px;
    height: 44px;
    padding: 22px 11px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(177, 27, 27, .25);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    line-height: 44px;
    text-shadow: 0 0 3px rgba(255, 255, 255, .15)
}

._modal__input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 44px;
    color: #d6d6d6;
    text-shadow: 0 0 3px rgba(255, 255, 255, .15)
}

._modal__input::placeholder {
    font-size: 16px;
    line-height: 44px;
    color: #d6d6d6;
    text-shadow: 0 0 3px rgba(255, 255, 255, .15)
}

._modal__buttons {
    margin-top: 21px
}

._modal__button {
    padding: 8px 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    text-transform: initial
}

._modal__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 285px;
    height: 454px
}

._modal__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

._home {
    padding-top: 234px;
    padding-bottom: 282px;
    background-color: #ffb6b9
}

._home__inner {
    display: flex
}

._home__major {
    flex: 1 1 100%;
    padding-right: 20px;
    display: flex;
    flex-direction: column
}

._home__title {
    max-width: 580px
}

._home__subtitle {
    margin-top: 15px;
    max-width: 708px
}

._home__features {
    margin-top: 56px
}

._home__features-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 50px
}

._home__features-item {
    display: flex;
    align-items: center;
    padding-right: 20px
}

._home__features-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px
}

._home__features-icon img,
._home__features-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #ff2727
}

._home__features-icon--clock {
    padding: 2.5px
}

._home__features-content {
    padding-left: 21px
}

._home__features-label {
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: 25px
}

._home__features-text {
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: 25px
}

._home__bottom {
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

._home__button {
    padding: 20px 50px;
    box-shadow: 0 30px 50px rgba(73, 8, 8, .25);
    transition: .3s linear
}

._home__button:hover {
    transform: scale(1.1)
}

._home__image {
    margin-right: 52px;
    width: 178px;
    height: 79px
}

._home__image img,
._home__image svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

._home__minor {
    position: relative;
    flex: 1 0 725px
}

._home__video {
    width: 100%;
    height: 100%;
    padding-top: 0;
    filter: drop-shadow(0 40px 60px rgba(192, 45, 45, .4))
}

._home video {
    height: 100%;
    width: 100%
}

._teacher {
    padding-top: 68px;
    background-color: #bbded6
}

._teacher__inner {
    position: relative;
    display: flex
}

._teacher__major {
    flex: 1 0 50%
}

._teacher__subtitle {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px
}

._teacher__title {
    margin-bottom: 67px
}

._teacher__text-wrapper {
    position: relative;
    padding-top: 81px;
    padding-bottom: 31px;
    padding-right: 30px;
    background-color: #fff
}

._teacher__text-wrapper::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    content: ""
}

._teacher__text {
    max-height: 670px;
    margin-bottom: -15px;
    padding: 0 60px 0 0;
    background-color: #fff;
    overflow-y: auto
}

._teacher__text::-webkit-scrollbar {
    width: 11px
}

._teacher__text::-webkit-scrollbar-thumb {
    background-color: #ff2727;
    box-shadow: 0 1px 1px rgba(177, 131, 27, .1);
    border-radius: 20px
}

._teacher__text p:first-child {
    margin-top: 0
}

._teacher__text p:last-child {
    margin-bottom: 0
}

._teacher__minor {
    flex: 1 0 50%
}

._teacher__image {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 640px;
    height: 900px
}

._teacher__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

._contact {
    padding-top: 91px;
    padding-bottom: 96px
}

._contact__inner {
    width: 100%;
    max-width: 1126px;
    margin: 0 auto;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

._contact__title {
    margin: 0 auto;
    max-width: 992px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    text-align: center
}

._contact__form {
    width: 100%;
    margin-top: 33px;
    padding: 27px 98px 48px 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 43px 57px rgba(145, 145, 145, .25);
    border-radius: 20px
}

._contact__form-item {
    flex: 1 0 330px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

._contact__form-item--button {
    flex-shrink: 1
}

._contact__label {
    width: 100%;
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px
}

._contact__input {
    width: 100%;
    margin-top: 10px
}

._contact__button {
    height: 60px;
    width: 100%;
    margin-top: 41px;
    padding: 0 69px;
    font-size: 18px;
    line-height: 60px;
    transition: .3s linear
}

._contact__button:hover {
    transform: scale(1.1)
}

._program__inner {
    width: 100%
}

._program__list {
    margin-top: 69px;
    padding-left: 0;
    list-style: none;
    counter-reset: _program
}

._program__item {
    position: relative;
    padding: 12px 50px 18px 38px;
    background: #fff;
    box-shadow: 0 3px 4px rgba(174, 174, 174, .2);
    border-radius: 15px
}

._program__item--hidden {
    display: none
}

._program__item+._program__item {
    margin-top: 47px
}

._program__item::after {
    position: absolute;
    top: 10px;
    right: 50px;
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 200px;
    line-height: 272px;
    text-align: right;
    color: rgba(228, 228, 228, .25);
    counter-increment: _program;
    content: "0" counter(_program);
    pointer-events: none
}

._program__item-text {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    line-height: 180%;
    color: rgba(0, 0, 0, .5);
    overflow: hidden
}

._program__item-text.active {
    max-height: 100%
}

._program__item-text.active::after {
    content: none
}

._program__item-text p {
    position: relative;
    margin-bottom: 3px;
    margin-top: 0;
    padding-left: 25px
}

._program__item-text p::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/themes/compas/img/sprite/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
}

._program__item-text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    height: 100px;
    width: 100%;
    background: linear-gradient(360deg, #fff 10%, rgba(255, 255, 255, 0) 100%);
    content: ""
}

._program__item-bottom {
    display: flex;
    flex-direction: column
}

._program__item-button {
    display: inline-block;
    font-size: 16px;
    line-height: 180%;
    background-color: transparent;
    border: none;
    cursor: pointer
}

._program__item-button.active {
    display: none
}

._program__item-button:hover {
    text-decoration: underline
}

._program__bottom {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

._program__button {
    padding: 20px 54px;
    box-shadow: 0 30px 50px rgba(73, 8, 8, .25);
    transition: .3s linear
}

._program__button:hover {
    transform: scale(1.1)
}

._certificate {
    padding-top: 146px;
    padding-bottom: 135px
}

._certificate__inner {
    width: 100%;
    position: relative;
    display: flex
}

._certificate__major {
    flex: 1 0 47%
}

._certificate__content {
    position: relative;
    padding: 100px 186px 166px 0;
    background-color: #fae3d9
}

._certificate__content::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #fae3d9;
    content: ""
}

._certificate__subtitle {
    margin-top: 65px;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    color: rgba(0, 0, 0, .5)
}

._certificate__bottom {
    margin-top: 75px
}

._certificate__bottom a {
    transition: .3s linear
}

._certificate__bottom a:hover {
    transform: scale(1.1)
}

._certificate__minor {
    flex: 1 0 52%
}

._certificate__image {
    position: absolute;
    right: calc(((100vw - 1665px)/ 2 + 50px) * -1);
    top: calc(50% - 1124px / 2.2);
    width: 1200px;
    height: 1124px;
    pointer-events: none
}

._certificate__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

._courses {
    padding-bottom: 136px
}

._courses__title {
    max-width: 491px
}

._courses__tariffs {
    margin-top: 45px
}

._courses__list {
    list-style: none;
    display: flex;
    justify-content: space-between
}

._courses__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 3px 4px #cecece;
    border-radius: 10px;
    margin-right: 76px
}

._courses__item-top {
    padding: 20px 50px 30px;
    background-color: #000;
    box-shadow: 0 3px 4px #cecece;
    border-radius: 10px 10px 0 0
}

._courses__item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #fff
}

._courses__item-content {
    padding: 56px 50px;
    font-weight: 500;
    font-size: 23px;
    line-height: 130%
}

._courses__item-content ul {
    list-style: none
}

._courses__item-content li {
    position: relative;
    padding-left: 45px
}

._courses__item-content li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/themes/compas/img/sprite/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
}

._courses__item-content li+li {
    margin-top: 14px
}

._courses__item-bottom {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px 62px
}

._courses__item-button {
    padding: 20px 60px;
    transition: .3s linear
}

._courses__item-button:hover {
    transform: scale(1.1)
}

._courses__item-price {
    color: #000;
    margin-top: 15px;
    font-weight: 700;
    font-size: 35px;
    line-height: 130%
}

._courses__item-price b {
    color: #ff2727
}

._gets {
    background-color: #fae3d9
}

._gets__inner {
    display: flex
}

._gets__major {
    position: relative;
    flex: 1 0 50%;
    padding-top: 98px;
    padding-bottom: 58px;
    background-color: #fff
}

._gets__major::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    content: ""
}

._gets__features {
    margin-top: 74px
}

._gets__features-list {
    display: flex;
    flex-direction: column
}

._gets__features-item {
    display: flex;
    align-items: center
}

._gets__features-item+._gets__features-item {
    margin-top: 80px
}

._gets__features-icon {
    width: 42px;
    height: 42px
}

._gets__features-icon img,
._gets__features-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #ff2727
}

._gets__features-icon--clock {
    padding: 2.5px
}

._gets__features-content {
    padding-left: 21px
}

._gets__features-label {
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: 25px
}

._gets__features-text {
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: 25px
}

._gets__minor {
    flex: 1 0 calc(51% - 38px)
}

._gets__content {
    padding: 108px 50px 71px
}

._gets__list {
    font-size: 30px;
    line-height: 41px;
    list-style: none
}

._gets__list-item {
    position: relative;
    padding-left: 48px
}

._gets__list-item+._gets__list-item {
    margin-top: 49px
}

._gets__list-item::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/themes/compas/img/sprite/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
}

._gets__minor-bottom {
    margin-top: 59px;
    padding-left: 50px
}

._gets__button {
    padding: 20px 60px;
    border-radius: 20px;
    transition: .3s linear
}

._gets__button:hover {
    transform: scale(1.1)
}

._videos {
    padding-top: 100px;
    margin-bottom: 100px
}

._videos__content {
    padding-top: 70px
}

._videos__list {
    margin: -30px -39.5px;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

._videos__item {
    flex: 1 0 calc(50% - 79px);
    margin: 30px 39.5px;
    padding-top: 25.6%
}

._seo {
    margin-top: 100px;
    padding-bottom: 100px
}

._seo__content {
    padding-top: 5px;
    font-size: 23px;
    line-height: 120%;
    color: rgba(0, 0, 0, .5)
}

._seo__content P+p {
    margin-top: 25px
}

._home--blue {
    background-color: #bbded6;
    padding-bottom: 214px
}

._home__title--2 {
    max-width: 700px;
    margin-bottom: 45px;
    font-size: 60px;
    line-height: 120%
}

._home__subtitle--2 {
    max-width: 550px
}

._home__button--2 {
    padding: 20px 106px
}

._skills {
    padding-top: 91px;
    padding-bottom: 118px;
    background-color: #f5f5f5
}

._skills__title {
    text-align: center
}

._skills__content {
    margin-top: 57px
}

._skills__list {
    margin: -25px -30.5px;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

._skills__item {
    flex: 0 0 calc(33.333% - 61px);
    margin: 25px 30.5px;
    transition: .3s linear
}

._skills__item:hover {
    transform: scale(1.1)
}

._skill {
    display: flex;
    height: 267px;
    background-color: #fff;
    border-radius: 20px
}

._skill--hot ._skill__tag {
    background-color: #ffb6b9
}

._skill--blue {
    box-shadow: 0 43px 57px rgba(145, 145, 145, .25)
}

._skill--blue ._skill__tag {
    background-color: #8ac6d1
}

._skill__major {
    flex: 1 0 55%;
    padding: 33px 0 27px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

._skill__tag {
    padding: 5px 40px 4px 30px;
    background-color: #bbded6;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

._skill__body {
    margin-top: 26px
}

._skill__suptitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #9f9f9f
}

._skill__title {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px
}

._skill__footer {
    margin-top: auto;
    margin-bottom: 0
}

._skill__list {
    list-style: none
}

._skill__list-item {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

._skill__list-item-left {
    color: #9f9f9f
}

._skill__list-item-right {
    padding-left: 10px
}

._skill__minor {
    flex: 1 0 45%
}

._skill__image {
    width: 100%;
    height: 100%
}

._skill__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

._choice {
    padding-top: 100px;
    padding-bottom: 100px
}

._choice__content {
    margin-top: 47px
}

._choice__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -67px;
    list-style: none;
    counter-reset: _choice
}

._choice__item {
    position: relative;
    flex: 1 0 calc(50% - 74px);
    margin: 67px 74px 0 0;
    padding: 54px 63px 103px;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(174, 174, 174, .2);
    border-radius: 15px
}

._choice__item::after {
    position: absolute;
    top: calc(50% - 340px / 2);
    right: 26px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 250px;
    line-height: 340px;
    color: rgba(255, 39, 39, .25);
    counter-increment: _choice;
    content: "0" counter(_choice)
}

._choice__item-title {
    max-width: 242px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px
}

._choice__item-subtitle {
    max-width: 277px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .5)
}

._study {
    padding-bottom: 110px
}

._study__title {
    text-align: center
}

._study__list {
    margin-top: 12px;
    margin-right: 140px;
    display: flex;
    flex-direction: column;
    align-items: center
}

._study__item {
    margin-top: 71px;
    display: flex
}

._study__item-major {
    flex: 1 0 50%
}

._study__item-image {
    width: 100%;
    height: 374px
}

._study__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

._study__item-minor {
    flex: 1 0 50%;
    width: 693px;
    padding-left: 81px
}

._study__item-title {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px
}

._study__item-text {
    margin-top: 20px
}

._study__item-text ul {
    list-style: none
}

._study__item-text li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    line-height: 180%;
    color: rgba(0, 0, 0, .5)
}

._study__item-text li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/themes/compas/img/sprite/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
}

._about {
    position: relative;
    padding-top: 68px
}

._about::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 253px;
    background-color: #ffb6b9;
    content: "";
    z-index: -1
}

._about__inner {
    display: flex
}

._about__major {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column
}

._about__subtitle {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px
}

._about__title {
    margin-bottom: 67px
}

._about__text {
    padding-top: 50px;
    padding-right: 54px
}

._about__social {
    margin-top: auto;
    margin-bottom: 63px
}

._about__social-list {
    display: flex;
    list-style: none
}

._about__social-item {
    width: 48px;
    height: 48px;
    transition: all .3s ease
}

._about__social-item:hover {
    filter: invert(50%)
}

._about__social-item img,
._about__social-item svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

._about__social-item+._about__social-item {
    margin-left: 50px
}

._about__minor {
    flex: 1 0 50%
}

._about__image {
    margin-top: 36px;
    width: 100%;
    height: 888px
}

._about__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

._events {
    padding-top: 91px;
    padding-bottom: 123px;
    background-color: #f5f5f5
}

._events__title {
    text-align: center
}

._events__slider {
    margin-top: 70px
}

._events__slider-image {
    display: block;
    outline: 0
}

._events__slider-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1660px) {
    ._certificate__image {
        right: -70px
    }
}

@media (max-width:1499.98px) {
    ._title {
        font-size: 42px;
        line-height: 52px
    }
    ._subtitle {
        font-size: 22px;
        line-height: 28px
    }
    ._text {
        font-size: 21px;
        line-height: 150%
    }
    ._text p+p {
        margin-top: 30px
    }
    ._home {
        padding-top: 172px;
        padding-bottom: 82px
    }
    ._home__title {
        max-width: 520px
    }
    ._home__subtitle {
        max-width: 508px
    }
    ._home__features-list {
        flex-wrap: wrap
    }
    ._home__features-item {
        padding-bottom: 15px;
        flex: 1 0 40%
    }
    ._contact__title {
        font-size: 36px;
        line-height: 44px
    }
    ._contact__form {
        padding: 20px 40px 60px
    }
    ._contact__form-item {
        flex: 1 1 auto
    }
    ._contact__label {
        margin-right: 20px;
        font-size: 21px;
        line-height: 28px
    }
    ._contact__button {
        margin-top: 38px
    }
    ._certificate__subtitle {
        font-size: 21px
    }
    ._certificate__image {
        top: calc(50% - 824px / 2);
        width: 900px;
        height: 824px
    }
    ._courses__item-title {
        font-size: 34px
    }
    ._seo__content {
        font-size: 21px;
        line-height: 150%
    }
    ._seo__content p+p {
        margin-top: 30px
    }
    ._home__button--2 {
        margin-top: 50px
    }
}

@media (max-width:1399.98px) {
    ._teacher__image {
        width: 559.72px;
        height: 802px;
        pointer-events: none
    }
    ._skills__item {
        flex: 0 0 calc(50% - 61px)
    }
}

@media (max-width:1300px) {
    ._home__inner {
        flex-direction: column
    }
    ._home__major {
        margin-bottom: 50px
    }
    ._home__features {
        margin-bottom: 0
    }
    ._home__minor {
        flex: 1 0 auto
    }
}

@media (max-width:1199.98px) {
    ._courses__list {
        flex-direction: column
    }
    ._courses__item {
        margin-left: 0
    }
    ._courses__item+._courses__item {
        margin-top: 50px
    }
    ._gets__inner {
        flex-direction: column
    }
    ._gets__major {
        margin-top: 50px;
        padding-bottom: 40px
    }
    ._gets__features-item {
        margin-bottom: 40px
    }
    ._gets__features-item+._gets__features-item {
        margin-top: 0
    }
    ._skill__major {
        padding: 15px 0 20px 25px
    }
    ._skill__tag {
        padding: 5px 30px 4px 20px;
        font-size: 12px;
        line-height: 18px
    }
    ._skill__suptitle {
        font-size: 14px;
        line-height: 18px
    }
    ._skill__title {
        font-size: 20px;
        line-height: 28px
    }
    ._skill__list-item {
        font-size: 12px;
        line-height: 16px
    }
    ._choice__item::after {
        top: calc(50% - 240px / 4);
        right: 26px;
        font-size: 150px;
        line-height: 240px
    }
}

@media (max-width:991.98px) {
    ._teacher__inner {
        flex-direction: column;
        padding-top: 120px
    }
    ._teacher__text-wrapper {
        z-index: 2;
        margin-bottom: 40px
    }
    ._teacher__image {
        bottom: calc(100% - 300px);
        right: 0;
        width: 320px;
        height: 462px
    }
    ._certificate__inner {
        flex-direction: column
    }
    ._certificate__subtitle {
        max-width: 400px
    }
    ._certificate__image {
        top: auto;
        bottom: 0;
        right: -15px;
        width: 576px;
        height: 370px
    }
    ._gets__features-list {
        flex-direction: row;
        flex-wrap: wrap
    }
    ._gets__features-item {
        padding-bottom: 15px;
        flex: 1 0 40%
    }
    ._skill {
        height: 217px
    }
    ._study__item {
        flex-direction: column
    }
    ._study__item-minor {
        margin-top: 50px;
        width: 100%;
        padding-left: 20px
    }
    ._about {
        padding-top: 34px
    }
    ._about::before {
        height: 153px
    }
    ._about__inner {
        flex-direction: column
    }
    ._about__title {
        margin-bottom: 27px
    }
    ._about__text {
        padding-top: 44px;
        padding-bottom: 50px
    }
    ._about__image {
        height: 588px
    }
    ._events {
        padding-top: 71px;
        padding-bottom: 83px
    }
    ._events__slider {
        margin-top: 40px
    }
}

@media (max-width:767.98px) {
    ._title {
        font-size: 32px;
        line-height: 38px
    }
    ._subtitle {
        font-size: 20px;
        line-height: 24px
    }
    ._button {
        padding: 12px 39px;
        font-size: 16px;
        line-height: 24px
    }
    ._text {
        font-size: 18px;
        line-height: 150%
    }
    ._text p+p {
        margin-top: 25px
    }
    ._input {
        padding: 19px 20px
    }
    ._video__play {
        top: calc(50% - 75px / 2);
        left: calc(50% - 75px / 2);
        width: 75px;
        height: 75px
    }
    ._video__poster img {
        border-radius: 10px
    }
    ._video__iframe {
        border-radius: 10px
    }
    ._modal__content {
        padding: 30px 30px 51px
    }
    ._modal__close {
        right: 20px
    }
    ._modal__inner {
        flex-direction: column
    }
    ._modal__title {
        font-size: 30px
    }
    ._modal__button {
        padding: 7px 20px
    }
    ._modal__minor {
        align-self: flex-end
    }
    ._modal__img {
        width: 150px;
        height: 254px;
        position: static;
        margin-top: 20px;
        margin-bottom: -51px
    }
    ._home {
        padding-top: 142px
    }
    ._home__features {
        margin: 40px 0
    }
    ._home__features-icon {
        width: 32px;
        height: 32px
    }
    ._home__features-label {
        font-size: 14px;
        line-height: 20px
    }
    ._home__features-text {
        font-size: 14px;
        line-height: 20px
    }
    ._home__bottom {
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 0
    }
    ._home__button {
        padding: 10px 30px;
        margin-bottom: 20px;
        margin-right: 20px
    }
    ._home__image {
        margin-right: 0;
        width: 108px;
        height: 44px
    }
    ._teacher__subtitle {
        font-size: 26px;
        line-height: 38px
    }
    ._teacher__text-wrapper {
        padding-right: 15px
    }
    ._teacher__text {
        padding-right: 20px;
        max-height: 670px
    }
    ._teacher__text::-webkit-scrollbar {
        width: 5px
    }
    ._teacher__text::-webkit-scrollbar-thumb {
        border-radius: 40px
    }
    ._teacher__image {
        height: 402px
    }
    ._contact__title {
        font-size: 32px;
        line-height: 38px
    }
    ._contact__form {
        flex-direction: column
    }
    ._contact__form-item+._contact__form-item {
        margin-top: 20px
    }
    ._contact__label {
        margin-right: 0;
        font-size: 18px;
        line-height: 24px
    }
    ._contact__button {
        margin-top: 10px
    }
    ._program__item {
        padding: 10px 30px 10px 20px
    }
    ._program__item-text {
        font-size: 14px;
        line-height: 160%
    }
    ._program__item-text p::before {
        top: 6px;
        width: 9px;
        height: 9px
    }
    ._program__button {
        padding: 12px 34px
    }
    ._certificate {
        padding-bottom: 75px
    }
    ._certificate__subtitle {
        margin-top: 35px;
        font-size: 18px
    }
    ._certificate__bottom {
        margin-top: 35px
    }
    ._certificate__image {
        right: 0;
        width: 436px;
        height: 324px
    }
    ._courses__item-top {
        padding: 15px 30px 20px
    }
    ._courses__item-title {
        font-size: 30px
    }
    ._courses__item-content {
        padding: 26px 20px;
        font-size: 18px;
        line-height: 130%
    }
    ._courses__item-content li {
        padding-left: 25px
    }
    ._courses__item-content li::before {
        top: 6px;
        width: 10px;
        height: 10px
    }
    ._courses__item-content li+li {
        margin-top: 10px
    }
    ._courses__item-bottom {
        padding: 0 40px 32px 45px
    }
    ._courses__item-button {
        padding: 12px 30px
    }
    ._gets__features {
        margin-top: 54px
    }
    ._gets__features-icon {
        width: 32px;
        height: 32px
    }
    ._gets__content {
        padding: 80px 40px 60px 10px
    }
    ._gets__list {
        font-size: 22px;
        line-height: 28px
    }
    ._gets__list-item {
        padding-left: 23px
    }
    ._gets__list-item+._gets__list-item {
        margin-top: 29px
    }
    ._gets__list-item::before {
        top: 10px;
        width: 10px;
        height: 10px
    }
    ._gets__minor-bottom {
        padding-left: 30px
    }
    ._gets__button {
        padding: 12px 30px;
        border-radius: 10px
    }
    ._videos__content {
        padding-top: 30px
    }
    ._videos__list {
        margin: 0
    }
    ._videos__item {
        flex: 1 0 100%;
        margin: 20px 0;
        padding-top: 56.6%
    }
    ._seo__content {
        font-size: 18px;
        line-height: 150%
    }
    ._seo__content p+p {
        margin-top: 25px
    }
    ._skills__item {
        flex: 0 0 calc(100% - 61px)
    }
    ._choice__item {
        flex: 1 0 calc(100% - 74px);
        margin: 50px 0 0 0;
        padding: 20px 30px 50px
    }
    ._choice__item::after {
        top: calc(50% - 240px / 2)
    }
    ._study__list {
        margin-right: 0
    }
    ._study__item-title {
        font-size: 22px;
        line-height: 30px
    }
    ._study__item-text li {
        font-size: 14px;
        padding-left: 25px
    }
    ._study__item-text li::before {
        top: 6px
    }
    ._about__subtitle {
        font-size: 26px;
        line-height: 38px
    }
    ._about__social-item {
        width: 32px;
        height: 32px
    }
    ._about__social-item+._about__social-item {
        margin-left: 30px
    }
}

@media (max-width:575.98px) {
    ._title {
        font-size: 28px;
        line-height: 34px
    }
    ._subtitle {
        font-size: 18px;
        line-height: 22px
    }
    ._text {
        font-size: 16px;
        line-height: 150%
    }
    ._text p+p {
        margin-top: 20px
    }
    ._video__play {
        top: calc(50% - 65px / 2);
        left: calc(50% - 65px / 2);
        width: 65px;
        height: 65px
    }
    ._home__major {
        padding-right: 0;
        margin-bottom: 40px
    }
    ._home__bottom {
        justify-content: center
    }
    ._home__image {
        display: none
    }
    ._teacher__inner {
        padding-top: 0
    }
    ._teacher__title {
        max-width: 200px;
        margin-bottom: 177px
    }
    ._teacher__image {
        bottom: calc(100% - 300px);
        right: 0;
        width: 220px;
        height: 322px
    }
    ._contact__title {
        font-size: 26px;
        line-height: 34px
    }
    ._contact__form-item+._contact__form-item {
        margin-top: 15px
    }
    ._contact__label {
        font-size: 16px;
        line-height: 20px
    }
    ._program__item-text {
        font-size: 13px;
        line-height: 160%
    }
    ._program__item-text p {
        margin-bottom: 1px;
        padding-left: 20px
    }
    ._certificate__content {
        padding-right: 40px;
        padding-bottom: 400px
    }
    ._certificate__subtitle {
        font-size: 16px
    }
    ._certificate__bottom {
        display: flex;
        align-items: center;
        justify-content: center
    }
    ._certificate__image {
        width: 445px;
        height: 404px
    }
    ._courses__item-title {
        font-size: 24px
    }
    ._gets__features-item {
        padding-bottom: 0;
        flex: 1 0 100%
    }
    ._seo__content {
        font-size: 16px;
        line-height: 150%
    }
    ._seo__content p+p {
        margin-top: 20px
    }
    ._skill {
        height: 200px
    }
    ._study__item-image {
        height: 200px
    }
    ._about__image {
        height: 488px
    }
    ._courses__item {
        margin-right: 0
    }
}

._videos__inner {
    width: 100%
}

._seo__content p ul {
    margin-top: 20px;
    margin-left: 25px;
}

._seo__content.seo {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}

._seo__content.seo .conten {
    width: 50%;
}

._seo__content.seo .imageblock {
    width: 50%;
}

.seovideo ._videos__list {
    justify-content: center;
}

.seovideo ._videos__item._video {
    padding-top: 0;
    min-height: 350px;
    max-width: 50%;
}

.academy-image {
    width: 40vw;
    height: auto
}

.page-child ._modal__img img {
    object-fit: contain;
}

.page-child ._modal__body {
    min-height: 100%!important;
}

.footer__locaion.location-footer.new {
    display: inline-flex;
}

.footer__locaion.location-footer.new div {
    margin: 0px 20px;
    font-size: 18px;
}

.image-play-button {
    position: absolute;
    left: 0;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    bottom: 0px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: rotate(-3deg);
    animation: pulse 2s infinite;
    border-radius: 50%;
}


/* .page-child ._seo ._video__iframe {
    display: block;
    width: 100%;
    height: 50vh;
    border-radius: 20px;
    position: relative;
    padding-left: 15px;
} */

.page-child ._seo ._video__iframe {
    display: block;
    width: 50%;
    height: 50vh;
    border-radius: 20px;
    position: relative;
    padding-left: 15px;
    position: absolute;
    top: 75px;
    left: 50%;
}

@media screen and (max-width:600px) {
    .smm._teacher__image {
        bottom: calc(100% - 300px);
        right: 0;
        width: 220px;
        height: 322px;
    }
    ._seo__content.seo {
        flex-direction: column;
    }
    ._seo__content.seo .conten {
        width: 100%;
    }
    ._seo__content.seo .imageblock {
        width: 100%;
    }
    .seovideo ._videos__item._video {
        padding-top: 0;
        min-height: 350px;
        max-width: 100%;
    }
    .academy-image {
        width: 70vw;
    }
    .imghome {
        text-align: center;
    }
    ._seo {
        margin-top: 50px;
    }
    .footer__locaion.location-footer.new {
        display: flex;
        flex-direction: column;
    }
    .footer__locaion.location-footer.new div {
        margin-top: 7px;
        margin-bottom: 7px;
        font-size: 15px;
    }
    .footer__locaion.location-footer.new div {
        font-size: 15px;
        margin: 7px 7px;
    }
    .page-id-3631 .maps_page .container_m .block_pos {
        padding: 19px 11px;
    }
    .maps_page .container_m .block_pos .block_p_01 {
        padding-right: 10px;
    }
    .maps_page .container_m .block_pos {
        margin-top: 45px;
    }
    .page-id-3664 ._teacher__image {
        bottom: calc(100% - 300px);
        right: 0;
        width: 220px;
        height: 292px;
    }
    .page-id-3664 ._teacher__minor {
        flex: 1 0 1%;
    }
    ._gets__major {
        flex: 1 0 44%;
    }
    .image-play-button {
        position: absolute;
        left: 0;
        right: 0;
        width: 120px;
        height: 120px;
        margin: auto;
        bottom: 0px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
        transform: rotate(-3deg);
        animation: pulse 2s infinite;
        border-radius: 50%;
        bottom: -60px;
    }
    .page-child ._seo ._video__iframe {
        display: block;
        width: 100%;
        height: 50vh;
        border-radius: 20px;
        position: relative;
        padding-left: 15px;
        margin-top: 40px;
        top: 0;
        left: 0;
    }
}

.page-id-3589 ._home__inner {
    width: 100%;
}

.parent-pageid-3497 div,
span,
p,
li,
a {
    font-family: "Noto Sans";
}

.page-id-3505 ._seo {
    padding-bottom: 0px;
}

.page-child ul.sub-menu:before {
    border-radius: 25px!important;
    background-color: #fff;
}

._videos {
    margin-bottom: 50px;
}

._seo {
    margin-top: 50px;
}

.header__navbar {
    font-size: 20px;
}

@media(min-width:1370px) {
    .header__burger-menu.burger-menu.menu-icon-wrapper.js-burger-menu {
        display: none;
    }
    .header__phone.compas-phone {
        font-size: 18px;
    }
}
@media(max-width:1370px) { 
	.header__content .header__navbar.ee {
    display: none;
}
}


.wpcf7-response-output {
    color: #fff;
}

._videos__content {
    padding-top: 45px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.image-wrapper {
    transform: rotate(-2deg);
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 13px!important;
}


/* .image-play-button:hover {
    transform: rotate(45deg);
} */

*::-webkit-scrollbar-thumb {
    background-color: #ff2727;
}

.thx-page .content {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: roe;
    justify-content: center;
    height: 40vh;
    width: 50%;
    margin: auto;
    flex-direction: row;
    background-color: black;
    border-radius: 50px;
    text-align: center;
}

.content-text {
    color: white;
}

.content-text .title {
    color: white;
    padding: 30px 40px;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 60px;
}

.content-text .description {
    color: white;
    padding: 50px 50px;
}

.content-image {
    position: relative;
}

.content-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.description {
    justify-content: center;
}

@media (max-width:768px) {
    .thx-page .content {
        position: absolute;
        display: flex;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: roe;
        justify-content: center;
        height: 50vh;
        width: 90%;
        margin: auto;
        flex-direction: row;
        background-color: black;
        border-radius: 50px;
    }
    .content-image {
        display: none;
    }
    .page-id-3754 main {
        min-height: 100vh;
    }
    .content-text .title {
        color: white;
        padding: 30px 40px;
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 45px;
    }
}
._events__slider-image img {
    border-radius: 30px;
}

.studentts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    align-content: stretch;
    margin-top:40px;
}
.student {
    /* flex: 1 1 25%;
     */
     width:25%;
    
}
.student-name{
    margin:20px 0;
    font-size: 24px;
    font-weight: 700;
}
.student-description {
    margin:20px 0;
    max-width: 80%;
}
.student-social {
    margin:0 20px;
}
.imagewrapper {
    width: 100%;
    height: 400px;
    float: left;
    /* margin: 20px; */
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.imagewrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit:contain;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    object-fit: cover;

}
.memberinfo {
    align-items: center;
    margin-top: 50px;
}
.memberinfo ._home__inner {
    align-items: center;
}
.memberinfo ._home__video._video{
    text-align: center;
}
.memberinfo .academy-image{
    width: 28vw;
}
.memberinfo li {
    font-size: 18px;
}
._subtitle.second{
    margin-left: 30px;
    font-size: 21px;
}
.container.std{
    margin-top:50px;
}

.memberregister .container{
    justify-content: space-evenly;
    text-align: -webkit-center;
    align-content: space-around;
    height: 100vh;
}
.memberregister ._home__bottom {
    align-items: center;
    justify-content: space-around;
}
.memberregister .second p {
    color:#000;
}
.memberregister{
    background-color: #bbded6;
}
.std {
    background-color: #bbded6;
    padding:50px 0; 
    min-width: 100%;
}
.std-title{
    width: 100%;
    text-align: center;
}
.std-title ._title {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 68px;
}
._home__major.right{
    text-align: right;
    max-width: 100%;
}
.right ._home__title{   
    max-width: 100%;
}
.right ._home__bottom{
    justify-content: flex-end;
}
.newpage p._home__title._title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.startpage ._program__item::after {
    position: absolute;
    top: 10px;
    right: 50px;
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 84px;
    line-height: 77px;
    text-align: right;
    color: rgba(228, 228, 228, .25);
    counter-increment: _program;
    content: "0" counter(_program);
    pointer-events: none;
}
.newpage .container{
    justify-content: center;
}
/* .newpage ._home__inner{
    align-items: center;
} */
 .newpage ._home__major{
   margin-top:80px;
   margin-right: 100px;
}
.newpage ._home__minor, ._home__minor.imghome {
    flex: 1 0 0;
}
.memberinfo ._home__minor.imghome {
    order:1;
}
.newpage .academy-image{
    width: auto;
}
._program__item+._program__item {
    min-height: 80px;
}
._home.newpage{
    padding-bottom: 0px;    
}
.startpage ._seo{
    margin-top: 0;
}
.newpage {
    /* height: calc(100vh + 100px); */
    overflow: hidden;
    background: rgb(44,42,69);
}
.startpage .academy-image {
    margin-bottom: -70px;
}
.startpage ._home__major {
    color:white;
}
.memberinfo ._home__major {
    color:#000;
}
.startpage ._home__button._button {
    animation: pulse 1.5s infinite;
}
.startpage ._home__title._title {
    font-size: 72px;
    line-height: 1.25;
}
.uppeetext {
    font-size: 18px;
}
.memberinfo {
    overflow: hidden;
}
.startpage ._home__title._title {
    max-width:685px;
}
@media (max-width:767px) {
    .footersocial {
        display: flex;
        justify-content: space-between;

    }
    .startpage .academy-image {
        margin-bottom: -15px;
    }
    .page-id-3811 header {
        padding: 5px 0;
    }
    .newpage p._home__title._title {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .studentts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        align-content: stretch;
        margin: 0 10px;
    }
    .student {
        /* flex: 1 1 25%;
         */
         width:100%;
         margin:10px 0;
    }
    .memberregister ._home__bottom {
        margin-top:20px;
        margin-right: 0px!important;
    }
    .memberregister ._home__bottom button {
        
        margin-right: 0px!important;
    }
    .memberinfo .academy-image{
        width: 32vw;
    }
    .newpage ._home__bottom {
        margin-top:0px
    }
    ._program__item+._program__item {
        min-height: 30px;
    }
    .startpage ._home__features {
        margin: 25px 0;
    }
    .newpage .academy-image{
        width: 45vw;
    }
    ._home__minor.imghome{
        order:2;
    }
    .uppeetext {
        font-size: 18px;
    }
    .startpage ._home__title._title {
        font-size: 36px;
        line-height: 1.25;
    }
    .newpage {
        padding-toP:65px
    }
    .startpage ._home__major{
        margin-bottom: 10px;
    }
 
}
@media (max-width:600px){
    ._program__item+._program__item {
        min-height: 50px!important;
    }
    .newpage ._home__major {
        margin-top: 0px;
        margin-right: 0px;
    }

}
.page-id-3811 ._program {
    margin-top:40px;
}
/* @media (min-width:1000px) and (max-width: 1441px){
    .newpage .academy-image {
        width: 26vw;
    }
} */

.page-id-3527 ._videos__list{
    padding-top:50px!important;
} 




a.custrom_block {
    background: url(/wp-content/uploads/2022/03/ukraine.png) right bottom no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100px;
    height: 105px;
    z-index: 10000;
    border: 0;
    position: fixed;
}

._button {   
    background-color: #ffd349;    
}
._button:hover {
    background-color: #ffd349;
}
._choice__item::after {
    color: #ffd34969;

}
._home__features-icon img, ._home__features-icon svg {

    fill: #337FF1;
}
.modal__cross {
    width: 32px;
    height: 32px;
    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;
    position: absolute;
    top: 29px;
    right: 29px;
    color: #ffd349;
    cursor: pointer;
    font-size: 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}