@font-face{
    font-family: "SF UI Display";
    src: url('../fonts/SFUIDisplay-Regular.otf');
    src: url('../fonts/SFUIDisplay-Light.otf');
}
@font-face{
    font-family: "Gotham ProReg";
    src: url('../fonts/GothaProReg.otf');
}
@font-face{
    font-family: "Gotham ProBol";
    src: url('../fonts/GothaProBol.otf');
}

.header {
    display: flex;
    background-image: url("../../images/chinabg.jpg");
    background-size: cover;
    justify-content: center;
	flex-shrink: 0;
}
.header-container {
    display: flex;
    width: 90%;
    max-width: 1570px;
    flex-direction: column;
}
.header_navigation {
    display: flex;
    padding: 30px 4%;
    align-items: center;
    justify-content: center;
}
.header_navigation-menu {
    display: flex;
}
.header_navigation-menu li a,
.header_navigation-menu li p {
    font-family: "SF UI Display", "sans-serif";
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 7px;
    padding: 6px 12px 8px 12px;
}
.header_navigation-menu li {
    margin-left: 28px;
}
.header_navigation-menu li:hover a,
.header_navigation-menu li:hover p {
    border: 1px solid #ffffff;
    padding: 5px 11px 7px 11px;
    cursor: pointer;
}
.header_date {
    display: flex;
    margin-top: 88px;
    padding: 0 20%;
}
.header_date a {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
}
.header_name {
    display: flex;
    flex-direction: column;
    margin-top: 234px;
    margin-bottom: 304px;
}
.header_name-title {
    font-family: "Gotham ProReg", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
}
.header_name-text {
    font-family: "Gotham ProBol", "sans-serif";
    font-size: 45px;
    line-height: 129%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}
.header-pertners {
    max-height: 70px;
    min-width: 70px;
}
.header-logos {
    display: flex;
    justify-content: space-between;
    flex-basis: 32%;
}

/*------------- Main -----------*/
/*-------------- About ----------------*/

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-container {
    display: flex;
    flex-direction: column;
    width: 61%;
    max-width: 1170px;
}
.about {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    align-items: center;
}
.about_title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Gotham ProBol", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    color: #3C3C3C;
    padding-top: 93px;
    padding-bottom: 101px;
}
.about_text {
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    color: #3C3C3C;
    margin-bottom: 30px;
    width: 100%;
}
.marg-top {
    margin-top: 70px;
}
.about_info {
    padding-top: 90px;
    text-align: center;
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    color: #3C3C3C;
}
.about_info p {
    margin-bottom: 15px;
}
.about-line {
    height: 2px;
    background: linear-gradient(182.67deg, #F14E7F 0%, #FB7751 93%);
    border-radius: 1px;
    width: 50%;
}

/*------------- Program ---------------*/

.program {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #F4F6F8;
}
.program-container {
    display: flex;
    flex-direction: column;
    width: 61%;
    max-width: 1170px;
    align-items: center;
}
.program_title {
    padding-top: 123px;
    padding-bottom: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: "Gotham ProBol", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    color: #3C3C3C;
}
.program_content {
    display: flex;
    width: 100%;
}
.program-container .about-line {
    width: 7%;
    margin-bottom: 100px;
}

.program_content-buttons {
    display: flex;
    flex-direction: column;
    flex-basis: 270px;
}
.program_content-btn {
    padding: 18px 35px;
    border: 2px solid #FB7751;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    background: linear-gradient(249.39deg, #F14E7F 0%, #FB7751 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}
.program_content-btn:hover {
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: white;
}
.program_content-section {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 270px);
}
.program_content-section-item {
    display: flex;
}
.program_content-date {
    min-width: 160px;
    font-family: "SF UI Display", "sans-serif";
    font-size: 20px;
    line-height: 24px;
    color: #3C3C3C;
    font-weight: 600;
}
.program_content-section img {
}
.program_content-text {
    display: flex;
    flex-direction: column;
    flex-basis: 67%;
    margin-right: 70px;
    padding-bottom: 50px;
}
.program_content-text span {
    font-family: "SF UI Display", "sans-serif";
    font-size: 16px;
    line-height: 19px;
    color: #3C3C3C;
    margin-bottom: 10px;
}
.program_content-text--btn {
    font-family: "SF UI Display", "sans-serif";
    font-size: 16px;
    line-height: 19px;
    color: #3C3C3C;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.program_content-section-item {
}
.program-images {
    padding-top: 3px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    align-items: center;
    position: relative;
}
.program-images-line {
    width: 1px;
    background: #BDBDBD;
    margin-top: 20px;
    position: absolute;
    height: calc(100% - 23px);
}
.program_content-day {
    margin-top: 30px;
    transition: 0.5s;
    height: auto;
    display: flex;
    flex-direction: column;
}
.first-day span::before {
    display: flex;
    position: absolute;
    left: 13%;
    color: #4472C4 !important;
    flex-direction: row-reverse;
    width: 120px;
}
.first-day span:nth-child(1)::before {
    content: "13:30 - 14:00";
    color: red !important;
}
.first-day span:nth-child(1) {
    color: red !important;
}
.first-day span:nth-child(2)::before {
    content: "14:00 - 14:10";
}
/*.first-day span:nth-child(3)::before {*/
    /*content: "14:00 - 14:10";*/
/*}*/
.first-day span:nth-child(4)::before {
    content: "14:10 - 14:30";
}
.first-day span:nth-child(5)::before {
    content: "14:30 - 14:50";
}
.first-day span:nth-child(6)::before {
    content: "14:50 - 15:00";
    color: red !important;
}
/*.first-day span:nth-child(6) {
    color: red !important;
}*/
.first-day span:nth-child(7)::before {
    content: "15:00 - 15:40";
}
.first-day span:nth-child(6) {
    color: red !important;
}
.first-day span:nth-child(8)::before {
    content: "15:40 - 17:00";
}


/*seconds-day*/
.seconds-day span::before {
    display: flex;
    position: absolute;
    left: 13%;
    flex-direction: row-reverse;
    width: 120px;
    color: #4472C4 !important;
}
.seconds-day span:nth-child(1)::before {
    content: "09:30 - 10:30";
    color: red !important;
}
.seconds-day span:nth-child(1) {
    color: red !important;
}
.seconds-day span:nth-child(2)::before {
    content: "10:30";
}
.seconds-day span:nth-child(3)::before {
    content: "10:30 - 10:50";
}
.seconds-day span:nth-child(4)::before {
    content: "10:50 - 11:10";
}
.seconds-day span:nth-child(5)::before {
    content: "11:10 - 11:30";
}
.seconds-day span:nth-child(6)::before {
    content: "11:30 - 11:50";
}
.seconds-day span:nth-child(7)::before {
    content: "11:50 - 12:00";
}
.seconds-day span:nth-child(8)::before {
    content: "12:00 - 13:30";
    color: red !important;
}
.seconds-day span:nth-child(8) {
    color: red !important;
}
.seconds-day span:nth-child(9)::before {
    content: "13:30 - 13:50";
}
.seconds-day span:nth-child(10)::before {
    content: "13:50 - 14:20";
}
.seconds-day span:nth-child(11)::before {
    content: "14:20 - 15:00";
}
.seconds-day span:nth-child(12)::before {
    content: "15:00 - 15:10";
    color: red !important;
}
.seconds-day span:nth-child(12) {
    color: red !important;
}
.seconds-day span:nth-child(13)::before {
    content: "15:10 - 15:25";
}
.seconds-day span:nth-child(14)::before {
    content: "15:25 - 15:55";
}
.seconds-day span:nth-child(15)::before {
    content: "15:55 - 16:10";
}
.seconds-day span:nth-child(16)::before {
    content: "16:10 - 16:25";
}
.seconds-day span:nth-child(17)::before {
    content: "16:25 - 16:40";
}
.seconds-day span:nth-child(18)::before {
    content: "16:40 - 17:00";
}

/*third-day*/
.third-day span::before {
    display: flex;
    position: absolute;
    left: 13%;
    flex-direction: row-reverse;
    width: 120px;
    color: #4472C4 !important;
}
.third-day span:nth-child(1)::before {
    content: "09:30 - 10:30";
    color: red !important;
}
.third-day span:nth-child(1) {
    color: red !important;
}
.third-day span:nth-child(2)::before {
    content: "10:30";
}
.third-day span:nth-child(3)::before {
    content: "10:30 - 10:50";
}
.third-day span:nth-child(4)::before {
    content: "10:50 - 11:10";
}
.third-day span:nth-child(5)::before {
    content: "11:10 - 11:25";
}
.third-day span:nth-child(6)::before {
    content: "11:25 - 11:45";
}
.third-day span:nth-child(7)::before {
    content: "11:45 - 12:00";
}
.third-day span:nth-child(8)::before {
    content: "12:00 - 13:30";
    color: red !important;
}
.third-day span:nth-child(8) {
    color: red !important;
}
.third-day span:nth-child(9)::before {
    content: "13:30 - 13:50";
}
.third-day span:nth-child(10)::before {
    content: "13:50 - 14:10";
}
.third-day span:nth-child(11)::before {
    content: "14:10 - 14:20";
}
.third-day span:nth-child(12)::before {
    content: "14:20 - 14:40";
}
.third-day span:nth-child(13)::before {
    content: "14:40 - 14:55";
}
.third-day span:nth-child(14)::before {
    content: "14:55 - 15:25";
}
.third-day span:nth-child(15)::before {
    content: "15:25 - 15:40";
}
.third-day span:nth-child(16)::before {
    content: "15:40 - 15:55";
}
.third-day span:nth-child(17)::before {
    content: "15:55 - 16:10";
    color: red !important;
}
.third-day span:nth-child(17) {
    color: red !important;
}
.third-day span:nth-child(18)::before {
    content: "16:10 - 16:25";
}




/*--------------Courses------------*/
.courses {
    display: flex;
    width: 100%;
}
.courses_content {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    padding-left: 19.3%;
    padding-top: 100px;
    padding-right: 5%;
}
.courses_image {
    display: flex;
    flex-basis: 50%;
    background-image: url("../../images/courses.jpg");
    background-size: cover;
}
.courses_content-title {
    font-family: "Gotham ProBol", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #3C3C3C;
}
.courses_content-subtitle {
    font-family: "SF UI Display", "sans-serif";
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #3C3C3C;
    margin-top: 10px;
    margin-bottom: 120px;
}
.courses_content-text {
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    color: #3C3C3C;
    margin-bottom: 28px;
}
.courses_content-buttons {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}
.courses_content-buttons--reg {
    display: flex;
    flex-basis: 45%;
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 10px;
    background: linear-gradient(251.3deg, #F14E7F 0%, #FB7751 93%);
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.05);
}
.courses_content-buttons--site {
    display: flex;
    flex-basis: 45%;
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 10px;
    background: linear-gradient(251.3deg, #F14E7F 0%, #FB7751 93%);
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.05);
    padding: 15px 35px;
    text-align: center;
}

/*--------------Partners------------*/
.line-partners {
    width: 3%;
    margin-bottom: 180px;
}
.partners {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #F4F6F8;
    padding-bottom: 220px;
}
.partners-title {
    font-family: "Gotham ProBol", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    display: flex;
    color: #3C3C3C;
    padding-top: 100px;
    padding-bottom: 20px;
}
.partners_items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
}
.partners_items a {
    flex-basis: 33%;
    display: flex;
    justify-content: center;
}
.partners_items a:nth-child(2) {
}
.partners_items-rus {

}

/*-------------Location--------------*/
.location {
    display: flex;
    width: 100%;
    position: relative;
}
.location_address {
    display: flex;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 16px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.location_address-title {
    font-family: "Gotham ProBol", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3C3C3C;
    margin-bottom: 10px;
}
.location_address-place {
    font-family: "Gotham ProReg", "sans-serif";
    font-size: 28px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3C3C3C;
}


/*----------- Footer ---------------*/
.footer {
    display: flex;
    flex-direction: column;
    background: #3C3C3C;
    align-items: center;
}
.footer-container {
    display: flex;
    width: 81.7%;
    max-width: 1570px;
}
.footer_nav {
    width: 100%;
}
.footer_contacts {
    display: flex;
    padding: 42px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    justify-content: center;
}
.footer_copyrights {
    display: flex;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.1);
    justify-content: center;
    font-family: "SF UI Display", "sans-serif";
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer_contacts-contacts,
.footer_contacts-questions {
    display: flex;
    flex-basis: 50%;
}
.footer_contacts-contacts ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer_contacts-contacts ul li a {
    font-family: "SF UI Display", "sans-serif";
    font-size: 19px;
    line-height: 19px;
    color: #ffffff;
}
.footer_contacts-contacts ul li {
    display: flex;
    align-items: center;
}
.footer_contacts-contacts ul li:last-child {
    margin: 0;
}
.footer_contacts-questions {
    justify-content: flex-end;
}
.footer_contacts-questions {
    font-family: "SF UI Display", "sans-serif";
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}
.contacts-container {
    padding: 0 10.7%;
}
.footer_contacts-questions {
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(251.3deg, #F14E7F 0%, #FB7751 93%);
    flex-basis: auto;
    float: right;
    margin-left: auto;
    padding: 10px 10px;
}
.footer_contacts-contacts {
    align-items: center;
}

/*------Fixed buttons------------*/
.fixed-buttons {
    display: flex;
    position: fixed;
    z-index: 2;
    top: 30%;
    transform: rotate(90deg);
    left: -135px;
}
.fixed-buttons div {
    font-family: "SF UI Display", "sans-serif";
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
    cursor: pointer;
}
.fixed-buttons div:first-child {
    background: linear-gradient(256.77deg, #F14E7F 0%, #FB7751 93%);
    border-radius: 5px 0 0 0;
}
.fixed-buttons div:last-child {
    background: #828282;
    border-radius: 0 5px 0 0;
}
/*responsive nav menu*/
.responsive_nav {
    position: fixed;
    background: rgba(34, 34, 34, 0.8);
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    transition: 0.5s;
}
.translate-responsive-nav {
    transform: translateY(calc(-100% + 37px));
    transition: 0.5s;
}
.responsive_nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.responsive_nav-menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.responsive_nav-menu ul li {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}
.responsive_nav-menu ul li a,
.responsive_nav-menu ul li p {
    font-family: "SF UI Display", "sans-serif";
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 5px;
    min-width: 150px;
    justify-content: center;
    display: inline-flex;
}
.responsive_nav-show {
    position: absolute;
    bottom: 0;
}
.responsive_nav-show ul li {
    color: #ffffff;
    line-height: 0;
    letter-spacing: -1px;
}

/*colors*/
.conf-head-color {
    color: #4472C4 !important;
}
.conf-second-color {
    color: #7030A0 !important;
}
.conf-bold-color {
    color: #000000 !important;
}
.conf-content-color {
    color: #908C8C !important;
}
.gotham-important {
    font-family: 'Akrobat Regular', sans-serif;
}
.rkcpekin {
    max-width: 150px;
}
.translate-color {
    color: rgb(250, 115, 85);
}
/*plashka*/
.plashka-pic {
    position: fixed;
    left: 0;
    bottom: 35%;
    z-index: 55;
}
.error {
    -webkit-box-shadow: 0px 0px 5px 4px rgba(235,46,21,1);
    -moz-box-shadow: 0px 0px 5px 4px rgba(235,46,21,1);
    box-shadow: 0px 0px 5px 4px rgba(235,46,21,1);
}
.totallogo {
    min-width: 249px;
    max-width: 249px;
    min-height: 67px;
    max-height: 67px;
}
.totaldikhref {
    align-items: center;
}
/*courses end*/
.courses-end {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(21, 21, 21, 0.8);
    top: 0;
    left: 0;
    padding-top: 6%;
    overflow-y: scroll;
}
.courses-end-window {
    width: 70%;
    background: #ffffff;
    margin: auto;
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 25px;
    border: 5px solid rgb(250, 115, 85);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #545163;
    margin: 0 auto 30px;
    padding-top: 40px;
    padding-right: 1%;
}
.btn-courses-end-close {
    border: 2px solid rgb(250, 115, 85);
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px 10px;
}
.btn-courses-end-close:hover {
    background: rgb(250, 115, 85);
}
.hide-courses-end {
    display: none;
}