.top_banner{
    position: relative;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    max-width:1920px;
    margin: 0 auto;
    overflow:hidden;
    line-height: 1.2;
    min-height: clamp(350px, 63vw, 513px);
    font-size: 16px;
}
.top_banner:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#00000059;
}
.top_banner>.container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.form_block_banner {
    width: 100%;
    max-width: 386px;
    padding: 30px;
    background: #2D377F;
    color:#fff;
    .name_form {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-right: -14px;
    }
}

.top_banner .form_block .caption_input,.top_banner .form_block .accept_check {
    color: #ffffff;

}
.top_banner .form_block .accept_check{
    margin-top: 17px;
    margin-bottom: 30px;
}
.top_banner .left_block {
    position: static;
    width: 58.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
    color: #ffffff;
    .title_banner {
        font-size: clamp(26px, 5vw, 32px);
        font-weight: 700;
        &+p{
            margin-top: 15px;
            font-weight: 700;
        }
    }
    .advantage_banner_block {
        display: flex;
        gap: 20px;
        .advantage_banner_block__item {
            padding: clamp(15px,4vw,20px);
            background: #FFFFFF99;
            font-size: 14px;
            color: black;
            font-weight: 600;
			flex: 1 1 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            .dd{
                color:#fff;
                font-size: clamp(16px,4vw,20px);
                font-weight: 700;
                background: #2D377F;
                padding:0 5px;
                margin-top: 10px;
            }
        }
    }
}
.advantage_section {
	background: #f6f6f6;
	padding: 60px 0;
}
.slaser-card {
	margin: 0 auto;
	background: white;
	box-shadow: 0 25px 40px -15px rgba(0,20,40,0.2);
	padding: clamp(20px,4vw,50px);
	transition: 0.2s;
}

.main-heading {
    font-size: clamp(24px,4vw,46px);
    font-weight: 700;
    border-left: 8px solid #cf1020;
    padding-left: clamp(16px,4vw,30px);
    text-align: left;
}

.lead-paragraph {
    font-size: 18px;
    text-align: left;
    margin-top: clamp(20px,4vw,30px);
}

.methods-grid {
    .method-item {
        position: relative;
        background: #f9fcff;
        padding: 16px 30px 26px;
        border: 1px solid #dee9f2;
        margin-top: clamp(20px,3vw,30px);
        &:after{
            content: '';
            position: absolute;
            display: block;
            bottom: 18px;
            left: 0;
            right: 0;
            margin: 0 30px;
            border-bottom: 1px solid #2C2C2E;
        }
    }
    .method-title {
        font-size: clamp(18px,3vw,24px);
        font-weight: 700;
        padding: 0;
        text-align: left;
        &:after {
            top: 6px;
            right: 5px;
        }
    }
}


@media (max-width: 700px) {
    .main-heading {
        border-left: 4px solid #cf1020;
    }
    .methods-grid {
        .method-item {
            padding: 10px 16px 26px;
            &:after {
                margin: 0 16px;
            }
        }
    }

    .complex-block {
        flex-direction: column;
        align-items: start;
        gap: 1.2rem;
        padding: 1.2rem;
    }

    .complex-tag {
        white-space: normal;
    }

    .large-format-block {
        padding: 1rem;
    }

    .large-format-title {
        font-size: 1.2rem;
        line-height: 1.1;
    }

    .large-format-text {
        font-size: 1rem;
    }

    .complex-text-original {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}

.descr_section .blue_text_block {
    margin-top: 60px;
}

.price-factors-card {
    margin: 0 auto;
    box-shadow: 0 30px 45px -20px rgba(0, 20, 40, 0.25);
    padding: clamp(20px, 4vw, 50px);
}

.section-caption {
    font-size: 2rem;
    font-weight: 700;
    color: #0b1f33;
    margin-bottom: 1.5rem;
    border-left: 8px solid #cf1020;
    padding-left: 1.5rem;
}

.factor-block {
    margin-top: clamp(20px,3vw,30px);
    border-bottom: 2px dashed #cbd5e1;
    padding-bottom: clamp(16px,3vw,30px);
    line-height: 1.2;
    .bg_section_title{
        margin-bottom: clamp(16px,3vw,20px);
        padding: 10px clamp(16px,3vw,20px);
        text-align: left;
        font-size: clamp(20px,3vw,24px);
    }
    .text_block{
        li ul{
            margin-top: 10px;
        }
    }
}

.plain-text {
font-size: 1.08rem;
margin: 1.2rem 0;
color: #1e2f40;
}
strong {
	color: rgba(185, 19, 35, 0.83);
	font-weight: 700;
}
em {
font-style: italic;
color: #2c3e5c;
}
.weld-type-box {
	background: #f6faff;
	padding: 1.5rem 2rem;
	margin: 1.5rem 0;
	border-left: 6px solid rgba(185, 19, 35, 0.83);
}

.weld-type-title {
font-size: 1.4rem;
font-weight: 700;
color: #0b1f33;
margin-bottom: 0.75rem;
}
.influence-note {
background: #102b44;
color: white;
padding: 1.8rem 2.5rem;
margin: 2rem 0 1.5rem 0;
font-size: 1.2rem;
box-shadow: inset 0 2px 10px rgba(255,255,255,0.1);
}
.influence-note em {
color: #ffd966;
font-style: italic;
}
.influence-note strong {
color: #ffaa33;
}
.extra-meta {
color: #4a5f7a;
font-size: 0.95rem;
margin-top: 1rem;
font-style: italic;
}
@media (max-width: 700px) {

.weld-type-title {
	font-size: 1.1rem;
}
.plain-text {
	font-size: .8rem;
}
.weld-type-box ul li {
	margin-bottom: 1rem;
	font-size: .9rem;
}
.influence-note {
	padding: 1.5rem;
	font-size: 1rem;
}
}

.original-p {
margin: 1.2rem 0;
}
@media all and (min-width:992px){
    .assortment_content .right_block>p{
        white-space:nowrap;
    }
}
@media all and (max-width:991px){
    .top_banner .left_block{
        width: 100%;
    }
    .form_block_banner{
        max-width: 100%;
    }
}
@media all and (max-width:768px){
    .our_device .wrap_slider {
        margin: 0 -16px;
    }
    .our_device_detail .left_block h4 {
        margin-bottom: 24px;
    }
    .our_device_detail .btn_block>img {
        display: block;
        margin: 0 auto 26px;
        max-height:50px;
    }
    .our_device_detail .btn_block>a {
        width: 100%;
        margin-bottom: 22px;
        padding: 15px 7px;
    }
    .our_device_detail .btn_block>a:last-child{
        margin-bottom: 0;
    }
    .our_device_detail .right_block .item_device {
        margin-top: 32px;
        height: auto;
    }
    .our_device_detail .right_block .row_table {
        background-image: none;
    }
}
@media all and (max-width:576px){
    .top_banner{
        height:auto;
    }
    .top_banner>.container {
        position: relative;
    }
    .top_banner .left_block {
        .advantage_banner_block {
            gap: 16px;
            flex-direction: column;
            margin-top: 40px;
        }
    }
}
