
@font-face {
    font-family: 'Triodion';
    src: url('../font/ancient_kyiv_regular-webfont.woff2') format('woff2'),
         url('../font/ancient_kyiv_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --bg: #363636;
    --col: #333;
    --col2: #D9D9D9;
    --col3: #969696;
    --gray: #F5F5F6;
    --yell: #868686;
    --yell-hover: #cacaca;
    --yell-active: #727272;
    --bgbtn: #cecece;
    --mt:1.47rem;
}

.gray {
    background: var(--gray);
}
.gray2 {
    background: #2b2a29;
}
.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: end;
}
.flex-e-e {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.flex-column{
	flex-direction:column;
}

.order-md-0{
	order:0;
}
.order-md-1{
	order:1;
}
.order-md-3{
	order:3;
}
.w100{ width:100%}
.no-margin{margin: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;};
.mt-05{
    margin-top:calc(var(--mt) / 2);
}
.mt-1{
    margin-top:var(--mt);
}
.mt-2{
     margin-top:calc(var(--mt) * 2);
}
.mt-4{
     margin-top:calc(var(--mt) * 4);
}
.mb-05{
    margin-bottom:calc(var(--mt) / 2);
}
.mb-1{
    margin-bottom:var(--mt);
}
.mb-2{
     margin-bottom:calc(var(--mt) * 2);
}
.mb-4{
     margin-bottom:calc(var(--mt) * 4);
}

.m-2{
     margin:calc(var(--mt) * 2);
}

.pt-1{
    padding-top:var(--mt);
}
.pt-2{
     padding-top:calc(var(--mt) * 2);
}
.pt-4{
     padding-top:calc(var(--mt) * 4);
}
.pb-05{
    padding-bottom:calc(var(--mt) / 2);
}
.pb-1{
    padding-bottom:var(--mt);
}
.pb-2{
     padding-bottom:calc(var(--mt) * 2);
}
.pb-4{
     padding-bottom:calc(var(--mt) * 4);
}
.pb-5{
     padding-bottom:calc(var(--mt) * 6);
}
.p-2{
     padding:calc(var(--mt) * 2);
}

.just-space-center{
    display: flex;
    justify-content:space-between;
    align-items:center;
    gap: var(--mt);
}
.just-top{
    display: flex;
    justify-content:start;
    align-items:start;
    gap: var(--mt);
}
.just-space-center>*,.just-top>*{
    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: 5rem;
}
.pad-bot {
    padding-bottom: 5rem;
}
.block {
    /* padding-top: 5rem; */
    /* padding-bottom: 5rem; */
    gap: 2em;
}

.but {
    height: 3rem;
    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;
    outline: 1px solid var(--bgbtn);
    border: 1px solid #fff;
}
.but img{
	width: 50%;
}
.button {
    border: 1px solid var(--bgbtn););
    /* color: #FFF; */
    padding: 1rem 1rem;
    background: #fff;
    text-transform:uppercase;
    font-weight: bold;
    font-size: 0.77em;
    text-align: center;
    display: block;
    transition:0.2s;
    white-space: nowrap;
    border-radius: 50px;
}
.button img{
	width:100%;
}
.button:hover,.but:hover,.btn-arrow:hover,.catalog_but:hover,.main-quantity a:hover,.btn-1click: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;
}
.btn-rassr{
    background:#D9D9D9;
    color:var(--col1);
    border-color: #fff;
    outline: 1px solid var(--bgbtn);
}
.btn-1click{
        background: var(--yell);
        color: #fff;
        border-color: #fff;
        outline: 1px solid var(--bgbtn);
}
.btn-1click:hover{
	background: var(--col);
	color:#fff;
}
.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;}

.model_3d {
    background: none;
    border: 2px solid var(--bg);
    color: var(--bg);
    width: 16rem;
    margin-top: 2rem;
}
.model_3d img {
    width: 1rem;
    margin-right: .5rem;
}

.review_item {
    position: relative;
    padding: 2rem;
}

.review_title {
    font-weight: bold;
    text-transform: uppercase;
}

.review_text {
    font-size: 0.88em;
    width: 80%;
}

.review_date {
    font-size: 0.77em;
    color: var(--col3);
}

.review_gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem
}
.review_gallery a {
    width: calc(100% / 5 - 1.5rem / 5*4);
    cursor: zoom-in;
}
.review_gallery a img {
    width: 100%;
}
@media (max-width: 800px) {
    .review_gallery a {
        width: calc(100% / 3 - 1.5rem / 3*2);
    }
}
@media (max-width: 425px) {
    .review_gallery a {
        width: calc(100% / 2 - 1.5rem / 2);
    }
}

.video-btn {
    display: inline-block;
    padding: 2em 2em 2em 4em;
    background: url(/assets/img/icon/video.svg) no-repeat left center / 20%;
    font-weight: bold;
}
.video-btn:hover{
	color:var(--yell);
}

.main_page header {
    /* margin-bottom: 33rem; */
}


.rating {
    position: absolute;
    right: 2em;
    top: 2em;
}
.rating img{
	width:2em;
}
.rating4>img:last-child {
    display: none;
}
.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: block;
}
.modal-container .input-filed {
    margin-bottom: 1.5rem;
}
.input-filed span {
    font-size: .8rem;
    margin-bottom: .7rem;
    display: none;
}
#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: 2em;
    width: 100%;
}
.input-wrap .input-filed {
/*    width: 48.5%;*/
}
textarea.input {
    height: 8.8rem;
    resize: none;
    padding-top: 1rem
}
.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;
}
.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:1em;
}
.pdf_link {
    border-bottom: 1px solid var(--bgbtn);
    margin-bottom: 0em;
    /* font-size: 1.2em; */
}
.pdf_link img {
    object-fit: cover;
    width: 2em;
    aspect-ratio: 1;
    margin: 0.5em;
}
.content>table td{
    padding: 0.5em 1em;
    width:50%;
}
.content table tr:nth-child(2n) {
    background:#ededed;
}
.content table td p:not(:last-child) {
    margin: 0;
}
.content table a {
    color: var(--yell);
    font-weight: bold;
}
.pdf {
    background: url(/assets/img/icon/pdf.png) no-repeat left center/15%;
    padding: 0.5em 0 1em 3em;
    display: block;
}

.pricelist td:first-child img {
    width: 4em;
}

.pricelist {
    table-layout: auto;
    width: 100%;
}

.content .pricelist td {
    width: initial;
    text-align: center;
}

.content .pricelist td:nth-child(2) {
    /* width: 60%; */
    text-align: unset;
}
.pricelist .link_custom_design img {
	width: unset;
}
.images-w50 img {
    height: 17em;
}
.images-w50 .flex-s {
    padding: 1em;
    background: #fff;
    margin-bottom: 1em;
}

.images-w50 p {
    margin-bottom: 1em;
}
.sotrud
{counter-reset: num;}

.sotrud>div {position: relative;border-radius: 15px;}

.sotrud>div>div:first-child {text-align:right}
.sotrud img {
	position:absolute;
	top: 1em;
	right: 1em;
	width: 20%;
}
.sotrud-text {
    padding: 1em 6em 2em 2em;
    border: 2px solid #fff;
    outline: 1px solid var(--bg);
    height: 100%;
    background: var(--bg);
    border-radius: 15px;
    font-size: 0.8em;
    color: #fff;
}

.rass-subtitle {
    margin: calc(var(--mt) / 2) 0;
    width: 100%;
}


.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 {
    /* font-size: 2.3rem; */
    /* margin: 0 0 2.5rem; */
    /* line-height: 120%; */
    /* font-weight: bold; */
}
.headline_sm {
    font-size: 2.5em;
    letter-spacing: 0.01em;
}
.subtitle {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0.5em;
}

.cloud {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    justify-content: space-around;
}

.cloud a {
    background: var(--gray);
    padding: 0.5em;
    border-radius: 1em;
}
.cloud a:hover {
    background: var(--col3);
    color:#fff;
}

.headline-block .headline {
    margin: 0
}
.headline-block {
    margin-bottom: var(--mt);
}
.headline-block_mod .headline {
    
}
.headline-block img {
    max-width: 20%;
    margin-right: 4em;
}
.container {
    /* margin-left: 8rem; */
    /* margin-right: 8rem; */
    width: calc(100% - 16rem);
    margin: 0 auto;
}
.wrapper {
    background: var(--gray);
    padding-left: 1em;
	padding-right: 1em;
    position: relative;
}

.video-wrapper {
    position: relative;
}

.video-title {
    position: absolute;
    font-size: 4em;
    color: #fff;
    text-shadow: 0 -2px #000, 0 2px #000;
    left: 6rem;
}

.video-subtitle {
    position: absolute;
    bottom: 2rem;
    font-size: 2em;
    color: #fff;
    opacity: 1;
    right: 2rem;
}
.kolovrat{
	 position: absolute;
	 left:50%;
	 top:50%;
	 font-size: 6em;
	 color: #000000;
	 text-shadow: 0 -2px #ffffff, 0 2px #ffffff;
	 le;
	 transform: translate(-50%, -50%);
	 text-align: center;
	 width: 100%;
	 font-family: 'Triodion';
	 letter-spacing: 0.05em;
	 animation: fadeInOut 13s linear 1 forwards;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-video {
  object-fit: cover;
  height: 27em;
  width: 100%;
}

.breadcrumbs {
    /* margin-bottom: 1.75em; */
}
.breadcrumbs li {
    display: inline-block;
    font-size: .8rem;
    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
}

.back-left{
	position: fixed;
	top: 0;
	left: 0;
	width: calc((100% )/2);
	height: 100%;
	background: url(/assets/img/sklad1.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}
.back-right{
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100%)/2);
	height: 100%;
	background: url(/assets/img/sklad3.jpg) no-repeat #444;
	/* background-attachment: fixed; */
	z-index: -1;
	background-size: cover;
}

.header {
    width: 100%;
    background: #fff;
}

.header .wrapper {
	background: #fff;
}
.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 {
    /* background: url(/assets/img/slavic_pattern.svg) repeat left / 20%; */
    /* font-weight: bold; */
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 8rem;
    /* width: 100%; */
    z-index: 1;
    padding: 0 1rem;
}
.bot_head {
    /* position: relative; */
    padding-top: 1em;
    /* transition: all linear .2s; */
    /* gap: 0rem; */
    /* width: 100%; */
    align-items: center;
}
.bot_head_col {
    flex: 1;
    gap: 1em;
    /* padding: 0; */
    position: relative;
    /* order: 2; */
}
.lozung {
    position: absolute;
    left: 0;
    font-size: 8em;
    opacity: 0.05;
    width: 100%;
    top: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0;
    display: none;
}

.lozung span {
    display: block;
    font-size: 1.55em;
}
.logo_container {
    position: relative;
    text-align: center;
    /* margin-top: -2.5em; */
    padding: 1em;
    z-index: 2;
    /* order: 1; */
}
.logo_container a{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 0 1em; */
}
.head_menu {
    /* margin-top: -2rem; */
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 71%) 17%, rgb(0 0 0 / 80%) 83%, rgba(255, 255, 255, 0) 100%);
}
.head_menu>div {
	flex:1;
}
.city {
    font-size: .7rem;
    color: var(--col2);
    margin-right: 2.5rem;
}
.city span {
    color: var(--col)
}
.tel {font-weight: bold;font-size: 0.85em;background: var(--col2);border-radius: 50px;padding: 0.5em 1em 0.5em 2em;position: relative;outline: 1px solid var(--col2);border: 1px solid #fff;}

a.tel:before {
    content: '';
    position: absolute;
    top: 0.75em;
    left: 1em;
    width: 1em;
    height: 1em;
    background: url('/assets/img/icon/Phone_black.svg') no-repeat center/contain;
}
.email {
    font-weight: bold;
}
.mail {
    font-size: .8rem;
}
.top_head-right div {
    align-items: start;
}
.top_head-right span{
    opacity: 0.5;
}
.top_head-right a{
    /* color: #fff; */
}

.header .wrapper.menu-back {
    background: #2b2a29  url(/assets/img/menu-back.svg) repeat-x right / 8%;
    /* margin-top: -1em; */
}

.bric {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* padding: 0.5em 1em; */
    margin: 1px;
    /* width: 10rem; */
    text-align: center;
    height: 2.5rem;
    /* font-size: 1.1em; */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.drop_down-inner a{
	    text-transform: initial;
}
.bric:hover, .bric:focus {
    border-color: var(--bgbtn);
	color: var(--bgbtn);
}
.bric:hover>a, .bric:focus>a,.drop_down-inner a:hover{
    color: var(--bgbtn);
}
.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: 19vw;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.logo_container a span {
    position: absolute;
    font-size: 2.5em;
    z-index: 1;
    font-family: "Triodion", serif;
    text-shadow: -2px 0 2px white, 2px 0 2px white, 0px 2px 2px white, 0 -2px 2px white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.link_custom_design {
    /* color: #fff; */
    /* text-transform: uppercase; */
    outline: 1px solid var(--bgbtn);
    border: 1px solid #fff;
    background:var(--bgbtn);
    padding: 0.35em 1em;
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 1em;
    width: fit-content;
    line-height: 1em;
    white-space: nowrap;
    border-radius: 50px;
    font-family: "Triodion", serif;
    letter-spacing: 1px;
}

.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: 0px;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-flow: dense;
}
.popular_item{
    /* height: 26vw; */
    padding: 2rem;
    position:relative;
    aspect-ratio: 1;
    overflow: hidden;
    /* background:url(/assets/img/klad2.svg) no-repeat right bottom / 70%; */
    background: #fff;
}

.popular_item img {
    position: absolute;
    left: 2em;
    top: 50%;
    width: calc(100% - 4em);
    transform: translatex(50%) translatey(-50%);
}

.popular_item p{
    font-weight:700;
    font-size: 1.5em;
}

.popular_item:nth-child(1) {
	/* background-color: #F0E9E1; */
}

.popular_item:nth-child(2) {
	/* background-color: #d3cec9; */
}

.popular_item:nth-child(3) {
	/* background-color: #e7bcac; */
}
.popular_item li {
    color: var(--col3);
    font-weight: bold;
    font-size: 0.77em;
    padding: 0.5em 0;
}
.popular_item li a {
    color: #423d3d;
}
.popular_item ul {
    margin: 1em 0;
    display: none;
}

.btn-arrow {
    background: url(/assets/img/icon/button-arrow.svg) no-repeat center/contain;
    width: 2em;
    height: 2em;
    display: block;
    position:absolute;
    bottom:2rem;
    left:2rem;
		transition:0.2s;
}
.popular_item.white .btn-arrow, .main-slide .btn-arrow {
    background: url(/assets/img/icon/button-arrow-white.svg) no-repeat center/contain;
 
}


.popular_item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popular_item:hover .btn-arrow {
    background: url(/assets/img/icon/button-arrow-hover.svg) no-repeat center/contain;
 filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}

.popular_item:hover ul{
	display:block;
}

.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: 1em 1em 1em 3em;
	transition:0.2s;
}
.catalog_but:after {
    background: url(/assets/img/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: 20em;
    flex-shrink: 0;
    /* height: 2rem; */
    gap: 3px;
}
.search-input {
    font-size: 1rem;
    width: 100%;
    height: 100%;
    padding: 0.75em;
    height: 2em;
    background: var(--gray);
    border-radius: 50px;
    outline: 1px solid var(--bgbtn);
    border: 1px solid #fff;
    /* max-width: 22em; */
}
.search-button {
    background: var(--bgbtn);
    border: none;
    display: flex;
    align-items: center;
    padding: .5rem;
    height: 2em;
    width: 2em;
    border: 1px solid #fff;
    outline: 1px solid var(--bgbtn);
    border-radius: 50px;
}
.search-button img {
	/* width: 2.4em; */
}
.head_serv {
    gap: 1em;
}
.serv_item {
    /* margin-left: 1rem; */
    /* flex-direction: column; */
    position: relative;
    gap: 0.35em;
    /* padding: 0.2rem; */
}
.serv_item-img {
    width: 1.5rem;
    /* margin-right: .2rem; */
}
.serv_item-count {
    /* font-size: .7rem; */
    /* background: var(--bg); */
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    color: var(--col);
    border-radius: 50%;
    /* position: absolute; */
    /* top: 90%; */
    /* right: 12%; */
    background: var(--bgbtn);
}
.serv_item-name {
    /* color: #fff; */
}

.minicart {
    position: relative;
    padding: 0.5rem 0;
}
.minicart_list {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0.5rem;
    width: 17.5rem;
    background: none;
    top: calc(100% + 0rem);
}
.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: -.7rem;
    right: .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: 140%; */
}

.round40{
	border-radius:40px;
}
.round20{
	border-radius:20px;
}

.sliders {
    /* display: grid; */
    /* grid-template-columns: 67% 30%; */
    /* gap: 2rem; */
    /* padding: 3rem 0; */
    /* border-radius: 2em; */
    /* overflow: hidden; */
}
.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: 26vw;
    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;
}
.slider_nav.swiper-pagination {
    /* bottom: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.slider_nav.swiper-pagination .swiper-pagination-bullet {
    /* width: .4rem; */
    /* border-radius: 50%; */
    /* height: .4rem; */
    /* background: var(--bg); */
    /* opacity: .3; */
    /* margin: 0 .9rem; */
}
.slider_nav.swiper-pagination .swiper-pagination-bullet-active {
    /* opacity: 1; */
    /* width: .55rem; */
    /* height: .55rem; */
}
.swiper-lazy-preloader {
    --swiper-preloader-color: var(--col2);
}

.grid-item-slider {
    width: calc(50vw - 11em);
    aspect-ratio: 1;
}

  .gallery-top  .swiper-slide,.gallery-thumbs .swiper-slide{
      background-size: cover;
      background-position: center;
      position: relative;
      border: 4px solid #fff;);
      border-radius: 50%;
      aspect-ratio: 1;
    }

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

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

.gallery-thumbs .swiper-slide:nth-child(1){
	margin-top: -8em;
}
.gallery-thumbs .swiper-slide:nth-child(2){
	margin-top: -4em;
}
.gallery-thumbs .swiper-slide:nth-child(3){
	margin-top: -8em;
}
.main_bl {
    /* padding-top: 3rem; */
}
.main_bl .swiper-wrapper {
    align-items: stretch;
}
.main_bl-it {
    background: var(--gray);
    width: 50%;
    padding: 2rem 2rem 1.6rem;
    margin-top: var(--mt);
    display: flex;
    gap: 1rem;
    align-items: center;
}
.main_bl .swiper-wrapper .main_bl-it {
    height: auto;
}
.main_bl-it img {
    width: 2.75rem;
    background: var(--yell);
    padding: 0.7em;
    border-radius: 50%;
}
.main_bl-title {
    font-size: 1.2rem;
    margin-bottom: .6rem
}
.main_content-text .main_bl-text {
    margin: 0;
}

.main_banner>div {
    /* height: 29em; */
    position: relative;
    padding: 2rem 14rem 2rem 2rem;
    aspect-ratio: 2.5;
    border: 2px solid #ffffff;
    outline: 2px solid var(--bgbtn);
}
.bottom-banner {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 1;
}
.bottom-banner img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.Banner_title {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1em;
}

.main_banner .button2 {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.main_banner>div:after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #009fff00 url(/assets/img/icon-bric/wall.svg) no-repeat 95% 90% / 20%;
	z-index: 1;
}
.main_banner p {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 2em;
    line-height: 1em;
    color: #292929;
    font-weight: bold;
    background: #a9dbffdb;
    padding: 1rem;
}

.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;
}

.main_slider {
    overflow: visible;
    /* cursor: url(../img/swipe.svg), auto; */
}
.main-slide {
    width: 18.4%;
    margin-right: 2%;
    position: relative;
    aspect-ratio: 0.8;
}
.main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slid-txt {
    cursor: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem;
}
.main-slid-txt span{
	font-size:0.6em;
	opacity:0.5;
	color: #fff;
}
.main-slide-title {
    font-size: 1.33rem;
    margin-bottom: 1rem;
    color: #fff;
}


.main-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main-slide:hover .btn-arrow {
    background: url(/assets/img/icon/button-arrow-hover.svg) no-repeat center/contain;

}

.vozvrat_slider {
    overflow: visible;
}
.vozvrat {
    flex-wrap: wrap;
}
.vozvrat-slide {
    width: 25%;
    padding-right: 5%;
    position: relative;
    aspect-ratio: 1;
    position: relative;
}
.vozvrat-slide:not(:last-child):after {
	content:'';
    position: absolute;
    top: 20%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed var(--yell);
	z-index:-1;
	display: none;
}
.vozvrat-slide img {
    width: 8em;
    background: var(--yell);
    padding: 2em;
}
.vozvrat-slid-txt {
    cursor: auto;
    padding: 1.5rem 0;
}
.vozvrat-slid-txt span{
	font-size: 0.8em;
	color: var(--col3);
}
.vozvrat-slide-title {
    /* font-size: 1.33rem; */
    margin-bottom: 1rem;
}



.link {
    position:relative;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--yell);
    display: flex;
    align-items: center;
    gap: 0.5em;
    width: fit-content;
}
.link:after {
     content: '';
     background: url(../img/icon/arr.svg) center/cover;
     position: absolute;
     right: -1.5em;
     top: 0.1em;
     display: block;
     width: 1em;
     height: 1em;
     margin-left: .35rem;
}

.main-about {
    background: #fff;
}

.main_content-text h1 {
    font-size: 7em;
}
.zp-list {
    font-size: .9em;
    line-height: 150%;
    background: var(--gray);
    text-align: justify;
    padding: 2em;
    border-radius: 2em;
}
.main_content-img {
    width: 50%;
    flex-shrink: 0;
}
.ul-bold li {
    font-weight: bold;
    padding-bottom: 1em;
}

.block-in-border {
    border-top: 1px solid #D9D9D9;
    /* border-bottom: 1px solid #D9D9D9; */
    padding:calc(var(--mt) * 2) 0;
    margin-top: var(--mt);
}

.slider_news, .page_news {
    padding-bottom: 2.5rem
}
.news-slide {
    padding: 2em;
    background: #fff;
}
.news-slide-img {
    /* width: 46%; */
    /* flex-shrink: 0; */
    object-fit: cover;
    width: 100%;
    height: 20em;
}
.news-slide-text {
    /* width: 45%; */
}

.news-slide-info {
    margin-top: 0;
    margin-bottom: 1.5rem
}
.news-slide-info .pl {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
    height: 1em;
}
.news-slide .date {
    color: #8A8A8A;
    /* font-size: .8rem; */
    display: block;
    padding: 1em;
    font-weight: bold;
}
.news-slide-content {
    /* letter-spacing: 0.01em; */
    /* font-size: .9rem; */
    /* line-height: 175%; */
    margin-bottom: 2rem;
    height: 5em;
}



.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 p{
	line-height: 1em;
	margin-bottom: 2em;
	width: 100%;
}
.contacts_item p:first-child{
    width:40%;
    color:var(--col3);
}
.contacts_item p:last-child{
}
.contacts {
    flex-direction: column;
    width: 100%;
}
.contacts h3{
    margin-top:0;
}

.contact-map {
    position: relative;
    height: 40em;
}
.shema {
    position: absolute;
    width: 20em;
    height: 20em;
    z-index: 10;
    right: 1em;
    top: 1em;
    display: none;
}

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

.footer-svg {position:relative;z-index: 1;}
.foot-cont{
    background: url(/assets/img/footer.svg) no-repeat top/ 100%;
    height: 7rem;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    text-align:center;
}
.foot-cont img {
    width: 7rem;
    margin-bottom: 1rem;
    position: relative;
}


footer {
    background: var(--bg) ;
    color: #fff;
}

footer a {
}
.footer_top {
    padding-top: calc(var(--mt) * 2);
    align-items: flex-start;
    /* border-top: 1px solid var(--col2); */
}

.foot-name p{
	margin: 0 auto;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-family: "Triodion", serif;
	font-size: 2.5em;
}
.QR {
    width: 6rem;
}
.foot-contact {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem
}
.foot_nav span {
    font-size: .85rem;
    opacity: 50%;
    display: block;
    margin-bottom: 0.5em;
}
.foot-contact a {
    margin-top: .75rem;
    /* font-size: 1rem; */
    font-weight: bold;
    color:#fff;
}

.foot_nav a {
    display: block;
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}
.foot_nav a:hover {
    color: var(--yell-hover);
}
.foot_nav span+a {
	text-transform:initial;
}
.footer_bot * {
    color: var(--col3);
    font-size: .88rem; 
    padding: 0.5rem 0;		
    }
.small {
    font-size: 0.8em;
    opacity: 0.7;
}
.social-link img {
    width: 1.75rem;
}

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

.contact_bl {
    margin-bottom: 3.5rem
}
.contact_bl>div {
    width: 50%;
}
.contact_map {
    height: 25rem;
    background: #eee;
    filter: grayscale(1)
}
.contact_bl:nth-child(2n+1) .contact_info {
    padding-left: 5rem
}
.contact_bl:nth-child(2n) .contact_info {
    padding-right: 5rem
}
.contact_info-row {
    margin: 1.5rem 0
}
.contact_info-row span {
    color: var(--col2);
    font-size: .8rem;
    margin-bottom: .6rem;
    display: block;
}
.contact_info-title {
    letter-spacing: 0.01em;
    font-size: 1.2rem;
}
.contact_info-text {
    font-size: .8rem;
    line-height: 150%
}
.contact_info-links>div {
    width: 46%
}
.contact_info-links a {
    font-size: .8rem;
}

.main-form {
    padding: 2rem 0 4rem;
}
.main-form .headline {
    margin-bottom: .5rem;
}
.main-form .headline + p {
    font-size: .9rem
}
.form {
    /* margin-top: 2rem; */
}
.form_footer {
    margin-top: 1rem;
    gap: 2em;
}
.form_footer .button {
    min-width:13.5rem;
}

.news_row {
    padding: 2rem;
    background: #fff;
    /* border-bottom: 1px solid #BCBCBC; */
    /* align-items: stretch; */
}
.news_row-img {
    /* width: 12rem; */
    /* height: 12rem; */
    /* margin-right: 3rem; */
    /* flex-shrink: 0; */
}
.news_row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.news_row-bl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.news_row-head {
    margin-bottom: 1rem
}
.news_row-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1em 0 1em;
}
.news-date {
    /* font-size: .7rem; */
    color: var(--col3);
}
.news-content p, .paragr, .content_block p {
    /* font-size: 0.87em; */
    /* line-height: 175%; */
    margin-bottom: 1rem;
}
.news-content {
    margin-bottom: 3rem
}
.page_news {
    overflow: visible;
}
.page_news-slide {
    width: 50%;
    margin-right: 2rem;
    height: 35vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.page_news-slide img {
    width: 100%
}

.partner_bl {
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}
.partner_bl a {
    width: 31.3%
}
.partner_bl a img {
    width: 100%
}
.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 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 *{
	padding:0;
	margin:0
}
.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;
}

.pay_cont {
    align-items: stretch;
}
.pay_cont-it {
    background: var(--gray);
    padding: 1.5rem 2rem 2rem;
    display: flex;
}
.pay_cont-it>div:last-child{
	padding-left:1em;
}
.pay_cont-img {
    height: 2rem;
}
.pay_cont-img img {
    height: 100%;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: var(--bgbtn);
    padding: 0.5em;
}

.search-container {
    margin-bottom: 2rem;
}
.search-container-input {
    border: 1px solid var(--col2);
}
.search-container-category {
    border: 1px solid var(--col2);
    height: 3rem;
    min-width: 11rem;
    margin-left: 1.5rem;
    font-size: .8rem;
    position: relative;
    flex-shrink: 0;
}
.search-container-selected {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem;
    cursor: pointer;
}
.search-container-selected:after {
    content: '';
    width: .6rem;
    height: .45rem;
    background: url(../img/icon/trig.svg) center/cover no-repeat;
    margin-left: .5rem;
    transform: rotate(180deg);
}
.search-container-category.op .search-container-selected :after {
    transform: rotate(0deg);
}
.search-container-list {
    position: absolute;
    top: calc(100% + 1px);
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: none
}
.search-container-list p {
    padding: .5rem 1rem;
    cursor: pointer;
}
.search-container-list p:hover {
    background: var(--gray)
}
.search-container .but {
    width: 9rem;
    flex-shrink: 0;
    margin-left: 1.5rem
}

.confid p {
    font-size: .9rem;
    margin-bottom: 1rem
}
.confid a {
    color: rgb(51, 122, 183);
}
.confid li {
    list-style: disc;
    margin-bottom: .5rem;
    font-size: .9rem;
}
.confid ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.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);
}
.img-left {
    float: left;
    margin: 0 1em 1em 0;
}



.img-right {
    float: right;
    margin: 0 0 1em 1em;
}

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


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

.gallery-item {border: 2px solid var(--bgbtn);position: relative;display:block;}
.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%;
}