.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;
    }
    .h1 {
        padding-top: 16px;
    }
    .breadcrumbs {
        margin: 25px 0 25px;
    }
    .logo {
        float: left;
    }
    .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;
    }
    .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-left: 0;
    }

    .menu_group_header .menu_item_1 .menu_link {
        display: block;
        padding: 12px 8px;
        padding-left: 10px;
        color: rgb(104, 102, 102);
    }
    .menu_group_header .menu_item_2 .menu_link {
        display: block;
        padding: 5px 20px;
        white-space: nowrap;
    }
    .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: 0px;
    }
    .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;
        list-style: none;
        font-size: 14px;
        text-align: left;
        padding: 0px;
    }
    .menu_group_header .menu_eventer:hover .menu_list_2 {
        top: 50%;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .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;
    }
    .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);
    }
}

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

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
    .lg-hidden {
        display: none;
    }
    .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;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
   .top_phone {
    top: -31px;
    right: 20px;
    font-size: 18px;
}
    .logo {
        max-width: 190px;
        margin-right: 18px;
    }
    .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;
    }
}

@media (min-width: 1200px) {
    #phone_bottom {
        text-align: left!important;
    }
    .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 {
        margin-bottom: 15px;
    }
    .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 {
        min-height: 200px;
    }
    .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;
    }
}

@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;
    }
}

@media (max-width: 767px) {
 .top_phone {
	 font-size: 14px;
    flex-direction: column;
    top: -45px;
    right: -40px;
 }
 .viber-link {
    margin-left: 0px!important;
}
 #preview_img-id {
 height: 390px!important;
}
    .mobile-hidden {
        display: none;
    }
    .categories_nav {
        max-height: calc(100vh - 255px);
    }
    .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: 250px;
    }
    .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;
    }
    body.openmenu {
        overflow: hidden;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }
    .menu_group_header {
        display: none;
        position: absolute;
        z-index: 99;
        top: 39px;
        left: 0;
        width: 220px;
        height: calc(100vh - 39px);
        background-color: #38c0f3;
        color: #fff;
        padding-top: 8px;
        overflow: auto;
    }
    body.openmenu .menu_group_header {
        display: block;
    }
    body.openmenu::before {
        content: "";
        position: absolute;
        top: 39px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 39px);
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 5;
    }
    .menu_group_header .menu_item_1 .menu_link {
        position: relative;
        display: block;
        padding: 8px 15px;
    }
    .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;
    }
}

@media (max-width: 543px) {
 .character-mobile {
 zoom: .9;
}
 .p-delivery {
  zoom: .8;
 }
 .p-delivery {
    position: absolute;
    top: 389px!important;
    left: 261px!important;
 }
 #btn-order-2 {
  position: absolute;
margin-left: 0px;
 }
  #btn-order-1 {
  padding: 16px 13px;
 }
.btn-viber {
position: absolute;
    top: 74px;
    width: 120px;
    left: 31%;
 
}
 .mobile-br {
  display: block;
 }
    .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) {
      .viber-link .top_phone-link::before,
    .viber_callback::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(../images/viber_icon.png) center center / contain
            no-repeat;
    }

    .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) {
      .viber-link .top_phone-link::before,
    .viber_callback::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(../images/viber_icon.png) center center / contain
            no-repeat;
    }
     .top_phone-link::before, .viber-link .top_phone-link::before,
    .viber_callback::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(../images/viber_icon.png) center center / contain
            no-repeat;
    }
    .captcha {
        transform: scale(0.86);
        transform-origin: 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .clock_text {
        font-size: 30px;
    }
    .timer_block {
        padding: 0 3%;
    }
    button.btn_purchase_window.purchase-btn,
    .clock.flip-clock-wrapper {
        margin-left: 0px;
    }
    .banner_persent_block::before {
        right: -20%;
    }
}
@media screen and (max-width: 1024px) {
    .timer_block.fixed {
        height: 130px;
    }
    .price_block_top {
        margin-top: 30px;
        margin-left: -70px;
    }
    .bottom_banner-list .bottom_banner_item {
        width: 280px;
    }
    .top_phone {
        right: 24px;
     	top: -29px;
		font-size: 19px;
    }
    .banner_text,
    span.banner_text-date,
    .banner_text-orange {
        font-size: 40px;
    }
    .banner_heading {
        font-size: 60px;
    }
    .banner_text::before {
        left: -20%;
        bottom: -210%;
        width: 300px;
        height: 300px;
    }
    .banner_text-small {
        font-size: 30px;
        width: max-content;
    }
    .banner_persent_block {
        padding: 27px 15px 31px 12px;
        margin: 20px 0 0 -80px;
    }
    span.orange-text {
        font-size: 70px;
    }
    span.orange-text::after {
        font-size: 40px;
    }
    span.orange-text::before {
        right: -24px;
        font-size: 28px;
    }
    .banner_persent_block::after {
        top: 40px;
        left: 50px;
        width: 370px;
        height: 340px;
    }
    .clock_text {
        font-size: 28px;
        width: 25%;
    }
    .banner_persent_block-text {
    }
    .banner_right-part {
        margin-left: -5%;
    }
    .banner_persent_block::before {
        right: -10%;
    }
    .timer_block {
        padding: 0 1%;
        height: 180px;
    }
    .banner_top-part,
    .banner_wrapper {
        margin-bottom: 0;
    }
    .flip-clock-dot.top {
        top: 20px !important;
    }
    .flip-clock-dot.bottom {
        bottom: 20px !important;
    }
    .flip-clock-wrapper ul {
        width: 45px !important;
        height: 60px !important;
        font-size: 50px !important;
    }
    .flip-clock-wrapper ul li {
        line-height: 57px !important;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 50px !important;
    }
    .flip-clock-divider {
        height: 70px !important;
    }
    .flip-clock-divider.minutes span.flip-clock-label {
        right: -85px !important;
    }
    .flip-clock-divider.seconds span.flip-clock-label {
        right: -80px !important;
    }
    .flip-clock-divider.hours span.flip-clock-label {
        right: -80px !important;
    }
    .flip-clock-divider.days span.flip-clock-label {
        right: -75px !important;
    }
    .flip-clock-divider .flip-clock-label {
        font-size: 16px !important;
    }
    .inner_products-bunner-text {
        font-size: 40px;
    }
    .language_block {
        left: 43%;
    }
    .informer .dropdown {
        right: 9px;
    }
    .banner_text_box {
        font-size: 40px;
        width: 460px;
    }
    .banner_text_box span {
        font-size: 51px;
    }
    p.banner_box_text {
        width: 400px;
    }
    .banner_text-small {
        margin-left: 80px;
    }
}
@media screen and (max-width: 823px) {
 .top_phone {
     font-size: 18px;
    right: -28px;
 }
    .banner_top-part {
        grid-template-columns: 1fr;
    }
    .banner_right-part {
        margin-left: 30%;
        margin-bottom: 130px;
    }
    .banner_text-small {
        font-size: 34px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .clock_text {
        font-size: 28px;
        width: 25%;
        display: none;
    }
    .bottom_banner-list .bottom_banner_item {
        font-size: 12px;
        width: 220px;
        padding: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .banner_heading {
        font-size: 60px;
        margin-top: 10px;
    }
    .timer_block {
        padding: 0 1%;
        height: 180px;
    }
}
@media screen and (max-width: 768px) {
    .timer_block.fixed {
        height: auto;
    }
    .banner_right-part .old_price::after,
    .banner_right-part .old_price::before {
        height: 3px;
    }
    .price_block_top {
        margin-top: -40px;
        margin-left: 80px;
    }
    .banner_right-part .old_price {
        font-size: 30px;
    }
    .banner_right-part .price span {
        font-size: 40px;
    }
    .language_block {
        left: 30%;
    }
    .banner_text-date {
        padding-left: 25px;
    }
    .banner_text_box {
        margin: 0 auto;
    }
    .banner_text-small {
        font-size: 34px;
        margin: 30px auto 0;
    }
    .banner_text-small-second {
        font-size: 28px;
        margin-right: 90px;
    }
    .banner_heading {
        font-size: 50px;
        margin: 30px 0 40px 20px;
    }
    .banner_text,
    span.banner_text-date,
    .banner_text-orange {
        font-size: 40px;
    }
    .banner_persent_block::after {
        top: -10px;
        left: 160px;
        width: 250px;
        height: 230px;
    }
    .banner_right-part {
        margin-left: 30%;
        margin-bottom: 20px;
    }
    p.footer-text {
        font-size: 16px;
    }
    .preview .price_container .price .fn_price {
        font-size: 70px;
    }
    .preview .price_container .price span {
        font-size: 50px;
    }
    .preview .price_container .old_price {
        font-size: 40px;
    }
    .preview .price_container .old_price {
        font-size: 40px;
    }
    .product_info-block {
        padding: 0 0 20px;
    }
    .preview .price_container .old_price::before,
    .preview .price_container .old_price::after {
        height: 3px;
    }
    .banner_wrapper {
        overflow: hidden;
    }
    .banner_bottom-part {
        margin: 40px 0 10px;
    }
    .top_phone {
        right: 40px;
    }
    .inner_products-bunner-info {
        height: 140px;
        margin: 60px 0;
    }
    .inner_products-bunner-click {
        font-size: 28px;
    }
    .inner_products-bunner-text {
        font-size: 24px;
    }
    .inner_products-bunner-persent {
        font-size: 100px;
    }
    .bottom_icons-icon:nth-child(1),
    .bottom_icons-icon:nth-child(2),
    .bottom_icons-icon:nth-child(3) {
        background-size: contain;
    }
    .bottom_icons-icon {
        width: 150px;
        height: 150px;
    }
    .bottom_icons_block {
        height: 200px;
    }
    .footer_contacts .footer_contacts-block:nth-child(1) {
        order: 1;
    }
    .footer_contacts .footer_contacts-block:nth-child(2) {
        order: 3;
    }
    .footer_contacts .footer_contacts-block:nth-child(3) {
        order: 4;
        margin-bottom: 30px;
    }
    .footer_contacts .footer_contacts-block:nth-child(4) {
        order: 2;
    }
    .footer_contacts .footer_contacts-block:nth-child(5) {
        order: 5;
    }
    .footer_contacts .footer_contacts-block:nth-child(6) {
        order: 6;
    }
    .flip-clock-dot.top {
        top: 20px !important;
    }
    .flip-clock-dot.bottom {
        bottom: 20px !important;
    }
    .flip-clock-wrapper ul {
        width: 45px !important;
        height: 60px !important;
        font-size: 50px !important;
    }
    .flip-clock-wrapper ul li {
        line-height: 57px !important;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 50px !important;
    }
    .flip-clock-divider {
        height: 70px !important;
    }
    .flip-clock-divider.minutes span.flip-clock-label {
        right: -85px !important;
    }
    .flip-clock-divider.seconds span.flip-clock-label {
        right: -80px !important;
    }
    .flip-clock-divider.hours span.flip-clock-label {
        right: -80px !important;
    }
    .flip-clock-divider.days span.flip-clock-label {
        right: -75px !important;
    }
    .flip-clock-divider .flip-clock-label {
        font-size: 16px !important;
    }
    .timer_block,
    .timer_block-wrapper {
        height: 200px;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .clock_text {
        font-size: 22px;
        display: none;
    }
    .preview_img,
    .preview_image {
        height: 240px;
    }
    .banner_wrapper {
        margin-bottom: 50px;
    }
    .bottom_banner-list .bottom_banner_item {
        font-size: 16px;
        width: 200px;
        padding: 10px;
    }
    .bottom_banner-list .bottom_banner_item::before {
        left: -15%;
    }
    .bottom_banner-list {
        justify-content: space-around;
    }
    .bottom_banner-heading {
        margin-bottom: 40px;
        font-size: 28px;
        padding: 0;
    }
    .footer_block-heading {
        margin-bottom: 20px;
    }
    .footer_contacts-block:nth-child(1) {
        margin-bottom: 30px;
    }
    .bottom_banner {
        margin: 20px 0 50px;
    }
    .pop_up-text_input,
    .pop_up-select {
        width: 330px;
    }
    .pop_up-textarea {
        width: 330px;
    }
    .pop_up-text {
        font-size: 12px;
    }
    .pop_up-heading {
        font-family: "Trebuchet", sans-serif;
        font-size: 32px;
    }
    i.close_pop_up {
        top: 10px;
        right: 10px;
    }
    p.pop_up_product_info-name {
        font-size: 14px;
    }
    .fixed_contacts_block {
        width: 50px;
        height: 110px;
    }
    .viber_block,
    .phone_block {
        width: 50px;
        height: 50px;
    }
    .banner_left-part {
        text-align: center;
    }
}
@media screen and (max-width: 736px) {
    .banner_left-part {
        text-align: center;
    }
    .banner_text-small {
        font-size: 30px;
        margin-top: 30px;
        margin-left: 30px;
    }
}
@media screen and (max-width: 731px) {
    .banner_left-part {
        text-align: center;
    }
    .banner_text-small {
        font-size: 30px;
        margin-top: 30px;
        margin-left: 30px;
    }
}
@media screen and (max-width: 667px) {
    .banner_text-small {
        font-size: 30px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .banner_text-small-second {
        font-size: 28px;
        margin-right: 30px;
    }
    .bottom_banner-list .bottom_banner_item {
        font-size: 14px;
        width: 180px;
        padding: 10px;
    }

    .bottom_banner-list .bottom_banner_item {
        font-size: 12px;
        width: 150px;
        padding: 10px;
    }
    .banner_left-part {
        text-align: center;
    }
    .banner_right-part {
        margin-left: 30%;
    }
    .timer_block.fixed {
        position: fixed;
        height: 180px;
        top: 0;
        left: 0;
        z-index: 99;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    .banner_persent_block-text {
        font-size: 26px;
        line-height: 1;
        font-weight: 800;
        width: max-content;
        text-align: center;
        font-family: "Arial", sans-serif;
        color: #000;
    }
}
@media screen and (max-width: 570px) {
    .timer_block,
    .timer_block-wrapper {
        height: 200px;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }
}
@media screen and (max-width: 568px) {
    .banner_text-small-second {
        font-size: 28px;
        margin-right: 40px;
    }
    .banner_text-small {
        font-size: 24px;
        margin-top: 30px;
        margin-left: 30px;
    }
}
@media screen and (max-width: 540px) {
    .timer_block,
    .timer_block-wrapper {
        height: 200px;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }
    .bottom_banner-list .bottom_banner_item {
        font-size: 12px;
        width: 150px;
        padding: 10px;
    }
}
@media screen and (max-width: 460px) {
    #price_block_4 {
        top: 69%; 
        left: 28%;"
    }
    .price_mobile_8{
    left: -80px!important;
    }
    #price_mobile-8 {
            top: 125px;
    }
        #price_mobile-9 {
            top: 125px;
    }
    #price_mobile-10 {
        top: 125px;
    }
    #price_mobile-11 {
        top: 125px;
    }
    #price_mobile-12 {
        top: 125px;
    }
 .span_text_13 {
    font-size: 1rem!important;
}
    .banner_right-part .old_price::after,
    .banner_right-part .old_price::before {
        height: 2px;
    }
    .banner_right-part .price {
        text-shadow: 0 -3px 0 #000000, 0 -3px 0 #000000, 0 3px 0 #000000,
            0 3px 0 #000000, -3px 0 0 #000000, 3px 0 0 #000000, -3px 0 0 #000000,
            3px 0 0 #000000, -1px -3px 0 #000000, 1px -3px 0 #000000,
            -1px 3px 0 #000000, 1px 3px 0 #000000, -3px -1px 0 #000000,
            3px -1px 0 #000000, -3px 1px 0 #000000, 3px 1px 0 #000000,
            -1px -3px 0 #000000, 1px -3px 0 #000000, -1px 3px 0 #000000,
            1px 3px 0 #000000, -3px -1px 0 #000000, 3px -1px 0 #000000,
            -3px 1px 0 #000000, 3px 1px 0 #000000, -2px -3px 0 #000000,
            2px -3px 0 #000000, -2px 3px 0 #000000, 2px 3px 0 #000000,
            -3px -2px 0 #000000, 3px -2px 0 #000000, -3px 2px 0 #000000,
            3px 2px 0 #000000, -3px -3px 0 #000000, 3px -3px 0 #000000,
            -3px 3px 0 #000000, 3px 3px 0 #000000, -3px -3px 0 #000000,
            3px -3px 0 #000000, -3px 3px 0 #000000, 3px 3px 0 #000000;
    }
    .price_block_top {
        margin-top: -50px;
        margin-left: 170px;
    }
 .p-char {
  margin-left: -36px;
 }
 .p-char__value {
    width: 66%!important;
}
    .banner_right-part .old_price {
        font-size: 24px;
    }
    .banner_right-part .price span {
        font-size: 30px;
    }
    .banner_text-date {
        padding-left: 5px;
    }
    .banner_persent_block {
        padding: 17px 14px 16px 12px;
        margin: 20px 0 0 70px;
        border: 4px solid #f66803;
    }
    span.orange-text {
        font-size: 50px;
    	font-family: "Impact", sans-serif;
    	color: #f66803;
    	font-weight: 800;
    }
    span.orange-text::before {
        right: -14px;
        font-size: 19px;
    }
    span.orange-text::after {
        font-size: 30px;
        left: -5px;
        top: 3px;
    }
    .banner_persent_block-text {
        font-size: 14px;
    }
    .banner_text_box {
        font-size: 23px;
        width: 100%;
        padding: 10px 0;
    }
    p.banner_box_text {
        width: 100%;
    }
    .banner_persent_block::after {
        top: -10px;
        left: 90px;
        width: 170px;
        height: 160px;
    }
    .banner_text_box span {
        font-size: 30px;
        display: block;
    }
.language_block {
    left: 26%;
    top: -33px;
}
    .informer .dropdown {
        right: 7px;
    }
    .banner_top-part {
        grid-template-columns: 1fr;
    }
    .banner_left-part {
        text-align: center;
    }
    .product_info-block {
        padding: 0 0 20px;
    }
    .inner_products-bunner-info {
        height: 80px;
        margin: 20px 0;
    }
    .inner_products-bunner-click {
        font-size: 18px;
    }
    .inner_products-bunner-text {
        font-size: 12px;
    }
    .inner_products-bunner-persent {
        font-size: 30px;
    }
    .content_part {
        grid-template-columns: 1fr;
        position: relative;
    }
    .footer_block-list,
    .footer_bottom_list {
        max-width: 100%;
    }
    .footer_block-heading {
        font-size: 18px;
    }
    .footer_contacts-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer_block-item,
    .footer_bottom_item {
        font-size: 14px;
        margin-bottom: 15px;
        position: relative;
    }
    button.purchase-btn {
        padding: 5px 10px;
        font-size: 18px;
    }
    .preview_img,
    .preview_image {
        height: 200px!important;
        width: auto!important;
    }
    .fixed_contacts_block {
        left: unset;
        right: 10px;
        bottom: 110px;
        width: 42px;
        height: 100px;
    }
    .viber_block,
    .phone_block {
        width: 42px;
        height: 42px;
    }
    .viber_block {
        margin-bottom: 40%;
    }
    .viber_callback {
        margin-bottom: 15px;
    }
    .product_name {
        font-size: 18px;
    }
    .top_phone {
        font-size: 16px;
    }
    .banner_heading {
        font-size: 40px;
        margin: 45px 0 20px 0px;
        border: 5px solid #515151;
    }
    .inner_products-bunner-click::after {
        right: -30%;
        bottom: -30%;
        width: 20px;
        height: 20px;
    }
    .bottom_banner-list .bottom_banner_item {
        font-size: 16px;
        width: 280px;
        padding: 20px;
    }
    .bottom_banner_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .bottom_banner-list {
        flex-direction: column;
        align-items: center;
    }
    .callback_pop_up .pop_up-textarea {
        height: 90px;
    }

  .btn-details {
    position: absolute!important;
    padding: 3px 7px!important;
    font-size: 16px!important;
    margin-left: 30px;
    background: #fff;
    /* padding: 11px 23px; */
    border: 3px solid #ff6a00;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Trebuchet", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* font-size: 24px; */
    color: #ff6a00;
    transition: 0.3s linear;
}
    .banner_text,
    span.banner_text-date,
    .banner_text-orange {
        font-size: 26px;
    }
    .banner_right-part {
        margin: 0 0 30px;
    }
    .banner_text-small-second {
        font-size: 24px;
        margin-right: 15px;
    }
    .banner_text-small {
        font-size: 18px;
        margin: 10px auto 0;
    }
    .banner_text::before {
        left: -10%;
        bottom: -130%;
        width: 100px;
        height: 100px;
    }
    .banner_text-small::before {
        height: 2px;
    }
    .clock.flip-clock-wrapper {
        margin-bottom: 0px;
    }
    .timer_block.fixed .clock.flip-clock-wrapper {
        margin: 0;
    }
    button.purchase-btn {
        padding: 3px 7px;
        font-size: 16px;
    }
    .timer_block.fixed {
        height: 100px;
    }
 .br-none {
  display: none;
 }
 .d-m-none {
 display: inline-block;
}
    .advantages_block {
	font-size: 12px;
    max-width: 90px;
    height: 95px;
    width: 50px;
    justify-content: center;
    width: 100%;
    }
    .full_id-4 {
        zoom: .9;
    top: -9%!important;
    left: -16%;
    }
#banner_persent_block-id {
 border-radius: 50%!important;
width: 98px!important;
background: #fff;
}
.advantages_block-delivery-2 {
 margin: 0;
}
    .advantages_img-block.quantity,
    .advantages_img-block.varanty,
    .advantages_img-block.delivery {
        width: 45px;
        height: 45px;
    }
    .bottom_icons_block {
        margin: 0 0 50px;
        height: auto;
    }
    .bottom_icons-icon {
        width: 100px;
        height: 100px;
    }
    p.icon_block_text {
        font-size: 16px;
    }
    .banner_bottom-part {
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100px;
        height: 100px;
    }
    .preview .price_container .price .fn_price {
        font-size: 50px;
    }
    .preview .price_container .price span {
        font-size: 40px;
    }
    .preview .price_container .old_price {
        font-size: 30px;
    }
    .flip-clock-dot.top {
        top: 15px !important;
    }
    .flip-clock-dot.bottom {
        bottom: 7px !important;
    }
    .flip-clock-wrapper ul {
        width: 25px !important;
        height: 30px !important;
        font-size: 28px !important;
        padding: 0 !important;
    }
    .flip-clock-wrapper ul li {
        line-height: 28px !important;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 28px !important;
    }
    .flip-clock-divider {
        height: 35px !important;
    }
    .flip-clock-divider.minutes span.flip-clock-label {
        right: -60px !important;
    }
    .flip-clock-divider.seconds span.flip-clock-label {
        right: -60px !important;
    }
    .flip-clock-divider.hours span.flip-clock-label {
        right: -57px !important;
    }
    .flip-clock-divider.days span.flip-clock-label {
        right: -50px !important;
    }
    .flip-clock-divider .flip-clock-label {
        font-size: 14px !important;
    }
    .flip-clock-wrapper ul li a div {
        font-size: 28px !important;
    }
    .flip-clock-dot {
        width: 5px !important;
        height: 5px !important;
        left: 0px !important;
    }
    .flip-clock-divider {
        width: 5px !important;
    }

    .timer_block {
        flex-direction: column;
    }
    .clock_text {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .timer_block,
    .timer_block-wrapper {
        height: 150px;
    }
    .preview {
        padding: 20px 20px;
    }
    .footer_bottom-info {
        margin: 20px 0 0px;
        padding-top: 20px;
    }
    ul.footer_bottom_list {
        max-width: 80%;
    }
    .pop_up-content {
        padding: 15px;
    }
    .callback_pop-up.pop_up-content {
        padding: 35px;
    }
    .pop_up-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    i.close_pop_up {
        width: 26px;
        height: 26px;
    }
    i.close_pop_up::before {
        width: 15px;
    }
    i.close_pop_up::after {
        left: 20%;
        top: 46%;
        width: 15px;
    }
    .pop_up-form .pop_up-form-content {
        height: max-content;
        flex-wrap: nowrap;
    }
    .input_name,
    .input_phone,
    .input_email,
    .pop_up-textarea {
        margin-left: 0;
    }
    .pop_up-text_input,
    .pop_up-select,
    .select_wrapper {
        width: 100%;
    }
    img.pop_up_product_info-img {
        width: auto;
        height: 80px;
    }
    .pop_up_product_info-block {
        width: 100%;
        justify-content: center;
    }
    .pop_up-text_input {
        padding: 15px 10px;
    }
    .pop_up-text_input,
    .pop_up-select {
        height: 40px;
        margin-bottom: 10px;
    }
    .pop_up-select {
        padding: 0 10px;
    }
    .pop_up-textarea {
        width: 100%;
        height: 70px;
        padding: 15px 10px;
    }
    .submit_form_pop_up {
        padding: 0;
        width: 180px;
        height: 50px;
        font-size: 18px;
        margin-top: 10px;
    }
    .banner_wrapper {
        margin-bottom: 20px;
    }
    .banner_bottom-part {
        margin: 25px 0 25px;
        height: auto;
margin-top: 110px;
    }
    .pop_up-text.big {
        display: none;
    }
    .pop_up-text.small {
        display: block;
    }
}
@media screen and (max-width: 425px) {
    .top_phone-link::before {
        left: -35px;
    }
    .top_phone {
        font-size: 14px;
        flex-direction: column;
        top: -45px;
        right: -40px;
    }
    .top_phone-link {
        font-size: 18px;
        padding: 10px;
        margin: 45px;
    }
 
    .phone-link .top_phone-link::before {
        top: 5px;
     	left: -25px;
    }
    .top_phone-link::before, .viber-link .top_phone-link::before,
    .viber_callback::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(../images/viber_icon.png) center center / contain
            no-repeat;
    }
    .viber-link {
        margin-left: 0px;
        margin-top: 5px;
    }
    .bottom_icons_block {
        flex-direction: column;
    }
    .icon_block_wrapper:not(:last-child) {
        margin-bottom: 20px;
    }
    .banner_bottom-part {
    margin: 25px auto 25px;
    height: auto;
    width: 350px;
    margin-top: 85px;
    }
    .bottom_banner-list {
        flex-direction: column;
        align-items: center;
    }
    .bottom_banner-list .bottom_banner_item::before {
        left: -10%;
    }
}
@media screen and (max-width: 375px) {
    .price_block_top {
        margin-top: -20px;
        margin-left: 130px;
    }
    .banner_text,
    span.banner_text-date,
    .banner_text-orange {
        font-size: 24px;
    }
    .banner_persent_block {
        margin: 20px 0 0 40px;
    }
    .language_block {
        left: 26%;
        top: -20px;
    }
    .informer,
    .informer .dropdown {
        font-size: 16px;
    }
    .top_phone-link::before {
        left: -35px;
    }
    .top_phone {
        font-size: 14px;
        flex-direction: column;
        top: -45px;
        right: -40px;
    }
	.top_phone-link {
    font-size: 18px;
    padding: 10px;
    margin: 45px;
	}
    .phone-link .top_phone-link::before {
        top: 5px;
     	left: -25px;
    }
    .top_phone-link::before, .viber-link .top_phone-link::before,
    .viber_callback::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(../images/viber_icon.png) center center / contain
            no-repeat;
    }
    .viber-link {
        margin-left: 0px;
        margin-top: 5px;
    }
    .bottom_icons_block {
        flex-direction: column;
    }
    .icon_block_wrapper:not(:last-child) {
        margin-bottom: 20px;
    }
    .banner_bottom-part {
        margin: 25px 0 25px;
        height: auto;
        width: 340px;
    }
    .bottom_banner-list {
        flex-direction: column;
        align-items: center;
    }
    .bottom_banner-list .bottom_banner_item::before {
        left: -10%;
    }
}
@media screen and (max-width: 360px) {
    .top_phone {
        font-size: 14px;
        flex-direction: column;
        top: -45px;
        right: -40px;
    }
    .top_phone-link {
        font-size: 18px;
        padding: 10px;
        margin: 45px;
    }
    .phone-link .top_phone-link::before {
        top: 5px;
     	left: -25px;
    }
    .viber-link .top_phone-link::before,
    .viber_callback::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(../images/viber_icon.png) center center / contain
            no-repeat;
    }
    .viber-link {
        margin-left: 0px;
        margin-top: 5px;
    }
    .banner_text-small {
        font-size: 16px;
    }
    .bottom_banner-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .text_underline::before {
        height: 2px;
    }
    .bottom_banner-list .bottom_banner_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .bottom_banner-list .bottom_banner_item {
        font-size: 16px;
    }
    .banner_bottom-part {
        margin: 25px 0 25px;
        height: auto;
        width: 320px;
    }
}
@media screen and (max-width: 320px) {
    .banner_persent_block {
        margin: 20px 0 0 20px;
    }
    .bottom_banner-list .bottom_banner_item {
        width: 230px;
        padding: 15px;
        font-size: 14px;
    }
    .bottom_banner-list .bottom_banner_item::before {
        font-size: 20px;
    }
    .top_phone {
        font-size: 12px;
    }
    .top_phone-link {
        font-size: 14px;
    }
    .top_phone-link::before {
        left: -25px;
        width: 20px;
        height: 20px;
    }
    .timer_block-wrapper {
        width: 100%;
        padding: 0;
    }
    .timer_block {
        height: 130px;
        width: 100%;
    }
    .timer_block.fixed {
        position: fixed;
        height: 110px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    .banner_heading {
        font-size: 30px;
        border-radius: 10px;
    }
    .banner_bottom-part {
        margin: 25px auto 25px;
        height: auto;
        width: 280px;
        align-items: baseline;
    }
    .banner_text,
    span.banner_text-date,
    .banner_text-orange {
        font-size: 20px;
        margin-bottom: 0;
    }
    .banner_text-small {
        font-size: 14px;
        margin-top: 20px;
    }
    .advantages_img-block.quantity,
    .advantages_img-block.varanty,
    .advantages_img-block.delivery {
        width: 35px;
        height: 35px;
    }

    .advantages_block {
        font-size: 10px;
        max-width: 90px;
    }
    .product_name {
        font-size: 16px;
    }
    .preview .price_container .old_price::before {
        height: 2px;
    }
    .preview .price_container .old_price {
        font-size: 30px;
    }
    .preview .price_container .price {
        font-size: 60px;
        text-shadow: #000 2px 2px 0, #000 -2px -2px 0, #000 -2px 2px 0,
            #000 2px -2px 0;
    }
    .bottom_banner-heading {
        font-size: 18px;
    }
    .inner_products-bunner-click {
        font-size: 14px;
    }
    .inner_products-bunner-text {
        font-size: 10px;
    }
    .inner_products-bunner-persent {
        font-size: 24px;
    }
    .inner_products-bunner-info {
        height: 70px;
        margin: 20px 0;
        border-top: 5px solid #fc6109;
        border-bottom: 5px solid #fc6109;
    }
    .preview {
        padding: 10px;
    }
    .blog_item,
    .products_item {
        margin-bottom: 20px;
    }
    .pop_up-textarea {
        height: 40px;
    }
    .pop_up-text_input,
    .pop_up-select {
        margin-bottom: 5px;
    }
    img.pop_up_product_info-img {
        height: 70px;
    }
    p.pop_up_product_info-name {
        font-size: 12px;
    }
    .pop_up-heading {
        font-size: 16px;
    }
    .pop_up-text.small {
        margin-bottom: 5px;
    }
    .submit_form_pop_up {
        font-size: 16px;
        margin-top: 10px;
    }
    .phone-link .top_phone-link::before {
        left: -20px;
        top: -2px;
        width: 20px;
        height: 20px;
        top: 8px;
    }
    .viber-link .top_phone-link::before,
    .viber_callback::before {
        left: -19px;
        top: 7px;
        width: 20px;
        height: 20px;
    }
    .top_phone {
        top: -56px;
    }
    .language_block {
        left: 65%;
        top: -13px;
    }
}
@media screen and (max-width: 280px) {
}
