.page-head__press-center li a.active, .page-head__categories li a.active {
    color: #ef7f1a;
}
.page-head__nav  * {
font-size: 14px;
    line-height: 214%;
    margin-bottom: 30px;
    color: #bcadad;
}
.page-head__press-center li a.active::after, .page-head__categories li a.active::after {
  width: 100%;
}

.d-flex{
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.input-filter{
    padding: 10px 10px;
}

.filter-section{
    margin-bottom: 20px;
}



.catalog-filter__type {
    box-sizing: border-box;
    word-break: break-word;
	opacity:1
}
@media (min-width: 1024px){
.catalog-filter__type {
    width: 200px !important;
    min-height: 200px;
}
}
.catalog-filter__type {
    margin-right: 24px;
    margin-bottom: 24px;
    height: auto;
}
.catalog-filter__type img {
	height:100px;
    object-fit: contain;
}
.filter__tab-content .input-filter:first-child {
	padding:7px 15px;
	width:20%;
	margin-right:60% ;
	line-height:100%;
}
.filter__tab-content .input-filter:last-child {
	padding:7px 15px;
	width:20%;
	line-height:100%;

}
.catalog-items__inner {
	max-width:100%;
}
.catalog-items__img {
	text-align:center;
}
.card__tabs-btn>a {
	padding:15px 40px;	
}
.card__table table {
	width:100%
}
.card__extra-item a.btn {
	margin-top:1em;
	margin-bottom:2em;
}
.btn--card--small {
    padding: 7px 0;
    font-size: 14px;
    font-weight: normal;
}
.card__extra-item .btn--card--small {
	max-width:130px;
	margin-lefT:auto;
	margin-right:auto;
}
.card-head .article-section__back-btn {
	margin-bottom:33px;
}

.catalog-filter {
	border-bottom:0px;
	padding-bottom:30px;
}
.row {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	.col-lg-6 {
		width:100%;
	}

@media (min-width: 960px){
	.col-lg-6 {
		width:50%;
	}
}

@media (max-width:960px){
	.btn {
		font-size:14px;
	}
	.filter-section .form input{
		font-size:14px;
	}
}

.card__btn:last-child {
	margin-top:20px;
}
.catalog-inner-head__inner {
	max-width:100%;
}
.catalog-inner-head__title {
    margin-bottom: 30px;
}

.catalog-inner-head__text {
	padding-right:5%
}
a#loadMore {
	display:block;
	margin:20px auto;
	width:250px;
}
.sidebar__search input {
	margin:0px;
	line-height:100%;
	padding:  0 0  9px 28px;
}

@media (max-width:1024px) {
body.inner .header__inner > .header__logo {
	display:none;
}
}

.hero::before {
  background-color: rgba(55, 58, 70, .41);
}
.page-head__nav--grey li:last-child a {
    color: #282a2e;
}
.quote__img img {
	border-radius:0px;
}

.cart-balance {
    color: #ef7f1a;
    margin-left: 9px;
    margin-top: -10%;
}
.activeBalance span {
    color: #fff;
}
.activeBalance svg path {
    fill: #ef7f1a;
}

#button.show, #calculator.show {
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 1;
    visibility: visible;
}
#button, #calculator {
    display: inline-block;
    background-color: #ef7f1a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1000;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
#button:after, #calculator:after {
    background: url(/local/assets/images/dist/arrow-up.svg) center no-repeat !important;
    content: "";
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 0;
    background-size: cover !important;
}
.page-head__nav li:last-child a{
    color: #fff
}
.page-head__nav--grey li:last-child a {
    color: #282a2e;
}


.sidebar__city-select-wrapper {
  width: 88%;
}
.sidebar__city {
  border: 1px solid #373b43;
padding:3px 0px;
}

.sidebar__city-select {
	width:100%
}

.cart__download{
    margin-top: 12px;
}

.calc-form__col textarea {
    height: auto;
}

.calc-form__policy a{
    text-decoration: underline;
}

.load_file_form{
    display: block;
    margin-bottom: 15px;
}

.mb-10{
    margin-bottom: 10px;
}

.cart__form-file label span {
    margin-left: 0;
}

.vacancy__quote-text {
    position: relative;
    z-index: 3;
    font-style: italic;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 26px;
}
.vacancy__quote-text::before {
    position: absolute;
    content: '';
    background-image: url(..//images/dist/quotes.svg);
    width: 130px;
    height: 112px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -102px;
    top: -27px;
    z-index: -1;
}
.vacancy__img {
    flex-shrink: 0;
    max-width: 250px;
    width: 100%;
}
.d-block {
    display: block;
}

.swiper-slide .news__item {
    width: 100% !important;
    margin: 0 !important;
}
.slider-btn {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background-color: #282a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
}
.slider-btn::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-right: 3px solid #ef7f1a;
    border-bottom: 3px solid #ef7f1a;
}
.slider-three__prev {
    left: -56px;
}
.slider-three__prev::after {
    transform: rotate(135deg);
    margin-left: 8px;
}
.slider-three__next {
    right: -56px;
}
.slider-three__next::after {
    transform: rotate(-45deg);
    margin-right: 8px;
}
.slider-wrapper {
    position: relative;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-60 {
    margin-bottom: 60px;
}

@media (max-width:1460px) {
    .slider-three__next {
        right: -20px;
    }
    .slider-three__prev {
        left: -20px;
    }
}
@media (max-width:576px) {
    .slider-btn {
        width: 32px;
        height: 32px;
    }
    .slider-btn::after {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
}

ol {
    counter-reset: myCounter;
    padding: 0;
}
.list_number li {
    list-style: none;
    margin: 12px 0;
    padding-left: 30px;
    position: relative;
}
.list_number li::before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    color: #ef7f1a;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
.delivery-grid__item {
    display: flex;
}

@media (max-width:768px) {
    .delivery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
}

.main,
.footer {
    padding-left: 250px;
}
@media (max-width: 1024px) {
    .footer, .main {
        padding-left: 0;
    }
}




.heading1 {
    font-size: 50px;
}
.heading2 {
    font-size: 32px;
    line-height: 125%;
}
.heading1,.heading2 {
    font-family: RFDewiExpanded-Ultrabold, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .01em;
	margin: 20px 0;
    line-height: 125%;
}

.mb-50 {
	margin-bottom:50px;
}


@media (max-width: 768px) {
    .heading1, .heading2 {
        word-break: break-word;
    }
}
@media (max-width: 1280px) {
    .heading1 {
        font-size: 31px;
    }
}
.card__tabs-btn>a>h2 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #515658;
	padding:0px;
	margin:0px;
font-family: Ubuntu, sans-serif;
text-transform:none;
}
h2.news__name, h2.article__name, h2.video__caption {
font-family: Ubuntu, sans-serif;
text-transform:none;

}
.video__caption {
font-size: 16px;
}

.contacts__title h2, .contacts__key h2 {
font-size: 16px;
font-family: Ubuntu, sans-serif;
text-transform:none;
    font-weight: 300;
	padding:0px;
	margin:0px;
}
.card__tabs-content-item h2 {display:none;}

.card__sliders {
    position: relative;
}
.catalog-items__item {
    position: relative;
}
.card__bage-track {
    position: absolute;
    top: 16px;
    right: 16px;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    z-index: 5;
}
.catalog-items__bage-track {
    position: absolute;
    top: 14px;
    right: 94px;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    z-index: 5;
}
.card__bage {
    display: inline-block;
    padding: 2px 6px;
    background-color: #ef7f1a;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}
.catalog-items__download-link {
    margin-top: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 1px;
    font-weight: 400;
    color: #ef7f1a;
}
.catalog-items__download-link svg {
    margin-right: 6px;
}
.catalog-items__download-link:hover {
    color: #ef7f1a;
}

@media (max-width: 570px) {
    .hero__container {
        padding-top: 120px;
        padding-bottom: 90px;
    }
    .hero__title {
        max-width: 100%;
    }
    .heading1 {
        font-size: 20px;
    }
    .hero__overlay-mob {
        bottom: -340px;
    }
    .heading2 {
        font-size: 22px;
    }
    h1.card__title {
    font-size: 17px;
    letter-spacing: 0;
    }
    .card__title {
        margin-bottom: 30px;
    }
    .catalog-filter__type {
        width: 100%;
    }
    h1 {
     font-size: 17px;   
    }
    h2 {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .heading1 {
        font-size: 17px;
    }
}

.card__slider-bage {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 86px !important;
}
.catalog-items__best {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 68px;
    z-index: 2;
}

/* styles for landing start */
.container_fluid {
    max-width: 1280px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}


.hero.__landing::before {
    display: none;
}
.hero__content {
    max-width: 626px;
    width: 100%;
}
.hero.__landing .hero__btn svg {
    transform: rotate(90deg);
}
.landing-slider-section {
    padding: 120px 0;
}
.product-card {
    height: 100%;
    padding: 30px;
    border: 1px solid #C7CBD8;
    box-shadow: 4px 1px 15px 2px rgba(102, 58, 140, 0.2);
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.25s;
}
.product-card__img {
    width: 100%;
    position: relative;
    padding-top: 110%;
    border-radius: 12px;
    margin-bottom: 26px;
    border: 1px solid #721ABE;
    transition: border-color 0.25s;
}
.product-card__img::after {
    position: absolute;
    content: '';
    width: 80%;
    height: calc(100% + 2px);
    background-color: #fff;
    top: -1px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.product-card__img::before {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: 82%;
    background-color: #fff;
    top: 50%;
    right: -1px;
    left: -1px;
    transform: translateY(-50%);
    z-index: 1;
}
.product-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
}
.product-card__title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 36px;
    transition: color 0.25s;
}
.product-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-card__link span {
    color: #7E7F88;
    font-size: 18px;
}
.product-card__arrow svg path {
    transition: fill 0.25s;
}
.product-card:hover {
    box-shadow: 4px 1px 15px 11px rgba(102, 58, 140, 0.2);
}
.product-card:hover .product-card__title {color: #721ABE;}
.product-card:hover .product-card__img {border-color: #721ABE;}
.product-card:hover .product-card__arrow svg path {fill: #721ABE;}

.swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.landing-slider__controls-wrp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 26px;
}
.landing-slider__controls {
    display: flex;
    justify-content: flex-end;
    margin-left: 26px;
}
.landing-slider__btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #E6E2E2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: border-color 0.25s;
}
.landing-slider__btn::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #721ABE;
    border-bottom: 2px solid #721ABE;
    transform: translateX(-1px) rotate(-45deg);
}
.landing-slider__prev {
    margin-right: 8px;
}
.landing-slider__prev::after {
    transform: translateX(2px) rotate(135deg);
}
.landing-slider__btn:hover {
    border-color: #721ABE;
}
.landing-about-section {
    padding-bottom: 120px;
}
.landing-about__top-text {
    font-size: 38px;
    line-height: 1.26;
    font-weight: 700;
    letter-spacing: 0.38px;
    font-family: RFDewiExpanded-Ultrabold, sans-serif;
    margin-bottom: 90px;
}
.landing-about__accent {
    text-transform: uppercase;
    color: #ef7f1a;
}
.landing-about__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}
.landing-about__grid-item:nth-child(1) {
    grid-area: 1 / 1 / 5 / 2;
    height: calc(100% - 32px);
    width: 460px;
}
.landing-about__grid-item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
}
.landing-about__grid-item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 4;
    height: 418px;
}
.landing-about__grid-item:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
    height: 300px;
}
.landing-about__grid-item:nth-child(5) {
    grid-area: 3 / 3 / 4 / 4;
    height: 300px;
}
.landing-about__grid-item {
    position: relative;
}
.landing-about__grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.cta-section {
    padding: 50px 0;
    background-color: #1E1E24;
}
.cta__wrapper {
    display: flex;
    align-items: flex-end;
}
.cta__big-text {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.19;
    margin-bottom: 28px;
}
.cta__text {
    font-size: 18px;
    color: #fff;
}
.cta__btn {
    max-width: 382px;
    width: 100%;
    height: 118px;
    margin-left: 80px;
}
.landing-benefits {
    padding: 80px 0;
    background-color: #E8E9EA;
}
.landing-benefits .benefits__icon {
    margin-bottom: 22px;
    border: none;
    width: 50px;
    height: 50px;
    background-color: transparent;
}
.landing-benefits .benefits__item {
    margin: 20px 25px;
}

.modal-callback {
    max-width: 470px;
    width: 100%;
    background-color: #E8E9EA;
    border-radius: 10px;
    padding: 50px 42px;
}
.modal-callback__title {
    font-size: 21px;
    margin-bottom: 9px;
}
.modal-callback__text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 23px;
}
.modal-callback__form-item {
    margin-bottom: 12px;
}
.modal-callback__policy {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
}
.modal-callback__policy-link {
    text-decoration: underline;
}
.modal-callback__checkbox {
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 8px;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 34px;
    row-gap: 80px;
}
.benefits-grid__item {
    width: calc(33.333% - 23px);
}
.benefits-grid__item.__bg-orange {
    background-color: #ef7f1a;
    border-radius: 26px;
    color: #fff;
    font-size: 23px;
    padding: 30px;
    letter-spacing: -0.69px;
}

@media (max-width: 1200px) {
    .landing-about__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
    .landing-about__grid-item:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2;
        height: auto;
        width: auto;
    }
    .landing-about__grid-item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
    .landing-about__grid-item:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
        height: 418px;
    }
    .landing-about__grid-item:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2;
        height: 300px;
    }
    .landing-about__grid-item:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3;
        height: 300px;
    }
    .benefits-grid__item.__bg-orange {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .cta__wrapper {
        display: block;
    }
    .cta__btn {
        margin-top: 32px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .benefits-grid {
        display: flex;
        flex-wrap: wrap;
        column-gap: 26px;
        row-gap: 60px;
    }
    .benefits-grid__item {
        width: calc(50% - 13px);
    }
}

@media (max-width: 640px) {
    .hero.__landing .hero__title {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .landing-benefits .benefits__item {
        margin: 10px 8px;
    }
    .landing-slider__controls-wrp {
        display: block;
        margin-bottom: 8px;
    }
    .landing-about__top-text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 32px;
    }
    .cta__btn {
        height: 60px;
        max-width: 100%;
    }
    .landing-about__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .landing-about__grid-item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
        height: 400px;
        width: auto;
    }
    .landing-about__grid-item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 3;
    }
    .landing-about__grid-item:nth-child(3) {
        grid-area: 3 / 1 / 4 / 3;
    }
    .landing-about__grid-item:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
        height: 180px;
    }
    .landing-about__grid-item:nth-child(5) {
        grid-area: 4 / 2 / 5 / 3;
        height: 180px;
    }
    .cta__big-text {
        font-size: 22px;
        line-height: 1.02;
    }
    .container_fluid {
        padding: 0 15px;
    }
    .landing-benefits {
        padding: 50px 0;
    }
    .product-card {
        padding: 10px;
    }
    .product-card__title {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .hero.__landing .hero__subtitle {
        font-size: 16px;
    }
    .landing-slider-section {
        padding: 60px 0;
    }
    .product-card__img {
        margin-bottom: 16px;
        border-radius: 6px;
    }
    .landing-about-section {
        padding-bottom: 60px;
    }
    .modal-callback {
        padding: 30px 20px;
    }
    .benefits-grid {
        column-gap: 0;
        row-gap: 24px;
    }
    .benefits-grid__item {
        width: 100%;
    }
    .landing-about__grid-text {
        font-size: 14px;
        line-height: 23px;
    }
}



/* styles for landing end */