/* @import url("fonts/rubik.css"); */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Rubik';
	min-height: 100vh;
}

:root {
  --red: #ea5656;
  --grey: #F5F5F5;
  --dark: #A2A9BC;
}

p {
    margin: 0;
}

.df	{
	display: flex;
}

.fr {
	flex-direction: row;
}

.fc {
	flex-direction: column;
}

.sb {
	justify-content: space-between;
}

.fe {
    justify-content: flex-end;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.container {
	width: 1140px;
	margin: 0 auto;
}

.content-wrap {
    flex-wrap: wrap;
}

.content {
    width: calc(100% - 450px);
}

.text-red {
	color: #ea5656;
}

.text-white {
	color: #fff;
}

.text-grey {
	color: #c4c4c4;
}

.text-dark {
    color: #A1ABBE;
}

.text-black {
	color: #000;
}

.text-green {
    color: limegreen;
}

.text-bold {
    font-weight: 500;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bg-black {
	background-color: #000;
}

.bg-dark{
	background-color: #A1ABBE;
}

.bg-green {
    background-color: limegreen;
}

.bg-grey {
	background-color: #F5F5F5;
}

.bg-red {
	background-color: #FF5656;
}

.bg-white {
	background-color: #FFF;
}

.lg-backdrop {
    background-color: #fff;
}

.lg-next.lg-icon,
.lg-prev.lg-icon {
    color: #fff;
}

.children_subs.border-black {
    border: 1px solid #000;
}

a {
	text-decoration: none;
	transition: color 0.15s ease-in;
    cursor: pointer;
}

a:hover,
.top_menu a:hover {
	color: #ea5656;
}

.btn {
	border-radius: 10px;
	padding: 10px 14px;
	text-transform: uppercase;
	transition: all 0.15s ease-in;
	outline: 1px solid transparent;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
    cursor: pointer;
    text-align: center;
}

.btn--long {
    width: 75%;
}

.btn--medium {
    width: 50%;
}

button {
    cursor: pointer;
}

button.btn {
    border: 0;
    outline: 0;
}

.btn.bg-red:hover {
	color: #ea5656;
	background-color: #fff;
	outline: 1px solid #ea5656;
}

h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

h3,
.h3 {
    font-weight: 500;
    font-size: 30px;
}

.caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.mt-40 {
    margin-top: 40px;
}

.widget {
    position: fixed;
    right: 0;
    top: 410px;
    border-radius: 10px;
}

.widget > * {
    padding: 5px;
}

.widget_fav a,
.widget_compare a {
    display: block;
    padding: 14px;
}

.widget_fav {
    border-bottom: 1px solid #E5E5E5;
}

.widget_fav.active path {
    fill: #EB5757;
}

.widget_fav:hover path {
    fill: #EB5757;
}

.widget_compare.active path {
    fill: #EB5757;
}

.widget_compare:hover path {
    fill: #EB5757;
}

#app {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 100vh;
}

header,
footer {
    width: 100%;
}

.footer {
    padding-top: 80px;
}

.main {
	flex: 1;
}

.main--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-wrap {
    width: 100%;
}

.stars {
    color: #EB5757;
}

.header-block {
	border-radius: 10px;
	align-items: center;
	padding: 20px 25px;
	font-size: 14px;
}

.header-block .material-icons {
	font-size: 17px;
	margin-right: 15px;
}

.header-top {
	padding: 10px;
	background-image: linear-gradient(180deg, #FFFFFF 50%, #F5F5F5 100%);
}

.top_menu a {
	color:  #000;
	display: inline-block;
	padding: 10px 20px 10px 0;
	font-weight: 400;
	font-size: 14px;
}

.top_menu a.active {
	color: #ea5656;
	font-weight: bold;
}

.parent {
    position: relative;
}

.children_subs {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    transition: all 0.15s ease-in;
    text-align: left;
}

.header .parent:hover .children_subs {
    opacity: 1;
    height: initial;
    z-index: 1;
    background-color: #fff;
}

.children_subs a {
    display: block;
    padding: 10px;
}

.top_contacts .link--mail {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	align-items: center;
	margin-right: 30px;
}

.top_contacts .link--mail span {
	font-size: 17px;
	margin-right: 16px;
}

.top_contacts .link--address span {
	color: #A2A9BC;
	font-size: 17px;
	margin-right: 16px;
}

.top_contacts .link--address {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	align-items: center;
}

.header-middle {
	padding: 27px 0;
}

.header-middle .logo {
	width: 265px;
}

.header-middle-right {
	flex: 1;
	padding-left: 10%;
}

.schedule {
	justify-content: center;
}

.schedule-item {
	align-items: center;
	font-weight: 400;
	font-size: 14px;
}

.schedule-item span {
	font-size: 17px;
	margin-right: 20px;
}

.header-cart_qty {
	border-radius: 100%;
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	margin-left: 40px;
}

.header-phones .phone-link {
    position: relative;
    padding: 5px 0 5px 35px;
}

.header-phones .phone-link:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 2px;
    background-image: url("/assets/img/phone.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main-menu-wrap {
	padding: 35px 0;
}

.top-search {
	background-color: transparent;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 5px;
	border-right: 1px solid #fff;
    margin-bottom: 0;
}

.top-search button {
	border: 0;
	outline: 0;
	background-color: transparent;
	color: #fff;
	margin-right: 10px;
}

.top-search input[name="query"] {
	border: 0;
	outline: 0;
	background-color: transparent;
	color: #fff;
	width: 100px;
}

.top-search input::placeholder {
	opacity: 1;
	color: #fff;
}

.main-menu {
	flex: 1;
	padding-left: 30px;
	display: flex;
	align-items: center;
}

.main-menu > ul {
	width: 100%;
}

.main-menu > ul > li {
    flex: 1;
    text-align: center;
}

.footer-bottom {
	padding: 27px 0;
}

.footer_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_left {
	min-width: 165px;
	max-width: 165px;
}

.footer_logo {
	width: 165px;
}

.footer_requisites {
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #747474;
	padding-top: 21px;
}

.footer_right {
	flex: 1;
}

.footer_right .material-icons {
	font-size: 17px;
	margin-right: 15px;
}

.footer_right-contacts {
	align-items: flex-start;
	justify-content: flex-end;
}

.footer_right-contacts > * {
	margin: 0 20px;
}

.footer .schedule {
	justify-content: flex-start;
}

.footer .schedule-item {
	margin-bottom: 15px;
}

.footer-emails {
	justify-content: flex-start;	
}

.footer-emails a {
	align-items: center;
	margin-bottom: 15px;
}

.footer-phones a {
	margin-bottom: 5px;
	align-items: center;
}

.footer-phones a .text-black {
	font-size: 14px;
	line-height: 22px;
}

.footer_right-buttons {
	align-items: center;
	padding: 25px 0 0 20px;
}

.footer_cards {
    width: 100%;
        justify-content: space-between;
}

.footer_cards img {
	width: 50px;
	height: 32px;
	margin: 0;
}

.footer_socials img {
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

.footer_dev {
	align-items: center;
	color: #747474;
	font-size: 12px;
	line-height: 22px;
}

.footer_dev img {
	width: 12px;
	height: 23px;
	margin-right: 20px;
}

.front_banners {
    width: 100%;
    padding: 45px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.front_banners__left {
    position: relative;
    flex: 1;
    min-width: 654px;
    max-width: 654px;
    margin-right: 15px;
    height: 400px;
    padding: 45px 30px;
    background-image: url("/assets/img/banner_cart.png");
    background-size: cover;
    background-position: center center;
    transition: opacity 0.15s ease-in;
}

.front_banners__left a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
}

.front_banners__left:hover {
    opacity: 0.8;
}

.front_banners__left .banner_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 26px;
}

.front_banners__left .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    width: 120px;
    text-align: center;
}

.front_banners__right {
    flex: 1;
    min-width: calc(100% - 684px);
    max-width: calc(100% - 684px);
    margin-left: 15px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.front_banners__right a {
    height: 50%;
    width: 100%;
    transition: opacity 0.15s ease-in;
    border-radius: 5px;
}

.front_banners__right a:hover {
    opacity: 0.8;
}

.front_banners-parts {
    display: block;
    padding: 45px 30px;
    background-image: url("/assets/img/banner_parts.png");
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.front_banners-service {
    display: block;
    padding: 45px 30px;
    background-image: url("/assets/img/banner_service.png");
    background-size: cover;
    background-position: center center;
}

.front_banners__right .banner_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.front_banners .banner_text {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 50%;
}

.front_benefits {
    width: 100%;
}

.benefits__item {
    width: 165px;
    height: 130px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    align-items: center;
}

.benefits__item img {
    width: 32px;
    height: 30px;
    margin-bottom: 30px;
}

.front_catalogue_wrap {
    padding: 40px 0;
}

.front_catalogue_wrap .h3 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.tabs__switches {
    align-items: center;
    justify-content: center;
}

.tabs__switches .tabs_switch {
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #EB5757;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s ease-in;
}

.tabs__switches .tabs_switch.active {
    color: #000;
    border-color: #EB5757;
}

.tabs__switches .tabs_switch:not(.active):hover {
    border-color: #EB5757;
}

.tabs__content {
    margin-top: 25px;
}

.tabs__content_page {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
}

.tabs__content_page.active {
    display: flex;
}

.front_cat {
    margin: 0px 2%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 20%;
    min-width: 20%;
    height: 215px;
    transition: box-shadow 0.15s ease-in;
}

.front_cat:hover {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.front_cat:hover a {
    color: #EB5757;
}

.front_cat_top {
    width: 100%;
    height: 60%;
    position: relative;
}

.front_cat_top a {
    
}

.front_cat_top .cat_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cat_top_icons {
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cat_top_icons .cat_icn {
    padding: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.cat_top_icons .cat_icn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.front_cat_bottom {
    height: 40%;
    width: 100%;
}

.front_cat_bottom a {
    display: block;
    height: 100%;
    padding: 5px 0;
    font-weight: 500;
    line-height: 26px;
}

.front_news {
    padding: 15px 0 40px;
    width: 100%;
}

.front_news__block {
    max-width: 33%;
    min-width: 33%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.news__block_header {
    margin-bottom: auto;
    height: 100px;
}

.featured_date,
.news__item_date {
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    background-color: #A2A9BC;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    border-radius: 5px;
    margin: 10px 0 15px;
}

.front_news .featured_image {
    height: 120px;
}

.front_news .featured_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front_news__block__body {
    flex: 1;
}

.front_news__block__body .fullLink {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0;
}

.featured_caption,
.news-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0 10px;
}

.featured_announce,
.news-announce {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.front_articles .front_news__block__body {
    padding-top: 50px;
}

.front_articles__item {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.front_articles__item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #EB5757;
    left: 10px;
    top: 10px;
    transform: translate(-50%, -50%);
}

.front_text {
    columns: 2;
    padding: 40px 0;
}

.footer .form-wrap {
    padding: 60px 0;
}

.callback-form {
    text-align: center;
}

.form_in {
    width: 555px;
    margin: 0 auto;
}

.form_header {
    font-weight: 500;
    font-size: 30px;
    line-height: 22px;
}

.callback-form .text_before,
.callback-form .text_after {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
}

.callback-form .text_after {
    color: #FFBCBC;
}

.callback-form .text_after a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.callback-form .text_after a:hover {
    text-decoration: none;
}

.form_fields {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    align-items: center;
}

.form_field {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.form_field label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_field label div {
    margin-bottom: 10px;
}

.form_field input {
    width: 360px;
    height: 34px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 0;
    border-radius: 5px;
}

.form_field input[type="radio"] {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.form_field textarea {
    width: 360px;
    height: 68px;
    background-color: #fff;
    resize: vertical;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 0;
    border-radius: 5px;
    font-family: 'Rubik';
    padding: 10px;
}

.callback-form .btn {
    border: 0;
    outline: 0;
    padding: 10px 34px;
}

form .result {
    text-align: center;
}

.footer__benefits {
    padding: 60px 0;
}

.breadcrumbs ul {
    align-items: center;
    color: #A2A9BC;
    padding: 20px 0;
    line-height: 22px;
}

.breadcrumbs li {
    margin: 0 5px;
}

.breadcrumbs a {
    font-weight: 400;
    font-size: 12px;
    color: #A2A9BC;
}

.breadcrumbs .active a {
    color: #000;
}

.side-menu {
    margin-right: 90px;
    min-width: 200px;
    max-width: 200px;
}

.side-menu--wide {
    min-width: 360px;
    max-width: 360px;
}

.aside_header {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.aside__subs li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 16px;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 4px 0;
}

.aside__subs li.active a {
    color: #EB5757;
}

.aside__banners {
    padding-top: 20px;
}

.aside__banner {
    border-radius: 5px;
    position: relative;
    height: 90px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: transform 0.15s ease-in, box-shadow 0.15s ease-in, opacity 0.15s ease-in;
    will-change: transform;
    padding: 16px;
}

.aside__banner a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    width: 100%;
}

.aside__banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    color: #fff;
}

.aside__banner a:hover {
    color: #fff;
}

.aside__banner img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    z-index: -1;
}

.aside__banner span {
    z-index: 1;
    position: relative;
}

.content .categories {
    flex-wrap: wrap;
    padding-left: 30px;
}

.categories .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 33%;
    min-width: 33%;
    padding: 8px;
    transition: opacity 0.15s ease-in;
    height: 220px;
}

.categories .category a {
    height: 100%;
}

.categories .category:hover {
    opacity: 0.8;
}


.category__img-wrap {
    padding: 10px;
    max-height: 65%;
}

.category img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.category .category_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    /*flex: 1;*/
}

.aside--filter {
    max-width: 360px;
    min-width: 360px;
}

.aside--filter .filter-item {
    background-color: #F5F5F5;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 4px;
}

.filter-item .filter-head {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.aside--filter .range-slider {
    margin-bottom: 45px;
}

.range-slider .slider-caption {
    margin: 10px 0;
}

.filter-body label {
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
    cursor: pointer;
}

.filter-body label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color 0.15s ease-in;
}

.filter-body label:hover span {
    color: #FF5656;
}

.filter-body label input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.filter-body label:before,
.filter-body label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.filter-body label.active:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #000;
}

.filter-body label.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("/assets/img/checkmark.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
}

.filter-body label.active {
    color: var(--red);
}

.catalogue {
    margin-top: 40px;
}

.catalogue--table .catalogue__item {
    flex-wrap: nowrap;
    border-bottom: 1px solid #a6a0a0;
    min-height: 165px;
    margin-bottom: 30px;
    padding-bottom: 16px;
}

.catalogue--table .catalogue__item--complects {
    flex-wrap: wrap;
}

.catalogue--table .catalogue__item .item__left {
    min-width: 165px;
    max-width: 165px;
}

.catalogue--table .catalogue__item .item__left a {
    display: block;
    height: 120px;
}

.catalogue--table .catalogue__item .item__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalogue--table .catalogue__item .item__right {
    height: 100%;
    padding-left: 60px;
    flex: 1;
}

.catalogue--table .catalogue__item .item__right td {
    padding: 7px;
}

.catalogue--parts .catalogue__item .item__right td:first-child {
    flex: 4;
}

.item_top {
    align-items: center;
}

.item_stock {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 5px;
}

.item_top .stars {
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.item_top .stars > span {
    position: relative;
    width: 1.1em;
    font-size: 11px;
    color: #EB5757;
}

.item_top .stars > label::before{
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.item_top .stars > span.active:before{
    opacity:1;
}

.item_name {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0;
}

.item__price_block {
    align-items: center;
}

.fav_link {
    color: #A2A9BC;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
    position: relative;
    padding-left: 25px;
}

.fav_link.active {
    color: #EB5757;
}

.fav_link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/assets/img/heart.svg);
    background-size: contain;
    background-position: center center;
}

.fav_link.active:before {
    background-image: url(/assets/img/heart_active.svg);
}

.item__price_block .to_cart {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #EB5757;
    text-align: center;
    line-height: 45px;
}

.item__price_block .to_cart img {
    width: 16px;
    height: 16px;
}

.item_cart_buttons {
    align-items: center;
}

.item_cart_buttons .item_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin-right: 25px;
}

.item__price_block .old_price {
    color: var(--red);
    position: relative;
}

.item__price_block .old_price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7.5%;
    width: 115%;
    height: 1px;
    background-color: #000;
    transform: rotate(7deg);
}

.buy-form__in-cart {
    padding: 10px;
    text-align: right;
}

.irs.irs--modern {
    background-color: #fff;
    border-radius: 5px;
    height: 45px;
}

.irs-handle.from {
    width: 17px;
    height: 12px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.irs-handle.to {
    width: 17px;
    height: 12px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.irs--modern .irs-handle>i:nth-child(1) {
    transform: none;
    width: 1px;
    height: 5px;
    top: 3px;
    left: 10px;
    z-index: 1;
    border-right: 1px solid #a3adc1;
    border-left: 0;
}

.irs--modern .irs-handle>i:nth-child(2) {
    width: 100%;
    background-color: #fff;
    background-image: none;
}

.irs--modern .irs-handle>i:nth-child(3) {
    left: 4px;
}

.irs--modern .irs-bar {
    background: linear-gradient(to bottom, #A2A9BC 0%, #A2A9BC 100%);
    top: 40px;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    color: #000;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.irs--modern .irs-from {
    left: 5px !important;
}


.irs--modern .irs-to {
    left: initial !important;
    right: 5px !important;
}

.irs--modern .irs-from,
.irs--modern .irs-to {
    color: #000;
    background-color: #fff;
    top: 5px;
    font-size: 14px;
    visibility: visible !important;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    border-top-color: transparent;
}

.irs--modern .irs-line {
    background-color: #fff;
    background-image: none;
    border: 0;
}

.irs--modern .irs-single {
    display: none!important;
    visibility: hidden!important;
}

.filter__buttons {
    align-items: center;
    padding: 20px 0;
}

.filter__buttons .btn {
    border: 0;
    outline: 0;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.15s ease-in;
}

.filter__buttons .btn:hover {
    opacity: 0.8;
}

.filter__buttons a {
    display: block;
    text-align: center;
    padding: 20px 0;
}

.select2-container--default .select2-selection--single {
    border: 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-left: 1px solid #EB5757;
    border-bottom: 1px solid #EB5757;
    transform: rotate(-45deg);
    border-width: 1px;
    width: 5px;
    height: 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-left: 1px solid #EB5757;
    border-bottom: 1px solid #EB5757;
    transform: rotate(135deg);
    border-width: 1px;
    width: 5px;
    height: 5px;
}

.tags-wrap {
    height: 280px;
    max-height: 155px;
    transition: max-height 0.15s ease-in;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
}

.tags-wrap.open {
    max-height: 280px;
}

.tags__header .tags_caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.tags__header .expand_tags {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #EB5757;
    display: inline-block;
    position: relative;
    padding: 5px 25px 5px 5px;
}

.tags__header .expand_tags:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border-left: 1px solid #EB5757;
    border-bottom: 1px solid #EB5757;
}

.tags__header .expand_tags.active:after {
    transform: translateY(-50%) rotate(135deg);
}

.tags__body {
    height: 100%;
}

.tags__body .tag {
    display: inline-block;
    padding: 5px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin: 9px;
    background-color: #fff;
    user-select: none;
}

.tags__body .tag input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.tags__body .tag:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F5F5F5;
    border-radius: 4px;
}

.tags__body .tag:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: 4px;
}

.tags__body .tag.active {
    color: #EB5757;
}

.tags__body .tag.active:after {
    background-image: url("/assets/img/cross.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.complects-wrap {
    min-width: 100%;
    max-width: 100%;
    background-color: #F5F5F5;
    margin: 20px 0 0;
    border-radius: 10px;
    padding: 15px;
}

.complects__body:not(.open) {
    display: none;
    padding: 20px 0;
}

.complects_switch,
.nav_switch_mob {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
}

.complects_switch:before,
.nav_switch_mob:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(-50%, -75%) rotate(-45deg);
}

.complects_switch.active,
.nav_switch_mob.active {
    background-color: #000;
}

.complects_switch.active:before {
    transform: translate(-50%, -25%) rotate(135deg);
}

.complects__head {
    cursor: pointer;
}

.complects__head_caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.complect {

    min-height: 165px;
    margin-bottom: 30px;
    padding-bottom: 16px;
    padding: 15px 0px 0px 0px;
}

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

.complect_img {
    min-width: 90px;
    max-width: 90px;
    height: 50px;
}

.complect_img img {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.complect__top {
    width: 100%;
}

.complect__top_line {
    min-width: calc(100% - 90px);
    justify-content: space-between;
}

.complect_tag {
    display: inline-block;
    margin-left: 5px;
    padding: 0 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.complect_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.complect_price {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.complect_line .old_price {
    color: var(--red);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complect_line .old_price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7.5%;
    width: 115%;
    height: 1px;
    background-color: #000;
    transform: rotate(7deg);
}


.complect__description {
    flex: 1;
    /*columns: 2;*/
    padding-left: 90px;
}

.complect_line--top {
    min-width: 100%;
    justify-content: space-between;
}

.complect__description .complect_line {
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.complect__description .complect_line--last {
    border-top: 0;
    border-bottom: 0;
}

.complect__description .complect_property {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.complect__description .complect_value {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    color: #000;
}



/* Action Full */

.content--full {
    width: calc(100% - 290px);
}

.content--full h1 {
}

.content--full .item__body {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
}

.content--full .item__body .item__top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.item__body .item__top .top__left {
    max-width: 45%;
    min-width: 45%;
}

#item-image {
    width: 100%;
}

#item-image a {
    max-width: 100%;
}

.item__body .item__top .top__right {
    max-width: 50%;
    min-width: 50%;
}

.item__image img  {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item__img-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.item__img-list a {
    diplay: inline-block;
    max-width: 60px;
    min-width: 60px;
    margin: 0 15px 15px 0;
}

.item__img-list a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content--full .item__body .item__description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.item__description_params {
    padding: 20px 0;
    
}

.description_params_line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: -1px;
}


.item__description_params .description_params_line:nth-child(n+6):not(.visible) {
    display: none;
}

.description_params_line:first-child .description_params_value {
    font-weight: 400;
}

.description_params_line:not(:first-child) .description_params_property {
    color: #747474;
}

.item__description_params .description_params_line--last .description_params_value a {
    display: flex;
    align-items: center;
}

.item__description_params .description_params_line--last .description_params_value a img {
    margin-left: 15px;
}

.item__description_params .description_params_line--last .description_params_property {
    color: #000;
}

.description_params_bottom {
    padding: 20px 0;
}

.description_params_bottom .description_params_line {
    border: 0;
}

.content--full .item__body .item__row {
    width: 100%;
    padding-top: 60px;
}

.item__complects {
    border-radius: 10px;
    flex: 4.3;
    padding: 15px;
    background-color: #fcfcfc;
    margin-right: 25px;
}

.item__complects-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.item__complects__switches {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*height: 300px;*/
}

.complect__switch {
    display: inline-block;
    padding: 6px 25px 6px 34px;
    position: relative;
    cursor: pointer;
    min-width: 50%;
    max-width: 50%;
    height: fit-content;
    flex: 1;
   /* max-height: 90px;*/
}

.complect__switch input {
    display: none;
}

.complect__switch:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    left: 0;
    top: 7px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.complect__switch.active:before {
    background-color: #000;
}

.complect__switch:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 9px;
}

.complect__switch.active:after {
    width: 15px;
    height: 15px;
    background-image: url("/assets/img/checkmark.svg");
    background-size: contain;
    background-position: center center;
}

.complect__switch:hover {
    color: #EB5757;
}

.complect__switch .complect-name {
    user-select: none;
}

.item__row_right {
    flex: 3.9;
    border-radius: 10px;
    padding: 25px;
    height: fit-content;
}

.item__row_right > * {
    min-width: 47%;
    max-width: 47%;
}

.item_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.item_price .old_price {
    color: var(--red);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.item_price .old_price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 11%;
    width: 75%;
    height: 1px;
    background-color: #000;
    transform: rotate(7deg);
}

.item__row_right .buy-form {
    padding: 15px 0;
}

.item__row_right .buy-form .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 2px 0;
}

.item-links .item-link {
    position: relative;
    padding: 5px 5px 5px 25px;
}

.item-links #ask:hover:before {
    background-image: url(/assets/img/question_active.svg);
}

.item-links .item-link.active {
    color: #EB5757;
}

.item-links #fav:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/img/heart.svg");
    background-size: contain;
    background-position: center center;
}

.item-links #fav.active:before {
    background-image: url("/assets/img/heart_active.svg");
}

.item-links #compare:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/img/compare.svg");
    background-size: contain;
    background-position: center center;
}

.item-links #compare.active:before {
    background-image: url("/assets/img/compare_active.svg");
}

.item-links #alike:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/img/eye.svg");
    background-size: contain;
    background-position: center center;
}

.item-links #alike.active:before {
    background-image: url("/assets/img/eye_active.svg");
}


.item-links #ask:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/img/question.svg");
    background-size: contain;
    background-position: center center;
}

.item-links #ask.active:before {
    background-image: url("/assets/img/question_active.svg");
}

.item-tabs-wrap {
    min-width: 100%;
    padding: 100px 0 0;
}

.item-tabs-switches {
    min-width: 100%;
}

.item-tabs-switch {
    display: inline-block;
    flex: 1;
    border: 0;
    outline: 0;
    background-color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #A2A9BC;
    text-align: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.item-tabs-switch.active {
    color: #000;
    border-bottom: 2px solid #EB5757;
}

.item-tabs-content-wrap {
    padding: 25px 0;
}

.item-tabs-content {
    display: none;
}

.item-tabs-content.active {
    display: block;
    padding: 15px;
}

.s-content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.s-content ul {

}

.s-content ul li {
    padding: 5px 0 5px 20px;
    position: relative;
    
}

.s-content ul li:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100%;
    left: 2px;
    top: 13px;
}

.item-complect_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.item-options-wrap {
    min-width: 100%;
    border-radius: 5px;
}

.item-options_caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 20px;
}

.item-options__list {
    height: 100%;
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    flex-wrap: wrap;
}

.item-options__list_shadow {
    position: sticky;
    min-width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
}

.item-options__list::-webkit-scrollbar {
    width: 6px;
}

.item-options__list::-webkit-scrollbar-track {
    background-color: transparent;
}

.item-options__list::-webkit-scrollbar-thumb {
    background-color: #A2A9BC;;
    border-radius: 4px;
}

.item-options_group_caption {
    width: 100%;
    padding: 0  22px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.item-option {
    max-width: 49%;
    min-width: 49%;
    padding: 20px 20px 20px 80px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    user-select: none;
}

.item-option:nth-child(odd) {
    margin-right: 1%;
}

.item-option img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.item-option input {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.item-option:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 21px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.item-option.active:before {
    background-color: #000;
}

.item-option.active:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22px;
    left: 22px;
    background-image: url("/assets/img/checkmark.svg");
    background-size: 65%;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-option .item-option_price {
    min-width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
    padding-left: 50px;
}

.item-option .item-option_description {
    flex: 1;
    margin: 0 10px;
}

.item__body .item_benefits {
    flex-wrap: wrap;
    margin-top: 40px;
}

.item-option--new {
    flex-direction: row;
    padding: 20px 20px 20px 0;
}
.item-option--analog:before {
    display: none;    
}
.item-option--new label {
    flex: 1;
    cursor: pointer;
}

.item-option--new .item-option__right {
    flex: 5;
}

.item-option--new label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 21px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.item-option--new label.active:before {
    background-color: #000;
}

.item-option--new label.active:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22px;
    left: 22px;
    background-image: url(/assets/img/checkmark.svg);
    background-size: 65%;
    background-position: center center;
    background-repeat: no-repeat;
}

.item_benefits .benefits__item {
    width: 260px;
    height: 70px;
    margin-bottom: 20px;
    margin-left: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.item_benefits .benefits__item img {
    margin-right: 50px;
}

/* CART START */

.p-cart {
    width: 100%;
}

.p-cart__items {
    padding: 20px 0 40px;
    border-bottom: 1px solid #E5E5E5;
}

.p-cart__item {
    position: relative;
    min-height: 140px;
    padding: 5px 0;
    flex-wrap: wrap;
}

.p-cart__item .options_list {
    min-width: 100%;
}

.p-cart__item .options_list .options_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.p-cart__item_photo-wrap {
    width: 165px;
    height: 100%;
}

.p-cart__item_photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-cart__item-del {
    position: absolute;
    top: -5px;
    right: 0;
    color: #A2A9BC;
    font-size: 30px;
    font-style: normal;
    line-height: 1;
}

.p-cart__item__tags .item_stock {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin: 0 4px;
}

.p-cart__item-name {
    margin-top: 12px;
}

.p-cart__item-name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    transition: color 0.15s ease-in;
}

.p-cart__item-name a:hover {
    color: #FF5656;
}

.p-cart__item-info {
    flex: 2;
    max-width: 600px;
    padding: 0 0 0 60px;
}

.p-cart__item-price-block {
    max-width: 165px;
    margin-right: auto;
    align-items: center;
}

.p-cart__item-price-block .p-cart__item-price {
    margin-bottom: 10px;
}

.p-cart__item-price .old_price {
    position: relative;
    text-align: center;
}

.p-cart__item-price .old_price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #000;
    transform: rotate(7deg);
}

.p-cart__price .price__val,
.p-cart__price .rub {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.buy-form__counter {
    width: 165px;
    height: 42px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.buy-form__counter span {
    display: none;
}

.buy-form__counter a {
    flex: 1;
    text-align: center;
    background-color: #A2A9BC;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.buy-form__counter .counter__minus {
    border-radius: 5px 0 0 5px;
}


.buy-form__counter .counter__plus {
    border-radius: 0 5px 5px 0;
}

.buy-form__counter input {
    flex: 2;
    max-width: 82px;
    border: 0;
    outline: 0;
    height: 100%;
    background-color: #F5F5F5;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.p-cart__result {
    padding: 40px 0;
    align-items: flex-end;
    justify-content: center;
}

.p-cart__result .total-sum {
    margin-bottom: 20px;
}

.p-cart__result .btn {
    padding: 6px 20px;
}

.p-cart__result-in {
    align-items: center;
}

.block-caption {
    margin-bottom: 20px;
}

.cart-order-params .params-list {
    flex-wrap: wrap;
}

.params-list .param {
    position: relative;
    background-color: #F5F5F5;
    width: 360px;
    height: 100px;
    padding: 20px 50px 20px 30px;
    margin: 0 15px 20px 0;
    border-radius: 4px;
    cursor: pointer;
}
.params-list .param--hide {
    display: none;
}
.params-list .param:last-child {
    margin-bottom: 0;
}

.params-list .param input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.params-list .param:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 22px;
    background-color: #fff;
    border-radius: 4px;
}

.params-list .param.active:before {
    background-color: #000;
}

.params-list .param.active:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 25px;
    width: 15px;
    height: 15px;
    background-image: url("/assets/img/checkmark.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.order-params-column--wide {
    flex: 2;
}

.order-params-column--wide .params-list {
    border-radius: 5px;
    padding: 20px;
}

.order-params-column--wide .param--text {
    margin-bottom: 20px;
}

.params-list input[type="text"] {
    border: 0;
    outline: 0;
    padding: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.param--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.param--text .param_name {
    margin-bottom: 10px;
}

.delivery_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin: 0 10px;
}

.order-bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
}

.order-bottom span {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.order-bottom .order_total {
    
}

.order-bottom .order_delivery_price {
    margin: 0 10px;
}

.order-bottom .btn {
    
}

.order-agreement {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #A2A9BC;
    margin-top: auto;
}

.compare {
    width: 100%;
}

.compare-list {
    width: 100%;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.compare-list::-webkit-scrollbar {
    height: 6px;
}

.compare-list::-webkit-scrollbar-track {
    background-color: #E5E5E5;
}

.compare-list::-webkit-scrollbar-thumb {
    background-color: #A2A9BC;;
    border-radius: 4px;
}

.compare-item {
    padding: 20px;
    max-width: 360px;
    min-width: 33%;
}

.compare-item .item__top {
    text-align: left;
}

.compare-item_name {
    display: inline-block;
    padding: 10px 0;
}

.compare-item .item__top img {
    width: 165px;
    height: 120px;
    object-fit: contain;
}

.compare-item .stars {
    margin: 15px 0;
}

.compare-item .item_param {
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 22px;
}

.compare-item .item_param:not(.text-bold) {
    font-weight: 400;
}

.compare-item .item__bottom {
    height: 90px;
    margin: 25px 0 10px;
}

.compare-item .item__bottom > * {
    height: 100%;
}

.compare-item .item-buttons {
    height: 100%;
}

.compare-item .bottom_right {
    justify-content: flex-end;
}

.compare-item .item-link {
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    margin: 5px 0;
}

.compare-item .fav:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/img/heart.svg");
    background-size: contain;
    background-position: center center;
}

.compare-item .fav.active:before {
    background-image: url("/assets/img/heart_active.svg");
}

.compare-item .compare:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/img/compare.svg");
    background-size: contain;
    background-position: center center;
}

.compare-item .compare.active:before {
    background-image: url("/assets/img/compare_active.svg");
}

.about_banner {
    margin-top: 23px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.about_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    margin-top: 60px;
}

.about-content .about-text {
    flex: 3;
    padding-right: 40px;
}

.about-content .about_cert {
    flex: 1;
    max-width: 260px;
    object-fit: contain;
}

.about-content .about-links {
    width: 100%;
    margin-top: 60px;
}

.about-content .about-link {
    padding: 40px 30px;
    border-radius: 10px;
    max-width: 32%;
    min-width: 32%;
    height: 190px;
    position: relative;
}

.about-content .about-link .link-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.about-content .about-link .link-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 50%;
}

.about-content .about-link .link-icn {
    position: absolute;
    right: 35px;
    top: 45px;
    width: 30px;
    height: 30px;
}

.useful-wrap {

}

.useful-aside {
    min-width: 280px;
    max-width: 280px;
    margin-right: 80px;
}

.useful-aside .sidemenu {
    padding-top: 20px;
}

.aside-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.useful-aside a {
    display: inline-block;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-bottom: 4px;
}

.useful-content h1 {
    margin: 0 0 25px;
}

.useful__block {
    padding: 20px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    border-radius: 10px;
    
}

.useful__block .block_caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.useful__block .block__text {
    
}

.useful__block .s-content a {
    color: #eb5757;
    text-decoration: none;
}

.useful__block .s-content a:hover {
    opacity: 0.5;
}

.useful__block .block_left {
    max-width: 260px;
    min-width: 260px;
    padding: 10px 0;
    margin-right: 32px;
}

.useful__block .block_right {
    max-width: 330px;
    min-width: 330px;
    padding: 10px 0;
}

.useful__block .block_right img {
    max-width: 100%;
}

.useful-content .text_before {
    margin: 20px 0;
}

.page-form {
    
}

.page-form .form_in {
    margin: 0;
    width: 100%;
    padding: 65px;
    border-radius: 10px;
}

.page-form .form_header {
    font-weight: 500;
    font-size: 30px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 35px;
}

.page-form .btn {
    margin-top: 50px;
    width: 165px;
    transition: all 0.15s ease-in;
    border: 1px solid #000;
}

.page-form .btn:hover {
    background-color: #fff;
    color: #000;
}

.page-form .form_fields {
    margin-bottom: 0;
}

.page-form .form_notice {
    text-align: center;
    padding-top: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.page-form .msg_error {
    padding: 10px 0;
    color: #ea5656;
    font-weight: 500;
}

.news_list {
    flex-wrap: wrap;
    
}

.news_list .news_list__item {
    max-width: 320px;
    min-width: 320px;
    height: 405px;
    margin: 10px 20px;
    position: relative;;
}

.news__item_image {
    width: 100%;
    height: 160px;
}

.news_list .news_list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list__item .fullLink {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.news-full {
    position: relative;
    width: 100%;
}

.news-full .back-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.news-full_top {
    margin-top: 30px;
}

.news-full_img {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.news-full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-full_content_text {
    padding-top: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
}

.news-full_content .dop_imgs {
    max-width: 33%;
    min-width: 33%;
    padding-left: 40px;
}

.news-full_content .dop_imgs img {
    max-width: 100%;
}

.useful-wrap .faq-list {
    width: 680px;
}

.question__block {
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.question__block .block_caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.question__block .reveal {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.question__block .reveal:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-100%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-left: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
}

.question__block .reveal.active:before {
    transform: translateY(-50%) rotate(135deg);
}

.question__block .block__text {
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
}

.faq-form {
    min-width: 100%;
    border-radius: 10px;
}

.faq-form .form_header {
    font-weight: 500;
    font-size: 30px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.faq-form .form_in {
    padding: 60px;
}

.faq-form .form_notice {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.faq-form label div {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.faq-form textarea {
    margin-bottom: 40px;
}

.warranty-docs {
    margin-bottom: 25px;
}

.warranty-docs a {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 35px;
}

.warranty-docs a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    background-image: url("/assets/img/doc.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.review {
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.review-left {
    flex: 1;
    justify-content: flex-end;
}

.review-left a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.review-left a:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-100%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-left: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
}


.review-left a.active:before {
    transform: translateY(-50%) rotate(135deg);
}

.review-text {
    flex: 2;
}

.review-text.cutoff {
    height: 90px;
    overflow: hidden;
}

.review-text.cutoff.open {
    height: initial;
}

.video__list {
    flex-wrap: wrap;
}

.video__list .video__block {
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 20px;
}

.video__list .video__block .video_img {
    padding: 15px;
}

.video__list .video__block img {
    max-width: 100%;
}

.video__list .video__block:hover img {
    opacity: 0.8;
}

.video__list .video__block .video_name {
    padding: 15px;
}

.contacts-wrap {
    width: 100%;
}

.routes-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.routes-heading {
    min-width:100%;
    margin: 25px 0 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.routes-wrap .route-data {
    position: relative;
    padding: 0 20px 0 70px;
    max-width: 30%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.routes-wrap .route-data:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--red);
    left: 0;
    top: 0;
    text-align: center;
}

.routes-wrap .route-data:after {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--red);
    text-align: center;
    position: absolute;
    left: 12px;
    top: 10px;
}

.route-data.nav-by-name:after {
    content: '1';
}

.route-data.nav-by-address:after {
    content: '2';
}

.route-data.nav-links:after {
    content: '3';
}

.contacts-blocks {
    margin-top: 25px;
    padding: 25px 0;
}

.contacts-blocks .contacts-block {
    flex: 1;
    padding: 20px 30px;
    align-items: flex-start;
    margin-right: 30px;
    border-radius: 4px;
}

.contacts-block_caption {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.contacts-block ul {
    margin-top: 20px;
}

.contacts-block .phone-link {
    position: relative;
    padding: 5px 0 5px 35px;
}

.contacts-block .phone-link:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 2px;
    background-image: url("/assets/img/phone.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.contacts-block .email-link {
    position: relative;
    padding: 5px 0 5px 35px;
}

.contacts-block .email-link:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 2px;
    background-image: url("/assets/img/mail.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.contacts-block .btn {
    margin-top: auto;
}

.contact-requisites {
    margin-top: 50px;
}

.s-content table {
    height: initial!important;
    border: 0;
    outline: 0;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.s-content tbody {
    border: 0;
    outline: 0;
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.s-content table tr {
    display: flex;
    min-width: 100%;
    border: 0;
}

.s-content table td {
    display: block;
    border: 0;
    outline: 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: -1px;
    padding: 7px 0;
}

.s-content table td:first-child {
    flex: 4;
    color: #747474;
    padding: 7px;
    overflow-wrap: anywhere;
}

.s-content table td:nth-child(2) {
    flex: 7;
    padding: 7px;
    text-align: right;
}

.s-content table td:nth-child(3) {
    flex: 3;
}

.modal {
    position: relative;
    width: 750px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.arcticmodal-close {
    text-align: right;
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}


.review-form .form_header {
    margin-bottom: 25px;
}

.modal .form_field input[type="text"],
.modal .form_field textarea {
    background-color: var(--grey);
} 

.modal .callback-form .text_after {
    color: #000;
}

.modal .callback-form .text_after a {
    color: var(--red);
}

.modal .msg_error {
    color: var(--red);
}

.modal .faq-form {
    background-color: #fff;
}

.modal--phones {
    width: 360px;
}

.modal.small--red {
    color: #fff;
    background-color: var(--red);
}

.modal.small--red .arcticmodal-close {
    color: #fff;
}

.modal .phones-list {
    padding: 25px 55px;
    align-items: center;
    text-align: center;
}

.modal .phones-list .phone-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    margin-bottom: 10px;
}

.modal .phones-list .phone-link:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    background-image: url("/assets/img/phone_white.svg");
    background-size: contain;
    background-repeat:no-repeat;
}

.modal .phones-list .phone-link:hover {
    color: #fff;
}

.modal--phones .btn {
    width: 165px;
    margin-top: 25px;
}

.modal--local {
    padding: 40px 20px 20px;
}

.modal--local .modal-content {
    min-height: 200px;
}

.modal--local .modal-content img {
    max-width: 150px;
    float: left;
    margin-right: 10px;
}

.rating-radio {
    font-size: 30px;
    color: var(--red);
}

.rating-radio label {
    cursor: pointer;
    transition: opacity 0.15s ease-in;
    user-select: none;
}

.rating-radio label:hover {
    opacity: 0.75;
}

.alert {
    padding: 20px;
    border-radius: 10px;
}

.alert--warning {
    background-color: #fcf8e3;
}

.reviews {
    
}

.reviews .reviews__top {
    padding: 20px 0;
    margin-bottom: 20px;
    
}

.reviews .review {
    border-radius: 4px;
    padding: 20px;
}

.review__top {
    position: relative;
}

.review__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.review__date {
    font-size: 12px;
    line-height: 22px;
}

.review__rating {
    position: absolute;
    top: 0;
    right: 0;
}

.review__text {
    padding: 10px 5px;
}

.description_params_line--last {
    flex-wrap: wrap;
}

.docs_group {
    min-width: 100%;
    margin-bottom: 10px;
}

.item_benefits {
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Paginator */

.pagination {
    display: flex;
    margin-top: 40px;
}

.pagination .pagination__item {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #EB5757;
    width: 50px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.pagination .pagination__item--active {
    color: #000;
    border-color: #A2A9BC;
}

.pagination .pagination__item:hover {
    opacity: 0.7;
}

#filter .boat_weight {
    background-color: #fff;
    width: 100%;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
}

.catalog-txt {
    margin: 15px 0;
    width: 100%;
}







