

/* Start:/local/templates/chaz/css/owl.carousel.css?16594308943971*/
/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/local/templates/chaz/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/* End */


/* Start:/local/templates/chaz/css/style.css?1739192669177453*/
:root {
    --purple: #350431;
}

.header.vnutryak {
    background: var(--purple);
    padding-bottom: 25px;
    position: relative;
}

.header {
    background: var(--purple);
    padding-bottom: 25px;
}

.cskontents .ismtables1 {
    /*max-width: 1280px;*/
    margin: 0px;
    width: 100%;
}

.cskontents .ismtables1 td {
    border: 1px solid #E2E2E2 !important;
}

.cskontents table.table.ismtables1 tbody tr td:nth-child(1) {
    border-left: 1px solid #E2E2E2 !important;
}

.cskontents table.table.ismtables1 tbody tr td:last-child {
    border-right: 1px solid #E2E2E2 !important;
}

.csh1 {
    margin: 0px;
    padding: 26px 0px 40px;
    font-family: 'PT Magistral Cyrillic Bold';
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    color: #333333;
}

#kontents {
    padding-bottom: 44px;
}


.btn-primary {
    color: #fff;
    background-color: var(--purple);
    border-color: var(--purple);
}

.cskontents * {
    font-size: 18px; /*было 30*/
    line-height: 24px;
}

.cskontents .catalog__sections__column img {
    width: 150px;
}

.cskontents .catalog-section .catalog__sections__column {
    border: 1px solid #E2E2E2;
    transition: 0.2s;
    background: #F8F8F8;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    width: 16%;
}

.cskontents .catalog-section .catalog__sections__column a:first-child {
    display: block;
}

.cskontents .catalog-section .catalog__sections__column,
.cskontents .catalog-section .catalog__sections__column a {
    line-height: 16px;
    font-size: 14px;
}

.cskontents img {
    max-width: 100%;

}

.coop_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cskontents .csuls2 {
    margin: 0px;
    padding: 0px 0px 47px;
    list-style: none;
    display: flex;
}

.cskontents .csuls2 li {
    float: left;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.cskontents .csuls2 p {
    padding: 24px 26px;
    border-left: 1px solid #f0f0f0;
}

.cskontents .csuls2 li:hover {
    border-right: 1px solid var(--purple);
    border-top: 1px solid var(--purple);
    border-bottom: 1px solid var(--purple);
}

.cskontents .csuls2 li:hover p {
    border-left: 1px solid var(--purple);
    background: var(--purple);
}

.cskontents .csuls2 li:hover p img {
    opacity: 0.90;
}

.cskontents .csuls1 {
    /*padding-left: 17px;*/
    margin: 0px;
    color: var(--purple);
    padding-bottom: 10px;
}

.cskontents ul.csuls1 {
    padding-left: 0px;
    margin: 0px;
    color: var(--purple);
    margin-bottom: 10px;
}

.cskontents .csuls1 p {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: 'Myriad Pro Regular';
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.cskontents p {
    padding-bottom: 24px;
    text-align: justify;
}

.cskontents p.csimg1 {
    padding-bottom: 51px;
}

.cskontents p.csh3 {
    font-family: 'Myriad Pro Bold';
    font-weight: 600;
    color: #333333;
}

.cskontents .blregvisit {
    margin-top: -8px;
}

.cskontents .video__col-wrap iframe {
    width: 100%;
}

.cskontents .csh2 {
    padding: 0px 0px 43px;
    margin: 0px;
    font-family: 'PT Magistral Cyrillic Bold';
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
}

.cskontents .blregvisit p {
    padding-bottom: 10px;
}

.common__text p {
    line-height: 22px !important;
}

.common__text b {
    line-height: 27px !important;
}

#kontents .newsbrend img {
    width: auto;
}

.cskontents .newsbrend td {
    vertical-align: top;
}

.cskontents .newsbrend .tdsl {
    width: 314px;
    text-align: center;
}

.table_bids.table * {
    font-size: 12px;
    line-height: 16px;
}

.newsbrend .csotz_anons_dats {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
}

.newsbrend .csotz_anons_tx {
    padding-right: 36px;
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.newsbrend .csotz_title {
    font-family: 'Myriad Pro Bold';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--purple);
    padding-bottom: 14px;
}

.newsbrend .csotz_title a {
    color: var(--purple);
    text-decoration-line: underline;
}

.newsbrend .csotz_title a:hover {
    color: #333333;
    text-decoration-line: none;
}

.newsbrend .spisotz {
    border: 1px solid #e2e2e2;
    padding: 29px 0px;
    margin-bottom: 20px;
}

.newsbrend .spisotz:hover {
    border-color: var(--purple);
}

.detals_otzyv .cslinks {
    border: 1px solid transparent;
}

.detals_otzyv .cslinks:hover {
    border: 1px solid var(--purple);
}

.detals_otzyv .cslinks:hover img {
    opacity: 0.85;
}

.detals_otzyv .csopis {
    padding-top: 25px;
    padding-left: 20px;
}

.detals_otzyv .csopis p {
    font-family: 'Myriad Pro Regular';
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    padding-bottom: 24px;
}

.detals_otzyv .pg_title {
    padding-bottom: 40px;
}

.detals_otzyv .pg_title h3 {
    font-family: 'PT Magistral Cyrillic Bold';
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    padding: 0px;
    margin: 0px;
}

.about__companies {
    display: flex;
    margin: 0px;
    padding: 29px 0px 40px;
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}

.about__companies li {
    margin-left: 24px;
}

.about__companies li.imfs02 {
    margin: 0px 118px 0px 108px;
}

.about__companies li {
    float: left;
    display: flex;
    justify-content: center;
    height: 45px;
}

.about__companies img {
    width: 100%;
}

.about__advantages {
    padding-top: 50px;
    margin-bottom: 40px;
}

.about__advantages-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 40px;
}

.about__advantages-wrapper {
    display: flex;
}

.about__advantages-item {
    padding: 25px 25px 34px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    width: 316px;
}

.about__advantages-item + .about__advantages-item {
    margin-left: 30px;
}

.about__advantages-img {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
}

.about__advantages-img img {
    display: block;
    width: 100%;
    height: auto;
}

.about__advantages-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.hlebroh {
    padding-top: 24px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #9D9D9D;
    float: left;
    padding-right: 5px;
}

.bx-breadcrumb #bx_breadcrumb_0 span {
    margin-left: 0px;
}

.bx-breadcrumb span {
    margin-left: 4px;
}

.bx-breadcrumb a {
    color: #333333;
}

#bok_menu {
    margin-right: 20px;
}

#bok_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}

#bok_menu ul .li_title {
    font-family: 'Myriad Pro Bold';
    font-weight: 600;
    color: #9D9D9D;
}

#bok_menu ul .li_title:hover {
    background: transparent;
}

#bok_menu ul .li_title:hover a {
    color: #9D9D9D;
}

#bok_menu ul .li_title a:hover {
    color: var(--purple);
}

#bok_menu ul .li_title a {
    color: #9D9D9D;
}

#bok_menu ul > li {
    padding-bottom: 8px;
    padding-top: 8px;
}

#bok_menu ul > li.bok_menu_first_level:hover {
    background-color: var(--purple);
}

#bok_menu ul > li.bok_menu_first_level:hover a.selected,
#bok_menu ul > li.bok_menu_first_level:hover a {
    color: #fff;
}

#bok_menu ul > li.bok_menu_second_level:hover {
    background-color: var(--purple);
}

#bok_menu ul > li.bok_menu_second_level:hover a.selected,
#bok_menu ul > li.bok_menu_second_level:hover a {
    color: #fff;
}

#bok_menu ul .li_title:hover a {
    color: #333333 !important;
}

#bok_menu ul > li + li {
    border-top: 1px solid #E5E5E5;
    padding-left: 20px;
}

#bok_menu ul li a {
    color: #333333;
    text-decoration: none;
}

#bok_menu ul li a.selected {
    color: var(--purple);
    font-family: 'Myriad Pro Bold';
    font-weight: 500;
}

#bok_menu ul > li.accordion {
    padding: 0px 0px 0px 20px;
}

#bok_menu ul > li.accordion {
    border-bottom: 3px solid #D9D9D9;
}

#bok_menu ul.submenu > li {
    padding-left: 0px;
}

#bok_menu ul.submenu > li div {
    color: #737373;
}

#bok_menu ul.submenu:hover li {
    color: var(--purple);
    font-weight: 600;
}

#bok_menu li.bok_menu_second_level:first-child {
    border-top: 1px solid #E5E5E5;
    padding-left: 20px;
}

#kontents .blpolitika p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

#kontents .blpolitika .csp1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.modern-page-navigation {
    text-align: center;
    padding-top: 30px;
}

.modern-page-navigation > * {
    padding: 0px 10px;
}

.press__right {
    padding: 10px 0px 0px 20px;
}

.press__img {
    padding: 29px 10px;
}

.news-list .tblsnews * {
    font-size: 16px;
    line-height: 18px;

}

.news-list .tblsnews td:nth-child(1) {
    /*width: 25%;*/
}

.news-list .tblsnews td:nth-child(2) {
    /*width: 25%;*/
}

.news-list .tblsnews td:nth-child(3) {
    width: 25%;
}

.news-list .tblsnews tr:hover .press__img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */;
}

.news-list .tblsnews tr {
    border-bottom: 1px solid #e2e2e2;
}

.news-list .tblsnews tr:hover {
    background: #fff;
    box-shadow: 4px 4px 25px rgba(51, 51, 51, 0.12);
}

.news-list .tblsnews .tds2 {
    vertical-align: top;
}

.news-list .tblsnews .tds1 {
    vertical-align: top;
    width: 315px;
    text-align: center;
}

.news-list .tblsnews .tds1 img {
    width: 258px;
    height: auto;
}

.press__name {
    margin-top: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
    flex-grow: 1;
}

.press__name a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.press__name a:hover {
    color: var(--purple);
    text-decoration: underline;
}

.press__text {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

.press__date {
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
}

.press__more {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: var(--purple);
    padding: 21px 0 17px;
    border: 1px solid var(--purple);
    margin-top: 20px;
    margin-bottom: 45px;
    text-decoration: none;
}

.top__years {
    display: flex;
    padding-bottom: 15px;
}

.top__years a:hover {
    background: rgba(0, 56, 150, 0.08);
}

.top__years a {
    display: block;
    padding: 7px 11px 5px 7px;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
}

.top__years a.active {
    color: var(--purple);
    background: rgba(0, 56, 150, 0.08);
}

.noh1stranica #kontents > .container {
    padding-top: 35px;
}

.content-new-deatail .pgtx_news p,
.content-new-deatail .pgtx_news {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.content-new-deatail .pgtx_news {
    padding-bottom: 20px;
}

.cskontents .modern-navigation .back-to-the-list {
    background: var(--purple);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 180px;
    text-align: center;
    padding: 15px 0px;
}

.cskontents .modern-navigation .back-to-the-list:hover {
    background: #000;
}

.content-new-deatail .date-new-deatail {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
    padding-bottom: 0px;
}

.content-new-deatail .csfoto {
    text-align: center;
    padding-bottom: 25px;
}

.content-new-deatail .pgtitle {
    padding-bottom: 0px;
}

.content-new-deatail .pgtitle h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

.photo-page-section .photo-header-big .photo-header-inner {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.photo-page-section .photo-album-date {
    padding: 15px 0px;
}

.photo-page-section .photo-album-name {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
}

.news-list.nwsgalery .tblsnews {
    width: 100%;
}

.photo-info-box .photolist,
.news-list.nwsgalery .photolist {
    display: table;
    width: 100%;
}

.photo-info-box .photolist .lifoto img,
.news-list.nwsgalery .photolist .lifoto img {
    height: 210px;
    object-fit: cover;
    width: 100%
}

.photo-info-box .photolist .lifoto {
    min-height: auto;
}

.photo-page-section .photo-info-box .photolist .lifoto {
    height: 200px;
}

.photo-info-box .photolist .lifoto,
.news-list.nwsgalery .photolist .lifoto {
    float: left;
    width: 20%;
    text-align: center;
    padding: 15px;
    padding-left: 0px;
}

.foto__count__href {
    font-weight: 400;
    color: var(--purple) !important;
    padding-left: 1em;
}

.news-list.nwsgalery .press__text {
    padding-top: 20px;
}

.news-list.nwsgalery .kolfoto {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--purple);
    padding-bottom: 15px;
}

.news-list.nwsgalery .press__name {
    margin-bottom: 5px;
}

.photo-info-box .photolist .lifoto:hover img,
.news-list.nwsgalery .photolist .lifoto:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */;
}


.filter-item__body .disabled {
    display: none;
}

#kontents .blpunkty {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

#kontents .blpunkty .cslinks {
    background: #F9F9F9;
    border-bottom: 2px solid #F9F9F9;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 15px 20px;
    float: left;
    margin-right: 10px;
}

#kontents .blpunkty .cslinks a {
    color: #333333;
    text-decoration: none;
}

#kontents .blpunkty .cslinks:hover,
#kontents .blpunkty .cslinks.actis {
    border-bottom: 2px solid var(--purple);
    color: var(--purple);
}

#kontents .blpunkty .cslinks:hover a,
#kontents .blpunkty .cslinks.actis a {
    color: var(--purple);
    text-decoration: none;
}

#kontents .blpunkty .cslinks.cfots {
}

.catalog__item__href-mobile {
    display: none;
}

.imsflet {
    margin-right: 15px;
}

.noh1stranica #kontents .blgt .csh1 {
    display: none;
}

.persona__item .persona__img img {
    width: 160px;
    height: 200px;
    object-fit: cover;
}

.recall__form {
    margin-top: 10px;
    padding: 0px 0px;
    background: #F8F8F8;
    border: 2px solid var(--purple);
    position: relative;
}

.recall__input-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    margin-bottom: 5px;
}

.recall__input-name span {
    color: red;
}

.recall__input {
    padding: 4px;
    padding-left: 0px;
}

.recall__input input, .recall__input textarea {
    width: 100%;
    padding: 8px;
    color: #333333;
    font-size: 16px;
    line-height: 17px;
    border: 1px solid #D8D8D8;
}

.recall__input textarea {
    margin-bottom: 2px;
    height: 190px;
}

.recall-row-btn {
    display: inline-block;
}

.recall__submit {
    display: block;
    padding: 20px 15px;
    width: max-content !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: var(--purple);
    transition: 0.3s all ease-in-out;
    border: none !important;
}

.recall__file-delete {
    display: block;
    padding: 10px 15px !important;
    width: max-content !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--purple) !important;
    background: #FFFFFF;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--purple) !important;
    margin-left: 15px;
}

.recall__input .btn-tertiary {
    display: block;
    padding: 10px 15px;
    width: max-content !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: var(--purple);
    transition: 0.3s all ease-in-out;
    border: none !important;
    border-radius: 0;
}

.recall__input .btn-tertiary:hover {
    opacity: 0.8;
}

.recall__input .btn-tertiary:hover, .example-2 .btn-tertiary:focus {
    color: #888;
    border-color: #888;
}

.filter__buttons #set_filter {
    display: none;
}

.recall__input .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.recall__input .inputfile + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.recall__input .inputfile + .js-labelFile .icon:before {
    content: "\f093";
}

.recall__input .inputfile + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B;
}

.persona__item .persona__desk {
    padding: 20px;
}

.persona__item .position-persona {
    font-size: 16px;
    font-weight: 400;
    color: #a2a2a2;
}

.persona__item .name-persona {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.persona__item .contacts-persona b {
    font-size: 16px;
    font-weight: 500;
}

.persona__item .contacts-persona.pers-number {
    margin-top: 20px;
}

.contacts-persona::first-letter {
    display: none;
}

.image-el img.preview_picture {
    margin-right: 15px;
    margin-bottom: 15px;
}

.garanty_table_wrap span {
    padding-left: 4px;
}

.garanty_table_wrap td {
    padding-left: 4px;
}

.drug__dealer__wrap * {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 8px;
}

.drug__dealer__wrap p {
    padding-bottom: 0px;
}

p.drug_dealer_pluses {
    padding-bottom: 8px;
}

.drug__dealer__wrap h4 {
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-bottom: 0px;
}

.drug__dealer__wrap li {
    line-height: 18px;
    padding-bottom: 0px;
}

.drug__dealer__wrap ul {
    padding-left: 1rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.drug__dealer__wrap ol {
    padding-left: 1em;
    margin-bottom: 0px;

}

.nat__text table td {
    padding: 5px;
}

.bx__loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.register__bottom_desc {
    color: #959595;
}

.bx-auth-reg * {
    font-size: 16px;
    line-height: 18px;
}

.bx-auth-reg input {
    min-height: auto;
}

.bx-auth-reg label {
    padding-bottom: 0;
}


/*OLD - TIMER LOAD ANIMATION*/


.bx__loader .cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}


.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

/*OLD - TIMER LOAD ANIMATION END*/
.catalog__sections-top-row {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    justify-content: right;
    margin-right: 10px;
}

.catalog__sections__column {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-left: .5em;
    margin-right: .5em;
}

.cskontents .catalog-section .catalog__sections__column.active-sec {
    border: 1px solid var(--purple);
    background: var(--purple) 0 a;
}


.catalog__sections__column a {
    width: 100%;
    margin-top: auto;
    text-decoration: none;
    color: var(--purple);
}

.catalog__sections__column a:hover {
    color: #000;
    text-decoration: underline;
}

.catalog__sections__column a {
    width: 100%;
    margin-top: auto;
    text-decoration: none;
    color: var(--purple);
}

.catalog__sections__column img {
    width: 100%;
}

.bx-filter {
    position: relative;
}

.bx-filter__hide-all.enabled {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #999898a8;
    background-image: url(/img/logo.svg);
    background-repeat: no-repeat;
    background-position-y: 65px;
    background-position-x: center;
}

.catalog-item__props {
    display: none;
}

.element__name {
    display: flex;
}

.element__name span {
    font-size: 30px;
    line-height: 34px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}

.element__button-top.blue-button {
    width: 238px;
    text-decoration: none;
}

.element__name .blue-button:hover {
    color: #333333;
}

.recall__input .recall-row-btn .form-group {
    display: inline-block;
}

.recall__input .btn-tertiary span {
    font: inherit;
}

.buy-now__item {
    height: 100%;
}

.bx-soa-cart-total {
    display: none;
}

.bx-soa-basket-info .bx-price {
    display: none;
}

.buy-now__slider .owl-stage-outer {
    padding-left: 2px;
}

.header__center {
    text-align: center;
}

.inline-search-block.fixed.big {
    background: #fff !important;
    top: -200px;
    z-index: 3000;
    transition-duration: .5s;
}

.inline-search-block {
    position: absolute;
    right: 0;
    top: -104px;
    width: 100%;
    z-index: 100;
    transition: all ease .3s;
    transition-duration: 0.3s;
}

.inline-search-block .search-wrapper {
    border: none;
    padding: 7px 0;
}

.inline-search-block.fixed .search-wrapper {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.inline-search-block.fixed.big .search-wrapper #title-search {
    padding: 0;
}

.inline-search-block.fixed .search-wrapper #title-search {
    position: relative;
}

form.search {
    position: relative;
}

.inline-search-block.with-close .search .search-input-div {
    padding-right: 58px;
}

.search .search-input-div {
    width: 100%;
}

.inline-search-block.fixed.big .search .search-input {
    padding: 0 200px 0 25px;
    font-size: 28px;
    height: 134px;
    background: 0 0;
    border: none;
    border-radius: 0;
    line-height: 36px;
}

.search .search-input {
    color: #444;
    display: block;
    height: 34px;
    line-height: 18px;
    padding: 0 70px 3px 14px;
    width: 100%;
    border-radius: 3px;
}

.inline-search-block.fixed.big .search .search-button-div {
    top: 42px;
    padding-top: 8px;
}

.search-input:focus-visible {
    border: none;
}

.search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
}

.inline-search-block.fixed.big .search .btn-search {
    color: #fff;
}

.inline-search-block.with-close .search .btn-search {
    right: 58px;
}

.btn.btn-default {
    background-color: #365edc;
    border-color: #365edc;
    color: #fff;
}

.search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid #f5f5f5;
    border-top-color: rgb(245, 245, 245);
    border-right-color: rgb(245, 245, 245);
    border-bottom-color: rgb(245, 245, 245);
    border-left-color: rgb(245, 245, 245);
    color: #dedede;
    line-height: 16px;
    margin: 0;
}

.search .btn {
    font-size: .7333em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    border: 1px solid;
    letter-spacing: .8px;
    border-radius: 3px;
    padding: 12px 21px 11px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.inline-search-block.with-close.fixed.big .search .close-block {
    top: 6px;
}

.inline-search-block.fixed.big .search .close-block {
    min-width: 16px;
}

.inline-search-block.with-close .search .close-block {
    display: block;
}

.inline-search-block .search .close-block {
    display: none;
    height: 34px;
}

.search-button-div .close-block, .top-block .info-text .search-block {
    position: relative;
    min-width: 57px;
    cursor: pointer;
}

.inline-search-block .svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: auto;
    min-height: auto;
}

.inline-search-block .close-block .close-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: -15px 0 0 -15px;
    margin-top: -15px;
}

.inline-search-block .close-block .close-icons {
    margin-top: -8px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    background: #b8b8b8 url(/bitrix/templates/aspro_max/images/svg/Close_mask.svg) center center no-repeat;
}

.inline-search-block.fixed {
    position: fixed;
    z-index: 997;
    background: #fff !important;
}

.inline-search-block.show {
    top: 0 !important;
    background: #fff;
}

.search-button-div {
    cursor: pointer;
}

.search-input-div .search-input {
    outline: none;
}

.catalog__right .bx-searchtitle {
    margin-bottom: 10px;
    margin-top: 0px;
}

.catalog-item__right .blue-button {
    background: none;
    width: 24px;
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;
    color: #FFF;
    background: var(--purple);
    padding: 10px 20px;
    border-top: 4px solid #BFE2FF;
}

/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--purple);
    border: 2px solid #BFE2FF;
}

.cookie_btn:hover {
    color: #FFF;
}

.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.cookie_btn:before {
    top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

.iznos_element p {
    padding-bottom: 5px;
}

.iznos_element hr {
    margin-top: 0.1em;
}

header .bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
    border-color: var(--purple);
    background-color: #fff;
    border: none;
    height: 54px;
}

.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button {
    background-color: var(--purple);
    border-color: var(--purple);
}

.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
    color: var(--purple);
}

.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
    color: var(--purple);
}

.bx-searchtitle.theme-blue .bx-input-group-btn button {
    background: url(/img/poisk.svg) center center no-repeat #95a1a8;
    background-color: #fff;
}

.index_bg_video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.spec .spec__left {
    width: 40%;
}

.header__center-menu-item svg {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 2s infinite;
}

.header__center-menu-item svg:hover {
    animation: none;
}

.header .header__center-menu-item svg:hover .ico_map_path {
    fill: var(--purple);
    stroke: #ffffff;
    stroke-width: 2;
}

.header.vnutryak .header__center-menu-item svg:hover .ico_map_path {
    filter: drop-shadow(0px 3px 2px white);
}

.header.opened .header__center-menu-item svg .ico_map_path {
    fill: #333333;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.fade {
    opacity: inherit;
}

.element__desc .nav-link .btn-link {
    color: #333333;
    text-decoration: none;
}

.element__desc .nav-link .btn-link:hover {
    color: #FFFFFF;
}

.element__desc .nav-link .back-btn {
    text-decoration: none;
    color: var(--purple);
}

.element__desc .nav-tabs .nav-link:focus,
.element__desc .nav-tabs .nav-link:hover {
    background-color: var(--purple);
    color: #ffffff;
    border-color: #e9ecef #e9ecef #dee2e6;
}

.element__desc .nav-tabs .nav-link:focus a,
.element__desc .nav-tabs .nav-link:hover a {
    background-color: var(--purple);
    color: #ffffff;
    border-color: #e9ecef #e9ecef #dee2e6;
}

/*GEARS LOAD ANIMATION*/
.bx__loader .cont {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.bx__loader .circles {

    height: 80px;
    width: 80px;
    background: url("/img/gearload.svg");
    background-size: cover;
    position: absolute;
    left: 7px;
    top: 27px;
    overflow: hidden;
}

.kontents h3 {
    margin-top: 10px;
}

.footer__logo.made_in {
    margin-top: 2em;
    width: 130px;
}


.nzd_links {
    padding-top: 20px;
}

.nzd_links .nav-link {
    margin: 0 auto;
    background: var(--purple);
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    background: var(--purple);
    border: none;
}

.nzd_links .nav-link a {
    color: #FFFFFF;
    text-decoration: none;
}

.nzd_links .nav-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.nav-tabs .nav-link.bgyellow {
    background: #A92421;
    color: #fff;
}

#inf_maetrialy .modern-navigation .back-to-the-list {
    margin: 0 auto;
    padding: 6px 0px;
}

#inf_maetrialy .blakme {
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0px;
}

#inf_maetrialy .blakme:hover {
    background: #f5f9ff;
}

#inf_maetrialy .blakme .akmlinks {
    padding-top: 5px;
}

#inf_maetrialy .blakme .akmat_img {
    padding-bottom: 15px;
}

#inf_maetrialy .blakme .akme_h1 {
    min-height: 70px;
}

#inf_maetrialy .blakme .akme_h1 a {
    color: #333333;
}

#inf_maetrialy .blakme .akme_h1 a:hover {
    color: #34aaf2;
    text-decoration: underline;
}


#nav-gabaritrzm {
    padding: 20px 0px;
}

#nav-gabaritrzm .element-blocks {
    width: 37%;
}

#nav-gabaritrzm .element-blocks.elfoto {
    width: 26%;
}

#nav-gabaritrzm .element-blocks .elbks {
    padding: 0px 5px;
}

#nav-gabaritrzm .element-blocks .element-prop {
    width: 100%;
}

#nav-gabaritrzm .element-blocks .ism_zagolovok {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
    font-family: 'PT Magistral Cyrillic Bold';
    text-align: center;
    min-height: 48px;
}

@media only screen and (max-width: 1629.98px) {
    #nav-gabaritrzm .element-blocks.elfoto img {
        margin-top: 35px;
    }

    #nav-gabaritrzm .element-blocks .element-prop__title {
        width: 46%;
    }

    #nav-gabaritrzm .element-blocks .ism_zagolovok {
        font-size: 18px;
    }

    #nav-komplektyzz .element__props.elp_komplekt > div {
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    #nav-gabaritrzm .element-blocks.elfoto {
        display: none;
    }

    #nav-gabaritrzm .element-blocks .elbks {
        padding: 0px 10px;
    }

    #nav-gabaritrzm .element-blocks {
        width: 50%;
    }
}

@media only screen and (max-width: 767.98px) {
    #nav-gabaritrzm .element-blocks {
        width: 100%;
    }

    #nav-gabaritrzm .element-blocks .ism_zagolovok {
        min-height: auto;
        margin-top: 10px;
    }
}

.element__props.elp_komplekt {
    width: 100%;
}

.element__props.elp_komplekt .cw100 {
    width: 100%;
}

.element__props.elp_komplekt > div {
    width: 50%;
}

#nav-komplektyzz .element-blocks > div {
    padding: 10px;
}

#nav-komplektyzz .ism_zagolovok {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
    font-family: 'PT Magistral Cyrillic Bold';
    text-align: center;
}

#nav-komplektyzz table.table tr:hover {
    background: var(--purple) !important;
    color: #fff !important;
}

#nav-komplektyzz table.table tr th:last-child,
#nav-komplektyzz table.table tbody tr td:last-child {
    text-align: center;
}


#nogear1 {
    left: -25px;
    top: 0px;
    animation-name: crcA1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#nogear2 {
    left: 45px;
    top: -25px;
    animation-name: crcA2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#nogear3 {
    left: 55px;
    top: 50px;
    animation-name: crcA1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.eng_btn {
    justify-content: center;
}


@keyframes crcA1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes crcA2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/*GEARS LOAD ANIMATION END*/

/*OLD - TIMER LOAD ANIMATION*/
@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

/*OLD - TIMER LOAD ANIMATION END*/

.globe-container,
.globe {
    width: 44px;
    height: 44px;
}

.globe-container {
    position: absolute;
    display: inline-block;
    margin: 0px;
    transform: scale(0.22);
    top: -31px;
    left: -22px;
}

.globe {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.globe-worldmap,
.globe-worldmap-front,
.globe-worldmap-back,
.globe-sphere,
.globe-outer-shadow,
.globe-inner-shadow {
    position: absolute;
    display: block;
    margin: 0;
}

.globe-sphere,
.globe-outer-shadow,
.globe-inner-shadow {
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.globe-worldmap {
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.globe-worldmap-front,
.globe-worldmap-back {
    left: 0;
    top: 0;
    width: 1000px;
    height: 200px;
    overflow: visible;
    background-image: url(/img/worldmap.svg);
    background-repeat: no-repeat;
}

.globe-outer-shadow {
    left: 0;
    top: 186px;
    width: 200px;
    height: 30px;
    /*background-image: url(/img/outer_shadow.svg);*/
}

.globe-inner-shadow {
    background-image: url(/img/inner_shadow.svg);
}

.globe-worldmap-front {
    background-position: 0px 0px;
    animation: textureSpinreverse 8s linear infinite;
}

.globe-worldmap-back {
    background-position: 0px -220px;
    animation: textureSpin 8s linear infinite;
}

@keyframes textureSpin {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-47.5%);
    }
}

@keyframes textureSpinreverse {
    from {
        transform: translateX(-47.5%);
    }
    to {
        transform: translateX(0);
    }
}


.cskart svg > g a path {
    position: relative;
    z-index: 5;

}

.cskart svg > g a path:after {
    content: "1111";
    position: absolute;
    width: 20px;
    height: 11px;
    top: 0;
    left: 0;
}

.cskart svg > g.current_dil .st0,
.cskart svg > g a:active .st0,
.cskart svg > g a:focus .st0,
.cskart svg > g a:hover .st0 {
    fill: #a92421;
}


.tooltip {
    opacity: 1 !important;

}

.tooltip .tooltip-inner {
    background: #ffffffe0;
    box-shadow: 2px 4px 4px rgba(58, 58, 58, 0.2);
    border-radius: 8px;
    color: #333333;
    width: 280px;
    max-width: 280px;
    opacity: 1 !important;
}

.tooltip .tooltip-inner .rgn_kolvo {
    font-weight: 500;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
}

.tooltip .tooltip-inner .sps_dilerov {
    max-height: 200px;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.element__right .tab-content th {
    font-weight: 500;
    white-space: nowrap;
}

.tooltip .tooltip-inner .dilr_title {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    border-top: 1px solid #333333;
    padding-top: 5px;
    margin: 5px 0px;
}

.tooltip .tooltip-inner .dilr_phone,
.tooltip .tooltip-inner .dilr_emls,
.tooltip .tooltip-inner .dilr_adres {
    font-size: 13px;
    line-height: 16px;
}

.tooltip .tooltip-inner .rgn_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    text-align: center;
}

.faq__item {
    border-bottom: 3px solid #a4a4a4;
}

.dilr_adres {
    display: none;
}

.news-list .tblsnews th:nth-child(3) {
    white-space: nowrap;
}

.active .element-order {
    display: block;
}

.active .element-order .order__submit {
    position: relative;
}

.contacts-persona.pers-number {

}

.reports__pl0 {
    padding-left: 0;
}

.cskart {
    margin-top: -70px;
}

.kart_pointer_wrapper {
    position: absolute;
    pointer-events: none;
    display: none;
}

.kart_pointer {
    position: relative;
    position: absolute;
}

.kart_pointer_point {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #ffffff55;
    animation: pulse 2s infinite;
    position: absolute;
}

.kart_pointer_label {
    position: absolute;
    top: 35px;
    width: 40px;
    height: 10px;
    background-image: url('/img/jmi.svg');
    background-repeat: no-repeat;
    left: -13px;
}

th.header {
    justify-content: initial;
    position: initial;
    left: initial;
    right: initial;
    padding-top: initial;
    padding-left: initial;
    display: table-cell;
    z-index: initial;
    transition: initial;
}

#nomenclature_conteiner {
    width: 1072px;
}

.uk-form-row-3 {
    margin: 5px 0;
    width: 33.3%;
    box-sizing: border-box;
    padding: 5px 10px;
    float: left;
    text-align: center;
    line-height: 31px;
}

.uk-form-label {
    width: 50%;
    float: left;
    margin-top: 5px;
    line-height: 13px;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

#nomenclature_conteiner .catalog-section {
    position: relative;
    overflow: auto;
    max-height: 600px;
}

table#table_nomencl {
    /*table-layout: fixed;
    width: 1000px;*/
}

.uk-form-row.full {
    width: 100%;
}

.uk-form-row {
    margin: 5px 0;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    float: left;
}

table#table_nomencl thead tr td.sorting {
    cursor: pointer;
}

table#table_nomencl thead tr td {
    width: 60px;
    text-align: center;
    font-weight: bold;
}

#table_nomencl td {
    padding: 5px;
}

table#table_nomencl thead tr td.sorting {
    cursor: pointer;
}

table#table_nomencl thead tr td.sorting:hover {
    background-color: #e0b46f;
}

table#table_nomencl thead tr td:hover {
    background-color: #ecc587;
}

table#table_nomencl thead tr td {
    width: 60px;
    text-align: center;
    font-weight: bold;
}

table#table_nomencl thead tr td:nth-child(1) {
    width: 430px;
}

table#table_nomencl thead tr td:nth-child(2) {
    width: 170px;
}

table#table_nomencl thead tr td:nth-child(4) {
    width: 50px;
}

table#table_nomencl tbody tr td {
    width: 50px;
    font-size: 12px;
}

table#table_nomencl tbody tr td:nth-child(1) {
    width: 20px;
}

table#table_nomencl tbody tr td:nth-child(2) {
    width: 350px;
}

table#table_nomencl tbody tr td:nth-child(3) {
    width: 140px;
}

table#table_nomencl tbody tr td:nth-child(5) {
    width: 50px;
}

table#table_nomencl td.no-result {
    width: 1000px !important;
}

table#table_nomencl tbody {
    max-height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.long_table table {
    /*table-layout: fixed;*/
    width: 1024px;
}

.long_table table th {
    /*text-align: left;*/
}

.long_table table td {
    font-size: 12px;
}


.nomun_fancy_wrap {
    width: 1055px !important;
    height: auto !important;
    position: absolute !important;
    top: 20px !important;
    left: 424px !important;
    opacity: 1;
    overflow: visible;
}

.nomun_fancy_wrap .fancybox-inner {
    height: max-content;
}

.nomun_fancy_wrap .fancybox-outer {
    position: relative !important;
}

.nomun_fancy_wrap .fancybox-inner {
    position: relative !important;
}

.info_nomencl {
    width: 15px;
    cursor: pointer;
}

.ui-tooltip {
    opacity: 1 !important;
    background-color: #fff;
    min-width: 350px;
    font-size: 14px;
    line-height: 100%;
}

.ui-tooltip tr td:nth-child(1) {
    padding-right: 10px;

}

.banner__text_one {
    font-family: Myriad Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 95vw;
}

.banner__text_two {
    font-family: Myriad Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    max-width: 100vw;
}

.banner__text_three {
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 100vw;
}

.banner__text_four {
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    background-color: #A92421;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 70px;
    width: max-content;
    max-width: 93vw;
}

.banner__text_four b {
    font-weight: 700;
}

.banner_spec_item {
    padding-top: 15vh;
}

@media (min-width: 0px) and (max-width: 320px) {
    .owl-carousel .owl-stage-outer {
        height: 100vh !important;
    }

    .owl-carousel .banner__item .banner__buttons {
        position: absolute;
        width: 100%;
        bottom: 110px;
    }

    .owl-carousel .banner__item .banner_link {
        height: 40px;
    }

    .owl-carousel .banner__item .banner__row {
        height: 100vh;
    }

    .owl-carousel .banner__item {
        height: 100vh;
        padding-bottom: 0px;
    }


}

@media (min-width: 350px) and (max-width: 414px) {
    .owl-carousel .owl-stage-outer { /*height: 40vh!important;*/
    }

    .owl-carousel .banner__item .banner__buttons {
        position: absolute;
        width: 100%;
        bottom: 350px;
    }

    .owl-carousel .banner__item .banner__row {
        height: 100vh;
    }

    .owl-carousel .banner__item {
        height: 100vh;
        padding-bottom: 0px;
    }


}

@media (max-width: 575.98px) {
    #bok_menu {
        /*display: none;*/
    }

    #bok_menu ul > li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .csh1 {
        line-height: 28px;
    }

    .zakaz__container-wrapper img {
        display: none;
    }

    .recall__form {
        margin-top: 10px;
        padding: 0px 0px;
        background: #F8F8F8;
        border: 1px solid var(--purple);
    }

    .recall__input {
        padding: 4px;
        padding-left: inherit;
    }

    .recall__input input, .recall__input textarea {
        padding: 8px;
        font-size: 16px;
        line-height: 6px;

    }

    .news-list .tblsnews td {
        display: block;
    }

    .news-list .tblsnews .tds1 {
        width: 100%;
    }

    .news-list .tblsnews .tds2 {
        width: 100%;
    }

    .news-list .tblsnews .tds3 {
        width: 100%;
    }

    .news-list .tblsnews td:nth-child(3) {
        width: 100%;
    }

    .press__right {
        padding-right: 0px;
        padding-top: 0px;
        width: 80%;
        margin: 0 auto;
    }

    .press__text {
        margin-bottom: 10px;
    }

    .press__img {
        padding-bottom: 15px;
    }

    .news-list .tblsnews .tds1 img {
        width: auto;
    }

    .news-list.nwsgalery .press_fotos {
        display: none;
    }

    .news-list.nwsgalery .press__date,
    .news-list.nwsgalery .kolfoto,
    .news-list.nwsgalery .press__name {
        text-align: center;
    }

    .photo-page-section .photo-info-box .photolist .lifoto {
        height: auto;
        float: none;
        width: 100%;
    }

    .element-prop {
        width: 100%;
    }

    .catalog__sections-top-row {
        display: inline-block;
    }

    .catalog__sections__column {
        width: 44%;
        display: inline-block;
    }

    .persona__item .persona__desk {
        padding: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .catalog-section .common__text {
        display: none;
    }

    .catalog-item__right a {

    }

    .catalog__item__href-mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .element-order.fancybox-content {
        padding: 10px;
    }

    .order__head {
        padding: 5px 9px;
    }

    .order__body {
        padding: 5px 9px;
    }

    .order__table {
        margin-bottom: 10px;
    }

    .order__form {
        margin-top: 10px;
        padding: 9px 10px;
    }

    .order__input input, .order__input textarea {
        height: 40px;
    }

    .order__row + .order__row {
        margin-top: 0px;
    }

    .tblsnews.table.table-striped thead {
        display: none;
    }

    .news__filter-year {
        text-align: center;
    }

    .news__filter-year .btn-primary {
        margin-bottom: 5px;
    }

    .spec_main-title {
        display: none;
    }

    .press-centr.spec-pred {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*.onmain-button {
		display:none;
	}*/
    .scrollUp {
        padding-top: 3px;
        padding-bottom: 0px;
    }

    .press-centr__row {
        display: flex;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .spec .press-centr__right {
        width: 100% !important;
    }

    .spec .press-centr__left {
        width: 100% !important;
    }

    .blue__title.iznos__title {
        flex-direction: column;
        margin-bottom: 0px !important;
    }

    .iznos__button {
        padding: 0 !important;
        background: none !important;
        width: auto !important;
        color: var(--purple) !important;
        margin-top: 5px !important;
        margin-right: 0px !important;
    }

    .iznos__button:hover {
        color: #ffffff !important;
        background: var(--purple) !important;
    }

    .iznos__tabs {
        align-items: start !important;
        flex-direction: column !important;
    }

    .blgl {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #bok_menu {
        display: none;
    }

    .news-list .tblsnews td {
        display: block;
    }

    .news-list .tblsnews .tds1 {
        width: 100%;
    }

    .press__right {
        padding-right: 0px;
        padding-top: 0px;
        width: 80%;
        margin: 0 auto;
    }

    .press__text {
        margin-bottom: 10px;
    }

    .press__img {
        padding-bottom: 15px;
    }

    .news-list .tblsnews .tds1 img {
        width: auto;
    }

    .news-list.nwsgalery .press_fotos {
        display: none;
    }

    .news-list.nwsgalery .press__date,
    .news-list.nwsgalery .kolfoto,
    .news-list.nwsgalery .press__name {
        text-align: center;
    }

    .photo-page-section .photo-info-box .photolist .lifoto {
        height: auto;
        float: left;
        width: 50%;
    }

    .news-list.nwsgalery .press_fotos {
        display: none;
    }

    .banner__title {
        font-family: 'PT Magistral Cyrillic Bold';
        font-size: 42px;
        line-height: 32px;
        letter-spacing: 0.03em;
        color: #fff;
        margin-bottom: 31px;
    }

    .persona__item .persona__desk {
        padding: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .iznos__button {
        padding: 5px 5px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about__companies li {
        margin-left: 5px;
    }

    .about__companies li.imfs02 {
        margin: 0px 38px 0px 28px;
    }

    #bok_menu {
        display: none;
    }

    .press__right {
        padding-right: 0px;
    }

    .news-list.nwsgalery .press_fotos {
        display: none;
    }

    .catalog__sections__column a {
        font-size: 12px;
    }

    .iznos__button {
        padding: 5px 5px !important;
        font-size: 14px !important;
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .globe-container {
        display: none;
    }

    .cspnnnfs {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about__companies li {
        margin-left: 5px;
    }

    .about__companies li.imfs02 {
        margin: 0px 38px 0px 28px;
    }

    .news-list.nwsgalery .press_fotos {
        display: none;
    }

    .catalog__sections__column {
        width: 15%;
    }

    .persona__item .persona__desk {
        padding: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .persona__item .name-persona {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .persona__item .position-persona {
        line-height: 14px;

    }

    .persona__item .contacts-persona.pers-number {
        margin-top: 5px;
    }

    .banner__row .banner_img {
        display: none;
    }

    .header {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .header__image {
        display: block;
        width: 112px !important;
        margin-right: 8px !important;
    }

    .header__right {
        padding-right: 0px !important;
    }

    .header__image__title {
        margin-right: 5px !important;
    }

    .header__center-menu-item {
        margin-right: 0.6em !important;
    }

    .header__center-menu-item {
        font-size: 14px !important;
    }

    .iznos__button {
        padding: 5px 5px !important;
        font-size: 14px !important;
    }
}


@media (min-width: 992px) and (max-width: 1020px) {
    .header__center-menu-item {
        font-size: 13px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1599.98px) {
    .container {
        width: 1320px;
        max-width: 1320px;
    }

    .news-list.nwsgalery .photolist .lifoto {
        width: 33%;
    }

    .persona__item .persona__desk {
        padding: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .persona__item .name-persona {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .persona__item .position-persona {
        line-height: 14px;

    }

    .persona__item .contacts-persona.pers-number {
        margin-top: 15px;
    }

    .catalog .big-title {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .section__nav-item {
        width: 16%;
        margin-bottom: 0px;
    }

    .section__nav .section__nav-name {
        font-size: 14px;
        line-height: 16px;
        min-height: 46px;
        word-break: break-word;
        padding-top: 10px;
    }

    .section__nav .section__nav-item {
        justify-content: center;
        padding: 10px 5px 20px 5px;
        width: 16.6666%;
        height: 180px;
    }

    .section__nav-item svg {
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-item__name a {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        margin-bottom: 15px;
        text-decoration: none;
    }

    .section__nav .section__nav-item {
        width: 16.667%;
    }

    .iznos__button {
        font-size: 14px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
        max-width: 1600px;
    }

    #kontents .blgr {
        width: 80%;
    }

    #kontents .blgl {
        width: 20%;
    }

    #kontents .container {
        padding: 0px;
    }

    #kontents .container > .row {
        margin: 0px;
    }

    #kontents .container > .row > div {
        padding: 0px;
    }

    .header__right {
        justify-content: initial !important;
    }
}


@media (max-width: 1630px) {
    .news-list.nwsgalery .photolist .lifoto:nth-child(3) {
        display: none;
    }

    .banner_img {
        /*bottom: -95px;
		position: absolute;*/
        z-index: 0;
        max-width: 300px;
    }

    .banner_img > img {
        width: 100%;
        height: auto;
    }

    .reports__pl0 {
        padding-left: inherit;
    }
}


@media only screen and (max-width: 1629.98px) {
    .persona__item .contacts-persona.pers-number span {
        display: none;
    }
}

/* ==========================================================================
   FONTS
   ========================================================================== */
/*font-display: swap;*/

@font-face {
    font-family: 'PT Magistral Cyrillic Regular';
    src: url('/local/templates/chaz/fonts/MagistralC.eot');
    src: url('/local/templates/chaz/fonts/MagistralC.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/fonts/MagistralC.woff') format('woff'),
    url('/local/templates/fonts/MagistralC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Magistral Cyrillic Bold';
    src: url('/local/templates/chaz/fonts/MagistralC-Bold.eot');
    src: url('/local/templates/chaz/fonts/MagistralC-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/chaz/fonts/MagistralC-Bold.woff') format('woff'),
    url('/local/templates/chaz/fonts/MagistralC-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('/local/templates/chaz/fonts/MyriadPro-Regular.eot');
    src: url('/local/templates/chaz/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/chaz/fonts/MyriadPro-Regular.woff') format('woff'),
    url('/local/templates/chaz/fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    src: url('/local/templates/chaz/fonts/MyriadPro-Semibold.eot');
    src: url('/local/templates/chaz/fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/chaz/fonts/MyriadPro-Semibold.woff') format('woff'),
    url('/local/templates/chaz/fonts/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('/local/templates/chaz/fonts/MyriadPro-Bold.eot');
    src: url('/local/templates/chaz/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/chaz/fonts/MyriadPro-Bold.woff') format('woff'),
    url('/local/templates/chaz/fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Myriad Pro Regular';
    overflow-x: hidden;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html * {
    max-height: 1000000px;
}

body {
    margin: 0;
    position: relative;
    background: #fff;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 55% !important;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -1.0em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    border-radius: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

p {
    margin: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.magistral {
    font-family: 'PT Magistral Cyrillic Bold', sans-serif;
}

.container {
    margin: auto;
    width: 1170px;
}

.hidden {
    display: none;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.header {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 25px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.header__left {
    /*width: 20%;*/
    display: flex;
    align-items: center;
}

.header__image {
    display: block;
    width: 125px;
    height: 48px;
    margin-right: 20px;
}

.header__image img {
    display: block;
    width: 100%;
    height: auto;
}

.header__image__title {
    color: #fff;
    text-decoration: none;
    line-height: 14px;
    font-size: 16px;
    margin-right: 50px;
}

.header__image__title:hover {
    color: #fff;
    text-decoration: none;
}

.header.opened.header__image__title {
    color: var(--purple);
}

.header.opened.header__image__title:hover {
    color: var(--purple);
}

.header__lang {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration-style: dashed;
}

.header__center-menu-item {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    margin-right: 3em;
    transition: border-bottom 0.5s linear;
    border-bottom: 1px solid transparent;
    position: relative;
}

.header__center-menu-item:hover {

    border-bottom: 1px solid white;
}

.header__right a {
    transition: 0.5s ease-in-out;
}

.header__right a:hover {

    color: #bbd5ff;
    text-decoration: underline;
}

.header__center-menu-item.active {
    color: #fff;
    border-bottom: 1px solid white;
}

.header__center-menu-item:hover {
    color: #fff;
}

.header__center .header__center-menu-item:nth-child(4):hover {
    border-bottom: #fff0;
}

.globe-text-wrpr {
    border-bottom: 1px solid #fff0;
    transition: border-bottom 0.5s linear;
}

.header__center .header__center-menu-item:nth-child(4):hover .globe-text-wrpr {
    border-bottom: 1px solid #fff;
}

.header__center .header__center-menu-item.active:nth-child(4) {
    border: 0;
}

.header__lang:hover {
    color: #bbd5ff;
    text-decoration: underline;
}

.header__right a:hover {
    color: #bbd5ff;
    text-decoration: underline;
}

.header__right {
    display: flex;
    align-items: center;
    width: 30%;
    padding-right: 60px;
    justify-content: end;
}

.header__phone {
    display: block;
    width: 33.3333%;
    font-family: 'Myriad Pro Semibold';
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.header__login {
    display: block;
    position: relative;
    width: 33.3333%;
    font-family: 'Myriad Pro Semibold';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-left: 12px;
    white-space: nowrap;
}

.header__login:before {
    position: absolute;
    content: '';
    background: url('/img/login.svg') center no-repeat;
    width: 16px;
    height: 16px;
    left: -12px;
    transform: translateX(-50%);
    top: 4px;
}

.header__other {
    width: 33%;
    display: flex;
    padding-left: 30px;
}

.header__search {
    width: 16px;
    height: 16px;
    background: url('/img/search.svg') center no-repeat;
    margin-right: 30px;
}

.header__button {
    position: relative;
    width: 23px;
    height: 16px;
    cursor: pointer;
    margin-left: auto;
}

.header__button span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #fff;
    margin-top: 4px;
}

.special .header__button span {
    background: black !important;
}

.header__button span:nth-child(1) {
    top: 0;
}

.header__button span:nth-child(2),
.header__button span:nth-child(3) {
    top: 6px;
}

.header__button span:nth-child(4) {
    top: 12px;
}

.header__button.active span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

.header__button.active span:nth-child(2) {
    transform: rotate(45deg);
}

.header__button.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.header__button.active span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.header__nav {
    position: absolute;
    width: 100vw;
    left: -110%;
    top: 100%;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.header.opened {
    background: #fff;
}

.header.opened .header__nav {
    left: 0;
}

.header.opened .header__lang,
.header.opened .header__center-menu-item,
.header.opened .header__phone,
.header.opened .header__image__title,
.header.opened .header__login {
    color: #333333;
}

.header.opened .header__center-menu-item:hover {
    transition: border-bottom 0.5s linear;
    border-bottom: 1px solid #333333;
}

.header .header__image {
    background-image: url(/img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.header.opened .header__image {
    background-image: url(/img/logo.png);
}

.header.opened header__search {
    background: url(/img/greysearch.svg);
}

.header_search.poisk {
    margin: 0 13px 0 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.poisk_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.poisk_string {
    position: absolute;
    right: 0;
    width: 100%;
    height: 25px;
    top: -300%;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.poisk_btn {
    background: transparent;
}

.poisk_btn img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: top;
}

.poisk_btn {
    background: transparent;
    border: none;
}

.poisk_string {
    position: absolute;
    right: 0;
    width: 100%;
    height: 25px;
    top: -300%;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.poisk_string.active_poisk {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav__wrapper {
    display: flex;
    position: relative;
    padding-top: 70px;
    padding-left: 144px;
    padding-right: 60px;
    /*height: calc(100vh - 70px);*/
    height: 100vh;
}

.nav__col {
    width: 288px;
}

.nav__col + .nav__col {
    margin-left: 144px;
}

.nav__big-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333;
    margin-bottom: 33px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--purple);
    width: 100%;
}

.nav__menu {
    margin-bottom: 35px;
}

.nav__mini-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin-bottom: 15px;
    text-decoration: none;
}

.nav__mini-title_red {
    color: #A30000;
}

.nav__mini-title_blue {
    color: var(--purple);
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
}

.header li a {
    text-decoration: none;
    color: #6C6C6C;
}

.header li a:hover {
    color: var(--purple);
}

.header__button.active span:nth-child(2) {
    background: var(--purple);
}

.header__button.active span:nth-child(3) {
    background: var(--purple);
}

.nav__block {
    display: block;
    width: 372px;
    height: 190px;
    padding: 23px 30px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--purple);
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}

.nav__block:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

.nav__block.nav__block-blue {
    color: #fff;
}

.nav__block.nav__block-blue:before {
    background: rgba(0, 56, 150, 0.85);
}

.nav__block + .nav__block {
    margin-top: 31px;
}

.nav__block span {
    max-width: 167px;
    display: block;
}

.nav__block:hover span {
    text-decoration: underline;
}

.nav__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    font-size: 16px;
    line-height: 17px;
}

.nav__bottom a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.nav__bottom a:before {
    position: absolute;
    content: '';
    left: -12px;
    width: 6px;
    height: 10px;
    background: url(/img/leftar2.svg) left center no-repeat;
}

.header.vnutryak .header__right a:hover {
    color: #caceff;
    text-decoration: underline;
}

/* ==========================================================================
 AUTH
 ========================================================================== */

.auth-modal {
}

.auth-modal .form-group {
    margin-bottom: 1rem;
}

.auth-modal label {
    display: inline-block;
    margin-bottom: .5rem;
}

.auth-modal .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.auth-modal .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.auth-modal button, .auth-modal input {
    overflow: visible;
}

.auth-modal select, .auth-modal textarea {
    margin: 0;
    font-family: inherit;
}

.auth-modal .form-text {
    display: block;
    margin-top: .25rem;
}

.auth-modal .text-muted {
    color: #6c757d !important;
}

.auth-modal .small, .auth-modal small {
    font-size: 80%;
    font-weight: 400;
}

.auth-modal .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.auth-modal input[type="checkbox"], .auth-modal input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.auth-modal .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.auth-modal .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.auth__other-var {
    width: 100%;
}

.auth__other-var noindex {
    width: 100%;
}

.bx-auth-reg .btn-primary {
    margin-top: 10px;
}

/* ==========================================================================
 BANNER
 ========================================================================== */

.banner {
    position: relative;
}

.banner__item {
    background-size: cover !important;
    position: relative;
    padding: 30vh 0 70px;
    height: 100vh;
}

.banner__item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   /* background: radial-gradient(50% 50% at 50% 50%, rgba(25, 32, 43, 0.48) 0%, rgba(25, 32, 43, 0.8) 100%); */
}

.banner__item .container {
    position: relative;
}

.banner__desc {
    max-width: 865px;
}

.banner__row {
    display: flex;
    justify-content: space-between;
}

.banner__title {
    font-family: 'PT Magistral Cyrillic Bold';
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 31px;
}

.banner__text {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 177px;
}

.banner__buttons {
    display: flex;
    align-items: center;
}

.banner_link {
    font-family: 'Myriad Pro Semibold';
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--purple);
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
    padding-right: 25px;
    height: 65px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.banner_link img {
    display: block;
    margin-left: 15px;
}

.banner_link:nth-child(3) img {
    max-width: 22px;
}

.banner_img {
    text-align: right;
}

.red-button {
    background: #A92421;
}

.white-button {
    background: #FFFFFF;
    /*box-shadow: 0px 3px 0px var(--purple);*/
    color: var(--purple);
}

.banner_link + .banner_link {
    margin-left: 20px;
}

.banner_link:hover {
    text-decoration: none;
    background: #1B53B0;
    box-shadow: 0px 3px 0px var(--purple);
    color: #FFFFFF;
}

.red-button:hover {
    text-decoration: none;
    background: #C42F2B;
    box-shadow: 0px 3px 0px var(--purple);
    color: #FFFFFF;
}

.white-button:hover {
    text-decoration: none;
    background: #F2F2F2;
    box-shadow: 0px 3px 0px var(--purple);
    color: var(--purple);
}

.banner-slider__prev {
    position: absolute;
    content: '';
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/leftar.svg) center no-repeat;
    height: 15px;
    width: 15px;
    z-index: 1;
    cursor: pointer;
}

.banner-slider__next {
    position: absolute;
    content: '';
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/leftar.svg) center no-repeat;
    transform: rotate(180deg);
    height: 15px;
    width: 15px;
    z-index: 1;
    cursor: pointer;
}

.banner__item-another .banner__title {
    margin-bottom: 20px;
}

.banner__block {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: flex;
    margin-left: auto;
    position: relative;
    padding: 22px 65px;
    width: max-content;
    margin-bottom: 70px;
}

.banner__block:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 56, 150, 0.3);
    border-left: 6px solid var(--purple);
    transform: skewX(-10deg);
}

.banner__block span {
    font-weight: bold;
    font-size: 36px;
    line-height: 194%;
    letter-spacing: 0.04em;
    color: #F9F9F9;
    position: relative;
    word-break: break-word;
}

.banner__block span:before {
    content: '>';
    margin-right: 8px;
}

.banner__numbers {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 180px;
}

.banner__numbers + .banner__numbers {
    margin-left: 64px;
}

.banner .owl-dots {
    right: 144px;
    bottom: 86px;
    position: absolute;
    display: flex;
    align-items: center;
}

.banner .owl-dot + .owl-dot {
    margin-left: 15px;
}

.banner .owl-dot {
    width: 9px;
    height: 9px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.banner .owl-dot.active {
    width: 34px;
    height: 34px;
    background: var(--purple);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.banner .owl-dot.active span {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.banner .owl-dot.active:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border-top: 1px solid #fff;
    transform: rotateZ(45deg);
    transition-duration: 1s !important;
}

/* ==========================================================================
   AUTH MODAL
   ========================================================================== */
.auth-modal {
    max-width: 550px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all .7s;
}

/* ==========================================================================
   DIRECTIONS
   ========================================================================== */
.directions__wrapper {
    padding: 80px 0 75px;
    display: flex;
    justify-content: space-between;
}

.directions__left {
    width: 30%;
}

.big-title {
    font-family: 'PT Magistral Cyrillic Bold';
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #333333;
    position: relative;
    /*max-width: 1400px;*/;
}

.big-title::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 50px;
    height: 50px;
    background-image: url("/img/btbg.png");
}

.directions__title {
    margin-bottom: 42px;
}

.directions__text {
    font-size: 16px;
    line-height: 150%;
    color: #686868;
    margin-bottom: 40px;
}

.directions__all {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    color: var(--purple);
    margin-bottom: 72px;
}

.directions__all:hover {
    text-decoration: none;
}

.directions__all:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 20px;
    background: url('/img/rightar.svg') center no-repeat;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.directions__document {
    position: relative;
    display: flex;
    color: #686868;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.directions__document span {
    color: #333;
    font-weight: 600;
}

.directions__document:before {
    content: '';
    margin-right: 20px;
    background: url('/img/pdf.png') center no-repeat;
    width: 40px;
    height: 40px;
}

.directions__right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.directions__item {
    display: block;
    position: relative;
    width: 33.3333%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.directions__item:hover {
    /*opacity: 0.8;*/;
}

.directions__item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
 /*   background: rgba(45, 51, 60, 0.3); */
    background-blend-mode: multiply;
}

.directions__img img {
    display: block;
    width: 100%;
    height: auto;
}

.directions__desc {
    font-family: 'Myriad Pro Regular';;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 17px;
    padding: 5px;
    background: var(--purple);
}

.directions__link {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    right: 25px;
    top: 25px;
    background: rgba(53, 4, 49, 0.6) url('/img/rightar2.svg');
    background-position: center;
    background-repeat: no-repeat;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */

.advantages {
    padding: 75px 0;
    position: relative;
    background: url(/img/advbg.jpg) left center no-repeat;
}

.advantages__wraper {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.advantages__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 25%;
    word-break: break-all;
}

.advantages__img img {
    display: block;
    width: 100%;
    height: auto;
}

.advantages__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--purple);
    max-width: 170px;
    margin-left: 20px;
}

.advantages__wraper .advantages__item:first-child .advantages__text {
    max-width: 228px;
}

/* ==========================================================================
   BUY-NOW
   ========================================================================== */

.buy-now {
    padding: 67px 0 60px;
}

.buy-now .container {
    position: relative;
}

.buy-now__main-title {
    margin-bottom: 48px;
    display: flex;
}

.buy-now__item-wrapper {
    padding: 15px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.buy-now__image {
    margin-bottom: 5px;
}

.buy-now__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}

.buy-now__title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.buy-now__text {
    font-size: 18px;
    line-height: 22px;
    color: #6C6C6C;
    margin-bottom: 25px;
}

.buy-now__text p + p {
    margin-top: 6px;
}

.buy-now__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 15px 20px;
    background: var(--purple);
    width: 100%;
    text-decoration: none;
    margin-top: auto;
}

.buy-now__link:hover {
    text-decoration: none;
    background: #0047BE;
}

.buy-now .owl-stage {
    display: flex;
}

.buy-now .owl-stage-outer {
    overflow: hidden;
}

.owl-nav.disabled {
    display: none;
}

.buy-now .owl-nav {
    position: absolute;
    content: '';
    top: 0px;
    transform: translateY(-100%);
    right: 0;
    width: 120px;
    display: flex;
}

.buy-now .owl-next {
    background: url("/img/rightar4.svg") center no-repeat;
    background-color: #FFF;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 0;
}

.buy-now .owl-prev {
    background: url("/img/rightar4.svg") center no-repeat;
    background-color: #FFF;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    cursor: pointer;
    font-size: 0;
}

.buy-now .owl-prev:hover,
.buy-now .owl-next:hover {
    background-color: #F8F8F8;
}

.production__block {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 0px;
}

.production__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

/* ==========================================================================
   PRESS-CENTR
   ========================================================================== */
.press-centr {
    padding: 67px 0 60px;
    background: #F8F8F8;
}

.press-centr__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-centr__all {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: var(--purple);
    text-decoration: none;
}

.press-centr__all:after {
    content: '';
    margin-left: 17px;
    width: 23px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjcwNzEgOC43MDcxMUMyMS4wOTc2IDguMzE2NTggMjEuMDk3NiA3LjY4MzQyIDIwLjcwNzEgNy4yOTI4OUwxNC4zNDMxIDAuOTI4OTMyQzEzLjk1MjYgMC41Mzg0MDggMTMuMzE5NSAwLjUzODQwOCAxMi45Mjg5IDAuOTI4OTMyQzEyLjUzODQgMS4zMTk0NiAxMi41Mzg0IDEuOTUyNjIgMTIuOTI4OSAyLjM0MzE1TDE4LjU4NTggOEwxMi45Mjg5IDEzLjY1NjlDMTIuNTM4NCAxNC4wNDc0IDEyLjUzODQgMTQuNjgwNSAxMi45Mjg5IDE1LjA3MTFDMTMuMzE5NSAxNS40NjE2IDEzLjk1MjYgMTUuNDYxNiAxNC4zNDMxIDE1LjA3MTFMMjAuNzA3MSA4LjcwNzExWk0wIDlIMjBWN0gwVjlaIiBmaWxsPSIjMzUwNDMxIi8+Cjwvc3ZnPgo=');
}


.press-centr__main-title {
    margin-bottom: 48px;
}

.press-centr__row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.press-centr__left {
    width: 40%;
    display: flex;
}

.press-centr__right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.press-centr__item {
    display: block;
    padding: 0 10px;
    width: 50%;
}

.press-centr__right .press-centr__item:nth-child(1),
.press-centr__right .press-centr__item:nth-child(2) {
    margin-bottom: 20px;
}

.press-centr__item.press-centr__item_big {
    width: 100%;
}

.press-centr__item-wrapper {
    position: relative;
    height: 276px;
}

.press-centr__item.press-centr__item_big .press-centr__item-wrapper {
    height: 100%;
}

.press-centr__item-wrapper:before {
  /*  background: linear-gradient(180deg, rgb(120 11 111 / 45%) 42.71%, #350431 100%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.press-centr__date {
    font-size: 16px;
    color: #DEDEDE;
    margin-bottom: 17px;
    position: absolute;
    left: 30px;
    bottom: 87px;
}

.press-centr__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 133%;
    color: #FFFFFF;
    flex-grow: 1;
    position: absolute;
    left: 0px;
    bottom: 23px;
    min-height: 40px;
    /*max-width: 400px;*/
	width: 100%;
    padding: 5px;
    background: var(--purple);
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ==========================================================================
   BRANDS
   ========================================================================== */

.brands {
    padding: 75px 0;
}

.brands .container {
    position: relative;
}

.brands__row {
    display: flex;
    justify-content: space-between;
}

.brands__left {
    width: 30%;
}

.brands__right {
    width: 70%;
    position: relative;
}

.brands .item {
    width: 208px;
    height: 208px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands__text {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    position: relative;
    max-width: 100%;
    word-break: break-all;
    padding: 5px;
}

.brands .item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
  /*  background: rgba(53, 4, 49, 0.5); */
}

.brands .item img {
    position: relative;
}

.brands__next,
.brands__prev {
    background: var(--purple);
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px !important;
    height: 16px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC44IiBkPSJNMC4yOTI4OTMgOC43MDcxMUMtMC4wOTc2MzExIDguMzE2NTggLTAuMDk3NjMxMSA3LjY4MzQyIDAuMjkyODkzIDcuMjkyODlMNi42NTY4NSAwLjkyODkzMkM3LjA0NzM4IDAuNTM4NDA4IDcuNjgwNTQgMC41Mzg0MDggOC4wNzEwNyAwLjkyODkzMkM4LjQ2MTU5IDEuMzE5NDYgOC40NjE1OSAxLjk1MjYyIDguMDcxMDcgMi4zNDMxNUwyLjQxNDIxIDhMOC4wNzEwNyAxMy42NTY5QzguNDYxNTkgMTQuMDQ3NCA4LjQ2MTU5IDE0LjY4MDUgOC4wNzEwNyAxNS4wNzExQzcuNjgwNTQgMTUuNDYxNiA3LjA0NzM4IDE1LjQ2MTYgNi42NTY4NSAxNS4wNzExTDAuMjkyODkzIDguNzA3MTFaTTIxIDlIMVY3SDIxVjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.brands__next {
    right: -45px;
    left: unset;
    transform: translateY(-50%) rotate(180deg);
}

.brands .owl-stage {
    display: flex;
}

.brands .owl-stage-outer {
    overflow: hidden;
}

/* ==========================================================================
   DEALERS
   ========================================================================== */
.dealers {
    padding: 55px 0;
    background: #2D333C;
}

.dealers__row {
    display: flex;
    justify-content: space-between;
}

.dealers__left {
    width: 20%;
}

.dealers__right {
    width: 70%;
    padding-top: 23px;
    padding-bottom: 27px;
    padding-left: 160px;
    background: url(/img/dealersbg.png) center no-repeat;
}

.dealers__title {
    font-family: 'PT Magistral Cyrillic Bold';
    font-size: 30px;
    line-height: 133%;
    color: #fff;
    margin-top: 6px;
}

.dealers__search-wrapper {
    position: relative;
    margin-bottom: 86px;
    width: max-content;
}

.dealers__search-wrapper img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.dealers__search {
    width: 576px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    font-size: 16px;
    line-height: 19px;
    color: #D8D8D8;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.dealers__search:focus {
    outline: none;
}

.dealers__desc {
    margin: 0;
    padding-left: 46px;
    margin-bottom: 52px;
    max-height: 275px;
    overflow-y: scroll;
}

.dealers__desc li {
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 10px;
    width: 33.3333%;
    float: left;
}

.dealers__desc a {
    color: #fff;
    text-decoration: none;
}

.dealers__desc a:hover {
    color: #9D9D9D;
}

.dealers__all {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 143%;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 15px 20px;
    background: var(--purple);
    width: max-content;
    text-decoration: none;
}

.dealers__all:after {
    content: '';
    width: 20px;
    height: 10px;
    background: url(/img/rightar2.svg) center no-repeat;
    margin-left: 13px;
}

.dealers__all:hover {
    text-decoration: none;
    background: #0047BE;
}

.dealers ::-webkit-scrollbar {
    width: 5px;
}

.dealers ::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0 transparent;
}

.dealers ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
    padding-top: 47px;
    background: var(--purple);
    background-image: url("/img/footer-back-logo.svg");
    background-repeat: no-repeat;
}

.footer__top {
    padding-bottom: 35px;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
}

.footer__row + .footer__row {
    margin-top: 70px;
}

.footer__left {
    width: 20%;
}

.footer__logo {
    width: 190px;
}

.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer__right {
    width: 70%;
    padding-right: 82px;
    display: flex;
    justify-content: space-between;
}

.footer__mini-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 29px;
}

.footer__right ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}

.footer__right li {
    list-style: none;
    margin-bottom: 16px;
}

.footer__right li a {
    color: #fff;
    text-decoration: none;
}

.footer__right li a:hover {
    text-decoration: underline;
}

.footer__contacts {
    max-width: 240px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    margin-bottom: 20px;
}

.footer__contacts > div {
    display: flex;
    flex-direction: column;
}

.footer__contacts img {
    margin-right: 15px;
}

.footer__contacts a {
    color: #fff;
    text-decoration: none;
}

.bottom__other-links {
    font-size: 13px;
    text-decoration-line: underline;
}

.bottom__other-links a {
    color: var(--purple);
    font-size: 16px;
}

.bottom__other-links:hover {
    text-decoration: none;
}

.footer__row .footer__other-links:nth-child(1) {
    width: 30%;
}

.footer__row .footer__other-links:nth-child(2) {
    width: 50%;
}

.footer__row .footer__other-links:nth-child(3) {
    width: 20%;
}

.footer__bottom {
    background: #fff;
    padding: 13px 0;
}

.footel__copyright-title {
    color: #ffffff;
    line-height: 16px;
    font-weight: 300;
    margin-top: 2em;
}

.footer__bottom .footer__row {
    align-items: center;
}

.bottom__logo {
    width: 115px;
}

.bottom__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.bottom__copyright {
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
}

.bottom__socials img {
    vertical-align: middle;
}

.bottom__socials {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom__socials a + a {
    margin-left: 15px;
}

.common-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 60px;
    font-family: 'PT Magistral Cyrillic Bold';
}

.catalog__nav {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 100px;
}

.catalog__nav-left {
    margin: 0;
    padding: 0 10px;
    width: 320px;
    flex-shrink: 0;
}

.catalog__nav-right {
    padding: 0 10px;
}

.catalog__nav-left li {
    padding: 18px 20px;
    list-style: none;
}

.catalog__nav-left li + li {
    border-top: 1px solid #E5E5E5;
}

.catalog__nav-left a {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    position: relative;
    display: block;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    padding-right: 20px;
}

.catalog__nav-left a.active,
.catalog__nav-left a:hover {
    font-weight: bold;
    color: var(--purple);
}

.catalog__nav-left a:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMC4zNTM2IDQuMzUzNTVDMjAuNTQ4OCA0LjE1ODI5IDIwLjU0ODggMy44NDE3MSAyMC4zNTM2IDMuNjQ2NDVMMTcuMTcxNiAwLjQ2NDQ2NkMxNi45NzYzIDAuMjY5MjA0IDE2LjY1OTcgMC4yNjkyMDQgMTYuNDY0NSAwLjQ2NDQ2NkMxNi4yNjkyIDAuNjU5NzI4IDE2LjI2OTIgMC45NzYzMTEgMTYuNDY0NSAxLjE3MTU3TDE5LjI5MjkgNEwxNi40NjQ1IDYuODI4NDNDMTYuMjY5MiA3LjAyMzY5IDE2LjI2OTIgNy4zNDAyNyAxNi40NjQ1IDcuNTM1NTNDMTYuNjU5NyA3LjczMDggMTYuOTc2MyA3LjczMDggMTcuMTcxNiA3LjUzNTUzTDIwLjM1MzYgNC4zNTM1NVpNMCA0LjVIMjBWMy41SDBWNC41WiIgZmlsbD0iIzlEOUQ5RCIvPgo8L3N2Zz4K');
}

.catalog__nav-left a.active:after,
.catalog__nav-left a:hover:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMC4zNTM2IDQuMzUzNTVDMjAuNTQ4OCA0LjE1ODI5IDIwLjU0ODggMy44NDE3MSAyMC4zNTM2IDMuNjQ2NDVMMTcuMTcxNiAwLjQ2NDQ2NkMxNi45NzYzIDAuMjY5MjA0IDE2LjY1OTcgMC4yNjkyMDQgMTYuNDY0NSAwLjQ2NDQ2NkMxNi4yNjkyIDAuNjU5NzI4IDE2LjI2OTIgMC45NzYzMTEgMTYuNDY0NSAxLjE3MTU3TDE5LjI5MjkgNEwxNi40NjQ1IDYuODI4NDNDMTYuMjY5MiA3LjAyMzY5IDE2LjI2OTIgNy4zNDAyNyAxNi40NjQ1IDcuNTM1NTNDMTYuNjU5NyA3LjczMDggMTYuOTc2MyA3LjczMDggMTcuMTcxNiA3LjUzNTUzTDIwLjM1MzYgNC4zNTM1NVpNMCA0LjVIMjBWMy41SDBWNC41WiIgZmlsbD0iIzAwMzg5NiIvPgo8L3N2Zz4K');
}

.catalog__nav-right {
    display: flex;
}

.catalog__directions {
    display: flex;
    width: 320px;
    height: 320px;
    position: relative;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.catalog__directions:hover {
    opacity: 0.8;
}

.catalog__directions:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(61, 70, 82, 0.85);
}

.catalog__directions:nth-child(2n):before {
    background: rgba(0, 56, 150, 0.8);
}

.catalog__directions-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.catalog__directions-number {
    font-weight: 600;
    font-size: 44px;
    line-height: 53px;
    color: #FFFFFF;
    text-decoration: none;
}

.catalog__directions-link {
    width: 45px;
    height: 45px;
    right: 25px;
    top: 25px;
    background: rgba(0, 56, 150, 0.6) url(/img/rightar2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.catalog__directions-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    color: #fff;
    text-decoration: none;
}

.common__text {
    font-size: 26px !important;
    line-height: 36px !important;
    color: #333333 !important;
}

.catalog__text {
    padding-top: 0px;
    padding-bottom: 74px;
}

.common__text p {
    padding-bottom: 0 !important;
}

.common__text > * + * {
    margin-top: 0px;
}

.common__text ul {
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}

.common__text li {
    margin-top: 6px;
    list-style: none;
    display: flex;
    align-items: center;
}

.common__text li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--purple);
    margin-right: 25px;
    flex-shrink: 0;
}

.catalog__directions-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.common__topline {
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common__big-title {
    max-width: 480px;
    margin-bottom: 20px !important;
    font-weight: bold;
    font-size: 42px !important;
    line-height: 50px !important;
    color: #333333;
}

.common__backlink {
    display: block;
    padding: 18px 25px 18px 60px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--purple);
    width: max-content;
    position: relative;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.common__backlink:hover {
    opacity: 0.8;
}

.common__backlink:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjY0NjQ0NiA0LjM1MzU1QzAuNDUxMTg1IDQuMTU4MjkgMC40NTExODUgMy44NDE3MSAwLjY0NjQ0NiAzLjY0NjQ1TDMuODI4NDMgMC40NjQ0NjZDNC4wMjM2OSAwLjI2OTIwNCA0LjM0MDI3IDAuMjY5MjA0IDQuNTM1NTMgMC40NjQ0NjZDNC43MzA4IDAuNjU5NzI4IDQuNzMwOCAwLjk3NjMxMSA0LjUzNTUzIDEuMTcxNTdMMS43MDcxMSA0TDQuNTM1NTMgNi44Mjg0M0M0LjczMDggNy4wMjM2OSA0LjczMDggNy4zNDAyNyA0LjUzNTUzIDcuNTM1NTNDNC4zNDAyNyA3LjczMDggNC4wMjM2OSA3LjczMDggMy44Mjg0MyA3LjUzNTUzTDAuNjQ2NDQ2IDQuMzUzNTVaTTIxIDQuNUgxVjMuNUgyMVY0LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.section__nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.section__nav-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 10px 35px 10px;
    width: 16.6666%;
    height: 320px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    text-decoration: none;
}

.section__nav-item:hover {
    background: #fff;
    border: 2px solid var(--purple);
    box-shadow: 4px 4px 25px rgba(51, 51, 51, 0.12);
}

.section__nav-name {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    min-height: 48px;
}

.section__nav-item:hover .section__nav-name {
    font-weight: 600;
    color: var(--purple);
}

.section__nav-item:hover path {
    fill: var(--purple);
}

.common__left {
    display: flex;
    flex-direction: column;
}

.common__left .common__big-title {
    margin-bottom: 30px;
}

.tech__nav {
    display: flex;
}

.tech__nav-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
}

.tech__nav-item ul {
    margin: 0;
    padding: 0;
    width: 440px;
}

.tech__nav-item + .tech__nav-item {
    margin-left: 40px;
}

.tech__nav-item li {
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.tech__nav-item li a {
    padding: 18px 0;
    font-size: 20px;
    line-height: 24px;
    color: var(--purple);
    display: block;
    text-decoration: none;
}

.other {
    margin-top: 70px;
}

.other__items {
    display: flex;
}

.other__items .directions__item {
    width: 320px;
}

.sbr {
    position: fixed;
    right: 0;
    top: 247px;
    z-index: 10;
    width: 58px;
}

.section__nav_2 {
    margin-bottom: 60px;
}

.marks .common__big-title {
    margin-bottom: 40px;
}

.marks {
    margin-bottom: 100px;
}

.marks .tech__nav-item + .tech__nav-item {
    margin-left: 0px;
}

/* ==========================================================================
   SPEC
   ========================================================================== */

.spec {
    position: relative;
    padding-top: 73px;
    padding-bottom: 55px;
    background: url("/img/specbg.jpg");
}

.spec .press-centr__item-wrapper {
    position: relative;
    height: 150px;
}

.spec .press-centr__left {
    width: 32%;
    display: flex;
}

.spec .press-centr__right {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
}

.spec__left {
    width: 42%;
}

.spec .press-centr__item {
    display: block;
    padding: 0 10px;
    width: 100%;
}

.spec .press-centr__right .press-centr__item:nth-child(2) {
    margin-bottom: 0px;
}

.spec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(227, 227, 227, 0.9);;
}

.spec__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.spec__title {
    margin-bottom: 41px;
}

.spec__left a {
    text-decoration: none;
}

.spec__all {
    font-family: 'Myriad Pro Regular';
    font-weight: 400;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: var(--purple);
    text-decoration: none;
}

.spec__all::after {
    content: '';
    margin-left: 17px;
    width: 23px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjcwNzEgOC43MDcxMUMyMS4wOTc2IDguMzE2NTggMjEuMDk3NiA3LjY4MzQyIDIwLjcwNzEgNy4yOTI4OUwxNC4zNDMxIDAuOTI4OTMyQzEzLjk1MjYgMC41Mzg0MDggMTMuMzE5NSAwLjUzODQwOCAxMi45Mjg5IDAuOTI4OTMyQzEyLjUzODQgMS4zMTk0NiAxMi41Mzg0IDEuOTUyNjIgMTIuOTI4OSAyLjM0MzE1TDE4LjU4NTggOEwxMi45Mjg5IDEzLjY1NjlDMTIuNTM4NCAxNC4wNDc0IDEyLjUzODQgMTQuNjgwNSAxMi45Mjg5IDE1LjA3MTFDMTMuMzE5NSAxNS40NjE2IDEzLjk1MjYgMTUuNDYxNiAxNC4zNDMxIDE1LjA3MTFMMjAuNzA3MSA4LjcwNzExWk0wIDlIMjBWN0gwVjlaIiBmaWxsPSIjMzUwNDMxIi8+Cjwvc3ZnPgo=');
}


.spec__title a {
    text-decoration: none;
}

.spec__all:hover {
    text-decoration: none;
    opacity: 0.8;
    /*box-shadow: 0px 3px 0px var(--purple);*/
}

.spec__right {
    display: flex;
}

.spec__item {
    display: flex;
    align-items: center;
    max-width: 550px;
}

.spec__item + .spec__item {
    margin-left: 20px;
}

.spec__item-left {
    width: 208px;
    flex-shrink: 0;
    height: 100%;
}

.spec__item-left img {
    display: block;
    width: 100%;
    /*height: auto;*/
    height: 100%;
    object-fit: cover;
}

.spec__item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #FFFFFF;
    height: 100%;
}

.spec__item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
}

.spec__item-link {
    display: block;
    font-size: 18px;
    line-height: 29px;
    text-decoration-line: underline;
    color: var(--purple);
}

.bx-searchtitle.theme-blue .bx-input-group-btn button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #FFF;
    margin-left: 8px;
}

/* ==========================================================================
   CATALOG
   ========================================================================== */

.catalog__top {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/;
}

.catalog__top .onmain-button {
    width: 176px;
    height: 50px;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
}

.catalog .big-title {
    margin-bottom: 60px;
    margin-top: 60px;
}

.catalog__row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.catalog__left {
    padding: 0 10px;
    width: 334px;
    flex-shrink: 0;
}

.catalog__right {
    padding: 0 10px;
    max-width: 1300px;
    width: 100%;
}

.filter-item {
    width: 100%;
}

.filter-item .bx-filter-block {
    display: none;
}

.filter-item.bx-active .bx-filter-block {
    display: block;
}

.filter-item + .filter-item {
    margin-top: 20px;
}

.filter-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 17px 18px 15px 15px;
    position: relative;
    background: var(--purple);
    cursor: pointer;
}

.filter-item__title:after {
    content: '';
    width: 15px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=');
    transition: all 0.3s ease-in-out;
}

.filter-item.bx-active .filter-item__title:after {
    transform: rotate(180deg);
}

.filter-item .checkbox {
    margin: 0;
    padding: 5px 15px;
    background: #F8F8F8;
}

.filter-item .checkbox + .checkbox {
    border-top: 1px solid #E5E5E5;
}

.filter-item__body {
    border: 1px solid #E5E5E5;
}

.filter-item .bx-filter-param-label input {
    display: none;
}

.filter-item .bx-filter-param-label label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    transition: all 0.3s ease-in-out;
    font-family: 'Myriad Pro Regular';
    padding: 0;
}

.filter-item .bx-filter-param-label label:after {
    content: '';
    height: 18px;
    width: 18px;
    background: #FFFFFF;
    border: 1px solid #3D4652;
    transition: all 0.3s ease-in-out;
}

.filter-item .bx-filter-param-label input:checked + label {
    color: var(--purple);
}

.filter-item .bx-filter-param-label input:checked + label:after {
    background-color: var(--purple);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0wIDguNTEwNUw1LjQ3OTEgMTQuMDAwMUwxNiAzLjQ4OTU2TDE0LjQ4OTYgMkw1LjQ3OTEgMTFMMS40ODk1MyA3LjAxMDQ1TDAgOC41MTA1WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');
}

.blue-button {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    background: var(--purple);
    border: none;
    white-space: nowrap;
}

.blue-button:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: 0px 3px 0px var(--purple);
}

.filter__buttons .blue-button {
    margin-top: 20px;
}

.catalog-items {
    display: flex;
    flex-wrap: wrap;
}

.catalog-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
}

.catalog-item + .catalog-item {
    margin-top: 10px;
}

.catalog-item__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #333333;
    /* margin-bottom: 15px;*/;
}

.catalog-item__name a {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 15px;
    text-decoration: none;
    word-break: break-word;
}

.catalog-item__name a:hover {
    text-decoration: underline;
}

.catalog-item__props {
    display: flex;
}

.catalog-prop {
    font-size: 16px;
    line-height: 22px;
    color: #6C6C6C;
}

.catalog-prop + .catalog-prop {
    margin-left: 90px;
}

.catalog-item__button {
    width: 254px;
    height: 50px;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
}

/* ==========================================================================
     ELEMENT
     ========================================================================== */

.element {
    margin-top: 30px;
}

.element__top {
    display: flex;
}

.element__slider {
    width: 20%;
}

.element__right {
    width: 80%;
}

.slider__nav {
    display: flex;
}

.element__props {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.element__slider .owl-carousel {
    display: flex;
    align-items: center;
    height: 250px;
    border: 1px solid #E5E5E5;
}

.slider__nav img {
    display: block;
    width: 100%;
    height: auto;
}

.slider__nav > div {
    width: 16.6666%;
    padding: 20px;
    /*border: 1px solid #E5E5E5;*/;
}

.slider__nav.active {
    border: 1px solid var(--purple);
}

.element__slider .owl-prev,
.element__slider .owl-next {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 30px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    background-position: center;
    background-image: url(/img/sliderleft.svg);
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}

.element__slider .owl-next {
    left: unset;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.element__desc {
    padding: 20px 20px;
    background: #F8F8F8;
}

.element__name {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 5px;
}

.element-prop {
    display: flex;
    width: 49%;
    padding: 4px 8px;
    background: #fff;
    margin-bottom: 10px;
}

.element-prop + .element-prop {
    margin-top: 5px;
}

.element-prop__title {
    width: 38%;
    font-size: 16px;
    line-height: 24px;
    color: #9D9D9D;
    min-width: 41%;
}

.element-prop__value {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    word-break: break-word;
}

.element-prop__value a {
    color: #333333;
}

.element__button {
    width: 238px;
    height: 58px;
    margin-top: 30px;
    text-decoration: none;
    font-size: 24px;
    line-height: 22px;
}

.element__tabs {
    margin-top: 60px;
}

.tabs__row {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.tabs__row:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background: #D8D8D8;
    transform: translateY(-1px);
}

.tab__title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    padding: 16px 20px;
}

.tab__title.active {
    font-weight: 600;
    color: var(--purple);
    border-bottom: 2px solid var(--purple);
}

.tab__item {
    font-size: 24px;
    line-height: 29px;
    display: none;
}

.element__docs {
    display: flex;
    padding: 30px;
    background: #F8F8F8;
    margin-top: 40px;
}

.element__doc {
    display: flex;
    align-items: center;
}

.element__doc + .element__doc {
    margin-left: 40px;
}

.element__doc img {
    display: block;
    width: 40px !important;
    margin-right: 20px;
}

.doc__desc {
    font-size: 20px;
    line-height: 24px;
    color: #9D9D9D;
}

.doc__desc a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.list__navigation {
    margin-top: 30px;
    margin-bottom: 80px;
    position: relative;
}

.catalog__right .list__navigation {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}

.nav-pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list__navigation .nav-current-page {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--purple);
    padding: 0 12px;
}

.list__navigation a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9D9D9D;
    padding: 0 12px;
}

.list__navigation .nav__prev,
.list__navigation .nav__next {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjcwNzEgOC43MDcxMUMyMS4wOTc2IDguMzE2NTggMjEuMDk3NiA3LjY4MzQyIDIwLjcwNzEgNy4yOTI4OUwxNC4zNDMxIDAuOTI4OTMyQzEzLjk1MjYgMC41Mzg0MDggMTMuMzE5NSAwLjUzODQwOCAxMi45Mjg5IDAuOTI4OTMyQzEyLjUzODQgMS4zMTk0NiAxMi41Mzg0IDEuOTUyNjIgMTIuOTI4OSAyLjM0MzE1TDE4LjU4NTggOEwxMi45Mjg5IDEzLjY1NjlDMTIuNTM4NCAxNC4wNDc0IDEyLjUzODQgMTQuNjgwNSAxMi45Mjg5IDE1LjA3MTFDMTMuMzE5NSAxNS40NjE2IDEzLjk1MjYgMTUuNDYxNiAxNC4zNDMxIDE1LjA3MTFMMjAuNzA3MSA4LjcwNzExWk0wIDlIMjBWN0gwVjlaIiBmaWxsPSIjMDAzODk2Ii8+Cjwvc3ZnPgo=');
    font-size: 0;
}

.list__navigation .nav__prev {
    left: 0;
    right: unset;
    transform: translateY(-50%) rotate(180deg);
}

#section_nomencl .portal-button_ml {
    height: 38px;
    width: 47% !important;
}

#section_nomencl .buttons {
    justify-content: space-between;
    display: flex;
}

#nomenclature_conteiner .ml__c-item {
    width: auto;
}


#nomenclature_conteiner .uk-form-row.full {
    padding-left: 0;
    padding-right: 0;
}


#section_nomencl .uk-form-row-3:nth-child(1) {
    padding-left: 0;
}

#section_nomencl .uk-form-row-3:nth-child(1) .uk-form-label.form-label {
    padding-left: 0;
}


#section_nomencl .uk-form-label.form-label {
    margin: auto 0;
}

#nomenclature_conteiner .ml__controls .ml__c-item label {
    white-space: nowrap;
}

#nomenclature_conteiner .ml__c-item input {
    max-width: 360px;
}

#nomenclature_conteiner .ml__controls .ml__c-item:nth-child(1) {
    width: 63%;
}

#nomenclature_conteiner .ml__controls .ml__c-item:nth-child(2) {
    width: 15%;
    padding-left: 5px;
}

#nomenclature_conteiner .ml__controls .ml__c-item:nth-child(3) {
    width: 22%;
}

#nomenclature_conteiner .ml__controls .ml__c-item:nth-child(3) .portal-button_ml {
    width: 100% !important;
}

#section_nomencl .uk-form-row-3:nth-child(3) {
    padding-right: 0;
}

#nomenclature_conteiner .ml__controls {
    justify-content: space-between;
}

#bind_form .num_unit_input {
    text-align: center;
    font-size: 12px;
}

.scrollUp {
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: var(--purple) url("/img/scroll.png") no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 75px;
    left: inherit;
    bottom: 22px;
    opacity: 0;
    z-index: 995;
    cursor: pointer;
    background-color: var(--purple);
    background-position: center 14px;
    opacity: 1;
}

.name-block .portal-button {
    margin-left: 15px;
    height: 30px;
}

.add_nomencl {
    cursor: pointer;
    height: 100%;
    object-fit: none;
    width: 100%;
}

.formbid__row-status {
    padding-left: 0;
}

#itog_sum, #itog_nds, #itog_sum_nds, .sum_bid, #itog_sum_weight {
    margin-left: 100px;
    float: right;
    text-align: right;
    font-weight: bold;
    padding-right: 3px;
}

.sum_itog_nom > div {
    width: 60%;
    margin-left: auto;
}

.sum_itog_nom {
    width: 50%;
    float: right;
}

.note {
    width: 48%;
    float: left;
    color: red;
}

#table_nomencl .results_nom tr td {
    height: 43px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: initial;
    text-align: center;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */

.formobile, .forlaptop {
    display: none;
}

.common__topline_small {
    justify-content: flex-start;
}

.common__topline_small .common__right {
    margin-left: 465px;
}

.element-order {
    padding: 20px;
    display: none;
}

.order__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    font-family: 'PT Magistral Cyrillic Bold';
}

.order__text {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.order__table {
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 10px;
}

.order__head {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
    background: #F9F9F9;
}

.order-1w {
    width: 18%;
}

.order-2w {
    width: 50%;
}

.order__body {
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    padding: 8px 8px;
}

.order__form {
    padding: 10px 10px;
    background: #F8F8F8;
    border: 2px solid var(--purple);
}

.order__row {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
}

.order__input {
    padding: 20px;
    width: 50%;
    padding-bottom: 0px;
    padding-top: 0px;
}

.order__input-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    margin-bottom: 5px;
}

.order__input-name span {
    color: red;
}

.order__input input,
.order__input textarea {
    width: 100%;
    padding: 10px;
    height: 38px;
    color: #333333;
    font-size: 16px;
    line-height: 17px;
    border: 1px solid #D8D8D8;
}

.order__input textarea {
    height: 90px;
}

.order__input input::placeholder,
.order__input textarea::placeholder {
    color: #9D9D9D;
}

.order__row + .order__row {
    margin-top: 10px;
}

.order__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order__submit {
    display: block;
    padding: 10px 15px;
    width: max-content !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: var(--purple);
    transition: 0.3s all ease-in-out;
    border: none !important;
    bottom: 4px;
    position: absolute;
}

.order__submit:hover {
    opacity: 0.8;
}

.catalog__left .bx-filter-parameters-box {
    display: none;
}

.special__list img {
    padding: 5px;
}

.gray-table .news-item {
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    height: 70px;
}

.gray-table table {
    width: 100%;
}

.gray-table .news-item td {
    padding: 5px;
}

.gray-table.service-teble {
    margin-bottom: 3em;
}

.video__col-wrap {
    position: relative;
}

.video_gallery_desc {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: #55555552;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#loadImg, #loadImg1 {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 50px;
}

.portal-button {
    height: 35px;
    display: inline;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    background: var(--purple);
    border: none;
    white-space: nowrap;
    width: 18%;
}

.mtz-monthpicker-widgetcontainer {
    background: #f7f7f7;
    border: 1px solid var(--purple);
    padding: 6px;
    box-sizing: border-box;
}

.filter.bx-form-control {
    background: #f7f7f7;
    border: 1px solid var(--purple);
    padding: 6px;
    box-sizing: border-box;
    margin-left: 20px;
}

.pt__form_reports .uk-form-label.form-label {
    height: 22px;
    padding-left: 0;
}

.long_table table.pt__table tbody tr td.num_unit {
    padding: .5rem 0px;
    text-align: center;
}

.uk-dblinpt .form-control {
    width: 48% !important;
    float: left;
}

.uk-dblinpt .form-control#to {
    float: right;
}

.reports__submit {
    height: 35px !important;
}

.sportal__reports h4 {
    margin-top: 30px;
}

.pt__form_reports .uk-dblinpt .uk-form-label.form-label {
    width: 48%;
}

.pt__form_reports .uk-dblinpt .uk-form-label.form-label:nth-child(2) {
    float: right;
}

.reports__pr0 {
    padding-right: 0;
}

.formbid__row-history {
    padding-right: 0;
}


/*
table#table_nomencl tbody tr td:nth-child(1) {
    width: 20px;
}
table#table_nomencl tbody tr td:nth-child(2) {
    width: 328px;
}
table#table_nomencl tbody tr td:nth-child(3){
    width: 140px;
}

table#table_nomencl tbody tr td:nth-child(5) {
    width: 50px;
}*/


button.ui-button.ui-widget.ui-state-focus {
    border: none;
    outline: none;
}

.bx-system-auth-form > form:nth-child(1) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > input:nth-child(2),
.bx-system-auth-form input[type="passowrd"],
.bx-system-auth-form input[type="text"] {
    display: block;
    width: 300px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bx-system-auth-form input[type="submit"] {
    width: 300px;
    padding: 10px 18px;
    border-radius: 0;
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    background: var(--purple);
    border: 0px;
    text-transform: uppercase;
    color: #fff;
}

.bx-system-auth-form > form:nth-child(1) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(6) > td:nth-child(1) > noindex:nth-child(1) > a:nth-child(1) {
    display: none;
}

.bx-system-auth-form #USER_REMEMBER_frm {
    margin-right: 9px;
}

.ui-button-text-only .ui-button-text {
    padding: 0;
    line-height: 100%;
    min-width: 60px;
}

@media only screen and (min-width: 1630px) {
    .container {
        width: 1630px;
    }
}

@media only screen and (max-width: 1629.98px) {
    .container {
        max-width: 1340px;
    }

    .banner_img svg {
        width: 150px;
        height: 50px;
    }

    .header__right {
        width: 22%;
    }

    .nav__wrapper {
        padding-left: 50px;
    }

    .nav__col + .nav__col {
        margin-left: 50px;
    }

    .dealers__right {
        width: 80%;
        background-size: contain;
    }

    .section__nav {
        flex-wrap: wrap;
    }

    .section__nav-item {
        width: 25%;
        margin-bottom: 15px;
    }

    .catalog-prop + .catalog-prop {
        margin-left: 45px;
    }

    .buy-now__title {
        font-size: 20px;
    }

    .blue-button {
        font-size: 20px;
    }

    .brands__next {
        right: 0px;
    }

    .brands__prev {
        /* left: 5px;*/;
    }

    .spec__right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .spec__item {
        margin-bottom: 10px;
    }

    .header__image__title {
        margin-right: 20px;
        white-space: nowrap;
    }

    .header__center-menu-item {
        white-space: nowrap;
        margin-right: 1em;
    }

    .header__other {
        width: 30%;
        margin-left: auto;
        padding-left: 0px;
    }

    .header_search.poisk {
        margin: 0 0px 0 0px;
    }

    .header__phone {
        width: 60%;
        margin-left: auto;
    }

    .header__login {
        width: 40%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .container {
        width: 960px;
    }

    .dealers__search-wrapper {
        width: 100%;
    }

    .dealers__search {
        width: 100%;
    }

    .nav__wrapper {
        flex-wrap: wrap;
    }

    .nav__col {
        width: 49%;
        padding: 0 10px;
        height: max-content;
    }

    .nav__col + .nav__col {
        margin: 0;
        display: none;
    }

    .nav__wrapper {
        padding-top: 20px;
    }

    .nav__wrapper .nav__col:nth-child(4) {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nav__block + .nav__block {
        margin: 0;
    }

    .directions__item {
        width: 50%;
    }

    .footer__right {
        padding-right: 0;
    }

    .footer__right li {
        max-width: 135px;
    }

    .section__nav-item {
        width: 33.3333%;
    }

    .common__text {
        font-size: 20px !important;
        line-height: 130% !important;
    }

    .common__text > * + * {
        margin-top: 26px;
    }

    .catalog__row {
        flex-wrap: wrap;
    }

    .catalog__left {
        width: 100%;
    }

    .catalog__right {
        width: 100%;
    }

    .catalog__text {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .element__top {
        flex-wrap: wrap;
    }

    .element__slider {
        width: 100%;
        order: 1;
    }

    .element__right {
        margin-bottom: 20px;
        width: 100%;
    }

    .tab__item {
        font-size: 16px;
        line-height: 130%;
    }

    .element-prop__title,
    .element-prop__value {
        font-size: 18px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 991.98px) {
    .container {
        width: 720px;
    }

    .header__right .header__phone,
    .header__right .header__login,
    .header__right .header__search {
        display: none;
    }

    .header__left,
    .header__right,
    .header__other {
        width: auto;
    }

    .header {
        padding-right: 60px;
    }

    .nav__wrapper .nav__col:nth-child(4) {
        display: none;
    }

    .forlaptop {
        display: block;
    }

    .nav__menu {
        margin-bottom: 15px;
    }

    .nav__mini-title {
        margin-bottom: 10px;
    }

    .nav__big-title {
        margin-bottom: 15px;
    }

    /*  .banner__item {
          padding-top: 130px;
      } */
    .banner__text {
        margin-bottom: 20px;
    }

    .banner .owl-dots {
        right: 50%;
        bottom: 50px;
        transform: translateX(50%);
    }

    .banner-slider__nav {
        display: none;
    }

    .banner__title {
        font-size: 48px;
    }

    .banner__block {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .press-centr__row {
        flex-wrap: wrap;
    }

    .press-centr__left,
    .press-centr__right {
        width: 100%;
    }

    .press-centr__item.press-centr__item_big .press-centr__item-wrapper {
        height: 276px;
    }

    .press-centr__item-wrapper {
        background-size: cover !important;
    }

    .press-centr__item.press-centr__item_big {
        margin-bottom: 20px;
    }

    .dealers__row {
        flex-direction: column;
    }

    .dealers__left {
        width: 100%;
    }

    .dealers__right {
        padding-left: 0;
        width: 100%;
    }

    .dealers__search-wrapper {
        margin-bottom: 20px;
    }

    .dealers__desc {
        padding-left: 30px;
    }

    .footer__left {
        display: none;
    }

    .footer__right {
        width: 100%;
    }

    .bottom__other-links {
        width: auto !important;
    }

    .nav__bottom {
        display: none;
    }

    .forlaptop .header__phone {
        display: block;
        width: 100%;
    }

    .section__nav {
        margin-bottom: 40px;
    }

    .blue-button {
        font-size: 16px;
        line-height: 130%;
    }

    .catalog-item__button {
        width: 150px;
        /*height: 40px;*/;
    }

    .catalog-prop + .catalog-prop {
        margin-left: 20px;
    }

    .catalog-prop {
        font-size: 16px;
        line-height: 130%;
    }

    .catalog-item__name {
        font-size: 20px;
        line-height: 130%;
    }

    .filter-item__title,
    .filter-item .bx-filter-param-label label {
        font-size: 16px;
        line-height: 130%;
    }

    .big-title {
        font-size: 30px;
        line-height: 130%;
    }

    .catalog__top .onmain-button {
        font-size: 16px;
        line-height: 130%;
        height: 40px;
    }

    .element__docs {
        flex-wrap: wrap;
    }

    .element__doc {
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .element__doc + .element__doc {
        margin-left: 0;
    }

    .header__right {
        padding-right: initial;
    }

    .spec .press-centr__left {
        width: 50%;
        display: flex;
    }

    .spec .press-centr__right {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
    }

    .spec .spec__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .spec__all {
        height: 68px;
    }

    .spec__wrapper {
        flex-wrap: wrap;
    }

    .press-centr__item.press-centr__item_big {
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .press-centr__left .press-centr__item-wrapper {
        height: 100%;
    }

    .spec__title {
        margin-bottom: 15px;
    }

    .spec .press-centr__item-wrapper {
        height: 128px;
    }

    .cskart {
        display: none;
    }

    .pt__form_reports .uk-dblinpt .uk-form-label.form-label {
        width: 49%;
    }
}

@media only screen and (max-width: 767.98px) {
    .container {
        width: 540px;
    }

    .banner__title {
        font-size: 40px;
    }

    .banner_link {
        padding: 10px;
    }

    .banner_link {
        font-size: 16px;
        align-items: center;
    }

    .banner_link:after {
        margin-left: 5px;
    }

    .advantages {
        background-size: cover !important;
    }

    .advantages__wraper {
        flex-wrap: wrap;
    }

    .advantages__item {
        width: 50%;
    }

    .directions__wrapper {
        padding: 40px 0;
        flex-direction: column;
        justify-content: flex-start;
    }

    .directions__left,
    .directions__right {
        width: 100%;
    }

    .directions__left {
        margin-bottom: 20px;
    }

    .directions__text,
    .directions__all {
        margin-bottom: 20px;
    }

    .dealers__desc {
        padding-left: 0;
    }

    .brands .item {
        width: 150px;
        height: 150px;
    }

    .footer__right {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer__col {
        width: 50%;
        margin-bottom: 15px;
    }

    .footer__row + .footer__row {
        margin-top: 15px;
    }

    .banner__block {
        padding: 15px;
    }

    .section__nav-item {
        width: 50%;
    }

    .catalog-item {
        flex-wrap: wrap;
    }

    .catalog-item__right {
        width: 100%;
        margin-top: 0px;
    }

    .catalog-item__button {
        margin-left: auto;
        margin-right: auto;
    }

    .element-prop__title {
        width: 50%;
    }

    .slider__nav {
        display: none;
    }

    .element__slider .owl-carousel {
        height: 250px;
    }

    .header__center {
        display: none;
    }

    .advantages {
        display: none;
    }

    .banner .index_bg_video {
        display: none;
    }

    .note {
        width: 100%;
        float: initial;
    }

    .sum_itog_nom {
        float: initial;
        width: 100%;
    }

    .note {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .container {
        width: 100%;
        padding: 0 10px;

    }

    .header ul {
        display: none;
    }

    .nav__col {
        width: 100%;
        margin-bottom: 27px;
    }

    .nav__big-title {
        font-size: 18px;
        line-height: 22px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .nav__mini-title {
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        color: #6C6C6C;
        margin-bottom: 14px;
    }

    .header {
        padding-left: 15px;
        padding-right: 30px;
    }

    .header__image {
        width: 100px;
        margin-right: 8px;
    }


    .nav__wrapper {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .nav__wrapper > div {
        padding-left: 30px;
    }

    .nav__mini-title_blue {
        font-weight: 500;
        font-size: 18px;
        color: var(--purple);
    }

    .nav__mini-title_red {
        font-weight: 500;
        font-size: 18px;
        color: #A30000;
    }

    .formobile {
        display: block;
    }

    .nav__menu.formobile {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 18px;
        position: relative;
        padding: 15px 0;
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        padding-left: 30px;
        width: 100%;
    }

    .nav__menu.formobile a {
        color: #333333;
        text-decoration: none;
        padding-left: 33px;
    }

    .nav__menu.formobile:before {
        position: absolute;
        content: '';
        background: url(/img/login.svg) center no-repeat;
        width: 16px;
        height: 16px;
        left: 30px;
    }

    .banner__buttons {
        align-items: flex-start;
        flex-direction: row;
    }

    .banner_link {
        width: 27%;
    }

    .banner_link img {
        display: none;
    }

    .bottom__socials a {
        margin-left: auto;
        margin-right: auto;
    }

    .spec__wrapper {
        position: relative;
        display: block;
        justify-content: space-between;
    }

    .spec__item + .spec__item {
        margin-left: 0px;
    }

    .spec__left {
        margin-bottom: 10px;
    }

    .banner_link img {
        display: none;
    }

    .banner_link:after {
        display: none;
    }

    .banner_link + .banner_link {
    }

    .banner__block:before {
        display: none;
    }

    .banner__numbers + .banner__numbers {
        margin-left: 15px;
    }

    .advantages__item {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
        justify-content: flex-start;
        margin-left: 30px;
    }

    .advantages {
        padding: 12px 0;
    }

    .press-centr__item {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .brands {
        padding: 15px 0;
        padding-bottom: 60px;
    }

    .press-centr {
        padding-bottom: 10px;
        padding-top: 45px;
    }

    .brands__row {
        flex-direction: column;
        justify-content: flex-start;
    }

    .brands__left,
    .brands__right {
        width: 100%;
    }

    .brands__left {
        margin-bottom: 20px;
    }

    .brands .item {
        margin-left: auto;
    }

    .dealers__desc li {
        width: 49%;
    }

    .footer__col {
        width: 100%;
        text-align: center;
    }

    .footer__right li {
        max-width: 100%;
    }

    .footer__contacts {
        max-width: 100%;
        justify-content: center;
    }

    .footer__row {
        flex-direction: column;
    }

    .bottom__other-links {
        width: 100%;
        text-align: center;
    }

    .bottom__other-links + .bottom__other-links {
        margin-top: 15px;
    }

    .bottom__copyright {
        margin: 15px 0;
    }

    .banner__title {
        font-size: 30px;
    }

    .nav__mini-title {
        margin-bottom: 0;
    }

    .nav__menu {
        margin-bottom: 5px;
    }

    .banner .owl-dots {
        bottom: 10px;
    }

    .banner__block {
        padding: 0;
        flex-direction: column;
    }

    .banner__numbers + .banner__numbers {
        margin-left: 0;
        margin-top: 10px;
    }

    .section__nav-item {
        width: 100%;
        padding: 15px;
        height: auto;
        align-items: center;
    }

    .section__nav-name {
        margin-top: 10px;
        text-align: center;
    }

    .catalog-item__name {
        text-align: center;
        margin-bottom: 5px;
    }

    .catalog-item {
        height: auto;
    }

    .tab__title {
        font-size: 18px;
    }

    .element-prop__title, .element-prop__value {
        font-size: 16px;
    }

    .element__tabs {
        margin-top: 40px;
    }

    .element__desc {
        padding: 10px;
    }

    .header__image__title {
        display: none;
    }

    .directions__wrapper {
        padding: 10px 0;
    }

    .brands .big-title {
        margin-bottom: 10px;
    }

    .banner_img {
        display: none;
    }

    .buy-now {
        padding: 20px 0 20px;
    }

    .catalog__top {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .big-title::before {
        top: -10px;
    }

    .element .container {
        padding: 0;
    }

    .press-centr__item.press-centr__item_big {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .spec .press-centr__item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .spec {
        padding-top: 22px;
        padding-bottom: 40px;
    }

    .brands__text {
        font-weight: 500;
        font-size: 22px;
    }

    .brands .big-title {
        margin-bottom: 0px;
        margin-left: 149px;
    }

    .directions {
        padding-top: 15px;
    }

    .spec .spec__left {
        margin-bottom: 5px;
    }

    .spec__all {
        font-size: 18px;
        height: 36px;
    }

    .scrollUp {
        padding-bottom: 0px;
    }

    .spec__all {
        /*width: 235px;
		background: var(--purple);*/
    }

    .footer__row {
        padding-right: 0px;
    }

    .dealer_menu_costil {
        display: none;
    }

    .recall__form .order__submit {
        margin-left: 1em;
    }

    .buy-now__main-title {
        margin-bottom: 15px;
        display: flex;
    }

    .order__submit {
        bottom: 0;
        position: initial;
    }
}

@media only screen and (max-width: 320px) {
    .banner__title {
        font-size: 24px;
    }

    .banner__text {
        font-size: 16px;
    }

    .banner__block span {
        line-height: 100%;
    }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 576px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

.header_search.poisk {
    position: static;
}

.order__submit2 {
    display: block;
    padding: 10px 15px;
    width: max-content !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: var(--purple);
    transition: 0.3s all ease-in-out;
    border: none !important;
}

.poisk_string.active_poisk {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding-left: 10%;
    font-size: 28px;
    height: 134px;
    outline: 0;
    padding-top: 0px;
}

.poisk_string.active_poisk ~ .poisk_btn {
    transform: scale(2) translateY(10px);
    z-index: 999999;
    outline: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.garanty_table_wrap td {
    border-color: #e2e2e2 !important;
    text-align: center !important;
}

.show {
    display: block;
}

.blueDownButton {
    display: flex;
    background: var(--purple);
    padding: 10px 20px;
    width: 135px;
    color: white;
    text-decoration: none;
}

.blueDownButton img {
    width: 18px;
    height: 25px;
    margin: auto 0;
    margin-right: 15px;
    color: white;
}

.blueDownButton:hover {
    color: white;
    transform: scale(1.1);
    border-radius: 5px;
    transition-duration: 1s;
}

.cskontents table.table tbody tr td p {
    vertical-align: middle;
    padding: 0px;
    text-align: center;
}

table.table tbody tr td {
    border-color: transparent;
    border-bottom: 1px solid #E2E2E2 !important;
}

table.table tbody tr td p {
    vertical-align: middle;
    padding: 15px;
    text-align: center;
}

table.table tbody tr td {
    border: 1px solid #E2E2E2 !important;
}

table.table tbody tr td:nth-child(1) {
    border-left: 1px solid transparent !important;
}

table.table tbody tr td:last-child {
    border-right: 1px solid transparent !important;
}

table.table tr:nth-child(1n) {
    background: #F8F8F8 !important;
}

table.table tr:nth-child(2n) {
    background: #fff !important;
}

.AutoContent {
    margin: auto;
    max-width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.perfectImage {
    font-family: 'PT Magistral Cyrillic Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 180px;
    line-height: 205px;
    text-align: center;
    color: var(--purple);
    background: url('/images/404.png') no-repeat center;
}

.firstMarginner {
    font-family: 'PT Magistral Cyrillic Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #333333;
    text-align: center;
}

.secondMarginner {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.pt__table tr:hover td .num_unit_input {
    background-color: var(--purple);
}

/*
.scrollUp img {
	width: 10px;
	height: 20px;
}
*/
.nat__hr {
    background: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0.1em 1em 0.1em 1.5em;
}

.ui-dialog .ui-dialog-buttonpane button {
    min-width: 80px;
    text-align: center;
    line-height: 0;
}

.onmain-button {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    background: var(--purple);
    color: white;
    padding: 15px 20px;
}

.onmain-button:hover {
    color: #fff;
}

.catalog__top .onmain-button {
    margin-right: 0;
    display: flex;
}

img:hover {
}

.htm-logo img {
    margin-left: .5em;
}

@media (max-width: 1010px) {

    .spec__right {
        margin-top: 20px;
        justify-content: left;
    }

    .spec__item + .spec__item {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .brands__title {
        margin-bottom: 20px;
    }

    .brands__row {
        display: flex;
        justify-content: end;
        flex-direction: column;
    }

    .advantages__wraper .advantages__item:first-child img {
        margin-right: 40px;
    }

    .slider__nav {
        display: block;
    }

    .banner__title {
        line-height: 42px;
    }

    .brands__next, .brands__prev {
        margin-top: auto;
    }

    .brands .item {
        margin: auto;
    }

    .brands .big-title {
        margin-left: 0;
    }

    .slider__nav .brands__next {
        right: 100px;
    }

    .slider__nav .brands__prev {
        left: 100px;
    }
}

@media (max-width: 572px) {
    .slider__nav .brands__next {
        right: 40%;
    }

    .slider__nav .brands__prev {
        left: 40%;
    }
}

@media (max-width: 575px) {
    .press-centr__main-title {
        margin-bottom: 19px;
    }

    .container .press-centr__top {
        justify-content: left;
        align-items: end;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .advantages__wraper .advantages__item:first-child img {
        margin-right: 0;
    }

    .advantages__wraper .advantages__item:first-child .advantages__text {
        width: 100%;
        max-width: 100%;
    }

    .advantages__text {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
    }

    .footer__contacts {
        max-width: initial;
        margin-right: auto;
        justify-content: left;
        text-align: left;
        padding-left: 54px;
    }

    .banner__title {
        line-height: 32px;
    }

    /*.footer__col {
    width: 100%;
	text-align:left;
	}
	.bottom__socials {
    display: block;
	}
	.footer__bottom .footer__row,.bottom__other-links,.footer__row{
		align-items: end;
		text-align:left;
	}*/
    .spec-pred .press-centr__all::after {
    }
}

.persona__img {
}

.persona__img img {
    width: 200px !important;
    height: auto !important;
}

.cskontents .persona__img img {
    max-width: 200px;
}

.ui-dialog .ui-dialog-title {
    height: 26px;
}

.form-select {
    cursor: pointer;
}

.mtz-monthpicker-widgetcontainer {
    cursor: pointer;
}

.fancybox__content#nomenclature_conteiner {
    cursor: default;
}

@media (max-width: 1280px) {
    .persona__img img {
        width: 150px !important;
        height: auto !important;
    }

    .cskontents .persona__img img {
        max-width: 150px;
    }

    .persona__item .contacts-persona b {
        font-size: 14px;
    }

    .persona__desk .contacts-persona, .persona__desk .contacts-persona a {
        font-size: 14px;
    }
}

@media (max-width: 1629px) {
    .brands__next {
        right: -45px;
    }
}

@media (max-width: 1200px) {
    .brands__next, .brands__prev {
        top: -55px;
        bottom: -68px;
    }

    .brands__next {
        right: 0;
        top: -55px;
        bottom: -68px;
    }

    .brands__prev {
        right: 69px;
        top: -55px;
        bottom: -68px;
        left: auto;
    }

    .brands__row {
        flex-direction: column;
    }

    .brands__left {
        width: 100%;
    }

    .brands .big-title {
        margin-bottom: 42px;
        margin-left: 149px;
    }

    .brands__right {
        margin: auto;
    }

    .sum_itog_nom > div {
        width: 100%;
    }

    .note {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .brands .big-title {
        margin-left: 122px;
    }

    .brands__next {
        right: 25px;
    }

    #nomenclature_conteiner .ml__controls .ml__c-item:nth-child(1) {
        width: 100%;
    }

    #nomenclature_conteiner .ml__c-item input {
        max-width: 100%;
    }

    #nomenclature_conteiner .ml__controls .ml__c-item:nth-child(2) {
        width: 50%;
        padding-left: 0;
    }

    #nomenclature_conteiner .ml__controls .ml__c-item:nth-child(3) {
        width: 50%;
    }
}

@media (max-width: 462px) {
    .slider__nav .brands__next {
        right: auto;
        left: 45px;
    }

    .slider__nav .brands__prev {
        left: 0px;
    }

    .brands .big-title {
        margin-left: 0;
    }

    .brands .item {
        margin: 0;
    }
}

.contacts-persona a {
    text-transform: lowercase;
}

.arrow-down {
    position: absolute;
    left: 50%;
    top: 85vh;
    z-index: 999999;
}

.arrow-down span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -16px;
    animation: arrow-down 2s infinite;
}

.arrow-down span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
    animation-delay: -0.4s;
}


@keyframes arrow-down {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@media (max-width: 1025px) and (min-height: 600px) and (max-height: 720px) {
    .banner__title {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 21px;
    }

    .banner .svg-nav {
        right: 54px;
        bottom: 76px;
    }

    .banner__block {
        margin-bottom: 35px;
    }

    .advantages__wraper {
        flex-wrap: wrap;
    }

    .advantages__item {
        flex-basis: 33%;
    }

    .spec__wrapper {
        flex-wrap: wrap;
    }

    .spec__left {
        display: contents;
    }

    .spec__right {
        justify-content: left;
    }

    .spec__item + .spec__item {
        margin-left: 0px;
    }
}

.cskontents .catalog__sections__column img {
    max-width: 85px;
}

.catalog__sections__column a:last-child {
    margin-top: -10px;
    display: block;
}

.catalog-item__left {
    flex-grow: 1;
}

.catalog-item__props {
    width: 100%;
    display: none;
}

.buy-now__text {
    display: none;
}

.catalog-prop {
}

.remove_margins .list__navigation {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 15px;
}

.directions__right.n_dir-li {
    display: grid;
    grid-template: "c1 c2" "r r";
    gap: 5px;
}

.directions__item.n_dir-it {
    width: 100%;
    max-height: 200px;
}
.directions__item.n_dir-it .directions__desc {
    text-transform: uppercase;
}
.directions__img {
    height: 100%;
}

.directions__item img {
    object-fit: contain;
    height: 100%;
}

.directions__item.n_dir-it:nth-child(1) {
    grid-area: c1;
}
.directions__item.n_dir-it:nth-child(2) {
    grid-area: c2;
}
.directions__item.n_dir-it:nth-child(3) {
    grid-area: r;
}
@media (max-width: 575px) {
    .banner__title {
        line-height: 29px;
        font-size: 23px;
    }

    #nomenclature_conteiner .ml__controls .ml__c-item:nth-child(2) {
        flex-direction: row;
        align-items: center;
    }

    #nomenclature_conteiner .ml__controls .ml__c-item:nth-child(2) .form-control {
        margin-left: 10px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .order__head {
        padding: 4px 4px;
        display: flex;
        align-items: center;
        font-weight: bold;
        border-bottom: 1px solid #D8D8D8;
        background: #F9F9F9;
    }

    .order__body {
        padding: 4px 4px;
    }

    .order__nomer {
        margin-top: auto;
    }

    .order__form {
        margin-top: 20px;
        padding: 4px 8px;
        background: #F8F8F8;
        border: 1px solid var(--purple);
    }

    .order__input input, .order__input textarea {
        width: 100%;
        padding: 5px;
        height: 32px;
        color: #333333;
        font-size: 16px;
        line-height: 14px;
        border: 1px solid #D8D8D8;
    }

    /*.directions__wrapper .directions__item {
        width: 50%;
    }*/

    .catalog-item__button {
        width: 24px;
    }

    .directions__wrapper .directions__desc {
        font-size: 13px;
    }

    .press-centr__item-wrapper {
        max-height: 100px;
    }

    .press-centr__item-wrapper::before {
        background: rgba(11, 48, 105, 0.5);
    }

    .press-centr__title {
        font-size: 19px;
    }

    .press-centr__right .press-centr__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer__mini-title {
        color: #92bbff;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .nav__menu .header__login, .nav__menu.formobile {
        display: none;
    }

    .catalog .section__nav svg {
        display: none;
    }

    .section__nav-name {
        min-height: 0;
        font-size: 18px;
        margin-top: 0;
        line-height: 8px;
    }

    #bx_incl_area_8_1_1_1 {
        display: none;
    }

    .catalog .big-title {
        margin-bottom: 25px;
        margin-top: 25px;
        font-size: 25px;
        line-height: 0px;
    }

    .hlebroh {
        padding-top: 14px;
    }

    #kontents {
        padding-bottom: 20px;
    }

    .section__nav {
        margin-bottom: 20px;
    }

    .cskontents .catalog__sections__column img {
        display: none;
    }

    .cskontents .catalog-section .catalog__sections__column {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 8px;
        padding-top: 8px;
    }

    .catalog__sections-top-row {
        display: flex;
        flex-direction: column;
    }

    .catalog__sections__column a:last-child {
        margin: 4px;
    }

    .filter-item__body {
        max-height: 130px;
    }

    .filter-item .checkbox {
        padding: 2px 15px;
    }

    .catalog-item {
        width: 100% !important;
        padding: 6px 23px 6px 6px !important;
        position: relative;
    }

    .catalog-item__name a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
        margin-bottom: 0px;
        text-decoration: none;
        text-align: left;
        float: inline-start;
    }

    .catalog-item__button {
        width: 110px;
        height: 100%;
        font-size: 12px;
    }

    .catalog-item__props .catalog-prop:nth-child(2) {
        display: none;
    }

    .catalog-prop {
        flex-basis: 50%;
        text-transform: lowercase;
    }

    .sbr {
        display: none !important;
    }

    .catalog__text {
        display: none;
    }

    .element__name span {
        font-size: 24px;
        line-height: 28px;
    }

    .element__button-top.blue-button {
        width: 115px;
        height: 30px;
    }

    .element__name {
        margin-bottom: 8px;
    }

    .element {
        margin-top: 10px;
    }

    .element-prop {
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        display: flex;
        line-height: 12px;
    }

    .element-prop__title, .element-prop__value {
        flex-basis: 50%;
        overflow-wrap: anywhere;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        font-size: 12px;
    }

    .buy-now.production__block {
        display: none;
    }

    .order__title {
        font-size: 21px;
        line-height: 0px;
    }

    .order__text {
        font-size: 16px;
        line-height: 20px;
        display: none;
    }

    .order__table {
        flex-direction: row;
        display: flex;
    }

    .order__head, .order__body {
        display: flex;
        flex-direction: column;
    }

    .order__head div, .order__body div {
        width: 100%;
        height: auto;
    }

    .element-order #bx_incl_area_8_1_1_1 {
        display: block;
    }

    .order__row {
        flex-wrap: wrap;
    }

    .order__submit {
        margin-top: 15px;
    }

    .order__input {
        padding: 4px 18px;
        width: 100%;
    }

    .order__input input, .order__input textarea {
        outline: none;
    }

    #bx_incl_area_8 .col-3 {
        width: 50%;
    }

    #bx_incl_area_8 .col-3 * {
        font-size: 15px;
        line-height: 15px;
    }

    #bx_incl_area_8 .col-3 p {
        padding-bottom: 5px;
    }

    .csh1 {
        font-size: 22px;
        padding: 10px 0px 10px;
    }

    #bx_incl_area_9 p {
        font-size: 14px;
    }

    .about__advantages-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cskontents p.csimg1 {
        padding-bottom: 5px;
    }

    .about__advantages {
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .about__advantages-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .about__advantages-item + .about__advantages-item {
        margin-left: 0px;
    }

    .about__advantages-item {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px 5px 5px;
        display: flex;
    }

    .about__advantages-img {
        margin-bottom: 0px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .about__advantages-name {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #bx_incl_area_10_1_1 .smart-filter-horizontal .col-sm-6:first-child {
        display: none;
    }

    .cskontents * {
        font-size: 15px;
        line-height: 20px;
    }

    #bx_incl_area_10_1_2 .tblsnews th:not(:first-child) {
        display: none;
    }

    .press__img {
        padding-bottom: 15px;
        display: none;
    }

    .press__name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .press__text {
        font-size: 14px;
    }

    .press__right {
        margin: 0;
        width: 100%;
        padding-bottom: 6px;
    }

    #bok_menu {
        display: block;
    }

    #bok_menu .li_title {
        display: none;
    }

    #bok_menu a {
        font-size: 14px;
    }

    #bok_menu ul > li {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    #bok_menu ul.sup_dir_menu > li:nth-child(2) {
        display: none;
    }

    .cskontents .persona__img img {
        max-width: 110px;
    }

    #bx_incl_area_8 img {
        display: none;
    }

    .centering {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #bx_incl_area_8_1 #bok_menu {
        display: none;
    }

    .catalog-item {
        position: relative;
    }

    .catalog-item__right a {
        position: absolute;
        top: 0;
        right: 0;
    }

    .catalog-item__props {
        display: none;
    }
}


@media (max-width: 1723px) {

    .advantages {
        background: linear-gradient(rgb(255 255 255 / 25%), rgb(255 255 255 / 25%)), url(/img/advbg.jpg) no-repeat left center;
        padding-left: 18px;
    }

}

@media (min-width: 1600px) and (max-width: 1635px) {
    .advantages__item .advantages__text {
        max-width: 241px;
    }
}


@media (min-width: 1800px) {
    .header {
        justify-content: space-evenly;
    }
}

@media (min-width: 1400px) {
    .buy-now__slider .col-xl-2 {
        width: 20%;
    }
}

.buy-now__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4rem;
    max-height: 5rem;
    text-decoration: none;
}

.buy-now__title a:hover {
    text-decoration: underline;
}

.blue-button.buy-now__link {
    height: 40px;
}

.catalog-item .catalog-item__name {
    line-height: 20px;
}

.buy-now__main-title .banner_link:after {
    content: '';
    margin-left: 17px;
    width: 23px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjcwNzEgOC43MDcxMUMyMS4wOTc2IDguMzE2NTggMjEuMDk3NiA3LjY4MzQyIDIwLjcwNzEgNy4yOTI4OUwxNC4zNDMxIDAuOTI4OTMyQzEzLjk1MjYgMC41Mzg0MDggMTMuMzE5NSAwLjUzODQwOCAxMi45Mjg5IDAuOTI4OTMyQzEyLjUzODQgMS4zMTk0NiAxMi41Mzg0IDEuOTUyNjIgMTIuOTI4OSAyLjM0MzE1TDE4LjU4NTggOEwxMi45Mjg5IDEzLjY1NjlDMTIuNTM4NCAxNC4wNDc0IDEyLjUzODQgMTQuNjgwNSAxMi45Mjg5IDE1LjA3MTFDMTMuMzE5NSAxNS40NjE2IDEzLjk1MjYgMTUuNDYxNiAxNC4zNDMxIDE1LjA3MTFMMjAuNzA3MSA4LjcwNzExWk0wIDlIMjBWN0gwVjlaIiBmaWxsPSIjMDAzODk2Ii8+Cjwvc3ZnPgo=);
}


.buy-now__main-title .banner_link:first-letter {
    text-transform: uppercase !important;
}

.buy-now__title a {
    height: 3rem;
}

.banner_link + .banner_link.red-button {
    padding-left: 30px;
    padding-right: 35px;
}

.brands__row a {
    text-decoration: none;
}

.buy-now__main-title .banner_link:hover {
    background: #fff;
    text-decoration: none !important;
    border-bottom: 0;
    box-shadow: 0;
}

.buy-now .press-centr__all {
    font-family: 'Myriad Pro Regular';
    font-weight: 400;
    margin-left: auto;
}


.banner .owl-dot.active:before {
    animation-duration: 10s;
    animation-name: rotate;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotateZ(45deg);
    }

    to {
        transform: rotateZ(405deg);
    }
}

.book {
    transition: all 0.2s ease-in-out;
    background: #A92421;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.book:hover {
    background: #C42F2B;
}

.table_bids td {
    padding: 5px;
}

.table_bids td::nth-child(10) {
    width: 100px;
    max-width: 100px;
}

.table_bids th::nth-child(10) {
    width: 100px;
    max-width: 100px;
}

.settings {
    transition: all 0.2s ease-in-out;
    background: #fff;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

.settings:hover {
    background: #F2F2F2;
}

.cart {
    transition: all 0.2s ease-in-out;
    background: var(--purple);
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

.cart:hover {
    background: #1B53B0;
}

.faq__title:hover {
    cursor: pointer;
}

.blue-button:hover {
    color: #FFFFFF;
}

.close-i {
    opacity: 0;
    width: 32px;
    z-index: 10;

    transition: .6s ease-out;
}

.close-i:hover {
    cursor: pointer;
}

.active_poisk ~ .close-i {
    opacity: 1;
    transition-delay: 1s;
    display: block;
    transform: scale(2) translateY(10px);
}

.close-i > img {
    display: block;
    width: 100%;
    height: auto;

    transition: display .2s;
    margin-left: 10px;
}

.bottom__socials img:hover {
    opacity: 0.8;
}

.brands__next:hover, .brands__prev:hover {
    opacity: 0.8;
}

.brands .item:before {

    transition: background .5s ease-out;

}

.brands .item:hover:before {
    transition: background .5s ease-out;
    background: rgba(53, 4, 49, 0.8);
}

.directions__item:before {
    transition: background .5s ease-out;
}

.directions__item:hover:before {
    transition: background .5s ease-out;
    background: rgba(53, 4, 49, 0.55);
}

.fancybox-content {
    border: 3px solid var(--purple);
}

.fancybox-content svg {
    color: var(--purple);
}


.form__title {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.form__text {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.form__regidter {
    margin-bottom: 30px;
}


.auth-modal label {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.auth-modal .form-control {

    width: 320px;
    padding: 24px 10px;
    border-radius: 0;
}

.auth-modal .btn-primary {
    width: 100%;
    padding: 18px;
    border-radius: 0;
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 22px;
    background: var(--purple);
    border: 0px;
    margin-top: 10px;
    text-transform: uppercase;
}

.auth-modal .btn-primary:hover {
    background: #1B53B0;
}

.auth__other-var noindex {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.auth__other-var {
    padding-top: 10px;
    text-align: center;
}

.popup-window {
    background: #FFFFFF;
    border: 1px solid var(--purple);
    padding: 15px !important;
    max-width: 400px;
}

.spec {
    background-size: cover;
}

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

@media (max-width: 576px) {
    .popup-window {
        padding: 10px !important;
    }

    .press-centr .press-centr__item:nth-child(3) {
        display: none;
    }

    .press-centr .press-centr__item:nth-child(4) {
        display: none;
    }

    .spec .spec__wrapper .press-centr__right {
        display: none;
    }

    .spec .spec__wrapper .press-centr__item-wrapper {
        height: 250px;
        max-height: initial;
    }
}

.popup-window-titlebar-text {
    display: block;
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    padding: 0px 0px 10px 0px;
}

.popup-window-content p {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;

    color: #333333;
}

.popup-window-content p:hover {

}

.popup-window-buttons {
    padding: 0px;
}

.btn__custom:nth-child(1) {
    width: 100%;
    padding: 18px;
    border-radius: 0;
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 22px;
    background: var(--purple) !important;
    border: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.btn__custom:hover:nth-child(1) {
    background: #1B53B0 !important;
}

.btn__custom:nth-child(2) {
    width: 100%;
    padding: 18px;
    border-radius: 0;
    background: transparent;
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    background-color: transparent !important;
    text-align: center;
    text-decoration-line: underline;
    border: 0px;
    color: #0080FF !important;
    padding: 0px;
}

.element-blocks-subtitle {
    font-family: 'PT Magistral Cyrillic Bold', sans-serif;
    font-size: 16px;
    padding-left: 9px;
    text-align: center;
    margin-bottom: 12px;
}

.element-blocks-subtitle span {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .banner__item {
        padding: 150px 0 230px;
        height: auto;
    }

    .banner_spec_item {
        padding: 100px 0 0px;
    }

    .svg-nav {
        width: 96px;
        height: 54px;
        right: 48px;
        bottom: 28px;
    }

    .banner__buttons {
        align-items: flex-start;
        flex-direction: column;
    }

    .banner_link + .banner_link {
        margin-left: 0px;
        margin-top: 5px;
    }

    .banner_link {
        width: 100%;
        max-width: 93vw;
    }

    .big-title {
        font-size: 20px;
        margin-right: 10px;
    }

    .directions__item {
        width: 100%;
    }

    .advantages {
        background: url(/img/advbg.jpg) 40% center no-repeat;
    }

    .spec__right {
        display: block;
    }

    .spec__item {
        display: block;
        flex-direction: column;
    }

    .spec__item-left {

        width: 100%;
    }

    .spec__item-left img {
        height: auto;
        width: 100%;
    }

    .banner__text_four {
        margin-bottom: 30px;
    }

    .container .press-centr__top {
        flex-direction: row;
    }

    .press-centr__all {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 17px;
        margin-left: auto;
        white-space: nowrap;
    }

    .bottom__socials a + a {
        margin-left: -42px;
    }
}


.footer__right li a {
    transition: border-bottom 0.4s linear;
    border-bottom: 1px solid transparent;
}

.footer__right li a:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
}


.directions__img {
    overflow: hidden;

}

.directions__item img {
    transition: 0.5s ease-in-out;
}

.directions__item:before {
    z-index: 1;
}

.directions__item:hover img {
    transform: scale(1.1);
}

.directions__desc {
    z-index: 2;
}

.directions__link {
    z-index: 2;
}


.owl-item {
    overflow: hidden;
}

.item {

    transition: 0.5s ease-in-out;
}

.owl-item:hover .item {
    transform: scale(1.1);

}

.press-centr__item {


}

.press-centr__item-wrapper {
    transition: transform 2s;
    overflow: hidden;
}

.press-centr__item-wrapper:hover {
    transform: scale(1.010)
}

.spec__item-left {
    overflow: hidden;

}

.spec__item-left img {
    transition: 0.5s ease-in-out;
}

.spec__item-left:hover img {
    transform: scale(1.1);

}

.section__nav-item {
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    transition: 0.2s;

}

.section__nav-item:hover {
    transform: scale(1.01);
}


/* .active span{

}
.active span {
    position: relative;
    width: 4em;
    height: 4em;
    float: left;
    margin: 1px 30px 0 0;
}


.active span > #slice {
    position: absolute;
    width: 4em;
    height: 4em;
    clip: rect(0px, 4em, 4em, 2em);
}

.active span > #slice.gt50 {
    clip: rect(auto, auto, auto, auto);
}

.active span > #slice > .pie {
    border: 3.2em solid green;
    position: absolute;
    width: 3.8em;
    height: 3.8em;
    clip: rect(0em, 2em, 4em, 0em);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.active span > #slice > .pie.fill {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.active span.fill > #slice > .pie {
    border: transparent;
    background-color: green;
    width: 4em;
    height: 4em;
} */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.svg-nav {
    width: 96px;
    height: 54px;
    right: 7%;
    bottom: 86px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.svg-nav div {
    position: relative;
}

.svg-nav div::before {
    position: absolute;
    content: "";
    width: 9px;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -6px;
    height: 9px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    z-index: -1;
}

#green-halo {
    stroke-dasharray: 0, 20000;
}

.active svg {
    /* opacity: 1 !important; */
    transform: scale(1) !important;
    z-index: 2;
    transition: 0.5s;
}

.svg-nav svg {
    /* opacity: 0; */
    transform: scale(0);
}


.active #green-halo {
    -webkit-animation: an 10s infinite linear;
    animation: an 10s infinite linear;
    stroke: white;
    display: block;
}

.inline-search-block.fixed.big .search .search-button-div {
    top: 10px;
}

.inline-search-block.fixed.big .search .search-input {
    height: 70px;

}

.catalog-item {
    width: 49.5%;
    margin-bottom: 8px;
    padding: 2px 10px 2px 10px;
}

.catalog-item + .catalog-item {
    margin-top: 0;

}

.catalog-items {
    justify-content: space-between;
}

.catalog-item__button {
    position: relative;
    width: 50px;
    transition: 0.6s;
    height: 28px;

}

.catalog-item__button::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 4px;
    bottom: 15px;
    transform: rotate(45deg);
    background-color: var(--purple);

}

.blue-button:hover {
    box-shadow: none;
}

.catalog-item__button:hover::before {
    left: 10px;
}

.catalog-item__button:hover::after {

    left: 10px;
}

.catalog-item__button::before {
    position: absolute;
    content: "";
    top: 15px;
    width: 12px;
    height: 4px;
    transform: rotate(135deg);
    background-color: var(--purple);
}

.catalog-prop + .catalog-prop {
    /* margin-left: 0; */
}

.catalog-item__right a {
    font-size: 0;
}

.advantages__img img {
    width: auto;
    height: 43px;
    min-width: 43px;
}

.advantages__wraper {
    flex-wrap: wrap;
}

.add-to-favor span:hover {
    color: var(--purple);
}

@media only screen and (max-width: 767.98px) {

    /*.catalog-item__right a {
        font-size: inherit;
    }
    .catalog-item__button {
        width: 110px;
    }
    .catalog-item__button::before{
        display: none;
    }
    .catalog-item__button::after{
        display: none;
    }*/
}

@media only screen and (max-width: 991.98px) {
    /*.catalog-item__button::before{
        top: 11px;
    }
    .catalog-item__button::after{
        bottom: 11px;
    }
    .catalog-prop + .catalog-prop {
        margin-left: 10px;
    }*/
}


@media only screen and (min-width: 1100px) {
    .catalog .big-title {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .section__nav-item {
        width: 16%;
        margin-bottom: 0px;
    }

    .section__nav .section__nav-name {
        font-size: 14px;
        line-height: 16px;
        min-height: 46px;
        word-break: break-word;
        padding-top: 10px;
        text-align: center;
    }

    .section__nav .section__nav-item {
        justify-content: center;
        padding: 10px 8px 10px 5px;
        /*width: 11.6666%;*/
        height: 150px;
    }

    .section__nav-item svg {
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-item__name a {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        margin-bottom: 15px;
        text-decoration: none;
    }

}

@-webkit-keyframes an {
    0% {
        stroke-dasharray: 0, 20000;
    }
    100% {
        stroke-dasharray: 500, 20000;
    }
}

@keyframes an {
    0% {
        stroke-dasharray: 0, 20000;
    }
    100% {
        stroke-dasharray: 500, 20000;
    }
}

@media only screen and (max-width: 575.98px) {
    .svg-nav {
        display: none;
    }

    .catalog-item__button {
        width: 24px;
    }

    .catalog-item__button::after {
        width: 12px;
    }

    .catalog-item__button::before {
        width: 12px;

    }
}
/* End */


/* Start:/local/templates/chaz/css/ml.css?166210639825701*/
p.static__title {
    font-family: 'PT Magistral Cyrillic Bold', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 24px;
}

.faq__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 31px 84px 31px 20px;*/
    padding: 6px 20px;
    border: 1px solid #E2E2E2;
    font-size: 18px;
    line-height: 16px;
    color: #333333;
}

.faq__title:after {
    content: '';
    width: 32px;
    height: 32px;
    transition: 0.3s all ease-in-out;
    /*background-color: #FFFFFF;
    border: 1px solid #E2E2E2;*/
    margin-left: 32px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS42OTgzNiA1LjcwNjhDOS41MTA4NCA1Ljg5NDU0IDkuMjU2NTYgNiA4Ljk5MTM5IDZDOC43MjYyMyA2IDguNDcxODkgNS44OTQ1NCA4LjI4NDM2IDUuNzA2OEw1LjAwNzM5IDIuNDExMTZMMS43MDc0IDUuNzA2OEMxLjUxOTg3IDUuODk0NTQgMS4yNjU1MyA2IDEuMDAwMzcgNkMwLjczNTIwMiA2IDAuNDgwOTI0IDUuODk0NTQgMC4yOTMzOTYgNS43MDY4QzAuMjAwNDU0IDUuNjE0NzEgMC4xMjY2NDkgNS41MDUwNCAwLjA3NjI5MzkgNS4zODQyMUMwLjAyNTkzOSA1LjI2MzM3IDAgNS4xMzM3NSAwIDUuMDAyODFDMCA0Ljg3MTg3IDAuMDI1OTM5IDQuNzQyMjIgMC4wNzYyOTM5IDQuNjIxMzlDMC4xMjY2NDkgNC41MDA1NSAwLjIwMDQ1NCA0LjM5MDkyIDAuMjkzMzk2IDQuMjk4ODJMNC4zMDkzOSAwLjI5MzE5N0M0LjQ5NjkxIDAuMTA1NDYzIDQuNzUxMTkgMCA1LjAxNjM2IDBDNS4yODE1MiAwIDUuNTM1ODYgMC4xMDU0NjMgNS43MjMzOSAwLjI5MzE5N0w5LjcwNzQgNC4yOTg4MkM5Ljc5OTc1IDQuMzkxNTEgOS44NzI4NCA0LjUwMTYgOS45MjI0MiA0LjYyMjc2QzkuOTcyMDEgNC43NDM5MiA5Ljk5NzExIDQuODczNzQgOS45OTYyOCA1LjAwNDY4QzkuOTk1NDQgNS4xMzU2MSA5Ljk2ODY3IDUuMjY1MSA5LjkxNzU0IDUuMzg1NjFDOS44NjY0MSA1LjUwNjEzIDkuNzkxOSA1LjYxNTMgOS42OTgzNiA1LjcwNjhaIiBmaWxsPSIjOUQ5RDlEIi8+Cjwvc3ZnPgo=');
}

.faq__item.active .faq__title:after {
    transform: rotate(180deg);
}

.faq__body {
    display: none;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding: 10px 20px;
    background: #E8E8E8;
    border: 1px solid #E2E2E2;
    border-top: none;
    transition: 0.3s all ease-in-out;
}

.faq__item.active .faq__body {
    display: block;
}

.garant__title {
    margin-bottom: 30px;
}

.garant__mini-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.garant__item {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding: 30px 20px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
}

.garant__item img {
    display: block;
    margin-right: 30px;
    width: 40px !important;
}

.garant__item:after {
    content: '';
    position: absolute;
    right: 20px;
    margin-left: 30px;
    width: 32px;
    height: 32px;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjcgMTAuMkwxMC43IDE0LjJDMTAuNiAxNC4zIDEwLjUgMTQuMyAxMC40IDE0LjRDMTAgMTQuNSA5LjYgMTQuNSA5LjMgMTQuMkw1LjMgMTAuMkM0LjkgOS44IDQuOSA5LjIgNS4zIDguOEM1LjcgOC40IDYuMyA4LjQgNi43IDguOEw5IDExLjFWMy41QzkgMi45IDkuNCAyLjUgMTAgMi41QzEwLjYgMi41IDExIDIuOSAxMSAzLjVWMTEuMUwxMy4zIDguOEMxMy43IDguNCAxNC4zIDguNCAxNC43IDguOEMxNS4xIDkuMiAxNS4xIDkuOCAxNC43IDEwLjJaTTYgMTUuNUgxNEMxNC42IDE1LjUgMTUgMTUuOSAxNSAxNi41QzE1IDE3LjEgMTQuNiAxNy41IDE0IDE3LjVINkM1LjQgMTcuNSA1IDE3LjEgNSAxNi41QzUgMTUuOSA1LjQgMTUuNSA2IDE1LjVaIiBmaWxsPSIjOUQ5RDlEIi8+Cjwvc3ZnPgo=');
}

.garant__block + .garant__block {
    margin-top: 30px;
}

.nat__title {
    margin-bottom: 32px;
}

.nat__text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.nat__hr {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    width: 100%;
    background: #D8D8D8;
}

.nat__link {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #003896;
    margin-top: 24px;
    display: block;
}

.nat__link:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 20px;
    background: url(/img/rightar.svg) center no-repeat;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.nat__q-wrapper {
    margin-top: 45px;
}

.nat__q-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #003896;
    margin-bottom: 30px;
    cursor: pointer;
}

.nat__q-body {
    padding: 45px 21px;
    background: #F9F9F9;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: none;
}

.nat__q.active .nat__q-body {
    display: block;
}

.nat__q-body a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #003896;
    margin-top: 24px;
}

.podderzhka__link {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #003896;
    width: max-content;
    text-decoration: none;
    margin-top: 40px;
}

.podderzhka__link img {
    display: block;
    width: 20px !important;
    margin-left: 15px;
}

.baza__title {
    margin-bottom: 20px;
}

.baza__tabs {
    display: flex;
    align-items: center;
}

.baza__tab {
    padding: 20px 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    background: #F9F9F9;
    cursor: pointer;
}

.baza__tab.active {
    color: #003896;
    border-bottom: 2px solid #003896;
}

.baza__tab + .baza__tab {
    margin-left: 10px;
}

.baza__body {
    margin-top: 33px;
}

.baza__item {
    max-width: 720px;
}

.baza__name {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #003896;
}

.baza__text {
    font-size: 14px;
    line-height: 21px;
    color: #6C6C6C;
}

.baza__item + .baza__item {
    margin-top: 20px;
}

.blue__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #003896;
    margin-bottom: 0px;
}

.tech__bottom {
    margin-top: 42px;
}

.tech__text a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #003896;
    margin-top: 24px;
    display: block;
    text-decoration: none;
}

.tech__text a:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 20px;
    background: url(/img/rightar.svg) center no-repeat;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.iznos__item + .iznos__item {
    margin-top: 20px;
}

.iznos__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.iznos_text_float_img {
    display: table;
    width: 100%;
}

.iznos_text_float_img img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.iznos__text {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    padding: 0;
}

p.iznos__text {
    padding: 0;
}

.iznos__img {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.iznos__img a {
    display: block;
    padding: 0 10px;
    width: 25% !important;
    height: auto;
}

.iznos__hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}

.iznos__button {
    padding: 15px 20px;
    background: #003896;
    display: block;
    width: max-content;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
    text-decoration: none;
    margin-right: 5px;
}

.cskontents .popup-window {
    padding: 20px !important;
}

.podderzhka__link:hover,
.iznos__button:hover {
    color: #ffffff;
    background: #A92421;
}

.iznos__hod {
    margin-top: 10px;
    margin-bottom: 10px;
}

.iznos__hod a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #003896;
    margin-top: 24px;
    display: block;
    text-decoration: none;
}

.iznos__hod a:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 20px;
    background: url(/img/rightar.svg) center no-repeat;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.iznos-body {
    margin-top: 40px;
}

.iznos-body__mini-title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.iznos-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iznos-body li {
    display: flex;
    position: relative;
}

.iznos-body li:before {
    content: '';
    margin-right: 30px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003896;
}

.iznos-body__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}


.iznos__tabs {
    display: flex;
    align-items: center;
}

.iznos__tab {
    padding: 20px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    background: #F9F9F9;
    cursor: pointer;
}

.iznos__tab.active {
    color: #003896;
    border-bottom: 2px solid #003896;
}

.iznos__tab + .iznos__tab {
    margin-left: 10px;
}

.iznos_subtitle {
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 600;
}

h2.iznos_subtitle {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
}

h2.iznos_subtitle:first-child {
    margin-top: 0;
}

.iznos_container * {
    font-size: 16px;
    line-height: 18px;
}

.iznos_container p {
    padding: 0;
}


.iznos_container {
    font-size: 16px
}

.csh1 {
    padding: 14px 0px 14px;
}

.iznos-doc {
    margin-top: 32px;
    display: flex;
}

.iznos-doc__left {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.iznos-doc__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #333;
}

.iznos-doc__size {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.pgtx_news img {
    height: auto;
    padding-bottom: 2rem;
}

.news-list .tblsnews .tds1 img {
    max-height: 190px;
    object-fit: cover;
}

.filter-item__body {
    max-height: 174px;
    overflow: auto;
}

.blue__title.iznos__title {
    margin-bottom: 10px;
    display: flex;
}

#video1::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: calc(100% - 10px);
}

.videoblock iframe {
    width: 100vw;
    height: 100vh;
}

h2.zakaz_title {
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 600;
}

h3.zakaz_title {
    font-weight: 600;
}

.zakaz__container-wrapper p {
    margin: 0px;
    padding: 0px;
}

.zakaz__container-wrapper ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.blueDownButton__Block {
    display: flex;
    justify-content: center;
}

.blueDownDesc {
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.banner__item video {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.brand_list_item a {
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}

.brand_list_item a:hover {
    color: #003896;
    text-decoration: underline;
}

.brand_list p {
    padding-bottom: 12px;
    text-align: justify;
}

.buy-now__title a {
    height: 3.7rem;
}

.catalog__sections__column a:last-child {
    margin-top: -4px;
    display: block;
}

#want {
    position: relative;
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

#want .col {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    color: #003896;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.element__favorite {
    display: flex;
    align-items: center;
}

.element__favorite span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-right: 10px;
}

.element__favorite:hover {
    cursor: pointer;
}

.element__favorite svg {
    width: 25px;
    height: 25px;
}

.element__favorite.active path {
    fill: #a92421;
}

.favor__modal {
    display: none;
    width: 400px;
    max-width: calc(100vw - 20px);
    padding: 20px !important;
}

.f-modal__row {
    display: flex;
    align-items: center;
}

.f-modal__img {
    width: 200px;
    margin-right: 20px;
}

.f-modal__img img {
    display: block;
    max-width: 100%;
}

.f-modal__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.buy-now__item {
    position: relative;
}

.f-modal__link a {
    outline: none !important;
    border: none !important;
}

.fav_button {
    width: max-content;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.fav__clear {
    width: max-content;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.fav_buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fav_buttons a + a {
    margin-left: 10px;
}

.favorites__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.f-modal__name {
    font-weight: bold;
    margin-bottom: 10px;
}

table.fav_table {
    text-align: center;
    border: 1px solid #000 !important;
    border-collapse: collapse;
}

.fav_table td {
    vertical-align: middle;
}

.favorite__icon {
    cursor: pointer;
}

.fav_table a {
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fav__empty {
    text-align: center;
}

.header__fav-items {
    display: none;
    position: absolute;
    top: 100%;
    padding: 5px;
    background: #003896;
    color: #fff;
    /*overflow-y: scroll; */
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    width: max-content;
    text-align: center;
    font-size: 14px;
}

#want:hover .header__fav-items {
    display: flex;
}

.header__fav-items > a {
    display: block;
    font-size: 12px;
    color: #000;
}

.header__fav-items > a + a {
    margin-top: 5px;
}

.fav__text {
    margin-bottom: 20px;
}

.fav_table tr:nth-child(1n) {
    background: #F8F8F8 !important;
}

.fav_table tr:nth-child(2n) {
    background: #fff !important;
}

.fav_table tbody tr td {
    border: 1px solid #E2E2E2 !important;
}

.fav_table tr:hover {
    background: #003896 !important;
    color: #fff !important;
}

.fav_table tr:hover a {
    color: #fff;
}

.fav_table thead td {
    border: 1px solid #000;
}

.fav_table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    text-align: center;
    border: 1px solid #000 !important;
    border-collapse: collapse;
    position: relative;
}

.fav_table thead {
    position: sticky;
    top: 0;
}

.fav_table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px;
}

.fav_table tr:hover .favorite__icon {
    background: #A92421;
}

.header__button {
    flex-shrink: 0;
}

.header.opened #want svg path {
    fill: #003896;
}

.add-to-favor {
    text-align: right;
}

.add-to-favor span {
    cursor: pointer;
}

.pt__dates {
    margin: 10px 0;
    display: flex;
}

.pt__table {
    width: 100% !important;
    overflow-x: scroll;
    padding-bottom: 15px;
}

.pt__table td {
    font-size: 12px;
    line-height: 16px;
}

.pt__table th {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 16px;
}

.pt__table tr:hover td {
    background: #003896 !important;
    color: #fff !important;
}

.pt__table input[type="number"] {
    font-size: 12px;
    line-height: 16px;
}

.table_bids tr:hover {
    cursor: pointer;
}

.uk-form-controls label {
    padding: 0 5px;
}

.pt__table tr td:first-child {
    flex-shrink: 0;
    min-width: 30px;
}

.pt__table tr th:first-child {
    flex-shrink: 0;
}

.portal-button_ml {
    display: inline-flex !important;
    width: max-content !important;
    height: 35px;
}

#nomenclature_conteiner {
    max-width: calc(100% - 30px);
}

.ml_buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0;
}

.results .ml_buttons {
    justify-content: center;
}

.ml_buttons > button {
    margin: 0 5px 10px;
}

#table_nomencl {
    /*display: table !important;*/
}

table#table_nomencl thead tr td {
    width: auto !important;
}

#table_nomencl .results_nom {
    /* display: contents;*/
}

.ml__controls {
    display: flex;
    flex-wrap: wrap;
}

.ml__c-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.ml__c-item input {
    width: 100%;
    max-width: 300px;
    margin-left: 10px;
}

.ml__c-item label {
    padding: 0;
}

.results .col {
    margin: 5px 0 !important;
    padding-top: 0;
}

.results .uk-form-label.form-label {
    height: 24px;
    padding-left: 0;
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
}

.ui-widget-header {
    background: #003896;
}

.ui-dialog .ui-dialog-buttonpane button {
    height: 35px;
    display: inline;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    background: #003896;
    border: none;
    white-space: nowrap;
    width: max-content;
    padding: 0 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -10px 10px;
    border: none;
    font-size: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMzYxLjRjMTIuNSAxMi41IDEyLjUgMzIuNzUgMCA0NS4yNUMzMDQuNCA0MTIuOSAyOTYuMiA0MTYgMjg4IDQxNnMtMTYuMzgtMy4xMjUtMjIuNjItOS4zNzVMMTYwIDMwMS4zTDU0LjYzIDQwNi42QzQ4LjM4IDQxMi45IDQwLjE5IDQxNiAzMiA0MTZTMTUuNjMgNDEyLjkgOS4zNzUgNDA2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjc1IDAtNDUuMjVsMTA1LjQtMTA1LjRMOS4zNzUgMTUwLjZjLTEyLjUtMTIuNS0xMi41LTMyLjc1IDAtNDUuMjVzMzIuNzUtMTIuNSA0NS4yNSAwTDE2MCAyMTAuOGwxMDUuNC0xMDUuNGMxMi41LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwczEyLjUgMzIuNzUgMCA0NS4yNWwtMTA1LjQgMTA1LjRMMzEwLjYgMzYxLjR6Ii8+PC9zdmc+');
}

span.ui-icon.ui-icon-alert {
    display: none;
}

.pt__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#loadImg, #loadImg1 {
    display: none !important;
}

.pt__form_reports .uk-form-label.form-label {
    display: flex;
    align-items: center;
    height: 24px;
    width: 100%;
}

.calc__row {
    display: flex;
    justify-content: space-between;
}

.calc__right {
    max-width: 450px;
}

.dpage__row {
    display: flex;
    flex-wrap: wrap;
}

.dpage__item {
    display: block;
    margin: 0 10px;
    width: calc(25% - 20px);
}

.section__nav-item img {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.header__dealer {
    display: flex;
    align-items: center;
}

.header__dealer a {
    display: block;
}

.header__dealer img {
    display: block;
    width: 65px;
}

.header__dealer a + a {
    margin-left: 8px;
}

.phg__name {
	margin:30px 0 10px;
}

.phg__photos img {
	display:block;
	margin: auto;
}

.phg__photos .owl-next, .phg__photos .owl-prev {
	font-size:0;
    background: var(--purple);
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC44IiBkPSJNMC4yOTI4OTMgOC43MDcxMUMtMC4wOTc2MzExIDguMzE2NTggLTAuMDk3NjMxMSA3LjY4MzQyIDAuMjkyODkzIDcuMjkyODlMNi42NTY4NSAwLjkyODkzMkM3LjA0NzM4IDAuNTM4NDA4IDcuNjgwNTQgMC41Mzg0MDggOC4wNzEwNyAwLjkyODkzMkM4LjQ2MTU5IDEuMzE5NDYgOC40NjE1OSAxLjk1MjYyIDguMDcxMDcgMi4zNDMxNUwyLjQxNDIxIDhMOC4wNzEwNyAxMy42NTY5QzguNDYxNTkgMTQuMDQ3NCA4LjQ2MTU5IDE0LjY4MDUgOC4wNzEwNyAxNS4wNzExQzcuNjgwNTQgMTUuNDYxNiA3LjA0NzM4IDE1LjQ2MTYgNi42NTY4NSAxNS4wNzExTDAuMjkyODkzIDguNzA3MTFaTTIxIDlIMVY3SDIxVjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.phg__photos .owl-next {
    right: 0;
    left: unset;
    transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .section__nav .section__nav-item {
        width: 16.667%;
    }

    .advantages__text {
        margin-left: 10px;
        font-size: 19px;
        line-height: 19px;
    }


    .advantages__item {
        width: 25%;
    }
}

@media (max-width: 1630px) {
    .element__name {
        flex-wrap: wrap;
    }

}

@media (max-width: 1599.98px) {
    .element__favorite {
        width: 100%;
        margin-top: 15px;
    }

    .header__center-menu-item {
        margin-right: 5px;
    }

    .uk-form-label.form-label {
        padding-right: 5px;
    }

    .uk-form-row.full {
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .header__other {
        width: 35%;
    }

    .header__right {
        width: 25%;
    }

    .pt__table {
        display: block;
        overflow-x: scroll;
    }
}

@media (max-width: 991.98px) {

    .fav_table {
        max-width: 100%;
        display: block;
        overflow-x: scroll;
    }

    .add-to-favor {
        text-align: left;
    }

    .pt__buttons {
        display: flex;
        flex-wrap: wrap;
    }

    .pt__buttons > div {
        width: 100%;
        margin-top: 10px;
    }

    .portal-button {
        display: flex;
        font-size: 14px;
        width: auto;
    }

    .portal-button + .portal-button {
        margin-left: 10px;
    }

    .pt__form_reports .uk-form-row-3:nth-child(4),
    .pt__form_reports .uk-form-row-3:nth-child(5) {
        margin: 10px 0;
    }

    #section_nomencl > .uk-form-row-3 {
        width: 100%;
        padding-left: 0;
    }

    #section_nomencl > .uk-form-row-3 > label {
        padding-left: 0;
    }

    .info_bid > div {
        width: 100%;
        text-align: left !important;
        padding: 0;
    }

    .results .uk-form-label.form-label {
        height: 24px;
        font-size: 13px;
        line-height: 130%;
    }

    .pt__form_reports .uk-form-row-3 {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 10px 0;
    }

    .pt__form_reports .uk-form-row-3:nth-child(4),
    .pt__form_reports .uk-form-row-3:nth-child(5) {
        margin: 10px;
        margin-left: 0px;
    }

    .pt__form_reports .uk-form-row-3 .btn {
        width: max-content;
    }

    .uk-dblinpt .form-control {
        width: 49% !important;
    }

    .pt__row {
        flex-wrap: wrap;
    }

    .pt__row > div {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {

    .fav_table thead {
        display: none;
    }

    .fav_table tr {
        width: calc(100vw - 20px);
        display: block;
        padding: 10px 0;
        position: relative;
    }

    .fav_table tbody tr td {
        display: block;
        padding: 0;
        border: none !important;
    }

    .fav_table tbody tr td:first-child {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .favorite__icon {
        color: #A92421;
    }

    .header__other {
        width: 100%;
    }

    .fav_buttons a {
        margin: 0 5px 10px !important;
    }

    .portal-button {
        font-size: 12px;
    }

    .ml__c-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .ml__c-item input {
        margin-top: 5px;
        margin-left: 0;
    }

    .results .row_block {
        flex-direction: column;
    }

    .results .row_block > div {
        width: 100%;
    }

    .results .uk-form-label.form-label {
        height: auto;
    }

    .filter.bx-form-control {
        margin-left: 0;
    }

    .info_nomenclatura {
        margin-top: 10px;
    }

    #nomenclature_conteiner {
        max-width: calc(100% - 10px);
        padding: 10px;
    }

    .pt__form_reports .uk-form-label.form-label {
        height: 20px;
    }

    .pt__row label {
        padding-right: 10px;
    }

    .ui-dialog {
        width: calc(100vw - 10px) !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .dpage__item {
        margin: 5px 10px;
        width: calc(50% - 20px);
    }


}

@media (max-width: 380px) {


}
/* End */


/* Start:/local/templates/chaz/css/catalog-detail-cutom.css?1771228954131*/
.nav-tabs .nav-link.drom {
	background: var(--purple);;
	color: #ffffff;
}

.nav-tabs .nav-link.drom:hover{
	background: #e01a31;
}
/* End */


/* Start:/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/style.css?165943089513820*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	padding-left: 39px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	padding-left: 39px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color: #d8d8d8;
    margin-left: 10px;
    margin-right: -5px;
    padding-right: 10px;
    border-radius: 2px;
    border-width: 2px;
    background: none;
	border: 3px solid #d8d8d8;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #003896;
	border-color: #003896;
	text-decoration: none;
	color: #fff;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href:focus {
    background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/chaz/components/arturgolubev/search.title/smart.search.header/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */
/* /local/templates/chaz/css/owl.carousel.css?16594308943971 */
/* /local/templates/chaz/css/style.css?1739192669177453 */
/* /local/templates/chaz/css/ml.css?166210639825701 */
/* /local/templates/chaz/css/catalog-detail-cutom.css?1771228954131 */
/* /local/templates/chaz/components/arturgolubev/search.title/smart.search.header/style.css?165943089513820 */
