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

button.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_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 button.sf2-callBtn{
    height: 50px;
    border-radius: 25px;
    background-color: #ff9800;
    width: 100%;
    transition: all 0.5s ease;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.top_feedback button.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: 5px;
}

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

/*products*/
.products_header{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-bottom: 30px;
}
.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;
}
.product_item{
    padding: 0px 15px;
    padding-top: 80px;
    padding-bottom: 30px;
}
.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: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.product_item-sort{
    color: #302f2e;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.mspan1{
    font-size: 20px;
    color: #f00;
    font-weight: bold;
}
.mspan2{
    color: #f00;
    font-weight: 600;
}
.mspan3{
    font-size: 14px;
}


.product_item-bank{
    box-shadow: 0px 0px 5px #969696;
    text-align: center;
    padding: 4px 0px 6px;
}
.product_item-bank span{
    font-size: 18px;
}
.product_item-cena{}
.product_item-cena1{
    color: #c60000;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: -5px;
}
.product_item-cena2{
    text-align: center;
    text-decoration: line-through;
    color: #888;
    margin-bottom: 10px;
}

.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: 12px;
}
.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: #19801d;
    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: #4caf50;
}
.product_item-image{
    height: 225px;
    position: relative;
}
.product_item-image a{
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: 70px;
}
.product_item-image a img{
    max-width: 100%;
    max-height: 270px;
    margin-bottom: 20px;
}
.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;
}
.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: -25px;
}
.arrows div.arrow_next{
    top: calc(50% - 25px);
    right: -25px;
}

/*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 button.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  button.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.png), url(../../../images/hwbg.png);
    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 button.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 button.sf2-callBtn:hover{
    background-color: #f43d43;
    transition: all 0.5s ease;
}
.feedback{
    position: relative;
    padding-top: 260px;
    padding-bottom: 0px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    margin-top: -245px;
}


/*deliveryandpay*/
.deliveryandpay{
    padding-bottom: 180px;
    background: url(../../../images/dapbg.png), url(../../../images/dapbg2.png);
    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.png);
    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.png);
    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: 281px;
}
.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.png), url(../../../images/advantbgb.png), url(../../../images/advantbg.png);
    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: 50px;
    padding-top: 20px;
}
.sertificates_header{
    color: #da251d;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 22.56px;
    margin-top: 0px;
    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.png);
    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.png);
    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.png);
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
}
.contacts_footer{
    padding-top: 210px;
    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 button.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 button.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 button.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 button.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;
}


@media screen and (max-width:900px){
    .product_item{
        margin-bottom: 100px;
        padding-top: 0;
    }
    .howwework_item{
        margin-bottom: 35px;
    }
    .howwework_line-first {
        margin-bottom: 0px;
    }
    .dap_item {
        min-height: 230px;
    }
    .mb100{
        margin-bottom: 100px;
    }
    .sertificates_header {
        font-size: 25px;
        flex-wrap: wrap;
        line-height: 37px;
    }
}