:root {
	--zalivka: #1c1c1c;
	--kontur: #4a4a4a;
	--linii: #85837d70;
	--tekst-seryy: #a4a4a4;
	--tekst-belyy: #eaeaea;
	--tekst-chernyy-obychnyy: #363636;
	--tekst-chernyy-zagolovok: #4f4f4f;
	--fon-temnyy: #d4cfc3;
	--fon-svetlyy: #e4e0d5;
    --font-family: "Inter", sans-serif;
    --second-family: "Roboto", sans-serif;
}
html {
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.no-scroll {
    overflow: hidden;
}
.mob_scr {
    display: none !important;
}
.full_scr {
    display: block;
}
.noaction {
    cursor: auto;
    pointer-events: none;
}
.text_block {
    overflow: hidden;
    z-index: 8;
    background: var(--fon-temnyy);
}
.right {
    float: right;
}
.left {
    float: left;
}
.text-right, .text-right p {
    text-align: right;
}
.text-left, .text-left p {
    text-align: left;
}
.text-center, .text-center p {
    text-align: center;
}
.text-justify, .text-justify p {
    text-align: justify;
}
.uppercase {
    text-transform: uppercase;
}
.input-group-sm>.form-control, 
.input-group-sm>.input-group-addon, 
.input-group-sm>.input-group-btn>.btn {
    box-shadow: none;
}
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"], 
textarea, 
select, 
.input {
    border-radius: 0;
    font-family: var(--font-family);
    text-transform: none;
    line-height: normal;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus, 
textarea:focus, 
select:focus, 
.input:focus {
    border-radius: 0;
    background: transparent;
}
.fake-input input {
    border-radius: 0;
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}
body {
    font-family: var(--font-family) !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: var(--fon-temnyy);
    color: var(--tekst-chernyy-obychnyy) !important;
    height: 100%;
    margin: 0;
    text-shadow: none !important;
    font-size: 14px;
    line-height: 150%;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 90px;
    font-style: italic;
    line-height: 94.5px;
    color: var(--tekst-chernyy-zagolovok);
    font-weight: 500;
    font-family: var(--font-family);
}
h1 span, .h1 span {
    font-weight: 400;
    font-family: var(--font-family);
}
h2, .h2 {
    font-size: 37px;
    line-height: 47px;
    font-family: var(--font-family);
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: var(--tekst-chernyy-obychnyy);
    font-family: var(--font-family);
}
.strong {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.normal {
    font-style: normal;
}
a {
    border: none;
    font-family: var(--font-family);
    color: var(--zalivka);
}
a:focus, a:hover {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    border: none;
}
p {
    font-size: 16px;
    -line-height: 24px;
    text-align: justify;
    padding: 0;
    margin: 0 0 5px;
    font-family: var(--font-family);
    line-height: 110%;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    display: flex;
    line-height: 150%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--font-family);
}
button, .btn {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    color: var(--tekst-chernyy-obychnyy);
    letter-spacing: normal;
    border-radius: 0;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font-family);
    background: transparent;
    padding: 0;
}
button:hover, button.active, .btn:hover, input[type="button"].btn:hover, .btn.active {
    box-shadow: none;
    background: transparent;
}
button:after {
    display: none;
}
.btn1 {
    border: 1px solid var(--kontur);
    border-radius: 30px;
    width: 398px;
    height: 58px;
    color: var(--tekst-belyy);
    background: var(--zalivka);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.btn1:hover {
    color: var(--tekst-chernyy-obychnyy);
    background: var(--tekst-belyy);
    box-shadow: none;
    border: 1px solid var(--kontur);
}
.btn2 {
    border: 1px solid var(--kontur);
    border-radius: 30px;
    width: 158px;
    height: 38px;
    color: var(--tekst-belyy);
    background: var(--zalivka);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.btn2:hover {
    color: var(--tekst-chernyy-obychnyy);
    background: var(--tekst-belyy);
    box-shadow: none;
    border: 1px solid var(--kontur);
}
.btn3 {
    border: 1px solid var(--kontur);
    border-radius: 30px;
    width: 258px;
    height: 38px;
    color: var(--tekst-chernyy-obychnyy);
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.btn3:hover {
    color: var(--tekst-belyy);
    background: var(--zalivka);
    box-shadow: none;
    border: 1px solid var(--kontur);
}
.btn4 {
    border: 1px solid var(--kontur);
    border-radius: 30px;
    width: 258px;
    height: 38px;
    color: var(--tekst-belyy);
    background: var(--zalivka);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.btn4:hover {
    color: var(--tekst-chernyy-obychnyy);
    background: var(--tekst-belyy);
    box-shadow: none;
    border: 1px solid var(--kontur);
}
.btn5 {
    border: 1px solid var(--kontur);
    border-radius: 30px;
    width: 258px;
    height: 38px;
    color: var(--tekst-chernyy-obychnyy);
    background: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.btn5:hover {
    color: var(--tekst-belyy);
    background: var(--zalivka);
    box-shadow: none;
    border: 1px solid var(--kontur);
}
a.btn {
    text-decoration: none;
}
.btn_icon {
    background: none;
    border: none;
}
.baseline {
    align-items: baseline;
}
.ui-spinner-up:hover:after, .ui-spinner-down:hover:after {
    color: var(--tekst-chernyy-obychnyy);
}
::-webkit-scrollbar {
    width: 10px; 
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--fon-svetly);;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--tekst-chernyy-obychnyy);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--tekst-chernyy-obychnyy);
}
.alert--succes {
    border: 1px solid var(--linii);
    margin-bottom: 20px;
    background: var(--fon-svetlyy);
}
.alert--top.alert--succes {
    margin-bottom: 20px;
    background: var(--fon-svetlyy);
    border-bottom: 1px solid var(--linii);
    line-height: 35px;
    padding: 10px;
    min-height: 70px;
}
.alert.alert--green {
    background: var(--fon-temnyy);
    height: 70px;
    border-bottom: 1px solid var(--linii);
    line-height: 35px;
}
.alert__close, .cookieagry__close {
    border: none;
}
.container-xl {
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.container-l {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.container-m {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}
.container-s {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.container-xs {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}
.container-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.col-s {
    width: 230px;
}
.col-m {
    width: 400px;
}
.col-l {
    width: 560px;
}
.col-xl {
    width: 720px;
}
.col-xxl {
    width: 960px;
}
.col-m p, .col-l p {
    margin: 0 0 10px;
}
.col-m p:last-child, .col-l p:last-child {
    margin: 0;
}
.col-s img {
    max-height: 200px;
}
.col-m img, .col-l img {
    max-height: 480px;
}
.text-200 {
    width: 200px;
}
.text-300 {
    width: 300px;
}
.text-400 {
    width: 400px;
}
.text-500 {
    width: 500px;
}
.text-600 {
    width: 600px;
}
.text-700 {
    width: 700px;
}
.text-800 {
    width: 800px;
}
.text-900 {
    width: 900px;
}
.carusel_nav1, .carusel_nav2, .carusel_nav_revs,
.carusel_nav5, .carusel_nav6, .carusel_nav_mat, 
.carusel_nav_col, .carusel_nav_textile, .carusel_nav3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    right: 0;
    width: 100%;
}
.carusel_nav4 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    right: 0;
    width: 100%;
    top: 50px;
    z-index: 9;
}
.carusel_nav_dop {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: 5px;
}
.home_gal .carusel_nav1 {
    display: none;
}
.slick-prev {
    left: -25px;
    position: relative;
    top: 0;
}
.slick-next {
    right: 0;
    position: relative;
    top: 0;
}
/*.slick-prev:before, .slick-next:before {
    color: var(--tekst-chernyy-obychnyy);
    font-family: sans-serif;
    font-size: 22px;
}*/
.slick-prev:before {
    content: '';
    background: url('data:image/svg+xml,<svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 8H1M1 8L7.82759 1M1 8L7.82759 15" stroke="%23363636" /></svg>');
    width: 23px;
    height: 16px;
    display: block;
}
.slick-next:before {
    content: '';
    background: url('data:image/svg+xml,<svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8H22M22 8L15.1724 1M22 8L15.1724 15" stroke="%23363636" /></svg>');
    width: 23px;
    height: 16px;
    display: block;
}
#common-maintenance {
    margin-top: 70px;
    padding: 40px 0 80px;
}
#common-maintenance h1 {
    font-size: 40px;
    line-height: 50px;
}
.main-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}
.header {
    width: 100%;
    background: var(--fon-temnyy);
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: center;
    align-content: center;
	position: fixed;
	top: 0;
	z-index: 11;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.header a {
    text-decoration: none;
}    
.header_full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header_logo {
    width: 20%;
}
.header_logo a {
    text-decoration: none;
    color: var(--tekst-chernyy-zagolovok);
    font-weight: 700;
    font-size: 30px;
    line-height: 70px;
    text-transform: uppercase;
}
.front-page .header_logo a {
    pointer-events: none;
}    
.logo_text:focus-visible {
    outline: none;
}
.header_menu {
    width: 60%;
}
.header_menu ul {
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 2px;
    height: 50px;
    margin: 0;
    align-content: center;
}
.header_menu li:before {
    display: none;
}
li.nav__menu-item a {
    font-size: 16px;
    color: var(--tekst-chernyy-obychnyy);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
li.nav__menu-item a:hover {
    opacity: 0.6;
}
li.nav__menu-item.active a, li.menu_item_mob.active a {
    opacity: 0.6;
}
.header_menu li.nav__menu-item a {
    font-size: 14px;
    line-height: 150%;
    padding: 0;
}
.nav__link:hover, .nav__link.active {
    color: var(--tekst-chernyy-obychnyy);
}
.header_icons {
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 0;
}
.header_icons li {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    padding: 0;
}
.header_mob {
    display: none;
}
.pagetitle_wrap {
    padding: 40px 0;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
h1.pagetitle {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 90px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
h1.home_pagetitle {
    font-weight: 300;
    font-size: 112px;
    letter-spacing: -0.05em;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--tekst-chernyy-zagolovok);
}
h1.home_pagetitle .normal {
    font-weight: 500;
}
.subtitle_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.subtitle_block.pagetitle_block {
    margin-top: 80px;
}
.subtitle_sup {
    -width: 35%;
    width: 560px;
}
.subtitle_sup span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 120%;
    position: relative;
}
.subtitle_main {
    margin-bottom: 20px;
    max-width: 960px;
    -width: 65%;
    width: 960px;
}
.subtitle_main h2, .subtitle_main .h2 {
   margin: 0;
}
.subtitle_main h2 p, subtitle_main .h2 p {
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    margin: 0 0 3px;
    text-transform: uppercase;
    display: block !important;
    line-height: 110%;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.pagetitle_block .subtitle_sup {
    width: 18%;
}
.pagetitle_block .subtitle_sup span {
    top: 35px;
}
.staircase-text p {
    margin: 0 0 3px;
}
.staircase-text p:nth-child(1) {
    margin-left: 0;
}
.staircase-text p:nth-child(2) {
    margin-left: 220px;
}
.img_block {
    overflow: hidden;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.img_block img {
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    width: 100%;
}
.video_block {
    overflow: hidden;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.video_block video {
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    width: 100%;
}
.video_block .content_block {
    display: none !important;
}
.footer {
    padding: 60px 0 40px;
    display: inline-block;
    width: 100%;
    background: var(--zalivka);
    height: auto;
}
.footer_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.footer a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: var(--tekst-seryy);
}
.footer p {
    font-weight: 400;
    font-size: 14px;
    color: var(--tekst-seryy);
    line-height: 20px;
}    
.footer_logo a {
    text-decoration: none;
    color: var(--tekst-belyy);
    font-weight: 700;
    font-size: 30px;
    line-height: 70px;
    text-transform: uppercase;
}
.footer_logo_form {
    width: 30%;
}
.footer_logo_form .subscribe_form {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin-top: 40px;
}
.footer_logo_form .subs_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--tekst-belyy);
    width: 100%;
    margin-bottom: 20px;
}
.footer_logo_form .subs_field {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 16px;
    color: var(--tekst-belyy);
    background: var(--zalivka);
    border: none;
    border-bottom: 1px solid var(--tekst-seryy);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo_form .form_field {
    width: 100%;
    padding: 0;
    color: var(--tekst-seryy);
    font-weight: 400;
    font-size: 12px;
    background: var(--zalivka);
    border: none;
}
.footer_logo_form input::placeholder {
    color: var(--tekst-seryy);
    font-weight: 400;
    font-size: 12px;
}
.footer_logo_form input:focus-visible {
    outline: none;
}
.footer_logo_form .form_submit {
    background: var(--zalivka);
    outline: none;
    border: none;
    padding: 0;
}
.subscribe__btn {
    position: relative;
    right: 0;
    top: 0;
    box-shadow: none;
}
.politic_check {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.politic_check input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.politic_check span {
    color: var(--tekst-seryy);
    line-height: 23.5px;
    font-weight: 400;
    font-size: 12px;
}
.footer_title {
    color: var(--tekst-belyy);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
a.footer_phone {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.footer_contacts_wrap p {
    text-align: left;
}
.footer_menu_item {
    margin: 5px 0;
}
.footer_socnet {
    margin-top: 0;
}
.footer_copy_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_copy_block p {
    margin: 0;
}
.footer_copy, .footer_politic {
    width: 30%;
}
.side_btns {
    position: fixed;
    top: 60%;
    right: 0;
    padding: 5px 0;
    width: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    height: 110px;
    border-left: 1px solid var(--linii);
    border-top: 1px solid var(--linii);
    border-bottom: 1px solid var(--linii);
    background: var(--fon-temnyy);
    z-index: 99;
}
.side_btns.mid_scr {
    display: none;
}
.side_btn svg {
    width: 25px;
    height: 25px;
}
.side_btns:hover {
    padding-right: 20px;
    width: 60px;
    transition: 0.5s ease-in-out;
}
.header_side_btns {
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 0;
    -opacity: 0;
}
.header_side_btns a {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.header_side_btns .side_btn img {
    width: 16px;
    height: 16px;
}
.mob_side_btns {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 15px;
}
.mob_side_btns a {
    margin-right: 10px;
    padding: 0 !important;
    width: 30px;
}
.mob_side_btns img {
    width: 18px;
}

/*--------------------аккордеон--------------------*/
.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.accordion:after {
  content: '';
  display: block;
  background: url(/catalog/view/theme/lightshop/image/icons/plus.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  float: right;
}
.accordion_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ac_active:after {
  background: url(/catalog/view/theme/lightshop/image/icons/close.svg);
  background-size: cover;
}
/*--------------------аккордеон--------------------*/

/*--------------------вкладки--------------------*/
.nav-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0 30px 20px 0;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    opacity: 0.6;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: var(--tekst-chernyy-obychnyy);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: var(--tekst-chernyy-obychnyy);
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    opacity: 1;
}
.tab-content {
    margin-bottom: 80px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
/*--------------------вкладки--------------------*/

/*--------------------checkbox+radio+select--------------------*/
.custom-checkbox, .custom-radio {
    cursor: pointer;
}
.custom-checkbox>input {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}
.custom-radio>input {
    position: absolute;
    opacity: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    cursor: pointer;
}
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--linii);
  border-radius: 2px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  background-size: 90%;
}
.custom-radio>span::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--linii);
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before,
.custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: var(--linii);
}
.custom-checkbox>input:not(:disabled):active+span::before,
.custom-radio>input:not(:disabled):active+span::before {
  background-color: var(--linii);
  border-color: var(--linii);
}
.custom-checkbox>input:focus:not(:checked)+span::before,
.custom-radio>input:focus:not(:checked)+span::before {
  border-color: var(--linii);
}
.custom-checkbox>input:checked+span::before {
  border-color: var(--linii);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M1 4L4 6L9 1' stroke='%23363636' stroke-width='2' /%3E%3C/svg%3E");
}
.footer .custom-checkbox>input:checked+span::before {
    border-color: var(--linii);
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M1 4L4 6L9 1' stroke='%2385837d70' stroke-width='2' /%3E%3C/svg%3E");
}
.custom-radio>input:checked+span::before {
  border-color: var(--linii);
  background-color: var(--zalivka);
}
.custom-checkbox>input:disabled+span::before,
.custom-radio>input:disabled+span::before {
  background-color: var(--fon-svetlyy);
}
select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4998 5L8.20686 9.29289C7.81634 9.68342 7.18317 9.68342 6.79265 9.29289L2.49976 5' stroke='%23363636' stroke-linecap='round' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 8px) !important;
    background-position-y: center !important;
}
/*--------------------checkbox+radio+select--------------------*/

/*--------------------mobile menu--------------------*/
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  -height: 100vh;
  height: 570px;
  width: 263px;
  z-index: 998;
  transform: translate(100vw, 0);
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 15px;
  -transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  transition: width 475ms ease-out, transform 450ms ease;
  border-bottom-left-radius: 100vw;
  background-color: var(--fon-temnyy);
}
.drawer-list ul {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  float: none;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  width: 100%;
  margin-bottom: 5px;
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a {
  text-decoration: none;
  color: var(--tekst-chernyy-obychnyy);
  font-weight: 500;
  text-align: center;
  -display: inline-block;
  display: block;
  padding: 7px 0;
  font-size: 14px;
}
input.hamburger {
  display: none;
}
label.hamburger:before, label.hamburger:after {
  display: none;
  width: 0;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
/*input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}*/
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
/*input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
  background-color: var(--tekst-chernyy-obychnyy);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
  background-color: var(--tekst-chernyy-obychnyy);
}*/
input.hamburger:checked ~ label close {
  color: var(--tekst-chernyy-obychnyy);
  width: 170%;
}
input.hamburger:checked ~ label open {
  color: var(--tekst-chernyy-obychnyy);
  width: 0;
}
label.hamburger {
  z-index: 999;
  position: relative;
  display: block;
  height: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
    text-transform: uppercase;
    font-size: 1.1em;
    position: absolute;
    transform: translateY(12px) translateX(70px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
    display: none;
}
label.hamburger text close {
  color: var(--tekst-chernyy-obychnyy);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: var(--tekst-chernyy-obychnyy);
}
label.hamburger > i {
    position: absolute;
    height: 2px;
    top: 50%;
    background-color: var(--tekst-chernyy-obychnyy);
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
    width: 50px;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: var(--tekst-chernyy-obychnyy);
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  transform: translate(-50%, 14px);
}
label.hamburger {
    position: relative;
    top: -1px;
    padding: 0 !important;
}
.mobmenu_close {
    position: absolute;
    right: 20px;
    top: 34px;
    z-index: 999;
}
/*--------------------mobile menu--------------------*/

/*--------------------анимация--------------------*/
.slide-up-title {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 3s;
    -animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
}
.fade-in {
    animation-name: fadeIn;
    animation-timing-function:ease;
    animation-duration: 7s;
}
.appear-20deg {
    animation-name: appear-20deg;
    animation-timing-function:ease;
    animation-duration: 7s;
}
.appear-90deg {
    animation-name: appear-90deg;
    animation-timing-function:ease;
    animation-duration: 7s;
}   
@keyframes titleAnimation {
    0% {
      transform: translateY(50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
      clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
  }
  100% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes appear-20deg {
    0% {
        transform: rotate(20deg) translate(-100%, 140px);
    }
    100% {
        transform: rotate(20deg) translate(0, 140px);
    }
}
@keyframes appear-90deg {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
/*--------------------анимация--------------------*/

/*--------------------main page--------------------*/
.home_gal {
    width: 100%;
    margin-bottom: 120px;
}
.home_gal_mob {
    display: none;
}
.home_gal_full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 300px;
}
.home_gal_item {
    width: 120px;
    height: 140px;
    overflow: hidden;
    filter: grayscale(1);
    cursor: pointer;
    transition: .8s;
}
.home_gal_item.active {
    filter: grayscale(0);
    width: 400px;
    height: 300px;
    transition: .8s;
}
.home_gal_img {
    max-height: 100%;
    align-content: center;
    height: auto;
    align-items: center;
}
.home_gal_img img {
    height: 140px;
    width: auto;
}
.home_gal_item.active img {
    -width: 400px;
    height: 300px;
}
.top_sale {
    width: 100%;
    margin-bottom: 120px;
}
.top_sale_wrap {
    min-height: 740px;
}
.top_sale_item {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    width: 260px;
    height: 340px;
    overflow: hidden;
    margin-right: 20px;
    transition: .4s;
}
.top_sale_item:focus {
    outline: none;
}
.top_sale_item.active {
    width: 680px;
    height: 740px;
}
.top_sale_img {
    max-height: 680px;
    align-content: center;
}
.top_sale_item.empty {
    opacity: 1;
    -cursor: default;
    -pointer-events: none;
    transition: .4s;
}
.top_sale_title {
    margin-top: 10px;
    line-height: 120%;
}
.top_sale_price {
    font-size: 14px;
    margin-top: 3px;
    display: flex;
    line-height: 120%;
    opacity: 0.6;
}
span.currency {
    margin-left: 3px;
    margin-right: 5px;
}
.advantages {
    width: 100%;
    margin-bottom: 120px;
}
.advantages_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.advantages_img {
    -width: 35%;
    width: 560px;
    -margin-top: 114px;
}
.advantages_img_line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.advantages_img_line1, .advantages_img_line3 {
    opacity: 0;
}
.advantages_block {
    display: flex;
    flex-wrap: wrap;
    -width: 65%;
    width: 960px;
    border-top: 1px solid var(--linii);
    border-bottom: 1px solid var(--linii);
    background: var(--fon-temnyy);
    z-index: auto;
    position: relative;
}
.advantages_img_item {
    width: 157px;
    overflow: hidden;
    height: 113px;
    margin-right: 20px;
    -filter: grayscale(1);
    cursor: pointer;
}
.advantages_img_item img {
    height: 113px;
}
.advantages_img_item:hover {
    -filter: grayscale(0);
}
.advantages_line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 5px;
    min-height: 113px;
    align-content: center;
    cursor: pointer;
    overflow: hidden;
}
.advantages_line2 {
    border-top: 1px solid var(--linii);
    border-bottom: 1px solid var(--linii);
}
.advant_text_left {
    width: 44%;
}
.advant_text_right {
    width: 54%;
}
.advant_text_left p {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    line-height: 110%;
    padding-top: 5px;
    padding-right: 10px;
    display: flex;
}
.advant_text_left p span {
    margin-right: 10px;
}
.advant_text_right p {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    margin: 5px 0;
    text-align: left;
}
.advantages_line:hover {
    background: var(--zalivka);
    transition: all 0.5s ease-in-out;
}
.advantages_line:hover p {
    color: var(--tekst-belyy);
    transition: all 0.5s ease-in-out;
}
.home_cat {
    width: 100%;
    margin-bottom: 120px;
}
.home_cat_item {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    width: 400px;
    transition: 1s ease;
    display: block;
    position: relative;
}
.home_cat_item img {
    transition: 1s ease;
}
.home_cat_item.cat_active1 {
    transform: scale3d(.7, .7, .7) translate(250px, 0);
    z-index: 6;
}    
.home_cat_item.cat_active2 {
    transform: scale3d(.85, .85, .85) translate(80px, 0);
    z-index: 7;
}
.home_cat_item.cat_active3 {
    z-index: 8;
    transform: scale3d(1, 1, 1);
} 
.home_cat_item.cat_active4 {
    transform: scale3d(.85, .85, .85) translate(-80px, 0);
    z-index: 7;
}
.home_cat_item.cat_active5 {
    transform: scale3d(.7, .7, .7) translate(-250px, 0);
    z-index: 6;
}
.home_cat_item.cat_active5 + .home_cat_item {
    transform: scale3d(.6, .6, .6) translate(-580px, 0);
    z-index: 5;
}    
.home_cat_title {
    margin-top: 20px;
}
.home_about {
    width: 100%;
    margin-bottom: 120px;
}
.home_about_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_about_col1 {
    width: 960px;
}
.home_about_col1 .col1 .img_block {
    justify-content: start;
}
.home_about_col1 .col1 img {
    max-width: 180px;
}
.home_about_col1 .col2 img {
    width: auto;
    max-height: 480px;
}
.home_about_col2 {
    width: 535px;
}
.home_about_col2 .container-line {
    min-height: 140px;
}
.home_about_col2 .col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.home_about_col2 .col3 img {
    max-width: 255px;
}
.home_about_col1 .btn {
    margin: 20px auto 0;
    width: 100%;
}
.home_video {
    width: 100%;
    margin-bottom: 120px;
}
#home_video {
    width: 100%;
    object-fit: cover;
    max-height: 650px;
}
.home_video .content_block {
    width: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    max-width: 1520px;
}
#play_btn {
    border: none;
    cursor: pointer;
    background: none;
}
#play_btn:hover {
    opacity: 0.8;
}
.home_revs {
    width: 100%;
    margin-bottom: 120px;
}
.home_rev_wrap {
    min-height: 460px;
}
.rev_item {
    width: 260px;
    height: 260px;
    overflow: hidden;
    margin-top: 60px;
    margin-right: 20px;
    transition: 1s;
    cursor: pointer;
}
.rev_item.active {
    width: 400px;
    height: 460px;
    margin-top: 0;
    transition: 1s;
}
.rev_item_name {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    opacity: 0;
    transition: 1s;
}
.rev_item_work {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    transition: 1s;
}
.rev_item.active .rev_item_name,
.rev_item.active .rev_item_work {
    opacity: 1;
    transition: 1s;
    width: 100%;
}
.rev_item .video_block {
    height: 260px;
    transition: 1s;
}
.rev_item.active .video_block {
    height: 380px;
}
.rev_item video {
    height: 100%;
}
.rev_item.active video {
    max-height: 380px;
}
.home_comfort {
    width: 100%;
    margin-bottom: 120px;
}
.home_comfort_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: var(--fon-temnyy);
    position: relative;
}
.comfort_item {
    height: 260px;
    border: 1px solid var(--tekst-chernyy-obychnyy);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    cursor: pointer;
}
.comfort_item.img_block {
    border: none;
    padding: 0;
}
.comfort_s {
    width: 260px;
}
.comfort_m {
    width: 400px;
}
.comfort_l {
    width: 540px;
}
.comfort_empty {
    opacity: 0;
}
.comfort_item:hover {
    color: var(--tekst-belyy);
    background: var(--zalivka);
    transition: all .5s ease-in-out;
}
.comfort_item img {
    height: 100%;
}
.comfort_icon {
    padding: 20px 20px 0 20px;
    width: 100%;
}
.comfort_icon img {
    filter: brightness(0);
}
.comfort_item:hover .comfort_icon img {
    filter: contrast(0) invert(1) brightness(1);
    transition: all 0.5s ease-in-out;
}
.comfort_item_body {
    padding: 20px;
}
.comfort_title {
    font-weight: 600;
    font-size: 18px;
}
p.comfort_text {
    text-align: left;
    margin-bottom: 0;
}
.home_collect {
    width: 100%;
    margin-bottom: 0;
}
.home_collect .subtitle_block {
    margin-bottom: 20px;
}
.home_collect_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collect_item {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    width: 260px;
    height: 340px;
    overflow: hidden;
}
.collect_item.active {
    width: 680px;
    -height: 460px;
    height: 430px;
}
.collect_item_empty {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.collect_title {
    margin-top: 10px;
    line-height: 120%;
    text-transform: uppercase;
}
.collect_text {
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    padding-right: 10px;
    line-height: 120%;
    opacity: 0.6;
}
.collect_btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: -20px;
}
.collect_btn_mob {
    display: none;
}
/*--------------------main page--------------------*/

/*--------------------footer form--------------------*/
.footer_form {
    width: 100%;
    margin-bottom: 120px;
    margin-top: 120px;
}
.form_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_col_left {
    width: calc(33% - 40px);
    z-index: 1;
}
.form_wrap {
    width: 480px;
    padding: 0 40px;
    z-index: 2;
    background: var(--fon-temnyy);
}
.form_col_right {
    width: calc(33% - 40px);
    z-index: 1;
}
.footer_form input {
    width: 100%;
    padding: 0;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 14px;
    background: none;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid var(--tekst-chernyy-obychnyy);
    margin-bottom: 20px;
}
.footer_form input::placeholder {
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.footer_form input:focus-visible {
    outline: none;
}
.footer_form .politic_check input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.footer_form .politic_check span {
    color: var(--tekst-chernyy-obychnyy);
    line-height: 23.5px;
    font-weight: 400;
    font-size: 12px;
}
.footer_form .custom-checkbox>span::before {
    width: 18px;
    height: 18px;
    background-size: 95%;
    background-position: 0px 1.9px;
}
.form_btn {
    margin: 20px auto 0
}
.fcontact-send {
    width: 100%;
    margin-top: 40px;
}
/*--------------------footer form--------------------*/

/*--------------------about--------------------*/
#information-about {
    width: 100%;
    margin-top: 80px;
}
.about_wrap {
    width: 100%;
    margin-bottom: 120px;
}
.about_wrap .subtitle_block {
    margin-top: 120px;
}
.about_col12 {
    max-height: 540px;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.about_col11 .img_block {
    width: 200px;
}
.about_col11 img {
    height: 200px;
    width: 100%;
}
.about_col13 {
    right: 30px;
    position: relative;
}
.about_col13 .img_block {
    width: 200px;
}
.about_col13 img {
    height: 200px;
    width: 100%;
}
#about_video {
    width: 100%;
    object-fit: cover;
    max-height: 650px;
}
.about_wrap .content_block {
    width: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    max-width: 1520px;
}
#play_btn {
    border: none;
    cursor: pointer;
    background: none;
}
#play_btn:hover {
    opacity: 0.8;
}
.about_col21, .about_col22, .about_col24 {
    width: 260px;
}
.about_col23 {
    width: 680px;
}
.about_col22 img {
    max-height: 280px;
    height: 280px;
}
.about_col23 img {
    height: 450px;
}
.team_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team_item {
    width: 260px;
}
.team_item_empty1 {
    opacity: 0;
}
.team_item_empty2 {
    opacity: 0;
    width: 400px;
}
.team_item.active {
    width: 400px;
}
.team_item_img {
    width: 260px;
}
.team_item_img img {
    height: 250px;
}
.team_item.active .team_item_img {
    width: 400px;
}
.team_item.active .team_item_img img {
    height: 450px;
}
.team_item_name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 110%;
}
.team_item_work {
    opacity: 0.6;
    margin-top: 5px;
    line-height: 110%;
    font-size: 16px;
}
/*--------------------about--------------------*/

/*--------------------dillers--------------------*/
#information-dillers {
    width: 100%;
    margin-top: 40px;
}
.dillers_wrap {
    width: 100%;
    margin-bottom: 0;
    margin-top: -30px;
}
.dillers_wrap .subtitle_block {
    margin-top: 120px;
}
.dillers_col11 .img_block {
    width: 260px;
    height: 300px;
}
.dillers_col11, .dillers_col12 {
    overflow: hidden;
}
.dillers_col12 .img_block {
    width: 400px;
}
.dillers_col12 .img_block img {
    height: 100%;
    width: auto;
}        
.dillers_col13 .img_block {
    width: 320px;
    height: 220px;
    margin-left: 20px;
}
.dillers_wrap .container-line {
    margin-bottom: 0;
}
.dillers_wrap .comfort_wrap {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    margin-bottom: 120px;
}
.dillers_wrap .comfort_title {
    padding: 20px;
    line-height: 110%;
}
.des_btn {
    margin: 20px auto 0;
    width: 100%;
}
#des {
    width: 480px;
    padding: 20px;
    background: var(--fon-temnyy);
    border-radius: 10px;
    top: 25%;
    position: fixed !important;
}
#des .popup__triangle {
    display: none;
}
.des_popup_title_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.des_form input {
    width: 100%;
    padding: 0;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 14px;
    background: none;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid var(--tekst-chernyy-obychnyy);
    margin-bottom: 20px;
}
.des_form .politic_check input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.des_form .politic_check span {
    color: var(--tekst-chernyy-obychnyy);
    line-height: 23.5px;
    font-weight: 400;
    font-size: 12px;
}
.des_form .custom-checkbox>span::before {
    width: 18px;
    height: 18px;
    background-size: 95%;
    background-position: 0px 1.9px;
}
.des_form input::placeholder {
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.des_form input:focus-visible {
    outline: none;
}
.descontact-send {
    margin-top: 20px;
    width: 100%;
}
.des_popup_close {
    cursor: pointer;
}
.des-alert {
    padding: 18px 10px 19px;
    text-align: center;
    position: relative;
    display: none;
}
.des-alert--succes {
    border: 1px solid var(--linii);
    margin-bottom: 20px;
    background: var(--fon-svetlyy);
}
.des-alert__text {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
/*--------------------dillers--------------------*/

/*--------------------buyers--------------------*/
.buyers_wrap {
    width: 965px;
    margin: 60px auto 0;
}
.buyers_section {
    margin-bottom: 100px;
    width: 100%;
}
.buyers_section:last-child {
    margin-bottom: 0;
}
.buyers_section_title {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.buyers_section_text {
    font-weight: 500;
    margin-bottom: 15px;
}
.buyers_qst_item {
    border-top: 1px solid var(--linii);
    padding: 20px 0;
}
.buyers_qst_item:last-child {
    border-bottom: 1px solid var(--linii);
}
.buyers_qst_head {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 16px;
}
.buyers_qst_head span {
    width: 90%;
}
.buyers_qst_body {
    font-weight: 300;
}
.buyers_qst_body_content {
    margin-top: 40px;
}
/*--------------------buyers--------------------*/

/*--------------------contacts--------------------*/
.contact_wrap {
    margin-top: -40px;
}
.address_block {
    margin: 80px auto;
    width: 22%;
    text-align: center;
}
.address_line {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.phone_line {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.phone_line a {
    width: 100%;
    display: inline-block;
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    margin-bottom: 10px;
}
.phone_line a:last-child {
    margin-bottom: 0;
}
.email_line {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}
.email_line a {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
}
/*--------------------contacts--------------------*/

/*--------------------404--------------------*/
#error-not-found .pagetitle_wrap {
    padding-bottom: 0;
}
.text_404 p {
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.btn_404 {
    margin: 20px auto 160px;
}
/*--------------------404--------------------*/

/*--------------------blog--------------------*/
#blog-list .pagetitle_wrap {
    padding-bottom: 0;
}
.blog_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    justify-content: space-between;
}
.blog_item {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    width: calc(50% - 10px);
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.blog_item:first-child {
    width: 100%;
    margin-bottom: 120px;
}
.blog_item_img {
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.blog_item_img img {
    height: 100%;
}
.blog_item:first-child .blog_item_img {
    height: 650px;
}
.blog_item:first-child .blog_item_img img {
    height: 650px;
}
.blog_item_title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    line-height: 120%;
}
.blog_item_date {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 120%;
}
.article_main_img {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
    -height: 650px;
    max-height: 650px;
    height: auto;
}
.pagetitle_blog {
    margin: 0 auto;
    width: 70%;
    display: flex;
    padding-bottom: 0;
}
.pagetitle_blog h1.pagetitle {
    margin-bottom: 0;
}
#blog-article .container-line {
    margin-bottom: 0;
}
.article_top_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.article_date {
    font-size: 14px;
    opacity: 0.8;
}
.article_share {
    opacity: 0;
}
.article_share a, .article_share .share-btn {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    opacity: 0.8;
    padding: 0;
}
.article_share a img, .article_share .share-btn img {
    margin-right: 10px;
}
.article_text_img {
    margin: 20px 0;
}
.article_btn_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.article_btn_block .btn {
    width: 45%;
    background: none;
}
.article_btn_block .btn:hover {
    background: var(--zalivka);
}
/*--------------------blog--------------------*/

/*--------------------Категории и коллекции--------------------*/
.full_catalog {
    width: 100%;
}
.full_catalog .pagetitle_wrap {
    padding-bottom: 0;
}
.catalog_top {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--linii);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.cat_mob_btn {
    display: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4998 5L8.20686 9.29289C7.81634 9.68342 7.18317 9.68342 6.79265 9.29289L2.49976 5' stroke='%23363636' stroke-linecap='round' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 8px) !important;
    background-position-y: center !important;
    cursor: pointer;
}
.cat_sort_btn {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4998 5L8.20686 9.29289C7.81634 9.68342 7.18317 9.68342 6.79265 9.29289L2.49976 5' stroke='%23363636' stroke-linecap='round' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 8px) !important;
    background-position-y: center !important;
    width: 150px;
    cursor: pointer;
}
.cat_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.cat_list_item {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
}
.cat_list_item.active {
    opacity: 0.6;
    pointer-events: none;
}
.cat_list_item:hover {
    opacity: 0.6;
}
.sort_list {
    position: absolute;
    z-index: 9;
    padding: 10px;
    width: 300px;
    overflow: auto;
    background: var(--fon-temnyy);
    margin-top: 10px;
    border: 1px solid var(--linii);
    display: none;
    right: calc((100% - 1520px)/2);
}
.sort_list_item {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.sort_list_item.selected {
    opacity: 0.6;
    pointer-events: none;
}
.sort_list_item:hover {
    opacity: 0.6;
}
.cat_sort select:focus-visible {
    outline: none;
}
.cat_sort select {
    background: none;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    width: 100%;
    cursor: pointer;
}
.cat_sort option {
    background: #d4cfc3;
    padding: 5px 0;
    cursor: pointer;
    font-size: 12px !important;
}
.full_catalog .product-list {
    display: flex;
    flex-wrap: wrap;
    -justify-content: space-between;
}
.full_catalog .product-item {
    -width: 19%;
    overflow: hidden;
    margin-bottom: 100px;
    width: calc((100% - 80px)/5);
    margin-right: 20px;
}
.full_catalog .product-item:nth-child(18n+4),
.full_catalog .product-item:nth-child(18n+10) {
    -width: 39%;
    width: calc(20px + (100% - 80px)*2/5);
}
.full_catalog .product-item:nth-child(18n+4),
.full_catalog .product-item:nth-child(18n+9),
.full_catalog .product-item:nth-child(18n+13),
.full_catalog .product-item:nth-child(18n+18) {
    margin-right: 0;
}
.prod_image a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.full_catalog .prod_image img {
    height: 288px;
}
.full_catalog .product-item:nth-child(18n+4) .prod_image img,
.full_catalog .product-item:nth-child(18n+10) .prod_image img {
    height: 596px;
}
#product-category .cat_btn_wrap {
    margin-top: -40px;
}
.prod_name {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 120%;
}
.prod_price {
    font-size: 14px;
    opacity: 0.6;
    margin: 3px 0 0;
    display: flex;
    line-height: 120%;
}
.product__price-old:before {
    top: 35%;
}
.prod_empty {
    opacity: 0;
}
.cat_btn {
    width: 100%;
    font-size: 16px;
}
.collections .pagetitle_wrap {
    width: 960px;
    float: right;
    padding-bottom: 0;
    display: inline-block;
    margin-left: auto;
}
.main_collections_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 650px;
    width: 100%;
}
.main_collections_img img {
    height: 100%;
}
.cat_btn_wrap {
    margin-top: -60px;
}
.collections_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#collections-list {
    margin-top: 120px;
}
.collection_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 120px;
}
.collection_item_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin-bottom: 20px;
    align-items: center;
}
.collection_item_title {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 120%;
}
.collection_item_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.col_prod_empty {
    opacity: 0;
}
.col_prod_xxl {
    width: 960px;
}
.col_prod_xxl img {
    height: 650px;
}
.col_prod_xl {
    width: 720px;
}
.col_prod_xl img {
    height: 650px;
}
.col_prod_l {
    width: 680px;
}
.col_prod_l img {
    height: 650px;
}
.col_prod_m {
    width: 540px;
}
.col_prod_m img {
    height: 360px;
}
.col_prod_s {
    width: 400px;
}
.col_prod_s img {
    height: 400px;
}
.col_prod_xs {
    width: 260px;
}
.col_prod_xs img {
    height: 260px;
}
.collection_line .col_prod_xs img {
    height: 300px;
}
.col_prod_text p:first-child {
    margin-top: 0;
}
#product-collection {
    width: 100%;
}
.collection .pagetitle_wrap {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
h1.pagetitle.collection_pagetitle {
    margin-bottom: 10px;
}
.collection_sub {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.collection_gal {
    width: 100%;
}
.collection_gal_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collection_gal_item1 {
    width: 260px;
}
.collection_gal_item1 img {
    height: 300px;
}
.collection_gal_item2 {
    width: 260px;
}
.collection_gal_item2 img {
    height: 180px;
}
.collection_gal_item3 {
    width: 400px;
}
.collection_gal_item3 img {
    height: 480px;
}
.gal_text1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.collection_col_left, .collection_col_right {
    width: 760px;
}
.collection_line2 .collection_col_left img {
    height: 850px;
}
.collection_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}
.collection_line_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.collection_line_bt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.collection_line2 .collection_line_bt {
    align-items: flex-end;
    height: 400px;
}
.collection_line2 .collection_line_bt p:last-child {
    margin-bottom: 0;
}
.collection_line_top .col_prod_m.right {
    width: 540px;
}
.collection_line_top .col_prod_m.right img {
    height: 400px;
}
.gal_text2 {
    margin-left: 20px;
}
.collection .video_block {
    margin-top: 120px;
}
#gal_video, .video_block .video_img {
    width: 100%;
    object-fit: cover;
    max-height: 650px;
}
.collection .content_block {
    width: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    max-width: 1520px;
}
.collection_line3 .col_prod_m .prod_image img {
    height: 700px;
}
.collection_line4 .collection_col_right img {
    height: 850px;
}
.collection_line4 .collection_line_top {
    align-items: flex-start;
    height: 210px;
}
.collection_line4 .collection_line_bt {
    align-items: flex-end;
    height: 640px;
}
.gal_text3 {
    margin-right: 80px;
}
.gal_text3 p {
    margin-top: 0;
}
.collection_line5 {
    align-items: baseline;
}
.collection_line5 .col_prod_m .prod_image img {
    height: 650px;
}
.collection_line5 .gal_image {
    align-items: flex-end;
}
/*--------------------Категории и коллекции--------------------*/

/*--------------------Товар--------------------*/
#product-product {
    margin-top: 70px;
}
.prod_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 560px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}
.prod_top_left {
    width: 560px;
}
.prod_top_right {
    width: 540px;
}
.prod_top_right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 10px;
}
.prod_top_center {
    width: 420px;
}
.prod_img_gal img {
    height: 420px;
}
.prod_top_left1 {
    height: 280px;
}
.prod_top_left2 {
    display: flex;
    flex-wrap: wrap;
}
.prod_img_add {
    width: 130px;
    height: 130px;
    margin-right: 20px;
}
.prod_img_add:first-child {
    width: 260px;
    height: 260px;
}
.prodtitle {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--tekst-chernyy-zagolovok);
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
}
.prodtitle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: var(--linii);
    margin-top: 10px;
}
.prod_line_left {
    height: 1px;
    width: 100%;
    background: var(--linii);
    transform: rotate(20deg) translate(0px, 140px);
}
.prod_top_center1 {
    height: 120px;
}
.prod_line_center {
    height: 70%;
    width: 1px;
    background: var(--linii);
    margin: 0 auto;
    opacity: 1;
}
.prod_text {
    margin-left: 120px;
    max-width: 340px;
    text-indent: 70px;
}
.prod_text p {
    font-size: 14px;
    margin: 10px;
}
.prod_img_gal .slick-dots {
    bottom: 10px;
    z-index: 9;
}
.prod_img_gal .slick-dots li {
    width: 10px;
}
.prod_img_gal .slick-dots li button {
    width: 10px;
}
.prod_img_gal .slick-dots li button:before {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #d4cfc3;
    border: 1px solid var(--zalivka);
    border-radius: 50%;
    background: none;
}
.prod_img_gal .slick-dots li.slick-active button {
    background: transparent;
}
.prod_img_gal .slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--zalivka);
}
.prod_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prod_bottom_right {
    width: 960px;
}
.prod_code {
    font-weight: 500;
    text-transform: uppercase;
}
.product-page__input-box:last-child {
    padding: 20px 0 0;
}
.prod_option {
    padding: 20px 0 40px;
    border-top: 1px solid var(--linii);
}
.prod_option_title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 120%;
}
.prod_option_body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.prod_option_body .slick-list {
    min-width: 100%;
}
.prod_option_body .slick-track {
    min-width: 100% !important;
}
.radiobox-colors__list-item {
    padding: 0;
    width: 135px;
    line-height: normal;
}
.option_item {
    width: 135px;
    max-width: 135px;
    margin-right: 15px;
}
.option_item_text {
    font-size: 12px;
    margin-top: 5px;
    line-height: 120%;
}
.option_item_img {
    height: 100px;
}
.option_item_img input[type="radio"]+ label {
    width: 135px !important;
    height: 100px;
    line-height: normal;
    background: transparent;
}
.option_item .radiobox-colors__list-item input[type='radio']+ label.label:before, 
.option_item .radiobox-colors__list-item input[type='checkbox']+ label.label:before {
    width: 135px;
    height: 100px;
    border-radius: 0;
    background-position: center;
    background-size: cover;
}
.option_item .radiobox-colors__list-item input[type='radio']+ label.label:after, 
.option_item .radiobox-colors__list-item input[type='checkbox']+ label.label:after {
    content: '';
    line-height: normal;
    width: 135px;
    height: 100px;
    left: 0;
    top: 0;
    border-radius: 0;
    border: 5px solid var(--tekst-chernyy-zagolovok);
}
.prod_option_size {
    -border-bottom: 1px solid var(--linii);
}
.prod_option.size .prod_option_body {
    width: 33%;
}
.size_label {
    width: 50%;
    margin-bottom: 10px;
}
label.custom-radio {
    padding: 0 0 0 20px!important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: var(--font-family) !important;
}
.size_label .custom-radio::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--linii) !important;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% 50% !important;
    background: transparent !important;
    top: 0;
    left: 0;
}
.size_label .custom-radio::after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-color: var(--linii);
    background-color: var(--zalivka);
    top: 0;
    left: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% 50% !important;
}
.prod_option.additional {
    padding: 40px 0 20px;
}
.additional_label {
    width: 100%;
    margin-bottom: 10px;
}
.additional_label label {
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: var(--font-family) !important;
}
.additional_label input[type="checkbox"]+ label:before {
    top: calc(50% - 10px);
    left: 0;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--linii) !important;
    border-radius: 2px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: 1px 2px !important;
    background-size: 90% !important;
    background: transparent !important;
}
.additional_label input[type="checkbox"]+ label:after {
    width: 14px;
    height: 7px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    border-right: 3px solid;
    border-top: 3px solid;
    top: calc(50% - 6px);
    left: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-color: var(--tekst-chernyy-obychnyy);
}
.wish {
    -pointer-events: none;
}
.wish svg {
    fill: var(--zalivka);
}
.prod_sim .subtitle_sup {
    width: 50%;
}
.prod_sim .subtitle_main {
    width: 50%;
}
.prod_sim {
    width: 100%;
    margin-top: 120px;
}
.prod_sim_item {
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: none;
    width: 260px;
    -height: 340px;
    min-height: 340px;
    overflow: hidden;
    margin-right: 20px;
    transition: .4s;
}
.prod_sim_item:focus {
    outline: none;
}
.prod_sim_title {
    margin-top: 10px;
    line-height: 120%;
}
.prod_sim_price {
    font-size: 14px;
    margin-top: 3px;
    display: flex;
    opacity: 0.6;
    line-height: 120%;
}
.prod_sim_item.empty {
    opacity: 1;
    -cursor: default;
    -pointer-events: none;
}
.prod_sim_item.active {
    width: 680px;
    height: 740px;
}
.prod_sim_img {
    max-height: 680px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
#product-product .prod_price {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: -0.03em;
    margin-top: 60px;
}
.prod_btn_block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.btn_cart {
    margin-right: 20px;
}
.prod_chars {
    margin-bottom: 80px;
}
.prod_char {
    border-top: 1px solid var(--linii);
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prod_char:lasy-child {
    border-bottom: 1px solid var(--linii);
}
.prod_char_name {
    width: 39%;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.prod_char_value {
    width: 60%;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.8;
}
.prod_revs .slick-track {
    margin-left: 0;
    margin-right: auto;
}
.prod_revs_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.prod_revs_title {
    font-weight: 500;
    text-transform: uppercase;
}
.prod_rev_name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.prod_rev_line {
    width: 100%;
    height: 1px;
    background: var(--linii);
}
.prod_rev_line {
    width: 100%;
    height: 1px;
    background: var(--linii);
}
.prod_rev_line:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 100%;
    display: inline-block;
    background: var(--linii);
    top: -8.5px;
    position: relative;
}
.slick-current .prod_rev_line:before {
    background: var(--tekst-chernyy-obychnyy);
}
.prod_rev_data {
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
}
.prod_rev_text {
    padding: 10px 80px 0 0;
}
.prod_rev_text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.no_reviews {
    margin-left: -100%;
}
.dop_img_bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    width: calc(100% - 540px);
}
.dop_img_car {
    width: 430px;
    display: inline-block;
    margin-left: calc(50% - 205px);
    margin-right: auto;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dop_img_car img {
    -width: 100px;
    height: 100px;
}    
.dop_img_car .prod_img {
    margin-right: 5px;
    margin-left: 5px;
}
.tab-content p {
    max-width: 650px;
}
#tab-payment ul {
    margin: 10px;
}
.fancybox__content, .fancybox__content img {
    width: 100% !important;
    height: 100% !important;
}
.prod_downloads {
    margin-top: -40px;
    margin-bottom: 60px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}
.prod_downloads span {
    margin-left: 10px;
}
.prod_downloads a:hover span {
    text-decoration: underline;
}
/*--------------------Товар--------------------*/

/*--------------------Страница благодарности--------------------*/
.success_subtext {
    display: inline-block;
    width: 100%;
}
.success_subtext p {
    text-align: center;
}
.success_btn_block {
    margin: 0 auto 40px;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.success_img {
    max-height: 480px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
/*--------------------Страница благодарности--------------------*/

/*--------------------Поиск--------------------*/
#search_text, input[type="search"], #search_text_mob {
    background: var(--fon-temnyy);
    border: 1px solid var(--kontur);
    color: var(--tekst-chernyy-obychnyy);
}
#search_text:focus, #search_text_mob:focus, input[type="search"]:focus {
    border-radius: 0;
    background: var(--fon-temnyy);
    color: var(--tekst-chernyy-obychnyy);
}
.search__list {
    background: var(--fon-temnyy);
    border: 1px solid var(--zalivka);
    padding-bottom: 10px;
}
.search__list-item {
    border-bottom: 1px solid #e9e9e9;
    border: none;
    width: 100%;
    margin: 0 !important;
}
.search__img {
    overflow: hidden;
    padding: 0 20px;
}
.search__price {
    padding: 0 20px;
}
.search__price-default {
    top: 0;
}
/*--------------------Поиск--------------------*/

/*--------------------Избранное и верхняя корзина--------------------*/
.actions__counter {
    background: var(--zalivka);
}
#account {
    height: 100vh;
    background: var(--fon-temnyy);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
    width: 680px;
    left: calc(100% - 680px) !important;
    z-index: 999;
}
.account {
    width: 100%;
    background: var(--fon-temnyy);
}
.account__col {
    width: 100%;
    border: none;
    padding: 40px 20px;
}
.wish_title_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 30px;
    align-items: center;
    border-bottom: 1px solid var(--linii);
    margin: 0 20px;
}
.wish_title {
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
}
.wish_list {
    overflow-y: auto;
    max-height: 100vh;
    padding: 0 20px;
}
.wish_item, .topcart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid var(--linii);
    width: 100%;
}
.topcart_item:first-child {
    border: none;
}
.wish_item_text {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}    
.wish_item_name, .topcart_item_name {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.wish_item:first-child {
    border: none;
}
.wish_item_action {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    align-content: space-between;
    justify-content: flex-end;
}
.wish_action_top, .topcart_action_top {
    width: 100%;
}
.wish_more {
    opacity: 0;
    pointer-events: none;
}
a.wish_cart {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: none;
    opacity: 0.8;
    width: 100%;
    display: block;
    color: var(--tekst-chernyy-obychnyy);
    border: none;
    padding: 0;
    text-align: right;
    opacity: 0;
    pointer-events: none;
}
a.wish_remove, a.topcart_remove {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: none;
    opacity: 0.8;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.wish_more .ui-spinner, .topcart_more .ui-spinner {
    width: 80px;
    border-radius: 40px;
    overflow: hidden;
    background: transparent;
    margin-right: -15px;
}
.wish_more input, .topcart_more input {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--tekst-chernyy-obychnyy);
}
.wish_more .ui-spinner-down, .topcart_more .ui-spinner-down {
    position: absolute;
    left: 8px;
    top: calc(50% - 8px);
    cursor: pointer;
    height: 13px;
}
.wish_close, .topcart_close {
    cursor: pointer;
}
.cart-popup {
    height: 100%;
    background: var(--fon-temnyy);
    overflow: hidden;
    width: 720px;
    padding: 40px 20px 40px 40px;
    z-index: 999;
}
.topcart_title_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 30px;
    align-items: center;
    border-bottom: 1px solid var(--linii);
}
.topcart_title {
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
}
.topcart_empty, .wish_empty {
    text-align: left;
    margin: 20px;
}
.topcart_empty {
    margin-left: 0;
}
.topcart_list {
    overflow-y: auto;
    max-height: 560px;
    overflow-x: hidden;
    padding: 0 20px 0 0 !important;
    border-bottom: 1px solid var(--linii);
}
.topcart_item_price {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 5px;
}
.topcart_text_bt {
    line-height: 110%;
    margin-top: 20px;
    width: 100%;
}
.topcart_option {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: var(--tekst-chernyy-obychnyy);
    opacity: 0.8;
}
.topcart_item_action {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    align-content: space-between;
    justify-content: flex-end;
}
.topcart_item_text {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.topcart_total_block {
    -border-top: 1px solid var(--linii);
    width: 100%;
}
.topcart_total {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: var(--tekst-chernyy-obychnyy);
    text-align: left;
    padding: 30px 0;
}
.cart-popup .btn {
    width: 100%;
}
.cart-popup .scroll-container {
    -padding: 0 18px 15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: calc(100% - 40px);
}
.cart-popup_bottom {
    -max-height: 400px;
    overflow: hidden;
}
.popup-close.js-popup-close {
    display: none;
}
/*--------------------Избранное и верхняя корзина--------------------*/

/*--------------------Возврат--------------------*/
#return {
    padding-bottom: 40px;
}
.return_form label.custom-radio {
    line-height: 20px !important;
}
.return_form .checkout input {
    width: 100%;
    padding: 0 15px;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 14px;
    background: none;
    margin-bottom: 20px;
    border: 1px solid var(--linii) !important;
    border-radius: 7px !important;
    height: 45px;
}
.return_form .checkout input::placeholder {
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.return_form .checkout input:focus-visible {
    outline: none;
}
.return_form .checkout textarea {
    height: 205px;
    padding: 15px;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 12px;
    background: none;
    border: 1px solid var(--linii);
    border-radius: 7px;
}
.return_form .custom-radio::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--linii) !important;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% 50% !important;
    background: transparent !important;
    top: 0;
    left: 0;
    margin-top: 4px;
}
.return_form .custom-radio::after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-color: var(--linii);
    background-color: var(--zalivka);
    top: 0;
    left: 0;
    margin-top: 4px;
    margin-right: 0.5em;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% 50% !important;
}
.return_form .checkout__textarea-box {
    width: 100%;
}
.return_form .checkout textarea {
    height: 205px;
}
.return_form .captcha {
    display: flex;
    justify-content: center;
}
.return_form .checkout__button-box {
    justify-content: center;
    display: flex;
}
/*--------------------Возврат--------------------*/

/*--------------------Оформление заказа--------------------*/
.checkout_page {
    background: var(--fon-svetlyy);
}
#quickcheckoutconfirm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.checkout_left {
    width: 50%;
    background: var(--fon-svetlyy);
}
.checkout_right {
    width: 50%;
    background: var(--fon-temnyy);
    padding-bottom: 50px;
}
.check_data {
    max-width: 760px;
    padding: 50px 80px;
    margin-left: auto;
}
.check_cart {
    max-width: 780px;
    padding: 50px;
    margin-right: auto;
}
.check_logo {
    width: 100%;
    padding-bottom: 70px;
}
.check_logo a {
    line-height: 50px;
}
ul.breadcrumb {
    display: flex;
}
.check_bread {
   padding-bottom: 70px; 
}
ul.breadcrumb li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: var(--tekst-chernyy-obychnyy);
}
.bread_delim {
    margin: 0 7px;
    height: 16px;
}
ul.breadcrumb li:last-child .bread_delim {
    display: none;
}
ul.breadcrumb li:last-child a {
    opacity: 0.6;
    pointer-events: none;
}
.quickcheckout-content {
    border: none;
    padding: 0;
}
.personal_data {
    margin-bottom: 40px;
}
h2.checkout_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    margin-bottom: 20px;
}
.checkout_col1 {
    width: 49%;
}
.checkout_col2 {
    width: 100%;
}
.chekout_fields_block input {
    width: 100%;
    padding: 0 15px;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 14px;
    background: none;
    margin-bottom: 20px;
    border: 1px solid var(--linii) !important;
    border-radius: 7px !important;
    height: 45px;
}
.chekout_fields_block input::placeholder {
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.chekout_fields_block input:focus-visible {
    outline: none;
}
.chekout_fields_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chekout_fields_block select {
    width: 100%;
    padding: 0 15px;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 14px;
    background: none;
    margin-bottom: 20px;
    border: 1px solid var(--linii) !important;
    border-radius: 7px !important;
    height: 45px;
}
.payment_method_sub {
    margin-bottom: 20px;
}
.payment_method_item {
    margin-bottom: 10px;
}
.payment_method_item .custom-radio::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--linii) !important;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% 50% !important;
    background: transparent !important;
    top: 0;
    left: 0;
}
.payment_method_item .custom-radio::after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-color: var(--linii);
    background-color: var(--zalivka);
    top: 0;
    left: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% 50% !important;
}
#payment-method {
    margin-bottom: 40px;
}
.check_btn_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    margin-top: 40px;
}
.check_btn_block .btn {
    width: 85%;
    height: 40px;
}
.check_back {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    text-decoration: underline;
}
.check_terms {
    padding-top: 30px;
    border-top: 1px solid var(--linii);
}
.check_terms a {
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
    margin-right: 30px;
}
.check_cart_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--tekst-chernyy-obychnyy);
    margin-bottom: 40px;
}
.check_cart_wrap {
    padding: 20px 0;
    border-top: 1px solid var(--linii);
    border-bottom: 1px solid var(--linii);
}
.checkcart_count {
    background: var(--zalivka);
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: var(--tekst-belyy);
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    position: absolute;
    margin-left: 130px;
    margin-top: -130px;
}
.checkcart_item_text {
    width: 63%;
}
.checkcart_item_action {
    width: 10%;
}
.checkcart_item_price {
    text-align: right;
}
.checkcart_item {
    border: none;
    padding: 20px 0;
}
.checkcart_total {
    max-width: 760px;
    padding: 0 50px;
    margin-right: auto;
    margin-top: 80px;
}
.checkcart_subtotal_item {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--tekst-chernyy-obychnyy);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--linii);
}
.checkcart_total_item {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: var(--tekst-chernyy-obychnyy);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.cart_tabs {
    margin-top: 25px;
    max-width: 760px;
    padding: 0 50px;
    margin-right: auto;
}
.cart_coupon, .cart_voucher {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#coupon-content {
    display: flex;
    margin-bottom: 0;
}
.cart_coupon input, .cart_voucher input {
    width: 70%;
    padding: 0;
    color: var(--tekst-chernyy-obychnyy);
    font-weight: 400;
    font-size: 14px !important;
    background: none;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid var(--tekst-chernyy-obychnyy);
    margin-bottom: 20px;
}
.checkcart_shipping_total {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--tekst-chernyy-obychnyy);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.checkcart_shipping_total .shipping_total_name {
    width: 80%;
}
.cart_coupon input::placeholder, .cart_voucher input::placeholder {
    color: var(--tekst-seryy);
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
}
.cart_coupon input:focus-visible, .cart_voucher input:focus-visible {
    outline: none;
}
.btn_coupon .btn, .btn_voucher .btn {
    max-width: 160px;
    height: 40px;
}
.text-danger {
    margin-bottom: 20px;
}
/*--------------------Оформление заказа--------------------*/

.cat_list_el{
    position: relative;
}
.subcat_list{
    padding-top: 4px;
    width: max-content;
    position: absolute;
    bottom: -150%;
}
.subcat_list a{
    font-size: 12px;
}
@media (max-width:1200px){
    .subcat_list{
        width: unset;
        position:unset;
        padding-left: .5rem;
        border-top: 1px solid var(--linii);
    }
}