html{font-size:30px;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{background:#f1f5fe}*{font-size:16px;font-weight:400;font-family:"Open Sans";color:#353535}img{height:100%;-o-object-fit:cover;object-fit:cover}p{margin:15px 0}input,textarea{border:none;outline:none;background:#f7f7f7;padding:10px;width:100%}section{margin:30px 0}.container{width:calc(100% - 30px);max-width:1440px;margin:0 auto;background:#fff;padding:50px 25px;border-radius:10px}a{display:block}.btn{padding:10px 15px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background:#ff7715;display:block;color:#fff;border-radius:10px}.swiper{width:100%;height:100%}.swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0;text-align:center;font-size:18px;background:#fff}.swiper-button-next:after,.swiper-button-prev:after{color:#ff7715;font-size:16px}h2,h3{font-size:24px}.hamburger_menu{display:none}@media(max-width: 1100px){.hamburger_menu .hamburger_menu{display:block;position:relative;width:20px;min-width:55px;height:16px;opacity:1;-webkit-transition:all .3s;transition:all .3s;z-index:999;max-width:100%;background:rgba(0,0,0,0);border:none;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.hamburger_menu .hamburger_menu:before,.hamburger_menu .hamburger_menu:after{content:"";background:#353535;position:absolute;width:50%;height:2px}.hamburger_menu .hamburger_menu:before{top:0}.hamburger_menu .hamburger_menu:after{top:12px}.hamburger_menu .hamburger_menu span{background:#353535;width:65%;display:block;height:2px;position:absolute;top:6px;right:0}.hamburger_menu .hamburger_menu.active{height:20px;-webkit-transition:all .3s;transition:all .3s}.hamburger_menu .hamburger_menu.active span{display:none}.hamburger_menu .hamburger_menu.active::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:50%}.hamburger_menu .hamburger_menu.active::before{top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.overlay{width:100%;height:100%;position:fixed;top:0;left:-1000px;background:rgba(53,53,53,.6);opacity:0;z-index:-1;-webkit-transition:all .3s;transition:all .3s}.overlay.show{z-index:20;opacity:1;left:0;-webkit-transition:all .3s;transition:all .3s}.header{position:fixed;top:0;left:0;width:100%;z-index:99;-webkit-transition:all .5s;transition:all .5s;background:rgba(0,0,0,0)}.header.header_fixed{background:#fff;top:0;-webkit-transition:all .5s;transition:all .5s}.header .main-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.header .main-nav li{padding:15px 0}.header .main-nav li a{color:rgba(53,53,53,.8)}.header .main-nav li a:hover{color:#353535}.header .main-nav li a[aria-current=page]{color:#ff7715 !important}.header .main-nav li.current-menu-parent>a{color:#ff7715 !important}.header .main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.header .main-item{position:relative}.header .main-link,.header .main-toggle{display:inline-block;padding:14px 20px;background:none;border:none;font-size:16px;text-decoration:none;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;vertical-align:middle}.header .main-link-link:hover,.header .main-link-toggle:hover,.header .main-link-link:focus,.header .main-link-toggle:focus,.header .main-toggle-link:hover,.header .main-toggle-toggle:hover,.header .main-toggle-link:focus,.header .main-toggle-toggle:focus{color:#ff9600}.header .menu-toggle{background:none;border:none;line-height:1}.header .menu-toggle-icon{display:inline-block;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;color:#fff}.header .menu-toggle[aria-expanded=true] .menu-toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#ff9600}.header .menu-item-has-children{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:15px !important;-webkit-transition:all .3s;transition:all .3s}.header .menu-item-has-children:after{content:"";position:absolute;top:53%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("/wp-content/uploads/vector.svg");background-repeat:no-repeat;background-size:contain;width:10px;height:6px}.header .menu-item-has-children:hover:after{-webkit-transition:all .3s;transition:all .3s;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);top:45%}.header .menu-item-has-children .menu-link{pointer-events:auto}.header ul.sub-menu{display:none;position:absolute;left:0;top:100%;min-width:220px;background:#fff;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.08);box-shadow:0 8px 24px rgba(0,0,0,.08);border-radius:0 0 10px 10px;z-index:10;margin:0;padding:0;list-style:none}.header ul.sub-menu li{padding:17px}.header ul.sub-menu li .menu-toggle-icon{color:#353535}.header ul.sub-menu .menu-item>a{color:rgba(53,53,53,.8)}.header ul.sub-menu .menu-item>a:hover{color:#ff9607}.header .menu-item-has-children:hover>.sub-menu,.header .menu-item-has-children:focus-within>.sub-menu,.header .menu-item-has-children.open>.sub-menu{display:block}@media(max-width: 1100px){.header .main-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.header .main-nav ul{gap:0}.header .main-nav ul li{padding:0;width:100%}.header .main-nav ul li.menu-item-has-children{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header .sub-menu{position:static;-webkit-box-shadow:none;box-shadow:none;border-radius:0;min-width:0;padding:10px;display:none !important}.header .menu-item.menu-item-has-children.open>.sub-menu{display:block !important;position:relative;width:100%}.header .sub-menu .menu-toggle-icon{-webkit-transform:rotate(91deg);transform:rotate(91deg)}.header .sub-menu .menu-toggle-icon[aria-expanded=true]{-webkit-transform:rotate(155deg);transform:rotate(155deg)}.header .menu-toggle[aria-expanded=true] .menu-toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.header_sale{background-image:url("/wp-content/uploads/sale_bkg-2-scaled.webp");background-size:500px;background-position:center;background-repeat:repeat}.header_sale .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;padding:0 5px}.header_sale_img{max-width:50px;margin-left:10px}.header_sale_img:last-child{margin-top:-10px;margin-left:-10px}.header_sale p{margin:0;color:#143edc;text-transform:uppercase;font-size:20px;font-weight:900;padding-right:10px;position:relative}.header_sale p span{color:#143edc;font-weight:900;text-transform:none;position:absolute;bottom:-5px;right:-20px}.header_sale a{padding:5px 15px}.header_top{background:#e5e6e8;padding:8px 0}.header_top .container{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;background:rgba(0,0,0,0)}.header_top_item:nth-child(2) a{color:#ff7715;font-weight:600;text-decoration:underline}.header_top_item:last-child p{color:#081124;font-weight:700;font-size:13px}.header_top p{text-align:center;margin:0}.header_center .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:75px;padding:10px 25px}.header_center .logo{max-width:250px;display:block}.header_center_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0;width:100%}.header_center_info_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.header_center_info_bottom nav{margin:0 auto}.header_center_info p{width:100%;margin:0;font-weight:600}.header_center_info .tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;font-weight:600;color:#ff7715}.header_center_info .tel img{max-width:22px}.header_center_info .btn{padding:5px 10px}.first_screen .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.first_screen .container .catalog_menu{margin-top:60px}.first_screen_item{width:75%}.first_screen_slide{background:#eaebef;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;padding:50px;overflow:hidden;width:100%;height:400px}.first_screen_slide:after{content:"";position:absolute;top:-25%;right:-35%;-webkit-transform:rotate(240deg) scale(2);transform:rotate(240deg) scale(2);width:50%;background:#fff;height:125%}.first_screen_slide_info{position:relative;z-index:2;width:50%;text-align:left}.first_screen_slide_info h2{font-size:30px;font-weight:500;margin-bottom:15px}.first_screen_slide_info p{margin-bottom:15px}.first_screen_slide_img{position:relative;z-index:2;height:100%}.first_screen .swiper-button-next:after,.first_screen .swiper-rtl .swiper-button-prev:after,.first_screen .swiper-button-prev:after,.first_screen .swiper-rtl .swiper-button-next:after{color:#949494}.first_screen .swiper-horizontal>.swiper-pagination-bullets,.first_screen .swiper-pagination-bullets.swiper-pagination-horizontal,.first_screen .swiper-pagination-custom,.first_screen .swiper-pagination-fraction{bottom:0;position:relative}.first_screen .swiper-pagination-bullet-active{background:#ff7715}.category_items{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.category_item{-webkit-box-flex:1;-ms-flex:1 0 23%;flex:1 0 23%;max-width:23.5%}.category_item_inner{position:relative;padding:25px 50px 250px;display:block;height:100%}.category_item_inner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:2}.category_item_img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.category_item h3{position:relative;z-index:3;color:#fff;font-size:25px}.title h2{text-align:left;font-size:25px;font-weight:600}.title .subtitle{font-size:16px;font-weight:600;background:#ff7715;padding:5px 10px;color:#fff;margin:0;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.sale_products .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.sale_products .title h2{font-size:30px}.products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.products:before,.products:after{display:none !important}.product_item{-webkit-box-flex:1;-ms-flex:1 0 18.5%;flex:1 0 18.5%;max-width:18.5%;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:20px;border-radius:10px}.product_item_img{height:130px}.product_item_img img{-o-object-fit:contain;object-fit:contain}.product_item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;height:100%}.product_item_inner p{margin-bottom:0}.product_item_inner p.price{text-align:center;margin:5px 0}.product_item_inner p.price bdi{font-weight:700;font-size:22px}.product_item_inner p.nds{text-align:center;margin-top:0}.product_item h2{margin-top:5px;font-size:16px}.product_item .btn{max-width:100%;text-align:center}.faq_items{margin-top:30px}.faq_item{padding:20px 0;border-bottom:1px solid}.faq_item:last-of-type{padding-bottom:0}.faq_item_question{font-size:20px;cursor:pointer}.faq_item_answer{opacity:0;font-size:20px;height:0px;visibility:hidden;overflow:hidden}.faq_item button{position:relative;width:100%;text-align:left}.faq_item button:before{content:"+";position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:35px}.faq_item.active button:before{content:"-"}.faq_item.active .faq_item_answer{opacity:1;height:auto;visibility:visible;-webkit-transition:all .3s;transition:all .3s}.faq_item:last-child{border-bottom:0}.catalog_page_items .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.catalog_page_item{width:100%}.catalog_page_item:first-child{max-width:25%;position:sticky;top:130px;-webkit-transition:all .3s;transition:all .3s}.catalog_page_item:first-child .btn{margin-top:15px;display:block;max-width:100%;text-align:center}.catalog_page_item .archive_catalog_subcategories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_page_item .archive_catalog_subcategories a{padding:7px 12px;background:#fff;border-radius:10px;-webkit-transition:all .3s;transition:all .3s;text-transform:uppercase;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.catalog_page_item .archive_catalog_subcategories a:hover{color:#ff7715;-webkit-transition:all .3s;transition:all .3s}.catalog_page_item .archive_catalog_subcategories li.is-active-child a{color:#fff;background:#ff7715;border-radius:10px;font-weight:600}.catalog_category_nav{margin-top:30px}.catalog_category_nav_parents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_category_nav_parents a{padding:7px;background:#ff7715;color:#fff;border-radius:10px}.catalog_item_search{width:100%}.breadcrumbs{margin:30px 0}.breadcrumbs .container{padding:15px 25px}.breadcrumbs p,.breadcrumbs h1{font-size:32px;font-weight:600;text-transform:uppercase}.breadcrumbs h1{margin-bottom:5px}.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px;padding-left:0}.breadcrumbs ul a{padding:0 3px}.breadcrumbs ul li{position:relative;padding-right:10px}.breadcrumbs ul li::before{display:none}.breadcrumbs ul li::after{content:"/";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;height:100%;width:5px}.breadcrumbs ul li:first-child a{padding:0;font-weight:600}.breadcrumbs ul li:last-child::after{display:none}.catalog_sort{margin:20px 0 10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.catalog_sort_form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_sort_label span{font-weight:600;font-size:18px}.catalog_sort_select{position:relative;min-width:220px;width:100%}.catalog_sort_select select{width:100%;border:1px solid #e0e2e8;border-radius:10px;padding:10px 20px 10px 10px;background:#f7f8fc;font-weight:600;color:#081124;-webkit-appearance:none;-moz-appearance:none;appearance:none}.catalog_sort_select select:focus{border-color:#ff7715;-webkit-box-shadow:0 0 0 2px rgba(255,119,21,.15);box-shadow:0 0 0 2px rgba(255,119,21,.15)}.catalog_sort_select_icon{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;color:#081124}@media(max-width: 768px){.catalog_sort_form{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.catalog_sort_label span{font-size:16px}}.about_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.about_item{width:45%}.about_item .btn{margin-top:15px}.about_first_screen_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.about_first_screen_item{-webkit-box-flex:1;-ms-flex:1 0 49%;flex:1 0 49%}.about_first_screen_item h1{font-weight:800;font-size:32px}.about_first_screen_item .title h2{font-size:25px;font-weight:600;background:#ff7715;padding:5px 10px;color:#fff;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.about_first_screen_item .title h3{color:#353535;padding:0;background:rgba(0,0,0,0)}.about_first_screen_item h2{font-weight:500;font-size:20px}.about_first_screen_item_btns{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:7px;-ms-flex-wrap:wrap;flex-wrap:wrap}.about_first_screen_item_btns a{width:100%;max-width:100%;text-align:center;background:rgba(0,0,0,0);border:3px solid #ff7715;color:#353535}.about_why_are_we_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.about_why_are_we_item{width:31%;background:#fff;padding:20px;border-radius:10px}.about_why_are_we_item_img{max-width:50px;margin:0 auto}.about_why_are_we_item_text{margin-top:15px}.about_why_are_we_item_text p{margin-bottom:0}.about_why_are_we_sub_text{margin-top:30px}.about_why_are_we_sub_text p,.about_why_are_we_sub_text h3{text-align:center}.about_why_are_we_sub_text p{font-size:20px}.about_why_are_we_sub_text h3{font-size:22px;font-weight:600}.about_advantages_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.about_advantages_item{width:33%;padding:20px;background:#fff;border-radius:10px}.about_advantages_item_img{max-width:50px;margin:0 auto}.about_advantages_item_info{margin-top:15px}.about_advantages_item_info h3{font-size:22px;font-weight:600}.about_advantages_item_info p{text-align:center}.our_experience{position:relative}.our_experience h2{font-weight:600;font-size:22px;text-align:center;color:#fff}.our_experience_img_bkg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.our_experience_img_bkg img{z-index:1}.our_experience_img_bkg_inner{z-index:0;position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5}.our_experience p{color:#fff}.form{position:relative}.form_item{margin-bottom:15px;position:relative}.form_item:last-of-type{margin-bottom:0}.form_item .wpcf7-spinner{position:absolute;bottom:0;right:0}.form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{margin-left:0}.form .wpcf7-form-control.wpcf7-acceptance input{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.form .wpcf7-form-control.wpcf7-acceptance a{display:inline;color:#ff7715}.blog .btn{margin:0 auto;margin-top:30px}.blog_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog_item{width:31%;padding:20px;background:#fff;border-radius:10px}.blog_item_inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.blog_item_inner .btn{margin:0;margin-top:15px}.help_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.help_item{width:31%;padding:20px;background:#fff;border-radius:10px}.help_item_inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.help_item_inner .btn{margin-top:15px}.single_product_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.single_product_content_top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.single_product_content_top .catalog_page_item .btn{background:rgba(0,0,0,0);color:#ff7715;border:3px solid}.single_product_content_item{width:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.single_product_content_item .single_product_slider,.single_product_content_item .product_swiper_slider_thumb{opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.single_product_content_item .single_product_slider.slider-initialized,.single_product_content_item .product_swiper_slider_thumb.slider-initialized{opacity:1;visibility:visible}.single_product_content_item .single_product_slider{position:relative}.single_product_content_item .single_product_slider a:hover{cursor:-webkit-zoom-in;cursor:zoom-in}.single_product_content_item .single_product_info_item.slider-initialized .single_product_slider,.single_product_content_item .single_product_info_item.slider-initialized .product_swiper_slider_thumb,.single_product_content_item .single_product_slider.slider-initialized .single_product_slider,.single_product_content_item .single_product_slider.slider-initialized .product_swiper_slider_thumb,.single_product_content_item .product_swiper_slider_thumb.slider-initialized .single_product_slider,.single_product_content_item .product_swiper_slider_thumb.slider-initialized .product_swiper_slider_thumb{opacity:1;visibility:visible}.single_product_content_item .single-product-content-wrapper{width:60%}.single_product_content_item .single-product-content-wrapper .breadcrumbs{margin-bottom:15px}.single_product_content_item .single-product-content-wrapper .breadcrumbs ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.single_product_content_item .single-product-content-wrapper .breadcrumbs ul li::after,.single_product_content_item .single-product-content-wrapper .breadcrumbs ul a,.single_product_content_item .single-product-content-wrapper .breadcrumbs ul span{font-size:13px}.single_product_content_item .single-product-content-wrapper .breadcrumbs ul li:last-child{display:none}.single_product_content_item .single-product-content-wrapper .breadcrumbs ul li:nth-last-child(2)::after{content:none}.single_product_content_item .single-product-content-wrapper .breadcrumbs p{margin:15px 0;font-size:14px;font-weight:400}.single_product_content_item .single-product-content-wrapper .order-btn{position:relative;padding-right:25px}.single_product_content_item .single-product-content-wrapper .order-btn svg{position:absolute;width:15px;top:35%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.single_product_content_item .product_slider{width:35%;border-radius:10px;overflow:hidden}.single_product_content_item h1{font-size:27px;font-weight:700;margin-top:10px}.single_product_content_item h2{margin-top:30px;margin-bottom:15px}.single_product_content_item .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{margin-bottom:0}.single_product_content_bottom{width:100%}.single_product_advantages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:15px;border-top:1px solid #f0f0f0}.single_product_advantages_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px}.single_product_advantages_item img{max-width:35px;height:auto}.single_product_advantages_item p{font-size:11px;margin:0}.single_product .tab-titles a{font-weight:600;font-size:20px}.single_product .tab-content table{width:100%;border:1px solid #ff7715;padding:15px;display:table;border-collapse:initial;background:#fff;border-radius:10px}.single_product .tab-content table thead{background:#fff}.single_product .tab-content table tbody tr{border-bottom:1px solid #ff7715}.single_product .tab-content table tbody tr td{padding:15px}.single_product .tab-content table tbody tr:nth-child(2n){background-color:hsla(0,0%,50.2%,0.0705882353)}.single_product .tab-content ul{padding-left:20px}.single_product .tab-content ul li{position:relative}.single_product .tab-content ul li:before{content:"";position:absolute;top:11px;left:-10px;background:#ff7715;width:3px;height:3px;border-radius:50%}.single_product_to_write a{display:inline}.product-quantity-wrapper{display:block;background:#f0f0f0;padding:15px;padding-top:30px;border-radius:10px;margin:15px 0;position:relative;max-width:415px}.product-quantity-wrapper-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px;margin:0;position:absolute;top:10px;left:10px}.product-quantity-wrapper-text span{color:#01b000}.product-quantity-wrapper .product-price-wrapper{margin:15px 0}.product-quantity-wrapper .product-price-wrapper .product-price{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0 auto}.product-quantity-wrapper .product-price-wrapper .product-price bdi{font-size:23px}.product-quantity-wrapper .product-price-wrapper .product-price.product-price-sale bdi{font-weight:800;font-size:28px}.product-quantity-wrapper .product-price-wrapper .product-price.product-price-sale bdi .woocommerce-Price-currencySymbol{font-weight:800;font-size:28px}.product-quantity-wrapper .product-price-wrapper .product-price.has_line{position:relative}.product-quantity-wrapper .product-price-wrapper .product-price.has_line:after{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#353535;width:100%;height:2px}.product-quantity-wrapper .product-price-wrapper .product-price.product-price-regular bdi{font-weight:600;font-size:28px}.product-quantity-wrapper .product-price-wrapper .product-price.product-price-regular bdi .woocommerce-Price-currencySymbol{font-weight:600;font-size:28px}.product-quantity-wrapper .product-quantity-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin-top:15px}.product-quantity-wrapper .product-quantity-cont .product-order-btn{margin:0;padding:5px 10px;background:#ff7715;color:#fff;border:none}.product-quantity-wrapper .product-quantity-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0;border:2px solid #ff7715;border-radius:10px;overflow:hidden;background:#fff}.product-quantity-wrapper .product-quantity-control .quantity-btn{background:#fff;color:#ff7715;border:none;width:30px;cursor:pointer;font-size:20px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0;-webkit-transition:all .3s;transition:all .3s}.product-quantity-wrapper .product-quantity-control .quantity-btn:hover{background:#ff7715;-webkit-transition:all .3s;transition:all .3s;color:#fff}.product-quantity-wrapper .product-quantity-control .quantity-btn:active{-webkit-transform:scale(0.95);transform:scale(0.95)}.product-quantity-wrapper .product-quantity-control .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.product-quantity-wrapper .product-quantity-control .product-quantity-input{width:auto;text-align:center;border:none;border-left:2px solid #ff7715;border-right:2px solid #ff7715;padding:5px 0px;font-size:16px;font-weight:600;margin:0;background:#fff;font-weight:600;color:#353535;-moz-appearance:textfield}.product-quantity-wrapper .product-quantity-control .product-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-quantity-wrapper .product-quantity-control .product-quantity-input:focus{outline:2px solid #ff7715;outline-offset:-2px;color:#353535}.product-quantity-wrapper .product-quantity-control .product-quantity-input::-webkit-input-placeholder{font-size:16px;color:#353535}.product-quantity-wrapper .product-quantity-control .product-quantity-input::-moz-placeholder{font-size:16px;color:#353535}.product-quantity-wrapper .product-quantity-control .product-quantity-input:-ms-input-placeholder{font-size:16px;color:#353535}.product-quantity-wrapper .product-quantity-control .product-quantity-input::-ms-input-placeholder{font-size:16px;color:#353535}.product-quantity-wrapper .product-quantity-control .product-quantity-input::placeholder{font-size:16px;color:#353535}.dgwt-wcas-search-wrapp{max-width:100% !important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:rgba(0,0,0,0);padding:0}.catalog_menu li{width:100%}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{margin-bottom:25px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#eaebef;border-radius:10px;padding-left:40px;border:3px solid #eaebef}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{border:3px solid #ff7715}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:10px;top:10px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{margin:0;top:7px}.catalog_item_menu_item{width:100%}.catalog_item_menu_item.is-active{background:#fff;border-radius:0 0 10px 10px}.catalog_item_menu_item .catalog_item_menu_item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 10px;position:relative;width:100%}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_link{-webkit-box-flex:1;-ms-flex:1;flex:1;text-decoration:none;color:#353535;-webkit-transition:all .3s;transition:all .3s;text-transform:uppercase}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_link strong{font-weight:600}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_link:hover{color:#ff7715;-webkit-transition:all .3s;transition:all .3s}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle{background:none;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle svg{width:100%;height:100%;-webkit-transform:none;transform:none;-webkit-transition:all .3s;transition:all .3s}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle svg path{fill:rgba(53,53,53,.5019607843)}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle:hover{-webkit-transition:all .3s;transition:all .3s}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle:hover svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle:hover svg path{fill:#ff7715}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle[aria-expanded=true] svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.catalog_item_menu_item .catalog_item_menu_item_inner .catalog_item_menu_toggle[aria-expanded=true] svg path{fill:#ff7715}.submenuFirst_screen{list-style:none;margin:0;padding:0;padding-left:20px;overflow:hidden;display:none;opacity:0;height:0;-webkit-transition:opacity .3s ease,height .3s ease;transition:opacity .3s ease,height .3s ease}.submenuFirst_screen li{padding:0;margin:0}.submenuFirst_screen li.is-active-child a{color:#ff7715;font-weight:600}.submenuFirst_screen li a{display:block;padding:12px 10px;text-decoration:none;color:#353535;font-size:16px}.submenuFirst_screen li a:hover{color:#ff7715}.catalog_item_menu_item.is-open .submenuFirst_screen{display:block;opacity:1;height:auto}.products-loader{text-align:center;padding:40px 20px}.products-loader .loader-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #ff7715;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:0 auto 15px}.products-loader p{margin:0;color:#353535;font-size:16px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.post-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.post-list li{background:#fff;padding:15px;border-radius:10px;-webkit-box-flex:1;-ms-flex:1 0 32%;flex:1 0 32%;max-width:32%}.post-list li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;height:100%}.post-list li h2{margin:15px 0 25px}.post-list li .btn{margin:0}.post-item_img{height:250px}.post-item_img img{-o-object-fit:contain;object-fit:contain}.post-item_desc{margin:0}article.single-post .container h2,article.single-post .container h3,article.single-post .container h4,article.single-post .container h5,article.single-post .container h6{margin-top:25px}article.single-post .container table{margin-top:10px}article.single-post .container ul{padding-left:20px}article.single-post .container ul li{position:relative}article.single-post .container ul li:before{content:"";position:absolute;top:11px;left:-10px;background:#ff7715;width:3px;height:3px;border-radius:50%}.footer{margin-top:30px}.footer .container{background:rgba(0,0,0,0);padding:25px}.footer_sup_top{background:#1f315d}.footer_sup_top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.footer_sup_top p{margin:0}.footer_sup_top p:first-child{font-size:32px;font-weight:700;color:#ff7715}.footer_sup_top p:last-of-type{font-size:14px;color:#fff;max-width:290px}.footer_sup_top .wpcf7{width:45%}.footer_sup_top .wpcf7 .subscription{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer_sup_top .wpcf7 .subscription input{max-width:100%}.footer_sup_top .wpcf7 .subscription .wpcf7-spinner{position:absolute;bottom:0;right:0}.footer_sup_top .wpcf7 .subscription_input{width:45%}.footer_sup_top .wpcf7 .subscription_input:last-child{width:100%}.footer_sup_top .wpcf7 .subscription_input:last-child .wpcf7-list-item{margin-left:0}.footer_sup_top .wpcf7 .subscription_input:last-child .wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px}.footer_sup_top .wpcf7 .subscription_input:last-child .wpcf7-list-item label input{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.footer_sup_top .wpcf7 .subscription_input:last-child .wpcf7-list-item .wpcf7-list-item-label{color:#fff}.footer_sup_top .wpcf7 .subscription_input:last-child .wpcf7-list-item .wpcf7-list-item-label a{color:#ff7715;display:inline}.footer_sup_top .wpcf7 .wpcf7-response-output{display:none !important}.footer_sup_top .wpcf7 .wpcf7-not-valid-tip{position:absolute}.footer_top{background:#dfdfdf}.footer_top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.footer_item{width:31%;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.footer_item h4{margin-bottom:25px;font-size:25px;font-weight:600}.footer_item p{margin:15px 0}.footer_item .logo{max-width:250px}.footer_item li{margin-bottom:15px}.footer_bottom{background:#bcbcbc;padding:8px 0}.footer_bottom .container{background:rgba(0,0,0,0);padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.modal{display:none}.modal .wpcf7-response-output[aria-hidden=true]{display:none}.modal .wpcf7-response-output:empty{display:none}.modal_order_product_title{margin-top:0;font-size:20px;font-weight:600}.modal_order_product_inner .form_item:first-of-type,.modal_order_product_inner .form_item:nth-child(2){display:none}.f-button svg path{color:#fff}.fancybox__content{border-radius:10px}.cookie-banner{position:fixed;top:auto;bottom:10px;right:10px;width:100%;color:#333;padding:20px;z-index:-9999;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;visibility:hidden;border-radius:15px;overflow:hidden;padding:0;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.08);box-shadow:0 8px 24px rgba(0,0,0,.08)}.cookie-banner.active{z-index:99999;visibility:visible;opacity:1}.cookie-banner_inner{background:#fafafa;padding:15px}.cookie-banner p{margin:0;font-size:14px}.cookie-banner p strong{display:block;margin:0 auto}.cookie-banner p a{display:inline;color:#ff7715}.cookie-banner button{margin:0 auto;margin-top:15px}.delivery_page{overflow-x:hidden;margin:50px 0}.delivery_page_first_screen .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px;padding:0 25px;background:rgba(0,0,0,0);max-width:1140px}.delivery_page_first_screen_item{width:70%}.delivery_page_first_screen_item:first-of-type{max-width:265px}.delivery_page ul{padding-left:80px}.delivery_page ul li{list-style-type:circle}.delivery_page h3{font-weight:400;font-size:28px;margin:8px 0 16px}.delivery_page p{font-size:14px}.delivery_page_two_screen .container{padding:0 25px;background:rgba(0,0,0,0)}.delivery_page_two_screen a{display:inline}.delivery_page_free_screen{position:relative;padding:120px 0}.delivery_page_free_screen::before{content:"";position:absolute;top:50%;left:-15px;width:115%;height:70%;-webkit-transform:rotate(1deg);transform:rotate(1deg) translateY(-50%);background:#fff;z-index:-1}.delivery_page_free_screen .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;background:rgba(0,0,0,0)}.delivery_page_free_screen_item{width:33%;border-left:1px solid;padding:30px}.delivery_page_free_screen_item:last-of-type{border-right:1px solid}.delivery_page_free_screen_item_img{max-width:62px;margin:0 auto;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:62px}.delivery_page_free_screen_item_title{text-align:center;font-weight:700;font-size:28px;margin:0 auto;margin-bottom:16px;max-width:240px;line-height:1}.delivery_page_free_screen_item p{font-size:14px;margin-bottom:0;text-align:center}.selected_orange{font-size:15px;background:#ff7715;padding:1px 4px;margin-bottom:8px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;color:#fff;font-weight:700;letter-spacing:3px;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.checkout_page_cont .container{background:rgba(0,0,0,0)}.checkout_page_cont .container h2{color:#081124;font-size:37px;font-weight:700}.checkout_page_cont .container h3{margin-top:50px;color:#ff7715;font-weight:600;background:rgba(0,0,0,0);font-size:28px;letter-spacing:normal}.checkout_page_cont .container h3.no_orange{color:#353535;font-size:22px}.service_page_cont .container{background:rgba(0,0,0,0)}.service_page_cont .container h2{color:#081124;font-size:37px;font-weight:700}.service_page_cont .container h3{margin-top:50px;color:#ff7715;font-weight:600;background:rgba(0,0,0,0);font-size:28px;letter-spacing:normal}.service_page_cont .container h3:first-of-type{margin-top:0}.service_page_cont ul{padding-left:20px}.service_page_cont ul li{list-style-type:disc}.cooperation_page .cooperation_first_screen{background-color:rgba(0,0,0,0);background-image:-webkit-gradient(linear, left top, left bottom, from(#EDF3FF), to(rgba(242, 41, 91, 0)));background-image:linear-gradient(180deg, #EDF3FF 0%, rgba(242, 41, 91, 0) 100%)}.cooperation_page .cooperation_first_screen .container{background:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px;padding-bottom:0}.cooperation_page .cooperation_first_screen_item_img{width:100%;max-width:350px}.cooperation_page .cooperation_first_screen_item ul{padding-left:40px}.cooperation_page .cooperation_first_screen_item ul li{list-style:disc}.cooperation_page .cooperation_page_two_screen{margin-top:30px}.cooperation_page .cooperation_page_two_screen .container{background:#f1f1f1;padding:14px 25px;display:block}.cooperation_page .cooperation_page_two_screen ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.cooperation_page .cooperation_page_two_screen ul li{background:#fff;padding:25px;-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;max-width:32%}.cooperation_page .cooperation_page_two_screen ul li img{width:50px;margin:0 auto;height:50px;-o-object-fit:contain;object-fit:contain}.cooperation_page .cooperation_page_two_screen ul li .cooperation_page_two_screen_item_inner{height:100%}.cooperation_page .cooperation_page_two_screen ul li .cooperation_page_two_screen_item_inner p{margin:0;margin-top:15px;font-size:14px;text-align:center}.any_other_questions{position:relative;padding:50px 0;margin:0}.any_other_questions:after{content:"";position:absolute;background:url("/wp-content/uploads/finconsult-img01.png");background-position:center center;background-repeat:no-repeat;z-index:-1;background-size:cover;top:0;left:0;width:100%;height:100%}.any_other_questions form{margin-top:25px}.product-order-btn{margin:15px 0;max-width:415px;background:rgba(0,0,0,0);color:#ff7715;border:3px solid;text-align:center}.fly_icons{position:fixed;bottom:22%;top:auto;right:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px}.fly_icons a{width:50px;height:50px;background:#ff7715;padding:10px}.fly_icons li:not(:first-child) a{background:#234ba3}.fly_icons li:not(:first-child) a img{-o-object-fit:contain;object-fit:contain}