

/* Start:/local/templates/.default/libs/slick/slick.css?15771884561776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/libs/slick/slick-theme.css?15771884563145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/.default/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/.default/libs/slick/./fonts/slick.eot');
    src: url('/local/templates/.default/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/libs/slick/./fonts/slick.woff') format('woff'), url('/local/templates/.default/libs/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/.default/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/.default/libs/fancybox-master/jquery.fancybox.min.css?154158288213841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/.default/libs/form-styler/jquery.formstyler.css?15871045392175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/.default/libs/select2/select2.min.css?158018768214966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.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:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.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;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;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{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.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{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;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:bold;margin-top:5px;margin-right:10px;padding:1px}.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:bold;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-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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:solid black 1px;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--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border: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:white}.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 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);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:bold;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 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);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 transparent;border-style:solid;border-width:5px 4px 0 4px;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 transparent;border-width:0 4px 5px 4px}.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 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #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 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;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:bold;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}

/* End */


/* Start:/local/templates/.default/fonts/fonts.css?1580193281576*/
@font-face {
  font-family: 'MuseoSans';
  src: url('/local/templates/.default/fonts/MuseoSansCyrl-700.woff2') format('woff2'),
    url('/local/templates/.default/fonts/MuseoSansCyrl-700.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('/local/templates/.default/fonts/MuseoSansCyrl-900.woff2') format('woff2'),
    url('/local/templates/.default/fonts/MuseoSansCyrl-900.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('/local/templates/.default/fonts/MuseoSansCyrl-500.woff2') format('woff2'),
    url('/local/templates/.default/fonts/MuseoSansCyrl-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* End */


/* Start:/local/templates/.default/template_styles.css?1751031901160543*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.content {
  text-align: center;
}

.overlay_popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.popup {
  z-index: 1000;

}

/*
.mcont-redizine {
  border-top: 3px solid black;
}
*/ 

.mcont-redizine li{
  list-style: unset;
}

.object {
  width: 500px;
  height: 200px;
  background-color: #eee;
  padding: 31px 70px;
}

*::-webkit-input-placeholder {
  color: #4F5464;
  opacity: 1;
}

*:-moz-placeholder {
  color: #4F5464;
  opacity: 1;
}

*::-moz-placeholder {
  color: #4F5464;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #4F5464;
  opacity: 1;
}

* {
  outline: none;
}

body.open-cart {
  overflow: hidden;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.landing-public-mode .landing-ui-hide {
  display: none !important;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
.input-checkbox:not(:checked)+label.form-input--error:before,
.input-checkbox:not(:checked)+label:before {
  border: 1px solid #ffb3b9;
}

input:required:valid,
textarea:required:valid {
  border: 1px solid #9fdfbf;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  cursor: pointer;
}

input,
button {
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 135%;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  color: #1d222b;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

main {
  min-height: calc(100vh - 460px);
}

li {
  list-style: none;
}

a {
  color: #1d222b;
  text-decoration: none;
}

a:hover {
  color: #009F67;
}

.news__text a {
  /* rs */
  color: #009F67;
  border-bottom: 1px dashed #009F67;
  text-decoration: none;
}

.news__text a:hover {
  /* rs */
  color: #1d222b !important;
  border-bottom: 1px solid #1d222b;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dark {
  background-color: #1d222b;
  color: #ffffff;
}

.red {
  background-color: #db0025;
  color: #ffffff;
}

.text-red {
  color: #db0025;
}

.green,
.block-7 .btn:hover,
.block-7 .btn:focus,
.block-7 .btn:active,
.form__btn:hover,
.form__btn:focus,
.form__btn:active {
  background-color: #009F67;
  color: #ffffff;
}

.gray {
  background: #f7f7f8;
}

.gray2 {
  background: #4F5464;
}

.btn {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Open Sans', sans-serif;
}

.ok {
  color: #9fdfbf;
}

.error {
  color: #ffb3b9;
}

button {
  cursor: pointer;
}

.btn-more {
  width: 140px;
  height: 50px;
  position: relative;
  border: none;
  padding: 0 0 0 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.load_more {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.load_more:hover {
  color: #ffffff;
}

.dark.btn-more:hover,
.dark.btn-more:focus,
.dark.btn-more:active,
.load_more:hover {
  background-color: #009F67;
  color: #ffffff;
}

.animation.btn-more:after {
  -webkit-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

.btn-more:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  /* border-style: solid; */
  border-width: 25px 0 25px 10px;
  position: absolute;
  top: 0;
  right: -9px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dark.btn-more:after {
  border-color: transparent transparent transparent #1d222b;
}

.dark.btn-more:hover:after,
.dark.btn-more:focus:after,
.dark.btn-more:active:after {
  border-left-color: #009F67;
}


.red.btn-more:hover,
.red.btn-more:focus,
.red.btn-more:active,
.header__login-block .btn.dark:hover,
.header__login-block .btn.dark:focus,
.header__login-block .btn.dark:active {
  background-color: #009F67;
  color: #ffffff;
}

.header__login-block .btn.green:hover,
.header__login-block .btn.green:focus,
.header__login-block .btn.green:active {
  background-color: #1d222b;
  color: #ffffff;
}

.red.btn-more:after {
  border-color: transparent transparent transparent #db0025;
}

.red.btn-more:hover:after,
.red.btn-more:focus:after,
.red.btn-more:active:after {
  border-color: transparent transparent transparent #009F67;
}

.main-title {
  font-weight: 700;
  font-size: 62px;
  line-height: 90%;
  margin: initial;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block-title {
  font-weight: 700;
  /*font-size: 17px;*/
  line-height: 135%;
}

.block-title>a:hover {
  color: #009F67;
}

.big-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  margin: 0;
}

.subtitle {
  font-size: 11px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.before:before {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
}

.disable {
  opacity: 0.2;
}

.bold {
  font-weight: 700;
}

.small-text {
  font-size: 11px;
  line-height: 135%;
}

.card__block-item.small-text {
  /* rs */
  font-size: 13px;
  line-height: 135%;
}

.page {
  padding-bottom: 70px;
}

.page-h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  margin: 20px 0;
}

.h2-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
}

.block__title-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin: 0 0 10px 0;
}

.gray-text {
  color: #4F5464;
}

.text-green {
  color: #339955;
}

.text-white {
  color: #ffffff;
}

/*-------Header------*/
.header-wrap,
.header__login-wrap {
  /* height: 80px; */
  height: 100px;
  /* rs */
  position: relative;
}

.header {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 101;
  background: #ffffff;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* opacity: 0;
  visibility: hidden; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .2s;
}

.header.active {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-logo>img {
  max-width: 150px;
}
.header.scroll .header__inner {
  height: 60px;
}
/*
.header__menu {
   max-width: 535px; 
}
*/

.header__inner {
  /* height: 100px; */
  height: 100px;
  /* rs */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: all .2s;
}

.header-logo {
  /* width: 159px; */
  width: 200px;
  /* rs */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 15px 0 0;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-logo>img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all .3s;
}

/* .header .header-logo > img {
  height: 33px;
} */

.header__menu-link {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 18px;
  font-weight: 700;
  /*height: 100px;*/
  height: 100px;
  /* rs */
  white-space: nowrap;
  cursor: pointer;
}

.header.scroll .header__menu-link{
  height: 60px;
} 
.header.scroll .li-down:hover .menu-link__inner{
  top: 60px;
} 
.header.scroll .header__menu-li-catalog:hover .header__catalog-inner{
  top: 60px;
} 
.header.scroll .header__menu-li.li-down--elipsis:hover .header__catalog-inner{
  top: 60px;
} 

.header__menu-li:hover .header__menu-link {
  background: #dededf;
}

.header__group {
  margin: 0 0 0 auto;
}

.header__phone,
.header__city,
.header__cart {
  font-size: calc(7px + 0.4166vw);
  line-height: 14px;
}

.header__cart {
  font-weight: 700;
}

.header__city {
  /* opacity: 0.5; */
  margin: 0 0 0 47px;
  display: block;
}

.header__city:hover {
  color: #DB0025;
}

.header__lang,
.header__lang-link,
.catalog__new,
.catalog__percent {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}

.header__lang,
.header__lang-link {
  color: #4F5464;
}

.header__lang-link {
  display: block;
  margin: 0 0 4px 0;
}

.header__lang-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 0 0;
  position: relative;
  height: 12px;
}

.header__lang-drop {
  position: absolute;
  top: 12px;
  opacity: 0;
  background: #ffffff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -10px;
  width: 60px;
  /* height: 60px; */
  padding: 14px 10px 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
}

.header__lang-wrap:hover {
  overflow: initial;
}

.header__lang-wrap:hover .header__lang-drop {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.header__menu-link.elipsis {
  padding: 0 5px;
}

.header__menu-link.elipsis:after {
  height: 80px;
  width: 33px;
  content: ' ';
  display: block;
  background: url(/local/templates/.default/img/icons/Add2.svg) center/contain no-repeat;
}

.header__lang-wrap:after {
  content: ' ';
  position: absolute;
  top: 3px;
  right: -10px;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 0 0 2px;
  background: url(/local/templates/.default/img/icons/down-mini-gray.png) center/contain no-repeat;
}

.header__lang-wrap:hover::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.header__menu-li.li-down--elipsis:hover .header__catalog-inner {
  opacity: 1;
  visibility: visible;
  /* top: 80px; */
  top: 100px;
  /* rs */
}

@media screen and (max-width: 1459px) {
  .header__menu-li.li-down--elipsis:hover .header__catalog-inner {
    /* top: 70px; */
    top: 90px;
    /* rs */
  }
}

.header__phone,
.header__mail {
  margin: 0 0 0 30px;
}

.header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 30px;
}

.header__login {
  display: block;
  margin: 0 0 0 18px;
}

.header__cart:before {
  background: url(/local/templates/.default/img/icons/basket-gray.svg) center/contain no-repeat;
  margin: -2px 5px 0 0;
}

.header__login:before {
  background: url(/local/templates/.default/img/icons/man-gray.svg) center/contain no-repeat;
}

.header__login--is-auth:before {
  background: url(/local/templates/.default/img/icons/man-green.svg) center/contain no-repeat;
}

.header__search:before {
  background: url(/local/templates/.default/img/icons/search-gray.svg) center/contain no-repeat;
}

.header__mail:before {
  background: url(/local/templates/.default/img/icons/mail-gray.svg) center/contain no-repeat;
}

.header__mail:hover:before {
  background: url(/local/templates/.default/img/icons/mail-red.svg) center/contain no-repeat;
}

.header__group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 368px;
}

.header__burger {
  display: none;
}

/*--Menu--*/
.down:before,
.popup-menu__link-catalog:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  background: url(/local/templates/.default/img/icons/down-gray.svg) center/contain no-repeat;
}

.header__menu-link-catalog.down:before {
  margin: 0 5px 0 0;
  background: url(/local/templates/.default/img/icons/catalog.svg) center/contain no-repeat;
}

.header__menu-li-catalog,
.li-down,
.first-screen__inner,
.first-screen__catalog-inner,
.first-screen__catalog-li,
.check-block,
.search__input-wrap,
.footer__main-inner,
.form-input__wrap,
.map-wrap,
.catalog-wrapper,
.catalog__slider-wrap,
.catalog__slide,
.special-offer__inner,
.card-top,
.card__block-item .type-check-wrap,
.basket__color-wrap {
  position: relative;
}

.header__catalog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  /* top: 90px; */
  top: 110px;
  /* rs */
  z-index: 3;
  background: #ffffff;
  min-width: 790px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.header__menu-li-catalog .header__catalog-inner {
  min-width: 820px;
}

.header__menu-li-catalog:hover .header__catalog-inner {
  opacity: 1;
  visibility: visible;
  /* top: 80px; */
  top: 100px;
  /* rs */
}

.menu-link__inner {
  display: block;
  position: absolute;
  left: 0;
  /* top: 90px; */
  top: 110px;
  /* rs */
  z-index: 3;
  background: #ffffff;
  width: 100%;
  min-width: 499px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 30px 30px 10px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.li-down:hover .menu-link__inner {
  opacity: 1;
  visibility: visible;
  /* top: 80px; */
  top: 100px;
  /* rs */
}

.down__li>a,
.popup-menu__down-li>a,
.header__catalog-type-label,
.footer__phone,
.footer__city,
.popup-form .form-title,
.red-block__title,
.card-popup__text1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.popup-form .form-title {
  font-size: 17px;
}

.down__li>a {
  display: block;
  padding: 0;
  line-height: 135%;
  padding-bottom: 20px;
  text-transform: none;
  letter-spacing: normal;
  height: initial;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  white-space: normal;
}

.down__li>a:hover,
.down__li>a:focus,
.down__li>a:active {
  color: #339955;
}

.header__catalog-left {
  width: 375px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 22px;
}

.header__catalog-right-nav {
  display: none;
}

#type-1:checked~.header__catalog-right .type-1 {
  display: block;
}

#type-11:checked~.header__catalog-right .type-11 {
  display: block;
}

#type-add-menu-0:checked~.header__catalog-right .type-add-menu-0 {
  display: block;
}

#type-add-menu-1:checked~.header__catalog-right .type-add-menu-1 {
  display: block;
}

.header__catalog-type-label {
  margin: 0 0 19px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__catalog-type-label--has-submenu::after {
  height: 17px;
  width: 10px;
  content: ' ';
  display: block;
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
}

.header__catalog-type {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #efeff1;
}

.header__catalog-type-label:hover,
.header__catalog-type-label:hover a,
#type-1:checked+label.type-label-1,
#type-1:checked+label.type-label-1,
#type-11:checked+label.type-label-11 {
  color: #339955;
}

.header__catalog-type-label:hover::after,
.menu-catalog-type-input:checked+.header__catalog-type-label:after {
  background: url(/local/templates/.default/img/icons/next-green.svg) center/contain no-repeat;
}

.header__catalog-left-link,
.header__catalog-right-link {
  font-size: 14px;
  line-height: 135%;
  margin: 0 0 15px 0;
  display: block;
}

.header__catalog-left-link:hover,
.header__catalog-left-link:focus,
.header__catalog-left-link:active,
.header__catalog-right-link:hover,
.header__catalog-right-link:focus,
.header__catalog-right-link:active {
  color: #339955;
}

.header__catalog-right-li {
  page-break-inside: avoid;
}

.header__catalog-left-ul {
  padding: 20px 0 0 0;
}

.header__catalog-right {
  padding: 30px;
  background: #f7f7f8;
  width: 100%;
}

.header__catalog-right-ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/**/

.header__login-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__login-block {
  position: absolute;
  right: 0;
  opacity: 0;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 80px;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.header__login-block .page-h3 {
  margin: 0 40px 0 0;
  white-space: nowrap;
}

.header__login-wrap:hover .header__login-block {
  opacity: 1;
  visibility: visible;
}

.header__login-block .btn {
  width: 93px;
  height: 40px;
}

.popup-cart .header__login-block {
  top: 55px;
}

/*-----Menu Show/Hide------*/
.page__info {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.page__info.active {
  visibility: visible;
  opacity: 1;
}

.page__info {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
  position: relative;
  left: 0;
}

.page__info.active {
  position: fixed;
  /* top: 80px; */
  top: 100px;
  /* rs */
  width: 100%;
}

.page__info-wrap {
  height: 40px;
}

.page__info.page__info2 {
  position: relative;
  top: initial;
  opacity: 1;
  visibility: visible;
}

.page__info2.active {
  position: -webkit-sticky;
  position: sticky;
  /* top: 80px; */
  top: 100px;
  /* rs */
  opacity: 1;
  visibility: visible;
}

/*----Popup Menu----*/
.popup-menu {
  position: absolute;
  /* display: flex; */
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 20px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
  min-height: 630px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 101;
  visibility: hidden;
  display: none;
}

.open-menu .popup-menu {
  position: fixed;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  height: 100%;
}

.popup-menu__close {
  width: 22px;
  height: 22px;
  /* top: 27px; */
  top: 38px;
  /* rs */
  right: 27px;
  position: absolute;
  z-index: 101;
  background: url(/local/templates/.default/img/icons/close-white.svg) center/contain no-repeat;
  cursor: pointer;
}

.popup-menu .header__city,
.popup-menu .footer__cart,
.popup-menu .footer__login,
.popup-menu__lahg-link,
.popup-menu__link,
.popup-menu .header__phone,
.popup-menu .footer__mail {
  color: #ffffff;
}

.popup-menu .footer__cart-count:before {
  background: url(/local/templates/.default/img/icons/basket-white.svg) center/contain no-repeat;
  margin: -1px 5px 0 0;
}

.popup-menu .footer__login:after {
  background: url(/local/templates/.default/img/icons/man-white.svg) center/contain no-repeat;
  margin: -1px 0 0 7px;
}

.popup-menu .header__search,
.popup-menu .header__phone {
  display: block;
}

.popup-menu__group-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 42px 0;
  padding: 0 40px 0 0;
}

.popup-menu__group-2 {
  margin: 0 0 55px 0;
}

.popup-menu__lahg-wrap {
  margin: 0 0 60px 0;
}

.popup-menu__lahg-link {
  margin: 0 30px 0 0;
}

.popup-menu__nav {
  margin: 0 0 30px 0;
}

.popup-menu__li {
  margin: 0 0 20px 0;
}

.popup-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.popup-menu__link:hover {
  color: #FFFFFF;
  opacity: 0.3;
}

.popup-menu .down:before {
  background: url(/local/templates/.default/img/icons/down-white.svg) center/contain no-repeat;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.popup-menu__link-catalog:before {
  background: url(/local/templates/.default/img/icons/catalog-white.svg) center/contain no-repeat;
}

.popup-menu .down:before,
.popup-menu__link-catalog:before {
  margin-left: -22px;
  margin-right: 5px;
}

.popup-menu .header__search {
  /* margin: 0 0 68px 0; */
  margin: 0 0 48px 0;
  position: absolute;
  right: 24px;
  top: 188px;
}

.popup-menu .header__phone {
  margin: 0 30px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.popup-menu__group-2,
.popup-menu__group-3 {
  max-width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.popup-menu__bottom {
  padding: 25px 30px;
  margin: 0 -20px;
  background: #15161a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-menu .social-icon.youtube {
  background: url(/local/templates/.default/img/icons/youtube-white.svg) center/contain no-repeat;
}

.popup-menu .social-icon.facebook {
  background: url(/local/templates/.default/img/icons/facebook-white.svg) center/contain no-repeat;
}

.popup-menu .social-icon:last-child {
  margin: 0;
}

/**/
/*------First Screen------*/
.first-screen__wrap {
  position: relative;
  height: 540px;
  color: #ffffff;
  overflow: hidden;
}

.first-screen__img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 540px;
  left: 0;
  top: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.first-screen__img>img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.first-screen__subtitle {
  margin: 66px 0 35px;
}

.main-title {
  font-weight: 700;
  line-height: 90%;
}

.first-screen__info {
  line-height: 135%;
  margin: 20px 0 30px 0;
  max-width: 437px;
}

.first-screen__plus-block {
  font-size: 13px;
  line-height: 135%;
  max-width: 137px;
  margin: 245px 20% 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first-screen__plus-block.before:before {
  background: url(/local/templates/.default/img/icons/plus-white.svg) center/contain no-repeat;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.first-screen__red-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: -127px;
  right: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.first-screen__red-block:hover {
  background: #1d222b;
  color: #fff;
}

.news__text p {
  margin: 0;
}

.red-block__title {
  line-height: 135%;
  margin: 0 0 5px 0;
}

.red-block__text {
  font-size: 12px;
  line-height: 135%;
}

.first-screen__red-block:before,
.first-screen__catalog-link:before {
  background: url(/local/templates/.default/img/icons/arrow-white.svg) center/contain no-repeat;
}

.first-screen__red-block:before {
  position: absolute;
  right: 16px;
  top: 40px;
}

.first-screen__catalog {
  background: #009F67;
  width: 100%;
}

.first-screen__catalog-ul {
  margin: 0;
}

.first-screen__catalog-li {
  width: 20%;
}

.first-screen__catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 210px;
  position: relative;
  color: #fff;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 19px 24px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.first-screen__catalog-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.first-screen__catalog-img>img {
  height: 100%;
  width: auto;
}

.first-screen__catalog-title {
  font-weight: 700;
  line-height: 135%;
  max-width: 150px;
  text-transform: uppercase;
  font-size: 17px;
}

.first-screen__catalog-info {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 135%;
  max-width: 157px;
  max-height: 92px;
  overflow: hidden;
}

.first-screen__catalog-link:hover {
  background: rgba(0, 26, 12, 0.5);
  color: #ffffff;
}

.first-screen__catalog-link:hover .first-screen__catalog-info {
  opacity: 1.0;
}

.first-screen__catalog-link:before {
  position: absolute;
  right: -30px;
  bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.first-screen__catalog-link:hover:before {
  right: 10px;
}

.first-screen .main-title {
  position: relative;
  left: -4px;
}

/*-------Block-1---------*/
.block-1 {
  padding: 50px 0;
}

.block-1__item-wrap {
  width: 20%;
}

.block-1__slider-wrap {
  width: 80%;
}

.block-1 .subtitle {
  margin: 10px 0 26px 0;
}

.block-1 .btn-more {
  margin: 24px 0 65px 0;
}

.block-1 .link-all {
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.block-1 .link-all:hover::before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.block-1 .link-all,
.catalog__cost {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.arrows.before:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  right: -30px;
  background: url(/local/templates/.default/img/icons/arrow-black.png) center/contain no-repeat;
}

/*-----Slider styles---*/
.slick-prev,
.slick-next {
  width: 24px;
  height: 24px;
}

.slick-prev:before,
.slick-next:before {
  content: ' ';
  width: 24px;
  height: 24px;
  display: block;
  opacity: 1;
}

.slick-next:before {
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
}

.slick-prev:before {
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  background: url(/local/templates/.default/img/icons/next-green.svg) center/contain no-repeat;
}

.block-1__slider .slick-prev,
.news-slider .slick-prev {
  left: -45px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block-1__slider .slick-prev.prev-arrow--visible,
.news-slider .slick-prev.prev-arrow--visible {
  opacity: 1;
}

.block-1__slider .slick-prev,
.block-1__slider .slick-next {
  top: 98px;
}

.news-slider .slick-prev,
.news-slider .slick-next {
  top: 25px;
}

.block-1__slider .slick-prev,
.block-1__slider .slick-prev:hover,
.block-1__slider .slick-prev:focus,
.block-1__slider .slick-prev,
.news-slider .slick-prev {
  display: none !important;
}

.news-slider .slick-prev.prev-arrow--visible {
  display: block !important;
}

/*dots*/
.slick-dots {
  bottom: 37px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
  transition: all .3s;
}

.slick-dots li.slick-active button:before {
  font-size: 14px;
}

.slick-dots li button {
  padding: 1px;
  transition: all .3s;
}

/*----------Block-2-----------*/
.block-2 {
  background: rgba(166, 173, 185, 0.1);
  padding: 40px 0;
}

.block-2 .block-title {
  margin: 0 0 20px 0;
}

/*-----news----*/
.news__date {
  color: #4F5464;
  font-size: 12px;
  line-height: 135%;
  margin: 0 0 10px 0;
}

.news__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  margin: 0 0 10px 0;
  max-width: 340px;
  min-height: 38px;
}

.news__text,
.black-card__text,
.table-tr,
.mid-text {
  font-size: 14px;
  line-height: 135%;
}

.news-slide__inner .news__text {
  max-width: 340px;
  max-height: 135px;
  overflow: hidden;
}

/*--------Block-3--------*/
.block-3 {
  background: rgba(166, 173, 185, 0.1);
}

.block-3__inner {
  border-top: 1px solid rgba(29, 34, 43, 0.05);
  padding: 50px 20px;
}

.block-3 .block-title,
.catalog__item .block-title {
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-3 .block-title:after,
.catalog__item .block-title::after {
  content: ' ';
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 0 0 12px;
  background: url(/local/templates/.default/img/icons/mail-black.svg) center/contain no-repeat;
}

/*------Form-----*/
.subscribe__form,
.cart__link-backk,
.cart__item-inner,
.footer__bottom,
.footer__bottom-left,
.breadcrambs__ul,
.staff-wrap,
.aside .check-block,
.card__check-logo,
.basket__item-right,
.basket__item-bottom,
.delivery-item,
.basket__delivery-item,
.news-page .news__item,
.news__photo-wrap,
.home__form-passw,
.history__item-tr,
.history__item-year,
.header__cart-wrap,
.search-form,
.form__btn-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__main .home__form-passw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-input {
  width: 100%;
  height: 65px;
  border: 1px solid #4F5464;
  outline: none;
  padding: 13px 19px 0 19px;
  border-radius: 0;
  -webkit-appearance: none;
}

.popup-form .form-textarea,
.form-input__wrap label,
.form-input,
.partners-wrapper__search-input {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.subscribe .form-input__wrap {
  width: 100%;
  max-width: 541px;
  margin: 0 20px 0 0;
}

.subscribe .btn {
  height: 65px;
  font-size: 16px;
  line-height: 135%;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 15px 28px;
}

.subscribe .btn:hover,
.subscribe .btn:focus,
.subscribe .btn:active {
  background-color: #009F67;
}

.subscribe .btn.green:hover,
.subscribe .btn.green:focus,
.subscribe .btn.green:active {
  background-color: #1d222b;
}

.form-text {
  font-size: 14px;
  line-height: 135%;
  max-width: 219px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.check-info {
  font-size: 9px;
  line-height: 135%;
  margin: 0 0 0 9px;
  max-width: 194px;
}

.check-link {
  color: #339955;
  text-decoration: initial;
}

.check-link:hover {
  color: #1d222b;
}

/*-----Checkbox------*/
.check-block {
  padding: 0 0 0 36px;
  position: relative;
}

.input-checkbox:checked,
.input-checkbox:not(:checked),
.menu-catalog-type-input:checked,
.menu-catalog-type-input:not(:checked),
.type-check:checked,
.type-check:not(:checked),
.color-radio:checked,
.color-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}

.input-checkbox:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(166, 173, 185, 0.5);
  background-color: transparent;
}

.checkbox-position-fix .input-checkbox:not(:checked)+label:before {
  top: 50%;
  transform: translate(0, -50%);
}

.input-checkbox:checked+label:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #009F67;
  background: rgba(159, 223, 191, 0.5);
}
.checkbox-position-fix  .input-checkbox:checked+label:before {
  top: 50%;
  transform: translate(0, -50%);
}

.input-checkbox:checked+label:after,
.input-checkbox:not(:checked)+label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-checkbox:checked+label:after,
.input-checkbox:not(:checked)+label:after {
  left: 5px;
  top: 5px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.checkbox-position-fix .input-checkbox:checked+label:after,
.checkbox-position-fix .input-checkbox:not(:checked)+label:after {
  top: 50%;
  transform: translate(0, -50%) rotate(-53deg);
}

.input-checkbox:not(:checked)+label:after,
.input-checkbox:not(:checked)+label:after {
  opacity: 0;
}

/*--------Block-4--------*/
.block-4,
.block-5 {
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.block-4__img {
  position: absolute;
  z-index: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 38px 0 0;
}

.block-4__img img {
  object-fit: cover;
}

.block-4__inner {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 64px 0 47px 0;
}

.block__text {
  line-height: 135%;
  color: #000000;
  margin: 0 0 30px 0;
  max-width: 450px;
}

.block__text-gray {
  font-size: 13px;
  line-height: 135%;
  color: #7a808a;
  margin: 0 0 15px 0;
  max-width: 320px;
}

/*--------Block-5--------*/
.block-5__img {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.block-5__img img {
  width: initial;
  height: 100%;
  object-fit: cover;
}

.block-5__inner {
  max-width: 415px;
  z-index: 1;
  padding: 90px 0 47px 0;
  position: relative;
}

/*--------Block-6--------*/
.block-6__inner {
  padding: 80px 0 50px 0;
}

.block-6__title {
  font-weight: 700;
  line-height: 110%;
  color: #000;
  margin: 0 0 35px 0;
}

.block-6__left {
  width: 66.666%;
  padding: 0 40px 0 0;
}

.block-6__right {
  width: 33.333%;
  padding: 0 0 0 40px;
  border-left: 1px solid #4F5464;
}

.block-6 .subtitle {
  margin: 0 0 22px 0;
}

/*--------Block-7--------*/
.block-7__img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-7__img img {
  object-fit: cover;
}

.block-7 {
  height: 440px;
  position: relative;
  overflow: hidden;
  background: #f6f6f8;
}

.block-7__inner {
  padding: 146px 0 70px 0;
  max-width: 370px;
  position: relative;
  z-index: 1;
}

.block-7 .subtitle {
  margin: 0 0 15px 0;
}

.block-7 .btn {
  width: 230px;
  height: 65px;
}



/*--------Block-8  Catalog--------*/
.block-8 {
  padding: 60px 0 50px;
}

.block-8__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__main.special-offer__prod .catalog__item-wrap {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.catalog__item {
  height: 340px;
  padding: 10px 10px 20px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin: 0 0 10px 0; */
  border: 1px solid transparent;
  /* transition: all 0.3s; */
  position: relative;
}

.catalog__item:hover {
  border: 1px solid rgba(29, 34, 43, 0.2);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.catalog__img-wrap {
  position: relative;
  max-height: 190px;
  overflow: hidden;
  margin: 0 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  justify-content: center;
background-color: #eeeeee6a;
}

.catalog__img {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
mix-blend-mode: multiply;
}

.catalog__new,
.catalog__percent {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.catalog__new {
  background-color: #db0025;
  width: 38px;
}

.catalog__percent {
  width: 29px;
  background: #5cc18f;
}

.catalog__mini-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
}

.catalog__name {
  line-height: 135%;
  margin: 0 0 6px 0;
  max-width: 254px;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.catalog__name-wrap {
  max-height: 65px;
  overflow: hidden;
  position: relative;
}

.gradient:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.catalog__item .btn.add-cart {
  width: 110px;
  height: 36px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; */
}

.catalog__item:hover .add-cart {
  opacity: 1;
  visibility: visible;
  /* -webkit-transition: none;
  -o-transition: none;
  transition: none; */
}

.catalog__item:hover .catalog__name {
  color: #009F67;
}

.catalog-btn {
  width: 160px;
  height: 50px;
  margin: 60px auto;
}

.catalog-btn:hover,
.catalog-btn:focus,
.catalog-btn:active {
  background-color: #009F67;
  color: #ffffff;
}

/*--Star--*/
.catalog__name-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__star {
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0;
}

.catalog__star svg {
  fill: #ececef;
}

.catalog__star:hover svg {
  fill: #009F67;
}

.catalog__star.catalog__star--added svg {
  fill: #db0025;
}

.catalog__item:hover .catalog__star,
.catalog__star.catalog__star--added {
  opacity: 1;
}

/*--Black card--*/
.catalog__item-black-card,
.catalog__item-black-card:hover {
  border: none;
  padding: 20px 10px;
}

.black-card__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  margin: 0 0 29px 0;
  height: 32px;
}

.black-card__text {
  margin: 0 0 44px 0;
  height: 110px;
  max-width: 210px;
}

.black-card__mini-text {
  font-size: 11px;
  line-height: 135%;
  opacity: 0.5;
  margin: 9px 0 0 0;
}

.catalog__item .btn {
  width: 209px;
  height: 50px;
}

.catalog__item .btn:hover,
.catalog__item .btn:focus,
.catalog__item .btn:active {
  background-color: #1d222b;
}

.catalog__item-black-card.green .btn:hover,
.catalog__item-black-card.green .btn:focus,
.catalog__item-black-card.green .btn:active {
  background-color: #fff;
  color: #1d222b;
}

.catalog__item-black-card.dark .btn:hover,
.catalog__item-black-card.dark .btn:focus,
.catalog__item-black-card.dark .btn:active {
  background-color: #fff;
  color: #1d222b;
}

.catalog__item .subscribe__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 266px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.block-info {
  width: 100%;
  max-width: 320px;
  height: 203px;
  padding: 36px 20px;
}

.block-info a {
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  margin: 15px 0 0 0;
  display: block;
}

/*------Footer-------*/
.page-up {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 49;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.page-up:hover {
  background: #1d222b;
}

.page-up:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/.default/img/icons/up-white.svg) center/contain no-repeat;
}

.footer__main {
  background: #f7f7f8;
  padding: 40px 0 60px;
}

.footer__bottom {
  background: rgba(166, 173, 185, 0.3);
  height: 50px;
}

.footer__bottom-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__main-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.footer__main-group-inner {
  align-items: center;
}

.footer .logo {
  max-width: 380px;
  width: 100%;
  justify-content: flex-start;
  /* margin: 0 0 20px 0; */
}

.logo__img-wrap {
  width: 100%;
}

.logo__img-wrap:nth-child(1) {
  margin: 0 10px 0 0;
}

.logo__img-wrap img {
  max-width: 100%;
}

.footer__ul {
  max-width: 410px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 18px 0;
}

.footer__li {
  margin: 0 28px 0 0;
}

.footer__link {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer__link:hover {
  color: #009F67;
}

.footer__phone {
  margin: 0 30px 0 0;
  white-space: nowrap;
}

.footer__cart,
.footer__login {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__cart {
  margin: 0 66px 0 0;
}

.footer__cart-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 13px;
}

.footer__cart-count:before,
.footer__login:after,
.header__cart:before,
.header__login:before,
.header__search:before,
.header__mail:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
}

.footer .footer__cart-count:before {
  background: url(/local/templates/.default/img/icons/basket-black.svg) center/contain no-repeat;
  margin: -2px 5px 0 0;
}

.footer__login:after {
  background: url(/local/templates/.default/img/icons/men-black.svg) center/contain no-repeat;
  margin: -2px 0 0 10px;
}

.footer__mail {
  font-size: 14px;
  line-height: 100%;
  margin: 0 0 28px 0;
  display: block;
}

.footer__bottom-cookies,
.footer__bottom-copy {
  font-size: 12px;
  line-height: 14px;
}

.footer__bottom-copy {
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.footer__phone {
  margin: 20px 30px 20px 0;
  display: inline-block;
}

.footer__bottom-left {
  margin: 0 auto;
}

.social-icon {
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  display: block;
}

.footer .social-icon.youtube {
  background: url(/local/templates/.default/img/icons/Youtube.svg) center/contain no-repeat;
}

.footer .social-icon.facebook {
  background: url(/local/templates/.default/img/icons/Facebook.svg) center/contain no-repeat;
}

/*-----Popup Form-----*/
.popup-form {
  max-width: 740px;
  width: 100%;
  display: none;
}

.bx-auth-form {
  display: block;
}

.form-wrapper {
  display: block;
}

.popup-form .form-title {
  margin: 0 0 32px 0;
  width: 100%;
}

.popup-form .form-input {
  padding: 13px 0 0 19px;
}

.popup-form .form-textarea {
  padding: 22px 0 0 19px;
  height: 150px;
  font-family: 'Open Sans', sans-serif;
  resize: none;
}

.form__btn {
  width: 220px;
  height: 60px;
}

.form-input__wrap {
  width: 100%;
}

.popup-form .form .form-input__wrap {
  width: calc(100% - 240px);
  margin: 0 0 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-form .form .form-group {
  position: absolute;
  top: 102px;
  right: 20px;
  max-width: 220px;
}

.popup-form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* min-height: 350px; */
}

.popup-form .form .check-block:nth-child(7) {
  margin: 10px 0 0 0;
}

.popup-form .form .check-block .check-info {
  max-width: 270px;
}

.popup-form .form-group .check-info {
  font-size: 14px;
  line-height: 135%;
}

.form-input__wrap label,
.partners-wrapper__search-input:placeholder-shown+label.partners-wrapper__search-label,
.block-3__inner .form-input:placeholder-shown+label.form-label,
.basket__delivery-content .form-input:placeholder-shown+label.form-label {
  position: absolute;
  color: #4F5464;
  top: 19px;
  left: 19px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  font-size: 16px;
  line-height: 135%;
}

.form-field-is-filled+label.form-label,
.form-field-is-filled+label.form-label,
.form-input__wrap input:focus+label.form-label,
.form-input__wrap textarea:focus+label.form-label,
.partners-wrapper__search-input:focus+label.partners-wrapper__search-label,
.partners-wrapper__search-input:active+label.partners-wrapper__search-label,
.partners-wrapper__search-input+label.partners-wrapper__search-label,
.block-3__inner .form-input+label.form-label,
.block-3__inner .form-input:focus+label.form-label,
.basket__delivery-content .form-input+label.form-label,
.basket__delivery-content .form-input:focus+label.form-label {
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  color: #4F5464;
  top: 19px;
  left: 19px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.search-form .form-input__wrap input:focus+label.form-label,
.search-form .form-field-is-filled+label.form-label {
  left: 0;
}

.fancybox-slide--html .popup-form .fancybox-close-small {
  margin: 10px 10px 0 0;
}

.popup-form.fancybox-content {
  padding: 44px 20px;
}

/*2*/
.form__btn-wrap {
  margin-top: 40px;
}

.form__btn-wrap .mid-text {
  margin: 0 0 0 20px;
}

/*3*/
.form-entrance .input-checkbox:not(:checked)+label:before,
.form-entrance .input-checkbox:checked+label:before {
  left: -20px;
  top: -22px;
}

.form-entrance .input-checkbox:checked+label:after,
.form-entrance .input-checkbox:not(:checked)+label:after {
  left: -15px;
  top: -17px;
}

/*4*/
.form.form-organization .form-input__wrap {
  width: 100%;
}

.form.form-organization .form__group,
.form.form-logo .form__group {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form.form-organization .form__group>div {
  width: calc(50% - 10px);
}

.form.form-organization .form-textarea {
  height: 234px;
}

/*5*/
.form.form-logo .logo-add {
  width: 160px;
  height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  margin: 25px 0 0 0;
}

.form.form-logo .file-load input {
  position: absolute;
  visibility: hidden;
  left: -999px;
}

.form-logo__img-wrap {
  width: 67.777%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 220px;
}

.form-logo__img-wrap img {
  height: 100%;
  width: auto;
}

.form-logo__inner {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*6*/
.form-address .form__group {
  width: 100%;
}

.form.form-address .form__group>div {
  width: 50%;
}

.form.form-address .form-input__wrap {
  width: calc(100% - 20px);
}

.form.form-address .form__btn {
  margin: -68px 0 0 0;
}

/*-------Breadcrambs-----*/
.breadcrambs {
  margin: 45px 0 0 0;
}

.breadcrambs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 135%;
}

.breadcrambs__link:before,
.last-bread:after {
  content: ' / ';
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 0 5px;
}

.breadcrambs__li:first-child .breadcrambs__link:before {
  display: none;
}

.breadcrambs__li:first-child .breadcrambs__link {
  width: 16px;
  height: 16px;
  content: ' ';
  display: block;
  background: url(/local/templates/.default/img/icons/home-black.svg) center/contain no-repeat;
  text-indent: -9999px;
}

.breadcrambs__ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-------Second Page-----*/
.second-page>.page-block-wrap>p,
.second-page>p,
.second-page>.second-page-text>p,
/* rs */
.news__detail-text {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 30px;
  max-width: 60%;
  padding: 0 20px 0 0;
}

.new_p_c .second-page-text>p {
  max-width: 100%;
}

.card-page .second-page p {
  max-width: 100%;
}

.second-page h1 {
  font-size: 62px;
  max-width: 80%;
  margin: initial;
  margin-bottom: 30px;
  font-weight: 700;
  /* line-height: 90%; */
  line-height: 100%;
  /* rs */
}

.second-page h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 135%;
  margin: 20px 0 30px 0;
  max-width: 40%;
}

.second-page h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  margin: 20px 0;
  max-width: 40%;
}

.text-lead,
p.text-lead {
  font-size: 24px;
  line-height: 135%;
  color: #15161a;
  margin: 0 0 47px 0;
}

.page-text {
  font-size: 16px;
  line-height: 135%;
}

.page-sub {
  font-size: 14px;
  line-height: 135%;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.page__img-sub {
  margin: 20px 0 20px auto;
}

.page__img-sub-left {
  margin: 20px 0 0 0;
}

.page-h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 135%;
  margin: 20px 0 30px 0;
}

.news-h2 {
  /* rs */
  padding-top: 96px;
}

.caption {
  font-size: 19px;
  line-height: 135%;
  color: #15161a;
}

.accent-text {
  font-size: 80px;
  line-height: 70px;
  margin-bottom: 5px;
}

/*ul, ol*/
.page-li,
.second-page li {
  list-style: none;
  position: relative;
  margin: 3px 0 24px;
  font-size: 16px;
  line-height: 135%;
  padding-left: 27px;
}

.page-ol,
.page-ul,
.second-page ul,
.second-page ol {
  max-width: 60%;
  margin: 0 0 60px 0;
  padding: 0 20px 0 0;
}

.second-page ul.slick-dots {
  max-width: 100%;
  margin: initial;
  padding: initial;
}

.card-page .second-page ol,
.card-page .second-page ul {
  max-width: 100%;
}

.card-page li {
  max-width: 100%;
}

.page-ul .page-li:before,
.second-page ul li:before {
  content: ' ';
  /* content: '\2022 '; */
  color: #000;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0.2rem;
  background-color: #db0025;
  width: 0.7rem;
  height: 0.8rem;
  transform: skewX(-40deg);
}

.second-page .slick-slider ul li:before {
  display: none;
}

.second-page .slick-slider ul {
  margin: 0;
}

.page-ol,
.second-page ol {
  counter-reset: num;
}

.page-ol .page-li:before,
.second-page ol li:before {
  content: counter(num) ' ';
  counter-increment: num;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.right-note {
  position: absolute;
  right: -270px;
  top: 0;
}

.what-we-do li {
  position: relative;
}

/*img*/
.block-img-wrap {
  overflow: hidden;
}

.block-img-wrap>img {
  width: 100%;
  height: auto;
}

/*img-block*/
.page__block-img-wrap {
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__block-img-wrap .block-img-wrap {
  max-width: calc(20% - 20px);
  margin: 20px 10px;
  max-height: 260px;
}

/*table*/
table {
  margin: 0 0 90px 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  line-height: 135%;
}

th {
  font-weight: 700;
  padding: 7px 15px;
  border-bottom: 1px solid #1d222b;
  vertical-align: bottom;
}

.second-page td {
  padding: 12px 15px;
}

.second-page td {
  border-bottom: 1px solid #4F5464;
}

/**/
.mb-30 {
  margin-bottom: 30px;
}

.page-mt {
  margin-top: 50px;
}

.page__img-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__img-wrap iframe {
  width: 100%;
  height: 100%;
}

.big__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-aside {
  max-width: 260px;
}

.w-40 {
  max-width: 40%;
}

.w-80 {
  max-width: 80%;
}

.mb-10 {
  margin: 0 0 10px 0;
}

.m-20 {
  margin: 20px 0;
}

.main-h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
}

.page-title {
  margin: 50px 0 30px 0;
  max-width: 60%;
}

.aside-line {
  padding: 26px 0 0 20px;
  border-left: 1px solid #4F5464;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*-----News Item Page----*/

.news-item__slide,
.news-item__slide.slick-active {
  /* padding: 0 0 0 150px; */
  padding: 0 0 0 50px;
  /* rs */
}

.news-item__slide.slick-current.slick-active,
.news-item__slide.slick-slide.slick-current {
  /* padding: 0 150px 0 0; */
  /* padding: 0 50px 0 0; */
  /* rs */
}

.news-item__slider .slick-prev {
  left: -43px;
}

.news-item__slider .slick-next {
  right: -43px;
}

.news-item__slider .slick-prev,
.news-item__slider .slick-next {
  top: 10%;
}

.news-item__img-wrap {
  overflow: hidden;
  margin: 40px 0 0 0;
}

.news-item__slider .news__title {
  height: 36px;
  overflow: hidden;
}

.news-slide .news__title:hover a {
  color: #009F67;
}

.news-item__slider .news__text {
  height: 5rem;
  overflow: hidden;
  /* rs */
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {

  /* rs */
  .news-item__slider .news__text {
    height: 150px;
  }
}

/*-----About Page-----*/
.about-page .main-title {
  margin: 0 0 50px 0;
}

.contacts {
  /*margin: 0 0 80px 0;*/
  margin: 0 0 40px 0;
  /* rs */
}

.contacts__item-address {
  max-width: 302px;
}

.contacts__inner:nth-child(1) {
  width: 40%;
}

.contacts__inner:nth-child(2) {
  width: 60%;
}

.contacts__item {
  margin: 0 0 40px 0;
}

.contacts__item .subtitle {
  margin: 0 0 12px 0;
}

.contacts__item .page-h2 {
  margin: 0 0 5px 0;
}

.contacts__item .page-text {
  display: block;
  width: max-content;
}

.contacts__item .page-text.text-green {
  margin: 5px 0 0 0;
}

.contacts__item-wrap .contacts__item {
  width: 50%;
}

.contacts__photo {
  display: block;
  width: 160px;
  height: 120px;
}

.contacts__photo>img {
  width: 100%;
}

.map-wrap {
  width: 100%;
  height: 540px;
}

.map {
  position: absolute;
  width: calc(100% + 50vw - 690px);
}

/*staff*/
.staff {
  padding: 100px 0;
  margin: 0 0 70px 0;
  /* rs */
}

.staff-wrap {
  margin: 0 0 90px 0;
}

.staff-wrap:last-child,
.popup-cart .basket__btn,
.requisites__item .page-h2,
.card__check-logo.mid-text,
.home__form-passw .basket__delivery-btn,
.history__drop-item .basket__item-main,
.popup-cart .basket__color {
  margin: 0;
}

.staff-wrap .page-h2 {
  width: 100%;
  max-width: 175px;
  padding: 0 25px 0 0;
}

.staff__item {
  width: 100%;
  max-width: 350px;
  padding: 0 20px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.staff__img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 20px 0 0;
}


.staff__img>img {
  width: 100%;
}

.staff__name {
  margin: 0 0 12px 0;
  white-space: pre-wrap;
  max-width: 100px;
}

.staff__item .page-sub {
  margin: 0 0 12px 0;
}

.contacts__item-inner {
  margin: 0 0 20px 0;
}

/*requisites*/
.requisites__inner {
  /*margin: 70px 0 0 0;*/
  margin: 0;
  /* rs */
}

.requisites__item {
  margin: 0 0 24px 0;
  width: 100%;
  max-width: 270px;
  padding: 0 20px 0 0;
}

.requisites__item .subtitle {
  margin: 0 0 8px 0;
}

.requisites .requisites__item {
  width: 270px;
}

.requisites .requisites__item-banks {
  width: 365px;
  max-width: 365px;
}

.requisites__link {
  white-space: nowrap;
}

/*-------Catalog Page-------*/
.catalog-page .catalog-wrap {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}

.catalog__top-block {
  margin: 80px 0 42px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__top-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-screen {
  position: relative;
  height: 380px;
  padding: 0 0 40px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.catalog__slider-wrap {
  overflow: hidden;
}

.catalog__slider-wrap,
.catalog__slide {
  height: 380px;
}

.catalog__slide .first-screen__plus-block {
  margin: auto;
  margin-right: 20%;
}

.card-screen__subtitle {
  margin: 0 0 5px 0;
}

.card-screen .block__title-2 {
  margin: 0 0 20px -1px;
}

.block__title-2 .rub {
  font-weight: normal;
}

.card-screen__info {
  max-width: 279px;
  margin: 0 0 42px 0;
}

.catalog__slide,
.catalog__slide .block__title-2 {
  color: #ffffff;
}

.catalog__slide-img-wrap {
  top: 0;
  position: absolute;
  height: 380px;
  overflow: hidden;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog__slide-img-wrap>img {
  height: 100%;
  width: auto;
}

.aside__discard {
  display: none;
}

/*slider btn*/
.slick-prev,
.slick-next {
  z-index: 3;
  top: initial;
  bottom: 30px;
}

.catalog__slider .slick-prev:before,
.catalog__slider .slick-next:before {
  content: ' ';
  width: 24px;
  height: 24px;
  display: block;
  z-index: 2;
}

.catalog__slider .slick-prev:before {
  background: url(/local/templates/.default/img/icons/prev-white.svg) center/contain no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.catalog__slider .slick-next:before {
  background: url(/local/templates/.default/img/icons/next-white.svg) center/contain no-repeat;
}

.catalog__slider .slick-prev {
  left: calc(50% - 760px);
}

.catalog__slider .slick-next {
  right: calc(50% - 760px);
}

.catalog__slider .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 43px;
  right: calc(50% - 710px);
}

/**/
.catalog__main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__inner {
  width: 80%;
}

.catalog__inner .catalog__item-wrap {
  /* flex: 0 0 25%;
  max-width: 25%; */
  width: 276px;
  min-width: 276px;
}

.block-8 .catalog__item-wrap,
.block-8__inner .catalog__item-wrap,
.viewed-products .catalog__item-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* .catalog-wrapper {
  position: static;
} */
/*-special offer-*/
.catalog-page .special-offer {
  position: absolute;
  padding: 40px 0 10px 0;
  left: 0;
  right: 0;
  height: 540px;
  width: 100%;
}

.special-offer-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 540px;
  margin: 0 0 20px 0;
}

.catalog-page .special-offer-wrapper {
  overflow: hidden;
  position: relative;
}

.special-offer-wrapper .gradient:before {
  display: none;
}

.catalog__name .special-offer__inner {
  z-index: 1;
}

.special-offer .block__title-2 {
  margin: 0 0 8px 0;
}

.special-offer .mid-text {
  max-width: 310px;
  margin: 0 0 38px 0;
}

.special-offer .special-offer__img {
  height: 540px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: calc(100% - 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.special-offer .special-offer__img>img {
  height: 100%;
  width: auto;
}

.special-offer .catalog__img-wrap {
  background: #f6f6f8;
}

.special-offer .catalog__img {
  mix-blend-mode: multiply;
}

/**/
.filter-wrap {
  height: 30px;
  padding: 0px 15px;
  border: 1px solid #4F5464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 17px 0 0 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  line-height: 135%;
}

.filter-wrap:hover {
  background: rgba(53, 153, 105, .8);
  border: 1px solid #009F67;
}

.filter-wrap .filter-icon {
  font-size: 7px;
  line-height: 100%;
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.switch {
  min-width: 74px;
  height: 30px;
  margin: 17px 0 0 10px;
  background: #009F67;
  border: 1px solid #009F67;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  cursor: pointer;
}

.switch:after {
  content: ' ';
  width: 14px;
  height: 30px;
  background: #1d222b;
  position: absolute;
  top: -1px;
  right: 7px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.clicked.switch:after {
  left: 7px;
}

.clicked.switch {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 8px 0 15px;
  background: #ffffff;
  color: #1d222b;
  border: 1px solid #4F5464;
}

.filter-title {
  margin: 20px 0 3px 24px;
  display: block;
}

/*aside*/
.aside {
  /*padding: 95px 40px 0 0;*/
  padding: 95px 0 0 40px;
  width: 100%;
  max-width: 20%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  right: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
}

.switched-off .aside {
  position: absolute;
  visibility: hidden;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.switched-off .catalog__inner {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.switched-off .catalog__inner .catalog__item-wrap {
  /* flex: 0 0 20%;
  max-width: 20%; */
  width: 276px;
  min-width: 276px;
}

.aside .check-block {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 135%;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside__filter-wrap.d-flex .check-block {
  width: 50%;
}

.check-block.disable .input-checkbox:checked+label:before {
  border: 1px solid rgba(166, 173, 185, 0.5);
  background: none;
}

.check-block.disable .input-checkbox:checked+label:after {
  display: none;
}

.aside__filter-title {
  margin: 0 0 10px 0;
}

.aside__filter-item {
  margin: 0 0 35px 0;
}

.aside__filter {
  display: none;
}

/*--------Card Page---------*/
.card-top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-top__img>img {
  height: 100%;
  width: auto;
}

.card-top__inner {
  position: relative;
  z-index: 1;
  min-height: 320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.card-top__descr {
  max-width: 300px;
  margin: 0 0 0 25%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card-top__inner .main-title {
  max-width: 470px;
}

/**/
.page__info.page__info2 {
  margin: -40px 0 0 0;
  z-index: 50;
  background: transparent;
  height: 100%;
}

.page__info2.page__info:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 50%;
  content: ' ';
  display: block;
  background: #f7f7f8;
}

.page__info .breadcrambs {
  margin: 0;
}

.page__info2 .breadcrambs__link {
  color: #ffffff;
}

.page__info2 .breadcrambs__li:first-child .breadcrambs__link {
  background: url(/local/templates/.default/img/icons/home-white.svg) center/contain no-repeat;
}

.page__info-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.page__info2 .page__info-inner {
  justify-content: flex-end;
}

.breadcrambs-wrap {
  position: relative;
  min-height: 40px;
}

.breadcrambs-wrap .breadcrambs {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 51;
  max-width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
}

.page-info__nav {
  background: #f7f7f8;
  min-width: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-info__ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-info__li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.page-info__link--active {
  background-color: #fff;
  cursor: default;
  border-width: 2px;
}

.page-info__link:hover,
.page-info__link:focus,
.page-info__link:active {
  color: #009F67;
}

.page__info.scroll,
.page__info {
  background: #f7f7f8;
}

.scroll .breadcrambs__link,
.page__info2.scroll .breadcrambs__link {
  color: #1d222b;
}

.scroll.page__info .breadcrambs__link.home {
  background: url(/local/templates/.default/img/icons/home-black.svg) center/contain no-repeat;
}

.options-card-wrap {
  display: flex;
  flex-wrap: wrap;
}

/*card-main*/
.card-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 20px 2fr;
  grid-template-columns: 3fr 2fr;
  -ms-grid-rows: 660px 20px 1fr;
  grid-template-rows: 660px 1fr;
  grid-gap: 20px;
  margin: 60px 0 40px 0;
}

.card-main>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.card-main>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.card-main>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.card-main>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.options-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.options-title {
  font-size: 14px;
  line-height: 135%;
  color: #4F5464;
  margin-bottom: 6px;
  display: block;
}

.options--barcode,
.options--rfid,
.options--logo {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  left: 30px;
}

.options--barcode {
  background: url(/local/templates/.default/img/icons/Barcode.svg) center/contain no-repeat;
}

.options--rfid {
  background: url(/local/templates/.default/img/icons/RFID.svg) center/contain no-repeat;
}

.options--logo {
  background: url(/local/templates/.default/img/icons/Logotip.svg) center/contain no-repeat;
}

.options--barcode:not(:last-child),
.options--rfid:not(:last-child),
.options--logo:not(:last-child) {
  margin-right: 30px;
}

.options-card .check-wrap {
  position: relative;
}

.options-card .check-wrap:not(:last-child) {
  margin-right: 17px;
}

.options-card .label-checkbox {
  height: 32px;
  width: 64px;
  display: block;
}

.check-block {
  padding: 0 0 0 36px;
  position: relative;
}

.options-card input {
  position: absolute;
  left: -9999px;
}

.options-card input:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(166, 173, 185, 0.5);
  background-color: transparent;
}

.options-card input:checked+label:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0px;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid #009F67;
  background: rgba(159, 223, 191, 0.5);
}

.options-card input:checked+label:after,
.options-card input:not(:checked)+label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.options-card input:checked+label:after,
.options-card input:not(:checked)+label:after {
  left: 5px;
  top: 7px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.options-card input:not(:checked)+label:after,
.options-card input:not(:checked)+label:after {
  opacity: 0;
}

/*slider*/
.card__slider-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 708px;
  max-width: 790px;
}

.card__slider-wrap .card__img-wrap {
  height: 600px;
  /* background: #ececef; */
  border: 1px solid #ECECEF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__slider-nav .card__img-wrap {
  height: 109px;
  /* background: #ececef; */
  border: 1px solid #ECECEF;
  overflow: hidden;
  border-left: none;
  margin: 0;
  transition: all .3s;
}

.card__slider-nav .slick-current .card__img-wrap {
  border: 1px solid #009F67;
}

.card__slider-nav-wrap {
  margin: 0;
  max-width: 643px;
}

.card__slider-nav-wrap .slick-track {
  margin-left: 0;
}

.card__slider-nav .slick-current .card__img-wrap {
  border: 1px solid #009F67;
}

.card__slider-nav .slick-prev {
  display: none !important;
}

.card__slider-nav .slick-next {
  display: block;
  right: -40px;
}

.card__slider-nav .next {
  position: absolute;
  top: calc(50% - 19px);
  right: -46px;
  font-size: 11px;
  line-height: 135%;
  color: #009F67;
}

.card__slider-nav .next:before {
  content: ' ';
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto 3px;
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
}

.card__slider .card__img-wrap img {
  max-height: 100%;
  height: 100%;
  width: auto;
}

/**/
.card-main__descr {
  padding: 60px 30px 0 0;
}

.card-main__descr .block-title {
  margin: 0 0 23px 0;
}

.card-main__descr .page-li {
  margin: 0 0 10px 0;
}

/**/
.card-main__right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* .card__block-item {
  margin: 0 0 30px 0;
}
 */
.card__block-item {
  /* rs */
  margin: 0 0 25px 0;
}

.card__descr2 {
  margin: 0 0 30px 0;
  max-width: 430px;
}

.card__descr3 {
  margin-right: 43px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-page .color-wrap,
.card-page .check-block {
  width: 50%;
}

.color-label,
.basket__color {
  width: 50px;
  height: 30px;
  cursor: pointer;
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

}

.color-label {
  cursor: pointer;
}

.card__check-logo:before,
.basket__item-logo:before,
.home__logo-block .block__title-2:before {
  width: 24px;
  height: 24px;
  content: ' ';
  margin: 0 5px 0 0;
  display: block;
  background: url(/local/templates/.default/img/icons/gear-black.svg) center/contain no-repeat;
}

.home__logo-block .home__logo-img img {
  max-width: 130px;
  max-height: 130px;
}

.card__block-item .mid-text {
  margin: 0 0 6px 0;
}

.card__block-item .card__check-logo {
  margin-bottom: 0;
}

.type-label {
  height: 30px;
  position: relative;
  background: #ffffff;
  border: 1px solid #4F5464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  margin: 0 10px 10px 0;
}

.type-check:checked+label {
  border: 1px solid #009F67;
  background: rgba(159, 223, 191, 0.5);
}

.color-radio:checked+label:after {
  content: ' ';
  display: block;
  margin: 0 6px 0 0;
  width: 16px;
  height: 15px;
  background: url(/local/templates/.default/img/icons/check-white.svg) center/contain no-repeat;
}

#IksaFFF.color-radio:checked+label:after {
  background: url(/local/templates/.default/img/icons/check-black.svg) center/contain no-repeat;
}

.number {
  background: transparent;
  height: 24px;
  width: 109px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  border: none;
  outline: none;
}

.input-wrap {
  position: relative;
  display: block;
  max-width: 109px;
}

.input-wrap input {
  -moz-appearance: textfield;
}

.input-wrap input::-webkit-inner-spin-button {
  display: none;
}

.input-wrap button {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 24px;
  border: 1px solid #4F5464;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: none;
  padding: 0;
  outline: none;
}

.input-wrap button:nth-of-type(1) {
  top: 0;
  right: 0;
}

.input-wrap button:nth-of-type(2) {
  top: 0;
  left: 0;
}

.input-wrap button:nth-of-type(1):before,
.input-wrap button:nth-of-type(2):before {
  display: block;
  width: 22px;
  height: 22px;
  content: ' ';
}

.input-wrap button:nth-of-type(1):before {
  background: url(/local/templates/.default/img/icons/plus.svg) center no-repeat;
}

.input-wrap button:nth-of-type(2):before {
  background: url(/local/templates/.default/img/icons/minus.svg) center no-repeat;
}

.card__btn {
  width: 250px;
  height: 60px;
}

.card__btn:hover {
  background-color: #1d222b;
  color: #ffffff;
}

.card__block-item-number {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__block-item-cost {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
}

.card__block-item .card__cost {
  white-space: nowrap;
  margin: 0 0 0 8px;
}

/* вместо класса rub и подключения шрифта rouble */
/* .card__block-item .card__cost::after {
	content: ' \20BD';
} */

.card__block-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card__block-item-quantity {
  max-width: 420px;
  margin: 30px 0 15px 0;
  overflow-x: auto;
  position: relative;
  padding-right: 100px;
  width: fit-content;
  min-height: 90px;
}

.card__block-item .quality-item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 77px;
}

.card__block-item .quality-item:last-child {
  min-width: 100px;
  padding-left: 10px;
  position: sticky;
  right: -100px;
  background: #ffffff;
}

.card__block-item .quality-item:last-child:before {
  position: absolute;
  content: ' ';
  display: flex;
  height: 100%;
  width: 30px;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  left: -20px;
  top: 0;
}

.card__block-item-quantity::-webkit-scrollbar,
.card__block-item-quantity::-webkit-scrollbar-track {
  background: #d9d9d9;
  width: 100%;
  height: 6px;
}

.card__block-item-quantity::-webkit-scrollbar-thumb {
  height: 6px;
  background: #009F67;
}

.card__block-item .quality-item>div {
  margin: 0 0 3px 0;
}

.card__block-item .quality-item:last-child .bold {
  margin: 0 0 0 10px;
}

.card__block-item.small-text {
  max-width: 339px;
}

.check-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-btn-wrapper {
  display: none;
}

/**/
.card-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 80px 0;
}

.card-bottom__inner:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

/* .card-bottom__inner:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
} */

.card-bottom__inner:last-child {
  /* rs */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.card-bottom__inner .page-h2 {
  max-width: 250px;
  margin: 0 0 23px 0;
}

.card__character-tr {
  margin: 0 0 11px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .bold.card__character-td {
  width: 33.333%;
  max-width: 160px;
}

.card__character-td:last-child {
  width: 67.7777%;
  padding: 0 150px 0 0;
} */


.bold.card__character-td {
  /* rs */
  width: 37%;
  max-width: 300px;
}

.card__character-td:last-child {
  /* rs */
  width: 60%;
  padding: 0 150px 0 0;
}

.card__character-tr>.small-text {
  /* rs */
  font-size: 16px;
}


.block__title-2 {
  margin: 0 0 12px 0;
  max-width: 373px;
}

.card-bottom__inner .page-sub {
  max-width: 272px;
  margin: 0 0 32px 0;
}

.card__sertificate {
  display: block;
  width: 100px;
  height: 140px;
  margin: 0 1px 1px 0;
}

/**/
.viewed-products {
  margin: 60px 0 0 0;
}

.viewed-products .block-8__inner {
  display: block;
  overflow: hidden;

}

/*card-popup*/
.card-popup {
  max-width: 430px;
  height: 74px;
  background: #f8f8f8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -25px;
}

.card-popup__text2 {
  font-size: 11px;
  line-height: 135%;
  margin-left: 15px;
}

.card-popup__icon {
  width: 32px;
  height: 32px;
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
}

/*----------------Basket--------------*/
.basket__item .number {
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
}

.basket-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 20px 2fr;
  grid-template-columns: 3fr 2fr;
  grid-gap: 20px;
}

.basket__left {
  padding: 0 30px 0 0;
}

.basket__item-right {
  margin: 0 0 0 15px;
}

.basket__item-right .options--barcode,
.basket__item-right .options--rfid,
.basket__item-right .options--logo {
  left: 0;
}

.basket__item-main {
  max-width: calc(100% - 153px);
}

.history__drop-inner .basket__item-main {
  width: initial;
  max-width: initial;
  display: flex;
  align-items: center;
}

.basket__item-wrap {
  margin: 0 0 120px 0;
}

.basket__item {
  padding: 30px 0 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket__item:not(:last-child) {
  border-bottom: 1px solid #ececef;
}

.basket__item-bottom {
  width: 100%;
}

.basket__item-bottom>.d-flex {
  align-items: center;
}

.basket__close {
  font-size: 20px;
  opacity: 0.3;
  cursor: pointer;
}

.basket__item:hover .basket__close {
  opacity: 1;
}

.basket__item-logo {
  margin: 0 26px 0 0;
  opacity: 0.2;
  cursor: pointer;
}

.basket__item-logo--checked {
  opacity: 1;
}

.basket__color {
  margin: 0 15px 0 0;
  position: relative;
}

.basket__color:after {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/.default/img/icons/color-icon.svg) center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 7px;
  visibility: hidden;
}

.basket__color.white-color-block {
  border: 1px solid #ECECEF;
}

.basket__color.white-color-block:after {
  background: url(/local/templates/.default/img/icons/color-icon-black.svg) center/contain no-repeat;
}

.color-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket__color:hover::after {
  visibility: visible;
}

.basket__item .cost {
  margin: 0 5px 0 15px;
}

.basket__right-item-total .block__title-2 {
  white-space: nowrap;
}

.blue {
  background: #0072db;
}

.yellow {
  background: #eac400;
}

.white {
  background: #ffffff;
}

.pink {
  background: #e63b7a;
}

.orange {
  background: #ff4013;
}

.light-green {
  background: #96d35f;
}

.light-blue {
  background: #53d5fd;
}

.brown {
  background: #791a3e;
}

.violet {
  background: #874efe;
}

.purple {
  background: #942192;
}

.morine {
  background: #2ab9a4;
}

.color__inner {
  padding: 40px;
  width: 360px;
  background: #f7f7f8;
  position: absolute;
  display: none;
}

.choice .color__inner {
  display: block;
  z-index: 11;
  right: 15px;
}

.color__inner .close {
  margin: 0 0 0 auto;
}

.color__inner .color-label {
  margin: 0;
}

.color__inner .subtitle {
  margin: 26px 0 10px 0;
}

.color__inner .color-wrap {
  margin: 0 0 16px 0;
}

.color__inner .color-wrap:last-child {
  margin: 0;
}

.color-radio:checked+label.white:after {
  background: url(/local/templates/.default/img/icons/check-black.svg) center/contain no-repeat;
}

.color__inner .color-label.gray2 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 7px;
  line-height: 15px;
}

/**/
.basket__right-inner {
  padding: 20px 0 10px 0;
  margin: -135px 0 0 0;
}

.basket__right-inner .check-block {
  margin-top: 20px;
}

.basket__right-inner .check-info {
  max-width: initial;
}

.basket__right-item {
  padding: 50px 20px 20px 20px;
}

.basket__right-item:last-child {
  border-top: 1px solid #ececef;
}

.basket__btn {
  width: 200px;
  height: 60px;
  margin: 15px 0 0 auto;
}

.basket__btn:hover,
.basket__btn:focus,
.basket__btn:active {
  background-color: #1d222b;
  color: #ffffff;
}

.basket__right-item .block-title {
  margin: 0 0 15px 0;
}

.basket__right-item-total {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__right-item-total .block__title-2 {
  margin: 0 0 0 auto;
}

.basket__right-bottom {
  margin: 45px 0;
}

.basket__contacts .mid-text {
  display: block;
}

.basket__contacts .block-title {
  margin: 20px 0 0 0;
}

/*basket tabs*/
.basket__delivery-item {
  border: 1px solid #f7f7f8;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 22px 20px 20px;
  margin: 0 0 10px 0;
}

.basket__edit {
  width: 16px;
  height: 16px;
  background: url(/local/templates/.default/img/icons/edit-gray.svg) center/contain no-repeat;
  margin: 0 12px;
  cursor: pointer;
}

.basket__delivery-btn {
  width: 130px;
  height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 135%;
  margin: 0 0 0 auto;
}

.basket__delivery-label {
  opacity: 0.75;
  /* margin: 0 40px 10px 0; */
  margin: 0 40px 16px 0;
  /* rs */
  display: inline-block;
}

.basket__delivery-radio,
.delivery-item-radio {
  display: none;
  position: absolute;
}

.basket__delivery-content {
  display: none;
}

#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2 {
  display: block;
}


.basket__delivery-radio:checked+label {
  color: #009F67;
  opacity: 1;
}

.delivery-item-radio:checked+label {
  border: 1px solid #009F67;
}



.delivery-item-radio:not(:checked)+label:before {
  /* rs */
  content: '●';
  position: relative;
  left: 0px;
  top: 0px;
  width: 12px;
  height: 24px;
  border: 1px solid rgba(166, 173, 185, 0.5);
  background-color: transparent;
  border-radius: 16px;
  margin: 0 12px 0 0;
  padding: 0 6px 2px 8px;
  color: rgba(159, 223, 191, 0);

  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delivery-item-radio:checked+label:before {
  /* rs */
  content: '●';
  position: relative;
  left: 0px;
  top: 0px;
  width: 12px;
  height: 24px;
  border: 1px solid #009F67;
  background: rgba(159, 223, 191, 1);
  border-radius: 16px;
  margin: 0 12px 0 0;
  padding: 0 6px 2px 8px;
  /*   color: rgba(159, 223, 191, 0); */
  color: #000;

  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.basket__delivery-item>.delivery-item {
  margin-right: auto;
}

.basket__delivery-item>.delivery-item.d-flex {
  margin-right: 0;
}



.delivery-item .mid-text {
  display: block;
}

/*--------News--------*/
.news-page .news__item {
  margin: 0 0 60px 0;
}

.news-page .news__photo .card__img {
  width: 100%;
}

.news__info {
  width: 60%;
  padding: 0 30px 0 0;
}

.news__info .main-h3:hover {
  color: #009F67;
}

.news__photo-wrap {
  width: 40%;
}

.news-page .main-h3 {
  margin: 0 0 20px 0;
  display: block;
}

.news__photo,
.news__photo-vertical {
  margin: 0 1px 0 0;
  background: #4F5464;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news__photo {
  max-width: 134px;
  height: 87px;
}

.news__photo-vertical {
  max-width: 60px;
  height: 87px;
}

/*
.news-item__slide > .news-item__img-wrap > .news__photo, .news-item__slide > .news-item__img-wrap > .news__photo-vertical { 
	max-width: 100%;
	display: block;
	background-color: #fff;
}
*/
.news__photo-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #009F67;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__photo-more:before {
  content: ' ';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
  margin: 0 0 4px 0;
}

.news-btn {
  width: 200px;
  height: 50px;
  margin: auto;
}

.news__photo-slider {
  width: 100%;
}

/*----Personal Home-------*/
.home__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 20px 3fr;
  grid-template-columns: 2fr 3fr;
  grid-gap: 20px;
  margin: 0 0 100px 0;
}

.personal-home .home__delivery {
  max-width: 40%;
  margin: 0 0 70px 0;
}

.personal-home .contacts__inner:nth-child(1) {
  width: 100%;
  padding: 0 0 0 30px;
}

.home__form .page-h2 {
  margin: 0 0 24px 0;
}

.home__form .form-input__wrap {
  margin: 0 0 20px 0;
}

.basket__delivery-wrap .form-input__wrap {
  margin: 0 0 20px 0;
}

.home__form {
  margin: 0 0 70px 0;
}

.input-name {
  max-width: 400px;
}

.input-phone {
  max-width: 260px;
}

/* .input-passw,
.input-passw:focus:required:invalid,
.input-passw:required:valid {
  border: none;
  margin: 0 20px 0 0;
  max-width: 260px;
} */

.home__form-passw .form-input__wrap {
  max-width: 260px;
}

/* .form-input__wrap .label-passw {
  left: 0;
} */

.personal-home .requisites__item {
  max-width: 100%;
}

/**/
.home__logo-block .block__title-2 {
  margin: 0 0 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__logo-block .block__title-2:before {
  margin: 0 15px 0 0;
}

.home__logo-img,
.home__logo-load {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f8;
}

.home__logo-item {
  margin: 0 30px 30px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home__logo-item .delivery-item,
.home__logo-item .basket__delivery-item {
  height: 16px;
}

.home__logo-load {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.label-logo-add {
  background: transparent;
  border: none;
  color: #4F5464;
  font-size: 14px;
  line-height: 135%;
  outline: none;
  text-align: center;
}

.input-logo-change,
.input-logo-add {
  position: absolute;
  visibility: hidden;
  left: -999px;
}

.home__logo-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-----Personal History-----*/
.history__item-tr {
  padding: 13px 0px;
  border-bottom: 1px solid #ececef;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.history__item:last-child .history__item-tr,
.active .history__item-tr {
  border: none;
}

.history__item-year {
  margin: 4px 0px;
}

.history__item-year:after {
  width: 100%;
  height: 1px;
  content: ' ';
  display: block;
  background: #ececef;
  margin: 0 0 0 5px;
}

.history__item-td {
  width: 100%;
}

.history__item-comment {
  max-width: 212px;
}

.history__item-td:nth-child(1) {
  max-width: 122px;
  padding: 0 30px 0 0;
}

.history__item-td:nth-child(2) {
  max-width: 157px;
  padding: 0 30px 0 0;
}

.history__item-td:nth-child(3) {
  max-width: 260px;
  padding: 0 30px 0 0;
}

.history__item-td:nth-child(4) {
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.history__item-td:nth-child(5) {
  max-width: 130px;
  padding: 0 20px;
  text-align: right;
}

.history__item-td:nth-child(6) {
  max-width: 120px;
  padding: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history__item-status:before {
  content: '\2022 ';
  margin: 0 5px 0 0;
  font-size: 20px;
}

.done:before {
  display: block;
  content: ' ';
  background: url(/local/templates/.default/img/icons/check-black.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
}

.history__item-down:after {
  width: 16px;
  height: 16px;
  content: ' ';
  display: block;
  background: url(/local/templates/.default/img/icons/down-black.svg) center/contain no-repeat;
  margin: auto;
  opacity: 0.3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.active .history__item-down:after {
  opacity: 1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.history__drop-wrapper {
  max-width: 780px;
  margin: auto;
}

/**/
.history__item-drop {
  display: none;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.history__drop-item,
.history__drop-info {
  padding: 35px 0 14px 0;
}

.history__drop-info .bold {
  margin: 0 0 6px 0;
}

.history__drop-wrapper {
  padding: 0 0 40px 0;
}

/*-----Personal Contacts----*/
.contacts-page .contacts__inner {
  width: 50%;
}

.contacts-page .requisites__item {
  max-width: 100%;
}

.contacts-page .requisites__item:nth-child(6) {
  margin-top: 0;
}

.contacts-page .contacts__item .page-h2 {
  margin: 14px 0 5px 0;
}

/*-------Popup Cart-------*/
.header__cart-wrap {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-cart {
  width: 100%;
  max-width: 700px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 30px 0 38px 0;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  z-index: 102;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}

.open-cart .popup-cart {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  opacity: 1;
}

.popup-cart .h2-2 {
  padding: 5px 38px;
}

.popup-cart__top {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 38px;
}

.popup-cart .basket__item {
  padding: 38px 38px 17px 38px;
}

.popup-cart .basket__item-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px;
}

.popup-cart .cart__delivery-item {
  padding: 87px 38px 17px;
  border-bottom: 1px solid #ececef;
}

.popup-cart .cart__delivery-item .cart__delivery-item-row {
  margin-top: 15px;
}

.popup-cart .basket__items {
  border-bottom: 1px solid #4F5464
}

.cart__item {
  padding: 112px 38px 17px 38px;
}

.cart__link-back {
  align-items: center;
}

.cart__link-back:before {
  width: 10px;
  height: 17px;
  content: ' ';
  display: block;
  transform: rotate(180deg);
  background: url(/local/templates/.default/img/icons/next-green.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin: 0 10px 0 0;
}

.cart__link-back:hover:before {
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
}

.popup-cart .cart__item-inner {
  margin: 20px 0 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-cart .cart__item-inner a.text-green:hover {
  color: #1d222b;
}

.green-fone {
  display: none;
}

.open-cart .green-fone {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #009F67;
  z-index: 101;
  left: 0;
  opacity: 0.5;
}

/*-------Popup City mini--------*/
.city-popup-mini {
  width: 100%;
  position: absolute;
  top: 80px;
  right: 0;
  max-width: 320px;
  min-width: 320px;
  height: 60px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.city-btn {
  width: 70px;
  height: 40px;
  position: relative;
  background-color: #db0025;
  transition: none;
}

.city-btn span {
  z-index: 2;
  position: relative;
}

.city-btn:after {
  content: ' ';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #4F5464;
  z-index: 1;
  -webkit-animation: progress 5s ease-in-out 0.2s normal forwards;
  animation: progress 5s ease-in-out 0.2s normal forwards;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/*--------City Popup-------*/
.city-popup__link {
  display: block;
  font-size: 20px;
  line-height: 135%;
  margin: 0 0 16px 0;
}

.city-popup__inner {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin-top: 35px;
}

/*--------Search Page--------*/
.search__check {
  padding: 4px 0 0 0;
  white-space: nowrap;
}

.search-form {
  margin: 0 0 64px auto;
  height: 100%;
  width: 100%;
}

.header .search-form {
  max-width: 540px;
}

.search-form .check-block {
  margin: 0 0 0 20px;
}

.input-search,
.input-search:focus:required:invalid,
.input-search:required:valid {
  border: none;
  border-bottom: 1px solid #ececef;
}

.search__input-wrap {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-icon {
  width: 16px;
  height: 16px;
  background: url(/local/templates/.default/img/icons/search-black.svg) center/contain no-repeat;
  border: none;
  margin-left: -16px;
  z-index: 1;
  cursor: pointer;
  text-indent: -9999px;
}

/* .search-form .input-search,
.home__form-passw .input-passw {
  padding-left: 0;
} */
.search-form .input-search {
  padding-left: 0;
}

.home__form-passw .input-passw,
.input-passw-disc {
  -webkit-text-security: disc;
}

.search__site-block {
  margin: 0 0 36px 0;
}

.header__search-wrap {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 15px;
}

.header__search-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 600px;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  pointer-events: none;
  background: #ffffff;
}

.search-open .header__search-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.search-form .form-input {
  height: 50px;
}

.close {
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  color: #000;
  line-height: 100%;
  cursor: pointer;
}

.result__search {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

.result__search-item {
  margin: 0 0 10px 0;
}

.result__search-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

.result__search-item>a .text-green {
  margin: 0 0 0 10px;
}

.result__search-item img {
  width: 30px;
  height: 30px;
  margin: 0 11px 0 0;
}

.result__search-block {
  padding: 30px 0 0 0;
}

.result__search-title {
  text-align: right;
  padding: 0 16px 0 0;
  width: 25%;
  line-height: 18px;
}

.result__search-inner {
  width: 75%;
}

.result__search-block:not(:last-child) .result__search-inner {
  border-bottom: 1px solid #efeff1;
}

.search__site-block b {
  background: #FDFAD8;
  font-weight: 500;
  padding: 0 1px;
}

/*-----------Landing---------*/
.block-landing {
  position: relative;
  height: 400px;
  margin: 50px 0 20px 0;
  /* padding: 30px 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-1-0-promo-05 .block-landing {
  max-width: 1420px;
  margin: auto;
}

.block-1-0-promo-05 {
  margin: 50px 0 20px 0;
}

.block-4-0-head-02 .second-page h2 {
  margin: 0;
}

.block-4-0-head-02 {
  margin: 20px 0 13px 0;
}

.block-landing .block-landing__img {
  width: 100%;
  position: absolute;
  height: 400px;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.block-landing .block__title-2 {
  position: relative;
  height: initial;
  margin-left: 20px;
  margin-bottom: 30px;
}

.block-landing .block-landing__img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-landing .block-landing__img>iframe {
  width: 100%;
  height: 400px;
}

.block-landing>div {
  z-index: 1;
  position: relative;
  height: 100%;
}

.block-landing .first-screen__red-block {
  top: initial;
  bottom: 20px;
  right: -20px;
}

.block-landing .first-screen__red-block.dark:hover {
  background-color: #009F67;
  color: #ffffff;
}

.block-landing .first-screen__red-block.red:hover {
  background-color: #1d222b;
  color: #ffffff;
}

.landing-subscribe .block-3__inner {
  border: none;
}

/*advabtages */
.advantages__icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
}

.advantages__icon>img {
  height: 100%;
}

.advabtages .page-h3 {
  max-width: 160px;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.advantages__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advabtages {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 330px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-img-wrap {
  height: 349px;
  overflow: hidden;
  width: 100%;
  max-width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.landing-img-wrap>img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-block2 {
  margin: 0 0 40px 0;
}

.landing-block2 p {
  max-width: 100%;
  padding: 0;
}

.landing-block2 .small-text {
  max-width: 230px;
}

.right .landing-block2__inner {
  padding: 0 0 0 40px;
}

.left .landing-block2__inner {
  padding: 0 40px 0 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*---support page---*/
.download-link {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 240px;
  font-size: 14px;
  line-height: 135%;
}

.download-link:before {
  content: ' ';
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 3px 0 0;
}

.download-link--pdf.download-link:before {
  background: url(/local/templates/.default/img/icons/pdf-black.svg);
}

.download-link--pdf.download-link:hover::before {
  background: url(/local/templates/.default/img/icons/pdf-red.svg);
}

.download-link--docx.download-link:before {
  background: url(/local/templates/.default/img/icons/doc-black.svg);
}

.download-link--docx.download-link:hover::before {
  background: url(/local/templates/.default/img/icons/doc-blue.svg);
}

.download-link--jpg.download-link:before {
  background: url(/local/templates/.default/img/icons/jpg-black.svg);
}

.download-link--jpg.download-link:hover::before {
  background: url(/local/templates/.default/img/icons/jpg-orange.svg);
}

.download-link--xlsx.download-link:before {
  background: url(/local/templates/.default/img/icons/xls-black.svg);
}

.download-link--xlsx.download-link:hover::before {
  background: url(/local/templates/.default/img/icons/xls-green.svg);
}


.download-link:hover .download-link-text,
.price-request span {
  color: #009F67;
}



.download-link-text {
  max-width: 200px;
  color: #1d222b;
  margin: 5px 0 0 0;
}

.download-link-size {
  width: 100%;
  color: #4F5464;
  display: block;
  /* margin: 3px 0 0 35px; */
}

.support-page .second-page {
  position: relative;
  margin: 70px auto 0;
}

.support-page .download-link-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.header__menu-link-pointer {
  cursor: pointer;
}

/* .frame-youtube {
width: 1100px;
height: 600px;
background-position: center;
background-size: cover;
position: relative;
}
.frame-youtube__play {
background: url(/local/templates/.default/img/i-video-play.svg);
background-position: center;
background-repeat: no-repeat;
position: absolute;
height: 100%;
width: 100%;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.youtube-image-1 {
background-image: url(/local/templates/.default/img/youtube-image-1.jpg) !important;
}

.block-landing--youtube {
min-height: 600px;
}
.block-landing--youtube .block-landing .block-landing__img > iframe {
width: auto;
height: auto;
} */
/*landing block with video*/
.block-landing__video-cover-image {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  height: 100%;
  right: 0;
}

.block-landing__video-btn {
  background-color: transparent;
  border-color: #fff;
  border-width: 29px 38px;
  border-right-width: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
}

.block-landing__iframe {
  width: 100%;
  min-height: 400px;
}

.load-city {
  padding: 15px 15px;
  max-height: 326px;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border: 1px solid #9fdfbf;
  border-top: none;
}

.load-city:empty {
  display: none;
}

.popup-list-city {
  display: block;
  margin: 15px 0;
  font-size: 20px;
  line-height: 135%;
  color: #4F5464;
}

.popup-list-city__city {
  color: #1d222b;
}

/* reviews*/
.reviews-page__promo-text {
  font-size: 24px;
  line-height: 135%;
  color: #15161a;
  margin-bottom: 100px;
  max-width: 54%;
}

.review {
  font-size: 14px;
  border-bottom: 1px solid #ececef;
  color: #1d222b;
  padding-bottom: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}


/*Video page*/
.video-page__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.video-page__content .mid-text {
  line-height: 150%;
}

.video__item-wrap {
  padding: 0 10px 45px;
  width: 100%;
  max-width: 25%;
}

.video__item-inner {
  margin: 12px 0 18px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video__item-inner iframe {
  width: 100%;
}

.second-page a:hover,
.success-register {
  color: #339955;
}

/*card page*/
.price-request__wrap {
  width: 100%;
  max-width: 250px;
  position: relative;
}

.basket__right .price-request__wrap {
  max-width: 199px;
}

.price-request {
  max-width: 160px;
  width: 100%;
}

.basket__right .price-question {
  right: 0;
}

.price-question {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 6px 0 0 0;
  /* position: absolute; */
  right: 50px;
  top: 0;
}

.price-question:before {
  display: block;
  content: ' ';
  width: 24px;
  height: 24px;
  background: url(/local/templates/.default/img/icons/Help.svg) center/contain no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
}

.price-question:hover {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .review {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.review:last-child {
  border-bottom: none;
}

.review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 337px;
  flex: 0 0 337px;
}

.review__img {
  margin-right: 17px;
  height: 160px;
  width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  border-radius: 50%;
  overflow: hidden;
}

.review__author {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 160px;
  flex: 1 0 160px;
}

.review__name {
  font-weight: 700;
  line-height: 135%;
}

.review__post {
  font-style: italic;
  margin-top: 11px;
}

.review__company {
  margin-top: 14px;
}

.review__company a {
  color: #459967;
}

.review__text {
  font-size: 16px;
  line-height: 135%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 1440px) {
  .reviews-page__promo-text {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 992px) {
  .review {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .review__header,
  .review {
    display: block;
  }

  .review__name {
    margin-top: 30px;
  }

  .review__text {
    margin-top: 36px;
  }

  .review__header {
    margin-right: 0;
  }

  .reviews-page__promo-text {
    max-width: 100%;
  }
}

/* video card top */
.card-top--open .main-title,
.card-top--open .card-top__descr {
  opacity: 0;
}

.card-top {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 320px;
}

.card-top--open {
  height: 660px;
}

@media screen and (max-width: 780px) {
  .card-top--open {
    height: 430px;
  }
}

.catalog-page__container {
  position: relative;
}

/* .card-top__video {} */

.video-card-top {
  width: 100%;
  margin-bottom: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card-top--open .video-card-top {
  z-index: 100;
  opacity: 1;
}

.video-card-top__btn {
  background-color: transparent;
  background-image: url(/local/templates/.default/img/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 64px;
  position: absolute;
  width: 64px;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -75px;
}

@media screen and (max-width: 640px) {
  .video-card-top__btn {
    left: 15px;
  }
}

/* .video-card-top__video {} */

.video-card-top__iframe {
  width: 100%;
  height: 290px;
  background-color: #15161a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.card-top--open .video-card-top__iframe {
  height: 620px;
  opacity: 1;
}

@media screen and (max-width: 780px) {
  .card-top--open .video-card-top__iframe {
    height: 430px;
  }
}

.video-card-top__close {
  width: 32px;
  height: 32px;
  background-image: url(/local/templates/.default/img/close.svg);
  position: absolute;
  cursor: pointer;
  border: none;
  background-color: transparent;
  right: -42px;
  top: 14px;
  outline: none;
}

.container-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.container-main {
  width: 1075px !important;
}

.container-main .news__detail-text {
  line-height: 135%;
  max-width: 100%;
}

.container-main .news__detail-text a {
border-bottom: 1px dashed #009F67;
}

.container-main img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.second-page h1 {
  max-width: 100% !important;
}

.container-widget__item {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  z-index: 3;
  padding: 30px;
  position: relative;
}

.container-widget {
  width: 300px;
}

.container-widget__title {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #576179;
  text-align: center !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 36px !important;
}

.input_default {
  width: 100%;
  max-width: 100%;
  border: 1px solid #E4E4E4;
  outline: none;
  font-size: 15px;
  line-height: 1;
  padding: 13px 25px;
  border-radius: 6px;
  color: #333333;
}

.textarea_default {
  height: 78px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #E4E4E4;
  outline: none;
  font-size: 15px;
  line-height: 1;
  padding: 13px 25px;
  border-radius: 6px;
  color: #C2C8D3;
  resize: none;
}

.form-widget__item {
  margin-bottom: 10px;
}

.btn-green {
  background: #009F67;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 17px;
  color: #FFFFFF;
  background: #009F67;
  box-shadow: 0px 4px 10px rgba(53, 153, 105, 0.17), 0px 8px 10px rgba(53, 153, 105, 0.25);
  border-radius: 6px;
}

.form-widget__button {
  margin-top: 20px;
}

.control {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 40px;
  cursor: pointer;
  color: #1c1f20;
}

.control--checkbox {
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  color: #576179;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control--checkbox a {
  color: #009F67
}

.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #E4E4E4;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  border: 1px solid #e6e7e8;
  background-color: rgba(255, 255, 255, 0);
}

.control--checkbox .control__indicator:after {
  width: 5px;
  top: 4px;
  left: 8px;
  content: '';
  height: 9px;
  transform: rotate(45deg);
  border: solid #03c9a9;
  border-width: 0 2px 2px 0;
  display: none;
  position: absolute;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.container-widget__descript p {
  font-size: 16px;
  text-align: center;
}

.container-widget__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1460px) {
  .container-main {
    width: 745px !important;
  }

  .second-page p,
  .news__detail-text {
    max-width: 75%;
  }
}

@media (max-width: 1459px) {

  .second-page p,
  .news__detail-text {
    max-width: 100%;
  }
}


@media (max-width: 1000px) {
  .container-wrapper {
    flex-direction: column;
  }

  .container-widget__item {
    width: 100%;
  }

  .container-widget {
    margin-top: 20px;
    width: 100%;
  }

  .container-main {
    width: 100%;
  }

  .container-main {
    width: 100% !important;
  }

  .container-widget__item {
    text-align: left;
  }
}

@media (max-width: 650px) {
  .container-widget__item {
    background: #F6F6F8;
  }

  .container-widget__image {
    display: none;
  }

  .container-widget__title {
    margin-bottom: 10px !important;
    text-align: left !important;
  }

  .container-widget__descript {
    text-align: left;
  }

  .container-widget__descript p {
    margin-top: 0;
    text-align: left;
  }

  .container-widget__descript span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container-widget__descript p {
    max-width: 100% !important;
  }

}

@media (max-width: 400px) {
  .container-widget__item {
    padding: 20px;
  }
}

@media screen and (max-width: 1140px) {
  .video-card-top__close {
    right: 14px;
  }
}

.card__img--video {
  background-color: transparent;
  background-image: url(/local/templates/.default/img/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 24px;
  width: 24px;
  border: none;
}

[data-pseudo-url*=enabled\"\:true] {
  cursor: pointer;
}

.header__menu-link-pointer {
  cursor: pointer;
}

.news__photo-wrap .slick-track {
  margin-left: 0;
}

.news__photo-more {
  white-space: nowrap;
}

.review__video {
  padding-bottom: 60%;
  width: 100%;
  position: relative;
}

.review__video>iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---Error Page*/
.error-page {
  min-height: calc(100vh - 409px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 0;
}

.error-page__inner {
  max-width: 437px;
}

.error-page__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px 0;
}

.error-page__inner .btn {
  margin-top: 57px;
  width: 250px;
  height: 60px;
}

.select {
  color: #fdfad8;
}

.text-red.block__title-2 {
  color: #db0025;
}

.error-page.server-error {
  background-color: #8e0018;
  color: #fff;
}

/*----Partners Page----*/

.partners-map .mapboxgl-popup-content {
  padding: 20px 10px;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  color: #1D222B;
  font-size: 14px;
  line-height: 135%;
}

.partners-map .popup-region__region {
  font-size: 11px;
  line-height: 135%;
  margin: 0 0 15px 0;
}

.partners-map .popup-region__company-name {
  font-weight: 700;
}

.partners-map .popup-region__company-status {
  color: #4F5464;
  font-size: 11px;
  line-height: 135%;
  margin: 0 0 10px 0;
}

.partners-map .popup-region__company-email {
  color: #009F67;
  margin: 0 0 15px 0;
}

.partners-map .popup-region__company-phone {
  font-weight: 700;
}

.partners-map .mapboxgl-popup {
  max-width: 290px !important;
}

.partners-wrapper__list {
  /* column-count: 5; */
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.partners-list__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 35px 10px;
  font-size: 14px;
  line-height: 135%;
  cursor: pointer;
  border: 1px solid transparent;
  width: 20%;
}

.partners-item__region {
  color: #009F67;
  margin-bottom: 10px;
}

.partners-list__item:hover {
  border: 1px solid #ECECEF;
}

.partners-item__region,
.partners-item__company {
  font-weight: 700;
}

.partners-item__status {
  font-size: 11px;
}

.partners-item__email {
  color: #009F67;
  margin: 10px 0;
}

.partners-item__address {
  color: #757575;
  margin-top: 10px;
}

.partners-list__item--selected,
.partners-list__item--selected:hover {
  background-color: #009F67;
  border: 1px solid #009F67;
  color: #ffffff;
}

.partners-list__item--selected .partners-item__region {
  color: #ffffff;
}

.partners-list__item--selected .partners-item__email {
  color: #FDFAD8;
}

.partners-list__item--selected .partners-item__address {
  color: #9FDFBF;
}

.partners-wrapper__search-wrapper {
  max-width: 506px;
  width: 100%;
  position: relative;
  padding-right: 36px;
  overflow: hidden;
}

.partners-wrapper__search-input {
  border: 1px solid #4F5464;
  height: 60px;
  padding: 12px 18px;
  width: 100%;
}

.partners-wrapper__clear {
  position: absolute;
  bottom: 20px;
  width: 16px;
  height: 16px;
  right: 0;
  display: block;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.partners-wrapper__clear:before {
  display: block;
  content: '\2716';
  line-height: 100%;
  width: 16px;
  height: 16px;
}

.visible.partners-wrapper__clear {
  opacity: 1;
}

.partners-wrapper__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}

.partners-wrapper__top .block__title-2 {
  margin: 0 25px 0 0;
}

/**/
.not-found .btn {
  width: 126px;
}

#landing-view-frame .second-page-text {
  max-width: 100%;
}

.popup-auth {
  max-width: 740px;
}

.basket__close {
  margin-left: 14px;
}

.page__info.page__info2.page__info--non-top {
  background: #f7f7f8;
}

.page__info--non-top .breadcrambs__link {
  color: #1d222b;
}

.page__info2.scroll .breadcrambs__li:first-child .breadcrambs__link,
.page__info--non-top .breadcrambs__li:first-child .breadcrambs__link {
  background: url(/local/templates/.default/img/icons/home-black.svg) center/contain no-repeat;
}

.form-input-actions {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-input-actions__item {
  margin: 10px;
}

.basket__delivery-need-auth-message a,
.basket__delivery-need-auth-message {
  font-weight: 700;
  margin: 15px 0;
  color: rgb(219, 0, 37);
}

.basket__delivery-need-auth-message a {
  text-decoration: underline;
}

.basket-page--empty {
  padding: 15px 0 30px;
}

.basket-page--empty a {
  text-decoration: underline;
}

.card__no-photo img {
  width: 100%;
}

.catalog__item .add-cart {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

  /*
  .input-checkbox:not(:checked)+label:before {
 top: 2px; 
}
*/

.catalog__img {
  /* width: -webkit-fill-available; */
  /*это наверное не очень кросбраузерно*/
}

.catalog__item:hover {
  cursor: pointer;
}

.contacts__photo:hover {
  outline: 2px solid #339955ff;
  outline-offset: -2px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.contacts__photo {
  outline: 2px solid #33995500;
  outline-offset: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.down__li>a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.down__li>a:hover {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

a.text-green {
  color: #339955;
  border-bottom: 1px dashed #339955;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.text-green:hover {
  color: #1d222b !important;
  border-bottom: 1px solid #1d222b;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.staff__inner {
  margin-top: 9px;
}

.requisites__item {
  margin: 0 0 34px 0;
}

/* на линки футера и хедера нужны ховеры, второй уровень меню тоже */

/* .header__lang,
.header__lang-link,
.catalog__new,
.catalog__percent {
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
} */

.header__lang,
.header__lang-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
}

.header__lang-link {
  display: block;
  margin: 0px 0 10px 0;
}

.header__lang-wrap:hover {
  cursor: pointer;
}

/* немного пропадает фокус, это нужно поправить, но выглядеть должно так */

.page-aside {
  padding-top: 18px;
}

.second-page .page-aside {
  padding-top: 3px;
}

div.card__slide.slick-slide.slick-current.slick-active>a>img {
  /* outline: 1px solid #ECECEF; */
  outline-offset: -1px;
  /* width: 100%; */
}

div.card__slide {
  /* outline: 2px solid #33995500;
  outline-offset: -2px; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

div.card__slide:hover {
  /* outline: 2px solid #339955ff; */
  outline-offset: -2px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}

.card__slider-nav div.card__slide:hover {
  outline: 2px solid #339955ff;
}

.card__slider-nav .slick-list {
  margin-right: -1px;
}

/*.card__slider-nav .slick-current .card__img-wrap {
   border: none; 
}
.top-management-page {}
.top-management {}
.top-management__inner {}
.top-management__manager {}
.top-management__manager--president {}
*/

.manager-item {
  margin: 0 10px 92px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 3 - 20px);
  flex: 1 1 calc(100% / 3 - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.second-page h2 {
  margin: 22px 0 13px 0;
}

.page-ol,
.page-ul,
.second-page ul,
.second-page ol {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1199px) {
  .manager-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 2 - 20px);
    flex: 1 1 calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .manager-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.manager-item--president {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 78px 0 0 0;
}

@media screen and (max-width: 767px) {
  .manager-item--president {
    margin: 50px 0 0 0;
  }
}

.manager-item__image {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .manager-item__image {
    width: 229px;
  }
}

.manager-item__image--president {
  margin-right: 24px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .manager-item__image--president {
    width: auto;
  }
}

.manager-item__info {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .manager-item__info {
    padding-top: 24px;
  }
}

/* .manager-item__info--president {} */

@media screen and (max-width: 767px) {
  .manager-item__info--president {
    padding-top: 16px;
  }
}

.manager-item__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  color: #1d222b;
}

.manager-item__name--president {
  font-size: 32px;
  line-height: 1;
}

.manager-item__post {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.35;
  color: #009F67;
  margin-top: 12px;
}

.manager-item__post--president {
  color: #1d222b;
  margin-top: 16px;
}

.manager-item__about {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 14px;
}

.manager-item__about--president {
  margin-top: 17px;
  max-width: 560px;
}

.top-management__managers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 116px -10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.favorites {
  width: 28px;
  height: 16px;
  line-height: 100%;
}

.favorites div.count {
  float: right;
  font-size: 12px;
  font-weight: bold;
}

.favorites svg {
  fill: #4F5464;
}

.favorites:hover svg {
  fill: #DB0025;
}

.favorites.active svg {
  fill: #DB0025;
}

.city-wrap {
  height: 28px;
  display: flex;
  align-items: center;
}

/***************************/

.awards-page {
  max-width: 820px;
}

@media screen and (max-width: 1400px) {
  .awards-page {
    max-width: 790px;
  }
}

@media screen and (max-width: 768px) {
  .awards-page {
    max-width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .awards-page {
    max-width: 100%;
  }
}

/* 
.awards-page__text-1 {}

.awards-page__text-2 {} 
*/

.awards-page__medals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 53px -10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .awards-page__medals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.awards-page__medals2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .awards-page__medals2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.medals-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 3 - 20px);
  flex: 1 1 calc(100% / 3 - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .medals-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.medals-1__img {
  margin-right: 21px;
}

/* .medals-1__content {} */

.medals-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  color: #009F67;
}

.medals-1__desc {
  font-size: 11px;
  line-height: 1.35;
  color: #1d222b;
  margin-top: 7px;
  max-width: 190px;
}

@media screen and (max-width: 600px) {
  .medals-1__desc {
    max-width: 100%;
  }
}

.medals-2 {
  margin: 0 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
}

@media screen and (max-width: 1440px) {
  .medals-2 {
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .medals-2 {
    padding-right: 0;
  }
}

.medals-2__img {
  margin-right: 18px;
}

/* .medals-2__content {} */

.medals-2__title {
  max-width: 173px;
}

.awards-page__best {
  background: #ececef;
  padding: 53px 0;
  margin: 175px 0 122px;
}

@media screen and (max-width: 1400px) {
  .awards-page__best {
    margin-top: 112px;
  }
}

@media screen and (max-width: 768px) {
  .awards-page__best {
    padding: 45px 0;
    margin-top: 90px;
    margin-bottom: 60px;
  }
}

.awards-best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .awards-best {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.awards-best__image {
  margin-right: 44px;
  margin-top: -135px;
  margin-bottom: -135px;
}

@media screen and (max-width: 768px) {
  .awards-best__image {
    max-width: 185px;
    height: auto;
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

/* .awards-best__content {} */

.awards-best__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;

  color: #1d222b;
}

@media screen and (max-width: 600px) {
  .awards-best__title {
    margin-top: 40px;
  }
}

.awards-page__desc {
  font-size: 14px;
  line-height: 1.35;

  color: #1d222b;
  margin-top: 30px;
}

.awards-page__text-3 {
  margin-bottom: 110px;
  font-size: 16px;
  line-height: 135%;
}

.subscribe__messages {
  position: absolute;
  z-index: 5;
  background-color: #f7f7f8;
  font-size: 10px;
  left: 0;
  right: 0;
  top: -16px;
  letter-spacing: -0.2px;
}

.subscribe__messages p {
  margin: 0;
  line-height: 1.2;
}

.landing-public-mode .landing-ui-panel-block-card-action {
  display: none;
}

.logo_partner-name {
  font-weight: 700;
  /* font-size: 8px; */
  font-size: 10px;
  /* rs */
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #4F5464;
}

.header-logo--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__main-partner-logo {
  margin-right: 40px;
}

.card__char-title-name {
  white-space: nowrap;
}

.basket__contacts-photo img {
  width: 100%;
  height: auto;
}

.basket__contacts-photo {
  margin-right: 35px;
  width: 249px;
  height: 249px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.basket__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__timework {
  margin-top: 28px;
}

.fancybox-content {
  padding: 40px 20px;
}

.form__header {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.form__messages {
  padding: 0 0 15px;
  font-size: 12px;
}

.form__messages p {
  margin: 0;
}

.manager-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .manager-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.manager-contact__photo {
  margin-right: 18px;
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.manager-contact__content {
  padding-top: 5px;
}

@media screen and (max-width: 640px) {
  .manager-contact__content {
    padding-top: 20px;
  }
}

.contacts__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.contacts__item-wrapper>* {
  margin: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% / 2 - 24px);
  flex: 1 1 calc(50% / 2 - 24px);
  min-width: 290px;
}

/*
.footer {
  margin-top: 100px;
}
*/

.block-gallery img {
  width: 100%;
}

.header__catalog-type-label:after {
  height: 17px;
  width: 10px;
  content: ' ';
  display: block;
  background: url(/local/templates/.default/img/icons/next-black.svg) center/contain no-repeat;
}

.forgot-wrap {
  margin-top: 0px;
}

.btn_forgot {
  width: 220px;
  height: 65px;
}

.basket__item-main:hover .mid-text a {
  color: #009F67;
}


/*select*/
/* .jq-selectbox select, .jq-select-multiple select{
	-webkit-appearance: none;
}
.jq-selectbox__select-text{
	border: 1px solid #4F5464;
	color: #1D222B;
	padding: 4px 25px 2px 7px;
}
.opened .jq-selectbox__select-text,
.opened .jq-selectbox__trigger-arrow{
	background: #f3f3f3;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.opened .jq-selectbox__trigger-arrow{
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
	top: 14px;
}
.jq-selectbox__trigger-arrow{
	position: absolute;
	top: 11px;
	right: 12px;
	border: 2px solid #4F5464;
	border-top:  transparent;
	border-left: transparent;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: block;
	background-color: #ffffff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.jq-selectbox__dropdown{
	height: auto;
	border: 1px solid #4F5464;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-height: 300px;
	top: 32px!important;
}
.jq-selectbox__dropdown ul{
	max-height: 300px;
}
.jq-selectbox__select-text,
.jq-selectbox.jqselect{
	width: 100%!important;
	max-width: 100%!important;
}
.jq-selectbox li{
	height: 27px;
	padding: 3px 7px;
}
.jq-selectbox li:hover,
.jq-selectbox li.sel.selected{
	background: #9FDFBF;
}
.jq-selectbox li.disabled{
	height: 1px;
	padding: 0;
	margin: 10px;
	background: #EFEFF1;
} */

.select2-container {
  width: 544px !important;
}

.select2-container--default .select2-selection--single {
  height: 30px;
  border-radius: 0;
  border: 1px solid #4F5464;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 2px solid #4F5464;
  border-top: transparent;
  border-left: transparent;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #4F5464;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border: 2px solid #4F5464;
  border-color: #4F5464;
  border-top: transparent;
  border-left: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 16px;
  top: 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9FDFBF;
  color: #1D222B;
}

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #4F5464;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  background: #EFEFF1;
  height: 1px;
  padding: 0;
  margin: 10px;
}

.bx-session-message {
  display: none;
}

.fancybox-slide--image .fancybox-content {
  background: #ffffff;
}

@font-face {
  font-family: "rouble";
  src: url("/local/templates/.default/fonts/rouble.otf") format("opentype");
}

.rub {
  font-family: "rouble" !important;
  font-weight: normal;
}

/**/
.status--W .status--W:before {
  color: #1d222b;
}

.status--N,
.status--N:before {
  color: #db0025;
}

.status--S,
.status--S:before {
  color: #9fdfbf;
}

.status--SE,
.status--SE:before {
  color: #339955;
}

.status--F {
  font-size: 0;
}

.status--F.history__item-status:before {
  background: url(/local/templates/.default/img/icons/check-black.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  content: " ";
}

.none,
.fancybox-toolbar .fancybox-button--thumbs {
  display: none;
}

/**/
.page-mt--support .text-lead {
  margin-bottom: 40px;
}

/*catalog filter*/
.filter-counter-no-mobile {
  background: #F7F7F7;
  padding: 15px;
  display: flex;
}

.filter-show.btn-more.dark {
  border: none;
  width: 130px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
}

.reset-filter {
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

/**/
.price-question__popup {
  max-width: 320px;
  width: 100%;
  padding: 35px 20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 40px;
  transition: all .3s;
  pointer-events: none;
  min-width: 320px;
}

.price-question:hover .price-question__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 1000;
}

.price-question__popup-text {
  font-size: 14px;
  line-height: 135%;
}

.price-question__popup-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  margin-top: 16px;
  color: #ffffff;
  display: block;
}

.animation.btn {
  -webkit-transition: all .05s ease-in-out;
  -o-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
}

.cases .page-title {
  margin-bottom: 60px;
}

.block-1-0-promo-05 .block-landing__img:after,
.block-1-0-promo-09 .block-landing__img:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.block-1-0-promo-05 .block-landing__img:after {
  background: linear-gradient(180deg, rgba(236, 236, 239, 0) 0%, rgba(236, 236, 239, 0.5) 100%);
}

.block-1-0-promo-09 .block-landing__img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.landing-public-mode {
  display: block;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.cookie__inner {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 90px;
  padding: 20px;
}

.cookie__text {
  max-width: 490px;
}

.cookie__text .bold {
  margin-bottom: 10px;
}

.cookie__text a {
  color: #000;
}

.cookie__text a:hover {
  color: #ffffff;
}

.cookie__btn {
  max-width: 180px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  color: #009F67;
}

.cookie__btn:hover {
  background-color: #1d222b;
  color: #ffffff;
}

.form-input__wrap .check-block {
  cursor: pointer;
}

.title-search-result {
  z-index: 99;
}

/*---success page---*/
.success {
  margin-top: 50px;
}

.success__drop {
  display: block;
}

.success .history__item-td:nth-child(1) {
  max-width: 100%;
}

.success .history__item-td:nth-child(2) {
  max-width: fit-content;
  padding: 0;
}

.success .history__item-td:nth-child(3),
.success .history__drop-info {
  max-width: 270px;
  flex: none;
  padding-left: 20px;
}

.success .history__drop-wrapper,
.success .history__drop-item {
  max-width: 100%;
  justify-content: space-between;
}

.success .history__drop-inner {
  width: 100%;
}

.success__cost {
  width: 100%;
  max-width: 260px;
  text-align: right;
}

.success .basket__item-main {
  max-width: 240px;
}

.success .basket__item-right {
  width: 100%;
  max-width: 64px;
  justify-content: flex-end;
}

p {
  font-family: 'Open Sans', sans-serif !important;
}

span {
  font-family: 'Open Sans', sans-serif !important;
}

.success .basket__color {
  margin: 0;
  width: 30px;
}

.success .basket__item-logo {
  margin: 0 4px 0 0;
}

.success__info {
  justify-content: space-between;
  padding: 42px 0;
}

.success__info-text {
  max-width: 560px;
  padding-right: 30px;
}

.success__info-title {
  margin-bottom: 20px;
}

.success__info .gray-text {
  margin-top: 28px;
}

.success .basket__color:after {
  display: none;
}

.success .history__drop-item {
  border-bottom: 1px solid #ECECEF;
}

/**/

.bt1 {
  width: 210px;
  float: left;
  border: 1px solid RGB(255, 255, 255, 0.5);
}

.bt2 {
  width: 210px;
  float: left;
  margin-left: 35px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
  .bt2 {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.page-aside.small-text {
  font-size: 16px;
}

.card__character-tr:nth-child(even) {
  background-color: #f3f1f1;
}

.card__character-tr {
  padding: 15px 10px;
}

.video-card-top__btn {
  background-image: url('/local/templates/.default/img/play-arrow.svg');
  transition: all 0.4s ease;
  transform: scale(1);
}

.video-card-top__btn:hover {
  transform: scale(1.1);
}

.embed-responsive iframe .wrapper {
  background-image: none !important;
  background-color: #fff !important;
}

.page-mt {
  margin-top: 50px !important;
}

.page-info__nav {
  min-width: auto;
  width: 100%;
  max-width: 100%;
}

.page-info__ul {
  padding-left: 0;
}

.card-bottom__inner:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.card-bottom__inner .page-h2 {
  max-width: 100%;
}

.page-info__li {
  flex: 1;
}

.block-landing {
  height: 700px;
}

.block-landing .block-landing__img {
  height: 700px;
}

.block-landing .block-landing__img>iframe {
  height: 700px !important;
}

.page-info__link {
  font-size: 16px;
}

.card-widget {
  max-width: 1085px;
  width: 100%;
}

.card-main-list__documents {
  padding-left: 50px;
  padding-top: 60px;
}

.card-main-list__documents .download-link-wrap {
  position: relative;
  top: auto;
  right: auto;
}

.card-main--list {
  display: flex;
  align-items: flex-start;
}

.card-main {
  display: flex;
}

.support-page .second-page {
  margin-top: 0;
}


.page-info__link--active .page-info__link {
  color: #fff;
  cursor: default;
}

.page-info__link {
  text-align: center;
  background-color: #ccc0;
  /* color: #fff; */
}

/*
.page-info__link:hover {
   color: #fff; 
}
*/

.page-info__link--active {
  /*background-color: #ccc0;*/
  background-color: #fff;
  color: #000 !important;
  border-style: solid solid none solid;
  border-color: #009F67;
}

.page-info__link--active .page-info__link {
  background-color: #ccc0;
  color: #000 !important;
}



@media (max-width: 990px) {

  .block-landing {
    height: 560px;
  }

  .block-landing .block-landing__img {
    height: 560px;
  }

  .block-landing .block-landing__img>iframe {
    height: 560px !important;
  }
}

@media(max-width: 850px) {
  .card-main {
    flex-direction: column;
  }

  .card__slider-wrap {
    max-width: 100%;
  }

  .card__block-item-btn {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .card__block-item .quality-item {
    width: 20%;
    max-width: 100%;
  }

  .card__block-item.small-text {
    max-width: 100%;
  }

  .card__slider-nav-wrap {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .card-main-list__documents {
    padding-left: 0;
    width: 143px;
  }

  .card-main--list .card-main__block {
    width: calc(100% - 143px);
  }
}

@media (max-width: 650px) {

  .block-landing {
    height: 400px;
  }

  .block-landing .block-landing__img {
    height: 400px;
  }

  .block-landing .block-landing__img>iframe {
    height: 400px !important;
  }
}

@media (max-width: 480px) {
  .card-main-list__documents {
    padding-top: 24px;
  }

  .card-main--list {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .card-main-list__documents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }

  .card-main-list__documents .download-link-wrap {
    width: 33.3%;
  }

  .card-main--list .card-main__block {
    width: 100%
  }

  .card-main {
    margin-bottom: 0;
  }
}

@media (max-width: 370px) {
  .card-main-list__documents .download-link-wrap {
    width: 50%;
  }
}

.card-popup {
  z-index: 2;
}

.catalog-order {
  order: 2;
}

.filter-order {
  order: 1;
}

.catalog__item>.order-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.absolutely-positioned-yes {
	position: absolute;
	right: 15px;
	bottom: 25px;
	color: #009F67;
	z-index: 1;
	font-weight: 600;
	font-size: 12px;
}

.absolutely-positioned-no {
	position: absolute;
	right: 15px;
	bottom: 25px;
	color: #848484;
	z-index: 1;
	font-weight: 600;
	font-size: 12px;
}

.available-block{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.available-block h1{width: calc(70% - 10px);margin-right: 10px;}
.available-block div{width: 30%;text-align: right; position: unset!important;}

.aside__filter-item.bx-filter-parameters-box {
  height: 30px;
  transition: all .3s ease-in-out;
}

.aside__filter-item.bx-filter-parameters-box.smart-filter-open {
  height: initial;
}

.aside__filter-item.bx-filter-parameters-box .aside__filter-wrap {
  transform: scaleY(0);
  height: 0;
  transform-origin: top;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.aside__filter-item.bx-filter-parameters-box.smart-filter-open .aside__filter-wrap {
  transform: scaleY(1);
  height: initial;
}

.bx-filter-parameters-box .aside__filter-title.page-h3 {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.bx-filter-parameters-box .aside__filter-title.page-h3:after {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  background: url(/local/templates/.default/img/icons/down-gray.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transition: all .3s ease-in-out;
}

.smart-filter-open.bx-filter-parameters-box .aside__filter-title.page-h3:after {
  transform: rotate(180deg);
}

.new-footer-wrapp .new-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.new-footer-wrapp .new-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  max-width: 275px;
}

.new-footer-wrapp .footer__address {
  font-style: normal;
}

.new-footer-wrapp .footer__mail {
  font-size: 16px;
}

.new-footer-wrapp .footer__link {
  font-size: 14px;
}

.new-footer-wrapp .footer__ul {
  max-width: 440px;
  padding-left: 0;
  display: block;
  column-count: 2;
}

.new-footer-wrapp .footer__li {
  margin: 0 28px 20px 0;
}

.new-footer-socials.block-3 {
  background-color: transparent;
  width: 100%;
  max-width: 450px;
}

.new-footer-socials .btn {
  height: 52px;
  width: 100%;
  max-width: 250px;
}

.new-footer-form-inner {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  width: 100%;
}

.new-footer-socials .check-info {
  max-width: 100%;
}

.new-footer-socials .form-input {
  height: 52px;
  padding: 8px 19px 0 19px;
}

.new-footer-socials .form-input__wrap label {
  /* top: 12px; */
}

.new-footer-socials .subscribe__form {
  flex-wrap: wrap;
}

.new-footer-socials .footer__bottom-social-wrap {
  margin: 20px 0 0 0;
  justify-content: flex-end;
  gap: 20px;
}

@media screen and (max-width: 1460px) {
  .new-footer-wrapp .new-footer-inner {
    flex-wrap: wrap;
    gap: 10px;
  }

  .new-footer-wrapp .new-footer-contacts {
    max-width: 440px;
  }

  .new-footer-inner .new-footer-socials.block-3 {
    order: 2;
  }

  .new-footer-inner .new-footer-menu {
    order: 3;
  }

  .new-footer-contacts {
    order: 1;
  }

  .new-footer-wrapp .footer__ul {
    max-width: 100%;
    column-count: 3;
  }
}

@media only screen and (max-width: 1090px) {
  .new-footer-inner .form-text {
    margin: 0;
    max-width: 215px;
  }
}

@media screen and (max-width: 960px) {
  .new-footer-inner .new-footer-socials.block-3 {
    order: 3;
  }

  .new-footer-inner .new-footer-menu {
    order: 2;
  }

  .new-footer-contacts {
    order: 1;
  }

  .new-footer-wrapp .footer__ul {
    max-width: 100%;
    column-count: 2;
  }
}

@media screen and (max-width: 520px) {
  .new-footer-wrapp .footer__ul {
    column-count: 1;
  }

  .new-footer-wrapp .footer__li {
    margin: 0 0 10px 0;
  }

  .new-footer-inner .new-footer-form-inner {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .new-footer-socials .btn {
    max-width: 100%;
  }

  .first-screen__red-block {
    /* display: none; */
    top: -350px;
    width: 140px;
    height: 140px;
  }

  .new-footer-socials .form-text {
    max-width: 100%;
  }

  .new-footer-menu .footer__ul {
    margin: 0 0 10px 0;
  }

  .footer .new-footer-inner .logo {
    margin-bottom: 0;
  }

  .footer__phone {
    margin: 12px 30px 12px 0;
  }
}
a.schema-proezda{
  padding: 10px;
  background: #339955;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
}
a.schema-proezda:hover{
  background: #fff;
  border-color: #339955;
  color: #339955;
}
.fake-fwb{
  font-weight: bold;
}
label.header__catalog-type-label a {
  display: block;
  width: 100%;
}
h1.main-page-h1{
  position: relative;
  margin-top: 50px;
  font-weight: bold;
  font-size: calc(11px + 0.7vw);
}

.overlink{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overlink a{
  color: #339955;
  border: 1px solid #339955;
  padding: 6px;
  margin-right: 15px;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.overlink a:hover{
  color: #fff;
  background: #339955;
}
@media screen and (max-width: 730px){
  .overlink a {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
}
.card-main-list__documents-block-new {
  padding-left: 0;
  padding-top: 0;
}
.card-main-list__documents.card-main-list__documents-block-new {
  width: 100%;
}
.card-main-list__documents-block-new .download-link-wrap{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.card-main-list__documents-block-new .download-link-wrap .download-link{
  display: flex;
  width: 100%;
  padding: 10px;
  border: 1px solid #ECECEF;
  max-width: calc(50% - 7px);
  margin-bottom: 0;
}

.card-main-list__documents-block-new .download-link-size {
  text-align: right;
}
.aside__filter-wrap-more {
  visibility: hidden;
  position: absolute;
}
.smart-filter-open .aside__filter-wrap-more {
  visibility: visible;
  position: initial;
}
.aside__filter-item.more .aside__filter-wrap {
  max-height: 562px;
}
.aside__filter-item.more.active .aside__filter-wrap {
  max-height: initial;
}
.aside__filter-wrap-more {
  cursor: pointer;
  display: block;
  padding: 10px;
  text-align: right;
}

.bx-filter .number-wrapp-custom .bx-ui-slider-handle.left,
.bx-filter .number-wrapp-custom .bx-ui-slider-handle.right {
  background-color: #ffffff;
  border: 5px solid #009F67;
  border-radius: 50%;
  margin-top: -13px;
  width: 20px;
  height: 20px;
}

.bx-filter .number-wrapp-custom .bx-ui-slider-range {
  z-index: 81;
}

.bx-filter .number-wrapp-custom .bx-ui-slider-handle.left {
  margin-left: -10px;
}

.bx-filter .number-wrapp-custom .bx-ui-slider-handle.right {
  margin-right: -10px;
}

.bx-filter .number-wrapp-custom .bx-ui-slider-pricebar-vn {
  background: rgba(0, 0, 0, 0.1);
  background:linear-gradient(180deg, rgb(143 143 143 / 16%) 0%, rgba(246, 246, 246, 0.8409488795518207) 32%, rgba(246, 246, 246, 0.885766806722689) 67%, rgb(143 143 143 / 30%) 100%);
}

.aside__filter-item.bx-filter-parameters-box .aside__filter-wrap {
  overflow: hidden;
}
.bx-filter .number-wrapp-custom.bx-ui-slider-track-container {
  padding-left: 10px;
  padding-right: 10px;
}
.bx-filter .number-wrapp-custom .bx-ui-slider-part span {
  top: -19px;
}
.aside__filter-wrap .col-xs-6.bx-filter-parameters-box-container-block {
  margin: 0 10px;
  width: 100%;
  max-width: calc(50% - 20px);
}
.bx-filter .number-wrapp-custom .bx-ui-slider-part.p5 {
  right: 3px;
}

.bx-filter .number-wrapp-custom .bx-ui-slider-pricebar-v {
  background-color: #009F67;
  z-index: 81;
}
.card__slide video.card__img {
  max-width: 100%;
  max-height: 100%;
}

.mail-mess {
  background-color: #009F67;
  color: #ffffff;
  padding: 20px 0;
}
.mail-mess2 {
  margin-bottom: 30px;
}
.mail-mess p {
  margin: 5px 0;
}

.mail-mess a {
  color: #ffffff;
}

.mail-mess a:hover {
  color: #db0025;
}

@media screen and (max-width: 1220px) {
  .card-main-list__documents-block-new .download-link-wrap .download-link {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aside__filter-item.more .aside__filter-wrap {
    max-height: 355px;
  }
}
@media screen and (max-width: 750px) {
  .card-main-list__documents.card-main-list__documents-block-new {
    width: 100%;
  }
  .card-main-list__documents-block-new .download-link-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .card-main-list__documents.card-main-list__documents-block-new .download-link-wrap {
    width: 100%;
  }
}

.cursor-normal, .cursor-normal>.header__menu-link-pointer{
  cursor: default;
}
.second-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  /* background-image: url('/upload/images/main/second_block_background.webp'); */
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 50px;
  text-transform: uppercase;
}
.second-block.second-block-in-catalog{
  height: 100%;
  width: 100%;
}
.second-block .text{
  font-weight: 700;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 20px;
}
.second-block .subtext{
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0 25px;
}
.second-block .button{
  padding: 15px 30px;
  font-size: 18px;
  color: white;
  border: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
}
.second-block .button:hover{
  background-color: #009F67;
  color: #ffffff;
}

.footer__phone--w{
	margin: 20px 30px 15px 0;
}

.footer__phone--w .footer__phone{
	margin: 0 0 5px 0;
}

.footer__mail--w{
	margin: 0 0 23px 0;
}

.footer__mail--w .footer__mail{
	margin: 0 0 5px 0 !important;
}








/*USE CSS for Slider*/

.card-slider-vertical__new{
  max-height: 708px;
  max-width: 920px;
}

.vertical-banner-wrapper .banner-slider {
    display: flex;
}

.vertical-banner-wrapper .vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.vertical-banner-wrapper .banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px;
}
.vertical-banner-wrapper .banner-slider .slider.slider-nav {
    max-width: 16%;
}
.vertical-banner-wrapper .banner-slider .slider.slider-for,
.vertical-banner-wrapper .banner-slider .slider.slider-nav {
    width: 100%;
    /* float: left; */
}
.vertical-banner-wrapper .banner-slider .slider.slider-nav {
    height: 620px;
    overflow: hidden;

}
.vertical-banner-wrapper .slider-banner-image {
    height: 610px;
}
.vertical-banner-wrapper .banner-slider .slider.slider-nav {
    padding: 24px 0 0;
}
.vertical-banner-wrapper .slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}



.vertical-banner-wrapper .slider-banner-image img {
  /* height: 100%; */
  width:100%;
  /* object-fit: cover; */
}
/* .vertical-banner-wrapper .slider-banner-image img, */
.vertical-banner-wrapper .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.vertical-banner-wrapper .slick-vertical .slick-slide:active,
.vertical-banner-wrapper .slick-vertical .slick-slide:focus,
.vertical-banner-wrapper .slick-arrow:hover,
.vertical-banner-wrapper .slick-arrow:focus {
    border: 0;
    outline: 0;
}
.vertical-banner-wrapper .slick-arrow::before{
  margin: auto;
}
.vertical-banner-wrapper .slick-arrow.slick-next::before{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-banner-wrapper .slick-arrow.slick-prev::before{
  /* margin: auto; */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-banner-wrapper .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.vertical-banner-wrapper .slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.vertical-banner-wrapper .slider-nav .slick-slide {
    text-align: center;
}
.vertical-banner-wrapper .slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.vertical-banner-wrapper .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.vertical-banner-wrapper .slick-prev {
   top: 12px;
}
.vertical-banner-wrapper .slick-next {
   bottom: 0;
   background-color: #fff;
}
/* .vertical-banner-wrapper .slick-prev.slick-arrow {
    background-image: url(/local/templates/.default/../images/black-up-arrow.png);
}
.vertical-banner-wrapper .slick-next.slick-arrow {
    background-image: url(/local/templates/.default/../images/black-down-arrow.png);
} */
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.vertical-banner-wrapper .banner-slider {
    display: block;
  }
	.vertical-banner-wrapper .banner-slider .slider.slider-for,
	.vertical-banner-wrapper .banner-slider .slider.slider-nav {
	    max-width: 100%;
	    /* float: none; */
      /* display: block; */
	}
	.vertical-banner-wrapper .banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.vertical-banner-wrapper .banner-slider .slider.slider-nav {
		height: auto;
	}
	.vertical-banner-wrapper .slider-banner-image {
	    height: 500px;
	} 
	.vertical-banner-wrapper .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.vertical-banner-wrapper .slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.vertical-banner-wrapper .slick-arrow {
		padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
	}
	.vertical-banner-wrapper .slick-prev {
	    left: 0;
	    right: unset;
	}
	.vertical-banner-wrapper .slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vertical-banner-wrapper .vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.vertical-banner-wrapper .bid-tag {
    	padding: 10px 0 15px;
	}
	.vertical-banner-wrapper .slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.vertical-banner-wrapper .thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.vertical-banner-wrapper .slider-banner-image {
	    height: 400px;
	}

	.vertical-banner-wrapper .card__slide {
	    text-align: center;
	}
	.vertical-banner-wrapper .slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.vertical-banner-wrapper .slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.vertical-banner-wrapper .slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.vertical-banner-wrapper .slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.vertical-banner-wrapper .slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

/* @media screen and (max-width: 580px) {
	.vertical-banner-wrapper .slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.vertical-banner-wrapper .slider-banner-image {
	    height:280px;
	}
} */


.price-request__wrap.d-flex{
  margin-left: 15px;
}

.vehicle-detail-banner .embed-responsive-custom {
  height: 100%;
}
/* End */


/* Start:/local/templates/.default/css/media.css?172708407566937*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1700px) {
  /*-------Catalog Page--------*/
  .special-offer .special-offer__img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1600px){
	.header__catalog-right-ul{
		-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
	.header__catalog-inner{
		min-width: 680px;
	}
}
@media only screen and (max-width: 1550px) {
  /*----First screen----*/
  .first-screen__img > img {
		object-fit: cover;
    width: auto;
    height: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  /*-----Catalog Page------*/
  .catalog__slider .slick-prev {
    left: calc(50% - 730px);
  }

  .catalog__slider .slick-next {
    right: calc(50% - 730px);
  }
}

@media only screen and (max-width: 1459px) {
  .header__menu-li-catalog:hover .header__catalog-inner,
  .li-down:hover .menu-link__inner,
  .page__info,
  .city-popup-mini,
  .page__info.active,
  .page__info.page__info2.active,
  .header__login-block {
    /* top: 70px; */
    top: 90px; /* rs */
  }
  .header-wrap,
  .header__inner,
  .header__menu-link,
  .header__cart-wrap,
  .header__search-wrap,
  .header__login-wrap {
    /* height: 70px; */
    height: 90px; /* rs */
	}
	/**/
	.li-down--elipsis{
		position: relative;
	}
	.header__catalog-left{
		width: 240px;
	}
	.header__catalog-inner {
		min-width: 460px;
		left: 0;
	}
  /*-------Menu--------*/
  .header__menu {
    /*max-width: 420px;*/
  }
  .header__menu-link {
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    padding: 0 12px;
  }
  .header__search-popup {
    min-width: 450px;
  }
  .header__group{
    min-width: 340px;
  }
  .header__inner .header__phone, .header__inner .header__mail,
  .header__inner .city-wrap,
  .header__inner .cart-wrapper{
    margin: 0 0 0 auto;
  }
  .header__inner .header__city,
  .header__inner .header__cart-wrap,
  .header__inner .header__cart{
    margin: 0;
  }
  .header__lang-wrap{
    margin: 0 20px 0 0;
  }
  .header__menu-link{
    padding: 0 10px;
	}
	.header__city{
		width: min-content;
	}
  /*-------Block 2------*/
  .news-slide__inner {
    padding: 0 20px 0 0;
  }
  /*-------Block 3------*/
  .subscribe .form-input__wrap {
    max-width: 341px;
  }
  /*-----Catalog------*/
	.catalog__main.special-offer__prod .catalog__item-wrap,
	.block-8 .catalog__item-wrap,
	.block-8__inner .catalog__item-wrap{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
	}
	.catalog__top-block, 
	.catalog__top-inner{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
  /*----About Page----*/
  .staff-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .staff-wrap .page-h2 {
    max-width: 180px;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .contacts .requisites__item:nth-child(2),
  .contacts .requisites__item:nth-child(3) {
    max-width: 25%;
  }
  .requisites__inner {
    max-width: 50%;
    width: 100%;
  }

  .map {
    width: calc(100% + 50vw - 510px);
  }
  .requisites .requisites__item {
    width: 100%;
    max-width: 100%;
  }
  /*------News Page------*/
  .news__info,
  .news__photo-wrap {
    width: 50%;
  }
  /*------Catalog Page-----*/
  .catalog__inner {
    width: 100%;
    max-width: 75%;
  }
  .switched-off .catalog__inner {
    max-width: 100%;
  }
  .switched-off .catalog__inner .catalog__item-wrap {
    /* flex: 0 0 25%;
    max-width: 25%; */
    width: 254px;
    min-width: 254px;
	}
	.viewed-products .catalog__item-wrap{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
    max-width: 25%;
	}
  .aside {
    width: 100%;
    max-width: 25%;
  }
  .catalog__slider .slick-dots {
    right: calc(50% - 520px);
  }
  .catalog__slider .slick-next {
    right: calc(50% - 560px);
  }
  .catalog__slider .slick-prev {
    left: calc(50% - 560px);
  }
  .catalog__inner .catalog__item-wrap {
    /* flex: 0 0 33.333%;
    max-width: 33.333%; */
    width: 254px;
    min-width: 254px;
  }
  .special-offer__prod .catalog__item-wrap:last-child {
    display: none;
  }
  .special-offer .special-offer__img {
    width: calc(100% - 45%);
  }
	/*--------Card Page--------*/
	.card-main{
		grid-template-rows: 549px 1fr;
	}
	.card__slider-wrap .card__slider .card__img-wrap{
		height: 439px;
	}
	.card__slider-wrap{
		max-height: 549px;
	}
  .page-info__nav {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .card-main {
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
  .card__slider-wrap {
    max-height: 549px;
    max-width: 580px;
  }
  .card__slider-nav-wrap {
    max-width: 482px;
  }
  .card__character-td:last-child {
    padding: 0 20px 0 0;
  }
  .card-bottom__inner:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
  }
  /* .card-bottom__inner:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  } */
  
  .card-bottom__inner:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  
	.price-question{
		right: 20px;
	}
	.basket__right .price-question{
		right: 0;
	}
	.card__block-item-quantity{
		max-width: 400px;
	}
  /*------Basket Page------*/
  .basket-wrapper,
  .home__main {
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
  .basket__item-main {
    margin: 0 0 10px 0;
  }
  /*--------Personal home---------*/
  .personal-home .home__delivery {
    max-width: 50%;
  }
  .personal-home .contacts__inner:nth-child(1) {
    padding: 0 0 0 20px;
  }
  /*-------Second Page & News Item Page-------*/
	.second-page p,
	.news__detail-text {
    max-width: 75%;
  }
  
  .second-page > .page-block-wrap > p, .second-page > p, .second-page > .second-page-text > p, /* rs */
.news__detail-text{
  max-width: 75%;
}
  
  
  
  .second-page h1 {
    max-width: 80%;
  }
  .second-page h2,
  .second-page h3 {
    max-width: 50%;
  }
  .w-40 {
    max-width: 50%;
  }
  .page-aside {
    max-width: 250px;
  }
  .w-80 {
    max-width: 100%;
  }
  .page__block-img-wrap .block-img-wrap {
		width: calc(25% - 20px);
		max-width: calc(25% - 20px);
  }
  .table-td {
    padding: 12px 10px;
  }
  .th .table-td {
    padding: 0 0 8px 10px;
  }
  .news-item__slide,
  .news-item__slide.slick-active {
    padding: 0 0 0 115px;
  }
  .news-item__slide.slick-current.slick-active {
    padding: 0 115px 0 0;
  }
  /*-------Popup Cart-------*/
  .popup-cart {
    max-width: 500px;
  }
  /*----------Landing---------*/
  .landing-img-wrap {
    max-width: 50%;
  }
  .landing-block2 p {
    max-width: 100%;
  }
  .block-landing .block-landing__img > img {
    width: auto;
    height: 100%;
  }
  .form__btn-wrap .mid-text {
    margin: 0;
  }
	.form-entrance .form__btn-wrap .mid-text,
	.form-registration .form__btn-wrap .mid-text {
    margin: 0 0 0 20px;
	}
  /*card popup*/
  .card-popup {
    height: 65px;
    width: 300px;
    /* right: -166px; */
    padding: 0 15px;
  }
  .card-popup__text1 {
    font-size: 12px;
    padding: 0 3px 0 0;
  }
  .card-popup__text2 {
    font-size: 10px;
    white-space: nowrap;
  }
   /*Prtners*/
  .partners-list__item{
    width: 25%;
  }
  /*Video page*/
  .video__item-wrap{
    max-width: 33.333%;
	}
	/**/
	.select2-container{
		max-width: 416px;
	}
}
@media only screen and (max-width: 1390px){
	.card-popup{
		right: 0;
	}
}

@media only screen and (max-width: 1160px) {
  .slick-next {
    right: -15px;
  }
  .news-item__slider .slick-dots li.slick-active button:before,
  .news-item__slider .slick-dots li button:before {
    color: #c4c4c4;
  }
  .news-item__slider .slick-dots {
    bottom: -50px;
  }
  .news-item__slide,
  .news-item__slide.slick-active,
  .news-item__slide.slick-current.slick-active {
    padding: 0 20px 0 0;
  }
  /*-----First Screen-----*/
  .first-screen__red-block {
    right: 10px;
  }
}
@media only screen and (max-width: 1140px) {
  /*-----Menu------*/
  .li-down:hover .menu-link__inner {
    min-width: 433px;
  }
  /*------Catalog Page-----*/
  .catalog__slider .slick-next,
  .catalog__slider .slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 1090px) {

  /*-------Block 3------*/
  .subscribe .form-input__wrap {
    max-width: 327px;
  }
  .form-text {
    max-width: 172px;
  }
  /*-------About Page------*/
  .map {
    width: calc(100% + 20px);
	}
	.news-slider .slick-prev.prev-arrow--visible{
		left: -24px;
	}
}
@media only screen and (max-width: 1060px) {
  /*------Header------*/
  .header__menu,
  .header__lang-wrap,
  .header__search,
  .header__mail,
  .header__phone,
  .header__login {
    display: none;
	}
	.page-info__ul{
		justify-content: flex-start;
	}
  .header__group {
		margin: 0 73px 0 0;
    width: 100%;
    position: relative;
    min-width: initial;
  }
  .header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__city {
		margin: 0 0 0 20px;
		width: fit-content;
	}

  .header__burger {
    display: block;
    position: absolute;
    right: 0;
    width: 32px;
    cursor: pointer;
		height: 32px;
		/* top: 18px; */
		top: 30px; /* rs */
    background: url(/local/templates/.default/css/../img/icons/burger.svg) center/contain no-repeat;
  }
  .header.scroll .header__burger {
    top: 15px;
  }
  .header__cart:before {
    background: url(/local/templates/.default/css/../img/icons/basket-black.svg) center/contain no-repeat;
  }
  .header__inner .cart-wrapper{
    margin: 0 0 0 30px;
  }
  .popup-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .favorites{
		margin: 0 32px 0 0;
		right: 32px;
		position: absolute;
		height: 100%;
    display: flex;
    align-items: center;
	}
	.header__inner .city-wrap{
		margin: 0 auto 0 0;
	}
	.popup-menu .favorites{
		position: relative;
		margin: 0 15px 0 0;
	}
	.popup-menu .favorites svg {
    fill: #ffffff;
	}
	.city-popup-mini{
		right: initial;
		left: -10px;
	}
  /*------*/
  .page__info2 .page__info-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page__info2 .page-info__nav {
    width: 100%;
  }
  .page__info2.page__info:before {
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .page__info2 .breadcrambs {
    /* position: absolute; */
    bottom: 40px;
    left: 0;
    /* padding: 0 20px; */
  }
  .page__info.page__info2 {
    margin: 0;
  }
  .page__info2.scroll .breadcrambs__link {
    color: #ffffff;
  }
  .scroll.page__info2 .breadcrambs__link.home {
    background: url(/local/templates/.default/css/../img/icons/home-white.svg) center/contain no-repeat;
	}
	.breadcrambs-wrap .breadcrambs{
		max-width: 100%;
		position: initial;
		left: initial;
		top: initial;
		padding: 0;
	}
  .breadcrambs-wrap{
		background: #f7f7f8;
		display: flex;
    align-items: center;
	}
	.breadcrambs__ul{
		padding: 0px 0 0 15px;
    position: relative;
	}
	.breadcrambs__li:first-child{
		position: absolute;
    top: 0;
    left: 0;
	}
  .popup-menu__down-li > a,
	.down-ul__inner a,
	.popup-menu__down-li > a:hover {
    color: #ffffff;
  }
  .popup-menu__down-li {
    margin: 0 0 20px 0;
  }
  .down-ul__inner a {
    font-size: 14px;
    line-height: 135%;
    margin: 0 0 15px 0;
		display: block;
		padding: 0 10px 0 0;
  }
  .popup-menu__down-ul {
    display: none;
    padding: 24px 0 1px 22px;
  }
  .down-ul__inner {
    margin-top: 22px;
  }
  .popup-menu__down-ul-inner {
    width: 100%;
    overflow-x: auto;
    position: relative;
  }
  .active .popup-menu__link {
    opacity: 0.3;
  }
  .popup-menu .active .down:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .popup-menu__li-catalog .popup-menu__down-li {
    width: 50%;
    min-width: 218px;
	}
  /*-----About Page------*/
  .staff__item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .staff__item {
    margin: 0 0 70px 0;
  }
  .staff-wrap {
    margin: 0 0 20px 0;
  }
  /*-------Card-------*/
  .page__info2 .page__info-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-info__nav {
    width: 100%;
  }
  .card-main {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card-bottom__inner:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .card-bottom__inner:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .card__slider-wrap {
    max-height: 549px;
    max-width: 440px;
  }
  .card__slider-nav-wrap {
    max-width: 350px;
  }
  /**/
  .page__info .breadcrambs {
    height: 100%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  /* .scroll .breadcrambs, */
  .page__info2.scroll.page__info:before {
    display: none;
  }
  /*------Catalog Page------*/
  .catalog__slider .slick-dots {
    right: 20px;
  }
  .catalog__inner .catalog__item-wrap,
  .switched-off .catalog__inner .catalog__item-wrap{
    width: 238px;
    min-width: 238px;
  }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  /*-------First screen----*/
  .first-screen__catalog-li {
    width: 212px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .first-screen__catalog-ul {
    overflow-x: auto;
  }
  .first-screen__catalog-inner {
    padding: 0;
  }
  .first-screen__catalog-nav:after {
    height: 210px;
    width: 140px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(#00a86c), to(rgba(0, 170, 147, 0)));
    background: -o-linear-gradient(right, #00a86c 0%, rgba(0, 170, 147, 0) 100%);
    background: linear-gradient(270deg, #00a86c 0%, rgba(0, 170, 147, 0) 100%);
  }
  .first-screen__catalog-nav:before {
    width: 32px;
    height: 32px;
    content: " ";
    display: block;
    position: absolute;
    right: 10px;
    top: 89px;
    background: url(/local/templates/.default/css/../img/icons/next-white.svg) center/contain no-repeat;
    z-index: 3;
    animation: levitate 1.5s ease-in-out 0.2s infinite normal;
    -webkit-animation: levitate 1.5s ease-in-out 0.2s infinite normal;
  }
  @-webkit-keyframes levitate {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(10px, 0, 0);
      -ms-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
      -o-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes levitate {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(10px, 0, 0);
      -ms-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
      -o-transform: translate3d(10px, 0, 0);
    }
  }
  /*--------Block-1--------*/
  .block-1__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-1__item-wrap,
  .block-1__slider-wrap {
    width: 100%;
  }
  .block-1__inner {
    position: relative;
    padding: 0 0 24px 0;
  }
  .block-1 .link-all {
    position: absolute;
    bottom: 0;
  }
  .block-1__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-1 .subtitle {
    width: 100%;
  }
  .block-1 .big-title {
    max-width: 330px;
  }
  /*--------News Page------*/
  .news__photo-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-page .news__photo,
  .news-page .news__photo-vertical {
    margin: 0 1px 1px 0;
  }
  .news-page .news__info {
    width: 67.777777%;
  }
  .news-page .news__photo-wrap {
    width: 33.33333%;
  }
  .news-page .news__photo,
  .news-page .news__photo-more,
  .news-page .news__photo-vertical {
    height: 71px;
  }
  .news-page .news__photo {
    max-width: 110px;
  }
  .news-page .news__photo-vertical {
    max-width: 47px;
  }
  /*-----Catalog Page-----*/
  .catalog__inner {
    max-width: 67.777777%;
  }
  .aside {
    max-width: 33.33333%;
  }
	.viewed-products .catalog__item-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .catalog__inner .catalog__item-wrap {
    /* flex: 0 0 50%;
    max-width: 50%; */
  }
  .catalog__top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog__top-inner:last-child {
    margin: 34px 0 0 0;
  }
  /* .catalog__inner .filter-wrap {
    margin: 0 20px 0 0;
  } */
  /* .filter-wrap.switch {
    margin: 0 0 0 10px;
  } */
  /*-------Personal-history-------*/
  .history__item-td:nth-child(4) {
    width: 20px;
  }
  .history__item-td:nth-child(3) {
    max-width: 135px;
  }
  /*------Card Page-----*/
  /**/
  .card-popup{
    width: 255px;
  }
  /*Prtners*/
  .partners-list__item{
    width: 33.333%;
	}
	/*---awards---*/
	.medals-1__desc{
		font-size: 14px;
	}
	.medals-1__title{
    font-size: 16px;
	}
	/*---Partners---*/
	.mapboxgl-map{
		max-height: 80vh;
	}
	
}
@media only screen and (max-width: 960px) {
  /*-------Card Page------*/
  .card-main {
    -ms-grid-rows: 450px 1fr;
    grid-template-rows: 450px 1fr;
  }
  .card__slider-wrap {
    max-width: 380px;
  }
  .card__slider-wrap .card__slider .card__img-wrap {
    height: 370px;
  }
  .card__slider-nav .card__img-wrap {
    height: 100px;
  }
  .card__slider-nav-wrap {
    max-width: 320px;
  }
}
@media only screen and (max-width: 920px) {
  /*-----First Screen-----*/
  .first-screen__plus-block {
    margin: 230px auto 0;
  }
  /*-----Block-3------*/
  .subscribe__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subscribe .form-input__wrap {
    max-width: 100%;
  }
  .subscribe .form-input {
    max-width: 580px;
  }
  .subscribe .form-text {
    max-width: 220px;
  }
  .subscribe .form-text,
  .subscribe .btn,
  .subscribe .check-block {
    margin-top: 30px;
  }
  /*-----Catalog------*/
	.catalog__main.special-offer__prod .catalog__item-wrap,
	.block-8 .catalog__item-wrap,
	.block-8__inner .catalog__item-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  /*Video page*/
  .video__item-wrap{
    max-width: 50%;
	}
	/*Card Page*/
	.price-question {
    right: 0;
	}
}
@media only screen and (max-width: 880px) {
  /*------About Page-----*/
  .contacts-page .requisites__item:nth-child(2),
  .contacts-page .requisites__item:nth-child(3) {
    max-width: 50%;
  }
  .contacts .requisites__item:nth-child(6) {
    margin-top: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .contacts .requisites__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contacts .requisites__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts .requisites__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .contacts .requisites__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .contacts .requisites__item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__inner:nth-child(1),
  .contacts__inner:nth-child(2) {
    width: 100%;
  }
  .map {
    left: -20px;
    width: calc(100% + 40px);
  }
  .contacts__item,
  .contacts__item-wrap {
    width: 50%;
    padding: 0 10px 0 0;
  }
  .contacts__inner:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .requisites .requisites__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .requisites .requisites__item-wrap .requisites__item {
    width: 100%;
    max-width: 100%;
  }
  .requisites .requisites__item:nth-child(4) {
    max-width: 50%;
  }

  /*-------Contacts-------*/
  .contacts-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-page .contacts__item,
  .contacts-page .contacts__item-wrap {
    width: 100%;
    padding: 0;
  }
  .contacts-page .contacts__item-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-page .contacts__item-last .contacts__item-inner {
    width: 50%;
  }
  .contacts-page .contacts__inner:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-page .requisites__item-wrap {
    width: 100%;
  }
  /*------Card Page-----*/
  .color-label {
    margin: 0 10px 10px 0;
  }
  .card-page .check-block {
    height: 27px;
    overflow: hidden;
  }
  .card__check-logo.mid-text {
    white-space: nowrap;
  }
  /*-----------Personal home-----------*/
  .home__main {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .personal-home .requisites__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .input-name,
  .input-phone {
    max-width: 220px;
  }
  .personal-home .contacts__inner:nth-child(1) {
    padding: 0;
  }
  .home__left {
    padding: 0 20px 0 0;
	}
	/*select*/
	.select2-container{
		max-width: 380px;
	}
}
@media only screen and (max-width: 860px){
	.jq-selectbox__select-text,
	.jq-selectbox.jqselect{
		width: 100%!important;
		max-width: 280px!important;
	}
	.card__block-item-quantity{
		max-width: 340px;
	}
}

@media only screen and (max-width: 840px){
	.success__info-text{
		max-width: 360px;
		padding-right: 20px;
	}
	.success .history__item-td:nth-child(3), .success .history__drop-info{
		max-width: 180px;
	}
	.success__cost{
		max-width: 207px;
	}
}

@media only screen and (max-width: 820px) {
  /*-----Card Page-----*/
  .card__slider-wrap .card__slider .card__img-wrap{
    height: 270px;
  }
  .card__slider-wrap {
    max-width: 320px;
  }
  .card__slider-nav-wrap {
    max-width: 260px;
  }
  .card__slider-nav .card__img-wrap {
    height: 70px;
  }
  .card-main {
    -ms-grid-rows: 320px 1fr;
    grid-template-rows: 320px 1fr;
  }
  .card__block-item.card__block-item-cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__block-item .card__cost.block__title-2 {
    margin: 20px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .card__block-item .card__block-item-number {
    width: -webkit-fit-content;
    width: -moz-fit-content;
		width: fit-content;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
        justify-content: flex-start;
  }
  .card__block-item .card__price {
    margin: 0 0 0 13px;
  }
  .bold.card__character-td {
    padding: 0 10px 0 0;
  }
  .card-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-bottom__inner:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 43px 0 0 0;
  }
  .card__certificate-wrap {
    padding: 0 0 0 20px;
    width: 33.333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-bottom__inner-info {
    width: 67.777%;
  }
  .price-request__wrap{
    margin: 34px 0 0 0;
	}
	.price-question{
		right: 50px;
	}
  /**/
  .card-popup{
    width: 300px;
    right: initial;
    left: 0;
    position: relative;
    bottom: initial;
		margin-top: 10px;
		top: initial;
  }

}
@media only screen and (max-width: 790px) {
  /*------Personal-History--------*/
  .history__item-td:nth-child(1) {
    max-width: 105px;
    padding: 0 20px 0 0;
  }
  .history__item-td:nth-child(2),
  .history__item-td:nth-child(3) {
    max-width: 120px;
    padding: 0 20px 0 0;
  }
  .history__item-td:nth-child(5) {
    max-width: 88px;
    padding: 0 10px;
  }
  .history__item-td:nth-child(6) {
    font-size: 0;
    max-width: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 780px) {
  /*-------First Screen------*/
  .first-screen__plus-block {
    display: none;
  }
  .catalog__slide .first-screen__plus-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*-------Block 5-----*/
  .block-5__img {
    opacity: 0.9;
  }
  /*-------Block 6-----*/
  .block-6__right {
    display: none;
  }
  .block-6__left {
    width: 100%;
    padding: 0;
  }
  /*-------Basket Page-------*/
  .choice .color__inner {
    right: -56px;
  }
  /*--------Landing Page---------*/
  .advabtages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .advantages__item {
    width: 33.333%;
  }
  .block-landing .first-screen__red-block {
    right: -9px;
  }
  .landing-block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-img-wrap {
    max-width: 100%;
  }
  .right .landing-block2__inner,
  .left .landing-block2__inner {
    padding: 0;
  }
  .landing-block2 p {
    max-width: 75%;
  }
  .left .landing-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .left .landing-block2__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 769px) {
	.text-lead,
	p.text-lead,
	.second-page p.text-lead{
    font-size: 20px;
  }
  
  
  .second-page > .page-block-wrap > p, .second-page > p, .second-page > .second-page-text > p, /* rs */
.news__detail-text{
  font-size: 14px;
}
  
  
  
  
  .page-li,
  .page-text,
  .page-h3,
  .second-page p,
  .second-page h3,
  .page-li,
  .second-page li {
    font-size: 14px;
  }
  .second-page h2 {
    font-size: 17px;
  }
  /*-------Header-----*/
  .header-logo {
    min-width: 120px;
    /* height: 25px; */
    margin: 0;
  }
  /*------Block-1 & Block-2-------*/
  .block-1__slider-wrap,
  .news-slider {
    position: relative;
  }
  .block-1__slider-wrap:after,
  .news-slider:after {
    content: " ";
    width: 139px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(
      linear,
      right top, left top,
      from(#ffffff),
      to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
      right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .news-slider:after {
    background: -webkit-gradient(
      linear,
      right top, left top,
      from(#f7f7f8),
      to(rgba(247, 247, 248, 0))
    );
    background: -o-linear-gradient(
      right,
      #f7f7f8 0%,
      rgba(247, 247, 248, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #f7f7f8 0%,
      rgba(247, 247, 248, 0) 100%
    );
  }
  /**/
  .catalog__item .subscribe__form .form-input,
  .catalog__item .subscribe__form .form-input__wrap label {
    font-size: 18px;
  }
  /*-----Catalog Item----*/
  .catalog__item .btn.add-cart {
    opacity: 1;
    visibility: visible;
  }
  /*---------Basket Page---------*/
  .basket-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket__left,
  .basket__right {
    width: 50%;
  }
  .basket__left {
    padding: 0 20px 0 0;
  }
  /*---------Card Page--------*/
  .card-top__inner .main-title {
    font-size: 40px;
	}
	
  /*---------Second Page & News Item Page-------*/
  .page-aside {
    max-width: 220px;
    width: 220px;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin-bottom: 20px;
  }
  /*what-we-do*/
  .right-note{
    right: -250px;
  }
  /* .page-block, */
  .second-page p,
	.w-40,
	.news__detail-text {
    max-width: 67.777%;
  }
  
  
  .second-page > .page-block-wrap > p, .second-page > p, .second-page > .second-page-text > p, /* rs */
.news__detail-text{
  max-width: 67.777%;
}
  
  
  
  
  
  .second-page h1 {
    max-width: 100%;
  }
  .page__block-img-wrap .block-img-wrap {
		width: calc(33.3333% - 20px);
		max-width: calc(33.3333% - 20px);
  }
  .page__img-wrap {
    height: 400px;
  }
  /*------Personal Home-----*/
  .personal-home .home__delivery {
    max-width: 100%;
  }
  /*Card popup*/
  .card-popup {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .table-wrap {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  .table {
    overflow-x: scroll;
  }
  .table-wrap:after {
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(
      linear,
      right top, left top,
      from(#ffffff),
      to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
      right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
  }
  table {
    width: 768px;
  }
  th {
    padding: 7px 20px 7px 15px;
  }
}
@media only screen and (max-width: 765px){
	.success .history__drop-wrapper,
	.success__info{
		flex-wrap: wrap;
	}
	.success .history__drop-info{
		padding-left: 0;
		max-width: 280px;
	}
	.success .history__item-td:nth-child(3){
		max-width: 0;
	}
	.success__info-text{
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 100px;
	}
	.success__contant{
		max-width: 100%;
	}
	.success .staff__img{
		flex: none;
	}
	.success .contacts__item{
		padding: 0 0 0 20px;
	}
}
@media only screen and (max-width: 760px) {
	.block-7:before{
		position: absolute;
		display: block;
		content: ' ';
		width: 100%;
		height: 440px;
		z-index: 1;
		background: rgba(255, 255, 255, 0.5);
	}
  /*----Breadcrambs-----*/
  .page__info1 .breadcrambs {
    position: absolute;
    top: 40px;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
		-o-transition: 0.3s;
		max-width: calc(100vw - 20px);
  }
  .page__info1.scroll .breadcrambs {
    visibility: hidden;
    opacity: 0;
  }
  /*--Catalog Page--*/
  .catalog__inner .catalog__item-wrap,
  .switched-off .catalog__inner .catalog__item-wrap {
    width: 227px;
    min-width: 227px;
	}
	/*----*/
	.page-title{
		max-width: 100%;
		line-height: 100%;
		/* -o-text-overflow: initial;
		text-overflow: initial; */
		/* word-wrap: break-word; */
		overflow-wrap: normal;
		word-wrap: break-word;
		word-break: normal; 
		line-break: auto; 
		-webkit-hyphens: manual; 
		-ms-hyphens: manual; 
		hyphens: manual;
	}
	/*select*/
	.select2-container {
    max-width: 320px;
	}
}
@media only screen and (max-width: 740px) {
  /*-----About Page-----*/
  .staff__item {
    max-width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .staff__img {
    /* width: 230px;
    height: 230px; */
    margin: 0 0 20px 0;
  }

  .staff__name {
    white-space: initial;
    max-width: initial;
	}
	
  /*-------Catalog Page---------*/
  .catalog-page .aside {
		position: fixed;
		right: 0;
		z-index: 102;
		top: 0;
    background: #ffffff;
    max-width: 100%;
    width: 0;
    visibility: hidden;
    opacity: 0;
    padding: 40px 0 0 0;
    overflow-x: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .catalog-page .open-aside .aside {
    opacity: 1;
		visibility: visible;
		z-index: 102;
		overflow-y: scroll;
    height: 100vh;
    overflow-y: auto;
    padding: 40px 20px 0 20px;
    width: 100%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .catalog__inner {
    max-width: 100%;
  }
  .aside__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside .filter-wrap {
    margin: 0 20px 0 0;
  }
  .catalog__top-block .catalog__top-inner:last-child {
    display: none;
  }
	.catalog__main.special-offer__prod .catalog__item-wrap,
	.block-8 .catalog__item-wrap,
	.block-8__inner .catalog__item-wrap{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
    max-width: 50%;
  }
  .special-offer .special-offer__img,
  .filter-wrap.switch {
    display: none;
  }
  .filter-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 3px auto;
  }
  .filter-title:after {
    content: "\25bc";
    font-size: 12px;
    display: block;
    margin: 3px 0 0 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .open-aside .filter-title:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .filter-title:before,
  .open-aside .filter-title:before {
    display: block;
    opacity: 0;
    content: " ";
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .open-aside .filter-title:before {
    opacity: 1;
    background: url(/local/templates/.default/css/../img/icons/check-black.svg) center/contain no-repeat;
  }
  .catalog-page .main-title {
    /* height: 55px; */
    line-height: 90%;
  }
  .aside__discard {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
    display: none;
  }
  .open-aside .aside__discard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside__discard .btn-more {
    margin: 0 0 0 82px;
  }
  .catalog__top-inner {
		width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
	}
	.catalog-filter__close{
		position: sticky;
    display: block;
    width: 20px;
    background: url(/local/templates/.default/css/../img/icons/close-black.svg) center/contain no-repeat;
    height: 20px;
    right: 30px;
		margin: 0 0 0 auto;
	}
	.aside .filter-counter{
		justify-content: space-between;
		display: flex;
		background: #F7F7F7;
		padding: 20px;
		position: -webkit-sticky;
		position: sticky;
    left: -20px;
    bottom: 0;
    width: calc(100% + 20px);
    margin-left: -20px;
	}
  /*Partners*/
  .partners-list__item{
    width: 50%;
  }
  /*cookie*/
  .cookie__inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie__btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 720px) {
	/*----Footer----*/
	.footer__main-group{
		flex-direction: column;
	}
	.footer .logo{
		margin-bottom: 20px;
		max-width: 400px;
	}p
	/*------Popup Menu---*/
  .popup-menu__group-2,
  .popup-menu__group-3 {
    max-width: 100%;
  }
  /*------Block-8------*/
  .catalog__main.special-offer__prod .catalog__item-wrap,
	.catalog__item-wrap,
	.viewed-products .catalog__item-wrap,
	.catalog__inner .catalog__item-wrap,
	.switched-off .catalog__inner .catalog__item-wrap {
		width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
		max-width: 50%;
		min-width: 50%;
  }
  /*------News Page------*/
  .news-page .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-page .news__info,
  .news-page .news__photo-wrap {
    width: 100%;
  }
  .news-page .news__photo-wrap {
    margin: 20px 0 0 0;
  }
  /*-------------Basket Page-------*/
  .basket-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket__left,
  .basket__right {
    width: 100%;
  }
  .basket__right-inner {
    margin: 60px 0 0 0;
  }
  .basket__left {
    padding: 0;
  }
  .choice .color__inner {
		right: initial;
    left: 0;
  }
  /*------Card Page-----*/
  .card__certificate-wrap,
  .card-bottom__inner-info {
    width: 100%;
  }
  .card-bottom__inner:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .card-bottom__inner:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.card__block-item-quantity {
    max-width: 300px;
	}
}
@media only screen and (max-width: 700px) {
  /*-----Card Page-----*/
  .page-info__link {
    white-space: nowrap;
  }
  .page-info__ul {
    width: 100%;
    overflow: hidden;
		overflow-x: scroll;
		max-width: calc(100vw - 40px);
  }
  .page-info__ul:after {
    position: absolute;
    display: block;
    content: " ";
    height: 40px;
    width: 40px;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, #ececef), to(rgba(236, 236, 239, 0)));
    background: -o-linear-gradient(
      right,
      #ececef 20%,
      rgba(236, 236, 239, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #ececef 20%,
      rgba(236, 236, 239, 0) 100%
    );
    right: 0;
    z-index: 5;
		top: 40px;
		opacity: 0;
  }
  .scroll .page-info__ul:after {
    top: 0;
  }
  .page__info2 .page-info__nav {
    min-width: 100%;
  }
  /**/
  .card-main {
    display: block;
  }
  .card-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-bottom__inner:first-child,
  .card-bottom__inner:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .card-main__block {
    margin: 0 0 23px 0;
  }
  .card__block-item.card__block-item-cost {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .card-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__certificate-wrap {
    padding: 0;
	}
	.card-popup{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 680px) {
  /*-------Second Page & News Item Page--------*/
  .second-page h2,
  .second-page h3,
	.second-page p,
	.news__detail-text,
  .w-40 {
    max-width: 100%;
    padding: 0;
  }
  
  .second-page > .page-block-wrap > p, .second-page > p, .second-page > .second-page-text > p, /* rs */
.news__detail-text{
  max-width: 100%;
  padding: 0 0 0 0;
}

  
  
  
  .page-block-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page__block-img-wrap .block-img-wrap {
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
  }
  .page-table {
    overflow-x: scroll;
  }
  .table-tr {
    width: 680px;
  }
  /*--------Catalog Page--------*/
  .catalog__slide .first-screen__plus-block {
    display: none;
  }
  /*-----Support Page---*/
  .support-page .download-link-wrap{
    position: relative;
    top: initial;
    right: initial;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  /*-----Popup Menu---*/
  .popup-menu__group-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-menu .header__phone {
    margin: 0 0 10px 0;
  }
  .popup-menu__bottom {
    background-color: #1d222b;
  }


  .popup-menu__bottom {
    margin: 0;
    padding: 25px 0px;
  }
  .popup-menu__down-ul-inner {
    padding: 24px 0 0 22px;
  }
  .popup-menu__down-ul.d-flex {
    padding: 0;
  }
  .popup-menu__li-catalog {
    margin-left: -20px;
    margin-right: -20px;
  }
  .popup-menu__link-catalog,
  .popup-menu__down-ul-inner {
    padding-left: 42px;
  }
  .popup-menu__down-ul-inner:before,
  .popup-menu__down-ul-inner:after {
    content: " ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .popup-menu__down-ul-inner:before {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(29, 34, 43, 0)), to(#1d222b));
    background: -o-linear-gradient(right, rgba(29, 34, 43, 0) 0%, #1d222b 100%);
    background: linear-gradient(270deg, rgba(29, 34, 43, 0) 0%, #1d222b 100%);
  }
  .popup-menu__down-ul-inner:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#1d222b), to(rgba(29, 34, 43, 0)));
    background: -o-linear-gradient(right, #1d222b 0%, rgba(29, 34, 43, 0) 100%);
    background: linear-gradient(270deg, #1d222b 0%, rgba(29, 34, 43, 0) 100%);
  }
  /*-------Popup Form-------*/
  .popup-form.fancybox-content {
    padding: 44px 20px;
  }
  .popup-form .form .form-group {
    position: relative;
    top: initial;
    right: initial;
    max-width: 100%;
    width: 100%;
    margin: 0 0 44px 0;
  }
  .popup-form .form .form-input__wrap {
    width: 100%;
  }
  .popup-form .form .check-block:nth-child(7),
  .popup-form .form .btn {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .popup-form .form .check-block:nth-child(7) {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .popup-form .form-textarea {
    height: 110px;
  }
  .popup-form .form-textarea {
    padding: 14px 0 0 19px;
  }
  .city-popup__inner {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  /*------About Page------*/
  .contacts__item,
  .contacts__item-wrap {
    width: 100%;
  }
  .contacts__photo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
  }
  .contacts__photo {
		width: 100%;
    height: auto;
  }
  /*----Catalog Page-----*/
  .catalog__slider .slick-dots {
    text-align: left;
    padding: 0 0 0 13px;
  }
  .card-screen .first-screen__main {
    margin: 0 0 40px 0;
  }
  /*--------Personal history---------*/
  .history__item-th .history__item-td,
  .history__item-tr .history__item-td {
    width: 50%;
    max-width: initial;
  }
  .history__item-th,
  .history__item-tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history__item-tr .history__item-td:nth-child(4) {
    width: 40px;
  }
  .history__item-down:after {
    margin: initial;
  }
  .history__item-tr .history__item-td:nth-child(5) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px 0 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .history__item-tr .history__item-td:nth-child(6) {
    width: 20px;
  }
  .history__item-th .history__item-td:nth-child(3),
  .history__item-th .history__item-td:nth-child(4),
  .history__item-th .history__item-td:nth-child(5),
  .history__item-th .history__item-td:nth-child(6),
  .history__item-th .history__item-td:nth-child(7) {
    display: none;
  }
  .history__item-td {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*-----------Personal Home--------*/
  .home__main {
    display: block;
  }
  .home__left {
    padding: 0;
    margin: 0 0 70px 0;
  }
  .input-name,
  .input-phone {
    max-width: 100%;
  }
  .home__form .form-input__wrap label,
  .home__form-passw .form-input__wrap label {
    font-size: 20px;
    line-height: 24px;
    top: 19px;
  }
  /*----------Card Page---------*/
  .card-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  .card-top__descr {
    margin: 20px 0 0 0;
    max-width: 470px;
    padding-left: 90px;
  }
  /**/
  .card-popup{
    left: initial;
    bottom: initial;
  }
  /*----------Search Page---------*/
  .search-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__input-wrap .form-input__wrap {
    margin: 0 0 20px 0;
  }
  .search-form .check-block {
    margin: 0 20px 0 0;
  }
  .result__search-title {
    width: 80px;
  }
  .result__search-inner {
    width: calc(100% - 80px);
  }
  /*--Form--*/
  .form.form-organization .form-textarea {
    height: 180px;
  }
  .form.form-logo .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-logo__img-wrap,
  .form-logo__inner,
  .form.form-adress .form__group > div {
    width: 100%;
  }
  .form-logo__img-wrap {
    height: 130px;
    margin: 0 0 20px 0;
  }
  .form-adress .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form.form-adress .form__btn {
    margin: 40px 0 0 0;
  }
  .form__map-wrap,
  .form__map-wrap > iframe {
    height: 140px;
  }
}
@media only screen and (max-width: 580px) {
  /*------Landing Page--------*/
  .block-landing .first-screen__red-block {
    right: 9px;
    top: -50px;
    bottom: initial;
  }
  .block-landing {
    margin: 80px 0 20px 0;
  }
  .landing-img-wrap > img {
    width: auto;
    height: 100%;
  }
  .block-landing .block-landing__img > iframe {
    height: 224px;
  }
  .block-landing .block__title-2.text-white {
    color: #1d222b;
  }
  .page-ol, .page-ul, .second-page ul, .second-page ol {
    max-width: 100%;
    padding: 0;
  }
  /*--Form--*/
  .form.form-organization .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form.form-organization .form__group > div {
    width: 100%;
  }
  /*what-we-do*/
  .right-note{
    position: relative;
    right: initial;
    margin: 20px 0 60px 0;
  }
  /*Video page*/
  .video__item-wrap{
    max-width: 100%;
	}
		/*---success page---*/
		.success .history__drop-item{
			flex-wrap: wrap;
		}
		.success__cost{
			max-width: 100%;
			text-align: left;
			margin-top: 10px;
		}
		.success__contant{
			flex-direction: column;
		}
		.success .basket__item-main {
			max-width: calc(100% - 80px);
	}
}
@media only screen and (max-width: 550px) {
	.header__group{
		max-width: 160px;
		margin: 0 73px 0 auto;
	}
	.header__inner .cart-wrapper {
    margin: 0 0 0 auto;
	}
	.city-popup-mini {
    right: 0;
    left: initial;
	}
  /*------Block-4------*/
  .block-4__inner {
    width: 100%;
    padding: 34px 0 47px 0;
  }
  .block-4__img {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
  .block-4__img > img {
    height: 100%;
    width: auto;
  }
  .header__inner .city-wrap .header__city{
    display: none;
	}
  /*------Block-5------*/
  .block-5__img {
    position: relative;
    height: 330px;
    opacity: 1;
  }
  .block-5__img > img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-5__inner .text-white {
    color: #a6adb9;
  }
  .block-5__inner {
    padding: 42px 0;
  }

  /*--------History Page-------*/
  .history__drop-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*--Form--*/
  .form .form__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .form .form__btn {
    width: 100%;
    margin: 0 0 26px 0;
	}
	.form-registration .form__btn-wrap .mid-text {
    margin: 0 ;
	}
  /*Partners*/
  .partners-wrapper__top{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partners-wrapper__top .block__title-2{
    margin: 0 0 18px 0;
  }
}
@media only screen and (max-width: 530px) {
  /*-------First Screen-----*/
  .first-screen__wrap {
    height: 480px;
  }
  .first-screen__img {
    max-height: 480px;
  }
  .first-screen__info {
    margin: 20px 0 36px 0;
  }
  /*-----About Page------*/
  .requisites {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .requisites__inner {
    max-width: 100%;
  }
  .requisites__inner:nth-child(2) {
    margin: 0;
  }
  /*------Contacts Page-----*/
  .contacts-page .requisites__item:nth-child(2),
  .contacts-page .requisites__item:nth-child(3) {
    width: 100%;
  }
  .contacts-page .contacts__item-last,
  .contacts-page .requisites__item-wrap,
  .contacts-page .contacts__inner:nth-child(2),
  .contacts-page .contacts__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 520px) {
  .popup-menu {
		padding-top: 25px;
		display: block;
  }
  /*-------Header-----*/
  .header-logo {
   /*  width: 100px; */
    width: 180px; /* rs */
    /* height: 21px; */
    min-width: 100px;
  }
  
  .logo_partner-name { /* rs */
    font-size: 9px;
  }
  
  .header__group{
		margin: 0 0 0 auto;
    padding: 0 50px 0 0;
	}
	.header__group .favorites {
		right: 76px;
	}
  .header__burger{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
  }
  .header__inner .header__phone, .header__inner .header__mail, .header__inner .city-wrap{
    margin: 0;
  }
	.footer .header-logo{
		max-width: 225px;
    height: 21px;
    min-width: fit-content;
	}
  /*-----About Page-----*/
  .staff__item {
    max-width: 100%;
  }
  .staff__img {
    width: 230px;
    height: 230px;
  }
  .staff__inner .mid-text:nth-child(4) {
    display: inline;
    padding: 0 0 0 10px;
  }
  .staff__inner .mid-text.text-green:nth-child(5) {
    display: block;
  }
  .requisites__inner .requisites__item {
    width: 100%;
    max-width: 100%;
  }
  .requisites__item-wrap {
    width: 100%;
	}
	/*---Partners---*/
	.mapboxgl-map {
    max-height: calc(100vh - 300px);
	}
	/*contacts*/
	.map-wrap,
	.map{
		height: 360px;
	}
	.map{
		overflow: hidden;
	}
}
@media only screen and (max-width: 500px){
	.open-cart .popup-cart .cart__item {
		padding: 38px 38px 20px 38px;
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		background: #ffffff;
		border-top: 1px solid #ececef;
	}	
	.popup-cart .cart__delivery-item{
		border-bottom: none;
	}
}
@media only screen and (max-width: 480px) {
	.catalog__main{
		justify-content: center;
	}
	.catalog__item-black-card.catalog__item{
		margin-bottom: 50px;
	}
  .catalog__star{
		opacity: 1;
	}
	.price-question__popup{
		min-width: 226px;
		right: initial;
		left: 15px;
    bottom: 70px;
	}
	.popup-menu__group-2{
		max-width: 100%;
		align-items: center;
	}
	.popup-menu .favorites,
	.popup-menu .favorites svg{
		width: 24px;
		height: 24px;
	}
	.accent-text{
		font-size: 56px;
		line-height: 45px;
	}
  /*------About Page------*/
  .staff {
    padding: 50px 0;
  }
  /**/
  .viewed-products .block-8__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
  .viewed-products .block-8__inner .catalog__item-wrap {
    display: none;
  }
  .viewed-products .block-8__inner .catalog__item-wrap:nth-child(1),
  .viewed-products .block-8__inner .catalog__item-wrap:nth-child(2),
  .viewed-products .block-8__inner .catalog__item-wrap:nth-child(3) {
    display: block;
  }
  /*-----First Screen-*/
  .first-screen__catalog-li {
    width: 171px;
  }
  .first-screen {
    overflow: hidden;
  }
  /*-----Block-1------*/
  .block-1 .link-all {
    right: 30px;
  }
  .block-1__slide {
    display: none;
  }
  .block-1__slide:nth-child(1),
  .block-1__slide:nth-child(2),
  .block-1__slide:nth-child(3) {
    display: block;
  }
  /*-----Block-2------*/
  .news-slide {
    padding: 0 0 70px 0;
  }
  .news-slide {
    display: none;
	}
	.news-slide:nth-child(1),
	.news-slide:nth-child(2) {
    display: block;
  }
  .block-2 {
    padding: 60px 0 0 0;
  }
  /*------Block-1 & Block-2-------*/

  .block-1__slider-wrap:after,
  .news-slider:after {
    display: none;
  }
  /*-----Block-3------*/
  .subscribe .subscribe__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .subscribe .btn,
  .form-request .btn {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .form-request .form-text,
  .subscribe .form-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .form-request .check-block,
  .subscribe .check-block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* .block-5__img {
    justify-content: flex-end;
  } */
  /*-----Block-8------*/
  .catalog__main.special-offer__prod .catalog__item-wrap,
	.block-8 .catalog__item-wrap,
	.block-8__inner .catalog__item-wrap,
	.block-1__slider .catalog__item-wrap,
	.viewed-products .catalog__item-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
	}
	.block-1__slider .catalog__item-wrap,
	.catalog__inner .catalog__item-wrap{
		margin-bottom: 20px;
	}
  /*------Footer------*/

  .footer__main-group {
    margin: 0 0 46px 0;
  }
  .footer__bottom-inner,
  .footer__ul,
  .footer__main-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__li {
    margin: 0 0 7px 0;
  }
  .footer__ul {
    margin: 0 0 80px 0;
  }
  .footer__main-group-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bottom {
    height: 100%;
  }
  .footer__bottom-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .footer__bottom-cookies {
    margin: 15px 0;
    display: block;
  }
  .footer .social-icon:last-child {
    margin: 0;
  }
  /*-----Catalog Page-----*/
  .catalog-btn {
    width: 280px;
  }
  .catalog__item {
		max-width: 100%;
		margin: 0 auto;
  }
  .catalog__inner .catalog__item-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .special-offer__prod {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog__slider .slick-dots {
    bottom: 37px;
  }
  .special-offer-wrapper{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .catalog-page .special-offer{
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
	}
	.catalog__item .catalog__img-wrap{
		max-height: 100%;
	}
	.catalog__item .catalog__img{
		width: 100%;
	}
	.catalog__item{
		height: 100%;
		min-height: 340px;
	}
	.catalog__cost{
		margin-bottom: 30px;
	}
  /*-----------Personal history--------*/
  .history__item-tr .history__item-td:nth-child(3) {
    width: calc(100% - 40px);
  }
  .history__item-comment {
    margin: 0 0 0 auto;
  }
  .history__item-td:nth-child(6) {
    padding: 0;
  }
  /*--------Card Page------------*/
  .news__photo-more {
		display: none !important;
		width: 0px !important;
	}
	.news__photo-slider .hidden, .news__photo-slider [hidden]{
		display: block!important;
	}
  .card__slider-nav-wrap {
    display: none;
  }
  .card__slider-wrap,
  .card__slider-wrap .card__img-wrap {
    max-width: 100%;
    width: 100vw;
  }
  .card__sertificate {
    width: 100%;
    height: 170px;
    overflow: hidden;
  }
  .card__sertificate img {
    width: 100%;
    height: auto;
  }
  .card-main {
    margin-left: -20px;
    margin-right: -20px;
  }
  .card-main__right,
  .card-main__descr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .slick-dots {
    bottom: 10px;
  }
  .card__block-item .card__cost,
  .card__block-item .card__btn {
    display: none;
  }
  .mobile-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    min-height: 60px;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 50;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-btn-wrapper .card__cost.block__title-2 {
    font-size: 17px;
    line-height: 125%;
    margin: 0;
  }
  .mobile-btn-wrapper .card__btn {
		width: 200px;
		white-space: nowrap;
    height: 40px;
    margin: 0;
  }
  .card-main__block {
    position: relative;
  }
  .card__block-item-quantity {
    overflow-x: scroll;
    /* margin-left: -20px;
    margin-right: -20px;
    padding: 0 0 0 20px; */
  }
  .card__block-item .quality-item {
    width: 100%;
    min-width: 69px;
  }
  .price-request__wrap{
    max-width: 100%;
    margin: 10px 0 5px;
  }
  
  .price-question{
    display: none;
  }
  .mobile-btn-wrapper .card__btn{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .card__block-item .price-request__wrap{
    display: none;
	}
	.card-page .footer__bottom{
		margin-bottom: 60px;
	}
	.card-main__descr {
    padding: 20px 30px 0 0;
	}
  /**/
  .card-popup{
    width: 290px;
    left: 0;
    right: initial;
    /* bottom: -55px; */
  }
  /*--------Second Page & News Item Page--------*/
  .page__img-wrap {
    height: 210px;
  }
  .page__img-wrap,
  .page__block-img-wrap,
  .news-item__slider {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
  .news-item__slide,
  .news-item__slide.slick-active,
  .news-item__slide.slick-current.slick-active {
    padding: 0;
  }
  .news-item__slide .news__date,
  .news-item__slide .news__title,
  .news-item__slide .news__text {
    padding: 0 20px;
  }
  .page-slider {
    height: 280px;
    overflow: hidden;
  }
  .page__block-img-wrap .block-img-wrap {
    margin: 0;
    width: 100vw;
  }
  .page__img-sub {
    margin: 20px 0 20px 0;
  }
  /*------News Page------*/
  .news-page .news__photo,
  .news-page .news__photo-vertical {
    height: 215px;
    max-width: 100%;
  }
  .news-page .news__item {
    margin-left: -20px;
    margin-right: -20px;
  }
  .news__info {
    padding: 0;
	}
	.news-page .news__photo-slider .slick-slide img{
		width: 100vw;
	}
	.news-page .news__item {
    margin: 0 0 30px 0;
	}
  /*------Popup-----*/
  .city-popup__inner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  /*------Basket Page-----*/
  .color__inner {
    padding: 40px 20px;
    width: 320px;
  }
  /*--------Landing Page-------*/
  .landing-img-wrap > img {
    width: 100%;
    height: auto;
  }
  .landing-img-wrap {
    max-width: 100vw;
  }
  .advantages__item {
    width: 50%;
  }
  /*Prtners*/
  .partners-list__item{
    width: 100%;
  }
}
@media only screen and (max-width: 450px){
	/*Card page*/
	.mobile-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.mobile-btn-wrapper .card__cost.block__title-2 {
    margin-bottom: 10px;
	}
	.price-request__wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
		order: 2;
		max-width: 280px;
	}
	.mobile-btn-wrapper .card__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	}
	.price-request{
		max-width: 260px;
	}
}
@media only screen and (max-width: 430px){
	.popup-cart .basket__item-bottom{
		flex-direction: column;
		align-items: flex-end;
	}
	.price-question {
    right: 0;
	}
}
@media only screen and (max-width: 400px) {
	.price-request{
    max-width: 100%;
	}
	.price-question__popup{
		right: 0;
    left: initial;
	}
	.price-question__popup{
		bottom: 34px;
	}
  /*------Catalog Page-------*/
  .catalog__top-block {
    margin: 10px 0 42px 0;
  }
  /*--------Basket Page--------*/
  .choice .color__inner {
    right: -26px;
    width: 300px;
  }
  .partners-wrapper__search-label{
    max-width: 220px;
    max-height: 20px;
    display: inline-block;
    overflow: hidden;
  }
  /* .mobile-btn-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		height: 120px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
  }
  .price-request__wrap{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mobile-btn-wrapper .card__btn{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
	} */
	/*---Card---*/
	.mobile-btn-wrapper .card__cost.block__title-2{
		margin-bottom: 10px;
	}
	.card-page .footer__bottom {
    margin-bottom: 120px;
	}
	.open-cart .popup-cart .cart__item {
		padding: 38px 20px 0 20px;
	}
	.price-request__wrap{
		padding-right: 40px;
	}
}
@media only screen and (max-width: 360px){
	.city-popup-mini{
		right: -20px;
	}
	/*select*/
	.select2-container {
    max-width: 280px;
	}
	/*card page*/
	.card__block-item-quantity {
    max-width: 280px;
	}
}
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (display:flow-root) { 
		.card__block-item .card__cost { 
			font-family: 'San Francisco', sans-serif;
		}
	} }
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

	.card__block-item .card__cost { 
		font-family: 'Helvetica', sans-serif;
	}
}}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  .main-title,
  .second-page h1 {
    font-size: calc(13.33vw - 23px);
  }
  .first-screen__info {
    font-size: calc(1.42vw + 12px);
  }
  .block-6__title {
    font-size: calc(0.8vw + 27px);
  }
  .block__title-2 {
    font-size: calc(3.8vw + 15px);
  }
}
@media only screen and (min-width: 400px){
	.main-title,
  .second-page h1 {
    font-size: calc(13.33vw - 29px);
  }
}
@media only screen and (min-width: 530px) {
  .main-title,
  .second-page h1 {
    font-size: calc(13.33vw - 37px);
  }
  .first-screen__info {
    font-size: 20px;
  }
  .block-6__title {
    font-size: 54px;
  }
  .block__title-2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 700px){
	.main-title, .second-page h1 {
    /* font-size: 62px; */
    font-size: 50px; /* rs */
	}
}
@media only screen and (min-width: 992px) {
  .block-6__title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
	}
	.block-1-0-promo-05 .block-landing{
		max-width: 100%;
	}
}

@media (min-width: 1092px) {
  .container {
    max-width: 1060px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
	}
	.block-1-0-promo-05 .block-landing{
		max-width: 1060px;
	}
}

@media (min-width: 1460px) {
  .container {
    max-width: 1420px;
	}
	.block-1-0-promo-05 .block-landing{
		max-width: 1450px;
	}

}
@media (min-width: 1730px) {
  .block-5__img img {
    width: 100%;
  }
}


@media only screen and (max-width: 769px) { /* rs */
	.card__character-tr > .small-text {
		font-size: 14px;
	}
}


/*@media screen and (max-height: 818px){
  .header__catalog-left-link, .header__catalog-right-link {
  line-height: 115%;
  }
}

@media screen and (msx-height: 767px){
  .header__catalog-left-link, .header__catalog-right-link {
  line-height: 100%;
  }
}*/
@media screen and (max-width: 942px){
  .first-screen__wrap{
    height: 680px;
  }
  .first-screen__img{
    max-height: 780px;
  }
}
@media screen and (max-width: 751px){
  .first-screen__wrap{
    height: 780px;
  }
}
@media screen and (max-width: 537px){
  .first-screen__wrap{
    height: 800px!important;
  }
  .first-screen__img{
    max-height: 800px!important;
  }
}
@media screen and (max-width: 442px){
  .first-screen__main.main_big a.bt2{
    margin: 6px 0 0 0;
  }
}
/* End */


/* Start:/local/templates/siltech/styles.css?17472258047872*/
#bx_3218110189_681 .staff__inner {
	padding: 5px;
	border: 4px solid black;
}
/* contacts-block --> */
.contacts-new .contacts-block {
	background: rgba(166, 173, 185, 0.1);
	padding: 30px 0;
}

.contacts-new .contacts-block__inner {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-new .contacts-block__title {
	font-weight: 600;
	margin: 0 0 5px 0;
}
.contacts-new .contacts-block__link {
	display: block;
}
/* requisites-block --> */
.contacts-new .requisites-block {
	padding: 50px 0 0;
}
.contacts-new .contacts-block .block-title{
	margin: 0 0 10px 0;
}
.contacts-new .requisites__inner {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-new .requisites__item {
	max-width: 300px;
	padding: initial;
	margin: 0;
}
.contacts-new .requisites__title {
	font-weight: 600;
	margin: 0 0 3px 0;
}
.contacts-new .requisites__text {
	margin: 0 0 15px 0;
}
@media only screen and (max-width: 1459px) {
	.contacts-new .requisites__inner {
		max-width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.contacts-block__item {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 480px) {
	.contacts-block__item {
		width:100%;
	}
}
.contacts-new .contacts-stuff-section-w {
	padding: 50px 0;
}
.contacts-stuff-section-title {
	font-weight: 700;
    line-height: 135%;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.contacts-stuff-items-w {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 50px;
}
.contacts-stuff-item {
	display: flex;
	gap: 20px;
	max-width: calc(25% - 23px);
	min-height: 225px;
}
.contacts-stuff-item-left {
	width: 100%;
	max-width: calc(50% - 10px);
}
.stuff-img-w img{
	max-width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.stuff-section-bg {
	background: #f7f7f8;
}
.stuff-img-w {
	height: 100%;
}
.contacts-stuff-item-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 14px;
}
.stuff-name {
	font-weight: 600;
	margin: 0 0 5px 0;
}
.stuff-post,
.stuff-phone {
	margin: 0 0 5px 0;
}
.stuff-post {
	min-height: 70px;
}
.contacts__inner {
	position: relative;
}
.contacts__photo-wrapper {
	position: absolute;
    bottom: 0;
    right: 0;
}
.map-wrap {
	height: initial;
}
.map {
	position: initial;
	width: 100%;
}
.contacts__inner .subtitle.subtitle-bold {
	font-weight: 600;
	text-transform: initial;
	font-size: 16px;
	letter-spacing: initial;
}
@media only screen and (max-width: 1459px) {
	.contacts-stuff-item {
		max-width: 400px;
	}
}
@media only screen and (max-width: 800px) {
	.contacts-stuff-items-w {
		gap: 20px;
		margin-bottom: 20px;
	}
	.contacts-new .requisites__inner {
		gap: 10px;
	}
	.contacts-new .requisites__item {
		margin: 0;
	}
}
@media only screen and (max-width: 640px)  {
	.contacts__photo-wrapper {
		position: initial;
		bottom: initial;
		right: initial;
	}
}

[href*="sort=show_counter"] {
	display: none;
}

/*AboutBlock on MainPage*/
.adv_num-block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}
.adv_num-element{
	width: calc(100% / 8 - 5px);
	display: flex;
	flex-direction: column;
	justify-content: start;
	text-align: center;
	margin-bottom: 10px;
}
.adv_num-element:first-child img{

}
.adv_num-img{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.adv_num-img img{
	width: 55px;
	height: auto;
}
.adv_num-title{
	font-weight: bold;
	font-size: 3em;
	color: #003F6B;
	margin-bottom: 5px;
}
.adv_num-descr{
	color: #003F6B;
}
.main_about-block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.main_about-element:first-child{
	width: 64%;
	margin-right: 2%;
}
.main_about-element:last-child{
	width: 34%;
}
.main_about-element h2{
	font-size: 2em;
	text-align: left;
	color: #003F6B;
	margin-top: 0;
}
.main_about-element img{
	width: 100%;
	margin-top: 14px;
}
.main_about-element li{
	list-style: disc;
}
@media screen and (max-width: 1080px){
	.adv_num-element{
		width: calc(100% / 4 - 5px);
	}
}
@media screen and (max-width: 900px){
	.main_about-element:first-child{
		width: 100%;
	}
	.main_about-element:last-child{
		display: none;
	}
}
@media screen and (max-width: 550px){
	.adv_num-element{
		width: calc(100% / 2 - 5px);
	}
}

/* custom  top menu*/

.header__menu-li-catalog .header__catalog-inner{ min-width: 50%; } 
.li-down--elipsis .header__catalog-inner{ min-width: 0; } 
.header__catalog-right { display: none; }
.header__catalog-right { padding: 0; }
.header__menu-li-catalog .header__catalog-inner:hover { min-width: 820px; } 

.header__menu-li-catalog .header__catalog-inner:hover .header__catalog-right {
  padding: 30px;
  display: block;
}

.header__menu-li-catalog .header__catalog-right-ul {
  -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.header__catalog-right-li:hover a.header__catalog-right-link { display: block !important; }
.li-down--elipsis .header__catalog-inner:hover{ min-width: 790px; }

.li-down--elipsis .header__catalog-inner:hover .header__catalog-right{
  	padding: 30px;
	display: block ;
} 

.header__catalog-left .hover a{color: #339955;}

.contacts-scheme-proyezda{
	display: flex;
	max-width: 187.9px;
}
  

.new-footer-socials.block-3.fancybox-content{
	background: #f7f7f8;
}

.footer_btn-sub-wrap{
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	gap: 10px;
}


.footer_btn-sub-wrap a{
 max-width: 215px;
 min-width: 215px;
}

.footer_btn-sub-wrap a{
 margin-top: 0;
}

.new-footer-socials .footer__bottom-social-wrap{
	justify-content: flex-start;

}

.new-footer-socials.block-3.new-footer {
  display: flex;
  flex-direction: column;
  align-items: end;
}

@media screen and (max-width: 960px){
  .new-footer-socials.block-3.new-footer{
    align-items: flex-start;
  }
  
}

@media screen and (max-width: 480px) { 
	.new-footer-socials.block-3.new-footer{
		align-items: center;
	}
}

.header-phones-block-w{
	flex-direction: column;
	white-space: nowrap;
	margin: 0 0 0 25px;
}

.header-one-of-phones{
	margin: 0px 10px;
	font-size: 16px;
}

/* heder */

@media only screen and (max-width: 1060px){
	.header-phones-block-w{
		display:none;
	}

	.header__inner .header__phone,
	.header__phone{
		display: block;
    	margin-right: 10px;
	}

	.header-phones-block-w{
		display: flex;
	}

	.header-phones-block-w .header-phone-description{
		display: none;
	}
}

@media only screen and (max-width: 1459px){
	.header-phones-block-w{
		margin: 0 15px 0 25px;
	}
}

@media screen and (max-width: 620px){
	.logo.header-logo{
		width: auto;
	}


	.logo.header-logo picture img{
		width: 55px;
		
	}

	.header.scroll .logo.header-logo picture img{
		width: 36px;
		margin-top: -10px;
	}

	.popup-menu__group-1 .header-logo{
		max-width: 180px;
	}	

    .header__inner .logo.header-logo{
         max-width: 210px;
    }

	.popup-menu__group-1 .header-logo picture img{
		width: 55px;
	}
}

@media only screen and (max-width: 550px){
	.header__group{
        max-width: none;
    }

}

@media screen and (max-width: 450px){
    .logo_partner-name{
		max-width: 100px;
    }
    
    .header-logo{
        min-width: 60px;
    }
}

@media only screen and (max-width: 380px){
	.logo.header-logo picture img{
		margin-left: -10px;
	}
	/* .header-phones-block-w {
		margin-left: -80px;
	} */
	.header-phones-block-w {
        margin: 0 15px 0 -10px;
    }
}

.header.scroll .header-logo>picture {max-height: 25px}
.header.scroll .header-logo>picture img {
	max-width: 200px;
    margin-top: -5px;
}

.footer__phone--w{
	margin: 20px 30px 15px 0;
}

.footer__phone--w .footer__phone{
	margin: 0 0 5px 0;
}

.footer__mail--w{
	margin: 0 0 23px 0;
}

.footer__mail--w .footer__mail{
	margin: 0 0 5px 0 !important;
}
/* End */
/* /local/templates/.default/libs/slick/slick.css?15771884561776 */
/* /local/templates/.default/libs/slick/slick-theme.css?15771884563145 */
/* /local/templates/.default/libs/fancybox-master/jquery.fancybox.min.css?154158288213841 */
/* /local/templates/.default/libs/form-styler/jquery.formstyler.css?15871045392175 */
/* /local/templates/.default/libs/select2/select2.min.css?158018768214966 */
/* /local/templates/.default/fonts/fonts.css?1580193281576 */
/* /local/templates/.default/template_styles.css?1751031901160543 */
/* /local/templates/.default/css/media.css?172708407566937 */
/* /local/templates/siltech/styles.css?17472258047872 */
