@import url(https://fonts.googleapis.com/css?family=Roboto);*{margin:0;padding:0;-moz-box-sizing:border-box;box-sizing:border-box;outline:0;list-style-position:inside}header{background:#f8d020}header .header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#222}header .header .header_logo{max-width:140px}header .header .header_logo a{color:#222;text-align:center;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;text-decoration:none}header .header .header_logo a p{padding-top:0;font-size:14px}header .header .header_logo a:hover{color:#76b14c}header .header .header_logo img{width:100%}header .header .header_text{font-size:17px}header .header .header_text p{margin:7px 0}header .header .header_text p a{color:#222;text-decoration:none}header .header .header_text p i{margin-right:7px}nav{padding:10px;background:#fed850;list-style-type:none}nav .nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}nav .nav .menuToggle{display:none;font-size:24px;color:#fff;cursor:pointer;width:50px}nav .nav .nav_menu{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}nav .nav .nav_menu li a{color:#222;font-size:18px;padding-bottom:7px;font-weight:500;text-decoration:none}nav .nav .nav_menu li a:hover{border-bottom:2px solid #fff;text-decoration:none}nav .nav .nav_right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}nav .nav .nav_right .nav_basket{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:40px;cursor:pointer}nav .nav .nav_right .nav_basket .basket_info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-left:10px}nav .nav .nav_search,nav .nav .nav_search_mobile{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}nav .nav .nav_search input,nav .nav .nav_search_mobile input{padding:6px;border:1px solid #fff}nav .nav .nav_search button,nav .nav .nav_search_mobile button{border:1px solid #fff;cursor:pointer;padding:0 7px}nav .nav .nav_search_mobile{display:none}nav .nav .modal .basket_items{max-width:520px;background:#fff;margin:50px auto;padding:10px}nav .nav .modal .basket_items h4{margin-bottom:20px}nav .nav .modal .basket_items p{margin:12px 0}nav .nav .modal .basket_items p .edit_input,nav .nav .modal .basket_items p .fa-refresh{width:30px;display:none}nav .nav .modal .basket_items p i{cursor:pointer;margin-right:5px}nav .nav .modal .basket_items p .fa-remove{color:#d40000}nav .nav .modal .basket_items p .fa-edit{color:#28a745}nav .nav .modal .basket_items p .basket_item_value_now{color:#d40000}nav .nav .modal .basket_items .modvalue{padding-top:10px;border-top:2px solid #ccc}nav .nav .modal .basket_items a{text-decoration:none}main .main_section1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}main .main_section1 .main_section1_item{-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%;margin:10px 0;background:#f7f5f5;padding:10px}main .main_section1 .main_section1_item h2{margin-bottom:25px}main .main_section1 .main_section1_item p{margin-bottom:10px;color:#5d5d5d}main .error{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:70vh}main .error .errortype{font-size:50px;font-weight:700;color:#ff4747}main .error .errorcontent{font-size:20px;color:#5d5d5d}.swiper-container{max-width:1130px;margin:0 auto}.swiper-container .swiper-wrapper,.swiper-container .swiper-wrapper .swiper-slide{width:100%}.swiper-container .swiper-wrapper .swiper-slide img{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:0 0;object-position:0 0}footer{background:#fed850}footer .footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:160px;text-align:center}footer .footer .footer_top{width:100%}footer .footer .footer_top p{margin:10px 0}footer .footer .footer_top p i{margin-right:5px}footer .footer .footer_top p:nth-child(3) i{margin-left:10px}footer .footer .footer_bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .footer .footer_bottom li{list-style-type:circle;margin:0 20px 0 0;font-size:14px}main .shop_section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}main .shop_section h1,main .shop_section p{width:100%;margin:10px 10px 10px 0}main .shop_section .shop_title_block{display:block;width:260px;margin:12px 22px 12px 0;position:relative;overflow:hidden;text-decoration:none}main .shop_section .shop_title_block .shop_title_blockCover{width:100%;height:231px;overflow:hidden}main .shop_section .shop_title_block .shop_title_blockCover img{width:100%;-webkit-transition:.9s;-o-transition:.9s;-moz-transition:.9s;transition:.9s;z-index:1}main .shop_section .shop_title_block .shop_title_blockTitle{margin:20px 0 10px;text-align:center;-webkit-transition:.5s;-o-transition:.5s;-moz-transition:.5s;transition:.5s;font-size:19px;font-weight:700;color:#666}main .shop_section .shop_title_block::before{content:attr(data-attr);width:100%;height:231px;background:rgba(0,0,0,.4);left:-2000px;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;top:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#fff;padding:0;text-align:center;z-index:2}main .shop_section .shop_title_block:hover{text-decoration:none}main .shop_section .shop_title_block:hover::before{left:0}main .shop_section .shop_title_block:hover .shop_title_blockTitle{color:#f8d020}main .shop_section .shop_title_block:hover .shop_title_blockCover img{-webkit-transform:scale(2) rotate(10deg);-moz-transform:scale(2) rotate(10deg);-ms-transform:scale(2) rotate(10deg);-o-transform:scale(2) rotate(10deg);transform:scale(2) rotate(10deg)}main .company_page p{margin:18px 0}main .company_page ol li{list-style-type:Decimal;list-style-position:inside;margin:8px 0}main .contact_section p{margin:10px 0}main .contact_section p i{margin-right:5px}main .contact_section .contact_map{width:100%;margin:30px 0;position:relative;height:0;overflow:hidden;padding-bottom:56.25%}main .contact_section .contact_map embed,main .contact_section .contact_map iframe,main .contact_section .contact_map object{position:absolute;top:0;left:0;width:100%;height:100%}main .product{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:30px}main .product .product_left .product_img{max-width:350px;max-height:350px;overflow:hidden}main .product .product_left .product_img img{width:100%}main .product .product_left .product_text{margin:20px 0;max-width:350px}main .product .product_left .product_text h4{margin:10px 0}main .product .product_right .procuct_buy input{padding:10px;margin:0 10px 0 0}main .product .product_right .procuct_buy a{display:inline-block;background:green;padding:10px;color:#fff;margin:10px 0;text-decoration:none}main .product .product_right .procuct_buy a:hover{background:#28a745}main .product .product_right .product_table,main .product .product_right .product_table .product_choose{margin:20px 0}main .product .product_right .product_table .product_choose p{margin:10px 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}main .product .product_right .product_table .product_choose p input{width:18px;height:18px;margin:0 10px 0 0}main .product .product_right .product_table h4{background:#f8d020;text-align:center;padding:10px}main .product .product_right .product_table table{border-collapse:collapse;width:100%;color:#666}main .product .product_right .product_table table tr .tdTitle{width:30%;color:#000;font-weight:700}main .product .product_right .product_table table tr .tdContent{width:70%;color:#666;font-weight:bolder}main .product .product_right .product_table table tr td{border:1px solid #f8d020;padding:10px}main .shipping_page ul{max-width:700px}main .shipping_page ul li{list-style-type:circle;list-style-position:inside;margin:20px 0}main .shop_items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}main .shop_items .shop_items_item{display:block;text-decoration:none;padding:10px;max-width:260px;margin:12px 22px 12px 0;text-align:center}main .shop_items .shop_items_item .shop_items_itemImg{width:100%;max-height:200px;overflow:hidden;margin:0 0 15px}main .shop_items .shop_items_item .shop_items_itemImg img{width:100%}main .shop_items .shop_items_item .shop_items_itemInfo h3{margin:10px 0}main .shop_items .shop_items_item .shop_items_itemInfo .greenBtn{margin:15px 0;width:200px}main .checkout{margin:30px auto}main .checkout h2,main .checkout p{margin-bottom:20px}main .checkout form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-width:500px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}main .checkout form input,main .checkout form textarea{border:1px solid #ccc;max-width:500px;padding:10px;margin:8px 0}main .checkout form button{margin-top:4px}.blackBtn,.greenBtn{color:#fff;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.29rem .55rem;font-size:.97rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;border:1px solid transparent}.blackBtn{background-color:#343a40}.blackBtn:hover{background:#262b2f;border:1px solid #343a40}.greenBtn{background:#28a745}.greenBtn:hover{border:1px solid #1e7e34;background:#218838}.container{max-width:1150px;margin:0 auto;padding:10px}.small_container{max-width:900px;margin:0 auto}.block{margin:30px 0}.container_title{color:#d8b229;font-size:32px;text-shadow:0 0 #000}.pageTitle{text-shadow:1px 1px 2px #ccc;border-bottom:2px solid #d8b229;padding-bottom:15px;margin:10px 10px 10px 0;width:100%}.pageSubTitle{width:100%;margin:10px 10px 10px 0}a{color:#3e50b4;text-decoration:none}a:hover{text-decoration:underline}.hover{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);-webkit-transition:box-shadow .25s;-o-transition:box-shadow .25s;-moz-transition:box-shadow .25s;transition:box-shadow .25s}.hover:hover{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.btn-up{position:fixed;color:#fff;right:10px;bottom:38px;width:50px;height:50px;text-align:center;line-height:50px;cursor:pointer;background:#5ca77e;display:none;font-size:40px;z-index:3500;border:1px solid transparent;-webkit-transition:.2s;-o-transition:.2s;-moz-transition:.2s;transition:.2s}.btn-up:hover{border:1px solid #45996b;background:#4e9e72;line-height:40px}.sticky{position:fixed;top:0;width:100%;z-index:3000}.modal{display:none;position:fixed;z-index:3000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.8)}.modalClose{width:100%;text-align:end}.modalClose i{font-size:22px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}.modalClose i:hover{color:#bb2b2b}.vh{min-height:100vh}body{font-size:16px;font-family:Roboto,sans-serif}.site_footer{background:#f8d020;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;padding:10px;font-size:14px}.site_footer a{color:#3e50b4;font-size:14px}@media screen and (max-width:1148px){main .shop_items,main .shop_section{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:1024px){nav .nav .nav_menu{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:500px}nav .nav .nav_menu li a{font-size:16px;padding-bottom:7px}}@media screen and (max-width:930px){nav .nav .nav_right .nav_search input{width:140px}}@media screen and (max-width:890px){.container_title{font-size:22px}nav{padding:0}nav .nav{position:relative}nav .nav .menuToggle{display:block}nav .nav .nav_menu{display:none;position:absolute;width:100%;top:58px;left:0;z-index:3000;background:#fed850;padding:10px}nav .nav .nav_menu li{margin:5px 0}nav .nav .nav_menu li a{display:inline-block;width:100%}nav .nav .nav_menu li a:hover{border:none;color:#fff}nav .nav .nav_search{display:none}nav .nav .nav_search_mobile{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:768px){main .main_section1 .main_section1_item{-webkit-flex-basis:99%;-ms-flex-preferred-size:99%;flex-basis:99%}main .main_section1{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{display:none}}@media screen and (max-width:596px){header .header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;text-align:center}header .header .header_logo{margin-bottom:20px}}@media screen and (max-width:580px){.container_title,.pageTitle{font-size:25px}}
/*# sourceMappingURL=styles.css.map */
