:root {
    --main-red: #EE3131;
    --main-blue: #2F3967;
}



@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-Black.eot');
    src: local('Heebo-Black'),
    url('Heebo/Heebo-Black.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-Black.woff2') format('woff2'),
    url('Heebo/Heebo-Black.woff') format('woff'),
    url('Heebo/Heebo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-Bold.eot');
    src: local('Heebo Bold'), local('Heebo-Bold'),
    url('Heebo/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-Bold.woff2') format('woff2'),
    url('Heebo/Heebo-Bold.woff') format('woff'),
    url('Heebo/Heebo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-Medium.eot');
    src: local('Heebo-Medium'),
    url('Heebo/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-Medium.woff2') format('woff2'),
    url('Heebo/Heebo-Medium.woff') format('woff'),
    url('Heebo/Heebo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-ExtraBold.eot');
    src: local('Heebo-ExtraBold'),
    url('Heebo/Heebo-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-ExtraBold.woff2') format('woff2'),
    url('Heebo/Heebo-ExtraBold.woff') format('woff'),
    url('Heebo/Heebo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-Light.eot');
    src: local('Heebo-Light'),
    url('Heebo/Heebo-Light.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-Light.woff2') format('woff2'),
    url('Heebo/Heebo-Light.woff') format('woff'),
    url('Heebo/Heebo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-Regular.eot');
    src: local('Heebo-Regular'),
    url('Heebo/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-Regular.woff2') format('woff2'),
    url('Heebo/Heebo-Regular.woff') format('woff'),
    url('Heebo/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo/Heebo-Thin.eot');
    src: local('Heebo-Thin'),
    url('Heebo/Heebo-Thin.eot?#iefix') format('embedded-opentype'),
    url('Heebo/Heebo-Thin.woff2') format('woff2'),
    url('Heebo/Heebo-Thin.woff') format('woff'),
    url('Heebo/Heebo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}




button:focus,a:focus {
    outline: none;
    box-shadow: none;
}
.wrp-land-banner{
    font-size: 18px;
    font-family: 'Heebo';
    background-image: url("/catalog/view/theme/lpggas/image/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.l-banner-element{
    margin-bottom: 30px;
}
.l-banner-title{
    padding-top: 50px;
    text-transform: uppercase;
    font-family: Heebo;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 70px;
    background: linear-gradient(90deg, #FFB1B1 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-red{
    color: #FF0000;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
}
.wrp-actions{
    margin-bottom: 50px;
    padding: 20px;
}
.action-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
    position: relative;
    margin-bottom: 15px;
}
.bottom-red-line:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 125px;
    height: 2px;
    background-color: #EE3131;
}
.action-text{
    font-size: 18px;
    text-indent: 20px;
    margin-bottom: 20px;
}

.action-element{
    text-align: center;
    max-width: 165px;
    background: linear-gradient(180deg, #EE3131 0%, #F03C3C 51.56%, #A50303 93.75%);
    padding: 30px 7px 20px 7px;
    color: #fff;
    position: relative;
    cursor: pointer;

    transition: .4s;
}
.action-element:after {
    content: '';
    position: absolute;
    z-index: 0;
    border-right: 24px solid #fff;
    border-bottom: 24px solid transparent;
    bottom: 0;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    opacity: 1;
    transition: 0.3s;
}
.action-element:hover:after{
    opacity: .5;
    top: -24px;
    right: -24px;
}
.a-element-icon{
    margin-bottom: 20px;
    height: 58px;
    transition: .3s;
}
.action-element:hover .a-element-icon{
    transform: scale(1.1);
}
.a-element-title{
    font-family: Heebo;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}
.a-element-text{
    font-size: 14px;
}
.wrp-wide-text{
    background-image: url("/catalog/view/theme/lpggas/image/wide-text-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 500;
    font-size: 24px;
    padding: 20px 0px;
    color: #fff;
    margin-bottom: 50px;
    line-height: 35px;
}
.wrp-calculate{
    margin-bottom: 50px;
}
.calculate-title,.gallery-title{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
    position: relative;
}
.calculate-text{
    font-family: Heebo;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    text-indent: 1.5em;
}
.calculate-text strong{
    color: #2F3967 ;
}
.calc-row{
    border: 1px solid rgba(47, 57, 103, 0.25);
}
.calc-row .calculate-text{
    color: #2F3967 ;
    font-weight: bold;
}
.wrp-calc-img{
    background-color: #FF0000;
    max-width: 68px;
    min-height: 80px;
}
.wrp-calc-form input{
    text-align: right;
    color: rgba(47, 57, 103, 1);
    font-weight: bold;
    border: unset;
    border: 1px solid transparent;
    transition: 0.3s;
    border-bottom: 2px solid rgba(47, 57, 103, 1);
}
.wrp-calc-form input:focus,.wrp-calc-form input:focus-visible,.wrp-calc-form input:hover{
    border: unset;
    outline: none;
    border: 1px solid rgba(47, 57, 103, 0.2);
    border-bottom: 2px solid rgba(47, 57, 103, 1);
}

.wrp-calc-form input.error{
    border-color: #FF0000;
}

.land-btn{
    background-color: #EE3131;
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 0px;
    position: relative;
    padding: 5px 30px;
    border: unset;
}
.land-btn:after {
    content: '';
    position: absolute;
    z-index: 0;
    border-bottom: 24px solid #fff;
    border-left: 24px solid transparent;
    bottom: -1px;
    right: -1px;
    height: 24px;
    width: 24px;
}
.land-btn:focus{
    outline: none;
    box-shadow: unset;
}
#wrp-srok-okupaemosti{
    overflow: hidden;
    height: 0px;
    transition: 0.3s;
}
#wrp-srok-okupaemosti.active{
    height: 80px;
}
#srokOkupaemosti{
    color: #EE3131;
}

.gallery-row{
    position: relative;
}
.gallery-row img{
    padding: 5px;
    background-color:  rgba(238, 49, 49, 0.3);
}
.gallery-filter{
    display: none;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 0px;
    height: 100%;
    background-color:  rgba(238, 49, 49, 0.3);
    z-index: 9;
}
.gallery-hover{
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: calc(100% - 30px);
    transition: 0.3s;

    padding-left: 15px;
    border-left: 11px solid #2F3967;
    background: rgba(255, 255, 255, 0.9);
}
.gallery-hover-title{
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2F3967;
    margin: 10px 0px;
}
.gallery-hover-description{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #727272;
    margin-bottom: 10px;
}
.wrp-gallery{
    margin-bottom: 30px;
}
.gallery-row:hover .gallery-hover{
    opacity: 1;
}
.gallery-row:hover .gallery-filter{
    display: block;
}
.wrp-gallery-btns button{
    padding: 5px 40px;
}

.gallery-card-title{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #2F3967;

    margin-bottom: 20px;
}

.gallery-card-description{
    font-family: Heebo;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
}
.gallery-card-description strong{
    font-weight: bold;
    color: #2F3967;
}
.gallery-card-description ul{
    margin: 10px 0px;
    list-style: none;
    padding-left: 0px;
}
.gallery-card-description li{
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2F3967;
    padding-bottom: 5px;
    position: relative;
    width: fit-content;
    margin-bottom: 8px;
}
.gallery-card-description li:after{
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    background: #FF0000;
}
.gallery-card img{
    border-radius: 20px;
}
.wrp-gallery-card-slick img{
    border-radius: 5px;
}
.gallery-list{
    transition: 0.6s;
}
.gallery-list.hidden{
    opacity: 0;
}

.gallery-card{
    opacity: 0;
    transition: 2s;
}
.gallery-card.active{
    opacity: 1;
}
/*.galleryBack{*/
    /*cursor: pointer;*/
    /*font-size: 24px;*/
    /*color: #fff;*/
    /*width: 26px;*/
    /*background-color: #FF0000;*/
    /*height: 20px;*/
    /*display: block;*/
    /*text-align: center;*/
/*}*/
.galleryBack:after,.callGalConsult:after{
    content: unset !important;
}
.wrp-form-block{
    background-image: url("/catalog/view/theme/lpggas/image/block-form.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
    margin-bottom: 50px;
}
.form-block-title{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.form-block-description{
    color: #fff;
    font-size: 16px;
}
.form-block-description strong{
    margin-bottom: 12px;
    font-weight: 18px;
}
.form-block-description ul{
    font-size: 14px;
}
.form-block-help{
    color: #2F3967;
    padding: 20px 0px;
    background: #fff;
}
.form-block-help .form-block-title{
    font-size: 18px;
    color: #2F3967;
    font-weight: bold;
    line-height: 26px;
}

.form-block-help input{
    height: 30px;
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    color: #fff;
    background: #A6ADD0;
    border: 1px solid transparent;
    padding-left: 15px;
}
.form-block-help input::placeholder{
    color: #fff;
}
.form-block-help input:focus{
    outline: unset;
    box-shadow: unset;
}


.wrp-price-card{
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    padding: 15px;
    transition: .3s;
}
.card-manufacture-title{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #FF0000;
}
.card-title{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}
.card-manufacturer-text{
    margin-left: 15px;
    font-size: 18px;
}
.wrp-collapse-img{
    background: #FF0000;
    padding: 9px 25px;
    margin-right: 30px;
}
.card{
    border: unset;
    border-radius: 0px;
}
.accordion-header{
    background: rgba(47, 57, 103, 0.25);
    margin-bottom: 5px;
}
.accordion-header button{
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.card-body{
    background: #fff;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.card-package{
    margin-bottom: 10px;
    min-width: 180px;
    background: #FFFFFF;
    border: 1px solid rgba(47, 57, 103, 0.25);
    box-sizing: border-box;
    padding: 10px 18px;
}
.card-package-title{

    max-width: 153px;
    margin: 0 auto;

    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #2F3967;

    border-bottom: 1px solid rgba(47, 57, 103, 0.25);
    padding-bottom: 10px;
}
.card-package-price{
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.card-package-shord{
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}
.card-package-consult button{
    background: #2F3967;
}
.wrp-bottom-text{
    text-indent: 25px;
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 27.5423px;
    line-height: 40px;
    color: #000000;
}
.wrp-bottom-text strong{
    color:#2F3967;
}
.changePriceById{
    cursor: pointer;
    border: 1px solid transparent;
}
.changePriceById:hover{
    border-color: #2F3967;
    transform: scale(0.9);
}

.land-modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    border: unset;
    background: transparent;
    font-size: 18px;
}

#consultModal input,#consultModal textarea,
#orderModal input,#orderModal textarea,
#uslugiModal input,#uslugiModal textarea
{
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    background: #A6ADD0;
    border: 1px solid transparent;
    padding-left: 15px;
}
#consultModal input,
#orderModal input,
#uslugiModal input{
    height: 30px;
}
#consultModal input::placeholder,#consultModal textarea::placeholder,
#orderModal input::placeholder,#orderModal textarea::placeholder,
#uslugiModal input::placeholder,#uslugiModal textarea::placeholder{
    color: #fff;
}
#consultModal input:focus,#consultModal textarea:focus,
#orderModal input:focus,#orderModal textarea:focus,
#uslugiModal input:focus,#uslugiModal textarea:focus{
    outline: unset;
    box-shadow: unset;
}
#consultModal .modal-body,
#orderModal .modal-body,
#uslugiModal .modal-body{
    padding: 20px;
}


@media (max-width: 992px){
    .gallery-hover{
        opacity: 1;
    }
    .wrp-calculate,.wrp-pricing,.wrp-bottom-text{
        padding: 20px;
    }
    .form-block-title{
        margin-top: 20px;
    }
    .l-banner-element-text{
        background: #000000c9;
        box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    }
    .action-element:after{
        content: unset;
    }
    .action-element{
        margin: 4px;
    }
    .slick-slider .slick-arrow{
        opacity: 1;
    }
}

