@media screen and (max-width: 1024px) {
  .page-header {
    box-shadow: none;
  }
  .page-header .phone_link {
    display: none;
  }
  .page-header .panel.wrapper {
    width: unset;
    flex: unset;
    margin: 0;
  }
  .page-header .header.content {
    width: unset;
    margin: 0;
  }
  .page-header .logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .logo img {
    height: 42px;
  }
  .page-header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #AD9861;
    left: 0;
    width: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: width 0.5s 0.5s, opacity 0.5s;
    -ms-transition: width 0.5s 0.5s, opacity 0.5s;
    -moz-transition: width 0.5s 0.5s, opacity 0.5s;
    -webkit-transition: width 0.5s 0.5s, opacity 0.5s;
    transition: width 0.5s 0.5s, opacity 0.5s;
    z-index: 2;
  }
  .page-header .menu_block:before {
    display: block;
    content: "";
    min-height: 80px;
  }
  .page-header .menu_btn {
    border: none;
    background: transparent;
    color: #394061;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: -8px;
    padding: 11px;
    position: relative;
    z-index: 20;
    font-size: 0;
  }
  .page-header .menu_btn:before, .page-header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    border-top: 2px solid;
    border-radius: 2px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-header .menu_btn:before {
    top: 12px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .page-header .menu_btn:after {
    bottom: 12px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .page-header .menu_btn span {
    display: block;
    margin: 8px auto;
    width: 18px;
    border-top: 2px solid;
    border-radius: 2px;
    -o-transition: opacity 0.3s 0.3s;
    -ms-transition: opacity 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }
  .page-header .menu_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: calc(100dvh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .page-header .menu_inner:after, .page-header .menu_inner:before {
    display: block;
    content: "";
    flex: 1;
  }
  .page-header .main_menu {
    font-size: 123.07%;
    line-height: 20px;
  }
  .page-header .main_menu > li {
    margin: 0 0 15px;
    padding: 0;
  }
  .page-header .main_menu > li:after {
    display: none;
  }
  .page-header .main_menu > li > a {
    color: #F7F5EF;
    padding: 10px 0;
    margin: 10px 0;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
  }
  .page-header .main_menu > li > .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
    position: sticky;
    bottom: 0;
  }
  .page-header .main_menu > li > .submenu_list > li > a,
  .page-header .main_menu > li > .submenu_list > li > div {
    padding: 10px 20px;
    color: #F7F5EF;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list {
    background: transparent;
    padding: 0 20px;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list:before, .page-header .main_menu > li > .submenu_list .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
    background: transparent;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list > li > a,
  .page-header .main_menu > li > .submenu_list .submenu_list > li > div {
    padding: 8px 16px;
    color: #F7F5EF;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list ul {
    padding: 20px 16px;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list ul li:not(:first-child) {
    margin-top: 24px;
  }
  .page-header .main_menu .submenu_list {
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    overflow: hidden;
  }
  .page-header .main_menu .submenu_list > li > a,
  .page-header .main_menu .submenu_list > li > div {
    display: block;
  }
  .page-header .main_menu .submenu_list .submenu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .main_menu .submenu_list .submenu_btn:after {
    position: relative;
    margin-top: 0;
    margin-left: 4px;
    top: auto;
    left: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .page-header .main_menu .opened > .submenu_list {
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    max-height: 2000px;
  }
  .page-header .main_menu .opened > .submenu_btn:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .social_fix {
    pointer-events: unset;
  }
  .menu_opened .page-header .main_menu .submenu_list {
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    opacity: 1;
  }
  .menu_opened .page-header .main_menu .opened > .submenu_list {
    -o-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .menu_opened .menu_btn,
  .menu_opened .page-header .switcher.switcher-language .options .action.toggle {
    color: #ffffff;
  }
  .menu_opened .logo img {
    display: none;
  }
  .menu_opened .logo img.home_logo {
    display: block;
  }
  .menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    overflow-y: auto;
    -o-transition: width 0s 0s, opacity 0.5s;
    -ms-transition: width 0s 0s, opacity 0.5s;
    -moz-transition: width 0s 0s, opacity 0.5s;
    -webkit-transition: width 0s 0s, opacity 0.5s;
    transition: width 0s 0s, opacity 0.5s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: 2px;
    margin-left: 3px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-bottom: -1px;
    margin-left: 3px;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
  }
  .social_fix {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AD9861;
    pointer-events: none;
  }
  .social_fix .social_list {
    flex-direction: row;
    margin: 0 -30px;
    justify-content: center;
  }
  .social_fix .social_list:before, .social_fix .social_list:after {
    display: none;
  }
  .social_fix .social_list li {
    padding: 0 30px;
  }
  .social_fix .social_list li a:before {
    font-size: 2.5rem;
  }
  .fix-header .menu_btn {
    color: #111941;
  }
}
@media screen and (max-width: 600px) {
  .social_fix .social_list {
    margin: 0 -15px;
  }
  .social_fix .social_list li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer .content ul.socials_list a:before {
    font-size: 2.5rem;
  }
  .page-footer .block_footer {
    margin-top: 20px;
  }
  .page-footer .logo img {
    width: 160px;
  }
  .page-footer .footer.content .footer.links {
    flex-direction: column;
  }
  .page-footer .footer.content .footer.links li {
    margin-bottom: 20px;
  }
  .page-footer .contacts_list {
    flex-direction: column;
    align-items: end;
  }
  .page-footer .contacts_list li {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .block_footer {
    margin-top: 20px;
  }
  .page-footer .block {
    order: 2;
    margin-bottom: 20px;
  }
  .page-footer .content ul.socials_list a:before {
    font-size: 3.5rem;
  }
  .page-footer .footer_contacts {
    order: 3;
    margin-bottom: 30px;
  }
  .page-footer .block_footer {
    order: 4;
  }
  .page-footer .block_footer div {
    order: 2;
  }
  .page-footer .logo {
    order: 1;
    margin-bottom: 40px;
  }
  .page-footer .logo img {
    width: 160px;
  }
  .page-footer .footer.content > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-footer .footer.content > div > .footer.links li {
    margin-bottom: 13px;
  }
  .page-footer .footer.content .footer.links {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .page-footer .footer.content .footer.links li {
    margin-bottom: 26px;
  }
  .page-footer .contacts_list {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    order: 1;
    align-items: center;
    margin-bottom: 26px !important;
  }
  .page-footer .contacts_list li {
    margin-bottom: 7px;
  }
  small.copyright .developer {
    text-align: center;
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about_page .about_text {
    padding: 60px 90px;
    margin: 0 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about_page .main_block {
    position: relative;
    margin-bottom: 30px;
  }
  .about_page .main_block picture img {
    min-height: 370px;
    position: relative;
  }
  .about_page .main_block .main_info {
    padding: 0 15px;
    max-width: 100%;
    top: 0;
  }
  .about_page .main_block .main_info img {
    margin-bottom: 16px;
  }
  .about_page .main_block .description_block {
    margin-bottom: 16px;
    -webkit-line-clamp: unset;
    font-size: 130%;
    line-height: 16px;
  }
  .about_page .main_block .main_title {
    -webkit-line-clamp: unset;
    font-size: 200%;
    line-height: 26px;
  }
  .about_page .about_text .inner_text {
    font-size: 200%;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .about_page .about_text .description_block {
    font-size: 130%;
    line-height: 16px;
  }
  .about_page .history_section .bg_title {
    display: none;
  }
  .about_page .history_section .section_head {
    margin-bottom: 0;
  }
  .about_page .history_section .section_head .description_block {
    font-size: 130%;
    line-height: 16px;
    margin-top: 15px;
  }
  .about_page .human_section .human_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_page .human_section .human_block .human_name {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .about_text {
    padding: 24px 16px;
    max-width: 100%;
  }
  .about_page .history_slider {
    position: relative;
  }
  .about_page .history_slider:not(.slick-slider) {
    overflow: hidden;
    display: flex;
  }
  .about_page .history_slider:not(.slick-slider) > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .history_slider .slide_block {
    padding: 0 15px 30px;
  }
  .about_page .history_slider .slick-slide:after, .about_page .history_slider .slick-slide:before {
    left: 30px;
  }
  .about_page .history_slider .img_block {
    max-width: 320px;
  }
  .about_page .history_slider .info_block {
    padding-left: 16px;
    margin-left: 20px;
    max-width: 100%;
  }
  .about_page .history_slider .year_block {
    font-size: 310%;
    line-height: 40px;
  }
  .about_page .history_slider .description_block {
    font-size: 130%;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .human_section .human_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=about-m.css.map */
