* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;}
a {
  outline: none;
  color: #fff;
  text-decoration: none;
}

@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro/Intro.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Intro-Light';
  src: url('../fonts/intro/Intro-Light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Intro-Bold';
  src: url('../fonts/intro/Intro-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro-Black';
  src: url('../fonts/intro/Intro-Black.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro-Book';
  src: url('../fonts/intro/Intro-Book.otf');
  font-weight: normal;
  font-style: normal;
}

span.br {
  display: block;
}
ul {
	list-style:none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.big_title {
	font-family: 'Intro-Black';
    font-size: 42px;
	margin-bottom:20px;
}
.help_tel {
	font-size:34px;
}
.mid_title {
	font-family: 'Intro';
    font-size: 22px;
	margin-bottom:20px;
	text-transform:uppercase;
}
a:hover, .footer_final ul li a:hover , .breadcrumbs ul li a:hover  {
	border-bottom:none;
	text-decoration:none;
}
body {
	font-family: 'Intro-Light';
}
.wrapper_all {
	width:100%;
	overflow:hidden;
}

section.inner {
padding:100px 12% 100px 12%;
	padding-left:0 !important;
	padding-right:0 !important;

}
section.header {
	position:relative;
	width:100%;
	height:900px;
	/*background-image: url(../img/bg-head.png);
	background-size: cover;
    background-position: center;*/
	color:#fff;
	font-size:20px;
	padding:35px 60px 0 60px;
}
.info {
	font-size: 14px;
}
.block_logo {
	float:left;
}
.block_logo .logo {
	background:url(../img/logo.png) no-repeat;
	width:205px;
	height:95px;
}
.block_logo .name_comp {
	margin:0 0 0 95px;
	font-size:14px;
}
.menu {
	padding:60px 0 0 95px;
	transition:0.3s;
}
section.header .menu > ul {
	display:inline-block;
}
.menu > ul > li {
	margin-bottom:20px;
	position:relative;
	padding-right: 10px;
}
.menu > ul > li > a {
	font-size:20px;
	border-bottom:1px solid rgba(255,255,255,.2);
	padding-bottom:2px;
}
.menu > ul > li:hover > a {
	font-family: 'Intro-Bold';
    border-bottom: 3px solid;
    padding-bottom: 0;
	font-size:20px;
}
/*.menu > ul > li.submenu:hover {
	/*background-color: #fff;
    padding: 7px 0 7px 21px;
    padding: 0 0 7px 21px;
    margin-bottom: 6px;
    margin-left: -20px;
}
.menu > ul > li.submenu:hover > a {
	/*color: #000;
	border: none;
}*/

.menu ul.podmenu {
    position: absolute;
    padding: 20px;
    width: 330px;
    height: auto;
    display: inline-block;
   /* background-color: #fff;*/
    left: 100%;
    top: -20px;
	border: 3px solid #ffffff;
}
.menu ul.podmenu > li > a {
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    border-bottom: 1px solid #FFFFFF;
}
.menu ul.podmenu > li > a:hover {
    border-bottom: none;
	margin-bottom: 9px;
}

.menu ul.podmenu {
	display:none;
}
.menu > ul > li.submenu:hover > ul.podmenu {
	display:block;
}
.menu > ul > li.submenu .poloska {
	position: absolute;
    width: 4px;
    height: 19px;
    background-color: #210075;
    right: 0;
    top: 9px;
    display: none;
}
.menu > ul > li.submenu:hover .poloska {
    display: block;
}



/* Выпадающее для внутренней */
.wrap_inner .menu > ul > li.submenu:hover {
	background-color: #fff;
    padding: 7px 32px 7px 14px;
    margin-top: -6px;
    margin-right: 16px;
}
.wrap_inner .menu > ul > li.submenu:hover > a {
	color: #000;
	border: none;
}

.wrap_inner .menu ul.podmenu {
    position: absolute;
    padding: 20px;
    width: 330px;
    height: auto;
    background-color: #fff;
    left: 0;
    top: 33px;
}
.wrap_inner .menu ul.podmenu > li {
    text-align:left;
}
.wrap_inner .menu ul.podmenu > li > a {
    color: #e52831;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(229, 40, 49, .2);
}
.wrap_inner .menu ul.podmenu > li > a:hover {
    border-bottom: none;
	margin-bottom: 9px;
}

.wrap_inner .menu ul.podmenu {
	display:none;
}
.wrap_inner .menu > ul > li.submenu:hover > ul.podmenu {
	display:block;
}
.wrap_inner .menu > ul > li.submenu .poloska {
	position: absolute;
    width: 81%;
    height: 4px;
    background-color: #210075;
    left: 8px;
    top: 31px;
    display: none;
}
.wrap_inner .menu > ul > li.submenu:hover .poloska {
    display: block;
}
.wrap_inner .menu > ul > li.submenu:after {
	content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    background-image: url(../img/submenu-down.png);
    right: 26px;
    top: 8px;
}
.wrap_inner .menu > ul > li.submenu:hover:after {
    background-image: url(../img/submenu-up.png);
    right: 16px;
    top: 14px;
}

/*--- конец Выпадающее меню для внутренней ---*/



.wrap_inner .menu > ul > li:hover a{
	font-family: inherit;
	padding-bottom: 3px;
}
.block_contacts {
	padding-top:20px;
	float:right;
	text-align:right;
}
.nomer {
	font-size:22px;
	font-family:'Intro-Bold';
}
.address {
	margin-top:8px;
}
.block_slogan {
	width: 515px;
    margin: 150px 0 0 263px;
	line-height: 30px;
}
.block_slogan span {
	font-size:24px;
	font-family:'Intro-Bold';
}

.advantages .adv {
	width:70%;
	display: inline-block;
	background-repeat:no-repeat;
    padding-top: 50px;
	margin-bottom: 40px;
	background-size: 250px;
}
.advantages .adv.left {
	float:left;
	background-position:right center;
	padding-right:290px;
}
.advantages .adv.right {
	float:right;
	background-position:left center;
	padding-left:290px;
}
.advantages .adv .title {
	font-family:'Intro-Bold';
	font-size:24px;
	margin-bottom:20px;
}
.advantages .adv .text {
	font-size:16px;
	margin-bottom:30px;
	line-height:25px;
}
.btn_more {
	display:block;
	width:200px;
	height:50px;
	background:linear-gradient(to right, #210075, #a1002d) left bottom no-repeat;
	font-size:20px;
	font-family:'Intro-Bold';
	text-align:center;
	line-height:50px;
	text-transform: uppercase;
	transition:.3s;
	color: #fff;
}
.btn_more:hover {
	background:linear-gradient(to right, #3a00cc, #e60041) left bottom no-repeat;
}
section.progress.inner{
	padding-top:50px;
	padding-bottom:50px;	
}
section.progress {
	height:auto;
	background:url('../img/bg-progress.png');
    background-position: center center;
	color:#fff;
	margin: 0 -9999px;
	padding-left:9999px !important;
	padding-right:9999px !important;
}
.progress .title {
	font-family:'Intro-Black';
	font-size:48px;
	text-align:center;
	margin-bottom:60px;
}
.progress_items ul {
	width:32%;
	margin-right:2%;
	float:left;
}
.progress_items ul:last-child {
	margin-right:0;
}
.progress_items ul li {
	margin-bottom:60px;
	background-image:url(../img/progress-item.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:45px;
}
.art_block {
	width:47%;
	margin-right:6%;
	float:left;
}
.art_block:last-child {
	margin-right:0;
}
.art_block .title {
	font-family:'Intro-Black';
	font-size:48px;
	margin-bottom:40px;
}
.art_block ul li {
	display:block;
	margin-bottom:40px;
}
.art_block ul li .art-name {
	line-height:23px;
}
.art_block.news ul li .art-name {
	line-height:23px;
	padding-left:105px;
}
.analytics ul li {
	background:url(../img/analytics-item.png) no-repeat left 5px;
	padding-left:55px;
}
.date {
	color:#e52831;
	font-size: 14px;
	display: inline-block;
	margin-bottom:8px;
	border-bottom:1px solid rgba(229, 40, 49, .2);
}
.date:hover {
	margin-bottom:9px;
}
.news ul li {
	clear:both;
}
.news ul li .img {
	width:90px;
	height:90px;
	background-position:center;
	background-size:cover;
	float:left;
	margin-right:15px;
}
footer {
	background-color:#333333;
	width:100%;
	height:180px;
	color:#fff;
	padding:40px 50px;
	font-size:14px;
}
.footer_info {
	margin-top:25px;
}
.footer_info .f_bl {
	float:left;
	margin-right:40px;
}
.footer_info .f_bl:last-child {
	margin-right:0;
}
.footer_final .matador {
	margin-top:25px;
	display:block;
}
.footer_final {
	float:right;
	text-align:right;
}
.footer_final ul li a {
	border-bottom:1px solid rgba(255,255,255,.2);
}

.menu_btn {
	display: none;
    width: 42px;
    height: 42px;
    background-image: url(../img/menu-btn.png);
    float: right;
    margin-left: 40px;
    margin-top: 50px;
    background-repeat: no-repeat;
}
.email {
	font-size:16px;
	border-bottom:1px solid rgba(255,255,255,.2);
	}
.dotted {
	border-bottom:1px dotted rgba(255,255,255,.2);
}
.cont2 {
	text-align: right;
}
.worktime {
	font-size: 14px;
}


/* Inner Page */
.sect_info .text, .preim_dlp ul li {
	line-height:25px;
}
.wrap_inner header {
	width:100%;
	height:120px;
	background:url(../img/gradient1920x1.png) repeat-y;
	background-size: contain;
	color:#fff;
	padding:30px 35px;
}
.wrap_inner .block_contacts {
	float:none;
}
.wrap_inner .block_logo {
	float:left;
	margin-right:1%;
}
.wrap_inner .block_logo .logo {
	background-image: url(../img/logo-second.png);
    background-size: contain;
    width: 100%;
    height: 32px;
}
.wrap_inner .cont1, .wrap_inner .cont2  {
	margin-top:15px;
	float:right;
	width: 11%;
}
.wrap_inner .cont1 {
	margin-right:25px;
	width:11%;
	text-align: right;
}

.wrap_inner .block_logo .name_comp {
    margin: 10px 0 0 0;
	font-size:14px;
}
.wrap_inner .menu {
	float:left;
}
.wrap_inner .menu > ul > li {
	display:block;
	float:left;
	padding-right:42px;
}
.wrap_inner .menu > ul > li:hover {
	
}
.wrap_inner .menu  {
	display:inline-block;
	padding: 25px 0 0 30px;
}

main {
	padding:35px 200px 100px 200px;
	padding-left:20px !important;
	padding-right:20px !important;
	max-width:1260px;
	margin:0 auto;
}
.breadcrumbs {
	margin-bottom:70px;
}
.breadcrumbs ul li {
	display:inline-block;
	margin-right:20px;
}
.breadcrumbs ul li.current a {
	color:inherit;
	border-bottom:none;
}
.breadcrumbs ul li a {
	color:#f51f2a;
	font-size:14px;
	border-bottom:1px solid rgba(229, 40, 49, .2);
}
.breadcrumbs ul li:after {
	content:"»";
	margin-left:20px;
}
.breadcrumbs ul li.current:after {
	display:none;
}
.sect_info {
	margin-bottom:40px;
}
.right_img {
	width:40%;
	float:right;
	margin:0 0 40px 40px;
}
.preim_dlp {
	margin-top:30px;
	margin-bottom:70px;
}
.preim_dlp ul {
	width:49%;
	margin-right:2%;
	float:left;
}
.preim_dlp ul:last-child {
	margin-right:0;
}
.preim_dlp ul li {
	background:#f9f9f9 url(../img/preim-item.png) 16px 20px no-repeat;
	margin-bottom:20px;
	padding: 20px 20px 20px 50px;
}

.problems_dlp {
	margin-bottom:70px;
}
.problems_tbl .row {
	width:100%;
	display:inline-block;
	background: linear-gradient(to right, #210075, #a1002d) left bottom no-repeat;
	background-size:100% 1px;
}
.problems_tbl .row:first-child{
	font-size:22px;
	font-family:inherit;
	background-size:100% 3px;
}
.problems_tbl .row:last-child{
	background:none;
}
.problems_tbl .row .col{
	float:left;
	padding:30px 20px 30px 0;
}
.problems_tbl .row .col:nth-child(2n+1){
	width:36%;
	margin-right:4%;
	font-family:'Intro-Bold';
}
.problems_tbl .row .col:nth-child(2n){
	width:60%;
}
.problems_tbl .row:first-child .col {
	padding: 30px 20px 15px 0;
};
.problems_tbl .row:first-child .col:first-child {
	font-family:inherit;
}

.help_block {
	margin-bottom:70px;
}
.help_block .wind {
	float:left;
	margin-right:6%;
}
.help_block .wind:last-child {
	margin-right:0;
}
.help_block .contact_wind {
	display:inline-block;
	width:40%;
	height:auto;
	padding:40px 25px;
	background:linear-gradient(to right, #210075, #a1002d);
	color:#fff;
}
.help_block .contact_wind span {
	font-size:14px;
}
.help_block .contact_wind .email {
	font-size: 32px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.help_block .help_form {
	width:54%;
}
.feedback input[type="text"], .feedback textarea {
	outline:none;
	font-size:16px;
	font-family:'Intro-Light';
}
.feedback input[type="text"] {
	display: block;
    float: left;
	height:40px;
	width:48%;
	margin-bottom:20px;
	margin-right:4%;
	border:1px solid purple;
	padding:10px;
}
.feedback .text_inputs input[type="text"]:last-child {
	margin-right:0;
}
.feedback textarea {
	height:100px;
	width:100%;
	margin:0 1% 20px 0;
	border:1px solid purple;
	padding:10px;
}
.feedback .agree {
	font-size:12px;
	margin-right:20px;
	width: calc(100% - 220px);
    display: block;
    float: left;
    text-align: right;
}
.feedback input[type="submit"] {
	border:none;
	cursor:pointer;
	color:#fff;
	float:right;
	font-size:18px;
}

.other_uslugi {
	width:100%;
}
.other_uslugi .item {
	float:left;
	width:31%;
	margin-right:3.5%;
	height: 525px;
	position:relative;
}
.other_uslugi .item:last-child {
	margin-right:0;
}
.other_uslugi .item .img {
	width:100%;
	height:150px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	margin-bottom:25px;
}
.other_uslugi .item .text {
	margin-bottom: 25px;
    overflow: hidden;
    height: 170px;
}
.other_uslugi .item .btn_more {
    color: #fff;
    position: absolute;
    bottom: 0;
}



/* Snippet */
canvas {
  overflow: hidden;
  background: url("../img/spc-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

main.index {
	padding:0;
}
.cont_blocks .address {
	margin-top:10px;
	font-size: 14px;
}
.cont_blocks .email {
	float: right;
}
.cont_blocks .email:hover {
	margin-bottom: 1px;
}
.marg-top {
	margin-top:8px;
}


/* Service */
.list-items ul li {
	margin-bottom:25px;
}
.list-items ul li a {
	color:#000;
	font-size:18px;
	font-weight:bold;
}



main.inner canvas {
	display:none;
}
main.inner a {
	color:#000;
	border-bottom:1px solid #000;
	text-decoration:none;
}
main.inner a:hover {
	border-bottom:none;
}

main.inner .inner_page a {
    color: #ffffff;
}

.inner_page .advantages {
	padding:0;
}

.subservice {
	padding:0;
    text-align: center;
}
.sertifikaty-i-litsenzii p {
    margin-bottom: 15px;
}

.advantages .adv .sub_sections{
	margin-bottom: 20px;
}

.advantages .adv .sub_sections a {
	display: inline-block;
	margin-right: 10px;
	color: #ce2072;
	text-decoration: underline;
	line-height: 25px;
	margin-bottom: 1px;
	border-bottom: none;
}

.advantages .adv .sub_sections a:hover{
	border-bottom: 0;
}

.advantages .adv .text{
	margin-bottom: 10px;
}

.advantages .inner .clearfix .subservice{
	text-align: center;
	margin-top: 50px;
}

.sub_section_item{
	display: inline-block;
	width: 33%;
	text-align: center;
	padding-top: 100px;
	background-position: center 0 !important;
	margin-bottom: 40px;
}

.sub_section_item .title{
	font-weight: bold;
	margin-bottom: 20px;
	height: 40px;
	font-size: 18px;
	color: #000;
}

.sub_section_item .btn_more{
	margin: 0 auto;
}

@media screen and (max-width: 758px) {
	.sub_section_item{
	width:48%;	
	}
}
@media screen and (max-width: 500px) {
	.sub_section_item{
	width:90%;	
	}
}
.about_text p{
		text-indent: 40px;
		margin-bottom: 15px;
	}

.partner-item{
	display: inline-block;
	vertical-align: middle;
	background-size: contain !important;
	background-position: center center !important;
	height: 100px;
	margin-right: 20px;
}

.partners_block .slick-prev,
.partners_block .slick-next{
	display: none !important;
}