p, li {
    font-size: 18px;
}

img {
    transition: transform 0.2s;
}

img:hover {
    transform: scale(1.1);
}

/* ОТМЕНА эффектов для исключённых блоков */
.main-header img,
.promo.promo--resede img,
.sub-navigation img,
footer img{
    transform: none !important;
    cursor: default !important;
}

/* lightbox*/

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox__close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/* lightbox end*/

.btn5 {
    font-size: 16px !important;
}
.product-general-technical-specifications-section .container--product .row h2{
    margin-top: 0;
}

.main-promo__title {
    margin-top: 215px !important;
    font-size: 60px !important;
    line-height: 110% !important;
}

.orange_block-title {
    font-size: 38px !important;
    margin-bottom: 30px;
}

.products-features{
    margin-top: 25px;
}
.products-features__element{
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
    flex-wrap: nowrap;
    margin-top: 15px;
}
.products-features__element h4{
    width: 100%;
    max-width: 360px;
    min-width: 360px;
    text-align: left;
}
.products-features__element b{
    color: #000;
}
.products-features__element.row{
    align-items: flex-start;
    gap: 40px;
    justify-content: flex-start;
}
.products-features__element-content p{
    margin-top: 10px;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 24px;
}
.products-features__element-content a{
    text-decoration: underline;
}
.products-filter{
    margin-top: 100px;
}

.dropdown-block.products-info-dropdowns__element:first-child.active  {
    background-color: #F7F7F7;
}

.dropdown-block{
    padding-top: 80px;
    padding-bottom: 80px;
    transition: all linear .3s;
}
.dropdown-block__title{
    justify-content: space-between;
    align-items: flex-start;
    transition: all linear .3s;
}

.dropdown-block.products-info-dropdowns__element:hover:not(.active) {
    background-color: #F7F7F7;
}

.dropdown-block.active{
    align-items: center;
}
@media(min-width:1020px){
    .dropdown-block:hover{
        padding-top: 80px;
    }
}
.dropdown-block__title h2{
    text-align: left;
    margin-bottom: 0;
}
.dropdown-block__content-inner{
    padding-top: 50px;
    max-width: 100%;
    overflow: hidden;
}
.products-markup-examples-section{
    padding: 100px 0px;
}
.products-markup-examples-section h2{
    text-align: left;
}
.products-markup-examples-section .products-markup-examples{
    margin-top: 41px;
}
.products-markup-examples{
    gap: 50px;
}
.products-markup-examples__element{
    max-width: calc(50% - 25px);
}
.products-markup-examples{
    margin-top: 40px;
}
.products-markup-examples__element-content{
    margin-top: 30px;
}
.products-markup-examples__element-content img{
    width: 100%;
}
.products-markup-examples__element-title{
    text-align: left;
}

.nomenclature-tables-section{
    padding: 100px 0px;
}
.nomenclature-tables__element{
    margin-top: 40px;
}
.nomenclature-tables__element img{
    max-width: 100%;
}
.nomenclature-tables__element:first-child{
    margin-top: 50px;
}
.nomenclature-tables__element-description{
    margin-top: 20px;
    line-height: 160%;
    font-size: 18px;
    color: #999999

}
.product-type-cards-list{
    margin-top: 20px;
}
.product-type-cards-list .row{
    padding: 0 15px;
}
.product-type-cards-list__row{
    gap: 50px;
}

.product-type-cards-list .product-type-card{
    width: 100%;
    max-width: calc(50% - 25px);
}
.product-type-cards-list > .row{
    justify-content: space-between;
}

.product-type-card{
    padding: 40px;
    transition: all linear .3s;
    background: #FFFFFF;
    border: solid 1px #CBCBCB;
    text-decoration: none;
}
a.product-type-card:hover{
    text-decoration: none;
}

.product-type-card__row{
    margin-top: 30px;
}
.product-type-card__row{
    gap: 30px;
}
.product-type-card__content-row{
    margin-top: 15px;
}
.product-type-card__title{
    font-size: 30px;
    line-height: 32px;
    color: #1A1A1A;
    font-weight: bold;
}
.product-type-card__content-row:first-child{
    margin-top: 0;
}
.product-type-card__content-row{
    justify-content: flex-start;
    gap: 20px;
}
.product-type-card__content-item{
    max-width: fit-content;
    color: #1A1A1A;
    display: flex;
}
.product-type-card__content-item-title{
    font-weight: bold;
    font-size: 16px;
}

.product-type-card__content-item-text {
    font-size: 16px;
}

.product-type-card__content-item--col{
    flex-direction: column;
}
.product-type-card__content-item--full-width{
    width: 100%;
    max-width: 100%;
}
.product-type-card__content-item--in-line{
    display: inline-block;
}
.product-type-card__row{
    flex-wrap: nowrap;
}
.product-type-card__img-wrapper{
    height: fit-content;
    background-color: #F5F5F5;
}

.product-type-card__img-wrapper img {
    width: 206px;
    height: 281px;
}

.products-info-dropdowns

.pump-applications__row {
    margin: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
.pump-applications__item{
    width: 100%;
    max-width: calc(50% - 24px);

}
.pump-application__head{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.pump-applications__head-icon{
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #EA6908;
}
.pump-applications__head-icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pump-applications__body{
    margin-top: 20px;
    font-size: 18px;
    line-height: 160%;
    color: rgba(26, 26, 26, .6);
}
.pump-applications__body ul{
    padding-left: 23px;
}

.pump-applications__body ul li::marker{
    font-size: 15px;
}

/*.pumped-medium__wrapper{*/
/*    margin-top: 40px;*/
/*}*/
.pumped-medium__item{
    padding: 30px;
    margin-top: 10px;
}
.pumped-medium__title{
    text-align-last: left;
}
.pumped-medium__item-content{
    margin-top: 30px;
    color: rgba(26, 26, 26, .6);
    font-size: 18px;
    line-height: 28px;
}
.electric-motor__text{
    font-size: 18px;
    line-height: 160%;
    color: rgba(26, 26, 26, .6);
    padding-bottom: 7px;
}
.electric-motor__img-wrapper{
    margin-top: 33px;
    text-align: center;
}

.electric-motor__img-wrapper:nth-child(3):has(img:hover) img{
    padding-bottom: 12px;
}

.electric-motor__img-wrapper img{
    max-width: 100%;
}
.electric-motor__img-description{
    margin-top: 25px;
    font-size: 18px;
    line-height: 160%;
    color: rgba(26, 26, 26, .6);
}
.products-additional-equipment-dropdown__img-wrapper{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.products-additional-equipment-dropdown__img-wrapper img{
    max-width: 100%;
}
.products-additional-equipment-dropdown .gray-block ul{
    margin-top: 10px;
}
.products-additional-equipment-dropdown .gray-block li{
    margin-bottom: 5px;
}
.products-thermal-insulation-dropdown__row{
    display: flex;
    justify-content: space-between;
}
.products-thermal-insulation__elem {
    font-size: 16px !important;
    line-height: 24px;
    color: #1A1A1A;
}
.products-thermal-insulation__elem:not(:last-child){
    margin-bottom: 6px;
}
.products-thermal-insulation__elem b {
    font-size: 16px !important;
    line-height: 24px;
}
.products-thermal-insulation-dropdown__col--6{
    max-width: calc(50% - 25px);
}
.products-thermal-insulation-dropdown__col--4{
    max-width: 400px;
    width: 400px;
}
.products-thermal-insulation-dropdown__col--4 .gray-block {
    font-size: 16px;
}
.products-thermal-insulation-dropdown__col--4 .gray-block li{
    font-size: 16px;
    color: #1A1A1A;
}
.products-thermal-insulation-dropdown__col--4 .gray-block b{
    font-size: 16px;
}
.products-thermal-insulation-dropdown__col--6 .products-thermal-insulation-dropdown__col--6{
    max-width: calc(50% - 15px);
}
.products-thermal-insulation-dropdown__img-wrapper{
    max-width: 100%;
}
.products-thermal-insulation-dropdown__img-wrapper img{
    max-width: 100%;
}
.advantages-of-NCSG-E__list-bottom {
    padding-left: 30px;
}
.advantages-of-NCSG-E__list-star {
    position: absolute;
    left: 11px;
    font-size: 24px;
    top: 2px;
}
.advantages-of-NCSG-E__list-bottom-first-item {
    position: relative;
    padding-left: 30px;
    color: #999999;
    font-size: 18px;
}
.advantages-of-NCSG-E-dropdown__row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.advantages-of-NCSG-E-dropdown__col{
    width: 100%;
    max-width: calc(50% - 25px);
}
.advantages-of-NCSG-E-dropdown__col.left .advantages-of-NCSG-E-dropdown__title{
    margin-bottom: 12px;
}
.advantages-of-NCSG-E-dropdown__col.left .advantages-of-NCSG-E-dropdown__item:nth-child(3) .advantages-of-NCSG-E-dropdown__title{
    margin-bottom: 20px;
}
.advantages-of-NCSG-E-dropdown__col.right .advantages-of-NCSG-E-dropdown__title{
    margin-bottom: 5px;
}
.advantages-of-NCSG-E-dropdown__col.right .advantages-of-NCSG-E-dropdown__item:nth-child(3) .advantages-of-NCSG-E-dropdown__title{
    margin-bottom: 12px;
}
.advantages-of-NCSG-E-dropdown__item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.advantages-of-NCSG-E-dropdown__icon-wrapper{
    width: 100%;
    max-width: 30px;
}
.advantages-of-NCSG-E-dropdown__item--with-bottom-margin{
    margin-bottom: -20px;
}
.advantages-of-NCSG-E-dropdown__item-text{
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: rgba(26, 26, 26, .6);
    max-width: 500px;
}
.advantages-of-NCSG-E-dropdown__title{
    text-align: left;
    max-width: 500px;
}
.advantages-of-NCSG-E-dropdown__dropdown-inner{
    padding-top: 20px;
}

.advantages-of-NCSG-E-dropdown__item{
    margin-top: 30px;
}
.advantages-of-NCSG-E-dropdown__img-wrapper{
    text-align: center;
    margin-top: 48px;
}
.advantages-of-NCSG-E-dropdown__row{
    margin-bottom: 48px;
}
.product-general-technical-specifications-section{
    padding-bottom: 100px;
}

.product-general-technical-specifications-section__dop-info-row p{
    font-size: 16px;
    margin-top: 30px;
    color: #999999;
}
.product-general-technical-specifications-section__dop-info-row p a{
    text-decoration: underline;
}
.product-general-technical-specifications-section__dowload-catalog-row{
    margin-top: 40px;
    margin-bottom: 40px;
}
.product-general-technical-specifications__text{
    line-height: 160%;
    font-size: 18px;
    letter-spacing: 0.15px;
}

.aggregate-characteristics-fields-section{
    padding: 100px 0px;
}

.aggregate-characteristics-fields-section__img-wrapper img{
    max-width: 100%;
}

.products-info-dropdowns__element-text{
    color: rgba(26, 26, 26, .6);
    font-size: 18px;
    line-height: 160%;
}

.product-FAQ-section  .questions__element{
    height: 122px
}

.production_description p, .questions__text p {
    font-size: 16px !important;
    color: #1A1A1A !important;
    opacity: 0.8;
}
.questions__text a {
    font-size: 16px !important;
    color: #ea6908 !important;
}
.questions__text a:hover {
    text-decoration: none;
    color: #ea6908 !important;
}
.product-FAQ-section{
    padding-top: 100px;
}
.product-FAQ-section .main-page-questions__title{
    text-align: left;
}
.products-markup-examples-section__dop-info{
    margin-top: 40px;
    color: #999999;
    font-size: 18px;
    line-height: 160%;
}
.pump-selection-orange-block .orange_block-content span{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}
.pump-selection-orange-block .orange_block-content .black-btn{
    font-weight: 600;
}
.black-btn {
    font-size: 16px !important;
}
.pump-selection-orange-block .orange_block-img_block{
    margin-right: 52px;
    align-self: flex-start;
}

.advantages-of-NCSG-E-dropdown__row + ul{
    padding-left: 30px;
}
/*.products-thermal-insulation-dropdown__row{*/
/*    margin-top: 36px;*/
/*}*/
.products-thermal-insulation-dropdown__row .products-thermal-insulation-dropdown__row{
    margin-top: 0px;
}
.products-thermal-insulation-dropdown__text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(26, 26, 26, 0.6);
}
.products-thermal-insulation-dropdown__col .gray-block{
    color: rgba(26, 26, 26, 0.8);
    height: 100%;
    padding-right: 20px;
}
.products-thermal-insulation-dropdown__col .gray-block h3{
    margin-bottom: 20px;
    max-width: 300px;
    color: #000;
}
.gray-text{
    color: #727272;
}
@media(max-width:1024px){
    .product-type-cards-list .product-type-card{
        max-width: 100%;
    }

    .products-markup-examples__element-title {
        height: 44px;
    }
}
@media(max-width:768px){
    .orange_block-btn {
        width: 100% !important;
    }
    .orange_block-btn .black-btn{
        padding: 8% 8%;
        width: 100%;
        font-size: 24px !important;
    }
    .pump-selection-orange-block .orange_block-container {
        display: flex !important;
    }
    .pump-selection-orange-block .orange_block-img_block {

    }
    .orange_block-title {
        font-size: 48px !important;
    }
    .pump-selection-orange-block .orange_block-content span {
        line-height: 44px !important;
    }
    .products-markup-examples__element-title{
        height: 40px;
        margin: 0;
        font-size: 14px !important;
    }
    .products-markup-examples__element-content{
        margin-top: 18px;
    }
    .container {
        max-width: 720px;
        padding: 0 !important;
    }
    .product-FAQ-section .questions__element {
        height: 100%;
    }
    .product-type-card__img-wrapper img {
        width: 206px;
        height: 281px;
        object-fit: cover;
    }
    .product-page-promo{
        margin-bottom: 28px;
    }
    .product-type-card__title{
        max-width: 420px;
    }
    .product-general-technical-specifications-section__dop-info-row {
        margin-top: 20px;
    }
    .product-general-technical-specifications-section__dowload-catalog-row{
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .products-features__element.row{
        gap: 30px;
        flex-direction: column;
    }
    .products-features__element h4 {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        text-align: left;
    }
    .product-page__orange-block-section .orange_block-small{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .product-page__orange-block-section  .orange_block-container{
        align-items: flex-start;
    }
    .product-general-technical-specifications-section{
        padding-bottom: 60px;
    }
    .aggregate-characteristics-fields-section{
        padding: 60px 0px;
    }
    .pump-applications__item {
        max-width: 100%;
    }
    .dropdown-block{
        padding-bottom: 60px;
    }
    .dropdown-block__title h2 {
        text-align: left;
        max-width: 80%;
    }
    .pumped-medium__wrapper {
        margin-top: 0px;
    }
    .dropdown-block__content-inner{
        padding-top: 30px;
    }
    .products-thermal-insulation-dropdown__row{
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
        justify-content: center;
    }
    .products-thermal-insulation-dropdown__row:first-child{
        margin-top: 0px;
    }

    .products-thermal-insulation-dropdown__col{
        max-width: 100%;
        width: 100%;
    }
    .products-markup-examples-section,
    .nomenclature-tables-section{
        padding: 60px 0px;
    }
    .products-thermal-insulation-dropdown__img-wrapper{
        text-align: center;
    }
    .advantages-of-NCSG-E-dropdown__row{
        flex-wrap: wrap;
    }
    .advantages-of-NCSG-E-dropdown__col{
        max-width: 100%;
    }
    .product-FAQ-section{
        padding-top: 60px;
    }

    .pump-selection-orange-block .orange_block-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .pump-selection-orange-block .orange_block-img_block {
        grid-area: 1 / 1 / 2 / 2;
        display: flex
    ;
        justify-content: flex-end;
    }
    .pump-selection-orange-block .orange_block-content {
        grid-area: 1 / 2 / 2 / 6;
        margin-top: 0px;
    }
    .pump-selection-orange-block .orange_block-btn { grid-area: 2 / 2 / 3 / 6; }

    .product-type-cards-list .product-type-card:first-child{
        border-top: none;
    }
    .product-type-cards-list__row{
        gap: 20px;
    }
    .product-general-technical-specifications-section__dowload-catalog-row .button{
        max-width: 220px;
        height: 72px;
        line-height: 72px;
        width: 220px;
        padding: 0px;
        min-width: 220px;
    }
}
@media(max-width:576px) {
    .aggregate-characteristics-fields-section__img-wrapper {
        padding: 0 20px;
        margin: 0;
    }
    .products-info-dropdowns__element .dropdown-block__arrow svg{
        width: 32px;
        height: 32px;
    }
    .container {
        width: 94% !important;
    }

}
@media(max-width:560px){
    .product-type-card__content-item {
        margin-bottom: 15px;
    }
    .container {
        width: 100%;
    }
    .product-type-card__row{
        flex-wrap: wrap;
    }
    .product-type-card__img-wrapper,
    .product-type-card__content{
        width: 100%;
        max-width: 100%;
    }
    .product-type-card__img-wrapper img{
        height: 220px;
        width: auto;
    }
    .product-type-card__img-wrapper{
        text-align: center;
    }
    .product-type-cards-list__row{
        max-width: 100%;
    }
    .product-general-technical-specifications-section .container--product .row{
        margin: 0;
    }
    .product-general-technical-specifications-section .container--product .row h2{
        font-size: 30px;
        text-align: left;
        margin-top: 0;
    }
    .product-type-cards-list .row{
        padding: 0px;
    }
    .product-type-cards-list .product-type-card{
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-type-card__row{
        margin-top: 15px;
        gap: 15px;
    }
    .product-type-card__content-row{
        margin-top: 15px;
    }
    .product-type-card__content-row:first-child{
        margin-top: 0;
    }
    .products-features__element.row {
        gap: 10px;
        flex-wrap: wrap;
    }
    .product-general-technical-specifications-section {
        padding-bottom: 40px;
    }
    .product-page__orange-block-section .orange_block-content{
        font-size: 22px;
        line-height: 24px;
    }
    .product-page__orange-block-section .orange_block-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .aggregate-characteristics-fields-section {
        padding: 40px 0px;
    }

    .products-info-dropdowns__element{
        padding-left: 15px;
        padding-right: 15px;
    }
    .dropdown-block__title h2{
        max-width: calc(100% - 50px);
        font-size: 30px!important;;
        line-height: 120%!important;
    }
    .pump-application__head h3{
        font-size: 22px!important;
        text-align: left;
        line-height: 120% !important;
    }
    .pumped-medium__title{
        font-size: 22px!important;
        text-align: left;
    }
    .pumped-medium__item-content{
        margin-top: 15px;
    }
    .ul-lists-row{
        flex-wrap: wrap;
    }
    .ul-lists-row ul {
        max-width: 100%;
    }
    .ul-lists-row ul:first-child{
        margin-bottom: 0;
    }
    .products-thermal-insulation-dropdown__col .gray-block h3{
        font-size: 24px!important;
        line-height: 26px!important;
        margin-top: 20px;
    }

    .products-thermal-insulation-dropdown__row{
        gap: 15px;
    }
    .advantages-of-NCSG-E-dropdown__title{
        font-size: 24px!important;
        line-height: 26px!important;
    }
    .products-markup-examples-section,
    .nomenclature-tables-section{
        padding: 40px 0px;
    }
    .products-markup-examples__title.row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .products-markup-examples{
        gap: 15PX;
    }
    .products-markup-examples__element{
        max-width: 100%;
    }
    .products-markup-examples-section .products-markup-examples{
        margin-left: 0PX;
        margin-right: 0PX;
        margin-bottom: 30px;
    }
    .products-markup-examples__element-content {
        margin-top: 17px;
    }
    .products-markup-examples__element-title{
        max-width: 290px;
        height: auto;
    }
    .nomenclature-tables__element:first-child{
        margin-top: 20px;
    }
    .pump-selection-orange-block .orange_block-content {
        grid-area: 2 / 1 / 2 / 6;
        margin-top: 0px;
    }
    .pump-selection-orange-block .orange_block-btn {
        grid-area: 3 / 1 / 3 / 6;
    }
    .pump-selection-orange-block .orange_block-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product-page-promo h1{
        max-width: 220px;
        font-size: 36px !important;
    }
    .product-type-card__row{
        margin-top: 15px;
    }
    .product-type-cards-list .product-type-card{
        border-left: none;
        border-right: none;
    }
    .product-type-cards-list .product-type-card:first-child{
        border: none;
        border-bottom: solid 1px #CBCBCB;
    }
    .product-type-card__title{
        margin-bottom: 15px;
    }
    .ul-lists-row {
        flex-direction: column;
    }

    .ul-lists-row ul {
        max-width: 100% !important;
    }
}

@media (max-width: 450px) {
    .products-info-dropdowns__element .container .dropdown-block__title h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 350px) {
    .product-type-card__img-wrapper img{
        width: revert-layer;
    }

    .orange_block-content span {
        font-size: 16px !important;
    }
    .orange_block-btn .black-btn{
        font-size: 14px !important;
        padding: 8% 8%;
    }

}

@media (max-width: 320px) {
    .product-page-promo h1 {
        font-size: 27px !important;
    }
}