#bx24_form_inline_two_container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer_form {
    display: flex;
    margin-bottom: -100px;
    margin-top: 60px;
}

.footer_form > div:last-child {
    flex:1;
}

.video-sub-text {
    display: block;
    font-size: 24px;
}

.video-text h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
}

.video-text {
    display: flex;
    align-items: center;
    max-width: 992px;
}

.video-text > div:first-child {
    flex: 1;
}

.video-text > div:last-child {
    width: 40%;
}

.video-text > div:last-child iframe {
    background: #FFF !important;
    border: 10px solid #ffce00 !important;
    max-width: 320px;
}

@media (max-width: 680px) {

    .footer_form {
        margin-bottom: 20px;
        margin-top: 30px;
        display: block;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    }

	.offer-form-correct-mobile {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	}

    .footer_form > div:first-child {
        text-align: center;
        margin-bottom: -47px;
        z-index: 9;
        position: relative;
    }

    .footer_form > div:first-child img {
        width: 60%;
        margin-right: 0 !important;
    }

}

@media (max-width: 991px) {

    .footer_form {
        margin-bottom: -40px;
        align-items: flex-end;
        margin-top: 0;
    }

    .footer_form > div:first-child img {
        max-width: 250px;
        margin-right: 40px;
    }


    .cat-banner-image {
        height: 100%;
    }

    .cat-banner-wrapper {
        height: auto;
    }


    .video-block {
        max-height: none;
    }

    .video-text {
        flex-wrap: wrap;
    }

    .video-text h1 {
        font-size: 36px;
    }

    .video-text a {
        margin-top: 50px;
    }

    .video-text > div:first-child {
        flex: auto;
        width: 100%;
    }

    .video-text > div:last-child {
        width: 100%;
        margin-top:100px;
    }

    .video-block video {
        object-fit: cover;
        width: 100%;
        height: 100%;   
        position: absolute;
    }

    .video-block {
        min-height: calc(50vh + 60px);
        display: flex;
        align-items: center;
    }

    .video-text {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 200px 20px 100px 20px;
        height: 100%;
    }

    .video-text > div:first-child {
        max-width: 539px;
        margin: 0 auto;
    }


}

@media (max-width: 539px) {

    .video-text {
        padding: 160px 20px 100px 20px;
    }

    .video-text h1 {
        font-size: 28px;
    }

    .video-sub-text {
       font-size: 18px;
    }

}

.cs-advantages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cs-advantages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cs-advantages ul li {
    width: calc(100% /3);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-advantages ul img {
    background: #CCC;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 539px) {

    .cs-advantages ul li {
        width: calc(100% / 2);
    }

    .table-scroll {
        overflow: scroll;
        padding: 0;
        margin: 15px;
        width: calc(100% - 30px);
    } 

}

.cat-banner-wrapper h1 {
    font-size: 32px;
    line-height: 1.1;
}

.callback-bt {
    right: 125px !important;
    bottom: 52px !important;
}

#mobileCall {
    z-index: 9999 !important;
}

@media (max-width:992px) {
	#mobileCall .clearfix .phones-block {
    width: 100% !important;
    margin: 0;
    text-align: center;
	}
	#mobileCall .clearfix .phones-block:last-child {
		display: none !important;
	}
}

    .man-view {
            padding: 20px 20px;
        }

        .man-view__container {
            display: flex;
            flex-wrap: wrap; 
        }

        .man-view__block {
            width: calc(100% / 2);
            padding: 20px;
            box-sizing: border-box;
        }

		.man-view__title h3 {
            padding: 20px 0;
            font-weight: bold;
        }

        .man-view__content ul { 
            margin-top:10px;
        }

        .man-view__img {
            display: block;
            width: 100%;
            height: 350px;
			border-radius: 10px;
    		overflow: hidden;
        }

        .man-view__img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        @media (max-width: 640px) {

            .man-view__block {
                width: 100%;
            }

        }


@media (min-width: 992px) {

    .navbar {
        display: flex;
    }

    .menu-top-wrapper {
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

}

		.form-price {
            border: 10px solid #ffd219;
            width: 343px;
            height: auto;
            display: flex;
            flex-direction: column;
			background-color: #fff;
			color: #000 !important;
			position: relative;
        }
        .form-price__title {
            background-color: #f1f1f1;
        }
        .form-price__title h3,h4 {
            padding: 20px 40px;
            text-align: center;
            font: bold 22px "OpenSans-Regular",sans-serif;
        }
        .form-price__button {
            background-color: #ffd219;
            padding: 15px;
            margin: 20px auto;
            text-align: center;
            font: bold 12px "OpenSans",Helvetica,Arial,sans-serif;
			text-transform: uppercase;
			width: 170px;
			cursor: pointer;
			border: none;
            
        }
        .form-price__phone {
            text-align: center;
            margin: 20px auto 10px;

        }
        .form-price__phone input {
           background-color: transparent;
           width:100px;
			border-right: 1px solid #c1c1c1 !important;
    		margin: 4px 0px;
			border:none;
        }
        .form-price__phone input:active, input:focus { 
            outline: none; 
        }

        .form-price__label-phone {
            text-align: left;
            margin: 10px 0px;
            font-family: arial;
            font-size: 14px;
        }

        .form-price__input {
            display: flex;
            height: 40px;
            width: 240px;
            border-radius: 2px;
            border: 1px solid #c2c2c2;
            background-color: #f5f5f5;
        }
        .form-price__input input{
            flex: 1;
        }

        .form-price__img-flag {
            width:50px;
            height: 45px;
            padding: 5px 10px;
        }

        .form-price__img-flag img {
            width:90%;
            height: 90%;
        }
        .form-price__img-phone {
            width:40px;
            height: 40px;
            margin: 7px 0px;
        }
        .form-price__img-phone img {
            width: 40%;
            height: 40%;
            margin: 0px;
        }

		.footer-form {
			display: flex !important; 
			align-items:center !important;
			justify-content: center !inportant;
		}

@media(max-width:768px) {

	.footer-form {
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}

	.footer-form img {
		width: 70% !important;
	}

	.form-price__footer {
		width: 340px !important;
		flex-direction: column !important;
		margin: 0px 20px 40px 20px !important;
	}

	.phone-footer .form-price__input {
		width: 300px !important;
		margin: 0px 20px !important;
	}
}

        /* 2 forma */

        .form-price__footer {
                border: 1px solid rgba(0,0,0,.1);
				width: 600px;
				height: auto;
				margin: 70px;
				position: relative;
        }

        .title-footer {
            border-bottom: 1px solid rgba(0,0,0,.1);
            background-color: #fff;
			padding: 20px;
        }

        .title-footer h3 {
            font-size: 22px;
            padding: 0px 40px;
        }

        .title-footer h4 {
            font-size: 14px;
            padding: 0px 40px;
        }

        .phone-footer  {
            width: 600px;
        }

        .phone-footer .form-price__input {
            width: 500px;
			margin: 0px auto;
        }

        .button__footer {
            width: 120px;
			cursor: pointer;
			}

		.label-phone {
           text-align: left;
            margin: 10px 50px;
            font-family: arial;
            font-size: 14px;
        }

		.form-price__footer.send:before,
        .form-price.send:before {
            width: 100%;
            height: 100%;
            background-color: #fff;
            position: absolute;
            z-index: 999;
            content: "";
        }

        .form-price__footer.send:after,
        .form-price.send:after {
            width: 100%;
            max-width: 300px;
            padding: 40px;
            top: 50%;
            left: 50%; 
            position: absolute;
            z-index: 999;
            content: "Спасибо за обращение, мы свяжемся с вами в течении 30 секунд!";
            transform: translate(-50%,-50%);
            text-align: center;
            font-size: 24px;

        }

.button__footer {
	
}

.form-price__button-container {
	display: flex;
}

#lb_button-wrapper,
.lb-widget-button {
	display: none !important;
}

.callback-bt {
	display: none;
}
.img_content img{
	border-radius: 10px;
	margin: 10px;
}