body{
    padding: 0;
    margin: 0;
}
.lasertrb__page__wrap{
    font-family: "Inter Tight", sans-serif;
}

.main .container > .row > .maxwidth-theme{
    max-width: 100%!important;
    width: 100%!important;
    padding: 0!important;
}

.lasertrb__page__wrap *{   
    box-sizing: border-box;
}

.listogib__relative{
    position: relative;
}

.lasertrb__page__container{
    max-width: 1564px;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto;
}

.lasertrb__bottom_banner_wrap{
    position: relative;
    padding-bottom: 10px;
}

.lasertrb__bottom_banner_wrap svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
}

.lasertrb__bottom_banner_wrap ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lasertrb__bottom_banner_wrap ul li{
    font-weight: bold;
    font-size: 32px;
    color: #000;
}

.lasertrb__bottom_banner_wrap ul li::before{
    display: none;
}

.lasertrb__bottom_banner_wrap ul li span{
    color: #007A93;
}

.lasertrb__prev__list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.lasertrb__prev__item{
    width: 25%;
}

.lasertrb__prev__svg__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 25px;
}

.lasertrb__prev__item__title{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}

.lasertrb__prev__item__text{
    font-size: 17px;
    line-height: 1.3;
}

.lasertrb__page__container .maxwidth-theme{
    padding-bottom: 30px!important;
}

.lasertrb__prev__item__text li::before{
    display: none;
}

.lasertrb__prev__item__text li{
    list-style-type: disc;
}

.lasertrb__prev__item__text ul{
    padding-inline-start: 17px;
}

.lasertrb__page__catalog__charlist{
    width: 100%;
}

.lasertrb__page__catalog__charlist
li{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    position: relative;
}

.lasertrb__page__catalog__charlist
li::before{
    content: "";
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 2px;
    pointer-events: none;
    border-bottom: 1px dotted #00000047;
    z-index: -1;
    background: none;
    top: auto;

}

.lasertrb__page__catalog__charlist
li span:first-child{
    font-size: 13px;
    background-color: #fff;
    line-height: 1.2;
    color: #8a8a8a;
    font-weight: 400;
    display: block;
    padding-right: 10px;
}

.lasertrb__page__catalog__charlist
li span:last-child{
    font-size: 13px;
    color: #000;
    font-weight: bold;
    display: block;
    padding-left: 10px;
    text-align: right;
    background-color: #fff;
    line-height: 1.2;
}

.lasertrb__page__catalog__title{
    margin-top: 60px;
    font-weight: 500;
    font-size: 45px;
    color: #000;
    margin-bottom: 30px;
    padding-left: 53px;
}

.lasertrb__page__catalog__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lasertrb__page__catalog__item{
    border: 2px solid #00788E;
    padding: 25px;
    width: calc(50% - 35px);
    position: relative;
    margin-bottom: 70px;
}

.lasertrb__page__catalog__item::before{
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: -28px;
    height: 44px;
    background-color: #fff;
    width: 80px;
    border-bottom: 2px solid #00788E;
    transform: rotate(-45deg);
}

.lasertrb__page__catalog__item::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    right: -29px;
    height: 44px;
    background-color: #fff;
    width: 80px;
    border-bottom: 2px solid #00788E;
    transform: rotate(135deg);
}

.lasertrb__page__catalog__item__setka{
    display: flex;
    align-items: center;
}

.lasertrb__page__catalog__item__setka > .left{
    width: 40%;
}

.lasertrb__page__catalog__item__setka > .right{
    width: 60%;
}

.asertrb__page__catalog__item__setka{
    
}

.lasertrb__page__catalog__name{
    font-size: 24px;
    text-align: center;
    padding: 0 30px;
    font-weight: 600;
    color: #007A93;
}

.lasertrb__page__catalog__item__setka img{
    width: 100%;
}


.lasertrb__page__catalog__item__btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.lasertrb__page__catalog__item__btn-wrap a,
.lasertrb__page__catalog__item__btn-wrap > div{
    cursor: pointer;
    background-color: #EFA224;
    border: 2px solid #EFA224;
    width: 220px;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    color: #000;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 0 10px;
}

.lasertrb__page__catalog__item__btn-wrap > .trans-btn{
    background-color: #fff;
    box-shadow: none;
    color: #00788E;
    border: 2px solid #00788E;
}

.lasertrb__obr-text__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px;
    margin: 30px 0;
    flex-direction: column;
    position: relative;
}

.lasertrb__obr-text__wrap p{
    text-align: center;
}

.lasertrb__obr-text__wrap::before{
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: -28px;
    height: 44px;
    background-color: #fff;
    width: 80px;
    border-bottom: 2px solid #00788E;
    transform: rotate(-45deg);
    display: none;
}

.lasertrb__obr-text__wrap::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    right: -29px;
    height: 44px;
    background-color: #fff;
    width: 80px;
    border-bottom: 2px solid #00788E;
    transform: rotate(135deg);
    display: none;
}

.lasertrb__obr-text__wrap h3{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.lasertrb__obr-text__wrap ul{
    list-style-type: none;
    padding-left: 20px;
    padding-inline-start: 0px;
    display: flex;
    align-items: center;
}

.lasertrb__obr-text__wrap ul li{
    margin-right: 15px;
}

.lasertrb__obr-text__wrap ul li::before{
    display: none;
}

.lasertrb__obr-text__wrap ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.lasertrb__obr-text__wrap{
    font-size: 16px;
    margin-top: 15px;
}

.lasertrb__obr-text__btn{
    cursor: pointer;
    background-color: #EFA224;
    border: 2px solid #EFA224;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    color: #000;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 0 10px;
}

.lasertrb__obr-text__wrap ul li span{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00788E;
    color: #00788E;
    margin-right: 10px;
    border-radius: 100%;
    font-size: 14px;
}

.lasertrb__page__catalog__bottom-btn{
    cursor: pointer;
    background-color: #EFA224;
    border: 2px solid #EFA224;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    color: #000;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 0 10px;
}

.lasertrb__page__catalog__bottom{
    display: flex;
    justify-content: center;
}

.lasertrb__obr__wrap{
    margin-top: 70px;
}

.lasertrb__obr__title__wrap{
    display: flex;
    justify-content: center;

}

.lasertrb__obr__title__wrap h3{
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

.lasertrb__obr__title__wrap h3 svg{
    position: absolute;
    left: 0;
    bottom: 3px;
}

.lasertrb__obr__list{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.lasertrb__obr__list .lasertrb__obr__list__item{
    width: calc(33% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lasertrb__obr__list .lasertrb__obr__list__item p{
    font-size: 16px;
    font-weight: 500;
}

.lasertrb__obr__list .lasertrb__obr__list__item p::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #007A93;
    margin-right: 5px;
}

.lasertrb__obr__list .lasertrb__obr__list__item img{
    max-width: 100%;
    margin-top: 15px;
}

.lasertrb__obr2__list{
    display: flex;
    width: 100%;
    margin-top: 80px;
}


.lasertrb__obr2__left img, .lasertrb__obr2__right img{
    max-width: 100%;
}


.lasertrb__obr2__left{
    align-items: start;
    width: 26%;
    display: flex;
}

.lasertrb__obr2__right{
    align-items: end;
    justify-content: flex-end;
    width: 20%;
    display: flex;
}

.lasertrb__obr2__center{
    width: 54%;
}

.lasertrb__obr2__center li{
    margin-bottom: 13px;
    font-size: 16px;
}

.lasertrb__obr2__center li::before{
    display: none;
}

.lasertrb__obr2__center ul li{
    list-style-type: disc;
    
}

.lasertrb__obr2__center ul{
    padding-left: 30px;
}

.lasertrb__obr2__center li::marker{
    color: #007A93;
}

.lasertrb__obr2__item{
    margin-bottom: 42px;
}

.lasertrb__obr2__item__title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}


.lasertrb__anji__flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lasertrb__anji__flex > div{
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.lasertrb__anji__flex .lasertrb__anji__left img{
    width: 100%;
}

.lasertrb__anji__wrap{
    margin-top: 50px;
}

.lasertrb__anji__flex .lasertrb__anji__right span{
    font-weight: bold;
    color: #007A93;
}

.lasertrb__anji__flex .lasertrb__anji__right p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}

.lasertrb__anji__flex .lasertrb__anji__right h3{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 45px;
    color: #007A93;
    margin-bottom: 40px;
}



.lasertrb__contact__wrap{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.lasertrb__contact__wrap .lasertrb__contact__bg{
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.lasertrb__contact__form-wrap{
    width: 550px;
    padding: 30px 60px;   
}

.lasertrb__contact__form-wrap h3{
    font-size: 45px;
    color: #007A93;
    font-weight: bold;
    margin: 0;
}

.lasertrb__contact__form-wrap p{
    font-size: 18px;
    color: #007A93;
    line-height: 1.4;
    opacity: 0.5;
    margin: 0;
}

.lasertrb__contact__form-wrap .b24-form-padding-side{
    padding: 0;
}

.lasertrb__contact__form-wrap .b24-form-wrapper.b24-form-border-bottom{
    border: none;
}

.lasertrb__contact__form-wrap .b24-form-wrapper{
    background: none;
}

.lasertrb__contact__form-wrap .b24-form-control-string .b24-form-control{
    border: 2px solid#007A93;
    border-radius: 5px;
    background: none;
}

.lasertrb__contact__form-wrap .b24-form-control-string .b24-form-control-label{
    color: #007A93;
}
  
.lasertrb__contact__form-wrap .b24-form-control-string .b24-form-control-label{
    color: #007A93;
}

.lasertrb__contact__form-wrap{
    position: relative;
}

.lasertrb__contact__form-wrap .b24-form-btn{
    cursor: pointer;
    background-color: #EFA224;
    border: 2px solid #EFA224;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

.lasertrb__contact__form-wrap .b24-form-control-string input{
    width: 100%;
}

.lasertrb__contact__form-wrap .b24-form-content form > div:first-child{
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-between;
}

.lasertrb__contact__form-wrap .b24-form-field{
    width: 100%;
}

.lasertrb__contact__form-wrap .b24-form-field.b24-form-field-email,
.lasertrb__contact__form-wrap .b24-form-field.b24-form-field-phone{
    width: calc(50% - 10px);
}

.lasertrb__contact__img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.lasertrb__contact__form{
    position: relative;
    z-index: 10;
}

.lasertrb__bottom_banner_wrap ul{
    padding-inline-start: 0px;
}


.lasertrb__page__wrap .a-logo{
    position: absolute;
    right: 63px;
    bottom: 30px;
}

@media screen and (max-width: 1420px) {
    .lasertrb__bottom_banner_wrap ul li{
        font-size: 25px;
    }


}


@media screen and (max-width: 998px) {
    .lasertrb__prev__list{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lasertrb__obr-text__wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 30px;
        border: 2px solid #00788E;
    }

    .lasertrb__obr-text__btn{
        margin-top: 20px;
    }

    .lasertrb__prev__item{
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lasertrb__bottom_banner_wrap ul li{
        font-size: 15px;
    }

    .lasertrb__page__catalog__list{
        flex-wrap: wrap;
    }

    .lasertrb__page__catalog__item{
        width: 100%;
    }

    .lasertrb__page__catalog__item__setka{
        flex-wrap: wrap;
    }

    .lasertrb__page__catalog__charlist{
        padding-inline-start: 0px;
    }

    .lasertrb__page__catalog__item__setka > div{
        width: 100%;
    }


    .lasertrb__obr__list{
        flex-wrap: wrap;
    }

    .lasertrb__obr__list .lasertrb__obr__list__item{
        width: 100%;
    }

    .lasertrb__obr2__list{
        flex-wrap: wrap;
    }

    .lasertrb__obr2__list > div{
        width: 100%;
        margin-bottom: 30px;
    }

    .lasertrb__anji__flex{
        flex-wrap: wrap;
    }

    .lasertrb__anji__flex > div{
        width: 100%;
        margin-bottom: 30px;
    }

    .lasertrb__contact__form-wrap{
        width: 100%;
        padding: 20px;
    }

    .lasertrb__contact__form-wrap h3{
        font-size: 25px;
        margin-bottom: 15px;
    }

    .lasertrb__contact__form-wrap p{
        font-size: 14px;
    }

    .lasertrb__anji__flex .lasertrb__anji__right p{
        font-size: 15px;
    }

    .lasertrb__obr2__item__title{
        font-size: 18px;
    }

    .lasertrb__page__catalog__name{
        font-size: 19px;
    }

    .lasertrb__page__catalog__item__btn-wrap > .trans-btn{
        margin-bottom: 10px;
    }

    .lasertrb__prev__item__title{
        font-size: 13px;
        text-align: center;
    }

    .lasertrb__prev__item__text{
        font-size: 14px;
        max-width: 250px;
        text-align: center;
    }


    .lasertrb__prev__svg__wrap{
        margin-bottom: 8px;
    }

    .lasertrb__bottom_banner_wrap ul li{
        font-size: 12px;
        margin-bottom: 7px;
        width: 50%;
        text-align: center;
    }

    .lasertrb__bottom_banner_wrap ul{
        flex-wrap: wrap;
    }

    .lasertrb__anji__flex > div{
        margin-bottom: 10px;
    }

    .lasertrb__page__wrap .a-logo{
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        display: block;
    }

    .lasertrb__page__catalog__charlist
    li span:first-child{
        font-size: 11px;
    }

    .lasertrb__page__catalog__charlist
    li span:last-child{
        font-size: 11px;
    }

    .lasertrb__obr-text__wrap::before, .lasertrb__obr-text__wrap::after{
        display: block;
    }

    .lasertrb__obr-text__wrap ul{
        display: block;
    }
}