html,body,div,span,applet,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,caption,tbody,tfoot,thead{margin:0;padding:0;border:none;outline:0;vertical-align:baseline}html,body{height:100%;width:100%;padding:0;margin:0}label{cursor:pointer}ol,ul{list-style-type:none;margin:0;padding:0}li{margin:0}table{border-collapse:collapse;border-spacing:0}input:focus{outline:none}textarea:focus{outline:none}select:focus{outline:none}sup{vertical-align:top;font-size:10px}sub{vertical-align:bottom;font-size:10px}

html, body {
	width: 100%;
	min-height: 100%;
	position: relative;
	color: #181818;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Acrom';
	box-sizing: border-box;
	background: #f9f9f9;
}

/*

* {
  scrollbar-width: thin;
  scrollbar-color: #F0F0F0 #fff;
}

*::-webkit-scrollbar {
  height: 20px;
  width: 10px;
}
*::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
*::-webkit-scrollbar-thumb {
	background-color: #F0F0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #fff;
}

*/
.clearing {
	width: 100%;
	clear: both;
	height: 0;
	line-height: 0;	
}
.wp {
	width: 1170px;
	position: relative;	
	margin: 0 auto;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
.inner-template .wrapper {
	padding: 130px 0 0 0;
}
.inner-template.black .wrapper {
	background: #242424;
}
.inner-template.white .wrapper {
	background: #f9f9f9;
}
.contacts-template .main-fon:before {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #363636;
	content: '';
	display: block;
}

/* up */
#top-link {
	padding-top: 0 !important;
	position: fixed !important;
	right: 20px;
	bottom: 40px;
	cursor: pointer;
	z-index: 30;
}
#top-link a {
	width: 60px;
	height: 60px;
	display: block;
	background: #B6102C url('../images/up.svg') no-repeat center;
	background-size: 30px auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/* main */
.main {
	position: relative;	
	overflow: hidden;
	padding: 240px 0 120px;
}
.main-fon  {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.main-info {
	position: relative;	
	z-index: 3;
}
.main-text {
	width: 820px;
	position: relative;	
	color: #F9F9F9;
}
.main-text .snippet {
	position: relative;	
	margin: 0 0 60px 0;
}
.social {
	position: relative;	
}
.social a {
	width: 30px;
	height: 30px;
	position: relative;	
	display: block;
	margin: 10px 0;
}
.social a.inst {
	background: url(../images/social/inst.svg) no-repeat center;
}
.social a.youtube {
	background: url(../images/social/youtube.svg) no-repeat center;
}
.social a.mail {
	background: url(../images/social/mail.svg) no-repeat center;
}
.social a.tme {
	background: url(../images/social/tme.svg) no-repeat center;
}
.social a.vk {
	background: url(../images/social/vk.svg) no-repeat center;
}
.social a.zen {
	background: url(../images/social/zen.svg) no-repeat center;
}

/* header */
.header-fix {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
/* top */
.top {
	height: 65px;
	position: relative;	
	overflow: hidden;
	color: #F9F9F9;
	font-size: 16px;
	line-height: 65px;
	background: #242424;
}
.top a {
	color: #F9F9F9;
	text-decoration: none;
}
.top a:hover {
	color: #B6102C;
}
.top-item {
	position: relative;	
	float: left;	
	margin-right: 50px;
}
.top-tel {
	position: relative;	
	float: right;	
	margin-right: 50px;
}
.top .callback {
	position: relative;	
	float: right;	
	color: #F9F9F9;
	text-decoration: underline;
}
.top .callback:hover {
	text-decoration: none;
}
/* header */
.header {
	position: relative;	
}
.inner-template .header {
	background: #363636;
}
.header-fon .header {
    background: #F9F9F9;
}
.main-template .header .wp {
	border-bottom: 1px solid rgba(249, 249, 249, 0.6);
	box-sizing: border-box;
}
.header-fon .header .wp {
	border-bottom: none;
	box-sizing: border-box;
}
.header-flex {
	position: relative;	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 190px;
	height: 55px;
	position: relative;	
	display: block;
	background: url(../images/logo-w.svg) no-repeat center;
}
.header-fon .logo {
	background: url(../images/logo-b.svg) no-repeat center;
}
 
.calclink {
	height: 50px;
	padding: 0 20px;
	color: #F9F9F9;
	font-size: 16px;
	line-height: 46px;
	text-decoration: none;
	display: inline-block;
	background: none;
	border: 2px solid #F9F9F9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}
.header-fon .calclink {
	color: #181818;
	border: 2px solid #181818;
}
.calclink:hover {
	color: #fff;
	background: #B6102C;
	border: 2px solid #B6102C;
}

/* header-mob */
.header-mob {
	height: 65px;
	position: relative;	
	overflow: hidden;
	color: #F9F9F9;
	font-size: 16px;
	line-height: 65px;
	background: #242424;
	display: none;
}
.header-mob .logo {
	width: 140px;
	height: 65px;
	float: left;
	background: url(../images/logo-w.svg) no-repeat center;
	background-size: 100% auto;
}
.header-mob .callback {
	position: relative;	
	float: right;	
	color: #F9F9F9;
	text-decoration: underline;
}
.header-mob .callback:hover {
	text-decoration: none;
}
.menu-icon {
	width: 25px;
	height: 65px;
	position: relative;	
	float: right;
	margin-left: 20px; 
	background: url(../images/menu/menu.svg) no-repeat center;
}
/* menu */
.menu {
	position: relative;
	display: flex;
    justify-content: space-between;
}
.menu-item {
	position: relative;
	margin: 0 20px;
}
.menu-item a {
	position: relative;
	display: block;
	color: #F9F9F9;
	font-size: 16px;
	line-height: 80px;
	text-decoration: none;
}
.header-fon .menu-item a {
	color: #181818;
}
.menu-item.sub a {
	padding: 0 30px 0 0;
	background: url(../images/menu/i-down-w.svg) no-repeat center right;
}
.header-fon .menu-item.sub a {
	background: url(../images/menu/i-down-b.svg) no-repeat center right;
}



.menusub-item {
	min-width: 230px;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 0;
}
.menusub-item:last-child {
	margin: 0;
}
.menusub-item a {
	color: #181818 !important;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	display: block;
	font-weight: 700; 
	background: none !important;
}
.menusub-item a:hover {
	color: #B6102C !important;
}
.menusub-item.sub a {
	background: url(../images/menu/i-right-b.svg) no-repeat center right !important;
}
.menusub-item.sub:hover a {
	background: url(../images/menu/i-left-b.svg) no-repeat center right !important;
}


.menusub {
	visibility: hidden;
    position: absolute;
    left: -20px;
    padding: 20px;
	background: #f9f9f9;
	transition: .5s ease-out;
    transition-delay: .3s;
    opacity: 0;
}


.menusub-sub {
	width: 620px;
	min-height: calc(100% - 40px);
    position: absolute;
    left: 270px;
    top: 0;
    padding: 20px;
	background: #f9f9f9;	
	display: none;
}


.menusub-item:hover .menusub-sub {
display: block;
}


.menu-item:hover .menusub {
    opacity: 1;
    visibility: visible;
}

.column-sub {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.menusub-sub ul {
	position: relative;
	margin: 0 0 20px 0;
}
.menusub-sub ul li {
	margin: 0 0 5px 0;
}
.menusub-item.sub .menusub-sub ul li a {
	padding: 0 !important;
	font-weight: 400 !important;
    background: none !important;
}
.menusub-item.sub .menusub-sub.column-sub ul li a {
	font-weight: 700 !important;
}
.menusub-item.sub .menusub-sub.column-sub ul ul li a {
	font-weight: 400 !important;
}
 
.menusub ul li a:hover {
	color: #B6102C !important;
}
.menu-item.sub:hover a {
	background: url(../images/menu/i-up-w.svg) no-repeat center right;
}



.header-fon .menu-item a:hover {
	color: #B6102C;
}
.header-fon .menu-item.sub:hover a {
	color: #B6102C;
	background: url(../images/menu/i-up-r.svg) no-repeat center right;
}

/* menu-mob  */
.menu-mob {
	background: #242424 !important;
}
.menu-mob ul {
	position: relative;	
    margin: 0 60px 0 0;
}
.menu-mob ul li {
	position: relative;
	margin: 0 0 10px 0;
}
.menu-mob ul li a {
	position: relative;
	display: inline-block;
	color: #F9F9F9;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;	
}
.menu-mob ul li.sub i.down {
	background: url(../images/menu/i-down-w.svg) no-repeat center right;
	display: inline-block;
	width: 20px;
	height: 10px;
	cursor: pointer;
	margin-left: 10px;
}
.menu-mob ul li.sub ul {
	margin: 10px 0;
}
.menu-mob ul li.sub ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	background: none;
}
.mob-tel {
	position: relative;
	margin: 40px 0 0 0;
}
.mob-tel a {
	display: block;
	color: #B6102C;
	font-size: 21px;
	line-height: 30px;
    text-decoration: none;
	font-weight: 700;
}
.mob-tel a:hover {
	color: #F9F9F9;
}
.mob-address {
	position: relative;
	margin: 10px 0 0 0;
	color: #F9F9F9;
	font-size: 14px;
	line-height: 20px;
}
.menu-mob .calclink {
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
	margin-top: 20px;
}
.menu-mob .calclink:hover {
	color: #fff;
	background: #B6102C;
	border: 2px solid #B6102C;
}
 
/* footer */
.footer {
	position: relative;
	color: #F9F9F9;
	font-size: 14px;
    line-height: 21px;
	background: #242424;
}
.footer a {
	color: #F9F9F9;
	text-decoration: none;
}
.footer a:hover {
	color: #B6102C;
}
.footer-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.flex-center {
	align-items: center;
}
.flex-stretch {
	align-items: stretch;
}
.footer-row {
	position: relative;
	padding: 40px 0;
}

/* contacts */
.contacts {
	width: 560px;
	position: relative;
}
.contacts-list {
	position: relative;
	margin: 0 0 20px 0;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 20px;
}
.contacts-list a {	
	padding: 0 0 0 45px;
    display: block;
    margin: 0 0 15px 0;
    color: #F9F9F9;
    font-size: 21px;
    line-height: 30px;
    text-decoration: none;
}
.contacts-list a.tel {
	background: url(../images/contacts/tel.svg) no-repeat center left;
}
.contacts-list a.email {
	background: url(../images/contacts/email.svg) no-repeat center left;
}
.contacts-list a.youtube {
	background: url(../images/contacts/youtube.svg) no-repeat center left;
}
.contacts-list a.vk {
	background: url(../images/contacts/vk.svg) no-repeat center left;
}
.contacts-info {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 16px;
    line-height: 24px;
}
.contacts .callback {
	height: 50px;
	padding: 0 30px;
	color: #F9F9F9;
	font-size: 16px;
    line-height: 46px;
	text-decoration: none;
	display: inline-block;
	background: none;
	border: 2px solid #F9F9F9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}
.contacts .callback:hover {
	color: #F9F9F9;
	background: #B6102C;
	border: 2px solid #B6102C;
}
.footer-menu {
	width: 580px;
	position: relative;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.footer-menu ul {
	position: relative;
}
.footer-menu li {
	position: relative;
	margin: 0 0 20px 0;
}
.footer-menu li a {
	font-size: 16px;
    line-height: 24px;
	font-weight: 700;
}
.footer-menu li ul li {
	margin: 0;
}
.footer-menu li ul li a {
	font-size: 14px;
    line-height: 21px;
	font-weight: 400;
}
.footer-info {
	position: relative;
	margin-right: 20px;
}
.footer-link {
	position: relative;
	margin-left: 20px;
}
.footer-link a {
	color: #F9F9F9;
	text-decoration: underline;
	display: block;
}
.offer {
	min-height: 45px;
    max-width: 740px;
    position: relative;
    padding: 10px 0 0 220px;
	margin-right: 20px;
	background: url(../images/logo-w.svg) no-repeat top left;
}
.copyright {
	position: relative;
	margin-left: 20px;
	text-align: right; 
}
.copyright span {
	display: block;
}

/* faq */
.faq {
	position: relative;
	overflow: hidden;
	counter-reset: faq-num;
}
.faq-item {
	position: relative;
	padding: 0 0 25px 0;
    margin: 0 0 25px 0;
	counter-increment: faq-num;
}
.black .faq-item {
	border-bottom: 2px solid #F9F9F9;
}
.white .faq-item {
	border-bottom: 2px solid #181818;
}
/*
.faq-item:before {
	position: relative;
	display: block;
	color: #B6102C;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
    content: '0'counter(faq-num);
}
*/
.faq-item .count {
	position: relative;
	display: block;
	color: #B6102C;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}


.faq-topic {
	position: relative;
	padding: 0 50px 0 0;
	font-size: 18px;
	line-height: 130%;
	cursor: pointer;
}
.black .faq-topic {
	background: url(../images/i-down-w.svg) no-repeat 100% 10px;
}
.white .faq-topic {
	background: url(../images/i-down-b.svg) no-repeat 100% 10px;
}
.black .faq-topic.act {
	background: url(../images/i-up-w.svg) no-repeat 100% 10px;
}
.white .faq-topic.act {
	background: url(../images/i-up-b.svg) no-repeat 100% 10px;
}
.faq-text {
	position: relative;
	margin: 20px 0 0 0;
	display: none;
}

/* services */
.services {
	position: relative;
	counter-reset: service-num;
	margin: 0 -30px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: stretch;
}	
.services-item {
	width: 33.3%;
	position: relative;
	counter-increment: service-num;
}
.black .services-item {
	color: #F9F9F9;
}
.white .services-item {
	color: #181818;
}
.services-item:hover {
	background: #363636;
}
.white .services-item:hover {
	color: #F9F9F9;
}
.services-item:hover .button {
	color: #fff;
	background: #B6102C;
	border: 2px solid #B6102C;
}
.services-item-wp {
	position: relative;
	padding: 30px;
}
.services-item-wp:before {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	font-size: 60px;
    line-height: 60px;
    content: '0'counter(service-num);
}
.services-title {
	position: relative;
	margin: 0 0 20px 0;
}
.services-name {
	position: relative;
	font-size: 21px;
	line-height: 130%;
}
.services-name a {
	font-weight: 700;
	text-decoration: none;
}
.black .services-name a {
	color: #F9F9F9;
}
.white .services-name a {
	color: #181818;
}
.white .services-item:hover .services-name a {
	color: #F9F9F9;
}
.services-name a:hover {
	color: #B6102C !important;
}
.services-price {
	margin: 5px 0 0 0;
	font-size: 24px;
    line-height: 30px;
}
.services-text {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}
.black .services-text {
	border-top: 1px solid rgba(249, 249, 249, 0.6);
}
.white .services-text {
	border-top: 1px solid #181818;
}
.white .services-item:hover .services-text {
	border-top: 1px solid rgba(249, 249, 249, 0.6);
}
.photo-slider {
	position: relative;
}
.services-more {
	margin: 30px 0 0 0;
}
.services-sale-icon {
	position: absolute;
	top: 55px;
    right: 30px;
	z-index: 1;
}
.services-sale-text {
	width: 280px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -50px;
    color: #F9F9F9;
    font-size: 14px;
    line-height: 40px;
	text-align: center;
	background: #363636;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 1;
}	
.services-sale-text:after {
	position: absolute;
	top: 40px;
	right: 50%;
	margin: 0 -11px 0 0;
	display: block;
	border: 12px solid transparent; border-top: 20px solid #363636;
	content: '';
}
.black .services-item:hover .services-sale-text {
	color: #181818;
	background: #f9f9f9;
}
.black .services-item:hover .services-sale-text:after {
	border: 12px solid transparent; border-top: 20px solid #f9f9f9;
}
.white .services-item:hover .services-sale-text {
	color: #f9f9f9;
	background: #242424;
}
.white .services-item:hover .services-sale-text:after {
	border: 12px solid transparent; border-top: 20px solid #242424;
}

.flex-container a:active,
.flexslider a:active, 
.flexslider1 a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.flex-container{position: relative;}

.flexslider, .flex-viewport, .flexslider .slides {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.flexslider .slides > li img {
    width: 100%;
    height: auto;
    display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.flexslider  {
	position: relative;
	zoom: 1;
	padding: ;
	margin: 0;
}
.flexslider .slides { zoom: 1; }
.flex-prev, .flex-next {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.flex-prev {
	left: 10px;
}
.flex-next {
	right: 10px;
}
.flex-prev.flex-disabled, .flex-next.flex-disabled {
	display: none;
}	

.photo-slider .flex-prev {
	background: #B6102C url(../images/prev.svg) no-repeat center;
}	
.photo-slider .flex-next {
	background: #B6102C url(../images/next.svg) no-repeat center;
}
.photo-slider .flex-prev:hover, .photo-slider .flex-next:hover {
	background-color: #363636; 
}
.video-slider .flex-prev {
	background: url(../images/video-prev.png) no-repeat center;
}	
.video-slider .flex-next {
	background: url(../images/video-next.png) no-repeat center;
}
.video-slider .flex-prev:hover, .video-slider .flex-next:hover {
	background-color: #363636; 
}
.video-slider .flexslider .slides > li {
	height: 100%;
}

.video-slider .flex-control-nav {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	display: flex;
	padding: 0 10px;
    box-sizing: border-box;    
	z-index: 10;
}
.video-slider .flex-control-nav li {
	flex: 1; 
	margin: 0 5px;
}
.video-slider .flex-control-nav li a {
	height: 2px;
	color: transparent;
	text-decoration: none;
	display: block;
	background: #B5B5B5;
}
.video-slider .flex-control-nav li a.flex-active {
	background: #F9F9F9;
}

.video-slider {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 1;
}
.video-slider video {
    width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}
.video-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video-img img {
    width: 100%;
	height: 100%;
	position: relative;
	display: block;
	object-fit: cover;
}
.video-img:after {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	display: block;
	background: url(../images/play.png) no-repeat center;
	content: '';
    cursor: pointer;
}
.video-img.noplay:after {
	display:none;
}

/* about */
.about-block {
	position: relative;
	background: #f9f9f9;
}
.about-plus {
	max-width: 500px;
	position: relative;
	padding: 60px 0;
	z-index: 5;
}	
.about-plus-item {
	position: relative;
	margin: 0 0 20px 0;
}
.about-plus-item:last-child {
	margin: 0;
}
.about-plus-item span {
	display: block;
	margin: 0 0 10px 0;
	color: #B6102C;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
.about-plus-item span strong {
	display: block;
	font-size: 60px;
	line-height: 60px;
}
.about-plus-item p {
	font-size: 21px;
	line-height: 130%;
}
/* Картинка с ползунком */
.slider-fon {
	width: 1600px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.sl-container {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    box-sizing: border-box;
}
.sl-container .view {
    width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.sl-container .view img {
    width: auto;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sl-container .view-before {
    z-index: 1;
}
.sl-container .view-after {
    width: 100px;
    z-index: 2;
}
.sl-container .dragme {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0px;
    left: 100px;
    cursor: pointer;
    z-index: 3;
}
.sl-container .dr-circle {
    width: 60px;
    height: 122px;
	position: absolute;
    top: calc(50% - 61px);
    left: -30px;
    background: url(../images/mouse.svg) no-repeat center; 
    cursor: pointer;
    z-index: 7;
}
.red-text {
	position: relative;
	padding: 30px 0 0 0;
}
.red-text:before {
	width: 80%;
    height: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
    background: #B6102C;
    content: '';
	z-index: 5;
}
.red-text-info {
	max-width: 70%;
	position: relative;
	padding: 40px 0 10px 0;
	color: #F9F9F9;
	font-size: 21px;
	line-height: 130%;
	z-index: 6;
}

/* call-action */
.call-action {
	position: relative;
	padding: 160px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.call-action:before {
	width: 50%;
    height: calc(100% - 320px);
    position: absolute;
    top: 160px;
    right: 50%;
    display: block;
    background: #363636;
    content: '';
}
.call-action-info {
	width: 820px;
    position: relative;
    padding: 60px 60px 60px 0;
	color: #F9F9F9;
	background: #363636;
}
 
/* plus-block */
.plus-block {
	position: relative;
	padding: 60px 0 0 0;
	color: #F9F9F9;
	background: url(../images/fon2.jpg) no-repeat center;
	background-size: cover;
	z-index: 1;
}
.plus-list {
	position: relative;
}
.plus-item {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
}	
.plus-icon {
	width: 70px;
	float: left;
}
.plus-info {
	margin: 0 0 0 90px;
	color: #F9F9F9;
}
.plus-block .form-wp {
	padding: 40px 30px;
	position: relative;
	background: #363636;
}
.plus-block .form-wp:after {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: -30px;
	display: block;
	content: '';
	background: #363636;
}

/* team */
.team-carousel {
	position: relative;
}
.team-item {
	position: relative;
	overflow: hidden;
	padding: 40px 0 0 0;
}
.team-fon {
	position: relative;
	padding: 20px 0;
}
.team-photo {
	height: 500px;
	position: relative;
}
.team-photo:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #363636 url(../images/team-fon.png) repeat;
	content: '';
	transition: 1s;
}
.team-photo img {
    width: auto !important;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    /* margin-left: -118px; */
    transition: 1s;
}
.team-photo:after {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0) 25.77%, #181818 93.98%);
	content: '';
	transition: 1s; 
}
.team-item:hover .team-photo img {
	/* width: 274px !important; */
    height: 560px;
	/* margin-left: -137px; */
	bottom: -20px;
	transition: 1s;
}
.team-item:hover .team-photo:before {
	 height: calc(100% + 40px);
	 top: -20px;
	 transition: 1s; 
}
.team-item:hover .team-photo:after {
	 height: calc(50% + 20px);
	 bottom: -20px;
	 transition: 1s; 
}
.team-info {
	width: 80%;
	position: absolute;
	left: 0;
	bottom: 50px;
	padding: 0 10%;
}
.team-name {
	color: #F9F9F9;
	font-size: 25px;
    line-height: 130%;
	font-weight: 700;
}
.team-post {
	color: #F9F9F9;
	font-size: 21px;
	line-height: 130%;
}


/* projects and blog carusel*/
.article-carousel .title {
	margin: 0;
}
.article-carousel .carousel {
	height: 660px;
}
.article-carousel .owl-carousel .owl-stage-outer {
	padding: 20px 0;
}
.article-item {
	position: relative;
	background: #363636;
	transition: 1s; 
}
.article-item:hover {
	margin-top: -20px;
	transition: 1s; 
	padding-bottom: 40px;
}
.article-img {
	height: 400px;
	position: relative;
	padding: 0 0 140px 0;
}
.article-img img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.article-info {
	width: 90%;
	position: absolute;
	bottom: 0;
    left: 0;
    padding: 30px 5%;
    background: #363636;
}
.article-item:hover .article-info {
	margin-top: -20%;
	transition: 1s; 
}
.article-title {
	position: relative;
	margin: 0 0 15px 0;
}
.article-title a {
	color: #F9F9F9;
	font-size: 21px;
	line-height: 130%;
	font-weight: 700;
	text-decoration: none;
}
.article-title a span {
	font-weight: 400;
}
.article-text {
	position: relative;
	margin-bottom: 20px;
	color: #F9F9F9;
	display: none;
}
.article-text p {
	margin-bottom: 15px;
}
.article-text p:last-child {
	margin-bottom: 0;
}
.article-item:hover .article-text {
	display: block; 
	transition: 1s; 
}
.article-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
	margin: 0;
}



/* Инфо и фоновая картинка */
.fon-block {
	position: relative;
	z-index: 1;
}
.fon-block:before {
	width: calc(50% - 30px);
    height: calc(100% + 60px);
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    content: '';
    background: #363636;
}
.fon-block-img {
	width: calc(50% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-size: cover;
    background-position: center;
}
.fon-block-info {
	width: 520px;
	position: relative;
	padding: 60px 0;
	color: #F9F9F9;
}
.form {
	position: relative;
}
.form-item {
	position: relative;
	margin: 0 0 30px 0;
}
.form-item span {
	display: block;
	margin: 0 0 15px;
	padding: 0 30px;
	color: #F9F9F9;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
.form-item input {
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    padding: 0 30px;
    margin: 0;
    color: #181818;
    font-size: 16px;
    font-family: 'Acrom';
    background: #F9F9F9;
    border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}
.form-item textarea {
    width: 100%;
    height: 160px;
    position: relative;
    display: block;
	padding: 20px 30px;
    margin: 0;
    color: #181818;
    font-size: 16px;
    font-family: 'Acrom';
    background: #F9F9F9;
    border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-sizing: border-box;
    resize: vertical;
}

.form ::-webkit-input-placeholder {color: #8C8C8C;}
.form ::-moz-placeholder {color: #8C8C8C;}
.form  :-moz-placeholder {color: #8C8C8C;}
.form :-ms-input-placeholder {color: #8C8C8C;}

.submit-item {
	position: relative;
}
.submit-item input {
	width: 410px;
	height: 50px;
    padding: 0;
	margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
	font-family: 'Acrom';
    display: block;
    background: #B6102C;
    border: 2px solid #B6102C;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
	cursor: pointer;
	animation: radial-pulse-submit 1s infinite;
}
.submit-item input:hover {
	color: #181818;
	background: #fff;
}

@keyframes radial-pulse-submit {
  0% {
    box-shadow: 0 0 0 0px rgba(182, 16, 44, 0.5);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
.submit-item .check {
	min-height: 30px;
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 0 0 30px;
	color: #F9F9F9;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Acrom';
	background: url(../images/check.svg) no-repeat center left;
}
.submit-item .check a {
	color: #F9F9F9;
	text-decoration: none;
}
.submit-item .check input[type="checkbox" i] {
	/*display: none; */
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 25px;
}
.submit-item .checked {
	background: url(../images/checked.svg) no-repeat center left;
}
.form-text {
	position: relative;
	margin: 40px 0 0 0;
	color: #8C8C8C;
}
.form-text p {
	margin: 0 0 10px 0;
}
.form-text p:last-child {
	margin: 0;
}


.form-select {
	position: relative;
	margin: 0 0 30px 0;
}
.select {
	width: 100%;
    height: 50px;
    position: relative;
    display: block;
    padding: 0 60px 0 30px;
    margin: 0;
    color: #181818;
    font-size: 16px;
	line-height: 50px;
    font-family: 'Acrom';
    border: none;
	background: #F9F9F9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}
.select:after {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 30px;
	display: block;
	content: '';
	background: url(../images/select.svg) no-repeat right center;
}

.select-list {
	width: 100%;
	position: absolute;
	padding: 10px 0;
	background: #F9F9F9;
	margin: 5px 0 0 0;
	display: none;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select-list-item {
	padding: 5px 30px;
	color: #181818;
    font-size: 18px;
    line-height: 20px;
	cursor: pointer;
}
.select-list-item.selected {
	color: #8C8C8C;
}	
 
/* Этапы */
.stages-block .title {
	max-width: 800px;
}
.stages-list {
	position: relative;
    counter-reset: service-num;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.stage-item {
    width: 33.3%;
    position: relative;
	margin: 0 0 40px 0;
}
.stage-item:nth-last-child(-n+3) {
	display: none;
}
.stages-list.open-all .stage-item:nth-last-child(-n+3) {
	display: block;
}
.stage-img {
	position: relative;
	margin: 0 10px;
	padding: 0 0 25px 0;
}
.stage-img img {
	width: 100%;
	height: auto;
	display: block;
}
.stage-text {
	position: relative;
	margin: 0 10px;
	padding: 20px 0 0 0;
}
.black .stage-text {
	border-top: 1px solid #F9F9F9;
}
.white .stage-text {
	border-top: 1px solid #181818;
}
.all-stages {
	position: relative;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.all-stages:hover {
	text-decoration: none;
}

/**/
.img-list {
	position: relative;
    counter-reset: service-num;
    margin: 0 -10px -10px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.img-list-item {
    width: 50%;
    position: relative;
	margin: 0 0 10px 0;
}
.img-list-item a {
	position: relative;
	display: block;
	margin: 0 10px;
}
.img-list-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* remont-list */
 
.remont-block {
	position: relative;	
	padding: 60px 0;
}
.remont-title {
	position: relative;
	overflow: hidden;
}
.remont-title h2 {
	width: 620px;
	float: right;
}
.remont-list, .remont-list .wp {
	position: initial;
}
.remont-list .wp {
	position: initial;
}
.remont-row {
	width: 640px;
	position: relative;
	float: right;
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.remont-name {
	position: relative;
	display: block;
	padding: 15px 50px 15px 0;
	background: url(../images/i-down-w.svg) no-repeat right center;
}
.remont-name:before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #8C8C8C;
	display: block;
	content: '';
}
.remont-list-item:last-child .remont-name:before {
	display: none;
}
.remont-row:hover {
	color: #f9f9f9;
	background: #B6102C;
}
.remont-row:hover .remont-name:before {
	display: none;
}
.remont-list-img {
	width: calc(50% - 120px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 120px;
	display: none;
}
.remont-list-item.act .remont-list-img {
	display: block;
}
.remont-list-img img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.remont-name-mob {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
	left: 0;
	display: none;
}
.remont-list-item.act-mob .remont-list-img {
	display: block !important;
}
.remont-list-item.act-mob .remont-name {
	background: url(../images/i-up-w.svg) no-repeat right center;
	background-size: 20px auto;
}

/*

.remont-list-block {
	width: 55%;
    position: relative;
    float: right;
}
.remont-list {
	position: relative;
	font-size: 18px;
	line-height: 130%;
	margin: 0 -20px;
}
.remont-list-item {
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}
.remont-list-item:hover {
	background: #B6102C;
}
.remont-list-name {
	position: relative;
	padding: 15px 50px 15px 0;
	background: url(../images/i-down-w.svg) no-repeat right center;
	box-sizing: border-box;
}
.remont-list-name:before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #8C8C8C;
	display: block;
	content: '';
}
.remont-list-item:first-child .remont-list-name:before, .remont-list-item:hover .remont-list-name:before, .remont-list-item:hover ~ .remont-list-item .remont-list-name:before {
	display: none;
}
.remont-img {
	width: calc(50% - 120px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 120px;
	background-image: url(../images/lajt-remont-list/1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
*/
/* plus-carousel */
.plus-carousel-item {
    position: relative;
}
.plus-carousel-img {
	position: relative;
	padding: 0 0 25px 0;
}
.plus-carousel-img img {
	width: 100%;
	height: auto;
	display: block;
}
.plus-carousel-text {
	position: relative;
	padding: 20px 0 0 0;
}
.black .plus-carousel-text {
	border-top: 1px solid #F9F9F9;
}
.white .plus-carousel-text {
	border-top: 1px solid #181818;
}


/* design-projects */
.design-projects {
	position: relative;
}	
.design-projects .title {
	max-width: 900px;
    margin: 0 0 20px 0;
}
.design-projects-list {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.design-projects-item {
	width: 380px;
	position: relative;
	padding-bottom: 20px;
}
.design-projects-item:before {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 20px;
	content: '';
	display: block;
	background: #363636; 
	transition: 1s;
}
.design-projects-item:hover:before {
	bottom: 0;
	transition: 1s; 
}
.design-projects-item .photo-slider {
    height: 300px;
    position: relative;
	padding: 20px 0 0 0;
	transition: 1s;
}
.design-projects-item .photo-slider img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
}
.design-projects-item:hover .photo-slider {
	padding-top: 0;
	height: 320px;
	transition: 1s; 
}
.design-projects-info {
    position: relative;
    padding: 30px 5%;
    background: #363636;
	transition: 1s; 
}
.design-projects-title {
    position: relative;
    margin: 0 0 15px 0;
}
.design-projects-title a {
    font-size: 21px;
    line-height: 130%;
    text-decoration: none;
    color: #F9F9F9;
	display: block;
}
.design-projects-item:hover .design-projects-title a {
	font-weight: 700;
}
.design-projects-item .photo-slider .flexslider .slides > li {
	height: 100%;
}

.design-projects-text {
	position: relative;
    margin: 0 0 20px 0;
	color: #F9F9F9;
	display: none;
	transition: 1s; 
}
.design-projects-item:hover .design-projects-text {
	display: block;
	transition: 1s; 
}

.design-plus-block {
    width: 55%;
    position: relative;
}
.design-plus {
    position: relative;
    font-size: 18px;
    line-height: 130%;
}
.design-plus-item {
    position: relative;
    padding: 15px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.design-plus-item:before {
	width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -150px;
    display: block;
    content: '';
}
.design-plus-item:hover, .design-plus-item:hover:before {
	background: #B6102C;
}
.design-plus-icon {
    width: 90px;
	position: relative;
}
.design-plus-icon img {
	max-width: 100%;
	height: auto;
	display: block;
}
.design-plus-text {
	width: calc(100% - 110px);
	position: relative;
}
.design-plus-img {
    width: calc(50% - 120px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 120px;
    background-image: url(../images/design-plus-fon.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.quote {
	position: relative;
	margin: 0 0 20px 0;
	text-align: center;
}
.quote-text {
	font-size: 40px;
    line-height: 50px;
	text-transform: uppercase;	
}
.quote-text span {
	color: #B6102C;
}
.quote-name {
	margin: 20px 0 0 0;
	font-size: 25px;
	line-height: 130%;
}

/* Фото карусель */
.photo-carousel {
	position: relative;
}
.photo-carousel-item {
	position: relative;
}
.photo-carousel-item .photo-slider {
    height: 300px;
    position: relative;
	padding: 20px 0;
	transition: 0.5s;
}
.photo-carousel-item .photo-slider img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
}
.photo-carousel-item:hover .photo-slider {
	padding: 0;
	height: 340px;
	transition: 0.5s; 
}
.photo-carousel-info {
    position: relative;
    padding: 15px 0;
	text-align: center;
    border-top: 1px solid #181818;
}
.photo-carousel-item:hover .photo-carousel-info {
	color: #F9F9F9;
	background: #363636;
	border-top: 1px solid #363636;
}
.photo-carousel-item .photo-slider .flexslider .slides > li {
	height: 100%;
}
.photo-carousel .owl-nav {
	margin: 25px 0 0 0;
}

/* tabs-block */
.tabs-block {
	position: relative;
}
.tabs-block .title {
	max-width: 900px;
}
.tabs-main {
	position: relative;
}
.tabs-main-level {
	position: relative;
	display: none;
}
.tabs-main-level.act {
	display: block;
}
.tabs-level {
	position: relative;
}
.tabs-title {
	position: relative;
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #181818;
	box-sizing: border-box;
}
.tabs-level .tabs-title {
	margin: 0 0 40px 0;
	justify-content: space-between;
}
.tabs-item {
	position: relative;
	padding: 15px 0;
	font-size: 18px;
	line-height: 130%;
	font-weight: 700;
	cursor: pointer;
}
.tabs-main .tabs-title .tabs-item  {
	margin-right: 60px;
}
.tabs-main .tabs-title .tabs-item:last-child {
	margin-right: 0;
}
.tabs-level .tabs-title .tabs-item  {
	margin-right: 20px;
}
.tabs-level .tabs-title .tabs-item:last-child {
	margin-right: 0;
}
.tabs-item.act {
	color: #B6102C;
	border-bottom: 2px solid #B6102C;
	box-sizing: border-box;
}
.tabs {
	position: relative;
	display: none;
}
.tabs.act {
	display: block;
}
.tabs-info {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.tabs-info-img {
	width: 40%;
	position: relative;
}
.tabs-info-img img {
	width: 100%;
	height: auto;
	display: block;	
}
.tabs-info-text {
	width: 55%;
	position: relative;
}
.tabs-info-text p {
	margin: 0 0 10px 0;
}
.tabs-info-text ul {
	margin: 0 -20px 10px -20px;
}
.tabs-info-text ul li {
	margin: 0;
	padding: 5px 20px;
	list-style: none;
}
.tabs-info-text ul li:hover {
	color: #f9f9f9;
	background: #B6102C;
}

/* projects-price */
.projects-price {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.projects-price-item {
	width: 32.3%;
	position: relative;
	padding: 40px 20px;
	border: 1px solid #F9F9F9;
	box-sizing: border-box;
}
.projects-price-item:hover {
	background: #363636;
	border: 1px solid #363636;
}
.projects-price-title {
    position: relative;
    margin: 0 0 20px 0;
}
.projects-price-name {
	color: #F9F9F9;
	font-weight: 700;
	font-size: 21px;
    line-height: 130%;
}
.projects-price-price {
	margin: 5px 0 0 0;
	color: #F9F9F9;
	font-size: 24px;
    line-height: 30px;
}
.projects-price-text {
    padding: 20px 0 0 0;
    margin: 0 0 40px 0;
    color: #F9F9F9;
    border-top: 1px solid #F9F9F9;
}

.call-project {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
}
.call-project-info {
	width: 60%;
	position: relative;
}
.call-project-img {
	width: 40%;
	position: relative;
}
.call-project-img img {
	width: 100%;
	height: auto;
	display: block;	
}

/* bread-crumbs */
.bread-crumbs {
	position: relative;
	padding: 20px 0;
}
.bx-breadcrumb {
	position: relative;
	overflow: hidden;
}
.bx-breadcrumb-item {
    float: left;
    margin: 0 10px 0 0;
	font-size: 16px;
    line-height: 20px;
}
.bx-breadcrumb-item a {
    display: block;
    padding: 0 20px 0 0;
    text-decoration: none;
}
.white .bx-breadcrumb-item a {
	color: #363636;
	background: url(../images/i1.svg) no-repeat center right;
}
.black .bx-breadcrumb-item a, .fix-bread .bx-breadcrumb-item a {
	color: #B5B5B5;
	background: url(../images/i2.svg) no-repeat center right;
}
.bx-breadcrumb-item a:hover {
	color: #B6102C;
}
.fix-bread .bx-breadcrumb-item {
	color: #f9f9f9;
}
.fix-bread {
	width: 100%;
	position: absolute;
	top: 130px;
	left: 0;
}

/* portfolio */
.portfolio {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
}
.portfolio-box {
	position: relative;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.portfolio-item {
	width: 625px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.portfolio-item:nth-child(3n+1) {
	width: 525px;
}
.portfolio-img {
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #181818;
}
.portfolio-img img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
	transition: 0.5s;
}
.portfolio-info {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	transition: 0.5s;
}
.portfolio-wp {
	max-width: 440px;
    position: absolute;
    left: 30px;
    bottom: 30px;
	padding-right: 30px;
}
.portfolio-title {
	position: relative;
	margin: 0 0 5px 0;
}
.portfolio-title a {
	color: #F9F9F9;
	font-size: 25px;
	line-height: 130%;
	font-weight: 700;
	text-decoration: none;
	display: block;
}
.portfolio-text {
	position: relative;
	margin: 0 0 20px 0;
	color: #F9F9F9;
	font-size: 18px;
	line-height: 130%;
}
.portfolio-item:hover .portfolio-img img {
	opacity: 0.3;
	filter: alpha(opacity=30);
	transition: 0.5s;
}
.portfolio-item:hover .portfolio-info {
	display: block;
	transition: 0.5s;
}
.carousel .portfolio-item {
	width: auto;
	margin-bottom: 0;
}
.carousel .portfolio-item {
	padding: 20px 0;
	transition: 0.5s;
}
.carousel .portfolio-item:hover {
	padding: 0;
	transition: 0.5s;
}
.carousel .portfolio-item .portfolio-img {
	transition: 0.5s;
}
.carousel .portfolio-item:hover .portfolio-img {
    height: 440px;
	transition: 0.5s;
}
.portfolio-full-box {
	position: relative;
	overflow: hidden;
}
.portfolio-full-box .portfolio-item {
	width: 100% !important;
}
 

/* filter */
.content-filter {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.filter-type {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.filter-type a {
	height: 50px;
    padding: 0 30px;
    margin: 0 10px 10px 0;
    color: #181818;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
    display: inline-block;
    background: none;
    border: 2px solid #181818;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    box-sizing: border-box;
}
.filter-type a:hover, .filter-type a.act {
	color: #fff;
	background: #B6102C;
	border: 2px solid #B6102C;
}
.filter-list {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.filter-label {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.filter-label label {
	position: relative;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 30px 10px 0;
    color: #181818;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Acrom';
    background: url(../images/i3.svg) no-repeat left center;
}
.filter-label label.checked {
	background: url('../images/i4.svg') no-repeat left center;
}
.filter-label label .radio {
	display: none;
}

/* portfolio-project */
.portfolio-project {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-direction: row-reverse;
}
.portfolio-project-about {
	width: 30%;
	position: relative;
    padding: 40px 3%;
	border: 1px solid #181818;
}
.portfolio-project-about  p {
	margin: 20px 0 0 0;
}
.portfolio-project-video {
	width: 62%;
	max-height: 520px;
	position: relative;
}
.portfolio-project-video video {
    width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}
.portfolio-project-block {
	position: relative;
	overflow: hidden;
}
.portfolio-project-text {
	margin: 0 0 40px 0;
}
.portfolio-project-text p {
	margin: 0 0 20px 0;
}
.portfolio-project-text p:last-child {
	margin: 0;
}
.portfolio-project-block img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 40px 0;
}
 
/* reviews */
.reviews-block {
	position: relative;
	padding-bottom: 60px;
}
.reviews-block:first-child {
	padding-top: 60px;
}
.reviews-list {
	position: relative;
	display: flex;
    align-items: stretch;
	flex-wrap: wrap;
	margin-right: -2%;
}
.reviews-list .reviews-item {
	width: 31.3%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 40px;
	background: #fff;
}
.reviews-list .reviews-item img {
	width: 100%;
	height: auto;
	display: block;
}
.reviews-all {
	position: relative;
	text-align: center;
}
.reviews-all a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
}
.black .reviews-all a {
	color: #F9F9F9;
}
.white .reviews-all a {
	color: #181818;
}
.reviews-all a:hover {
	color: #B6102C;
	text-decoration-line: none;
}

/* blog */
.blog-block {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
}
.blog-box {
	position: relative;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.blog-box:nth-child(even) {
	flex-direction: row-reverse;
}
.blog-video-box {
	width: 62%;
	position: relative;
	background: #363636;
}
.blog-video {
	max-height: 520px;
	position: relative;
	overflow: hidden;
	margin: 20px;
}
.blog-video video {
    width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
	cursor: pointer;
}
.blog-video-info {
	position: relative;
	padding: 20px;
	color: #F9F9F9;
	line-height: 130%;
}
.blog-video-title {
	font-size: 21px;
}
.blog-video-date {
	margin: 20px 0 0 0;
	font-size: 16px;
}
.blog-article {
	width: 36%;
	position: relative;
	background: #363636;
}
.blog-article .article-text {
	display: block;
}
.blog-article .article-img {
	height: 320px;
	padding: 0;
}
.blog-article .article-info {
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px;
    background: #363636;
}

.article-data {
	position: relative;
	overflow: hidden;
	padding: 40px 0 20px 0;
	color: #B5B5B5;
	font-size: 16px;
	line-height: 130%;
}
.article-date, .article-name {
	float: left;
	margin: 0 20px 0 0;
}
.article-views {
	float: right;
}

/* red-block */
.red-block {
	min-height: 520px;
	position: relative;
	padding: 40px 0;
}
.red-block-img {
	width: 460px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: 120px;
}
.red-block-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.red-block-info {
	width: 640px;
	position: relative;
	margin: 0 0 40px 0;
}
.red-block-text {
	position: relative;
	font-size: 18px;
    line-height: 130%;
}
.red-block-text p {
	margin: 0 0 10px 0;
}
.red-block-text p:last-child {
	margin: 0;
}
.red-block-text hr {
	display: block;
    margin: 0 0 20px 0;
}
.white .red-block-text hr {
	border: 1px solid #181818;
}
.black .red-block-text hr {
	border: 1px solid #f9f9f9;
}

.red-block-fon {
	position: relative;
	padding: 40px 0;
	color: #f9f9f9;
	font-size: 18px;
    line-height: 130%;
	background: #B6102C;
}
.red-block-fon-info {
	width: 640px;
	position: relative;
	z-index: 1;
}
.red-block-fon-info hr {
	display: block;
    margin: 0 0 20px 0;
    border: 1px solid #f9f9f9;
}
.red-block-fon-info ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
}	
.red-block-fon-info ol li {
	list-style: decimal;
	margin: 0 0 10px 20px;
}
.red-block-fon-info li a {
	color: #f9f9f9;
}
.red-block-fon-info ul li:last-child, .red-block-fon-info ol li:last-child {
	margin: 0 0 0 20px;
}
.red-block-fon-info p {
	margin: 0 0 10px 0;
}
.red-block-fon-info .animated-more {
	max-width: 400px;
}	

.red-block-fon-info ul.list-type-tr li {
	padding: 0 0 0 40px;
	margin: 10px 0;
    font-size: 21px;
	line-height: 32px;
    list-style: none;
    background: url(/local/templates/goodwill/images/tr.svg) no-repeat top left;
}
.red-block-fon-info ul.list-type-tr li:hover {
	font-weight: 700;
	background: url(/local/templates/goodwill/images/tr-h.svg) no-repeat top left;
}

/* blog-content */
.blog-content {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}
.blog-left {
	width: 760px;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 40px;
	border: 1px solid #F9F9F9;
	box-sizing: border-box;
}
.blog-content-item {
	position: relative;
	margin: 0 0 40px 0;
}
.blog-content-item:last-child {
	margin: 0;
}
.blog-content-item p {
	margin: 0 0 20px 0;
}
.blog-content-item ul, .blog-content-item ol {
	margin: 0 0 20px 0;
}
.blog-content-item ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
}	
.blog-content-item ol li {
	list-style: decimal;
	margin: 0 0 10px 20px;
}
.blog-content-item a {
	color: #f9f9f9;
	font-weight: 700;
}
.blog-content-item a:hover {
	text-decoration: none;
}
.blog-content-item img {
	width: 100%;
	height: auto;
	display: block;
}

.mob-blog-more {
	display: none;
	color: #f9f9f9;
	font-weight: 700;
	text-decoration: none;
}
.mob-blog-more:hover {
	color: #B6102C;
}

.blog-right {
	width: 390px;
	position: relative;
	overflow: hidden;
	float: right;
}
.blog-right-item {
	position: relative;
	overflow: hidden;
	padding: 40px;
	margin: 0 0 20px 0;
	border: 1px solid #F9F9F9;
	box-sizing: border-box;
}
.blog-right-list {
	position: relative;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.blog-right-list-item {
	position: relative;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #F9F9F9;
	box-sizing: border-box;
}
.blog-right-list-item:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.blog-right-list-link {
	position: relative;
}
.blog-right-list-link a {
	color: #f9f9f9;
	font-weight: 700;
	text-decoration: none;
	display: block;
}
.blog-right-list-link a:hover {
	color: #B6102C;
}
.blog-right-list-text {
	position: relative;
	margin: 0 0 10px 0;
}
.blog-right-list-date {
	position: relative;
	margin: 10px 0 0 0;
}

.examples-block .title {
	max-width: 860px;
}

/* rating */
.rating {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}	
.rating span {
	position: relative;
	float: left;
	color: #F9F9F9;
	font-size: 18px;
	line-height: 30px;
}
.rate-widget {
	position: relative;
	overflow: hidden;
	float: right;
}
.rate-stars {
	width: 161px;
	height: 30px;
	position: relative;
	overflow: hidden;
	background: url(../images/stars/stars0.svg) no-repeat center;
}
.rate-stars.stars1 {
	background: url(../images/stars/stars1.svg) no-repeat center;
}
.rate-stars.stars2 {
	background: url(../images/stars/stars2.svg) no-repeat center;
}
.rate-stars.stars3 {
	background: url(../images/stars/stars3.svg) no-repeat center;
}
.rate-stars.stars4 {
	background: url(../images/stars/stars4.svg) no-repeat center;
}
.rate-stars.stars5 {
	background: url(../images/stars/stars5.svg) no-repeat center;
}
.ratings-stars {
	width: 32px;
	height: 30px;	
	position: relative;
	float: left;
	cursor: pointer;
}

.follow-us {
	position: relative;	
}
.follow-us-item {
	position: relative;
	padding: 20px 0;
    display: flex;
    align-items: center;
}
.follow-us-link  {
	width: 70px;
	height: 70px;
	position: relative;	
	display: block;
	margin: 0 60px 0 0;
}
.follow-us a.dzen {
	background: url(../images/follow-us/dzen.png) no-repeat;
	background-size: 100%;
}
.follow-us a.youtube {
	background: url(../images/follow-us/youtube.png) no-repeat;
	background-size: 100%;
}
.follow-us a.vk {
	background: url(../images/follow-us/vk.png) no-repeat;
	background-size: 100%;
}
.follow-us a.tme {
	background: url(../images/follow-us/tme.png) no-repeat;
	background-size: 100%;
}

/* Прайс */
.price-block {
	position: relative;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.price-menu {
	width: 240px;
	position: relative;
	float: left;
	padding: 0 40px 0 0;
	border-right: 3px solid #B5B5B5;
}
.price-menu-item {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 21px;
	line-height: 130%;
	cursor: pointer;
}
.price-menu-item.act {
	font-weight: 700;
}
.price-info {
	width: 840px;
	position: relative;
}
.price-table-item {
	position: relative;
	display: none;
}
.price-table-item.act {
	display: block;
}
.price-table {
	position: relative;
}
.price-table table {
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
.price-table table td {
	padding: 10px 20px;
}
.price-table table td:first-child {
	text-align: left;
}
.price-table table td:last-child {
	text-align: right;
}
.price-table table tr:hover td {
	color: #f9f9f9;
	background: #B6102C;
}
.price-table table td a {
	color: #181818;
	text-decoration:underline;
}
.price-table table td a:hover {
	color: #FFF;
}

/* ready */
.ready-project {
	position: relative;
	overflow: hidden;
}
.ready-project-info {
	position: relative;
	overflow: hidden;
	padding: 100px 0 60px 0;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-position: top center;
}
.ready-project-main {
	max-width: 50%;
	position: relative;
	font-size: 18px;
	line-height: 130%;
}
.ready-project-main p {
	margin: 0 0 40px 0;
}
.ready-project-main li {
	margin: 0 0 10px 0;
	list-style: none;
}

.ready-project-about {
	position: relative;
	overflow: hidden;
}
.ready-project-item {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.ready-project-item:nth-child(odd) .ready-project-col-left {
	width: 55%;
	float: left;
}
.ready-project-item:nth-child(odd) .ready-project-col-right {
	width: 43%;
	float: right;
}
.ready-project-item:nth-child(even) .ready-project-col-left {
	width: 66%;
	float: left;
}
.ready-project-item:nth-child(even) .ready-project-col-right {
	width: 32%;
	float: right;
}
.ready-project-item img {
	width: 100%;
	height: auto;
	display: block;
}
.ready-project-carousel {
	position: relative;
}

/* st-domov */
.st-domov {
	position: relative;
	overflow: hidden;
}
.st-domov-plus {
	position: relative;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	margin: 0 -30px 0 0;
}
.st-domov-item {
	width: 370px;
	padding: 40px 20px;
	margin: 0 30px 30px 0;
	color: #f9f9f9;
	text-align: center;
	border: 1px solid #f9f9f9;
	box-sizing: border-box;
	transition: 0.5s;
}
.st-domov-icon {
	position: relative;
	margin: 0 0 20px 0;
}
.st-domov-icon img {
	display: block;
	margin: 0 auto;
}
.st-domov-icon img.icon-img-h {
	display: none;
}
.st-domov-item:hover {
	color: #181818;
	background: #f9f9f9;
	transition: 0.5s;
}
.st-domov-item:hover .st-domov-icon img.icon-img {
	display: none;
}
.st-domov-item:hover .st-domov-icon img.icon-img-h {
	display: block;
}
.st-domov-item:hover .h5 {
	color: #B6102C;
}

.st-steps {
	position: relative;	
	padding: 20px 0;
}
.st-steps .wp {
	position: initial;
}
.st-stepspitem {
	position: initial;
}
.st-steps-item:hover {
	background: #B6102C; 
}
.st-steps-name {
	width: 540px;
	position: relative;
	padding: 20px 0;
	font-size: 25px;
	line-height: 130%;
	box-sizing: border-box;
	cursor: pointer;
}
.st-steps-item:hover .st-steps-name {
	color: #fff; 
}
.st-steps-info {
	width: 585px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	display: none;
	z-index: 1;
}
.st-steps-item.act .st-steps-info {
	display: block;
}
.st-steps-info img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.st-steps-text {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	box-sizing: border-box;
}
.st-steps-mob {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.st-steps-item.act-mob .st-steps-info {
	display: block !important;
}
.st-steps-item.act-mob .st-steps-name {
	background: url(../images/i-up-b.svg) no-repeat right center;
	background-size: 20px auto;
}


/* --- */

.carousel-block {
	position: relative;
	overflow: hidden;
}
.map {
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
.ymaps-2-1-79-controls__toolbar_left, .ymaps-2-1-79-controls__toolbar_right {
	display: none;
}
.ymaps-layers-pane {
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

/* popup */
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: auto;
	color: #f9f9f9;
	background: #363636;
	z-index: 100;
	display: none;
}
.popup-wp {
	width: 1170px;
	position: relative;	
	margin: 0 auto;
	padding: 60px 0;
}
.popup-close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../images/close.svg) no-repeat center;
	border: 2px solid #F9F9F9;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}
.popup-close:hover {
	background-color: #B6102C;
	border: 2px solid #B6102C;
}
.popup-form {
	position: relative;	
}
/* calc */
.calc-form {
	position: relative;	
	counter-reset: service-num;
    margin: 0;
}
.calc-form .item {
    position: relative;
	margin-top: 40px;
    counter-increment: service-num;
}
.calc-form .item:before {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
	color: #B6102C;
	font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    content: '0'counter(service-num);
}
.calc-form .item-title {
	position: relative;
	font-size: 25px;
    line-height: 130%;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.radio-select {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.radio-select label {
	position: relative;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 30px 10px 0;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Acrom';
    background: url(../images/i5.svg) no-repeat left center;
}
.radio-select label.checked {
	background: url('../images/i4.svg') no-repeat left center;
}
.radio-select label .radio {
	/*display: none;*/
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 25px;
	margin: 0;
}
.calc-form .field {
	position: relative;
}
.calc-form .field input {
    width: 100%;
	max-width: 400px;
    height: 50px;
    position: relative;
    display: block;
    padding: 0 30px;
    margin: 0;
    color: #181818;
    font-size: 16px;
    font-family: 'Acrom';
    background: #363636;
    border: 2px solid #F9F9F9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}
.calc-form ::-webkit-input-placeholder {color: #8C8C8C;}
.calc-form ::-moz-placeholder {color: #8C8C8C;}
.calc-form  :-moz-placeholder {color: #8C8C8C;}
.calc-form :-ms-input-placeholder {color: #8C8C8C;}

.calc-form .item p {
	color: #F9F9F9;
	margin: 20px 0 0 0;
}	
.calc-form .submit-item {
	margin: 60px 0 0 0;
}

.popup .form {
	max-width: 520px;
	margin: 40px 0 0 0;
}	


.anim-text {
  display: table-cell;
  position: relative;
}

.anim-text h1 {
  position: abosolute;
   
}
/* cursor */ 

#typing {
  font-size: 40px;
  font-weight: 400;
}

.bx-pagination {
    margin: 10px 0 100px 0;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #B6102C;
}
.success-message {
	position: absolute;
	top: -32px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	z-index: 100;
	color: green;
}
.ajax-form {
    position: relative;
}


.gw .gw-developers {
  margin-bottom: 60px;
}
.gw .gw-developers__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1040px) {
  .gw .gw-developers__container {
    max-width: 768px;
    padding: 0 40px;
  }
}
@media (max-width: 680px) {
  .gw .gw-developers__container {
    max-width: 360px;
    padding: 0 20px;
  }
}
.gw .gw-developers__row {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}
.gw .gw-developers__col {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 15px;
}
@media (max-width: 1040px) {
  .gw .gw-developers__col {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .gw .gw-developers__col {
    width: 100%;
  }
}
.gw .gw-developers__title {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.gw .gw-developers__title a {
  text-decoration: none;
  color:#E62C0B;
}
.gw .gw-developers__sub {
  font-size: 0.85em;
  margin-bottom: 5px;
}
.gw .gw-developers__sub:last-child {
  margin-bottom: 0;
}
.gw .gw-developers__sub a {
  text-decoration: none;
  color:#E62C0B;
}