.emodal-content form{
    text-align: center;
}
.emodal-content form label input{
	width: 100%;
}
.emodal-content form .wpcf7-radio label input{
	width: auto;
}
header .new-header .top-menu_black{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.katalog{
	margin-left: 140px;
}
.fidex-top .container{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.fidex-top .container:after{
	content: none;
}
.fidex-top .container:before{
	content: none;
}
@media (max-width: 767px){
	.katalog{
		margin-left: 0;
	}
	.fidex-top .container{
		flex-wrap: wrap;
    	justify-content: center;
	}
	.eModal-1{
		font-size: 15px!important
	}
	header .new-header .top-menu_black{
		padding-left: 5px;
	}
	.wpcf7-submit{
		-webkit-appearance: none!important
	}
}
.wrapp-payment{
	display: flex;
	justify-content: space-between;
}
.wrapp-payment .wrapp-payment__left{
	width: 56%;
}
.wrapp-payment__right{
	width: 42%;
}
.payment{
	margin: 130px 0;
}
.wrapp-payment__delivery{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	margin-bottom: 7px;
	padding: 46px 99px 46px 100px;
	animation-delay: 1.6s!important
}
.wrapp-payment__payment{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	padding: 52px 99px 52px 100px;
	animation-delay: 1.6s!important
}
.wrapp-payment__delivery h3{
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #3498DB;
}
.wrapp-payment__delivery img{
	margin-right: 20px;
}
.wrapp-payment__payment img{
	margin-right: 20px;
}
.wrapp-payment__payment h3{
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #3498DB;
}
.wrapp-payment__delivery ul{
	padding-left: 0;
	list-style: none;
}
.wrapp-payment__delivery ul strong{
	display: block;
}
.wrapp-payment__delivery p{
	font-size: 22px;
	line-height: 28px;
}
.wrapp-payment__delivery ul li{
	position: relative;
	margin-top: 5px;
}
.wrapp-payment__delivery ul li:before{
	content: '';
	position: absolute;
	left: -24px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #292929;
}
.wrapp-payment__payment ul{
	padding-left: 0;
	list-style: none;
}
.wrapp-payment__payment ul li{
	position: relative;
	margin-top: 5px;
}
.wrapp-payment__payment ul li:before{
	content: '';
	position: absolute;
	left: -24px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #292929;
}
.wrapp-payment__form-text{
	background: #3498DB;
	color: #fff;
	padding: 76px 65px;
	    animation-delay: 1.6s!important;
}
.wrapp-payment__form p{
	margin-bottom: 0;
}
.wrapp-payment__form-text a{
	color: #fff;
	text-decoration: underline;
	transition: 0.5s all
}
.wrapp-payment__form-text a:hover{
	text-decoration: none;
}
.wrapp-cooperation__sentence{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapp-sentence__info{
	width: 46%;
}
.wrapp-items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrapp-items__items{
	width: 50%;
	display: flex;
	align-items: center;
	max-width: 275px;
	margin-top: 50px;
}
.wrapp-items__items img{
	margin-right: 25px;
}
.wrapp-cooperation__sentence .wrapp-sentence__btn{
	
    padding: 249px 128px;
    width: 48%;
    position: relative;
    color: #fff;
}
.wrapp-cooperation__sentence .wrapp-sentence__btn:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #3498DB;
	-webkit-transform: skew(-13deg);
    -moz-transform: skew(-13deg);
    -o-transform: skew(-13deg);
    width: 100%;
    height: 100%;
}
.wrapp-sentence__btn p{
	z-index: 15;
	position: relative;
}

.wrapp-sentence__btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	margin-top: 62px;
	background: #FFFFFF;
	width: 363px;
	height: 49px;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #292929;
	z-index: 15;
	position: relative;
	transition: 0.3s all;
}
.wrapp-sentence__btn a:hover{
	background: #DEDEDE;
	text-decoration: none;
}
.wrapp-sentence__btn a:after{
	content: '';
    position: absolute;
    right: 65px;
    top: 0;
    height: 100%;
    border-top: 49px solid #fff;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}
.wrapp-sentence__btn a:hover:after{
	border-top: 49px solid #DEDEDE;
    border-right: 9px solid transparent;

}
.wrapp-sentence__btn a span{
    background: #1C3C50;
    width: 74px;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp-sentence__btn a img{
	z-index: 15;
}
.wrapp-sentence__info h3{
	font-weight: bold;
	font-size: 26px;
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;
	padding: 13px 52px 10px 36px;
	background: #2D3F51;
	margin: 0;
	display: inline-block;
}
.wrapp-sentence__title{
	position: relative;
	display: inline-block;
}
.wrapp-sentence__title:after{
	content: '';
    bottom: 0;
    right: 0px;
    border-bottom: 55px solid #fff;
    border-left: 17px solid transparent;
    position: absolute
}
.wrapp-sentence__title h3 span{
	color: #3498DB
}
.conditions h3{
	font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 52px 10px 36px;
    background: #2D3F51;
    margin: 0;
    display: inline-block;
}
.conditions{
	margin-top: 130px;
	animation-delay: 1.6s!important
}
.wrapp-conditions{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.wrapp-conditions__items{
	width: 24%;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	text-align: center;
	padding: 47px 40px 60px 40px;
	transition: 0.3s all;
	cursor: pointer;
}
.wrapp-conditions__items:hover{
	border: 1px solid #3498DB;

}
.wrapp-conditions__items p{
	margin-top: 40px;
}
.banner_form{
	padding: 82px 0;
	animation-delay: 1.6s!important
}
.banner_form h3{
	font-weight: bold;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	
}
.banner_form h4{
	font-weight: normal;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}
.banner_form > p{
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	max-width: 750px;
	margin: auto;
	margin-top: 33px;
}
.wrapp-banner-form form{
	max-width: 1170px;
	margin: auto;
	margin-top: 44px;
	position: relative;
}
.banner-form__flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner-form__flex label{
	width: 275px;
	margin: 0;
}
.banner-form__flex label input{
	width: 100%;
	height: 51px;
	background: #FFFFFF;
	border: none;
	padding-left: 21px;
	color: #292929;	
	font-weight: 400
}
.banner-form__flex .wpcf7-submit{
	width: 292px;
	height: 51px;
	background: #3498DB;
	color: #FFFFFF;
	outline: none;
	border: none;
	text-transform: uppercase;
	text-align: left;
	padding-left: 25px;
	transition: 0.3s all
}
.banner-form__btn:hover .wpcf7-submit{
	background: #1979B9
}

.banner-form__flex .ajax-loader{
	position: absolute;
    right: -25px;
}
.banner-form__btn{
	position: relative;
}
.banner-form__btn .form-span{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 74px;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	pointer-events: none;
}
.banner-form__btn:after{
	content: '';
    position: absolute;
   	right: 65px;
    top: 0;
    height: 100%;
    border-top: 49px solid #3498DB;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}

.banner-form__btn:hover:after{
	border-top: 49px solid #1979B9;
    border-right: 9px solid transparent;
}
.work h3{
	font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 52px 10px 36px;
    background: #2D3F51;
    margin: 0;
    display: inline-block;
}
.work{
	background: #F5F5F5;
	margin-top: 130px;
	padding: 130px 0 80px;
	animation-delay: 1.4s!important;
}
.wrapp-work{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.wrapp-work__items span{
	position: relative;
	z-index: 25;
	font-weight: bold;
	font-size: 60px;
	line-height: 77px;
	display: block;
	margin-right: 17px;
	color: #FFFFFF;

}
.wrapp-work__items p{
	position: relative;
	z-index: 25;
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.wrapp-work__items img{
	position: relative;
	z-index: 25;
}
.wrapp-work__items{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 32%;
	padding-left: 29px;
}
.wrapp-work__items:before{
	content: '';

	background: #3498DB;
    -webkit-transform: skew(-13deg);
    -moz-transform: skew(-13deg);
    -o-transform: skew(-13deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapp-work__btn a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    margin: auto;
    margin-top: 80px;
    background: #3498DB;
    width: 363px;
    height: 49px;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    z-index: 15;
    position: relative;
    transition: 0.3s all;
}
.wrapp-work__btn a span{
	    background: #1C3C50;
    width: 74px;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp-work__btn a img{
	z-index: 15;
}
.wrapp-work__btn a:after{
	content: '';
    position: absolute;
    right: 65px;
    top: 0;
    height: 100%;
    border-top: 49px solid #3498DB;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}
.wrapp-work__btn a:hover{
	text-decoration: none;
	background: #1979B9
}
.wrapp-work__btn a:hover:after{
 	border-top: 49px solid #1979B9;
    border-right: 9px solid transparent;
}
.slick-initialized .slick-slide{
	outline: none;
}
.slick-slide img{
	width: 100%;
    max-width: 284px;
    height: 100%;
    object-fit: contain;
}
.slick-dots li{
	width: 15px;
	height: 15px;
}
.slick-dots li button:before{
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	background: #3498db;
	opacity: 1;
}
.slick-dots li button{
	border-radius: 50%;
    border: 1px solid #3498db;
    width: 15px;
    height: 15px;
}
.slick-dotted.slick-slider{
	margin-bottom: 90px;
}
.type_productions .type_productions_element{
	border: none;
}
.slick-dots{
	bottom: -35px;
}
.firms h3{
	font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 52px 10px 36px;
    background: #2D3F51;
    margin: 0;
    display: inline-block;
}
.firms{
	margin-top: 130px;
	animation-delay: 1.6s!important
}
.wrapp-firms{
	margin-top: 50px;
}
.home-firms{
	margin-bottom: 70px;
	margin-top: 0;
}
.form-bot{
	background: #F5F5F5;
	margin-top: 120px;
	padding: 45px 0;
}
.wrapp-form__bot{
	max-width: 1170px;
    margin: auto;
    margin-top: 44px;
    position: relative;
}
.form-bot{
	text-align: center;
	animation-delay: 1.6s!important
}
.form-bot h3{
	font-weight: bold;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #292929;
	margin: 0;
}
.form-bot h4{
	font-weight: normal;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	color: #292929;
	margin: 0;
}
.form-bot p{
	margin-top: 32px;
	font-size: 18px;
	line-height: 23px;
}
.new-form label input{
	border: 1px solid #E4E4E4;
}
.banner-form__flex  label input:focus{
	border: 1px solid #3498DB;
	outline: none;
}
.new-form .form-span{
	background: #2D3F51
}
.police-form{
	margin-top: 20px;
}
.police-form .wpcf7-list-item-label{
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	color: #292929;
	margin-left: 12px;
}
.police-form span.wpcf7-list-item{
	margin-left: 0;
}
.wrapp-form__bot .wpcf7-not-valid-tip{
	display: none;
}
.wrapp-banner-form .wpcf7-not-valid-tip{
	display: none;
}
.wrapp-form__payment .wpcf7-not-valid-tip{
	display: none;
}
.banner-form__flex .wpcf7-not-valid{
	border: 1px solid #FD9C9C;
}
.wrapp-form__payment .wpcf7-not-valid{
	border: 1px solid #FD9C9C;
}
.wrapp-form__bot .wpcf7-response-output{
	display: none!important
}
.wrapp-banner-form .wpcf7-response-output{
	display: none!important;
}
.wrapp-payment__right .wpcf7-response-output{
	display: none!important;
}
.wrapp-form__payment{
	margin-top: 37px;
}
.wrapp-form__payment{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrapp-form__payment-btn{
	position: relative;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
}
.wrapp-form__payment-policy{
	width: 100%;
	text-align: center;
}
.wrapp-form__payment-left{
	width: 48%;
}
.wrapp-form__payment-right{
	width: 48%;
}
.wrapp-form__payment-left label input{
	width: 100%;
    height: 51px;
    background: #FFFFFF;
    border: none;
    padding-left: 21px;
    color: #292929;
    font-weight: 400;
    border: 1px solid #E4E4E4;
}
.wrapp-form__payment-left label:not(:last-child){
	margin-bottom: 24px;
}
.wrapp-form__payment-left label input:focus{
	border: 1px solid #3498DB;
    outline: none;
}
.wrapp-form__payment-right textarea{
	width: 100%;
	height: 200px;
	background: #FFFFFF;
    border: none;
    padding-left: 21px;
    color: #292929;
    font-weight: 400;
    border: 1px solid #E4E4E4;
    padding-top: 14px;
}
.wrapp-form__payment-right textarea:focus{
	border: 1px solid #3498DB;
    outline: none;
}
.wrapp-form__payment-policy .wpcf7-list-item-label{
	font-size: 15px;
	line-height: 19px;
	color: #292929;
	font-weight: 400;
	margin-left: 10px;
}

.wrapp-payment__form h3{
	font-weight: bold;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #292929;
}

.wrapp-payment__form{
	margin-top: 40px;
	animation-delay: 1.6s!important;
	
}
.new-anima{
	animation-delay: 1.6s!important
}
.wrapp-form__payment-btn input{
	width: 257px;
    height: 51px;
    background: #3498DB;
    color: #FFFFFF;
    outline: none;
    border: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
    transition: 0.3s all;
}
.wrapp-form__payment-btn span{
	    position: absolute;
    right: 0;
    top: 0;
    background: #2D3F51;
    width: 74px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    pointer-events: none;
}
.wrapp-form__payment-btn:after{
	content: '';
    position: absolute;
    right: 65px;
    top: 0;
    height: 100%;
    border-top: 49px solid #3498DB;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}
.wrapp-form__payment-btn:hover .wpcf7-submit{
	background: #1979B9
}
.wrapp-form__payment-btn:hover:after{
	border-top: 49px solid #1979B9;
    border-right: 9px solid transparent;
}
.wrapp-payment__form a{
	text-decoration: underline;
}
.wrapp-payment__left .wrapp-payment__form-text{
	display: none;
}

.police-form .wpcf7-not-valid .wpcf7-list-item-label{
	color: #FD9C9C!important
}

.product h3{
	font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 52px 10px 36px;
    background: #2D3F51;
    margin: 0;
    display: inline-block;
}
.product{
	margin-top: 130px;
	animation-delay: 1.6s!important;
}
.wrapp-product{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.wrapp-product__items{
	display: block;
	width: 19.5%;
	background: #F5F5F5;
	display: flex;
	padding: 24px 17px 27px 10px;
	transition: 0.3s ease
}
.wrapp-product__items:hover{
	text-decoration: none;
}
.wrapp-product__items:hover h4{
	color: #3498DB
}
.wrapp-product__img{
	height: 80px;
	width: 74px;
}
.wrapp-product__img img{
	width: 75px;
	object-fit: contain;
	height: 100%;
}
.wrapp-product__text{
	margin-left: 10px;
}
.wrapp-product__text h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #292929;
	transition: 0.3s ease;
	margin: 0;
	word-break: break-word;
}
.feedback_line_form{width:100%;}
.feedback_line_form br{
	display: none;
}
.feedback_line_form  .wpcf7 form .wpcf7-response-output{
	margin: 0;
	font-size: 0;
	border: none;
}
.feedback_line_form .modal-policy{
	max-width: unset;
	font-size: 13px;
	float: left;
    margin-top: 10px;
    display: block;
}
footer .feedback_line{
	height: auto;
}
footer .feedback_line .fl_text{
	line-height: 130px;
}
.feedback_line_form  .wpcf7-not-valid-tip{
	display: none;
}
.feedback_line_form .modal-policy .wpcf7-not-valid .wpcf7-list-item-label{
	color: red;
}
.feedback_line_form input[type="email"]{
	outline: none;
}
.feedback_line_form .invalid input[type="email"]{
	border: 2px solid red;
}
.feedback_line_form .invalid button:before{
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}
.feedback_line_form .wpcf7-list-item-label{
	margin-left: 10px;
}
#home .product{
	margin: 50px 0;
}
.wrapp-link{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	flex-direction: column;
	color: #000000;
}
.wrapp-link img{
	margin-top: 10px;
}
.wrapp-product__text span{
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	display: block;
	text-transform: lowercase;
	color: #6D6D6D;
}
.slick-initialized .slick-slide{
	padding: 10px!important;
	height: 200px;
}
.wrapp-link:hover{
	color: #3498DB
}
.wrapp-link-mob{
	display: none;
}
@media (max-width: 900px){
	header .top-menu_black{
		padding-left: 0;
	}
	.katalog{
		margin-left: 0;
	}
	.wrapp-payment{
		flex-wrap: wrap;
	}
	.wrapp-payment .wrapp-payment__left{
		width: 100%;
	}
	.wrapp-payment__right{
		width: 100%;
	}
	.wrapp-payment__form-text{
		display: none;
	}
	.wrapp-form__payment{
		max-width: 600px;
		margin: auto;
		margin-top: 37px;
	}
	.payment{
		margin-bottom: 50px;
		margin-top: 43px;
	}
	.product{
		margin-top: 54px;

	}
	.wrapp-product{
		flex-wrap: wrap;
	}
	.wrapp-product__items{
		width: 48.5%;
		margin-bottom: 20px;
	}
	.wrapp-link{
		display: none;
	}
	.wrapp-product__text{
		margin-left: 18px;
	}
	.wrapp-payment__left .wrapp-payment__form-text{
		display: block;
		max-width: 540px;
		margin: auto;
		margin-bottom: 40px;
		padding: 42px 60px;
	}
	.wrapp-cooperation__sentence{
		flex-wrap: wrap;
	}
	.wrapp-sentence__info{
		width: 100%;
		order: 2;
		animation-delay: 2.8s
	}
	.wrapp-link-mob{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 0 25px;
	    margin: auto;
	    margin-top: 40px;
	    background: #3498DB;
	    width: 307px;
	    height: 49px;
	    font-size: 18px;
	    line-height: 23px;
	    text-transform: uppercase;
	    color: #fff;
	    z-index: 15;
	    position: relative;
	    transition: 0.3s all;
	}
	.wrapp-link-mob:hover{
		text-decoration: none;
		color: #fff;
		background: #1979B9
	}
	.wrapp-link-mob:hover:after{
		border-top: 49px solid #1979B9;
    	border-right: 9px solid transparent;
	}
	.wrapp-link-mob span{
		background: #1C3C50;
	    width: 74px;
	    height: 100%;
	    position: absolute;
	    right: 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.wrapp-link-mob:after{
		content: '';
	    position: absolute;
	    right: 65px;
	    top: 0;
	    height: 100%;
	    border-top: 49px solid #3498DB;
	    border-right: 9px solid transparent;
	    transition: 0.3s all;
	}
	.wrapp-cooperation__sentence .wrapp-sentence__btn{
		width: 100%;
		order: 1;
		background: #3498DB;
		margin-left: -15px;
		padding: 40px 70px 44px 114px;
		margin-top: 53px;
	}
	.wrapp-cooperation__sentence .wrapp-sentence__btn:before{
		content: '';
	    bottom: 0;
	    right: 0px;
	    border-bottom: 264px solid #fff;
	    border-left: 55px solid transparent;
	    position: absolute;
	}
	.wrapp-cooperation__sentence .wrapp-sentence__btn:after{
		content: none;
	}
	.wrapp-sentence__btn a{
		margin-top: 28px;
	}
	.wrapp-sentence__info{
		margin-top: 80px;
	}
	.wrapp-sentence__title{
		margin-left: -15px;
	}
	.wrapp-items{
		max-width: 640px;
		margin-left: auto;
		margin-bottom: 80px;
	}
	.banner_form > p{
		padding: 0 20px;
	}
	.banner-form__flex{
		flex-wrap: wrap;
		justify-content: center;
	}

	.banner_form{
		padding-bottom: 140px;
	}
	.banner-form__flex label:first-child{
		margin-right: 20px;
	}
	.banner-form__flex label:nth-child(5){
		margin-right: 20px;
		margin-top: 20px;
	}
	.banner-form__btn{
		margin-top: 20px;
	}
	.wrapp-conditions{
		flex-wrap: wrap;
	}
	.wrapp-conditions__items{
		width: 49%;
		margin-bottom: 20px;
		padding: 37px 40px 40px 40px;
	}
	.wrapp-conditions__items p{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.work{
		margin-top: 70px;
		padding: 70px 0 80px;
	}
	.wrapp-work__items{
		flex-wrap: wrap;
	}
	.wrapp-work__items img{
		order: 2
	}
	.wrapp-work__items p{
		order: 3;
	    font-size: 18px;
	    line-height: 23px;
	    padding-right: 20px;
	    padding-bottom: 20px;
	}
	.wrapp-work__items{
		width: 33%;
		padding-left: 0;
	}
	.wrapp-work{
		padding: 0 20px;
	}
	.wrapp-work__items span{
		padding-left: 19px;
		margin-right: 0;
	}
	.wrapp-work__items img{
		max-width: 140px;
	}
	.wrapp-work__btn a{
		margin-top: 50px;
	}
	.firms{
		margin-top: 80px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.form-bot{
		margin-top: 80px;
	}
	.form-bot .banner-form__btn{
		margin-top: 20px;
	}
	.form-bot{
		padding-bottom: 130px;
	}
	.banner-form__flex .wpcf7-submit{
		width: 275px;
	}
	.wrapp-form__bot{
		margin-top: 30px;
	}
	.feedback_line_form .modal-policy{
		width: 100%;
	}
	footer .feedback_line .fl_text{
		line-height: 30px;
	}
}
@media (max-width: 600px){
	.payment{
		margin-top: 0;
	}
	.wrapp-link-mob{
		font-size: 15px;
		width: 276px;
	}
	.modal-thanks__wrapp{
		padding: 25px;
		max-width: 100%;
	}
	.wrapp-payment__left .wrapp-payment__form-text{
		padding: 50px 16px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.modal-thanks__wrapp p{
		font-size: 20px;
	}
	.slick-initialized .slick-slide{
		height: 90px;
	}
	.wrapp-product__items{
		width: 100%;
		margin-bottom: 10px;
	}
	.wrapp-payment__delivery{
		padding: 40px 30px
	}
	.wrapp-product{
		margin-top: 38px;
	}
	.wrapp-product__text span{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-payment__payment{
		padding: 40px 30px
	}
	.wrapp-product__text h4{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-payment__payment h3{
		font-size: 23px;
		line-height: 29px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.wrapp-payment__delivery h3{
		font-size: 23px;
		line-height: 29px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.wrapp-payment__delivery p{
		font-size: 18px;
		line-height: 23px;
	}
	.wrapp-payment__delivery ul li{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-payment__payment ul li{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-payment__delivery img{
		margin-right: 15px;
	}
	.wrapp-payment__payment img{
		margin-right: 15px;
	}
	.wrapp-payment__delivery > div{
		padding-left: 15px;
	}
	.wrapp-payment__payment > div{
		padding-left: 15px;
	}
	.wrapp-payment__form h3{
		font-size: 23px;
		line-height: 29px;
	}
	.wrapp-payment__form p{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-form__payment{
		flex-wrap: wrap;
		max-width: 275px;
	}
	.wrapp-form__payment-left{
		width: 100%;
	}
	.wrapp-form__payment-right{
		width: 100%;
	}
	.wrapp-form__payment-left label{
		margin-bottom: 20px!important
	}
	.wrapp-form__payment-left label input{
		font-size: 15px;
	}
	.wrapp-form__payment-left label input{
		font-size: 15px;
	}
	.wrapp-form__payment-policy{
		text-align: left;
	}
	.wrapp-form__payment-btn input{
		width: 234px;
		font-size: 15px;
	}
	.wrapp-form__payment-policy span.wpcf7-list-item{
		margin-left: 0;
	}
	.wrapp-form__payment-policy label{
		display: flex;
	}
	.wrapp-form__payment-policy .wpcf7-list-item-label{
		max-width: 243px;
	}
	.wrapp-cooperation__sentence .wrapp-sentence__btn{
		margin-top: 0;
		padding: 40px 16px;
		font-size: 15px;
		line-height: 19px;
		text-align: center;
	}
	.wrapp-cooperation__sentence .wrapp-sentence__btn:before{
		content: none;
	}
	.wrapp-sentence__btn a{
		width: 306px;
		font-size: 15px;
		margin: auto;
		margin-top: 20px;
	}
	.wrapp-sentence__info h3{
		font-size: 23px;
	}
	.wrapp-sentence__info{
		margin-top: 38px;
	}
	.wrapp-items__items{
		text-align: center;
		flex-direction: column;
		margin-top: 30px;
		font-size: 15px;
		width: 49%;
	}
	.wrapp-items{
		margin-bottom: 40px;
	}
	.wrapp-items__items img{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.banner_form{
		padding: 38px 0;
		padding-bottom: 105px;
	}
	.banner_form h3{
		font-size: 23px;
		line-height: 29px;
	}
	.banner_form h4{
		font-size: 23px;
		line-height: 29px;
		padding: 0 15px;
	}
	.banner_form > p{
		font-size: 15px;
		line-height: 19px;
		margin-top: 15px;
	}
	.banner-form__flex label{
		width: 264px;
	}
	.banner-form__flex label:nth-child(5){
		margin-right: 0;
	}
	.banner-form__flex label:first-child{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.banner-form__flex .wpcf7-submit{
		width: 264px;
	}
	.banner-form__btn{
		margin-top:70px;
		font-size: 15px;
	}
	.conditions h3{
		font-size: 23px;
		line-height: 30px;
		padding-left: 15px;
	}
	.wrapp-sentence__title:after{
		border-bottom: 84px solid #fff;
	}
	.conditions{
		margin-top: 38px;
	}
	.wrapp-conditions__items{
		width: 100%;
	}
	.wrapp-conditions__items p{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-conditions__items{
		padding: 25px 40px 40px;
	}
	.work{
		margin-top: 30px;
		padding: 38px 0;
	}
	.work h3{
		padding-left: 15px;
		font-size: 23px;

	}
	.wrapp-work__items{
		width: 97%;
	    margin: auto;
	    flex-wrap: nowrap;
	    margin-bottom: 7px;
	}
	.wrapp-work{
		flex-wrap: wrap;
	}
	.wrapp-work__items p{
		font-size: 15px;
		order: 2;
		padding: 0;
		margin-left: 10px;
	}
	.wrapp-work__items img{
		max-width: 115px;
		order: 3;
		margin-right: 10px;
	}
	.wrapp-work{
		padding: 0;
	}
	.wrapp-work__btn a{
		width: 306px;
		font-size: 15px;
		margin-top: 35px;
	}
	.firms{
		margin-top: 38px;
	}
	.firms h3{
		font-size: 23px;
	}
	.form-bot{
		margin-top: 38px;
		padding: 35px 0;
		    padding-bottom: 105px;
	}
	.form-bot h3{
		font-size: 23px;
		line-height: 29px;
	}
	.form-bot h4{
		font-size: 23px;
		padding: 0 20px;
		line-height: 29px;
	}
	.police-form label{
		display: flex;
		max-width: 264px;
		margin: auto;
	}
	.police-form .wpcf7-list-item-label{
		text-align: left;
	}
	.police-form{
		margin-top: -103px;
	}
	.form-bot .banner-form__btn{
		margin-top: 70px;
	}
	.wrapp-cooperation__sentence{
		margin-left: -15px;
    	margin-right: -15px;
	}
}
@media (max-width: 340px){
	.cooperation h3{
		font-size: 20px;
	}
}
.wrapp-form__pop{
	position: fixed;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease
}
.wrapp-form__pop.open{
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease
}
.wrapp-form__pop1{
	position: fixed;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease
}
.wrapp-form__pop1.open{
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease
}
.wrapp-form__pop-block{
	background: #fff;
	padding: 76px;
	position: relative;
}
.wrapp-form__pop-close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.wrapp-form__pop-block p{
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	margin-bottom: 0;
	color: #292929;
}
.modal-input{
	margin-top: 20px;
	text-align: center;
}
.modal-input label input{
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	outline: none;
	width: 275px;
	height: 51px;
	font-weight: 400;
	padding-left: 20px;
	font-size: 18px;
	line-height: 23px;
}
.modal-input label{
	margin-bottom: 25px;
}
.wrapp-form__pop-block .banner-form__btn .wpcf7-submit{
	width: 362px;
    height: 51px;
    background: #3498DB;
    color: #FFFFFF;
    outline: none;
    border: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
    transition: 0.3s all;
}
.wrapp-form__pop-block .banner-form__btn .form-span{
	position: absolute;
    right: 0;
    top: 0;
    background: #2D3F51;
    width: 74px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    pointer-events: none;
}
.wrapp-form__pop-block .banner-form__btn:after{
	content: '';
    position: absolute;
    right: 65px;
    top: 0;
    height: 100%;
    border-top: 49px solid #3498DB;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}
.wrapp-form__pop-block .banner-form__btn{
	max-width: 362px;
	margin: auto;
	margin-top: 15px;
}
.wrapp-form__pop-block .ajax-loader{
	position: absolute;
	top: 15px;

}
.wrapp-form__pop-block .wpcf7-list-item-label{
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	margin-left: 12px;
}
.modal-policy label{
	display: flex;
}
.modal-policy{
	max-width: 275px;
	margin: auto;
}
.modal-policy span.wpcf7-list-item{
	margin: 0;
}
.banner-form__btn:hover{

}
.wrapp-form__pop-block .banner-form__btn:hover .wpcf7-submit{
	background: #1979B9;
}
.wrapp-form__pop-block .banner-form__btn:hover:after{
	border-top: 49px solid #1979B9;
    border-right: 9px solid transparent;
}
.wrapp-form__pop .wpcf7-not-valid-tip{
	display: none;
}
.wrapp-form__pop .wpcf7-response-output{
	display: none!important;
}
.wrapp-form__pop .wpcf7-not-valid{
	border: 1px solid #FD9C9C;
}
.modal-input label input:focus{
	border: 1px solid #3498DB;
}
.modal-thanks{
	position: fixed;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.modal-thanks.active{
	opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}
.new-modal{
	position: fixed;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.new-modal.active{
	opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}
.modal-policy .wpcf7-not-valid{
	border: none;
}
.modal-policy .wpcf7-not-valid .wpcf7-list-item-label{
	color: #FD9C9C
}
.wrapp-form__payment-policy .wpcf7-not-valid{
	border: none;
}
.wrapp-form__payment-policy .wpcf7-not-valid .wpcf7-list-item-label{
	color: #FD9C9C
}
.police-form{
	text-align: center;
}
.banner_form .police-form .wpcf7-list-item-label{
	color: #fff
}
.modal-thanks__wrapp{
	background: #fff;
    padding: 80px;
    position: relative;
}
.modal-thanks__wrapp p{
	margin-bottom: 0;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
}
@media (max-width: 900px){
	.wrapp-form__pop-block{
		padding: 45px;
		max-width: 100%;
	}
}
@media (max-width: 600px){
	.wrapp-form__pop-block{
		padding: 25px;
	}
	.wrapp-form__pop-block p{
		font-size: 15px;
		line-height: 19px
	}
	.wrapp-form__pop-close{
		top: 10px;
		right: 10px;
		width: 15px;
    	height: 20px;
	}
	.wrapp-form__pop-close img{
		width: 100%;
	}
	.wrapp-form__pop-block .banner-form__btn .wpcf7-submit{
		font-size: 13px;
	    width: 100%;
	    padding-left: 11px;
	}
	.modal-input label{
		margin-bottom: 15px;
	}
}

.nav-links{
	    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation h2{
	opacity: 0;
}
.navigation .page-numbers{
	border: 1px solid #3498DB;
    width: auto;
    line-height: 100%;
    padding: 10px 17px;
    height: auto;
    display: inline;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease
}
.navigation .page-numbers:not(:last-child){
	margin-right: 10px;
}
.navigation .page-numbers.current{
	background: #3498DB;
	color: #fff
}
.navigation .page-numbers:hover{
	background: #3498DB;
	color: #fff;
	text-decoration: none;
}
.wrapp-product__top{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.wrapp-gallery{
	max-width: 410px;
	padding-left: 50px;
}
.wrapp-characteristics{
	width: 100%;
	background: #F5F5F5;
	padding: 30px 30px 50px 80px;
	margin-left: 70px;
	position: relative;
	max-width: 900px;
}
.breadcumps{
	margin-top: 20px;
}
.slider-product .slick-slide{
	max-height: 360px;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.slider-product .slick-slide img{
	max-height: 360px;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.slider-product__nav .slick-slide{
	width: 90px!important;
	height: 90px;
	object-fit: contain;
	padding: 10px;
	outline: none;
	cursor: pointer;
}
.slider-product__nav .slick-slide:hover{
	border: 1px solid #3498DB;
}
.slider-product__nav .slick-current{
	border: 1px solid #3498DB;
}
.slider-product__nav{
	margin-top: 50px;
}
.table-product thead{
	background: #F5F5F5;
}
.table-product thead th{
	height: 66px;
	font-weight: 400;
	text-align: center;
}
.table-product{
	border: 1px solid #DFDFDF;
	font-size: 18px;
	line-height: 16px;
	color: #292929;
	text-align: center;
	font-weight: 400;
}
.table-product tbody tr td{
	width: 110px;
	padding: 12px 0;
}
.table-product tbody tr:first-child td{
	width: 160px;
}
.wrapp-product__advantage{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F5F5F5;
	margin-top: 50px;
}
.wrapp-product__advantage > div{
	height: 145px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.wrapp-product__advantage > div p{
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #292929;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 13px;
	min-height: 44px;
}
.wrapp-product__advantage > div img{
	width: auto;
    height: 45px;
    max-width: 50px;
    object-fit: contain;
}
.wrapp-product__advantage > div:not(:last-child){
	border-right: 2px solid #fff
}
.wrapp-product__details{
	display: flex;
	align-items: center;
	background: #F5F5F5;
	padding: 40px 30px 40px 70px;
	margin-top: 50px;
	max-width: 940px;
}
.wrapp-details__img{
	max-width: 110px;
}
.wrapp-details__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wrapp-details__info{
	margin-left: 80px;
}
.wrapp-details__info h3{
	margin-top: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 0;
}
.wrapp-details__info span{
	font-size: 26px;
	text-transform: lowercase;
	line-height: 0;
}
.wrapp-product__cost{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    background: #3498DB;
    width: 290px;
    height: 49px;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    z-index: 15;
    position: relative;
    transition: 0.3s all;
    margin-right: 30px;
    text-decoration: none!important
}
.wrapp-product__cost:after{
	content: '';
    position: absolute;
    right: 66px;
    top: 0;
    height: 100%;
    border-top: 49px solid #3498DB;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}
.wrapp-product__cost span{
	background: #2D3F51;
    width: 74px;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp-product__cost img{
	z-index: 15;
}
.wrapp-product__cost:hover{
	text-decoration: none;
    background: #1979B9;
    color: #fff!important
}
.wrapp-product__cost:hover:after{
	border-top: 49px solid #1979B9;
    border-right: 9px solid transparent;
}

.wrapp-product__catalog{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    width: 290px;
    border: 1px solid #3498DB;
    height: 49px;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #2D3F51;
    z-index: 15;
    position: relative;
    transition: 0.3s all;
    text-decoration: none!important
}
.wrapp-product__catalog:after{
	content: '';
    position: absolute;
    right: 66px;
    top: -0.5px;
    height: 49px;
    border-top: 49px solid #fff;
    border-right: 9px solid transparent;
    transition: 0.3s all;
}
.wrapp-characteristics .wrapp-product__catalog:after{
	top: -0.5px;
	border-top: 49px solid #F5F5F5;
}
.wrapp-details__info .wrapp-product__catalog:after{
	border-top: 49px solid #F5F5F5;
}
.wrapp-product__catalog span{
	background: #2D3F51;
    width: 74px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    height: 49px;
    justify-content: center;
}
.wrapp-product__catalog img{
	z-index: 15;
}
.wrapp-product__catalog:hover{
	text-decoration: none;
    background: #1979B9;
    color: #fff
}
.wrapp-product__catalog:hover:after{
	border-top: 49px solid #1979B9;
    border-right: 9px solid transparent;
}
.wrapp-details__btn{
	display: flex;
	margin-top: 30px;
}
.wrapp-product__interest h3{
	font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 52px 10px 36px;
    background: #2D3F51;
    margin: 0;
    display: inline-block;
}
.wrapp-product__interest{
	margin-top: 130px;
}
.wrapp-product__bot{
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.wrapp-product__delivery{
	max-width: 450px;
	border: 1px solid #DFDFDF;
	padding: 0px 30px 60px 30px;
	flex-basis: 33%;
}
.wrapp-product__delivery h4{
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #292929;
	font-weight: bold;
	margin-bottom: 20px;
}
.wrapp-product__delivery img{
	margin-right: 22px;
}
.wrapp-product__payment{
	margin-top: 40px;
}
.wrapp-product__delivery ul{
	padding-left: 20px;
}
.wrapp-product__delivery ul li{
	position: relative;
	margin-top: 5px;
	font-size: 16px;
}
.wrapp-characteristics__btn{
	display: flex;
	margin-top: 40px;

}
.wrapp-characteristics__text{
	display: flex;
	font-size: 18px;
	line-height: 23px;
	color: #292929;
}
.wrapp-characteristics__text p:first-child{
	min-width: 212px;
    display: flex;
    align-items: baseline;
}
.wrapp-characteristics__text p:first-child:after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #CBCBCB;
	margin-left: 5px;
	margin-right: 5px;
}
.wrapp-characteristics__info{
	margin-top: 42px;
}
.wrapp-characteristics__article{
	padding: 4px 14px;
	background: #2D3F51;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-right: -30px;
}
.wrapp-flex__article{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapp-characteristics__title{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #292929;
}
.wrapp-characteristics__description{
	font-size: 26px;
    text-transform: lowercase;
    line-height: 33px;
}
.wrapp-form__left{
	flex-basis: 64%
}
.wrapp-form__left h3{
	font-weight: bold;
	font-size: 26px;
	line-height: 33px;
	color: #292929;
	margin-bottom: 25px;
	margin-top: 0;
}
.wrapp-product__description{
	margin-top: 50px;
}
.wrapp-product__description p{
	text-align: left;
}
.wrapp-gallery .slick-prev, .wrapp-gallery .slick-next{
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapp-gallery .slick-prev:before, .wrapp-gallery .slick-next:before{
	content: none;
}
.wrapp-gallery .slick-prev{
	left: -48px;
}
.wrapp-gallery .slick-next{
	right: -45px;
}
.wrapp-gallery .slick-prev svg{
	transform: rotate(-180deg);
}

.wrapp-gallery .slick-track{
	display: flex;
}
.product__interest{
	display: flex;
	margin-top: 50px;
}
.product__interest__itmes{
	background: #F5F5F5;
	max-width: 277px;
	width: 20%;
	margin-right: 9px;
	
	text-align: center;
}
.product__interest__itmes:last-child{
	margin-right: 0
}
.product__interest__itmes p{
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}
.product__interest__itmes div{
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	text-transform: lowercase;
}
.product__interest__itmes a{
	padding: 30px 26px 18px 26px;
	display: block;
	color: #292929;
	transition: 0.3s ease
}
.product__interest__itmes a img{
	max-width: 75px;
	height: 100%;
    object-fit: contain;
    max-height: 98px;
}
.product__interest__itmes a:hover{
	text-decoration: none;
	color: #3498DB
}
#product_page .wrapp-form__pop-block .banner-form__btn .wpcf7-submit{
	width: 100%;
}
#product_page .wrapp-form__pop-block .banner-form__btn{
	width: 287px;
}
.price-form__title{
	max-width: 577px;
}
.price-form__flex{
	display: flex;
	flex-wrap: wrap;
	max-width: 590px;
	margin: auto;
	justify-content: space-between;
	margin-top: 40px;
}
.price-form__flex br{
	display: none;
}
.price-form__flex ~ .modal-policy{
	max-width: unset;
	text-align: center;
}
.form-title__kat{
	max-width: 430px;
}
#product_page .breadcumps a{
	color: #292929
}
.wrapp-product__payment strong{
	display: block;
}
.wrapp-block__mob{
	display: none;
}
.wrapp-product__catalog-link{
	display: none;
}
.wrapp-product__catalog-link a{
	text-decoration: none!important
}
.wrapp-details__img h3{
	display: none;
}
.wrapp-details__img span{
	display: none;
}
.mob-breadcumps{
	display: none;
}
@media (max-width: 1190px){
	.wrapp-characteristics__btn{
		flex-direction: column;
	}
	.wrapp-product__cost{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wrapp-characteristics{
		padding: 30px 30px 50px 30px;
	}
}
@media (max-width: 990px){
	.wrapp-flex__article{
		display: none;
	}
	.wrapp-characteristics__description{
		display: none;
	}
	.wrapp-block__mob{
		display: block;
	}
	.wrapp-block__mob .wrapp-characteristics__description{
		display: block;
	}
	.wrapp-block__mob .wrapp-flex__article{
		display: flex;
	}
	.wrapp-characteristics{
		display: flex;
		flex-direction: column-reverse;
		margin-left: 0;
		background: none;
		padding: 0;
	}
	.wrapp-characteristics__article{
		margin: 0;
	}
	.wrapp-product__top{
		flex-direction: column;
	}
	.wrapp-characteristics__btn{
		flex-direction: initial;
		justify-content: center;
	}
	.wrapp-product__cost{
		margin-bottom: 0;
		margin-right: 20px;
	}
	.wrapp-product__advantage{
		display: none;
	}
	.wrapp-product__bot{
		flex-direction: column;
	}
	.wrapp-product__description p{
		text-align: justify;
	}
	.wrapp-product__delivery{
		max-width: none;
		padding: 0;
		border: none;
	}
	.wrapp-product__payment{
		border: 1px solid #DFDFDF;
		padding: 43px 20px 58px 100px;
		margin-top: 7px;
	}
	.wrapp-product__delivery h4{
		justify-content: center;
		font-weight: normal;
		font-size: 26px;
		line-height: 33px;
		text-align: center;
		text-transform: uppercase;
		color: #3498DB;
	}
	.wrapp-details__btn{
		flex-direction: column;
	}
	.wrapp-product__details .wrapp-product__cost{
		margin-right: 0;
		margin-bottom: 40px;
	}
	.wrapp-product__details{
		justify-content: space-evenly;
		padding: 28px 10px 20px 10px;
	}
	.wrapp-details__info h3{
		display: none;
	}
	.wrapp-details__info>span{
		display: none;
	}
	.product__interest__itmes:nth-child(4){
		display: none;
	}
	.product__interest__itmes:nth-child(5){
		display: none;
	}
	.product__interest__itmes{
		width: 33%;
	}
	.product__interest__itmes:nth-child(3){
		margin-right: 0;
	}
	.cooperation .form-bot, #product_page .form-bot{
		padding-bottom: 40px
	}
	.wrapp-gallery{
		max-width: none;
		padding-left: 0;
		display: flex;
		align-items: center;
	}
	.slider-product{
		max-width: 550px;
	}
	.slider-product__nav{
		max-width: 90px;
		margin-top: 0;
		margin-left: 40px;
	}
	.wrapp-gallery .slick-track{
		display: block;
	}
	.wrapp-gallery .slick-prev, .wrapp-gallery .slick-next{
		position: unset;
		margin: auto;
	}
	.slider-product .slick-slide{
		max-height: 500px;
	}
	.slider-product .slick-slide img{
		max-height: 500px;
		margin: auto
	}
	.wrapp-gallery .slick-next{
		margin-top: 25px;
	}
	.wrapp-gallery .slick-next svg{
		transform: rotate(90deg);
	}
	.wrapp-gallery .slick-prev svg{
		transform: rotate(-90deg);
	}
	.wrapp-characteristics__title{
		width: 70%;
	}
	.wrapp-block__mob .wrapp-product__advantage{
		display: flex;
	}
	.wrapp-product__advantage{
		margin-bottom: 50px;
	}
	.wrapp-product__advantage > div{
		padding: 30px 7px 24px 7px;
		height: auto;
	}
	.wrapp-product__advantage > div p{
		font-size: 16px;
		min-height: 90px;
	}
	.wrapp-details__img h3{
		display: block;
		font-size: 26px;
		font-weight: bold;
		line-height: 33px;
		margin-bottom: 0;
	}
	.wrapp-details__img span{
		display: block;
		font-size: 26px;
		line-height: 33px;
		text-transform: lowercase;
	}
	.wrapp-details__img{
		max-width: none;
		text-align: center;
	}
	.wrapp-details__img img{
		max-width: 95px;
	}
	.product__interest__itmes a img{
		max-width: 64px;
	}
	.wrapp-product__interest{
		margin-top: 80px;
	}
	.wrapp-characteristics .wrapp-product__catalog:after{
		border-top: 49px solid #fff;
		top: 0;
	}
}
@media (max-width: 710px){
	.wrapp-flex__article{
		flex-direction: column-reverse;
	}
	.wrapp-characteristics__title{
		width: 100%;
		font-size: 33px;
		margin-top: 12px;
		line-height: 42px;
	}
	.wrapp-characteristics__article{
		margin-right: auto;
		margin-top: 22px;
		font-size: 11px;
		line-height: 15px;
		padding: 2px 9px;
	}
	.wrapp-block__mob .wrapp-characteristics__description{
		font-size: 23px;
		line-height: 29px;
	}
	.wrapp-gallery{
		display: block;
	}
	.slider-product{
		max-width: none;
	}
	.slider-product__nav{
		max-width: none;
		margin-left: 0;
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.slider-product__nav .slick-slide{
		width: 60px!important;
		height: 60px;
		margin: 0 6px;
	}
	.slider-product .slick-slide{
		max-height: 300px;
	}
	.slider-product .slick-slide img{
		max-height: 300px;
		margin: auto;
	}
	.slick-initialized .slick-slide{
		padding: 2px!important
	}
	.slider-product__nav .slick-list{
		max-width: 290px;
		margin: auto;
	}
	#product_page .breadcumps{
		display: none;
	}
	.mob-breadcumps{
		display: block;
	}
	.mob-breadcumps a{
		font-size: 18px;
		line-height: 23px;
		color: #292929;
	}
	.wrapp-gallery .slick-prev{
		left: 0;
	}
	.wrapp-gallery .slick-prev, .wrapp-gallery .slick-next{
		margin: 0;
		margin-top: 25px;
	}
	.wrapp-gallery .slick-prev svg{
		transform: rotate(-180deg);
	}
	.wrapp-gallery .slick-next svg{
		transform: none;
	}
	.wrapp-characteristics__btn{
		flex-direction: column;
	}
	.wrapp-product__cost{
		margin-right: 0;
		margin: auto;
		margin-bottom: 15px;
		width: 262px;
		font-size: 15px;
	}
	.wrapp-product__catalog{
		margin: auto;
		width: 262px;
		font-size: 15px;
	}
	.wrapp-characteristics__text{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-form__left h3{
		font-size: 23px;
		line-height: 29px;
	}
	.table-product{
		font-size: 15px;
		line-height: 19px;
	}
	.table-product tbody tr td{
		font-size: 9px 12px;
	}
	.table-product tbody tr:first-child td{
		width: 110px;
	}
	.wrapp-product__description p{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-block__mob .wrapp-product__advantage{
		flex-wrap: wrap;
		justify-content: center;
	}
	.wrapp-product__advantage > div{
		width: 50%;
		background: #F5F5F5;
		margin-bottom: 10px;
		padding: 13px 11px
	}
	.wrapp-product__advantage{
		background: none
	}
	.wrapp-product__advantage > div p{
		font-size: 15px;
		line-height: 19px;
		padding: 0;
		min-height: 36px;
		margin-top: 10px;
	}
	.wrapp-product__advantage > div img{
		width: 35px;
	}
	.wrapp-product__delivery h4{
		font-size: 23px;
		line-height: 29px;
	}
	.wrapp-product__delivery ul li{
		font-size: 15px;
		line-height: 19px;
	}
	.wrapp-product__payment{
		padding: 40px 20px 38px 32px;
	}
	.wrapp-product__delivery ul{
		padding-left: 7px;
	}
	.wrapp-product__details{
		flex-direction: column;
		padding: 30px 10px 45px 10px;
	}
	.wrapp-details__info{
		margin-left: 0
	}
	.wrapp-details__img h3{
		font-size: 23px;
		line-height: 29px;
	}
	.wrapp-details__img span{
		font-size: 23px;
		line-height: 29px;
	}
	.wrapp-product__details .wrapp-product__cost{
		margin-bottom: 15px;
	}
	.wrapp-product__interest{
		margin-top: 37px;
	}
	.product__interest__itmes:nth-child(3){
		display: none;
	}
	.product__interest__itmes:nth-child(2){
		margin-right: 0
	}
	.product__interest__itmes{
		width: 49%;
	}
	.product__interest__itmes p{
		font-size: 15px;
		line-height: 19px;
		margin-top: 7px;
	}
	.product__interest__itmes div{
		font-size: 15px;
		line-height: 19px;
	}
	.product__interest__itmes a img{
		max-width: 54px;
	}
	.product__interest__itmes a{
		padding: 15px 15px 18px 15px
	}
	.wrapp-product__catalog-link{
		display: flex;
		align-items: center;
		margin-top: 27px;
		justify-content: center;
	}
	.wrapp-product__catalog-link span{
		font-size: 23px;
		line-height: 29px;
		text-align: center;
		color: #3498DB;
		margin-right: 12px;
		position: relative;
	}
	.wrapp-product__catalog-link span:before{
		content: '';
		width: 100%;
		height: 1px;
		background: #3498DB;
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	.cooperation .form-bot, #product_page .form-bot{
		padding-bottom: 130px;
	}
	.wrapp-form__pop-block p{
		font-size: 23px;
		line-height: 29px;
	}
	.wrapp-form__pop1 .price-form__title{
		max-width: 315px;
	    margin: auto;
	    margin-top: 65px;
	}
	.wrapp-form__pop1.open{
		overflow: auto;
		padding-top: 50px;
	}
	.wrapp-form__pop1 .wrapp-form__pop-close{
		top: 28px;
    	right: 38px;
	}
	.wrapp-form__pop1 .wrapp-form__pop-block{
		padding: 0 15px 25px 15px;
	}
	#product_page .wrapp-form__pop-block .banner-form__btn{
		width: 262px;
	}
	#product_page .wrapp-form__pop-block .banner-form__btn .wpcf7-submit{
		font-size: 15px;
		padding-left: 25px;
	}
	.price-form__flex{
		justify-content: center;
		margin-top: 30px;
	}
	.price-form__flex ~ .modal-policy{
		max-width: 275px;
		text-align: left;
	}
	.look{
		overflow: hidden;
	}
	.modal-thanks__wrapp{
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrapp-product__advantage > div:not(:last-child){
		border-right: 10px solid #fff;
	}
	.wrapp-product__advantage > div:nth-child(2){
		border-right: none;
	}
	.wrapp-product__advantage > div:nth-child(4){
		border-right: none;
	}
	.wrapp-block__mob .wrapp-product__advantage{
		margin-bottom: 30px;
	}
}
#usage_page .segments{
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 992px){
	#usage_page .segments{
		display: block;
	}
}
.wrapp-contant{
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}
#contacts button.feedback_btn{
	margin: 0!important;
	transition: 0.3s ease
}
#contacts button.feedback_btn span.icon{
	padding-top: 0!important
}
.wrapp-contant .info_element p{
	font-size: 16px;
    line-height: 16px;
    color: #b2b2b2;
}
.wrapp-contant .info_more span{
	font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}
.wrapp-contant .info_more a{
	font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.wrapp-contant .info_more img{
	display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
#contacts button.feedback_btn span.text{
	width: 180px!important;
}
.element-adress{
	max-width: 340px;
}
#contacts button.feedback_btn:hover{
	background: #1979B9
}
#contacts .wrapp-work__btn a{
	margin-top: 0;
	width: 282px;
}
@media (max-width: 1200px){
	.wrapp-contant{
		flex-wrap: wrap;
		justify-content: center;
	}
	.wrapp-contant .info_element{
		width: 30%
	}
	#contacts .wrapp-work__btn{
		margin-top: 25px!important;
	}
}
@media (max-width: 944px){
	.wrapp-contant .info_element{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.wrapp-contant{
		flex-direction: column;
		align-items: center;
	}
	.element-adress{
		max-width: none;
	}
}
.wrapp-work__btn.wrapp-product__cost{
	background: unset;
	padding: 0;
	width: auto;
	margin: 0;
	display: block;
}
.wrapp-work__btn.wrapp-product__cost:hover{
	background: unset;
	color: unset!important;

}
.wrapp-work__btn.wrapp-product__cost:after{
	content: none;
}
#usage_page .navigation{
	width: 100%;
	margin-bottom: 30px;
}
#usage_page .nav-links{
	margin-top: 0;
}
#usage_page .navigation h2{
	display: none;
}
.up_slider  .navigation{
	display: none;
}
.banner_form .banner-form__flex input.wpcf7-not-valid::-webkit-input-placeholder { color:  #FD9C9C; }
.banner_form .banner-form__flex input.wpcf7-not-valid::-moz-placeholder { color:  #FD9C9C; }

#four_section .contacts  .wrapp-work__btn a{
	max-width: 300px;
	margin: 0
}
.about-btn a{
	background: #3498db;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    padding-left: 20px;
    border-radius: 0;
    margin-top: 40px;
    border: 0;
    color: #fff;
    margin-left: auto;
    max-width: 300px;
}
.wrapp-sentence__btn.about-btn a span{
	background: #fff	
}
.wrapp-sentence__btn.about-btn a:after{
	border-top: 49px solid #3498db;
}
.about-btn a:hover{
	background: #292929
}
.wrapp-sentence__btn.about-btn a:hover:after{
	border-top: 49px solid #292929;
}
.wrapp-work__btn.segment-link a{
	background: unset;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wrapp-work__btn.segment-link a:after{
	content: none;
}
.wrapp-replace a:before{
	content: none!important;
}
#telegram{
	width: 21px;
	height: 21px;
	fill: #3498db;
}
ul li:hover #telegram{
	fill: #fff
}
#viber{
	width: 21px;
	height: 21px;
	fill: #3498db;
}
#facebook{
	width: 21px;
	height: 21px;
	fill: #3498db;
}

.soc_icons1 #viber{
	width: 18px;
	height: 18px;
	fill: #3498db;
}
.soc_icons1 #facebook{
	width: 18px;
	height: 18px;
	fill: #3498db;
}
.soc_icons1 #telegram{
	width: 18px;
	height: 18px;
	fill: #3498db;
}
ul li:hover #viber{
	fill: #fff
}
ul li:hover #facebook{
	fill: #fff
}
.soc_icons1{
	display: flex;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.soc_icons1 li{
	margin-right: 15px;
}
.wrapp-new-top{
	display: flex;
	align-items: center;
}
.wrapp-new-top .menu-right{
	display: flex;
	align-items: center;
}
@media (max-width: 944px){
	.soc_icons1{
		justify-content: center;
		padding: 0;
	}
}
.wrapp-contant__info{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.wrapp-contant__info-cos{
	margin-right: 181px;
}
.wrapp-contant__info li:hover svg{
	fill: #1979B9!important
}
.wrapp-contant__info li:hover #facebook{
	fill: #1979B9!important
}
.wrapp-contant__info svg{
	width: 25px!important;
	height: 25px!important;
	fill: #3498db!important;
}
.wrapp-contant__info h3{
	font-size: 16px;
    line-height: 16px;
    color: #b2b2b2;
}
@media (max-width: 600px){
	.wrapp-contant__info{
		flex-direction: column;
	}
	.wrapp-contant__info-cos{
		margin-right: 0;
	}
}
html[lang="uk"] .lang_ru{
	display: none;
}
html[lang="ru-RU"] .lang_ua{
	display: none;
}
.wrapp-lang ul{
	display: flex;
	list-style: none;
}
.wrapp-lang .wpml-ls-legacy-list-horizontal{
	border: none;
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a{
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	transition: 0.5s ease;
    padding: 0 10px!important
}
.wpml-ls-current-language a{
	color: #3498db;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child){
	border-right: 1px solid #fff
}
@media (max-width: 767px){
	.wrapp-new-top{
		flex-wrap: wrap;
	}
	.hidden_menu_top .wrapp-new-top{
		flex-wrap: unset;
	}
}
.wpml-ls-legacy-list-horizontal a:hover{
	color: #3498db
}