html{
	overflow-x: hidden;
}
*:focus{
	outline: none;
}
.moduletable_f {
	position: absolute;
	left: -9999px;
}


div.file_add {
overflow: hidden;
    width: 348px;
    height: 28px;
    cursor: pointer;
      /*background: url(../images/file.png) no-repeat;  */
    }
div.file_add    input {
    /* opacity: 0; */
    filter: alpha(opacity:0);
    /* font-size: 199px; */
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: none;
    /* margin-left: -450px; */
    }
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: "RobotoRegular";
	width: 100%;
   overflow-x: hidden;
}
.wrapper, .block1, block2 {
	width: 1140px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.logo {float: left;
    padding-top: 22px;
 height: 135;
  }


.cont1 {float: right;
padding-top: 30px;}

.cont1 li {
width: 210px;
    float: left;
    list-style: none;
    font-family: "RobotoLight";
    color: #555;
    font-size: 14px;
    margin: 0 50px 0 0;
}
.cont1 li.tel {
width: 190px;
    margin: 0 0px 0 0;
}
li strong {
    font-family: "RobotoMedium";
    color: #555;
font-weight: normal;
font-size: 14px;	
}
li.email a {
    font-family: "RobotoLight";
    color: #555;	
}
li.email:before {
content: url(/images/mail.png);
padding: 15px;
    margin-right: 20px;
    margin-top: -4px;
    border: 1px solid #e4dede;
    border-radius: 2px;
    float: left;

   
}
li.city:before {
content: url(/images/mark.png);
    padding: 13px 15px;
    margin-right: 20px;
    margin-top: -4px;
    border: 1px solid #e4dede;
    border-radius: 2px;
    float: left;
}

li.tel:before {
content: url(/images/tel.png);
padding: 15px;
    margin-right: 20px;
    margin-top: -4px;
    border: 1px solid #e4dede;
    border-radius: 2px;
    float: left;

   
}

.block1_bg {
    height: 135px;
background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 62%, rgba(52,152,219,1) 62%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(35%, rgba(52,152,219,1)), color-stop(35%, rgba(255,255,255,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 62%, rgba(52,152,219,1) 62%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(135deg, rgba(255,255,255,1) 62%, rgba(52,152,219,1) 62%); /* opera 11.10+ */
background: -ms-linear-gradient(135deg, rgba(255,255,255,1) 62%, rgba(52,152,219,1) 62%); /* ie10+ */
background: linear-gradient(315deg, rgba(255,255,255,1) 62%, rgba(52,152,219,1) 62%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#FFFFFF',GradientType=1 ); /* ie6-9 */
}

/*#searchForm{
position:relative;
}
#searchForm input[type=submit]{
position:absolute;
right:5px; 
top:-2px;
height:16px;
width:16px;
background: url(/images/lupa.png) no-repeat;
border:none;
box-shadow:none;
cursor:pointer;
}
#jshop_search{
padding:0 23px 0 3px;
width: 149px; 
height:24px; 
position:relative; 
top: -8px;
}*/

/* hormenu
-----------------------------------------------------------------------------*/
.hormenu {
    position: absolute;
    top: 110px;
    background: white;
    z-index: 2;
    width: 1140px;
	height: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #16242e;
}
.hormenu ul {
    margin-top: 12px;
}
.hormenu ul a{
    font-size: 14px;
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
	   /* padding: 0 20px;*/
	   padding: 0 10px;
}

.hormenu ul a:hover{
color: #3498db;
}

.hormenu li {
    height: 50px;
    float: left;
    list-style: none;
}
.spec_button {
    float: right;
    height: 29px;
    background: #3498db;
    position: relative;
    z-index: 3;
    top: -25px;
    padding: 13px 20px 8px 20px;
}
.spec_button:hover {
    background: #247fbd;
}
.spec_button a {
    text-decoration: none;
	font-size: 14px;
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
}


/* levels
-----------------------------------------------------------------------------*/

a._prod:after, a._usl:after {
content: url(/images/down.png);
    padding-left: 8px;
}


.hormenu li.parent ul { 
display: none; 
    position: absolute;
    background: #fff;
    margin: 17px 0 0 0;
} 

.hormenu ul li ul li{ 
    height: auto;
    padding: 14px 15px;
    float: none;
} 

.hormenu ul li ul li:hover{ 
background: #3498db;
} 

.hormenu ul li ul li a:hover{ 
color: white; 
} 
.hormenu ul li ul li ul   { 
display: block; 
}

.parent ul {
width:250px;
}

.parent li>a {
font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	    padding: 0;
}

.parent>ul>li {
    border-bottom: 1px solid #e1e1e1;
}


/*  level2
-----------------------------------------------------------------------------*/




.hormenu li.parent ul li ul li{ 
display: none; 

background: blue; 
margin: 0 0 0 2px; 
} 

.hormenu li.parent ul li ul li:hover a{ 
margin: 0 0 0 2px; 
    color:white;
} 

.hormenu ul li ul li:hover a{ 
margin: 0 0 0 2px; 
    color:white;
} 


.hormenu ul li ul li ul li {
    background: #00ffa3;
    display: block;
}

.hormenu ul li ul .parent li {
        background-image: url(/images/liright.png);
   
}

.hormenu ul li ul li:hover ul li { 
display: block; 
background: #3498db;

}

.hormenu ul li ul li ul li:hover { 
display: block; 
background: #2b85c1;
}

.parent>ul>li { 
position: relative; 
} 

.hormenu ul li ul li ul { 

background: yellow; 
left: 100%; 
top: 0; 
margin: 0!important; 
}

.hormenu li.parent:hover ul { 
display: block; 
}





/* slider
-----------------------------------------------------------------------------*/
.slider_block {
    background-image: url();
    position: relative;
        min-width: 1200px;
    z-index: 1;
}
.slider_text {float: left;}

.slider_block h1{
    font-size: 40px!important;
	font-weight: bold!important;
	color: #fff!important;
}


.slider_block h2 {
    font-family: "RobotoLight"!important;
	font-size: 28px!important;
	color: #fff!important;
}

/* Middle
-----------------------------------------------------------------------------*/
.uslugi {float: left;
    width: 262px;
font-family: "RobotoLight";
	font-size: 14px;
	color: #1c1c1c;}

.uslugi li>a {
    text-decoration: none;
    color: #312f2f;
}

.uslugi h3{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    padding-top: 15px;
    padding-left: 30px;
    position: relative;
    top: 20px;
    padding-bottom: 60px;
    background-image: url(../images/slash.png);
    background-repeat: no-repeat;
	font-family: 'RobotoBold';
}

.uslugi h3:before {
content: 'Что мы предлагаем';
font-family: "RobotoLight";
	font-size: 17px;
	color: #89a2b3;
    position: absolute;
    top: -4px;
    text-transform: none;
	font-weight: normal;
}
.uslugi ul {
    padding-left: 20px;
}
.uslugi li {
font-family: Robotobold;
    font-size: 14px;
    padding: 7px 0;
    color: #333;
    margin: 0px 0 0 5px;
}
a.next {
    font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
padding: 16px 19px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #3498db;
	    margin-bottom: 50px;
    display: inline-block;
}

.slider_usl {
float: right;
    width: 845px;
    padding-bottom: 50px;
	    margin-top: 30px;
}

.slider_usl .bt-cs .bt-row-first,
.slider_usl .bt-cs .bt-row-last {
    margin: 0;
}
div#btcontentslider110 .bt-introtext {
    font-family: Robotobold;
    font-size: 16px;
    clear: both;
    color: #333;
    padding: 15px 0px;
}

div#btcontentslider110 .readmore a {
    font-family: "RobotoMedium";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #3498db;
}

ul.newsflash-horiz li {
    float: left;
}

.content a{
color:#545b60;
  
}

.wrapper.usl {
    padding-top: 85px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

/* block2
-----------------------------------------------------------------------------*/
.block2_bg {
    background-image: url(/images/block1_bg.png);
    clear: both;
    padding: 50px;
}
.block2 {
    
}

.block2 li {
    float: left;
    width: 375px;
    height: 324px;
}

.block2 h3{
    font-size: 24px;
    font-weight: normal;
	font-family: 'Robotobold';
    text-transform: uppercase;
    color: #333;
    padding-top: 15px;
    padding-left: 30px;
    /* height: 55px; */
    position: relative;
    top: 20px;
    padding-bottom: 40px;
    background-image: url(../images/slash.png);
    background-repeat: no-repeat;
}

.block2 h3:before {
content: 'Что мы делаем';
font-family: "RobotoLight";
	font-size: 17px;
	color: #89a2b3;
    position: absolute;
    top: -4px;
   text-transform: none;
}
.moduletable_serv {
	position: relative;
	    margin-top: 75px;
}
.moduletable_serv .ser {
    float: left;		    
}
.moduletable_serv .ser hr{
    margin: 30px 30px 0px 0;
    border: none;
    height: 1px;
    background: #dadada;	    
}
.moduletable_serv .ser .img_serv{
    height: 260px;
    overflow: hidden;
	    width: 260px;
}
.moduletable_serv .ser .img_serv img{
    max-height: 100%;
}
.moduletable_serv .ser h4{
    font-family: Robotobold;
    font-size: 16px;
    clear: both;
    color: #333;
    padding: 15px 0px;
}
.moduletable_serv .readmore{
    font-family: "RobotoMedium";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #3498db;
}
.moduletable_serv .slick-prev{
    background: url(../images/usl_left.png) left center no-repeat;
    position: absolute;
    z-index: 999;
    height: 45px;
    right: 75px;
    border: 2px solid #dadada;
    background-position: 13px;
    overflow: hidden;
    width: 38px;
    height: 38px;
    border-radius: 0;
	    top: -75px;
	    text-indent: -9999px;
}
.moduletable_serv .slick-next{
    background: url(../images/usl_right.png) right center no-repeat;
    text-indent: -9999px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
        right: 20px;
    background-position: 14px;
    overflow: hidden;
    width: 38px;
    border: 2px solid #dadada;
    padding: 0px;
    height: 38px;
    border-radius: 0;
	    top: -75px;
}
.moduletable_news .pr {
    float: left;
    width: 31.6%;
    height: 300px;
    position: relative;
    color: #a7a7a7;
    font-family: robotolight;
    font-size: 14px;
	overflow: hidden;
	box-shadow: 0px 0px 13px -1px #a9a9a9;
	margin-bottom: 30px;
}
.moduletable_news .pr:nth-child(3n+2) {
    margin: 0 2.6% 30px;
}
.moduletable_news .pr h4 {
    padding: 0 0 25px 0;
}
.moduletable_news .pr h4 a{
        font-size: 16px;
    text-decoration: none;
    color: #333333;
    font-family: 'robotobold';
    font-weight: normal;
    text-transform: uppercase;
}
.moduletable_news .pr .pr_title {
    background: #fff;
    position: absolute;
	    padding: 25px;
    box-sizing: border-box;
	width: 100%;
	transition: all 0.4s ease;
}
.moduletable_news .pr:hover .pr_title {
        bottom: 0;
}
.moduletable_news .pr_title .alen {
	display: none;
}
.moduletable_news .pr:hover .pr_title_a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.moduletable_news .pr .img_news {
    height: 230px;
}
.moduletable_news .pr img {
    display: block;
	min-height: 100%;
}
.moduletable_news .pr .readmore {
    font-family: robotomedium;
    color: #3498db;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    display: inline-block;
}
.block2 .bt-center {
    background: #fff;
    width: 360px;
    height: 265px;
}
.block2 a.bt-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333 !important;
    position: relative;
    bottom: 20px;
    left:20px;
}

.captch {
    background: #fff;
}


/* block3
-----------------------------------------------------------------------------*/
.block3_bg {
background-image: url(/images/webp/block2_bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    clear: both;
}

.form1 {
    padding: 0 0 40px 0;
width: 450px;
}

.form1 .color {
        font-family: "RobotoLight";
	font-size: 14px;
	color: #555;
}

input#sf2_95_61ea56b6026793f47896d72e3d5daec50,
input#simpleForm2_95_79390126cd6cd57c34ce19b88a0f33b8_elem {
    width: 185px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 20px;
    background-color: #fff;
    float: left;
	    border: none;
}

input#simpleForm2_95_53ecb1ff6830d4080f0b74b0e16718be_elem,
input#sf2_95_140a27d92a32fe690c49b6a6df4bdaa71,
input#sf2_95_e9cf8d60d0b9911b2e2866fa8ffb55481 {
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 20px;
    background-color: #fff;
    width: 185px;
    margin-left: 20px;
    float: left;
	border: none;
}

textarea#simpleForm2_95_19d96bf7e18f2d9c1697a7e4dd6ee22a_elem,
textarea#simpleForm2_95_6ba833da229a4b043a21cced4467bb3c_elem,
textarea#sf2_95_a122e6ab0d500714125847b872f786712 {
    height: 90px;
    width: 410px;
    margin-top: 20px;
    padding: 20px 0px 0px 20px;
    border: none;
    margin-bottom: 20px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form1 h2 {
    font-family: Robotobold;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding-top: 30px;
    width: 620px;
}

.form1 h3 {
    font-family: Robotobold;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding-top: 30px;
    width: 620px;
}

.form1 h4 {
font-family: "RobotoLight";
	font-size: 18px;
        padding-bottom: 20px;
	color: #fff;
	    font-weight: normal;
}

.form1 button[type="submit"],
.form1 input[type="submit"] {
    font-family: Robotobold;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background: none;
    width: 120px;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #3498db;
    border: none;
    margin-top: 20px;
}



input#sf2_128_7c1e2de21456aebc6661f5d5516ea27c3 {
    width: 224px;
    line-height: 8px;
    overflow-y: hidden;
    margin-bottom: 17px;
    height: 18px;
}
/* block4
-----------------------------------------------------------------------------*/

.block4_bg {
    background-image: url(/images/feeds_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    clear: both;
    padding-bottom: 100px;
        margin-bottom: 50px;
    padding-top: 81px;
}
.feeds h2{
    font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

div#btcontentslider107 .desc {
    float: left;
    width: 600px;
    padding-left: 30px;
   
    
}

.feeds h3{
    font-size: 24px;
	font-family: 'robotobold';
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    padding-top: 15px;
    padding-left: 30px;
    /* height: 55px; */
    position: relative;
    top: 20px;
    padding-bottom: 40px;
    background-image: url(../images/slash.png);
    background-repeat: no-repeat;
	    padding-bottom: 65px;
}

.feeds h3:before {
content: 'С нами приятно работать';
font-family: "RobotoLight";
	font-size: 17px;
	color: #89a2b3;
    position: absolute;
    top: -4px;
    text-transform: none;
}

div#btcontentslider107 {
    margin: 0 auto;
    padding: 0 95px;
}

div#btcontentslider107 .slide {
    background: #fff;
}

div#btcontentslider107 .bt-extra {
    clear: both;
    margin-top: 5px;
    float: left;

}

div#btcontentslider107 .bt-introtext {
    padding-top: 46px;
        font-family: "RobotoLight";
	font-size: 14px;
	color: #333;
        text-align: justify;
    line-height: 23px;
}

div#btcontentslider107 span.bt-date {
    font-family: "RobotoLight";
	font-size: 14px;
	color: #89a2b3;
}

div#btcontentslider107 a.bt-title {
    font-family: Roboto;
	font-size: 16px;
    padding-left: 30px;
	font-weight: bold;
	color: #333;
}

div#btcontentslider107 .bt-cs a.next {
	background: url(../images/right.png) right center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:100;
	margin:0;
	padding:0;
	right:0;
}
div#btcontentslider107 .bt-cs a.prev {
	background: url(../images/lefthover.png) left center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
	left:0;
}

.camera_caption.myka.moveFromBottom {
    width: 1140px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -570px;
}
.slider .camera_caption > div {
    padding: 0px 0px;
    width: 520px;
}
.slider .camera_caption > div h3{
    line-height: 1.2;
    padding: 0 40px 0 0;
    margin: 0 0 20px 0;
}
/* about company
-----------------------------------------------------------------------------*/
.comp_img {
    float: left;
}
.about {
    width: 650px;
    padding-left: 27px;
    float: left;
    /* padding-left: 5px; */
    font-family: "RobotoLight";
    font-size: 14px;
    color: #333;
    line-height: 23px;
    padding-bottom: 50px;
}

.about h3{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-top: 18px;
    padding-left: 30px;
    /* height: 55px; */
    position: relative;
    top: 18px;
    padding-bottom: 40px;
    background-image: url(../images/slash.png);
    background-repeat: no-repeat;
}

.about ul {
    padding-left: 33px;
}

.about h3:before {
content: 'Почему мы?';
font-family: "RobotoLight";
	font-size: 17px;
	color: #89a2b3;
    position: absolute;
    top: -4px;
    text-transform: none;
}

.wrapper.about {
    padding: 50px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer_bg {
    display: block;
    font-family: "RobotoLight";
    font-size: 14px;
	color: #545b60;
padding-bottom: 50px;
	background: #16242e;
    position: relative;
    clear: both;
    list-style: none;
    
}

.footer_bg a.next {
   
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.footer_bg h3{
    font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
   
        
}

.footer_bg h3 {
   border-bottom: 1px solid gray;
padding-bottom: 15px;
  
  position: relative;
}
.footer_bg h3:before {
  content: '';
  position: absolute;
  top: 95%;
  left: 0;
  border-bottom: 3px solid #3498db;
  width: 50px;
}

.footer_bg li {
    list-style: none;
    LINE-HEIGHT: 25px;
}

.footer_bg li:hover {
color:#3498db;
}

.footer_bg li a:hover {
color:#3498db;
}

.footer_bg li:before {
 content: '>';
padding-right: 20px;
  
}

.footer_bg ul {
    padding-top: 15px;
}

.footer_bg a {
    font-family: "RobotoLight";
	font-size: 14px;
	color: #545b60;
    text-decoration: none;
}

.info {
    float: left;
    width: 280px;
    font-family: "RobotoLight";
	font-size: 14px;
	color: #545b60;
    padding-top: 50px;
	    padding-right: 6%;
}
.info img{
    margin: -10px 0 10px 0;
}
.info p {
    line-height: 20px;
    padding: 5px 0;
}
.mod1 {
    padding-top: 50px;
    float: left;
    padding-right: 8%;
}
.mod2 {
    padding-top: 50px;
    float: left;
    padding-right: 8%;
}
.mod2 li,
.mod1 li {
	    padding: 5px 0;
}
.mod3 {
    padding-top: 50px;
    float: right;
}


.mod3 li:before {
content: url(/images/mark.png);
padding-right: 20px;
    width: 20px;
    height: 40px;
	position: absolute;
    left: 0;   
}
.mod3 li:first-child:before {
    content: url(/images/tel.png);
    padding-right: 20px;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0;   
}
.mod3 li:nth-child(3):before {
content: url(/images/mail.png);
padding-right: 20px;
        width: 20px;
    height: 20px;
   position: absolute;
    left: 0; 
}
.mod3 li:nth-child(4):before {
content: url(/images/ins.png);
padding-right: 20px;
        width: 20px;
    height: 20px;
   position: absolute;
    left: 0; 
}
.mod3 li {
    padding: 0 0 15px 25px;
    position: relative;
}

.footer_2 {
    border-top: 1px solid gray;
    clear: both;
	    width: 1140px;
    margin: 0 auto;
}
.copy {float: left; padding-top: 10px;}
.itb {float: right; padding-top: 10px;}
.itb span{
	    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 13px;
}




.captcha_style {
	margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.captcha_style label {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
.captcha_style div {
    float: left;
}
.captcha_style img {
    float: left;
}
.captcha_style div input {
	width: 100px!important;
	line-height: 50px;
    margin-left: 10px;
    padding: 0px 20px;
    font-family: "RobotoLight";
    font-size: 14px;
    color: #555;
    width: 80px;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 20px;
    background-color: #fff;
    float: left;
    border: none;
    text-align: center;
}



.new-content-1ps h1 {
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: center;
  padding: 0;
}

.new-content-1ps h2 {
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
}

.new-content-1ps .subheader {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.new-content-1ps p:empty {
  display: none;
}

.new-content-1ps ol, .new-content-1ps ul {
  margin: 30px 0;
  padding-left: 30px;
  list-style: none;
}

.new-content-1ps ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}

.new-content-1ps ul li:before {
  content: '\2714';
  position: absolute;
  left: 0;
  color: #3498db;
  font-size: 20px;
}

.new-content-1ps .cta {
  text-align: center;
  padding: 30px 0;
}

.new-content-1ps > .cta:first-child {
  /* padding-top: 0; */
}

.new-content-1ps .cta strong {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #3498db;
  font-size: 16px;
}

.new-content-1ps .left-icon-block .item,
.new-content-1ps .right-icon-block .item {
  padding-left: 70px;
  position: relative;
  min-height: 50px;
  /* display: flex; */
  align-items: center;
  margin-bottom: 15px;
}

.new-content-1ps .left-icon-block .item img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.new-content-1ps .left-icon-block .item p {
  margin: 0;
}

.new-content-1ps .right-icon-block .item {
  padding-right: 70px;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.new-content-1ps .right-icon-block .item img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.new-content-1ps .right-icon-block .item p {
  margin: 0;
}

.new-content-1ps .items-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.new-content-1ps .two-items-block .item { width: 48%; }
.new-content-1ps .three-items-block .item { width: 31%; }
.new-content-1ps .four-items-block .item { width: 23%; }
.new-content-1ps .five-items-block .item { width: 18%; }

.new-content-1ps .items-block-col .item {
  width: 100%;
  padding-left: 80px;
  position: relative;
  min-height: 80px;
}

.new-content-1ps .items-block-col .item img {
  position: absolute;
  top: 0;
  left: 0;
}

.new-content-1ps .items-block .item img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}

.new-content-1ps .items-block .item p {
  padding: 0;
  /* line-height: normal; */
}

.new-content-1ps .items-block .item strong {
  /* display: block; */
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
}

@media (max-width:768px) {
  .new-content-1ps .cta strong br {
    display: none;
  }
}

@media (max-width:640px) {
  .new-content-1ps .four-items-block .item, .new-content-1ps .five-items-block .item {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width:480px) {
  .new-content-1ps .items-block .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
