@import url("../assets/fonts/fonts.css");

html {
    scroll-behavior: smooth;
}

.body {
    margin: 20px 0;
    font-family: "Nano Sans", sans-serif;
}

a {
    display: inline-block;
}

.page {
    overflow: hidden;
}

.page__content {
    min-width: 320px;
    max-width: 1110px;
    margin: 20px auto;
}

.page__header {
    position: sticky;
    top: 0;
    z-index: 9;
    margin: 0 auto;

}

.page__route {
    margin: 30px 28px 15px;
}

.page__greetings {
    margin: 0 auto;
}

.page__intro {
    margin: 15px auto 40px;
}

.page__manage {
    margin: 0 auto 25px;
}

.page__sm-blocks {
    margin: 0 30px 30px;
}

.page__search {
    margin: 0 65px 60px;
}

.page__result-search {
    margin: 30px 20px 60px;
}

.page__support {
    margin: 0 30px 0;
}

.page__footer {
    margin-top: 40px;
}

.page__about-us {
    margin: 0 10px 60px;
}

.page__action {
    margin: 0 20px 30px;
}

.page__fon {
    background: #F9F9F9;
    padding-bottom: 40px;
}

.what_I_can {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px 40px;
}

.what_I_can__soc-network {
    align-self: end;
}

.route {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px 20px;
    white-space: nowrap;
}

.route_one-item {
    justify-content: end;
}

.sm-title {
    margin: 0;
    color: #192C50;
    font-weight: 700;
    font-size: 48px;
}

.sm-title_in_post {
    font-size: 36px;
}

.sm-sub-title {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}

.md-title {
    margin: 0;
    font-weight: 800;
    font-size: 64px;
    line-height: 64px;
    color: #192C50;
    max-width: 400px;
    text-transform: uppercase;
}

.md-title_in_action {
    max-width: none;
	text-align: center;
}

.md-title_view_what_I_can {
    max-width: none;
}

.lg-sub-title {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    max-width: 440px;
}

.small-sub-heading {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.sm-heading {
    color: black;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sm-heading_in_news {
    /*color: white;*/
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
    /*text-shadow: 0 0 4px black;*/
}

.sm-heading_in_action {
    color: white;
    text-shadow: 0 0 4px black;
}

.sm-heading_in_projects {
    color: black;
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical;
}

.md-sub-heading {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}

.md-heading {
    margin: 0;
    color: #192C50;
    font-weight: 700;
    font-size: 48px;
}

.sm-blocks__items {
    flex-wrap: wrap;
    gap: 30px 22px;
    margin-bottom: 45px;
}

.sm-block__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
}

.link {
    color: black;
    text-decoration: none;
    transition: all .1s ease-in-out;
}

.link:hover {
    opacity: .6;
}

.link_position_bottom {
    display: none;
    margin: 0 auto;
    width: fit-content;
}

.link_view_what_I_can {
    text-decoration: underline;
    color: #0FA9FF;
}

.link_orange {
    color: #EE7326;
}

.link_type_future {
    text-decoration: underline;
}

.link_type_view-all {
    color: #5CA2DA;
    text-decoration-line: underline;
    font-size: 20px;
}

.link_blue {
    background-color: #5CA2DA;
}

.link_yellow {
    background-color: #ED7326;
}

.link_in_lg-block {
    text-align: center;
    color: #F9F9F9;
    font-weight: 600;
    font-size: 24px;
    max-width: 325px;
    padding: 30px 0;
    border-radius: 17px;
    transition: all .2s ease-in-out;
}

.link_in_lg-block:hover {
    transform: scale(.95);
    opacity: .8;
}

article.action__medium-block {
    position: relative ;
}
article.action__medium-block:hover::after {
    content: attr(data-tooltip) ;
    position: absolute ;
    top: 1.1em ;
    left: 1em ;
    min-width: 200px ;
    border: 1px #808080 solid ;
    padding: 8px ;
    color: black ;
    font-size: 85%;
    background-color: #f2f3f4 ;
    z-index: 1 ;
}

.result-search {
    align-items: center;
}

.result-search__sm-title {
    margin: 70px 0 70px;
}

.result-search__list {
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px 0;
    max-width: 700px;
    list-style-type: none;
    counter-reset: num;
    padding: 0 0 65px;
    border-bottom: 2px solid;
}

.result-search__list-item {
    display: flex;
    transition: transform .2s ease;
    align-items: center;
    gap: 0 20px;
    min-height: 85px;
    background-color: #1A2C4E;
    border-radius: 20px;
    box-shadow: 0 5px 10px #1A2C4E;
    padding: 20px;
}

.result-search__list-item::before {
    content: counter(num);
    counter-increment: num;
    border: 1px solid #ED7326;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
}

.result-search__list-item:hover {
    transform: scale(1.03);
}

.result-search__link {
    text-decoration: none;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border: 20px solid #0000;
    line-height: 1.4;
}

.text {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.text_theme_gray {
    line-height: 19px;
    color: #808080;
    margin: 10px 0;
}

.text_in_lg-block {
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text_theme_white {
    color: white;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row_in_sm-blocks {
    justify-content: center;
}

.header {
    min-width: 305px;
    max-width: 1110px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
}

.header__overlay {
    position: relative;
    box-sizing: border-box;
    padding: 12px 55px 12px 32px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}

.sidebar {
    width: 100%;
    position: fixed;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 64vh;
    left: 0;
    box-shadow: 0 10px 21px -16px rgb(118 118 118 / 20%);
    scrollbar-width: thin;
    transition: height .5s ease;
}

.sidebar::-webkit-scrollbar {
    width: 7px;
}

.sidebar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.sidebar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #1A2C4e;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.sidebar__list {
    margin: 0;
    gap: 45px 0;
    padding: 30px 30px 35px;
}

.sidebar__row {
    align-items: center;
}

.sidebar__list-item {
    list-style: none;
}

.sidebar__list-item::after {
    text-align: center;
    content: '';
    padding-top: 20px;
    border-bottom: 1px solid rgba(26, 44, 78, .6);
}

.sidebar__list-item:last-child::after {
    text-align: center;
    content: '';
    padding-top: 0;
    border-bottom: none;
}

.sidebar__form {
    border-radius: 5px;
    align-items: center;
    width: 100%;
    border: 1px solid #1A2C4E;
    position: relative;
}

.sidebar__label {
    width: 100%;
}

.sidebar__input-search {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    font-size: 16px;
    border: none;
    padding: 13px 20px;

}

.sidebar__submit {
    position: absolute;
    border: none;
    outline: none;
    padding: 0;
    background: url("../assets/images/icons/search.svg") no-repeat center, #1A2C4E;
    background-size: 30px;
    width: 85px;
    height: 100%;
    right: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.sidebar__submit:hover {
    background-color: #ED7326;
}

.sidebar__sub-list-item {
    list-style: none;
}

.sidebar__text {
    user-select: none;
}

.sidebar__btn {
    display: flex;
    align-items: center;
    outline: none;
    padding: 0;
    border: none;
    border-left: 2px solid #1A2C4E;
    border-bottom: 2px solid #1A2C4E;
    background-color: transparent;
    height: 10px;
    width: 10px;
    cursor: pointer;
    transform: rotate(315deg);
    transition: all .2s ease;
}

.sidebar__btn:hover {
    opacity: .6;
}

.sidebar__btn_opened {
    transform: rotate(135deg);
}

.sidebar__column {
    height: 0;
    overflow: hidden;
    transition: all .2s ease;
}

.sidebar__sub-list {
    gap: 25px 0;
    border-left: 1px solid rgba(26, 44, 78, .6);
    margin-top: 10px;
    padding: 10px 0 10px 20px;
}

.hamburger {
    align-items: center;
    gap: 5px 0;
    width: 40px;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.hamburger__line {
    width: 100%;
    border: 2px solid black;
    border-radius: 6px;
    background-color: black;
}

.navigation__line {
    width: 75px;
    height: 3px;
    bottom: -51px;
    position: absolute;
    border-bottom: 2px solid #5CA2DA;
    border-radius: 2px;
}

.navigation {
    display: flex;
}

.navigation__list {
    align-items: center;
    padding: 0;
    margin: 0;
}

.navigation__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin-left: 30px;
    opacity: 1;
    transition: all .3s ease;
}

/* sub-menu*/

.navigation__list-item:hover .navigation__sub-list {
    visibility: visible;
    opacity: 1;
}

/* */

.navigation__list-item[data-state="hidden"] {
    opacity: 0;
    visibility: hidden;
}

.navigation__list-item_type_future {
    margin-left: 40px;
}

.navigation__list-item_type_hamburger {
    display: none;
    margin-left: 15px;
    -webkit-tap-highlight-color: transparent;
}

.navigation__list-item_active {
    color: #5CA2DA;
}

.navigation__list-item_type_search {
    justify-content: center;
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

.navigation__list-item_type_user {
    margin-left: 10px;
}

/* sub-menu */

.navigation__sub-list-item {
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

/* */

.navigation__text {
    user-select: none;
}

.navigation__img {
    transition: all .2s ease-in-out;
}

.navigation__img:hover {
    transform: scale(1.05);
}

.navigation__form {
    display: flex;
    border: 1px solid black;
    border-radius: 5px;
    width: 300px;
}

.navigation__label {
    width: 100%;
}

.navigation__input-search {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    border: none;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navigation__btn_type_submit {
    border: none;
    outline: none;
    background-color: #1A2C4E;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navigation__btn_type_search {
    background: url("../assets/images/icons/search_black.svg") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 20px;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    left: 0;
    transition: all .4s ease-in-out;
}

.navigation__button_type_search:hover {
    transform: scale(1.05);
    opacity: .6;
}

.navigation__btn_position_left {
    left: -271px;
    background: url("../assets/images/icons/search.svg") no-repeat center;
    background-size: contain;
}

.navigation__btn_position_left:hover {
    transform: scale(1);
    opacity: 1;
    cursor: auto;
}

.navigation__overlay-form {
    position: absolute;
    overflow: hidden;
    width: 0;
    right: 0;
    transition: all .4s .2s ease;
    z-index: 1;
}

/* sub-menu*/

.navigation__sub-list {
    visibility: hidden;
    opacity: 0;
    background-color: white;
    position: absolute;
    width: 140px;
    top: 19px;
    gap: 31px 0;
    box-sizing: border-box;
    padding: 35px 20px 20px;
    box-shadow: 29px 27px 5px -24px rgb(118 118 118 / 10%), -29px 27px 5px -24px rgb(118 118 118 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .2s ease-in-out;
}

/**/

.intro {
    max-width: 1055px;
}

.intro__inner {
    position: relative;
}

.intro__video-player {
    width: 100%;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
}

.intro__manage {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro__manage-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.intro_description {
    max-width: 370px;
    margin-left: 37px;
}

.intro__heading {
    color: white;
    font-weight: 900;
    font-size: 22px;
    line-height: 23px;
    margin: 0 0 10px;
}

.intro__paragraph {
    color: white;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0;
}

.intro__btn {
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 150px;
    width: 150px;
    opacity: 0;
    cursor: pointer;
    background-color: transparent;
    user-select: none;
    transition: transform .2s ease;
}

.intro__btn:hover {
    transform: scale(1.1);
}

.intro__btn_type_first-play {
    padding: 0 40px 0 60px;
    height: 220px;
    width: 220px;
    border: 18px solid white;
    border-radius: 50%;
    box-shadow: 0 5px 26px black;
    opacity: 1;
}

.intro__img {
    width: 100%;
    height: 100%;
    max-width: 56px;
    max-height: 77px;
    object-fit: contain;
}

.intro__controls {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro__progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    pointer-events: none;
}

.action__description {
    margin: 50px 30px;
    padding: 10px;
    color: #35383c;
    line-height: 26px;
    font-size: 16px;
    border-top: 2px solid #1A2C4E;
    border-bottom: 2px solid #1A2C4E;
}

.modal {
    display: flex;
    min-width: 320px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    transition: all .2s ease-in-out;
}

.modal_opened {
    opacity: 1;
    visibility: visible;
}

.modal__close {
    background: url("../assets/images/icons/close_gray.svg") no-repeat center;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: all .1s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
}

.modal__close:hover {
    opacity: .8;
}

.modal__overlay {
    position: relative;
    display: flex;
    justify-content: center;
}

.modal__container {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 60%;
    background: #FFFFFF;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
    padding: 0 0 30px 90px;
    max-width: 800px;
    box-sizing: border-box;
}

.modal__title {
    margin: 0;
    font-weight: 700;
    color: #192C50;
    font-size: 32px;
    text-align: center;
}

.modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    margin: 60px 90px 15px 0;
    border-bottom: 1px solid #808080;
    flex-grow: 1;
}

.modal__content {
    max-height: 80%;
    padding-right: 80px;
}

.modal__content_details {
    overflow-y: auto;
    text-align: justify;
}

.modal__content_details::-webkit-scrollbar {
    width: 10px;
}

.modal__content_details::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.modal__content_details::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #1A2C4e;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.modal__paragraph {
    line-height: 1.6;
    font-size: 14px;
}

.modal__paragraph:first-child {
    margin-top: 0;
}

.modal__paragraph:first-letter {
    margin-left: 15px;
}

.modal__form {
    align-items: center;
}

.modal__column {
    width: 100%;
    align-items: center;
    gap: 25px;
}

.modal__label {
    width: 100%;
    max-width: 400px;
}

.modal__input {
    width: 100%;
    border: 2px solid #192C50;
    border-radius: 5px;
    padding: 5px;
}

.modal__textarea {
    width: 100%;
    border: 2px solid #192C50;
    border-radius: 5px;
    padding: 5px;
}

.modal__textarea {
    width: 100%;
}

.modal__other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    padding-right: 90px;
    gap: 20px 0;
}

.modal__submit {
    color: white;
    background-color: #1A2C4E;
    padding: 20px 60px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .2s ease;
}

.modal__submit:hover {
    transform: scale(1.05);
}

.modal__link {
    text-decoration: none;
    color: white;
    background-color: #1A2C4E;
    padding: 20px 60px;
    border-radius: 10px;
    transition: transform .2s ease;
}

.modal__link:hover {
    transform: scale(1.05);
}

.manage {
    height: 52vw;
    min-height: 166px;
    max-width: 1055px;
    max-height: 570px;
    display: grid;
    grid-template-columns: minmax(120px, 39.85%) repeat(2, minmax(83px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    gap: 35px 33px;
}

.manage__special {
    border-radius: 10px;
    background: url("../assets/images/icons/hummer.svg") no-repeat right bottom, linear-gradient(0deg, #ED7326, #ED7326), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50.32%), #FFFFFF;
    height: 100%;
}

.manage__special-heading {
    display: block;
    font-weight: 700;
    font-size: 24px;
    padding: 33px 0 0 31px;
    margin: 0;
}

.manage__link_view_special {
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    grid-row: 1 / 3;
}

.manage__cell {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
}

.manage__link {
    height: 100%;
    color: white;
    text-decoration: none;
    transition: all .2s ease;
}

.manage__link:hover {
    transform: scale(1.02);
}

.manage__heading {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 20px 0 0 21px;
}

.current-project {
    margin: 15px 20px 60px;
}

.current-project__box {
    display: flex;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
    margin-bottom: 90px;
    justify-content: space-between;
}

.current-project__text {
    padding: 55px;
}

.current-project__heading {
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 16px;
}

.current-project__paragraph {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 19px;
}

.current-project__wrapper {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.current-project__author {
    align-self: end;
    margin-right: 30px;
    font-weight: 300;
    font-size: 20px;
    color: #AAAAAA;
}

.current-project__quote {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    max-width: 500px;
    margin: 0 auto 50px;
    color: #808080;
}

.current-project__theme {
    object-fit: cover;
    max-width: 360px;
    width: 100%;
    border-radius: 10px;
    max-height: 715px;
}

.current-project__image {
    object-fit: contain;
    float: right;
    max-width: 550px;
    width: 100%;
    margin: 0 0 30px 30px;
}

.current-project__content {
    margin-bottom: 60px;
    padding-top: 30px;
    border-top: 1px solid #C4C4C4;
}

.current-project__inner {
    display: flex;
    gap: 25px;
}

.current-project__link {
    max-width: 325px;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 17px;
    color: #F9F9F9;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.current-project__link:hover {
    transform: scale(.95);
    opacity: .6;
}

.current-project__link_type_participation {
    background-color: #5CA2DA;
}

.current-project__link_type_support {
    background-color: #46CB17;
}

.greetings {
    max-width: 1080px;
}

.greetings__title {
    margin: 0 auto 35px;
    max-width: 550px;
    text-align: center;
    font-weight: 800;
    font-size: 96px;
    line-height: 98px;
    text-transform: uppercase;
}

.greetings__word-labor {
    color: #ED7326;
}

.greetings__word-front {
    color: #1A2C4E;
}

.greetings__sub-title {
    margin: 0 auto 65px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.greetings__container {
    display: flex;
    align-items: center;
}

.greetings__text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 32px;
}

.greetings__link {
    color: white;
    font-weight: 600;
    font-size: 24px;
    background: #46CB17;
    border: none;
    border-radius: 17px;
    margin-top: 25px;
    padding: 20px 82px;
}

.lg-blocks {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 30px 30px 0;
    gap: 30px 0;
}

.blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
    transition: all .2s ease;
}

.intro__item_removed {
    display: none;
}

.intro__item_hide {
    opacity: 0;
}

.contacts__phone {
    display: flex;
}

.contacts__first-numbers {
    font-weight: 700;
    margin-right: 7px;
}

.contacts__overlay {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.contacts__additionally {
    display: flex;
    flex-direction: column;
    max-width: 335px;
    margin-bottom: 20px;
}

.contacts__info {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
}

.I-can {
    margin: 15px 30px 80px;
    display: flex;
    justify-content: space-between;
}

.I-can__content {
    display: flex;
    flex-direction: column;
}

.I-can__image {
    object-fit: contain;
    max-height: 450px;
    margin-left: 20px;
}

.I-can__heading {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.I-can__sub-heading {
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 40px;
}

.I-can__paragraph {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
}

.I-can__link {
    margin-top: 40px;
    text-decoration: none;
    color: white;
    padding: 22px 0;
    text-align: center;
    width: 100%;
    max-width: 245px;
    background: #ED7326;
    border-radius: 17px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.I-can__link:hover {
    transform: scale(.95);
    opacity: .6;
}

.column {
    display: flex;
    flex-direction: column;
}

.column_in_action {
    gap: 30px 20px;
}

.allies__md-title {
    margin-bottom: 20px;
}

.about-us__img {
    object-fit: contain;
    float: right;
    margin: 15px 0 22px 15px;
    width: 100%;
    max-width: 335px;
    align-self: center;
}

.about-us__RTF {
    font-weight: 900;
    margin-left: 25px;
}

.about-us__offer {
    margin: 20px 0;
}

.about-us__offer-heading {
    padding-left: 30px;
	font-size: 16px;
	margin: 10px 0;
}

.about-us__list {
    margin: 0;
    padding-left: 30px;
}

.about-us__overlay {
    margin: 60px auto 0;
    width: 245px;
}

.about-us__link {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #ED7326;
    border-radius: 17px;
    transition: all .2s ease-in-out;
    font-weight: 600;
}

.about-us__link:hover {
    transform: scale(.95);
    opacity: .6;
}

.sm-blocks__row {
    margin: 0 0 65px 30px;
}

.sm-blocks__sm-title {
    margin: 0 0 20px 30px;
}

.news__link {
    font-size: 14px;
    line-height: 22px;
    color: #5CA2DA;
    transition: all .1s ease-in-out;
}

.news__link:hover {
    opacity: .6;
}

.news__additional {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.search {
    display: flex;
    flex-direction: column;
}

.search_in_result-search {
    width: 100%;
    max-width: 820px;
}

.result-search__search {
    margin-bottom: 30px;
}

.search__label {
    margin-bottom: 20px;
}

.search__form {
    position: relative;
    align-items: center;
    width: 100%;
    background-color: white;
    max-width: 640px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 17px;
}

.search__form_in_result-search {
    max-width: none;
}

.search__input {
    box-sizing: border-box;
    padding: 20px 55px 20px 35px;
    width: 100%;
    border: 0;
    outline: none;
    background-color: transparent;
    font-weight: 300;
    font-size: 20px;
}

.search__input::placeholder {
    color: #AAAAAA;
}

.search__input:focus {
    outline: #1A2C4E solid 1px;
    border-radius: 17px;
}

.search__btn {
    position: absolute;
    right: 15px;
    border: none;
    outline: none;
    background: url("../assets/images/icons/search.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    width: 38px;
    height: 38px;
    padding: 0;
}

.about-us__md-title {
    margin: 40px 0 25px 20px;
}

.post__sm-title {
    margin: 40px 0 25px;
}

.what_I_can__content {
    max-width: 800px;
    margin: 0 auto 40px;
}

.what_I_can__heading {
    text-align: center;
    margin: 20px;
}

.support {
    display: flex;
    flex-direction: column;
    padding: 35px;
    background: url("../assets/images/icons/hummer_gray.svg") no-repeat top right, url("../assets/images/flag.png") no-repeat bottom, #FFFFFF;
    background-size: contain, contain;
    height: 135vw;
    min-height: 765px;
    max-height: 1375px;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
}

.support__heading {
    display: flex;
    flex-direction: column;
    font-weight: 800;
    font-size: 64px;
    line-height: 70px;
    margin: 0 0 15px;
}

.support__word-support {
    color: #EE7326;
}

.support__word-RTF {
    color: #1A2C4E;
}

.support__link {
    width: 100%;
}

.support__large-sub-heading {
    margin-bottom: 100px;
}

.support__list {
    display: flex;
    max-width: 681px;
    margin: 0 auto 70px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px 40px;
}

.support__list-item {
    padding: 10px 15px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    width: 100%;
    max-width: 200px;
}

.support__list-item:hover {
    background: #FFFFFF;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.support__img {
    width: 100%;
}

.support__additional {
    color: #808080;
    max-width: 460px;
    align-self: end;
    margin-right: 60px;
}

.action__md-title {
    margin: 40px 0 25px 20px;
}

.what_I_can__md-title {
    margin: 40px 0 45px;
}

.action__btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #5CA2DA;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.action__btn:hover {
    opacity: .6;
}

.footer__container {
    display: flex;
    padding: 0 35px;
    margin-bottom: 55px;
    gap: 60px 55px;
}

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

.footer__items {
    margin: 0;
    padding: 0;
}

.footer__item-list {
    margin-top: 8px;
    list-style: none;
}

.footer__item-list:first-child {
    margin-top: 0;
}

.footer__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 60px 20px;
}

.footer__heading {
    font-size: 14px;
    margin: 0 0 22px;
}

.footer__heading_name_RTF {
    margin: 0;
    border-top: 1px solid #ED7326;
    padding: 17px 35px 0;
    font-weight: 900;
    color: #1A2C4E;
}

.footer__link-logo {
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
}

.footer__link-logo:hover {
    transform: scale(1.05);
}

.footer__link-heading {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.footer__link-heading:hover {
    text-decoration: underline;
}

.footer__link {
    text-decoration: none;
    font-size: 14px;
    color: #AAAAAA;
}

.footer__link:hover {
    text-decoration: underline;
}

.fon-RTF {
    width: 100%;
    height: 100%;
    background: url("../assets/images/icons/RLF.svg") no-repeat right;
    background-position-y: -70px;
}

/* universal elements */

.bread-crumbs {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
}

.bread-crumbs__link {
    text-decoration: none;
    color: black;
    transition: all .1s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bread-crumbs__link:hover {
    text-decoration: underline;
}

.bread-crumbs__slash {
    margin: 0 3px;
}

.bread-crumbs__current-location {
    color: #EE7326;
    text-overflow: ellipsis;
    overflow: hidden;
}

.soc-network {
    padding: 0;
    margin: 0;
    gap: 0 20px;
    max-height: 14px;
    max-width: 215px;
    width: 100%;
}

.soc-network_in_contacts {
    max-width: none;
    max-height: none;
} 

.soc-network__list-item {
    list-style: none;
    width: inherit;
    display: inherit;
}

.soc-network__list-item_in_contacts {
    align-items: center;
    gap: 0 30px;
}

.soc-network__link {
    height: inherit;
    width: inherit;
    display: inherit;
}

.soc-network__link_in_contacts {
    width: 100%;
    max-height: 35px;
    max-width: 30px;
}

.soc-network__icon {
    width: inherit;
    height: inherit;
    object-fit: contain;
    transition: all .2s ease;
}

.soc-network__icon:hover {
    transform: scale(1.2);
    opacity: .6;
}

.lg-block__circle {
    z-index: -1;
    width: 805px;
    height: 805px;
    border: 17px solid #ED7326;
    border-radius: 50%;
    position: absolute;
    top: 145px;
    right: -25%;
}

.lg-block__bread-crumbs {
    margin: 0 0 13px 35px;
}

.lg-block__inner {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    max-height: 550px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
}

.lg-block__overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0 70px 40px;
    max-width: 510px;
}

.lg-block__header {
    max-width: 355px;
}

.lg-block__md-heading {
    margin-bottom: 7px;
}

.lg-block__img {
    width: 50%;
    object-fit: contain;
    max-width: 450px;
    margin-left: 15px;
}

.lg-block__img_position_center {
    display: none;
}

.md-blocks {
    padding: 30px 30px 50px;
}

.md-blocks__column {
    margin: 0 0 30px 25px;
}

.md-blocks__items {
    display: flex;
    justify-content: center;
    gap: 30px 30px;
    flex-wrap: wrap;
}

.md-blocks__items_in_action {
    gap: 30px;
}

.md-blocks__items_in_allies {
    gap: 30px 10px;
}

.md-block {
    width: 100%;
    max-height: 320px;
    height: 100vw;
    transition: all .2s ease-in-out;
}

.md-block:hover {
    transform: scale(1.01);
}

.md-block:hover .blackout {
    background-color: rgba(0, 0, 0, .1);
}

.md-block__container {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.5);
    border-radius: 10px;
}

.md-block__container_lg-shadow {
    transition: all .2s ease-in-out;
}

.md-block__container_lg-shadow:hover {
    box-shadow: 0 0 20px #192C50, 0 0 20px #192C50;
}

.md-block__container_theme {
    background: url("../assets/images/method-draw-image.svg") no-repeat center;
    background-size: cover;
}

.md-block__inner {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 35px 30px 30px;
    width: 100%;
    box-sizing: border-box;
}

.md-block__inner_in_education {
    justify-content: end;
    width: 100%;
    padding: 0;
}

.md-block__img {
    object-fit: cover;
    max-width: 185px;
    width: 100vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.md-block__img_position_top {
    display: none;
}

.md-block__header {
    max-width: 250px;
    display: flex;
    align-items: center;
}

.md-block__header_in_education {
    display: block;
    max-width: none;
    background: linear-gradient(rgba(25, 44, 80, 1), rgba(25, 44, 80, 1));
    padding: 10px 20px;
    height: 25%;
    width: 100%;
    box-shadow: 0 -2px 4px rgba(25, 44, 80, .9);
    box-sizing: border-box;
}

.md-block__logo {
    height: 100%;
    object-fit: contain;
    margin-right: 10px;
    max-height: 78px;
    border-radius: 10px;
    max-width: 52px;
}

.md-block__content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.md-block__paragraph {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 15px 0;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .2s ease;
}

.md-block__paragraph_in_action {
    color: white;
    text-shadow: 0 0 4px black;
}

.md-block__info {
    display: none;
}

.md-block__additionally {
    align-items: center;
    width: 100%;
}

.md-block__link {
    color: #0FA9FF;
    font-size: 12px;
    transition: all .1s ease-in-out;
}

.md-block__link:hover {
    opacity: .6;
}

.md-block__btn {
    border: none;
    color: #808080;
    font-size: 12px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.md-block__btn:hover {
    opacity: .6;
}

.sm-block {
    /*position: relative;*/
    height: 100vw;
    width: 100%;
    max-width: 245px;
    max-height: 215px;
    background: #FFFFFF;
    box-shadow: 0 10px 21px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.sm-block:hover {
    transform: scale(.95);
}

/*.sm-block:hover .blackout {*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*}*/

/* my */

/*.sm-block_theme {*/
/*    background: url('https://rotfront.org/wp-content/themes/rotfront/assets/images/people.png') no-repeat center;*/
/*    background-size: cover;*/
/*}*/

/* */

.sm-block__inner {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    height: 100%;
}

.sm-block__logo {
    margin-bottom: 8px;
    max-height: 85px;
}

.sm-block__overlay {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sm-block__overlay_in_news {
    position: absolute;
    bottom: 0;
}

.sm-block__other {
    color: #AAAAAA;
}

.sm-block__more {
    color: #AAAAAA;
    transition: all .1s ease-in-out;
}

.sm-block__more:hover {
    opacity: .6;
}

.sm-block__more_type_link {
    text-decoration: underline;
}

.manage__cell_type_education {
    background: url("../assets/images/icons/user.svg") no-repeat right bottom, linear-gradient(0deg, #1A2C4E, #1A2C4E), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50.32%), #FFFFFF;
}

.manage__cell_type_our-work {
    background: url("../assets/images/icons/backpack.svg") no-repeat right bottom, linear-gradient(0deg, #46CB17, #46CB17), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50.32%), #FFFFFF;
}

.manage__cell_type_contacts {
    background: url("../assets/images/icons/phone_gray.svg") no-repeat right bottom, linear-gradient(0deg, #AAAAAA, #AAAAAA), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50.32%), #FFFFFF;
}

.manage__cell_type_what-can-I-do {
    background: url("../assets/images/icons/deal.svg") no-repeat right bottom, linear-gradient(0deg, #5CA2DA, #5CA2DA), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50.32%), #FFFFFF;
}

.bread-crumbs__link_view_gray {
    color: #AAAAAA;
}

.bread-crumbs__slash_view_gray {
    color: #AAAAAA;
}

.current-project__paragraph_type_box {
    max-width: 600px;
}

.current-project__heading_type_content {
    margin: 0 0 15px;
    font-weight: 600;
}

.pagination {
    margin: 100px 0 60px;
    display: flex;
    justify-content: center;
}

.pagination__list {
    margin: 0;
    display: flex;
    justify-content: center;
    width: fit-content;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 10px 21px rgb(118 118 118 / 20%);
    padding: 0;
}

.pagination__list-item {
    list-style: none;
    border-right: 1px solid #ddd;
}

.pagination__list-item_active {
    background-color: #5CA2DA;
    color: white;
    border: 1px solid #5CA2DA;
}

.pagination__list-item:hover:not(.pagination__list-item_active) {
    background-color: #ddd;
}

.pagination__link {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination__link_active {
    color: white;
}

.form-shared {
    width: 100%;
    gap: 30px 0;
    align-items: center;
}

.form-shared__label {
    width: 100%;
    max-width: 400px;
}

.form-shared__input {
    font-family: "Nano Sans", sans-serif;
    width: 100%;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #1A2C4E;
    padding: 20px 5px 5px;
    outline: none;
}

.form-shared__input:focus {
    border-bottom: 1px solid #ED7326;
}

.form-shared__input_textarea {
    max-width: 100%;
	height: 18px;
}

.form-shared__submit {
    color: white;
    background-color: #1A2C4E;
	border: 0;
    padding: 20px 60px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .2s ease;
}

.form-shared__submit:hover {
    transform: scale(1.02);
}

/* wp */

.pagination ul {
    margin: 0;
    display: flex;
    justify-content: center;
    width: fit-content;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 10px 21px rgb(118 118 118 / 20%);
    padding: 0;
}

.pagination li {
    list-style: none;
    border-right: 1px solid #ddd;
}

.pagination li span {
    background-color: #5CA2DA;
    color: white;
    border: 1px solid #5CA2DA;
}

.pagination li:hover:not(.page-numbers) {
    background-color: #ddd;
}

.pagination ul a, .pagination ul span {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination ul a {
    color: black;
}

.pagination ul .dots {
    background-color: transparent;
    color: black;
    border: none;
}

.pagination li:last-child {
    border-right: none;
}

.footer__items li:first-child {
    margin-bottom: 22px;
}

.footer__items li:first-child .footer__link {
    color: black;
    font-weight: 700;
}

.what_I_can__content p {
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin: 10px 0;
}

.navigation__list-item .sub-menu {
    visibility: hidden;
    opacity: 0;
    background-color: white;
    position: absolute;
    width: 140px;
    top: 19px;
    gap: 31px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 35px 20px 20px;
    box-shadow: 29px 27px 5px -24px rgb(118 118 118 / 10%), -29px 27px 5px -24px rgb(118 118 118 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .2s ease-in-out;
}

.navigation__list-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation__list-item > .sub-menu .navigation__list-item {
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

.post {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.post__sm-title {
    margin: 20px 0;
}

.post__content figure img {
    display: block;
    box-shadow: 0 2px 10px 0 black;
    border-radius: 3px;
    margin-top: 2em;
}

.post__content figcaption {
    font-size: 12px;
    line-height: 19px;
    color: #808080;
}

.post__content ol {
    display: flex;
    flex-direction: column;
    margin: 20px 0 30px;
}

.post__content li {
    font-size: 16px;
    line-height: 26px;
    color: #35383c;
	margin: 10px 0;
}

.post__link {
    display: inline;
    color: #0FA9FF;
    transition: all .1s ease-in-out;
}

.post__link:hover {
    opacity: .6;
}

.post__content p {
    font-size: 16px;
    line-height: 26px;
    color: #35383c;
    margin: 10px 0;
}

.post__content {
    margin-bottom: 40px;
    width: 100%;
}

.post__description {
    text-align: justify;
    text-indent: 15px;
    max-width: 600px;
    margin: 40px auto 0;
}

.post__content blockquote {
    font-size: 14px;
    padding: 1.25em 2.375em;
    background-color: #fafafa;
    margin: 10px 0;
}

.wp-block-embed iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 2px 10px 1px black;
}

.bread-crumbs:not(a.bread-crumbs__link) {
    text-decoration: none;
    transition: all .1s ease-in-out;
    color: #AAAAAA;
}

.bread-crumbs:not(span.bread-crumbs__link) {
    color: #AAAAAA;
}

.bread-crumbs a {
    color: #AAAAAA;
    text-decoration: none;
}

section.page__sm-blocks p {
    font-size: 14px;
    margin: 0;
}

section.page__sm-blocks blockquote {
    font-size: 15px;
    font-style: italic;
    background-color: lightgray;
}

.wp-block-embed {
    margin: 2em 0 2em 0;
}

.mobile-closed-message-avatar {
    text-align: center;
    line-height: 65px;
}

.wpcf7-form p {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px 0;
	align-items: center;
}

.wpcf7-form br {
	display:none;
}

.wpcf7 form .wpcf7-response-output {
	max-width: 400px;
	margin: 0 auto;
}

.modal__paragraph a {
    color: #0FA9FF;
    transition: all .1s ease-in-out;
}

.modal__paragraph a:hover {
    opacity: .6;
}

@media (max-width: 1030px) {
    .page__greetings {
        margin: 0 12px 30px;
    }

    .text {
        line-height: 18px;
    }

    .greetings__container {
        flex-direction: column;
    }

    .greetings__overlay {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
    }

    .greetings__img {
        margin-bottom: 50px;
    }

    .greetings__link {
        font-size: 16px;
        max-width: 280px;
        width: 100%;
        padding: 30px 0;
        margin: 0;
    }

    .md-blocks {
        padding: 30px 20px;
    }

    .contacts__additionally {
        align-items: center;
        text-align: center;
    }

    .contacts__info {
        margin: 0;
    }

    .contacts__additionally {
        margin-bottom: 0;
    }
}

@media (max-width: 1110px) {
    .header__overlay {
        padding: 22px;
    }

    .navigation__list-item_type_search {
        display: none;
    }

    .navigation__list_hide {
        display: none;
    }

    .navigation__list-item_type_hamburger {
        display: block;
    }

    .navigation-list_hide {
        display: none;
    }
}

@media (max-width: 1129px) {
    .page__action {
        margin: 0 100px 30px;
    }

    .action__md-title {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .body {
        margin-top: 0;
    }

    .page__manage {
        gap: 10px 10px;
        margin: 0 7px 20px;
    }

    .page__intro {
        margin-bottom: 10px;
    }

    .page__support {
        margin: 0;
    }

    .page__search {
        margin: 0 15px 30px;
    }

    .page__action {
        margin-Left: 20px;
        margin-right: 20px;
    }

    .intro__btn {
        width: 25px;
        margin-bottom: 15px;
    }

    .intro__btn_type_first-play {
        padding: 0 20px 0 30px;
        border: 10px solid white;
        width: 100px;
        height: 100px;
    }

    .intro__manage-wrapper {
        flex-direction: column;
    }

    .intro_description {
        margin-left: 0;
        text-align: center;
    }

    .manage__special {
        background-size: contain;
    }

    .manage__cell {
        background-size: 55%;
    }

    .manage__special-heading {
        font-size: 16px;
    }

    .manage__heading {
        font-size: 16px;
    }

    .greetings__title {
        font-size: 36px;
        line-height: 42px;
        max-width: 230px;
        margin-bottom: 15px;
    }

    .greetings__sub-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .greetings__img {
        width: 276px;
    }

    .lg-blocks {
        padding: 20px 15px 0;
    }

    .lg-block__inner {
        flex-direction: column;
        align-items: center;
        height: 100%;
        max-height: 740px;
        padding: 0 30px;
    }

    .lg-block__img {
        object-fit: contain;
        max-height: 285px;
        width: 100%;
        height: 100%;
    }

    .lg-block__overlay {
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 10px 0 25px;
        max-width: none;
    }

    .lg-block__img_position_center {
        display: block;
    }

    .lg-block__img_position_right {
        display: none;
    }

    .lg-block__header {
        text-align: center;
    }

    .text_in_lg-block {
        margin-bottom: 25px;
    }

    .md-heading {
        font-size: 36px;
    }

    .lg-block__md-heading {
        margin-bottom: 10px;
    }

    .md-sub-heading {
        font-size: 14px;
    }

    .link_in_lg-block {
        width: 100%;
        max-width: 280px;
        padding: 30px 0;
        font-size: 16px;
    }

    .support__heading {
        font-size: 32px;
        line-height: 36px;
    }

    .support__large-sub-heading {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .support__list {
        gap: 35px 10px;
        max-width: 490px;
        margin-bottom: 25px;
    }

    .support__list-item {
        max-width: 120px;
        padding: 5px;
    }

    .md-blocks__column {
        margin: 0 0 15px;
    }

    .md-title {
        font-size: 24px;
        line-height: 32px;
    }

    .allies__md-title {
        margin-bottom: 10px;
    }

    .lg-sub-title {
        font-size: 14px;
    }

    .md-block__img_position_top {
        width: 100%;
        height: 100%;
        max-height: 205px;
    }

    .about-us__img {
        float: none;
        max-height: 350px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about-us__link {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-us {
        display: flex;
        flex-direction: column;
    }

    .about-us__overlay {
        margin-top: 25px;
    }

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

    .search__label {
        margin-bottom: 20px;
    }

    .sm-title {
        font-size: 32px;
        line-height: 34px;
    }

    .search__input {
        padding: 23px 50px 22px 23px;
    }

    .search__btn {
        width: 26px;
        height: 26px;
    }

    .sm-sub-title {
        font-size: 14px;
        line-height: 20px
    }

    .sm-blocks__row {
        margin: 0 0 25px;
        justify-content: center;
    }

    .link_position_top {
        display: none;
    }

    .link_position_bottom {
        display: block;
    }

    .sm-blocks__items {
        margin-bottom: 30px;
    }

    .news__additional {
        margin: 60px 0 0;
        gap: 20px 0;
    }

    .sm-blocks__sm-title {
        margin: 0 auto 10px;
        text-align: center;
    }

    .pagination {
        margin: 40px 0 20px;
    }

    .I-can {
        flex-direction: column-reverse;
        align-items: center;

    }

    .I-can__image {
        margin-bottom: 30px;
    }

    .I-can__content {
        align-items: center;
    }

    .I-can__heading {
        align-self: flex-start;
    }

    .I-can__sub-heading {
        align-self: flex-start;
    }

    .I-can__link {
        padding: 25px 0;
    }

    .current-project__link {
        font-size: 16px;
        padding: 25px 0;
    }

    .current-project__inner {
        flex-direction: column;
        align-items: center;
    }

    .current-project__image {
        float: none;
        margin: 0 0 25px;
    }

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

    .current-project__box {
        flex-direction: column;
        align-items: center;
    }

    .current-project__theme {
        max-width: none;
        max-height: 320px;
    }

    .current-project__text {
        padding: 20px 20px 40px;
    }

    .current-project__heading {
        margin-bottom: 15px;
    }

    .action__md-title {
        text-align: center;
    }

    .what_I_can__content {
        margin-bottom: 20px;
    }

    .what_I_can__md-title {
        margin-bottom: 10px;
    }

    .what_I_can__soc-network {
        align-self: center;
    }

    .result-search__sm-title {
        margin: 20px 0 10px;
    }

    .modal__container {
        padding-left: 40px;
        height: auto;
        max-height: 80%;
    }

    .modal__content {
        padding-right: 30px;
    }

    .modal__header {
        margin-right: 40px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

	.modal__title {
		font-size: 24px;
	}

	.modal__other {
		padding-right: 40px;
		flex-direction: column;
	}

	.modal__link {
		padding-left: 20px;
		padding-right: 20px;
		order: 1;
	}

	.action__description {
		margin: 0 0 35px;
		padding: 10px 0;
	}

	.greetings__text {
		margin-top: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.modal__paragraph ul {
		padding-left: 20px;
	}
}

@media (max-width: 600px) {
    .page__route {
        margin-bottom: 30px;
    }

    .navigation__input-search {
        border-radius: 3px;
    }

    .sidebar_opened {
        top: 118px;
    }

    .logo {
        width: 135px;
    }

    .route {
        flex-direction: column;
        justify-content: center;
    }

    .route_one-item {
        justify-content: center;
    }

    .soc-network {
        gap: 0 30px;
        max-width: 250px;
    }

    .soc-network_in_contacts {
        max-width: none;
        align-items: center;
    }

    .soc-network__list-item_in_contacts {
        flex-direction: column;
        
        width: 80%;
    }

    .manage__special-heading {
        font-size: 12px;
        padding: 8px 0 0 9px;
    }

    .manage__heading {
        font-size: 12px;
        padding: 8px 16px 0 6px;
        word-wrap: break-word;
    }

    .lg-block__inner {
        padding: 0 10px;
    }

    .lg-block__img {
        margin: 0;
    }

    .lg-block__bread-crumbs {
        margin-left: 10px;
    }

    .md-block {
        max-height: 500px;
        height: 162vw;
    }

    .md-block__container {
        flex-direction: column;
        background-color: white;
        box-sizing: border-box;
    }

    .md-block_in_action {
        max-height: 400px;
    }

    .md-block__img_position_top {
        display: block;
        max-width: none;
    }

    .md-block__img_position_right {
        display: none;
    }

    .md-block__inner {
        padding: 30px 20px 25px;
        align-items: center;
        height: 100%;
    }

    .md-block__inner_in_education {
        padding: 0;
    }

    .md-block__header_in_education {
        padding: 20px 15px 35px;
    }

    .md-block__link {
        font-size: 14px;
        align-self: flex-start;
    }

    .md-block__link_position_bottom {
        position: absolute;
        bottom: 0;
    }

    .support {
        height: 140vw;
        padding-top: 0;
        background-size: contain, 95%;
        box-shadow: 0 26px 21px rgb(118 118 118 / 20%);
        background-position: 0 85%, bottom center;
    }

    .support__additional {
        margin: 0;
    }

    .footer__nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer__heading_name_RTF {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .footer__link-logo {
        margin-bottom: 30px;
    }

    .I-can {
        margin: 0 10px 60px;
    }

    .current-project {
        margin-left: 10px;
        margin-right: 10px;
    }

    .intro_description {
        display: none;
    }

    .md-block__paragraph {
        max-width: 400px;
        -webkit-line-clamp: 4;
    }

    .action__md-title {
        margin: 0 10px 20px 10px;
    }

    .about-us__md-title {
        margin: 0 0 10px 10px;
    }

    .post__sm-title {
        margin: 0 0 10px;
    }

    .what_I_can__md-title {
        margin-top: 0;
    }

    .sidebar__submit {
        width: 55px;
        background-size: 20px;
    }
}

@media (min-width: 1130px) {
    .md-block {
        max-width: 520px;
    }
}

@media (min-width: 1111px) {
    .sidebar {
        display: none;
    }
}
