/* 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:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}
.bbb {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/*
	top
*/
section.top {
    padding: 10px 0;
    background: #F2F4F7;
}
section.top .logo {
    max-width: 22%;
}
section.top span {
    font-weight: 600;
    /* display: block; */
}
.top .address {
    line-height: 130%;
    margin-bottom: 10px;
    font-weight: 400;
}
a.tel {
    font-family: Manrope;
    font-size: 22px;
    line-height: 1.4;
    padding: 0px 0px 9px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 800;
    text-decoration: none;
}
a.tel:hover {
	text-decoration: underline;
}
.top .phones a.mess {
    margin: 0 2px;
    position: relative;
    bottom: -5px;
}
a.mess.telegram {
    content: url('images/telegram.svg');
}
a.mess.max {
    content: url('images/max.svg');
}

/*
	navi
*/
section.main_menu {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: #565656;
    background: #474747;
    box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 16px 22px 0px rgba(0,0,0,0.16);
}
section.main_menu a {
    color: #fff;
}
section.main_menu nav {
    width: 100%;
}
nav ul.responsive-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
}
ul.responsive-menu > li {
    padding: 18px 24px;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.responsive-menu > li:hover {
    background: #676666;
}
ul.responsive-menu > li.current-menu-item {
    background: #676666;
}
ul.responsive-men a {
	text-decoration: none;
}
ul.responsive-menu > li > a {
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.responsive-menu > li > a > img {
    width: 16px;
    height: 16px;
    max-width: none;
}
section.main_menu a.custom-btn {
    width: 20%;
    border-radius: 4px;
}
/*
	icons menu
*/
ul.responsive-menu > li:before {
    position: relative;
    bottom: -3px;
}
ul.responsive-menu > li.catalog:before {
	content: url('images/catalog.svg');
}
ul.responsive-menu > li.services:before {
	content: url('images/services.svg');
}
ul.responsive-menu > li.documents:before {
	content: url('images/documents.svg');
}
ul.responsive-menu > li.contact:before {
	content: url('images/contact.svg');
}
ul.responsive-menu > li.about:before {
	content: url('images/about.svg');
}
ul.responsive-menu > li.delivery:before {
	content: url('images/delivery.svg');
}
/*
	catalog_products
*/
.catalog_products {
	display: none;
    position: absolute;
    top: 60px;
    z-index: 2;
    left: 0;
    height: auto;
    padding: 0;
    border-radius: 8px;
}
.catalog_products .g23 a:hover {
	color: #E20016;
}
ul.responsive-menu > li:hover .catalog_products {
    display: flex;
}
section.main_menu .catalog_products a {
    color: #565656;
    text-decoration: none;
}
section.main_menu .catalog_products a:hover {
	text-decoration: underline;
}
.catalog_products ul.sub {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 15px;
}
.catalog_products ul.sub li {
    line-height: 130%;
    margin: 0 0 10px 0;
}
.catalog_products .g23.vvv:last-child {
    box-shadow: none;
	-webkit-box-shadow: none;
}
.catalog_products .g23 {
    height: stretch;
    min-height: 100%;
}
.catalog_products .g23 a.name {
    line-height: 120%;
    display: block;
    margin-bottom: 15px;
    color: #000;
    text-decoration: underline;
}
.catalog_products .g23 a.name:hover {
    text-decoration: none;
	color: #E20016;
}


/*
	title
*/
.title {
	position: relative;
    color: #F9F9F9;
}
.title.g9:before {
    content: '';
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .35;
    position: absolute;
    width: 100%;
    height: 100%;
}
.title.g9 > * {
	position: relative;
	z-index: 1;
}
.title.g9 h1 {
    color: #F9F9F9;
    font-size: 71px;
    line-height: 1.3;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.title .desc {
    font-size: 18px;
    line-height: 1.4;
    max-width: 700px;
    margin: 20px auto 0;
}	
a.preview-block__btn.custom-btn.show_mobile {
	display: none;
}

/*
	triggers
*/
.triggers_list .one {
    text-align: center;
    color: #fff;
    line-height: 125%;
}
.triggers_list .one img {
    width: auto;
    height: 77px;
    margin: 0 auto 15px;
    display: block;
}
.triggers_list .one:last-child {
    border-right: none;
    box-shadow: none;
}

/*
	catalog
*/
.catalog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    text-align: center;
    margin: 20px 0 0;
}
.catalog_list.sub {
    margin-bottom: 40px;
}
.catalog_list .one {
    transition: 1s;
    width: 100%;
    height: auto;
    float: none;
    padding: 22px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    border: 2px solid #E5E5E5;
    background: url('images/background_white.webp');
    box-sizing: border-box;
    border-radius: 8px;
}
.catalog_list .one:hover {
    margin: -10px 0px 10px 0px;
    border: 2px solid #355F91;
    box-shadow: 11px 21px 31px 0px rgba(0,0,0,0.18);
    -webkit-box-shadow: 11px 21px 31px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 11px 21px 31px 0px rgba(0,0,0,0.18);
}
.catalog_list .one .image {
    margin-top: -70px;
    height: 165px;
}
.catalog_list .one .image img {
    height: 165px;
    width: auto;
}
.catalog_list .one a.custom-btn3 {
    margin: 10px auto 0;
    border-radius: 4px;
}
.catalog_list .one ul.sub {
    text-align: -webkit-auto;
    max-width: 90%;
    margin: 20px auto;
}


/*
	div.section
*/
.section .title {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}
.section .title:after {
    content: url('images/strip.webp');
    bottom: -15px;
    position: relative;
}
div.section {
    padding: 50px 0;
}
div.bg {
    background-image: url('images/paper_bg.webp');
    background-position: center center;
    background-color: #e1e4e1;
    background-repeat: repeat;
    background-size: cover;
}

/*
	article
*/
article {
    text-align: left;
}
article img.alignright {
    max-width: 50%;
    margin: 0 0 20px 40px;
    border-radius: 4px;
    overflow: hidden;
}
article img.alignleft {
    max-width: 50%;
    margin: 0 0 40px 20px;
    border-radius: 4px;
    overflow: hidden;
}
article p {
    margin: 10px 0;
}
article ul {
    margin-bottom: 15px;
    font-weight: 400;
}
article a {
    color: #e20016;
	text-decoration: underline;
}
article a:hover {
    color: #355f91;
	text-decoration: none;
}

/*
	delivery
*/
div.delivery {
    background-color: #f5f5f5;
}

/*
	documents
*/
.documents_list .one {
    margin: 0 5px;
    background-color: #ddd;
}
span.white.arrow.top.slick-arrow {
    background-image: url('images/icon_prev.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
    top: 50%;
    padding: 2px 0px !important;
    display: inline-block;
    margin-top: -20px !important;
    line-height: 30px !important;
    height: 40px !important;
    width: 30px !important;
    color: transparent !important;
    text-shadow: none !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    z-index: 2;
    cursor: pointer;
    border-radius: 2px;
}
span.prev.white.arrow.top.slick-arrow {
	left: 0;
}
span.next.white.arrow.top.slick-arrow {
    right: 0;
    transform: rotate(180deg);
}
span.white.arrow.top.slick-arrow:hover {
	background-color: rgb(0 0 0);
}
.regular .slick-dots {
    bottom: -45px;
}
.regular .slick-dots li button {
    display: inline-block !important;
    border-style: none !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0px 3px !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
}
.regular .slick-dots li.slick-active button {
    background-color: rgb(0 0 0 / 55%) !important;
}

/*
	photos
*/
.photos_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.photos_grid .one {
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
    /* height: 200px; */
    aspect-ratio: 14 / 9;
}
.photos_grid .one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}


/*
	news
*/
.news_list .one .image {
    height: 230px;
    background-color: #000;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.news_list .one .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.news_list .one .content {
    min-height: 252px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.news_list .one .content time {
    color: #ccc;
    font-size: 14px;
    margin: 5px 0 0;
    display: block;
}
.news_list .one .content a.name {
    font-size: 18px;
    line-height: 1.4;
    display: block;
    color: #000;
}
.other_news {
    margin: 40px 0 0;
}

/*
	footer
*/
footer {
    background: #262626;
}
footer p,
footer {
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #f55a67;
    text-decoration: underline;
}

/*
	bottom_menu
*/
.bottom_menu {
    padding: 30px 0;
}
.bottom_menu .logo_desc {
    width: 25%;
}
.bottom_menu a.logo {
    max-width: 300px;
    display: block;
}
.bottom_menu .desc {
    font-size: 13px;
    line-height: 140%;
    margin: 10px 0 0;
}
.bottom_menu .menu_bottom {
    border-right: 1px solid hsl(0deg 0% 100% / 14.12%);
    border-left: 1px solid hsl(0deg 0% 100% / 14.12%);
    padding: 0 30px;
    box-sizing: border-box;
    width: 40%;
}
.bottom_menu .menu_bottom ul {
    list-style-type: none;
    padding-left: 10px;
}
.bottom_menu .menu_bottom ul li {
    position: relative;
    display: flex;
    gap: 10px;
    line-height: 120%;
    margin: 10px 0;
}
.bottom_menu .menu_bottom ul li::before {
  content: '•';
  color: #E20016;
}
.bottom_menu .contact_desc {
    width: 27%;
    text-align: right;
}
.contact_desc .phones {
    margin-bottom: 0px;
}
.contact_desc .address {
    margin: 20px 0;
}
.contact_desc .time {
    font-size: 14px;
    margin-bottom: 15px;
}
.contact_desc .social_networks {
    margin: 20px 0 0;
}
.map iframe {
    background-color: #ddd;
}

/*
	social networks
*/
a.soc.vk {
    content: url('images/vk.webp');
}
.social_networks a.soc {
    height: 35px;
    width: auto;
    margin: 0 0 0 15px;
}

/*
	copyright
*/
.copyright {
    background: #161616;
    padding: 15px 0;
    font-size: 13px;
    color: #7f7f7f;
}
.copyright a {
    color: #7f7f7f;
}

/*
	single page
*/
section.single_page {
    padding: 15px 0 50px;
}
section.single_page h1 {
    padding: 10px 0 25px;
}

/*
	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 {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/*
	contact
*/
.contact_content .one {
    margin: 10px 0;
}
.contact_content .one p {
    margin: 3px 0;
}
.contact_content .one a {
    font-weight: 900;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.contact_content .one a:hover {
    text-decoration: underline;
}
.contact_content .photo {
    margin: 20px 0;
}
.contact_content .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sklad a {
    font-weight: 700;
}

/*
	services
*/
.services_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.services_list .one {
    text-align: center;
}
.services_list .one .images {
    height: 400px;
    overflow: hidden;
	background-color: #000;
}
.services_list .one .images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.content {
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
}

/*
	documents
*/
section.single_page .documents {
    padding: 25px 0;
}
.download_file {
    margin: 30px 0 0;
    background-color: #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 300px;
    line-height: 130%;
}
.download_file:before {
	content: url('images/doc.webp');
}
.documents_list.full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 15px 0;
}
.documents_list.full .one {
    margin: 0;
    background-color: #ddd;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
.documents_list.full .one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*
	about
*/
/*
	photos
*/
.photos {
    padding: 25px 0;
}
.photos .photos_grid.full {
	margin: 25px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.news_list.full {
    margin: 25px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

/*
	news
*/
.news {
    padding: 25px 0;
}
.news_list.full .one {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
}
.news_list.full .one .content {
    margin: 0;
    padding: 20px;
}


/*
	category
*/
table.rtable {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: inline-table;
    margin: 20px 0;
    background-color: #fff;
}
table thead td {
    background-color: #efefef;
}
table.rtable td img {
    max-width: 70px;
    height: auto;
}
 
/*
	navigation
*/
.navigation {
    text-align: center;
    margin: 30px 0 0;
}
.navigation a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 6px;
    border-radius: 2px;
    background-color: #355f91;
    color: #fff;
    transition: 1s;
    text-decoration: none;
    padding: 2px 0 0;
    box-sizing: border-box;
}
.navigation a:hover {
    background-color: #719fd5;
}
.navigation span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 6px;
    border-radius: 2px;
    background-color: transparent;
    padding: 2px 0 0;
    box-sizing: border-box;
}
.navigation span.current {
    background-color: #262626;
    color: #fff;
}

/*
	content category
*/
article.article_before {
    margin-bottom: 20px;
}
.category_table {
    margin: 20px 0 30px;
}
dl.gallery-item {
    height: auto !important;
}
dl.gallery-item dt {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}
dl.gallery-item .gallery-icon img {
    border: none !important;
}

/*
	error 404
*/
section.error404 {
    padding: 25px 0 50px;
}
.char.v2 .price {
    margin: 25px 0 0;
    font-size: 25px;
}
.char.v2 a.preview-block__btn.custom-btn {
    width: max-content;
    padding-left: 40px;
    padding-right: 40px;
    margin: 15px 0 5px;
    border-radius: 4px;
}


/*
	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: 15%;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 2%);
    border-radius: 0;
    padding: 45px 60px;
}
section.callback_block .content .title {
    padding: 0 0 10px 0;
    font-size: 27px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
    color: #323232;
}
section.callback_block .content .desc {
    font-size: 15px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 20px;
}
input[type="tel"], input[type="email"], input[type="text"], textarea {
    width: 100%;
    margin: 5px 0;
    font-size: 18px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 2px solid #d7d7d7;
}
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;
}
section.pop_up span.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
section.pop_up input[type="submit"] {
    margin: 0 auto;
    display: block;
    padding: 7px 50px;
    width: 100%;
    background-color: #e20016;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 500;
}
section.pop_up .politic {
    display: flex;
    gap: 10px;
    line-height: 20px;
}
section.pop_up .politic input[type="checkbox"] {
    width: 28px;
    height: 28px;
    margin: 0;
}
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;
}


/* popup__toggle */
#popup__toggle {
    bottom: 6%;
    left: 10px;
    position: fixed;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{
	background-color:#19a536;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #19a536;
    width: 150px;
    height: 150px;
    bottom: -25px;
    left: 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: #19a536;
    width: 100px;
    height: 100px;
    bottom: 0px;
    left: 35px;
    border-left: dotted;
    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;
    left: 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;}
}

/*
	slider products
*/
div.products.section {
    background-color: #f3f3f3;
}
div.products.new {
    background-color: #fff;
}
.products_list .one {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 8px;
}
.products_list .one .image {
    text-align: center;
    height: 200px;
}
.products_list .one .image img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.products_list .one .content {
    padding: 20px;
    box-sizing: border-box;
    font-size: 22px;
    border-top: 1px solid #ebebeb;
}
.products_list .one .content a.name {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    display: block;
}
.products_list .one .content .char {
    width: 100%;
    font-size: 13px;
    float: none;
}
.products_list .one .content .char dd {
    text-align: right;
}

/*
	category
*/
article.bottom_description .bdesc_photos {
    margin: 35px 0 0;
}	
article.bottom_description .photos_grid.full {
    margin: 15px 0 0;
}
article.bottom_description h3 {
    padding: 0;
    margin: 20px 0;
}


.delivery_single {
    padding: 25px 0 0;
}

/*
	step
*/
.step.section {
    padding: 35px 0 70px;
    background-color: #ebedf1;
}
.steps_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    text-align: center;
    grid-row-gap: 20px;
    line-height: 135%;
    counter-reset: list 0;
}
.steps_list .one {
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.steps_list .one:before {
    counter-increment: list;
    content: counter(list);
    text-align: right;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 0;
    color: #ffffff;
    font-family: Inter;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    z-index: 0;
}
.steps_list .one > * {
	position: relative;
	z-index: 1;
}
.steps_list .one img {
    display: block;
    margin: 0 auto 10px;
}

@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;
	}
	
	
	html {
		background: #fff;
		overflow-x: hidden;
	}
	
	#popup__toggle {
		bottom: 5%;
		right: 0;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		left: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		left: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}	


	/*
		section
	*/
	div.section {
		padding: 30px 0;
	}
	.section .title {
		position: relative;
		padding-bottom: 20px;
		padding-top: 0;
		text-align: center;
	}
	.section .title:after {
		bottom: -10px;
	}
	.bbb {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}


	/*
		article
	*/
	article li,
	article > *,
	article {
		font-size: 14px;
		line-height: 135%;
	}
	article ol,
	article ul {
		padding-left: 25px;
	}
	article li {
		margin: 5px 0;
	}

	/*
		top
	*/
	section.top .logo {
		max-width: 40%;
	}
	.top .location {
		display: none;
	}
	.top .catalog_price {
		display: none;
	}
	.top .phones {
		text-align: right;
		padding: 0;
	}
	.top .phones a.mess {
		height: 20px;
	}
	.top a.tel {
		font-size: 16px;
		line-height: 120%;
		padding: 0;
	}
	.top a.tel.tel2 {
		font-size: 13px;
		top: 0;
		position: relative;
	}
	/*
		title
	*/
	.title {
		float: none;
		padding: 30px 0 50px;
	}
	.title h1 {
		font-size: 33px;
		line-height: 130%;
	}
	.title .desc {
		margin: 20px auto;
	}	
	a.preview-block__btn.custom-btn.show_mobile {
		display: flex;
		width: max-content;
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 auto;
		border-radius: 4px;
	}	
	
	/*
		menu
	*/
	section.main_menu {
		display: none;
	}
	/*
		catalog
	*/
	.catalog_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 20px;
		text-align: center;
		margin: 0;
	}
	/*
		photos
	*/
	.photos_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 7px;
		grid-row-gap: 7px;
	}
	/*
		about
	*/
	div.about.section {
		padding-top: 1px;
	}
	/*
		news
	*/
	.g200 {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
		margin: 0px 0px 10px 0px;
	}
	.news_list .one .content {
		min-height: auto;
		margin: 0;
		padding: 20px;
	}
	.g205 {
		width: 100%;
		height: auto;
		float: left;
		padding: 1px 60px 10px 60px;
		margin: 0px 0px 0px 0px;
	}
	/*
		bottom_menu
	*/
	.bottom_menu a.logo {
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	.bottom_menu .center.bbb.flex {
		display: block;
		text-align: center;
	}
	.bottom_menu .center.bbb.flex > * {
		width: 100%;
		text-align: center;
	}
	.bottom_menu .menu_bottom {
		display: block;
		border: none;
		padding: 0;
		margin: 20px 0;
	}
	.bottom_menu .menu_bottom ul {
		list-style-type: none;
		padding-left: 0;
		margin: 0;
	}
	.bottom_menu .menu_bottom ul li {
		position: relative;
		display: flex;
		gap: 10px;
		line-height: 120%;
		margin: 10px 0;
		align-items: center;
		justify-content: center;
	}
	.bottom_menu .top .phones {
		text-align: center;
		padding: 0;
	}
	.contact_desc {
		padding: 10px 0 0;
	}
	.social_networks a.soc {
		height: 35px;
		width: auto;
		margin: 10px 10px 0;
	}
	
	/*
		copyright
	*/
	.copyright .center.bbb.flex {
		display: block;
		font-size: 12px;
	}
	.copyright .center.bbb.flex > * {
		display: block;
	}
	footer .copyright .center.bbb.flex a.autor {
		display: none;
	}
	
	/*
		mobile menu
	*/	
	.mobile nav.open {
		overflow: auto;
	}	
	.mobile ul.show > li.current_page_item > a {
		color: #e20016;
	}
	
	/*
		breadcrumbs
	*/		
	.breadcrumbs {
		padding: 7px 0;
		font-size: 12px;
		background-color: #e9e9e9;
	}	
	.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;
	}
	
	/*
		single_page
	*/
	section.single_page {
		padding: 10px 0 30px;
	}	
	section.single_page h1 {
		padding: 15px 0;
		font-size: 30px;
	}	
	
	/*
		about
	*/	
	article img.alignleft, article img.alignright {
		max-width: 100%;
		margin: 0 0 15px 0;
		border-radius: 2px;
	}	
	section.single_page .photos {
		padding: 15px 0 0;
	}	
	.news_list.full {
		margin: 15px 0 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	
	/*
		documents
	*/		
	.download_file {
		margin: 20px 0 0;
		background-color: #fff;
		padding: 10px 20px;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
		position: relative;
		display: flex;
		gap: 20px;
		align-items: center;
		max-width: 100%;
		line-height: 130%;
	}	
	.documents_list.full {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		margin: 10px 0 0;
	}	
	section.single_page .documents {
		padding: 10px 0;
	}
	section.single_page .documents h5 {
		font-size: 22px;
	}	
	
	/*
		services
	*/
	.services_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 20px;
	}
	.services_list .one {
		text-align: center;
		border: 1px solid #ddd;
		background: #fff;
	}	
	.services_list .one .images {
		height: 230px;
		overflow: hidden;
		background-color: #000;
	}
	.services_list .one .content {
		padding: 20px 20px;
		box-sizing: border-box;
		font-size: 17px;
	}
		
	/*
		contact_content
	*/	
	.contact_content .one p {
		font-size: 15px;
	}
	.contact_content .sklads p {
		font-size: 15px;
		margin: 6px 0;
	}
	.contact_content .sklad {
		width: 100%;
		height: auto;
		float: left;
		padding: 10px 20px;
		margin: 10px 0px 5px 0px;
		font-size: 15px;
	}	
	.contact_content .sklad p {
		font-size: 15px;
		margin: 5px 0;
	}		
	.contact_content .sklad:last-child {
		margin-bottom: 20px;
	}
	.contact_content .photo {
		margin: 20px 0 0;
	}
	.k2.map {
		margin-bottom: 0;
	}
	.map iframe {
		height: 500px;
	}

	/*
		category
	*/
	section.single_page .catalog_list {
		margin-top: 20px;
	}
	.catalog_list .one:hover {
		margin: 0;
		border: 2px solid #355F91;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.scroll {
		overflow: auto;
		border-right: 2px solid #e20016;
		margin-bottom: 20px;
	}
	.catalog_list .one .desc {
		margin: 10px 0 0;
		font-size: 15px;
	}
	.catalog_list .one .desc p {
		font-size: 15px;
		line-height: 130%;
	}	
	
	/*
		single.php
	*/	
	.product_content .v1:first-child {
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ddd;
	}	
	.product_content .v2 {
		width: 100%;
		height: auto;
		float: left;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.product_content .char dl {
		padding: 15px 0;
		margin: 0;
	}
	.product_content .char dl dd {
		text-align: right;
	}	
	.product_content .information.v3 {
		border: none;
		box-shadow: none;
		border-radius: 4px;
		padding: 10px 20px;
	}	
	.char.v2 a.preview-block__btn.custom-btn {
		width: max-content;
		padding-left: 40px;
		padding-right: 40px;
		margin: 25px auto 5px;
		/* margin: 0 auto; */
	}		
	
	/*
		callback_block
	*/
	section.callback_block .content {
		background: #fff;
		position: fixed;
		z-index: 30;
		left: 0;
		right: 0;
		display: block;
		top: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 430px;
		border-radius: 0;
		box-sizing: border-box;
		box-shadow: 0 0 32px 12px rgb(0 0 0 / 2%);
		border-radius: 0;
		padding: 15% 10%;
		bottom: 0;
	}
	
	/*
		popular and news products list from slider
	*/
	.products_list.regular .slick-dots {
		bottom: -25px;
	}	
	.regular .slick-dots li {
		width: 3px !important;
		height: 3px !important;
		margin: 0 7px !important;
	}
	
	.rtable th, .rtable td {
		padding: 5px 10px;
	}	
	
	/*
		steps
	*/
	.step.section {
		padding: 35px 0;
	}	
	.steps_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.steps_list .one {
		padding: 0;
	}
	.steps_list .one img {
		display: block;
		margin: 0 auto 5px;
		height: 60px;
		width: auto;
	}

	
}