@media screen and (max-width: 1024px) {
  .header_top {
    padding: 0 20px;
  }
  .header_bottom {
    padding: 0;
  }
  .header .promo_block {
    height: 35px;
    font-size: 120%;
    line-height: 1.25em;
    padding: 0 20px;
  }
  .header .main_logo {
    margin-right: auto;
  }
  .header .actions_block {
    position: static;
    top: auto;
    right: auto;
  }
  .header .lg_block {
    position: relative;
    right: auto;
    padding: 0;
    bottom: auto;
    margin-bottom: 0;
  }
  .header .lg_block .drop_btn {
    width: 48px;
    height: 48px;
  }
  .header .lg_block .drop_inner {
    top: 56px;
  }
  .header .locations_block .drop_btn {
    font-size: 0;
    width: 48px;
    height: 48px;
    justify-content: center;
  }
  .header .locations_block .drop_btn:before {
    margin-right: 0;
  }
  .header .locations_block .drop_inner {
    top: 56px;
    width: 360px;
    max-width: 100vw;
  }
  .header .locations_block .block_title {
    font-size: 160%;
  }
  .header .locations_block .drop_head {
    padding: 20px;
  }
  .header .locations_block .close_btn {
    margin: -14px -14px -14px 20px;
    padding: 10px;
  }
  .header .locations_block .type_block {
    padding: 20px;
  }
  .header .locations_block .type_title {
    margin-bottom: 12px;
  }
  .header .locations_block .online_stores a {
    height: 48px;
    padding: 4px;
  }
  .header .locations_block .store_block {
    padding: 16px;
  }
  .header .search_block {
    position: static;
    margin-right: 0;
    display: block;
    width: auto;
  }
  .header .search_block.opened .search_toggle {
    opacity: 1;
  }
  .header .search_block.opened .search_toggle:before {
    content: "\e904";
  }
  .header .search_block.opened .search_form {
    height: auto;
    opacity: 1;
    flex: none;
    max-width: 100vw;
  }
  .header .search_toggle {
    position: relative;
    top: auto;
    right: auto;
    width: 48px;
    height: 48px;
  }
  .header .search_toggle:before {
    font-size: 2rem;
  }
  .header .search_form {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .search_form:before, .header .search_form:after {
    display: block;
    content: "";
    height: 20px;
    margin: 0 -20px;
  }
  .header .search_form:before {
    border-top: 1px solid #e5e5e5;
  }
  .header .search_form:after {
    border-bottom: 1px solid #e5e5e5;
  }
  .header .search_field {
    flex: none;
    width: 100%;
  }
  .header .search_field input {
    font-size: 140%;
    border: 1px solid #e5e5e5;
    padding: 8px 60px 8px 16px;
    height: 40px;
  }
  .header .search_btn {
    position: absolute;
    right: 21px;
    top: 21px;
    height: 38px;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 101px;
    background: #ffffff;
    left: 0;
    width: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: opacity 0.5s 0s, width 0s 0.5s;
    -ms-transition: opacity 0.5s 0s, width 0s 0.5s;
    -moz-transition: opacity 0.5s 0s, width 0s 0.5s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0.5s;
    transition: opacity 0.5s 0s, width 0s 0.5s;
  }
  .header .menu_inner {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .main_menu {
    margin: 0;
    display: block;
    padding: 24px 0;
  }
  .header .main_menu a.submenu_btn {
    width: 100%;
    display: flex !important;
    align-items: center;
  }
  .header .main_menu a.submenu_btn:after {
    content: "\e903";
    font-size: 2rem;
    margin-left: auto;
    padding-left: 20px;
  }
  .header .main_menu .submenu_block a {
    font-size: 160%;
    line-height: 20px;
  }
  .header .main_menu > li {
    height: auto;
    position: relative;
  }
  .header .main_menu > li:not(:first-child) {
    margin-top: 32px;
  }
  .header .main_menu > li > a {
    font-size: 160%;
  }
  .header .main_menu > li .submenu_block {
    border: none;
    background: #ffffff;
    z-index: 5;
    overflow: hidden;
  }
  .header .main_menu > li .submenu_block .submenu_list {
    overflow-y: auto;
  }
  .header .main_menu > li .submenu_block .submenu_list.showed {
    position: fixed;
    top: 163px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .header .main_menu > li .submenu_block li:not(:first-child) {
    margin-top: 32px;
  }
  .header .main_menu > li.opened > .submenu_block {
    position: fixed;
    top: 102px;
    left: 0;
    width: 100%;
    max-height: none;
    bottom: 0;
    padding-top: 60px;
  }
  .header .main_menu > li.opened > .submenu_block .submenu_block {
    overflow: visible;
    width: 0;
  }
  .header .main_menu > li.opened > .submenu_block .submenu_block .submenu_list {
    background: #ffffff;
    padding: 24px 20px;
  }
  .header .main_menu > li > .submenu_block > .submenu_list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 20px;
    height: 100%;
  }
  .header .main_menu > li > .submenu_block a {
    font-size: 160%;
    line-height: 20px;
  }
  .header .main_menu .menu_close {
    width: 100%;
    color: #999999;
    padding: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 120%;
    line-height: 19px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .main_menu .menu_close:before {
    content: "\e902";
    font-size: 2rem;
    margin-right: 8px;
  }
  .header .main_menu .menu_close span {
    pointer-events: none;
  }
  .header .main_menu .menu_close span + span:before {
    content: "/";
    margin: 0 8px;
  }
  .header .category_image {
    display: none;
  }
  .header .secondary_menu {
    position: relative;
    bottom: auto;
    right: auto;
    height: auto;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 20px 0;
  }
  .header .secondary_menu a {
    font-size: 120%;
  }
  .header .secondary_menu li {
    padding: 0 20px;
  }
  .header .secondary_menu li:not(:first-child) {
    margin-top: 12px;
  }
  .header .menu_btn {
    position: relative;
    z-index: 101;
    margin-right: -16px;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    color: #15331E;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    border-top: 2px solid;
    width: 18px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .menu_btn:before {
    top: 18px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .header .menu_btn:after {
    bottom: 18px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .header .menu_btn span {
    display: block;
    margin: 0 auto;
    width: 18px;
    border-top: 2px solid;
    -o-transition: opacity 0.2s 0.4s;
    -ms-transition: opacity 0.2s 0.4s;
    -moz-transition: opacity 0.2s 0.4s;
    -webkit-transition: opacity 0.2s 0.4s;
    transition: opacity 0.2s 0.4s;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    -o-transition: opacity 0.5s 0s, width 0s 0s;
    -ms-transition: opacity 0.5s 0s, width 0s 0s;
    -moz-transition: opacity 0.5s 0s, width 0s 0s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0s;
    transition: opacity 0.5s 0s, width 0s 0s;
  }
  .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;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 18px;
    top: 17px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 18px;
    bottom: 17px;
  }
}
@media screen and (max-width: 575px) {
  .header_top {
    position: relative;
  }
  .header .locations_block {
    position: static;
  }
  .header .locations_block .drop_inner {
    left: 20px;
    right: 20px;
    width: auto;
    top: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_middle {
    padding: 24px 0;
  }
  .footer_bottom {
    padding-bottom: 20px;
  }
  .footer_bottom .page_container:before {
    height: 16px;
  }
  .footer .policy_menu {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -10px;
    padding-top: 2px;
    flex-wrap: wrap;
  }
  .footer .policy_menu a {
    margin: 8px 10px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .policy_menu {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .footer .developer {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .footer_contacts,
  .footer .subscribe_section {
    margin-top: 24px;
  }
  .footer_menues {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .footer_contacts,
  .footer .subscribe_section {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .footer_menues {
    flex-wrap: wrap;
  }
  .footer_menues > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_menues > li:not(:first-child) {
    margin-top: 24px;
  }
  .footer_contacts,
  .footer .subscribe_section {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_screen .info_block {
    padding-bottom: 30px;
  }
  .stats_section .stats_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 1025px) {
  .stats_section .stats_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 1024px) {
  .stats_section .stats_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .history_section .left_block {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 1025px) {
  .history_section .left_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 1024px) {
  .history_section .left_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .history_section .right_block {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 1025px) {
  .history_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 1024px) {
  .history_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .value_section .value_list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 1024px) {
  .stats_section .stats_list {
    padding: 20px 5px;
  }
  .value_section .value_list li:nth-child(4) .block_list {
    aspect-ratio: 388/280;
  }
  .banner_section .info_block,
  .banner_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .banner_section .info_block,
  .banner_section .image_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .banner_section .info_block,
  .banner_section .image_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_section .inner_info {
    max-width: 100%;
    padding: 20px;
  }
  .work_section .list_work li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .work_section .list_work li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .work_section .list_work li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_screen .info_block {
    padding-bottom: 20px;
  }
  .stats_section .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .stats_section .stats_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .stats_section .stats_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history_section .left_block {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .history_section .left_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .history_section .left_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history_section .right_block {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .history_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .history_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .value_section .value_list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .value_section .block_list {
    aspect-ratio: 388/280;
  }
}
@media screen and (max-width: 640px) {
  .history_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .history_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) and (min-width: 1025px) {
  .history_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) and (max-width: 1024px) {
  .history_section .right_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .work_section .list_work li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .work_section .list_work li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .work_section .list_work li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=index-m.css.map */
