/*
	Theme Name: СК ЖБИ №1
	Author: Andrey Maksimov
	Author URI: https://andreymaksimov.ru/
	Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
  --black: #2B221F;	
	
  --colors50: #F8F6F4;
  --colors100: #EEEAE6;
  --colors200: #DDD4CB;
  --colors300: #C6B8AB;
  --colors400: #B19786;
  --colors500: #A1806E;
  --colors600: #947062;
  --colors700: #7B5C53;
  --colors800: #654D47;
  --colors900: #53403B;
  --colors950: #2C201E;
  
  --accente: #FF641A;
  --accente_hover: #222D5B;
  --accente_pressed: #3B4776;
  
  --bg_page: #F8F6F4;
  --bg_blocks: #F3E9DF;
  --white: #FFFFFF;
  
  --messangers: #A8A09E;
  
  --error: #F83B43;
  --success: #2AE85A;
  --warning: #E8BD2A;
  --visited: #CE2AE8;
  --disabled: #A8A09E;
  
  --popular: #83B1FE;
  --discount: #0EB6AB;
}

html {
	margin: 0%;
	padding: 0%;
}
body {
    position: relative;
    margin: 0%;
    padding: 0%;
    font-size: 16px;
    line-height: 125%;
    font-family: "Inter", "Tahoma", sans-serif;
    background-color: var(--white);
    color: var(--black);
    font-weight: 400;
    overflow-x: hidden;
}
a {
	color: var(--text);
}
a:hover {
    color: var(--accente);
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
	font-weight: 600;
    font-style: normal;
    line-height: normal;
	line-height: 120%;
}
h1 {
    font-size: 56px;
	line-height: 72px;
}
h2 {
    font-size: 48px;
	line-height: 120%;
}
h3 {
	font-size: 32px;
	line-height: 40px;
}
h4 {
    font-size: 24px;
	line-height: 32px;
}
h5 {
    font-size: 18px;
	line-height: 24px;
}
h6 {
    font-size: 14px;
	line-height: 24px;
}
img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	outline: none;
}
a.button,
button, input[type="submit"], input[type="button"] {
    background-color: var(--accente);
    border: none;
    color: var(--white);
    padding: 18px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    transition: .2s;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: var(--accente_hover);
}


/*
 * warning
 * */
section.warning_text {
    background-color: #399f3f;
    text-align: center;
    padding: 7px 0;
    color: #fff;
}
section.warning_text a {
    text-decoration: none;
    color: #fff;
}
section.warning_text a:hover {
    color: #fff;
    text-decoration: underline;
}


/* center */
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.center.content_none:after,
.content_none:after {
	content: none;
}
.flex.content_none.top {
    align-items: normal;
}
.gap30 {
	gap: 30px;
}
.center {
    margin: 0 auto;
    width: 96%;
    max-width: 1400px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}
span.bmenu {
	display: none;
}	

/*
	main
*/
main {

}


/* others */
s {
    color: #EE2222;
}
section {
    padding: 20px 0;
}
article {
    font-size: 15px;
    line-height: 24px;
}
article h3 {
    margin: 20px 0;
}
article a {
	color: var(--accente);
}
article a:hover {
	color: var(--accente_hover);
	text-decoration: none;
}
article ul {
    padding-left: 25px;
}
article ol {
    padding-left: 25px;
}
article table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
article blockquote {
    margin-left: 0;
    margin-right: 0;
    padding: 1px 20px;
    box-sizing: border-box;
    background-color: var(--colors100);
}
article img.alignright {
    float: right;
    width: 50%;
    margin: 0 0 20px 30px;
    border-radius: 4px;
}
article img.alignleft {
    float: left;
    width: 50%;
    margin: 0 30px 20px 0;
    border-radius: 4px;
}
article div.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
article div.gallery .gallery-item {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100% !important;
    height: 340px;
    overflow: hidden;
    margin: 0;
    background-color: var(--black);
}
article div.gallery .gallery-item dt.gallery-icon {
    height: 100%;
}
article div.gallery .gallery-item img {
    border: none !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
article div.gallery br {
	display: none;
    margin: 0;
}
article div.gallery p {
    margin: 0;
	display: none;
}


/*
	top
*/
section.top {
    padding: 10px 0;
    font-size: 14px;
}
section.top a {
    text-decoration: none;
}
section.top a:hover {
    text-decoration: underline;
}
nav.top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
nav.top ul li.current_page_item > a {
	color: var(--accente);
}
nav.top ul li.calc > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
nav.top ul li.calc > a:before {
    content: url('images/calc.svg');
    position: relative;
    bottom: -3px;
}

/*
	header_top
*/
section.header_top {
    padding: 15px 0;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
section.header_top a {
    text-decoration: none;
}
section.header_top a:hover {
	color: var(--accente);
    text-decoration: underline;
}
.header_top .logo {
    display: flex;
    gap: 30px;
    align-items: center;
}
.contact_block {
    display: flex;
    gap: 15px;
}
a.mess.max {
    content: url('images/max.svg');
}
.contact_block .phones > * {
    display: block;
}
a.tel {
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 3px;
}
a.tel:hover {
    text-decoration: underline;
}
/*
	xls
*/
a.catalog {
    padding: 13px 20px 13px 70px;
    border: 2px solid #ddd;
    border-radius: 8px;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    line-height: 120%;
    max-width: 220px;
}
a.catalog:hover {
	color: var(--accente);
    border: 2px solid var(--accente);
}
a.catalog:before {
    content: url('images/xls.svg');
    position: absolute;
    top: -15px;
    left: 0px;
}
/*
	doc
*/
article a.catalog {
    max-width: 140px;
    line-height: 120%;
    margin: 20px 0;
}
a.catalog.doc:before {
    content: url('images/doc.svg');
    left: 7px;
    top: -10px;
}
article a.catalog.download {
    max-width: 100%;
	width: 230px;
}


/*
	nav main
*/
nav.main {
    background-color: var(--accente_hover);
    color: var(--white);
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    gap: 0;
}
nav.main ul > li {
    padding: 20px 10px;
    flex: 1 1 auto;
    text-align: center;
}
nav.main ul > li:hover {
	background-color: var(--accente_pressed);
}
nav.main ul > li.current_page_item {
    background-color: #515e8f;
}
nav.main ul > li.catalog {
    position: relative;
    background-color: var(--accente_pressed);
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
nav.main ul > li.catalog:hover {
    background-color: var(--accente);
}
nav.main ul > li.catalog a:hover {
	color: var(---white);
	text-decoration: underline;
}
nav.main ul > li.catalog:before {
    content: url('images/bmenu_white.svg');
    position: relative;
    bottom: -3px;
}
nav.main ul a {
    text-decoration: none;
}
nav.main ul a:hover {
    text-decoration: underline;
}


/*
	slider
*/
section.slider {
    position: relative;
    padding: 0;
	overflow: hidden;
}
section.slider .slider_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
}
.slider_list {
    height: 600px;
    height: 100%;
}
.slider_list .one {
    background-color: var(--accente_pressed);
    height: 600px;
}
.slider_list .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slider_content .center {
    padding: 30px 0 0;
}
.slider_content > .center > * {
    max-width: 700px;
}
.slider_content .desc {
    line-height: 150%;
    font-size: 22px;
}
.slider_content ul.triggers {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}
.slider_content ul.triggers li {
    margin: 25px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.slider_content ul.triggers li img {
    height: 21px;
    width: auto;
}


/*
	category
	category_list
*/
section.category {
    padding: 1px 0 20px;
}
.title_section {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 60px;
    width: 100%;
}
a.button.transparent {
    background-color: transparent;
    color: var(--black);
    text-decoration: none;
    border: 2px solid #D9D9D9;
}
a.button.transparent:hover {
	color: var(--accente);
    border: 2px solid var(--accente);
    text-decoration: underline;
}
.list.category_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 0;
    grid-row-gap: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: var(--white);
    width: 98%;
    max-width: 1600px;
    margin: 25px auto;
    position: relative;
}
.category_list .one {
    position: relative;
    height: 240px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.category_list .one img {
    position: absolute;
    right: 0;
    top: 0;
}
.category_list .one a.name {
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    max-width: 50%;
    line-height: 125%;
}
.category_list .one a.name:hover {
	color: var(--accente);
	text-decoration: none;
}
.category_list .one.individual {
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.one.individual .content {
    padding: 0 10%;
    box-sizing: border-box;
}
a.button.grey {
    display: block;
    width: fit-content;
    margin: 10px auto;
    text-decoration: none;
    background-color: #EAEAEA;
    color: var(--black);
}
a.button.grey:hover {
    background-color: var(--accente);
    color: var(--white);
}

/*
	sub_category
*/
article.preview {
    margin-bottom: 30px;
}
span.more.preview {
	display: none;
}
section.category.sub .list.category_list {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin: 0;
    background-color: #fdfdfd;
    counter-reset: list 0;
    border: none;
}
section.category.sub .list.category_list .one {
    position: relative;
	min-height: 120px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 20px;
    box-sizing: border-box;
	transition: .5s;
}
section.category.sub .list.category_list .one:before {
    counter-increment: list;
    content: counter(list) ".";
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 0;
    color: #dbdbdb;
    opacity: .3;
    background: transparent;
    font-size: 122px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    line-height: 0;
    z-index: 0;
    padding: 10px;
    width: auto;
    height: auto;
    border-radius: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: 0.5s;
}
section.category.sub .list.category_list .one:hover {
    background-color: #f7f7f7;
}
section.category.sub .list.category_list .one:hover:before {
    opacity: .5;
}
section.category.sub .list.category_list .one a.name {
    font-size: 18px;
    max-width: 80%;
    position: relative;
    left: inherit;
    bottom: inherit;
}
.table_content.sub h3 {
    margin: 20px 0 3px;
}
.more.show_more {
    border-bottom: 1px dashed var(--black);
    display: table;
    cursor: pointer;
}
.more.show_more:hover {
	color: var(--accente);
    border-bottom: 1px dashed var(--accente);
}

/*
	desc
*/
section.desc {
    background-color: #3E4556;
    color: var(--white);
    padding: 400px 0 70px;
    margin-top: -300px;
    background-image: url('images/individual.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
section.desc article {
    max-width: 630px;
    position: relative;
    top: -60px;
}
section.desc article h2 {
	margin: 25px 0;
}
section.desc article input[type="button"] {
	margin: 15px 0 0;
}

/*
	about
*/
section.about {
    padding: 0;
}
section.about article {
    background-color: var(--accente_pressed);
    color: var(--white);
    padding: 15px 50px 25px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 570px;
    position: absolute;
    right: 10%;
    margin: 45px 0 0;
}
section.about article a {
    color: var(--white);
}
section.about article a:hover {
    color: var(--white);
}
section.about article h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.photos {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    height: 800px;
}
.photos .first {
    width: 60%;
}
.photos .second {
    width: 40%;
}
.photos img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

/*
	delivery
*/
section.delivery {
    position: relative;
    background-color: #F5F5F5;
    background-image: url('images/map.png');
    background-position: right -30% center;
    background-repeat: no-repeat;
    padding-bottom: 130px;
}
section.delivery:before {
    content: '';
    background-color: var(--white);
    width: 50%;
    height: 500px;
    position: absolute;
    top: 0;
}
section.delivery article {
    max-width: 600px;
}


/*
	questions
*/
section.questions {
    padding: 10px 0 60px;
}
.questions_list .one {
    border-bottom: 1px solid #EEEEEE;
}
.questions_list .one.hidden {
	display: none;
}
.questions_list .one:first-child {
    border-top: 1px solid #EEEEEE;
}
.questions_list .one .name {
	padding: 10px 0;
	cursor: pointer;
}
.questions_list .one .name:hover {
	color: var(--accente);
}
.questions_list .one .name span, .questions_list .one .name h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.questions_list .one .name > * {
    display: contents;
}
.questions_list .one article {
	display: none;
}
.questions_list .one.active article {
	display: block;
}
.questions_list span.more {
    display: table;
    margin: 30px 0 0;
    cursor: pointer;
}
.questions_list span.more:hover {
	text-decoration: underline;
	color: var(--accente);
}

/*
	footer
*/
footer {
	background: linear-gradient(315deg, #3E4556, #08070C);	
    background-color: #222D5B;
    color: var(--white);
}

/*
	cookie
*/
section.cookie {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: var(--white);
    border-radius: 6px;
    max-width: 800px;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    gap: 30px;

	display: none;
}

/*
	footer
*/
footer a {
	text-decoration: none;
}
footer a:hover {
	color: var(--accente);
	text-decoration: underline;
}

/*
	bottom_menu
*/
section.bottom_menu {
    padding: 45px 0 65px;
}
section.bottom_menu span.close {
    display: none;
}
section.bottom_menu > .center {
    gap: 100px;
}
section.bottom_menu .logo {
    width: 20%;
}
section.bottom_menu .logo .desc {
	margin: 15px 0 0;
}
section.bottom_menu nav.bottom_navi {
    width: 80%;
}
section.bottom_menu nav.bottom_navi {
    width: 80%;
    display: flex;
    gap: 70px;
    justify-content: left;
}
nav.bottom_navi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav.bottom_navi ul li {
    margin: 7px 0;
}
.one.catalog ul {
    columns: 2;
}
nav.bottom_navi .one .title {
    font-size: 22px;
    margin-bottom: 15px;
}
nav.bottom_navi ul li.current_page_item > a {
    color: #acd6e9;
}

/*
	copyright
*/
section.copyright {
    font-size: 12px;
    border-top: 1px solid rgb(255 255 255 / 13%);
    color: #D9D9D9;
}
section.copyright a {
    color: #D9D9D9;
}

/*
	contact
*/
address h2 {
    margin: 20px 0;
}
address {
    padding: 10px 0 35px
}
section.contact {
	padding: 0;
    position: relative;
    background-color: var(--accente_pressed);
    color: var(--white);
}
section.contact .contact_content {
    display: flex;
    align-items: normal;
    justify-content: space-between;
}
section.contact .map {
    position: absolute;
    width: 55%;
    float: right;
    background-color: var(--accente);
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}
section.contact .map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
address {
    padding: 20px 0 45px;
    width: 40%;
    font-style: normal;
}
address .one {
    margin: 0 0 20px 0;
}
address .one a.tel {
    display: block;
    margin: 0 0 12px 0;
}
address span {
    display: block;
    margin-bottom: 6px;
}
.one.messangers {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
}
.one.messangers .text {
    max-width: 140px;
}
address .one a.email {
    font-size: 19px;
}
address a {
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}

/*
	breadcrumbs
*/
.breadcrumbs {
    padding: 10px 0;
    background-color: #efefef;
    color: #999999;
}
.breadcrumbs > .center > span > span {
    margin: 0 10px;
}
.breadcrumbs > .center > span > span:first-child {
	margin-left: 0;
}
.breadcrumbs a {
	color: var(--black);
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: var(--accente);
	text-decoration: underline;
}
.breadcrumbs strong {
    font-weight: 500;
}

/*
	slider
*/
.slider_list.regular.slider1 {
    margin: 0;
}
/*
	dots
*/
.regular.slider1 ul.slick-dots {
    bottom: 50px;
    text-align: right;
    width: 92%;
}
.regular.slider1 ul.slick-dots li button {
    background: var(--white);
}
.regular.slider1 ul.slick-dots li.slick-active button {
    background: var(--accente);
}
/*
	arrow
*/
span.slider.arrow.slick-arrow {
    content: url('images/arrow_slider.svg');
    background-color: var(--white);
    position: absolute;
    top: 43%;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
	transition: .2s;
	cursor: pointer;
}
span.prev.slider {
    right: inherit;
    left: 30px;
    transform: rotate(180deg);
}
span.slider.arrow.slick-arrow:hover {
    background-color: #dae6f9;
}

/*
	pgallery
*/
.pgallery_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.pgallery_list a {
    height: auto;
    aspect-ratio: 14 / 9;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--black);
}
.pgallery_list a.hidden {
	display: none;
}
.pgallery_list a > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
span.more.more_center {
    margin: 20px auto;
    display: block;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
span.more.more_center:hover {
	color: var(--accente);
    border-bottom: 1px dashed var(--accente);
}

/*
	delivery_map
*/
section.delivery_map {
    background-image: url('images/map.png');
    background-position: right -160px center;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
section.delivery_map h2 {
    max-width: 700px;
}
section.delivery_map .map {
    width: 50%;
    height: 500px;
    background-color: #f1f1f1;
    border-radius: 4px;
}
section.delivery_map .map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/*
	sertificates
*/
section.sertificates {
    padding: 1px 0 40px;
}
.sertificates_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.sertificates_list a {
    background-color: #ddd;
    aspect-ratio: 10 / 15;
}
.sertificates_list a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

/*
	contact
*/
section.single_page address {
    padding: 0;
    display: flex;
    gap: 60px;
    align-items: normal;
    justify-content: space-between;
    width: 100%;
}
section.single_page address .address_content {
    width: 30%;
}
section.single_page address .map {
    background-color: #ddd;
    width: 70%;
    border-radius: 4px;
    overflow: hidden;
}
address .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/*
	contact_content
*/
section.contact_content {
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    margin: 50px 0 30px;
    padding-bottom: 50px;
}
section.contact_content h2 {
    margin: 10px 0 30px 0;
}
.ccontent {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: left;
}
.ccontent_list {
    column-count: 3;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
}
.ccontent_list .one {
    margin: 0;
}
.ccontent_list .one span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #797979;
}
.parts {
	margin: 0 0 20px 0;
}
.parts > .one {
    border-top: 2px solid #ebebeb;
    padding: 5px 0;
    margin: 0;
}
.parts > .one:last-child {
    border-bottom: 2px solid #ebebeb;
}
.parts > .one > * {
    display: block;
    margin: 10px 0;
}
.parts > .one .title {
    color: #6d6d6d;
}

/*
	category products
*/
.button_phone {
    display: flex;
    gap: 40px;
    margin: 20px 0 0;
    align-items: center;
}
article .button_phone a {
	color: var(--black);
}
article .button_phone a:hover {
	color: var(--accente);
}

/*
	blockquote
*/
blockquote {
    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
blockquote input[type="button"] {
    padding: 14px 25px;
}

/*
	table
*/
table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: inline-table;
    margin: 20px 0;
    background-color: #fff;
    border-spacing: 0;
	border: 0;
}
table thead td {
    border-bottom: 2px solid var(--accente_pressed);
    background-color: #eef6f9;
}
table td {
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.1;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
table td {
    min-width: 150px;
}
table tr td:first-child {
    min-width: auto;
}
table tr td:last-child {
	border-right: none;
}
table tbody tr:last-child td {
	border-bottom: none;
}
table tbody tr:hover td {
	background-color: #daf5d3;
	cursor: pointer;
}
table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}
article.bottom_text {
    margin-bottom: 40px;
}
article li {
    margin-bottom: 8px;
}
span.more {
    border-bottom: 1px solid var(--black);
    cursor: pointer;
}
span.more:hover {
	color: var(--accente);
    border-bottom: 1px solid var(--white);
    cursor: pointer;
}
article.bottom_text .hide {
    display: none;
}
article.bottom_text.show .content-after-more.hide {
    display: block;
}
article.bottom_text.show .more.show_more {
    display: none;
}

/*
	catalog
*/
section.single_page h1 {
    margin: 25px 0 40px;
}
section.single_page section.category {
    padding: 0;
}
section.category.sub.single {
    margin-bottom: 40px;
}


/* popup__toggle */
#popup__toggle {
	bottom: 6%;
    right: 10px;
    position: fixed;
    z-index: 9;
	cursor: pointer;
	transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{background-color:var(--accente);box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid var(--accente);width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:var(--accente);width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	bottom: 14px;
	right: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	transition: 0.5s;
}
.img-circleblock{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	background-image:url(images/callme_icon.svg);
	background-position: center center;
	background-repeat:no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}


/*
	callback_block
*/
form .visibility {
	display: none;
}
section.callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(44 32 30 / 75%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
    animation: callback .6s forwards;
}
section.callback_block.active {
	display: block;
}
section.callback_block .content {
    background: #fff;
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 7%;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 2%);
    border-radius: 6px;
    padding: 45px 55px;
}
section.callback_block .content .title {
    padding: 0 0 22px 0;
    font-size: 27px;
    line-height: 130%;
    font-weight: 700;
    text-align: left;
}
section.pop_up .one {
    padding: 0 0 7px 0;
}
section.pop_up span {
    font-size: 14px;
    color: #737373;
}
input[type="tel"], input[type="email"], input[type="text"], textarea {
    width: 100%;
    margin: 5px 0;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #d7d7d7;
	
	font-size: 16px;
    line-height: 125%;
    font-family: "Inter", "Tahoma", sans-serif;
}
section.pop_up .politic {
    display: flex;
    gap: 10px;
    line-height: 20px;
    font-size: 15px;
    margin: 0 0 15px 0;
}
span.close {
    content: url('images/close_popup.svg');
    cursor: pointer;
    background-color: var(--accente);
    padding: 20px;
    border-radius: 100%;
}
span.close:hover {
    background-color: var(--accente_hover);
}
section.pop_up span.close {
    position: absolute;
    right: -10px;
    top: -10px;
}
section.pop_up input[type="submit"] {
    width: 100%;
}
section.pop_up .politic {
    display: flex;
    gap: 15px;
    line-height: 20px;
    font-size: 14px;
    line-height: 125%;
    align-items: flex-start;
    justify-content: left;
	padding: 5px 0 0;
}
section.pop_up .politic span {
    color: var(--black);
}
section.pop_up .politic input[type="checkbox"] {
    width: 32px;
    height: 32px;
    margin: 0;
    position: relative;
    top: -1px;
}
section.pop_up .politic a {
    color: var(--accente);
}
section.pop_up .politic a:hover {
    color: var(--accente_hover);
}

.notification.notification_accept {
    background-color: #cbf3c4;
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}
.notification.notification_accept strong {
    display: block;
    margin-bottom: 4px;
}

/*
	form_container
*/
.form_container {
    padding: 10px 40px 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.form_container h2 {
    margin: 25px 0;
}
form .double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;	
}
.form_container form .one {
    margin: 0 0 20px 0;
}
.form_container .politic {
    margin: 0 0 25px 0;
}
.form_container form textarea {
    height: 200px;
}


@media(max-width: 1500px) {
	span.slider.arrow.slick-arrow {
		display: none;
	}
}

@media(max-width: 1350px) {
	/*
		header
	*/	
	.header_top .logo .desc {
		display: none;
	}
	
	/*
		catalog
	*/
	.category_list .one {
		height: 220px;
	}	
	.category_list .one img {
		top: -50px;
	}
	
	/*
		desc
	*/
	section.desc {
		background-position: right -300px bottom;
	}
	
	/*
		delivery
	*/	
	section.delivery {
		background-position: right -400px center;
	}	
	section.delivery:before {
		width: 55%;
	}

}

@media(max-width: 1250px) {
	nav.main ul {
		font-size: 15px;
	}	
	.slider_content > .center > * {
		max-width: 600px;
	}		
	h1 {
		font-size: 50px;
		line-height: 72px;
	}
	h2 {
		font-size: 42px;
		line-height: 120%;
	}	
	.slider_content .desc {
		line-height: 150%;
		font-size: 21px;
	}
	a.button, button, input[type="submit"], input[type="button"] {
		font-size: 15px;
	}
	.category_list .one a.name {
		font-size: 21px;
	}
	.one.individual .content {
		padding: 0 6%;
		box-sizing: border-box;
		font-size: 16px;
	}	
	
	
}

@media(max-width: 900px) {
	html.main {
		margin-top: 0 !important;
		overflow-x: hidden;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}
	/*
		default
	*/
	.center {
		width: 92%;
		min-width: 92%;
		max-width: 92%;
	}
	h1 {
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	h2 {
		font-size: 32px;
		line-height: 120%;
		font-weight: normal;
		position: relative;
		font-weight: 700;
		letter-spacing: 0;
	}
	h3 {
		font-size: 28px;
		line-height: 125%;
	}
	h4, h5, h6 {
		font-size: 28px;
		line-height: 130%;
	}
	article {
		font-size: 14px;
		line-height: 20px;
	}

	html {
		background: #fff;
		overflow-x: hidden;
	}

	/*
		callback vidjet
	*/
	#popup__toggle {
		bottom: 4%;
		right: 0;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	
	/*
		elements websie
	*/
	span.bmenu {
		display: block;
		content: url('images/bmenu.svg');
		border: 1px solid transparent;
		padding: 10px 7px;
	}
	a.button, input[type="button"], input[type="submit"] {
		padding: 16px 22px;
		font-weight: 500;
	}
	
	/* 
		default
	*/
	.center.flex.mobile_block {
		display: block;
	}
	section {
		padding: 10px 0;
	}
	
	/* 
		cookie
	*/
	section.cookie {
		font-size: 14px;
		line-height: 125%;
		border-radius: 16px;
		padding: 15px 15px;
		max-width: 92%;
		left: 50%;
		transform: translate(-50%, -1%);
	}	
	section.cookie input[type="button"] {
		width: 100%;
		margin: 7px 0 0;
	}	
	
	/*
		top
	*/
	section.top {
		display: none;
	}
	
	/*
		header_top
	*/
	section.header_top {
		padding: 15px 0 12px;
		border-top: none;
		border-bottom: 1px solid #E8E8E8;
	}	
	.header_top div.logo {
		width: 32%;
	}	
	.header_top .logo img {
		width: 100%;
	}
	section.header_top a.catalog {
		display: none;
	}	
	section.header_top input[type="button"] {
		display: none;
	}
	section.header_top a.tel {
		font-size: 13px;
		margin: 0;
		bottom: -2px;
		position: relative;
	}
	section.header_top a.email {
		font-size: 11px;
	}	
	.contact_block {
		display: flex;
		gap: 5px;
	}	
		
	/*
		nav
	*/	
	nav.main {
		display: none;
	}	
		
	/*
		slider
	*/
	.slider_content .center {
		padding: 10px 0 100px;
	}	
	.slider_list .one,
	section.slider,
	.slider_list {
		height: 700px;
        overflow: hidden;
	}
	.slider_content .desc {
		line-height: 150%;
		font-size: 17px;
	}	
	.slider_content ul.triggers li {
		margin: 18px 0;
	}
	.regular.slider1 ul.slick-dots {
		bottom: 30px;
		text-align: right;
		width: 92%;
		z-index: 2;
	}

	/*
		catalog
	*/
	.title_section {
		display: block;
	}	
	.title_section a.button.transparent {
		display: none;
	}
	.list.category_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 6px;
		grid-row-gap: 6px;
		border: none;
		border-radius: 8px;
		background-color: var(--white);
		max-width: 92%;
		margin: 15px auto;
		position: relative;
	}
	.category_list .one {
		height: 170px;
		border-radius: 4px;
	}
	.category_list .one img {
		top: inherit;
		bottom: -100px;
		height: 200px;
		width: auto;
	}
	.category_list .one a.name {
		font-size: 21px;
		bottom: inherit;
		top: 20px;
		left: 20px;
		font-size: 16px;
	}
	
	/*
		desc
	*/
	section.desc {
		background-position: bottom center;
		background-image: url('images/individual_mobile.png');
		padding-bottom: 370px;
		padding-top: 70px;
		margin: 0;
	}
	.category_list .one.individual {
		text-align: center;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 130%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		grid-column: 1 / 3;
		margin: 10px 0;
		padding: 15px 0 10px;
	}
	a.button.grey {
		display: block;
		width: fit-content;
		margin: 10px auto;
		text-decoration: none;
		background-color: #EAEAEA;
		color: var(--black);
		padding: 13px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	/*
		about
	*/
	section.about article {
		background-color: var(--accente_pressed);
		color: var(--white);
		padding: 20px 4%;
		box-sizing: border-box;
		border-radius: 0;
		width: 100%;
		position: relative;
		right: 0;
		margin: 0;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
	}
	.photos {
		display: block;
		height: 600px;
	}
	.photos > * {
		width: 100%;
		display: block;
		height: 300px;
	}
	.photos .second,
	.photos .first {
		width: 100%;
	}

	/*
		delivery
	*/
	section.delivery {
		background-image: url('images/map_mobile.png');
		background-color: #f3f3f3;
		background-size: 100%;
		background-position: bottom left;
		left: 0;
		padding-bottom: 300px;
	}
	section.delivery:before {
		content: none;
	}

	/*
		questions
	*/
	section.questions {
		padding: 15px 0 35px;
	}	
	.questions_list .one .name {
		padding: 17px 0;
		cursor: pointer;
	}	
	.questions_list .one .name span,
	.questions_list .one .name h3 {
		font-size: 18px;
		margin: 0;
		font-weight: 600;
	}
	
	/*
		contact
	*/	
	section.contact .map {
		position: relative;
		width: 100%;
		float: none;
		background-color: var(--accente);
		top: 0;
		right: 0;
		z-index: 1;
		bottom: 0;
		height: 350px;
	}	
	address {
		padding: 10px 0 35px;
		width: 100%;
		font-style: normal;
	}
	
	/*
		bottom_menu
	*/		
	section.bottom_menu {
		padding: 25px 0 35px;
	}
	section.bottom_menu > .center {
		gap: 100px;
		display: block;
	}	
	section.bottom_menu div.logo {
		width: 100%;
		margin-bottom: 25px;
	}
	section.bottom_menu .logo .desc {
		margin: 10px 0 0;
		font-size: 15px;
	}
	section.bottom_menu nav.bottom_navi {
		width: 100%;
		display: block;
		gap: 70px;
		justify-content: left;
	}	
	nav.bottom_navi .one.catalog {
		margin: 30px 0 0;
	}
	nav.bottom_navi ul {
		font-size: 14px;
		column-count: 2;
	}
	
	/*
		copyright
	*/
	section.copyright > .center {
		display: block;
	}
	section.copyright a.autor {
		display: none;
	}
	section.copyright > .center > * {
		display: block;
		margin: 3px 0;
	}
	
	/*
		single_page
	*/	
	section.single_page h1 {
		margin: 15px 0 20px;
		font-size: 35px;
	}
	
	/*
		breadcrumbs
	*/
	.breadcrumbs {
		padding: 7px 0;
		font-size: 12px;
		background-color: #f3f3f3;
	}
	.breadcrumbs > .center > span > span {
		margin: 0 10px;
	}		
	.breadcrumbs > .center > span {
		display: flex;
		overflow: auto;
		padding-bottom: 5px;
		overflow: auto;
	}
	.breadcrumbs > .center > span > span {
		width: auto;
		min-width: fit-content;
	}
	.breadcrumbs > .center > span {
		max-width: max-content;
		min-width: auto;
		margin-left: 5px;
	}
	.breadcrumbs span.breadcrumb_last > strong {
		min-width: max-content;
		width: max-content;
		max-width: max-content;
		display: block;
		position: relative;
	}
		
	/*
		about
	*/	
	article.preview {
		position: relative;
		margin-bottom: 30px;
		height: 180px;
		overflow: hidden;
	}	
	article.preview.show {
		height: auto;
	}
	article.preview:before {
		content: '';
		background: linear-gradient(180deg, hsl(0deg 0% 100% / 0%), rgb(255 255 255 / 63%), #ffffff);
		height: 70px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 2;
	}
	article.preview.show:before {
		content: none;
	}
	span.more.preview {
		margin: -30px auto 25px;
		display: table;
		font-size: 13px;
	}	
	
	
	article img.alignright {
		float: none;
		width: 100%;
		margin: 0;
		border-radius: 4px;
	}
	article.preview img.alignright {
		margin: 0 0 5px 10px;
		float: right;
		max-width: 50%;
	}
	section.photos_gallery {
		padding: 2px 0 10px 0;
	}
	.pgallery_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.pgallery_list a {
		height: auto;
		aspect-ratio: 10 / 10;
		width: 100%;
		overflow: hidden;
		border-radius: 4px;
		background-color: var(--black);
	}
	section.delivery_map .map {
		width: 100%;
		height: 350px;
		background-color: #f1f1f1;
		border-radius: 4px;
	}
	section.delivery_map {
		background-image: url('images/map_mobile.png');
		background-position: right 0 center;
		background-repeat: no-repeat;
		padding-bottom: 200px;
	}
	section.sertificates {
		padding: 1px 0 20px;
	}
	.sertificates_list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}	
	article a.catalog {
		max-width: 140px;
		line-height: 120%;
		margin: 30px 0 0;
	}
	
	/*
		contact.php address
	*/		
	section.single_page address {
		padding: 0;
		display: block;
		gap: 60px;
		align-items: normal;
		justify-content: space-between;
		width: 100%;
	}	
	section.single_page address .address_content {
		width: 100%;
	}
	section.single_page address .map {
		background-color: #ddd;
		width: 100%;
		border-radius: 4px;
		overflow: hidden;
		height: 400px;
		margin: 30px 0 0;
	}	
	section.contact_content {
		margin: 30px 0 30px;
		padding-bottom: 30px;
	}	
	.ccontent {
		display: block;
		gap: 40px;
		align-items: flex-start;
		justify-content: left;
	}	
	.ccontent_list {
		column-count: 1;
		gap: 10px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.ccontent_list .one {
		padding: 10px 0;
		border-top: 1px solid #e7e7e7;
	}
	.ccontent a.catalog.doc {
		margin: 20px 0 0;
		width: 170px;
		max-width: 300px;
	}	
	.ccontent_list .one span {
		margin-bottom: 2px;
	}	
	
	/*
		callback_block
	*/
	section.callback_block .content {
		background: #fff;
		position: fixed;
		z-index: 30;
		left: 0;
		right: 0;
		display: block;
		top: 0;
		bottom: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		box-sizing: border-box;
		box-shadow: 0 0 32px 12px rgb(0 0 0 / 2%);
		border-radius: 0;
		padding: 10%;
		overflow: hidden;
        overflow-y: auto;
	}	
	section.pop_up span.close {
		position: absolute;
		right: -10px;
		top: -10px;
		padding: 25px;
	}	
	
	/*
		mobile menu 
		bottom_menu
	*/
	body.menu section.bottom_menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		background-color: var(--accente_pressed);
		padding: 15% 10%;
		box-sizing: border-box;
		overflow: auto;
		z-index: 3;
	}	
	body.menu section.bottom_menu .logo {
		display: none;
	}
	nav.bottom_navi .one .title {
		font-size: 22px;
		margin-bottom: 15px;
		color: #afbae7;
	}
	nav.bottom_navi ul {
		font-size: 14px;
		column-count: 1;
	}
	nav.bottom_navi .one.catalog ul {
		columns: 1;
	}
	nav.bottom_navi ul li {
		padding: 4px 0;
		font-size: 15px;
	}
	body.menu section.bottom_menu span.close {
		position: absolute;
		right: -10px;
		top: -10px;
		padding: 25px;
		display: block;
	}
	body.dinamic section.header_top {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background-color: var(--white);
		z-index: 3;
		padding: 8px 0 4px;
		border-bottom: 1px solid var(--accente);
	}	
	
	/*
		page catalog button_phone
	*/
	.button_phone {
		display: block;
		gap: 40px;
		margin: 20px auto 0;
		align-items: center;
		display: none;
	}
	.button_phone input[type="button"] {
		margin: 0 auto 20px;
		display: block;
		width: 100%;
	}
	.button_phone .contact_block {
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}	
	section.category.sub .list.category_list {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 8px;
		grid-row-gap: 8px;
		width: 100%;
		min-width: 100%;
	}	
	section.category.sub .list.category_list .one {
		position: relative;
		min-height: 70px;
		height: auto;
		display: block;
		align-items: flex-start;
		justify-content: left;
		padding: 15px 20px;
		box-sizing: border-box;
		transition: .5s;
	}
	section.category.sub .list.category_list .one a.name {
		font-size: 15px;
		line-height: 115%;
		max-width: 100%;
		position: relative;
		left: inherit;
		bottom: inherit;
		top: inherit;
	}	
	section.category.sub .list.category_list .one:before {
		bottom: 30px;
		font-size: 80px;
	}		
	blockquote {
		display: block;
		padding: 20px;
		box-sizing: border-box;
	}	
	blockquote input[type="button"] {
		padding: 14px 25px;
		margin: 10px auto 0;
		display: block;
	}
	.scroll_table {
		overflow: auto;
		border-right: 2px solid red;
	}
	article div.gallery {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	article div.gallery .gallery-item {
		height: 220px;
	}	
	table td {
		min-width: 150px;
		font-size: 13px;
		padding: 10px;
	}
	.table_content.sub h3 {
		margin: 25px 0 3px;
		font-size: 20px;
	}	
	
	/*
		form_container
	*/
	.form_container {
		padding: 5px 0 20px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		border-left: none;
		border-right: none;
		border-radius: 0;
		margin: 20px 0;
	}
	.form_container h2 {
		margin: 20px 0 15px;
		font-size: 23px;
	}	
	.form_container input[type="submit"] {
		width: 100%;
	}
	form .double {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.form_container form .one {
		margin: 0 0 10px 0;
	}	
	.form_container form textarea {
		height: 130px;
	}
	.form_container form .one span {
		font-size: 14px;
		margin-bottom: 4px;
	}	
	section.warning_text {
		font-size: 13px;
	}
	
	
}	