@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
.header{background-color:rgba(0,0,0,0.9);position:fixed;top:0;z-index:999;padding:15px;width:100%}@media (min-width: 768px){.header{padding:25px}}.header__wrapper{display:flex;justify-content:space-between;align-items:center}.header__logo{max-width:140px;transition:all .35s ease-in-out;cursor:pointer}@media (min-width: 992px){.header__logo{max-width:230px}}.header .navigation{display:none;position:absolute;top:60px;left:0;margin:0 auto;right:0;width:100%;padding:20px;background-color:#000}@media (min-width: 768px){.header .navigation{display:flex;justify-content:center;align-items:center;width:unset;position:unset;padding:0;background-color:transparent}}.header .navigation__item{text-align:center}@media (min-width: 768px){.header .navigation__item{margin:0 12px}}.header .navigation__item--link{text-transform:uppercase;font-size:15px;line-height:24px;transition:all .35s ease-in-out}.header .navigation__item--link:hover{color:#FF730D}.header .navigation__item--btn{display:none}@media (min-width: 992px){.header .navigation__item--btn{display:flex;flex-direction:column;align-items:center;gap:4px;margin-left:20px}}.header .navigation__timer{display:none}@media (min-width: 992px){.header .navigation__timer{display:block;font-size:12px;line-height:1.5}}.header .navigation__timer--count{color:#fb4646}.header .hamburger{width:40px;height:40px;position:relative;cursor:pointer;outline:none;display:block}@media (min-width: 768px){.header .hamburger{display:none}}.header .hamburger .line{position:absolute;height:4px;width:100%;border-radius:8px;background-color:#B30000;-webkit-transition:all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;transition:all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s}.header .hamburger .top{top:18%}.header .hamburger .middle{top:48%}.header .hamburger .bottom{top:78%}.header .icon.close .top{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:48%}.header .icon.close .middle,.header .icon.close .bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:48%}.form_wrapper{width:100%;border:5px solid #FFDB26;background:rgba(0,0,0,0.8);padding:20px}.form_wrapper .countdown__wrapper{margin-top:20px}.form_wrapper .countdown__wrapper--text{font-size:16px;line-height:22px;margin-bottom:0}.form_wrapper .countdown__wrapper .text--subtitle{margin-bottom:0}.form_wrapper .form_promotion{margin-bottom:20px}.form_wrapper .form_promotion--title{color:#fff;text-align:center;font-weight:700;margin-bottom:5px;font-size:18px;line-height:22px}.form_wrapper .form_promotion--wrapper{display:flex;justify-content:space-around;align-items:center;margin-bottom:10px}.form_wrapper .form_promotion--old{color:#F2F2F2;font-size:16px}.form_wrapper .form_promotion--new{color:#fff;font-size:20px;font-weight:700;color:#FF730D}.form_wrapper--title{font-size:18px;line-height:26px;font-weight:700;color:#fff;margin-bottom:15px;text-align:center;text-transform:uppercase}.form_wrapper .input__button{color:#fff;background-color:#FF730D;font-size:24px;line-height:28px;font-weight:700;text-transform:uppercase;width:100%;padding:10px;display:block;cursor:pointer;border:none;transition:all .35s ease-in-out}@media (min-width: 992px){.form_wrapper .input__button{font-size:20px;line-height:26px}}.form_wrapper .input__button:hover{background-color:#d95b00}.form_wrapper .input__button:focus{outline:none}@media (min-width: 992px){.form_wrapper{max-width:100%}}.form_wrapper .sale__form,.form_wrapper .sale__form--bottom{width:100%}@media (min-width: 992px){.form_wrapper .sale__form,.form_wrapper .sale__form--bottom{max-width:350px;margin:0 auto}}@media (min-width: 1200px){.form_wrapper .sale__form,.form_wrapper .sale__form--bottom{max-width:400px}}.form_wrapper .sale__form .input,.form_wrapper .sale__form--bottom .input{outline:none;width:100%;font-size:16px;border:1px solid #FFDB26;color:#fff;background:#000;padding:10px 15px}.form_wrapper .sale__form .input::placeholder,.form_wrapper .sale__form--bottom .input::placeholder{color:#CDD0DB}.form_wrapper .sale__form textarea,.form_wrapper .sale__form--bottom textarea{font-size:16px}.form_wrapper .close_form{position:absolute;width:26px;height:26px;top:15px;cursor:pointer;right:20px}.form_wrapper .hidden-form{visibility:hidden;display:block;position:fixed;z-index:1000;width:100%;max-width:510px;margin:0 auto;top:10%;left:50%;bottom:-10%;transform:translate(-50%, -10%);background:#FF730D;padding:30px;overflow-y:scroll;opacity:0;transition:all 0.3s ease}@media (min-width: 768px){.form_wrapper .hidden-form{top:20%}}.form_wrapper .hidden-form--active{opacity:1;visibility:visible}.form_wrapper .hidden-form .input__group{margin-top:25px}.form_wrapper .hidden-form .input__group .form__email{margin-bottom:20px}.form_wrapper .hidden-form .input__group .email .error-feedback{bottom:36px;width:250px;text-align:right}.form_wrapper .hidden-form .input__group.required{position:relative}.form_wrapper .hidden-form .input__group.required::before{content:'*';position:absolute;color:#000;left:-15px;font-size:20px}.form_wrapper .hidden-form .input__group.required .error-feedback{bottom:-24px;width:250px;text-align:right;color:#730404}.form_wrapper .hidden-form .discount__text{font-size:17px}.form_wrapper .hidden-form .discount__text span{font-size:17px}.form_wrapper .hidden-form .discount__partners{display:flex;flex-wrap:wrap;justify-content:space-around}.form_wrapper .hidden-form .discount__partners-img{width:fit-content;margin:15px}.form_wrapper .hidden-form .discount__partners-img img{width:auto;height:60px}.form_wrapper .hidden-form .discount__partners+p{background-color:#ffffe2;border:1px solid black;padding:10px}.form_wrapper .hidden-form .discount__info{color:#000}.form_wrapper .hidden-form .discount__input{width:100%;border:2px solid #000;border-radius:40px;color:#000;font-size:20px;padding:15px;background:transparent;outline:none}.form_wrapper .hidden-form .discount__input::-webkit-input-placeholder{color:#000}.form_wrapper .hidden-form .discount__input:-moz-placeholder{color:#000}.form_wrapper .hidden-form .discount__input::-moz-placeholder{color:#000}.form_wrapper .hidden-form .discount__input:-ms-input-placeholder{color:#000}.form_wrapper .hidden-form .discount__input::-ms-input-placeholder{color:#000}.form_wrapper .hidden-form .discount__button-1{color:#fff;background-color:#B30000;font-size:16px;line-height:20px;font-weight:700;border:none;cursor:pointer;text-transform:uppercase;width:100%;margin:0 auto;padding:10px;display:block;border-radius:25px}.form_wrapper .hidden-form .discount__button-1:hover{background-color:maroon}@media (min-width: 992px){.form_wrapper .hidden-form .discount__button-1{font-size:19px;line-height:24px}}.form_wrapper .hidden-form label{color:#000;font-family:'Montserrat';font-size:16px;margin-top:15px}.form_wrapper .hidden-form .input__wrapper span{display:block}.form_wrapper .input__wrapper{position:relative;margin-bottom:25px}.form_wrapper .input__wrapper .error-feedback{visibility:hidden;position:absolute;color:red;bottom:-22px;right:5px;font-size:12px;width:220px;text-align:right}.section-1{background-image:url(images/96edc2d339a64b489fcec52c2278ade6.png);background-repeat:no-repeat;background-size:cover;background-position:60%;padding:80px 0 20px}@media (min-width: 768px){.section-1{padding:150px 0 90px}}@media (min-width: 1200px){.section-1{background-position:top}}.section-1__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 1200px){.section-1__wrapper{flex-direction:row;align-items:flex-end}}@media (min-width: 1200px){.section-1__form{margin-left:50px}}.section-1__titles--header{text-align:center}@media (min-width: 768px){.section-1__titles--header{text-align:left;margin-bottom:20px}}.section-1__titles--header .text--header{font-family:"Kaushan Script", cursive;margin-bottom:5px}.section-1__titles--list-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:30px}@media (min-width: 768px){.section-1__titles--list-wrapper{flex-direction:row;align-items:flex-end}}@media (min-width: 1200px){.section-1__titles--list-wrapper{margin-bottom:0}}.section-1__titles--list{width:100%;max-width:300px;margin:20px auto 0;padding-left:30px}.section-1__titles--list-item{position:relative;margin-bottom:15px}@media (min-width: 768px){.section-1__titles--list-item{font-size:18px;line-height:27px}}@media (min-width: 1200px){.section-1__titles--list-item:last-child{margin-bottom:0}}.section-1__titles--list-item::before{content:"";position:absolute;width:22px;height:24px;top:0;left:-30px;background-image:url(images/15c2f0fc1393eab71c827cdc7954c94d.png);background-size:22px 24px}@media (min-width: 768px){.section-1__titles--list-item span{font-size:18px;line-height:27px}}.section-1__titles--product{max-width:350px;margin:0 auto}@media (min-width: 1200px){.section-1__titles--product{max-width:300px}}.section-1__cta{max-width:280px;padding:16px 40px;margin:20px auto 0}@media (min-width: 768px){.section-1__cta{margin-left:0}}.section-2{padding:20px;background:#fff;border-bottom:4px solid #B30000}.section-2 .wrapper{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;align-items:center}.section-2 .wrapper__item{margin-bottom:20px;width:100%;display:flex;justify-content:space-evenly;align-items:center;max-width:320px}@media (min-width: 992px){.section-2 .wrapper__item{width:25%;margin-bottom:0;max-width:unset;padding:0 10px;border-right:1px solid #B30000}.section-2 .wrapper__item:last-child{border:none}}.section-2 .wrapper__item--img{width:50px;height:auto;margin-right:15px}.section-3{padding:20px 0 135px;background-image:url(images/c43f78fab3ee6d5e912e0d00bd7680c3.png);background-repeat:no-repeat;background-size:cover;background-position:right}@media (min-width: 768px){.section-3{padding:60px 0 20px}}@media (min-width: 992px){.section-3{background-position:top}}.section-3 .title__wrapper{margin-bottom:30px}.section-3__text{margin-bottom:30px}@media (min-width: 992px){.section-3__text{margin-bottom:35px}}.section-3__wrapper{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.section-3__wrapper{flex-direction:row;justify-content:center}}.section-3__wrapper--product{max-width:250px;margin-bottom:20px}@media (min-width: 768px){.section-3__wrapper--product{max-width:350px}}.section-3__wrapper--text-container{text-align:center}.section-3__wrapper .text--header{font-family:"Kaushan Script", cursive}.section-4{background-image:url(images/f4c1f2b33d16b9141897958c93ac8aee.png);background-repeat:no-repeat;background-size:cover;margin-top:-125px;padding:70px 0 40px}@media (min-width: 768px){.section-4{padding:125px 0 70px}}.section-4__text{color:#fff;margin-bottom:20px}@media (min-width: 768px){.section-4__text{margin-bottom:30px}}.section-4 .text__wrapper{margin-bottom:40px}@media (min-width: 768px){.section-4 .text__wrapper{margin-bottom:60px}}.section-4 .text--yellow{margin-bottom:0}.section-5{padding:50px 0}.section-5 .grid-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;gap:0px 0px;grid-template-areas:". . ." ". . ." ". . ." ". . ."}@media (min-width: 576px){.section-5 .grid-container{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:". . . ." ". . . ." ". . . ."}}@media (min-width: 992px){.section-5 .grid-container{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:0px 0px;grid-template-areas:". . . . . ." ". . . . . ." ". . . . . ."}}.section-5 .grid-container .middle{background-color:#FF730D;grid-column-start:1;grid-column-end:4;grid-row-start:2;grid-row-end:4;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 576px){.section-5 .grid-container .middle{grid-column-end:5;grid-row-end:3;flex-direction:row;padding:0 20px}}@media (min-width: 992px){.section-5 .grid-container .middle{grid-column-start:2;grid-column-end:6}}.section-5 .grid-container .middle__wrapper{text-align:center}.section-5 .grid-container .middle .text--title{font-family:"Kaushan Script", cursive;margin-bottom:15px}.section-5 .grid-container .middle .btn{background-color:#B30000;max-width:260px;margin:0 auto;width:100%}.section-5 .grid-container .middle .btn:hover{background:maroon}@media (min-width: 576px){.section-5 .grid-container .middle .btn{margin:0 0 0 20px}}.section-5 .grid-container .top__item--4,.section-5 .grid-container .bottom__item--4{display:none}@media (min-width: 576px){.section-5 .grid-container .top__item--4,.section-5 .grid-container .bottom__item--4{display:block}}.section-5 .grid-container .left__item--1{display:none}@media (min-width: 992px){.section-5 .grid-container .left__item--1{display:block;grid-column-start:1;grid-row-start:1;grid-row-end:4}}.section-5 .grid-container .right__item--1{display:none}@media (min-width: 992px){.section-5 .grid-container .right__item--1{display:block;grid-column-start:6;grid-row-start:1;grid-row-end:4}}.section-5 .grid-container .right__item--2{display:none}@media (min-width: 992px){.section-5 .grid-container .right__item--2{display:block;grid-column-start:6;grid-row-start:2}}.section-5 .grid-container .right__item--3{display:none}@media (min-width: 992px){.section-5 .grid-container .right__item--3{display:block;grid-column-start:6;grid-row-start:3}}.section-6{background-image:url(images/1fa9ec72fc874e8579446126a2a3174b.png);background-repeat:no-repeat;background-size:cover;margin-top:-15px;padding:30px 0}@media (min-width: 768px){.section-6{padding:60px 0}}.section-6__text{margin-bottom:10px}.section-6 .text--subtitle{margin-bottom:0}.section-6__titles{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.section-6__titles{flex-direction:row;justify-content:center}}.section-6__product{max-width:300px;margin-bottom:30px}@media (min-width: 768px){.section-6__product{margin:0 20px 0 0}}@media (min-width: 992px){.section-6__product{max-width:350px;margin:0 50px 0 0}}.section-6__text-container{width:100%;max-width:450px}.section-6__wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding-top:30px}@media (min-width: 768px){.section-6__wrapper{align-items:flex-start;justify-content:space-between;padding-top:70px}}.section-6__wrapper--item{width:100%;max-width:350px;display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:40px}@media (min-width: 992px){.section-6__wrapper--item{max-width:450px}}.section-6__wrapper--img{width:65px;height:auto;margin-right:20px}.section-7{background-image:url(images/29e0709e364e67e5cf5799d10e4f74b5.png);background-repeat:no-repeat;background-size:cover;background-position:top;margin-top:-90px;padding:90px 0 90px}@media (min-width: 992px){.section-7{padding:130px 0 100px}}.section-7__text{color:#fff;margin-bottom:20px}@media (min-width: 768px){.section-7__text{margin-bottom:30px}}@media (min-width: 576px){.section-7__wrapper{display:flex;justify-content:flex-end;align-items:center}}@media (min-width: 576px){.section-7__wrapper--item{width:100%;max-width:390px}}@media (min-width: 768px){.section-7__wrapper--item{max-width:500px}}.section-8{background-image:url(images/92297a7ca6d1914c275fb2fc8f5218a9.png);background-repeat:no-repeat;background-size:cover;background-position:top;margin-top:-125px;padding:125px 0 50px}@media (min-width: 768px){.section-8{margin-top:-125px}}@media (min-width: 992px){.section-8{margin-top:-120px}}.section-8__text{color:#fff;margin-bottom:20px}@media (min-width: 992px){.section-8__text{margin-bottom:30px}}.section-8 .btn{width:100%;max-width:250px;margin:0 auto}.section-8__wrapper{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.section-8__wrapper{flex-direction:row;justify-content:space-between}}.section-8__wrapper--product-container{text-align:center;margin-bottom:30px}@media (min-width: 768px){.section-8__wrapper--product-container{margin-bottom:0;width:100%;max-width:250px}}@media (min-width: 992px){.section-8__wrapper--product-container{max-width:350px}}@media (min-width: 768px){.section-8__wrapper--text-container{width:100%;max-width:370px}}@media (min-width: 992px){.section-8__wrapper--text-container{max-width:560px}}.section-8__wrapper--product{max-width:300px;margin:0 auto 30px}@media (min-width: 992px){.section-8__wrapper--product{max-width:350px}}.section-9{padding-bottom:20px}.section-9__header{background-color:#F2F2F2;padding:15px 0;margin-bottom:20px}.section-9__wrapper{display:flex;flex-direction:column;align-items:center;padding-top:30px}.section-9__item{width:100%;max-width:300px;margin-bottom:20px;padding-bottom:20px;border-bottom:2px dashed #000}@media (min-width: 768px){.section-9__item{margin-bottom:30px;padding-bottom:30px;display:flex;justify-content:flex-start;align-items:flex-start;max-width:unset}}.section-9__item--img{max-width:300px;margin:0 auto 10px}@media (min-width: 768px){.section-9__item--img{max-width:240px;margin:0 20px 0 0}}.section-9 .item--title{font-size:16px;line-height:20px;font-weight:700;margin-bottom:10px}@media (min-width: 768px){.section-9 .item--title{font-size:18px;line-height:22px}}.section-10__header{background-color:#B30000;padding:15px 10px}.section-10__middle{background-image:url(images/6f5df8fdef29dc94935ecf5e2e9ee45b.png);background-repeat:no-repeat;background-size:cover;padding:10px}@media (min-width: 768px){.section-10__middle{padding:30px}}.section-10__slider-img{width:100%;max-width:480px;height:auto;margin:0 auto}.section-10__bottom{background-color:#B30000;padding:15px;margin-top:50px}.section-10__text{color:#fff}.section-11__header{background-color:#F2F2F2;padding:20px}.section-11 input{position:absolute;opacity:0;z-index:-1}.section-11 .tabs{overflow:hidden;display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start;padding:30px 0}.section-11 .tab{width:100%;color:white;overflow:hidden}@media (min-width: 768px){.section-11 .tab{width:50%}}.section-11 .tab-header{display:flex;justify-content:flex-start;align-items:center}.section-11 .tab-icon{width:30px;height:30px;margin-right:20px;transition:all 0.35s}.section-11 .tab-label{display:flex;justify-content:flex-start;align-items:center;padding:1em;background:#fff;cursor:pointer}.section-11 .tab-title{color:#000;font-size:16px;line-height:24px;font-weight:700}@media (min-width: 768px){.section-11 .tab-title{font-size:18px;line-height:26px}}.section-11 .tab-content{max-height:0;padding:0 1em;background:white;transition:all 0.35s;color:#000}.section-11 input:checked+.tab-label{background:#fff}.section-11 input:checked+.tab-label .tab-icon{transform:rotate(90deg)}.section-11 input:checked ~ .tab-content{max-height:100vh;padding:15px}.section-12{background-color:#F2F2F2;padding:20px 0 40px}@media (min-width: 768px){.section-12{padding:60px 0 60px}}.section-12__wrapper{display:flex;flex-direction:column-reverse;align-items:center}@media (min-width: 992px){.section-12__wrapper{flex-direction:row;justify-content:space-between;align-items:center}.section-12__wrapper:first-child{flex-direction:row-reverse;margin-bottom:30px}}.section-12__wrapper--video{width:100%;max-width:480px;margin-bottom:50px}@media (min-width: 992px){.section-12__wrapper--video{width:48%;margin-bottom:25px}}.section-12__wrapper--titles{width:100%;max-width:480px}@media (min-width: 992px){.section-12__wrapper--titles{width:48%}}.section-12__wrapper--arrow{display:none}@media (min-width: 992px){.section-12__wrapper--arrow{display:block;margin-bottom:15px}}.section-12__text{margin-bottom:15px}.section-12 .text--title{margin-bottom:30px}@media (min-width: 992px){.section-12 .text--title{font-size:38px}}.section-13{background-image:url(images/6f5df8fdef29dc94935ecf5e2e9ee45b.png);background-repeat:no-repeat;background-size:cover;padding:25px 0 40px}@media (min-width: 992px){.section-13{padding:60px 0}}.section-13__slider{margin-bottom:90px}.section-13__slider--wrapper{border:5px solid #FF730D;padding:20px}@media (min-width: 992px){.section-13__slider--wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 20px 20px 20px}}@media (min-width: 992px){.section-13__slider--img-container{width:100%;max-width:300px}}.section-13__slider--text-container{text-align:center;padding-top:30px}@media (min-width: 992px){.section-13__slider--text-container{width:100%;max-width:570px;text-align:left}}.section-13__slider--img{max-width:300px;margin:0 auto 20px}.section-13__slider--title{color:#fff;font-size:16px;line-height:22px;text-align:center}@media (min-width: 768px){.section-13__slider--title{font-size:18px;line-height:24px}}.section-13__videos{padding:20px}.section-13__videos .text--title{margin-bottom:30px}.section-13__videos--wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 992px){.section-13__videos--wrapper{flex-direction:row;justify-content:center;align-items:center}}.section-13__videos--wrapper .video__wrapper{margin-bottom:50px;width:100%;max-width:450px}@media (min-width: 992px){.section-13__videos--wrapper .video__wrapper{margin:0 20px}}.section-13__videos--img{margin:10px;max-width:315px}.section-14{background-image:url(images/d61819f82a0209f12fb1225804c465d9.png);background-repeat:no-repeat;background-size:cover;padding:20px 0 40px}@media (min-width: 768px){.section-14{padding:50px 0 50px}}@media (min-width: 992px){.section-14{padding:90px 0 90px}}.section-14__wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center}.section-14__wrapper--titles{margin-bottom:40px}@media (min-width: 768px){.section-14__wrapper--titles{width:70%;margin-bottom:0}}@media (min-width: 768px){.section-14__wrapper--img-container{width:35%}}.section-14__wrapper--icons{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.section-14__wrapper--badge{width:65px;height:65px}@media (min-width: 992px){.section-14__wrapper--badge{width:100px;height:100px}}.section-14__wrapper--certificate{box-shadow:0px 20px 20px rgba(0,0,0,0.25);cursor:pointer;transition:all 0.5s ease-in-out}@media (min-width: 768px){.section-14__wrapper--certificate:hover{transform:scale(1.4)}}.section-14 .text--title{margin-bottom:20px}@media (min-width: 992px){.section-14 .text--title{margin-bottom:30px}}.section-15{padding:20px;background-color:#B30000}.section-15 .wrapper{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;align-items:center}.section-15 .wrapper__item{margin-bottom:20px;width:100%;display:flex;justify-content:space-evenly;align-items:center;max-width:320px}@media (min-width: 992px){.section-15 .wrapper__item{width:25%;margin-bottom:0;max-width:unset;padding:0 10px;border-right:1px solid #fff}.section-15 .wrapper__item:last-child{border:none}}.section-15 .wrapper__item--img{width:50px;height:auto;margin-right:15px}.section-16{background-image:url(images/4a333f08c1af1b0c833805b41007bea3.png);background-repeat:no-repeat;background-size:cover;background-position:54%;padding:20px 0 20px}@media (min-width: 576px){.section-16{padding:30px 0 20px}}@media (min-width: 768px){.section-16{padding:90px 0 20px;background-position:75%}}.section-16__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 1200px){.section-16__wrapper{flex-direction:row;align-items:flex-end}}@media (min-width: 1200px){.section-16__form{margin-left:50px}}.section-16__form .text--subtitle{margin-bottom:20px}.section-16__cta{background-color:#0d0d0d;border:4px solid #FFDB26;border-radius:4px;padding:16px 14px;display:flex;flex-direction:column;gap:16px;align-items:center;width:100%;max-width:384px}@media (min-width: 576px){.section-16__cta{padding:24px 18px;gap:20px}}@media (min-width: 768px){.section-16__cta{padding:32px 24px;gap:24px}}.section-16__cta--title{font-size:16px;line-height:1.3}@media (min-width: 768px){.section-16__cta--title{font-size:20px}}.section-16__cta--price{display:flex;gap:16px;align-items:center;justify-content:center}.section-16__cta--price-old{font-size:28px;line-height:1.25;text-decoration:line-through}.section-16__cta--price-new{font-size:28px;line-height:1.25}.section-16__cta--desc{width:100%}.section-16__cta--desc p{font-size:15px;line-height:1.3}@media (min-width: 768px){.section-16__cta--desc p{font-size:20px}}.section-16__cta--btn{background-color:#FF730D;color:#fff;font-family:"Montserrat", sans-serif;font-weight:700;font-size:15px;line-height:1.1;display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 24px;border:none;border-radius:4px;cursor:pointer;width:100%;text-align:center;transition:background-color 0.2s ease}@media (min-width: 768px){.section-16__cta--btn{font-size:20px}}.section-16__cta--btn:hover{background-color:#d95b00}.section-16__cta--btn svg{flex-shrink:0}.section-16__cta--contact{width:100%;display:flex;flex-direction:column;gap:8px}.section-16__cta--hours{display:flex;gap:8px;align-items:center;justify-content:center}.section-16__cta--hours p{font-size:15px;line-height:1.5;text-align:center}.section-16__cta--hours svg{flex-shrink:0}.section-16__cta--warning{background-color:#fb4646;border:1px solid #ffc0c0;border-radius:8px;padding:12px;display:flex;gap:8px;align-items:flex-start;width:100%}.section-16__cta--warning svg{flex-shrink:0;margin-top:2px}.section-16__cta--warning p{font-size:12px;line-height:1.3}.section-16__cta--timer{font-size:18px;line-height:1.3;width:100%}.section-16__titles{display:flex;flex-direction:column}.section-16__titles--logo{max-width:290px;margin:0 auto 30px}@media (min-width: 1200px){.section-16__titles--logo{max-width:480px;margin:0 0 60px 0}}.section-16__titles--header{text-align:center}@media (min-width: 768px){.section-16__titles--header{text-align:left;margin-bottom:20px}}.section-16__titles--header .text--header{font-family:"Kaushan Script", cursive;margin-bottom:5px}.section-16__titles--list-wrapper{flex:1;margin-bottom:20px}.section-16__titles--list{width:100%;max-width:380px;margin:20px auto 0;padding-left:30px}.section-16__titles--list-item{position:relative;margin-bottom:18px}@media (min-width: 768px){.section-16__titles--list-item{font-size:18px;line-height:27px;margin-bottom:22px}}@media (min-width: 1200px){.section-16__titles--list-item{margin-bottom:26px}.section-16__titles--list-item:last-child{margin-bottom:0}}.section-16__titles--list-item::before{content:"";position:absolute;width:22px;height:24px;top:0;left:-30px;background-image:url(images/15c2f0fc1393eab71c827cdc7954c94d.png);background-size:22px 24px}@media (min-width: 768px){.section-16__titles--list-item span{font-size:18px;line-height:27px}}.section-16__titles--product{max-width:280px;margin:0 auto}@media (min-width: 768px){.section-16__titles--product{max-width:320px}}.section-16__footer{margin-top:20px}@media (min-width: 768px){.section-16__footer{margin-top:50px}}.section-16__footer--delivery-container{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #fff;padding-bottom:10px}.section-16__footer--partner{min-width:40px;min-height:20px;max-width:150px;max-height:85px;height:auto;margin:0 5px}.section-16__footer--copyrights{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:column;margin-top:20px}.section-16__footer .attachments{margin:10px 0;display:flex;gap:8px}.section-16__footer .attachments a{color:white}.section-16__footer .text-gray{color:white;text-align:center;margin-bottom:16px}.section-16__footer--text{color:#fff}.section-16__footer--nav{display:flex;justify-content:center;align-items:center}.section-16__footer--nav-item{margin:0 2px;font-size:12px}@media (min-width: 576px){.section-16__footer--nav-item{font-size:14px}}@media (min-width: 768px){.section-16__footer--nav-item{font-size:18px}}.section-10__swiper,.section-13__swiper{width:100%;overflow:hidden}.section-10__slider{position:relative;margin-top:5px}.section-10__slider .swiper-pagination{bottom:-40px;left:0;right:0;margin:auto}.section-10__slider .swiper-pagination .swiper-pagination-bullet{margin:0 5px;width:20px;height:20px;opacity:1;background-color:#fff;border:1px solid #000}.section-10__slider .swiper-pagination .swiper-pagination-bullet-active{background-color:#000}.section-13__slider{position:relative}.section-13__slider .swiper-pagination2{bottom:-60px;position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10;left:0;right:0;margin:auto}.section-13__slider .swiper-pagination2 .swiper-pagination-bullet{margin:0 5px;width:20px;height:20px;opacity:1;background-color:transparent;border:1px solid #fff}.section-13__slider .swiper-pagination2 .swiper-pagination-bullet-active{background-color:#fff}.section-13__slider .swiper-button-prev,.section-13__slider .swiper-button-next{bottom:-65px;top:unset;color:#fff;outline:none}.section-13__slider .swiper-button-prev{left:10%}@media (min-width: 576px){.section-13__slider .swiper-button-prev{left:30%}}.section-13__slider .swiper-button-next{right:10%}@media (min-width: 576px){.section-13__slider .swiper-button-next{right:30%}}.overlay{display:none;position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);z-index:50}.popup{display:block;visibility:hidden;opacity:0;transition:all 0.2s ease-in;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:30;background-image:url(images/f8669ef47cf0c0581e513e07fb866140.jpg);background-size:cover}@media (min-width: 768px){.popup{top:50%;left:50%;transform:translate(-50%, -50%);height:38rem;width:75rem;background:url(images/17e200554b7c76e3837a1007b07627f9.jpg);background-size:cover}}@media (min-width: 768px){.popup{height:400px;width:850px}}.popup--visible{visibility:visible;opacity:1;z-index:1000}.popup__close{position:fixed;padding:4px;top:1.5rem;right:1.5rem;cursor:pointer;width:30px;height:30px}.popup__content{margin:65px 20px 0 20px;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (min-width: 768px){.popup__content{margin:2rem 0 1rem 2rem;display:block;flex-direction:unset;justify-content:unset;align-items:unset}}.popup__header{font-size:2rem;color:#8DAFD9;font-weight:800;text-transform:uppercase;max-width:250px;font-family:"Kaushan Script", cursive}@media (min-width: 768px){.popup__header{font-size:3rem;max-width:300px;margin-bottom:1.5rem}}.popup__push{margin-top:1rem;color:#000;max-width:400px;font-weight:400;font-size:1rem;line-height:1.1}@media (min-width: 768px){.popup__push{font-size:1.5rem;max-width:370px}}.popup__underheading{margin-top:1rem;text-align:center;color:#000}@media (min-width: 768px){.popup__underheading{text-align:left}}@media (min-width: 992px){.popup__underheading{font-size:15px}}.popup__title{font-size:1rem;text-align:left;color:#B30000;font-weight:700;line-height:1.1}@media (min-width: 768px){.popup__title{font-size:1.8rem}}.popup__title:last-of-type{font-size:2rem;margin-top:4rem}.popup__text{text-align:center;font-size:1.4rem;margin-top:1rem}@media (min-width: 768px){.popup__text{text-align:left}}.popup__button{width:fit-content;padding:20px;display:block;margin:1rem;margin-left:0;cursor:pointer}.popup__link{color:lightgray;font-size:1.4rem}@media (min-width: 768px){.popup__link{margin-left:8rem}}.popup__product-wrapper{text-align:center;position:relative;padding-top:30px}@media (min-width: 768px){.popup__product-wrapper{padding-top:0}}.popup__product-container{position:relative;max-width:220px;width:100%;margin:0 auto}.popup__product{max-width:220px;margin:0 auto;position:relative}@media (min-width: 768px){.popup__product{display:none}}.popup__buttons{position:absolute;top:115%;left:50%;transform:translate(-50%, 0);width:70%;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (min-width: 768px){.popup__buttons{position:relative;top:unset;left:unset;transform:unset;width:unset;display:block;width:40%;margin-left:5%}}.popup__button{font-size:1.2rem;color:#fff;margin:.5rem 0 .5rem 0;cursor:pointer;text-decoration:none;background-color:#FF730D;text-transform:uppercase;transition:all .35s ease-in-out}.popup__button:hover{background-color:#d95b00}@media (min-width: 768px){.popup__button{width:100%;font-size:1.4rem}}.popup__cancel{color:#5a5a5a;text-decoration:underline;font-size:14px;cursor:pointer}.delivery__banner{background-color:#527ACC;padding:5px;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:30}@media (min-width: 768px){.delivery__banner{padding:20px 15px}}.delivery__banner .delivery__wrapper{display:flex;justify-content:flex-start;align-items:center}.delivery__banner .delivery__wrapper--img{width:34px;height:auto;margin-right:10px}@media (min-width: 768px){.delivery__banner .delivery__wrapper--img{width:65px;margin-right:20px}}@media (min-width: 768px){.delivery__banner .delivery__wrapper--text-container{width:calc(100% - 85px)}}.delivery__banner .delivery__wrapper--text{font-size:11px;line-height:13px;color:#fff}@media (min-width: 768px){.delivery__banner .delivery__wrapper--text{font-size:14px;line-height:18px}}.delivery__banner .text--mobile{display:block;text-align:center}@media (min-width: 768px){.delivery__banner .text--mobile{display:none}}.delivery__banner .text--desktop{display:none}@media (min-width: 768px){.delivery__banner .text--desktop{display:block}}*{box-sizing:border-box}html,body{font-family:'Montserrat', sans-serif;margin:0;padding:0;font-size:14px;line-height:21px;font-weight:400;scroll-behavior:smooth;overflow-x:hidden}.container{width:100%;margin-left:auto;margin-right:auto;padding:0 15px}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:730px}}@media (min-width: 992px){.container{max-width:970px}}h1,h2,h3,h4,h5{margin:0}ul{list-style-type:none;padding:0}p{margin:0}@media (min-width: 768px){p{font-size:16px;line-height:24px}}a{text-decoration:none}video{width:100%}.video__wrapper input[type="range"]{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:rgba(255,255,255,0.3);border-radius:2px;outline:none;cursor:pointer;margin:10px 0 0;display:block}.video__wrapper input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#FF730D;cursor:pointer;margin-top:-5px;transition:transform 0.15s ease}.video__wrapper input[type="range"]::-webkit-slider-thumb:hover{transform:scale(1.3)}.video__wrapper input[type="range"]::-moz-range-thumb{width:14px;height:14px;border:none;border-radius:50%;background:#FF730D;cursor:pointer;transition:transform 0.15s ease}.video__wrapper input[type="range"]::-moz-range-thumb:hover{transform:scale(1.3)}.video__wrapper input[type="range"]::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:rgba(255,255,255,0.3)}.video__wrapper input[type="range"]::-moz-range-track{height:4px;border-radius:2px;background:rgba(255,255,255,0.3)}iframe{pointer-events:none;width:100%}.block{display:block !important}img{display:block;width:100%}.text--white{color:#fff}.text--black{color:#000}.text--orange{color:#FF730D}.text--red{color:#B30000}.text--yellow{color:#FFDB26}.text--bold{font-weight:700}.text--ac{text-align:center}.text--header{font-size:40px;line-height:53px}@media (min-width: 768px){.text--header{font-size:50px;line-height:63px}}@media (min-width: 1200px){.text--header{font-size:60px;line-height:80px}}.text--title{font-size:30px;line-height:32px}@media (min-width: 768px){.text--title{font-size:35px;line-height:37px}}@media (min-width: 1200px){.text--title{font-size:40px;line-height:50px}}.text--subtitle{font-size:18px;line-height:24px}@media (min-width: 768px){.text--subtitle{font-size:20px;line-height:26px}}@media (min-width: 1200px){.text--subtitle{font-size:24px;line-height:36px}}.btn{background-color:#FF730D;color:#fff;padding:10px;text-align:center;display:block;text-transform:uppercase;cursor:pointer;transition:all .35s ease-in-out}.btn:hover{background:#d95b00}.btn--clippath{clip-path:polygon(5% 0, 100% 0, 95% 100%, 0 100%);-webkit-clip-path:polygon(5% 0, 100% 0, 95% 100%, 0 100%)}.video__wrapper{position:relative}.video__wrapper .player__buttons{display:flex;justify-content:center;align-items:center;margin-top:10px}.video__wrapper .player__buttons--button{width:30px;height:30px;background-color:#e8e8e8;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 10px;transition:background-color 0.2s ease}.video__wrapper .player__buttons--button:hover{background-color:#FF730D}.video__wrapper .player__buttons--button:hover img{filter:brightness(0) invert(1)}.video__wrapper .player__buttons--button .video--icon{width:auto;height:13px}

