html, body{
    padding: 0px;
    margin: 0px;
    /*font-family: 'PT Serif', serif;*/
    font-family: 'Oswald', sans-serif;
    /*overflow-x: hidden;*/
}
*{
    outline: 0px;
}
a, a:hover {
    text-decoration: none;
}

.sf2-callBtn{
    outline: 0;
}
.banner_form{
    display: none;
}

.icon_block i{
    color: #e31e24;
    width: 20px;
}
.icon_block{
    align-items: center;
    margin-bottom: 15px;
}
.icon_block:last-child{
    margin-bottom: 0px;
}
.mirrored{
    transform: revert;
}
.icon_block span a, .icon_block span{
    color: #302f2e;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 17.22px;
}
.icon_block.custom_bold span a{
    color: #333333;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.icon_block.pseudo_icon {
    padding-left: 20px;
}
.icon_block span.icon_desc{
    width: 75px;
    text-align: right;
    display: block;
}
.icon_block span.icon_desc a{
    color: #2fbf3a;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #2fbf3a;
}

header {
    padding: 20px 0;
}

.header_logo{
    padding: 5px 0px;
}
.header_logo img{
    max-width: 100%;
}

/*navigation*/
.mob_overlay{
    display: none;
}
.mob_menu_caller, .mob_menu_close, .mob_menu_contacts, .mob_menu_form{
    display: none;
}

.navigation{
    background-color: #da251d;
}
.top_menu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.top_menu ul li{
    float: left;
}
.top_menu ul li a{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease;
    padding: 20px 20px;
    display: block;
}
.top_menu ul li a:hover{
    transition: all 0.5s ease;
    color: #d79b43;
}
.top_feedback .sf2-callBtn{
    height: 50px;
    border-radius: 25px;
    background-color: #ff9800;
    transition: all 0.5s ease;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0 30px;
}
.top_feedback .sf2-callBtn:hover{
    background-color: #d8af61;
    transition: all 0.5s ease;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/*bbtop*/

.bbtop_bg{
    height: 750px;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.bbtop{
    margin-bottom: 100px;
}

.bbtop img{
    max-width: 100%;
    width: 100%;
}
.bbtop-title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 47px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1.79px;
    line-height: 47px;
}
.bbtop-pretitle{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.79px;
    line-height: 60px;
}
.bbtop-desc{
    color: #cbd2db;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-style: italic;

}
.bbtop-link{
    color: #d79b43;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border-bottom: 1px dotted #d79b43;
}
.bbtop-link:hover{
    transition: all 0.5s ease;
    color: #d8af61;
}
.bbtop-block{
    padding: 140px 0px 0px 40px;
    text-align: right;
}

/*products*/
.products_header{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 50px;
}
.products_tabs .tab{
    color: #808080;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #edf1f7;
    border-radius: 23px;
    padding: 12px 20px;
    transition: all 0.5s ease;
    margin: 0px 5px;
    cursor: pointer;
}
.products_tabs .tab.active, .products_tabs .tab:hover{
    transition: all 0.5s ease;
    background-color: #da251d;
    color: #ffffff;
}
.products_tabs{
    margin-bottom: 95px;
}
.tab_content{
    display: none;
    position: relative;
}
.tab_content.active{
    display: block;
}

.products_tabs_content .tab_content.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product_item{
    padding: 0px 15px;
    padding-top: 80px;
    padding-bottom: 30px;
    width: 33.333333%;
}
.product_item-block{
    border-radius: 15px;
    background-color: #eef3f9;
    padding-bottom: 30px;
    position: relative;
}
.product_item-title{
    color: #302f2e;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}
.product_item-sort{
    color: #302f2e;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.product_item-weight{
    color: #999999;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.35px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product_item-price{
    color: #198754;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 19.35px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product_item-btn{
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
}
.product_item-btn a{
    /*opacity: 0;*/
    transition: all 0.5s ease;
    border-radius: 50px;
    background-color: #e31e24;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 35px;
    margin: auto;
    display: inline-block;
    border: 6px solid #ffffff;
}
.products_tabs_content .slick-slider{
    margin: 0px -15px;
}
.product_item:hover .product_item-btn a{
    opacity: 1;
    transition: all 0.5s ease;
}
.product_item:hover .product_item-btn a:hover{
    transition: all 0.5s ease;
    background-color: #f43d43;
}
.product_item-image{
    position: relative;
}
.product_item-image a{
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin: 0 auto;
}
.product_item-image a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #eef3f9;
}

.arrows div{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #1c1e21;
    opacity: 0.4;
    transition: all 0.5s ease;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.arrows div i{
    color: #fff;
}
.arrows div:hover{
    background-color: #1c1e21;
    opacity: 0.6;
    transition: all 0.5s ease;
}
.arrows div.arrow_prev{
    top: calc(50% - 25px);
    left: 20px;
}
.arrows div.arrow_next{
    top: calc(50% - 25px);
    right: 20px;
}
.howwework_slider-arr.arrows div.arrow_next {
    right: 0;
}

/*howwework*/

.howwework_header{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 110px;
}
.howwework_item-point{
    position: relative;
}
.howwework_item-point span{
    width: 61px;
    height: 61px;
    background-color: #ff9800;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 50px;
    margin-right: 30px;
}
.howwework_item-point img{
    position: absolute;
    top: 20px;
    left: 91px;
}
.howwework_item-title{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
}
.howwework_item-desc{
    color: #808080;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.howwework_line-first{
    margin-bottom: 70px;
}
.howwework_line-second{
    margin-bottom: 40px;
}
.howwework_item-btn .sf2-callBtn{
    color: #e31e24;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #e31e24;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0px 30px;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.howwework_item-btn  .sf2-callBtn:hover{
    color: #ffffff;
    background-color: #e31e24;
    transition: all 0.5s ease;
}

.howwework{
    position: relative;
    padding-top: 360px;
    padding-bottom: 370px;
    background: url(../images/salmon.webp), url(../images/hwbg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: top -140px right -30px, bottom center;
    z-index: 10;
}
.bgl_block{
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 9;
    animation: animatedSpoon 2s ease infinite;
    -moz-animation: animatedSpoon 2s ease infinite;
    -webkit-animation: animatedSpoon 2s ease infinite;
    -o-animation: animatedSpoon 2s ease infinite;
}

@keyframes animatedSpoon {
    0 {
        top: 40px;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 40px;
    }
}
@-moz-keyframes animatedSpoon {
    0 {
        top: 40px;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 40px;
    }
}
@-webkit-keyframes animatedSpoon {
    0 {
        top: 40px;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 40px;
    }
}
@-o-keyframes animatedSpoon {
    0 {
        top: 40px;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 40px;
    }
}
.howwework_item.topper{
    z-index: 10;
}

/*feedback*/

.feedback-title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 39.38px;
    margin-bottom: 23px;
    text-align: center;
    margin-top: 25px;
}
.feedback-desc{
    color: #e6e6e6;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 45px;
    text-align: center;
}
.feedback-btn{
    text-align: center;
}
.feedback-btn .sf2-callBtn{
    transition: all 0.5s ease;
    border-radius: 25px;
    background-color: #e31e24;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 35px;
    margin: auto;
    display: inline-block;
}
.feedback-btn .sf2-callBtn:hover{
    background-color: #f43d43;
    transition: all 0.5s ease;
}
.feedback{
    position: relative;
    padding-top: 260px;
    padding-bottom: 260px;
    background: url(../images/formbg.webp);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    margin-top: -245px;
}


/*deliveryandpay*/
.deliveryandpay{
    padding-bottom: 180px;
    background: url(../images/dapbg.webp), url(../images/dapbg2.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left top 120px, right bottom;
    animation: animatedBackground 3s linear infinite;
    -moz-animation: animatedBackground 3s linear infinite;
    -webkit-animation: animatedBackground 3s linear infinite;
    -o-animation: animatedBackground 3s linear infinite;
}
.deliveryandpay .dap_item{
    border-radius: 15px;
    padding: 60px 40px;
}

@keyframes animatedBackground {
    0 {
        background-position: left top 120px, right bottom;
    }
    50% {
    background-position: left top 140px, right bottom;
    }
    100% {
        background-position: left top 120px, right bottom;
    }
}
@-moz-keyframes animatedBackground {
    0 {
        background-position: left top 120px, right bottom;
    }
    50% {
        background-position: left top 140px, right bottom;
    }
    100% {
        background-position: left top 120px, right bottom;
    }
}
@-webkit-keyframes animatedBackground {
    0 {
        background-position: left top 120px, right bottom;
    }
    50% {
        background-position: left top 140px, right bottom;
    }
    100% {
        background-position: left top 120px, right bottom;
    }
}
@-o-keyframes animatedBackground {
    0 {
        background-position: left top 120px, right bottom;
    }
    50% {
        background-position: left top 140px, right bottom;
    }
    100% {
        background-position: left top 120px, right bottom;
    }
}
.deliveryandpay .delivery{
    position: relative;
    background: linear-gradient(to right, #da251d 0%, #f49c44 100%);
}
.deliveryandpay .delivery:after{
    content: '';
    position: absolute;
    width: 315px;
    height: 140px;
    background-image: url(../images/deliverybg.webp);
    right: -10px;
    top: -50px;
}
.deliveryandpay .payment{
    position: relative;
    background-image: linear-gradient(to right, #da251d 0%, #f49c44 100%);
}
.deliveryandpay .payment:after{
    content: '';
    position: absolute;
    width: 240px;
    height: 170px;
    background-image: url(../images/paymentbg.webp);
    bottom: -1px;
    left: -70px;
}
.dap_item-text-icon{
    width: 60px;
    min-width: 60px;
}
.dap_item-text-icon img{
    max-width: 100%;

}
.dap_item-text-desc .title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}
.dap_item-text-desc .text{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.dap_item-title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
}
.dap_item-text{
    margin-bottom: 25px;
}
.dap_item{
    min-height: 515px;
}
.deliveryandpay_header{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 65px;
}

/*advantages*/
.advantages{
    padding-top: 350px;
    padding-bottom: 390px;
    background: url(../images/advantbgt.webp), url(../images/advantbgb.webp), url(../images/advantbg.webp);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top -127px center, bottom -65px center, center;
    background-size: auto, auto, auto;
}
.advantages_header{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 80px;
}
.advant_block{
    margin-bottom: 100px;
}
.advant_block-icon{
    width: 80px;
    height: 80px;
    background-color: #ff9800;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 50px;
}
.advant_block-title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 25px;
}
.advant_block-desc{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.advantages_slider-item div{
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 420px;
}
.advantages_slider-container{
    position: relative;
}
.advantages_slider-desc{
    position: absolute;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 40px;
    left: 80%;
    top: 70px;
    width: 100%;
}
.advantages_slider-desc .title{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 25px;
}
.advantages_slider-desc .text{
    color: #999999;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}
.advantages_slider-arr{
    margin-top: 15px;
    position: absolute;
    width: 110px;
    height: 50px;
    left: 300px;
}
.advantages_slider-arr.arrows div.arrow_next, .advantages_slider-arr.arrows div.arrow_prev{
    background-color: rgba(255, 255, 255, 0.2);
    opacity: unset;
}
.advantages_slider-arr.arrows div.arrow_next:hover, .advantages_slider-arr.arrows div.arrow_prev:hover{
    background-color: rgba(255, 255, 255, 0.6);
    opacity: unset;
}
.advantages_slider-arr.arrows div.arrow_next{
    top: 0px;
    right: 0px;
}
.advantages_slider-arr.arrows div.arrow_prev{
    top: 0px;
    left: 0px;
}

/*sertificates*/
.sertificates{
    background-color: #eef3f9;
    padding-bottom: 300px;
}
.sertificates_header{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-top: 90px;
    margin-bottom: 30px;
}
.sertificates_desc{
    color: #999999;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 35px;
    text-align: center;
}
.sertificates_slider-item-image{
    background-image: url(../images/sertbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 15px;
    cursor: pointer;
}
.sertificates_slider-item-image:after{
    content:'+';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(51, 84, 120, 0);
    transition: all 0.5s ease;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sertificates_slider-item-image:hover:after{
    background: rgba(51, 84, 120, 0.6);
    transition: all 0.5s ease;
}

.sertificates_slider-item-image img{
    max-width: 100%;
}
.sertificates_slider-item-desc{
    border-radius: 15px;
    background-color: #da251d;
    padding: 75px;
    position: relative;
    left: -75px;
    z-index: 9;
}
.sertificates_slider-item-desc .title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 30px;
}
.sertificates_slider-item-desc .text{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
.sertificates_slider-arr{
    margin-top: 15px;
    position: absolute;
    width: 110px;
    height: 50px;
    left: 20px;
}
.sertificates_slider-arr.arrows div.arrow_prev {
    top: 0px;
    left: 0px;
}
.sertificates_slider-arr.arrows div.arrow_next {
    top: 0px;
    right: 0px;
}
.sertificates_slider-container{
    position: relative;
}
.sertificates_slider-container:before{
    content: '';
    width: 510px;
    height: 680px;
    background-image: url(../images/sertcontbg.webp);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 120px;
    right: -300px;
}

/*footer*/

footer{
    position: relative;
}
footer:after{
    content: '';
    width: 100%;
    height: 316px;
    background: url(../images/footerbg.webp);
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.contacts_footer{
    padding-top: 300px;
    padding-bottom: 140px;
    background-color: #da251d;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.contacts_footer-header{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 39.38px;
    margin-bottom: 50px;
}
.soc_block{
    width: 44px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid #9aa6b2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.5s ease;
}
.footer_icon_block i{
    color: #bd8d41;
    min-width: 25px;
}
.footer_icon_block .data.phone a{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.footer_icon_block .data.phone .wu{
    color: #2fbf3a;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.22px;
    border-bottom: 1px dotted #2fbf3a;
    transition: all 0.5s ease;
    width: unset;
    display: inline-block;
}
.footer_icon_block .data.phone .wu:hover{
    color: #57d661;
    transition: all 0.5s ease;
}
.footer_icon_block .data.phone .vb{
    color: #8244b9;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.22px;
    border-bottom: 1px dotted #8244b9;
    transition: all 0.5s ease;
        width: unset;
    display: inline-block;
}
.footer_icon_block .data.phone .vb:hover{
    color: #ae7bdc;
    transition: all 0.5s ease;
}
.footer_social p{
    color: #cccccc;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 17.22px;
    margin-bottom: unset;
    margin-right: 15px;
}
.footer_adress_title, .footer_mail_title{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 17.22px;
    margin-bottom: 13px;
}
.footer_mail, .footer_adress{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.footer_scheme a{
    color: #bd8d41;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.22px;
    border-bottom: 1px solid #bd8d41;
}
.footer_icon_block{
    margin-bottom: 40px;
}
.footer_email{
    color: #cccccc;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.22px;
}
.footer_copy{
    margin-top: 80px;
}
.footer_copy p{
    color: #9aa6b2;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
.footer_copy a{
    color: #9aa6b2;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px dotted #9aa6b2;
}
.map{
    height: 100%;
    position: absolute;
    width: 100%;
}
.footer_form .sf2-callBtn{
    transition: all 0.5s ease;
    border-radius: 25px;
    background-color: #ff9800;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 50px;
    margin-bottom: 25px;
    display: inline-block;

}
.footer_form .sf2-callBtn:hover{
    background-color: #f43d43;
    transition: all 0.5s ease;
}
.phones_block{
    margin-bottom: 25px;
}

/*popup*/
.form_popup{
    position: relative;
}
.form_popup .popup_close{
    position: absolute;
    right: -30px;
    top: -10px;
    cursor: pointer;
}
.form_popup-title{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.form_popup-desc{
    color: #808080;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
    text-align: center;
}
.form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"]{
    height: 50px;
    border-radius: 25px;
    background-color: #eef3f9;
    padding-left: 20px;
    border: 0px;
    width: 100%;
}
.form-group textarea{
     border-radius: 25px;
    background-color: #eef3f9;
    padding-left: 20px;
    border: 0px;
    width: 100%;
     height: 100px;
}
::-webkit-input-placeholder {
    color: #b3b3b3;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
}
::-moz-placeholder {
    color: #b3b3b3;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
}
:-moz-placeholder {
    color: #b3b3b3;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
}
:-ms-input-placeholder {
    color: #b3b3b3;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;}

:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.5s ease;
}
:focus::-moz-placeholder{
    color: transparent;
    transition: all 0.5s ease;
}
:focus:-moz-placeholder {
    color: transparent;
    transition: all 0.5s ease;
}
:focus:-ms-input-placeholder{
    color: transparent;
    transition: all 0.5s ease;
}
div.sf2Win{
    border-radius: 0px;
}
div.sf2Win-body{
    max-width: 420px;
    padding: 40px 60px;
    border-radius: 0px;
    max-height: unset;
}
.popup_policy{
    color: #808080;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}
.popup_policy a{
    color: #e31e24;
    border-bottom: 1px solid #e31e24;
}
.sf2Style-default .popup_submit .sf2-element[type="submit"]{
    margin: auto;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    background-color: #e31e24;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.22px;
    transition: all 0.5s ease;
    margin-top: 30px;

}
.sf2Style-default .popup_submit .sf2-element[type="submit"]:hover{
    background-color: #f43d43;
    transition: all 0.5s ease;
}
.sf2Win-footer{
    display: none;
}

.to_top{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #da251d;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
}


.btn-danger {
    --bs-btn-bg: #da251d;
    --bs-btn-border-color: #da251d;
    --bs-btn-hover-bg: #eb3f37;
    --bs-btn-hover-border-color: #eb3f37;
    --bs-btn-active-bg: #b53029;
    --bs-btn-active-border-color: #b53029;
}

.page-content {
    padding: 50px 0;
    padding-bottom: 200px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: auto;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
}

.login-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.login-tabs li {
    opacity: .2;
    transition: .2s ease;
    padding-right: 10px;
    list-style: none;
}

.login-tabs li.active, .login-tabs li:hover {
    opacity: 1;
}

.login-tabs a {
    color: #242429;
    padding: 0;
    font-size: 30px;
}

.login-tabs li.or-text span {
    font-size: 30px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.login-tabs li.or-text {
    opacity: 1;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 6px;
}


.woocommerce {
    display: flex;
    gap: 50px;
}
.woocommerce.wp-block-group  {
    display: block;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #F4F5F6;
    box-shadow: 0px 64px 64px -48px #0F0F0F14;
    padding: 48px;
    border-radius: 16px;
    min-width: 300px;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #000000a3;
    font-weight: 700;
}
.woocommerce-MyAccount-content {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
    padding: 5px 12px;
    border-radius: 10px;
    height: auto;
    background: transparent;
}

.select2-container--default.select2-container--open .select2-selection--single {
    background: white;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 7px;
}

.select2-container .select2-dropdown {
    border: 1px solid #E6E8EC;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E6E8EC;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    color: #00000096;
    font-size: 15px;
}

.woocommerce-info {
    border-top-color: #da251d;
}

.toast-container {
    position: fixed;
}

.top_feedback a {
    color: white;
    font-size: 18px;
}

.woocommerce .cart-collaterals .cart_totals p {
    margin-bottom: 10px;
}

.woocommerce .cart-collaterals .cart_totals p strong{
    opacity: 0.8;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 150px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    display: flex;
    gap: 10px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100px;
}

.product-remove a {
    color: var(--bs-danger);
}


.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.callout-danger {
	border-left-color: #d9534f;
}


#delivery_address_type_field .woocommerce-input-wrapper{
    display: flex;
    flex-direction: column-reverse;
}

#delivery_address_type_field .woocommerce-input-wrapper input{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
}

#delivery_address_type_field .woocommerce-input-wrapper input:checked{
    background-color: #da251d;
    border-color: black;
}
