body.noscroll,
html.noscroll{ 
   overflow-y:hidden !important;  
} 
*{
	margin: 0;
	padding: 0;
	transition: 0.2s;
}
img{
	max-width: 100%;  
	max-height: 100%;
	margin: 0 auto;
}

.padding-top-50 {
	padding-top: 50px;
}

figure{
	margin: 0 !important;
}
#sandwich {align-self: center;  width: 30px; height: 38px;cursor: pointer;padding-top: 16px;display: none; margin-bottom: 5px;  -webkit-border-radius: 5px;border-radius: 5px;}
.sw-topper {position: relative; top: 0px;width: 30px;margin: auto;height: 2px; background: #000000; border: none;border-radius: 4px 4px 4px 4px;transition: transform 0.5s, top 0.2s;}
.sw-bottom { position: relative;   width: 30px;  height: 2px;  top: 7px;  margin: auto;  background: #000000;  border: none;  border-radius: 4px 4px 4px 4px;  transition: transform 0.5s, top 0.2s;  transition-delay: 0.2s, 0s;}
.sw-footer { position: relative; width: 30px;height: 2px;top: 15px;margin: auto; background: #000000;border: none; border-radius: 4px 4px 4px 4px;transition: all 0.5s;transition-delay: 0.1s;}
#sandwich.active .sw-topper {  top: 13px;  transform: rotate(140deg);}
#sandwich.active .sw-bottom {  top:11px;  transform: rotate(-140deg);}
#sandwich.active .sw-footer {  opacity: 0;  top: 0;  transform: rotate(180deg);}
body{

		margin: 0;
	padding: 0;
  font-family: 'Roboto', sans-serif;
}
ul, ol{
	list-style: none;
}
.modal-senq .title{
	font-size: 40px !important;
}
.modal-senq p{
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 59px;
text-align: center;

/* Text + batton */

color: #384D84;
}
.wrapper{
	max-width: 1110px;
	margin: auto;
}
.head{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.about_head{
	width: 196px;
	margin: auto;
	margin-left: 25px;

    margin-right: 0;
}
.about_head p{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 21px;
color: #5F5F5F;
}
.data_head{
	margin-right: 82px;
	margin-left: 104px;
}
.data_head a:first-child{
	margin-bottom: 11px;
}
.data_head a{
	display: block;
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
color: #292929;
text-decoration: none;
}
.data_head a img{
	vertical-align: middle;
	margin-right: 20px;
}
.feadback {
	    margin: auto;
    margin-right: 0;
}
.feadback a{
	display: block;
	position: relative;
	width: 220px;
height: 50px;
background: #F33333;
border-radius: 5px;
z-index: 1;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 50px;
text-align: center;
text-decoration: none;
color: #FFFFFF;
}
.feadback a:before{
	content: "";
	position: absolute;
	background: #F33333;
opacity: 0.5;
filter: blur(20px);
border-radius: 5px;
width: 220px;
height: 50px;
display: block;
z-index: -1;
bottom: -5px;
}
.main-menu{
	background: linear-gradient(303.35deg, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
}
.navigation.clic{
	display: block;	
}
.navigation ul{
	display: flex;
}
.navigation ul li{
	margin-right: 40px;
}
.navigation ul li a{
	padding: 26px 0;
	display: block;
	font-family: Roboto;
font-style: normal;
font-weight: 500;
text-decoration: none;
font-size: 20px;
line-height: 27px;
color: #FFFFFF;
position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.navigation ul li a.active:before, 
.navigation ul li a:hover:before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: #FFF;
} 
.slider-home .owl-dots,
.slider-home .owl-next,
.slider-home .owl-prev
{
	display: none;
}
.item-slide{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	    padding: 50px 0;
}
.text_item-slide{
	max-width: 534px;
}
.text_item-slide h2{
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 55px;
line-height: 64px;
color: #292929;
margin-bottom: 20px;
}
.text_item-slide hr{
	border: none;
	width: 85px;
	height: 2px;
	background: #292929;
	margin-bottom: 40px;
}
.img_item-slid{
	max-width: 588px;
}
.text_item-slide a{
	width: 300px;
height: 50px;
display: block;
background: #384D84;
border-radius: 5px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 50px;
text-align: center;
text-decoration: none;
color: #F8F8F8;
z-index: 1;
position: relative;
}
.text_item-slide a:before{
    content: "";
    position: absolute;
    bottom: -5px;
    z-index: -1;
    width: 300px;
    height: 50px;
    background: #384D84;
    opacity: 0.5;
    border: 1px solid #000000;
    box-sizing: border-box;
    filter: blur(20px);
    border-radius: 5px;
    left: 17px;

}
.home{
	margin-bottom: 100px;
}
.title{
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 59px;
color: #384D84;
margin-bottom: 92px;
position: relative;
text-align: center;
}
.title:before{
	content: "";
	position: absolute;
	bottom: -20px;
	width: 85px;
height: 2px;
margin: auto;
left: 0;
right: 0;
background: #384D84;
}
.service_sect .a{
	width: 340px;
height: auto;
text-decoration: none;
display: table;
background: #FFFFFF;
box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.service_sect .a:hover{
	box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.15);
}
.service_sect p{
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 29px;
text-align: center;
padding: 0 10px;
color: #292929;
}

.service_sect a {
width: auto;
height: 30px;
display: table;
background: #384D84;
border-radius: 5px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
text-align: center;
text-decoration: none;
color: #F8F8F8;
padding: 0 80px;
margin: 15px auto;
}

.block_services{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.service_sect .a figure{
	height: 310px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.services{
	margin-bottom: 100px;
}

.sect_seen_catalog{
	background: #F33333;
	padding: 55px 0;	    
	/* margin-bottom: 100px; */

}
.block_sect_seen_catalog{
	max-width: 980px;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	    -webkit-align-items: center;
	            align-items: center;

}
.block_sect_seen_catalog p{
	max-width: 351px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 37px;
color: #F8F8F8;
position: relative;
}
.block_sect_seen_catalog p:before{
	content: url(../images/money.png);
	position: absolute;
	left: -240px;
	top: -150px;
}
.block_sect_seen_catalog a{
	width: 290px;
height: 60px;
background: #FFFFFF;
border-radius: 5px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 60px;
text-align: center;
text-decoration: none;
color: #292929;
position: relative;
z-index: 1;
}

.block_sect_seen_catalog a:hover{
	background: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}

.block_sect_seen_catalog a:before{
	content: "";
position: absolute;
	width: 315px;
height: 73px;
bottom: -5px;
background: #FFFFFF;
opacity: 0.5;
border: 1px solid #000000;
box-sizing: border-box;
filter: blur(20px);
border-radius: 5px;
	z-index: -1;
	left: 0;
}
.block_our_advantages{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	 -webkit-flex-wrap: wrap;
	     -ms-flex-wrap: wrap;
	         flex-wrap: wrap;
}
.advnt{
	width: 33.33%;
	text-align: center;	
	margin-bottom: 70px;
}
.advnt figure{
	margin-bottom: 38px;
}
.advnt p{
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 25px;
text-align: center;
width: 246px;
margin: auto;
color: #292929;
}
.sen_sch{
	background: linear-gradient(303.35deg, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
}
.sen_sch .block_sect_seen_catalog p:before{
	content: url(../images/иллюстрация_.png);
	    top: -161px;	    
    left: -273px;

}
.content_rev{
	width: 300px;
	display: block;
background: #FFFFFF;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin: auto;
text-decoration: none;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
	padding-bottom: 24px;

}
.content_rev figure{
	margin: 0;
	margin-bottom: 30px;
}
.name, 
.town, 
.text_rev{
	padding: 0 32px;
}
.slider-review{
	max-width: 980px;
	margin: auto;
}
.slider-review .owl-prev{
	width: 10px;
	height: 17px;
	outline: none;
	border: none;
	background: url("../images/owl-prev.svg") no-repeat center top;
}
.slider-review .owl-next{
	width: 10px;
	height: 17px;
	outline: none;
	border: none;
	background: url("../images/owl-next.svg") no-repeat center top;
}
.name{
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 23px;
color: #292929;
}
.town{
font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 21px;
color: #9F9F9F;	
margin-bottom: 15px;
}
.text_rev{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;
color: #292929;
}
.slider-review{
	margin-bottom: 100px;
}
.slider-review .owl-stage-outer{
	padding-bottom: 20px;
}

.remot .block_sect_seen_catalog div{
	max-width: 600px;
}
.remot .block_sect_seen_catalog p{
	max-width: 100%;
	margin-bottom: 16px;
}
.remot .block_sect_seen_catalog p:before{
	content: url(../images/gift_.png);
}
.remot .block_sect_seen_catalog span{
	font-family: Roboto;
font-style: italic;
font-weight: 300;
font-size: 25px;
line-height: 29px;
color: #F8F8F8;
}
.map1{
	width: 100%;
	height: 500px;
}
footer{
	padding: 20px 0;
	background: linear-gradient(303.35deg, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
}
footer p{
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #F8F8F8;
}
.foot{
	position: relative;
	
}
.top{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 30px;
	margin: auto;
	width: 45px;
	height: 45px;
	display: block;
	background: url("../images/up.svg") no-repeat center top;
}
.top:hover{
	opacity: .7;
}
.modal-feed{
	max-width: 690px;
	background: #FFFFFF;
border-radius: 10px;
padding: 46px 65px;
margin: auto;position: relative;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.modal-feed input[type="text"],
.modal-feed input[type="tel"]{
	width: 100%;
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 29px;
color: #9F9F9F;
border: 2px solid #A8B8D8;
text-indent: 48px;
height: 80px;
margin-bottom: 5px;
}
.modal-feed h2.title{
	margin-bottom: 61px;
}

.cheks{
	display: flex;
}
.cheks a:hover{
	text-decoration: underline;
}
.forma button{
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 30px;
border: none;
outline: none;
color: #FFFFFF;
display: block;
margin: auto;
margin-top: 40px;
	width: 321px;
height: 80px;
background: linear-gradient(303.35deg, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
border-radius: 5px;
position: relative;
z-index: 1;
}
.forma button:before{
	content: "";
	position: absolute;
	width: 309px;
height: 62px;
left: 0;
background: linear-gradient(303.35deg, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
opacity: 0.5;
filter: blur(20px);
bottom: -5px;

border-radius: 5px;
z-index: -1;
}
.lab{
	display: flex;
	cursor: pointer;
	padding-top: 10px;
}
.cheks p{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;
color: #9F9F9F;
}
.cheks p a{
	text-decoration: none;
color: #9F9F9F;
	
}
input[type=checkbox], input[type=radio] {display: none;}

input[type=checkbox] + label:before {

    content: "\2714";
    color: transparent;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    margin: 4px 5px 0 0;
    height: 25px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color ease .3s;
}

input[type=checkbox]:checked + label:before {
    color: #384D84;
  border-color: #384D84;
}

.section_beardscrums{
	padding:24px 0 ;
	margin-bottom: 26px;
border-bottom: 1px solid #E6E6E6;	
}
.beardscrums p a.active{
	font-weight: 300;
}
.beardscrums p a,
.beardscrums p {
	font-size: 20px;
	text-decoration: none;
line-height: 23px;
color: #9F9F9F;
}
.beardscrums p a:hover{
	color: #384D84;
}
.block_about_company{
	max-width: 1600px;
	display: flex;
	margin: auto;
-webkit-justify-content: flex-end;
        justify-content: flex-end;
}
.flex_block_about_company{
	max-width: 1348px;
}
.flex_block_about_company{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	    margin-bottom: 100px;
}
.text_block_about_company{
	max-width: 665px;
	margin-bottom: 30px;
}
.text_block_about_company p{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 25px;
line-height: 29px;
color: #292929;
}
.image_block_about_company{
	max-width: 595px;
	margin-left: 95px;
}
.block_production{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.production_type{
	width: 25%;
	margin-bottom: 31px;	position: relative;
}
.content_production{
	width: 255px;

	margin: auto;
	padding-bottom: 70px;
	
}
.content_production figure{
	display: flex;
	height: 248px;
	-webkit-align-items: center;
	        align-items: center;
}
.content_production p{
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 29px;
text-align: center;
color: #384D84;
}
.content_production a{
	width: 250px;
height: 50px;
display: block;
border: 1px solid #9F9F9F;
box-sizing: border-box;
border-radius: 5px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 50px;
text-align: center;
color: #9F9F9F;
position: absolute;
bottom: 0;
text-decoration: none;
}
.content_production a:hover{
	background: #384D84;
border: 1px solid #384D84;
border-radius: 5px;
color: #F8F8F8;
}
.service_block{
	margin-bottom: 100px;
}
.service_block .a {
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	text-decoration: none;
	        align-items: center;
}

.service_block a{
	width: 300px;
height: 50px;
display: block;
background: #384D84;
border-radius: 5px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 50px;
text-align: center;
text-decoration: none;
color: #F8F8F8;
z-index: 1;
position: relative;
margin-top: 20px;
}

.service_block  .text_services{
	max-width: 540px;
}
.service_block  .text_services p{
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 50px;
line-height: 59px;


color: #384D84;
}
.service_block figure{
	max-width: 445px;
}
.form_question{
	background: url("../images/backgroung_form.jpg") 100% / cover;
	position: relative;
	z-index: 0;
}
.form_question:before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #1F1F1F;
opacity: 0.9;
z-index: 1;
} 
.container_form{
	z-index: 2;
	padding: 54px 0;
	position: relative;
}
.container_form .title{
color: #F8F8F8;
line-height: normal;
margin-bottom: 72px;
}
.container_form .title span{
	font-size: 30px;
	display: block;
	font-weight: 300;
}
.container_form .title:before{
	background: #F8F8F8;
}
.container_form form, .container_form .success {
	max-width: 560px;
	margin: auto;
}
.container_form .success {
	width: 100%;
	height: auto;
	display: table;
	text-align: center;
	color: #5A82CD;
	font-size: 25px;
	padding: 20px;
	box-sizing: border-box;
	border: 3px solid #5A82CD;
}
.none {
	display: none !important;
}
.container_form input{
	height: 60px;
}
.container_form input,
.container_form textarea{
	width: 100%;
	background: none;
	padding-left: 40px;	
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 25px;
outline: none;
margin-bottom: 15px;
color: #9F9F9F;
	border: 1px solid #465E9A;
}
.container_form textarea{
	height: 120px;
	padding-top: 20px;
	resize: none;
}
.container_form form button{
	    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    border: none;
    outline: none;
    color: #FFFFFF;
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 321px;
    height: 80px;
    	
    background: linear-gradient(303.35deg, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.container_form form button:before{
	    content: "";
    position: absolute;
    width: 309px;
    height: 62px;
    left: 0;
    background: linear-gradient(
303.35deg
, #5A82CD -23.54%, rgba(122, 164, 242, 0.2) 85.91%), #384D84;
    opacity: 0.5;
    filter: blur(20px);
    bottom: -5px;
    border-radius: 5px;
    z-index: -1;
}
.contact_page{
	margin-bottom: 100px;
}
.contact_page p{font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 35px;
line-height: 41px;
color: #292929;
margin-bottom: 15px;
}
.contact_page p a{
	text-decoration: none;
	font-weight: 500;color: #292929;
}
.work_page{
	position: relative;
background: url("../images/work_page.jpg") 100% / cover;	
}
.work_page:before{
		content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #1F1F1F;
opacity: 0.9;
z-index: 1;
}
.content_work_page{
	position: relative;
	z-index: 2;
}
.wh_work .title{
	padding-top: 20px;
color: #F8F8F8;
}
.wh_work .title:before{
	background: #F8F8F8;
}

.work_page .content_work_page .section_beardscrums{
	border-bottom: 1px solid #595959;
}
.whu_work ul li{
	width: 338px;
height: 147px;
display: flex;
text-align: center;
color: #FFF;
-webkit-align-items: center;
        align-items: center;
background: #61A0E2;
border-radius: 10px;
}
.whu_work ul li p{
display: block;
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
width: 100%;
text-align: center;
color: #F8F8F8;
}
.whu_work ul{
	height: 950px;
	position: relative;
}
.whu_work ul li{
	z-index: 1;
		position: absolute;
}
.whu_work ul li:nth-child(1):before,
.whu_work ul li:nth-child(2):before{
	content: url(../images/str1.svg);
	    right: -66px;
    top: 50%;
    width: 60px;
    margin-top: -5px;
    position: absolute;
    z-index: 2;
}
.whu_work ul li:nth-child(2){
	left: 412px;
}
.whu_work ul li:nth-child(3){
	right: 0;
	width: 287px;
}
.whu_work ul li:nth-child(3):before{
    content: url(../images/str2.svg);
    right: 109px;
    top: 104%;
    position: absolute;
    z-index: 2;
}
.whu_work ul li:nth-child(4){
top: 239px;
}
.whu_work ul li:nth-child(5){
top: 239px; left:389px;
}
.whu_work ul li:nth-child(5):before{
    content: url(../images/str3.svg);
    left: 50%;
    margin-left: -3px;
    top: -46px;
    position: absolute;
    z-index: 2;
}
.whu_work ul li:nth-child(6){
top: 239px; right: 0;
}

.whu_work ul li:nth-child(6):before{
    content: url(../images/str4.svg);
    left: -40px;
    top: 50%;
    width: 35px;
    margin-top: -5px;
    position: absolute;
    z-index: 2;

}
.whu_work ul li:nth-child(4):after{
	content: "Да";
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 29px;
text-align: center;
color: #F8F8F8;
text-transform: uppercase;

position: absolute;
top: -36px;
right: 90px;
}
.whu_work ul li:nth-child(5):after{
		content: "Нет";
		font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
text-transform: uppercase;
line-height: 29px;
text-align: center;
color: #F8F8F8;
position: absolute;
top: -36px;
right: 90px;
}

.whu_work ul li:nth-child(7){
top: 428px; 
}

.whu_work ul li:nth-child(7):before,
.whu_work ul li:nth-child(8):before
{
    content: url(../images/str5.svg);
    left: 50%;
    top: -36px;
    position: absolute;
    z-index: 2;

}
.whu_work ul li:nth-child(8):after{
	content: url(../images/str4.svg);
	    right: -56px;
    top: 50%;
    width: 60px;
    margin-top: -5px;
    position: absolute;
    z-index: 2;
}
.whu_work ul li:nth-child(8){
top: 617px; 
}

.whu_work ul li:nth-child(9){
top: 617px; left: 389px
}

.whu_work ul li:nth-child(9):before {
    content: url(../images/str6.svg);
    left: 50%;
    margin-left: -3px;
    top: -225px;
    position: absolute;
    z-index: 2;
}
.whu_work ul li:nth-child(9):after{
	content: "Да";
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 29px;
text-align: center;
color: #F8F8F8;
text-transform: uppercase;

position: absolute;
top: -36px;
right: 100px;
}

.whu_work ul li:nth-child(10){
top: 617px;right: 0;
width: 287px;
}
.whu_work ul li:nth-child(10):before {
    content: url(../images/str1.svg);
    left: -76px;
    top: 50%;
    width: 35px;
    margin-top: -5px;
    position: absolute;
    z-index: 2;
}
.whu_work ul li:nth-child(10):after{
	content: "Нет";
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 29px;
text-align: center;
color: #F8F8F8;
text-transform: uppercase;
position: absolute;
    top: 36px;
    left: -70px;
}