.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.333333%;
}

.col-xs-2 {
    width: 16.666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-5 {
    width: 41.666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333%;
}

.col-xs-8 {
    width: 66.666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.333333%;
}

.col-xs-11 {
    width: 91.666667%;
}

.col-xs-12 {
    width: 100%;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 544px) {
    .sm-hidden {
        display: none;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .product_rating,
    .available,
    .product .amount {
        float: right;
    }

    .product_rating {
        margin: 0 0 10px;
    }

    .product_wish {
        margin-bottom: 8px;
    }

    .product .variant_select,
    .product .button,
    .product .disable_button {
        width: 100%;
    }

    .product .old_price {
        margin-top: 23px;
    }

    .product .price {
        margin-top: 2px;
    }

    .product .hidden + .price {
        margin-top: 35px;
    }

    .product_buttons {
        margin-top: 35px;
    }

    .product_share {
        margin: 15px 0;
    }

    .account_link {
        padding-left: 45px;
    }

    .look_all {
        position: absolute;
        top: -38px;
        right: 25px;
    }

    .news_item {
        border-left: 1px solid #e8e8e1;
    }

    .blog,
    .products,
    .main_products,
    .related,
    .wish_products {
        margin-bottom: 40px;
        background-color: #fff;
    }

    .blog,
    .products,
    .related,
    .wish_products {
        box-shadow: inset 0px -1px 0 #e8e8e1;
    }

    .categories_heading {
        padding: 0 10px;
    }

    .search {
        width: calc(100% - 180px);
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .md-hidden {
        display: none;
    }

    .md-right {
        float: right;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .block {
        margin-bottom: 40px;
    }

    .h1,
    .h2,
    .breadcrumbs,
    .filters_heading,
    .padding {
        padding-left: 23px;
        padding-right: 23px;
    }

    .informers {
        border-right: 1px solid #e8e8e1;
    }

    .informer {
        padding: 12px 15px;
    }

    .informer_name {
        margin-left: 6px;
    }

    .
    #cart_informer {
        margin-top: 13px;
        margin-right: 22px;
    }

    .search {
        width: calc(100% - 470px);
        margin-top: 16px;
        margin-right: 28px;
    }

    .categories_heading {
        width: 270px;
        border-left: 1px solid #23aee2;
        border-right: 1px solid #23aee2;
        padding-left: 23px;
    }

    .categories_heading span {
        font-weight: bold;
        font-size: 17px;
    }

    .account {
        width: 142px;
    }

    .purchase_remove {
        width: 60px;
    }

    .purchase tbody tr {
        height: 67px;
    }

    .purchase_image {
        width: 76px;
    }

    .purchase .purchase_total {
        text-align: right;
        padding: 15px;
    }

    .purchase .text_left {
        text-align: left;
    }

    .tab {
        padding: 25px 6px;
    }

    .tab_navigation a {
        float: left;
        margin: 0 0px -2px 0;
        padding: 11px 18px;
    }

    .tab_navigation a:hover {
        background-color: #fff;
        box-shadow: inset 0 2px 0 0 #38c0f3;
    }

    .footer_top {
        padding: 10px 0;
    }

    .footer_bottom {
        padding: 50px 0 10px;
    }

    .sort_title,
    .sort_link {
        float: left;
        padding: 20px;
        border: none;
        background: none;
        border-right: 1px solid #e8e8e1;
    }

    .sort_link span {
        padding-right: 28px;
        font-size: 14px;
    }

    .sort_link.no_after span {
        padding-right: 0px;
    }

    .arrow_toggle {
        margin-left: 1px;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .menu_group_header .menu_eventer:hover .arrow_toggle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .cta {
        padding-top: 39px;
        padding-bottom: 60px;
    }

    .cta__text {
        font-size: 1.5rem;
        line-height: 1.875rem;
        padding-left: 1.4375rem;
        max-width: 580px;
    }

    .button_cta__container {
        width: 297px;
        padding-top: 7px;
    }

    .cta__content {
        justify-content: left;
    }

    .cta__icon svg {
        width: 43px;
    }

    .about-banner__image {
        top: 0;
        left: 0;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .times {
        clear: both;
        margin-right: 80px;
        margin-top: 17px;
    }

    .callback {
        margin-right: 24px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .lg-hidden {
        display: none;
    }

    .lg-visible {
        display: block;
    }

    .d-lg-block {
        display: block;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333%;
    }

    .col-lg-2 {
        width: 16.666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .sidebar {
        float: left;
        width: 270px;
    }

    .sidebar_bottom {
        clear: left;
    }

    .products_container {
        float: right;
        width: calc(100% - 300px);
    }

    .sidebar_center {
        margin: 0;
    }

    .sidebar_top {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .subcategory {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        width: 0;
        top: 0px;
        left: 100%;
        border-left: 1px solid #23aee2;
        background: #38c0f3;
    }

    .category_item:hover > .subcategory,
    .category_item.hover > .subcategory {
        opacity: 1;
        visibility: visible;
        width: 270px;
    }

    .product_details {
        margin-top: -4px;
    }

    .footer_payment {
        float: right;
        max-width: calc(100% - 150px);
    }

    .payments_text {
        position: absolute;
        top: 50%;
        margin: -10px 0 0;
    }

    .categories {
        float: left;
    }

    .wrap_block {
        background-color: #fff;
        margin-bottom: 40px;
    }

    .wrap_block .block {
        margin-bottom: 0;
    }

    .brand_item:nth-child(4n) {
        border-right: none;
    }

    .category_link:hover,
    .category_link:hover .arrow_right,
    .category_item.hover > .category_link {
        color: #1480a8;
    }

    .fn_banner_group1 {
        height: 700px;
    }

    .fn_banner_group1 .slick-list,
    .fn_banner_group1 .slick-track,
    .fn_banner_group1 .slick-slide {
        height: 100%;
    }

    .fn_banner_group1 img {
        height: 100%;
        width: 100%;
    }

    .banner_text {
        top: 170px;
    }

    .calc {
        position: absolute;
        top: 192px;
        right: 5%;
        max-width: 479px;
        padding-top: 21px;
    }

    .title_form_calc {
        padding-bottom: 12px;
    }

    .selectpicker {
        width: 244px;
    }

    .calc .form_group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    label.class_choice {
        padding-bottom: 0;
    }

    .cta__text {
        min-width: 580px;
    }

    .button_cta {
        margin-right: -14px;
    }

    .about__title {
        padding-bottom: 31px;
    }

    .item-about .about__text {
        padding-left: 18px;
        width: 271px;
    }

    .our_clients__title {
        padding-bottom: 40px;
    }

    .our_clients .slick-name {
        font-size: 1.5rem;
    }

    .our_clients .slick-description {
        font-size: 1.125rem;
        line-height: 1.875rem;
        padding-top: 8px;
    }

    .about-banner {
        height: 660px;
    }

    .about-banner__image {
        width: 100vw;
    }

    .about-banner__content {
        max-width: 611px;
        top: 80px;
        left: 35px;
        transform: translate(0, 0);
    }

    .ya_map {
        flex: 1 0 50%;
        height: 560px;
    }

    .footer__contact__wrapper {
        flex: 1 0 50%;
    }

    .footer__contact {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 0 50%;
        max-width: none;
        margin: auto;
    }

    .item-footer__content {
        width: 400px;
    }

    .item-footer__title {
        width: 350px;
    }

    .footer {
        flex-direction: row;
    }

    .item-footer__contact {
        margin: auto;
    }

    .our_clients {
        padding-bottom: 118px;
    }

    .menu_group_header {
        float: left;
        font-size: 14px;
    }

    .menu_group_header .menu_item {
        float: left;
    }

    .menu_group_header .menu_item_1:first-child > .menu_link {
        padding: 56px;
    }

    .menu_group_header .menu_item_1 .menu_link {
        display: block;
        padding: 11px 3.4px;
        padding-left: 10px;
        transition: all .3s ease;
        cursor: pointer;
    }

    .menu_group_header .menu_item_1 .menu_link:hover {
        text-decoration: underline;
        transition: all .3s ease;
    }

    .menu_group_header .menu_item_2 .menu_link {
        display: block;
        padding: 5px 20px;
        white-space: nowrap;
        color: #888;
    }

    .menu_group_header .menu_item_2 .menu_link:hover {
        background-color: rgb(232, 232, 225);
    }

    .menu_group_header .menu_eventer {
        position: relative;
    }

    .menu_group_header .menu_item_1.menu_eventer > a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        margin-left: 1px;
        background-image: url(../images/select_arrow.png);
        background-size: cover;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .menu_group_header .menu_item_1.menu_eventer:hover > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .menu_group_header .menu_list {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 720px;
    }

    .menu_group_header .menu_item {
        margin: 0px;
    }

    .menu_group_header .menu_eventer .menu_list_2 {
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 100%;
        background: rgb(255, 255, 255);
        transform: translate(0px, 20px);
        border: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1000;
        margin: 2px 0 0;
        /*margin: 0;*/
        list-style: none;
        font-size: 14px;
        text-align: left;
        padding: 0px;
        min-width: unset;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu_group_header .menu_eventer .menu_list_2:before {
        top: -20px;
        left: 0;
        right: 0;
        height: 30px;
        background: transparent;
        position: absolute;
        content: '';
    }

    .menu_group_header .menu_eventer:hover .menu_list_2 {
        top: 50%;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 100px;
        min-width: fit-content;
    }

    .menu_group_header .menu_item_2 {
        float: none;
        margin-bottom: 0px;
    }

    .menu_group_header .menu_list_3 {
        padding: 0px;
    }

    .menu_group_header .menu_item_3 {
        float: none;
        width: 100%;
    }

    .menu_group_header .menu_item_3 .menu_link {
        padding-left: 30px;
    }

    .feedback,
    .login {
        width: 50%;
        margin-bottom: 60px;
    }

    .feedback__title--sent {
        padding-top: 100px;
    }

    .feedback__success {
        padding-top: 27px;
        padding-bottom: 150px;
    }

    .top_nav {
        position: relative;
        height: 38px;
        margin-top: 138px;
        padding-left: 267px;
        margin-left: -100px;
        margin-right: -100px;
    }

    .top_nav .item-sign_in {
        position: absolute;
        top: -100px;
        right: -14%;
    }

    .top_nav .item-sign_in .item-sign_in__link {
        padding: 54px 7px;
    }

    .menu_list .menu_item:first-child {
        position: absolute;
        top: -100px;
        left: 4%;
    }

    .menu_list.menu_list_2 .menu_item:first-child {
        position: relative;
        top: unset;
    }

    .header {
        height: 176px;
    }

    .logo {
        top: -80px;
        left: 14%;
        transform: translateX(0);
        width: 855px;
    }

    .logo img {
        width: 855px;
    }

    .h1 {
        font-size: 2.25rem;
        line-height: 2.625rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .times {
        margin-top: 21px;
    }

    .phones {
        margin: 21px 16px 0;
    }

    .callback {
        float: left;
        margin-top: 23px;
        width: 150px;
    }

    #cart_informer {
        margin-top: 14px;
    }

    .blog_item:nth-child(3n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }

    .form_calc_result__content {
        padding: 15px 19px 10px 29px;
    }

    .form_calc_result__content input {
        font-size: 6.25rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .xl-hidden {
        display: none;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .logo {
        top: -123px;
        left: 21%;
        transform: translateX(0);
        z-index: 0;
    }

    .menu_list .menu_item:first-child {
        left: 7%;
    }

    .top_nav {
        padding-left: 230px;
    }

    .top_nav .item-sign_in {
        right: -7%;
    }

    .informer {
        padding: 12px 25px;
    }

    .informer_name {
        margin-left: 12px;
    }

    .times {
        margin-top: 27px;
        margin-left: 50px;
    }

    .phones {
        margin: 27px 40px 0;
    }

    .callback {
        float: left;
        width: 237px;
        margin-top: 29px;
    }

    .overlay_buttons {
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    header {
        max-height: 176px;
    }

    .products_item:hover .overlay_buttons {
        opacity: 1;
    }

    .products .products_item:nth-child(3n),
    .main_products .products_item:nth-child(4n),
    .related .products_item:nth-child(4n),
    .wish_products .products_item:nth-child(4n),
    .blog_item:nth-child(4n) {
        box-shadow: none;
    }

    .account {
        margin-top: 17px;
    }

    .menu_group_header {
        /*max-width: 709px;*/
        z-index: 999;
    }

    .top_nav .item-sign_in__text {
        display: block;
    }

    .main-banner__title {
        font-size: 2.75rem;
        line-height: 3.625rem;
        max-width: 639px;
    }

    .main-banner__description {
        font-size: 1.5rem;
        line-height: 2.25rem;
        padding-top: 21px;
    }

    .main-banner__title {
        max-width: 626px;
    }

    .main-banner__description {
        max-width: 498px;
    }
}

@media (min-width: 1250px) {
    .banner_text {
        left: 50px;
    }
}

@media (min-width: 1500px) {
    .main-banner__title {
        max-width: 639px;
    }

    .banner_text {
        top: 292px;
        left: 177px;
    }

    .our_clients {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .calc {
        right: 223px;
    }

    .about-banner__content {
        left: 210px;
    }

    .menu_list .menu_item:first-child {
        left: -56px;
    }

    .menu_list.menu_list_2 .menu_item:first-child {
        left: unset;
    }

    .top_nav .item-sign_in {
        right: -250px;
    }

    .top_nav .item-sign_in .item-sign_in__link {
        padding: 54px;
    }
}

@media (max-width: 991px) {
    .tablet-hidden {
        display: none;
    }

    .filters__item--mob {
        border-bottom: 1px solid rgb(232, 232, 225);
    }

    .catalog_menu {
        padding: 0px 23px;
    }

    .callback {
        float: right;
    }

    .times {
        display: none;
    }

    .informer .dropdown {
        text-align: center;
    }

    .filters {
        padding-bottom: 15px;
    }

    .foot:nth-child(3n) {
        clear: left;
    }

    .foot,
    #subscribe_container {
        margin-bottom: 25px;
    }

    .subcategory {
        display: none;
    }

    .category_link {
        padding-right: 40px;
    }

    .level_2 .category_link {
        padding-left: 30px;
        font-weight: normal;
    }

    .level_3 .category_link {
        padding-left: 40px;
        font-weight: normal;
    }

    .level_4 .category_link {
        padding-left: 50px;
        font-weight: normal;
    }

    .brand_item:nth-child(3n) {
        border-right: none;
    }

    .blog_item:nth-child(2n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }

    .categories_nav {
        overflow-x: auto;
        max-height: calc(100vh - 185px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .order_notify_v2 svg {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }

    .order_notify_v2 .o_notify_v2_heading {
        font-size: 26px;
    }

    .menu_group_header {
        display: none;
        position: absolute;
        z-index: 99;
        top: 50px;
        left: 0;
        width: 250px;
        height: calc(100vh - 39px);
        background-color: #38c0f3;
        color: #fff;
        padding-top: 8px;
        overflow: auto;
    }

    .lg-visible {
        display: none;
    }

    body.openmenu::before {
        content: "";
        position: absolute;
        top: 50px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 39px);
        background-color: rgba(0, 0, 0, .75);
        z-index: 1;
    }

    body.openmenu {
        overflow: hidden;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }

    body.openmenu .menu_group_header {
        display: block;
    }

    .categories_nav {
        max-height: calc(100vh - 255px);
    }

    .menu_group_header .menu_item_1 .menu_link {
        position: relative;
        display: block;
        padding: 8px 15px;
    }
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }

    .purchase {
        margin-bottom: 15px;
    }

    .purchase,
    .purchase tbody,
    .purchase tfoot,
    .purchase tr,
    .purchase td,
    .purchase th {
        display: block;
    }

    #cart_informer .cart_title,
    #cart_informer .cart_total {
        display: none;
    }

    #cart_informer {
        margin-top: 15px;
        margin-left: 15px;
    }

    header {
        min-height: 3.125rem;
    }

    .purchase tr {
        position: relative;
        margin-bottom: 25px;
    }

    .purchase td,
    .purchase th {
        border: none;
        padding: 10px 8px;
    }

    .purchase .purchase__list--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        background: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .purchase .purchase__list--mob .purchase_image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }

    .purchase .purchase__list--mob .purchase__name--wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 60px);
        flex: 0 0 calc(45% - 60px);
        max-width: calc(45% - 60px);
        text-align: left !important;
    }

    .purchase .purchase__list--mob .purchase__name--wrap_order {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% - 60px);
        flex: 0 0 calc(65% - 60px);
        max-width: calc(65% - 60px);
        text-align: left !important;
    }

    .purchase .purchase__list--mob .purchase__price--wrap {
        display: none;
    }

    .purchase .purchase__list--mob .purchase_name {
        display: block;
        line-height: 1.2;
    }

    .purchase .purchase__list--mob .purchase_sum {
        font-size: 14px;
        font-weight: bold;
    }

    .purchase .purchase_image {
    }

    .purchase .purchase_sum {
    }

    .purchase td:empty,
    .purchase th:empty {
        display: none;
    }

    .purchase .coupon .message_error {
        margin: 0 auto 12px;
    }

    .purchase .purchase_total {
        margin-top: 15px;
        padding: 20px 10px;
    }

    .purchase_remove {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .purchase .remove_icon {
        width: 20px;
        height: 20px;
    }

    .phones {
        clear: both;
    }

    .informers {
        margin-right: -15px;
    }

    .tab_navigation a + a {
        border-top: none;
    }

    .order_notify_v2 svg {
        width: 26px;
        height: 26px;
        margin-right: 2px;
    }

    .order_notify_v2 .o_notify_v2_heading {
        font-size: 20px;
        line-height: 1.1;
    }

    .menu_404 .text_404 {
        margin: 0 0 20px;
        text-align: center;
    }

    .feedback .padding,
    .login .padding {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 52px;
    }
}

@media (max-width: 543px) {
    .small-hidden {
        display: none;
    }

    .purchase .purchase__list--mob .purchase__name--wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px) !important;
        flex: 0 0 calc(100% - 60px) !important;
        max-width: calc(100% - 60px) !important;
        padding-right: 45px;
    }

    .news .look_all {
        padding: 20px 0;
        border-top: 1px solid #e8e8e1;
    }

    .main_products .look_all {
        margin-bottom: 25px;
        margin-top: -25px;
        padding: 20px 0;
        background-color: #fff;
    }

    .search {
        width: calc(100% - 110px);
    }

    .pagination {
        margin-top: -25px;
    }

    .brand_item:nth-child(2n) {
        border-right: none;
    }

    .blog_item,
    .products_item {
        box-shadow: none;
        margin-bottom: 25px;
    }

    .comparison_page .preview .price_container,
    .comparison_page .preview .preview_form {
        float: none;
        width: 100%;
        text-align: center;
    }

    .comparison_page .preview .preview_form {
        margin-top: 15px;
    }

    .comparison_page .preview .button {
        width: 140px;
    }

    .product_details {
        text-align: center;
    }

    .features li {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(186, 186, 186);
        padding-bottom: 8px;
    }

    .features_name {
        font-weight: bold;
        font-size: 16px;
    }

    .features_name::before {
        content: none;
    }

    .features_name, .features_value {
        width: 100%;
        float: none;
    }

    .selected_filter_box .selected_filter_item .s_filter_link svg {
        color: #f25050;
    }

    .selected_filter_box .selected_filter_item {
        background: #38c0f3;
    }

    .selected_filter_box .selected_filter_item .s_filter_link {
        color: #fff;
    }

}

@media (max-width: 419px) {
    .cart_title,
    .cart_total {
        display: none;
    }

    .callback {
        width: 95px;
        padding: 4px 4px;
    }
}

.captcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

@media (max-width: 365px) {
    .captcha {
        transform: scale(0.86);
        transform-origin: 0 0;
    }
}
