@font-face {
    font-family: "Roboto Condensed";
    src: url('../fonts/RobotoCondensed-Bold.ttf');
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: "Roboto CondensedLight";
    src: url('../fonts/RobotoCondensedLight.ttf');
}
* {
    margin: 0;
    padding: 0;
}
.header {
    background: url("../../images/bghead.jpg");
    position: relative;
    display: flex;
    justify-content: center;
    background-size: cover;
    padding-bottom: 271px;
    flex-shrink: 0;
}
.header-overlay {
    background: url("../../images/header.png");
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
}
.header-container {
    padding-top: 30px;
    display: flex;
    width: 55%;
    z-index: 1;
    flex-direction: column;
    z-index: 10;
}
.header_navigation {
    display: flex;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px 8%;
}
.header_navigation-background {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.header_navigation-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header_navigation-menu li a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.header_navigation-menu li {
    margin-right: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}
.header_navigation-menu li:last-child {
    margin-right: 0;
}
.header_navigation-menu li:hover::before {
    content: "";
    height: 2px;
    background: #4CC4FC;
    width: 100%;
    position: absolute;
    bottom: -2px;
    animation: border-hover 300ms linear;
    /*border-bottom: 2px solid #4CC4FC;*/
}
.header_navigation-menu .active::before {
    content: "";
    height: 2px;
    background: #4CC4FC;
    width: 100%;
    position: absolute;
    bottom: -2px;
    animation: border-hover 300ms linear;
}
@keyframes border-hover {
    0% {
        width: 1%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
.header_content {
    display: flex;
    padding-top: 78px;
}
.header_content-text {
    display: flex;
    flex-direction: column;
    flex-basis: 70%;
}
.header_contant-logo {
    margin-left: -3px;
    margin-right: 24px;
    padding-top: 15px;
}
.header_content-text span {
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.header_content-text h2 {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.header_content-text h3 {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 68px;
}
.header_content-text span img {
    margin-right: 39px;
    width: 43px;
    height: 43px;
}
.header-date {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.header-place {
    font-weight: normal;
    margin-bottom: 43px;
}
.header_content-text button {
    width: 250px;
    height: 60px;
    cursor: pointer;
    background: #33D8CD;
    text-align: center;
}
.header_content-text button a {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.header_content-text button:hover {
    background: #FFA51E;
}
/*-----------------*/

/*------about-----*/
.main-about {
    display: flex;
    width: 100%;
    justify-content: center;
}
.about {
    display: flex;
    justify-content: center;
    background: #FAFAFA;
    width: 83%;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}
.about_bg {
    position: absolute;
    right: 0;
}
.about_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 180px;
}
.about_crossline {
    margin-bottom: 110px;
    display: flex;
    justify-content: center;
}
.about_container h2 {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #4C72DC;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
}
.about_target {
    display: flex;
    flex-direction: column;
    padding: 0 21%;
    margin-bottom: 140px;
    position: relative;
}
.about_target h3 {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #61687A;
    margin-bottom: 30px;
}
.about_target span {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #61687A;
}
.about_target-img {
    position: absolute;
    left: 16%;
    top: -2%;
}
.about_themes {
    display: flex;
    flex-direction: column;
}
.about_themes h3 {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #4C72DC;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}
.themes_crossline {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.about_themes-items {
    display: flex;
    padding: 0 16% 179px;
    justify-content: space-between;
}
.about_themes-items--item {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
}
.item-head {
    display: flex;
    background: linear-gradient(90deg, #4CC4FC 1.91%, #4C72DC 100%);
    align-items: center;
    font-family: "Roboto CondensedLight", "sans-serif";
    font-style: normal;
    font-weight: 300;
    font-size: 100px;
    line-height: 117px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 30px;
}
.item-head img {
    margin-left: auto;
}
.item-body span {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #61687A;
    position: absolute;
    z-index: 3;
}
.item-body {
    padding: 52px 10px 0 30px;
    height: 357px;
    background: #ffffff;
    position: relative;
}
.item-body-logo {
    position: absolute;
    bottom: 27px;
    right: 8%;
    z-index: 1;
}
.item-body-line {
    position: absolute;
    z-index: 1;
    width: 53%;
    height: 4px;
    background: #F4F4F4;
    left: 0;
    bottom: 27px;
}
/*----registration----------*/
.registration {
    display: flex;
    padding-top: 150px;
    justify-content: center;
    padding-bottom: 130px;
    background: url("../../images/formbg.png");
    background-size: cover;
}
.registration_container {
    display: flex;
    flex-direction: column;
    width: 55%;
    align-items: center;
}
.registration_title {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #4C72DC;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
}
.registration_crossline {
    margin-bottom: 80px;
}
/*----------Reg-form-----*/
.registration_form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form_name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form_name div {
    flex-basis: 32%;
}
.form_country div {
    width: 100%;
}
.form_work div,
.form_contacts div {
    flex-basis: 49%;
}
.form_name input {
    width: 100%;
    height: 60px;
    border: 1px solid #C5C7CD;
    padding-left: 20px;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #61687A;
}
.form_country {
    display: flex;
    margin-bottom: 20px;
}
.form_country select {
    width: 100%;
    height: 60px;
    border: 1px solid #C5C7CD;
    padding-left: 20px;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #61687A;
}
.form_work {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.form_work input {
    width: 100%;
    height: 60px;
    border: 1px solid #C5C7CD;
    padding-left: 20px;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #61687A;
}
.form_contacts {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}
.form_contacts input {
    width: 100%;
    height: 60px;
    border: 1px solid #C5C7CD;
    padding-left: 20px;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #61687A;
}
.form_submit {
    display: flex;
    justify-content: center;
}
.form_submit input {
    height: 60px;
    width: 250px;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    background: #33D8CD;
    border: none;
}
.form_submit input:hover {
    cursor: pointer;
    background: #FFA51E;
}


/*contacts*/
.contacts {
    display: flex;
    background: #4C72DC;
    padding-top: 120px;
    padding-bottom: 153px;
    flex-direction: column;
    align-items: center;
}
.contacts_data {
    display: flex;
    align-items: center;
}
.contacts_data div {
    display: flex;
}
.contacts_phone-number {
    font-family: "Roboto CondensedLight", "sans-serif";
    font-style: normal;
    font-size: 39px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.contacts_title {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.contacts_crossline {
    margin-bottom: 120px;
}
.contacts_data div:first-child {
    margin-right: 180px;
}
.contacts_data div img:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #33D8CD;
}
/*--location--*/
.location {
    height: 813px;
    position: relative;
}
.location_address {
    position: absolute;
    top: 40%;
    left: 10%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px 60px;
}
.location_address h2 {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #4C72DC;
}
.location_address p {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #61687A;
}
.location_address span {
    height: 2px;
    background: #4CC4FC;
    width: 175px;
    margin: 10px 0;
}
/*---------footer---------*/
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #61687A;
}
.footer_title {
    padding-top: 50px;
    padding-bottom: 43px;
    border-bottom: 2px solid #596072;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FAFAFA;
}
.footer_copyrights {
    padding-top: 22px;
    padding-bottom: 27px;
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #A7ACBC;
}
.error {
    color: red;
}
.resmenu-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #4C72DC;
    cursor: pointer;
    border-radius: 6px;
    position: absolute;
    right: 5%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px;
}
.resmenu-icon div {
    height: 2px;
    background: #4C72DC;
    width: 80%;
}
.logo-academy {
    margin-left: 40px;
    margin-top: 5px;
}
.materials-new-blocks {
    font-family: "Roboto Condensed", "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #61687A;
    margin-bottom: 20px;
}
.contacts-person {
    font-family: "Roboto CondensedLight", "sans-serif";
    font-style: normal;
    font-size: 39px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
