:root {
    --bg: #F4F4F4;
    --col: #333;
    --gray: #EFEFEF;
    --bgbtn: #639D2B;
	--btn: #639D2B;
    --mt:1.47rem;
}

.gray {
    background: var(--gray);
}
.white{
	background:#fff;
}
.grid-2{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:2em;
    width:100%;
}
.grid-3{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2em;
    width:100%;
    position: relative;
}
.grid-4{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2em;
    width:100%;
}
.grid-5{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:2em;
    width:100%;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grid-2 .swiper,.grid-3 .swiper,.grid-4 .swiper,.grid-5 .swiper{
max-width: 100%;
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-e {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.w100{width:100%;}

.just-space-center{
    display: flex;
    justify-content:space-between;
    align-items:center;
    gap: var(--mt);
}
.just-space-streght{
    display: flex;
    justify-content:space-between;
    align-items:stretch;
    gap: var(--mt);
}
.just-top{
    display: flex;
    justify-content:start;
    align-items:start;
    gap: var(--mt);
}
.just-space-center>*,.just-top>*,.just-space-streght>*{
    flex:1;
}

.gap-05{
  gap: calc(var(--mt) / 2);
}
.gap-1{
  gap: var(--mt);
}
.gap-2{
  gap: calc(var(--mt) *2);
}
.pad-top {
    padding-top: 2rem;
}
.pad-bot {
    padding-bottom: 5rem;
}
.block {
    /* padding-top: 5rem; */
    /* padding-bottom: 5rem; */
    gap: 2em;
}



.close-form {
    width: 2.5rem;
    aspect-ratio: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    background: var(--btn) url(../images/icon/close.svg) no-repeat center/50%;
}

.close-form:hover {
    /* background: var(--color-a); */
    opacity: 0.5;
    cursor: pointer;
}


.but,.but:visited {
    font-family: 'bounded';
    /* width: 3rem; */
    /* border-radius: 50%; */
    background: var(--bgbtn);
    color: #fff;
    cursor: pointer;
    transition: all linear .2s;
    /* position: relative; */
    /* z-index: 1; */
    /* font-size: 0; */
    padding: 0.5em 1em;
    /* outline: 1px solid var(--bgbtn); */
    border: 1px solid var(--bgbtn);
}
.but:hover{
    background: #fff;	
    color: var(--bgbtn);
}
.button, a.button, a.button:visited {
    transition: all 0.3s;
    color: #fff;
    /* line-height: 1em; */
    padding: 0.95em 2em 1em;
    display: flex;
    gap: 1em;
    /* white-space: nowrap; */
    text-transform: uppercase;
    text-align: center;
    background: var(--btn);
    outline: none;
    font-family: 'bounded';
    font-size: 0.8em;
    align-items: baseline;
    justify-content: center;
    font-weight: normal;
    width: fit-content;
    box-shadow: 4px 4px 7px 2px #00000036;
    border: 1px solid var(--bgbtn);
}
.button img{
	width:100%;
}
.button:hover, a.button:hover, a.button:visited:hover ,a.button:hover{
    background:#fff;
    color:var(--btn);
}
.button:hover,.but:hover,.btn-arrow:hover,.catalog_but:hover,.main-quantity a:hover{
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
.button:active,.but:active,.btn-arrow:active,.catalog_but:active,.main-quantity a:active{
	filter: none;
}
.head_menu a {
    height: 3.45em;
}
.btn-rassr{
    background:#D9D9D9;
    color:var(--col1);
    border-color: #fff;
    outline: 1px solid var(--bgbtn);
}
.btn-1click,.modal .button{
        margin: 0;
        /* color: #fff; */
        /* border-color: #fff; */
        /* outline: 1px solid var(--bgbtn); */
        word-wrap: normal;
        white-space: normal;
}

.button2{background: var(--bgbtn);color: var(--col)!important;padding: 1em 3em;cursor: pointer;text-transform: uppercase;font-weight: bold;letter-spacing: 1px;font-size:0.77em;border: none;}

/* Sections */
section {
    margin: 0px 0 4rem;
}
section#first {
    /* margin-top: 5em; */
    background: url(/assets/images/home/first.jpg) no-repeat center/cover;
    padding: 9em 0;
    position:relative;
}
section#first:after {
    content:'';
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    background:#00000080;
    z-index: 0;
}
#first p{
    color:#fff;
    margin-bottom: 1em;
    text-transform:uppercase;
    font-weight:bold;
}

.first-wrapper{
    position:relative;
    z-index:1;
}
.first-wrapper h1{
	color:#fff;
}

.Preim-ul{
    column-count:2;
    /* page-break-inside: avoid; */
    /* break-inside: avoid; */
}
.Preim_item img {
    width: 2em;
}

.Preim_item {
    display: flex;
    gap: 1em;
    align-items: center;
    padding: 0.5em 2em;
    height: 5em;
    font-weight: 500;
    page-break-inside: avoid;
    break-inside: avoid;
}

.stage {
    padding: 5em 2em;
}

.stage-num {
    display:block;
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: Bounded;
    margin: 0 0.5em 0.5em 0em;
    line-height: 1em;
    position: relative;
    z-index:2;
    font-weight: bold;
}
.stage-num:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0.75em;
    height:0.75em;
    background:var(--bgbtn);
    z-index:-1;
}
    

.stage-title {
    font-size: 1.15em;
    font-family: Bounded;
    font-weight: bold;
}

.stage .desc {
    opacity: 0.6;
}


.case-item {
    padding: 2em;
    height: 100%;
    /* border: 1px solid #eee; */
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* overflow: hidden; */
    /* position: relative; */
}
.case-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1rem;
    font-family: 'bounded';
}
.case-item a{
    width:100%;
}
.case-subtitle {}

.case-item>div {
    border-left: 5px solid var(--bgbtn);
    padding-left: 1em;
    margin-bottom: 1em;
}

.case-item img {
    aspect-ratio: 1.25;
    object-fit: cover;
    height: 100%;
    /* margin-top: 1em; */
}

.promo-item {
    aspect-ratio: 1.2;
    padding: 2em;
}

.promo-title {
    font-size: 2em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color:#fff;
    font-family: 'bounded';
}
.promo-title strong{
    display:block;
}
.promo-subtitle {
    font-size: 1.2em;
        color:#fff;    
}


.faq-bl {
    /* max-height: 30rem; */
    /* overflow-y: auto; */
    width: 86%;
    margin: 0 auto;
    background: #fff;
    counter-reset: section;
}

.faq-it {
    padding: 2em 4em;
    border-top: 1px solid #232323a1;
    font-family: bounded;
    /* font-weight: lighter; */
}

.faq-it:first-child {
    border: none;
}

.question {
    font-weight: 500;
    font-size: 1.5rem;
    cursor: pointer;
    align-items: center;
    /* color: var(--bg); */
    /* text-transform: uppercase; */
    position: relative;
    line-height: 1.8em;
    padding: 0 4em;
    font-family:bounded;
}

.question:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 1;
    background: url(/assets/images/icon/plus.svg) no-repeat center / 100%;
    width: 2em;
}
.question:after {
    content: '0'counter(section);
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: section;
    font-size: 1.2em;
    opacity: 0.4;
}
.faq-it.open .question {
    color: var(--color-a);
}

.faq-it.open .question::before {
   background:  url(/assets/images/icon/xmark.svg) no-repeat center / 100%;    
}

.question p {
    line-height: 1em;
}

.question img {
    width: 2rem;
    margin-top: -4%;
}

.answer {
    padding: 0 4em 0 5.5em;
    display: none;
    font-size: 1.1em;
}

.answer p {
    margin-top: .5rem;
}

.faq-it.open .question span img {
    transform: rotate(45deg);
    transform-origin: center center;
}


a.fancybox:hover:after {
    content: '';
    background: #00000054 url(/assets/images/icon/zoom.svg) no-repeat center / 10%;
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    transition: 0.25s;
}

a.fancybox {
    position: relative;
    transition: 0.25s;
    display: block;
}



.input {
    /* width: 100%; */
    /* height: 3rem; */
    /* padding-left: 1rem; */
    /* border: none; */
    /* border-bottom: 1px solid var(--col2); */
    /* outline: none; */
    /* background: #fff; */
    /* display: block; */
}
.input-filed {
    /* margin-bottom: 1.2rem; */
    display: inline-block;
}
.input-filed:has(input:focus) span{
	opacity:1;
}

label.title-textarea {
    margin-top: 1rem;
    text-align: left;
    opacity: 0.8;
    padding-left: 1rem;
}
.modal-container .input-filed {
    margin-bottom: 1.5rem;
    width: 100%;
}
.input-filed span {
    font-size: .8rem;
    /* margin-bottom: .7rem; */
    opacity:0;
    position: absolute;
    top: -1.5em;
	transition:0.5s;
}
#office-profile-form .input-filed span {
    display: block;
    color: #969696;
    font-size: .7rem;
}
#office-profile-form .order {
    margin-bottom: 3rem;
}
.input-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em 0;
    width: 100%;
}
.input-wrap .input-filed {width: 90%;position: relative;}
textarea.input {
    height: 8.8rem;
    resize: none;
    padding-top: 1rem;
    background: var(--gray);
}
.error-text {
    color: #db0000;
    margin-top: .5em;
    font-size: .9em;
}
.alert {
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 1rem;
    margin: 2rem 0 1rem;
    border: 1px solid #faebcc;
    border-radius: 4px;
    align-items: flex-start;
}
.alert img {
    width: 1.2rem;
    margin-right: .5rem;
}
.polit {
    font-size: .7rem;
    letter-spacing: 0.01em;
    /* color: #fff; */
}
.polit a {
    text-decoration: underline;
    /* color: #fff; */
}

.file-label {
    font-weight: normal;
    cursor: pointer;
    position: relative;
    height: 4rem;
    width: 100%;
    justify-content: center;
    background: #F5F5F6;
}
.file-label span {
    color: #969696;
    font-size: .8rem;
    margin-right: 1rem;
}
.file-label>img {
    width: 1.8rem;
}
.file-list {
    /* margin-bottom: 1em; */
    font-size: .9em;
}
.file-list span {
    display: flex;
    align-items: center;
    line-height: 100%;
    margin-top: .7rem;
    font-size: .7rem;
}

.content{ 
    /* font-size: 0.88em; */
}
.content ul li {
    /* padding: 0 1em 1em 0em; */
    list-style: disc;
    margin-left: 2em;
    line-height:1.5em;
	font-size:1.25em;
	font-weight:500;
}
.content ul li::marker{
	color:var(--bgbtn);
}
.tab_container .content ul {
    margin-bottom: 1rem;
}
.tab_container .content li {
    padding: 0;
}
.content p {
    line-height:1.5em;
}

.content p:not(:last-child) {
    margin-bottom: 0.5em;
}


.form-rass {
    background: linear-gradient(90deg, #090909 -5%, #2C2C2C 100.49%);
    padding: 1em 2em;
    color: #fff;
}

.form-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1em;
}
.rass-subtitle span {
    font-size: 0.6em;
    padding: 0 1em;
}

.rass-subtitle-img {
    border: 1px solid var(--yell);
    border-radius: 50%;
    padding: 0.5em;
}

.preimuzhestva {
    gap: var(--mt) calc(var(--mt) * 2);
    font-size: 1.4em;
}

.form-rass .button2{
	width:100%;
}
.headline {
    color: var(--col);
}

.headline_sm {
    font-size: 2.5em;
    letter-spacing: 0.01em;
}
.subtitle {
    margin-top: 0.5rem;
    font-weight: bold;
}

.headline-block .headline {
    margin: 0
}
.headline-block {
    margin-bottom: var(--mt);
}
.headline-block_mod .headline {
    
}
.headline-block img {
    max-width: 40%;
}

.wrapper {
    padding-left: 6em;
    padding-right: 6em;
}
.breadcrumbs {
    /* margin-bottom: 1.75em; */
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs li {
    /* display: inline-block; */
    font-size: .7rem;
    text-transform: uppercase;
    /* font-weight: bold; */
}
.breadcrumbs li:not(.active) a {
    color: #969696;
}
.breadcrumbs li.active a {
    color: var(--col);
}
.breadcrumbs li a:hover {
    color: var(--col);
}
.call-question {
    color: var(--yell);
    text-align: right;
    font-size: 0.8em;
    font-weight: 700;
     /* 14.21px */
    text-transform: uppercase;
}

.delivery-notes>div {
    padding: 2em;
}

.product-notes-title {
    font-size: 1.5em;
    font-weight: bold;
}

.next_cat {
    font-size: .8rem;
    text-transform: uppercase;
    /* color: var(--yell); */
    line-height: 1.2em;
    display: inline-flex;
    align-items: center;
    gap: 1em;
}
.next_cat img {
    width: 2em;
}
.main_menu {
    width: 100%;
    border-bottom: 1px solid var(--col2);
}
.main_menu.open {
    display:block !important;
}
.main_menu-category {
    padding: 0 3vw 1vw;
}
.main_menu.open .main_menu-category {
    position: relative;
    background: var(--gray);
    height: 27vw;
    padding: 1vw 0 1vw 0;
}
.main_menu .dropdown-menu {
    display: none;
    position:absolute;
    top:0;
    left: 30vw;
    width: calc(100% - 30vw);
    height: 27vw;
    flex-direction: column;
    /* display: flex; */
    flex-wrap: wrap;
    background: #fff;
    padding: 1em;
    align-items: start;
}
.main_menu.open ul li:first-child .dropdown-menu {
    /* display: flex; */

}
.main_menu .dropdown-menu a{
	padding:0.5em;
	font-size: 0.88em;
	color: var(--col3);
	max-width: 20vw;
}
li.level-1 {
    /* width: 100%; */
}
.main_menu.open .main_menu-link:hover+.dropdown-menu,.main_menu.open .main_menu-link+.dropdown-menu:hover{

    display: flex;
}

.main_menu.open .main_menu-link:hover,.main_menu.open .main_menu-link:has(+.dropdown-menu:hover){
    background-color: #fff;
    border-right: 1px solid var(--yell);
}



.main_menu-inner {
    
}
.main_menu-close {
    position: fixed;
    right: 2rem;
    top: 9rem;
    cursor: pointer;
    z-index: 2
}
.main_menu-close img {
    width: 2rem;
}
.main_menu-other {
    align-items: flex-start
}
.main_menu-other>div {
    width: 48%
}
.main_menu-block {
/*    width: 48%;*/
    margin-top: 4rem
}
.main_menu-title {
    font-size: .8rem;
    text-transform: uppercase;
    color: #898989;
    margin-bottom: 2rem;
}
.main_menu-link {
    display: flex;
    font-size: 0.77rem;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
    gap: 5%;
    padding: 0 1em 0 0;
	transition:0.2s;
	white-space: nowrap;
}

.main_menu.open .main_menu-link {
	font-size: 0.88rem;
	padding: 1vw 1vw 1vw 3vw;
	width: calc(30vw );
	/* display: block; */
}
.main_menu-link span {
    opacity: 0;
    transition: all linear .2s;
}
.main_menu-link:hover,.main_menu-link:focus {
	color:var(--yell-hover);
}
.main_menu-link:active {
	color:var(--yell-active);
}
.catalog_icon {
    width: 1.3rem;
    height: 1.3rem;
    object-fit: contain;
}

.main_menu_wrapper {
    align-items: start;
    overflow-x: auto;
}
.main_menu.open .main_menu_wrapper {
  flex-direction:column;
  height: 100%;
}

.main_menu-category--images {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}
.main_menu-category--images img {
    width: 14rem;
    position: relative
}
.main_menu-category--images img:nth-child(1) {
    left: 1rem
}
.main_menu-category--images img:nth-child(2) {
    top: 8rem
}
.main_menu-category--images img:nth-child(3) {
    margin-top: 4rem
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    background: #fff;
    /*    transition: all linear .2s;*/
}

.header a:hover,.header a:focus {
	/* color: var(--bgbtn); */
}
.header a:active {
	color:var(--yell-active);
}

.header.scroll {
    /* box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.2); */
    /* background: #fff; */
}

.top-banner {
    width: 100vw;
    background: #2a2a2c;
}
.top-banner a{
	text-align:center;
	display: flex;
	justify-content: center;
}
.top-banner img{
	max-width:100%;
	text-align:center;
}
.top_head {
    padding: 0.5rem 6rem;
    /* transition: all linear .2s; */
    /* font-weight: bold; */
    /* font-size: 0.8em; */
    /* border-bottom: 1px solid var(--col2); */
    position: relative;
    /* flex-wrap: wrap; */
}
.top_head2 {
    /* padding: 0rem 0rem 1rem; */
    /* transition: all linear .2s; */
    font-weight: bold;
    font-size: 0.8em;
    /* border-bottom: 1px solid var(--col2); */
    /* position: relative; */
    flex-wrap: wrap;
}
.bot_head {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /* transition: all linear .2s; */
    gap: 1rem;
}
.scroll .top_head {
    /* padding: 1rem 4em; */
}
.scroll .bot_head {
    /* padding: 0.7rem 3em; */
}
.city {
    font-size: .7rem;
    color: var(--col2);
    margin-right: 2.5rem;
}
.city span {
    color: var(--col)
}
.tel-header {
    border: 1px solid var(--bgbtn);
    padding-right: 1em;
}
.tel {
    font-size: 1.5em;
    font-weight: bold;
}
.mail {
    font-size: .8rem;
}
.top_head a:hover{
	/* text-decoration:underline; */
}
.bric {
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    border: 1px solid var(--bgbtn);
    padding: 1em 2em 1em;
    margin: 1px;
    /* width: 6.4rem; */
    text-align: center;
    height: 2.5rem;
    font-family: 'bounded';
    text-transform: uppercase;
    font-size: 0.8em;
}
.bric:hover, .bric:focus {
    border-color: var(--bgbtn);
    color: var(--bgbtn);
    background: #fff;
}
.bric:hover>a, .bric:focus>a,.drop_down-inner a:hover{
    color: var(--bgbtn);
}
.bric a {
    height: 2.5rem;
    display: flex;
    align-items: center;

}
.head_menu .drop {
    position: relative;
    justify-content: center;
}
.head_menu .drop:hover {
    cursor:pointer;
    color: var(--bgbtn);
}
.head_menu .drop img{
	width: 1rem;
}
.head_menu .drop_down {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 8;
    padding-top: .1rem;
    display: none;
    width: max-content;
}
.head_menu .drop:hover .drop_down {
    display: block;
}
.drop_down-inner {
    box-shadow: 0 0 0.3em 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    /* gap:1rem; */
    background: #fff;
    /* padding: 1.5rem; */
}
.head_menu .drop_down a {
    /* display: block; */
    padding: 1em;
    min-width: 10em;
    text-align: left;
    /* font-size: 0.8em; */
}
.prof_link {
    font-size: .7rem;
    margin-left: 6.5rem
}
.prof_link>img {
    width: 1rem;
    margin-right: 0.5rem;
}
.mob_tel {
    display: none;
}
.logo {
    width: 9vw;
}
.link_custom_design {
    /* color: #fff; */
    text-transform: uppercase;
    outline: 1px solid var(--bgbtn);
    border: 1px solid #fff;
    background:var(--bgbtn);
    padding: 0.5em 1em 0.35em;
    font-weight: bold;
    /* font-size: 0.9em; */
    display: flex;
    align-items: center;
    gap: 1em;
    width: fit-content;
    line-height: 1em;
    white-space: nowrap;
}

.link_zayavka {
    color: var(--yell);
    text-decoration: underline;
}

a.link_zayavka:hover,a.link_zayavka:focus,a.link_zayavka :active,
.link_custom_design:hover,.link_custom_design:focus,.link_custom_design :active
{
	color: #fff;
}

.scroll .logo {
    /* width: 9rem; */
}


.popular {
      display: grid!important;
      gap: 3em;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-flow: dense;
}
.popular_item{
    /* height: 26vw; */
    /* padding: 2rem; */
    position:relative;
    /* aspect-ratio: 1; */
    /* overflow: hidden; */
    /* background: #fff; */
}
.popular_item:hover {
	color:var(--bgbtn);
}
.popular_item img {
    object-fit: cover;
    /* height: 100%; */
    aspect-ratio: 1;
}

.popular_item p{
    /* font-weight:700; */
    line-height: 1.2em;
    text-align: center;
    font-family: 'bounded';
    padding: 0.5em;
}

a[data-fancybox] {
    transition:0.2s;
    font-size: 0;
    position: relative;
}
a[data-fancybox]:hover {
    opacity: 0.7;
}
.button.btn-arrow:after {
    width: 1em;
    height: 1em;
    background: url(/assets//images/icon/btn-arrow.svg) no-repeat center/contain;
    content: '';
}
.button.button-back:before {
    width: 1em;
    height: 1em;
    background: url(/assets//images/icon/btn-arrow.svg) no-repeat center/contain;
    content: '';
	transform:rotate(180deg);
}
.popular_item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.catalog_but {
    background: var(--bgbtn);
    color: var(--col1);
    /* width: 8rem; */
    /* height: 2.7rem; */
    /* justify-content: center; */
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    /* letter-spacing: 1px; */
    /* font-size: 0.77em; */
    position:relative;
    padding: 0.95em;
    transition:0.2s;
}
.catalog_but:after {
    /* background: url(/assets/images/icon/menu.svg) no-repeat 13% center; */
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    content:'';
}
.catalog_but.open:after{
    background: url(/assets/img/icon/close-menu.svg) no-repeat 13% center;
}
.catalog_but>img {
    width: 0.88rem;
    margin-right: .5rem;
	display:none;
}
.search-form {
    /* height: 2rem; */
    /* border: 1px solid var(--bgbtn); */
    padding: 0 .1rem 0 0;
    width: 18rem;
    flex-shrink: 0;
    /* height: 2rem; */
    gap: 3px;
}
.search-input {
    border: 1px solid var(--bgbtn);
    outline: none;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    padding: 0.75em;
    height: 2.5rem;
    background: var(--gray);
}
.search-button {
    background: var(--bgbtn);
    border: none;
    display: flex;
    align-items: center;
    padding: .5rem;
    height: 2.4rem;
    width: 2.4rem;
    border: 1px solid #fff;
    outline: 1px solid var(--bgbtn);
}
.search-button img {
	/* width: 2.4em; */
}
.serv_item {
    /* margin-left: 1rem; */
    /* flex-direction: column; */
    /* position: relative; */
    /* gap: 0.5em; */
    /* background: var(--gray); */
}
.serv_item-img {
    width: 1.1rem;
    /* margin-right: .2rem; */
}
.serv_item-count {
    font-size: .7rem;
    color: var(--bg);
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* height: auto; */
    width: 2.5em;
    aspect-ratio: 1;
    /* color: var(--col); */
    border-radius: 50%;
    position: absolute;
    top: 0%;
    right: 0%;
    background: var(--bgbtn);
}
.social img{
	height: 2em;
}
.icon {
    height: 2.6em;
    padding: 0.85em;
    background: var(--btn);
    aspect-ratio: 1;
    display: flex;
    align-items: anchor-center;
}


.header-item p:not(.subheader) {
    /* margin: 0; */
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 0.8em;
}
.header-item a{
    font-weight:bold;
}
.header-item a:hover{
    color:var(--btn);
}
p.subheader {
    opacity: 0.77;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.5em;
}


.minicart {
    position: relative;
    padding: 0.5em;
}
.minicart_list {
    display: none;
    position: absolute;
    z-index: 2;
    right: -.5rem;
    width: 17.5rem;
    background: none;
    top: calc(100% + 0rem);
    /* padding-top: 1rem; */
}
.minicart_list-inner {
    position: relative;
    padding: 0 .5rem;
    background: #fff;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 21%);
}
.minicart:hover .minicart_list {
    display: block
}
.minicart_list-inner:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: .325rem solid transparent;
    border-right: .325rem solid transparent;
    border-bottom: .7rem solid #fff;
    z-index: 1;
    top: -0.5rem;
    right: 1.7rem;
}
.minicart_row {
    padding: .5rem 0
}
.minicart_row-img {
    width: 3.5rem;
    flex-shrink: 0;
    margin-right: .5rem
}
.minicart_row-name {
    /* font-size: .7rem; */
    line-height: 100%;
}

.sliders {
    /* display: grid; */
    /* grid-template-columns: 67% 30%; */
    gap: 2rem;
    padding: 3rem 0;
}
.sliders>div {
    width: 100%;
    position: relative;
}
.swiper_banner_small{
	  position: relative;
	  padding-bottom: 1.5em;
}

.swiper_banner .swiper-slide,.swiper_banner_small .swiper-slide {
    width: 100%;
}

.main-banner_item,.main-banner_item_small {
    height: 32vw;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-banner_item a,.main-banner_item_small>div,.main-banner_item_small>a {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 1;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper_banner .swiper-slide video {
    width: 100%;
}

 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 5%; */
}
.swiper-pagination .swiper-pagination-bullet {
    width: 3em;
    border-radius: 0;
    height: 2px;
    background: var(--col2);
    opacity: 1;
    margin-left: 0.5rem;
}
 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
	background: var(--yell);
}
.swiper-button-next:after, .swiper-button-prev:after {
	    font-size: 0;
}
.swiper_banner .swiper-button-next, .swiper_banner .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    background: url(/assets/img/icon/swiper-arrow-right-white.svg) no-repeat center/contain;
}
.swsmall-next, .swsmall-prev {
    width: 2rem;
    height: 2rem;
    background: url(/assets/img/icon/swiper-arrow-right-yell.svg) no-repeat center/contain;
	transition:0.2s;
}


.swsmall-next:hover, .swsmall-prev:hover{
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}

.swiper_banner .swiper-button-prev,.swsmall-prev {
	transform: rotate(180deg);
}
.swsmall-prev {
	left:-1em;
}
.swsmall-next {
	right:-1em;
}


.grid-item-slider {
    width: calc(50vw - 4em);
}

  .gallery-top  .swiper-slide,.gallery-thumbs .swiper-slide{
      background-size: cover;
      background-position: center;
      position: relative;
      border: 1px solid transparent;
      outline: 2px solid var(--bgbtn);
    }

.gallery-top {
    /* width: calc(60vw - 4em); */
    height: 30vw;
}
.gallery-thumbs {
    height: 10vw;
    margin-top: -3em;
    padding: 1em 1em;
}

 .gallery-thumbs .swiper-wrapper {
        transform: none!important;
}
   
.gallery-thumbs .swiper-slide{
	margin-right: 2em;
	box-shadow: 0 0 10px 5px #00000040;
	transition:0.2s;
}
.gallery-thumbs .swiper-slide:hover{
	cursor:pointer;
	opacity:0.9;
	
}

.tab-block ul {
	display:flex;
	flex-wrap:nowrap;
	overflow-x: scroll;
}

.tab-block li, .tab-nav a {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight:bold;
    color: var(--col3);
    white-space: nowrap;
}
.tab-nav a.active {
    color: #333;
}
.tab-block li+li:before, .tab-nav a+a:before {
    content:'X';
    padding:2em;
}
.tab_container {
    display:none;
}


.link {
    position:relative;
    /* text-transform: uppercase; */
    font-weight: bold;
    color: var(--yell);
    /* display: flex; */
    align-items: center;
    gap: 0.5em;
    width: fit-content;
}




.contacts_item {
    /* flex: 0 0 calc(50% - var(--mt)/2); */
    display: flex;
    justify-content: space-between;
    align-items:start;
    width: 100%;
    /* font-size:0.8em; */
    flex-direction: column;
}
.contacts_item strong {
    color: #121212;
}
.contacts_item p{
	/* padding: var(--mt) 0; */
	/* margin: 0; */
	/* min-height: 6em; */
	line-height: 1.2em;
}
.contacts_item p:first-child{
    /* width:40%; */
    color:var(--col3);
}
.contacts_item p:last-child{
    width: 100%;
    margin-bottom: 1em;
}
.contacts {
    flex-direction: column;

    width: 100%;
}
.contacts_item:not(:last-child){
    /* border-bottom:1px solid var(--col3); */
}

.contact-map {
    position: relative;
    height: 40em;
}
.shema {
    position: absolute;
    width: 20em;
    height: 20em;
    z-index: 10;
    right: 1em;
    top: 1em;
}
.contact-map [class*=ymaps-2][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)
}

.row-google-map {
    position: absolute;
    height: 100%;
    width: 100%;
}

.NOborder{
	border:none;
}


.social {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    align-items: center;
}

.ico_small {
    width: 2.5rem;
}

.ico_small:hover {
    transition: background 0.3s;
}

footer .ico_small {
    width: 3.0rem;
}

.footer_contacts {
    background: #000000a3;
    /* width: 100%; */
    padding: 4vw 0 0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .header-item a,footer .header-item p:last-child{
    font-family: unbounded;
}

.pay-bl img {
    height: 1rem;
}

.contact_map {
    height: 25rem;
    background: #eee;
    filter: grayscale(1)
}


.consent-box {
    display: flex;
    gap: 1em;
    justify-content: flex-start;
}

label.consent-box input {
    width: 1.5em;
    height: 1.5em;
}

.diploms {
    padding-bottom: 2.5rem;
    overflow: visible;
}
.diplom {
    width: 14.3rem;
    height: 18.7rem;
    background: url(../img/border.png) center/100% 100% no-repeat;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}
.diplom img {
    max-width: 75%;
    width: 75%;
    object-fit: contain
}

.content_block .link:after{
	display:none;
}
.content_block ul {
    margin-bottom: 1rem
}
.content_block li {
    /* font-size: .8rem; */
    /* line-height: 175%; */
    position: relative;
    padding-left: 1rem;
    margin-bottom: .1rem;
}
.content_block li:before {
    position: absolute;
    content: '';
    left: 0;
    top: .55rem;
    width: .3rem;
    height: .3rem;
    background: var(--bg);
    border-radius: 50%;
}
.content_block li *,.content_block li p{
	padding:0;
	margin:0
}
.content_block p{
	margin-bottom:1rem;
}
.back_prod {
    margin: 1rem 0
}
.back_prod>img {
    width: 40%;
    flex-shrink: 0;
    margin-left: 3rem
}
.back_prod2 {
    margin: 5rem 0
}
.back_prod2>img {
    width: 39%;
    flex-shrink: 0;
    margin-right: 5rem;
    margin-top: -1.5rem;
    margin-bottom:  -1.5rem
}
.back_prod3 {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.sitemap .main_menu-block {
    margin: 0 0 4rem
}
.sitemap .main_menu-title {
    margin-bottom: 1rem;
    color: var(--col)
}
.sitemap .main_menu-link {
    color: #8A8A8A;
    font-size: 1.8rem;
    margin-bottom: 1.2rem
}
.sitemap .main_menu-link:hover {
    padding-left: 0
}
.main_menu-sub-inner {
    padding-left: 2rem;
}
.main_menu-sub-inner .main_menu-link {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #D2D2D2;
}


.img-left,.img-right {
	border:2px solid var(--bgbtn);
}


.err_404 {
    text-align:center;
    color:var(--yell);
    font-size: 10rem;
    font-weight: bold;
}


.w-100 {
    width: 100%;
}
.w-50 {
    width: calc(50% - 4rem);
    flex-shrink: 0;
}
.w-33 {
    width: calc(33% - 1rem);
    flex-shrink: 0
}
.w-40 {
    width: calc(40% - 1rem);
    flex-shrink: 0
}

.gallery-item {
    transition: 0.2s;
    border: 1px solid #fff;
    outline: 1px solid var(--bgbtn);
    font-size: 0;
    position: relative;
}
.gallery-item:hover:after{
    content:'';
    position:absolute;
    inset:0;
    width: 100%;
    height: 100%;
    background: #ffffff73 url(/assets/img/icon/search.svg) no-repeat center / 20%;
    z-index:2;
}
.gallery-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/***SLIDER-QUIZ*/

.slider-wrap {
    position: relative;
    background: #fff;
    /* padding: 1vw 6vw; */
}
.slider_form {
 /* min-height: 34em; */

}
.slick-dotted.slick-slider{
    margin-bottom:0;
}
.slider_form .slider-item,.slider_form .slick-slide{
        /* height: 100%; */
        min-height: 30em;
}
.slider_form input{
    border:1px solid var(--btn);
    border-radius:15px;
}
div#slide1 {
    background: url(../images/quiz/slide1.jpg) no-repeat right / 50%;
}
div#slide2 {
    background: url(../images/quiz/slide2.jpg) no-repeat right / contain;
}
div#slide4 {
    background: url(../images/quiz/slide4.jpg) no-repeat right / contain;
}

#form-slider .sl-next, #form-slider .sl-prev {
    width: 100%;
    /* height: 4em; */
    font-family:bounded;
    color:#fff;
    padding-right: 3em;
    white-space: nowrap;
    /* font-size: 0.9em; */
    display: flex;
    align-items: center;
    aspect-ratio: unset;
    box-shadow: 8px 8px 9px 0 #01010140;
}
#form-slider .sl-prev {
    background:#F0EEEE;
    color: var(--color);
    padding-left: 3em;
}
.title-calc-over {
    font-size: 2em;
    font-weight: 900;
    color: var(--btn);
    text-transform: uppercase;
    /* margin-bottom: 1em; */
}

.slider_form h4 {
    font-weight: bold;
    font-size: -0.5em;
    margin-bottom: 0.5em;
}
.back-calc {background: #F4F4F4 url(../images/quiz/calc-over.jpg) no-repeat right/50%;padding: 2em;height: 100%;border-radius: 15px;}

.calc-value {
    color: var(--btn);
    font-weight: bold;
    font-size: 2em;
    margin: 0.5em 0;
}

.small-font {
    font-family: bounded;
    margin-bottom: 0.5em;
}

.slider-header h3 span {
    display: block;
    margin-top: 1em;
    font-size: 0.5em;
    opacity: 0.5;
}

.slider-quest {
    font-size: 1.5em;
}

.slider-item-left {
    padding: 6vw 2vw 0vw 2vw;
    height: 100%;
    /* display: flex; */
    /* flex-direction: column; */
}

.promo-item {
    aspect-ratio: 1.2;
    padding: 2em;
}

.promo-title {
    font-size: 2em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color:#fff;
    font-family: 'bounded';
}
.promo-title strong{
    display:block;
}
.promo-subtitle {
    font-size: 1.2em;
        color:#fff;    
}

.slider_form .slick-dots {
    top: 1vw;
    left: 1.5em;
    right: unset;
    text-align: unset;
    bottom: unset;
}

.slider_form .slick-dots li button,.slider_form .slick-dots li.slick-active button {
    border-radius: 50%;
    background: #eee;
    width: 3rem;
    height: 3rem;
    display: block;
    padding: 0;
    font-size: 1em;
    color:#6F6C90;
    border: 2px solid #eee;
}

.slider_form .slick-dots li {
    margin-right: 4em;
}

.slider_form .slick-dots li.slick-active button {
    background: var(--btn);
    color: #fff;
}

.slider_form .slick-dots li button:before {
    content: '';
}

.slider-nav {
    border-left: 2px dashed var(--color-a);
    border-right: 2px dashed var(--color-a);
    margin-bottom: 30px;
}

.slider-nav .slick-slide>div {
    margin: 5px;
}

.slider-nav .slick-slide>div:hover {
    cursor: pointer;
}

.slider-nav .slick-dots {
    position: initial;
    display: flex;
    margin-top: 7px;
    justify-content: center;
}

.slider-nav .slick-dots li button {
    border-radius: 50%;
    border: 1px solid transparent;
    width: 10px;
    height: 10px;
    display: block;
}

.slider-nav .slick-dots li {
    margin: 0px;
}

.slider-nav .slick-dots li.slick-active button:before {
    background: var(--color-a-hover);
    opacity: 1;
}

.slider-nav .slick-dots li button:before {
    content: '';
    background: var(--color-a);
    opacity: 0.3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 3px 0px 0px 3px;
}

label.form-check-label {
    border: 1px solid #C7C7C7;
    border-radius: 15px;
    padding: 1em;
    height: 100%;
    width: 100%;
    text-align: center;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}
label.form-check-label:has(input:checked) {
    border: 1px solid #7CC733;
}


.quiz_category-item {height: 100%;}

label.form-check-label img {
    height: 12em;
    width: auto;
    margin: 0 auto 1em;
    max-width: 100%;
}

.form-check,.form-block {
    padding-left: 0;
}

.form-block>div,.form-check>div {
    margin: 1vw 0;
}

.form-check .form-check-input {
    width: 2em;
    height: 2em;
    border: 1px solid var(--btn);
    margin: 0vw 0.5em 0vw 0vw;
    vertical-align: middle;
    float: none;
    padding: 0;
}

.form-check .form-check-input:checked,.form-check-input:checked {
    background-color: var(--btn);
}

.form-check-input[type=checkbox] {
    width: 2vw;
    height: 2vw;
    border-radius: 0;
    vertical-align: text-bottom;
}

.slider-pal-item label {
    /* border: 1px solid #C7C7C7; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    padding: 0em;
    margin: 0;
}
.slider-pal-item:has(input:checked){
    border: 2px solid var(--btn);
    z-index: 10;
    position: relative;
}
.slider-pal-item label input{
      display:none; 
    }
.slider-pal-form {
    position: relative;
    padding: 0em 0 4em;
    overflow: hidden;
}
.slider-pal-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.countsSlides,.countsSlides-form {
    /* color: var(--bg); */
    font-weight: bold;
position: absolute;
    top: 0;
    right: 0;
    padding:2em;
}
.Slider-pal-nav {
    display: flex;
    justify-content: end;
    gap: 1.5em;
    margin-top: 1em;
}
#arrow-form {
    display: flex;
    gap: 1em;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.sl-next, .sl-prev {
    width: 3em;
    /* height: 3em; */
    padding: 1em;
    background: var(--btn);
    aspect-ratio: 1;
    display: flex;
    align-items: anchor-center;
    position:relative;
}

.sl-next:after{
    background: url(../images/icon/arrow-next.svg) no-repeat center right/ 30%;
    content: '';
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    right: 1em;
    /* top: 0.35em; */
}
.sl-prev:after{
    background: url(../images/icon/arrow-prev.svg) no-repeat center left/ 30%;
    content: '';
    height: 100%;
    aspect-ratio: 1;
    left: 1em;
    position: absolute;
    top: 0;
}

.sl-next:hover, .sl-prev:hover {
    cursor: pointer;
}

.sl-prev.slick-disabled,.sl-next.slick-disabled {
    display: none!important;
}

.slick-dots{
    bottom: -4em;
    /* left: 0; */
    text-align: left;
    width: fit-content;
}
.slick-dots li{
    width:0.5em;
}
.slick-dots li button {
    border: 2px solid var(--btn);
    width: 0.5em;
    height: 0.5em;
}
.slick-dots li button:before{
    font-size: 0;
    display: none;
}
.slick-dots li.slick-active button{
    background: var(--btn);
    width: 0.5em;
    height: 0.5em;
    font-size: 0;
}

/*********Form modal*******/

.standard-form p{
    margin-bottom:2em;
}

.form.fancybox-content {
    width: 80%;
}
form .header {
    font-family: bounded;
    font-size: 2em;
    margin-bottom: 0.5em;
    position: initial;
    background: unset;
    line-height: 1em;
}
#qminus {
    width: 2em;
    aspect-ratio: 1;
    background: url(../images/icon/qminus.svg) no-repeat center / 100%;
    outline:0;
    border:0;
    cursor:pointer;
}
#qplus {
    width: 2em;
    aspect-ratio: 1;
    background: url(../images/icon/qplus.svg) no-repeat center / 100%;
    outline:0;
    border:0;
    cursor:pointer;
}

.wrapper-quant {
    display: flex;
    gap: 0.5em;
    background: #fff;
    border-radius: 50px;
    padding: 0.5em;
}

input#zakaz-quant {
    width: 3em;
    padding: 0;
    text-align: center;
    font-weight: 500;
    /* margin-left: 1em; */
}

#form-modal .input-box {
    margin-bottom: 1em;
}
label{
	line-height:1em;
}
/******Tabs*****/
.tabs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1em 1em;
}

.tabs-pane {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display:none;
}

.tabs-pane.active {
    display:block;
}

.tab-content .btn-more {
    font-weight: 500;
    background: url(/img/icon/more.svg) no-repeat left/ contain;
    padding: 0.25em 1em 0.25em 3em;
    width: fit-content;
    margin-top: 3em;
}
.btn-more:hover {
    cursor:pointer;
    color:var(--btn);
}
.tabs li.button {
    padding: 1.5em 2em;
        box-shadow: 8px 8px 9px 0 #01010140;
        padding: 1.5em 2em;
}
.tabs li.button:hover{
    cursor:pointer;
}
.ral-txt {
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
}
