@media screen and (max-width: 768px) {
    header::before {
        background: url(../img/mobile_line.png) no-repeat;
        background-position: center;
        background-size: contain;
        background-position: top
    }

    header {
        padding-top: 35px;
        margin-bottom: 0;
        border: 0;
        z-index: 15
    }

    header .hr {
        display: none
    }

    header .logo {
        max-width: 100%
    }

    header .menu {
        display: none
    }

    header .feedcall {
        display: none
    }

    header .logo svg {
        max-width: 100%
    }

    .mobile_switcher {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile_switcher .mobile_phone {
        background: #A4C835;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 38px;
        height: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 19px
    }

    .mobile_switcher .burger {
        width: 38px;
        height: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobile_switcher .burger svg rect {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .mobile_switcher .burger.active svg rect:first-child {
        -webkit-transform: rotate(45deg) translate(4px, -3px);
        -ms-transform: rotate(45deg) translate(4px, -3px);
        transform: rotate(45deg) translate(4px, -3px)
    }

    .mobile_switcher .burger.active svg rect:nth-child(2) {
        opacity: 0
    }

    .mobile_switcher .burger.active svg rect:last-child {
        -webkit-transform: rotate(-45deg) translate(-12px, -3px);
        -ms-transform: rotate(-45deg) translate(-12px, -3px);
        transform: rotate(-45deg) translate(-12px, -3px)
    }

    main .first_screen .container {
        width: 100%;
        padding: 0
    }

    main .first_screen .row {
    }

    main .first_screen .slider .first-container {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    main .first_screen .slider .first-container .wrap_slide .text {
        right: 0;
        width: 100%;
        top: auto;
        bottom: 11px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        left: 0
    }

    main .first_screen .slider .first-container .wrap_slide .text .zag {
        font-style: italic;
        font-weight: bold;
        font-size: 24px;
        line-height: 100%;
        text-align: right;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: right
    }

    main .first_screen .slider .first-container .wrap_slide .text .text_in {
        margin-bottom: 15px
    }

    main .first_screen .slider .first-container .wrap_slide .text .text_in p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        text-align: right;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-bottom: 10px
    }

    main .first_screen .slider .first-container .wrap_slide .to_cat {
        font-style: italic;
        font-weight: bold;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: right;
        bottom: 21px;
        right: 15px;
        left: auto;
        margin: 0;
        margin-bottom: 17px
    }

    main .first_screen .slider .first-container .wrap_slide img {
        max-width: 100%;
        width: 100%
    }

    main .first_screen .first-pagintaion {
        bottom: 35px;
        left: 0;
        right: auto;
        width: 320px;
        right: 0;
        margin: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    main .first_screen .first-pagintaion .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000
    }

    main .first_screen .form_wrap {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    main .first_screen .form_wrap .zag {
        font-size: 28px;
        max-width: 245px
    }

    main .first_screen .form_wrap .zag, main .first_screen .form_wrap .line {
        max-width: 245px
    }

    main .first_screen .form_wrap .accepting label a {
        font-size: 8px
    }

    main .first_screen .form_wrap .accepting label {
        font-size: 8px
    }

    main .first_screen .form_wrap .accepting label::before {
        display: inline-block
    }

    main .first_screen .about_top {
        display: none
    }

    main .categories {
        margin-top: 0;
        padding-top: 45px;
        padding-bottom: 45px
    }

    main .categories .cat_link {
        display: block;
        margin-bottom: 20px
    }

    main .categories .cat_link .cat_name {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #FFFFFF
    }

    main .categories .cat_link:hover .box span div {
        display: none
    }

    main .categories .cat_link .box .icon {
        right: 15px
    }

    main .categories .container {
        max-width: 320px
    }

    main .popular_products:before {
        width: 54px;
        height: 54px;
        top: -24px
    }

    main .popular_products {
        padding-top: 56px;
        border: 0;
        padding-bottom: 48px
    }

    main .popular_products .wrap_info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 35px
    }

    main .popular_products .wrap_info .left .zag {
        font-style: normal;
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 10px;
        letter-spacing: 0.01em;
        color: #393939
    }

    main .popular_products .wrap_info .left .text p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939;
        margin-bottom: 20px
    }

    main .popular_products .wrap_info .nav a {
        width: 156.46px;
        height: 53.47px
    }

    main .popular_products .wrap_info .nav .popular-button-prev {
        width: 53.47px;
        height: 53.47px;
        margin-left: 13px
    }

    main .popular_products .wrap_info .nav .popular-button-prev svg {
    }

    main .popular_products .wrap_info .nav .popular-button-next {
        width: 53.47px;
        height: 53.47px;
        margin-left: 13px
    }

    main .popular_products .wrap_info .nav .popular-button-nex svg {
    }

    main .popular_products .wrap_info .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    main .popular_products .popular-container {
        overflow: visible;
        max-width: 210px;
        margin: 0
    }

    main .popular_products .popular-container .product_item .img img {
        max-width: 100%;
        height: auto;
        width: auto;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    main .popular_products .popular-container .product_item .img {
        height: auto
    }

    main .popular_products .popular-container .product_item .product_name {
        font-style: normal;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #262626;
        min-height: 48px;
        min-height: 64px;
    }

    main .popular_products .popular-container .product_item .more {
        margin-top: 10px;
        font-size: 10px;
        line-height: 100%
    }

    main .popular_products .popular-container .product_item {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 25px
    }

    main .popular_products:after {
        height: 150px
    }

    main .delivery_section {
        padding-top: 0;
        background: #FBFBFB;
        padding-top: 53px;
        padding-bottom: 155px;
        position: relative
    }

    main .delivery_section .delivery_info {
        background: none;
        padding: 0;
        height: auto;
        width: auto
    }

    main .delivery_section .delivery_info .zag {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939;
        width: auto;
        margin-bottom: 13px
    }

    main .delivery_section .delivery_info .text p {
        width: auto;
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939;
        margin-bottom: 20px
    }

    main .delivery_section:before {
        content: '';
        display: block;
        background: url('../img/mobile_car.png') no-repeat;
        width: 410px;
        height: 115px;
        position: absolute;
        bottom: 0;
        bottom: 50px;
        right: 0;
        background-position: right
    }

    main .about_section {
        padding-top: 55px
    }

    main .about_section .mainzag {
        font-size: 28px;
        margin-bottom: 25px
    }

    main .about_section .col-xl-12 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    main .about_section .col-xl-8 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    main .about_section .col-xl-4 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    main .about_section .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    main .about_section .info .line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 35px
    }

    main .about_section .info .line .num {
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939
    }

    main .about_section .info .line .text {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939;
        opacity: 0.8;
        padding-right: 10px
    }

    main .about_section .banner_item {
        background: url('../img/mobile_cart_bg.png') no-repeat;
        background-position: top center;
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 34px;
        background-size: cover;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 514.3px
    }

    main .about_section .banner_item .zag {
        width: auto;
        font-style: normal;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #FFFFFF
    }

    main .about_section .banner_item .text {
        width: auto
    }

    main .about_section .banner_item .text p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        width: auto;
        margin: 0
    }

    main .about_section .banner_item .wrap_more {
        width: auto
    }

    main .about_section .banner_item .wrap_more a {
        width: 167px;
        height: 44px;
        font-size: 16px;
        margin-top: 15px
    }

    main .partners .wrap .zag {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 15px
    }

    main .partners .wrap .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    main .partners .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main .partners .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    main .partners .wrap .buttons .partners-button-prev {
        margin-left: 0
    }

    main .partners .wrap .buttons {
        margin-left: 0;
        margin-bottom: 30px;
        display: none;
    }

    .partners-container {
        max-width: 100%
    }

    main .partners {
        padding-bottom: 54px
    }

    footer .col-xl-3 .nav_zag {
        margin-top: 42px;
        margin-bottom: 20px
    }

    footer .nav {
    }

    footer .nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 250px;
        margin-bottom: 50px
    }

    footer .nav ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    footer .lines .line .line_content {
    }

    footer .hr {
        margin: 40px 0
    }

    footer .copy, footer .ogrn, footer .inn, footer .politic {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 16px
    }

    footer .who_made_this {
        height: auto;
        margin-top: 35px
    }

    footer {
        padding-bottom: 60px
    }

    header .row {
        position: relative;
        z-index: 6
    }

    .feedcall_modal {
        max-width: 320px;
        padding-left: 30px;
        padding-right: 30px;
        left: 0;
        right: 0;
        margin: auto;
        height: auto;
        top: 0;
        bottom: 0;
        height: 480px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 66px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 0;
        pointer-events: none
    }

    .feedcall_modal.active {
        opacity: 1;
        pointer-events: auto
    }

    .feedcall_modal .block .zag {
        font-size: 30px
    }

    .feedcall_modal .block .closer {
        right: 0;
        top: -80px
    }

    main .about_company_page {
        border-top: 1px solid #EDEDED
    }

    .to_main_page {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 34px;
        height: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #EFEFEF;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        margin-bottom: 32px
    }

    .to_main_page .icon {
        width: 35px;
        height: 35px;
        background: #A4C835;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 16px
    }

    .to_main_page span {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939;
        padding-right: 16px
    }

    main .about_company_page .num {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        padding-top: 5px
    }

    main .about_company_page .section_one {
        padding-bottom: 60px
    }

    main .about_company_page .section_one .col-xl-1:nth-child(2) {
    }

    main .about_company_page .section_one .col-xl-5:nth-child(3) {
        max-width: 80%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    main .about_company_page .section_one .about_block .mySwiper2 .about_block h1 {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 15px
    }

    main .about_company_page .section_one .about_block .mySwiper2 .about_block .text {
    }

    main .about_company_page .section_one .about_block .mySwiper2 .about_block .text p {
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #939393
    }

    main .about_company_page .section_one .about_block .mySwiper2 .about_block .text .green {
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%
    }

    main .about_company_page .section_one .about_block .swiper-button-next {
        width: 38px;
        height: 38px
    }

    main .about_company_page .section_one .about_block .swiper-button-next svg {
        width: 13.61px;
        height: 13.61px
    }

    main .about_company_page .section_one .about_block .swiper-button-prev {
        width: 38px;
        height: 38px;
        margin-right: 8px
    }

    main .about_company_page .section_one .about_block .swiper-button-prev svg {
        width: 13.61px;
        height: 13.61px
    }

    main .about_company_page .section_one .about_block {
        margin-bottom: 18px
    }

    main .about_company_page .section_one .imgs .mySwiper .swiper-slide {
        position: relative
    }

    main .about_company_page .section_one .imgs .mySwiper .swiper-slide.swiper-slide-next {
        -webkit-transform: translate3d(0px, 0px, 0px) translateY(20px) scale(.9) !important;
        transform: translate3d(0px, 0px, 0px) translateY(20px) scale(.9) !important
    }

    main .about_company_page .section_one .imgs .mySwiper .swiper-slide {
        -webkit-transform: translate3d(0px, 0px, 0px) translateY(20px) scale(.9) !important;
        transform: translate3d(0px, 0px, 0px) translateY(20px) scale(.9) !important
    }

    main .about_company_page .section_one .imgs .mySwiper img {
        max-width: 100%
    }

    main .about_company_page .section_one .imgs {
        height: auto
    }

    main .about_company_page .section_two {
        padding-bottom: 65px
    }

    main .about_company_page .section_two .col-xl-1:nth-child(1) {
    }

    main .about_company_page .section_two .col-xl-11:nth-child(2) {
    }

    main .about_company_page .section_two .zag_item {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.01em
    }

    main .about_company_page .section_two .timeline {
        margin-top: 25px
    }

    main .about_company_page .section_two .timeline .timelines {
        overflow: visible
    }

    main .about_company_page .section_two .timeline .timelines .swiper-slide {
        width: 84px;
        padding-bottom: 65px
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info {
        padding-top: 35px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 49px
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info .year {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 15px
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info .text p {
        font-size: 14px;
        line-height: 100%
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info .text {
        margin-bottom: 20px
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info .img img {
        height: auto;
        width: 100%;
        max-width: 100%
    }

    main .about_company_page .section_third {
        padding-bottom: 65px
    }

    main .about_company_page .section_third .col-xl-1:nth-child(1) {
    }

    main .about_company_page .section_third .col-xl-10:nth-child(2) {
    }

    main .about_company_page .section_third .top_block .left .zag_item {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 15px
    }

    main .about_company_page .section_third .top_block .left .text {
        margin-bottom: 15px
    }

    main .about_company_page .section_third .top_block .left .text p {
        font-size: 14px;
        line-height: 100%
    }

    main .about_company_page .section_third .top_block .right .prever_third {
        width: 38px;
        height: 38px
    }

    main .about_company_page .section_third .top_block .right .prever_third svg {
        width: 13.61px;
        height: 13.61px
    }

    main .about_company_page .section_third .top_block .right .nexter_third {
        width: 38px;
        height: 38px;
        margin-left: 8px
    }

    main .about_company_page .section_third .top_block .right .nexter_third svg {
        width: 13.61px;
        height: 13.61px
    }

    main .about_company_page .section_third .third_slider .gallerys .img img {
        width: 100%;
        height: 138.54px;
        -o-object-fit: cover;
        object-fit: cover
    }

    main .about_company_page .section_third .top_block .left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    main .about_company_page .section_third .top_block {
        margin-bottom: 38px
    }

    main .about_company_page .section_third .third_slider .gallerys {
        width: 196.98px;
        height: 138.54px
    }

    main .about_company_page .section_third .lines_block {
        margin-top: 50px
    }

    main .about_company_page .section_third .lines_block .line {
        margin-right: 10px;
        margin-bottom: 21px
    }

    main .about_company_page .section_third .lines_block .line .metrik_info {
        font-size: 24px;
        line-height: 100%
    }

    main .about_company_page .section_third .lines_block .line .text {
    }

    main .about_company_page .section_third .lines_block .line .text p {
        font-size: 12px;
        line-height: 100%
    }

    main .about_company_page .section_four {
        padding-top: 65px;
        padding-bottom: 55px
    }

    main .about_company_page .section_four .col-xl-1:nth-child(1) {
    }

    main .about_company_page .section_four .col-xl-10 {
    }

    main .about_company_page .section_four .top_block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main .about_company_page .section_four .top_block .left_it {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 6px
    }

    main .about_company_page .section_four .top_block .left_it .zag_item {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 15px
    }

    main .about_company_page .section_four .top_block .right_it {
    }

    main .about_company_page .section_four .top_block .right_it .nexter_four {
        width: 38px;
        height: 38px;
        background: #fff;
        margin-left: 8px
    }

    main .about_company_page .section_four .top_block .right_it .nexter_four svg {
        width: 13.61px;
        height: 13.61px
    }

    main .about_company_page .section_four .top_block .right_it .prever_four {
        width: 38px;
        height: 38px;
        background: #fff
    }

    main .about_company_page .section_four .top_block .right_it .prever_four svg {
        width: 13.61px;
        height: 13.61px
    }

    main .about_company_page .section_four .four_slider {
        margin-top: 29px
    }

    main .about_company_page .section_four .four_slider .teams {
        max-width: 231px
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block {
        padding-top: 22px;
        padding-left: 25px;
        padding-right: 7px
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .top .photo img {
        width: 44.56px;
        height: 44.56px
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .top .name .name_item {
        font-size: 14px;
        line-height: 100%
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .top .name .position {
        font-size: 10px;
        line-height: 100%;
        margin-top: 5px
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .top {
        padding-bottom: 26px;
        margin: 0
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .top:after {
        display: none
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .contact .line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 14px
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .contact .line .left {
        font-size: 14px;
        line-height: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 13px
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .contact .line .right {
    }

    main .about_company_page .section_four .four_slider .teams .swiper-slide .block .contact .line .right a {
        font-size: 12px;
        line-height: 100%
    }

    main .about_company_page .section_five {
        padding-bottom: 35px
    }

    main .about_company_page .section_five .col-xl-1 {
    }

    main .about_company_page .section_five .col-xl-10 {
    }

    main .about_company_page .section_five .zag_item {
        font-size: 24px;
        line-height: 100%
    }

    main .about_company_page .section_five .blocks .block {
        margin-bottom: 20px
    }

    main .about_company_page .section_five .blocks .block .zag {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 18px
    }

    main .about_company_page .section_five .blocks .block .line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 14px;
        line-height: 100%
    }

    main .about_company_page .section_six {
        padding-top: 60px;
        padding-bottom: 35px
    }

    main .about_company_page .section_six .col-xl-1 {
    }

    main .about_company_page .section_six .col-xl-10 {
    }

    main .about_company_page .section_six .accordion .card .card-header button .arrow {
        display: none
    }

    main .about_company_page .section_six .accordion .card .card-header button span {
        text-align: left
    }

    main .about_company_page .section_six .zag_item {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 40px
    }

    main .about_company_page .section_six .accordion .card .card-header button span {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        padding-right: 35px
    }

    main .about_company_page .section_six .accordion .card .card-body {
        padding: 25px 0
    }

    footer .up {
        display: none
    }

    main .custom_page h1 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 14px
    }

    main .custom_page .text p {
        font-size: 18px;
        line-height: 100%
    }

    main .calc_single h1 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 25px
    }

    main .calc_single .calculator {
        padding-left: 30px;
        padding-top: 35px;
        padding-right: 30px;
        padding-bottom: 35px;
        padding: 0;
        background: transparent
    }

    main .calc_single .calculator .left_block {
        display: none
    }

    main .calc_single .calculator .wraping {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    main .calc_single .calculator .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-top: 35px;
        padding-right: 30px;
        padding-bottom: 35px;
        background: #F4F4F4;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }

    main .calc_single .calculator .top:after {
    }

    main .calc_single .calculator .top .left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    main .calc_single .calculator .top .left .zag_left {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        width: 100%;
        margin-bottom: 16px
    }

    main .calc_single .calculator .top .right {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    main .calc_single .calculator .top .left .former {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    main .calc_single .calculator .top .left .former .line {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        margin: 0
    }

    main .calc_single .calculator .top .left .former .line:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 19px
    }

    main .calc_single .calculator .top .left .former .line:last-child .zag {
        margin: 0
    }

    main .calc_single .calculator .top .left .former .line:last-child .result {
        height: auto;
        margin-: 10px;
        empty-cells: 10px;
        empty-cells: 10 p;
        empty-cells: 10;
        empty-cells: 1;
        margin-left: 10px
    }

    main .calc_single .calculator .meta .zag {
        display: none
    }

    main .calc_single .calculator .meta {
    }

    main .calc_single .calculator .meta .line {
        margin-bottom: 22px;
        padding-bottom: 20px
    }

    main .calc_single .calculator .meta .line .name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    main .calc_single .calculator .meta .line .result_block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    main .popular_products.used_products .wrap_info .left .zag {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%
    }

    main .popular_products.used_products .wrap_info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    main .popular_products.used_products .wrap_info .nav .popular-button-prev {
        margin: 0;
        width: 38px;
        height: 38px
    }

    main .popular_products.used_products .wrap_info .nav .popular-button-prev svg {
        width: 13.61px;
        height: 13.61px
    }

    main .popular_products.used_products .wrap_info .nav .popular-button-next {
        width: 38px;
        height: 38px;
        margin-left: 8px
    }

    main .popular_products.used_products .wrap_info .nav .popular-button-next svg {
        width: 13.61px;
        height: 13.61px
    }

    main .calculator_page h1 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 34px
    }

    main .calculator_page .calc_item {
        padding-right: 33px;
        height: 126px;
        padding-left: 33px;
        padding-left: 0
    }

    main .calculator_page .calc_item .img {
        width: 50px;
        min-width: 90px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 15px
    }

    main .calculator_page .calc_item .img img {
        max-width: 100%;
        max-height: 80px;
        max-width: 70px;
        width: auto;
        height: auto;
    }

    main .calculator_page .calc_item .info {
        padding: 20px 0;
        padding-bottom: 26px
    }

    main .calculator_page .calc_item .info .zag {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%
    }

    main .calculator_page .calc_item .info .more {
        font-size: 10px;
        line-height: 100%
    }

    main .calculator_page .calc_item .info .more svg {
        width: 11px;
        height: 11px;
        margin-right: 6px;
        margin-left: -3px
    }

    main .calculator_page .calc_item .buble {
        max-height: 100%;
    }

    main .contacts_page {
        padding: 0;
        padding-bottom: 80px
    }

    main .contacts_page h1 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 11px
    }

    main .contacts_page .contact_info_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    main .contacts_page .contact_info_wrap .block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 11px;
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px
    }

    main .contacts_page .contact_info_wrap .block .time_wrap .work p {
        font-size: 16px;
        line-height: 100%
    }

    main .contacts_page .contact_info_wrap .block .time_wrap .work {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    main .contacts_page .contacts_form_block {
        padding-top: 45px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 45px;
        background-size: cover
    }

    main .contacts_page .contacts_form_block .zag {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%
    }

    main .contacts_page .contacts_form_block .form {
    }

    main .contacts_page .contacts_form_block .form .left_item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        max-width: 100%;
        width: 100%;
    }

    main .contacts_page .contacts_form_block .form .left_item .line {
    }

    main .contacts_page .contacts_form_block .form .right_item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    main .contacts_page .contacts_form_block .form .right_acc {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }

    main .contacts_page .contacts_form_block .form .left_input {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: 100%
    }

    main .contacts_page .contacts_form_block .form .left_input input {
        width: 100%
    }

    main .contacts_page .contacts_form_block .form .file_block {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px;
        margin-bottom: 15px
    }

    main .contacts_page .contacts_form_block .form .right_acc label::before {
        min-width: 14px;
        min-height: 14px;
        margin-right: 5px
    }

    main .contacts_page .contacts_form_block .form .right_acc label {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 9px;
    }

    main .contacts_page .contacts_form_block .form .right_acc .wpcf7-list-item-label a {
        font-size: 9px;
    }

    main .page_404 {
        height: auto;
        background: #fff;
        padding-top: 150px;
        padding-bottom: 180px
    }

    main .page_404 .wrap .error_block .zag {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%
    }

    main .page_404 .wrap .error_block .num_eror {
        font-size: 120px;
        line-height: 100%
    }

    main .page_404 .wrap .error_block .to_cat {
        width: 189px;
        height: 56px
    }

    main .single_product_page .product_item .product_img img {
        max-width: 80%
    }

    main .single_product_page .product_item {
        height: 350px;
        margin-bottom: 20px
    }

    main .single_product_page .product_item .prudct_zag {
        font-size: 24px;
        line-height: 100%
    }

    main .single_product_page .product_item .product_img {
        height: 195px;
        margin-bottom: 15px;
        justify-content: center;
    }

    main .single_product_page .wrap_info {
        border: 0;
        padding: 0;
        margin-top: 32px
    }

    main .single_product_page .wrap_info .product_description .text p, main .accords .card .card-body p {
        font-size: 16px;
        line-height: 100%;
        color: #000000;
        padding: 0;
        margin-bottom: 32px;
        border: 0
    }

    main .single_product_page .wrap_info .attr .attr_item .attr_name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    main .single_product_page .wrap_info .attr .attr_item .attr_value {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    main .single_product_page .wrap_info .docs .mainzag_docs, main .accords .zag {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%
    }

    main .single_product_page .wrap_info .docs .docs_block .zag {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%
    }

    main .single_product_page .wrap_info .docs .docs_block .doc_item {
        font-size: 18px;
        line-height: 100%
    }

    main .single_product_page .wrap_info .video .video_block {
        width: 100%;
        height: auto
    }

    main .single_product_page .wrap_info .video .video_block:before {
        width: 54px;
        height: 54px;
        background-size: 10px
    }

    main .popular_products.crossels .wrap_info .left .zag {
        font-weight: 500;
        font-size: 28px;
        line-height: 100%;
        color: #fff
    }

    .wrap_heading {
        display: none
    }

    main .catalog_categories h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 100%
    }

    main .catalog_categories .descr p {
    }

    main .catalog_categories .products_categories {
        display: none
    }

    main .products_archive .cat_section .wrap_name .cat_name {
        font-size: 18px;
        line-height: 100%
    }

    main .products_archive .cat_section .wrap_name .cat_num {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        width: 20px;
        padding-top: 2px
    }

    main .products_archive .cat_section .wrap_name {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 24px
    }

    main .catalog_categories .descr {
        margin-bottom: 16px
    }

    .mobiler {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        border-radius: 5px;
    }

    .mobiler .active_position {
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        background: #A4C835;
        border-radius: 5px;
        padding: 4px 6px;
        align-items: center;
        padding-left: 20px;
        height: 54px;
        position: relative;
        z-index: 5;
    }

    .mobiler .active_position .left {
        display: flex;
        align-items: center;
        font-family: Magistral;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%; /* or 14px */
        letter-spacing: 0.01em;
        color: #FFFFFF;
        align-items: flex-start;
        max-width: calc(100% - 44px);
        padding-right: 15px;
    }

    .mobiler .active_position .left .num {
        font-family: Magistral;
        font-style: italic;
        font-weight: bold;
        font-size: 24px;
        line-height: 100%; /* or 24px */
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-right: 8px;
    }

    .mobiler .active_position .right {
        width: 44px;
        height: 44px;
        background: #FFFFFF;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobiler .dropdown_block {
        flex: 0 0 100%;
        background: #262626;
        border-radius: 5px;
        position: absolute;
        width: 100%;
        z-index: 2;
        padding-top: 54px;
        padding-left: 22px;
        padding-right: 25px;
        padding-bottom: 15px;
        transition: .5s;
        opacity: 0;
        pointer-events: none;
    }

    .mobiler .dropdown_block .item {
        padding-left: 22px;
        padding-right: 25px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        padding-top: 17px;
        font-family: Magistral;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%; /* or 14px */
        letter-spacing: 0.01em;
        color: #FFFFFF;
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-right: 25px;
        padding-bottom: 14px;
        transition: .5s;
    }

    .mobiler .dropdown_block .item.active, .mobiler .dropdown_block .item.active .num {
        color: #A4C835;
    }

    .mobiler .dropdown_block .item:last-child {
        border-bottom: 0;
    }

    .mobiler .dropdown_block .item .num {
        font-family: Magistral;
        font-style: italic;
        font-weight: bold;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-right: 8px;
        transition: .5s;
    }

    main .products_archive {
        padding-top: 40px
    }

    main .products_archive .cat_section {
        display: none
    }

    #gips_paz {
        display: block;
    }

    .mobiler.active .dropdown_block {
        opacity: 1;
        pointer-events: auto;
    }

    main .products_archive {
        min-height: 450px
    }

    #gips_bet {
        display: block
    }

    main .products_archive .cat_section .product_item .product_img img {
        max-width: 80%;
        max-height: 100%;
        width: auto;
    }

    main .products_archive .cat_section .product_item .product_img {
        height: 210px;
        justify-content: center;
    }

    main .products_archive .cat_section .product_item .prudct_zag {
        padding: 0 35px;
        font-size: 20px;
    }

    main .single_product_page .product_item .product_attrs .attr .tit {
        font-size: 14px;
        line-height: 100%;
    }

    main .single_product_page .product_item .product_attrs .attr .value {
        font-size: 14px;
        line-height: 100%;
    }

    main .products_archive .cat_section .product_item .more {
        padding: 0 35px
    }

    main .products_archive .cat_section.category_5 .product_item .more {
        margin-top: 25px;
    }

    main .products_archive .cat_section .product_item:after {
        height: 13.84px;
        background: #A4C835;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }

    main .products_archive .cat_section .product_item {
        background-size: cover
    }

    main .products_archive .cat_section.category_5 .product_item {
        height: 412px;
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info .img a {
        flex: 0 0 50%;
        max-width: 50%;
    }

    main .about_company_page .section_two .selected_blocks .result_lines .block_info .img a img {
        height: 80px;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    main .first_screen .slider .first-container .wrap_slide .text .zag {
        font-size: 28px
    }

    main .first_screen .slider .first-container .wrap_slide .text .text_in p {
        font-size: 24px
    }

    main .first_screen .slider .first-container .wrap_slide .text {
        bottom: 25px
    }

    main .first_screen .first-pagintaion {
        bottom: 48px
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 760px
    }

    header .menu {
        display: none
    }

    header .col-xl-6 {
        display: none
    }

    header .col-xl-3 {
    }

    header .col-xl-3.col-6 {
        max-width: initial;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 496px;
        -ms-flex: 0 0 496px;
        flex: 0 0 496px
    }

    header .col-xl-3:last-child {
        width: 196px
    }

    .col-6.mobile_switcher {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24px;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }

    .mobile_switcher .mobile_phone {
        display: none
    }

    .mobile_switcher .burger {
        width: 38px;
        height: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 15
    }

    header .logo {
        position: relative;
        z-index: 15
    }

    .mobile_switcher .burger svg rect {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .mobile_switcher .burger.active svg rect:first-child {
        -webkit-transform: rotate(45deg) translate(4px, -3px);
        -ms-transform: rotate(45deg) translate(4px, -3px);
        transform: rotate(45deg) translate(4px, -3px)
    }

    .mobile_switcher .burger.active svg rect:nth-child(2) {
        opacity: 0
    }

    .mobile_switcher .burger.active svg rect:last-child {
        -webkit-transform: rotate(-45deg) translate(-12px, -3px);
        -ms-transform: rotate(-45deg) translate(-12px, -3px);
        transform: rotate(-45deg) translate(-12px, -3px)
    }

    header:after {
        display: none
    }

    header {
        padding-top: 35px;
        border: 0;
        z-index: 15
    }

    main .first_screen .slider .first-container .wrap_slide .text .zag {
    }

    main .first_screen .slider .first-container .wrap_slide .text .text_in p {
    }

    main .first_screen .slider .first-container .wrap_slide .to_cat {
    }

    main .first_screen .slider .first-container .wrap_slide .text {
        width: 328px
    }

    main .first_screen .first-pagintaion {
        position: relative;
        bottom: 0;
        margin-top: 15px;
        margin-bottom: 32px
    }

    main .first_screen .form_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    main .first_screen .form_wrap .zag {
        font-size: 32px;
        line-height: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    main .first_screen .form_wrap .line:nth-child(2) {
        width: 235px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    main .first_screen .form_wrap .line:nth-child(3) {
        width: 235px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    main .first_screen .form_wrap .clip {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    main .first_screen .form_wrap .accepting {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    main .first_screen .form_wrap .line:nth-child(6) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 72px;
        width: 151px
    }

    main .first_screen .about_top {
        display: none
    }

    main .categories {
        margin-top: 45px;
        padding-top: 80px
    }

    main .categories .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 28px
    }

    main .popular_products .popular-container {
        max-width: 570px;
        margin: 0;
        overflow: visible
    }

    main .popular_products .popular-container .product_item .product_name {
        font-size: 18px;
        height: 54px
    }

    main .delivery_section .delivery_info {
        background: url(../img/tablet_cars.png) no-repeat;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        padding-left: 58px;
        padding-top: 56px;
        height: 569px;
        background-size: cover;
        background-position: right
    }

    main .delivery_section {
        padding-bottom: 45px
    }

    main .about_section .col-xl-12 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    main .about_section .col-xl-8 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    main .about_section .col-xl-4 {
    }

    main .about_section .banner_item .text {
        width: 470px
    }

    main .about_section .banner_item .zag {
        width: 470px
    }

    main .about_section .banner_item .wrap_more {
        width: 470px
    }

    main .about_section .banner_item {
        background-position: 57% 31%
    }

    main .about_section .info {
        width: 80%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 45px
    }

    main .about_section .info .line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    main .partners .slider .slide .img img {
        max-width: 300px
    }

    main .partners .slider .slide .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    main .partners .slider .slide {
        margin-right: 15px
    }

    footer {
        padding-top: 110px;
        padding-bottom: 100px
    }

    footer .col-xl-3:first-child {
        margin-bottom: 70px
    }

    footer .col-xl-3:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    footer .col-xl-6:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    footer .up {
        position: absolute;
        top: -135px
    }

    footer .ogrn {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #5E5E5E;
        margin-bottom: 25px
    }

    footer .inn {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #5E5E5E;
        margin-bottom: 25px
    }

    footer .politic {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #5E5E5E;
        margin-bottom: 25px
    }

    footer .copy {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #5E5E5E;
        margin-bottom: 25px
    }

    footer .who_made_this {
        height: auto;
        position: absolute;
        left: 360px;
        bottom: 25px
    }

    header .feedcall .tel {
        white-space: nowrap
    }

    main .about_company_page .section_one .imgs {
        padding-left: -webkit-calc(16.66667% + 5px);
        padding-left: calc(16.66667% + 5px);
        margin-top: 45px;
        height: 353px
    }

    main .about_company_page .section_one .imgs .mySwiper img {
        width: 500px;
        height: 353px
    }

    main .about_company_page .section_two .timeline .timelines .swiper-slide .year:before {
        width: 100%
    }

    main .about_company_page .section_two .timeline .timelines .swiper-slide {
        width: 90px
    }

    main .about_company_page .section_two .timeline .timelines {
        overflow: visible
    }

    main .about_company_page .section_third .top_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    main .about_company_page .section_third .top_block .left .text {
        margin-bottom: 31px
    }

    main .about_company_page .section_third .third_slider .gallerys .img img {
        width: 392px;
        height: 275px
    }

    main .about_company_page .section_third .third_slider .gallerys {
        max-width: 391px
    }

    main .about_company_page .section_third .lines_block .line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 247px;
        -ms-flex: 0 0 247px;
        flex: 0 0 247px;
        margin-bottom: 20px;
        margin-right: 25px
    }

    main .about_company_page .section_third .lines_block .line .text p {
        font-size: 18px;
        line-height: 100%
    }

    main .about_company_page .section_four .four_slider .teams {
        max-width: 477px;
        margin: 0
    }

    main .about_company_page .section_five .blocks .block .line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    main .calc_single h1 {
        font-weight: 500;
        font-size: 42px;
        margin-bottom: 145px
    }

    main .calc_single .calculator .left_block {
        position: absolute;
        top: -108px;
        left: 0
    }

    main .calc_single .calculator {
        position: relative;
        padding-top: 80px;
        padding-left: 65px;
        padding-right: 65px
    }

    main .calc_single .calculator .meta {
        width: -webkit-calc(100%);
        width: calc(100%)
    }

    main .calc_single .calculator .top .left .zag_left {
        font-weight: 500;
        font-size: 32px;
        line-height: 100%
    }

    main .calc_single .calculator .wraping {
        width: 100%
    }

    main .contacts_page {
        padding-top: 0
    }

    main .contacts_page .contacts_form_block {
        padding-right: 42px
    }

    main .page_404 {
        background: none
    }

    main .single_product_page .col-xl-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    main .single_product_page .product_item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }

    main .single_product_page .properties {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }

    main .single_product_page .wrap_info {
        padding: 0;
        border: 0
    }

    main .single_product_page .product_item .product_img {
    }

    main .catalog_categories .products_categories {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    main .catalog_categories .products_categories .category_item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(33.33333333% - 9px);
        -ms-flex: 0 0 calc(33.33333333% - 9px);
        flex: 0 0 calc(33.33333333% - 9px);
        margin-right: 9px
    }

    .wrap_heading .container-stick .cats {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .wrap_heading .container-stick .cats a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(33.33333333% - 9px);
        -ms-flex: 0 0 calc(33.33333333% - 9px);
        flex: 0 0 calc(33.33333333% - 9px);
        margin-bottom: 13px;
        margin-right: 9px;
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 20px
    }

    .wrap_heading .container-stick .cats a .cat_name {
        font-weight: 500;
        font-size: 13px;
        line-height: 100%
    }

    .wrap_heading .container-stick .cats a .num {
    }

    main .products_archive .cat_section .wrap_name {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    main .products_archive .cat_section .wrap_name .cat_num {
        margin-right: 25px
    }

    main .products_archive .cat_section .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1199px) and (max-width: 1560px) {
    main .first_screen .slider .first-container .wrap_slide .text .zag {
    }

    main .first_screen .slider .first-container .wrap_slide .text {
        width: 440px
    }

    main .first_screen .form_wrap .zag {
        font-size: 18px
    }

    main .first_screen .form_wrap .accepting label, main .first_screen .form_wrap .accepting label a {
        font-size: 8px
    }

    main .first_screen .form_wrap {
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }

    main .delivery_section .delivery_info {
        background-position: left
    }

    main .about_section .banner_item {
        background-position: right
    }

    footer .ogrn, footer .inn, footer .copy, footer .politic {
        font-size: 14px
    }

    main .calculator_page .calc_item .info .zag {
        font-size: 21px
    }

    main .calculator_page .calc_item {
        padding-right: 60px
    }

    main .single_product_page .product_item .product_img img {
        max-width: 80%
    }

    main .single_product_page .product_item .product_img {
    }

    header .menu ul li a {
        font-size: 16px;
        padding: 0px 4px
    }

    main .products_archive .cat_section .product_item .product_img img {
        max-width: 80%
    }

    main .products_archive .cat_section .product_item .prudct_zag {
        font-size: 18px
    }

    main .products_archive .cat_section .product_item .product_img {
        height: 200px
    }

    main .single_product_page .product_item .product_attrs .attr .tit {
        font-size: 16px;
    }

    main .single_product_page .product_item .product_attrs .attr .value {
        font-size: 16px;
    }
}

@media screen and (min-width: 1199px) {
    .mobile_switcher {
        display: none
    }

    main .first_screen .slider .first-container .wrap_slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 769px) {
    .to_main_page {
        display: none
    }

    .mobiler {
        display: none
    }
}
