/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;height:auto;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:Roboto-Bold;src:local("Roboto-Bold"),url(../fonts/Roboto-Bold.woff) format("woff"),url(../fonts/Roboto-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Roboto-Light;src:local("Roboto-Light"),url(../fonts/Roboto-Light.woff) format("woff"),url(../fonts/Roboto-Light.woff2) format("woff2");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Roboto-Medium;src:local("Roboto-Medium"),url(../fonts/Roboto-Medium.woff) format("woff"),url(../fonts/Roboto-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}*,::after,::before{box-sizing:inherit}html{height:100%;font-size:16px}body{margin:0;display:flex;flex-direction:column;box-sizing:border-box;position:relative;min-height:100%;font-family:Roboto-Light,sans-serif}h1{margin:.67em 0;font-size:2.2rem;font-family:Roboto-Bold,sans-serif}h2{font-size:2rem;font-family:Roboto-Bold,sans-serif}h3{font-size:1.5rem;font-family:Roboto-Bold,sans-serif}h4{font-size:1.2rem;font-family:Roboto-Bold,sans-serif}h5{font-size:1.25rem;font-family:Roboto-Bold,sans-serif}h6{font-size:1rem;font-family:Roboto-Bold,sans-serif}.btn{display:block;padding:12px 17px;background:#e33b89;color:#fff;text-decoration:none;border-radius:10px;font-family:Roboto-Medium;font-weight:500;transition:.3s ease-in}.btn:hover{background:#bb0b5d;color:#fff}.cart{display:none;background:rgba(0,0,0,.7);position:fixed;left:0;top:0;right:0;bottom:0;overflow-x:auto;padding:30px 10px}.cart__wrapper{max-width:900px;margin:0 auto;padding:30px 10px;background:#fff;border-radius:15px;position:relative}.cart__wrapper .cart__close{position:absolute;top:10px;right:10px;width:35px;height:35px;border:2px solid #db0764;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;padding-bottom:4px;cursor:pointer}.cart__wrapper .wrap{border-bottom:1px solid #000;padding:30px 0;align-items:center;position:relative}.cart__wrap-title{text-align:center;margin-bottom:50px}.cart__images{position:relative}.cart__images .cards__radio-label{position:absolute;left:-30px;top:0}.cart span.cart__info{background:#e33b89;color:#fff;width:25px;height:25px;font-size:16px}.cart__quant{width:32px;height:32px;border:2px solid #db0764;margin:9px;border-radius:5px;font-size:20px;background:#fff;display:flex;justify-content:center;align-items:center;color:#000}.cart__total{font-family:Roboto-Medium}.cart__total-pr-span{margin-left:5px}.cart__remuv{position:absolute;top:5px;right:13px;width:30px;height:30px;border:2px solid #db0764;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.cart__total-price{margin-top:20px;font-family:Roboto-Medium}.cart__total-span{margin-left:10px}.form{padding:40px 10px}.form__wrapper{max-width:400px;margin:50px auto auto;padding:20px;display:flex;flex-direction:column;background:#fafafd;border-radius:10px}.form__title{font-size:22px;margin:20px auto 30px}.form__check{display:block;cursor:pointer;margin-bottom:20px}.form__check-input{width:1px;height:1px;position:absolute;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form__check-span{position:relative;display:inline-block;margin-right:20px;width:20px;height:20px;background-color:transparent;border:1px solid #777;border-radius:3px;vertical-align:text-bottom}.form__check-input:checked+.form__check-span::before{content:"";display:block;width:18px;height:18px;position:absolute;left:0;top:0;background-image:url(../images/check.png);color:#000;background-repeat:no-repeat;background-size:16px;background-position:center;transform:rotate(0);text-align:center}input{box-shadow:0 0 0 1000px #fff inset}.form__button,.form__input,.form__textarea{width:100%;border-radius:10px;border:1px solid #000;padding:12px 10px;margin-bottom:20px;outline:transparent}.cart-icon{display:none;border:none;background:0 0;right:30px;bottom:150px;position:fixed}.cart-icon__wrap{width:60px;height:60px;border:2px solid #db0764;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;background:#fff}.cart-icon__counter{position:absolute;display:flex;justify-content:center;align-items:center;width:20px;height:20px;border:1px solid #db0764;border-radius:50%;top:-2px;right:-4px;background:#fff;font-size:14px;font-family:Roboto-Medium}.cart-icon__img{width:30px;height:30px}.form__name-deliveri .form__label{width:100%}.form__name-deliveri{display:none}.delivery{padding:80px 0 10px}.delivery__title{margin-bottom:40px;position:relative}.delivery__title::after{position:absolute;content:"";bottom:-15px;left:0;width:60px;height:3px;background-color:#212529;display:block}.delivery__info{max-width:575px}.delivery__text{margin-bottom:15px;margin-top:15px}.delivery__list{font-size:20px;font-family:Roboto-Bolt,sans-serif;font-weight:700;padding:0;margin-top:20px;margin-bottom:20px}.delivery__item{font-family:Roboto-Light,sans-serif;font-weight:300;font-size:16px;margin-left:20px;margin-top:8px}.delivery__link{max-width:350px;width:100%;margin:40px auto;padding:17px;display:flex;align-items:center;justify-content:center;font-size:18px}.delivery__photo{max-width:540px}.footer{padding:50px 0 30px}.footer__wrapper{display:flex;justify-content:space-between}.footer__logo{margin-bottom:12px;max-width:250px;max-height:35px}.footer__logo img{-o-object-fit:cover;object-fit:cover}.footer__wrap{margin-bottom:15px}.footer__list{padding:0}.footer__item{list-style:none;padding-bottom:6px}.footer a{display:block;text-decoration:none;color:#e33b89;list-style:none;font-family:Roboto-Medium;font-weight:500}.footer__tel{padding-bottom:6px}.footer a.footer__teleg{font-family:Roboto-Bolt,sans-serif;font-weight:700;color:#2bb800}.footer__text{font-family:Roboto-Bolt,sans-serif;font-weight:700;color:#e33b89}.footer__icon{display:flex;justify-content:space-between}.footer a.footer__icon_link{padding:10px}.footer a.footer__icon_link:last-child{padding-right:0}.footer a.footer__icon_link:first-child{padding-left:0}.container{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}.info{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo__images{width:300px;height:auto}.logo__text{font-size:19px;line-height:18px;display:block;margin-top:4px}.phone{display:flex;align-items:center}.phone__icon{width:40px;height:40px}.phone__tel{display:flex;flex-direction:column;padding-left:15px}.phone__contact{text-decoration:none;font-family:Roboto-Bold;color:#000;line-height:21px;font-size:15px}.contact,.contact__wrap{display:flex;align-items:center}.contact__location{width:38px;height:38px}.contact__text{max-width:185px;text-align:end;line-height:22px;font-size:15px;margin:0 40px 0 0}.contact__btn{margin-left:30px}.offer{padding:100px 0;background:#e33b89}.offer__title{max-width:815px;text-align:center;color:#fff;font-family:Roboto-light;letter-spacing:.02em;margin:0 auto;font-weight:300;line-height:43px}.navigation{padding:35px 0}.navigation__list{display:flex;flex-wrap:wrap;list-style-type:none;justify-content:center;padding:0;margin:0}.navigation__link{padding:10px 15px}.navigation__item{padding:7px 20px;text-decoration:none;color:inherit;font-family:Roboto-Medium;border-radius:20px}.page-content{flex-grow:1}.cards{padding:50px 0;background:#fafafa}.cards__images{max-width:500px}.cards__img{-o-object-fit:cover;object-fit:cover}.cards__wrapper{padding-left:50px;padding-right:50px}.cards__text,.cards__title{margin-bottom:30px}.cards__info{width:40px;height:40px;display:flex;border:2px solid #bb0b5d;border-radius:5px;font-size:20px;justify-content:center;align-items:center;margin-left:30px;color:#000;cursor:pointer;font-family:Roboto-Bold,sans-serif}.cards__wrap{display:flex;align-items:flex-end;margin-bottom:30px}.cards__radio-input{width:1px;height:1px;position:absolute;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cards__radio{display:flex}.cards__radio-input:checked+span.cards__info{background-color:#bb0b5d;color:#fff;border:none}.cards__price-tot{margin-left:10px}.cards__price{margin-bottom:30px;font-family:Roboto-Medium,sans-serif}.cards__price-span{margin-left:5px}.cards__deleviry{margin-bottom:30px;font-family:Roboto-Bold;font-size:18px}.cards__link{max-width:210px;width:100%;margin-right:10px}.cards__item{display:flex;justify-content:space-between;align-items:center}.cards__home{max-width:210px;width:100%;background:0 0;color:#000;border:2px solid #e33b89}.stocks{padding:80px 0 60px;background-color:#fafafa}.stocks__wrap{background:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);margin-bottom:30px;width:100%;text-align:center;padding-bottom:25px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;flex-grow:inherit}.stocks__title{margin-bottom:30px;text-align:center}.stocks__images{padding:0 0 100%;overflow:hidden;position:relative;margin-bottom:23px}.stocks__link{position:absolute;display:flex;text-decoration:none;flex-direction:column;justify-content:center;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);color:transparent;transition:.3s ease-in}.stocks__link:hover{background:rgba(0,0,0,.6);color:#fff;font-size:18px;font-weight:700}.stocks__img{display:flex;flex-direction:column;justify-content:center;background:rgba(0,0,0,0);color:transparent;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:0;top:0}.stocks__btn{width:100%;margin:auto}.stocks__cart{padding-left:15px;padding-right:15px}.stocks__info{flex-grow:1;padding-left:15px;padding-right:15px;margin:0}.stocks__price{display:block;font-weight:400;font-size:16px;line-height:22px;margin-bottom:18px}.true_loadmore{width:100%;background:0 0;color:#000;padding:20px 15px;display:flex;justify-content:center;transition:none;text-decoration:none;font-family:Roboto-Medium;font-weight:500}.true_loadmore:hover{color:#000}@media screen and (max-width:1200px){.footer{padding:30px 0}.footer__logo{max-width:220px}.contact__text{margin-right:18px;max-width:180px}.contact__btn{margin-left:0}.phone__tel{padding-left:8px}}@media screen and (max-width:992px){.delivery__info{margin:auto auto 50px}.delivery__photo{margin:auto}.footer__wrapper{flex-wrap:wrap}.footer__info{width:100%}.footer__logo{margin:auto}.footer__requisites{text-align:left}.footer__icon{justify-content:flex-end;margin-bottom:30px;margin-top:-41px;flex-wrap:wrap}.footer__icon_link{margin:0 12px}.info{flex-wrap:wrap;justify-content:space-around}.contact{flex-grow:1;justify-content:space-around;margin-top:30px}.contact__text{margin-right:35px}.contact__btn{margin-left:35px}.cards__images{max-width:600px;margin:auto auto 50px}.cards__wrapper{padding:0}.cards__title{text-align:center}.cards__item{justify-content:start}.cards__link{margin-right:30px}.stocks{padding:60px 0 40px}}@media screen and (max-width:768px){.cart-icon{right:5px;bottom:100px}.cart-icon__wrap{width:50px;height:50px}.cart-icon__img{width:25px;height:25px}.delivery{padding:60px 0 10px}.footer__wrapper{justify-content:space-around}.footer__info{width:100%}.footer__clients,.footer__contacts,.footer__networks,.footer__useful{width:50%}.footer__logo{margin:0 0 12px}.footer__icon{justify-content:left;margin-top:0}.footer__icon_link{margin:0 8px}}@media screen and (max-width:576px){.cart__wrapper .wrap{align-items:start;padding-bottom:15px}.cart__title{font-size:19px}.quantity{margin-top:10px}.totl{margin-top:-25px}.footer__logo{margin:auto auto 15px}.footer__requisites{text-align:center}.footer__icon{justify-content:center;margin-top:10px}.footer__contacts,.footer__useful{width:40%}.info{flex-direction:column;flex-wrap:nowrap}.logo{margin:auto auto 30px;padding-left:35px}.logo__text{margin-top:10px}.phone{margin-right:8px}.contact{flex-direction:column}.contact__text{margin-right:0}.contact__btn{margin:30px auto 10px}.offer{padding:80px 0}.stocks__images{margin-bottom:10px}.stocks__price{margin-bottom:8px;margin-top:-20px}.stocks__cart{padding-left:8px;padding-right:8px}.stocks__btn{padding:10px 17px}.stocks__wrap{padding-bottom:15px}}@media screen and (max-width:400px){.cards__link{margin-right:5px}.cards__home,.cards__link{padding:10px 3px}}@media screen and (max-width:340px){.logo{padding-left:21px}}