/****************** HEADER *******************/

header {background:var(--color_white);position: relative;z-index: 150;box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.05);}

.header__fixed {
    max-height: 140px;
	position:absolute; top:0px; left:0px; width:100%;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
	
}
.header__fixed+main {padding-top:140px;}
@media screen and (min-width: 1101px) {
	header.header__hidden {transform: translate3d(0,-100%,0);}
	header.header__shown {position: fixed;}
}
@media screen and (max-width: 1100px) {.header__fixed {position: fixed;}}
@media screen and (max-width: 680px) {.header__fixed+main {padding-top:58px;}}

.header {}
.header__top {position: relative;}
.header__logo-block {min-width:20%;}
.header__logo {width:170px;text-align: center;margin-right:30px;}
.header__logo img {max-width: 170px;}

.header__top-inner {flex-grow: 1;}

.header__phone-block .dropdown__items-button {font-size: 24px;font-weight: bold;border:none;white-space: nowrap;}
.header__phone-block .dropdown__items-button>* {vertical-align: middle;}
.header__phone-block .dropdown__items-button:hover {background-color: transparent;}
.header__phone-block .dropdown__items-button,
.header__phone-block .dropdown__items-button:focus-visible,
.header__phone-block .dropdown__items-button:focus {background-color: transparent;}
.header__phone-block .dropdown__items {position: relative;}
.header__phone-block .dropdown-content {top: 100% !important;max-width: none;width: auto !important;overflow:hidden;}
.header__phone-block-icon {fill: var(--text_color_7);}

.header__phone-menu li a {font-size: 22px;text-align: center;white-space: nowrap;}
.header__phone-menu li a:hover {text-decoration: none;}
.header__phone-text {
    color: var(--text_color_3);
    margin: 10px 10px;
    text-align: center;
}

.header__phone-socials {margin-top: 0px !important;}
.header__phone-socials ul {}
.header__phone-socials ul li {}
.header__phone-socials ul li a {
    padding: 10px;
    display: block !important;
    line-height: 0px;
    font-size: 0px;
    margin: 0px !important;
}

.header__langs-block .dropdown__items {position: relative;}
.header__langs-block .dropdown-content {top:100% !important;width: auto !important; min-width: 100%;}
.header__langs-block .dropdown__items-button {
    flex-grow: 1; font-size: 18px;
    font-weight: 500;
    padding: 30px 10px;
    text-align: center;
    color: var(--text_color_5) !important;
    white-space: nowrap;
    background: transparent;
    border: none;cursor: pointer;
}

.header__langs-block .dropdown__items:hover>.dropdown__items-button {
    text-decoration: none;
    color: var(--text_color_1)  !important;
}

.header__langs-block .dropdown__items>.dropdown-content {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header__dropdown-block {}
.header__dropdown-link:hover {
    text-decoration: none;
    background-color: var(--color_grey_3);
    color: var(--text_color_1)  !important;
}
.header__dropdown-link-arrow {
	fill:var(--text_color_3);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header__dropdown-content {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header__dropdown-content li a:hover {text-decoration:none;}

@media screen and (min-width: 1101px) {
	.header__dropdown-block:hover>.header__dropdown-content {
		top:100% !important;
	    display: block;
	    opacity: 1;min-width: 100%;
	    transform-origin: 0px 0px;
	    transform: scaleX(1) scaleY(1);
	    left: 0px;
	}
	.header__dropdown-block:hover>.header__dropdown-link .header__dropdown-link-arrow {
		fill:var(--text_color_1);
	    -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
}

.header__bottom-wrapper {border-top: 1px solid var(--color_grey_2);border-bottom: 1px solid var(--color_grey_2);}
.header__bottom-inner {border-right: 1px solid var(--color_grey_2);}

.header__menu {flex-grow: 1;max-width: 650px;}
.header__menu ul {}
.header__menu ul li {position: relative;}
.header__menu ul li a {
	flex-grow: 1;
	font-size: 18px;
	font-weight: 500;
	padding: 30px 10px;
    text-align: center;
    color: var(--text_color_5) !important;
    white-space: nowrap;
}
.header__menu ul li:hover>a {
	text-decoration: none;
	color:var(--text_color_1)  !important;
}
.header__menu ul li:active>a {color:var(--text_color_1_1)  !important;}
.header__menu ul li a>svg {fill:var(--text_color_3);}
.header__menu ul li:hover a>svg {fill:var(--text_color_1);}
.header__menu ul li:active a>svg {fill:var(--text_color_1_1);}
.header__menu ul li ul {
	position: absolute;
	top: 100% !important;
    left: 0px;
    width: auto !important;
    min-width: 100% !important;
}
.header__menu ul li ul li {
	line-height:inherit;
	height:auto;min-height: auto;
}
.header__menu ul li ul li a {
	white-space: nowrap;
	padding: 0.5rem 1rem;font-size: 1.15em;
}
.header__menu ul li a {}
.header__menu ul li .dropdown__items-main-menu-arrow {
	margin-left: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

@media screen and (max-width: 991px) {
	.header__menu ul li.dropdown__items-active .dropdown__items-main-menu-arrow {
	    -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.header__menu ul li.dropdown__items-active .dropdown-content {
	    position: relative;
	    display: block !important;
	    opacity: 1 !important;
	    transform: none !important;
	    height: auto !important;
	    top: 0px !important;
	    left: 0px !important;
	    transform-origin: 0px 0px !important;
	    width: auto !important;
	}
}
@media screen and (min-width: 992px) {
	.header__menu ul li:hover .dropdown-content {
	    display: block;
	    opacity: 1;
	    transform-origin: 0px 0px;
	    transform: scaleX(1) scaleY(1);
	    left: 0px;
	}
	.header__menu ul li .dropdown-content {
	    width: auto !important;
	    top: 100% !important;
	}
	.header__menu ul li:hover .dropdown__items-main-menu-arrow {
	    -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
}

.header__search-wrapper {width: 50%;border-left: 1px solid var(--color_grey_2);}
.header__search-inner-narrow {position:relative;}
.header__search-input-block {display:block;vertical-align:middle;position: relative;}
.header__search-input[type="text"] {
    position: relative;z-index: 1;
    padding: 10px 20px !important;
    padding-left: 58px !important;
    padding-right: 48px !important;
    font-size: 18px;
    width: 100%;
    margin: 0px !important;
    border: none !important;
    height: 57px !important;
    line-height: 57px;
    border-radius: 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header__search .header__search-input[type="text"]:focus {
	border: none;outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.header__search-input-icon {position: absolute;top:20px;left:20px;z-index: 3;fill:var(--text_color_3);}
.header__search-input-clear {position: absolute;top:15px;right:15px;display: none;z-index: 3;font-size:0px;}

.header__search-results-block {
	position:absolute;z-index:20;
	top:100%;left:0px; width:100%;
	background: var(--color_white);
	border-radius:0px 0px 5px 5px;
	box-shadow: 3px 9px 18px 1px rgba(0, 0, 0, 0.17);
}
.header__search-results-inner {}
.header__search-results-no-results {padding:10px 15px;}

.header__search-results-items {}
.header__search-results-items ul {list-style: none;}
.header__search-results-category {}
.header__search-results-category a {
	display: block;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header__search-results-product {}
.header__search-results-product a {
	display: block;padding: 5px 15px;
    color: #494949; width:100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header__search-results-image {
	display:table-cell;
	width:50px;height:50px;
	vertical-align: middle;
	padding-right:15px;
}
.header__search-results-image img {max-width:50px;max-height:50px;border-radius:3px;}
.header__search-results-text {
	vertical-align:middle;
	display:table-cell;
    padding: 5px 15px 5px 0px;
}
.header__search-results-category a:hover, .header__search-results-category.current a,
.header__search-results-product a:hover, .header__search-results-product.current a {
    color: var(--text_color_1);
    background-color: var(--color_grey_3);
    text-decoration: none;
}

.header__catalog-link {
	white-space: nowrap;
    display: block;
    padding: 0rem 15px;
    height: 57px;
    line-height: 54px;
    text-align: center;
    color:var(--text_color_1);
    border-left: 1px solid var(--color_grey_2);
}
.header__catalog-link:hover {
	background-color: var(--color_grey_3);
    text-decoration: none;
}
.header__catalog-link>* {vertical-align: middle;display: inline-block;}
.header__catalog-link svg {fill:var(--text_color_1);}
.header__catalog-link-text {font-weight:bold;vertical-align: middle;display: inline-block;line-height: 100%;}

.header__bottom-icons-menu {}
.header__bottom-icons-menu ul {}
.header__bottom-icons-menu ul li {
    border-left: 1px solid var(--color_grey_2);
    flex-grow: 1; text-align: center;
    min-height: 57px; vertical-align: middle;
    align-items: center;
}
.header__bottom-icons-menu>ul>li>a:hover {background-color:var(--color_grey_3);text-decoration: none;}
.header__bottom-icons-menu>ul>li>a {
    height: 57px;line-height: 57px;position: relative;
    display: block;padding: 0px 10px;
    vertical-align: middle;font-size: 18px;
    text-align: center;color: var(--text_color_1);
}
.header__bottom-icons-menu ul li a span {font-weight:bold;}
.header__bottom-icons-menu ul li a svg {vertical-align: middle;fill: var(--text_color_3);}
.header__bottom-icons-menu ul li a:hover svg {fill:var(--text_color_1);}
.header__bottom-icons-menu-count {
	position: absolute;
    z-index: 1;line-height: initial;
    top: 0px;right: 0px;
}
.header__bottom-icons-menu-count span {
	display: inline-block;
    padding: 1px 9px;line-height: 100%;
    background: var(--button_blue);
    color: var(--text_color_0);
    border-radius: 5px 0px 5px 5px;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
	.header__menu-burger {display: none;}
	.mobile__menu-block {display: none;}
}
@media screen and (max-width: 1180px) {
	.header__menu ul li a {padding: 30px 5px;}
}

@media screen and (max-width: 1100px) {
	.header__phone-block .dropdown__items-button span {font-size: 0px;}
}
@media screen and (max-width: 991px) {
	.header__bottom-icons-menu>ul>li>a {font-size: 0px;}
	.header__bottom-icons-menu ul li a .header__bottom-icons-text {font-size: 18px;}
}
@media screen and (max-width: 991px) {
	.header__top .header__menu {display: none;}
	.header__bottom .header__catalog-link {display: none;}
	.header__phone-block .dropdown__items-button span {font-size: 24px;}

	.header__menu ul li a {padding: 10px 10px;}
	.header__menu ul li ul {
	    position: relative;
	    top: 0px !important;
	    left: 0px; display: none;
	    width: auto !important;
	    min-width: none;
	}

	.mobile__menu-block {
		position: fixed;
		top: 0px !important;
		right: 0px;
		width: 280px;
		height: 100%;
		bottom: 0px;
		z-index: 1010 !important;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0) !important;
		transform: translate3d(100%, 0, 0) !important;
		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		max-height: 100%;
		border: none;
		margin: 0px;
		opacity: 1  !important;
		display: block !important;
	}
	.mobile__menu-block.open {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.mobile__menu-inner_top {position:absolute;background:inherit;top:0px;left:0px;width:100%;height:70px;z-index:10;}
	.mobile__menu-inner {
		background:var(--color_white);
		width: 280px;
		position: fixed; z-index: 10;
		top: 0px;right: 0px;
		width:280px;
		height:100%;
	}
	.mobile__menu-narrow {
		padding: 70px 0px 20px 0px;
		width:100%;
		overflow:auto;height:100%;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	.mobile__menu-content {
		height:100%;width:100%;
		overflow:auto;height:100%;
	}
	.mobile__menu-menu ul {display: block;}
}
@media screen and (min-width: 681px) {
	.header__mobile-menu {display: none;}
	.mobile__icons-menu {display: none;}
	.header__menu-mobile-burger {display: none;}
	
	.header__bottom {display: block !important;}
}
@media screen and (max-width: 680px) {
	.header__langs-block {display: none;}
	.header__menu-burger {display: none;}
	.header__bottom {display: none;padding-left:0px;padding-right:0px;}
	.header__bottom.active {display: none;}
	.header__bottom-inner {display: block;}
	.header__search-wrapper {width: auto;}
	.header__bottom .header__bottom-icons-menu {display: none;}
	.mobile__icons-menu.header__bottom-icons-menu {
	    border-top: 1px solid var(--color_grey_1);
	    border-bottom: 1px solid var(--color_grey_1);
	    margin-bottom: 15px;
	}
	.mobile__icons-menu.header__bottom-icons-menu ul li {border-left: 1px solid var(--color_grey_1);}
	
	.header__bottom-icons-menu>ul>li>a.active {background-color:var(--color_grey_3);text-decoration: none;}
	.header__bottom-icons-menu ul li a.active svg {fill:var(--text_color_1);}
	
	.header__phone-block .dropdown__items-button {display: none;}
	.header__dropdown-content {
	    top: 100% !important;
	    left: auto!important;
	    width: auto !important;
	}
	.header__dropdown-content .btn {margin: 0px;}

	.header__mobile-menu {flex-grow: 1;}
	.header__logo-block {flex-grow: none;text-align: center;}
	.header__logo {width:auto;}
	.header__logo img {max-width: 100%;max-height: 45px;}

	.header__menu-mobile-burger svg {vertical-align: middle;fill: var(--text_color_3);}
	.header__menu-mobile-burger {
	    height: 57px; line-height: 57px;
	    position: relative; display: block;
	    padding: 0px 10px; font-size: 0px;
	}
	.header__phone-block .dropdown__items {position:static;}
	.header__phone-block .dropdown__items.dropdown__items-active .dropdown-content {
	    position: absolute;
	    display: block !important;
	    opacity: 1 !important;
	    transform: none !important;
	    height: auto !important;
	    top: 100% !important;
	    transform-origin: 0px 0px !important;
	    width: auto !important;
	}
}
@media screen and (max-width: 400px) {
	.header__top {padding: 0px;}
}
@media screen and (max-width: 640px) {
	.header__phone-block .dropdown__items-button span {font-size: 0px;}
}

/****************** HEADER - END *******************/

/****************** HOME ++ *******************/

.home__blocks {gap:25px; align-items: stretch;flex-direction:row-reverse;margin-bottom: 30px;margin-top: 10px;}
.home__blocks-left {overflow: hidden;align-items: stretch;}
.home__blocks-right {width: 40%; min-width:40%; padding: 40px 20px;border:1px solid var(--color_grey_3);border-radius: 10px;}
.home__blocks-right-inner {max-width:370px; margin: 0px auto;}

@media screen and (max-width: 991px) {
	.home__blocks {display: block;}
	.home__blocks-left {width:auto;margin-bottom: 30px;}
	.home__blocks-right {width:auto; padding: 30px 20px;}
}

@media screen and (max-width: 480px) {
	.home__blocks-right {padding: 0px 0px;border:none;}
}

.home__slider-wrapper {position: relative;max-width: 1600px;margin: 0px auto;}
.home__slider-wrapper .swiper-slide img {width: 100%;}
.home__slider-wrapper .swiper-button-prev,
.home__slider-wrapper .swiper-button-next {
	left: 50% !important;
    bottom: 2rem;top: auto !important;
}
.home__slider-wrapper .swiper-button-prev {margin-left: -640px;}
.home__slider-wrapper .swiper-button-next {margin-left: -590px;}
.home__slider-wrapper .swiper-pagination-wrapper {
	position: absolute;width: 100%;
	bottom: 2rem;left: 0px;
}
.home__slider-wrapper .swiper-pagination-wrapper .swiper-pagination-block .swiper-pagination {
	position: relative;
    bottom: auto;width: auto;
    padding: 8px 105px;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.home__blocks-slider .swiper-button-prev, .home__blocks-slider .swiper-button-next {display:none;}
	.home__blocks-slider .swiper-wrapper {padding-bottom:30px;}
}
@media screen and (max-width: 1280px) {
	.home__slider-wrapper .swiper-pagination-wrapper .swiper-pagination-block .swiper-pagination {padding: 8px 115px;}
	.home__slider-wrapper .swiper-button-prev,
	.home__slider-wrapper .swiper-button-next {left: 0% !important;}
	.home__slider-wrapper .swiper-button-prev {margin-left: 15px;}
	.home__slider-wrapper .swiper-button-next {margin-left: 65px;}
}

.cars__form {}
.cars__form-title {
	font-size: 30px;
	color: var(--text_color_6);
  	font-weight: bold;
}
.cars__form-subtitle {
	color: var(--text_color_3);
	font-size: 18px; 
	margin-bottom: 15px;
}
.popup__window-content .cars__form {margin:20px 20px;}
.popup__window-content .cars__form-title {text-align: center;}
.popup__window-content .cars__form-subtitle {text-align: center;}

.cars__form {position: relative;margin-top: 5px;}
.cars__form:before {
    content: ''; display: block;
    position: absolute;
    top: 18px; bottom: 18px;
    left: 18px; width: 1px;
    border-left: 1px dashed var(--color_grey_3);
    z-index: -1;
}
.cars__form-item {}
.cars__form-item+.cars__form-item {margin-top: 20px;}
.cars__form-number-block {float: left;}
.cars__form-number {
    font-size: 16px;background-color: var(--color_white);
    font-weight: 700;color: var(--text_color_3);
    width: 36px;height: 36px;
    text-align: center;line-height: 30px;
    border: 2px solid var(--color_grey_3);
    border-radius: 50px;margin-top: 5px;
}
.cars__form-item.active .cars__form-number {border-color: var(--color_blue);color: var(--text_color);}
.cars__form-item-content {margin-left: 70px;}
.cars__form-item-content select {display: block; opacity: 1;}

@media screen and (max-width: 767px) {
	.cars__form-title {font-size: 24px;}
	.cars__form-subtitle {font-size: 16px;}
}
@media screen and (max-width: 540px) {
	.cars__form-item-content {margin-left: 50px;}
}

.home__blocks-slider {
	border: 1px solid var(--color_grey_3);
 	border-radius: 10px; overflow: hidden;
}
.home__blocks-slide {}
.home__blocks-slide a {}
.home__blocks-slide a img {width: 100%;height: 100%;object-fit: contain;}

.home__numbers {align-items: stretch;flex-wrap: wrap;justify-content: center}
.home__numbers>.home__number {width:25%;}
.home__number {background: url(../images/home_number_bg.png) center center no-repeat transparent;}
.home__number-inner {text-align: center; padding: 30px 20px;margin-bottom:30px;}
.home__number-number {
	font-size: 60px;white-space: nowrap;
	color: var(--text_color_3);
	font-weight: bold;
}
.home__number-text {
	color: var(--text_color_6);
	font-size: 1.3em;
}

.home__numbers-slider-pagination-wrapper {}

@media screen and (max-width: 991px) {
	.home__numbers>.home__number {width:33.3333%;}
}

@media screen and (max-width: 767px) {
	.home__numbers>.home__number {width:50%;}
}

@media screen and (max-width: 640px) {
	.home__numbers>.home__number {width:100%;}
	.home__blocks-slider {border:none;}
}

.home__form-block {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home__form-inner {gap:30px;}
.home__form-left {}
.home__form-right {width: 350px;min-width: 350px;}
.home__form-title {color: rgb(234, 234, 241);font-size: 34px;}
.home__form-text {font-size: 28px;color: var(--text_color_3);}

.home__form-right *.input__text {background-color:var(--color_white_08) !important;}
.home__form-right *.input__text:hover {border-color: var(--color_blue) !important;}
.home__form-right *.input__text:focus {border-color: var(--color_blue) !important; background-color: var(--color_yellow) !important;}

@media screen and (max-width: 767px) {
	.home__form-inner {display: block;text-align: center;}
	.home__form-right {
	    min-width: 0px;
	    width: auto;
	    max-width: 350px;
	    margin: 20px auto 0px auto;
	}
}
@media screen and (max-width: 640px) {	
	.home__form-title {font-size: 26px;}
	.home__form-text {font-size: 17px;}
}
@media screen and (max-width: 540px) {
	.home__blocks-form-item-content {margin-left: 50px;}
}

/****************** HOME - END *******************/

/****************** CONTENT ++ *******************/

main {min-height: calc(100vh - 500px);}
.content {padding: 10px 0 30px 0;}

.articles__items {gap:30px;flex-wrap: wrap;}
.articles__items-item {width: calc(50% - 15px);margin-bottom: 30px;}
.articles__items-link {
	height: 360px;display: block;
	position: relative;text-align: center;
	font-size: 22px;font-weight: bold;
  	color: var(--text_color_0);
  	border-radius: 5px;overflow: hidden;
}
.articles__items-link:hover {color: var(--text_color_0);}
.articles__items-link img {height: 100%;width: 100%;object-fit: cover;}

.articles__items-link:after {
	display:block;z-index:1;
	position: absolute;content:'';
	left: 0px;top: 0px;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.8)',GradientType=0 ); /* IE6-9 */
}


.articles__items-title {position: absolute;z-index:3;bottom: 15px;left: 10%;width: 80%;}
.articles__items-link:hover .articles__items-title {text-decoration: underline;}

@media screen and (max-width: 767px) {
	.articles__items {gap:0px;margin-left:-15px;margin-right:-15px;}
	.articles__items-item {width:100%;}
	.articles__items-link {border-radius:0px;}
}
@media screen and (max-width: 640px) {
	.articles__items-link {font-size: 19px;}
	.articles__items-title {left: 5%;width: 90%;}
}
@media screen and (max-width: 400px) {
	.articles__items-link {font-size: 16px;}
}

.car__marks {flex-wrap: wrap;margin:0px -10px;list-style:none;align-items:flex-start; justify-content: flex-start;}
.car__marks-item {text-align: center;width:16.66%;list-style:none;}
.car__marks-link {color: var(--text_color) !important;padding:10px 10px;display: block;border:2px solid transparent;border-radius: 5px;}
.car__marks-link:hover {border-color: var(--color_grey_3);text-decoration: none !important;}
.car__marks-image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 50%;
}
.car__marks-image-inner {
	position: absolute;
    width: 80%; height: 80%;
    top: 10%;left: 10%;
    display: flex;
    overflow: hidden;
}
.car__marks-image-inner img {
	width: 100%; height: 100%;
    object-fit: cover;
}
.car__marks-text {margin-top: 5px;}
.car__marks-name {font-weight: bold;}

@media screen and (max-width: 1200px) {
	.car__marks-item {width:20%;}
}
@media screen and (max-width: 1000px) {
	.car__marks-item {width:25%;}
}
@media screen and (max-width: 680px) {
	.car__marks-item {width:33.3333%;}
}
@media screen and (max-width: 374px) {
	.car__marks-item {width:50%;}
}

.categories__links {flex-wrap: wrap;margin:0px -10px 30px -10px;list-style:none;position:relative; justify-content: flex-start;}
.categories__links-item {width:25%;list-style:none;}
.categories__links-item-link {
	text-decoration: none !important;
	position: relative;min-height: 65px;
	margin:0px 10px;line-height: 100%;
	font-size: 1.1em;padding: 5px 40px 5px 20px;
	border: 1px solid var(--color_grey_3);
}
.categories__links-item-more {display:none;}
a.categories__links-item-link:link,
a.categories__links-item-link:visited {color:var(--text_color_5);}
a.categories__links-item-link:hover {
	color:var(--text_color_1);border-color: var(--color_grey_3);
	outline: 3px solid var(--color_grey_3);
	outline-offset: -3px;
}
a.categories__links-item-link:active {color:var(--text_color_1_1);}
.categories__links-item-link svg {
	position: absolute;top:50%;right:15px;
	fill: var(--text_color_3);margin-top:-5px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.categories__links-item-link:hover svg {fill:var(--text_color_1);}
.categories__links-item-link:active svg {fill:var(--text_color_1_1);}
.categories__links-item-text {}

@media screen and (max-width: 867px) {
	.categories__links-item {width:33.3333%;}
	.categories__links-item:not(.categories__links-item-more):nth-child(n+12) {display:none;}
	.categories__links-item-more {
		display: block; text-align: center; width: 100%;
		position: absolute; z-index: 1; bottom: 0px;
		background: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.70196) 46%, rgba(255,255,255,0.67) 48%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.70196) 46%, rgba(255,255,255,0.67) 48%, rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0.70196) 46%, rgba(255,255,255,0.67) 48%, rgba(255,255,255,0) 100%);
	}
	.categories__links-item-more .categories__links-item-link:visited,
	.categories__links-item-more .categories__links-item-link:link {color:var(--text_color_1);}
	.categories__links-item-more .categories__links-item-link {
		font-size:23px;border: none;
		justify-content:center;gap:10px;
	}
	.categories__links-item-more a.categories__links-item-link:hover {
		outline: none;
		outline-offset: 0px;
	}
	.categories__links-item-more .categories__links-item-link svg {
		position: relative; top: 0px; left: 0px;
		margin-top: 0px;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 640px) {
	.categories__links-item {width:50%;}
}
@media screen and (max-width: 480px) {
	.categories__links-item {width:100%;}
}

.content__text strong { font-weight: 600;}
.content__text-wrapper {max-width: 840px;margin:0px auto 30px auto;}
.content__text {line-height:130%;font-size: 18px;color: var(--text_color);}
.content__text iframe {height:auto;aspect-ratio: 16 / 9;}
.content__text *+* {margin-top: 15px;}
.content__text * + table {margin-top:15px;}
.content__text img {height:auto !important;width: 100%;}
.content__text td img {min-width:100px;}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5, .content__text h6 {
	font-weight:bold;color: var(--text_color_8);
	line-height:130%;
	margin-bottom: 15px;
}

.content__text li p, .content__text li div, .content__text li span {display: contents; margin-top:0px;}
.content__text li span {margin-top:0px;}

.content__text h1 {font-size:2em;}
.content__text h2 {font-size:1.5em;}
.content__text h3 {font-size:1.4em;}
.content__text h4 {font-size:1.3em;}
.content__text h5 {font-size:1.2em;}
.content__text h6 {font-size:1.1em;}
.content__text p {text-align:justify;}
.content__text ul:not([class]),
.content__text ol:not([class]) {padding-left: 0;padding-right: 25px;}

.content__text ul {margin-left:30px;}
.content__text ul li {list-style-position:inside;list-style-type: disc;}
.content__text ol {margin-left:30px;}
.content__text ol li {list-style-position:inside;}

.content__text a:link {color:var(--text_color_1);text-decoration:underline;}
.content__text a:visited {color:var(--text_color_1);}
.content__text a:hover {color:var(--text_color_1_1);text-decoration:underline;}
.content__text a:active {color:var(--text_color_9);text-decoration:underline;}
.content__text table {border-spacing:0px;border-collapse:collapse;}
.content__text table tr {border-spacing:0px;border-collapse:collapse;}
.content__text table tr th,
.content__text table tr td {
	border:2px solid var(--color_grey_2);
	border-spacing:0px;
	border-collapse:collapse;
	padding:10px;
}

.content__text blockquote {
	display: block;
	border-top: 2px solid var(--color_grey_1);
	padding: 45px 0 15px 0;
	position: relative;
	margin-top: 75px;
	line-height: 160%;
	font-size: 1.7rem;
	text-align:center;
	color:var(--text_color);
}
.content__text blockquote:before {
	content: '';
    position: absolute;
    top: -35px; left: 50%;
    margin-left: -50px;
    background-color: var(--color_grey_4);
    background-image: url(../images/blockquote.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: var(--color_white);
    width: 100px; height: 70px;
}
@media screen and (max-width: 767px) {
	.content__text {font-size: 1.1em;}
	.content__text blockquote {font-size: 1.5rem;}
	
	.content__text h1 {font-size:1.5em;}
	.content__text h2 {font-size:1.5em;}
	.content__text h3 {font-size:1.4em;}
	.content__text h4 {font-size:1.3em;}
	.content__text h5 {font-size:1.2em;}
	.content__text h6 {font-size:1.1em;}
}
@media screen and (max-width: 640px) {
	.content__text {font-size: 1em;}
	.content__text blockquote {font-size: 1.15rem;}
}

.page__image {position: relative;margin-bottom: 30px;}
.page__image:after {
	display:block;z-index:1;
	position: absolute;content:'';
	left: 0px;top: 0px;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.8)',GradientType=0 ); /* IE6-9 */
}
.page__image img {height: 100%;width: 100%;object-fit: cover;}
.page__image-title {
	left:15px;right:15px;bottom: 30px;z-index:3;
	position: absolute;text-align: center;
}
.page__image-title .title__page {color:var(--text_color_0);margin-bottom: 0px;}

.form__block {margin:15px 0px;border:2px solid var(--color_blue);border-radius: 3px;padding: 50px 50px;}
.form__block-orange {border-color:var(--color_orange);}
.form__block-title {
	text-align: center; font-weight: bold;
	font-size: 34px; line-height: 1.2;
  	color: var(--text_color);margin-bottom: 10px;
}
.form__block-subtitle {text-align: center;color: var(--text_color_3);font-size: 24px;margin-bottom: 10px;}
.form__block-narrow {max-width: 400px; margin:0px auto;}
.form__block-info {margin-bottom: 15px;color: var(--text_color_3);}

@media screen and (max-width: 767px) {
	.form__block {padding: 30px 15px;}
}
@media screen and (max-width: 640px) {
	.form__block-title {font-size: 24px;}
	.form__block-subtitle {font-size: 20px;}
}

/****************** CONTENT - END *******************/

/****************** CATALOG ++ *******************/

.product__page-columns {align-items: flex-start;}
.product__page-images-block {width: calc(50% - 20px);}
.product__page-images-main {position:relative;border:1px solid var(--color_grey_6);border-radius:3px;}
.product__page-images-main-inner {display:table;width:100%;}
.product__page-images-unavailable {transition: opacity 0.2s ease-in-out; opacity:0.5} 
.product__page-images-unavailable:hover {opacity:1}
.product__page-images-main-link {
	display:table-cell;
	height:350px;
	vertical-align:middle;
	text-align:center;
}
.product__page-images-main-link img {
	width:100%;height:100%;
	max-height:100%;max-width:100%;
	object-fit: contain;
}
.product__page-images-main-labels {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.product__page-images-main-labels .product__label {
    margin-bottom: 5px;
    font-size: 16px;
    padding: 7px 14px;
}
.product__page-images-main-buttons {
    position: absolute; z-index: 1;
    right: 0px; top: 0px;
	background-color: rgba(255,255,255, 0.5);
}

.product__page-images-items {margin-top:20px;margin-left:-10px;margin-right:-10px;font-size:0px;}
.product__page-images-item {width:25%;display:inline-block;margin-bottom: 0px;}
.product__page-images-item a {
	display:block;border-radius: 3px;
	border:1px solid var(--color_grey_6);
	margin:0px 10px 20px 10px;
	text-align: center;
}
.product__page-images-item a img {object-fit:cover;height:100%;width:100%;}
.product__page-images-item-link {}
.product__page-images-item-inner {display:table;width:100%;height:75px !important;}
.product__page-images-item-inner-2 {display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center;position: relative;}
.product__page-images-item-inner-2 svg {
    position: absolute;
    left: 50%;top: 50%;
    z-index: 10;
    fill: var(text_color_0);
    margin-top: -20px;
    margin-left: -20px;
}
.product__page-images-item-image-text {
    width: 100%;height: 100%;
    position: absolute;display: table;
    background-color: var(--color_black_04);
    top: 0; font-size: 30px;
    font-weight: bold;
    color: var(--text_color_0);
}
.product__page-images-item-image-text span {vertical-align:middle;display: table-cell;line-height: 100%;}
.product__page-info-block {width: calc(50% - 20px);}

.product__page-info-condition {color: var(--text_color_3);}

.product__page-info-condition-1 {color: var(--color_green);font-weight: 700;}
.product__page-info-condition-0 {color: var(--color_red);font-weight: 700;}

.product__page-info-block {}
.product__page-info-condition {}
.product__page-price-block {}
.product__page-price-line {align-items: baseline;gap:20px;justify-content: flex-start;}
.product__page-price-line>* {vertical-align: baseline;}
.product__page-price-old {font-size: 20px;color:var(--text_color_3);text-decoration: line-through;}
.product__page-price-new {font-size: 30px;font-weight: bold;color:var(--text_color_9);}
.product__page-price {font-size: 30px;font-weight: bold;color:var(--text_color);}
.product__page-price-discount {font-size: 20px;color:var(--text_color);}
.product__page-price-info {font-size: 16px;color:var(--text_color_3);}

.product__page-buttons {gap:30px;}
.product__page-buttons a {
	margin-top: 10px;padding-left: 15px;padding-right: 15px;
    flex-grow: 1; width: 50%;
    font-size: 22px;font-weight: bold;
    text-transform: none; white-space: nowrap;
}
.product__page-buttons a svg {margin-right:5px;vertical-align:middle;fill:var(--text_color_0);}

.product__page-info {margin-top: 15px;font-size: 18px;color: var(--text_color);list-style:none;}
.product__page-info li {list-style:none;}
.product__page-info>*+* {margin-top: 10px;}
.product__page-info span {color: var(--text_color_3);}
.product__page-info a {color: var(--text_color_1);}
.product__page-info a span {color: var(--text_color_1);}
.product__page-info a svg {fill: var(--text_color_1);}
.product__page-info a:hover {text-decoration: underline;}

.product__page-tabs-links {font-size:0px;text-align:center;margin: 15px 0px;border-bottom: 3px solid var(--color_grey_1);white-space: nowrap;}
.product__page-tabs-links li {display: inline-block;}
.product__page-tabs-links li a span {font-size: 0.5em;}
.product__page-tabs-links li a {
	color:var(--text_color_3);font-weight:bold;
	top: 3px;position: relative;opacity: 0.8;
	display: block;padding: 10px 20px;
	border-bottom: 3px solid transparent;
}
.product__page-tabs-links li a h2 {font-size: 24px;font-weight: bold;}
.product__page-tabs-links li a:hover {opacity: 1;}
.product__page-tabs-links li a.active {color: var(--text_color_1);border-color: var(--color_blue);opacity: 1;}
.product__page-tab {display: none;}

@media screen and (max-width: 1150px) {
	.product__page-buttons a {width:auto;}
}
@media screen and (max-width: 991px) {
	.product__page-columns {display: block;}
	.product__page-images-block {width: auto;max-width: 450px;margin: 0px auto 30px auto;}
	.product__page-info-block {width: auto;max-width: 450px;margin: 0px auto 0px auto;}
	
	.product__page-tabs-block .horisontal__noscroll {margin:0px -15px;padding:0px 15px;}
	.product__page-tabs-block .horisontal__noscroll>* {}
	.product__page-tabs-links li a {border-bottom: 3px solid var(--color_grey_1);}
}
@media screen and (max-width: 767px) {
	.product__page-tabs-links li a {padding: 8px 15px;}
	.product__page-tabs-links li a h2 {font-size: 18px;}
}
@media screen and (max-width: 540px) {
	.product__page-images-item {width: 50%;}
	.product__page-images-main-link {height:200px;}
}
@media screen and (max-width: 480px) {
	.product__page-price-line {display: block;}
	.product__page-price-line>* {display: block;}
	.product__page-buttons {display:block;}
	.product__page-buttons a {display:block;}
}

.catalog__page {margin-bottom: 30px;}

.catalog__page-mark {gap:20px;margin-bottom: 15px;}
.catalog__page-mark-image {width: 70px;min-width: 75px;}
.catalog__page-mark-image img {}
.catalog__page-mark-content {flex-grow: 1;}
.catalog__page-mark-name {font-weight: bold;font-size: 34px;line-height: 120%;}
.catalog__page-mark-text {font-size: 16px;}

.catalog__page-title {align-items: center;margin-bottom: 26px;}
.catalog__page-select-inner {align-items: center;gap:20px;}
.catalog__page-filters {width:25%;float: left;}
.catalog__page-content {}
.catalog__page-filters+.catalog__page-content {margin-left: 25%;}
.catalog__page-content-inner {margin-left: 20px;}
.catalog__page-select-filter {line-height:100%;}
.catalog__page-select-filter svg {fill:var(--text_color_0);margin:-5px 10px -5px 0px;}
.catalog__page-select {min-width:200px;}

.catalog__page-title-quantity {font-weight:normal;color:var(--text_color_3);}

.catalog__page-selected-items {margin-bottom: 10px;white-space:nowrap;}
.catalog__page-selected-item {
    padding-left: 10px;
    padding-right: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
	white-space:nowrap;
}
.catalog__page-selected-item span {}
.catalog__page-selected-item a {
	position: absolute;top:50%;right: 10px;margin-top: -12px;
}
.catalog__page-selected-item a svg {fill:var(--text_color_0);}

@media screen and (max-width: 640px) {
	.catalog__page-mark {display: block;}
	.catalog__page-mark-image {float: left;margin-right: 20px;}
	.catalog__page-mark-name {font-size: 24px;}
}
@media screen and (max-width: 480px) {
	.catalog__page-select {min-width:0px;flex-grow:1;max-width:200px;}
}

.filters__menu-title {
	color:var(--text_color_3);
	font-weight:bold;
	position:relative;
	padding-bottom:1rem;
	font-size: 1.85em;
	align-items: center;
}
.filters__menu-title span {line-height: 100%;}
.filters__menu-title svg {fill: var(--text_color_3);}
.filters__menu-title a {display: block;line-height: 100%;}
.filters__menu-title a:hover svg {fill: var(--text_color_1);}

.filters__clear-wrapper {padding-bottom:15px;}
.filters__item-block {border-top: 1px solid var(--color_grey_3);}
.filters__item-title {
	position:relative;
	padding:10px 0px;
	padding-right:30px;
	cursor:pointer;
	color: var(--text_color_4) !important;
    font-weight: bold;
    font-size: 18px;
}
.filters__item-title svg {
	font-size: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
	fill: var(--text_color_3);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.active_block .filters__item-title svg {
	fill: var(--text_color_1);
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filters__item-content {padding:10px 0px;display:none;background-color: var(--color_white_1);}
.filters__item-content-categories {background-color: transparent;}
.filters__item-content-slider {background-color: transparent;}
.filters__item-content-narrow {max-height:490px;overflow:auto;}

.filters__range {padding-bottom:1rem;}
.filters__range-inputs {
	display:table;
	margin-bottom:25px;
}
.filters__range-input {
	display:table-cell;
}
.filters__range-input+.filters__range-input {padding-left:15px;}
.filters__range-input input[type="text"] {
	width: 100%; height: 35px;
	border:1px solid var(--color_grey_5);
	padding: 0px 10px;
	text-align: center;
	margin-bottom: 0px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filters__range-submit {
	padding-left:15px;
	display:table-cell;
}
.filters__range-submit input[type="submit"].active {
	background:var(--color_blue);color:var(--text_color_0);
}
.filters__range-submit input[type="submit"] {
	background: var(--color_grey_1);
    border: none;
    padding: 5px 10px;
    color:var(--text_color_1);
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
	cursor:pointer;
	height:35px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.filters__range .ui-slider-horizontal {
	height: 9px;
    background: var(--color_grey_5);
    margin: 0px 14px 0px 12px;
    border-radius: 10px;
}

.filters__range .ui-slider .ui-slider-range {
	height: 10px;
    background: var(--color_yellow_2);
    position: relative;
}

.ui-widget.ui-widget-content * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.filters__range .ui-slider-horizontal .ui-slider-handle {
	top: calc(50% - 12px);
    width: 26px;
    height: 26px;
    background: var(--color_orange);
    border-radius: 5px;
    cursor: pointer;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: -13px;
}
.filters__checkboxes {}
.filters__checkbox {margin-bottom:0.5rem;}
.filters__checkbox label {font-size: 1em;position:relative;cursor:pointer;}
.filters__checkbox label:not(.label__disabled):hover,
.filters__checkbox label:not(.label__disabled):hover a {color:var(--color_orange);}
.filters__checkbox label.label__disabled .filters__checkbox-inner_text {opacity:0.5;}
.filters__checkbox label.label__disabled {cursor:default;}
.filters__checkbox label.label__disabled {cursor:default;}
.filters__checkbox-inner {display:table;}
.filters__checkbox-inner-checkbox {padding-right:1rem;padding-top:0px;}
.filters__checkbox-inner-text {display:table-cell;vertical-align:top;color:var(--text_color);}
.filters__checkbox-inner-text span {color:var(--text_color_3);}

.filters__checkbox .input_checkbox {display:none;}
.filters__checkbox .input_checkbox:checked+i {background: var(--text_color_1);}
.filters__checkbox .input_checkbox:checked+i:after {left: 11px;}
.filters__checkbox .input_checkbox+i {
	vertical-align: middle;
    background: var(--text_color_3);
    position: relative;
    width: 24px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
    padding: 1px;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filters__checkbox .input_checkbox[type="checkbox"]+i:after {
	content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: var(--color_white);
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filters__checkbox .input_checkbox:disabled+i {opacity:0.3;}
.filters__checkbox .input_checkbox[type="checkbox"]:checked+i:after {left: 10px;}

.filters__checkbox .input_checkbox:checked+i:before {display: none !important;}

.filter__selected-items {}
.filter__selected-item {
	background-color: var(--color_dark);
	color: var(--text_color_1);
	display: inline-block;
	padding: 2px 7px 2px 10px;
	margin-right: 0.5rem;
	margin-bottom: 1.5rem;
	font-size: 0.9rem;
	vertical-align: middle;
}
.filter__selected-item .material-icons {position: relative;top:-1px;font-size: 1.2rem;vertical-align: middle; color: var(--text_color_1);}

.filters__menu-total {
    position: absolute;
    bottom: 15px; left: 15px;
    width: calc(100% - 30px);
    text-align: center;
}

@media screen and (max-width: 1100px) {
	.filters__top-items nav ul {gap: 10px;}
}
@media screen and (min-width: 992px) {
	.catalog__page-select-filter {display: none;}
	.catalog__page-title .title__page {margin-bottom: 0px;}
	.filters__menu-submit {display: none;}
	.filters__menu-shadow-block {display: none;}
	.filters__menu-total {display: none;}
}
@media screen and (max-width: 991px) {
	.catalog__page-title {display: block;}
	.catalog__page-filters {width:auto;float: none;}
	.catalog__page-filters+.catalog__page-content {margin-left: 0px;}
	.catalog__page-content-inner {margin-left: 0px;}

	.filters__top-block {
	    background: transparent;
	    border-radius: 0px;
	    padding: 0px 0px;
	    box-shadow: none;
	}
	.filters__top-items {display: none;}

	.filters__menu-block {
		position: fixed;
		top: 0px !important;
		left: 0px;
		width:350px;
		height: 100%;
		bottom: 0px;
		z-index: 1010 !important;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
   		transform: translate3d(-100%, 0, 0);
		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		max-height: 100%;
		border: none;
		margin: 0px;
		opacity: 1  !important;
		display: block !important;
	}
	.filters__menu-block.active {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.filters__menu-inner {
		background:var(--color_white);
		position: fixed; z-index: 10;
		top: 0px;left: 0px;
		width:100%;
		height:100%;
	}
	.filters__menu-narrow {
		padding: 50px 0px 80px 0px;
		width:100%;
		overflow:auto;height:100%;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	.filters__menu-content1 {
		height:100%;width:100%;
		overflow:auto;height:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.filters__menu-content {
	    height: 100%;
	    width: 100%;
	    overflow: auto;
	    height: 100%;
	}
	.filters__menu-title {
		position: absolute;
		top: 0px; left: 0px;
		padding: 8px 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.filters__menu-submit {
		position: absolute;
		bottom: 0px;
		padding: 0px 0px;
		left: 0px;
		width: 100%;
		text-align: center;
		display: block;
	}
	.filters__menu-submit .btn {border-radius:0px;}

	.filters__menu-shadow-block {
		display: none;
	    position: fixed;
	    z-index: 100;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	}
	.filters__menu-shadow {
	    position: absolute;
	    z-index: 1;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    opacity: 0.7;
		background: var(--color_black);
	}
	
	.filters__menu-shadow {overflow: hidden;}
	.filters__menu-show .filters__menu-shadow-block {display: block;}
	.filters__menu-show {overflow: hidden;margin-right: 5px;}

	.filters__menu-shadow-block .popup__close {
		background: var(--color_white);
		top: 10px;right: 10px;z-index: 10;
	}

	.filters__container {margin-bottom: 0px;box-shadow: none;border-radius:0px;}
	.filters__items {padding:0px 15px;}
	.filters__menu-content-inner {margin: -20px 0px;}
}

@media screen and (max-width: 700px) {
	.filters__top-buttons {display: none;}
	.filters__top-mobile {flex-grow: 1;}
	.filters__top-mobile a {min-width: 0px;white-space: nowrap;}
}
@media screen and (max-width: 410px) {
	.catalog__page-select-filter .btn {padding: 13px 15px;white-space: nowrap;}
	.catalog__page-select .input__select {}

	.filters__menu-block {width:calc(100vw - 50px);}
}
@media screen and (max-width: 340px) {
	.filters__menu-shadow-block .popup__close {top: 5px;right: 5px;}
	.filters__menu-block {width:calc(100vw - 40px);}
}

.product__cards {font-size:0px;margin:0px -15px 70px -15px;position: relative;z-index: 1;}
.product__cards-row-block {margin:0px -15px -70px -15px;padding:0px 15px;}
.product__cards-row-block .product__cards-row:hover {z-index: 10;position: relative;}
.product__cards-row-block:hover+.title__link-block {z-index:1;}
.product__cards-row {justify-content:flex-start;}
.product__card {display:inline-block; height:390px; margin-bottom:30px;}
.product__card.product__card-review {height:540px;}
.product__cards .product__card {width:25%;}
.product__cards-3 .product__card {width:33.333%;}
.product__cards .product__card .product__card-narrow {margin:0px 15px 0px 15px;}
.product__card-narrow {
	overflow:hidden;font-size: 16px;border-radius: 3px;
  	border: 2px solid rgb(239, 242, 245);
	box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product__card-narrow:hover {
	box-shadow: -1px 8px 15px 2px rgba(0,0,0, .2);
	position: relative;
    z-index: 3;
    background: var(--color_white);
}
.product__card-review .product__card-narrow {border:none;box-shadow:none;}
.product__card-review .product__card-narrow:hover {box-shadow:none;}
.product__card-review-link {
	border: 2px solid var(--color_green);
	display: block;border-radius: 3px;
	text-decoration: none;
}
.product__card-review-link:hover .product__card-name {color: var(--text_color_1);text-decoration: underline;}
.product__card-review-link:active .product__card-name {color: var(--text_color_1_1);text-decoration: underline;}

.product__card-unavailable .product__card-narrow>* {opacity: 0.5;}
.product__card-unavailable .product__card-narrow:hover>* {opacity: 1;}

.product__card-images-block {
	position:relative;
	text-decoration:none;
    height: 270px;
    overflow: hidden;
}
.product__card-image {height: 250px;}
.product__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__card-images-slider.swiper {padding-bottom: 25px;}
.product__card-images-slider .swiper-wrapper {height: 245px;}
.product__card-images-slider .swiper-slide {}
.product__card-images-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__card-images-slider.swiper .swiper-pagination {bottom: 0px ;}

.product__card-images-labels {position:absolute;left:10px;top:10px;z-index: 1;max-width:calc(100% - 70px);}
.product__card-images-labels .product__label {margin-right:5px;margin-bottom:5px;}
.product__label {
	color:var(--text_color_0);border-radius:5px;
	padding:4px 10px;display:inline-block;
	font-size:14px;line-height: 115%;
	font-weight:bold;
}

.product__card-images-rating {
	position:absolute;right:10px;bottom:35px;z-index: 1;line-height:100%;
	color:var(--text_color_9);font-weight: bold;vertical-align: middle;
}
.product__card-images-rating span {vertical-align: middle;line-height: 100%;}
.product__card-images-rating svg {vertical-align: middle;}
.product__card-images-rating svg use,
.product__card-images-rating svg use {fill:var(--text_color_9);}


.product__card-images-rating-line {
	position:absolute;bottom: 25px; right: 0px;z-index: 1;line-height:100%;
	color:var(--text_color_9);font-weight: bold;vertical-align: middle;
	background: rgb(255 255 255 / 70%); 
	padding: 2px 7px; backdrop-filter: blur(8px); border-radius: 2px 0 0 0;
	color: var(--text_color_2);
}
.product__card-images-rating-line span {vertical-align: middle;line-height: 100%;}
.product__card-images-rating-line svg {vertical-align: middle;}
.product__card-images-rating-line-inner {display:inline-block;vertical-align:middle;position:relative;}
.product__card-images-rating-line-inner svg {margin:0px -3.5px;}
.product__card-images-rating-line-inner-bg {}
.product__card-images-rating-line-inner-active {position:absolute;top:0px;left:0px;white-space: nowrap;overflow: hidden;}
.product__card-images-rating-line-inner-bg svg {fill:var(--text_color_3);}
.product__card-images-rating-line-inner-active svg {fill:var(--text_color_9);}


.product__card-images-buttons {position:absolute;right:0px;top:0px;z-index: 1;}
.product__card-images-buttons a {opacity: 0;}
.product__card-narrow:hover .product__card-images-buttons {background-color: rgba(255,255,255, 0.5);}
.product__card-narrow:hover .product__card-images-buttons a,
.product__card-narrow .product__card-images-buttons a.active {opacity: 1;}
.product__buttons a {display: block;line-height: 50px;height:50px;width:50px;font-size: 0px;text-align: center;}
.product__buttons a svg {fill: var(--text_color_3);display: inline-block;vertical-align: middle;}
.product__page-images-main-buttons.product__buttons a svg {fill: var(--text_color_2);}
.product__buttons a:hover svg {fill:var(--text_color_1);}
.product__buttons a.active svg {fill:var(--text_color_1);}

.product__card-content {}
.product__card-content-inner {padding:0px 15px 15px 15px;}
.product__card-content-link {display: block;color:var(--text_color_5);}
.product__card-content-link:hover .product__card-name {color:var(--text_color_1);}
.product__card-name {
	color: var(--text_color_5);
    font-size: 17px;line-height: 135%;
    height: 45px;font-weight:500;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; text-overflow: ellipsis;
}

.svg__star-yellow {fill: var(--text_color_9);}
.svg__star-grey {fill: var(--text_color_3);}

.product__card-stars-block {justify-content: flex-start;line-height: 100%; gap:5px;margin-bottom: 10px;}
.product__card-stars svg {margin-left: -5px;}
.product__card-stars-info {font-weight: bold;color: var(--text_color_9);}

.product__card-review-1 {height:96px;margin-bottom: 20px;}
.product__card-review-title {
	overflow: hidden;font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; text-overflow: ellipsis;
}
.product__card-review-text {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; text-overflow: ellipsis;
}

.product__card-columns-block {align-items: flex-end;height: 50px;}

.product__card-prices {line-height: 120%;white-space:nowrap;}
.product__card-prices>*+* {margin-top: 5px;}
.product__card-price {color: var(--color_dark_2);font-weight: bold;}
.product__card-price-old {color: var(--text_color_3);text-decoration: line-through;}
.product__card-price span,
.product__card-price-new span {font-size: 1.5em;font-weight: bold;vertical-align: baseline;}
.product__card-price-new {color: var(--color_orange);}

.product__card-information {text-align: right;white-space:nowrap;}
.product__card-condition {color: var(--text_color_3);}
.product__card-number {font-weight:500;}

.product__card-bottom {
	font-size:16px;
	padding-top:0px;
	max-height:0px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product__card-narrow:hover .product__card-bottom {max-height:500px;overflow:hidden;}
.product__card-bottom>*:first-child {}
.product__card-bottom-buttons {gap:30px;padding: 5px 15px 15px 15px;}
.product__card-bottom-buttons .btn {flex-grow: 1;height: 50px;padding: 10px 10px;}
.product__card-bottom-buttons .btn svg {fill:var(--text_color_0);}

@media screen and (max-width: 1150px) {
	.product__cards-3 .product__card {width:50%;}
}
@media screen and (max-width: 991px) {
	.product__cards .product__card {width:33.3333%;}
	.product__cards-3 .product__card {width:50%;}
}
@media screen and (max-width: 767px) {
	.product__cards .product__card {width:50%;}
}
@media screen and (max-width: 640px) {
	.product__cards .product__card {width:auto;display: block;margin-left: auto;margin-right: auto;max-width: 350px;}
	.product__cards-row.product__cards .product__card {max-width: 100%;min-width:90%;}
}

/****************** CATALOG - END *******************/

/****************** PAGES *******************/

.table-responsive {
	width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 15px;
}
.table-responsive table {min-width:500px;width:100%;border-spacing:0px;border-collapse:collapse;}
table.comparison__table  tr {}
table.comparison__table  tr td strong {font-weight:bold;}
table.comparison__table  tr:first-child td {padding-top:20px;padding-bottom:20px;}
table.comparison__table  tr:last-child td {padding-top:20px;padding-bottom:20px;}
table.comparison__table  tfoot tr:first-child td {padding-top:20px;}
table.comparison__table  tr td {
	border-spacing:0px;border-collapse:collapse;
	vertical-align:middle; padding:10px 10px;
	border: 1px solid var(--color_grey_5);
}

.comparison__item-img {width:100%;height:200px;}
.comparison__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.comparison__item-buttons>*+* {margin-top:15px;}

/****************** PAGES - END *******************/

/****************** CART++ *******************/

.popup__cart-items {max-width: 350px;}
.popup__cart-item {}
.popup__cart-item+.popup__cart-item {margin-top: 15px;}
.popup__cart-item-top {align-items: flex-start;gap:15px;}
.popup__cart-item-image {width: 50px; height: 50px; min-width: 50px;}
.popup__cart-item-name {}
.popup__cart-item-delete svg {fill: var(--text_color_3);}
.popup__cart-item-delete:hover svg {fill: var(--text_color_1);}
.popup__cart-item-delete:active svg {fill: var(--text_color_1_1);}
.popup__cart-item-bottom {margin-top: 10px;}
.popup__cart-item-price {}
.popup__cart-total {}
.popup__cart-item-quantity {}

.popup__cart-price-old {font-size:18px;color: var(--text_color_3);text-decoration: line-through;}
.popup__cart-price {font-size:26px;font-weight:bold;color:var(--text_color_5);}
.popup__cart-total-quantity {font-size:18px;}

.cart__quantity-block {font-size:0px;width:180px;}
.cart__quantity-block {white-space: nowrap;vertical-align: baseline;}
.cart__quantity-block>* {vertical-align: top;}
.cart__quantity-block>*+* {margin-left: 10px !important;}
.cart__quantity-block .btn {padding: 9px 10px;font-size: 0px;line-height: 0px;}
.cart__quantity-block .btn svg {margin-right: 0px;fill:var(--text_color_0);}
.cart__quantity-block .input__text {text-align:center;margin-bottom: 0px !important;width: 60px !important;}

.cart__popup-items-empty {text-align:center;padding:50px 20px;}
.cart__popup-items-empty-title {font-size:22px;font-weight:bold;}
.cart__popup-items-empty-text {font-size:18px;}

@media screen and (max-width: 640px) {
	.popup__cart-item-bottom {display:block;}
	.popup__cart-item-price {margin-bottom:10px;}
}

/****************** CART - END *******************/

/****************** PRODUCT *******************/

.review__form-block {margin-top:20px;}
.review__form-block-narrow {
	padding: 30px 30px;
    border-radius: 5px;
    box-shadow: 3px 3px 18px 1px rgba(0, 0, 0, 0.17)
}
.review__form-title {font-weight:bold;font-size:20px;text-align:center;padding-bottom:20px;}

.voting__block {max-width:350px;margin:0px auto;font-size:0px;margin-bottom:20px;}
.voting__item {width:20%;display:inline-block;}
.voting__item-image {display:block;position:relative;text-align:center;}
.voting__item-image svg {
	fill: var(--text_color_3);
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.voting__item-image:after {}
.voting__item-text {display: block; padding-top: 10px; font-size: 14px; text-align: center;}

.voting__block a.active .voting__item-image svg {fill: var(--text_color_9);}
.voting__block:hover 	.voting__item-image svg,
.voting__block a:hover 	.voting__item-image svg {fill: var(--text_color_9);}
.voting__block a:hover ~ a>.voting__item-image>svg {fill: var(--text_color_3);}

/****************** PRODUCT - END *******************/

/****************** CABINET *******************/

.cabinet__page {}
.cabinet__page-left {float:left;width:300px;}
.cabinet__page-left-inner {}
.cabinet__page-menu {}
.cabinet__page-content {margin-left:320px;}

.profile__fields {flex-wrap:wrap;max-width:580px;margin:0px -10px;}
.profile__field {width:50%;}
.profile__field-inner {padding:0px 10px;}

@media screen and (max-width: 640px) {
	.profile__fields {display:block;}
	.profile__field {width:auto;}
}

/****************** CABINET - END *******************/

/****************** CABINET *******************/

.cabinet__sidebar {float: left;width: 300px;}
.cabinet__sidebar-inner {}
.cabinet__content {margin-left: 320px;}
.cabinet__content-inner {}

.cabinet__title-block {}

.cabinet__menu-wrapper {}
.cabinet__menu {}
.cabinet__menu nav {}
.cabinet__menu ul {}
.cabinet__menu ul li {list-style: none;}
.cabinet__menu ul li a {
	position: relative;color: var(--text_color);
	display: block;padding: 15px 20px 15px 60px;
	border-radius: 10px;
}
.cabinet__menu-icon {
	position: absolute;
	left: 20px;top: 50%;margin-top: -14px;
	display: inline-block;
	width: 28px;height: 28px;
}
.cabinet__menu-icon svg {fill:var(--text_color);}

.cabinet__menu ul .cabinet__menu-exit a {color: var(--color_red_2) !important;}
.cabinet__menu ul .cabinet__menu-exit a svg {fill: var(--color_red_2);}
.cabinet__menu-text {}
.cabinet__menu-mobile {
	position: relative; color: var(--text_color);
	display: block; padding: 15px 60px 15px 60px;
	border-radius: 10px; background-color: var(--color_grey_2);
}
.cabinet__menu-arrow {
	position: absolute; font-size: 0px;
	right: 20px; top: 50%; margin-top: -4px;
	display: inline-block; width: 14px; height: 8px;
}
.cabinet__menu-mobile .cabinet__menu-icon svg {opacity: 0.3;}

.cabinet__title {
	color: #cbcbcb;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 992px) {
	.cabinet__sidebar {position: sticky;top: 0px;}
	.cabinet__menu-exit {position: absolute; bottom: 0px; width: 100%;}
}


@media (max-width: 1050px) {
	.cabinet__sidebar {width: 250px;}
	.cabinet__content {margin-left: 270px;}
}
@media (min-width: 992px) {
	.cabinet__menu ul li.current a {font-weight: bold;}
	.cabinet__menu ul li a:hover,
	.cabinet__menu ul li.current a {color: var(--color_blue);background: var(--color_blue_2);}
	.cabinet__menu ul li.current a .cabinet__menu-icon svg {fill:var(--text_color_blue);}
	.cabinet__menu-mobile {display: none;}
	
	.cabinet__menu ul li a:hover {background-color: var(--color_grey_3);text-decoration: none;}
	.cabinet__menu ul li a:hover .cabinet__menu-icon svg {fill:var(--text_color_1);}
}
@media (max-width: 991px) {
	.cabinet__sidebar {float: none;width: auto;height: auto !important;}
	.cabinet__content {margin-left: 0px;}

	.cabinet__menu-wrapper {margin-bottom: 20px;position: relative;}
	.cabinet__menu {
		border-radius: 0px 0px 10px 10px;
		border-top: 1px solid var(--color_grey_8);
		width: 100%;background-color: var(--color_grey_2);
		position: absolute;z-index: -1;
		top:100%;left:0px;visibility:hidden;
		opacity: 0;margin-top:-10px;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}
	.cabinet__menu-mobile {
		z-index: 110;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}
	.cabinet__menu-wrapper.active .cabinet__menu-mobile {
		border-radius: 10px 10px 0px 0px;
	}
	.cabinet__menu-wrapper.active .cabinet__menu {
		opacity: 1;margin-top:0px;z-index: 110;visibility:visible;
	}
	.cabinet__menu ul li a {border-radius: 0px;}
	.cabinet__menu-shadow {
	    z-index: -1;
	    position: fixed;
	    top: 0px; left: 0px;
	    background: rgba(0,0,0,0.3);
	    height: 100%; width: 100%;
	    z-index: -1;opacity: 0;visibility:hidden;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}
	.cabinet__menu-wrapper.active+.cabinet__menu-shadow {
		opacity: 1;z-index: 101;visibility:visible;
	}

	.cabinet__menu-arrow {
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}
	.cabinet__menu-wrapper.active .cabinet__menu-arrow {
		-moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}

	.cabinet__menu-exit {border-top: 1px solid var(--color_grey_8);}
    .cabinet__sidebar-inner:hover {z-index: 150;position: relative;}
	
	.cabinet__content .profile__fields {max-width: none;}
}

.profile__orders {max-width:825px;}
.profile__order+.profile__order {margin-top:20px;}
.profile__order {
	border-radius:10px;
	border:2px dotted #D3D3D3;
	padding:20px 20px;
}
.profile__order-inner {}
.profile__order-title {font-size:25px;font-weight:500;}
.profile__order-title span {padding-right:15px;display:inline-block;margin-bottom:10px;}

.profile__order-status {font-weight:bold;}

.profile__order-products {
	font-size:18px;
	width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.profile__order-products table {min-width:500px;width:100%;}
.profile__order-products table tr {}
.profile__order-products table tr td {padding:5px 20px;}
.profile__order-total {color:#CACACA;font-size:22px;font-weight:500;}
.profile__order-buttons {padding-top:10px;padding-left:20px;}
.profile__order-buttons a {}

/****************** CABINET - END *******************/

/****************** FOOTER ++ *******************/

footer {}

.footer__wrapper {padding: 50px 0px;background-color: var(--footer_bg);}
.footer {}
.footer__blocks {align-items: flex-start;}
.footer__blocks-item {max-width:25%;}
.footer__blocks-item-inner {}
.footer__logo {display: inline-block;}
.footer__text {color:var(--text_color_3);margin-left:40px;margin-top:10px;}
.footer__callback {margin-top:10px;}

.footer__phone {}
.footer__phone+* {margin-top: 15px;}
.footer__phone svg,
.footer__phone span {
	vertical-align: middle;line-height: 100%;
	color:var(--text_color_6);
	font-size: 28px;font-weight: bold;
	
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.footer__phone svg {margin-right: 10px;}
.footer__phone svg use {fill: var(--text_color_7);}
.footer__phone a:hover span {color: var(--text_color_1);}
.footer__phone a:active span {color: var(--text_color_1_1);}

.socials__items {margin-top: 20px;}
.socials__items ul {}
.socials__items ul li {display: inline-block;vertical-align: middle;}
.socials__items ul li a {display: inline-block;vertical-align: middle;text-align: center;margin-right:5px;}
.socials__items ul li a svg use {fill:var(--text_color_3);}
.socials__items ul li a:hover svg use {fill:var(--text_color_1);}

.footer__menu {text-align: left;}
.footer__menu ul {}
.footer__menu ul li {color: var(--text_color_4);}
.footer__menu ul li+li {margin-top: 15px;}
.footer__menu ul li a:before {content:'•';padding-right: 0.5em;}
.footer__menu ul li a {font-size: 20px;}
.footer__menu ul li a:link,
.footer__menu ul li a:visited {color: var(--text_color_4) !important;text-decoration: none !important;}
.footer__menu ul li a:hover {color: var(--text_color_1) !important;}
.footer__menu ul li a:active {color: var(--text_color_1_1) !important;}

.copyright__wrapper {padding: 15px 0px;background-color: var(--copyright_bg);color: var(--text_color_2);}
.copyright__content {}
.copyright {}
.developers {}

@media screen and (max-width: 990px) {
	.footer__blocks {flex-wrap: wrap;}
	.footer__blocks-item {flex: 0 0 50%;text-align: center;max-width:50%;}
	.footer__blocks-item:nth-child(n+3) {margin-top: 2rem;}

}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 540px) {
	.footer__wrapper {padding: 30px 0px;}
	.footer__blocks {display: block;}
	.footer__blocks-item {flex: 0 0 50%;text-align: center;max-width:none;}
	.footer__blocks-item-inner {max-width: 300px;margin: 0px auto;}
	.footer__blocks-item:nth-child(n+2) {margin-top: 2rem;}
	.footer__logo {margin-top: 0rem;}
	.footer__text {text-align:left;}
	.footer__phone span {font-size: 24px;}
}

.up__button {
	border: none;cursor:pointer;
	background: var(--color_blue);
    display: inline-block;
    display: none; padding: 10px;
    right: 20px; bottom: 20px;
    position: fixed; z-index: 20;
    border-radius: 3px;
    box-shadow: 0 3px 4.85px 0.15px rgb(0 0 0 / 30%);
}
.up__button:hover {background: var(--color_orange);}
.up__button:active {background: var(--color_orange_1);}

.catalog__menu-block {
	position: fixed;
    top: 0px !important;
    left: 0px;
	max-width:100%;
    width: 480px;
    height: 100%;
    bottom: 0px;
    z-index: 1010 !important;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0)!important;
    transform: translate3d(-100%, 0, 0) !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 100%;
    border: none;
    margin: 0px;
    opacity: 1 !important;
    display: block !important;
}
.catalog__menu-block.open {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.catalog__menu-inner_top {position:absolute;background:inherit;top:0px;left:0px;width:100%;height:70px;z-index:10;}
.catalog__menu-inner {
	background:var(--color_white);
	position: fixed; z-index: 10;
	top: 0px;right: 0px;
	width:100%;
	height:100%;
}
.catalog__menu-narrow {
	padding: 70px 0px 20px 0px;
	width:100%;
	overflow:auto;height:100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.catalog__menu-content {
	height:100%;width:100%;
	overflow:auto;height:100%;
}

.mobile__menu-head {
    position: absolute;width: 100%;
    top: 0px; left: 0px;
	padding: 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile__menu-head .popup__window-head {padding: 20px 15px;}

.catalog__menu-items {}
.catalog__menu-items>ul {}
.catalog__menu-items>ul>li {border-top:1px solid var(--color_grey_4);}
.catalog__menu-items-link-block {position: relative;}
.catalog__menu-items-link-block a {
    position: relative; display: block;
    color: var(--text_color_5) !important;
    padding: 10px 20px;
    padding-right: 60px;
    font-weight: 500;
    font-size: 16px;
}
.catalog__menu-items-link-block a:hover {
	text-decoration: none;background-color: var(--color_grey_3);
	color: var(--text_color_1) !important;
}
li.active>.catalog__menu-items-link-block a {
	color: var(--text_color_1) !important;
}
.catalog__menu-items-link-arrow {
	display: block;position: absolute;cursor:pointer;
	height: 100%;width: 60px;top:0px;right:0px;background-color: var(--color_white);
}
.catalog__menu-items-link-arrow:hover {background-color: var(--color_grey_3);}
.catalog__menu-items-link-arrow svg {
	display: block;position: absolute;fill: var(--text_color_3);
	top:50%;left:50%;margin-left: -8px;margin-top: -8px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.catalog__menu-items-link-arrow svg+svg {display:none;}
li.active>.catalog__menu-items-link-block .catalog__menu-items-link-arrow svg {display:none;fill: var(--text_color_1);}
li.active>.catalog__menu-items-link-block .catalog__menu-items-link-arrow svg+svg {display:block;}
li.active>.catalog__menu-items-link-block .catalog__menu-items-link-arrow {background-color: var(--color_grey_3);}

.catalog__menu-items-list {display: none;}
.catalog__menu-items-list ul {}
.catalog__menu-items-list ul li {}
.catalog__menu-items-list ul li a {
    position: relative; display: block;
    color: var(--text_color_5) !important;
    padding: 10px 20px; padding-left: 35px;
    font-weight: 500; font-size: 16px;
}
.catalog__menu-items-list ul li a.active {font-weight:bold;}
.catalog__menu-items-list ul li a:hover {
	text-decoration: none;color: var(--text_color_1) !important;
	background-color:var(--color_grey_3);
}

/****************** FOOTER - END *******************/

/****************** PAGINATION ++ *******************/

.pagination {text-align:center;}
.pagination_top {padding-top:0px;padding-bottom:15px;}
.pagination ul {font-size:0px;}
.pagination ul li {display:inline-block;padding:5px;height: auto;}
.pagination li.active {background:transparent;}
.pagination ul li a, .pagination ul li strong, .pagination ul li span {
	color: var(--text_color);text-decoration:none;
	font-size:30px; display:block;
	width:60px; height:60px;
	line-height:60px; border-radius:100px;
}
.pagination ul li a:hover {background-color:var(--color_blue);color: var(--text_color_0);text-decoration:none;}
.pagination ul li strong, .pagination ul li span, .pagination ul li.active a, .pagination ul li a.active {background-color:var(--color_grey_5);color:var(--text_color_0);cursor:default;}
@media screen and (max-width: 991px) {
	.pagination ul li a, .pagination ul li strong, .pagination ul li span {width:50px;height:50px;line-height:50px;font-size:27px;}
}
@media screen and (max-width: 867px) {
	.pagination ul li {padding:3px;}
	.pagination ul li a, .pagination ul li strong, .pagination ul li span {width:45px;height:45px;line-height:45px;font-size:24px;}
}
@media screen and (max-width: 640px) {
	.pagination ul li {padding:2px;}
	.pagination ul li a, .pagination ul li strong, .pagination ul li span {width:40px; height:40px; line-height:40px; font-size:21px;}
}
.pagination__load-wrapper {margin:-30px 0px 30px 0px;}
.pagination__load-more {width:auto;}

/****************** PAGINATION - END *******************/

/****************** BREADCRUMBS ++ *******************/

.breadcrumbs__wrapper {margin: 0px -15px; padding: 0px 15px;}
.breadcrumbs {margin: 10px 0px 10px 0px;line-height: 130%;}
.breadcrumbs ul {display: flex;align-items: center;}
.breadcrumbs ul li {
    white-space: nowrap;
    margin-right: 10px;
    display: flex; align-items: center;
    color:var(--text_color_3);
}
.breadcrumbs ul li:last-child {padding-right:15px;}
.breadcrumbs ul li a {color: var(--text_color_3);display: inline-block;font-size: 0px; line-height: 100%;}
.breadcrumbs ul li a span {font-size: 16px;}
.breadcrumbs ul li a svg {fill: var(--text_color_3);}
.breadcrumbs ul li a:hover {color: var(--text_color_1);}
.breadcrumbs ul li a:hover svg {fill: var(--text_color_1);}
.breadcrumbs ul li>span {display: inline-block;margin-left: 10px;}
.breadcrumbs ul li:last-child a,
.breadcrumbs ul li:last-child a:hover {color:var(--text_color_3);cursor:default;}
.breadcrumbs ul li:last-child>span {display: none;}

/****************** BREADCRUMBS - END *******************/

/****************** POP_UP_WINDOW ++ *******************/

body.body_pop_up {overflow:hidden;}
.popup__window-wrapper{
	z-index:10000;
	position:fixed;
	top:0px; left:0px;
	background:rgba(0,0,0,0.7);
	height:100%; width:100%;
	vertical-align:middle;
	text-align:center;
	display:none;
	overflow-y:auto;
	overflow-x:hidden;
}
.popup__window-wrapper-1 {display:table;height:100%;width:100%;}
.popup__window-wrapper-2 {display:table-row;height:100%;width:100%;}
.popup__window-wrapper-3 {display:table-cell;height:100%;width:100%;vertical-align: middle;text-align:center;}

.popup__window {
	display:inline-block;
	vertical-align:middle;
	border-radius:10px;
	margin:20px 20px;
	background: var(--color_white);
	z-index:10;
	position:relative;
	text-align:justify;
	opacity: 0;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity .5s, transform .5s;
}
.popup__window-head {
	position: relative;
	font-size:20px;font-weight:bold;
	border-bottom:1px solid var(--color_grey_3);
	color:var(--text_color_6);
	padding:15px 15px;text-align:center;
}
.popup__window-head:after {
	display:none;
    position: absolute; content: '';
    top: 5px; left: 50%;
    margin-left: -40px;
    width: 80px; height: 4px;
    border-radius: 3px;
    background: var(--color_grey_3);
}
.popup__window-subhead {
    padding: 15px 15px 0px 15px;
	text-align: center;
}
.popup__window-content {padding:20px 20px;}
.popup__window-content+.popup__window-content {border-top:2px solid var(--color_grey_3);}
.popup__window-content-inner {width:350px;}

body.body__popup .popup__window {opacity: 1; -ms-transform: scale(1); transform: scale(1);}

.popup__window-close {
    position: absolute;
    display: block;
    top: 15px; right: 10px;
    cursor: pointer;
    display: block;
    line-height: 0px;
}
.popup__window-shadow {
	z-index:1; position:fixed;
	top:0px; left:0px;
	height:100%; width:100%;
}

.popup__window-links {margin-top:20px;}

@media screen and (max-width: 420px) {
	.popup__window-content-inner {width:auto;}
}

.popup__window-content-narrow {position: sticky; bottom: 0px;}

.popup__window-contacts {margin-top:15px;}
.popup__window-contacts .header__phone-menu li a {display: block; line-height: 22px; padding: 14px 16px;}
.popup__window-contacts ul li a:hover {background-color:var(--color_grey_1);}

/****************** POP_UP_WINDOW - END *******************/

@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 867px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}