.bold{
	font-weight: 700;
}
.bg_white{
	background-color: #ffffff;
}
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.ml-40{
    margin-left: 40px;
}
.mtb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.w_40{
    width: 40%;
}
.font-sm{
    font-size: 0.5em;
}
.fw_700{
    font-weight: 700;
}
.red-text{
    color: #FF0000 !important;
}
.blue-text{
    color: #2C2F38 !important;
}
.price{
    font-size: 1.7em;
}
.productLanding .sticky {
    position: relative;
}
.productLanding .table_str.bg_grey{
    background-color: #F4F5F8;
}
.productLanding .dsp_flx_cotn_sp_ev{
    justify-content: space-between;
}
.page-header ul li{
    margin-bottom: 0;
}
.d_grid_2{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}
.d_flx_col_center{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.pic_block.play a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
}
.pic_block.play a div{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}
.pic_block.play a div svg{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -9px;
}
.productLanding .callbackForm .form .form-btn{
    border: none;
}
.productLanding .callbackForm .form .form-btn span{
    position: initial;
    padding: 0 14px 0 0;
    border: 0;
}


.productLanding .page-header h1{
    text-shadow: 0px 0 0.7rem rgba(0, 0, 0, 0.5);
}
.productLanding{
	font-family: 'Golos Text', sans-serif;
    background-color: #F4F5F8;
}
.productLanding h2{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.page-header.prodLanding{
    background-image: url("/local/landing/img/pbu-fon1-2.png");
    padding: 3% 0;
}
.page-header.prodLanding .page-header_content3 form{
    margin: 20px 0;
}
.page-header.prodLanding .page-header_content_fon{
    background: none;
    margin: 20px 0;
    color: #ffffff;
    padding: 0 20px;
}
.page-header.prodLanding .page-header_form{
    width: auto;
    padding: 20px 40px;
}
.page-header.prodLanding .page-header_content_fon .mainEconomy{
    font-size: 2.5em;
}
.page-header.prodLanding .page-header_content_fon .mainEconomy .overText .bold{
    font-size: 1.5em;
}
.page-header.prodLanding .page-header_content_fon .mainEconomy .overSmallText{
    margin-top: 20px;
}
.page-header_form .form-btn{
    border: none;
}
.page-header_form input.form-control{
    color: #000000;
}
.page-header_form input.form-control:focus{
    box-shadow: none;
    margin-bottom: 7px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
}







.container-banner h1{
	margin: 0 0 10px 0;
	text-shadow: 0px 0.2rem 1rem rgba(0, 0, 0, 0.7);
	font-weight: 700;
}
.container-banner {
    background: url("/local/landing/img/pbu-fon1-2.png") no-repeat;
    min-height: 83vh;
    background-size: cover;
    display: flex;
    position: relative;
    text-align: left;
    color: #fff;
	padding: 20px 0;
}
.smallText{
	font-size: 30px;
    line-height: 30px;
}
.container-banner .features-banner{
	padding: 0;
	margin-left: 35px;
}
.container-banner ul.features-banner li{
	list-style-image: url(../icon/Check.svg);
	margin: 5px 0;
    font-size: 1.2em;
	color: #ffffff;
}
.features-banner {
    margin: 20px 0;
	color: #ffffff;
}
.price-banner {
	font-size: 2em;
}
.price-banner span {
	font-size: 2em;
    font-weight: bold;
}
.header-banner {
    font-size: 2.5em;
    font-weight: bold;
}
.sub-header-banner {
    font-size: 2em;
    color: green;
}

.economy-banner {
    font-size: 2em;
    display: flex;
    align-items: flex-start;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
	line-height: 40px;
}
.economy-banner .overText{
	font-size: 0.7em;
}
.economy-banner .overText span{
	font-size: 2em;
}
.economy-banner .overSmallText{
	font-size: 1em;
	margin-top: 30px;
}
.form-container-banner {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin-top: 20px;
}
.form-container-banner input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}
.form-container-banner button {
    width: 100%;
    padding: 15px;
    background-color: green;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}
.contact-info {
    margin-top: 20px;
    font-size: 1em;
}
.contact-info a {
    color: lightgreen;
    text-decoration: none;
}
/*BLOCK 1
Section for ТРИ ПРИЧИНЫ ПОЧЕМУ ПБУ-2 С ПАЛУБНЫМ ДВИГАТЕЛЕМ
*/
.productLanding .block1_content .b1_text h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: left;
    margin: 0;
}
.productLanding .block1_content2_left p, .block1_content2_right p{
    color: #ffffff;
}
.productLanding .block1_content2_left p.total{
    border-top: 1px solid #ffffff;
    padding-top: 15px;
}
.productLanding .block1_content2 {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}
.productLanding .block1_content2_left{
    background-color: #03B22A;
    padding:30px 50px;
    height: 100%;
}
.productLanding .block1_content2_right{
    background-color: #333333;
    padding:30px 50px;
    height: 100%;
}
/*BLOCK 2
Section for ЗАРАБАТЫВАЙ БОЛЬШЕ ЗА МЕНЬШИЕ ДЕНЬГИ
*/
.productLanding .block2_content {
    margin: 30px 0;
    gap: 30px;
}
.productLanding .block2_content1 p{
    margin: 0;
}
/*BLOCK 3
Section for Отбор проб в 5 раза  быстрее
*/
.productLanding .block3_content2, .productLanding .block13_content2, .productLanding .block23_content3{
    position: relative;
    max-width: 800px;
    margin: 50px auto;
}
/*BLOCK 4
Section for Вся правда о нашей буровой с zavodbt
*/
.productLanding .landingBlockTruthDrill_items .picBlock.play a{
    background-color: rgba(0, 0, 0, 0.5);
}
.productLanding .landingBlockTruthDrill_items .picBlock{
    border-radius: 0;
}
.productLanding .work_all .picBlock.play a{
    background-color: rgba(0, 0, 0, 0.5);
}
.productLanding .work_all .picBlock{
    border-radius: 0;
}
.productLanding .block4_content img{
    margin: 0;
}



.work_all {
    margin: 0 8rem;
}
.work_all .prev, .work_all .next{
    position: absolute;
    top: 40%;
    cursor:pointer;
    border: 0.1rem solid #898989;
    border-radius: 2rem;
    padding: 1rem;
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: transparent;
}
.work_all .prev svg, .work_all .next svg {
    color: #898989;
    fill: #898989;
    width: 100%;
    height: 100%;
    pointer-events: none;
    max-height: 100%;
    display: block;
    max-width: 100%;
}
.work_all .prev{
    left: -5rem;
}
.work_all .next{
    right: -5rem;
}
.work_all .prev:hover, .work_all .next:hover{
    background-color: #03B22A;
    color: #ffffff;
    border: 0.1rem solid #03B22A;
}
.work_all .prev:hover svg, .work_all .next:hover svg{
    fill: #ffffff;
}
.work_all .sliderBlock{
    padding: 0 1rem;
}
.work_all .picBlock{
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}
.work_all .textBlock{
    margin: 1rem 0;
}
.work_all .title{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.work_all .picBlock.play a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    top: 0;
    left: 0;
}
.work_all .picBlock.play a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -9px;
}
.work_all .picBlock.play a div{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}
/*BLOCK 5
Section for АКЦИЯ - 50% НА ТБСУ
*/
.productLanding .block5_content{
    grid-template-columns: 2fr 3fr;
    margin: 30px 0;
}
.productLanding .block5_content1{
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.productLanding .block5_content1.right_block{
    background-color: #F4F5F8;
}

.productLanding .blockLeasing h2, .productLanding .blockLeasing h3{
    text-align: left;
}
.productLanding .block10 ul li::marker {
    color: #03B22A;
}
.productLanding .block6_content{
    margin-top: 30px;
}
/*BLOCK 11
Section for ИДЕАЛЬНА ДЛЯ НОВИЧКОВ В ИЗЫСКАНИЯХ
*/
.productLanding .block11_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}
.productLanding .block11_content_left {
    height: 100%;
}
.productLanding .block11_content_right {
    background-color: #03B22A;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
.productLanding .block11_content_right p{
    color: #ffffff;
}
/*BLOCK 13
Section for Работа полыми шнеками
*/
.productLanding .block13_content_1{
    margin-top: 30px;
}
.productLanding .block13_content3{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}
.productLanding .block13_content3_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
.productLanding .block13_content3_right {
    height: 100%;

}
/*BLOCK 14
Section for Работа полыми шнеками
*/
.productLanding .block14_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
}
.productLanding .block14_content_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background-color: #fff;
}
.productLanding .block14_content_left p{
    margin-bottom: 0;
}
.productLanding .block14_content_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
/*BLOCK 15
Section for Высокая остаточная стоимость на вторичном рынке
*/
.productLanding .block15_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    width: 80%;
    margin: 30px auto 0;
}
.productLanding .block15_content_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block15_content_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*BLOCK 16
Section for БЫСТРАЯ ЗАМЕНА ТРАНСПОРТНОЙ БАЗЫ
*/
.productLanding .block16_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.productLanding .block16_content_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block16_content_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block16_content_right .pic_block{
    position:relative;
}
.productLanding .block16_content_right .textPic{
    position:absolute;
    bottom:0;
    width: 100%;
    padding:10px;
    text-align: center;
    background-color: #343434;
    color: #ffffff;
    font-weight: 700;
    margin:0;
}
/*BLOCK 17
Section for Комфортные условия труда
*/
.productLanding .block17_content2{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.productLanding .block17_content2_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block17_content2_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*BLOCK 18
Section for Статическое зондирование в кунге 13 тонн
*/
.productLanding .block18_content2{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 3fr 2fr;
    grid-gap: 50px;
}
.productLanding .block18_content2_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block18_content2_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*BLOCK 20
Section for ОБЛЕГЧЕНИЕ ТРУДА БУРОВИКОВ ПРИ СПО
*/
.productLanding .block20_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.productLanding .block20_content1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.productLanding .block20_content2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*BLOCK 21
Section for БЕЗОПАСНОСТЬ ЗАБОТА О ПЕРСОНАЛЕ
*/
.productLanding .block21_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 3fr 2fr;
    grid-gap: 50px;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.productLanding .block21_content1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block21_content2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block21_content .ul-care-staff{
    list-style: none;
}
.productLanding .block21_content .ul-care-staff li{
    margin: 20px 0;
    padding-top: 20px;
}
.productLanding .block21_content .ul-care-staff li::before{
    top: 0;
    left: 0;
}
.productLanding .block21_content .ul-care-staff li:first-child::before{
    display: none;
}
/*BLOCK 23
Section for Основные направления производства
*/
.productLanding .block23_content1{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.productLanding .block23_content1_1 {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 30px;
    background-color: #F4F5F8;
}
.productLanding .block23_content1_1 .number-production-directions{
    margin: 0;
    line-height: 70px;
}
.productLanding .block23_content1_1.black {
    background-color: #2B2A29;
}
.productLanding .block23_content1_1.black p{
    color: #ffffff;
}
.productLanding .block25{
    min-height: 83vh;
    background-size: cover;
    display: flex;
    margin-bottom: 0;
}
.productLanding .block26{
    min-height: 770px;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 3% 0;
    background-image: url(/local/landing/img/content/block_26.png);
}
.productLanding .block26 .blockContent {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}
.productLanding .block26 .blockContent .blockText {
    margin: 0 50px;
    text-align: right;
}
.productLanding .block26 .blockContent .blockText .titleText {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 20px;
}
.productLanding .block26 .blockContent .blockText .titleTextOver {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.7rem;
    background-color: #03B22A;
    color: #ffffff;
    display: inline;
    padding: 0 10px 5px;
    border-radius: 5px;
}
.productLanding .block18_table1 .table_str{
    justify-content: inherit;
}
.productLanding .block18_table1 .table_str.txt_centr{
    justify-content: center;
}
.productLanding .block23_content1_1:nth-child(1), .productLanding .block23_content1_1:nth-child(4) {
    background-color: #2B2A29;
    color: #ffffff;
}
.productLanding .block23_content1_1:nth-child(1) p, .productLanding .block23_content1_1:nth-child(4) p{
    color: #ffffff;
}
/*BLOCK 24
Section for За качество отвечаю лично
*/
.productLanding .block24_content{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.productLanding .block24_content1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productLanding .block24_content2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productLanding .block13_table1 .table_str.txt_centr {
    justify-content: center;
}
.productLanding .block1_content img{
    width: 100%;
}
.productLanding .block1_content h3 .green{
    font-size: 30px;
}
.productLanding iframe{
    width: 100%;
    height: 100%;
    min-height: 415px;
}

@media screen and (max-width: 768px) {
    .page-header_form, .w_40, .w_50, .w_60 {
        width: auto;
    }
    .page-header.prodLanding .page-header_content_fon .mainEconomy{
        font-size: 1.5em;
    }
    .productLanding .block1 .b1_text{
        order: 1;
    }
    .productLanding .block1 .b1_pic{
        order: 2;
    }
    .productLanding .block1_content2{
        display: block;
    }
    .productLanding .block11_content{
        display: flex;
        flex-direction: column;
    }
    .productLanding .block11_content_left{
        order: 2;
    }
    .productLanding .block11_content_right{
        order: 1;
        padding: 25px;
    }
    .productLanding .block12_content{
        margin-left: 0;
    }
    .productLanding .block13_content3{
        display: block;
    }
    .productLanding .block13_content3_left{
        padding: 0;
    }
    .productLanding .block14{
        background-color: #ffffff;
    }
    .productLanding .block14_content{
        display: block;
        margin-left: 0;
    }
    .productLanding .block14_content_left{
        padding: 0;
    }

    .productLanding .block23_content1{
        display: block;
    }
    .landing p.price{
        font-size: 1.7em;
    }
    .productLanding .block13_table1{
        min-width: auto;
    }
    .productLanding .block13_table1 .block13_table_str{
        min-height: auto;
    }
    /*.productLanding .block3_content2, .productLanding .block13_content2{
        max-width: 270px;
    }*/
    .productLanding .block23_content3{
        max-width: 100%;
    }
    .productLanding .blockLeasing_table1 .blockLeasing_table_str{
        min-height: 40px;
    }
    .productLanding .block18_table1 .block18_table_str{
        min-height: 40px;
    }
}
@media screen and (max-width: 500px) {
    .page-header.prodLanding {
        background-image: url(/local/landing/img/pbu-fon1-2_mobile.png);
        margin-bottom: 370px;
    }

    .page-header.prodLanding .page-header_content_fon{
        display: block;
        position: absolute;
        top: -90px;
        right: 0;
    }
    .page-header.prodLanding .page-header_content_fon .mainEconomy{
        line-height: 20px;
        color: #ffffff;
        background-color: #03B22A;
        border-radius: 10px;
        padding: 5px 20px;
        text-align: right;
        font-size: 1.1em;
    }
    .page-header.prodLanding .page-header_content_fon .mainEconomy .overText .bold{
        font-size: 1.2em;
    }
    .page-header.prodLanding .page-header_content_fon .overSmallText{
        font-size: 0.55em;
    }
    .tenderText{
        text-align: center;
    }
    .productLanding .block1_content2_left, .productLanding .block1_content2_right{
        padding: 20px 30px;
        height: auto;
    }
    .productLanding .block2_content{
        display: block;
    }
    .productLanding .block2_content1{
        margin-top: 20px;
    }
    .productLanding .block5_content{
        display: block;
    }
    .productLanding .block5 h2 span{
        display: block;
    }
    .productLanding .block15_content{
        display:block;
        width: 100%;
    }
    .productLanding .block16_content{
        display: block;
    }
    .productLanding .block17_content2{
        display: block;
    }
    .productLanding .block17_content2_right{
        margin-top: 20px;
    }
    .productLanding .block18_content2{
        display: block;
    }
    .productLanding .block19 .table_head{
        border:none;
    }
    .block18 .block13_content{
        overflow: auto;
        flex-direction: row;
    }
    .block19 .block13_content{
        overflow: auto;
        flex-direction: row;
    }
    .productLanding .block20_content{
        display:block;
    }
    .productLanding .block21_content{
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }
    .productLanding .block21_content1{
        order: 2;
    }
    .productLanding .block21_content2{
        order: 1;
    }
    .productLanding .block21_content .ul-care-staff{
        margin:0;
        padding: 0;
    }
    .productLanding .block21_content .ul-care-staff li{
        margin: 10px 0;
        padding-top: 10px;
    }
    .productLanding .block23_content1_1:nth-child(2n+1){
        background-color: #2B2A29;
        color: #ffffff;
    }
    .productLanding .block23_content1_1:nth-child(2n){
        background-color: #F4F5F8;
        color: #2C2F38;
    }
    .productLanding .block23_content1_1:nth-child(2n+1) p{
        color: #ffffff;
    }
    .productLanding .block23_content1_1:nth-child(2n) p{
        color: #2C2F38;
    }
    .productLanding .block23_content3{
        margin: 70px auto 0;
    }
    .productLanding .block26{
        background-image: url(/local/landing/img/content/block_26_mobile.png);
        min-height: 420px;
    }
    .productLanding .block26 .blockContent .blockText .titleTextOver{
        font-size: 2.5rem;
    }
    .productLanding .block26 .blockContent .blockText .titleText{
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .productLanding .block26 .blockContent .blockText {
        text-align: left;
        margin: 0 auto;
        max-width: 300px;
    }
    .productLanding .block24_content{
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }
    .productLanding .block24_content_left{
        order: 1;
    }
    .productLanding .block24_content_right{
        order: 2;
		padding-top: 10px;
    }
    .productLanding .block4 .block18_table1.sticky{
        min-width: 200px;
    }
    .productLanding .block4 .block18_table1{
        min-width: auto;
    }
    .productLanding .block8 .blockLeasing_table1.sticky{
        /*min-width: 150px;*/
        min-width: auto;
    }
    .productLanding .block8 .blockLeasing_table1{
        /*min-width: 150px;*/
        min-width: auto;
    }
    .productLanding .block19 .block18_table1.sticky{
        /*min-width: 180px;*/
        min-width: auto;
    }
    .productLanding .block19 .block18_table1{
        /*min-width: 130px;*/
        min-width: auto;
    }
    .productLanding .block22 .block18_table1.sticky{
        /*min-width: 180px;*/
        min-width: auto;
    }
    .productLanding .block22 .block18_table1{
        /*min-width: 130px;*/
        min-width: auto;
    }
    .productLanding .block4_content .landingBlockTruthDrill_items{
        margin: 0 40px;
    }
    .productLanding .block4_content .landingBlockTruthDrill_items .prev, .productLanding .block4_content .landingBlockTruthDrill_items .next {
        top: 30%;
        bottom: auto;
        z-index: 100;
    }
    .productLanding .block4_content .landingBlockTruthDrill_items .prev {
        left: -40px;
    }
    .productLanding .block4_content .landingBlockTruthDrill_items .next {
        right: -40px;
    }
    .productLanding iframe{
        min-height: 225px;
    }
    .work_all{
        margin: 0;
    }
    .landing p.firstOverTitle{
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .page-header .big_p{
        margin-left: 90px;
    }
    .productLanding .block1_content h3 .green{
        font-size: 19px;
    }
    .productLanding .block4 .table_str {
        padding: 5px 0px;
    }
    .table_str {
        padding: 5px 0px;
    }
}




















.container-three-reasons {
    max-width: 80%;
    margin: auto;
    padding: 0px 0px 50px 0px;
}
.header-three-reasons {
    text-align: center;
}
.header-three-reasons h2 {
    font-size: 2em;
}
.content-three-reasons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.content-three-reasons img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.content-three-reasons div {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}
.main-table-additional-equipment {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.main-table-additional-equipment th,
.main-table-additional-equipment td {
    border: 1px solid #d4daec;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}

.main-table-additional-equipment th {
    background-color: #f4f5f8;
    font-weight: bold;
}
.highlight-three-reasons {
    color: green;
    font-weight: bold;
}
.price-three-reasons {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    color: green;
}
.summary-three-reasons2 {
    background-color: #03b22a;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    width: 50%;
}
.summary-three-reasons1 {
    background-color: #333333;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    width: 50%;
}
.summary-three-reasons3 {
    display: flex;
    margin-top: 20px;
}
.container-money {
    max-width: 100%;
    margin: auto;
    text-align: left;
    background: #f4f5f8;
    padding: 50px 0px 50px 0px;
}
.container-money-content {
    max-width: 80%;
    margin: auto;
    text-align: left;
}
.content-money-wrap {
    display: flex;
    margin-top: 20px;
}
.content-money-wrap1 {
    padding: 20px;
    margin-top: 20px;
    color: #000;
}
.content-money-wrap2 {
    padding: 20px;
    margin-top: 20px;
    color: #000;
}
.img-container-money {
    max-width: 100%;
    height: auto;
}
.container-sampling {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 50px 0px;
}
.container-sampling80 {
    max-width: 80%;
    margin: auto;
    text-align: left;
}
.img-container-sampling {
    max-width: 100%;
    height: auto;
}
.container-equipment {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 50px 0px;
}
.block-equipment {
    max-width: 80%;
    margin: auto;
    text-align: left;
}
.container-akcia100 {
    max-width: 100%;
    margin: auto;
    padding: 50px 0px 50px 0px;
}
.h1-akcia100 {
    max-width: 80%;
    margin: auto;
}
.container-akcia80 {
    max-width: 80%;
    margin: auto;
    display: flex;
    flex: wrap;
}
.akcia-img {
    width: 48%;
}
.akcia-text {
    width: 48%;
    background: #f4f5f8;
    padding: 20px;
    text-align: left;
}
.container-kalasnik {
    max-width: 100%;
    margin: auto;
    text-align: center;
    background: #f4f5f8;
    padding: 50px 0px 50px 0px;
}
.container-kalasnik2 {
    max-width: 80%;
    margin: auto;
    text-align: left;
}
ul {
    text-align: left;
    max-width: 600px;
}
ul li {
    margin-bottom: 15px;
}
img-kalasnik {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.container-novichek {
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.container-novichek80 {
    max-width: 80%;
    margin: auto;
}
.content-novichek {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.img-block-novichek {
    width: 48%;
    height: auto;
}
.text-block-novichek {
    background-color: #03b22a;
    color: white;
    padding: 20px;
    width: 48%;
    text-align: left;
}
.container-advantages {
    max-width: 100%;
    margin: auto;
    background-color: #f4f5f8;
    text-align: left;
    padding: 50px 0px 50px 0px;
}
.technological-advantages {
    width: 80%;
    margin: 0 auto;
}
.image-section img {
    width: 100%;
    height: auto;
}
.hollow-auger {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 50px 0px;
}
.hollow-auger80 {
    width: 80%;
    margin: 0 auto;
}
.hollow-auger-flex {
    display: flex;
}
.hollow-auger-flex-img {
    width: 48%;
    margin-top: 20px;
}
.hollow-auger-flex-text {
    width: 48%;
    margin-top: 20px;
}

.video-placeholder .video {
    width: 70%;
    height: 300px;
    background-color: gray;
    padding-left: 50px;
}
.container-protection-tool {
    max-width: 100%;
    margin: auto;
    background-color: #f4f5f8;
    text-align: left;
    padding: 50px 0px 50px 0px;
}
.container-protection-tool80 {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.h1-protection-tool {
    width: 80%;
    margin: 0 auto;
}
.protection-tool-text {
    width: 48%;
    margin-top: 20px;
}
.protection-tool-img {
    width: 48%;
    margin-top: 20px;
}
.container-High-cost {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 100px 0px;
}
.market-values {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.h1-High-cost {
    width: 80%;
    margin: 0 auto;
}
.market-item {
    width: 48%;
    text-align: center;
}

.market-item img {
    width: 100%;
    height: auto;
    display: block;
}
.price-avito {
    color: #03b22a;
    font-weight: bold;
    margin-top: 10px;
}
.container-quick-replacement {
    max-width: 100%;
    margin: auto;
    text-align: left;
    background-color: #f4f5f8;
    padding: 100px 0px 50px 0px;
}
.h1-quick-replacement {
    width: 80%;
    margin: 0 auto;
}
.container-quick-replacement80 {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.text-content-quick-replacement {
    width: 48%;
}
.image-content-quick-replacement {
    width: 48%;
}
.caption-quick-replacement {
    width: 100%;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    margin-top: 10px;
}
.container-working-conditions {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 100px 0px;
}
.container-working-conditions80 {
    width: 80%;
    margin: 0 auto;
}
.image-container-working-conditions {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.container-probing-kung {
    max-width: 100%;
    margin: auto;
    text-align: left;
    background-color: #f4f5f8;
    padding: 50px 0px 100px 0px;
}
.h1-probing-kung {
    width: 80%;
    margin: 0 auto;
}
.container-probing-kung80 {
    width: 80%;
    margin: 0 auto;
}
.container-flex-kung {
    width: 80%;
    margin: 0 auto;
}
.content-flex-kung {
    display: flex;
}

.right-column-flex-kung {
    max-width: 48%;
    height: auto;
    margin: 20px 0 0 0;
}
.left-column-flex-kung {
    max-width: 48%;
    height: auto;
    margin: 20px 0 0 0;
    background-color: #fff;
    padding: 10px;
}
.container-additional-equipment {
    max-width: 100%;
    margin: auto;
    background-color: #f4f5f8;
    text-align: left;
    padding: 50px 0px 100px 0px;
}
.container-additional-equipment80 {
    width: 80%;
    margin: 0 auto;
}
.h1-additional-equipment80 {
    width: 80%;
    margin: 0;
}
.tabl-additional-equipment {
    background-color: #fff;
}
.container-relief-of-labor {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 100px 0px;
}
.container-relief-of-labor80 {
    width: 80%;
    margin: 0 auto;
}
.equipment-section-relief-of-labor {
    display: flex;
    justify-content: space-between;
}

.equipment-item-relief-of-labor {
    width: 48%;
    margin-bottom: 20px;
}
.equipment-item-relief-of-labor ul {
    list-style: disc;
    padding-left: 20px;
}

.equipment-item-relief-of-labor img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.container-care-staff {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 50px 0px;
}
.container-care-staff80 {
    width: 80%;
    margin: 0 auto;
}
.h1-care-staff80 {
    width: 80%;
    margin: 0;
}
.content-care-staff {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-column-care-staff,
.right-column-care-staff {
    width: 48%;
}

.left-column-care-staff img {
    width: 100%;
    height: auto;
}

ul-care-staff {
    list-style: none;
    padding: 0;
}

.ul-care-staff li {
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
}

.ul-care-staff li::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #28a745; /* Зеленая линия */
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.container-comparison {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 100px 0px;
}
.container-comparison80 {
    width: 80%;
    margin: 0 auto;
}
.container-geomash-plant {
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding: 50px 0px 100px 0px;
}
.geomash-plant80 {
    width: 80%;
    margin: 0 auto;
}
.container-production-directions {
    display: flex;
    flex-wrap: wrap;
}
.direction-production-directions {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
}
.dark-production-directions {
    background-color: #333;
    width: 48%;
    height: auto;
    padding: 10px;
    display: flex;
}
.light-production-directions {
    background-color: #f5f5f5;
    color: #000;
    width: 48%;
    height: auto;
    padding: 10px;
    display: flex;
}
.flex-dark-production-directions {
    display: flex;
}
.number-production-directions {
    font-size: 100px;
    color: #33aa33;
    margin: 10px;
}
.gallery-production-directions {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-production-directions-flex {
    display: flex;
}
.gallery-production-directions1 .gallery-production-directions1 .gallery-production-directions1 {
    max-width: 33%;
    margin-left: 5px;
}
.video-container-production-directions {
    margin-top: 20px;
}
iframe {
    width: 100%;
    height: 315px;
}
