@font-face {
    font-family: 'Century Gothic';
    font-display: swap;
    src: local('centurygothic'),
        url('../fonts/centurygothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    font-display: swap;
    src: local('centurygothic_bold'),
    url('../fonts/centurygothic_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: local('Poppins-Light'),
    url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: local('Poppins-Regular'),
    url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: local('Poppins-SemiBold'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
* {
    font-family: 'Century Gothic';
}
:root {
    --black-color: #232323;
    --white-color: #fff;
    --grey-color: #3C3C3C;
    --bg-color: #F8F8F8;
    --border-color: #BDBCDB;
    --bg-footer-color: #000;
    --second-grey-color: #9A9A9A;
    --line-color: #E2E2E2;
}
h1,h2,h3,h4,.h3,.h2 {
    color: var(--black-color);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.color_w {
	color: #fff !important;
}
p {
    margin: 0;
}
.breadcrumb {
    padding: 0 !important;
}
a {
    color: var(--grey-color);
    transition: .3s all;
}
a:focus, a:hover {
	text-decoration: none;
}
a:hover {
    color: #000;
}
a.bord-b:hover {
    border-bottom: 1px solid var(--black-color);
    text-decoration: none;
}
a.instr {
	border-bottom: 1px solid #fff;
	margin-top: 30px;
	display: inline-block;
	transition: .5s all
}
a.instr:hover {
	border-color: var(--black-color);
}
.h1-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
h1 {
    font-size: 45px;
}
.h1 {
	font-size: 45px;
	font-weight: 700;
}
h2 {
    font-size: 30px;
}
.h2 {
	font-size: 30px;
}
h3 {
    font-size: 18px;
}
.h3 {
	font-size: 18px;
}
h4 {
    font-size: 17px;
}
.fw700 {
    font-weight: 700;
}
.tdl {
    text-decoration: underline;
}
.fz14 {
    font-size: 14px;
}
.mb104 {
    margin-bottom: 104px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb24 {
    margin-bottom: 24px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb8 {
    margin-bottom: 8px;
}
.tac {
    text-align: center;
}
.br4 {
    border-radius: 4px;
}
.black {
    color: var(--black-color);
}
.fz-menu {
    font-size: 16px;
    color: var(--black-color);
    text-transform: uppercase;
}
a.fz-menu:hover {
    text-decoration: none;
}
a.nav-url {
	border-bottom: 1px solid #fff;
	transition: .3s all;
}
a.nav-url:hover {
    text-decoration: none;
    border-color: #000;
}
.fz-menu:hover {
    color: var(--black-color);
}

body {
    font-weight: 400;
    font-size: 17px;
    color: var(--black-color);
    max-width: 1920px;
    margin: 0 auto;
}
a.button {
    width: 170px;
    height: 46px;
    background: var(--black-color);
    border-radius: 96px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border: 1px solid var(--black-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s all;
    text-transform: uppercase;
    cursor: pointer;
}
a.button:hover {
    color: var(--bg-footer-color);
    background: #fff;
    text-decoration: none;
}
header {
    height: 73px;
    padding: 25px 0 0;
}
header img {
	width: 100%;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-flex .loop {
	margin-right: 32px;
}
.loop,.line,.man,.shop {
    width: 20px;
    height: 20px;
}
.line {
	position: relative;
}
.chisl {
    position: absolute;
    top: -13px;
    right: -12px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 10px;
    background-color: #000;
    color: #fff;
}
.loop {
    background: url('../icons/loop.svg') no-repeat 50%/100%;
}
.line {
    background: url('../icons/lines.svg') no-repeat 50%/100%;
}
.shop {
    background: url('../icons/shop.svg') no-repeat 50%/100%;
}
.man {
    background: url('../icons/man.svg') no-repeat 50%/100%;
}
nav {
    display: flex;
    justify-content: center;
}
nav .drop {
	margin-right: 48px;
}
nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
nav ul li:not(:last-child) {
        margin-right: 48px;
    }
nav ul li {
    list-style-type: none;
}
.drop {
    position: relative;
}
.dropdown-menu{
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 24px;
    border-radius: 0px;
    margin-top: 0px;
}
.dropdown-menu__inner {
    background: var(--bg-color);
    padding: 20px 20px 0 20px;
    color: var(--grey-color);
    border: none;
    box-shadow: none;
    margin: 0;
    width: 230px;
    flex-direction: column;
    text-transform: none;
}
.nav-search-mobile {
    display: none;
}
.drop:hover > ul.dropdown-menu {
    display: flex;
}
.dropdown-menu li {
    border-bottom: 1px solid var(--line-color);
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: 90%;
}
.dropdown-menu__inner a {
    transition: .3s all;
}
.dropdown-menu__inner a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--black-color);
    background-color: unset !important; 
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}
.dropdown-menu li:nth-last-child(1){
    border-bottom: none;
    margin-bottom: 0;
}
.catalog-line {
    position: relative;
    cursor: pointer ;
}
.catalog-line::before {
    content: '';
    background: url('../icons/hor-line.svg') no-repeat 50%/100%;
    width: 17px;
    height: 11px;
    display: inline-block;
    margin-right: 13px;
}
.drop:hover .dropdown-menu{
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 24px;
    border-radius: 0px;
    margin-top: 0px;
}
.drop .dropdown-backdrop{
    height: 0;
}
.nav-mob {
    display: none;
}
.hamburger {
    width: 31px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.hamburger span {
    width: 100%;
    height: 2px;
    background: var(--black-color);
}
.bg-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 240px;
    text-align: center;
}
.bg .h1 {
    color: var(--white-color);
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-main-slide {
	padding: 0 !important;
	position: relative;
}
.slick-main button.slick-arrow {
	background: unset;
	border: unset;
	padding: 0;
	width: unset;
	font-size: 0;
}
.slick-main button.slick-arrow {
    display: inline-block;
    position: absolute;
    font-size: 0;
    top: 50%;
    border: none;
    background-color: #fff;
    width: 30px;
    height: 53px;
}
.slick-main button.slick-prev {
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    transform: translateY(-50%) rotate(180deg);
    left: 20px;
    z-index: 10;
}
.slick-main button.slick-next {
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
}
.popular h2 {
    margin-bottom: 16px;
}
.mb48px {
    margin-bottom: 48px;
}
.popular-flex {
    display: flex;
    justify-content: center;
}
.multiple-items,.watched-slider,.like-slider{
    display: flex;
}
.multiple-items,.watched-slider,.like-slider {
	margin: 0 -15px;
}
.card-slide {
	padding: 0 15px;
}
.card {
    border: 1px solid var(--line-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card a img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.card-wrapper {
    padding: 24px 16px;
}
a:focus {
    outline: none;
}
.card-wrapper a:hover {
	cursor: pointer;
	text-decoration: none;
}
.card-notLink {
	margin-bottom: 25px;    
}
a.card-link {
    display: block;
}
.card-link span {
	font-weight: 700;
}
.card-chek {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.card-chek span img {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.03);
	border: 2px solid #E2E2E2;
	cursor: pointer;
}
.card-price {
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 16px;
}
.card-line {
    background: url('../icons/lines.svg') no-repeat 50%/100%;
    width: 20px;
    height: 22px;
    position: relative;
}
.card-line span {
    width: 16px;
    height: 16px;
    background: #20e323;
    display: flex;
    border-radius: 100px;
    border: 1px solid #fff;
    position: absolute;
    top: -11px;
    right: -11px;
    justify-content: center;
    align-items: center;
}
.card-line span::before {
	content: '';
	background: url('../icons/ok.svg') no-repeat center/contain;
	width: 11px;
    height: 8px;
	display: block;
}
.card-block {
    display: flex;
    align-items: center;
}
.card-block a:nth-child(1) {
	margin-right: 24px;
}
a.width260 {
    width: 260px;
}
.h56 {
	height: 56px;
}
.info {
    background: var(--bg-color);
    padding: 104px 0 80px 0;
}
.info img {
    width: 100%;
}
.info-flex-column {
    margin-bottom: 24px;
}
.mt104 {
    margin-top: 104px;
}

.info-flex {
    min-height: 388px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.info-flex h2 {
	margin-bottom: 16px;
}
.info-text {
    color: var(--grey-color);
}
.mb30 {
    margin-bottom: 30px;
}
.info-flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reddot,.design,.good {
    width: 220px;
    height: 100px;
    margin-bottom: 24px;
}
.reddot {
    background: url('../icons/reddot.svg');
}
.design {
    background: url('../icons/design.svg');
}
.good {
    background: url('../icons/good.svg');
}
.flex-center {
    display: flex;
    justify-content: center;
}
.blog-home {
    padding: 104px 0;
}
.blog-home-link {
    display: flex;
    align-items: center;
    height: 49px;
}
.blog-home-link:hover {
    text-decoration: none;
}
.blog-slider {
    display: flex;
    gap: 30px;
}
.blog-slide {
	flex: 0 0 calc(33% - 30px);
}
.blog-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-wrapper__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-wrapper__view, .blog-wrapper__date {
	display: flex;
	align-items: center;
}
.blog-wrapper__view:before, .blog-wrapper__date:before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
}
.blog-wrapper__view:before {
	background: url('../icons/view.svg')no-repeat 50%/contain;
}
.blog-wrapper__date:before {
	background: url('../icons/calendar.svg')no-repeat 50%/contain;
}
.blog-wrapper a.black {
    transition: .3s all;
}
.blog-wrapper a.black:hover {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}
.blog-wrapper p.fz14 {
    color: var(--second-grey-color);
}
footer {
    padding: 64px 0 40px 0;
    background: var(--bg-footer-color);
}
.footer-flex__center {
	display: flex;
	justify-content: center;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style-type: none;
    margin-bottom: 16px;
}
.footer-text {
    color: var(--second-grey-color);
}
.footer-title {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 24px;
}
.footer-list {
    color: var(--line-color);
    font-weight: 400;
    font-size: 17px;
}
.footer-flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
}
.mb10 {
    margin-bottom: 10px;
}
a.footer-list {
    display: inline;
    border-bottom: 1px solid #000;
    transition: .3s all;
}
a.footer-list:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
.flex-row {
    flex-flow: row wrap;
    display: flex;
}
/* slick-card */
.multiple-items {
    margin-bottom: 48px;
}
.slick-slide {
    padding: 15px;
}
ul.slick-dots {
    display: flex;
    justify-content: space-between;
    width: 100px;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
ul.slick-dots li button{
    display: none;
}
ul.slick-dots li{
    color: var(--line-color);
    font-size: 30px;
}
li.slick-active::marker {
    color: #000;
}
/* slick-card */
.panel {
	border: none;
	box-shadow: none;
	margin-top: 67px;
}
.btn-danger {
	background-color: #232323;
	border: none;
}
.option-values label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.option-values label:before {
  content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--line-color);
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-right: 15px;
    transform: translateY(4px);
}
.ocfilter-option .option-values label{
  color: #3C3C3C;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
label.ocf-selected:before {
    border: none;
    background-color: var(--black-color);
    background-image: url("../icons/ok.svg");
}
.option-values label>input:not(:disabled):not(:checked)+label a:hover::before {
  border-color: #c6c7c7;
}
.list-group-item {
	border: none;
	padding: 0;
	margin-bottom: 32px;
}
.breadcrumb {
    margin: 56px 0 64px 0;
    background-color: unset;
}
.breadcrumb>.active {
    color: var(--grey-color);
}
.breadcrumb li a {
    border-bottom: 1px solid var(--grey-color);
    transition: text-shadow .3s;
}
.breadcrumb li a:hover {
    text-decoration: none;
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    border-bottom: 1px solid var(--black-color);
}
.catalog-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.catalog-info {
	color: var(--grey-color);
}
.catalog-info p {
	font-size: 17px;
    line-height: 25px;
}
.catalog-info ol {
	font-size: 17px;
    line-height: 25px;
    margin: 25px 0;
}
.catalog-info h3 {
	font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
}

.catalog-wrapper {
    display: flex;
    margin-bottom: 32px;
}
.catalog-wrapper .catalog-category {
	margin-right: 16px;
}
.catalog-wrapper .catalog-category:nth-last-child(1) {
  margin-right: 0;
}
.catalog-category {
    border: 1px solid var(--line-color);
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: .7s all
}
.catalog-category:hover {
    background: var(--black-color);
    color: #fff;
    border-color: var(--black-color);
    text-decoration: none;
}
.catalog-category-active {
    background: var(--black-color);
    color: #fff;
    border-color: var(--black-color);
    text-decoration: none;
}
.filter-text:hover {
    text-decoration: none;
}
.price-text:hover {
    text-decoration: none;
}
.filter-block {
    align-items: center;
    display: none;
}
a.filter-text {
    font-size: 17px;
    color: var(--black-color);
}
.filter-wrapper {
    margin-bottom: 27px;
    position: relative;
    height: 23px;
}
.filter-svg {
    width: 16px;
    height: 12px;
    margin-right: 16px;
    background: url('../icons/filter.svg') no-repeat 50%/100%;
}
.price-block {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}
.price-text {
    cursor: pointer;
    column-rule: var(--black-color);
}
.price-svg {
    width: 6px;
    height: 4px;
    display: block;
    background: url('../icons/priceDown.svg') no-repeat 50%/100%;
}
.catalog-main .flex-mob{
    margin-bottom: 30px;
}
.section-navbar {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0;
}
.section-navbar-list {
    list-style-type: none;
    padding: 15px 20px;
    border: 1px solid var(--line-color);
    border-radius: 4px;
}
.section-navbar-list a:hover {
    text-decoration: none;
}
.section-navbar-list-next a:hover {
    text-decoration: none;
}
.section-navbar-list-active {
    background: var(--black-color);
}
.section-navbar-list-active a {
    color: #fff;
}
.section-navbar-list-next {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-navbar-list-next::after {
    content: '';
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    width: 7px;
    height: 21px;
    display: block;
}
.section-navbar-list-prev {
    content: '';
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    width: 7px;
    height: 21px;
    display: block;
    transform: rotate(180deg);
}
/* item */
.item {
    color: var(--grey-color);
}
.watched,.like {
    margin-bottom: 104px;
}
.item-align-center  {
    display: flex;

}
.item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
}
.item-ul {
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 32px;
}
.item-list {
    margin-bottom: 10px;
}
.item-color {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--black-color);
}
/* item-tabs */
.item-tabs {
    margin: 0;
    padding: 0;
    justify-content: space-around;
    display: flex;
    margin-bottom: 48px;
}
a:focus {
    text-decoration: none;
    border: none;
}
.item-tabs li {
    list-style-type: none;
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
    transition: .3s all;
    border-bottom: 2px solid var(--line-color);
}
.item-tabs li.active {
    border-bottom: 2px solid var(--black-color);
}
/* item-tabs */
/* item-table */

.item-tab-block {
    width: 100%;
    display: flex;
    border-top: 1px solid var(--line-color);
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}
.item-tab-block .h3 {
    padding: 16px 0 16px 40px;
}
.item-tab-block p {
    padding: 16px 0 16px 40px;
}
.item-tab-block:nth-last-child(1) {
    border-bottom: 1px solid var(--line-color);
}
.item-tab-block .h3 {
    background: var(--bg-color);
    text-transform: unset;
    border-right: 1px solid var(--line-color);
    width: 40%;
    text-decoration: none;
}
.item-tab-block p {
    width: 60%;
}
/* item-table */
/* item-descr */
.item-tab-description ul{
    padding: 0;
    padding-left: 25px;
}
.item-tab-description p {
    padding: 0;
    margin-bottom: 24px;
}
.item-tab-description p span{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--black-color);
}
/* item-descr */
/* item-otz */
.otz-main {
    margin-bottom: 30px;
}
.otz-content p {
    margin-bottom: 16px;
}
.otz-content img {
    margin-bottom: 16px;
}
.otz-title {
    margin-bottom: 24px;
}
.otz-title span {
    font-weight: 700;
    color: var(--black-color);
}
.otz-card {
    border: 1px solid var(--line-color);
    border-radius: 4px;
    padding: 32px;
}
.otz-header {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.o-date {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
}
.otz-rating {
    display: flex;
    align-items: center;
}
.otz-rating span {
    background: url('../icons/noStar.svg') no-repeat 50%/100%;
    width: 20px;
    height: 20px;
}
.otz-rating span.star {
    background: url('../icons/star.svg') no-repeat 50%/100%;
    width: 20px;
    height: 20px;
}
.otz-content {
    margin-bottom: 32px;
}
.otz-grade {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: var(--second-grey-color);
    display: flex;
    justify-content: flex-end;
}
.otz-grade-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}
.o-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.o-like,.o-dislike {
    width: 20px;
    height: 20px;
}
.o-like {
    background: url('../icons/like.svg') no-repeat 50%/100%;
}
.o-dislike {
    background: url('../icons/dislike.svg') no-repeat 50%/100%;
}
/* otz-sidebar */
.otz-rait {
    padding: 32px;
    border: 1px solid var(--line-color);
    margin-bottom: 30px;
}
.rait-header {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.rait-header h3 {
	margin-right: 14px;
}
a.button-rating {
    width: 260px;
}
/* otz-write */
.otz-write .form-input textarea {
    min-height: 113px;
}
.otz-write {
    padding: 32px;
    display: none;
    border: 1px solid var(--line-color);
}
.otz-write__visible {
  display: block;
}
.write-panel {
    font-size: 14px;
}
.write-header {
    margin-bottom: 32px;
}
.write-form {
    margin-bottom: 20px;
}
.write-photo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
a.write-photo:hover {
    text-decoration: none;
}
.write-icons {
    background: url('../icons/file.svg') no-repeat 50%/100%;
    width: 17px;
    height: 17px;
}
.write-grade {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.write-grade p {
	margin-right: 12px;
}
.just_center {
	justify-content: center;
}
.form-horizontal .control-label {
	padding-top: 0;
	top: 10px;
}
.rating-area {
	padding-bottom: 4px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 22px;
	padding: 0;
	cursor: pointer;
	font-size: 20px;
	color: #E2E2E2;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: #FFD84D;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #FFD84D;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #FFD84D;
}
.rate-area > label:active {
	position: relative;
}
/* item-otz */
.card-check-item {
    margin-bottom: 32px;
}
.card-price-item {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--black-color);
}
.card-line-grey {
    background: url('../icons/lines-grey.svg') no-repeat 50%/100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.grey-block {
    background: var(--bg-color);
    border-radius: 4px;
    padding: 32px 48px;
    display: flex;
    justify-content: center;
    color: var(--grey-color);
    gap: 40px;
    margin-top: 69px;
}
.grey-block-home {
    margin: 0 0 104px 0;
    color: var(--black-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    min-height: 168px;
    gap: 107px;
    flex-flow: row wrap;
}
.grey-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.grey-block-wrapper-home {
    gap: 37px;
}
.grey-block-svg {
    width: 30px;
    height: 30px;
}
.grey-block-svg-1 {
    background: url('../icons/car.svg') no-repeat 50%/100%;
}
.grey-block-svg-2 {
    background: url('../icons/koshel.svg') no-repeat 50%/100%;
}
.grey-block-svg-3 {
    background: url('../icons/repair.svg') no-repeat 50%/100%;
}
/* item */
.slider-nav {
    position: relative;
    z-index: 2;
}
.slider-nav .slick-slide {
    padding: 0 8px;
}
.slider-nav {
    padding: 0 50px;
}
.slider-img img {
    width: 100%;
}
.slider-nav button.slick-arrow {
    display: inline-block;
    position: absolute;
    font-size: 0;
    top: 50%;
    border: none;
    background-color: #fff;
    width: 11px;
    height: 18px;
}
.slider-nav button.slick-prev {
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    transform: translateY(-50%) rotate(180deg);
    left: 20px;
}
.slider-nav button.slick-next {
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    right: 20px;
    transform: translateY(-50%);
}
.blog-navbar {
    color: var(--grey-color);
}
.blog-navbar-date {
    color: var(--second-grey-color);
}
.blog-navbar h3 {
    margin-bottom: 24px;
}
.blog-title {
    margin-bottom: 48px;
}
.blog-navbar-headings,.blog-navbar-last-article {
    margin-bottom: 56px;
    font-size: 14px;
}
.blog-navbar-slider {
    margin-top: 24px;
}
.blog-navbar-categories {
    padding: 0;
}
.blog-navbar-category {
    list-style-type: none;
    padding: 16px 0 ;
    border-top: 1px solid var(--line-color);
}
.blog-navbar-category a {
    transition: .3s all;
}
.blog-navbar-category a:hover {
    text-decoration: none;
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    border-bottom: 1px solid var(--black-color);
}
.blog-navbar-category:last-child {
    border-bottom: 1px solid var(--line-color);
}
.blog-navbar-category::before {
    content: '';
    width: 5px;
    height: 9px;
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    display: inline-block;
    margin-right: 12px;
}
a.blog-navbar-article:hover {
    text-decoration: none;
    cursor: pointer;
}
.blog-navbar-article {
    display: block;
    padding: 16px 0 20px 0;
    border-top: 1px solid var(--line-color);
}
.blog-navbar-article:last-child {
    border-bottom: 1px solid var(--line-color);
}
.blog-navbar-title {
    margin-bottom: 12px;
}

.blog-navbar-slider .slick-slide {
    padding: 0;
    margin-right: 1px;
}
.blog-navbar-slider-dots ul.slick-dots {
    bottom: -50px;
}
.blog-main-content h3 {
    margin-bottom: 8px;
    line-height: 26px;
}
.blog-main-date {
    margin-bottom: 16px;
}
.blog-main-text {
    margin-bottom: 24px;
    color: var(--grey-color);
}
.blog-main-img {
    width: 100%;
}
.blog-main-row-mb {
    margin-bottom: 56px;
}
.blog-main-row-mb:nth-last-child(1) {
	margin-bottom: 0;
}
.blog-main-article {
    display: flex;
    align-items: center;
}
.blog-main-row-mb:nth-child(2n) .blog-main-article {
    flex-direction: row-reverse;
}
.blog-main-title {
    text-transform: uppercase;
}
.blog-main-date {
    color: var(--second-grey-color);
}
.blog-main-article img {
    width: 100%;
}
.navbar-toggle {
    float: unset;
}
.canvas-navbar-sort {
    margin-bottom: 40px;
    display: none;
    align-items: center;
}
/* blog-article */
section.blog-article ul li, section.blog-article ol li {
	margin-bottom: 5px;
}
section.blog-article img {
	width: 100%;
}
section.blog-article {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: var(--grey-color);
}
section.blog-article h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: var(--black-color);
}
section.blog-article h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--black-color);
}
section.blog-article h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--black-color);
}
section.blog-article h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: var(--black-color);
}
section.blog-article a {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: var(--grey-color);
    border-bottom: 1px solid var(--black-color);
    transition: text-shadow .3s;
}
section.blog-article a:hover {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    text-decoration: none;
}
/* blog-article */
.catalog-maybe-title {
    text-align: center;
}
.catalog-maybe-title-mob {
    display: none;
    text-align: center;
}
.catalog-maybe-title,.catalog-maybe-title-mob {
    margin-bottom: 48px;
}
.about-title {
    text-align: center;
    margin-bottom: 16px;
}
.about-subtitle {
    text-align: center;
    margin-bottom: 56px;
}
.about-text {
    text-align: center;
    margin-bottom: 24px;
}
.about-dots {
    display: flex;
    width: 70px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.about-dots span {
    background: var(--line-color);
    width: 10px;
    height: 10px;
    border-radius: 100px;
}
.about-dots span:nth-child(1) {
    background: var(--black-color);
}
.about-block-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-card-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.about-flex-reverse {
    flex-direction: row-reverse;
}
.about-main,.about-us-info {
    color: var(--grey-color);
    line-height: 25px;
}
.about-img {
    width: 100%;
}
.about-us-info {
    background: var(--bg-color);
}
.shops {
    color: var(--grey-color);
}
.shops-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shops-main .col-xs-6 {
	margin-bottom: 40px;
}
section.shops .shops-main{
	margin-bottom: 64px;
}
.shops-svg {
    width: 220px;
    height: 50px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.shops-svg-modal {
    display: block;
}
.shops-svg-block {
	flex: 0 0 calc( 25% - 20px );
    display: flex;
    align-items: center;
}
.shops-svg-block .shops-svg-modal {
	margin: 0 auto;
}
.shops-svg-modal > img{
  width: 100%;
}

.modal-content__shops {
	padding: 20px;
	border-radius: 0;
}
.modal-shops {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.modal-shops a {
	padding: 10px;
}
.modal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sup-main {
    color: var(--black-color);
    font-weight: 700;
}
.panel-body p {
    color: var(--grey-color);
    font-weight: 400;
    margin-bottom: 16px;
}
.panel-body {
    padding: 15px 15px 15px 24px;
}
button.acordion-button {
    background: var(--bg-color);
    border: 1px solid var(--line-color);
    border-radius: 4px;
    padding: 24px 24px 24px 32px;
    width: 100%;
    text-align: left;
}
.faq-acordion {
    background: var(--bg-color);
    border: 1px solid var(--line-color);
    border-radius: 4px;
    width: 100%;
    text-align: left;
    position: relative;
}
.accordion-toggle::after {
    content: '';
    background: url(../icons/down-arrow.svg) no-repeat 50%/100%;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 32px;
    top: 32px;
    transition: .3s all;
}
.panel {
	margin-top: 0;
}
.information-faq h3 {
	margin-bottom: 48px;
}
.panel-group .panel+.panel {
	margin-top: 16px;
}
.panel-faq .accordion-toggle {
	padding: 24px 24px 24px 32px;
}
.accordion-toggle[aria-expanded="true"]::after {
    content: '';
    transform: rotate(180deg);
    transition: .3s all;
}
.panel-title {
	font-size: 17px;
	text-transform: unset;
}
/* .acordion-info {
    padding: 0 24px 24px 24px;
} */
.acordion-img {
    margin: 24px;
}
#product,#purch,#repair {
    margin-bottom: 16px;
}
.sup-button {
    font-weight: 400;
}
.sup-button .button {
    margin: 0 auto;
}
.acordion-button {
    position: relative;
}
.acordion-button::after {
    content: '';
    background: url('../icons/down-arrow.svg') no-repeat 50%/100%;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 32px;
    top: 32px;
    transition: .3s all;
}
.acordion-button[aria-expanded="true"]::after {
    content: '';
    transform: rotate(180deg);
    transition: .3s all;
}
.blog-search {
    padding: 0 !important;
}
.search__request {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.contacts-mob {
    display: flex;
    gap: 32px;
}
.contacts-mob p {
    font-family: 'Poppins';
    font-weight: 300;
}
.contacts-rekv {
    display: flex;
    gap: 32px;
}
.catalog-search {
	display: flex;
	flex-wrap: wrap;
}
.catalog-search .col-xs-12 {
	margin-bottom: 30px;
}
/* modal-loop */
.modal {

}
.modal-content {
    margin: 0;
    width: 100%;
}
.modal-loop {
    width: 100%;
    background: #fff;
    height: 72px;
}
.modal-search {
    display: flex;
    padding: 10px 0;
    width: 100%;
    align-items: center;
}
.search-button {
	margin: 0 20px;
	width: 170px;
    height: 46px;
    background: var(--black-color);
    border-radius: 96px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border: 1px solid var(--black-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s all;
    text-transform: uppercase;
    cursor: pointer;
}
.search-button:hover {
    color: var(--bg-footer-color);
    background: #fff;
    text-decoration: none;
}
.form-select {
	background: #fff;
	border: none;
	cursor: pointer;
}
select.form-select {
	appearance: none;
}
select.form-select:not([multiple]) {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.25em) 0.6em;
    background-size: 8px auto;
    background-image: url('../icons/priceDown.svg');
}
.form-select:focus {
	outline: none;
}
.form-select:active {
	outline: none;
}
input.modal-input {
    width: 80%;
    padding: 10px;
    background: none;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid var(--black-color);
    border-radius: 0;

}
.modal-input:focus {
    outline: none;
}
.modal-close {
    width: 20%;
    background: url('../icons/close.svg') no-repeat 50%/100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* modal-loop */
/* form */
.form-input {
    position: relative;
    margin-bottom: 15px;
}
.form-input-textarea {
    margin-bottom: 24px;
}
.form-input label {
    color: var(--second-grey-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 32px;
    transition: .3s all;
}
.focusinput label {
    font-size: 11px;
    top: 7px;
}
.form-input input {
    background: var(--bg-color);
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    padding: 23px 0 7px 32px;
    height: 53px;
    width: 100%;
    margin: 0 !important;
}
.form-input__search {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.form-input__search input {
	padding: 17px 17px 17px 40px;
	font-size: 17px;
	color: #9A9A9A;
	position: relative;
}
.search-icon {
	background: url('../icons/loop.svg') no-repeat center/contain;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	cursor: pointer;
}
.form-input textarea {
    background: var(--bg-color);
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    color: var(--grey-color);
    font-size: 14px;
    resize: none;
    font-weight: 400;
    padding: 23px 0 7px 32px;
    height: 53px;
    width: 100%;
    margin: 0 !important;
}
.form-input input:focus {
    border: 1px solid var(--black-color);
    outline: none;
    box-shadow: none;
    color: var(--grey-color);
}
.form-input textarea:focus {
    border: 1px solid var(--black-color);
    outline: none;
    box-shadow: none;
    color: var(--grey-color)
}
.form-input-search label {
    text-transform: none;
    left: 16px;
}
.form-input-search input {
    padding: 11px 16px;
    position: relative;
}
.loop-mob {
    content: '';
    background: url('../icons/loop.svg') no-repeat 50%/100%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
}
.has-error {
    color: #C00000;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    margin-top: 8px;
}
button.btn {
	width: 100%;
	height: 46px;
    background: var(--black-color);
    border-radius: 96px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid var(--black-color);
    transition: .7s all;
}
button.btn:hover {
	color: #000;
	background: #fff;
}
a.btn {
    height: 46px;
    background: var(--black-color);
    border-radius: 96px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: .7s all;
}
.btn:focus {
	color: #fff !important;
}
a.btn__bg:focus {
	outline: 1px solid #fff !important;
	color: #000 !important;
}
a.btn__bg {
	height: 46px;
	width: 300px;
	margin: 0 auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 96px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: .7s all;
    cursor: pointer;

}
a.btn__bg:hover {
	transition: 0.7s all;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
}
.btn.active:focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 1px solid #fff;
}
a.btn:hover {
    transition: 0.7s all;
    color: var(--bg-footer-color);
    background: #fff;
    border: 1px solid #000;
    text-decoration: none;
}
.button-form {
    margin-bottom: 24px;
}
.contacts-form form textarea {
    min-height: 113px;
}
.form-pers {
    color: var(--grey-color);
    font-size: 14px;
    display: flex;
    align-items: center;
}
.form-pers input {
    width: 10%;
    margin: 0 !important;
    width: 20px;
    height: 20px;
}
.form-pers p {
	margin-left: 12px;
}
a.polity {
    border-bottom: 1px solid var(--black-color);
}
a.polity:hover {
    text-decoration: none;
}
/* form */
/* contacts-header */
.contacts-header {
    text-align: center;
}
.contacts-header h2 {
    margin-bottom: 24px;
}
.contacts-header p {
    color: var(--grey-color);
}
.contacts-number {
    text-align: center;
    color: var(--grey-color);
}
.contacts-number h2 {
    margin-bottom: 24px;
}
.contacts-number p {
    margin-bottom: 16px;
}
.contacts-number p a{
    color: var(--black-color);
    font-weight: 700;
}
.contacts-number p a:hover{
    text-decoration: none;
}
.contacts-number p:nth-last-child(1) {
    padding: 0 34px;
}
/* contacts-header */
/* basket */
.basket-card {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 24px 34px 24px 18px;
    margin-bottom: 30px;
}
.basket-img {
    width: 100%;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.basket-title {
    color: var(--grey-color);
    display: flex;
    align-items: flex-end;
}
.basket-title p span {
    color: var(--black-color);
    font-weight: 700;
}
.basket-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.basket-flex {
    display: flex;
    align-items: flex-start;
}
.basket-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
}
.basket-simbol {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line-color);
    border-radius: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-amount-number {
    font-weight: 700;
    color: var(--black-color);
}
.basket-price {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
}
.basket-price span {
    font-family: 'Century Gothic';
    font-weight: 700;
    text-transform: uppercase;
}
.basket-close {
    background: url('../icons/close.svg');
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.basket-card {
    display: grid;
    grid-template-columns: 165px 1fr;
    grid-template-rows: 50px 80px;
    column-gap: 26px;
    row-gap: 32px;
}
.basket-sidebar {
    padding: 41px 20px;
    border: 1px solid var(--line-color);
    border-radius: 4px;
    color: var(--grey-color);
}
.basket-sidebar h3 {
    text-align: center;
}
.basket-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.basket-sidebar form {
    margin-bottom: 34px;
}
.sum {
    margin-bottom: 24px;
    color: var(--black-color);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.basket-sum {
    font-family: 'Poppins';
    font-family: 'Century Gothic';
}
.basket-sum span {

}
.form-input-basket input:focus {
    padding: 15px 32px;
}
.form-input-basket {
    position: relative;
}
.promo-icon {
    border-radius: 4px;
    width: 35px;
    height: 35px;
    background: var(--black-color);
    position: absolute;
    top: 9px;
    right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.promo-icon-svg {
    background: url('../icons/white-arrow.svg') no-repeat 50%/100%;
    width: 8px;
    height: 10px;
}
/* basket */
/* order */
.order-contacts,.order-menu {
    margin-bottom: 80px;
}
.order-menu form textarea {
    min-height: 113px;
}
.payment-checkbox {
    color: var(--grey-color);
}
.payment-check {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 14px;
}
.point {
    display: flex;
    align-items: center;
    gap: 32px;
}
.point-img {
    width: 98px;
    height: 51px;
}
.point-dpd {
    background: url('../image/point/dpd.svg') no-repeat 50%/100%;
}
.pickup-info {
    color: var(--grey-color);
    font-size: 14px;
}
.pickup-info h4 {
    padding-bottom: 8px;
    text-transform: unset;
    border-bottom: 1px solid var(--line-color);
}
.pickup-info p span {
    line-height: 23px;
    font-weight: 700;
    color: var(--black-color);
}
/* order */
/* lk - dataPersonal */
.lk-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}
.lk-block-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--grey-color);
}
.lk-out {
    background: url('../icons/out.svg') no-repeat 50%/100%;
    width: 20px;
    height: 20px;
}
.lk-checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--grey-color);
}
.lk-flex {
    margin-bottom: 48px;
}
/* lk */

/* lk-orders */
.ord-titles {
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--line-color);
    background: var(--bg-color);
    font-weight: 700;
    color: var(--black-color);
    display: none;
}
.lk-wrapperButton:nth-child(1) .lk-block .ord-titles {
    display: flex;
}
.ord-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    width: 19%;
    border-right: 1px solid var(--line-color);
    text-align: center;
}
.ord-title:nth-last-child(1){
    border-right: none;
}
.ord-title-null {
    width: 7%;
}
.ord-info {
    display: flex;
    border-top: none;
    background: #fff;
    font-weight: 400;
    color: var(--grey-color);
}
.ord-icons {
    background: url('../icons/right-arrow.svg') no-repeat 50%/100%;
    width: 10px;
    height: 18px;
}
.lk-button-mob {
    display: none;
    padding: 13px 25px;
    border: 1px solid var(--line-color);
    border-top: none;
}
/* lk-orders */
/* detali */
.detali h3 {
    margin-bottom: 38px;
}
.det-str {
    display: flex;
    align-items: center;
    border: 1px solid var(--line-color);
    border-bottom: none;
}
.det-str:nth-last-child(1) {
    border-bottom: 1px solid var(--line-color);
}
.det-style-text {
    padding: 16px 40px;
}
.det-title,.det-info {
    width: 50%;
}
.det-title {
    font-weight: 700;
    background: var(--bg-color);
    border-right: 1px solid var(--line-color);
    align-self: stretch;
}
.det-info {
    color: var(--grey-color);
}
.det-flex {
    display: flex;
    align-items: center;
}
.det-one {
    width: 30%;
    text-align: center;
    border-right: 1px solid var(--line-color);
    padding: 16px 40px;
}
.det-two {
    width: 70%;
    padding: 16px 40px;
}
.det-w-15 {
    width: 15%;
    border-right: 1px solid var(--line-color);
    align-self: stretch;
}
.det-w-30 {
    width: 30%;
    align-self: baseline;
}
.detali-block {
    margin-bottom: 48px;
}
.det-fl {
    display: flex;
    align-items: center;
}
/* detali */
/* *** */
.tab-btn {
    display: none;
}
button.acordion-button-tab {
    background: none;
    border: none;
    color: var(--black-color);
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 24px;
    text-transform: uppercase;
}

.tab-pane .collapse {
    display: block !important;
}
/* *** */
/* checkbox */
label {
    margin: 0;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: .4s all;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--line-color);
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
/* .custom-checkbox:checked+label::before {
    border: none;
    background-color: var(--black-color);
    background-image: url("../icons/ok.svg");
} */
.custom-checkbox-active +label::before {
    border: none;
    background-color: var(--black-color);
    background-image: url("../icons/ok.svg");
}
.custom-checkbox:not(:disabled):not(.custom-checkbox-active)+label:hover::before {
    border-color: #c6c7c7;
}
/* checkbox */
/* radio */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid var(--line-color);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
/* .custom-radio:checked+label::before {
    border: 7.5px solid var(--black-color);
} */
.custom-radio-active+label::before {
    border: 7.5px solid var(--black-color);
}
.custom-radio:not(:disabled):not(.custom-radio-active)+label:hover::before {
    border-color: #c6c7c7;
  }
/* radio */


.fz14 {
    font-size: 14px;
    color: var(--grey-color);
    line-height: 23px;
}
.compar__flex-row {
    display: flex;
    align-items: center;
}
.compar__flex-row .compar__close {
	margin-right: 12px;
}
.compar__header {
    display: flex;
    align-items: center;
}
.ord-1 {
    display: flex;
    justify-content: flex-start;
    height: 100%;
}
.ord-2 {
    display: flex;
    justify-content: center;
}
.ord-3 {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.compar__close {
    background: url('../icons/close.svg')no-repeat center/contain;
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
}

.compar_btn {
    display: inline-block;
    width: 38px; /* ширина */
    height: 19px; /* высота */
    border-radius: 70px;
    background: var(--line-color); /* цвет фона */
    z-index: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition: .4s all;
  }
  .compar_btn::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 17px;
    background: #fff;
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: 1;
    transition: .2s all;
  }
  .compar_btn-on {
    background: var(--black-color);
  }
  .compar_btn-on::after {
    left: 22px;
  }
  .card__close {
    background: url('../icons/close.svg')no-repeat center/contain;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
    transition: .3s all;
  }
  .card__close:hover {
    transform: scale(1.2);
  }
.compare__list.one-item{
			display: inline-flex;
			flex-flow: column;
		}
		.compare-row{
			display: inline-block;
			clear: both;
			border: 1px solid #E2E2E2;
			border-bottom: none;
		}
		.compare-row.difference{
			display: none;
		}
		.compare-row:nth-last-child(1) {
			border-bottom: 1px solid #E2E2E2;
		}
		.compare-row:nth-child(1) {
			margin-bottom: -6px;
		}
		.item-name{
			background-color: #F8F8F8;
			padding: 16px;
			text-align: center;
			border-bottom: 1px solid #E2E2E2;
		}
		.compare-item{
			width: 24%;
			display: inline-flex;
			align-items: center;
			min-width: 283px;
			max-width: 283px;
			border-right: 1px solid #E2E2E2;
			min-height: 80px;
			float: left;
		}
		.compare-item:nth-last-child(1) {
			border-right: none;
		}
		.item-log {
			position: relative;
			width: 100%;
			padding: 16px;
			text-align: center;
			color: #3C3C3C;
		}
		.compare-card__btn {
			margin: 0 auto;
		}
		.noUi-pips {
			display: none !important;
		}
		.noUi-background, .noUi-base {
			background: #E2E2E2 !important;
		}
		.noUi-target {
			border-radius: 0 !important;
			box-shadow: none !important;
			border: none !important;
		}
		.noUi-horizontal {
			height: 1px !important;
		}
		.noUi-connect {
			background: #232323 !important;
			box-shadow: none !important;
		}
		.noUi-handle:after, .noUi-handle:before {
			content: none !important;
		}
		.noUi-horizontal .noUi-handle {
			width: 10px !important;
			height: 10px !important;
			left: 0 !important;
			top: -4px !important;
			border-radius: 100px !important;
			background: #232323 !important;
			border: none !important;
			box-shadow: none !important;
			cursor: pointer;
		}
		#scale-price {
			margin-left: 0;
		}
		.price__block {
			display: flex;
			align-items: center;
			margin-bottom: 20px;
		}
		.price__block .form-group:nth-child(2) {
			margin: 0 16px;
		}
		#price-from, #price-to {
			padding: 4px 17px;
			border: 1px solid var(--line-color);
			border-radius: 4px;
		}
		.btn-primary {
			border: none !important;
			outline: none !important;
			box-shadow: none !important;
			background: #232323;
			border-radius: 4px !important;
		}
		.popover {
			border: none !important;
			background: #232323 !important;
			outline: none !important;
			border-radius: 4px !important;
		}
		.popover-content {
			background: #232323;
			border: none !important;
			outline: none !important;
			padding: 0;
		}
		.popover.right>.arrow::after {
			border-right-color: #232323;
		}
		.btn-primary:hover .popover.right>.arrow::after {
			border-right-color: #fff !important;
		}
		.form-control {
			font-weight: 400 !important;
			font-size: 14px !important;
			line-height: 23px !important;
			color: #3C3C3C !important;
			border: 1px solid #E2E2E2 !important;
			border-radius: 4px !important;
		}
		.form-control:focus {
			border-color: var(--line-color) !important;
			box-shadow: none !important;	
		}
		.form-inline .form-control {
			width: 100%;
		}
.about-main__fl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-main__fl li {
  margin-bottom: 12px;
}
.slick-main-slide:hover{
  cursor: pointer;
}
.slide__inner{
  
}
.slide__head .h1{
  font-size: 45px;
  line-height: 55px;
  color: var(--bg-footer-color);
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.slide__head .small-name{
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.slick-main ul.slick-dots{
  list-style: none;
  bottom: -50px;
  padding: 0px;
  margin: 0px;
  justify-content: center;
}
.slick-main ul.slick-dots li{
  width: 14px;
  height: 14px;
  margin: 0px 8px;
  border:2px solid #E2E2E2;
  border-radius: 100px;
}
.slick-main ul.slick-dots li.slick-active{
  border-color:#000;
  background: #000;
}

.slide-image img{
  width: 100%;
}
.slide-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.slide__head{
  margin-bottom: 40px;
}
.slide-wrapper .slide__caption .slide__list{
  display: flex;
  flex-flow: column-reverse;
}
.slide-wrapper .slide__caption .button{
  margin-bottom: 40px;
}
.slide-wrapper .slide__caption ul{
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.slide-wrapper .slide__caption ul > li{
  flex:1 0 33%;
}
.list-prem__inner{
  margin-bottom: 40px;
  counter-increment: numbers;
}
.list-prem__inner .thumb{
  position: relative;
  margin-bottom: 14px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #000;
  border-radius: 100px;
}
.list-prem__inner .thumb img{
  width: 40px;
  height: 40px;
}
.list-prem__inner span{
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.list-prem__inner span b{
  font-weight: 700;
}

.description-article img{
  width: 100% !important;
  margin-bottom: 45px;
}

