@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");.sprite-remove{background-position:0px 0px;width:31px;height:35px;background-image:url("/css/frontend/sprite/default.png")}html,body{margin:0;padding:0;font-family:"Fira Sans", sans-serif}*{box-sizing:border-box}a,button,span,div,input,textarea{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);font-family:"Fira Sans", sans-serif}[v-cloak]{display:none !important}.overflow{overflow:hidden}.hidden-element{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;font-size:14px}.projectRealization__container,.newsletter__container,.footerMenu__container,.footer__container,.menu__container,.section__container,.message__container,.basket__container{max-width:1300px;padding:0 15px;box-sizing:border-box;margin:0 auto}img{max-width:100%;height:auto}.projectRealization{padding-top:20px;padding-bottom:40px}.projectRealization__container{text-align:center;font-size:12px;color:#000}.projectRealization__container img{position:relative;top:3px;margin-left:5px}@media (max-width:767px){.projectRealization__container img{display:block;margin:0 auto;margin-top:10px;position:static}}.layoutSettings{background:#333;padding:10px 15px;position:relative;z-index:999}.layoutSettings a{color:#fff;font-size:14px;font-weight:bold;text-decoration:none}.layoutSettings a:hover{text-decoration:underline}.header{position:absolute;top:0;left:0;right:0;z-index:99}.header--page{position:static;height:397px;background:url("/media/default/banner-page.jpg");background-size:cover !important;background-position:center !important}@media (max-width:991px){.header--page{height:220px}}.header__content{position:relative;padding:20px 15px}@media (max-width:767px){.header__content{padding-top:80px}}.header__account{position:absolute;right:108px;top:31px;z-index:1}@media (max-width:991px){.header__account{right:90px}}.header__account span{content:url("/media/default/account.png")}.top{border-bottom:1px solid rgba(255, 255, 255, 0.34);padding:17px 0px}.top__row{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width:991px){.top__row{-ms-flex-pack:center;justify-content:center}}.top__col{display:-ms-flexbox;display:-webkit-flex;display:flex;padding:0 15px}@media (max-width:991px){.top__col:first-child{display:none}}.top__text{color:#ccc;font-size:13px;line-height:120%;position:relative;margin-right:30px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}.top__text::before{display:block;position:absolute;left:0}.top__text--marker{padding-left:25px}.top__text--marker::before{content:url("/media/default/marker.png")}.top__text--phone{padding-left:22px}.top__text--phone::before{content:url("/media/default/phone.png")}.top__text--email{padding-left:30px}.top__text--email::before{content:url("/media/default/message.png");top:1px}.top__text a{color:inherit;text-decoration:none}.top__text a:hover{text-decoration:underline}.socialMedia{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}.socialMedia--center{-ms-flex-pack:center;justify-content:center}.socialMedia--dark .socialMedia__icon--facebook{content:url("/media/default/fb-dark.png")}.socialMedia--dark .socialMedia__icon--instagram{content:url("/media/default/instagram-dark.png")}.socialMedia--dark .socialMedia__icon--pinterest{content:url("/media/default/pinterest-dark.png")}.socialMedia--dark .socialMedia__icon--youtube{content:url("/media/default/yt-dark.png")}.socialMedia__icon{margin:0 12px}.socialMedia__icon--facebook{content:url("/media/default/fb.png")}.socialMedia__icon--instagram{content:url("/media/default/instagram.png")}.socialMedia__icon--pinterest{content:url("/media/default/pinterest.png")}.socialMedia__icon--youtube{content:url("/media/default/yt.png")}.logo{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;justify-content:center}.newsletter{position:relative;padding:45px 0 55px 0}@media (max-width:991px){.newsletter{text-align:center}}.newsletter__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.newsletter__container{max-width:925px}.newsletter__header{font-size:47px;color:#fff;font-weight:300;line-height:120%;margin:0;text-transform:uppercase}.newsletter__text{font-size:15px;color:#fff;font-weight:300;max-width:350px;line-height:120%;margin:10px 0}@media (max-width:991px){.newsletter__text{margin:10px auto}}.newsletter__field{margin:20px 0;position:relative}.newsletter__field span{position:absolute;left:16px;font-size:16px;color:#fff;font-weight:300;z-index:0;top:12px}.newsletter__input{max-width:340px;width:100%;border:1px solid #fff;padding:10px;height:42px;background:rgba(0, 0, 0, 0);z-index:1;position:relative;outline:none;color:#fff;font-size:16px}.newsletter__input::-ms-input-placeholder{color:#fff;font-weight:300}.newsletter__input::-moz-placeholder{color:#fff;font-weight:300}.newsletter__input::-webkit-input-placeholder{color:#fff;font-weight:300}.newsletter__input::placeholder{color:#fff;font-weight:300}.newsletter__button{background:#fff;font-size:17px;cursor:pointer;border:0;margin:0 !important}.newsletter__button:hover{background:#777 !important}.newsletter__loading{width:30px;height:30px;border-radius:100%;border:3px solid #fff;border-top-color:#333;-webkit-animation:loading 0.7s ease-in-out infinite;animation:loading 0.7s ease-in-out infinite}@-webkit-keyframes loading{0%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.footerMenu{background:#e5e5e5;padding:22px 0 48px 0}.footerMenu__row{display:-ms-flexbox;display:-webkit-flex;display:flex}@media (max-width:991px){.footerMenu__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:767px){.footerMenu__row{-ms-flex-direction:column;flex-direction:column}}.footerMenu__col{padding:20px}@media (max-width:767px){.footerMenu__col{padding-bottom:0}}.footerMenu__col:nth-child(1){width:26%}@media (max-width:991px){.footerMenu__col:nth-child(1){width:40%}}@media (max-width:767px){.footerMenu__col:nth-child(1){width:100%}}.footerMenu__col:nth-child(2){width:33%}@media (max-width:1199px){.footerMenu__col:nth-child(2){width:40%}}@media (max-width:991px){.footerMenu__col:nth-child(2){width:60%}}@media (max-width:767px){.footerMenu__col:nth-child(2){width:100%}}.footerMenu__col:nth-child(3){width:41%;padding-left:11%}@media (max-width:1199px){.footerMenu__col:nth-child(3){width:34%}}@media (max-width:991px){.footerMenu__col:nth-child(3){width:100%;padding-left:20px}}@media (max-width:767px){.footerMenu__col:nth-child(3){width:100%}}.footerMenu__name{color:#000;font-size:20px;font-weight:600;text-transform:uppercase;margin-bottom:11px}.footerMenu__list{list-style-type:none;padding:0;margin:0}.footerMenu__list--column{-moz-column-count:2;-webkit-column-count:2;column-count:2}@media (max-width:767px){.footerMenu__list--column{-moz-column-count:1;-webkit-column-count:1;column-count:1}}.footerMenu__list li{margin-bottom:5px;padding-left:5px;position:relative}.footerMenu__list li::before{content:"";display:block;width:3px;height:3px;border:1px solid rgba(0, 0, 0, 0);border-top-color:#000;border-right-color:#000;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:0;top:8px}.footerMenu__list li a{margin-left:20px;color:#000;font-size:14px;font-weight:300;text-align:center;text-decoration:none}.footerMenu__list li a:hover{text-decoration:underline}.footer{padding:30px 0}.footer__text{text-align:center;color:#858585;font-size:13px;line-height:120%}.footer__text--small{font-size:12px;margin-top:20px}.footer__text--small img{position:relative;top:4px;margin-left:5px}@media (max-width:991px){.menu{background:#333;position:fixed;top:0;right:0;bottom:0;left:0;padding:80px 0;overflow-y:auto;z-index:1000}}.menu__nav{list-style-type:none;padding:0;margin:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:991px){.menu__nav{-ms-flex-direction:column;flex-direction:column}}.menu__nav li{margin:10px 22px;position:relative}.menu__nav li.active>a{color:#2bab8a}.menu__nav li a{text-transform:uppercase;color:#ccc;font-size:13px;text-decoration:none;-webkit-transition:color 0.3s;transition:color 0.3s}@media (max-width:991px){.menu__nav li a{font-size:16px}}.menu__nav li:hover>a{color:#2bab8a}.menu__nav li.open>ul{opacity:1;visibility:visible}.menu__nav li:hover>ul{opacity:1;visibility:visible}.menu__nav li ul{position:absolute;min-width:200px;box-sizing:border-box;opacity:0;z-index:3;visibility:hidden;-webkit-transition:opacity 0.3s, visibility 0.3s;transition:opacity 0.3s, visibility 0.3s;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;list-style-type:none;left:0}@media (max-width:991px){.menu__nav li ul{display:none;position:relative;left:0;right:0;opacity:1;visibility:visible;padding-top:10px;padding-bottom:0;background:none !important;min-width:0}}.menu__nav li ul li{padding:0;margin:10px 0}@media (max-width:991px){.menu__nav li ul li{text-align:center}}@media (max-width:991px){.menu{display:none}}.menuButton{position:fixed;top:15px;right:15px;width:40px;height:30px;display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;z-index:1001}@media (max-width:991px){.menuButton{display:-ms-flexbox;display:-webkit-flex;display:flex}}.menuButton span{height:5px;width:40px;background:#2bab8a;transition:-ms-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;-webkit-transition:-webkit-transform 0.2s ease-in-out}.menuButton.active{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.menuButton.active span{position:absolute}.menuButton.active span:nth-child(1){-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menuButton.active span:nth-child(2){display:none}.menuButton.active span:nth-child(3){-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.section{padding:70px 0}@media (max-width:991px){.section{padding:40px 0}}.section--about{padding:0;display:-ms-flexbox;display:-webkit-flex;display:flex}@media (max-width:991px){.section--about{-ms-flex-direction:column;flex-direction:column}}.section--dark{background:#f0f0f1}.section--contact{background:url("/media/default/contact-bg.jpg");background-size:cover;padding:58px 0 80px 0}.section--product{background:#f0f0f1}.section__left{height:500px;width:50%;position:relative}@media (max-width:991px){.section__left{width:100%;height:50vw}}.section__bgImg{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover}.section__right{width:50%;background:url("/media/default/about-bg.jpg") no-repeat;background-size:cover;padding:15px 50px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:baseline;align-items:baseline}@media (max-width:991px){.section__right{width:100%;padding-bottom:30px}}.section__header{font-size:36px;color:#444;line-height:120%;position:relative;display:inline-block;padding-bottom:3px;text-transform:uppercase;letter-spacing:1px;font-weight:300;margin-bottom:40px;margin-top:10px}.section__header--center{display:block;text-align:center}.section__header span{font-weight:bold}.section__header::after{content:"";display:block;width:153px;height:1px;background:#000;position:absolute;bottom:0;left:0;right:0;margin:auto}.section__header--small{font-size:22px;text-align:left;font-weight:300;margin:0;margin-bottom:35px}.section__header--small::after{display:none}.section__desc{font-size:15px;color:#444;line-height:145%;max-width:570px;font-weight:300;margin:-10px 0}.section__description{font-size:14px;font-weight:300;line-height:145%;color:#444;-moz-column-count:2;-webkit-column-count:2;column-count:2;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px}@media (max-width:767px){.section__description{-moz-column-count:1;-webkit-column-count:1;column-count:1}}.section__description p{margin-top:0}.section__button,.newsletter__button{border-radius:4px;border:1px solid #444;padding:11px;text-transform:uppercase;color:#444;font-weight:300;text-align:center;min-width:210px;-webkit-transition:all 0.3s;transition:all 0.3s;letter-spacing:0.5px;margin-top:20px;text-decoration:none;display:inline-block}.section__button:hover,.newsletter__button:hover{background:#444;color:#fff}.section__button--margin{margin-top:60px}@media (max-width:991px){.section__button--margin{margin-top:30px}}.section__row{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.section__row{-ms-flex-direction:column;flex-direction:column}}.section__col{width:33.33%;padding:15px}@media (max-width:767px){.section__col{width:100%}}.section__center{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;justify-content:center}.section__content{color:#444;font-size:15px;font-weight:300;line-height:145%;margin-top:20px}.section__content--column{-moz-column-count:2;-webkit-column-count:2;column-count:2;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px}@media (max-width:767px){.section__content--column{-moz-column-count:1;-webkit-column-count:1;column-count:1}}.section__content--column p{margin-top:0}.section__content--small{max-width:810px;margin-left:auto;margin-right:auto}.section__contact{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:84px;margin-bottom:54px}@media (max-width:991px){.section__contact{-ms-flex-direction:column;flex-direction:column;margin-top:60px}}.section__text{color:#444;font-size:18px;line-height:120%;position:relative;margin:0 40px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;font-weight:300}.section__text::before{display:block;position:absolute;left:0}.section__text--marker{padding-left:25px}@media (max-width:991px){.section__text--marker{margin-bottom:20px}}.section__text--marker::before{content:url("/media/default/marker-dark.png")}.section__text--phone{padding-left:24px}@media (max-width:991px){.section__text--phone{margin-bottom:20px}}.section__text--phone::before{content:url("/media/default/phone-dark.png")}.section__text--email{padding-left:34px}.section__text--email::before{content:url("/media/default/message-dark.png");top:1px}.section__text a{color:inherit;text-decoration:none}.section__text a:hover{text-decoration:underline}.searchButton{content:url("/media/default/search.png");position:absolute;right:158px;top:31px}@media (max-width:991px){.searchButton{right:140px}}.search__content{background:#fff;padding:40px 20px;position:fixed;top:0;left:0;right:0;z-index:1002;box-shadow:2px 2px 15px rgba(0, 0, 0, 0.2);-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.search__content.show{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}.search__blur{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.5);z-index:1;-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.search__blur.show{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.search__block{position:relative;max-width:500px;margin:0 auto}.search__close{font-size:30px;position:absolute;top:15px;right:15px;color:#229f85}.search input{font-size:20px;height:40px;height:50px;padding:15px;border:0;outline:none;border-left:5px solid #229f85;width:100%}.search form{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}.search form>div{width:100%}.search__loupe{border:0;background:rgba(0, 0, 0, 0);cursor:pointer}.search__loupe span{-webkit-filter:invert(1);filter:invert(1);display:block;content:url("/media/default/search.png")}.message{margin-top:15px}.message__item{padding:15px;margin:8px 0;box-sizing:border-box;font-size:16px;border-radius:4px;border-left:8px solid #29b858;background:rgba(64, 212, 113, 0.2)}.message__item--error{border-color:#b82828;background:rgba(213, 62, 62, 0.2)}.message__text{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;color:#29b858}.message__text--error{color:#b82828}.message__text i{font-size:20px;margin-right:5px;position:relative;top:2px}.message__text a{color:inherit;display:inline-block;margin-left:5px;font-weight:600}.message__text ul{list-style-type:none;padding:0;margin:0;width:100%}.message__text ul li{margin-bottom:10px}.message__text ul li:last-child{margin-bottom:0}.basket{padding:15px 0;min-height:130px}.basket__row{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0 -15px}@media (max-width:1199px){.basket__row{-ms-flex-direction:column;flex-direction:column}}.basket__column{padding:0 15px;box-sizing:border-box}.basket__column:first-child{width:calc(100% - 400px)}@media (max-width:1199px){.basket__column:first-child{width:100%}}.basket__column:last-child{width:400px}@media (max-width:1199px){.basket__column:last-child{width:100%}}.basket h1{font-size:30px;color:#000}@media (max-width:991px){.basket h1{font-size:22px}}.basket h1.center{margin-top:50px;text-align:center}.basket__header{font-size:18px;color:#000;margin-bottom:20px;font-weight:bold}.basket__block{padding:20px;box-sizing:border-box;border:1px solid #efefef}@media (max-width:767px){.basket__block{border:0;padding:0}}.basket__block--sticky{position:-webkit-sticky;position:sticky;top:15px;margin-left:20px}@media (max-width:1199px){.basket__block--sticky{position:static;margin:15px 0;border:0;width:100%}.basket__block--sticky>div{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}}.basket__item{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;margin:0 -10px;border-bottom:1px solid #efefef;padding:10px 0}@media (max-width:767px){.basket__item{-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;border:1px solid #efefef;margin:15px 0px;padding:10px;box-sizing:border-box}}.basket__item--head{padding:0}@media (max-width:767px){.basket__item--head{display:none}}.basket__item--summary{padding:0}.basket__item:last-child{border-bottom:0}@media (max-width:767px){.basket__item:last-child{border-bottom:1px solid #efefef}}.basket__col{padding:10px;box-sizing:border-box}.basket__col span{display:none;font-weight:bold}@media (max-width:767px){.basket__col span{display:block}}@media (max-width:767px){.basket__col{width:100%}}.basket__col--product{width:55%;font-size:16px;line-height:120%;color:#000;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}.basket__col--product a{text-decoration:none;color:#000;-webkit-transition:color 0.3s;transition:color 0.3s}.basket__col--product a:hover{color:#229f85}@media (max-width:767px){.basket__col--product{-ms-flex-direction:column;flex-direction:column;width:100%;text-align:center}}.basket__col--product img{max-width:100%;height:auto;padding-right:10px}.basket__col--amount{width:20%}@media (max-width:767px){.basket__col--amount{width:100%}}.basket__col--quantity{width:10%;text-align:center}@media (max-width:767px){.basket__col--quantity{width:100%}}.basket__col--price{width:20%;font-size:20px;font-weight:bold;text-align:center}@media (max-width:767px){.basket__col--price{width:100%}}.basket__col--remove{width:5%}@media (max-width:767px){.basket__col--remove{width:100%;text-align:center}}.basket__col--summary{font-size:16px;font-weight:400}.basket__col--head{font-size:16px;font-weight:bold;text-align:center;padding:10px 15px}.basket__loading{padding:20px 0;text-align:center;font-size:18px;color:#000}.basket__counter{display:-ms-flexbox;display:-webkit-flex;display:flex}@media (max-width:767px){.basket__counter{-ms-flex-pack:center;justify-content:center}}.basket__counter button{border-radius:0;border:1px solid #bbb;height:41px;width:40px;background:#fff;background:#fff;font-size:16px;cursor:pointer;color:#aaa}.basket__counter button:hover:enabled{color:#999;background:#efefef}.basket__counter button:active:enabled{color:#555;background:#ddd}.basket__counter button:disabled{cursor:default;opacity:0.5}.basket__counter button:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;border-right:0}.basket__counter button:last-child{border-left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.basket input[type=number]{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:1px solid #bbb;padding:10px;text-align:center;font-size:16px;color:#000;color:#555;box-sizing:border-box;outline:none;width:65px}.basket input[type=number]::-webkit-outer-spin-button,.basket input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.basket input[type=number]{-moz-appearance:textfield}.basket__remove{font-size:25px;color:#da5359}.basket__remove:hover{color:#d53e45}.basket__remove:active{color:#b9282e}.basket__price{font-size:16px;font-weight:400;color:#000;text-transform:uppercase;text-align:right;margin-bottom:20px}.basket__price span{font-size:36px;font-weight:900;text-transform:none;display:inline-block;margin-left:5px}.basket__button,.basket__code input[type="submit"]{border:0;cursor:pointer;display:block;text-decoration:none;text-transform:uppercase;margin:10px 0;font-weight:bold;text-align:center;color:#fff;background:#229f85;padding:13px 15px;-webkit-transition:background 0.3s;transition:background 0.3s;border-radius:4px;box-sizing:border-box}@media (max-width:1199px){.basket__button,.basket__code input[type="submit"]{max-width:300px;width:100%}}.basket__button--pay{width:100%;max-width:300px;padding:10px 15px;font-weight:700;font-size:18px}.basket__button:hover,.basket__code input[type="submit"]:hover{background:#197562}.basket__button--withoutLogin{color:#fff;background:#da5359}.basket__button--withoutLogin:hover{background:#ce2c33}.basket__summary{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:end;align-items:flex-end;padding:20px;box-sizing:border-box;background:#f7f7f7;position:-webkit-sticky;position:sticky;top:15px}.basket__table--summary{margin-bottom:30px;border-bottom:1px solid #efefef}.basket__largeText{width:100%;text-transform:uppercase;font-weight:900;font-size:18px;border-bottom:2px solid #ececec;padding-bottom:5px;margin-bottom:15px}.basket__field{margin-bottom:15px;max-width:600px}.basket__field--check{display:-ms-flexbox;display:-webkit-flex;display:flex}.basket__field label{display:block;margin-bottom:3px;font-size:15px;color:#000;font-weight:bold}.basket__field input:not([type="checkbox"]),.basket__field select,.basket__field textarea{width:100%;font-family:"Fira Sans", sans-serif;border:1px solid #ddd;font-size:15px;color:#000;padding:7px 10px;box-sizing:border-box;outline:none;border-radius:4px}.basket__field input:not([type="checkbox"]):focus,.basket__field select:focus,.basket__field textarea:focus{box-shadow:1px solid #bbb;border-color:#bbb}.basket__field textarea{resize:none;height:150px}.basket__field--row{display:-ms-flexbox;display:-webkit-flex;display:flex}@media (max-width:767px){.basket__field--row{-ms-flex-direction:column;flex-direction:column}}.basket__field--row>div{width:100%;box-sizing:border-box}.basket__field--row>div:first-child{padding-right:5px}@media (max-width:767px){.basket__field--row>div:first-child{padding-right:0;margin-bottom:15px}}.basket__field--row>div:last-child{padding-left:5px}@media (max-width:767px){.basket__field--row>div:last-child{padding-left:0}}.basket__sum{font-size:16px;font-weight:400;color:#000;text-align:right;margin-bottom:5px}.basket__sum span{font-size:24px;font-weight:900;text-transform:none;display:inline-block;margin-left:5px}.basket__allSum{font-size:18px;color:#000;text-transform:uppercase;text-align:right;margin-bottom:20px;font-weight:bold}.basket__allSum span{font-size:36px;font-weight:900;text-transform:none;display:inline-block;margin-left:5px;color:#229f85}.basket__link{text-decoration:none;text-transform:uppercase;color:#229f85;font-weight:bold;-webkit-transition:color 0.3s;transition:color 0.3s}.basket__link:hover{color:#197562}.basket__pointLink{text-decoration:none;background:#229f85;color:#fff;padding:10px;box-sizing:border-box;font-weight:bold;-webkit-transition:color 0.3s;transition:color 0.3s;margin:5px 0;display:inline-block}.basket__pointLink:hover{background:#197562}.basket__isCode{margin-bottom:10px;font-size:14px;color:#229f85;text-align:right}.basket__code{margin:15px 0}.basket__code input[type="text"]{border:1px solid #ddd;border-radius:4px;padding:10px;box-sizing:border-box;font-size:16px;color:#000;outline:none}.basket__code input[type="text"]:focus{box-shadow:1px solid #bbb;border-color:#bbb}.basket__code input[type="submit"]{display:inline-block;width:auto}.basketWidget{position:absolute;right:54px;top:30px;z-index:1}@media (max-width:991px){.basketWidget{right:30px}}.basketWidget__cart{position:relative}.basketWidget__cart a{text-decoration:none}.basketWidget__icon{display:block;content:url("/media/default/cart.png")}.basketWidget__count{font-weight:400;font-size:12px;border-radius:100%;background:#229f85;color:#fff;text-decoration:none;width:21px;height:21px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-11px;right:-10px}.basketWidget__link{position:relative}.basketWidget__link:hover .basketWidget__products{opacity:1;visibility:visible}.basketWidget__link>a{font-size:15px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;color:#33485e;text-decoration:none;position:relative}.basketWidget__link>a:hover{color:#229f85}.basketWidget__link>a i{margin-right:5px;font-size:22px}.basketWidget__link>a span{background:#229f85;width:22px;height:22px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;color:#fff;position:absolute;top:-15px;left:12px;font-size:12px;font-weight:bold}.basketWidget__products{position:absolute;right:0;background:#fff;width:470px;padding:25px 15px 15px 20px;box-sizing:border-box;z-index:1;box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.23);top:calc(100% + 10px);opacity:0;visibility:hidden;-webkit-transition:all 0.3s;transition:all 0.3s;border-radius:3px}@media (max-width:991px){.basketWidget__products{display:none}}.basketWidget__products ul{list-style-type:none;padding:0;margin:0;max-height:340px;overflow-y:auto;padding-right:0px;box-sizing:border-box;border-bottom:1px solid #ececec}.basketWidget__products ul.padding{padding-right:20px;margin-right:-10px}.basketWidget__products ul li{display:-ms-flexbox;display:-webkit-flex;display:flex;border-bottom:1px solid #ececec;padding-bottom:20px;margin-bottom:20px}.basketWidget__products ul li:last-child{border-bottom:0;margin-bottom:0}.basketWidget__products ul li>div:nth-child(1){width:100px;border:1px solid #ececec;padding:5px;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.basketWidget__products ul li>div:nth-child(1) a:hover img{opacity:0.9}.basketWidget__products ul li>div:nth-child(1) img{display:block;margin:auto}.basketWidget__products ul li>div:nth-child(2){-ms-flex-positive:1;flex-grow:1;padding:0 15px}.basketWidget__products ul li>div:nth-child(3){width:120px;-ms-flex-negative:0;flex-shrink:0}.basketWidget__name{font-weight:400;font-size:14px;margin-top:5px;line-height:120%;-webkit-transition:color 0.3s;transition:color 0.3s}.basketWidget__name>a{text-decoration:none;color:inherit}.basketWidget__name>a:hover{color:#229f85}.basketWidget__price{font-size:22px;font-weight:bold;text-align:right;margin-bottom:5px}.basketWidget__amount{text-align:right;font-size:15px;font-weight:400}.basketWidget__remove{margin-top:10px;text-decoration:none;color:#d38080;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;font-size:15px;font-weight:400;text-align:right;-ms-flex-pack:end;justify-content:flex-end}.basketWidget__remove:hover{text-decoration:underline;color:#cc6d6d}.basketWidget__remove i{margin-right:5px;font-size:16px}.basketWidget__total{text-align:right;font-size:18px;font-weight:400;margin:20px 0;box-sizing:border-box;color:#000}.basketWidget__total span{font-size:22px;color:#229f85;display:inline-block;margin-left:10px;font-weight:700}.basketWidget__buttons{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.basketWidget__buttons a{background:#da5359;padding:15px;box-sizing:border-box;min-width:150px;text-decoration:none;color:#fff;text-transform:uppercase;text-align:center;font-weight:bold;-webkit-transition:background 0.3s;transition:background 0.3s;border-radius:4px}.basketWidget__buttons a:hover{background:#33485e}.searchList{position:absolute;background:#fff;top:50px;padding:10px 15px;width:100%;max-height:400px;overflow-y:auto}.searchList__ul{list-style-type:none;padding:0;margin:0}.searchList__li{margin:15px 0}.searchList__link{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:#000;-webkit-transition:all 0.3s;transition:all 0.3s}.searchList__link:hover{color:#229f85}.searchList__img{display:block;margin-right:10px}.searchList__title{font-size:14px;line-height:120%}