@media screen and (max-width: 1400px) {
    .header-container {
        width: 90%;
    }
    .header_contant-logo {
        padding-left: 40px;
    }
    .location {
        height: 500px;
    }
    .location_address {
        top: 24%;
        left: 1%;
    }
    .registration_container {
        width: 70%;
    }
    .about_themes-items {
        padding: 0 5% 40px;
    }
    .about_target {
        padding: 0 13%;
    }
    .about_target-img {
        left: 7%;
    }
    .registration {
        padding-top: 60px;
    }
    .header {
        padding-bottom: 150px;
    }
    .about_container {
        padding-top: 110px;
    }
}
@media screen and (max-width: 1024px) {
    .about {
        width: 93%;
    }
    .contacts_data div:first-child {
        margin-right: 70px;
    }
    .registration_container {
        width: 90%;
    }
    .contacts_data {
        flex-direction: column;
    }
}
@media screen and (max-width: 800px) {
    .form_name {
        flex-direction: column;
    }
    .form_name input {
        flex-basis: 60px;
        margin-top: 20px;
    }
    .contacts_data {
        flex-direction: column;
    }
    .contacts_data div:first-child {
        margin-bottom: 20px;
    }
    .registration {
        padding-bottom: 45px;
    }
    .contacts {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contacts_crossline {
        margin-bottom: 40px;
    }
    .registration_crossline {
        margin-bottom: 30px;
    }
    .about_target-img {
        left: 5%;
    }
    .header_navigation {
        padding: 20px 5%;
    }
}
@media screen and (max-width: 700px) {
    .header_navigation-menu {
        flex-direction: column;
        padding-right: 5px;
        padding-left: 5px;
    }
    .header_navigation-menu li {
        margin-bottom: 10px;
    }
    .about_themes-items {
        flex-direction: column;
    }
    .item-body {
        height: 215px;
    }
    .footer_title,
    .footer_copyrights {
        text-align: center;
    }
    .header_navigation-menu {
        display: none;
        margin-right: 45px;
    }
    .header_navigation {
        padding: 5px 8%;
    }
    .resmenu-icon {
        display: flex;
    }
    .header_navigation-menu li {
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .form_work,
    .form_contacts {
        flex-direction: column;
    }
    .form_contacts input,
    .form_work input {
        flex-basis: auto;
    }
    .form_contacts input:first-child,
    .form_work input:first-child {
        margin-bottom: 20px;
    }
    .about_target-img {
        left: 3%;
    }
    .about_container h2,
    .about_themes h3,
    .registration_title {
        font-size: 30px;
        line-height: 100%;
    }
}
@media screen and (max-width: 500px) {
    .header_content {
        flex-direction: column;
    }
    .respons-mail {
        width: 300px;
    }
    .contacts_data div:first-child {
        margin-right: 0;
    }
    .location_address {
        padding: 0;
        top: 100px;
        left: 0;
        border: 1px solid black;
    }
    .location_address h2 {
        font-size: 16px;
        line-height: 16px;
    }
    .location_address p {
        font-size: 16px;
        line-height: 16px;
    }
    .about_target-img {
        left: 0;
    }
    .header_contant-logo {
        display: flex;
        justify-content: center;
        padding-right: 4%;
    }
    .header_content-text h2,
    .header_content-text h3 {
        text-align: center;
    }
    .header_content-text button {
        margin: 0 auto;
    }
    .about_container h2,
    .about_themes h3,
    .registration_title {
        font-size: 28px;
        line-height: 100%;
    }
    .logo-academy {
        margin-left: 5px;
    }
}
@media screen and (max-width: 450px) {
    .about_container h2,
    .about_themes h3,
    .registration_title {
        font-size: 24px;
        line-height: 100%;
        text-align: center;
    }
    .about_target h3 {
        font-size: 30px;
    }
    .header_navigation {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 375px) {
    .footer_title {
        padding-top: 28px;
        padding-bottom: 16px;
        font-size: 12px;
        line-height: 12px;
    }
    .footer_copyrights {
        font-size: 12px;
        line-height: 12px;
    }
    .contacts_phone-number {
        font-size: 24px;
        line-height: 24px;
    }
    .respons-mail {
        width: 220px;
    }
    .item-body {
        padding: 10px 10px 0 30px;
    }
    .form_country select,
    .form_name input,
    .form_contacts input,
    .form_work input {
        font-size: 17px;
        line-height: 17px;
    }
    .header_content-text h3 {
        font-size: 30px;
        line-height: 118%;
    }
}
@media screen and (max-width: 340px) {
    .about_target-img {
        left: -1%;
    }
}
.visible-menu {
    display: flex;
}
.resmenu-icon div {
    transition: 0.5s;
}
.burger div:first-child {
    transform: rotate(45deg);
    margin-top: 7px;
    transition: 0.5s;
}
.burger div:last-child {
    transform: rotate(-45deg);
    margin-bottom: 10px;
    transition: 0.5s;
}
.burger div:nth-child(2) {
    display: none;
}
.scroll-menu {
    padding: 8px 8%;
    transition: 0.7s;
}
.header_navigation-menu li .nav-link-scroll {
    color: #4C72DC;
}
@media screen and (max-width: 800px) {
    .header_navigation {
        padding: 8px 5%;
    }
}
.header-logo-scroll path {
    fill: #4C72DC;
}