    *, ::after, ::before {
        box-sizing: border-box;
    }

    body {
    margin: 0;
    padding:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";  
    background-color: #fff;
    }


    @font-face {
        font-display: swap;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        text-align: center;

        /*justify-content: center;*/

    }
    .row .row_video {
        justify-content: center;
    }
    .col-lg-12.box_video {
        max-width: 500px;
    }
    /*h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
    }*/
    h1 {
        font-size: 2em;
        font-weight: 500;
    }
    h2 {
        
        font-size: 1.5em;
        line-height: 1.1;
        text-align: center;
        
    }

    
    h4 {
        font-weight: 500;
        font-size: 1.6em;
        color: #2e2e2e;
        text-align: center;
    }
 

    .icon_login {
        background: url(https://rostapki.ru/images/login.ico) no-repeat top center;
        width: 24px;
        height: 24px;
    }

    .icons_m {
        background: url(https://rostapki.ru/images/icons_2.png) no-repeat top center;
        background-position-y:10px ;
               }
  .icons_w {
    background: url(https://rostapki.ru/images/icons_2.png) no-repeat top center;
    background-position-y: -44px;
    }

    @media(max-width:48em) {
        .cart_link {
        text-align: left!important;
    }
    }
    .cart_link {
        color: #33a3cd;
    }
    .cart_goods {
        padding-right: 5px;
        
    }
    @media(max-width:48em) {
        .cart_link {
        display: none;
    }
    }
    .cart_link_one {
        color: #33a3cd;
    }
    .dropbtn {
        color: #ff5400;
        border: none;
        cursor: pointer;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        /*position: absolute;*/
        background-color: #f9f9f9;
        min-width: 180px;
        min-height: 100px;
        margin-top: -25px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 1;
        right: 0;
    }
    .dropdown-content a {
        color: #000;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .bx_catalog_tile .bx_catalog_tile_title a {
        color: #2d2d2d;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        display: inline-flex;
    }
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1200px;
    }
    .header_left_bg {
        left:0;
        height: 35px;
        background: #393939;
        position: absolute;
        width: 100%}
    /*.width_devices_padding {
        padding: 20px 0 25px 0;
    }*/
    .to_main {
        font-size: 1.7em;
        font-weight: 400;
        color: #399ac2;
        letter-spacing: 3px;
        display: inline-block;
        vertical-align: top;
    }
    @media(max-width:48em) {
        .width_devices_padding {
        padding: 5px 0 5px 0;
    }
    .width_devices {
        display: none;
    }
    }
    .width_devices_second {
        display: inline-block;
        width: 100%;
        background-color: #f5f5f5;
    }
    @media(min-width:48em) {
        .width_devices_second {
        display: none;
    }
    }




    .header {
        width: 1200px;
        height: 35px;
        z-index: 1000;
        background: #555;
         margin: 0 auto;
        }
    .header ul, .header1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .header li a {
        display: block;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        font-size: .85em;
        color: #fff;
    
    }
    @media(max-width:63em) {
        .header {
        padding: 0;
    }
    .header li a {
        display: block;
        padding: 5px 45px 5px 10px;
        text-decoration: none;
        font-size: .85em;
        color: #fff;
        background: #4e4e4e;
        border-color: #9b9b9b;
        border-bottom: 1px solid;
    }
    }
    .header .menu-btn:hover, .header li a:hover {
        background-color: #2aaedf;
        color: #000;
    }
    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        padding: 0 6%;
    }
    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 18px;
        padding-left: 30px;
        position: relative;
        user-select: none;
    }
    .header .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 4px;
        position: relative;
        transition: background .2s ease-out;
        width: 24px;
        border-radius: 1px;
    }
    .header .menu-icon .navicon:after, .header .menu-icon .navicon:before {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
        border-radius: 1px;
    }
    .header .menu-icon .navicon:before {
        top: 8px;
    }
    .header .menu-icon .navicon:after {
        top: -8px;
    }
    .header .menu-btn {
        display: none;
    }
    .header .menu-btn:checked~.menu {
        max-height: 22em;
    }
    .header .menu-btn:checked~.menu-icon .navicon, .header1 .menu-btn1:checked~.menu-icon .navicon {
        background: 0;
    }
    .header .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    .header .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after, .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before, .header1 .menu-btn1:checked~.menu-icon:not(.steps) .navicon:after, .header1 .menu-btn1:checked~.menu-icon:not(.steps) .navicon:before {
        top: 0;
    }
    .header .logo {
        font-size: .9em;
        padding: 2px 0 2px 10px;
        text-decoration: none;
    }
    @media(min-width:63em) {
        .header li {
        float: left;
    }
    .header .menu {
        clear: none;
        /*float: left;*/
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
    }

        .link_to-discount {
    display: none !important;
}
    @media(max-width:63em) {
        .header {
            height: auto;
        }
        .link_to-discount {
            display: block !important;
            text-align: left;
            padding-top: 10px;
            color: #fff;
            font-size: 1.1rem;
        }

        .link_to-discount:hover span {           
            background: #fff;
            color: #555555;
            font-size: 1rem;
        }
    }
    .header1 ul li:first-child {
        text-transform: uppercase;
        border-bottom: 1px solid #587;
    }

/*17.07.2023*/
 .bx_small_cart {
    padding-top:10px;
 }
 .section_login {
    background: #fbfbfb;
    height: 3rem;
 }
 .bx_login_block {
    float: right;
   padding-top:10px;
              }
/*17.07.2023*/
         






.row .flex_video {

    justify-content: center;
}

#bx_117848907_158_sku_prop :nth-last-child(-n+2) {
background: antiquewhite;
font-weight: bold;
}

/*#bx_117848907_182_sku_prop :nth-last-child(-n+2) {
background: antiquewhite;
font-weight: bold;

}*/

#bx_117848907_158_sku_prop {
    margin-bottom: 60px;
}

#bx_117848907_339_sku_prop :nth-last-child(-n+2) {
background: antiquewhite;
font-weight: bold;
}

#bx_117848907_339_sku_prop {
    margin-bottom: 60px;
}

/*убран значек скидки*/
.bx_item_list_you_looked_horizontal .bx_stick_disc {

    display: none !important;
}
.bx_item_detail .item_economy_price {
    display: none !important;
}


/*Page contact*/

.wats_app-number, .telegram-number {
    font-size: 1.5rem;
}

.e-mail-number {
    font-size: 1.5rem;
}
.fa-whatsapp {
    background: url('https://rostapki.ru/images/whatsapp.ico') no-repeat  center;
    height: 57px;
  width: 57px;
  display: inline-block;
  position: relative;
  top: 24px;
}

.fa-telegram {
    background: url('https://rostapki.ru/images/telegram.ico') no-repeat  center;
    height: 57px;
  width: 57px;
  display: inline-block;
  position: relative;
  top: 24px;
}


.popup-window-content {
    width: 20vw

  max-width: 1000px;
}

