/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{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}code,kbd,samp{font-family:monospace,monospace;font-size:1em}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}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:1px dotted ButtonText}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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.hidden{display:none!important}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}@media print{*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
@charset "UTF-8";.header{width:100%;margin:0 auto;background:#1d202d}.header__top{width:100%;max-width:1920px;min-height:75px;background:#1d202d;display:flex;align-items:center;justify-content:space-around;position:fixed;top:0;z-index:100;padding:0 10px}.header__logo{width:100%;max-width:210px;display:block}.header__logo img{width:100%}.header__logo span{font-size:12px;font-weight:500;color:#7bc1f3;white-space:nowrap;padding-top:3px}.header__link{text-decoration:none}.header__hamburger{font-size:42px;color:#fff;display:none}.header__hamburger:hover{cursor:pointer;color:#7bc1f3}.header .nav__menu{align-items:center;display:flex;position:relative}.header .nav__item{font-size:17px;font-weight:400;list-style:none;margin-left:20px;text-align:center}.header .nav__link{text-decoration:none;text-transform:uppercase;color:#fff;cursor:pointer;transition:color .2s linear}.header .nav__link:active,.header .nav__link:focus,.header .nav__link:hover{color:#7bc1f3}.header .nav__dropdown{max-width:169px;min-height:220px;background:#fff;box-shadow:1px 1px 50px rgba(75,122,188,.6);position:absolute;top:50px;left:5px;z-index:1;display:none;min-width:100px}.header .nav__dropdown a{width:100%;min-height:55px;font-size:18px;font-weight:400;text-decoration:none;color:#404040;padding:5px;display:flex;align-items:center}.header .nav__dropdown a:hover{background:#f5f8fb;font-weight:500;font-stretch:normal}.header .nav__show{display:block}.header__callback{font-size:18px;font-weight:400;color:#7bc1f3;text-align:center}.header__callback a{text-decoration:underline}.header__callback a:hover{cursor:pointer;color:#fff}.header__right__container{display:flex}.header__right__container .header__selector__language{display:flex;margin-right:20px}.header__right__container .header__selector__language ul{display:flex;height:100%}.header__right__container .header__selector__language ul li{height:100%;display:flex;align-items:center}.header__right__container .header__selector__language ul li button{text-transform:uppercase;color:#fff;cursor:pointer;transition:color .2s linear;font-size:17px;font-weight:400;list-style:none;padding-right:20px;text-align:center;border:none;background:0 0}.header__right__container .header__selector__language ul li button:active,.header__right__container .header__selector__language ul li button:focus,.header__right__container .header__selector__language ul li button:hover{color:#7bc1f3}.header__selector__language{display:flex;margin-right:20px}.header__cart{width:80px;font-size:42px;display:flex;align-items:center;justify-content:center;transition:color .2s linear}.header__cart a{color:#fff}.header__cart a:hover{cursor:pointer;color:#7bc1f3}.header__circle{width:100%;min-width:21px;height:21px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;background:#4b7abc;margin-bottom:35px}.header__circle p{display:block;height:0;margin:0;padding:50% 0}.header__circle span{font-size:14px;font-weight:400;color:#1b243d;text-transform:uppercase;display:block;transform:translateY(-50%)}.header__main{width:100%;background:#fff;margin:75px auto 0;position:relative}.header__slider{width:100%;height:auto}.header__slider .header__slide{width:100%;height:100%;max-height:736px}.header__slider .header__slide img{width:100%;height:auto}.header__slider .header__nxt,.header__slider .header__prev{outline:0}.header__title{width:100%;height:100%;display:flex;align-items:center;justify-content:left;padding-left:100px;position:absolute;left:0;top:0}.header__title h2{max-width:40%;font-weight:700;color:#fff;font-size:calc(16px + 74 * (100vw - 320px)/ 2220)}.owl-stage{display:flex}.owl-stage-outer{overflow-x:hidden}.modal{width:100%;height:100%;display:none;position:fixed;z-index:1;left:0;top:0;overflow:auto;background:rgba(0,0,0,.4)}.modal__header{min-height:57px;padding:2px 16px;background:#fff;text-align:center}.modal__title{font-size:24px;font-weight:400;color:#1d3156;margin:20px}.modal__text{font-size:18px;font-weight:500;color:#404040;padding-top:15px}.modal__error{width:100%;font-size:16px;font-weight:400;position:relative;top:-10px;color:#b33c3c}.modal__body{max-width:800px;background:#f3f6fb;padding:2px 16px}.modal__footer{max-width:800px;background:#fff;display:flex;align-items:center;justify-content:center;padding:2px 16px}.modal__content{width:80%;max-width:800px;position:relative;background:#1b243d;margin:15% auto;padding:0;box-shadow:1px 1px 50px rgba(119,176,217,.46);-webkit-animation-name:animatetop;animation-name:animatetop;-webkit-animation-duration:.4s;animation-duration:.4s;text-align:center}.modal__row{width:90%;margin:15px auto 15px}.modal__row label{color:#404040}.modal__close{font-size:38px;font-weight:700;color:#000;float:right}.modal__close:focus,.modal__close:hover{color:#4b7abc;text-decoration:none;cursor:pointer}.modal__button{width:100%;max-width:350px;height:70px;border:none;font-size:21px;font-weight:700;color:#fefeff;text-transform:uppercase;cursor:pointer;background:#4b7abc;margin:20px}.modal__button:hover{cursor:pointer;text-decoration:underline}.modal .error input{border-color:#f21515}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}.cart__modal{width:100%;height:100%;display:none;position:fixed;z-index:1;left:0;top:0;overflow:auto;background:rgba(0,0,0,.4)}.cart__content{width:100%;max-width:1006px;position:relative;background:#fff;margin:5% auto;padding:0;text-align:center;box-shadow:1px 1px 50px rgba(119,176,217,.46);-webkit-animation-name:animatetop;animation-name:animatetop;-webkit-animation-duration:.4s;animation-duration:.4s}.cart__header{width:100%;min-height:57px;padding:2px 16px;background:#fff;text-align:center}.cart__title{font-size:24px;font-weight:400;color:#1d3156;margin:20px}.cart__body{width:100%;background:#f3f6fb;padding:2px 16px;overflow-y:auto;max-height:400px}@media (min-width:761px){.cart__body{overflow-y:auto;max-height:600px}.cart__body::-webkit-scrollbar{width:.2em}.cart__body::-webkit-scrollbar-thumb{background-color:#4b7abc;outline:1px solid #4b7abc}}.cart__item{width:100%;min-height:160px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin:20px 0 20px;position:relative}.cart__img{width:100%;max-width:130px;height:130px;display:flex;align-items:center;justify-content:center}.cart__img img{max-width:100%;height:auto}.cart__text{width:100%;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:21px;font-weight:400;color:#4b7abc}.cart__count{width:59px;height:32px}.cart__count input{width:100%;height:100%;padding-left:10px}.cart__price{width:200px;font-size:28px;font-weight:700;color:#404040}.cart__closer{width:35px;height:35px;background:#fff;border:2px solid #ffa4a4;border-radius:50%;display:flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:10px;right:10px}.cart__closer:hover{cursor:pointer;box-shadow:1px 1px 20px rgba(75,122,188,.6)}.cart__closer span{font-size:32px;color:#ffa4a4}.cart__footer{width:100%;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:16px}.cart__continue{font-size:18px;font-weight:500;color:#4b7abc}.cart__continue:hover{cursor:pointer;border-bottom:2px solid #4b7abc}.cart__bill{color:#404040;font-size:21px;font-weight:400}.cart__bill span{font-size:28px;font-weight:500}.cart__close{font-size:38px;font-weight:700;color:#000;float:right}.cart__close:focus,.cart__close:hover{color:#4b7abc;text-decoration:none;cursor:pointer}.cart__button{width:100%;max-width:267px;height:70px;border:none;font-size:21px;font-weight:700;color:#fefeff;text-transform:uppercase;cursor:pointer;background:#4b7abc;margin:20px}.cart__button:hover{cursor:pointer;text-decoration:underline}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}.goods{width:100%;min-height:662px;margin:0 auto;text-align:center;background:#f3f6fb}.goods__container{max-width:1319px;margin:0 auto;display:flex;flex-wrap:nowrap;text-align:center;align-items:center;justify-content:center}.goods__title{padding:30px 0 30px;margin:0}.goods__title h1{margin:0!important}.goods__item{width:644px;height:500px;position:relative;margin:0 30px 30px 0;background-position:center;background-repeat:no-repeat;background-size:cover}.goods__item:hover{cursor:pointer;box-shadow:1px 1px 20px rgba(75,122,188,.6)}.goods__item:last-child{margin-right:0}.goods__text p{text-align:center;padding:5px;font-size:36px;font-weight:500;color:#fff}.goods__text p span{color:#ffa800}.goods__link{width:100%;height:100%;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.benefits{width:100%;min-height:723px}.benefits__container{width:100%;max-width:1319px;margin:0 auto}.benefits__title{padding:30px 0 23px}.benefits__article{float:left;margin-bottom:30px;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.benefits__article:hover .benefits__desc{cursor:pointer;text-decoration:underline}.benefits__article:nth-child(1){width:424px;height:570px;margin-right:30px}.benefits__article:nth-child(2){width:416px;margin-right:30px;height:270px}.benefits__article:nth-child(3){width:416px;height:270px}.benefits__article:nth-child(4){width:416px;margin-right:30px;min-height:270px}.benefits__article:nth-child(5){width:416px;min-height:270px}.benefits__desc{width:100%;height:56px;font-size:18px;font-weight:500;color:#fff;text-shadow:1px 1px 1px rgba(33,33,33,.3);display:flex;align-items:center;text-align:left;padding-left:10px;position:absolute;bottom:0}.benefits__desc.main{width:100%;height:54px;display:flex;align-items:center;justify-content:center;font-size:21px;text-transform:uppercase;background:#4b7abc;left:0;bottom:0;padding-left:0}.benefits__text{font-size:34px;font-weight:700;line-height:48px;color:#fff;text-transform:uppercase;padding:30px 40px 0}.benefits__link{width:100%;height:100%;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.partnership{width:100%;height:530px;margin:0 auto;background-position:center;background-repeat:no-repeat;background-size:cover}.partnership__container{width:100%;max-width:1319px;margin:0 auto;display:flex;justify-content:space-between;padding:58px 10px 10px}.partnership__context{width:45%}.partnership__text{font-size:48px;font-weight:700;color:#fff;text-transform:uppercase}.partnership__subtext{font-size:18px;font-weight:700;letter-spacing:.02em;color:#fff;margin-top:60px}.partnership__form{width:100%;max-width:660px;text-align:center}.partnership__btn{width:100%;max-width:350px;height:70px;border:none;background:#4b7abc;font-size:21px;font-weight:700;color:#fefeff;text-transform:uppercase;cursor:pointer;margin:45px 0 0 100px}.partnership__btn:hover{cursor:pointer;text-decoration:underline}.form__row{display:flex;justify-content:space-between;margin-bottom:12px}.form__label{height:46px;color:#feffff;font-size:16px;font-weight:400;display:flex;align-items:center;justify-content:flex-start;text-align:left}.form select,.form__input input{width:560px;height:47px;background:#fff;padding:10px;font-size:16px;font-weight:400;color:#404040}.form__input select{width:560px;height:47px;background:#fff;padding:10px;font-size:16px;font-weight:400;color:#404040}.form .dropdown{width:560px;height:46px;background:#fff;padding-top:10px;font-size:16px;font-weight:400;color:#404040}.form .error input{border-color:#f21515}.ss-content{margin:6px 0 0}.ss-content .ss-list .ss-option{height:46px;padding:10px}.ss-single-selected{border:none!important}.ss-single-selected span.placeholder{padding-left:5px}.contact__form .ss-main .ss-single-selected{height:44px}.contact__form .ss-main .ss-single-selected .placeholder{margin-left:10px}.contact__form .ss-content{margin:1px 0 0}.ss-main .ss-single-selected .placeholder{color:rgba(64,64,64,.54)}.contacts{width:100%;margin:0 auto;background:#f3f6fb}.contacts__container{min-height:298px}.contacts__title{padding:30px 0 30px}.contacts #map{max-width:1920px;height:298px;overflow:hidden}.product_favicon{padding-left:10px;max-width:30px;max-height:25px}.shop{width:100%;max-width:1920px;min-height:800px;margin:24px auto 40px;display:flex;flex-wrap:wrap;justify-content:center}.shop__seo{margin-top:10px;width:100%;margin-bottom:10px;padding:10px;flex-wrap:wrap}.shop__item{width:calc(33.33% - 20px);max-width:500px;height:460px;padding:20px;margin:0 10px 0 10px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.shop__item__a{display:flex;align-items:center;justify-content:center;font-size:18px!important;color:#fff!important;text-align:center;width:100%;height:38px;font-weight:500;background:#4b7abc;cursor:pointer;outline:0;margin-bottom:0;border:0;text-decoration:none}.shop__item__a:hover{background:#265290;text-decoration:none}.shop__item__btn{height:auto;font-weight:500;color:#fff;background:#4b7abc;cursor:pointer;outline:0;margin-bottom:0;width:100px;font-size:18px;text-transform:capitalize;border:0;text-decoration:none}.shop__item__btn:hover{background:#265290;text-decoration:none}.shop__item:hover{cursor:pointer;box-shadow:1px 1px 20px rgba(75,122,188,.6)}.shop__item:hover .shop__text{color:#4b7abc}.shop__item:hover .shop__item__hover{cursor:pointer;padding-bottom:10px;box-shadow:1px 20px 20px rgba(75,122,188,.6);display:block;padding-top:10px}.shop__item__hover{background:#fff;max-width:500px;display:none;width:calc(100% + 40px);margin-left:-20px;padding:0 20px;z-index:9;position:-webkit-sticky;position:sticky}.shop__item__rate{display:flex;padding-bottom:10px;line-height:21px}.shop__item__rate b{color:#404040;opacity:.7;font-weight:400;padding-right:7px}.shop__item__rate p{flex:1;font-size:16px;font-weight:400;color:#404040;opacity:.7;overflow-wrap:break-word}.shop__item__rate span{font-weight:400;color:#404040;overflow-wrap:break-word}.shop__item__rate .check::before,.shop__item__rate .rated::after{content:"★";font-size:21px;color:#777}.shop__item__rate .rated::after{color:orange}.shop__item__code{display:flex;padding-bottom:10px}.shop__item__code p{flex:1;font-size:16px;font-weight:400;color:#404040;opacity:.7;overflow-wrap:break-word}.shop__item__code span{padding-right:20px;font-size:18px;font-weight:400;color:#404040;overflow-wrap:break-word}.shop__item__description{display:block}.shop__item__description table{width:100%}.shop__item__description__name{max-width:210px;flex-wrap:wrap;font-size:16px;font-weight:400;color:#404040;opacity:.7;padding-bottom:12px;overflow-wrap:break-word;text-align:left}.shop__item__description__value{text-align:right;flex-wrap:wrap;font-size:18px;font-weight:400;color:#404040;padding-bottom:12px;overflow-wrap:break-word;padding-right:20px;right:0}.shop__img{width:100%;max-width:300px;height:300px;margin:0 auto;text-align:center;align-items:center;display:flex;overflow:hidden}.shop__img img{max-width:100%;height:auto}.shop__text{max-width:350px;min-height:42px;font-size:18px;font-weight:500;color:#404040;height:-webkit-min-content;height:-moz-min-content;height:min-content}.shop__text span{text-transform:uppercase}.shop__price{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:10px;padding-top:30px}.shop__price span{color:#696969;font-size:18px;font-weight:400;text-decoration:line-through;margin-right:5px}.shop__price p{font-size:28px;font-weight:900;color:#404040}.shop__price a{font-size:40px;color:#4b7abc;display:flex;flex-wrap:wrap;align-items:center;text-align:left}.shop__checked{width:25px;height:25px;background:#fff;border-radius:50%;font-size:22px;font-weight:700;color:#4b7abc;display:flex;align-items:center;justify-content:center;position:absolute;top:-10px;right:-10px}.shop__sale{font-size:32px;color:#d04747;position:absolute;top:20px;right:60px;cursor:text}.shop__discount{font-size:18px;font-weight:700;color:#fff;position:absolute;right:30px;z-index:10;top:30px;cursor:text}.shop .sale__price p{color:#d04747}.shop__title{font-size:34px;font-weight:700;text-transform:uppercase;text-align:center;padding:30px 0 30px}.shop__watched{width:100%;max-width:1920px;margin:0 auto 50px;display:flex;align-items:center;justify-content:center}.article{width:100%}.article__search{width:100%;max-width:1336px;height:45px;margin:30px auto 30px;outline:0;position:relative}.article__search input{width:100%;height:100%;padding:0 15px;border:1px solid #7c7c7c;text-align:left}.article__search button{width:10%;height:45px;border:none;background:0 0;outline:0;position:absolute;top:0;right:0;cursor:pointer}.article__container{width:100%;max-width:1336px;min-height:calc(100vh - 382px);margin:75px auto 0;display:flex;flex-wrap:wrap;justify-content:space-between}.article__item{width:100%;max-width:640px;max-height:612px;display:flex;flex-direction:column;justify-content:space-between;padding:5px;margin-bottom:40px}.article__item img{max-width:100%;height:auto}.article__item:hover{cursor:pointer;box-shadow:1px 1px 20px rgba(75,122,188,.6)}.article__img{max-width:100%;height:auto}.article__title{max-width:550px;font-size:24px;font-weight:500;color:#1d3156;margin-top:20px}.article__text{font-size:18px;font-weight:400;color:#404040;margin-top:10px;max-width:100%}.article__text p{font-size:18px;font-weight:400;color:#404040;margin-top:10px;max-width:100%;margin-left:0}.article__text h1{margin-left:0}.article__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.article__calendar{display:flex;align-items:center}.article__calendar img{margin-right:10px}.article__btn{width:187px;height:40px;background:#4b7abc;font-size:21px;font-weight:500;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center}.article__missed{width:100%}.article__missed h3{margin:0 auto;width:100%;text-align:center}.toothpaste{width:100%;margin:0 auto;padding:0 10px;background:#fff}.toothpaste__nav{font-size:14px;font-weight:400;font-style:italic;color:#1b243d;margin-top:30px}.toothpaste__nav span{text-decoration:underline;color:#3d455d}.toothpaste__block{width:100%;min-height:700px;margin-top:37px;font-size:18px;font-weight:400;text-align:justify;padding:10px}.toothpaste__title{font-size:36px;font-weight:500;color:#1d3156}.toothpaste__img{max-width:570px;float:left;margin:0 52px 10px 20px}.toothpaste__img img{max-width:100%;height:auto}.toothpaste__calendar{padding:10px 5px 5px}.toothpaste__subtitle{font-size:24px;font-weight:500;color:#1d3156;padding-left:10px}.toothpaste__subtitle i{font-size:34px}.toothpaste__article{width:516px;height:270px;font-size:18px;font-weight:500;color:#fff;text-shadow:1px 1px 1px rgba(33,33,33,.3);margin-bottom:40px;position:relative}.toothpaste__article img{max-width:100%;height:auto}.toothpaste__article:hover .also__desc{cursor:pointer;text-decoration:underline}.toothpaste__article:nth-child(1){background-repeat:no-repeat;background-position:center;background-size:cover}.toothpaste__article:nth-child(2){background-repeat:no-repeat;background-position:center;background-size:cover}.toothpaste__article:nth-child(3){background-repeat:no-repeat;background-position:center;background-size:cover}.also{width:100%;max-width:1920px;margin:40px 0 auto;min-height:416px;background:#f3f6fb}.also__title{font-size:34px;font-weight:700;color:#1d3156;text-transform:uppercase;text-align:center;padding:40px 0 40px}.also__container{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around}.also__desc{display:flex;align-items:center;position:absolute;bottom:10px;left:10px}.also__link{max-width:100%;overflow:hidden}.irrigator{width:100%;max-width:1336px;min-height:500px;margin:45px auto;display:flex;flex-wrap:wrap;justify-content:space-around}.irrigator__slider{width:100%;max-width:583px;height:auto;max-height:500px;display:flex;flex-direction:row-reverse;justify-content:space-between}.big-image{z-index:1;display:none;background:rgba(0,0,0,.4);width:100%;height:100%;position:fixed;top:0;left:0;margin:inherit;white-space:nowrap;text-align:center;font-size:0}.big-image:before{height:100%;display:none;vertical-align:middle;content:""}.zoomed{display:inline-block}.big-content img{margin-top:100px;max-width:100%;height:auto;max-height:100%;display:inline-block;white-space:normal;vertical-align:middle;text-align:left;background:#60a839}.irrigator__slide{width:100%;max-width:500px;max-height:500px;display:flex;align-items:center;justify-content:center}.irrigator__slide img{max-width:100%;height:auto}.gallery-top{width:500px;height:100%;background:#fff}.gallery-thumbs{height:100%;width:100px;margin-right:10px;margin-left:10px}.gallery-thumbs .thumbs__slide{width:90px;height:90px;background-size:cover;background-position:center}.gallery-thumbs .thumbs__slide:hover{cursor:pointer;box-shadow:1px 1px 10px rgba(75,122,188,.6)}.swiper-slide-thumb-active{border:1px solid #4b7abc}.desc{width:100%;max-width:697px;min-height:500px;padding:5px;display:flex;flex-direction:column;justify-content:space-between}.desc__title{width:100%;max-width:545px;min-height:75px;word-wrap:break-word;margin-bottom:20px}.desc__title h2{font-size:36px;font-weight:500;color:#1d3156}.desc__title h3{font-size:36px;font-weight:500;color:#1d3156}.desc__title span{text-transform:uppercase}.desc__rating{font-size:0;font-weight:400;color:#1b243d}.desc__rating input[type=checkbox]{height:100%;opacity:0;cursor:pointer}.desc__rating i{font-size:30px;color:#ffa800;cursor:pointer}.desc__rating b{font-size:17px;opacity:.7;font-weight:400;color:#696969}.desc__rating .check::before,.desc__rating .rated::after{content:"★";font-size:21px;color:#777;margin-right:-5px}.desc__rating .rated::after{color:orange}.desc__rating .disable{display:none}.desc__rating .input{display:none}.desc__code{font-size:16px;font-weight:400;color:#404040;opacity:.7;margin-bottom:20px}.desc__availability{font-size:16px;font-weight:400;color:#69a43d;margin-bottom:20px}.desc__out{font-size:16px;font-weight:400;color:#d04747;display:none}.desc__text{width:100%;min-height:200px;font-size:16px;font-weight:400;color:#404040}.desc__text p{text-align:justify;padding:5px}.desc__footer{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.desc__price{width:100%}.desc__price span{font-size:24px;font-weight:400;color:#696969;text-decoration:line-through;margin-bottom:20px}.desc__price p{font-size:38px;font-weight:900;color:#d04747}.desc__price-gray{font-size:38px;color:#404040;opacity:.5;display:none}.desc__btn{width:200px;height:57px;font-size:21px;font-weight:500;color:#fff;background:#4b7abc;cursor:pointer;outline:0;margin-top:10px;text-transform:capitalize;border:0;text-decoration:none}.desc__btn:hover{cursor:pointer;text-decoration:none;background:#265290}.desc__cart{font-size:21px;font-weight:500;color:#4b7abc;display:flex;align-items:center}.desc__cart a{color:#4b7abc}.desc__cart i{font-size:42px}.desc__cart:hover{cursor:pointer;text-decoration:underline}.desc .checked{display:none;position:relative}.desc .checked .icon-ok-circled{position:absolute;width:25px;height:25px;background:#fff;border-radius:50%;font-size:22px;font-weight:700;color:#4b7abc;top:0;left:35px}.desc .checked a{margin-left:50px}.tabs{width:100%;max-width:1920px;min-height:469px;margin:45px auto 0;padding:10px}.tabs__nav{width:100%;min-height:27px;background:#fff}.tabs__menu{display:flex;flex-wrap:wrap;list-style:none}.tabs__item{margin-right:10px;margin-top:20px}.tabs__item:last-child{margin-right:0}.tabs__link{font-size:28px;font-weight:400;color:#1d3156;text-decoration:none;padding:10px 20px}.tabs__link h2{font-size:28px;font-weight:400;color:#1d3156}.tabs__link:hover{cursor:pointer;color:#4b7abc}.active,.tabs__link:active,.tabs__link:focus,.tabs__link:hover{background:#f5f8fb}.more{width:100%}.more__title{font-size:34px;font-weight:700;color:#1d3156;text-transform:uppercase;text-align:center;padding:30px 0 30px}.more__content{min-height:400px;margin-bottom:45px;display:flex;flex-wrap:wrap;justify-content:center}.tabs__container{width:100%;margin:0 auto;background:#f5f8fb;font-family:Roboto,sans-serif;font-size:18px;color:#404040}.tabs__container h1{font-size:27px;font-weight:700;color:#1d3156;display:inline-block;margin-top:30px}.tabs__container h2{font-size:27px;font-weight:700;display:inline-block;color:#1d3156;margin-top:30px}.review{padding:30px 10px 30px}.review__tab-title h2{font-size:27px;color:#404040;margin-bottom:0;margin-top:0}.review a{font-size:18px;color:#7bc1f3}.review p{font-size:18px;font-weight:400;margin-top:30px}.review p .marker{font-size:21px;font-weight:300;color:#4b7abc}.review p strong{font-weight:700}.review ul{margin-top:30px}.review ul li{font-size:18px;color:#404040;margin-left:20px;margin-top:10px}.review ol{list-style:decimal}.review ol li{margin-top:10px;margin-left:25px}.review__title{font-size:21px;font-weight:700;color:ж #404040}.review__text{font-size:18px;font-weight:400;padding:30px 0 30px}.review__text span{font-size:21px;font-weight:700;color:#77b0d9}.character{padding:0 20px 30px!important}.character h2{font-size:27px;font-weight:700;display:inline-block;color:#1d3156;padding:30px 0 0}.character table{display:flex;flex-wrap:wrap}.character p{font-size:18px;font-weight:400;padding:30px 0 30px}.character__name{flex-wrap:wrap;font-size:16px;font-weight:400;color:#404040;opacity:.7;padding-bottom:22px;padding-right:100px;overflow-wrap:break-word}.character__value{flex-wrap:wrap;font-size:18px;font-weight:400;color:#404040;padding-bottom:25px;overflow-wrap:break-word}.character__inline{width:100%;margin-bottom:5px}.character__dotted{overflow-x:hidden;position:relative;width:100%;max-width:500px;float:left;clear:left;margin-right:5px}.character__title{font-size:21px;font-weight:700;color:#404040;position:relative}.character__title:after{content:"___________________________________________________";color:#e0e6ed;position:absolute;top:0;left:100%}.character__desc{max-width:900px;font-size:21px;font-weight:400;color:#404040;position:relative;display:inline-block}.accessories__container{padding:33px 0 33px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.accessories__container .swiper-pagination-progressbar{top:auto;bottom:0}.accessories__container .shop__item{max-width:700px;margin:0;width:auto}.accessories__container__slider{width:100%;height:auto}.accessories__container__slide{width:380px;height:276px;font-size:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center}.related__container{padding:33px 0 33px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.related__container .swiper-pagination-progressbar{top:auto;bottom:0}.related__container .shop__item{max-width:700px;margin:0;width:auto}.related__container__slider{width:100%;height:auto}.related__container__slide{width:380px;height:276px;font-size:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center}.centered .swiper-wrapper{justify-content:center}.video{padding:33px 0 33px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.video__slider{width:100%;height:auto}.video__slide{width:380px;height:276px;font-size:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center}.video__slide iframe{width:100%}.video__slide p{width:100%;max-width:346px;padding-top:10px;text-align:center}.video__ctrl{width:145px;height:50px;position:relative}.video__nxt,.video__prev{position:absolute;width:45px;height:45px;border-radius:50%;background:#c0c7d3;outline:0}.video__nxt a,.video__prev a{font-size:45px;color:#1d3156;opacity:.24}.video__nxt a:hover,.video__prev a:hover{opacity:1}.video__nxt:after,.video__prev:after{content:none}.centered .swiper-wrapper{justify-content:center}.feedbacks__container{width:100%;display:block;margin:0 auto;max-width:1200px;padding:0 0 30px 0}.footer{width:100%;min-height:424px;max-width:1920px;margin:0 auto;background:#1f2330;position:relative;padding-bottom:50px}.footer a{color:#fff}.footer__container{margin:0 auto;padding:40px 25px 0;display:flex;justify-content:space-around}.footer__block{display:flex;flex-direction:column;justify-content:space-between}.footer__main{display:inline-block}.footer__logo{max-width:210px;display:block;margin-bottom:20px}.footer__logo img{width:100%}.footer__logo span{font-size:12px;font-weight:500;color:#7bc1f3;padding-top:3px;white-space:nowrap}.footer .subscribe__discount{font-size:16px;font-weight:400;color:#fff;margin-bottom:10px}.footer .subscribe__error{font-size:16px;font-weight:400;position:relative;top:-12px;color:#b33c3c}.footer .subscribe__form{display:flex;flex-wrap:nowrap;align-items:center;margin-bottom:20px}.footer .subscribe__input{width:calc(100% - 45px);height:45px;border:2px solid #fff;background:#1f2330;opacity:.5;font-size:16px;font-weight:400;line-height:24px;color:#fff;padding-left:20px}.footer .subscribe__button{width:70px;height:45px;background:#4b7abc;border:none;z-index:1}.footer .subscribe__button:hover{cursor:pointer}.footer .subscribe__button i{font-size:30px;color:#fff}.footer .subscribe__ok{display:none;width:70px;height:45px;background:#4b7abc;border:none;margin-left:-40px;z-index:1}.footer .subscribe__ok:hover{cursor:pointer}.footer .subscribe__ok i{font-size:30px;color:#fff}.footer .subscribe .error input{border-color:#f21515}.footer__conections{color:#fff;font-size:18px;font-weight:400;line-height:24px}.footer__icons{max-width:359px;margin-top:10px;display:flex;justify-content:flex-start;flex-wrap:wrap}.footer__icons .icons__img{width:40px;height:40px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:34px;margin-bottom:10px}.footer__icons .icons__img i{color:#fff;font-size:22px}.footer__icons .icons__img:hover{border:2px solid #4b7abc;cursor:pointer}.footer__icons .icons__img:hover>i{color:#4b7abc}.footer__icons .icon-phone-volume-solid{transform:rotate(-45deg)}.footer__contacts{width:430px;min-height:284px;display:flex;flex-direction:column;justify-content:space-between}.footer__contacts p{color:#fff;font-size:18px;font-weight:400}.footer__contacts span,.footer__contacts strong{color:#4b7abc;font-size:18px}.footer__contacts a:hover{cursor:pointer;text-decoration:underline}.footer__contacts i{font-size:23px;color:#4b7abc}.footer__phones{font-size:24px;display:flex;align-items:center;flex-direction:column;justify-content:start;align-items:flex-start;padding-left:33px;position:relative}.footer__phones i{margin-bottom:5px;position:absolute;left:0;top:19%}@media (max-width:767px){.footer__phones i{position:absolute;left:0;top:19%}}.footer__phones a:hover{cursor:pointer;text-decoration:underline}@media (min-width:320px) and (max-width:1060px){.footer__phones{font-size:16px}}.footer__icon{border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:5px}.footer__callback{display:flex;align-items:center}.footer__callback a{color:#7bc1f3;font-size:18px;font-weight:400}.footer__menu{display:flex;flex-direction:column;padding-left:0}.footer__menu li{list-style:none;margin-left:0}.footer__menu a{font-size:18px;font-weight:400;line-height:30px;color:#fff;text-transform:none;text-decoration:none;transition:color .2s linear}.footer__menu a:active,.footer__menu a:focus,.footer__menu a:hover{color:#7bc1f3}.footer__copyright{width:100%;height:39px;background:#181d2d;position:absolute;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.footer__copyright p{font-size:16px;text-align:center;color:#f3f6fb}.footer__copyright span{color:#4b7abc}.footer__dev{padding:20px 0 50px}.footer__dev a{opacity:.7}.footer__dev a:hover{opacity:1}.order{width:100%;max-width:1336px;margin:0 auto;padding-top:75px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.order__container{width:100%;max-width:800px;margin-top:20px}.order__title{font-size:36px;font-weight:500;color:#1d3156;text-align:left}.order__subtitle{width:100%;font-size:28px;font-weight:400;color:#1d3156;display:flex;align-items:center;padding:30px 10px 30px}.order__subtitle span{width:100%;max-width:45px;height:45px;background:#c0c7d3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px}.order__button{width:100%;max-width:400px;height:57px;background:#4b7abc;display:block;font-size:21px;font-weight:500;color:#fff;text-transform:uppercase;cursor:pointer;outline:0;margin:30px auto 30px;border:none}.order__button:hover{cursor:pointer;text-decoration:underline}.order .errorlist{list-style-type:none;font-size:14px;margin-left:105px;margin-top:-5px;margin-bottom:10px;color:#1d3156}@media (max-width:800px){.order .errorlist{margin-left:10%}}@media (max-width:560px){.order .errorlist{margin-left:20px}}.contact__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.contact__form{width:100%;max-width:715px;margin-left:57px}.contact__label{width:100px;font-size:16px;font-weight:400;color:#404040}.contact__input{width:610px;height:46px;padding-left:20px;font-size:16px;font-weight:400;color:#404040;border:1px solid #7c7c7c}.contact__promo{background:#f5f8fb;border-style:none}.contact__select{width:610px;height:47px;border:1px solid #7c7c7c}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#404040}.ss-main{z-index:1}.delivery__form{max-width:715px;height:175px;margin-left:57px}.delivery__row{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}.delivery__addresss{display:none;max-width:65%}.delivery .dep__input{width:610px;height:46px;padding-left:20px;border:1px solid #7c7c7c;max-width:65%}.delivery__label{font-size:16px;font-weight:400;color:#404040;margin-left:20px}.delivery__pointer{font-size:16px;font-weight:400;color:#404040;margin-left:20px;cursor:pointer}.delivery__middle{justify-content:space-between}.delivery__middle .delivery__label{margin-left:0}.payment{margin-top:25px;margin-bottom:20px}.payment__form{margin-left:57px}.payment__input{font-size:18px;font-weight:500;color:#404040;margin-bottom:25px}.payment__label{margin-left:20px}.payment__pointer{margin-left:20px;cursor:pointer}.payment__textarea{width:100%;max-width:715px;height:107px;padding:15px;resize:none}.bought{width:100%;max-width:477px;min-height:513px;display:flex;flex-direction:column;justify-content:space-between;background:#f5f8fb;margin-bottom:20px}.bought form.coupon-form{margin:20px 20px 0}.bought-coupon-section{display:flex;justify-content:space-between;margin-bottom:10px}.bought-coupon-section__title{font-size:18px;font-weight:500;color:#404040}.bought-coupon-section__toggled{display:none;flex-direction:column}.bought-coupon-section__toggled.active{display:flex}.bought-coupon-section__add{font-size:18px;font-weight:500;color:#4b7abc;display:none}.bought-coupon-section__add-active{display:block}.bought-coupon-section__add:hover{cursor:pointer}.bought-coupon-section__code{height:30px;font-size:16px;font-weight:400;color:#404040;border:1px solid #7c7c7c;margin-bottom:10px;padding:7px 12px}.bought-coupon-section__submit{background-color:#4b7abc;color:#fff;border:none;height:30px;font-size:18px;font-weight:500}.bought-coupon-section__submit:hover{cursor:pointer}.bought__title{max-width:100%;margin:0 20px 0 20px;font-size:28px;font-weight:400;color:#1d3156;text-align:left}.bought__item{width:100%;height:auto;padding:0 20px;display:flex;justify-content:space-between}.bought__img{max-width:135px;height:135px;background:#fff;display:flex;justify-content:center;align-items:center}.bought__img img{height:auto}.bought__content{width:100%;margin-left:20px}.bought__content p{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:20px}.bought__content span{text-transform:uppercase}.bought__total{width:100%;min-height:57px;padding:0 20px;background:#e9eff7;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.bought__bill{font-size:18px;font-weight:500;color:#404040}.bought__sum{font-size:28px;font-weight:700;color:#404040}.bought__sum-crossed{text-decoration:line-through}.bought__sum-highlighted{font-weight:900;color:#d04747}.bought__link{width:100%;font-size:21px;font-weight:500;color:#4b7abc;text-align:center}.bought__link:hover{cursor:pointer;text-decoration:underline}.liqpay_form__container{margin-inline:auto;padding-bottom:30px}.liqpay_form__container__mobile{margin-top:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:none}.coupon-form-error{color:#d04747;font-size:14px;margin-bottom:5px}.dentists{margin-top:75px}.service{text-align:center;width:100%;max-width:1400px;margin:80px auto 80px;background:#fff}.service__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around}.service__form{margin-left:0;text-align:left}.service__form div:nth-child(4){margin-bottom:0}.service__title{text-align:center;padding:30px 0 30px}.service__textarea{resize:none;width:100%;border:1px solid #7c7c7c;padding:20px;max-width:610px;height:244px}.service__btn{width:100%;margin:30px auto 30px;text-align:center}.service .error input{border-color:#f21515}.service .contact__form{width:100%}.service .contact__row{width:100%;margin-bottom:20px}.service .contact__label{max-width:610px;margin:0 0 10px 0}.service .contact__input{width:100%;max-width:610px}.service .contact__select{width:100%;max-width:610px}@media all and (max-width:1200px){.header__callback,.nav{display:none}.header,.header__hamburger{display:block}.nav__responsive{position:absolute;left:0;top:75px;width:100%;height:100vh;z-index:1;background:#1d202d}.nav__responsive .nav__menu{display:block;text-align:center;padding-top:20px}.nav__responsive .nav__item{margin-left:0;min-height:50px;font-size:25px}.header__selector__language_mob{display:flex}.header__right__container .header__selector__language{position:absolute;right:120px;top:15px}.header__right__container .header__selector__language .header__languagepicker{flex-direction:column;margin-right:20px}.header__right__container .header__selector__language .header__languagepicker li:first-child{border-bottom:1px solid #fff}.header__right__container .header__selector__language .header__languagepicker li button{padding-right:0}.header__top{justify-content:space-between}.header .nav__dropdown{max-width:100%;height:100%;min-height:auto;box-shadow:none;background:0 0;position:initial}.header .nav__dropdown a{color:#fff}.header .nav__dropdown a:hover{background:0 0;color:#7bc1f3}}@media all and (max-width:414px){.header__cart{font-size:35px}.header__logo{max-width:150px}.header__circle{width:26px;height:26px}.header__circle span{font-size:14px}}@media all and (max-width:1200px){.header__cart{position:absolute;top:10px;right:80px}.character{padding:0 0 30px!important}.character__name{padding-right:15px;font-size:14px}.character__value{font-size:16px}}@media all and (min-width:320px) and (max-width:420px){.modal__row .form__label{display:none}}@media all and (min-width:768px) and (max-width:913px){.modal__row{flex-direction:column}}@media all and (min-width:914px){.modal__error{text-align:left;padding-left:171px;padding-right:40px}}@media all and (min-width:768px) and (max-width:1200px){.partnership{min-height:830px}.partnership__container{flex-direction:column;justify-content:center}.partnership__context{width:100%;text-align:center}.partnership__subtext{margin-top:18px;padding:10px}.partnership__form{margin:30px auto 0}.partnership__btn{margin:30px 0 30px 105px}}@media all and (min-width:992px) and (max-width:1400px){.benefits__article:nth-child(1){width:35%;margin-right:20px}.benefits__article:nth-child(2){width:30%;margin-right:22px}.benefits__article:nth-child(3){width:30%}.benefits__article:nth-child(4){width:30%;margin-right:22px}.benefits__article:nth-child(5){width:30%}.benefits__desc{font-size:16px}.benefits__text{font-size:30px;padding:20px 30px 0}}@media all and (min-width:768px) and (max-width:991px){.benefits__container{width:95%;display:flex;flex-direction:column;align-items:center;justify-content:center}.benefits__article:nth-child(1){width:100%;height:270px;margin:0 0 20px 0}.benefits__article:nth-child(2){width:100%;margin:0 0 20px 0}.benefits__article:nth-child(3){width:100%;margin:0 0 20px 0}.benefits__article:nth-child(4){width:100%;margin:0 0 20px 0}.benefits__article:nth-child(5){width:100%;margin:0 0 20px 0}.benefits__desc{font-size:18px}.benefits__desc.main{font-size:22px}.benefits__text{font-size:22px}}@media all and (min-width:320px) and (max-width:767px){.goods__container{flex-wrap:wrap}.goods__title{padding:10px 0 10px}.goods__item{width:90%;margin:0 0 30px}.goods__text p{padding:20px 0 0 5px}.benefits__container{width:95%;display:flex;flex-direction:column;align-items:center;justify-content:center}.benefits__title{padding:10px 0 10px;font-size:30px;display:none}.benefits__article:nth-child(1){width:100%;height:270px;margin:0 0 20px 0}.benefits__article:nth-child(2){width:100%;margin:0 0 20px 0}.benefits__article:nth-child(3){width:100%;margin:0 0 20px 0}.benefits__article:nth-child(4){width:100%;margin:0 0 20px 0}.benefits__article:nth-child(5){width:100%;margin:0 0 20px 0}.benefits__desc{font-size:16px}.benefits__desc.main{font-size:18px}.benefits__text{font-size:18px;line-height:normal}.partnership{width:100%;min-height:930px}.partnership__container{padding-top:10px;flex-direction:column;justify-content:center;align-items:center}.partnership__context{width:100%;text-align:center}.partnership__text{font-size:30px;margin-top:10px}.partnership__subtext{font-size:16px;margin-top:10px;padding:5px}.partnership__btn{width:60%;font-size:16px;margin:20px auto}.partnership__btn:hover{background:#7bc1f3;transition:background-color .3s ease-in-out}.form{margin-top:10px;width:100%;align-items:center}.form__row{flex-direction:column}.form__label{width:100%;padding-left:10%}.form select,.form__input input{width:80%}.form .dropdown{width:80%}.form .error input{border-color:#f21515}}@media all and (min-width:320px) and (max-width:1060px){.footer__container{flex-direction:column;justify-content:center;text-align:center;padding:80px 20px 20px 20px}.footer__copyright{position:static}.footer__block{position:relative}.footer__contacts{margin:10px auto 30px auto;min-height:100px;width:100%}.footer__email{display:none}.footer__schedule{display:none}.footer__text{display:none}.footer__contacts{display:none}.footer__socials{margin-top:20px}.footer__dev{width:100%}.footer .subscribe{margin-top:20px}.footer .footer__main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer .footer__main .mobile_content{display:block!important;text-align:start}.footer .footer__icons{justify-content:flex-start}.footer .icons__img{margin:10px}}@media all and (max-width:1200px){.accessories__container{justify-content:center}.centered .swiper-wrapper{justify-content:unset}}@media all and (max-width:1200px){.tabs__menu{justify-content:center;text-align:center}}@media all and (max-width:768px){.tabs{margin-top:0}.tabs__menu{font-size:26px}.tabs__item{width:100%;margin:0}.tabs__link{display:block;width:100%}}@media all and (max-width:767px){.desc__footer{flex-direction:column;justify-content:space-around}.desc__title{font-size:20px}}@media all and (max-width:550px){.character__title:after{content:none}.irrigator__slider .gallery-thumbs{display:none}}@media all and (min-width:320px) and (max-width:375px){.shop__price{align-items:flex-end}}@media all and (max-width:1314px){.shop__item__rate span{padding-right:0}.shop__watched{justify-content:center}}@media all and (max-width:1050px){.shop__item{width:calc(50% - 20px)}}@media (max-width:1200px){.shop__item{width:calc(50% - 20px)}.shop__watched{justify-content:center;display:flex;flex-wrap:wrap}}@media all and (max-width:800px){.shop{justify-content:center;padding:0 20px}.shop__price p{font-size:20px}.shop__price span{margin-right:0}.shop__item{width:100%;height:100%;padding:20px 0}.shop__item:hover .shop__item__hover{box-shadow:none;width:auto;padding-top:0}.shop__item__btn{height:auto;font-weight:500;color:#fff;background:#4b7abc;cursor:pointer;outline:0;margin-bottom:0;width:100px;font-size:18px;text-transform:capitalize;border:0;text-decoration:none}.shop__item__btn:hover{color:#4b7abc;background:#fff;border:2px solid #4b7abc;text-decoration:none}.shop__item__a{font-weight:500;background:#4b7abc;cursor:pointer;outline:0;margin-bottom:0;font-size:18px;text-transform:capitalize;border:0;text-decoration:none;height:35px}.shop__item__a:hover{color:#4b7abc!important;background:#fff;border:2px solid #4b7abc;text-decoration:none}.shop__item__description{display:none}.shop__item__hover{display:block;width:auto}}@media all and (max-width:1280px){.article__container{justify-content:center}}@media all and (max-width:450px){.article__sidebar-img{width:auto!important;height:auto!important}.article__sidebar-item{margin-top:20px!important;margin-bottom:10px!important}}@media all and (max-width:1050px){.toothpaste{text-align:center}.toothpaste__img{width:100%;float:none;margin:0 auto}}@media all and (max-width:1200px){.order{flex-direction:column;align-content:center;justify-content:center}.order__container{margin:0 auto}.bought{margin:0 auto}.contact__form{width:90%;margin:0 auto}.delivery__form{width:90%;margin:0 auto}.payment__form{width:90%;margin:0 auto}}@media all and (min-width:850px){.payment__textarea{max-width:685px;margin-left:36px}}@media all and (max-width:414px){.order__title{text-align:center}.order__button{width:90%}}@media all and (max-width:560px){.contact__row{display:flex;flex-direction:column;justify-content:space-between}.contact__input{max-width:90%}.contact__select{max-width:90%}.contact__label{width:90%;text-align:left}.delivery__middle{max-width:95%}}@media all and (max-width:760px){.cart__footer{height:250px;flex-direction:column;align-self:center}.cart__item{flex-direction:column;justify-content:space-around}.cart__img{margin-top:20px}.cart__text{margin:10px 0 10px}.cart__price{margin:10px 0 10px;padding-bottom:10px}}@media all and (max-width:414px){.service__textarea{max-width:100%}.service .contact__row{width:100%}.service .contact__label{width:100%;text-align:left}.service .contact__input{max-width:100%}.service .contact__select{max-width:100%}}@media all and (max-width:1366px){.service{padding:0 5%}.service__btn{margin:30px auto 30px}.service__textarea{margin-top:30px}.service__form{display:flex;flex-direction:column;align-items:center;justify-content:center}.service .contact__row{flex-direction:column}.service .contact__label{width:100%;text-align:left}}@media all and (min-width:1024px) and (max-width:1366px){.service__container{flex-direction:column}}@media (max-width:480px){.character tr{display:flex;flex-direction:column}}@media (max-width:800px){.liqpay_form__container{display:none}.liqpay_form__container__mobile{display:block}}.handler__container{width:100%;height:100vh;background-size:cover;display:flex;align-items:center;justify-content:center}.handler__content{width:100%;max-width:460px;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.handler__title{font-size:24px;font-weight:500;color:#fff}.handler__letter{display:inline-block;vertical-align:middle;position:relative;overflow:hidden;margin:0 0;font-size:150px;font-weight:600;line-height:150px;text-transform:uppercase;color:#fff}.handler__letter:before{position:absolute;top:0;left:0;width:100%;word-break:break-all;background-color:#4b7abc}.handler__letter:nth-child(1):before{content:"072641539";margin-top:-150px;-webkit-animation-name:letter1;animation-name:letter1;-webkit-animation-duration:1.32s;animation-duration:1.32s;-webkit-animation-delay:.76s;animation-delay:.76s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.handler__letter:nth-child(2):before{content:"9573042681";margin-top:-150px;-webkit-animation-name:letter2;animation-name:letter2;-webkit-animation-duration:1.61s;animation-duration:1.61s;-webkit-animation-delay:1.53s;animation-delay:1.53s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.handler__letter:nth-child(3):before{content:"26241035987";margin-top:-150px;-webkit-animation-name:letter3;animation-name:letter3;-webkit-animation-duration:1.51s;animation-duration:1.51s;-webkit-animation-delay:1.3s;animation-delay:1.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.handler__btn{width:90%;max-width:300px;height:57px;text-align:center;line-height:57px;background:#4b7abc;color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;outline:0;border:none;cursor:pointer}@-webkit-keyframes letter1{from{margin-top:-150px}to{margin-top:150px}}@keyframes letter1{from{margin-top:-150px}to{margin-top:150px}}@-webkit-keyframes letter2{from{margin-top:-150px}to{margin-top:150px}}@keyframes letter2{from{margin-top:-150px}to{margin-top:150px}}@-webkit-keyframes letter3{from{margin-top:-150px}to{margin-top:150px}}@keyframes letter3{from{margin-top:-150px}to{margin-top:150px}}html{box-sizing:border-box}*,:after,:before{margin:0;padding:0;box-sizing:inherit}body{font-family:Roboto,sans-serif;background:#fff}button,input,select,textarea{font:inherit}input:focus,select:focus,textarea:focus{outline:#4b7abc auto 1px}img{text-indent:-100%;overflow:hidden}a{text-decoration:none}.title{font-family:Roboto,sans-serif;font-size:48px;font-weight:700;color:#1d3156;text-transform:uppercase;text-align:center}.page__wrap{width:100%;max-width:1920px;margin:0 auto}.page_content{padding:10px 150px 10px 150px;word-wrap:break-word}@media (max-width:1060px){.page_content{padding:10px 50px;word-wrap:break-word}}.article{font-family:Roboto,sans-serif;font-size:18px;color:#404040}.article__wrap{width:100%;margin:0 auto;min-height:100%;padding:46px}.article__breadcrumb{list-style:none}.article__breadcrumb li{display:inline}.article__breadcrumb li:last-child a{font-style:normal}.article__breadcrumb li+li:before{content:"/ ";padding:0 7px}.article__breadcrumb a{font-style:italic;font-size:14px;color:#3d455d;font-weight:400;text-decoration:none}.article__breadcrumb a:hover{text-decoration:underline}.article__content{width:100%;height:100%;margin-top:50px;display:flex;align-items:baseline;justify-content:space-between}.article__story{width:100%;max-width:830px}.article__story li{font-size:18px;color:#404040;margin-left:20px;margin-top:10px}.article__story h1{font-size:36px;color:#1d3156}.article__story h2{font-size:24px;color:#1d3156;font-weight:600;margin-top:30px}.article__story h2 strong{font-size:24px;color:#1d3156;font-weight:600;margin-top:30px}.article__story ol{margin-left:10px}.article__story a{font-size:18px;color:#7bc1f3}.article__story p{margin-top:30px}.article__story h4{font-size:24px;color:#1d3156;margin-top:30px;font-weight:400}.article__story h5{font-size:18px;color:#4b7abc;font-weight:400;margin-top:30px}.article__img{width:100%;max-width:830px;margin-top:35px}.article__img img{width:100%;height:auto}.article__calendar{font-size:18px;display:flex;align-items:center;justify-content:left;margin:40px 0 40px}.article__calendar i{font-size:22px}.article__note{font-size:21px;text-align:left;font-weight:700}.article__subtitle h2{font-size:24px;color:#1d3156;font-weight:600;margin-top:30px}.article__recipe-title{font-size:21px;font-weight:300;color:#4b7abc}.article__recipe li{font-size:18px;color:#404040;margin-left:20px;margin-top:10px}.article .decimal-listed{list-style:decimal}.article .decimal-listed li{margin-left:25px}.article__sidebar{width:100%;max-width:378px;height:100%;margin-left:20px}.article__sidebar-content{width:100%;height:100%;overflow:hidden;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;margin-top:35px}.article__sidebar-item{width:100%;max-width:378px;display:block;text-decoration:none;margin-bottom:100px;margin-top:40px}.article__sidebar-item p{display:block;display:-webkit-box;max-width:100%;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:24px;font-weight:600;color:#1d3156;margin-top:20px}.article__sidebar-title{font-size:34px;color:#1d3156;text-align:left}.article__sidebar-img{width:378px;height:245px}.article__sidebar-img img{max-width:100%;height:auto}@media all and (max-width:960px){.article__wrap{padding:20px}.article__content{flex-direction:column}.article__sidebar{max-width:100%;margin:30px auto}.article__sidebar-content{flex-direction:row;align-items:flex-start}.article__sidebar-item{margin:20px}.article__sidebar-item p{font-size:20px}}.page__roots{margin:95px 0 0 20px;font-size:14px;font-weight:400;color:#3d455d;text-align:left}.page__roots span{color:#1b243d;font-style:italic;text-decoration:none}.page__roots span:hover{text-decoration:underline}.page__roots h1{color:#1b243d;font-style:italic;text-decoration:none;display:contents}.page__roots .uppercase{text-transform:uppercase;text-decoration:none;font-style:normal}.page__ctrl{width:100%;min-width:30%;margin:30px auto 30px;text-align:center;display:flex;justify-content:center;align-items:center}.page__ctrl .page__nxt,.page__ctrl .page__prev{width:45px;height:45px;border-radius:50%;background:#c0c7d3;outline:0;display:flex;align-items:center;justify-content:center;margin:0 30px 0}.page__ctrl .page__nxt a,.page__ctrl .page__prev a{font-size:45px;color:#1d3156}.page__ctrl .page__nxt a:hover,.page__ctrl .page__prev a:hover{opacity:1;cursor:pointer}.page__ctrl .page__nxt:after,.page__ctrl .page__prev:after{content:none}.icon-tiktok::before{margin:0 0 10px -4px}.feedbacks__container a{display:none}.owl-nav.disabled{display:none}