@Media only screen and (max-width: 1680px) {
    .iframe-container iframe {
        transform: scale(.7);
        height: calc(100% + 42%);
    }
}

@Media only screen and (max-width: 1560px) {
    .iframe-container iframe {
        transform: scale(.6);
        height: calc(100% + 66%);
    }
}

@media only screen and (min-width: 1441px) {
    .container {
        width: 65vw;
    }
}

@Media only screen and (max-width: 1441px) {
    .iframe-container iframe {
        transform: scale(.75);
        height: calc(100% + 32%);
    }
}

@Media only screen and (max-width: 1340px) {
    .iframe-container iframe {
        transform: scale(.65);
        height: calc(100% + 53%);
    }
}

@Media only screen and (max-width: 1240px) {
    .iframe-container iframe {
        transform: scale(.6);
        height: calc(100% + 66%);
    }
}

@Media only screen and (max-width: 1190px) {
    .iframe-container iframe {
        transform: scale(.52);
        height: calc(100% + 90%);
    }
    .iframe-container iframe {
        transform: scale(.52);
        height: calc(100% + 90%);
    }
}

@media only screen and (max-width: 1110px) {
    .container {
        width: 900px;
    }
    .block-main-carousel {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
    }
    .news-block-left {
        width: 65%;
    }
    .iframe-container iframe {
        transform: scale(.6);
        height: calc(100% + 66%);
    }
}

@media only screen and (max-width: 959px) {
    .container {
        width: 80%;
    }
    .search-input, .translate, .header-social {
        display: none;
    }
    .media-search {
        display: flex;
    }
    .nav-back {
        display: block;
    }
    .nav-translate-fixed {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-main {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .vector-right {
        width: 40%;
    }
    .vector-left {
        height: 30%;
    }
    .block-main-carousel {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        height: 70vw;
        min-height: 300px;
    }
    .container-main.hero-overlay {
        height: 70vw;
        min-height: 300px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .hero-overlay .main-content {
        text-align: left;
        align-items: flex-start;
        max-width: 100%;
    }
    .container-main:not(.hero-overlay) {
        position: relative;
    }
    .main-carousel-arrows {
        width: 100%;
        height: 55px;
        position: absolute;
        justify-content: space-between;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .main-carousel-arrows img:first-child {
        margin-left: 10px;
    }
    .main-carousel-arrows img:last-child {
        margin-right: 25px;
    }
    .main-content {
        position: relative;
        top: auto;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .main-title {
        margin-bottom: 16px;
    }
    .main-text {
        width: 100%;
        max-width: 100%;
    }
    .main-sponsor {
        margin-top: 10px;
    }
    .news-block {
        flex-direction: column-reverse;
        align-items: center;
    }
    .news-block-left, .news-block-right {
        width: 100%;
    }
    .news-block-right {
        position: static;
    }
    .news-block-list {
        display: none;
    }
    .news-block-info {
        width: 100%;
        margin-bottom: 0;
    }
    .news-block-info:nth-child(2), .news-block-info:nth-child(5) {
        height: 270px;
    }
    .news-block-info:nth-child(4), .news-block-info:nth-child(6) {
        top: -12px;
        margin-bottom: 10px;
    }
    .slider__item {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .about-federation {
        grid-template-columns: 100%;
    }
    .federation-left-first {
        grid-row: 1 / 2;
        position: relative;
    }
    .federation-right-block {
        grid-column: 1;
        grid-row: 2 / 3;
    }
    .federation-left-second {
        grid-row: 3 / 4;
    }
    .about-federation>div {
        width: 100%;
    }
    .federation-left-response {
        position: relative;
    }
    .federation-instagram-block:first-child {
        width: 10%;
    }
    .federation-instagram-block:last-child {
        width: 90%;
    }
    .go-over-insta {
        justify-content: flex-end;
        margin-right: 16px;
        margin-bottom: 5px;
    }
    .button-all-news {
        position: absolute;
        bottom: -55px;
        right: 0;
    }
    .section-dope {
        background: #3555d9;
        margin-top: 120px;
    }
    .dope-background {
        display: none;
    }
    .container-dope {
        padding: 30px 0;
    }
    .dope-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .dope-block {
        width: 100%;
        margin-bottom: 16px;
    }
    .button-dope {
        width: 70%;
    }
    .event-info-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .event-location p, .event-time p {
        font-size: 12px;
    }
    .section-logo {
        margin-top: 95px;
    }
    .logo-content {
        height: auto;
        justify-content: space-around;
    }
    .logo-content img {
        width: 31%;
        margin-bottom: 18px;
    }
    footer {
        height: auto;
    }
    .section-news-page .news-block .calendar-back {
        margin-top: 140px;
    }
    .iframe-container {
        margin-top: -20px;
        margin-bottom: -20px;
        height: calc(100vh - 80px);
    }
    .iframe-container iframe {
        transform: scale(.75);
        height: calc(100% + 32%);
    }
    .shadowed {
        margin-bottom: 0;
    }
    .form-buttons {
        flex-direction: column;
    }
    .form-buttons form, .form-buttons .button-link {
        width: 70%;
        margin: 0 auto;
    }
    .button-adams {
        margin-top: 30px;
    }
}

@Media only screen and (max-width: 860px) {
    .iframe-container iframe {
        transform: scale(.65);
        height: calc(100% + 53%);
    }
}

@media only screen and (max-width: 768px) {
    .events-content-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .events-video-content {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .videos-content-title {
        margin-top: 0;
    }
    .event-video-active {
        width: 100%;
        height: 522px;
    }
    /* .event-active-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 17px;
    } */
    .event-video {
        width: 100%;
        height: 100px;
    }
    .title-video {
        transform: none;
        font-size: 16px;
        line-height: 27px;
        margin: auto;
        width: auto;
    }
    .play-button {
        right: 0;
        left: 0;
        margin: auto;
    }
    .select-style {
        width: 100%;
        margin-top: 30px;
    }
    .select-style select {
        width: 100%;
    }
    .event-info {
        min-width: 60%;
        width: 73%;
        margin: 5px 5px 5px 10px;
    }
    .event-info h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .federation-instagram-block:first-child {
        width: 20%;
    }
    .federation-instagram-block:last-child {
        width: 80%;
    }
    .event-location img {
        margin-right: 5px;
    }
    .event-time img {
        margin: 0 5px;
    }
    .back-right {
        height: 50vw;
    }
    .footer-info {
        flex-direction: column;
        justify-content: center;
    }
    .footer-info-block {
        width: 95%;
    }
    .iframe-container iframe {
        transform: scale(.55);
        height: calc(100% + 80%);
    }
    .news-content-main_text {
        background: linear-gradient( 0deg, #a6a6a6 0%, #2d2c2c 0.01%, rgba(34, 34, 34, 50%) 98%);
    }
    .news-content-main_text h3 {
        text-shadow: 0 2px 4px #535353;
    }
    .news-content-main_text p {
        text-align: left;
    }
    .first-block-img {
        width: 140px;
    }
    .news-block-left .event-info h4 {
        font-size: 11px;
        line-height: 13px;
    }
    .first-block-img {
        width: 100px;
    }
    .news-block-left .first-block-img {
        width: 100px;
    }
}

@Media only screen and (max-width: 667px) {
    .document-table-info {
        height: auto;
        flex-wrap: wrap;
        padding: 5px 10px;
    }
    .document-table-title {
        display: inline-block;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
        height: auto;
        padding: 5px 10px;
    }
    .document-table-title p {
        display: inline;
        box-shadow: none;
        padding: 0;
    }
    .document-name-block p {
        -webkit-line-clamp: inherit;
        line-height: 18px;
        padding: 5px 0;
    }
    .commands-table {
        flex-wrap: wrap;
        padding: 5px 10px;
    }
    .document-table-info .commands-short-description {
        width: 100%;
    }
    .document-table-info .commands-name {
        width: 80%;
    }
    .document-table-info .prezidium-fio, .document-table-info .prezidium-date, .document-table-info .prezidium-dolzh, .document-table-info .prezidium-info, .document-table-info .organization-id, .document-table-info .organization-name, .document-table-info .organization-address, .document-table-info .online-date, .document-table-info .oinline-name {
        width: 100%;
        padding: 5px 0;
        text-align: left;
    }    
    .news-block-left p img {
        max-width: 100%;
        height: auto;
    }
}

@Media only screen and (max-width: 660px) {
    .iframe-container iframe {
        transform: scale(.45);
        height: calc(100% + 120%);
    }
}

@Media only screen and (max-width: 576px) {
    .event-info h4 {
        font-size: 11px;
        line-height: 13px;
    }
    .event-location, .event-time {
        min-width: 50%;
    }
    .news-block-left .first-block-img {
        width: 70px;
    }
    .shadowed .event-info h4 {
        font-size: 10px;
        line-height: 12px;
    }
    .shadowed .event-location p, .shadowed .event-time p {
        font-size: 10px;
    }
}

@Media only screen and (max-width: 560px) {
    .iframe-container iframe {
        transform: scale(.39);
        height: calc(100% + 154%);
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 95%;
    }
    .container-header {
        height: 54px;
        padding: 7px 0;
    }
    .header-logo {
        height: 40px;
    }
    .section-title {
        font-size: 16px;
    }
    .main-title {
        font-size: 20px;
    }
    .block-main-carousel {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        margin-top: 54px;
        height: 70vw;
        min-height: 280px;
    }
    .container-main.hero-overlay {
        top: 54px;
        height: 70vw;
        min-height: 280px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-overlay .main-content {
        text-align: left;
        align-items: flex-start;
    }
    .hero-overlay .main-title {
        font-size: 22px;
        font-weight: 700;
    }
    .hero-overlay .main-text {
        font-size: 14px;
        font-weight: 400;
    }
    .button-dope {
        width: 70%;
    }
    .logo-content img {
        width: 49%;
    }
    .commands-short-description {
        width: 100%;
    }
    .document-table-title p:not(:last-child)::after {
        content: "/";
    }
    .document-table-info .prezidium-fio {
        font-weight: bold;
    }
    .commands-photo {
        margin-right: 10px;
    }
    .commands-name {
        width: 80%;
    }
    .commands-short-description {
        width: 100%;
    }
    .commetee-name {
        width: 100%;
        padding: 5px;
    }
    .iframe-container iframe {
        transform: scale(.45);
        height: calc(100% + 116%);
    }
    .section-documents {
        margin-bottom: 68px;
    }
}

@Media only screen and (max-width: 414px) {
    .feedbackForm .recaptcha {
        transform: scale(0.9);
    }
    .iframe-container iframe {
        transform: scale(.39);
        height: calc(100% + 154%);
    }
}

@Media only screen and (max-width: 384px) {
    .iframe-container iframe {
        transform: scale(.32);
        height: calc(100% + 210%);
    }
}

@media only screen and (max-width: 375px) {
    .shadowed .events-content-block {
        width: 130%;
        left: -15%;
    }
    .news-content-main_date {
        width: 25%;
        height: 25%;
    }
    .news-content-main_date p {
        font-size: 12px;
    }
    .feedbackForm .recaptcha {
        transform: scale(0.78);
    }
    .feedbackForm .form-recaptcha {
        padding: 0 10px;
    }
    .feedbackForm .form-recaptcha label {
        margin-bottom: 10px;
    }
    .first-block-img {
        width: 80px;
    }
}

@media only screen and (max-width: 320px) {
    .event-active-title {
        font-size: 14px;
    }
    .news-content-main_date {
        height: 20%;
    }
    .news-content-main_date p {
        font-size: 10px;
    }
    .feedbackForm .recaptcha {
        transform: scale(0.6);
    }
    .feedbackForm .form-recaptcha {
        margin-bottom: -10px;
    }
    .feedbackForm .form-recaptcha label {
        margin-bottom: 0;
    }
    .feedbackForm .btn {
        font-size: 10px;
    }
    .iframe-container iframe {
        transform: scale(.28);
        height: calc(100% + 255%);
    }
}