/*Bebas Neue FONT*/
@font-face {
    font-family: "Bebas Neue";
    src: url("/local/templates/cor/fonts/bebas-neue/BebasNeue-newRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("/local/templates/cor/fonts/bebas-neue/BebasNeue-Book.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("/local/templates/cor/fonts/bebas-neue/BebasNeue-CyrillicR.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.header-custom-container {

    width: 100%;
    justify-content: center;
}

.h-upline .header-content {
    align-items: center;
    justify-content: space-between;
    padding: 24px 50px;
    display: flex;
}

.h-upline.left {
    display: flex;
    align-items: flex-start;
    gap: 68px;
}

@media (max-width: 1350px) {
    .h-upline.left{
        gap: 20px;
    }
}

.h-upline.left .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.h-upline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

}

.header-custom-container .h-upline {
    position: relative;
}

.header-custom-container>.h-upline:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 18px;
    background: url(/upload/line.svg) no-repeat top center;
    background-size: cover;
	z-index: 1;
}

.number-tel {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    text-decoration: none;
    display: flex;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    color: var(--black-text);

}

.number-tel,
.mailto {
    display: flex;
    align-items: center;
    gap: 5px;
}

.number-tel:hover,
.number-tel:active {
    color:  var(--main-hover);
}

.mailto.grey-text {
    color: var(--grey);
    font-size: 14px;
}
.mailto.grey-text:hover {
	color: var(--main-hover);
	font-weight: 700;
}

.he-upline.right {
    display: flex;
    gap: 20px;
}

header .navbar-nav {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* gap: 55px; */
    align-items: center;
    justify-content: space-between;


}

.navbar-nav>li>a {

    color: var(--black-text);
}


.dropdown-toggle p {

    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: border-color 0.3s ease;
}

.h-burgermenu {
    display: none;
    background: none;
    border: none;
    padding: 0;

}


@media screen and (max-width: 1280px) {
    .dropdown-toggle p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .header-content {
        width: 100%;
        margin: 0px 26px;
    }

    header .navbar-nav {
        display: none;
    }
    .h-icons {
        display: none !important;
    }

    .h-burgermenu {
        display: flex;
    }
	.m-search-container .search-header .input-group .input-group-btn {right:0; width: fit-content;  left: unset;}
	.m-search-container .search-open .input-group .form-control {
		padding-left:0;     
		height: 40px;
		border: none;
		border-bottom: 1px solid #017A3F;
		border-radius: 0;
	}
	.clear-button { right: 30px;}
}

@media screen and (max-width: 768px) {
 

    .he-upline.right {
        gap: 16px;
    }

    .number-tel {
        font-size: 16px;
    }
}

.h-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
	justify-content: flex-end;
}

select#select-lang {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    color: #fff;
}

#select-lang {
    font-weight: 700 !important;
    width: 38px !important;
    font-size: 16px !important;
}

.select-wrap {
    position: relative;
    display: inline-block;
}

.select-wrap select {
    cursor: pointer;
    position: relative !important;
    z-index: 1;
}

.select-wrap select::-ms-expand {
    display: none;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 12px !important;
    height: 8px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

/*глобальный отступ*/
.inner-wrapper {
    padding: 0 !important;
}

/*head_type5 - custom header*/

.header-custom-container-custompages {

    margin: 0px auto;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    justify-content: center;
    background: var(--main);
}

@media screen and (max-width: 1000px) {
    .header-custom-container-custompages {
        height: initial;
    }

    .header-content {
        gap: initial;
    }
}

.mobile-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
	border-top: 1px solid rgba(1, 122, 63, 0.2);
}

.mobile-menu.active {
    transform: translateX(0) translateY(0px);
}

.mobile-menu__inner {
    padding: 20px;
}

.mobile-menu__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu.active .dropdown-toggle p {
    color: black;
    font-size: 16px;
    font-weight: 600;
}


.h-burgermenu {
    background: none;
    border: none;
    cursor: pointer;
}

.burger-icon .line {
    transition: all 0.3s ease;
    transform-origin: 10px 15px;
}

.h-burgermenu.active .line1 {
    transform: rotate(45deg);
}

.h-burgermenu.active .line2 {
    opacity: 0;
}

.h-burgermenu.active .line3 {
    transform: rotate(-45deg);
}


.black-logo {
    display: none;
}

@media screen and (max-width: 1000px) {
    .header-custom-container-custompages .black-logo {
        display: flex;
    }

    .header-custom-container-custompages .standart-logo {
        display: none;
    }

    .header-custom-container-custompages .number-tel {
        color: black;
    }

    .header-custom-container-custompages .burger-icon .line {
        fill: black;
    }

    .header-custom-container-custompages {
        background: white;
    }
}


.search-line {
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

img.btn-search-click {
    cursor: pointer;
}

.search-line.active {
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
    transform: translateY(-15px);
}

/*Строка поиска*/
.search-open button.btn.btn-primary {
    border-radius: 50px;
}

.search-open .input-group-btn {
    position: absolute !important;
    z-index: 4 !important;
	left:0;
}

.search-open .input-group {
    display: flex !important;
    justify-content: flex-end !important;
}



.search-open .input-group .form-control {
    border-radius: 8px;
    width: 629px;
    padding-left: 50px;
	height: 40px;
}

.search-open .input-group-btn>.btn {
    display: flex;
    text-align: center;
	background: none;
	padding: 7px 8px 7px 16px;
}

.search-open .input-group-btn>.btn:active, .search-open .input-group-btn>.btn.active {
	box-shadow: none
}

/* Hide button by default */
.clear-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  
}



/* Show button only when input has text */
.search-open .form-control:not(:placeholder-shown) + .clear-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/*выпадающее меню в хедере*/


.main-menu-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: initial;
    background: #fff;
    padding: 20px 8px;
    /* min-width: 250px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: opacity 0.4s ease-in-out;
   
}

ul>li.dropdown.lvl1:last-child>ul.dropdown-menu.list-unstyled {
    max-width: 150px;
    transform: translate(-50%, 10px);
}

.main-menu-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.main-menu-nav .dropdown:hover a > .menu-arrow > i > img {
	transform: rotate(180deg);
}
.main-menu-nav .dropdown:hover > a {
	background: rgba(1, 122, 63, 0.15);
	border-radius: 10px;
}
.main-menu-nav .dropdown > a {
	padding: 10px 20px;
}
.main-menu-nav .dropdown-submenu {
    position: relative;
}

.main-menu-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.h-downline .main-menu-nav .dropdown-menu {
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    min-width: 324px;
}

ul>li.dropdown.lvl1:nth-last-child(2)>ul.dropdown-menu.list-unstyled { max-width: 150px;}

.h-downline {background: rgba(1, 122, 63, 0.02); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);}


@media screen and (max-width: 1400px) {
    ul>li.dropdown.lvl1:last-child>ul.dropdown-menu.list-unstyled {right: 10px;}
	body header .header-content { padding: 0 24px;}
	.h-upline .header-content {padding: 24px;}
}

.h-downline ul.navbar-nav ul.dropdown-menu.list-unstyled li>a {
    font-size: 14px;
    color: #232323;
    font-weight: 600 !important;
    transition: 0.3s ease;
	padding: 12px 14px;
}

.h-downline ul.navbar-nav ul.dropdown-menu.list-unstyled li:hover {
    background: #F5F5F5;
	border-radius: 8px;
}

.h-downline ul.navbar-nav ul.dropdown-menu.list-unstyled li>a:active {
    text-decoration: none;
}

.h-downline .dropdown-menu>li {
    height: initial;
    margin-bottom: 0;
	padding: 0;
	border-radius: 8px;
}

.h-downline .dropdown-menu>li:last-child {
    margin: 0;
}

/*Блок с цифрами*/

.wrapper.wrapper-advantages .advantageslistcol {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .item+.item {
        margin-top: 0px !important;
    }
}

.wrapper.wrapper-advantages .advantageslistcol .item {
    text-align: center;

}

/*Общий стиль*/

.container {
    max-width: 1216px;
}

.wrapper.wrapper-advantages .advantageslistcol>* {
    position: relative;
}


body .wrapper-advantages .info .name {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 100%;
    font-weight: 300;
    color: #232323;

}

.name-ctm-container {
    margin-bottom: 18px;
}

.wrapper-advantages .info .number-unit {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 80px;
    line-height: 1;
}

.name {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    display: inline-block;
    vertical-align: middle;
}

.description {
    font-weight: 400;
    color: white;
    font-size: 20px;
    line-height: 120%;
}

.plus {
    color: var(--main);
    display: inline-block;
    vertical-align: middle;
    height: 76px;
    font-size: 48px;
}

.wrapper.wrapper-advantages {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    

    .wrapper.wrapper-advantages .advantageslistcol>*:nth-child(2)::after {
        content: none;
    }
}

body .wrapper-advantages .info .preview {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}


@media screen and (max-width: 520px) {
    .wrapper.wrapper-advantages .advantageslistcol {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-bottom: 50px;
        gap: 52px !important;
    }

    .wrapper.wrapper-advantages .advantageslistcol>*:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 20%;
        bottom: 20%;
        right: 0;
        width: 1px;
        background: none;
    }


    .plus {
        vertical-align: initial;
        height: 57px;
        font-size: 32px;
    }

}

.wrapper.wrapper-advantages .container {
    margin: 0 !important;
}

.name-ctm-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/*Выпадающее меню*/
.custom-select {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

span.custom-option:hover,
span.custom-option:active {
   background: #F5F5F5;  
}

.custom-select-trigger {
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 0;
}

.custom-select-trigger>img {
    width: 24px;
}

.custom-select-value {
    flex: 1;
}

.select-arrow {
    width: 12px;
    height: 8px;
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.custom-select.open .select-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    z-index: 5;
	transform: translateY(10px);
}

.custom-select.open .custom-options {
    display: flex;
    padding: 8px;
    gap: 0;
    width: 100%;
	min-width: 154px;
    text-align: left;
    font-weight: 600;
    border-radius: 8px;
}

.custom-option {
    font-size: 14px; 
    line-height: 100%;
	padding: 12px 14px;
	border-radius:8px;
}

.custom-option:hover {
    background: #F5F5F5;
	border-radius:8px;
}

.custom-option.selected {
	background: #F5F5F5;
    padding: 12px 14px;
	border-radius:8px;
	position: relative;
}
.custom-option.selected:before {
	top: 12px;
    bottom: 12px;
    left: 0;
    content: "";
    position: absolute;
    font-weight: normal;
    display: block;
    width: 2px;
    background: #017A3F;
}

.custom-select-value {
    flex: 1;
}

.custom-select svg {
    /* margin-left: 6px; */
    transition: transform 0.4s ease, fill 0.4s ease;
    position: relative;
 
}

.custom-option:hover {
    background: #eee;
}

.custom-select.open .custom-select-trigger {
 
}
.custom-select.open svg {
    transform: rotate(180deg) !important;
}

.custom-select.open .custom-options {
    display: flex;
}

/*иконки подчеркивания*/

.icon-link {
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}


/*Бургер-меню*/
.mobile-menu.active {
    display: flex;
    flex-direction: column;
}

.mobile-menu.active .mobile-menu__inner {
    padding: 0 !important;
}

.mobile-menu.active .navbar-nav.list-unstyled.main-menu-nav {
    margin: 26px !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mobile-menu.active a.dropdown-toggle p {
    text-transform: math-auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    transition: 0.3s ease;
}

.mobile-menu.active a.dropdown-toggle p:hover {
    color: var(--main);
}

.mobile-menu.active a.dropdown-toggle p:active {
    color: var(--main);
    text-decoration: underline;
}

.downcontainer {
    padding: 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}
.downcontainer-contacts {
	padding-top: 24px;
	border-top: 1px solid rgba(1, 122, 63, 0.2);
}
.downcontainer .form-link {
	margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--black-text);
    font-size: 14px;
}
.downcontainer .number-tel, .downcontainer .mailto, .downcontainer .social__items {justify-content: center;}
p.search-text {
    cursor: pointer;
}

.downcontainer .line {
    width: 100%;
    height: 1px;
    background-color: #ECECEC;
}

p.lang-chosen,
p.eye-text,
p.search-text,
.mobile-search {
    margin: 0 !important;
    font-family: 'Wix Madefor Display', sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

.mobile-search {
    display: none !important;
}

p.lang-chosen:hover,
p.eye-text:hover,
p.search-text:hover {
    color: var(--main);
}

p.lang-chosen:active,
p.eye-text:active,
p.search-text:active {
    color: var(--main);
    text-decoration: underline;
}

/*Блок Новости*/



body .news-date {
    font-size: 14px;
    line-height: 100%;
    border-top: none;
    padding-top: 10px;
    color: var(--black-text);
    font-weight: 400;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body .title_block:after {
    content: none !important;
}


h2.coolHeading,
.h2.coolHeading {
    color: #2F2F2F;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
}


body .top_block a {
    position: relative;
}

.wrapper-changes .news-title {
    margin: 0;
}

.news-section .top_block {
    width: 100%;
}

body .top_block .name-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;

}

.all-news-link{
    position: absolute;
    right: 0;
}

.main-body .title_block {
    margin: 0 auto;
}

body a.all-news {
    background: none !important;
    padding: 0 !important;
}

.news-subs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.news-subs-container .news-text {
    line-height: 120%;
    font-weight: 500;
    font-size: 16px;

}

.news-form {
    border: none;
    max-width: 845px;
    display: flex;
    width: 100%;
    border-radius: 24px;
    justify-content: flex-end;
    height: 48px;
    padding-left: 24px;
    box-shadow: 0px 4px 30px 0px #0000000D;
}

.news-form-container {
    max-width: 845px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.news-form-container button.btn-submit {
    position: absolute;
    border: none;
    padding: 0px 24px;
    border-radius: 24px;
    height: 48px;
    background: var(--main);
    color: white;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 16px;
}

p.text-label {
    margin: 0;
}

.news-form-container button.btn-submit:hover {
    background: black;
}

.arrow-submit {
    display: none;
}

@media screen and (max-width:620px) {
    .news-subs-container {
        flex-direction: column;
        gap: 16px;
    }

    p.text-label {
        display: none;
    }

    .news-subs-container .news-text {
        text-align: center;
    }

    .arrow-submit {
        display: block;
        width: 20px;
    }

    button.btn-submit {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news-form-container button.btn-submit {
        padding: 0;
        width: 48px;
    }

    
}


body .news-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.24; 
    letter-spacing: 0;
	text-decoration: none;
    margin: 0;
    margin-top: -2px;
    color: var(--black-text2);
}

.news-content .news-text {font-size: 14px;}
.news-content .news-text:empty {display: none}

.m-search-container {
    height: 40px;
    margin: 0 26px;
}

.m-search-container .hidden-sm {
    display: flex !important;
	width: 100%;
}

.m-search-container .search-open .input-group-btn:last-child>.btn {
    background: none;
    border: none !important;
    display: flex;
    align-items: center;
}

.m-search-container .search-open .input-group-btn:last-child>.btn:hover {
    background: none !important;
}

div.input-group input.form-control::placeholder {
    color: #A1A1A1 !important;
    opacity: 1 !important;
}

.m-search-container .input-group .form-control:first-child {
    color: black !important;
}

.m-search-container path {
    stroke: var(--main);
}

.m-search-container .search-open {
    padding: 0px;
}

.m-search-container .navbar-nav {
    margin: 0 !important;
}

.m-search-container .navbar-nav.navbar-right:last-child {
    width: 100%;
}

.m-search-container .search-header li {
    width: 100%;
}

.m-search-container .input-group .form-control:first-child,
.m-search-container .search-open {
    width: 100%;
}

.m-search-container .input-group .form-control:first-child {
    border: 1px solid #ECECEC;
}

.m-search-container .input-group .input-group-btn {
    top: initial !important;
}

html .m-search-container .form-control:focus {
    box-shadow: none !important;
}

.bottom-mobile {
    display: flex;
    height: 100%;
    margin-bottom: 26px;
    flex-direction: column;
}
.bottom-mobile .search-open .input-group .form-control {width: 100%;}
.bottom-mobile .search-open .input-group-btn  {left: 0;left: unset;}
.bottom-mobile .search-open .input-group-btn > .btn { padding: 7px 16px 7px 16px;}
.bottom-mobile .search-open .input-group .form-control { padding-right: 50px;padding-left: 14px;}
html nav.schedule-sidebar__nav {text-align:left;}

/*Бургер-меню с вложенностью*/

.mobile-burger-menu {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.mobile-menu__levels {
    position: relative;
    min-height: 300px;
}

.mobile-menu__level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    background: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.mobile-menu__level--active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    position: relative;
}

.submenu-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.menu-back {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 8px;
    margin-right: 12px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    gap: 4px;
}

.submenu-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 26px;
}

.menu-item__link {
    text-decoration: none;
    color: #000;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.menu-item__link:hover {
    color: var(--main);
}

.menu-item__arrow {
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    display: flex;
    padding: 0;
    margin: 0;
    height: 18px;
    width: 30px;
    display: flex;
    align-items: center;
	justify-content: center;
}


/*Пункты меню*/

.main-menu-nav .dropdown-menu {
    display: none;
}

.main-menu-nav .dropdown-menu.show {
    display: block;
}

/*Карточки Продукции* на главной странице*/

body .wrapper.wrapper-products .productslistcol {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0px !important;
}

.wrapper.wrapper-products .container {
    padding: 0 !important;
}

.productslistcol {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    padding: 0 15px !important;
}

body .wrapper.wrapper-products .productslistcol {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: hidden;
    justify-content: flex-start;

}

body .wrapper.wrapper-services-new .productslistcol,
body .wrapper.wrapper-products .productslistcol {
    max-width: 1216px !important;
}

.product-card {
    min-width: 280px;
    min-height: 299px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px #0000000D;
    display: flex;
    flex-direction: column;
}

.product-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.product-image {
    flex-shrink: 0;
}

.prod-container {
    display: flex;
    width: 100%;
    height: 203px;
    align-items: center;
    justify-content: center;
}

.product-image img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    display: block;
}

.product-info {
    flex: 1;
    padding: 24px;
    text-align: start;
    margin: 0;
    display: flex;
    justify-content: flex-start;

}

.product-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.service-tab-content .product-name {
    font-size: 24px;
}

body .wrapper.wrapper-products .top_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*Стрелки в продукции*/

.products-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productslistcol {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 24px;
    flex: 1;
}

.slider-btn {
    position: absolute;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transition: 0.3s;
    display: flex;
    border: none;
    /* top: 50%; */
}

.slider-btn.prev {
    left: -60px;
    top: 50%;
}

.slider-btn.next {
    right: -60px;
    transform: rotate(180deg);
}


@media screen and (max-width: 1340px) {

    .slider-btn.prev,
    .slider-btn.next {
        display: none;
    }


    body .wrapper.wrapper-products .productslistcol,
    body .wrapper.wrapper-services-new .productslistcol {
        overflow-x: scroll;
        padding: 0px;
        margin: 0 15px;
        padding-bottom: 20px !important;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;

        &::-webkit-scrollbar {
            width: 4px;
            height: 8px;
        }

        &::-webkit-scrollbar-track {
            background: white;
        }

        &::-webkit-scrollbar-thumb {
            background: var(--main);
            border-radius: 2px;
        }

        &::-webkit-scrollbar-thumb:hover {
            background: #021F63;
        }
    }

}

@media screen and (max-width: 768px) {

    body .wrapper.wrapper-products .productslistcol,
    body .wrapper.wrapper-services-new .productslistcol {
        gap: 16px !important;
    }
}


/*Услуги на главной странице*/

body .wrapper.wrapper-services-new .productslistcol {
    gap: 32px;
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.wrapper.wrapper-services-new .top_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainabout .btn {
    margin-top: 32px;
}

.mainabout p {
    margin-bottom: 0;
}

.search-page .custom-searchpage-btn .btn.btn-primary {
    border-radius: 24px;
    background-color: var(--main);
    position: absolute;
    z-index: 2;
    margin: 0 !important;
}

.search-page .custom-searchpage-btn .btn.btn-primary:hover {
    background-color: black;
}


.custom-searchpage-btn {
    display: flex;
    justify-content: flex-end;
}

.search-page .form-control {
    padding-right: 100px !important;
}

/*Выравнивание*/
.custom-maxwidth-con {
    max-width: 1216px;
    display: flex;
    flex-direction: column;
}

/*Файлы cookie*/

body .alert.cookie {
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    max-width: 1396px;
    padding: 32px;
}

body .alert.cookie .subcontent a {
    color: var(--main);
    transition: 0.3s ease;
    font-weight: 700;
}

body .alert.cookie .subcontent a:hover {
	color: var(--main-hover);
}
body .alert.cookie .subcontent a:active {
	color: #004423;
}

body .alert.cookie .close.btn-white {
    height: 100%;
}

.left-alert {display: flex; gap: 24px;}

body .alert.cookie .close.button {
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s ease;
    font-size: 14px;
}

body .alert.cookie .close.btn-white {
 
    border: 1px solid var(--main) !important;
    color: var(--main);
}

.right-alert .close.button.btn.btn-default {
    background: var(--main);
    height: 100%;
}

body .alert.cookie .close.button:hover {
    border-color: var(--main-hover);
    background: var(--main-hover);
}

body .alert.cookie .close.button:active {
    border-color: #004423;
    background: #004423;
}

body .right-alert {
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    body .subcontent_and_flex-row--block {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    body .right-alert {
        flex-direction: row;
    }

    body .subcontent p,
    body .alert.cookie .subcontent {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    body .right-alert {
        gap: 8px;
    }

    body .alert.cookie {
        padding: 24px;
    }
}

body #cookie_settings {
    border-radius: 8px;
}

#cookie_settings .form_head h2 {
    font-weight: 600 !important;
}



/*Футер*/

body footer {
    background: #303030;
}

.main-body footer {
    padding: 40px 26px !important;
}

body .footer-contacts {
    display: initial !important;
}

.container-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
}


.container-adress,
.container-phone,
.container-post {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {

    .container-adress,
    .container-phone,
    .container-post {
        margin-top: 0px;
    }
}

.adress-title,
.post-title,
.phone-title {
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 400px) {
    .container-footer .phone-desc {
        flex-direction: column;
    }
}

@media (max-width: 767px) {


    .footer_copyright {
        padding: 0 !important;
    }
}

body .footer_copyright {
    border-top: none;
    transform: translateY(-1px);
}

.footer_copyright .container .copyright-block {
    padding-top: 22px;
    border-top: 1px solid #fff;
}

.footer_copyright .container {
    padding-top: 0px;
    padding-bottom: 22px;
}

.main-body footer {
    padding: 0px !important;
}

footer.inner-footer {
    padding: 0;
}

@media (max-width: 1000px) {
    .footer_copyright .container {
        padding: 32px 24px 24px;
    }
}

.factory br {
    display: none;
}

@media (max-width: 840px) {
    .copyright-block {
        flex-direction: column;
        align-items: center;
        gap: 10px;
		flex-direction: column-reverse;
    }

    .factory br {
        display: block
    }

    .factory span {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .map-site {
        order: 1;
    }

    .develop {
        order: 2;
    }

    .factory {
        order: 3;
    }
}

/* Блок с ресурсами*/


.wrapper.our-internet-services-wrapper .slider-btn {
    position: absolute;
    top: 5px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper.our-internet-services-wrapper .slider-btn.prev {
    left: 0;
    transform: rotate(0deg);
}

.wrapper.our-internet-services-wrapper .slider-btn.next {
    right: 0;
}

.internet-resources {
    overflow: hidden;
}

.swiper-container.internet-resources {
    padding: 10px;
    margin: 0 -10px;
}



.ir-list {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ir-list::-webkit-scrollbar {
    display: none;
}

.ir-slide {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.internet-resources-wrapper-img {
    display: block;
    max-width: 100%;
}

.internet-resources-wrapper-img img {
    display: block;
    height: auto;
    width: auto;
}

@media (max-width: 1340px) {

    .wrapper.our-internet-services-wrapper .slider-btn.prev,
    .wrapper.our-internet-services-wrapper .slider-btn.next {
        display: none;
    }

    .internet-resources {
        padding: 0;
    }

    .ir-list {
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        scrollbar-width: thin;

        &::-webkit-scrollbar {
            width: 4px;
            height: 8px;
        }

        &::-webkit-scrollbar-track {
            background: white;
        }

        &::-webkit-scrollbar-thumb {
            background: var(--main);
            border-radius: 2px;
        }

        &::-webkit-scrollbar-thumb:hover {
            background: #021F63;
        }
    }
}




/*Блок наши проекты*/

.wrapper.our-objects-wrapper .container {
    width: 60%;
}

.block-projects-img {
    width: 420px;
    height: 315px;
}


.title-block-project {
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    font-family: "Bebas Neue", sans-serif;
}

.services-detail {
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    line-height: 120%;
}

.services-detail a {
    color: white;
    transition: 0.3s ease;
}

.objects-inner {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.objects-inner .detail-information {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

/*new Наши проекты*/
.wrapper.our-objects-wrapper .col-md-4 {
    width: 100%;
    padding: 0px !important;
    max-height: 490px;
}

.objects-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 490px;
}

.objects-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7) blur(10px);
    will-change: transform, filter;
    z-index: 1;
}

.objects-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 427px 1fr;
    gap: 104px;
    align-items: center;
    padding: 86px 0;
    width: 80%;
    max-width: 1216px;
}

@media (max-width: 768px) {
    .objects-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.objects-inner .name {
    font-weight: 600;
    font-size: 18px;
}

.objects-inner .description {
    opacity: 0.95;
}

.wrapper.our-objects-wrapper .container {
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
}

.wrapper.our-objects-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.swiperP {
    width: 100%;
    margin: 0px;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 490px;
}

.swiper-wrapper {
    height: auto;
}

.wrapper.our-objects-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
}

.title-block-project.mobile {
    display: none;
}

.services-detail a:hover {
    color: white;
    text-decoration: underline;
}

.wrapper.our-objects-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: 30px;
}

@media screen and (max-width: 950px) {
    .swiperP {
        height: 715px;
    }

    .title-block-project.mobile {
        display: block;
        width: 420px;
    }



    .objects-wrapper {
        height: 715px;
    }

    .wrapper.our-objects-wrapper .col-md-4 {
        height: 715px;
    }

    .objects-content {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 64px 0px 0px;
    }

    .title-block-project {
        display: none;
    }

    .objects-inner .detail-information {
        max-width: 420px;
    }

    .services-detail {
        margin-top: 24px;
    }

    .wrapper.our-objects-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: block;
    }

    body .wrapper.our-objects-wrapper .swiper-pagination-bullet {
        margin: 0px 5px;
    }
}

@media screen and (max-width: 480px) {
    .block-projects-img {
        width: 324px !important;
        height: 242px !important;
    }

    .objects-inner .detail-information {
        width: 324px;
    }

    .title-block-project.mobile {
        width: 324px;
    }

    .wrapper.our-objects-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-bottom: 24px;
    }
}

/*Пагинация*/
.wrapper.our-objects-wrapper .swiper-pagination-bullet-active {
    background: white;
    outline: 1px solid #ffffff;
    outline-offset: 1px;
}

.wrapper.our-objects-wrapper .swiper-pagination-bullet {
    background: white;
    opacity: 1 !important;
}

/*Центрирование логотипов*/

.reviews-list .news-item .img-review {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    div.news-list.reviews-list .img-review img.preview_picture {
        max-height: 150px;
    }
}

.wrapper.wrapper-news .swiper-slide {
    display: inline-flex;
    flex-direction: column;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
.wrapper.wrapper-news .swiper-slide:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.wrapper.wrapper-news .swiper-pagination {
    display: none;
}

.swiper-button-next-custom {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 999;
    transform: rotate(180deg);
}

.swiper-button-prev-custom {
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 999;
}

@media screen and (max-width: 600px) {

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .wrapper.our-objects-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-bottom: 10px;
    }
}


/*Страница новостей*/

.ctm-page-newsbar {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ctm-page-newsbar .news {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0px;
}

.ctm-page-newsbar .news .item.col {
    max-height: 206px;
    display: grid;
    grid-template-columns: 280px 1fr;
    border-radius: 12px;
}

.ctm-page-newsbar .aprimary-descr-data--block {
    gap: 16px;
    height: 206px;
    padding: 32px;
    justify-content: flex-start;
    overflow: hidden;
}

.notmain .news .item .image {
    margin-bottom: 0px !important;
}

.ctm-page-newsbar .news .item .image a.clearfix {
    border-radius: 0px;
    height: 100%;
}

.ctm-page-newsbar .news .item .image img {
    border-radius: 12px 0px 0px 12px !important;
    object-fit: cover;
}

.ctm-page-newsbar .data-type_news--block {
    border-top: none !important;
    order: 1;
    padding: 0;
}

.ctm-page-newsbar .date {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.ctm-page-newsbar .name.aprimary {
    order: 2;
}

.ctm-page-newsbar .descr {
    order: 3;
    margin: 0;
    -webkit-line-clamp: 2 !important;
}

@media screen and (max-width: 1080px) {
    body .ctm-page-newsbar a.aprimary {
        -webkit-line-clamp: 3;
    }

    body .ctm-page-newsbar .descr {
        -webkit-line-clamp: 1 !important;
    }
}

.ctm-page-newsbar span.type_news {
    display: none;
}

.ctm-page-newsbar .descr a {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.ctm-page-newsbar a.aprimary {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
}

.ctm-page-newsbar .pagination.list-unstyled li.active a {
    background: #042D8D;
    color: white !important;
}

.ctm-page-newsbar .pagination>li>a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    transition: 0.3s ease;
    margin: 2px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: white !important;
    background-color: var(--main-hover);
}


html .pagination>li>a {
    color: var(--main);
    border-radius: 50%;
    transition: 0.3s ease;
	border-radius: 8px;
	border: 1px solid var(--main)
}

html .pagination>.active>a {
    color: #fff !important;
    background: var(--main);
}

html .pagination>li>a:hover {
    background:var(--main-hover);
    color:#fff;
}

@media screen and (max-width: 1090px) {
    .ctm-page-newsbar .news {
        display: grid !important;
    }

    .ctm-page-newsbar .news .item.col {
        grid-template-rows: 200px 1fr;
        grid-template-columns: initial;
        overflow: hidden;

    }

    .ctm-page-newsbar .news .item.col {
        max-height: initial;
    }

    .ctm-page-newsbar .news .item .image a.clearfix {
        height: 100%;
    }

    .ctm-page-newsbar .news .item .image img {
        border-radius: 12px 12px 0px 0px !important;
    }
}

.switching-btn {
    border-radius: 24px !important;
}

.switching-btn a {
    width: 80px !important;
}

nav.pag-place {
    display: flex;
    justify-content: center;
}

ul.pagination.list-unstyled {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

li.switching-btn {
    width: 80px;
    display: flex;
    justify-content: flex-end;
}


.news .item .data,
.news .item .image a.clearfix img {
    height: 100%;
}

/*Детальная страница новости*/

.newsdetail .pic img {
    max-height: 394px;
    max-width: 594px !important;
}

.newsdetail.container-opt {
    display: flex;
    flex-direction: column;
}

.newsdetail.container-opt .date__type--block {
    order: 1;
}

.newsdetail.container-opt .col.text {
    order: 2;
}

.newsdetail .pic {
    order: 3;
}

body .detailback {
    background: none;
    border: 1px solid var(--main);
    transition: 0.3s ease;
    border-radius: 8px;
}

.backshare .detailback span {
    color: var(--main);
}

a.detailback:hover {
    background: var(--main) !important;

}

a.detailback:hover span, 
.content-wrap a.detailback:hover  {
    color: #fff;
}

body .backshare .detailback span {
    padding-top: 0;
}

/*Страница услуг*/
body .gallery .item .image img {
    border-radius: 12px 12px 0px 0px;
    max-height: 203px;
}

.services-listcon .item-wrap {
    max-height: 300px;
}

body .gallery .item {
    margin: 0;
}

#breadcrumbs li {
    color: #797979;
}


body .gallery {
    margin: 0;
    padding: 0;
}

body .section-gallery__item img {
    max-height: 256px;
    max-width: 384px;
    height: 100%;
}

.notmain.not-products-page .col.maincontent.col-md-12 {
    padding: 0px;
}

.notmain.not-products-page .col.maincontent.col-md-12 .section-cover img {
    max-width: 384px;
}


.detail-gallery__item img {
    /* height: 100%;
    max-width: 384px;
    object-fit: cover; */

    height: 255px;
    width: 384px;
    object-fit: cover;

}

@media screen and (max-width: 1320px) {

    .section-gallery,
    .detail-gallery {
        overflow-x: scroll;
        padding-bottom: 20px;
        scrollbar-width: thin;
        display: flex;
        justify-content: flex-start !important;
    }

}

@media (max-width: 380px) {

    body #breadcrumbs li,
    #breadcrumbs .main a {
        font-size: 12px;
    }
}



a.clearfix {
    transition: 0.3s ease;
}

a.clearfix:hover {
    color: var(--main) !important;
}

/*Страница Общественные объединения*/
.objects-internal .objects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.objects-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.objects-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-color: #ccc;
    color: #333;
    text-decoration: none;
}

.objects-card__img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.objects-card__img img {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.objects-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #232323;
}

.objects-card__title:hover {
	color: var(--main-hover);
}

@media screen and (max-width: 768px) {
    .objects-internal .objects-grid {
        grid-template-columns: 1fr;
    }
}

.wrapper.our-objects-wrapper .objects-img img {
    border-radius: 0px;

}

/*Страница 404*/

.page_not_found .description {
    display: flex;
    flex-direction: column;
    color: black;
}

.back404 {
    text-align: center;
}

body .table-responsive {
    border: none;
}

@media screen and (max-width: 768px) {
    .content-wrap iframe {
        width: 100%;
    }
}

.row.staff.ruk-staff .col.col-md-12.name,
.row.staff.ruk-staff .col.col-md-12.description {
    color: black;
}

.to-top {
    z-index: 9;
}

.notmain.not-products-page table td,
.notmain.not-products-page table td a,
.notmain.not-products-page table td p,
.notmain.not-products-page table p span {
    font-size: 13px !important;
}

h3.red-titles {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 120%;
    color: red;
}

.maincontent table.habits>tbody>tr>td {
    border-left: 1px solid #D3D6DA !important;
}

.maincontent table.habits {
    border-left: none !important;
}

h3.blue-titles {
    text-align: start;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 120%;
    color: black !important
}

/*Страница подписки*/
.subscription .padleft {
    padding-left: 16px !important;
}


.field-wrap .rubric input[type="checkbox"]+label:before {
    font-size: 18px !important;
}

.subscription .btn.btn-primary {
    transition: 0.3s ease;
}

.subscription .btn.btn-primary:hover,
.subscription .btn.btn-primary:active,
.subscription .btn.btn-primary:focus {
    background: black;
    border-color: black;
}

body .btn-default:hover {
    background: black;
    border-color: black;
}

body .page_not_found {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    body .page_not_found {
        margin-bottom: 0px;
    }

    .descr_text404 {
        text-align: center;
    }

    .page_not_found .description {
        align-items: center;
    }
}

.c-tabs.container {
    padding: 0;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

a.tab-elem {
    padding: 29px 32px;
    background: white;
    border-radius: 12px;
    text-transform: uppercase;
    color: #282828;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

a.tab-elem:hover {
    background: var(--main);
    color: white;
}

.maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li:before {
    content: none !important;
}

ol.map-level-0 {
    color: #282828;
}

ol.map-level-0 a {
    padding-left: 20px;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

ol.map-level-0 a:hover {
    text-decoration: underline;
}

body ol>li:before {
    counter-increment: list;
    content: counter(list) ". ";
    margin: 0;
}

.maincontent .content-wrap ol li,
.maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li {
    padding-left: 0px !important;
    position: relative;
    margin-bottom: 0px !important;
    margin-top: 16px;
}


.map-columns ol,
.map-columns ul {
    margin: 0;
    padding-left: 20px;
}

.map-columns>ol.map-level-0 {
    list-style: decimal;
}

.map-columns ul {
    list-style: none;
}

.map-columns .map-level-2,
.map-columns .map-level-3 {
    display: none;
    margin-left: 20px;
}

.map-columns .toggle {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    cursor: pointer;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 2px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}


.map-columns .has-children.open>.toggle {
    transform: rotate(-135deg);
    margin-bottom: 0px;
}


@media screen and (max-width: 700px) {

    .maincontent .content-wrap ol,
    ol {
        padding-left: 10px !important;
    }

    ol.map-level-0 a {
        padding-left: 0px;
        font-size: 14px;
    }

    body ol>li:before {

        font-size: 14px;
        margin-top: 3px;
    }
}

body .btn-default {
    background: var(--main);
    border-color: var(--main);
	transition: all .3s ease;
}

html body .btn-default:hover {
    background-color: #005F30;
    border-color: #005F30;
}
html body .btn-default:focus, 
html body .btn-default:active{
	background-color: #004423;
    border-color: #004423;
}

.btn-primary:hover {
    background-color: var(--main) !important;
    border-color: var(--main) !important;
}

.vacancies .filter .btn.btn-default,
.faq .filter .btn.btn-default {
    border-color: var(--main) !important;
}

.content-wrap .gallery .item .image img {
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    h2.custom-lil-text {
        font-size: 18px;
    }
}

.products-page ul.nav-sidebar>li:last-child {
    border-bottom: none;
}


ul.nav-sidebar.catalog-nav-sidebar.nav.nav-list>li.dropdown-submenu.level-1:last-child>a:hover,
ul.nav-sidebar.catalog-nav-sidebar.nav.nav-list>li.dropdown-submenu.level-1:last-child>a:focus {
    border-radius: 0px 0px 11px 11px;
}

.col.col-md-12.form-group.field-wrap.file-wrap {
    margin-top: 0px;
}


nav.pag-place {
    margin-top: 52px;
}

a.btn.btn-default.black {
    transition: 0.3s ease;
}

a.btn.btn-default.black:hover {
    background-color: black !important;
    border-color: black !important;
}

input.btn.btn-primary.btn-group-lg {
    transition: 0.3s ease;
}

input.btn.btn-primary.btn-group-lg:hover {
    background-color: black !important;
    border-color: black !important;
}

.inner-topline {
    max-width: 100% !important;
}

body .subscription .field-wrap label {
    padding-left: 8px;
}

body .field-wrap .rubric input[type="checkbox"]+label:after {
    font-size: 14px;
}

body .field-wrap .rubric input[type="checkbox"]+label:before {
    font-size: 20px !important;
}

.wrapper input[type="radio"]:checked+label:before {
    font-size: 16px !important;
    top: 1px;
}

.wrapper input[type="radio"]+label:before {
    font-size: 16px !important;
    top: 1px;
}

.product-detail-card {
    cursor: pointer;
}

.col.catalog-element .owl-carousel .owl-stage-outer {
    max-width: 500px;
}

/* Photo Gallery (shortcode [photogallery]) */
.photo-gallery {
    margin-bottom: 40px;
}

.photo-gallery__title {
    margin-bottom: 12px;
}

.photo-gallery__desc {
    margin-bottom: 20px;
}

.photo-gallery__viewer {
    max-width: 921px;
    margin: 0 auto;
}

.photo-gallery__main {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    height: 616px;
}

.photo-gallery__main-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.photo-gallery__thumbs-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.photo-gallery__thumbs-nav .swiper {
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.photo-gallery__thumbs-nav .swiper-slide {
    width: auto;
}

.photo-gallery__arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #bbb;
	background: #EBEBEB;
    transition: color 0.2s;
	border-radius: 100%;
}

.photo-gallery__arrow:hover {
    color: #333;
}

.photo-gallery__arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.photo-gallery__thumb {
    width: 110px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
	padding: 2px;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.photo-gallery__thumb.active {
   border-color: var(--main);
}

.photo-gallery__thumb:hover {
    border-color: var(--main-hover);
}

.photo-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 8px;
}

.photo-gallery__hidden-link {
    display: none;
}

@media (max-width: 767px) {
    .photo-gallery__main {
        height: 250px;
    }

    .photo-gallery__thumb {
        width: 70px;
        height: 50px;
    }
}

/* Video embed (shortcode [video]) */
.video-embed {
    position: relative;
    max-width: 920px;
    margin: 0 auto 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
}

.video-embed iframe,
.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed--file {
    background: #000;
}

.video-embed--file video {
    object-fit: contain;
}

/* Accordion list (shortcode [accordion]) */
.accordion-list {
    max-width: 800px;
    margin: 0 auto 40px;
}

.accordion-list__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
}

.accordion-list__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.accordion-list__item {
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
	background: #fff;
}

.accordion-list__item:hover {
   
}

.accordion-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    gap: 16px;
	 box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	 border-radius: 8px;
}

.accordion-list__header:hover {
    
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.accordion-list__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #666;
}

.accordion-list__item.open .accordion-list__icon {
    transform: rotate(180deg);
}

.accordion-list__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-list__content {
    padding: 32px;
}

@media (max-width: 767px) {
    .accordion-list__header {
        padding: 14px 16px;
        font-size: 15px;
    }

    .accordion-list__content {
        padding: 0 16px 16px;
        font-size: 14px;
    }
	.left-alert > img {width: fit-content;} 
	.left-alert {flex-direction: column}
}

/* Иконки контактов для визуального редактора */
.icon-phone,
.icon-fax,
.icon-email,
.icon-address,
.icon-contract {
    display: inline-block;
    padding-left: 28px;
    min-height: 24px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
}

.icon-phone {
    background-image: url(/local/templates/cor/img/phone-svg.svg);
}

.icon-fax {
    background-image: url(/local/templates/cor/img/fax-svg.svg);
}

.icon-email {
    background-image: url(/local/templates/cor/img/mail-svg.svg);
}

.icon-address {
    background-image: url(/local/templates/cor/img/location-svg.svg);
}

.icon-contract {
    background-image: url(/local/templates/cor/img/icon-doc.svg);
}

.content-wrap .icon-contract > a {color:#000; text-decoration:underline}
.content-wrap .icon-contract > a:hover {text-decoration:none}

/* Шорткод [photogallery_ba] — Фотогалерея До/После */
.photo-gallery-ba {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 24px 0;
}

.photo-gallery-ba__col {
    position: relative;
	min-width: 0;

}

.service-detail__text

.photo-gallery-ba__label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    background: var(--main, #2D8C3C);
    color: #fff;
    padding: 4px 16px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
	height: 54px;
	width: 103px;
	display: inline-flex;
	justify-content:center;
	align-items: center;
}

.photo-gallery-ba .photo-gallery__main {
    border-radius: 16px;
    overflow: hidden;
}

.photo-gallery-ba .photo-gallery__main-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .photo-gallery-ba {
        grid-template-columns: 1fr;
    }
}

.product-text ol>li {
    font-size: 14px;
}

.internet-resources .swiper-slide {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    border-radius: 16px;
	background: #fff;
}

.footer-logo .logo {
    font-weight: 600;
}

.footer_copyright .container .copyright-block {
    font-size: 14px;
}

/*---*/
/* верхний уровень меню */
.main-menu-nav > li.dropdown.lvl1 {
    position: relative;
}

/* линия под конкретным пунктом */
.main-menu-nav > li.dropdown.lvl1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: var(--main);
    display: none;
    border-radius: 1px 1px 0px 0px;
	display: none;
}

.h-upline.left .title p{
    margin: 0;
}

body .swiper-pagination-bullet {opacity: 1;background: #E0E0E0;}
body .swiper-pagination-bullet-active {background: #017A3F; position: relative;}
body .swiper-pagination-bullet-active:before {
	content: ""; 
	display: block; 
	position: absolute; 
	width: 14px; 
	height: 14px; 
	border-radius: 100%; 
	border: 2px solid #017A3F;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1366px) {
	header .form-link {margin: 0 1px;}
}
@media (max-width: 1480px) {
	.service-grid {gap: 30px}
	body .wrapper .swiper-horizontal .swiper-button-next {right:-10px}
	body .wrapper .swiper-horizontal .swiper-button-prev {left: -10px;}
	
}

@media (min-width: 991px) and (max-width: 1480px) {
	body .search-open .input-group .form-control {width: 429px;}
}

@media (min-width: 991px) and (max-width: 1280px) {
	.wrapper-advantages .info .number-unit, body .wrapper-advantages .info .name {font-size: 50px;}
	body .wrapper.wrapper-advantages .advantageslistcol {    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
	body .main-menu-nav .dropdown > .dropdown-toggle p {font-size:11px}
}
@media (max-width: 1200px) {
    .container {padding: 0 24px }
    .header-custom-container>.h-upline:after, .service-card:after,  .header-contacts, .service-tab-content, body .to-top {
        display: none;
    }
	
    .h-upline.left .title{
        display: block;
		line-height:0.8;
    }
    .h-upline .header-content {padding: 15px 24px;}
    header .he-upline.center{
        position: unset;
		order: 1;
		transform: unset;
    }
	header .h-upline.left {order: 2}
	header .he-upline.right {order: 3}
	body .swiper-horizontal .swiper-button-next,
	body .swiper-horizontal .swiper-button-prev  {display: none;}
	.main-slider-wrapper .slick-dotted.slick-slider {margin-bottom: 0;}
	.header-logo > img {width: 36px}
	body .top_block .title_block {font-size: 20px;line-height: 1.2}
	body.main-body > .wrapper .wrapper {padding: 40px 0;}
	body .main-slider-wrapper .text_box {left: 0;}
	body .top_block, .wrapper-changes .top_block {margin-bottom: 32px;}
	body .wrapper .wrapper:has(.swiper-container)  .top_block {margin-bottom: 12px;}
	body .main-slider-wrapper .text_box, body .container {padding: 0 24px;} 
	.main-slider-wrapper .slider-dots {justify-content: center;}
	body .service-grid, body .swiper-pagination, .wrapper.wrapper-news .swiper-pagination {
        display: block;
    }
	body .service-tabs {
        max-height: none;
        overflow-y: visible;
    }	
	.mainabout, body .wrapper-advantages .top_block {
		text-align: center;
	}
	.schedule-slider .slider-nav .name {font-size: 20px;}
	.mobile-link {pointer-events: auto; }
	.swiper-container.internet-resources, body .partners-wrapper, body .news-wrapper {margin: 0 -24px;}
	.main-slider-wrapper .slider-main .img_box img {min-height: 576px;}
	body.main-body > .wrapper .wrapper:has(.swiper-container) {padding-bottom: 20px;}
	body .partners-wrapper .swiper-container, .swiper-container.internet-resources, body .news-wrapper .swiper-container {padding-right: 24px; padding-left: 24px;padding-bottom: 44px;}
}

@media (max-width: 992px) {
    .h-upline.left .title p {
        font-size: 14px;
    }
	.schedule-slider .slider-nav .name {font-size: 14px;} 
    header .title .slogan{
        font-size: 12px;
    }
	body .top_block .name-block {flex-direction: column; gap: 24px;} 
	body .all-news-link {position: unset;}
	.container-footer {
        gap: 32px;
        flex-direction: column;
        align-items: flex-start;
		padding: 32px 0 0;
    }
}

@media (max-width: 410px) {
    header .slogan{
        font-size: 12px !important;
    }

    .h-upline.left .title p{
        font-size: 13px;
    }
}