@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/bgargentina.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: 0px;
    padding: 0 20%;
    justify-content: center;
    margin-bottom: 179px;
}

.header_date a {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
}

.header_name {
    display: flex;
    flex-direction: column;
    margin-top: 234px;
    margin-bottom: 88px;
}

.header_name-title {
    font-family: "Gotham ProBol", "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 -----------*/
/*--------------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;
}

.courses-form-member {
    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;
}
.close-courses-form {
    position: absolute;
    top: -40px;
    right: -4%;
}
.courses-vsem {
    color: inherit;
    text-transform: none;
    text-align: start;
}
/*-------------- About ----------------*/

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-container {
    display: flex;
    flex-direction: column;
    width: 70%;
    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%;
}
.about_text .registration-show {
    cursor: pointer;
    color: #FE9D3E;
    font-weight: 400;
}

.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 #FE9D3E;
    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, #FE9D3E 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(2)::before {
    content: "09:00 - 09:05";
}
.first-day span:nth-child(3)::before {
    content: "09:05 - 09:50";
}
.first-day span:nth-child(6)::before {
    content: "09:50 - 10:35";
}
.first-day span:nth-child(9)::before {
    content: "10:35 - 11:20";
}
.first-day span:nth-child(12)::before {
    content: "11:20 - 12:05";
}
.first-day span:nth-child(15)::before {
    content: "12:05 - 12:50";
}
.first-day span:nth-child(18)::before {
    content: "12:50 - 13:35";
}
.first-day span:nth-child(21)::before {
    content: "13:35 - 14:20";
}


/*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(2)::before {
    content: "09:00 - 09:05";
}
.seconds-day span:nth-child(3)::before {
    content: "09:05 - 09:50";
}
.seconds-day span:nth-child(6)::before {
    content: "09:50 - 10:35";
}
.seconds-day span:nth-child(9)::before {
    content: "10:35 - 11:20";
}
.seconds-day span:nth-child(12)::before {
    content: "11:20 - 12:05";
}
.seconds-day span:nth-child(15)::before {
    content: "12:05 - 12:50";
}


/*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(2)::before {
    content: "09:00 - 09:05";
}
.third-day span:nth-child(3)::before {
    content: "09:05 - 09:50";
}
.third-day span:nth-child(6)::before {
    content: "09:50 - 10:35";
}
.third-day span:nth-child(9)::before {
    content: "10:35 - 11:20";
}
.third-day span:nth-child(12)::before {
    content: "11:20 - 12:05";
}
.third-day span:nth-child(15)::before {
    content: "12:05 - 12:50";
}



.fourth-day span::before {
    display: flex;
    position: absolute;
    left: 13%;
    flex-direction: row-reverse;
    width: 120px;
    color: #4472C4 !important;
}


.fourth-day span:nth-child(2)::before {
    content: "09:00 - 09:05";
}
.fourth-day span:nth-child(3)::before {
    content: "09:05 - 09:50";
}
.fourth-day span:nth-child(6)::before {
    content: "09:50 - 10:35";
}
.fourth-day span:nth-child(9)::before {
    content: "10:35 - 11:20";
}
.fourth-day span:nth-child(12)::before {
    content: "11:20 - 12:05";
}
.fourth-day span:nth-child(15)::before {
    content: "12:05 - 12:50";
}



/*--------------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: #ffffff;
    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;
    justify-content: center;
}

.location_address {
    display: flex;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 16px;
    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: 81.7%;
    max-width: 1570px;
    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: 70%;
}

.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 {

}

.footer_contacts-questions {
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(270deg, #FB7751 0%, #FE9D3E 100%);
    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: -52px;
}

.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: linear-gradient(270deg, #FB7751 0%, #FE9D3E 100%);
    border-radius: 0 0 5px 5px;
}

/*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);
    margin: 0 10px;
}

/*plashka*/
.plashka-pic {
    position: fixed;
    left: 0;
    bottom: 35%;
    z-index: 55;
}

.error {
    -webkit-box-shadow: 0px 0px 1px 2px rgba(235, 46, 21, 1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(235, 46, 21, 1);
    box-shadow: 0px 0px 1px 2px rgba(235, 46, 21, 1);
}

.error-label {
    display: block;
    margin-top: 2px;
    color: #EB2E15;
    font-size: 12px;
}

.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;
}
.forms-days {
    font-size: 20px!important;
}
.arrowtotop {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.arrowtotop img {
    width: 50px;
    height: 50px;
}

/*hide show-day */
.show-day {

}
.vsem-budet {
    color: #FB7751;
    margin-top: 10px;
}
.about-text-center {
    text-align: center;
}
.about-text-block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.about-text-block-section {
    display: flex;
    flex-basis: 50%;
    padding: 25px;
    align-items: center;
}
.about-text-block-section img {
    margin-right: 7%;
}
.about-text-members {
    display: flex;
    width: 100%;
}
.about-members-section {
    flex-basis: 50%;
}
.about-text-members .about-members-section:first-child {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}
.about-text-members .about-members-section:last-child {
    display: flex;
    background: url(../../images/bgargentmemb.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.about-members-section p {
    margin-bottom: 12px;
}
.feedback_flex input[type="submit"] {
    border-radius: 10px;
}
.regform-about-pe {
    justify-content: space-between;
}
.inp-flex-48 {
    flex-basis: 48% !important;
}
#phone_2 {
    width: 100%;
    margin-top: 15px!important;
}
.forms-doclad-tel .iti__selected-flag {
    margin-top: 15px;
    height: 74%;
}
.connection_flex .error-label {
    position: absolute;
    left: 30%;
    padding-top: 41px;
    z-index: 0;
}
.last-connection-flex .error-label {
    padding-top: 80px;
}
.connection_flex span a {
    color: #000;
}
.close-doclad-form,
.close-question-form,
.close-connection-form {
    top: -40px!important;
}
.connection_flex input, .connection_flex textarea {
    z-index: 1;
}

.about_text a img {
    margin-left: 5px;
}
.mar-top30px {
    margin-top: 30px;
}
.conf-content-color a {
    font-weight: bold;
}
.conf-content-color a:hover {
    text-decoration: underline;
}