#tabs_container {
	position: relative;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;text-align:center;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-nav{width:100%;position:absolute;top:50%;height:0}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:40px;height:40px;position:absolute;transform:translateY(-50%);padding:10px;fill:#fff;cursor:pointer;transition:.2s}.owl-carousel .owl-nav .owl-next svg,.owl-carousel .owl-nav .owl-prev svg{width:100%;height:100%;position:relative}.owl-carousel .owl-nav .owl-next:before,.owl-carousel .owl-nav .owl-prev:before{width:100%;height:100%;border:5px solid #f5fb37;content:"";top:-5px;left:-5px;position:absolute;transform:rotate(45deg)}.owl-carousel .owl-nav .owl-next:hover,.owl-carousel .owl-nav .owl-prev:hover{fill:#000}.owl-carousel .owl-nav .owl-next:hover:before,.owl-carousel .owl-nav .owl-prev:hover:before{background-color:#f5fb37}.owl-carousel .owl-nav .owl-prev{right:100%;margin-right:60px}.owl-carousel .owl-nav .owl-next{left:100%;margin-left:60px}.owl-carousel .owl-dots{width:100%;position:absolute;top:100%;text-align:center;margin-top:65px}.owl-carousel .owl-dot{width:20px;height:20px;margin-right:30px;border-radius:50%;border:2px solid #fff;display:inline-block}.owl-carousel .owl-dot:last-child{margin-right:0}.owl-carousel .owl-dot.active{border-color:#f5fb37;background-color:#f5fb37}.owl-carousel .owl-dot:not(.active){cursor:pointer}.owl-carousel .owl-dot:hover{border-color:#f5fb37}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}@media screen and (max-width:1189px){.owl-carousel .owl-dots{position:static;margin-top:60px}}@media screen and (max-width:767px){.owl-carousel .owl-dots{position:static;margin-top:40px}.owl-carousel .owl-dot{width:10px;height:10px;margin-right:20px}}@media screen and (max-width:579px){.owl-carousel .owl-dots{margin-top:25px}}@font-face{font-family:Foros;src:url(/static/fonts/Foros-Regular.eot);src:local("Foros Regular"),local("Foros-Regular"),url(/static/fonts/Foros-Regular.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-Regular.woff) format("woff"),url(/static/fonts/Foros-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Foros;src:url(/static/fonts/Foros-Italic.eot);src:local("Foros Italic"),local("Foros-Italic"),url(/static/fonts/Foros-Italic.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-Italic.woff) format("woff"),url(/static/fonts/Foros-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Foros;src:url(/static/fonts/Foros-Medium.eot);src:local("Foros Medium"),local("Foros-Medium"),url(/static/fonts/Foros-Medium.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-Medium.woff) format("woff"),url(/static/fonts/Foros-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Foros;src:url(/static/fonts/Foros-MediumItalic.eot);src:local("Foros Medium Italic"),local("Foros-MediumItalic"),url(/static/fonts/Foros-MediumItalic.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-MediumItalic.woff) format("woff"),url(/static/fonts/Foros-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Foros;src:url(/static/fonts/Foros-BoldItalic.eot);src:local("Foros Bold Italic"),local("Foros-BoldItalic"),url(/static/fonts/Foros-BoldItalic.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-BoldItalic.woff) format("woff"),url(/static/fonts/Foros-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Foros;src:url(/static/fonts/Foros-Bold.eot);src:local("Foros Bold"),local("Foros-Bold"),url(/static/fonts/Foros-Bold.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-Bold.woff) format("woff"),url(/static/fonts/Foros-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Foros;src:url(/static/fonts/Foros-ExtraBold.eot);src:local("Foros Extra Bold"),local("Foros-ExtraBold"),url(/static/fonts/Foros-ExtraBold.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-ExtraBold.woff) format("woff"),url(/static/fonts/Foros-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Foros;src:url(/static/fonts/Foros-ExtraBoldItalic.eot);src:local("Foros Extra Bold Italic"),local("Foros-ExtraBoldItalic"),url(/static/fonts/Foros-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"),url(/static/fonts/Foros-ExtraBoldItalic.woff) format("woff"),url(/static/fonts/Foros-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic}body,html{width:100%;min-height:auto}body{overflow-y:scroll;position:relative}*{margin:0;padding:0;max-height:99999999px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{min-width:320px;background-position:center 0}body{font-family:Foros,Arial,sans-serif;font-size:14px;line-height:1.4;color:#000;font-weight:400;background-color:#e6eaf2;background-color:#fff}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;border:0;background:transparent}button:focus,div,input:focus,optgroup:focus,select:focus,textarea:focus{outline:none}ol,ul{list-style:none}a{color:#0077fc;text-decoration:none;transition:.2s}a:hover{color:#00b0ff}input,select{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}.wrapper{width:100%;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;background-color:#fff}.attach,.wrapper{position:relative;margin:0 auto}.attach{width:1190px;max-width:100%;padding:0 15px}.attach:after{clear:both;display:block;content:""}.block,.block-gradient{width:100%;position:relative}.block-gradient:before{width:100%;height:200px;content:"";position:absolute;top:0;left:0;background:-webkit-linear-gradient(#f4f4f4,hsla(0,0%,100%,0));background:-o-linear-gradient(#f4f4f4 0,hsla(0,0%,100%,0) 100%);background:linear-gradient(#f4f4f4,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#00ffffff",GradientType=0)}.sticky{position:fixed;z-index:2}.stop{position:relative;z-index:2}.btn,.btn-container,.btn-stroke{text-align:center}.btn,.btn-stroke{font-size:24px;padding:20px 16px;font-weight:700;cursor:pointer;color:#000;transition:.2s;display:inline-block;background-color:hsla(0,0%,100%,.5);line-height:1.15;position:relative}.btn-stroke-white,.btn-white{color:#fff}.btn-stroke._gray,.btn._gray{box-shadow:inset 0 0 0 5px #dfdfdf}.btn-stroke._gray:hover,.btn._gray:hover{box-shadow:inset 0 0 0 5px #f5fb37}.btn-stroke._exception,.btn._exception{background-color:transparent}.btn-stroke._big,.btn._big{padding:24px 16px}.btn-stroke:hover,.btn:hover{color:#000}.btn:not(.btn-stroke):after{left:0;right:0;top:0;bottom:0;content:"";transition:.2s;position:absolute;z-index:2;cursor:pointer}.btn:not(.btn-stroke):hover:after{background-color:rgba(0,0,0,.1)}.btn-stroke{box-shadow:inset 0 0 0 5px #f5fb37}.btn-stroke:hover{background-color:#f5fb37}.btn:disabled{background-color:#f7f7f7;opacity:.9}.btn:disabled:hover:after{background-color:transparent}.textarea{width:100%;border:1px solid #bdbdbd;padding:15px;line-height:24px;font-size:20px}.input{vertical-align:top;font-size:22px;line-height:1;padding:24px 20px;text-align:left;font-weight:400;cursor:pointer;color:#000;transition:.2s;display:inline-block;background-color:#fff}.input:placeholder{color:#484848}.input._error{border-color:#ec0000}.input-box{position:relative}.input-box__input{width:100%;vertical-align:top;font-size:22px;line-height:25px;padding:32px 20px 16px;text-align:left;font-weight:400;cursor:pointer;color:#000;transition:.2s;display:inline-block;background-color:#fff}.input-box__placeholder{font-size:22px;line-height:25px;line-height:1;opacity:.5;position:absolute;left:20px;top:24px;height:25px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:transform .2s linear;transition:transform .2s linear;-webkit-transform-origin:left;transform-origin:left;pointer-events:none;white-space:nowrap}.input-box.active .input-box__placeholder,.input-box__input:focus~.input-box__placeholder{-webkit-transform:translateY(-12px) scale(.6);transform:translateY(-12px) scale(.6)}.title{font-weight:700;font-size:50px;text-align:center;letter-spacing:2px}.page-head{display:flex;justify-content:flex-start;align-items:center}.page-head__prev{width:230px;font-size:20px;color:#0077fc;cursor:pointer}.page-head__title{width:calc(100% - 460px)}.page-container{display:flex;justify-content:center;align-items:stretch}.page-container__content{width:calc(100% - 330px)}.page-container__aside{width:300px;margin-left:30px}.accordion__slider{overflow:hidden;display:none}.delivery-stick{width:136px;height:172px;background-image:url(/static/img/delivery-stick.png);position:fixed;right:0;top:40%;z-index:2;cursor:pointer;display:flex;align-items:flex-end;flex-direction:column;padding:17px 12px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;margin-right:-100%}.delivery-stick_active{animation-name:skickView}.delivery-stick__icon{width:54px;height:56px;fill:#fff;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-iteration-count:infinite;animation-name:deliveryDrive;transform:translateX(-2px)}.delivery-stick__icon svg{width:100%;height:100%}.delivery-stick__title_white,.delivery-stick__title_yellow{font-weight:700;font-size:16px;text-align:right}.delivery-stick__title_yellow{color:#f5fb37}.delivery-stick__title_white{color:#fff}@-webkit-keyframes skickView{0%{margin-right:-100%}to{margin-right:0}}@keyframes skickView{0%{margin-right:-100%}to{margin-right:0}}@-webkit-keyframes deliveryDrive{0%{transform:translateX(-4px)}50%{transform:translateX(0)}to{transform:translateX(-4px)}}@keyframes deliveryDrive{0%{transform:translateX(-4px)}50%{transform:translateX(0)}to{transform:translateX(-4px)}}.scroll-to-button{width:60px;height:60px;background-color:#f5fb37;padding:16px;position:fixed;left:50px;bottom:0;display:flex;fill:#000;transform:translateY(200px);transition:.2s;z-index:2;box-shadow:0 5px 15px rgba(0,0,0,.3)}.scroll-to-button._active{transform:translateY(0)}.scroll-to-button__icon{width:100%;height:100%;display:flex;transition:.2s}.scroll-to-button:hover .scroll-to-button__icon{-webkit-transform:translateY(-5px);transform:translateY(-5px)}@-webkit-keyframes swing{0%{transform:translateY(0)}25%{transform:translateY(-4px)}75%{transform:translateY(4px)}to{transform:translateY(0)}}@keyframes swing{0%{transform:translateY(0)}25%{transform:translateY(-4px)}75%{transform:translateY(4px)}to{transform:translateY(0)}}@media screen and (max-width:1189px){.delivery-stick{display:none}.title{font-size:46px}.page-head{flex-direction:column}.page-head__prev{font-size:14px;width:auto}.page-head__title{width:100%}}@media screen and (max-width:999px){.title{font-size:34px}}@media screen and (max-width:767px){.title{font-size:24px}#land .btn-stroke{box-shadow:inset 0 0 0 4px #f5fb37}.input{padding:12px 16px}.input,.input-box__input{font-size:14px;line-height:28px}.input-box__input{padding:18px 16px 6px}.input-box__placeholder{font-size:14px;line-height:28px;top:12px;left:16px}.input-box.active .input-box__placeholder,.input-box__input:focus~.input-box__placeholder{-webkit-transform:translateY(-10px) scale(.6);transform:translateY(-10px) scale(.6)}.page-container{flex-direction:column}.page-container__content{width:100%}.page-container__aside{width:100%;margin-left:0;margin-top:20px}}@media screen and (max-width:479px){.title{font-size:20px}}.select2-container--default .select2-results>.select2-results__options{min-height:30px}.select2-container--default .select2-search--dropdown .select2-search__field{height:35px}.select2-results__option.loading-results{font-size:0;width:24px;height:24px;display:block;box-sizing:border-box;position:relative;margin:auto}.select2-results__option.loading-results:before{border-radius:50%;border:3px solid #bababa}.select2-results__option.loading-results:after,.select2-results__option.loading-results:before{content:" ";width:24px;height:24px;display:inline-block;box-sizing:border-box;position:absolute;top:0;left:0}.select2-results__option.loading-results:after{border-radius:50%;border:3px solid transparent;border-top-color:#f5fb37;animation:cp-round-animate 1s ease-in-out infinite}@keyframes cp-round-animate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.full-width{width:100%}.preview-tools .btn:first-child{margin-bottom:20px}.preview-tools .btn,.product-tools .btn{width:360px}.btn{background-color:#f5fb37;color:#000;transition:.2s;padding:24px 16px;font-family:Foros,sans-serif;font-style:normal;font-weight:700;font-size:26px;line-height:31px;text-align:center;cursor:pointer}.btn .ozon{color:#2c69ff}.product-tools-btn{padding:24px 30px}.btn-outline{box-shadow:inset 0 0 0 5px #f5fb37}.btn-outline,.btn-outline-grey{background-color:hsla(0,0%,100%,.9)!important;color:#000}.btn-outline-grey{box-shadow:inset 0 0 0 5px #dfdfdf}.btn:hover{background-color:#faff54!important;color:#000}.btn-outline-grey:hover,.btn-outline:hover{background-color:#f5fb37!important;box-shadow:inset 0 0 0 5px #f5fb37}.btn-primary{background-color:#2c69ff;color:#fff}.btn-primary:hover{background-color:#faff54}.white-color{color:#fff;background-color:transparent!important}@media screen and (max-width:1188px){.preview-tools a:first-child{margin-bottom:0}.preview-tools .btn{width:360px}}@media screen and (max-width:780px){.preview .preview__column-end .preview-tools{display:flex;flex-direction:column;align-items:center}.preview .preview__column-end .preview-tools .btn:first-child{margin-bottom:20px}.preview .preview__column-end .preview-tools .btn{width:360px}}@media screen and (max-width:460px){.preview .preview__column-end .preview-tools .product-tools__btn{width:100px}.preview .preview__container .preview-tools,.preview .preview__container .preview-tools .product-tools__btn{width:100%}}.noscroll{overflow:hidden}.gomodal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(8,8,8,.5);overflow-y:scroll;z-index:9999999999;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.gomodal-active{display:flex;animation-name:puffIn}.gomodal-hide{display:none;animation-name:puffOut}.gomodal__shadow{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.gomodal__container{max-width:100%;background:#fff;margin:auto;position:relative;text-align:center;z-index:101;display:flex}.gomodal__close{width:25px;height:25px;padding:6px;border:2px solid #f5fb37;background-color:#fff;fill:#000;position:absolute;right:0;top:0;cursor:pointer;transition:.2s;display:flex;box-shadow:-8px 8px 15px rgba(0,0,0,.1)}@media screen and (max-width:767px){.gomodal__close{right:4px;top:2px}}.gomodal__close svg{width:100%;height:100%;max-width:9px;max-height:9px}.gomodal__close:hover{background-color:#f5fb37}.gomodal__content{display:none}.gomodal__content-active{display:block}.puffIn{-webkit-animation-name:puffIn;animation-name:puffIn}@-webkit-keyframes puffIn{0%{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(2px);filter:blur(2px)}to{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}}@keyframes puffIn{0%{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(2px);filter:blur(2px)}to{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}}.puffOut{-webkit-animation-name:puffOut;animation-name:puffOut}@-webkit-keyframes puffOut{0%{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}to{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(2px);filter:blur(2px)}}@keyframes puffOut{0%{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}to{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(2px);filter:blur(2px)}}.modal-callback,.modal-callback-click{width:100%;max-width:720px;padding:40px 30px}.modal-callback-click.gomodal__content-active,.modal-callback.gomodal__content-active{display:flex;flex-direction:column}.modal-callback-click__title,.modal-callback__title{font-size:30px;font-weight:700;margin-bottom:30px;text-align:center}.modal-callback-click__note,.modal-callback__note{font-size:18px;margin-bottom:40px;text-align:center}.modal-callback-click__form,.modal-callback-click__result,.modal-callback__form,.modal-callback__result{display:none}.modal-callback-click__form.active,.modal-callback-click__result.active,.modal-callback__form.active,.modal-callback__result.active{display:block}.modal-callback-click__result,.modal-callback__result{display:none}.modal-callback-click__contact,.modal-callback__contact{width:calc(100% + 60px);background-color:#f5f5f5;font-size:18px;padding:30px;display:flex;flex-direction:column;margin:0 -30px 40px;color:#000}.modal-callback-click__contact span,.modal-callback__contact span{margin-bottom:10px}.modal-callback-click__contact a,.modal-callback__contact a{font-size:36px;color:#000}.modal-callback-click__contact a:hover,.modal-callback__contact a:hover{color:#000;opacity:.9}.modal-callback-form{width:490px;max-width:100%;margin:auto}.modal-callback-form__field{margin-bottom:24px}.modal-callback-form__field:last-child{margin-bottom:0}.modal-callback-input{width:100%;border:1px solid #bdbdbd}.modal-callback-btn{width:100%;font-size:24px;line-height:28px}.modal-callback-politic{margin-top:15px;font-size:14px;color:#999}.modal-callback-politic a{color:#999;text-decoration:underline}.modal-callback-politic a:hover{color:#000;text-decoration:none}@media screen and (max-width:479px){.modal-callback,.modal-callback-click{padding:40px 20px 20px}.modal-callback-click__title,.modal-callback__title{font-size:20px;margin-bottom:15px}.modal-callback-click__note,.modal-callback__note{font-size:14px;margin-bottom:15px}.modal-callback-click__contact,.modal-callback__contact{padding:15px;margin-bottom:20px}.modal-callback-click__contact span,.modal-callback__contact span{display:inline;font-size:14px}.modal-callback-click__contact a,.modal-callback__contact a{font-size:20px}.modal-callback-form__field{margin-bottom:20px}.modal-callback-btn{font-size:16px;padding:16px 10px;line-height:20px}}.modal-spec{width:100%;max-width:960px}.modal-spec.gomodal__content-active{display:flex;flex-direction:column}.modal-spec__title{font-size:30px;font-weight:700;margin-bottom:30px;text-align:center;padding:40px 30px 0}.modal-spec__container{padding:0 30px 40px}.modal-spec-list{border-collapse:collapse;width:100%}.modal-spec-list td,.modal-spec-list th{padding:8px}.modal-spec-list tr:nth-child(2n){background-color:#f2f2f2}.modal-spec-list th{padding:8px;text-align:left;color:#262626}.modal-spec-list tr td:last-child{border-left:2px solid #ddd}.modal-spec-list tr:nth-child(2n){background-color:#f1f1f1}.modal-spec-list{font-size:16px;display:flex;flex-direction:column;text-align:left}.modal-spec-list li{display:flex;padding:4px 15px}.modal-spec-list li:nth-child(2n){background-color:#f1f1f1}.modal-spec-list li:last-child{margin-bottom:0}.modal-spec-list_head{border-bottom:2px solid #f1f1f1;padding-bottom:20px;margin-bottom:20px;font-weight:700}.modal-spec-list_head li{padding:0}.modal-spec-list_head .modal-spec-list__right{margin-left:-30px}@media screen and (max-width:767px){.modal-spec-list_head{display:none}}.modal-spec-list__left{width:calc(100% - 200px);padding-right:40px}.modal-spec-list__right{width:200px}.modal-spec-note{display:flex;font-size:14px;color:#999;padding:10px 30px 40px 45px;text-align:left;position:relative;max-width:650px}.modal-spec-note:before{content:"*";margin-left:-15px;position:absolute}@media screen and (max-width:767px){.modal-spec__title{font-size:20px;padding:25px 15px 0}.modal-spec__container{padding:0 15px 15px}.modal-spec-list li{flex-direction:column;margin-bottom:20px}.modal-spec-list li:last-child{margin-bottom:0}.modal-spec-list__left{width:100%;padding-right:0}.modal-spec-list__right{width:100%;font-weight:700}.modal-spec-list_head li{flex-direction:row}.modal-spec-list_head .modal-spec-list__left{width:auto}.modal-spec-list_head .modal-spec-list__left:after{content:"/"}.modal-spec-list_head .modal-spec-list__right{width:auto}.modal-spec-note{padding:15px;font-size:14px}}.modal-delivery{max-width:100%}.modal-delivery__title{font-weight:700;color:#262626;font-size:30px;margin-bottom:20px;text-align:center;margin-top:20px}.modal-delivery__container,.modal-delivery__note{padding:20px 60px;text-align:left}.modal-delivery__note{background-color:#f5f5f5;color:#999;line-height:24px}.modal-delivery__contact{text-align:left}.modal-delivery-contact{display:flex;padding:20px 0}.modal-delivery-contact__left{width:calc(100% - 480px);font-size:22px;line-height:30px;font-weight:500}.modal-delivery-contact__right{width:480px;display:flex;flex-direction:column;border-left:12px solid #f5fb37;padding-left:18px}.modal-delivery-contact__right a{font-size:30px;color:#000;font-weight:700;line-height:1;transform:translateY(8px);display:inline-block}.modal-delivery-contact__right span{font-size:18px}.delivery-tools__value{min-height:50px}@media screen and (max-width:999px){.modal-delivery{padding-top:40px}.modal-delivery__title{font-size:20px;margin:0 0 20px}.modal-delivery__container{padding:20px}.modal-delivery__note{padding:20px;color:#999}.modal-delivery-contact{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.modal-delivery-contact__left{width:100%;font-size:14px}.modal-delivery-contact__left br{display:none}.modal-delivery-contact__right{width:100%;border-left:0;padding:0}.modal-delivery-contact__right a{font-size:24px}.modal-delivery-contact__right span{font-size:14px}.delivery-tools{max-width:100%}}@media screen and (max-width:767px){.delivery-tools__item{flex-direction:column}.delivery-tools__item:last-child{margin-bottom:0}.delivery-tools__label{width:100%;margin-bottom:5px}.delivery-tools__input,.delivery-tools__value{width:100%}.delivery-tools__input-label,.delivery-tools__value-label{font-size:16px!important}}.modal-buy{width:960px;max-width:100%}.modal-buy__start{padding:70px;justify-content:center;display:none}.modal-buy__end{padding:40px 30px;flex-direction:column;display:none}.modal-buy__end.active,.modal-buy__start.active{display:flex;align-items:center}.modal-buy__end.hide,.modal-buy__start.hide{display:none}.modal-buy__img{width:260px;margin-right:70px}.modal-buy__img img{width:150%;margin:-10% -25%}.modal-buy__info{width:calc(100% - 330px);text-align:left}.modal-buy-title{font-weight:700;color:#262626;font-size:30px;margin-bottom:20px}.modal-buy-spec{font-size:18px;margin-bottom:20px}.modal-buy-spec li{margin-bottom:5px;display:flex}.modal-buy-spec__left{width:calc(100% - 180px)}.modal-buy-spec__right{width:180px;font-weight:500}.modal-buy-spec ._blue{color:#0077fc}.modal-buy-tools{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;font-size:18px}.modal-buy-count,.modal-buy-label{margin-right:10px}.modal-buy-count{display:flex;justify-content:flex-start;align-items:center;text-align:center}.modal-buy-count__action{width:40px;height:60px;line-height:60px;font-size:36px;font-weight:100;cursor:pointer;transition:.2s;user-select:none}.modal-buy-count__action:hover{background-color:#f7f7f7}.modal-buy-count__input{width:64px;border:1px solid #bdbdbd;height:60px;text-align:center;font-size:20px;padding-left:0;padding-right:0}.modal-buy-btn{width:100%;white-space:nowrap;font-size:20px;padding-left:30px;padding-right:30px;height:72px}.modal-buy-basket{width:100%;font-size:18px}.modal-buy-basket__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5;padding:20px 0}.modal-buy-basket__product{max-width:370px;position:relative;max-height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;font-size:18px}.modal-buy-basket__photo{height:100px;margin-right:20px}.modal-buy-basket__photo img{width:auto;max-height:100%}.modal-buy-basket__total{border-top:1px solid #e5e5e5;padding:20px 0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.modal-buy-basket__total span{font-weight:700;margin-left:40px}.modal-buy-bottom{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.modal-buy-others__label{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center}.modal-buy-others__label:before{width:100%;height:1px;background-color:#e5e5e5;content:"";position:absolute;left:0;top:50%}.modal-buy-others__label span{display:inline-block;color:#bdbdbd;background-color:#fff;font-size:14px;position:relative;z-index:2;padding:25px 10px}.modal-buy-others__btns{display:flex;justify-content:space-between}.modal-buy-others__btn{width:calc(50% - 6px);height:72px;color:#fff;padding:15px 20px;font-size:18px;display:flex;flex-direction:row;justify-content:center;align-items:center}.modal-buy-others__btn:hover{color:#fff;opacity:.9}.modal-buy-others__btn span{margin-bottom:-5px}.modal-buy-others__btn svg{fill:#fff}.modal-buy-others__btn._ozon{background-color:#2c69ff}.modal-buy-others__btn._ozon svg{width:80px;height:30px}.modal-buy-others__btn._ozon:hover{background-color:#f5fb37}.modal-buy-others__btn._beru{background-color:#3e2d8f}.modal-buy-others__btn._beru svg{width:80px;height:30px}@media screen and (max-width:999px){.modal-buy__start{padding:20px;flex-direction:column}.modal-buy__end{padding:20px}.modal-buy__img{max-width:100%;margin-right:0}.modal-buy__info{width:100%;display:flex;justify-content:flex-start;flex-direction:column;align-items:center}.modal-buy-title{font-size:20px}.modal-buy-spec{font-size:14px}.modal-buy-spec__left{width:60%}.modal-buy-spec__right{width:40%}.modal-buy-spec__left{padding-right:5px}.modal-buy-bottom{flex-direction:column}.modal-buy-bottom .btn-stroke{width:100%}.modal-buy-bottom .btn-stroke:first-child{margin-bottom:20px}}@media screen and (max-width:767px){.modal-buy-basket__item{flex-direction:column}.modal-buy-basket__product{width:100%;max-width:none;font-size:14px}.modal-buy-basket__photo{width:50px;min-width:50px;height:auto}.modal-buy-basket__photo img{width:100%}.modal-buy-basket__count,.modal-buy-basket__price{width:100%;padding-left:70px;text-align:left}.modal-buy-basket__total{justify-content:flex-start}}@media screen and (max-width:579px){.modal-buy-spec{width:100%}.modal-buy__info{align-items:stretch}.modal-buy-tools{display:flex;flex-wrap:wrap}.modal-buy-label{font-size:14px}.modal-buy-count{margin-left:auto;margin-right:0}.modal-buy-btn{width:100%;margin-top:15px}.modal-buy-count__action{width:50px;height:50px;line-height:50px}.modal-buy-count__input{width:50px;height:50px;padding:0;text-align:center}.modal-buy-others__btns{flex-direction:column}.modal-buy-others__btn{width:100%;margin-bottom:15px}.modal-buy-others__btn:last-child{margin-bottom:0}}.modal-compatibility{width:100%;max-width:960px}.modal-compatibility.gomodal__content-active{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.modal-compatibility__img{display:flex}.modal-compatibility__content{padding:75px 30px 65px;text-align:left}.modal-compatibility__item{margin-bottom:30px;border-left:12px solid #f5fb37;padding-left:30px}.modal-compatibility__item:last-child{margin-bottom:0}.modal-compatibility__title{font-size:22px;font-weight:500}.modal-compatibility__text{font-size:18px}@media screen and (max-width:767px){.modal-compatibility.gomodal__content-active{flex-direction:column-reverse}}@media screen and (max-width:767px){.modal-compatibility{max-width:calc(100% - 20px);flex-direction:column}.modal-compatibility__content{padding:30px 20px}.modal-compatibility__img{width:100%;justify-content:center}.modal-compatibility__img img{width:100%}}.modal-add{width:100%;max-width:1000px;display:flex;flex-wrap:wrap;align-items:flex-start;padding:30px 0}.modal-add__item{width:50%;align-items:flex-start;padding-right:30px;border-right:1px solid #e5e5e5}.modal-add__img,.modal-add__item{display:flex;flex-direction:row;justify-content:center}.modal-add__img{width:200px;align-items:center}.modal-add__img img{max-width:100%;max-height:150px}.modal-add__content{width:calc(100% - 200px);text-align:left}.modal-add__title{font-size:22px;font-weight:600}.modal-add__text{font-size:18px;margin-bottom:15px}.modal-add__btn{width:100%}@media screen and (max-width:999px){.modal-add__item{width:100%;padding-bottom:15px;margin-bottom:15px;border-right-width:0;border-bottom:1px solid #e5e5e5}.modal-add__item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}}@media screen and (max-width:579px){.modal-add__item{flex-direction:column;padding-left:15px;padding-right:15px}.modal-add__img{width:100%;margin-bottom:15px}.modal-add__content{width:100%}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;outline:none}.select2-container *{outline:none}.select2{min-width:100%;max-width:100%}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;user-select:none;-webkit-user-select:none;display:flex;outline:none;min-width:100%}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;box-shadow:0 0 15px rgba(0,0,0,.2);padding:10px}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;margin-bottom:10px;position:relative}.select2-search--dropdown:after{width:20px;height:20px;position:absolute;right:0;top:5px;content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwMDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwMC4wODMtNC4yNDJ6TTIzLjk4NCA2YzkuMzc0IDAgMTcgNy42MjYgMTcgMTdzLTcuNjI2IDE3LTE3IDE3LTE3LTcuNjI2LTE3LTE3IDcuNjI2LTE3IDE3LTE3eiIvPjwvc3ZnPg==")}.select2-search--dropdown .select2-search__field{padding:9px 0;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single .select2-selection__rendered{width:calc(100% - 60px);border:1px solid #bdbdbd;border-right:0;height:60px;position:relative;line-height:60px;padding:0 10px 0 20px;font-size:20px;outline:none}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{width:60px;height:60px;padding:19px;border:1px solid #bdbdbd;border-left:0}.select2-container--default .select2-selection--single .select2-selection__arrow b{width:100%;height:100%;transition:.4s;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;fill:#272729;background-image:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAgOS45OTlsLTkgOVYxOWwtMSAxTDAgMTBsMS0xIDggOFYwaDJ2MTdsOC04IDEgLjk5OXoiLz48L3N2Zz4=")}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:rotate(180deg)}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border-bottom:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.top{width:100%;z-index:50;transition:.2s;position:absolute}.top._stick{position:fixed;top:-100%;left:0;right:0;-webkit-animation-name:stick;animation-name:stick;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.top._stick .header-xjrte1,.top._stick .nav-xjrte1{background:rgba(0,0,0,.8)}.top._stick .header-xjrte1-container{width:940px;margin:auto}.top._stick .header-xjrte1-toggle-desktop{display:block}.top._stick .header-xjrte1-tools__icon,.top._stick .nav-xjrte1{display:none}.top._stick .header-xjrte1-tools{margin:0 20px}.top._stick .header-xjrte1-tools__item{margin-right:20px}.top._stick .header-xjrte1-tools__content{max-width:120px;display:block}.top._stick._nav-view .nav-xjrte1{display:flex}@keyframes stick{0%{top:-100%}to{top:0}}.header-xjrte1{background-color:#262626}.header-xjrte1-container{height:60px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header-xjrte1-first{display:flex;justify-content:flex-start;align-items:center}.header-xjrte1-logo{transition:.2s;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.header-xjrte1-logo__name{color:#f5fb37;font-weight:900;line-height:40px;cursor:pointer;text-decoration:none;font-size:34px;text-transform:uppercase;letter-spacing:.06em}.header-xjrte1-logo__domain{color:#fff;font-weight:400;font-size:28px;line-height:39px}.header-xjrte1-contacts{display:flex;flex-direction:column;color:#fff;right:0;top:10px;text-align:left;border-left:7px solid #f5fb37;padding-left:8px}.header-xjrte1-contacts__label{font-size:14px;color:#bdbdbd;line-height:16px}.header-xjrte1-contacts__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.header-xjrte1-contacts__tel,.header-xjrte1-contacts__tel--grey{color:#fff;font-weight:600;font-size:14px;line-height:18px;white-space:nowrap}.header-xjrte1-contacts__tel--grey --grey:hover,.header-xjrte1-contacts__tel--grey:hover,a.header-xjrte1-contacts__tel{color:#fff}.header-xjrte1-contacts__tel--grey{color:#bdbdbd;font-weight:400}.header-xjrte1-contacts__dot{color:#fff;font-size:14px;line-height:18px;white-space:nowrap;color:#bdbdbd;margin:0 5px}.nav-xjrte1{background-color:#484848}.nav-xjrte1,.nav-xjrte1__list{display:flex;flex-direction:row;justify-content:center;align-items:center}.nav-xjrte1__link{height:50px;line-height:50px;padding:0 12px;font-size:18px;transition:.2s;color:#f5fb37;text-decoration:none;text-transform:uppercase;font-weight:600}.nav-xjrte1__link._active,.nav-xjrte1__link:hover{color:#fff}.nav-xjrte1__mobile-bottom,.nav-xjrte1__mobile-top{display:none}.header-xjrte1-tools,.header-xjrte1-tools__item{display:flex;justify-content:flex-start;align-items:center}.header-xjrte1-tools__item{cursor:pointer;margin-right:40px}.header-xjrte1-tools__item:last-child{margin-right:0}.header-xjrte1-tools__icon{width:32px;height:32px;display:flex;fill:#fff;margin-right:10px}.header-xjrte1-tools__icon svg{width:100%;height:100%}.header-xjrte1-tools__content{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.header-xjrte1-tools__label{font-size:14px;color:#bdbdbd;font-weight:600}.header-xjrte1-tools__link{display:inline;font-size:16px;line-height:18px;color:#f5fb37;cursor:pointer;border-bottom:1px dashed #f5fb37;transition:.2s;position:relative}.header-xjrte1-tools__link:hover{border-color:transparent;color:#f5fb37}.header-xjrte1-tools__link._mobile{display:none;z-index:4;position:relative}.header-xjrte1-tools__link._mobile:after,.header-xjrte1-tools__link._mobile:before{visibility:hidden;content:"";position:absolute;top:17px;left:50%;transform:translateX(-50%);border-top-width:0;z-index:5}.header-xjrte1-tools__link._mobile:before{border:12px solid transparent;border-bottom-color:#f5fb37;margin-top:-4px}.header-xjrte1-tools__link._mobile:after{border:10px solid transparent;border-bottom-color:#fff}.header-xjrte1-tools__link._mobile._active:not(.scrollTo):after,.header-xjrte1-tools__link._mobile._active:not(.scrollTo):before{visibility:visible}.header-xjrte1-region{max-width:300px;background-color:#fff!important;padding:20px 0;overflow:hidden;display:flex;flex-direction:row;text-align:left}.header-xjrte1-region__column{display:flex;flex-direction:column;padding:0 10px;background-color:#fff}.header-xjrte1-region__item{width:100%;padding:3px 5px 1px;white-space:nowrap;font-size:16px;line-height:20px;color:#000}.header-xjrte1-region__item:hover{background-color:#f8fc9c;color:#000}.header-xjrte1-region__item._active{background-color:#f5fb37}.header-xjrte1-basket{width:400px;padding:20px;background-color:#fff}.header-xjrte1-basket-list{margin-bottom:20px}.header-xjrte1-basket-list__item{border-bottom:1px solid #e5e5e5;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;padding-bottom:18px;margin-bottom:18px}.header-xjrte1-basket-list__img{width:60px;min-width:60px;height:60px;border:1px solid #e5e5e5;display:flex;justify-content:flex-start;align-items:center;margin-right:25px}.header-xjrte1-basket-list__img img{width:100%;height:100%}.header-xjrte1-basket-list__count{min-width:100px;margin-left:auto;display:flex;flex-direction:column}.header-xjrte1-basket-list__count span{white-space:nowrap}.header-xjrte1-basket-list__name{margin-right:40px}.header-xjrte1-basket-total{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:20px;font-size:16px}.header-xjrte1-basket-total__item{margin-left:auto}.header-xjrte1-basket-total__item span{font-weight:700}.header-xjrte1-basket-btn{width:100%;padding:24px 20px;font-size:20px}.header-xjrte1-toggle{display:none;flex-direction:column;width:20px;height:20px;transform:rotate(0);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.header-xjrte1-toggle span{-webkit-tap-highlight-color:transparent;-webkit-transform:rotate(0);display:block;position:absolute;height:2px;width:100%;background:#f5fb37;border-radius:9px;opacity:1;right:0;transform:rotate(0);transition:.25s ease-in-out;outline:1px solid transparent}.header-xjrte1-toggle span:first-child{top:2px;transform-origin:left center}.header-xjrte1-toggle span:nth-child(2){top:50%;transform-origin:left center;transition-duration:.3s;transform:translateY(-50%)}.header-xjrte1-toggle span:nth-child(3){bottom:2px;-webkit-transform-origin:left center;transform-origin:left center}.header-xjrte1-toggle._active span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;right:-6px;width:26px}.header-xjrte1-toggle._active span:nth-child(2){opacity:0;-webkit-transform:translateX(15px);transform:translateX(15px)}.header-xjrte1-toggle._active span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);bottom:0;right:-6px;width:26px}.header-xjrte1-toggle-desktop{display:none;flex-direction:column;height:15px;width:25px;top:20px;background:url(/static/img/menu.png) 50% no-repeat;cursor:pointer;margin-right:20px}.header-xjrte1-toggle-desktop span{-webkit-tap-highlight-color:transparent;-webkit-transform:rotate(0);display:block;position:absolute;height:2px;width:100%;background:#f5fb37;border-radius:9px;opacity:1;right:0;transform:rotate(0);transition:.25s ease-in-out;outline:1px solid transparent}.header-xjrte1-toggle-desktop span:first-child{top:2px;transform-origin:left center}.header-xjrte1-toggle-desktop span:nth-child(2){top:50%;transform-origin:left center;transition-duration:.3s;transform:translateY(-50%)}.header-xjrte1-toggle-desktop span:nth-child(3){bottom:2px;-webkit-transform-origin:left center;transform-origin:left center}.nav-xjrte1__mobile-sublink{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.nav-xjrte1__mobile-sublink._active .nav-xjrte1__mobile-arrow{transform:rotate(180deg)}.nav-xjrte1__mobile-arrow{width:11px;height:11px;fill:#000;margin-left:10px;display:flex;margin-top:-4px;transition:.2s}.nav-xjrte1__mobile-arrow svg{width:100%;height:100%}.nav-xjrte1__mobile-submenu{display:none;padding-left:20px}.nav-xjrte1__mobile-submenu._active{display:block}.header-xjrte1-city{width:100%;height:calc(100vh - 50px);position:absolute;top:100%;transform:translateY(-150%);transition:.5s;z-index:2;border:2px solid #f5fb37;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.header-xjrte1-city__container{overflow:auto;display:flex;flex-direction:column;padding:15px 25px}.header-xjrte1-city._active{transform:translateY(0)}.header-xjrte1-delivery{padding:20px 0;text-align:left}.header-xjrte1-delivery__list,.header-xjrte1-delivery__list li:first-child{width:100%}.header-xjrte1-delivery__list li:nth-child(2),.header-xjrte1-delivery__list li:nth-child(3){width:50%;float:left}.header-xjrte1-delivery__pays{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-left:30px}.header-xjrte1-delivery-item{margin-bottom:15px;padding:0 15px}.header-xjrte1-delivery-item__title{border-left:7px solid #f5fb37;padding-left:13px;text-transform:uppercase;text-align:left;font-size:14px;line-height:18px;margin-bottom:15px;font-weight:700}.header-xjrte1-delivery-item__content{padding-left:20px;font-size:14px}.header-xjrte1-delivery-item__content p{margin-bottom:15px}.header-xjrte1-delivery-item__content p:last-child{margin-bottom:0}.header-xjrte1-delivery-item__content a{color:#262626;text-decoration:underline}.header-xjrte1-delivery-item__content a:hover{color:#262626;text-decoration:none}.header-xjrte1-delivery-pay{padding:0 7px}.header-xjrte1-delivery-pay img{width:100%;display:inline-block;vertical-align:top}@media screen and (min-width:1000px){.top._min .header-xjrte1{background:rgba(0,0,0,.8)}.top._min .header-xjrte1-container{width:940px;margin:auto}.top._min .header-xjrte1-toggle-desktop{display:block}.top._min .header-xjrte1-tools__icon,.top._min .header-xjrte1-tools__item:last-child{display:none}.top._min .nav-xjrte1{background:rgba(0,0,0,.8);display:none}.top._min._nav-view .nav-xjrte1{display:flex}}@media screen and (max-width:999px){.header-xjrte1-contacts{display:none}}@media screen and (max-width:999px){.top{position:fixed}.header-xjrte1{width:100%;z-index:4;position:relative}.header-xjrte1-tools__item:not(:first-child){display:none}.header-xjrte1-tools__item:first-child{margin-right:0}.header-xjrte1-tools__item:first-child .header-xjrte1-tools__icon,.header-xjrte1-tools__item:first-child .header-xjrte1-tools__label,.header-xjrte1-tools__link._desktop{display:none}.header-xjrte1-tools__link._mobile{display:block}.header-xjrte1-toggle{display:flex}.header-xjrte1-toggle:after,.header-xjrte1-toggle:before{visibility:hidden;content:"";position:absolute;top:17px;left:50%;transform:translateX(-50%);border-top-width:0;z-index:5}.header-xjrte1-toggle:before{border:12px solid transparent;border-bottom-color:#f5fb37;margin-top:-4px}.header-xjrte1-toggle:after{border:10px solid transparent;border-bottom-color:#fff}.header-xjrte1-toggle._active:after,.header-xjrte1-toggle._active:before{visibility:visible}.header-xjrte1-container{height:50px}.header-xjrte1-logo__name{font-size:28px}.header-xjrte1-logo__domain{font-size:24px}.nav-xjrte1{width:100%;height:calc(100vh - 50px);position:absolute;top:100%;transform:translateY(-150%);transition:.5s;z-index:2;border:2px solid #f5fb37;background-color:#fff;overflow:auto;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:15px 25px}.nav-xjrte1 .attach{display:flex;flex-direction:column;height:100%}.nav-xjrte1__link{color:#000;padding:0}.nav-xjrte1__link._active,.nav-xjrte1__link:hover{color:#000}.nav-xjrte1._active{transform:translateY(0);z-index:800}.nav-xjrte1__list{flex-direction:column;align-items:stretch;display:none}.nav-xjrte1__mobile-bottom,.nav-xjrte1__mobile-top{display:block}.nav-xjrte1__mobile-bottom li,.nav-xjrte1__mobile-top li{display:flex;flex-direction:column}.nav-xjrte1__mobile-bottom li a,.nav-xjrte1__mobile-top li a{padding:5px 0;font-size:16px;line-height:1;color:#000;height:auto;display:inline-block}.nav-xjrte1__mobile-top{margin-bottom:40px}.nav-xjrte1__mobile-top li{margin-top:20px}.nav-xjrte1__mobile-top li:first-child{margin-top:0}.nav-xjrte1__mobile-bottom{margin-top:30px}}@media screen and (max-width:579px){.header-xjrte1-logo__name{font-size:20px}.header-xjrte1-logo__domain{font-size:18px}.header-xjrte1-region{flex-direction:column}}.footer{display:flex;justify-content: center;flex-direction:column;color:#fff;margin-top:auto}.footer__nav{background:#484848}.footer__bottom{display:flex;justify-content: center;}.footer-nav{padding:40px 0;background:#484848}.footer-nav__container{display:flex;justify-content: center;}.footer-bottom{width:100%;padding:10px 0;background:#262626}.footer-bottom__container{display:flex;justify-content: space-around;}.footer-apps{display:flex;justify-content: center;}.footer-apps__item{width:128px;height:38px;margin:0 10px}.footer-apps__item img,.footer-apps__item svg{width:100%;height:100%}.footer-pay{display:flex;justify-content: center;}.footer-pay__item{width:40px;height:30px;margin:0 10px}.footer-product{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.footer-product__text{color:#bdbdbd;font-size:14px;line-height:18px}.footer-product__link{width:80px;height:30px}.footer-product__icon{width:100%;height:100%}.footer-product img{max-width:100%;max-height:100%}.footer-nav__column{width:25%}.footer-menu li a{color:#f5fb37;font-size:16px;line-height:18px;text-decoration:underline}.footer-menu li a:hover{text-decoration:none;color:#f5fb37}.footer-contacts{display:flex;flex-direction:column;border-left:7px solid #f5fb37;padding-left:8px;font-size:16px;line-height:18px;color:#bdbdbd;margin-bottom:10px}.footer-contacts__phone{color:#fff;font-size:20px;line-height:24px;text-transform:uppercase;text-decoration:none;font-weight:700}.footer-contacts__phone:hover{color:#f5fb37}.footer-email{color:#f5fb37;font-size:16px;line-height:18px;text-decoration:underline;margin-left:16px}.footer-email:hover{color:#fff}@media screen and (max-width:999px){.footer-bottom{padding:25px 0}.footer-apps,.footer-nav,.footer-pay{display:none}.footer-bottom__container{width:100%;flex-direction:column}.footer-copyright{margin-bottom:10px;color:#bdbdbd;text-align: center}.footer-copyright br{display:none}.footer-product{flex-direction:row;justify-content:center;align-items:flex-end}.footer-product__link{margin-left:5px}}.preview{display:flex;padding:80px 0 0;background-image:url(/static/img/new/bg_image_1.1.jpg);background-repeat:no-repeat;background-position:center -22px;margin-top:110px}.preview_double{display:none}.preview__container{position:relative}.preview__container:after{clear:both;display:block;content:""}.preview__arrow{position:absolute;bottom:0;left:50%;transform:translateX(-50%);transition:.2s;cursor:pointer}.preview__arrow:before{content:"";border:65px solid transparent;border-top:0;border-bottom:65px solid #fff;display:inline-block;vertical-align:top}.preview__arrow svg{width:28px;height:28px;position:absolute;left:50%;top:30px;transform:translateX(-50%);transition:.2s}.preview__arrow:hover svg{-webkit-transform:translate(-50%,5px);transform:translate(-50%,5px)}.preview__column{width:calc(50% - 20px)}.preview__column-start{float:left}.preview__column-right{margin-left:40px;float:right}.preview__column-end{float:left}.preview-title{font-size:60px;font-weight:700;line-height:60px;margin-bottom:12px}.preview-title__name{color:#b72535}.preview-title__model{font-size:46px;font-weight:400}.preview-about{font-size:22px;margin-bottom:23px}.preview-tools{width:360px;display:flex;flex-direction:column}.preview-tools__btn:first-child{margin-bottom:20px;padding:24px 10px}.preview-tools__btn._ozon{background-color:hsla(0,0%,100%,.5);box-shadow:inset 0 0 0 5px #f5fb37;color:#000;display:flex;justify-content:center;align-items:center}.preview-tools__btn._ozon span{line-height:1;display:flex;justify-content:center;align-items:center;margin-bottom:-5px}.preview-tools__btn._ozon svg{width:99px;height:25px}.preview-tools__btn._ozon:hover{background-color:#f5fb37}.preview-vantages{width:230px;float:left}.preview-vantages__item{padding-left:30px;margin-bottom:30px}.preview-vantages__icon{fill:#000;margin-bottom:15px}.preview-vantages__icon-wall{width:80px;height:70px}.preview-vantages__icon-clock{width:80px;height:80px}.preview-vantages__icon-delivery{width:93px;height:60px}.preview-vantages__icon svg{width:100%;height:100%}.preview-vantages__text{font-size:18px;font-weight:700;position:relative;text-transform:uppercase}.preview-vantages__text:before{width:12px;height:64px;background-color:#f5fb37;content:"";position:absolute;right:calc(100% + 18px);top:50%;transform:translateY(-50%)}.preview-product{width:330px;float:right;padding-top:100px;position:relative;transition:.5s;opacity:0}.preview-product.active{opacity:1}.preview-product img{width:auto;float:left;margin-bottom:-40px}.preview-price{width:172px;height:65px;position:absolute;right:0;top:-13px;z-index:2}.preview-price__frame{fill:#f5fb37}.preview-price__count{font-family:Foros,Arial,sans-serif;font-size:22px;font-weight:700}.preview-price__label{font-family:Foros,Arial,sans-serif;font-size:16px}.preview-price._desktop{display:block}.preview-price._mobile{display:none}@media screen and (max-width:1189px){.preview{padding:60px 0;background-image:none;background-color:#eff2f5}.preview_double{display:flex}.preview_double .preview-vantages{display:none}.preview__column{width:100%;margin:0;float:left}.preview__column-right{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.preview__arrow{display:none}.preview-title{text-align:left}.preview-title__name,.preview-title__product{display:inline}.preview-product{padding-top:80px}.preview-price{top:0}.preview .preview-tools{width:100%;flex-direction:row;justify-content:space-around}.preview .preview-tools .product-tools__btn:first-child{margin-bottom:0}.preview .preview-tools__btn{width:calc(50% - 20px);margin-left:40px;margin-bottom:0}.preview .preview-tools__btn:first-child{margin-left:0;margin-bottom:0}}@media screen and (max-width:999px){.preview{margin-top:50px}.preview_double{margin-top:0}}@media screen and (max-width:767px){.preview{padding:40px 0}.preview-title{font-size:44px}.preview-title__model{font-size:40px}.preview-about{text-align:left}}@media screen and (max-width:579px){.preview{padding:25px 0}.preview__column-right{flex-direction:column}.preview-title,.preview-title__model{font-size:20px;line-height:1.4}.preview-about{font-size:14px}.preview-product{width:100%;padding:0;display:flex;justify-content:center;margin-bottom:80px}.preview-product img{float:none}.preview-price{top:25px;right:0;left:auto}.preview-price._desktop{display:none}.preview-price._mobile{display:block}.preview-vantages{width:100%}.preview-vantages__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-left:0}.preview-vantages__icon{margin-bottom:0}.preview-vantages__icon-wall{width:40px;height:35px}.preview-vantages__icon-clock{width:40px;height:40px}.preview-vantages__icon-delivery{width:47px;height:40px}.preview-vantages__text{width:calc(100% - 60px);margin-left:auto;font-size:14px;line-height:22px}.preview-vantages__text:before,.preview-vantages__text br{display:none}.preview-tools{width:100%;display:flex;flex-direction:column}.preview-tools__btn{width:100%;margin-left:0;font-size:24px}.preview-tools__btn:first-child{margin-bottom:20px}}@media screen and (max-width:479px){.preview-product{display:block;margin-bottom:20px}.preview-product img{width:80%;margin:20px auto 0;display:block}}.vantages{display:flex;padding:80px 0 70px;background-color:#fff}.vantages__title{margin-bottom:75px}.vantages__container{position:relative;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:60px}.vantages__product{width:480px;position:relative}.vantages__product-img{margin-left:50%;transform:translateX(-50%);margin-bottom:-80px}.vantages h3{font-size:22px;text-transform:uppercase;margin-top:20px}.vantages h3:first-child{margin-top:0}.vantages p{margin-top:20px;font-size:18px}.vantages p:first-child{margin-top:0}.vantages-list-left,.vantages-list-right{width:320px;z-index:2}.vantages-list-left li,.vantages-list-right li{border:0 solid #f5fb37;height:70px;margin-bottom:40px;position:relative;font-size:20px;cursor:pointer;padding-top:6px}.vantages-list-left li span,.vantages-list-right li span{text-transform:uppercase;position:relative;display:inline-block;width:100%;font-weight:500}.vantages-list-left li:last-child,.vantages-list-right li:last-child{margin-bottom:0}.vantages-list-left li:hover,.vantages-list-right li:hover{background-color:#f5fb37}.vantages-list-left li:hover:after,.vantages-list-right li:hover:after{display:block}.vantages-list-left li{text-align:right;border-right-width:12px;padding-right:18px}.vantages-list-left li:after{border:16px solid transparent;border-right-color:#fff;left:100%}.vantages-list-right li{text-align:left;border-left-width:12px;padding-left:18px}.vantages-list-right li:after{border:16px solid transparent;border-left-color:#fff;right:100%}.vantages-sert{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:-20px}.vantages-sert svg{width:68px;height:84px;margin-right:13px}.vantages-sert span{font-size:20px;line-height:1.2;font-style:italic;font-weight:500}.vantages-btn{display:inline-block}.vantages-tooltip{display:none;width:calc(100% - 40px);max-width:360px;background-color:#fff;position:absolute;top:0;padding:20px;left:50%;box-shadow:0 15px 50px rgba(0,0,0,.15);font-size:18px;transform:translateX(-50%)}.vantages-tooltip__icon{width:100px;height:100px;display:inline-block;fill:#000}.vantages-tooltip__close{width:25px;height:25px;padding:6px;border:2px solid #f5fb37;background-color:#fff;fill:#000;position:absolute;right:-8px;top:-8px;cursor:pointer;transition:.2s;display:flex;box-shadow:-8px 8px 15px rgba(0,0,0,.1)}.vantages-tooltip__close:hover{background-color:#f5fb37}.vantage-hide{display:none}.vantage-hide__close{position:absolute;right:20px;top:20px;width:22px;height:22px;fill:#000;display:flex;cursor:pointer;display:none}@media screen and (max-width:1189px){.vantages{padding:60px 0}.vantages__title{margin-bottom:60px}.vantages__product{display:none}.vantages__container{flex-direction:column;margin-bottom:20px}.vantages-list{width:100%;margin-bottom:25px}.vantages-list-left,.vantages-list-right{z-index:auto}.vantages-list li{text-align:left;border-right-width:0;border-left-width:12px;height:auto;margin-bottom:25px;padding:10px 0 10px 18px}.vantages-list li br{display:none}.vantages-list li .vantage-hide{width:calc(100% + 12px);right:0;position:absolute;top:100%;background-color:#fff;padding:25px;box-shadow:0 0 15px rgba(0,0,0,.2)}.vantages-list li._active{background-color:#f5fb37;z-index:4}.vantages-list li._active .vantage-hide{display:block;background-color:#fff}.vantages-sert{display:none}.vantage-hide__close{display:flex}}@media screen and (max-width:767px){.vantages{padding:40px 0}.vantages__title{margin-bottom:40px}.vantages h3{font-size:18px;text-transform:uppercase;margin-top:15px}.vantages h3:first-child{margin-top:0}.vantages p{margin-top:15px;font-size:15px}.vantages p:first-child{margin-top:0}}@media screen and (max-width:579px){.vantages{padding:25px 0}.vantages__container{margin-bottom:15px}.vantages__title{margin-bottom:25px}.vantages-list:last-child{margin-bottom:0}.vantages-list li{font-size:16px;border-left-width:5px;padding-left:15px;margin-bottom:15px}.vantages-list li .vantage-hide{font-size:14px;width:calc(100% + 5px)}}.certificates{background-image:url(/static/img/new/bg_image_2.jpg);background-repeat:no-repeat;padding:90px 0 120px;background-position:center 0}.certificates .owl-stage-outer{margin:-10px;padding:10px}.certificates__title{color:#fff;margin-bottom:80px;line-height:1.2}.certificates__title span{color:#f5fb37}.certificates__item{display:inline-block;vertical-align:top;transition:.2s;text-align:center}.certificates__item:hover{box-shadow:0 0 0 10px #f5fb37}.certificates__item img{max-width:100%;display:inline-block;vertical-align:top}.certificates__item:active,.certificates__item:focus,.certificates__item:hover,.certificates__item img:active,.certificates__item img:focus,.certificates__item img:hover{outline:none}@media screen and (max-width:1189px){.certificates{padding:60px 0}.certificates__title{margin-bottom:60px}}@media screen and (max-width:767px){.certificates{padding:40px 0}.certificates__title{margin-bottom:40px}}@media screen and (max-width:579px){.certificates{padding:25px 0}.certificates__title{margin-bottom:25px}}.faq{padding:90px 0 60px;background-color:#fff}.faq__title{margin-bottom:80px}.faq-list{display:flex;flex-direction:column}.faq-list-hide{display:none}.faq-list__item{margin-bottom:20px}.faq-list__item._hide{display:none}.faq-list__item.active .faq-list__title{box-shadow:inset 0 -12px 0 #f5fb37;padding-left:32px;border-left:0}.faq-list__item.active .faq-list__title span{border-color:transparent}.faq-list__item.active .faq-list__icon{transform:translateY(-50%) rotate(135deg)}.faq-list__icon{width:30px;height:30px;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:.2s}.faq-list__icon:after,.faq-list__icon:before{width:100%;height:2px;background-color:#474747;position:absolute;content:"";left:50%;transform:translate(-50%,-50%);top:50%}.faq-list__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-list__title{font-size:26px;font-weight:700;cursor:pointer;border-left:12px solid #f5fb37;padding:20px 60px 20px 20px;line-height:30px;position:relative}.faq-list__title span{border-bottom:2px dotted #262626;display:inline}.faq-list__title:hover span{border-color:transparent}.faq-list__content{padding:20px 28px;font-size:22px}.faq-more{font-size:22px;margin-left:28px;cursor:pointer;margin-top:45px}.faq-more__text-hide,.faq-more__text-show{border-bottom:1px dotted #262626}.faq-more__text-hide{display:inline-block}.faq-more__text-show{display:none}.faq-more:after{content:"↓"}.faq-more-active:after{content:"↑"}.faq-more-active .faq-more__text-hide{display:none}.faq-more-active .faq-more__text-show{display:inline-block}.faq-more:hover .faq-more__text-hide,.faq-more:hover .faq-more__text-show{border-color:transparent}@media screen and (max-width:1189px){.faq{padding:60px 0}.faq__title{margin-bottom:60px}.faq-list__title{height:auto;font-size:20px}.faq-list__content{font-size:20px}}@media screen and (max-width:999px){.faq-list__content,.faq-list__title{font-size:18px}}@media screen and (max-width:767px){.faq{padding:40px 0}.faq__title{margin-bottom:40px}.faq-list__title{font-size:16px;line-height:20px;border-left-width:5px;padding:10px 40px 10px 10px}.faq-list__icon{width:20px;height:20px;right:10px}.faq-list__content{padding:10px}.faq-list__item.active .faq-list__title{box-shadow:inset 0 -5px 0 #f5fb37;padding-left:15px}.faq-more{margin-top:0;margin-left:15px;font-size:16px}}@media screen and (max-width:579px){.faq{padding:25px 0}.faq__title{margin-bottom:25px}.faq-list__content,.faq-list__title,.faq-more{font-size:14px}}.offers{background-image:url(/static/img/bg-offers.jpg);background-repeat:no-repeat;min-height:700px;padding:150px 0 130px;background-size:auto 150%;background-position:center 0}.offers__title{color:#fff;margin-bottom:75px}.offers__container{margin-bottom:90px}.offers-list{display:flex}.offers-list__item{width:calc(50% - 20px);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-left:40px}.offers-list__item:first-child{margin-left:0}.offers-list__text{width:calc(100% - 100px);color:#fff;position:relative;padding-left:40px;font-size:30px;line-height:1.15;text-transform:uppercase}.offers-list__text:before{width:12px;height:92px;background-color:#f5fb37;content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);margin-top:-3px}.offers-list__icon{fill:#fff;margin-right:30px;height:92px}.offers-list__icon-delivery{width:107px}.offers-list__icon-family{width:100px}.offers-list__icon svg{width:100%;height:100%}@media screen and (max-width:1189px){.offers{padding:60px 0;min-height:auto}.offers__title{margin-bottom:60px}.offers__container{display:flex;justify-content:flex-start;align-items:center;margin-bottom:60px}.offers-list,.offers__container{flex-direction:column}.offers-list__item{width:100%;margin:0 0 20px}.offers-list__icon-delivery,.offers-list__icon-family{width:100px}}@media screen and (max-width:767px){.offers{padding:40px 0}.offers__container,.offers__title{margin-bottom:40px}.offers-list__text{width:auto;font-size:16px;padding-left:15px}.offers-list__text br{display:block}.offers-list__text:before{width:5px;height:100%}.offers-list__icon-delivery,.offers-list__icon-family{width:50px;height:50px;margin-right:10px}}@media screen and (max-width:579px){.offers{padding:25px 0}.offers__container,.offers__title{margin-bottom:25px}.offers-list__text{font-size:14px}}.delivery{padding:150px 0;background-color:#fff}.delivery__container,.delivery__title{margin-bottom:80px}.delivery-steps{display:flex}.delivery-steps__item{display:flex;flex-direction:column;margin-right:40px}.delivery-steps__item:last-child{margin-right:0}.delivery-steps__top{display:flex;align-items:center;margin-bottom:40px}.delivery-steps__count{height:62px;font-size:90px;line-height:60px;font-weight:700;border-left:12px solid #f5fb37;padding-left:23px;margin-right:20px}.delivery-steps__icon{width:90px;height:90px;display:flex}.delivery-steps__icon svg{width:100%;height:100%}.delivery-steps__icon._order svg{transform:translateY(5px)}.delivery-steps__icon._convenient-time svg{transform:translateY(16px)}.delivery-steps__text{font-size:22px}@media screen and (max-width:1189px){.delivery{padding:60px 0}.delivery__container,.delivery__title{margin-bottom:60px}}@media screen and (max-width:999px){.delivery__container{display:flex;justify-content:flex-start;align-items:center}.delivery-steps,.delivery__container{flex-direction:column}.delivery-steps__item{flex-direction:row;justify-content:flex-start;align-items:center;margin-right:0;margin-bottom:20px}.delivery-steps__item:last-child{margin-bottom:0}.delivery-steps__top{margin-right:30px;margin-bottom:0}}@media screen and (max-width:767px){.delivery{padding:40px 0}.delivery__container,.delivery__title{margin-bottom:40px}.delivery-steps__top{margin-right:10px}.delivery-steps__count{font-size:45px;line-height:.9;height:auto;padding-top:5px;border-left-width:5px;padding-left:10px;margin-right:10px}.delivery-steps__icon{width:50px;height:50px}.delivery-steps__text{font-size:14px}}@media screen and (max-width:579px){.delivery{padding:25px 0}.delivery__container,.delivery__title{margin-bottom:25px}}.delivery-tools{width:830px;list-style:none;padding:0;margin:0;font-family:Foros,Arial,Sans-serif}.delivery-tools__item{margin-bottom:25px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.delivery-tools__label{width:calc(100% - 480px);font-size:18px}.delivery-tools__label-note{transform:translateY(-5px);display:inline-block}.delivery-tools__input,.delivery-tools__value{width:480px}.delivery-tools__range{width:calc(100% + 20px);margin:0 -10px}.delivery-tools__value{font-size:34px;font-weight:700}.delivery-tools__value-label{font-size:18px;display:flex}.delivery-tools__count{font-size:24px;font-weight:700}.delivery-tools__count sup{color:#999;font-weight:400;font-size:12px}.delivery-tools__loader{width:24px;height:24px;display:inline-block;box-sizing:border-box;background:#f56151;border-radius:50%;position:relative;margin-right:10px;animation:cp-hue-animate 1s ease-in-out infinite}.delivery-tools__loader:before{border-radius:0 12px 12px 0;content:" ";width:12px;height:24px;display:inline-block;box-sizing:border-box;background:#fff;position:absolute;top:0;right:0;animation:cp-hue-animate-before 1s ease-in-out infinite}@keyframes cp-hue-animate{0%{background:#f56151}25%{background:#58bd55}50%{background:#eb68a1}75%{background:#f3d53f}to{background:#f56151}}@keyframes cp-hue-animate-before{0%{transform:rotateY(0);transform-origin:left center;opacity:.5}30%,70%{transform:rotateY(180deg);transform-origin:left center;opacity:.2}to{transform:rotateY(0);opacity:.5}}@media screen and (max-width:999px){.delivery-tools{max-width:100%}}@media screen and (max-width:767px){.delivery-tools__item{flex-direction:column}.delivery-tools__item:last-child{margin-bottom:0}.delivery-tools__label{width:100%;margin-bottom:5px;font-size:14px}.delivery-tools__input,.delivery-tools__value{width:100%}}.reviews{display:flex;padding:80px 0;background-image:url(/static/img/bg-reviews.jpg);background-position:center 0;background-repeat:no-repeat}.reviews__title{color:#fff;margin-bottom:80px}.reviews__title span{color:#f5fb37}.reviews__container{padding-bottom:100px;position:relative}.reviews__more{font-size:22px;position:absolute;bottom:10px;right:0;z-index:10}.reviews__more a{display:inline-block;color:#f5fb37}.reviews__more a:hover{text-decoration:underline;color:#f5fb37}.review{max-width:945px;margin:auto;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.review__img{margin-right:100px}.review__img img{border:10px solid #f5fb37}.review__img_radius img{border-radius:50%}.review__img:active,.review__img:focus,.review__img:hover,.review__img img:active,.review__img img:focus,.review__img img:hover{outline:none}.review__container{width:calc(100% - 340px);color:#fff}.review__text{font-size:24px;line-height:42px;margin-bottom:30px;position:relative;min-height:210px}.review__text-inline{position:relative;padding-top:16px}.review__text-inline:after,.review__text-inline:before{width:40px;height:40px;content:"";font-size:90px;line-height:42px;position:absolute;background-image:url(/static/img/quote.svg);background-repeat:no-repeat;background-size:contain;color:#fff}.review__text-inline:before{top:0;right:100%;margin-right:35px;transform:translateY(-10%)}.review__text-inline:after{top:100%;left:100%;margin-left:35px;transform:translateY(-50%)}.review__more{font-size:22px;line-height:42px;color:#f5fb37;display:inline-block}.review__more:after{content:"↓"}.review__more-active:after{content:"↑"}.review__more-text{border-bottom:1px dotted #f5fb37;margin-bottom:5px}.review__more:hover{color:#f5fb37}.review__more:hover .review__more-text{border-color:transparent;color:#f5fb37}.review__autor{font-size:20px;font-weight:700}.review__post{font-size:20px}@media screen and (max-width:1189px){.reviews{padding:60px 0}.reviews__title{margin-bottom:60px}.reviews__container{padding-bottom:0}.reviews__more{bottom:0}}@media screen and (max-width:999px){.reviews__more{width:100%;position:static;margin-top:20px;text-align:center}.reviews__more a{display:inline-block;font-size:14px}.review{width:100%}.review__img{margin-right:20px}.review__text{font-size:20px;line-height:1.4;text-align:left}.review__text-inline:after,.review__text-inline:before{display:none}}@media screen and (max-width:767px){.reviews{padding:40px 0}.reviews__title{margin-bottom:40px}.review{flex-direction:column}.review__img{margin-right:0;margin-bottom:20px}.review__container,.review__img{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}}@media screen and (max-width:579px){.reviews{padding:25px 0}.reviews__title{margin-bottom:25px}.review__text{font-size:14px;min-height:auto;margin-bottom:20px}.review__more{font-size:14px;line-height:1.2}.review__autor,.review__post{width:100%;font-size:14px;text-align:left}}.about{padding:200px 0;background-color:#fff}.about__column{width:calc(50% - 20px)}.about__column-left{float:left}.about__column-right{float:right;margin-left:40px}.about-title{font-size:48px;line-height:34px;font-weight:700;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;margin-bottom:40px;margin-top:10px}.about-title__count{font-size:100px;line-height:60px}.about-subtitle{font-size:42px;margin-bottom:50px}.about-list__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:50px}.about-list__item:last-child{margin-bottom:0}.about-list__icon{max-width:100px;min-width:100px;width:100px;flex-basis:100px;height:100px}.about-list__icon svg{width:100%;height:100%}.about-list__text{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-left:12px solid #f5fb37;margin-left:30px;padding-left:30px;font-size:30px;line-height:1.2}@media screen and (max-width:1189px){.about{padding:60px 0}.about__title{margin-bottom:60px}.about-title__count{font-size:80px}}@media screen and (max-width:999px){.about__column{width:100%}.about__column-left{text-align:center}.about__column-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.about-title{text-align:center;display:block;margin-top:0}.about-title__count{display:inline-block;font-size:inherit;line-height:inherit}.about-list{margin-bottom:60px}.about-list br{display:none}}@media screen and (max-width:767px){.about{padding:40px 0}.about-list,.about-subtitle,.about-title,.about__title{margin-bottom:40px}.about-subtitle,.about-title{font-size:24px;line-height:1.4}.about-list__icon{max-width:50px;min-width:50px;width:50px;height:50px}.about-list__text{border-left:5px solid #f5fb37;margin-left:15px;padding-left:15px;font-size:20px}}@media screen and (max-width:579px){.about{padding:25px 0}.about-list,.about-subtitle,.about-title,.about__title{margin-bottom:25px}.about-title{font-size:20px;margin-bottom:15px}.about-subtitle{font-size:14px}.about-list__item{margin-bottom:30px}.about-list__icon{max-width:32px;min-width:32px;width:32px;height:32px}.about-list__text{border-left:5px solid #f5fb37;margin-left:15px;padding-left:15px;font-size:16px}}@media screen and (max-width:479px){.about .btn-stroke{width:100%;padding-left:10px;padding-right:10px}.about-list__text{font-size:14px}}.product{background-color:#fff;padding-top:150px}.product__container{display:flex}.product__left{margin-right:40px}.product__right{width:33.33%;position:relative;padding-left:65px;display:flex}.product__right img{margin-top:130px;margin-bottom:-40px}.product-title{color:#000;font-size:60px;font-weight:700;margin-bottom:70px;line-height:1}.product-title__red{color:#b72535}.product-title__blue{color:#00b9ce}.product-title__lite{font-size:46px;font-weight:400}.product__container .product-tools{display:flex;margin-bottom:70px}.product__container .product-tools .btn:first-child{margin-right:36px}.product__container .product-tools .btn:first-child:last-child{margin-right:0}.product__container .product-tools .btn:first-child:last-child:hover{background-color:#f5fb37}.product-gallery{display:flex}.product-gallery__item{width:calc(25% - 22.5px);margin-right:30px;border:10px solid #f7f9fb}.product-gallery__item img{width:100%;display:inline-block;vertical-align:top}.product-gallery__item:last-child{margin-right:0}.product-gallery__item:hover{border-color:#f5fb37}.preview_double{padding-top:0;background-image:none;background-color:#fff}@media screen and (max-width:1189px){.product{padding:60px 0}.product__left{width:100%;margin-right:0}.product__right{display:none}.product-title{margin-bottom:60px;font-size:46px;text-align:center}.product-title__lite{font-size:40px}.product__container .product-tools{display:none}}@media screen and (max-width:999px){.product-title,.product-title__lite{font-size:34px}}@media screen and (max-width:767px){.product{padding:40px 0}.product-title{font-size:24px;margin-bottom:40px}.product-title__lite{font-size:24px}.product-gallery__item{width:calc(25% - 7.5px);margin-right:10px;border-width:5px}}@media screen and (max-width:579px){.product{padding:25px 0}.product-title{margin-bottom:25px}}@media screen and (max-width:479px){.product-title{font-size:20px}}.posts{padding:150px 0;background-color:#fff}.posts__title{margin-bottom:70px}.posts .owl-carousel .owl-dot{border-color:#e5e5e5}.posts .owl-carousel .owl-dot.active{border-color:#f5fb37}.posts .owl-stage-outer{margin:-10px;padding:10px}.posts-carousel .owl-nav .owl-next,.posts-carousel .owl-nav .owl-prev{fill:#000}.posts-carousel .posts-carousel__link{width:100%;display:inline-block;vertical-align:top;margin-bottom:40px}.posts-carousel .posts-carousel__link:hover{box-shadow:0 0 0 10px #f5fb37}.posts-carousel__img{width:100%;height:auto;display:flex}.posts-carousel__text{font-size:20px;border-left:12px solid #f5fb37;padding-left:18px}.posts-carousel__text span{display:inline;color:#000;border-bottom:1px solid #000}@media screen and (max-width:1189px){.posts{padding:60px 0}.posts__title{margin-bottom:60px}}@media screen and (max-width:767px){.posts{padding:40px 0}.posts__title{margin-bottom:40px}.posts-carousel__text{font-size:16px;border-left-width:9px}}@media screen and (max-width:579px){.posts{padding:25px 0}.posts__title{margin-bottom:25px}}.callback{display:flex;padding:80px 0;background-image:url(/static/img/bg-callback.jpg);background-position:center 0;background-repeat:no-repeat;text-align:center}.callback-title{font-size:50px;font-weight:500;color:#fff}.callback-title__lite{font-size:40px;font-weight:400}.callback-subtitle{color:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center;margin-bottom:35px}.callback-subtitle__phone{color:#f5fb37;margin-bottom:10px;font-size:80px;font-weight:700}.callback-subtitle__phone:hover{color:#f5fb37;cursor:pointer;opacity:.8;transition:.2s}.callback-subtitle__line{width:200px;height:10px;background-color:#f5fb37;display:inline-block;margin:35px 0}.callback-subtitle__lite{font-size:34px}.callback-form{display:flex}.callback-form__column{width:calc(33.33% - 30px);margin-left:40px}.callback-form__column:first-child{margin-left:0}.callback-form .btn,.callback-form .input{width:100%}.callback-note{margin-top:15px;font-size:16px;color:#e5e5e5}.callback-note a{color:#e5e5e5;text-decoration:underline}.callback-note a:hover{color:#fff;text-decoration:none}@media screen and (max-width:1189px){.callback{padding:60px 0}.callback-title{margin-bottom:60px;font-size:46px}.callback-title__lite{font-size:inherit;margin-top:5px}.callback-subtitle__phone{font-size:50px;line-height:1}.callback-subtitle__lite{font-size:36px}.callback-form{width:100%;max-width:500px;flex-direction:column;display:inline-block;margin:0 auto}.callback-form__column{width:100%;margin-left:0;margin-bottom:30px}}@media screen and (max-width:999px){.callback-title{font-size:34px}.callback-subtitle__phone{font-size:42px;line-height:1}.callback-subtitle__lite{font-size:24px}}@media screen and (max-width:767px){.callback{padding:40px 0}.callback-title{margin-bottom:40px;font-size:24px}.callback-subtitle__phone{font-size:38px;line-height:1}.callback-subtitle__lite{font-size:18px}.callback-subtitle__line{margin:20px 0}.callback-form__column{margin-bottom:20px}}@media screen and (max-width:579px){.callback{padding:25px 0}.callback-title{margin-bottom:25px;font-size:20px}.callback-subtitle__phone{font-size:30px;line-height:1}.callback-subtitle__lite{font-size:14px}.callback-subtitle__line{height:5px;margin:15px 0}}.instruction{display:flex;padding:80px 0 70px;background-color:#fff}.instruction-title{margin-bottom:75px}.instruction-title__blue{color:#00b9ce}.instruction__container{position:relative;display:flex;flex-direction:column;justify-content:space-between}.instruction-item{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:70px;text-align:left;position:relative}.instruction-item:last-child{margin-bottom:0}.instruction-item__line{width:12px;height:120px;background-color:#f5fb37;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);content:""}.instruction-item__content,.instruction-item__img{width:50%}.instruction-item__content span,.instruction-item__img span{white-space:nowrap}.instruction-item__img{display:flex;justify-content:center;align-items:center}.instruction-item__img img{max-width:100%}.instruction-item__content{font-size:20px;font-weight:500;text-transform:uppercase}.instruction-item._left .instruction-item__content{padding-left:60px}.instruction-item._right .instruction-item__content{padding-right:60px}.instruction-item._right{flex-direction:row-reverse;text-align:right}@media screen and (max-width:1189px){.instruction-title{margin-bottom:60px}.instruction-item__content{padding:0 30px;font-size:15px}.instruction-item__content br{display:none}}@media screen and (max-width:767px){.instruction-title{margin-bottom:40px}.attach .instruction__container .instruction-item__line{width:120px;height:8px;position:static;left:auto;top:auto;transform:none;margin:20px 0}.attach .instruction__container .instruction-item__content,.attach .instruction__container .instruction-item__img{width:100%;padding-right:0}.attach .instruction__container .instruction-item__content{padding-right:0;padding-left:0}.attach .instruction__container .instruction-item,.attach .instruction__container .instruction-item._left,.attach .instruction__container .instruction-item._right{flex-direction:column;text-align:center}}@media screen and (max-width:579px){.instruction-title{margin-bottom:25px}}.steps-carousel{margin-bottom:140px}.steps-carousel .owl-nav .owl-next,.steps-carousel .owl-nav .owl-prev{fill:#000}.steps-carousel .owl-dots .owl-dot:not(.active){border-color:#f3f3f3}@media screen and (max-width:1189px){.steps-carousel{margin-bottom:60px}}@media screen and (max-width:767px){.steps-carousel{margin-bottom:40px}}@media screen and (max-width:579px){.steps-carousel{margin-bottom:25px}}.tools-basket{padding:100px 0;background-color:#fff}.tools-basket__content{margin-top:70px}.basket-page-container{display:flex;justify-content:center;align-items:stretch}.basket-page-container__content{width:calc(100% - 330px)}.basket-page-container__aside{width:300px;margin-left:30px}.tools-basket-total{border:5px solid #f7f7f7;padding:20px;background-color:#fff}.tools-basket-total__title{font-size:24px;margin-bottom:20px;font-weight:700}.tools-basket-total__counts{font-size:18px;line-height:20px;margin-bottom:20px}.tools-basket-total__counts li{display:flex;margin-bottom:10px}.tools-basket-total__counts li:last-child{margin-bottom:0}.tools-basket-total__counts li._bold{font-weight:700}.tools-basket-total__left{width:48%;padding-right:5px}.tools-basket-total__right{width:52%}.tools-basket-total__note{color:#999;margin-bottom:20px}.tools-basket-total__btn{margin:20px -25px -25px;display:block}.tools-basket-promo{display:flex}.tools-basket-promo__input{width:48%;border:1px solid #bdbdbd;height:50px;color:#000;padding:0 10px;font-size:18px;text-align:center}.tools-basket-promo__input:placeholder{color:#8c8c8c}.tools-basket-promo__button{width:52%;height:50px;background-color:#f7f7f7;font-size:18px;text-align:center}.tools-basket-promo__button:hover{background-color:#f5fb37}.tools-basket-btn{width:100%;margin-bottom:20px;text-transform:uppercase}.tools-basket-list{display:flex;flex-direction:column;margin-bottom:20px}.tools-basket-list:last-child{margin-bottom:0}.tools-basket-list li{width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px;color:#000}.tools-basket-list li._title .__title{padding:0}.tools-basket-list li._title .__title span{display:flex;align-items:center;justify-content:flex-start;min-height:40px;padding-left:20px;border-left:9px solid #f5fb37;font-size:20px;font-weight:700}.tools-basket-list li._title .__cargo,.tools-basket-list li._title .__count,.tools-basket-list li._title .__delete,.tools-basket-list li._title .__pallets,.tools-basket-list li._title .__price,.tools-basket-list li._title .__size,.tools-basket-list li._title .__surface,.tools-basket-list li._title .__total{min-height:74px;font-size:14px}.tools-basket-list li._title .__cargo small,.tools-basket-list li._title .__count small,.tools-basket-list li._title .__delete small,.tools-basket-list li._title .__pallets small,.tools-basket-list li._title .__price small,.tools-basket-list li._title .__size small,.tools-basket-list li._title .__surface small,.tools-basket-list li._title .__total small{font-size:80%}.tools-basket-list li._title .__pallets{padding-left:50px}.tools-basket-list li._item{border-bottom:1px solid #e5e5e5;position:relative}.tools-basket-list li._item:hover{background-color:#f7f7f7}.tools-basket-list .__cargo,.tools-basket-list .__count,.tools-basket-list .__delete,.tools-basket-list .__pallets,.tools-basket-list .__price,.tools-basket-list .__size,.tools-basket-list .__surface,.tools-basket-list .__title,.tools-basket-list .__total{padding:15px 0 15px 20px}.tools-basket-list .__cargo ._hide,.tools-basket-list .__count ._hide,.tools-basket-list .__delete ._hide,.tools-basket-list .__pallets ._hide,.tools-basket-list .__price ._hide,.tools-basket-list .__size ._hide,.tools-basket-list .__surface ._hide,.tools-basket-list .__title ._hide,.tools-basket-list .__total ._hide{display:none}.tools-basket-list .__title{flex-basis:180px;max-width:180px;min-width:180px}.tools-basket-list .__title_big{flex-basis:340px;max-width:340px;min-width:340px}.tools-basket-list .__size{flex-basis:130px;max-width:130px;min-width:130px}.tools-basket-list .__count,.tools-basket-list .__surface{flex-basis:80px;max-width:80px;min-width:80px}.tools-basket-list .__cargo{flex-basis:160px;max-width:160px;min-width:160px}.tools-basket-list .__price{flex-basis:80px;max-width:80px;min-width:80px;white-space:nowrap}.tools-basket-list .__pallets{flex-basis:125px;max-width:125px;min-width:125px}.tools-basket-list .__total{flex-basis:100px;max-width:100px;min-width:100px;white-space:nowrap}.tools-basket-list .__delete{padding:20px 20px 20px 10px}.tools-basket-delete{width:24px;height:24px;border:2px solid #f5fb37;padding:3px;fill:#000;cursor:pointer;display:flex;background-color:#fff}.tools-basket-delete svg{width:100%;height:100%}.tools-basket-delete:hover{background-color:#f5fb37}.tools-basket-count{display:flex;justify-content:flex-start;align-items:center;text-align:center;margin-right:10px}.tools-basket-count__action{min-width:30px;height:40px;line-height:40px;font-size:26px;font-weight:100;cursor:pointer;transition:.2s}.tools-basket-count__action:hover{color:#000;background-color:#efeded}.tools-basket-count__input{min-width:40px;max-width:40px;border:1px solid #bdbdbd;height:40px;text-align:center;font-size:20px;padding:0;font-size:16px}@media screen and (max-width:1189px){.tools-basket{padding:60px 0;margin-top:50px}.tools-basket__content{margin-top:60px}.tools-basket-list li._title>:not(.__title){display:none}.tools-basket-list li._item{width:calc(100% + 40px);margin:0 -20px;background-color:#f7f7f7;flex-direction:column;padding:20px}.tools-basket-list .__cargo,.tools-basket-list .__count,.tools-basket-list .__delete,.tools-basket-list .__pallets,.tools-basket-list .__price,.tools-basket-list .__size,.tools-basket-list .__surface,.tools-basket-list .__title,.tools-basket-list .__total{flex-basis:100%;max-width:100%;min-width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0;min-height:40px}.tools-basket-list .__cargo:last-child,.tools-basket-list .__count:last-child,.tools-basket-list .__delete:last-child,.tools-basket-list .__pallets:last-child,.tools-basket-list .__price:last-child,.tools-basket-list .__size:last-child,.tools-basket-list .__surface:last-child,.tools-basket-list .__title:last-child,.tools-basket-list .__total:last-child{margin-bottom:0}.tools-basket-list .__cargo ._hide,.tools-basket-list .__count ._hide,.tools-basket-list .__delete ._hide,.tools-basket-list .__pallets ._hide,.tools-basket-list .__price ._hide,.tools-basket-list .__size ._hide,.tools-basket-list .__surface ._hide,.tools-basket-list .__title ._hide,.tools-basket-list .__total ._hide{width:50%;display:block;padding-right:10px}.tools-basket-list .__title{font-weight:700;padding-right:20px;margin-bottom:10px}.tools-basket-list .__delete{flex-basis:auto;max-width:auto;min-width:auto;position:absolute;right:5px;top:0}.tools-basket-delete{width:40px;height:40px;padding:7px;background-color:#fff}}@media screen and (max-width:767px){.tools-basket{padding:40px 0}.tools-basket__content{margin-top:40px}}@media screen and (max-width:579px){.tools-basket{padding:25px 0}.tools-basket__content{margin-top:25px}}.order{padding:100px 0;background-color:#fff}.order__content{margin-top:70px}.order-total{border:5px solid #f7f7f7;padding:20px;background-color:#fff}.order-total__title{font-size:24px;margin-bottom:15px;font-weight:700;line-height:1.2}.order-total__counts{font-size:18px;line-height:20px;margin-bottom:20px}.order-total__counts li{display:flex;margin-bottom:10px}.order-total__counts li:last-child{margin-bottom:0}.order-total__counts li._bold{font-weight:700}.order-total__left{width:48%;padding-right:5px}.order-total__right{width:52%}.order-total__note{color:#999}.order-total__btn{width:calc(100% + 50px);margin:20px -25px -25px;padding-left:12px;padding-right:12px;display:none}.order-total__prev{margin-bottom:20px;display:inline-block}.order-total__list{max-height:180px;border-color:#e5e5e5;border-style:solid;border-width:1px 0;padding:20px;background-color:#fefefe;overflow:auto;font-size:15px;margin:0 -20px 20px;line-height:1}.order-total__list li{margin-bottom:20px;display:flex}.order-total__list li .__left{flex-basis:60%;padding-right:5px}.order-total__list li .__right{flex-basis:40%}.order-total__links{list-style:none;margin:20px 0;display:flex;flex-direction:column}.order-total__links li{display:flex;margin-bottom:15px}.order-total__links a{display:flex;justify-content:flex-start;align-items:center}.order-total__links a span{font-size:22px;color:#000;border-bottom:1px dotted #000}.order-total__links a svg{width:32px;height:32px;margin-right:10px}.order-total__links a:hover span{border:0}.order-promo{display:flex}.order-promo__input{width:48%;border:1px solid #bdbdbd;height:50px;color:#000;padding:0 10px;font-size:18px;text-align:center}.order-promo__input:placeholder{color:#8c8c8c}.order-promo__button{width:52%;height:50px;background-color:#f7f7f7;font-size:18px;text-align:center}.order-promo__button:hover{background-color:#f5fb37}.order-form{display:flex;flex-direction:column}.order-form__block{margin-bottom:70px}.order-form__block:last-child{margin-bottom:0}.order-form__title{display:flex;align-items:center;justify-content:flex-start;min-height:40px;padding-left:20px;border-left:9px solid #f5fb37;font-size:34px;font-weight:700}.order-form__title_lite{padding-left:0;border-left:0;margin-bottom:30px}.order-form__slide{display:none;margin-top:70px}.order-form__slide._show{display:block}.order-form__next{width:100%;margin-left:auto;display:none}.order-form__next._show{display:block}.order-form__total{width:100%;margin-top:15px}.order-form__field{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:25px}.order-form__field._phone{width:100%;flex-direction:column}.order-form__field:last-child{margin-bottom:0}.order-form__label{width:42%;padding-right:20px;font-size:20px}.order-form__label .__red{color:red}.order-form__value{width:58%}.order-form__value._error,.order-form__value._no-hint{position:relative}.order-form__value._error .select2-selection__arrow,.order-form__value._error .select2-selection__rendered,.order-form__value._error input,.order-form__value._no-hint .select2-selection__arrow,.order-form__value._no-hint .select2-selection__rendered,.order-form__value._no-hint input{border-color:#ec0000}.order-form__value._error:after,.order-form__value._no-hint:after{width:188px;height:60px;background-image:url(/static/img/error.png);content:"";position:absolute;top:100%;left:20px;z-index:2}.order-form__value._no-hint:after{display:none}.order-form__input{width:100%;border:1px solid #bdbdbd;padding-top:16px;padding-bottom:16px}.order-form__input._home{max-width:135px}.order-tabs{display:flex;flex-direction:column}.order-tabs__input{display:none}.order-tabs__head{display:flex;border-bottom:1px solid #bdbdbd}.order-tabs__head li{width:100%;background-color:#f0f0f0;font-size:20px;line-height:26px;padding:12px 30px 12px 64px;position:relative;color:#000;cursor:pointer;display:flex;justify-content:flex-start;align-items:center}.order-tabs__head li:before{width:26px;height:26px;position:absolute;border-radius:50%;background-color:#fff;content:"";left:20px;top:50%;transform:translateY(-50%)}.order-tabs__head li.active{background-color:#f5fb37}.order-tabs__head li.active:after{width:14px;height:14px;background-color:#000;content:"";left:26px;position:absolute;border-radius:50%;top:50%;transform:translateY(-50%)}.order-tabs__item{font-size:20px;padding:40px 0;display:none}.order-tabs__item p,.order-tabs__item ul{margin-bottom:20px}.order-tabs__item p:last-child,.order-tabs__item ul:last-child{margin-bottom:0}.order-down{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:25px}.order-down:last-child{margin-bottom:0}.order-down__block{display:flex;flex-direction:column}.order-down__label{width:235px}.order-down__zone{width:calc(100% - 235px);display:flex;margin-left:auto}.order-down__btn{border:3px solid #f5fb37;font-size:20px;padding:10px 20px;line-height:24px;display:flex;flex-direction:row;justify-content:center;align-items:center}.order-down__btn svg{width:20px;height:20px;display:flex;margin-left:15px}.order-down__btn:hover{background-color:#f5fb37}.order-down__zone-big{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:5px;width:calc(100% - 235px);height:150px;border:2px dashed #b2b2b2}.order-down__zone-big:hover{background-color:#f9f9f9}.order-down__list{width:100%;display:flex;flex-direction:column}.order-phone__input{width:calc(100% - 60px);float:left}.order-phone__button{width:60px;height:60px;padding:19px;background:#f7f7f7;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;fill:#272729;cursor:pointer}.order-phone__button:hover{background:#f9f9f9}.order-phone__button svg{width:100%;height:100%;display:none}.order-phone__button.add svg.add,.order-phone__button.delete svg.delete{display:block}.order-phone__icon{width:100%;height:100%}.order-file{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:15px}.order-file:last-child{margin-bottom:0}.order-file__icon{min-width:30px;width:30px;height:35px;fill:#999;margin-right:15px}.order-file__icon svg{width:100%;height:100%}.order-file__text{padding-right:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-file__delete{min-width:24px;width:24px;height:24px;border:2px solid #f5fb37;padding:3px;fill:#000;cursor:pointer;display:flex;margin-left:auto}.order-file__delete svg{width:100%;height:100%}.order-file__delete:hover{background-color:#f5fb37}.order-date-input{max-width:250px;width:auto;position:relative}.order-date-input input{width:100%;font-size:18px;padding-top:15px;padding-bottom:15px;height:60px;background-color:transparent;position:relative}.order-date-input__icon{width:60px;height:60px;padding:15px;display:flex;fill:#4d4d4d;border:1px solid #bdbdbd;border-left:0;position:absolute;right:0;top:0}.order-date-input__icon svg{width:100%;height:100%}@media screen and (max-width:1189px){.order{padding:60px 0;margin-top:50px}.order__content{margin-top:60px}.order-form__block{margin-bottom:20px}.order-form__block:last-child{margin-bottom:0}.order-form__title{font-size:24px;margin-bottom:40px}.order-form__field{flex-direction:column}.order-form__label{width:100%;padding-left:0;margin-bottom:5px}.order-form__value{width:100%}}@media screen and (max-width:767px){.order{padding:40px 0}.order__content{margin-top:40px}.order-form__label{font-size:14px}.order-form__input{padding-top:10px;padding-bottom:10px}.order-date-input,.order-date-input input{height:50px}.order-date-input__icon{width:50px;height:50px}.order-tabs__head{flex-direction:column}.order-tabs__head li,.order-tabs__item{font-size:14px}.order-tabs__item p,.order-tabs__item ul{margin-bottom:10px}.order-tabs__item p:last-child,.order-tabs__item ul:last-child{margin-bottom:0}.order-down__label{width:auto;padding-right:5px}.order-down__zone{width:auto}.order-down__btn{font-size:14px;margin-left:auto;padding:6px 10px}.order-down._list .order-down__zone{width:100%;left:none}.order-total__title{font-size:20px}.order-total__links{margin:10px 0}.order-total__links a span{font-size:17px}.order-phone__input{width:calc(100% - 50px);float:left}.order-phone__button{width:50px;height:50px}}@media screen and (max-width:579px){.order{padding:25px 0}.order__content{margin-top:25px}.order-form__title{font-size:16px;border-left-width:5px;padding-left:15px;margin-bottom:15px}.order-total__list{max-height:none}}.order-end{padding:100px 0;background-color:#fff}.order-end__content{margin-top:70px}.order-end__text{font-size:20px;margin-top:40px}.order-end__text-count{font-size:26px;font-weight:700;display:inline}.order-end__text-thanks{font-size:30px;font-weight:500;display:inline}.order-end__btn{width:100%;margin-top:60px}@media screen and (max-width:1189px){.order-end{padding:60px 0;margin-top:50px}.order-end__content{margin-top:60px}}@media screen and (max-width:767px){.order-end{padding:40px 0}.order-end__content{margin-top:40px}.order-end__text{font-size:14px}.order-end__text-count{font-size:16px}.order-end__text-thanks{font-size:17px}}@media screen and (max-width:579px){.order-end{padding:25px 0}.order-end__content{margin-top:25px}}
