body, html {
    overflow-x: hidden;
}

body .bx-wrapper a {
    /*color: var(--bs-primary-color);*/
    /*margin-right: 5px;*/
}

body .bx-wrapper a:last-child {
    margin-right: 0;
}

body .bx-wrapper {
    color: #414042;
}

body h1 {
    font-weight: bold;
    font-size: 46px;
    line-height: 58px;
}

body h2 {
    font-size: 34px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px;
}


h1.visible {
    position: relative;
    z-index: 1;
    width: initial;
    max-width: 100%;
    font-size: 32px;
}


body h1 span {
    color: var(--bs-primary-color);
    margin: 0 0 19px;
}

body h3 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 22px;
}

button, button:hover, button:active, button:focus {
    outline: none;
}

.section {
    padding: 60px 0;
}

#mob-button {
    display: none;
}

.bx-wrapper {
    position: relative;
}

.bx-header {
    position: relative;
    z-index: 1000;
    background: white;
    box-shadow: inset 0 -1px 0 #eaeaea;
    border-radius: 0 0 50px 50px;
}

.bx-content.col {
    /* padding: 0; */
}

.header-row {
    display: flex;
    height: 131px;
    align-items: center;
    margin-bottom: 0;
}

.header-row .searh {
    max-width: 350px;
    width: 540px;
}

#title-search-input {
    border: 1px solid #939393;
    /*background-image: url(/include/searh.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 15px 9px;*/
    /*background-size: 17px;*/
    /*background-blend-mode: inherit;*/
    transition: 0.3s;
    border-radius: 4px;
}

#title-search-input:active,
#title-search-input:focus {
    box-shadow: 0px 0px 9px 2px rgba(71, 194, 199, 0.82);
    border: 1px solid var(--bs-primary-color);
}

#title-search-input.transparent {
    background-blend-mode: color;
}

.header-row .searh button {
    /*display: none;*/
}

.header-row .bx-header-contact {
    order: 3;
    margin-left: auto;
}

.header-row .svg {
    margin-right: 20px;
}

.bx-header-phone-block {
    margin-right: 110px;
}

.bx-header-logo {
    /*margin-right: 65px;*/
}

.header-row .bx-header-contact a,
.header-row .bx-header-phone-number {
    /*font-size: 24px;*/
    /*line-height: 30px;*/
    font-weight: normal;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.header-row .bx-header-contact a:hover,
.header-row .bx-header-phone-number:hover {
    color: var(--bs-primary-color);
}

.bx-top-nav-container {
    padding: 0;
}

.bx-nav-list-1-lvl {
    display: flex;
    padding: 20px 41px 20px;
    justify-content: flex-start;
    background: var(--bs-primary-color);
    overflow: visible;
    column-gap: 20px;
}

.bx-nav-2-lvl-container {
    /*background: var(--bs-primary-color) !important;*/
    margin-top: 25px;
    left: -20%;
    padding: 5px 15px;
    width: max-content;
    position: absolute;
    top: calc(100% - 5px);
    z-index: 999;
    display: flex;
    opacity: 1;
    height: auto;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    transition: 0.3s;
}

.bx-nav-2-lvl-link:hover span {
    border-bottom: 2px solid var(--bs-primary-color);
}

.bx-nav-3-lvl-link {
    display: block;
    padding: 4px 20px 4px 24px;
    border-bottom: none;
    color: #555 !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
}

.bx-nav-3-lvl-link.bx-active, .bx-nav-3-lvl-link:hover {
    background: #f0f0f0;
    color: #555;
    text-decoration: none;
}

.bx-nav-1-lvl {
    /*z-index: 200;*/
}

.bx-nav-1-lvl::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    background: transparent;
    top: -20%;
    left: -20%;
    z-index: -1;
    transition: 0.3s;
}

.bx-nav-1-lvl.bx-active,
.bx-nav-1-lvl.bx-hover {
    color: #fff;
}

.bx-nav-1-lvl.bx-active::before,
.bx-nav-1-lvl.bx-hover::before {
    background: #414042;
}

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container {
    height: auto;
    max-height: 700px;
    padding: 12px;
    background: white;
}

.bx-nav-list-2-lvl {
    background: #fff;
    padding: 0;
}

.bx-nav-2-lvl {
    padding: 8px 0;
}

.bx-nav-2-lvl:hover {
    /*background: var(--bs-primary-color);*/
}

.bx-nav-2-lvl:hover .bx-nav-2-lvl-link-text {
    /*color: #fff;*/
}

.bx-nav-2-lvl-link-text {
    font-size: 20px;
    line-height: 28px;
    color: var(--bs-primary-color);
    font-weight: 500;
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
    color: var(--bs-primary-color);
    background: transparent;
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link, .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
    box-shadow: none;
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after, .bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before {
    background-color: var(--bs-primary-color);
}

.header-row .bx-logo-block {
    height: auto;
}

.header-row .bx-logo-block img {
    width: 200px;
    max-height: initial;
}

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link, .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link, .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl-link,
.bx-nav-1-lvl > a span {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    background: transparent;
    text-transform: none;
}

.footer-about {
    display: flex;
    flex-direction: column;
}

footer h3 {
    color: #FFFFFF;
    opacity: 0.4;
}

.footer-about p {
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin: 0 0 15px;
    max-width: 73%;
}

.bx-footer-logo {
    margin-top: 0;
    display: block;
}

.bx-footer .coryright {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #B7B7B7;
    margin: 0;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu .nav-link {
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
}

.footer-menu .nav-link:hover {
    color: var(--theme-b-link-hover) !important;
}

.footer-contacts p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}

.footer-contacts a {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    display: block;
    margin: 0 0 20px;
}

.footer-contacts a svg {
    margin-right: 20px;
}

.footer-contacts a svg path {
    fill: #fff
}

.footer-contacts a:hover svg path {
    fill: var(--theme-b-link-hover);
}

.overlay.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--bs-primary-color);
    opacity: 0.4;
    z-index: 3;
    top: 0;
    left: 0;
}

#pagetitle {
    display: none;
}

.bx-menu-button-mobile {
    display: none !important;
}

.bx-basket-fixed {
    display: none;
}

.mob-menu {
    display: none;
}

.hidden-lg {
    display: none;
}

.hidden-sm {
    display: block;
}



.blue-button {
    background: var(--bs-primary-color);
    color: #fff;
    padding: 10px;
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    border: 7px solid var(--bs-primary-color);
    transition: 0.3s;
    text-decoration: none;
}

.blue-button:hover {
    color: var(--bs-primary-color);
    background: transparent;
    border: 7px solid var(--bs-primary-color);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
}

.main-block button {
    margin-top: 50px;
}

div.news-list img.preview_picture {
    margin: 0;
}

.main-block-img {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.main-block-text {
    position: relative;
    z-index: 2;
}

/*.main-block-img::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 180px;
    left: 0;
    top: 17px;
    background: var(--bs-primary-color);
    opacity: 0.6;
    z-index: -1;
}

.main-block-img::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 180px;
    left: 0;
    bottom: 143px;
    background: var(--bs-primary-color);
    opacity: 0.6;
    z-index: 1;
}*/

.warehouse-block .main-block-img::after {
    bottom: 43px;
}

.catalog-section-list-item-inner .description,
.catalog-section-list-item .detail {
    display: none;
}

.catalog-section-list-item-inner .description,
.catalog-section-list-item .detail {
    display: none;
}

.decisions-slider .catalog-section-list-item-inner .description,
.decisions-slider .catalog-section-list-item-inner .detail {
    display: block;
}

.decisions-slider .detail {
    width: max-content;
    margin-top: auto;
    margin-right: auto;
    margin-left: 30px;
}

.decisions-slider {
    position: relative;
    /*padding: 0 125px;*/
    overflow: hidden;
}

.decisions-wrap .catalog-preview {
    display: none;
}

.decisions-slider .swiper-container {
    padding: 0 10px;
}

.decisions-slider ul {
    display: flex;
    position: relative;
    /*width: max-content;*/
    top: 0;
    left: 0;
    transition: 0.3s;
    flex-wrap: nowrap;
    margin: 0;
}

.decisions-slider .catalog-section-list-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    color: #939393;
    transition: 0.3s;
    margin-top: 85px;
    height: auto;
    border: none;
    padding-bottom: 30px;
}

.decisions-slider .catalog-section-list-tile-img-container {
    height: 378px;
    width: 100%;
    overflow: hidden;
}

.decisions-slider .catalog-section-list-tile-img-container a {
    height: 100%;
    width: auto;
    padding: 0;
    background-size: contain;
}

.decisions-slider .catalog-section-list-item-inner {
    padding: 30px;
    padding-bottom: 0;
    width: 100%;
}

.decisions-slider .catalog-section-list-item-title {
    text-align: left;
    margin-bottom: 25px;
    text-decoration: none;
    font-size: 22px;
}

.decisions-slider .catalog-section-list-item:hover .catalog-section-list-item-img {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.decisions-slider .catalog-section-list-item:hover {
    background: var(--bs-primary-color);
    color: #fff;
    box-shadow: 1px 2px 20px 3px rgba(0, 0, 0, 0.13);
}

.decisions-slider .catalog-section-list-item:hover .catalog-section-list-item-title a,
.decisions-slider .catalog-section-list-item:hover .detail {
    color: #fff !important;
}

.decisions-slider .swiper-button-prev,
.decisions-slider .swiper-button-next {
    width: 100px;
}

.decisions-slider div[role="button"]:active,
.decisions-slider div[role="button"]:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.decisions-slider .swiper-button-prev::after,
.decisions-slider .swiper-button-next::after {
    content: none;
}

.decisions-slider .swiper-button-prev svg,
.decisions-slider .swiper-button-next svg {
    padding-top: 50px;
}

.decisions-wrap button svg {
    width: 45px;
    height: 25px;
}

.decisions-slider .blue-button {
    position: relative;
    margin: auto;
}

.advantages {
    /*padding-bottom: 0;*/
}

.advantages-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    margin-top: 80px;
}


/*.advantages-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 225px;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgba(71, 194, 199, 0.7);
}*/

.advantages-item:nth-child(1)::before,
.advantages-item:nth-child(3)::before {
    width: 200%;
}

.advantages-item:nth-child(2)::before,
.advantages-item:nth-child(4)::before {
    width: 125%;
    left: 0;
}

.advantages-item {
    text-align: center;
}

.advantages-item img {
    height: 90px;
    width: auto;
    margin: 0 auto;

}

.advantages-item__image {
    position: relative;
}

.advantages-item__image:before {
    border-radius: 50%;
    position: absolute;
    content: " ";
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background: linear-gradient(186deg, #6de1efad, #ae02fe7d);
}

.advantages-item p {
    font-weight: 500;
    font-size: 25px;
    /*line-height: 140%;*/
    /*color: #414042;*/
    margin: 40px 0 0;
}

.advantages p.desc {
    font-size: 24px;
    line-height: 37px;
    font-weight: normal;
    color: #414042;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 47px;
}

.advantages .grey-headline::before {
    content: none;
}

.advantages h2 {
    text-align: center;
}

.advantages .grey-headline {
    opacity: 0.07;
}

.advantages .grey-headline.top {
    margin-left: 0;
    margin-bottom: -28px;
    margin-top: 150px;
}

.advantages .grey-headline.bottom {
    margin-top: -28px;
}

.partners {
    overflow: hidden;
    position: relative;
    padding-bottom: 120px;
    transition: 0.3s;
}

.partners font {
    display: none;
}

.partners .blue-button {
    text-align: center;
    margin: auto;
}

.partners .news-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 50px;
}

.partners .news-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 67px 0;
    padding-left: 25%;
    padding-right: 25px;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
}

.partners .news-image {
    height: 100%;
}

.partners .news-item.news-item-right {
    padding-right: 25%;
    padding-left: 25px;
}

.partners .news-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    display: flex;
    justify-content: center;
}

.partners .news-item.news-item-right .news-image {
    right: 0;
    left: auto;
}

.partners .news-image img.preview_picture {
    height: auto;
    width: 100%;
    margin: auto;
}

.partners .news-item b,
.partners .news-item a {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #414042;
    text-decoration: none;
    display: block;
}

.partners .news-item b {
    margin-bottom: 10px;
}

.partners .news-item a.detalied {
    order: 1;
    font-weight: 500;
    font-size: 22px;
    line-height: 155%;
    text-decoration-line: underline;
    color: var(--bs-primary-color);
    margin: 48px 0 0;
}

.partners .show-all {
    position: absolute;
    bottom: 60px;
    margin: auto;
    left: 0;
    right: 0;
    width: max-content;
    cursor: pointer;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.partners.tabs .show-all {
    bottom: 60px;
}

.partners .show-all::after {
    content: '';
    position: absolute;
    left: -40px;
    right: 59.06%;
    top: 12px;
    bottom: 25.53%;
    background: transparent;
    transform: rotatex(180deg);
    width: 12px;
    transition: 0.3s;
    height: 8px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--bs-primary-color);
}

.partners .show-all.active::after {
    transform: rotatex(0);
}

.news .news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    margin-top: 100px;
}

.news .news-item {
    display: inline-flex;
    flex-direction: column;
    width: calc(33.3% - 70px);
    margin: 0 35px;
}

.news small {
    display: none;
}

.news .news-item .preview_picture {
    width: 100%;
    margin: 0;
    height: auto;
}

.news .detalied {
    display: none;
}

.news a {
    text-decoration: none;
}

.news a.news-image {
    max-width: 100%;
}

.news b {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #414042;
}

.news .news-date-time {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #414042;
}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list {
    padding-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 55%;
    padding-right: 5%;
    background: var(--bs-primary-color);
    height: 440px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
}

.decisions-list .news-list {
    display: flex;
    flex-wrap: wrap;
}

.decisions-list .news-item {

}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list li.news-item-right {
    padding-right: 55%;
    padding-left: 5%;
}

.decisions-list .main-preview {
    display: none;
}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list li a.bx_catalog_tile_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border: none;
}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list li.news-item-right a.bx_catalog_tile_img {
    right: 0;
    left: auto;
}

.product-item-detail-short-card-fixed,
div[data-entity="parent-container" ],
.product-item-detail-tabs-container-fixed {
    display: none;
}

.decisions-list a {
    text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list li h2 {
    margin: 0;
    max-width: 100%;
    text-align: left;
}

.bx-nav-catinfo {
    display: none;
}

.bx_catalog_tile .bx_catalog_tile_ul.decisions-list li h2 a {
    font-size: 50px;
    line-height: 62px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 0;
}

.decisions-list div.news-list img.preview_picture {
    width: 100%;
}

.decisions-list .detalied {
    display: none;
}

.decisions-list .bx_catalog_line_description {
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.decisions-list .catalog-preview h5 {
    text-transform: uppercase;
    font-size: 20px;
}

.catalog-list .news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.catalog-list .news-item {
    width: calc(33.3% - 50px);
    display: inline-flex;
    flex-direction: column;
    margin: 0 25px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background: var(--bs-primary-color);
}

.catalog-list div.news-list img.preview_picture {
    width: 100%;
}

.catalog-list .news-image {
    background: #fff;
}

.catalog-list .detalied {
    display: none;
}

.catalog-list a {
    text-decoration: none;
}

.catalog-list b {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    margin: 20px 0 50px;
    margin: 20px 25px 50px;
    display: block;
}

.decision-detail .detail_picture {
    width: 100%;
}

.decision-detail h3 {
    display: none;
}

.decision-detail .decision-detail-desc {
    max-width: 1200px;
    margin: auto;
    margin-top: 25px;
}

.decision-detail .decision-detail-desc .img-block {
    display: flex;
}

.decision-detail .decision-detail-desc .img-block img {
    width: 60%;
}

.decision-detail .decision-detail-desc h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.decision-detail .decision-detail-desc p {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 60px;
}

.decision-detail-photos {
    display: flex;
    margin: 60px 0 0;
}

.decision-detail-photos img {
    width: 33.3%;
}

.detail-table {
    width: 100%;
    border: 0px solid #D9D9D9;
    margin-top: 20px;
}

.download {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}

.detail-table td {
    border: 1px solid #D9D9D9;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: initial;
    line-height: 1.3;
}

.detail-table td h4 {
    margin: 0;
}

.detail-table tr:first-child td {
    background: white;
    font-size: 14px;
    font-weight: initial;
    line-height: 1.2;
    padding: 8px 20px;
    white-space: nowrap;
}

.projects-slider .news-item {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 20px;
    padding-top: 0;
    height: auto;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 20px;
}

.projects-slider {
    margin-top: 30px;
}

.projects-slider .news-image {
    display: flex;
}

.projects-slider .news-list img {
    /*width: calc(100% + 40px);*/
    /*margin: 0;*/
    /*margin-left: -20px;*/
    /*transition: 0.3s;*/
}

.projects-slider a {
    text-decoration: none;
    border-bottom: 0!important;
    color: var(--bs-card-title-color);
}

.projects-slider .slider-headline {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 31px 0 8px;
    color: #414042;
    display: block;
    transition: 0.3s;
}

.projects-slider .news-date-time {
    display: none;
}

.projects-slider .detalied {
    order: 2;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.27em;
    margin-top: auto;
    color: #414042;
    text-decoration: underline;
}

.projects-slider .news-item:hover {
    background: black;
    color: #fff;
    box-shadow: 1px 2px 20px 3px rgba(0, 0, 0, 0.13);
}

.projects-slider .news-item:hover a,
.projects-slider .news-item:hover b {
    color: #fff;
}

.bx-header-section {
    position: relative;
}

.pagination {
    flex-direction: column;
    width: 100%;
}

.pagination.absolute .breadcrumbs {
    max-width: 1400px;
    margin: auto;
    margin-top: 180px;
    padding: 40px 0 30px;
}

.pagination.absolute h1 {
    color: #fff;
    background: var(--bs-primary-color);
}

.pagination.absolute .bx-breadcrumb-item-link {
    text-decoration: none;
}

.pagination.absolute .bx-breadcrumb-item-link span {
    color: #fff !important;
}

.pagination.absolute .bx-breadcrumb-item-text {
    color: var(--bs-primary-color) !important;
}

.pagination.absolute .bx-breadcrumb {
    position: relative;
    z-index: 1;
}

.project-list .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.project-list .news-item {
    width: calc(33.3% - 92px);
    display: inline-flex;
    flex-direction: column;
    margin: 0 46px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.project-list div.news-list img.preview_picture {
    width: 100%;
    height: auto;
}

.project-list .detalied,
.project-list.news-date-time,
.project-list span {
    display: none;
}

.project-list a {
    text-decoration: none;
}

.project-list b {
    font-size: 50px;
    font-weight: 400;
    line-height: 63px;
    margin: 30px 25px 57px;
    display: block;
    transition: 0.3s;
}

.project-list .news-item:hover b {
    color: #414042;
    text-decoration: underline;
    text-decoration-color: var(--bs-primary-color);
}

.education {
    padding-top: 30px;
}

.education p {
    margin-bottom: 30px;
}

.education img {
    width: 100%;
}

.education-desc {
    display: flex;
    flex-direction: column;
    padding-right: 5%;
    justify-content: center;
}

.education-list {
    margin-top: 200px;
}

.education-list .news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.education-list .news-list .news-item {
    width: calc(25% - 20px);
    margin-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 60px;
}

.education-list .news-list .news-item:nth-child(4n) {
    margin-right: 0;
}

.education-list .news-item a {
    text-decoration: none;
}

.education-list .news-item .info {
    padding: 0 30px 30px;
}

.education-list .news-headline {
    order: -1;
}

.education-list .news-image {
    order: -2;
}

.education-list .news-headline b {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    margin: 25px 0 50px;
    display: block;
    color: #414042;
}

.education-list .detalied {
    width: 100%;
    order: 2;
    color: #fff;
}

.education-list .detalied:hover {
    color: var(--bs-primary-color);
}

.education-list .news-item p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px;
}

.education-list .news-item p svg {
    margin-right: 10px;
}

.education-list .time {
    position: absolute;
    top: 25px;
    left: 30px;
}

.education-list .time h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 0 5px;

}

.education-list .time p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.education-list .anons-bottom {
    position: absolute;
    bottom: 15px;
}

.project-detail {
    position: relative;
}

.project-detail .news-detail {
    color: transparent;
    display: flex;
    margin-bottom: 200px;
}

.project-detail .news-detail h3,
.project-detail .news-detail span {
    display: none;
}

.project-detail div.news-detail img.detail_picture {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
}

.project-detail .task {
    /*position: absolute;*/
    /*width: 35%;*/
    /*top: 120px;*/
    /*left: 0;*/
    /*background: #FFFFFF;*/
    /*box-shadow: -10px 13px 31px rgba(0, 0, 0, 0.1);*/
    /*padding: 40px;*/
}

.project-detail h4 {
    /* font-size: 28px; */
    /* font-weight: 700; */
    line-height: 56px;
    margin: 20px 0 0px;
}

.project-detail p {
    max-width: 800px;
}

.project-detail .task p.circle {
    padding-left: 30px;
    margin-bottom: 40px;
}

.project-detail .task p.circle::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--bs-primary-color);
    margin-right: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.project-detail-desc {
    padding-right: 5%;
}

.team .news-list {
    display: flex;
    flex-wrap: wrap;
}

.team .news-item {
    width: 50%;
}

.team .news-item {
    margin-bottom: 90px;
}

.team .news-item a {
    pointer-events: none;
}

.team .news-headline {
    text-decoration: none;
}

.team .news-headline b {
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    color: #414042;
    display: block;
    margin: 0 0 4px;
}

.team .detalied {
    display: none;
}

.team .post {
    font-size: 18px;
    line-height: 23px;
    color: var(--bs-primary-color);
    margin: 0 0 24px;
}

.team .desc {
    font-size: 18px;
    line-height: 150%;
    margin-left: 45%;
}

.team-video {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-video img {
    width: 50%;
}

.team-video p {
    width: 45%;
    font-size: 24px;
    line-height: 170%;
}

.team div.news-list img.preview_picture {
    border-radius: 50%;
}

.news a.news-link {
    display: block;
    width: 100%;
    max-width: 100%;
    text-decoration: underline;
    text-align: right;
}

.news-detail {
    display: flex;
    flex-direction: column;
}

.news-detail h3 {
    order: -1;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
}

.news-detail .news-date-time {
    order: 5;
}

.news-detail span {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.news-detail img {
    width: calc(50% - 40px);
    height: auto;
    margin: 0 20px;
    margin-top: 150px;
}


/*
.product-item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.product-item-big-card {
    width: calc(33.3% - 50px);
    display: inline-flex;
    flex-direction: column;
    margin: 0 25px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 40px;
}
.product-item {
    padding: 0;
    border: none;
    overflow: hidden;
}
.product-item-image-wrapper {
    padding: 0;
    height: 360px;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: inherit;
    padding: 0;
    left: 0;
    right: 0;
    border: none;
    box-shadow: 0 125px 80px rgba(23,58,105,.07),0 81.0185px 46.8519px rgba(23,58,105,.053),0 48.1481px 25.4815px rgba(23,58,105,.043),0 25px 13px rgba(23,58,105,.035),0 10.1852px 6.51852px rgba(23,58,105,.027),0 2.31481px 3.14815px rgba(23,58,105,.017);
    -webkit-animation: none;
}
.product-item-wrap .product-item-info-container {
    display: none !important;
}
.product-item-title {
    margin-bottom: 0;
}
.bx-touch .product-item-title, .product-item-container.hover .product-item-title {
    overflow: auto;
    white-space: normal;
    margin: 0;
}
.product-item:hover .product-item-image-wrapper {
    transform: scale(1.1);
}
.product-item-title {
    padding: 20px 25px;
    background: var(--bs-primary-color);
    z-index: 10;
    position: relative;
    width: 100%;
}
.product-item-title a, .product-item-title a:hover {
    color: #fff;
    font-size: 26px;
    line-height: 33px;
}
.bx-section-desc-post {
    display: none;
}
.pos-unset {
    position: unset;
}
.detail-background {
    position: absolute;
    width: 100vw;
    left: 0;
    right: 0;
    margin-top: -340px;
    max-height: 420px;
}
.product-item-detail-slider-container {
   float: right;
    width: 60%;
    margin-top: 270px;
}
h4 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    color: #414042;
    margin: 40px 0 20px;
}

.product-item-detail-slider-wrap .first-desc {
    margin-top: 270px;
}
.product-item-detail-slider-container.popup {
    width: 100%;
    margin: 0;
}
.product-item-detail-slider-wrap,
.product-item-detail-tab-content {
    max-width: 900px;
    margin: auto;
}

.product-item-detail-tab-content img {
    max-width: 100%;
    height: auto;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 20px;
}
.product-item .image {
    overflow: hidden;
}
.white .breadcrumbs a,
.white .breadcrumbs span {
    color: #fff !important;
}
.white .visible {
    color: #fff;
}
.bx-catalog-element {
    padding-top: 140px;
}

.catalog-section-list-item {
    border: 0px solid transparent!important;
}

.catalog-section-list-item:hover {
    border: 0px solid #48c0c5!important;
}

*/


.news-item-project {
    box-shadow: none;
}

.news-item-project:hover {
    /*box-shadow: 0 125px 80px rgba(23, 58, 105, .07), 0 81.0185px 46.8519px rgba(23, 58, 105, .053), 0 48.1481px 25.4815px rgba(23, 58, 105, .043), 0 25px 13px rgba(23, 58, 105, .035), 0 10.1852px 6.51852px rgba(23, 58, 105, .027), 0 2.31481px 3.14815px rgba(23, 58, 105, .017);*/
}

.icons-top img, .mob-menu-icon img {
    max-width: 26px;
    height: auto;
}

.section-color-palette-wrap {
    display: none;
}


@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1520px;
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .button-block .btn {
        font-size: 13px;
    }
}

@media (max-width: 768px) {

    body h3 {
        font-size: 18px;
    }

    .hidden-lg {
        display: block;
    }

    .hidden-sm {
        display: none;
    }

    .header-row {
        flex-direction: column;
    }

    .header-row .searh,
    .header-row .bx-header-contact {
        display: none;
    }

    .header-row .bx-nav-bars:after {
        content: none;
    }

    #mob-button {
        display: flex;
        flex-direction: column;
        position: absolute;
        /*right: 1rem;*/
        top: 7px;
        height: auto;
        width: 6%;
        justify-content: space-between;
        padding: 0;
        background: transparent;
        z-index: 10;
        border: none;
    }

    #mob-button span {
        background: #414042;
        width: 100%;
        height: 3px;
        display: flex;
        margin-bottom: 5px;
        border-radius: 2px;
    }

    .mob-menu {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        /*background: var(--bs-primary-color);*/
        background: #fff !important;
        list-style: none;
        color: #fff;
        /*padding: 30px;*/
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        transition: 0.3s;
        height: 100vh;
        width: 90%;
        overflow-y: auto;
    }

    .mob-menu.active {
        right: 0;
    }

    .mob-menu li {
        margin: 0;
    }

    .mob-menu-icon svg path {
        /*fill: #fff;*/
    }

    .mob-menu li a.download {
        font-size: 12px;
        line-height: 15px;
        text-decoration: underline;
    }

    .footer-menu {
        order: -2;
    }

    .footer-contacts {
        order: -1;
    }

    .bx-footer-section {
        padding: 29px 0;
    }

    .footer-menu .nav-link {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 15px;
    }

    .footer-contacts p {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 15px;
    }

    .footer-contacts a {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 15px;
        height: 25px;
    }

    .footer-contacts a svg {
        transform: scale(0.55);
        margin: 0;
    }

    .footer-about p {
        font-size: 12px;
        line-height: 130%;
    }

    .bx-footer-logo {
        display: none;
    }

    .bx-footer .coryright {
        font-weight: 300;
        font-size: 8px;
        line-height: 10px;
    }

    .bx-footer .mb-3 {
        margin: 0;
    }

    .main-block {
        padding-top: 0;
    }

    .header-row {
        height: auto;
    }

    .main-block-img {
        flex-direction: column;
        order: -1;
        min-height: 360px;
    }

    .main-block-img img {
        /*width: 100%;*/
        height: auto;
        max-width: 50%;
        margin: 0 auto;
    }

    .main-block-img::before {
        height: 20%;
        top: 20%;
    }

    .main-block-img::after {
        height: 20%;
        bottom: 20%;
    }

    .main-block .btn {
        width: 100%;
        font-size: 16px;
    }

    .warehouse-block p {
        font-size: 14px;
        text-align: center;
    }

    .warehouse-block .btn {
        width: 100%;
        font-size: 16px;
    }

    .blue-button {
        font-size: 16px;
        max-width: 200px;
    }

    .main-block .blue-button {
        margin: auto;
        margin-top: 30px;
        width: 200px;
    }

    body .workarea h2::before {
        display: none;
    }

    .section {
        padding: 20px 0;
    }

    .decisions-slider .swiper-container {
        padding: 0;
        padding-right: 20%;
    }

    .decisions-slider {
        overflow: visible;
    }

    .decisions-slider .catalog-section-list-item {
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
        height: auto;
        margin-top: 0;
    }

    .swiper-container {
        overflow: visible;
    }

    .decisions-slider .catalog-section-list-tile-img-container {
        height: 171px;
        padding: 20px 0;
        background: #fff;
    }

    .decisions-slider .catalog-section-list-item-inner {
        padding: 20px;
        padding-bottom: 0;
    }

    .decisions-slider .detail {
        margin-left: 20px;
    }

    .decisions-slider .catalog-section-list-item-link {
        border: none;
    }

    .decisions-slider .description {
        margin: 0;
    }

    .decisions-wrap .news-list img.preview_picture {
        width: 100%;
        margin: 0;
    }

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

    .decisions-wrap .blue-button {
        display: none;
    }

    .advantages-item {
        width: 100%;
        padding: 0 40px;
    }

 /*   .advantages-item:first-child::before {
        content: '01';
        width: auto;
    }

    .advantages-item:nth-child(2)::before {
        content: '02';
    }

    .advantages-item:nth-child(3)::before {
        content: '03';
        width: auto;
    }

    .advantages-item:nth-child(4)::before {
        content: '04';
    }*/

    .advantages-item::before {
        position: unset;
        display: inline-block;
        width: auto !important;
        font-size: 73px;
        font-weight: 800;
        line-height: 102px;
        color: var(--bs-primary-color);
        background: transparent;
        height: auto;
    }

    .advantages-item img.hidden-lg {
        height: 85px;
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    .advantages h2 {
        text-align: center;
        margin: auto;
        width: max-content;
        padding: 0;
        margin-top: 20px;
    }


    .advantages.col-md-6 {
        display: none;
    }

    .partners .news-item,
    .partners .news-item.news-item-right {
        padding: 0;
    }

    .partners .news-image {
        position: inherit;
        width: 100%;
    }

    .partners .news-item span,
    .partners .news-item a.detalied {
        display: none;
    }

    .partners .news-list {
        padding-top: 5px;
    }

    .partners .news-item {
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        margin: 0 6px 6px;
        width: calc(50% - 12px);
    }

    .partners .news-headline {
        position: absolute;
        bottom: 0;
        left: 11px;
        max-width: 135px;
    }

    .partners .news-item b, .partners .news-item a {
        font-weight: bold;
        font-size: 14px !important;
        line-height: 18px !important;
        color: var(--bs-primary-color);
    }

    .news {
        display: flex;
        flex-direction: column;
    }

    .news a.news-link {
        order: 2;
        text-align: center;
    }

    .news .news-list {
        margin: 0;
    }

    .news .news-item {
        width: 100%;
        margin: 0 0 25px;
    }
}


/*Custom css*/

.slider-for {
    margin-bottom: 30px;
}

.slider-for_item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-nav .slick-slide, .slider-nav .slick-slide img {
    height: 83px !important;
}

.header-row .searh form {
    /*margin-left: 20px;*/
}

@media (max-width: 768px) {
    .slider-nav .slick-slide, .slider-nav .slick-slide img {
        height: 90px !important;
    }

    .config {
        padding: 50px 0;
    }

    .slick-slide img {
        max-width: 100%;
    }

    .catalog-section-list-item {
        width: 100% !important;
    }
}


.slider-wrap * {
    outline: none !important;
}

.config__current-item {
    margin: 30px 0;
    text-align: center;
    color: white;
}

.current-box-text__desc {
    font-size: 18px;
}