@charset "UTF-8";
@media (max-width: 745px) {
  .container {
    max-width: 320px;
  }

  body {
    overflow-X: hidden;
  }

  .crumbs {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }

  .header .header_container {
    min-height: 72px;
  }
  .header .hedaer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .hedaer__logo img {
    width: 194px;
  }
  .header .header__lk {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: 19px;
  }
  .header .header_phone {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 0px;
    width: 48px;
    height: 48px;
    background: #E3F5D8;
    border-radius: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .header .header_phone:after {
    content: url(../images/header/ic/trubka.svg);
  }
  .header .burger {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 20px;
  }
  .header .header__callback {
    display: none;
  }
  .header .header__nav.opened {
    height: calc(100% - 72px);
    width: 100%;
    top: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header__nav.opened ul &gt; li span {
    width: 89%;
  }
  .header .header__nav.opened ul &gt; li.subopen {
    position: fixed;
    height: calc(100% + 43px);
    width: 100vw;
    top: -30px;
    left: 0;
    z-index: 31;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .header__nav.opened ul &gt; li.subopen i {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 59px;
    right: 25px;
  }
  .header .header__nav.opened ul &gt; li.subopen i:before {
    content: "";
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    height: 1px;
    background: #000;
    border-radius: 2px;
  }
  .header .header__nav.opened ul &gt; li.subopen i:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: calc(50% - 1px);
    top: 0;
    background: #000;
    border-radius: 2px;
  }
  .header .header__nav.opened ul &gt; li.subopen span {
    margin: 25px auto 19px;
  }
  .header .header__nav.opened ul &gt; li.subopen nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header__nav.opened ul &gt; li.subopen nav ul {
    width: 89%;
    margin-top: 0;
    gap: 0;
  }
  .header .header__nav.opened ul &gt; li.subopen nav ul li {
    display: none;
  }
  .header .header__nav.opened ul &gt; li.subopen nav ul li:nth-child(-n+6) {
    display: block;
  }
  .header .header__nav.opened ul &gt; li.subopen nav ul li.all_predloj {
    display: none !important;
  }
  .header .header__nav.opened ul &gt; li.subopen .subopen_link {
    display: block;
    width: 82%;
    margin: auto auto 63px auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #141519;
    text-decoration: none;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
  }
  .header .header__nav.opened ul &gt; li.subopen .subopen_link:after {
    content: url(../images/subopen_ar_right.svg);
  }
  .header .header__nav.opened .header__nav_mobile_buttons {
    display: block;
    margin-top: auto;
    width: 89%;
    margin: auto auto 20px auto;
  }
  .header .header__nav.opened .header__nav_mobile_buttons a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 116%;
    color: #141519;
    text-decoration: none;
  }
  .header .header__nav.opened .header__nav_mobile_buttons .header__nav_mobile_buttons__zayavka {
    color: #2B6030;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background: #E3F5D8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 40px;
    margin-top: 19px;
  }

  .hero__main .hero__slider .hero__slider__single {
    height: 560px;
  }
  .hero__main .hero__slider .hero__slider__single .hero__slider__single_content_wrap .hero__slider_single__text {
    font-size: 30px;
    line-height: 104%;
  }
  .hero__main .hero__slider .hero__slider__single a {
    font-size: 14px;
    line-height: 16px;
    width: 184px;
    height: 40px;
    padding: 0;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  section.main_advantages {
    padding: 68px 0px 81px 0;
  }
  section.main_advantages .main_advantages__container {
    max-width: 100%;
  }
  section.main_advantages .main_advantages__container .arrows {
    width: 100%;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 3px;
  }
  section.main_advantages .main_advantages__container .arrows .slick-arrow {
    background: rgba(241, 244, 247, 0.5);
    bottom: 22px;
    position: static;
   
  }
  section.main_advantages .main_advantages__container .main_advantages__textblock {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  section.main_advantages .main_advantages__container .main_advantages__textblock .main_advantages__head {
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
  }
  section.main_advantages .main_advantages__container .main_advantages__textblock .main_advantages_text {
    font-weight: 600;
    font-size: 20px;
    line-height: 116%;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 260px 25px 260px;
    grid-template-columns: 260px 260px;
    -ms-grid-rows: 106px 0px 106px;
    grid-template-rows: 106px 106px;
    gap: 0px 25px;
        grid-template-areas: ". ." ". .";
    overflow-x: scroll;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons.fake_slider{
    padding-right: 20px !important; 
  }
  section.main_advantages .main_advantages__container .main_advantages__icons.fake_slider::-webkit-scrollbar {
    width: 0px;
    /* ширина scrollbar */
  }
  section.main_advantages .main_advantages__container .main_advantages__icons.fake_slider {
    padding: 0 0;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  section.main_advantages .main_advantages__container .main_advantages__icons.fake_slider ::-webkit-scrollbar {
    width: 0;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons.fake_slider ::-webkit-scrollbar-track {
    background: transparent;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .slick-arrow {
    background: rgba(241, 244, 247, 0.5);
    bottom: 22px;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .slick-track {
    display: block;
    padding: 0px 66% 0 0;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .slick-list {
    overflow: visible;
    width: 320px;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .slick-slide {
    padding-right: 32px;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .main_advantages__icons__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: -1px;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .main_advantages__icons__single .main_advantages__icons__single__image {
    margin-right: 20px;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .main_advantages__icons__single .main_advantages__icons__single__image svg {
    width: 32px;
    margin-top: -8px;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .main_advantages__icons__single .main_advantages__icons__single__description .main_advantages__icons__single__head {
    font-size: 16px;
    line-height: 130%;
  }
  section.main_advantages .main_advantages__container .main_advantages__icons .main_advantages__icons__single .main_advantages__icons__single__description .main_advantages__icons__single__text {
    font-size: 14px;
    line-height: 130%;
  }

  .tehnique .tehnique__head {
    font-size: 26px;
    line-height: 104%;
  }
  .tehnique .tehnique__cards_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single {
    width: 100%;
    padding: 0px 0% 0% 0px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    height: 160px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single .tehnique__cards__single__head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    padding: 20px 0px 0 24px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single .link_but {
    margin-left: 24px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(1) {
    height: 431px;
    background-size: 64%;
    background-position: 168% 87%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 28px 0% 0% 0px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(1) .tehnique__cards__single__head {
    font-weight: 600;
    font-size: 24px;
    padding: 0px 0px 0 24px;
    line-height: 115%;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(1) .link_but {
    margin: 25px 0px 0 24px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(1) img {
    width: 419px;
    right: -86px;
    bottom: 5%;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(2), .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(3) {
    padding: 0px 0% 0% 0px;
    height: 200px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(2) .tehnique__cards__single__head, .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(3) .tehnique__cards__single__head {
    padding: 23px 0px 0 24px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(2) .link_but, .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(3) .link_but {
    margin-left: 24px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(4), .tehnique .tehnique__cards_wrapper .tehnique__cards__single:nth-child(5) {
    padding: 0px 0% 0% 0px;
    height: 160px;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single.last {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    background-image: none;
  }
  .tehnique .tehnique__cards_wrapper .tehnique__cards__single.last .link_but {
    margin-top: auto;
    margin-bottom: 24px;
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange {
    display: block;
    max-width: calc(100% + 40px);
    white-space: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange.fake_slider::-webkit-scrollbar {
    width: 0px;
    /* ширина scrollbar */
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange .tehnique__cards__single {
    padding: 0px 0% 0% 0px;
    height: 160px;
    display: inline-block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin-right: 8px;
    position: relative;
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange .tehnique__cards__single:last-child{
        margin-right: 40px;
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange .tehnique__cards__single .tehnique__cards__single__head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    padding: 20px 0px 0 24px;
    max-width: 150px;
    white-space: normal;
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange .tehnique__cards__single img {
    width: 145px;
    right: 0px;
    bottom: 15%;
  }
  .tehnique .tehnique__cards_wrapper .tehniq_slider_strange .tehnique__cards__single .link_but::before {
    content: "";
  }

  .calculator {
    margin: 80px 0 41px 0;
  }
  .calculator .calculator__head {
    font-size: 26px;
    line-height: 104%;
    margin-bottom: 25px;
  }
  .calculator .calculator__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calculator .calculator__content .calculator_inputs {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 24px 24px;
  }
  .calculator .calculator__content .calculator_inputs .calculator_inputs__single {
    margin-bottom: 24px;
  }
  .calculator .calculator__content .calculator_inputs .calculator_inputs__single .calculator_inputs__single__value {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    margin: 9px 0 10px 0px;
  }
  .calculator .calculator__content .calculator_inputs .calculator_inputs__single .calculator_inputs__single__signs {
    margin: 12px 0 0 0;
  }
  .calculator .calculator__content .calculator__results {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 6px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 37px;
  }
  .calculator .calculator__content .calculator__results .calculator__results__head {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
    margin-bottom: 23px;
  }
  .calculator .calculator__content .calculator__results .calculator__results__value {
    margin-bottom: 26px;
  }
  .calculator .calculator__content .calculator__results .calculator__results__button_wrap {
    width: 207px;
    text-align: center;
    margin-bottom: 14px;
  }

  .products {
    padding: 83px 0 134px 0;
  }
  .products .products__head_container .products__head {
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
  }
  .products .products__head_container a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
  }
  .products .products__wrapper .slick-list {
    padding: 0px 0% 0 0;
  }
  .products .products__wrapper .products__single {
    padding: 21px 20px 40px 20px;
    margin-right: 8px;
    max-height: 383px;
    min-height: 327px !important;
    min-height: auto;
  }
  .products .products__wrapper .products__single .products__single__imgwrap {
    min-height: 76px;
    margin-bottom: 33px;
  }
  .products .products__wrapper .products__single .products__single__head {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
  }
  .products .products__wrapper .products__single .products__single__options .products__single__options__single span:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
  }
  .products .products__wrapper .products__single .products__single__options .products__single__options__single span:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
  }
  .products .products__wrapper .products__single .products__single__link {
    margin-top: 14px;
    position: relative;
    top: 18;
  }

  .specoffer {
    margin: 80px 0 38px 0;
  }
  .specoffer .specoffer__head_container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 36px;
  }
  .specoffer .specoffer__head_container .specoffer__head {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
  }
  .specoffer .specoffer__head_container a.specoffer__head_link {
    font-style: normal;
    font-weight: normal;
    font-size: 0px;
    line-height: 140%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .specoffer .specoffer__head_container a.specoffer__head_link:before {
    content: "Все";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #141519;
  }
  .specoffer .specoffer__head_container a.specoffer__head_link svg {
    position: relative;
  }
  .specoffer .scrolltabs {
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .specoffer .scrolltabs::-webkit-scrollbar {
    width: 0;
  }
  .specoffer .specoffer__tabs {
    max-width: auto;
    white-space: nowrap;
    display: block;
  }
  .specoffer .specoffer__tabs .specoffer__tabs__single {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    white-space: nowrap;
    padding: 9px 14px;
    margin-right: 4px;
  }
  .specoffer .specoffer__tab_content_wrapper .slick-slider .slick-arrow {
    bottom: 42px;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .slick-list {
    padding: 0px 0% 0 0 !important;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single {
    margin-right: 8px;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single .specoffer__tab__content__single__head {
    padding: 17px 17px 0 17px;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single .specoffer__tab__content__single__options .specoffer__tab__content__single__options__single span:first-child {
    white-space: nowrap;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single .specoffer__tab__content__single__options.sp {
    gap: 0 16px;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single .specoffer__tab__content__single__options.sp .specoffer__tab__content__single__options__single:first-child {
    min-width: 111px;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single .specoffer__tab__content__single__buttons .specoffer__tab__content__single__zyavka {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 16px 12px 17px;
  }
  .specoffer .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single .specoffer__tab__content__single__buttons .specoffer__tab__content__single__podrobnee {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
  }

  .banner_indivual {
    margin: 36px auto 90px auto;
    min-height: 500px;
  }
  .banner_indivual img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 29%;
       object-position: 29%;
    width: 100%;
  }
  .banner_indivual .banner_indivual__textblock {
    padding: 0;
    top: -46px;
  }
  .banner_indivual .banner_indivual__textblock .banner_indivual__head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    text-align: center;
  }
  .banner_indivual .banner_indivual__textblock .banner_indivual__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    padding: 0 10px;
  }
  .banner_indivual.productsban .banner_indivual__textblock .banner_indivual__text {
    font-size: 18px;
  }
  .banner_indivual .banner_indivual__textblock .banner_indivual__buttonwrap {
    position: relative;
  }

  .faq {
    padding: 61px 0 61px 0;
  }
  .faq .faq__head_container {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
  }
  .faq .faq__wrapper {
    margin-top: 39px;
  }
  .faq .faq__wrapper .faq__single {
    padding: 25px 28px;
  }

  footer {
    padding-top: 0px;
  }
  footer .footer__top_wrap .footer_top__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__top_wrap .footer_top__contacts img {
    margin-top: 20px;
  }
  footer .footer__top_wrap .footer_top__contacts .footer_top__contacts__telmailwrap {
    margin-top: -4px;
  }
  footer .footer__top_wrap .footer_top__contacts .footer_top__contacts__adress {
    margin-top: 19px;
  }
  footer .footer__top_wrap .footer_top_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single {
    border-bottom: 1px solid #F1F4F7;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0px 0 10px 0;
    margin: 0px 0 17px 0;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single.active {
    border-bottom: 1px solid #238441;
    margin-bottom: 4px;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single.active .footer_top_menu__single__head:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single.active ul {
    padding-top: 22px;
    opacity: 1;
    height: auto;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single .footer_top_menu__single__head {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single .footer_top_menu__single__head:after {
    content: url(../images/vi.svg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single ul {
    padding-top: 0px;
    height: 0;
    opacity: 0;
    overflow-y: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  footer .footer__top_wrap .footer_top_menu .footer_top_menu__single ul li {
    margin-bottom: 16px;
  }
  footer .footer_hr {
    padding-top: 32px;
  }
  footer .footer__bottom_wrap {
    border-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer__bottom_wrap .copy {
    margin-top: 0;
    margin-bottom: 24px;
  }
  footer .footer__bottom_wrap .copyinfo {
    text-align: center;
  }

  .modal_form_wrap .modal_form {
    height: 100vh;
    width: calc(100vw - 24px);
    padding: 10px 24px 24px;
    overflow-y: scroll;
  }
  .modal_form_wrap .modal_form .close_modal {
    right: 16px;
    top: 44px;
  }
  .modal_form_wrap .modal_form .modal_form__head {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    margin-top: 35px;
  }
  .modal_form_wrap .modal_form .modal_form__desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
  }
  .modal_form_wrap .modal_form form .modal_form__inp_wrap {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .modal_form_wrap .modal_form form .modal_form__buttonswrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal_form_wrap .modal_form form .modal_form__buttonswrap .modal_form__submit {
    text-align: center;
  }

  .article_hero {
    min-height: 388px;
  }
  .article_hero .article_hero_h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 104%;
    margin-bottom: 35px;
  }
  .article_hero .article_hero_h1 br {
    display: none;
  }

  .page {
    margin-top: 80px;
  }
  .page .page__wrapper .page__contents {
    width: 100%;
  }
  .page .page__wrapper .page__contents .page__section .page__section__head {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .page .page__wrapper .page__contents .page__section .page_container {
    max-width: 320px !important;
    margin-left: auto;
    margin-right: auto !important;
  }

  .page .page__wrapper .page__contents .page__section.partners_about .page_container {
    max-width: 100% !important;
  }

  .target .target__text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
  .target .target__text br {
    display: none;
  }

  .about_advantage {
    margin-top: 78px;
    border-radius: 0;
    padding-bottom: 80px;
  }
  .about_advantage .page__section__head {
    padding-top: 80px;
  }
  .about_advantage .about_advantage__top {
    margin-bottom: 40px;
  }
  .about_advantage .about_advantage__top .about_advantage__top__cont {
    padding: 27px 20px 35px;
  }
  .about_advantage .about_advantage__top .about_advantage__top__cont .about_advantage__top__cont__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 29px;
  }
  .about_advantage .about_advantage__top .about_advantage__top__cont .about_advantage__top__cont__logo {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about_advantage .about_advantage__top .about_advantage__top__cont .about_advantage__top__cont__logo img {
    width: 222px;
  }
  .about_advantage .about_advantage__top .about_advantage__top__cont .about_advantage__top__iconwrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -5px;
  }
  .about_advantage .about_advantage__top .about_advantage__top__cont .about_advantage__top__iconwrap .about_advantage__top__iconw_single {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 5px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about_advantage .about_advantage__bottom {
    padding-bottom: 8px;
  }
  .about_advantage .about_advantage__bottom .about_advantage__bottom_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
    padding-top: 28px;
    padding-bottom: 16px;
  }
  .about_advantage .about_advantage__bottom .about_advantage__bottom_wrap ul {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding-top: 0px;
    padding-left: 21px;
    margin: 0;
  }
  .about_advantage .about_advantage__bottom .about_advantage__bottom_wrap ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }

  .directors {
    margin-top: 82px;
    margin-bottom: 130px;
  }
  .directors .directors__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .directors .directors__wrapper .director__photo {
    border-radius: 10px 10px 0px 0px;
  }
  .directors .directors__wrapper .director__photo img {
    width: 100%;
    height: 330px;
    display: none;
  }
  .directors .directors__wrapper .director__photo img.formob {
    display: block;
  }
  .directors .directors__wrapper .directors__textblock {
    padding-left: 19px;
    padding-right: 16px;
    padding-bottom: 35px;
  }
  .directors .directors__wrapper .directors__textblock .director_name {
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
  }
  .directors .directors__wrapper .directors__textblock .director_desc {
    margin-top: 8px;
  }
  .directors .directors__wrapper .directors__textblock .director_quotes {
    margin-top: 20px;
    padding-right: 6px;
  }
  .directors .directors_slider__wrapper .directors_slider__tabs &gt; div {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
  }

  .partners_about {
    padding-top: 79px;
    padding-bottom: 0px;
    margin-bottom: 79px;
  }
  .partners_about .partners_about__tabs &gt; div {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
  }
  .partners_about .partners_top_card__wrapper {
    overflow-x: scroll;
    margin-bottom: 11px;
  }
  .partners_about .partners_top_card {
    margin-top: 26px;
    margin-bottom: 11px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 222px 222px;
    grid-template-columns: 222px 222px;
    -ms-grid-rows: 309px;
    grid-template-rows: 309px;
    grid-auto-flow: column;
    grid-auto-columns: 222px;
        grid-template-areas: ". .";
  }
  .partners_about .partners_top_card.second_style {
    margin-top: 26px;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .partners_about .partners_top_card.second_style .partners_top_card_second_style_single {
    min-width: 250px;
  }
  .partners_about .partners_top_card .partners_top_card__single {
    width: 222px;
    margin-right: 9px;
    max-width: auto;
    padding: 0;
  }
  .partners_about .partners_top_card .partners_top_card__single .partners_top_card__single__image {
    margin: 20px 0 0 19px;
  }
  .partners_about .partners_top_card .partners_top_card__single .partners_top_card__single__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin: 32px 13px 0 20px;
  }
  .partners_about .partners_top_card .partners_top_card__single .partners_top_card__single_text {
    max-width: 180px;
    margin: 8px 13px 0 20px;
  }
  .partners_about .partners_top_card .partners_top_card__single .partners_top_card__single__link {
    margin-left: 19px;
    margin-bottom: 19px;
  }

  .carier .carier_top img {
    height: 139px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carier .carier_top .carier_top__cols {
    margin-top: 16px;
    padding: 4px 28px 28px 20px;
  }
  .carier .carier_top .carier_top__cols .carier_top__cols__board {
    margin-top: 17px;
    padding: 32px 24px 18px 32px;
  }
  .carier .carier_top .carier_top__cols .carier_top__cols__board .carier_top__cols__board__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .open_vacncy {
    margin-top: 71px;
  }
  .open_vacncy .headwrap {
    margin-bottom: 38px;
  }
  .open_vacncy .headwrap a {
    font-size: 0px;
  }
  .open_vacncy .headwrap a:before {
    color: #141519;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    content: "Все";
  }
  .open_vacncy .open_vacncy__links a {
    padding: 16px 24px;
    min-height: 44px;
  }
  .open_vacncy .open_vacncy__links a span:last-child {
    min-width: 36px;
  }

  .specoffer__tab__content.gridstyle {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 320px;
    grid-auto-rows: 444px;
    -ms-grid-columns: 320px;
    grid-template-columns: 320px;
    -ms-grid-rows: 444px 16зч 444px;
    grid-template-rows: 444px 444px;
    gap: 16зч 21px;
        grid-template-areas: ".  " ".  ";
    overflow: visible !important;
  }
  .specoffer__tab__content.gridstyle .specoffer__tab__content__single {
    max-height: auto;
    margin-right: 0;
    max-width: 320px;
    margin-right: 0 !important;
  }

  .products_liz .scrolltb {
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .products_liz .products_liz__head__mobile {
    display: none;
    margin: 36px 0 36px 0;
  }
  .products_liz .products_liz__wrap .products_liz__head {
    margin: 40px 0 36px 0;
    font-size: 26px;
  }
  .products_liz .products_liz__wrap .products_liz__tabs {
    display: block;
    white-space: nowrap;
  }
  .products_liz .products_liz__wrap .products_liz__tabs .products_liz__tabs__head {
    display: none;
    margin-right: 16px;
  }
  .products_liz .products_liz__wrap .products_liz__tabs .products_liz__tabs__button {
    font-size: 12px;
    line-height: 120%;
    display: inline-block;
    margin-right: 8px;
  }
  .products_liz .products_liz__wrap .products_liz__tabcontent_wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: minmax(320px, 500px);
    grid-auto-rows: minmax(418px, auto);

    -ms-grid-columns: 320px;
    grid-template-columns: 320px;
    -ms-grid-rows: 418px;
    grid-template-rows: 418px;

    gap: 20px 20px;
        grid-template-areas: ". ";
        overflow-x: visible;
  }
  .products_liz .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single {
    padding: 28px 28px 32px;
  }
  .products_liz .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single .products_liz__single__imgwrap {
    margin-bottom: 34px;
    min-height: 76px;
  }
  .products_liz .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single .products_liz__single__head {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
  }
  .products_liz .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single .products_liz__single__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .products_liz:not(.anotherprods) .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single .products_liz__single__text{
    margin-bottom: 24px;
  }
  .products_liz .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single .products_liz__single__linkto {
    min-height: 33px;
  }
  .products_liz .specoffer.gridstylewrap {
    margin: 110px 0 119px 0;
    overflow-x: visible;
  }

  .product_hero {
    height: 388px;
    min-height: 388px;
  }
  .product_hero .product_hero__container h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 104%;
    padding-bottom: 35px;
  }

  .product_subhead {
    margin: 39px 0 41px 0;
  }
  .product_subhead .product_subhead_container h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
  }

  .product_options .pr_opt__left_zaya {
    margin-top: 25px;
  }
  .product_options .arrows__product_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_options .arrows__product_options .slick-arrow {
    position: relative;
    width: 36px;
    height: 36px;
    background: rgba(241, 244, 247, 0.5);
    border-radius: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 27px;
    bottom: 10px;
  }
  .product_options .arrows__product_options .slick-arrow.slick-prev {
    left: 0vw;
  }
  .product_options .arrows__product_options .slick-arrow.slick-next {
    left: calc(0vw + 17px);
  }
  .product_options .product_options__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .product_options .product_options__wrapper .product_options__single .product_options__single__price {
    margin-top: 19px;
  }
  .product_options .product_options__wrapper .product_options__single.predmets {
    max-width: 100%;
  }
  .product_options .product_options__wrapper .product_options__single.predmets .product_options__single__head {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0vw;
  }
  .product_options .product_options__wrapper .product_options__single.predmets .scrollwrap {
    width: 100%;
    margin: auto;
    overflow-x: visible;
  }
  .product_options .product_options__wrapper .product_options__single.predmets .product_options__single__table_predmets {
    overflow-x: scroll;
    margin-left: calc( (100vw - 320px) / 2);
    max-width: calc(100% - (100vw - 320px) / 2);
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 320px;
    grid-auto-rows: 55px;
    -ms-grid-columns: 316px 0px 320px;
    grid-template-columns: 316px 320px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0px 0px;
        grid-template-areas: ". .";
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .product_options .product_options__wrapper .product_options__single.predmets .product_options__single__table_predmets ::-webkit-scrollbar {
    width: 0;
  }
  .product_options .product_options__wrapper .product_options__single.predmets .product_options__single__table_predmets ::-webkit-scrollbar-track {
    background: transparent;
  }
  .product_options .product_options__wrapper .product_options__single.predmets .product_options__single__table_predmets div {
    border-bottom: 1px solid rgba(20, 21, 25, 0.1);
  }
  .product_options .product_options__wrapper .product_options__single.predmets .product_options__single__table_predmets div:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    margin-top: 8px;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    margin-top: 9px;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(2) .product_options__single__table {
    margin-top: 8px;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(2) .product_options__single__table div {
    min-height: auto;
    height: auto;
    padding: 15px 0 16px;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(2) .product_options__single__table div span:first-child {
    max-width: 154px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(2) .product_options__single__table div:last-child {
    padding: 25px 0 25px;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
  }
  .product_options .product_options__wrapper .product_options__single:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 9px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 6px;
  }

  .product_advantages {
    margin: 79px 0 70px;
  }
  .product_advantages .product_advantages__container {
    max-width: 100%;
  }
  .product_advantages .product_advantages__container .arrows_product_advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product_advantages .product_advantages__container .arrows_product_advantages .slick-arrow {
    margin: 0;
    position: relative;
    width: 36px;
    height: 36px;
    background: rgba(241, 244, 247, 0.5);
    border-radius: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 41px;
    bottom: 10px;
  }
  .product_advantages .product_advantages__container .arrows_product_advantages .slick-arrow.slick-prev {
    left: 0vw;
  }
  .product_advantages .product_advantages__container .arrows_product_advantages .slick-arrow.slick-next {
    left: calc(0vw + 17px);
  }
  .product_advantages .product_advantages__container .product_advantages__head {
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
    margin-left: calc( (100vw - 320px) / 2);
    max-width: calc(100% - (100vw - 320px) / 2);
    margin-right: 0;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap {
    max-width: 100%;
    margin-left: calc( (100vw - 320px) / 2);
    max-width: calc(100% - (100vw - 320px) / 2);
    margin-right: 0;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards {
    max-width: 100%;
    overflow-x: scroll;
    padding: 0 5vw;
    -ms-grid-columns: 236px 35px 360px;
    grid-template-columns: 236px 360px;
    -ms-grid-rows: 46px 21px 82px;
    grid-template-rows: 46px 82px;
    grid-gap: 21px 35px;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards &gt; *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards &gt; *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards ::-webkit-scrollbar {
    width: 0;
  }
  .product_advantages .product_advantages__container .product_advantages__cards_wrap .product_advantages__cards ::-webkit-scrollbar-track {
    background: transparent;
  }

  .product_advantages + .calculator {
    margin: 71px 0 41px 0;
  }

  .products_liz.anotherprods {
    padding: 41px 0 73px 0;
    margin-bottom: 78px;
  }
  .products_liz.anotherprods .products_liz__head {
    margin: 40px 0 26px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
  }
  .products_liz.anotherprods .products_liz__head a {
    font-size: 0;
  }
  .products_liz.anotherprods .products_liz__head a:before {
    content: "Все";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #141519;
  }
  .products_liz.anotherprods .arrows__product_another {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .products_liz.anotherprods .arrows__product_another .slick-arrow {
    margin: 0;
    position: relative;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
    bottom: 10px;
  }
  .products_liz.anotherprods .arrows__product_another .slick-arrow.slick-prev {
    left: 0vw;
  }
  .products_liz.anotherprods .arrows__product_another .slick-arrow.slick-next {
    left: calc(0vw + 17px);
  }
  .products_liz.anotherprods .products_liz__wrap .products_liz__tabcontent_wrapper {
    -ms-grid-columns: 320px 320px;
    grid-template-columns: 320px 320px;
    grid-auto-rows: 478px;
    -ms-grid-rows: 478px;
    grid-template-rows: 478px;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
    overflow-x: scroll; 
  }
  .products_liz.anotherprods .products_liz__wrap .products_liz__tabcontent_wrapper &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .products_liz.anotherprods .products_liz__wrap .products_liz__tabcontent_wrapper &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .products_liz.anotherprods .products_liz__wrap .products_liz__tabcontent_wrapper ::-webkit-scrollbar {
    width: 0;
  }
  .products_liz.anotherprods .products_liz__wrap .products_liz__tabcontent_wrapper ::-webkit-scrollbar-track {
    background: transparent;
  }
  .products_liz.anotherprods .products_liz__wrap .products_liz__tabcontent_wrapper .products_liz__single {
    padding: 20px 20px 24px;
  }
  .products_liz.anotherprods .prod_more_button {
    display: none;
  }

  .news_listing .news_listing__head_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_listing .news_listing__head_container .news_listing_head {
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
    margin-bottom: 14px;
  }
  .news_listing .news_listing__container {
    margin-top: 8px;
    grid-auto-columns: 320px;
    grid-auto-rows: minmax(347px, auto);
    -ms-grid-columns: 320px;
    grid-template-columns: 320px;
    -ms-grid-rows: 456px 40px 347px 40px 347px;
    grid-template-rows: minmax(456px, auto) minmax(347px, auto) minmax(347px, auto);
    gap: 40px 21px;
        grid-template-areas: "first_news" "." ".";
  }
  .news_listing .news_listing__container .news_peview_single:first-child .news_peview_single__imagewrap {
    height: 320px;
  }
  .news_listing .news_listing__container .news_peview_single:first-child .news_peview_single__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
  }
  .news_listing .news_listing__container .news_peview_single .news_peview_single__imagewrap {
    height: 240px;
  }
  .news_listing .news_listing__container .news_peview_single .news_peview_single__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }

  .navigation a.prv, .navigation a.nxt {
    display: none;
  }
  .news_listing__container_navigate {
    margin-top: 65px;
    margin-bottom: 79px;
  }

  .banner_podpiska .banner_podpiska_container {
    height: 420px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 80px;
  }
  .banner_podpiska .banner_podpiska_container .banner_podpiska_container__head {
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
  .banner_podpiska .banner_podpiska_container .banner_podpiska_container__subhead {
    max-width: 280px;
    margin-left: auto;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    margin-right: auto;
  }
  .banner_podpiska .banner_podpiska_container .banner_podpiska_container__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
  .banner_podpiska .banner_podpiska_container .banner_podpiska_container__form input {
    width: 280px;
    margin-bottom: 20px;
  }
  .banner_podpiska .banner_podpiska_container .banner_podpiska_container__form .errormess {
    top: 67%;
  }
  .press_contacts .press_contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .press_contacts .press_contacts__container div, .press_contacts .press_contacts__container a {
    margin-left: 20px !important;
  }
  .press_contacts .press_contacts__container .press_contacts__data {
    margin-top: 10px;
  }

  .news_single_page .news_single_page__container .news_single_page__article_wrap h1 {
    font-size: 26px;
    line-height: 104%;
    margin-bottom: 23px;
  }
  .news_single_page .news_single_page__container .news_single_page__article_wrap .news_single_page__main_img {
    min-height: 320px;
    margin-bottom: 4px;
  }
  .news_single_page .news_single_page__container .news_single_page__article_wrap .news_single_page__nav_buttons {
    margin: 57px 0 38px;
  }
  .news_single_page .news_single_page__container .news_single_page__article_wrap .news_single_page__nav_buttons a {
    font-size: 0;
  }
  .news_single_page .news_single_page__container .news_single_page__article_wrap .news_single_page__nav_buttons a:first-child:after {
    content: "Предыдущая";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #141519;
  }
  .news_single_page .news_single_page__container .news_single_page__article_wrap .news_single_page__nav_buttons a:last-child:before {
    content: "Следующая";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #141519;
  }
  .another_news {
    margin: 42px 0 70px 0;
  }
  .another_news .another_news__head {
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
    color: #141519;
    margin-bottom: 24px;
  }
  .another_news .another_news__wrapper {
    margin-left: calc( (100vw - 320px) / 2);
    max-width: calc(100% - (100vw - 320px) / 2);
    -ms-grid-columns: 320px 320px 320px;
    grid-template-columns: 320px 320px 320px;
  }
  .another_news .arrows__another_news .slick-arrow {
    margin-top: 17px;
  }

  .predmet_advantages {
    margin: 64px 0 70px 0;
  }
  .predmet_advantages .predmet_advantages__topfour {
    margin-left: calc( (100vw - 320px) / 2);
    max-width: calc(100% - (100vw - 320px) / 2);
    margin-right: 0;
    -ms-grid-columns: 220px 32 259px;
    grid-template-columns: 220px 259px;
    grid-auto-rows: 232px;
    -ms-grid-rows: 231px;
    grid-template-rows: 231px;
    gap: 0 32;
    overflow-y: hidden;
  }
  .predmet_advantages .predmet_advantages__topfour &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .predmet_advantages .predmet_advantages__topfour &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .predmet_advantages .predmet_advantages__topfour .predmet_advantages__topfour__single .predmet_advantages__topfour__single__list li {
    list-style-type: none;
  }
  .predmet_advantages .arrows__predmet_advantages__topfour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .predmet_advantages .arrows__predmet_advantages__topfour .slick-arrow {
    position: relative;
    width: 36px;
    height: 36px;
    background: rgba(241, 244, 247, 0.5);
    border-radius: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    bottom: 10px;
    cursor: pointer;
  }
  .predmet_advantages .arrows__predmet_advantages__topfour .slick-arrow.slick-prev {
    left: 0vw;
  }
  .predmet_advantages .arrows__predmet_advantages__topfour .slick-arrow.slick-next {
    left: calc(0vw + 17px);
  }

  .predmet_to_product .predmet_to_product__wrap {
    padding: 20px 20px 10px;
    gap: 0 24px;
  }
  .predmet_to_product .predmet_to_product__wrap .predmet_to_product__textblock .predmet_to_product__textblock_head {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
  }
  .predmet_to_product .predmet_to_product__wrap .predmet_to_product__textblock .predmet_to_product__textblock__text {
    font-size: 14px;
    line-height: 140%;
  }
  .predmet_to_product .predmet_to_product__wrap .predmet_to_product__priceblock {
    margin-top: 2px;
  }
  .predmet_to_product .predmet_to_product__wrap .predmet_to_product__priceblock .predmet_to_product__priceblock__single span:nth-child(1) {
    font-size: 18px;
  }
  .predmet_to_product .predmet_to_product__wrap .predmet_to_product__priceblock .predmet_to_product__priceblock__single span:nth-child(2) {
    font-size: 12px;
  }

  .another_activs .another_activs__container {
    margin-left: calc( (100vw - 320px) / 2);
    max-width: calc(100% - (100vw - 320px) / 2);
  }
  .static_tpl .sttic_text_wrap {
    max-width: 320px;
    margin: 80px auto 40px;
  }
  .static_tpl .sttic_text_wrap:not(:first-child) {
    margin: 40px auto 80px;
  }
  .static_tpl .static_slider {
    max-width: 320px;
  }
  .static_tpl .static_slider .slick-active img {
    -webkit-animation: slider_slide_image 3s linear forwards;
            animation: slider_slide_image 3s linear forwards;
  }
  .static_tpl .static_slider .slick-arrow.slick-next {
    left: auto;
  }
  .static_tpl h2 {
    padding-top: 0px;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
    color: #141519;
  }
  .static_tpl h3 {
    margin: 36px auto 24px;
    font-weight: 600;
    font-size: 26px;
    line-height: 104%;
  }
  .static_tpl .static_image__text_left, .static_tpl .static_image__text_right {
    max-width: 320px;
    padding: 0px 0 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .static_tpl .static_image__text_left img, .static_tpl .static_image__text_right img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    max-width: 320px;
    min-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    margin: 0;
  }
  .static_tpl .static_graybg {
    margin-left: calc( (100vw - 320px) / 2 );
    max-width: calc(100% - (100vw - 320px) / 2 );
    margin-top: 32px;
    padding: 60px 40px 60px 24px;
    margin-bottom: 80px;
  }
  .static_tpl .tarif_table {
    margin-left: calc( (100vw - 320px) / 2 );
    max-width: calc(100% - (100vw - 320px) / 2 );
    margin-top: 60px;
    margin-bottom: 60px;
    overflow-x: scroll;
    -ms-grid-rows: 51px 60px 69px 62px;
    grid-template-rows: 51px 60px 69px 62px;
    -ms-grid-columns: 200px 160px 160px 188px;
    grid-template-columns: 200px 160px 160px 188px;
    padding-right: 20px;
  }
  .static_tpl .tarif_table &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .static_tpl .tarif_table &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .static_tpl .tarif_table &gt; *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .static_tpl .tarif_table &gt; *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .static_tpl .tarif_table &gt; *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .static_tpl .tarif_table &gt; *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .static_tpl .tarif_table &gt; *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .static_tpl .tarif_table &gt; *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .static_tpl .tarif_table &gt; *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .static_tpl .tarif_table &gt; *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .static_tpl .tarif_table &gt; *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .static_tpl .tarif_table &gt; *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .static_tpl .tarif_table &gt; *:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .static_tpl .tarif_table &gt; *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .static_tpl .tarif_table &gt; *:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .static_tpl .tarif_table &gt; *:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .static_tpl .tarif_table div:nth-child(-n+4) {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
  }
  .static_tpl .tarif_table div:nth-child(n+5) {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
  }
  .static_tpl p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
  }
  .static_tpl .arrows__tarif_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .static_tpl .arrows__tarif_table .slick-arrow {
    position: relative;
    width: 36px;
    height: 36px;
    background: #F1F4F7;
    border-radius: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -11px;
    margin-bottom: 40px;
    bottom: 10px;
  }
  .static_tpl .arrows__tarif_table .slick-arrow.slick-prev {
    left: 0vw;
  }
  .static_tpl .arrows__tarif_table .slick-arrow.slick-next {
    left: calc(0vw + 17px);
  }

  .lk_developing {
    min-height: 568px;
  }
  .lk_developing .container {
    margin-bottom: 40px;
  }
  .lk_developing .lk_developing__head {
    font-weight: 600;
    font-size: 30px;
    line-height: 104%;
    margin-bottom: 16px;
  }
  .lk_developing .lk_developing__text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .lk_developing .lk_developing__link {
    padding: 20px 32px;
  }

  .lk__modals .overlay {
    background: #fff;
    opacity: 1;
  }
  .lk__modals .close_lk_modal {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .lk__modals .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lk__modals &gt; form {
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lk__modals &gt; form .lk_input_wrap {
    padding: 40px 0 0 0;
  }
  .lk__modals &gt; form .lk_input_wrap .lk_input_wrap_iconwrap {
    top: 70px;
  }
  .lk__modals &gt; form &gt; *:not(.close_lk_modal) {
    max-width: 312px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lk__modals &gt; form .lk__modals__head {
    font-size: 22px;
  }
  .lk__modals &gt; form.active {
    padding: 0;
    height: 100%;
    margin: 0;
  }
  .lk__modals &gt; form .lk_enter__buttons_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lk__modals &gt; form .lk_enter__buttons_wrap button[type=submit] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .lk__modals &gt; form .lk_enter__buttons_wrap .lk_enter__bottom_links {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk__modals &gt; form .lk_enter__buttons_wrap .lk_enter__bottom_links .to_reg {
    margin-top: 0;
  }
  .specoffer.onmain .specoffer__tab_content_wrapper .specoffer__tab__content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
  .specoffer.onmain .specoffer__tab_content_wrapper .specoffer__tab__content .specoffer__tab__content__single {
    margin-right: 0px;
    min-width: 300px;
  }
  .copy_studia{
    flex-direction: row;
    margin-top: 26px;
  }

  .benef__item {
    width: 100%;
  }

  .mobile {
    display: block !important;
  }

  .desk {
    display: none;
  }

  .banner_indivual.productsban .banner_indivual__textblock {
    width: 320px;
    padding: 0;
  }
}