body {
	font-family: PTSansPro !important;
}

::selection {
	color: #fff; /* Цвет текста */
	background: #32c3c8; /* Цвет фона */
}

.wrap-menu-home {
	width: 100%;
	position: absolute;
	z-index: 9999;
	margin-top: 1%;
}

.logo {
	display: inline-block;
}

.logo img {
	width: 59%;
	padding-bottom: 11px;
}

.wrap-menu {
	display: inline-block;
	text-align: center;
}

.wrap-menu-contacts {
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-top: 11px;
	float: right;
}

.wrap-menu-contacts a {
	display: block;
	background: #32c3c8;
	padding: 5px 0;
	margin-top: 5px;
	color: #fff;
	transition: 0.4s;
}

.wrap-menu-contacts a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s;
	color: #fff;
}

.wrap-menu-contacts a:focus {
	text-decoration: none;
	color: #fff;
}

.wrap-menu-contacts a>i {
	padding: 0 2px;
	margin: 0;
	margin-left: -6px;
}

.nav-menu ul {
	list-style: none;
}

.nav-menu ul li {
	display: inline-block;
	padding: 0 20px;
}

.nav-menu a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s;
}

.nav-menu a:hover {
	text-decoration: none;
	transition: 0.4s;
	color: #32c3c8;
}

.wrap-advantages {
	position: absolute;
	display: block;
	margin-top: 63vh;
	z-index: 999999;
}

.item-adv {
	color: #fff;
	max-width: 19.666667% !important;
	cursor: pointer;
	padding-bottom: 10px;
	transition: .4s;
}

.item-adv:hover {
	background: #32c3c8;
	transition: .4s;
}

.item-adv:hover h4 {
	color: #fff;
	transition: .4s;
}

.item-adv h4 {
	font-size: 14px;
	transition: .4s;
	text-transform: uppercase;
	line-height: 1.4;
	color: #32c3c8;
	font-weight: 600;
}

.item-adv i {
	font-size: 1.5em;
}

.item-adv p {
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}

.wrap-advantages ul {
	list-style: none;
	padding: 0;
}

.wrap-advantages ul li {
	display: inline-block;
}

.swiper-container {
	width: 100%;
	height: 100vh;
}

.swiper-slide-home a {
	text-decoration: none;
	color: #fff;
	transition: .4s;
	display: block;
	margin-left: 10%;
	font-weight: 700;
	width: 40%;
	margin-top: -9%;
}

.swiper-slide-home a:hover {
	text-decoration: none;
	transition: .4s;
	color: #fff;
	opacity: .4;
}

.swiper-slide-home a:focus {
	text-decoration: none;
	transition: .4s;
	color: #32c3c8;
}

.swiper-slide-home a>h3 {
	font-size: 2.3em;
	font-weight: 700;
}

.swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tabs_recomend {
	display: table;
	padding: 0;
	table-layout: fixed;
	width: 100%;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.tabs_recomend > li {
	transition-duration: .25s;
	display: table-cell;
	list-style: none;
	text-align: center;
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	cursor: pointer;
	color: #121212;
}

.tabs_recomend > li:before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition-duration: .25s;
	border-radius: 5px 5px 0 0;
}

.tabs_recomend > li:hover:before {
	-webkit-transform: translateY(70%);
	transform: translateY(70%);
}

.tabs_recomend > li.active {
	color: #fff;
	background: #32c3c8;
}

.tabs_recomend > li.active:before {
	transition-duration: .5s;
	background-color: white;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tab__content {
	background-color: white;
	position: relative;
	width: 100%;
	border-radius: 5px;
}

.tab__content > li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
}

.tab__content > li .content__wrapper {
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding: 45px 40px 40px 40px;
	background-color: #fbf7f7;
}

.content__wrapper h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 300;
}

.content__wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.how-we-work {
	margin: 50px 0;
}

.wrap-name-section, .wrap-name-section-w {
	margin-bottom: 35px;
}

.wrap-name-section h3 {
	font-weight: 600;
}

.wrap-name-section-w h3 {
	color: #fff;
	font-weight: 600;
	margin-top: 40px;
}

.wrap-service-part {
	margin-top: 25px;
	background: #fbf7f7;
	padding: 24px 43px 10px 43px !important;
	margin-bottom: 30px;
}

.tabs-recomend-service-item li {
	padding: 10px 2px !important;
}

.name-section-serv-item {
	margin-bottom: 15px !important;
}

.serv-itm-tabs-cont-wrap {
	padding: 18px 14px 2px 14px !important;
}

.services-home {
	padding: 20px 0;
	background: #d8d8d8;
}

.services-home h3 {
	margin-top: 30px;
	text-transform: uppercase;
}

.services-home ul {
	list-style: none;
	padding: 0;
}

.services-home ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.services-home ul li a {
	color: #060606;
	font-size: 15px;
	transition: .4s;
}

.services-home ul li a:hover {
	background: #32c3c8;
	transition: .4s;
}

.wrap-serv-home {
	width: 100%;
	padding: 0;
}

.wrap-service-icon-home, .wrap-text-service-home {
	display: inline-block;
	padding: 0 !important;
}

.wrap-service-icon-home {
	float: left;
}

.wrap-service-icon-home i {
	font-size: 2.2em;
}

.wrap-text-service-home {
	float: left;
}

.serv-item-home {
	width: 32% !important;
}

.serv-item-home {
	padding: 10px 0 !important;
	min-height: 150px !important;
	transition: .4s;
}

.serv-item-home:hover {
	background: #32c3c8;
	transition: .4s;
	color: #fff;
}

.serv-item-home:hover h4 {
	color: #fff;
	transition: .4s;
}

.serv-item-home:hover a {
	color: #fff;
	transition: .4s;
}

.wrap-text-service-home h4 {
	font-size: 16px;
	line-height: 1.2;
	color: #1f1f1f;
	transition: .4s;
	font-weight: 600;
}

.wrap-text-service-home span {
	font-size: 12px;
	text-transform: capitalize;
}

.about-home {
	background: url(../img/back_about.jpg) 52% 91%;
	background-size: cover;
	min-height: 460px;
	padding-top: 20px;
}

.new-about-h {
	width: 49% !important;
	display: inline-block;
}

.text-about-home p {
	margin: 50px 10px 30px 10px;
	color: #fff;
	font-size: 1em;
}

.text-about-home a {
	text-align: center;
	display: block;
	color: #fff;
	background: #32c3c8;
	padding: 13px;
	text-transform: uppercase;
	width: 39%;
	margin-left: 2%;
	margin-bottom: 3em;
	font-size: 0.8em;
	transition: 0.4s;
}

.text-about-home {
	width: 100%;
}

.text-about-home a:hover {
	text-decoration: none;
	transition: 0.4s;
	opacity: 0.6;
	color: #fff;
}

.text-about-home a:focus {
	text-decoration: none;
	color: #fff;
}

.wrap-partners-home img {
	display: inline-block;
	width: 10%;
	padding: 18px;
}

.wrap-partners-home {
	background: #fff;
	text-align: center;
	padding: 20px 0;
}

.wrap-sertificate-home {
	width: 49%;
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

.wrap-sertificate-home img {
	width: 85%;
	transition: .4s;
}

.wrap-sertificate-home a:hover {
	opacity: 0.6;
	transition: .4s;
}

.wrap-sertificate-home a {
	transition: .4s;
}

.wrpa-text-news-home {
	width: 32% !important;
	display: inline-block;
	padding-left: 0 !important;
	padding-right: 25px !important;
	transition: .4s;
}

.news-home-section {
	margin: 50px 0;
}

.news-home-section a:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.6;
	transition: .4s;
}

.wrpa-text-news-home h4 {
	font-weight: 600;
	color: #292b2c;
	font-size: 1.2em;
}

.wrpa-text-news-home span {
	color: #292b2c;
	transition: .4s;
}

.wrpa-text-news-home:hover {
	transition: .4s;
}

.news-home img {
	width: 100%;
}

.link-all-news {
	position: absolute;
	right: 2%;
	top: 2%;
}

.link-all-news a {
	background: #32c3c8;
	color: #fff;
	padding: 7px 17px;
	text-align: center;
	text-transform: uppercase;
	transition: .4s;
}

.link-all-news a:hover {
	color: #fff;
	transition: .4s;
}

.link-all-news a:focus {
	text-decoration: none;
	color: #fff;
}

.footer {
	height: auto;
	color: #fff;
	background: #121212;
	padding: 24px;
}

.footer span {
	display: block;
	width: 100%;
	text-align: center;
}

.wrap-icon-footer ul {
	list-style: none;
	padding: 0;
}

.wrap-icon-footer {
	width: 100%;
	text-align: center;
}

.wrap-icon-footer ul li {
	display: inline-block;
}

.wrap-icon-footer a {
	color: #fff;
	padding: 0 15px;
	transition: .4s;
}

.wrap-icon-footer a:hover {
	transition: .4s;
	color: #fff;
	text-decoration: none;
	opacity: .6;
}

.wrap-icon-footer a:focus {
	text-decoration: none;
	color: #fff;
	transition: .4s;
}

.header-other {
	color: #fff;
	background: #121212;
}

.wrap-menu-home-other {
	width: 100%;
	z-index: 9999;
	margin-top: 1%;
}

.logo {
	display: inline-block;
}

.logo img {
	width: 70%;
}

.wrap-menu-other {
	display: inline-block;
	text-align: center;
}

.wrap-menu-contacts-other {
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-top: 11px;
	float: right;
}

.wrap-menu-contacts-other a {
	display: block;
	background: #32c3c8;
	padding: 5px 0;
	margin-top: 5px;
	color: #fff;
	transition: 0.4s;
}

.wrap-menu-contacts-other a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s;
	color: #fff;
}

.wrap-menu-contacts-other a:focus {
	text-decoration: none;
	color: #fff;
}

.wrap-menu-contacts-other a>i {
	padding: 0 2px;
	margin: 0;
	margin-left: -6px;
}

.nav-menu-other ul {
	list-style: none;
}

.nav-menu-other ul li {
	display: inline-block;
	padding: 0 20px;
}

.nav-menu-other a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s;
}

.nav-menu-other a:hover {
	text-decoration: none;
	transition: 0.4s;
	color: #32c3c8;
}

.breadcrumbs {
	min-height: 47px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 0;
}

.breadcrumbs ul {
	list-style: none;
	padding: 10px 0;
	margin-bottom: 5px;
}

.breadcrumbs a {
	color: #32c3c8;
	transition: .4s;
}

.breadcrumbs a:hover {
	color: #32c3c8;
	opacity: 0.6;
	text-decoration: none;
	transition: .4s;
}

.breadcrumbs a:focus {
	text-decoration: none;
	color: #32c3c8;
}

.breadcrumbs ul li {
	display: inline;
	float: none;
}

.wrap-all-service {
	width: 100%;
}

.wrap-service-list ul {
	list-style: none;
	padding: 5px;
	background: #eee;
}

.sidebar {
	padding: 0 !important;
}

.wrap-service-list ul li {
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 14px;
}

.wrap-service-list-new ul {
	background-color: #eee;
}

.wrap-service-list-new ul li {
	display: inline-block;
	width: 100%;
}

.wrap-service-list a {
	color: #000;
	transition: .4s;
	font-weight: 400;
	text-decoration: none;
	font-size: 0.9em;
}

.wrap-service-list i {
	font-size: 20px;
	padding-right: 6px;
}

.wrap-service-list a:hover {
	text-decoration: none;
	color: #000;
	transition: .4s;
	opacity: .6;
}

.wrap-service-list a:focus {
	text-decoration: none;
	color: #000;
}

.wrap-page-title h1 {
	display: block;
	width: 100%;
	font-size: 22px;    /* margin-bottom: 20px; */
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
}

.caption-service {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: .4s;
	background: rgba(19, 19, 19, 0.6);
}

.caption-service i {
	font-size: 2em;
	line-height: 2;
	display: block;
	margin-top: 20px;
}

.caption-service h4 {
	color: #fff;
	font-size: 21px;
}

.image-container {
	display: inline-block;
	width: 32% !important;
	height: 198px;
	position: relative;
	cursor: pointer;
}

.image-container img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.image-caption {
	width: 100%;
	height: 100%;
	background: #32c3c8;
	color: #fff;
	position: absolute;
	opacity: 0;
	transition: all 300ms ease-in-out;
	padding: 10px;
}

.image-caption span {
	display: inline-block;
}

.image-caption>.wrap-text-service-home {
	margin-left: 8px;
	margin-top: 8px;
}

.image-caption h4 {
	color: #FFf;
}

.caption-hover {
	width: 100%;
	height: 100%;
	background: #32c3c8;
	color: #fff;
	position: absolute;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.image-caption h1 {
	padding: 45px 0px 5px 0px;
	text-align: center;
	margin-left: -15px;
	text-transform: uppercase;
	font-family: 'Indie Flower', cursive;
}

.image-caption p {
	text-align: center;
	font-family: 'Overpass Mono', monospace;
}

.caption-hover h1 {
	padding-top: 20px;
}

.image-container:hover .image-caption {
	opacity: 1;
}

.image-container:hover .caption-hover {
	opacity: 1;
	transform: translateY(125px);
}

.image-container:hover .caption-service {
	opacity: 0;
	transition: .4s;
}

.text-all-service {
	margin: 50px 0;
	border-top: 1px solid #ccc;
	padding-top: 18px;
}

.text-all-work {
	margin: 20px 0 30px 0;
	border-top: 1px solid #ccc;
	padding-top: 18px;
}

.wrap-image-service img {
	height: 270px;
	width: 100%
}

.wrap-text-item-service {
	margin-top: 30px;
}

.wrap-text-item-service p {
	/*text-indent: 35px;*/
    font-size: 16px;
    /* text-align: justify; */
    letter-spacing: 0.4px;
    line-height: 27px;
}

.active-link {
	font-weight: 600 !important;
}

.gallery-item-content {
	text-align: center;
	margin-bottom: 50px;
}

.galleri-item {
	padding: 3px !important;
}

.galleri-item img {
	width: 100%;
	transition: 0.4s;
}

.galleri-item a:hover img {
	transition: 0.4s;
	opacity: 0.4;
}

.category-item-home img {
	width: 100%;
	opacity: 0.25;
}

.lb-data .lb-close {
	top: 0;
	position: absolute;
	right: 3%;
}

.maps-contacts {
	padding: 20px;
	border-bottom: 1px solid lightgray;
}

.forms-contacts {
	margin-top: 25px;
}

#contacts {
	margin-top: 15px;
}

.forms, .contacts {
	display: inline-block;
	width: 49%;
	float: left;
}

.forms input, textarea {
	width: 95%;
	padding: 7px;
	margin-top: 15px;
}

.forms input[type=checkbox] {
	display: inline-block;
	float: left;
	width: 7%;
}

.check {
        width: 50%;
    display: block;
    margin: 23px auto 0 auto;
}

.link-polit {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.link-polit a {
	color: #fff;
	text-decoration: underline;
	transition: .3s;
}

.link-polit a:hover {
	opacity: .6;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

.check input[type=checkbox] {
	display: inline-block;
	float: left;
	width: 7%;
	margin-top: 7px;
	margin-right: 11px;
}

.checkbox-label {
	    width: 89%;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-top: 2px;
    line-height: 19px;
}
.checkbox-label a{
	color:#fff;
	text-decoration: underline;
}
.checkbox-label a:hover{
	text-decoration: none;
	color:#fff;
}
.button_contcts input[type=submit] {
	background-color: #32c3c8;
	text-align: center;
	border: none;
	width: 27%;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.5s;
	cursor: pointer;
}

.button_contcts input[type=submit]:hover {
	background-color: #414141;
}

.forms textarea {
	margin-top: 15px;
}

.contacts {
	text-align: left;
	margin-top: 40px;
}

.contacts p {
	margin-top: 10px;
}

.content-contacs {
	margin-bottom: 40px;
}

.wrap-news-item-news a {
	display: inline-block;
	color: #121212;
	transition: .4s;
}

.wrap-news-item-news a:hover {
	text-decoration: none;
	transition: .4s;
	opacity: .6;
	color: #121212;
}

.name-block-news {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
}

.date-news {
	color: #ccc;
	font-style: italic;
	font-weight: 100;
}

.text-news-intro {
	font-size: 12px;
	color: #121212;
}

.wrap-news-item-news {
	padding: 0 !important;
	margin: 15px 0 !important;
	display: inline-block;
	width: 32% !important;
}

.img-news img {
	width: 100%;
}

.news-1 h1 {
	font-size: 1.5em;
	font-weight: 600;
}

.name-section {
	display: block;
	width: 100%;
	text-align: center;
}

.name-section h3 {
	font-size: 18px;
	font-weight: 600;
}

.modal-content {
	color: #fff !important;
	background-color: #191919 !important;
	border: none !important;
	border-radius: none !important;
	outline: 0;
	box-shadow: 0px 0px 3px 0px #ccc;
}

.modal-header {
	border-bottom: none !important;
	padding: 15px 15px 0 15px !important;
	display: block !important;
	text-align: center !important;
}

.modal-header h4 {
    font-size: 1.2em !important;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.modal-content{
	padding: 25px;
}
.modal-footer {
	border-top: none !important;
	display: block !important;
	text-align: center !important;
}
.wrap-modal-form input{
	    display: block;
    width: 80%;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto -3px auto;
    color: #fff;
    background: none;
    border: 1px solid #eee;
    padding: 15px;
}
.btn-primary {
	margin-top: 20px;
    color: #fff;
    background-color: #32c3c8 !important;
    border-radius: 0 !important;
    border: none !important;
    margin-bottom: 15px !important;
    cursor: pointer !important;
    padding: 19px 30px !important;
    transition: .4s !important;
    text-transform: uppercase;
    font-size: 15px!important;
    border-radius: 5px!important;
}

.btn-primary:hover {
	opacity: .6 !important;
	transition: .4s !important;
	background-color: #32c3c8 !important;
}

.form-group {
}

.form-group label {
	margin: 1rem 0 !important;
}

.modal-body {
	padding: 0 !important;
}

.form-control {
	display: block;
	width: 75% !important;
	margin: 0 auto;
	text-align: center;
	padding: 0 !important;
	font-size: 1rem;
	color: #fff !important;
	border: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid !important;
	background: none !important;
}

.close {
	color: #a2a2a2 !important;
	text-shadow: none !important;
}

.modal-dialog {
	max-width: 50% !important;
    margin: 9% auto !important;
}

.modal {
	z-index: 9999999 !important;
	background: rgba(0, 0, 0, 0.56);
}

.wrap-mobile-menu {
	display: none;
}

.burg-toggle {
	background: transparent;
	padding: 17px 0;
	display: inline-block;
}

.burg-toggle span {
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	position: relative;
}

.burg-toggle span:before, .burg-toggle span:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
}

.burg-toggle span:before {
	top: -7px;
}

.burg-toggle span:after {
	top: 7px;
}

.menu-full {
	opacity: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.menu-full > div {
	display: table;
	width: 100%;
	height: 100%;
}

.menu-full > div > div {
	display: table-cell;
	vertical-align: middle;
}

.menu-full > div > div > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	text-align: center;
}

.menu-full ul {
	list-style: none;
	padding: 0;
	z-index: 999999999999999999;
	width: 100%;
	text-align: center;
}

.menu-full ul li {
	list-style: none;
}

.menu-full ul li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	    line-height: 2em;
	padding: 5px 0;
}

.menu-full ul li a:hover {
	color: #32c3c8;
}

.menu-full ul li ul {
	transition: all 0.3s ease-in-out;
	visibility: visible;
	opacity: 1;
	margin-top: 10px;
}

.menu-full ul li ul li {
	display: inline-block;
}

.menu-full ul li ul li a {
	color: #6E6C6C;
	font-size: 15px;
	line-height: 1em;
	padding: 0 14px 15px;
}

.menu-full ul li ul li a:hover {
	color: #32c3c8;
}

.menu-full ul li a:hover + ul, .menu-full ul li ul:hover {
	transition: all 0.3s ease-in-out;
	visibility: visible;
	opacity: 1;
}

.close-button {
	width: 40px;
	height: 40px;
	position: absolute !important;
	display: inline-block !important;
	z-index: 9999999999;
	top: 11%;
	right: 7%;
}

.close-button span {
	position: absolute;
	margin: 0 auto;
	background: transparent;
	border-radius: 20px;
	padding: 15px 15px 15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: inline-block !important;
	transition: all 0.3s ease-in-out;
	right: 4%;
	top: 3%;
}

.close-button span:hover {
	transition: all 0.3s ease-in-out;
}

.close-button span:after, .close-button span:before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 0;
	left: 50%;
	transform: rotate(45deg) translateX(0) translateY(0);
	height: 25px;
	width: 2px;
	background: #fff;
	content: '';
	display: block;
	margin: 0 0 0 -1px;
	transition: all 0.3s ease-in-out;
}

.close-button span:hover:after, .close-button span:hover:before {
	background: #32c3c8;
}

.close-button span:hover:after {
	transform: rotate(-405deg) translateX(2px) translateY(5px);
	height: 15px;
	width: 2px;
	transition: all 0.3s ease-in-out;
}

.close-button span:hover:before {
	transform: rotate(-315deg) translateX(-2px) translateY(5px);
	height: 15px;
	width: 2px;
	transition: all 0.3s ease-in-out;
}

.close-button span:before {
	transform: rotate(-45deg) translateX(0) translateY(0);
}

.wrap-404-content {
	min-height: 450px;
	text-align: center;
	padding: 50px 0;
	width: 100%;
}

.wrap-404-content h1 {
	font-size: 76px;
	font-weight: 700;
	margin-top: 55px;
}

.wrap-404-content span {
	font-size: 20px;
	font-weight: 400;
}

.wrap-404-content a {
	transition: .4s;
	color: #fff;
	background: #32c3c8;
	text-align: center;
	padding: 15px;
	display: inline-block;
	margin-top: 32px;
	text-transform: uppercase;
	width: 16%;
}

.wrap-404-content a:hover {
	transition: .4s;
	text-decoration: none;
	color: #fff;
	opacity: .8;
}

.wrap-block-home-text-up {
	width: 88%;
	margin-top: 25px;
	text-align: left;
	margin: 25px auto;
}

.wrap-block-home-text-up h1 {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 16px;
	text-align: center;
}

.wrap-block-home-text-up li {
	font-weight: 600;
	font-size: 13px;
}

.wrap-block-home-text-up ul {
	font-weight: 600;
	font-size: 13px;
}

.wrap-block-home-text-up p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.2px;
	font-weight: 500;
	text-indent: 1.5em;
	margin-bottom: 7px;
}

.section-text-home-1 {
	background: #eee;
	background-size: cover;    /*min-height: 600px;*/
	position: relative;
}

.wrap-block-home-text-down p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 23px;
}

.list-services-text-block ul li {
	list-style: none;
	display: inline-block;
	line-height: 50px;
	margin-right: 10px;
	text-align: center;
}

.list-services-text-block a {
	color: #fff;
	text-decoration: none;    /* background: #32c3c8; */
	padding: 7px 12px;
	border: 1px solid;
	transition: .3s;
	font-size: 15px;
	border-radius: 5px;
}

.list-services-text-block a:hover {
	background: #32c3c8;
	transition: .3s;
	border: 1px solid #32c3c8;
	text-decoration: none;
	color: #fff;
}

.list-services-text-block ul {
	padding-left: 0 !important;
	margin: 0 auto;
	text-align: center;
}

.wrap-block-home-text-down {
	margin-bottom: 25px;
}

.wrap-line-home-block {
	width: 150px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

.block-action-home {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	width: 100%;
}

.block-action-home p {
	color: #fff;
	font-size: 22px;
}

.block-action-home a {
	display: inline-block;
	padding: 15px 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	border: 1px solid;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: .3s;
	margin-right: 20px;
}

.block-action-home a:hover {
	transition: .3s;
	background: #32c3c8;
	border: 1px solid #32c3c8;
	color: #fff;
	text-decoration: none;
}

.btn-action-call {
	background: #32c3c8 !important;
	border: 1px solid #32c3c8 !important;
}

.btn-action-call:hover {
	opacity: .8;
	transition: .3s;
}

.wrap-new-nav-menu {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.wrap-new-nav-menu-other {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.top-header-contacts-info {
	background: #00000085;
	height: 40px;
	color: #fff;
	margin-bottom: 15px;
}

.top-header-contacts-info ul li, .nav-menu-home-new ul li, .top-header-contacts-info-other ul li, .nav-menu-home-new-other ul li {
	display: inline-block;
	text-align: center;
	list-style: none;
}

.top-header-contacts-info-other {
	background: #fff;
	height: 40px;
	color: #000;
	margin-bottom: 15px;
}

.header-other-new {
	background-color: #eee;
}

.nav-menu-home-new li, .nav-menu-home-new-other li {
	padding: 0px 27px;
}

.top-header-contacts-info ul, .top-header-contacts-info-other ul {
	padding-left: 0 !important;
	text-align: center;
	width: 1150px;
	margin: 0 auto;
}

.nav-menu-home-new ul, .nav-menu-home-new-other ul {
	padding-left: 0 !important;
	text-align: center;
	width: 1150px;
	margin: 0 auto;
}

.top-header-contacts-info-other a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	transition: .3s;
	padding: 8px 141px;    /* margin-top: 17px; */
	display: inline-block;
}
.top-header-contacts-info-other span{
	padding: 0 141px;
}
.top-header-contacts-info span{
	padding: 0 141px;
}
.top-header-contacts-info a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: .3s;
	padding: 8px 141px;    /* margin-top: 17px; */
	display: inline-block;
}

.nav-menu-home-new-other a {
	color: #000;
	text-decoration: none;    /*text-shadow: 1px 2px 4px #000;*/
	font-size: 16px;
	transition: .3s;
	text-transform: uppercase;
}

.nav-menu-home-new a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 2px 4px #000;
	font-size: 16px;
	transition: .3s;
	text-transform: uppercase;
}

.top-header-contacts-info a:hover {
	text-decoration: none;
	color: #fff;
	transition: .3s;
	opacity: .6;
}

.nav-menu-home-new a:hover {
	text-decoration: none;
	color: #fff;
	transition: .3s;
	text-shadow: none;
	opacity: .8;
}

.nav-menu-home-new-other a:hover {
	text-decoration: none;
	transition: .3s;
	text-shadow: none;
	color: #32c3c8;
}

.nav-menu-home-new img, .nav-menu-home-new-other img {
	width: 56%;
}

.nav-menu-home-new {
	margin-top: 27px;    /*margin-left: 50px;*/
}

.nav-menu-home-new-other {
	padding-bottom: 15px;
}

.first-elem-list {
	padding-left: 0 !important;
}

.last-elem-list {
	padding-right: 0 !important;
}

.logo-wrap {
	padding: 0 !important;
	text-align: left !important;
}

.button-call-header-new {
	color: #32c3c8 !important;
	padding: 12px 23px 15px;
	text-shadow: none !important;
	transition: .3s;
	border-radius: 4px;
	border: 1px solid;
}

.button-call-header-new:hover {

	/*opacity: .8;*/
	background: #32c3c8;
	transition: .3s;
	color: #fff !important;
	border: 1px solid #32c3c8;
}

.main-text-block {
	position: absolute;
	width: 100%;
	top: 32%;
	z-index: 999;
	text-align: center;
}

.main-text-block span {
	font-size: 50px;
	font-weight: 600;
	display: block;
	width: 55%;
	text-shadow: 1px 1px 4px #000;
	margin: 0 auto;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
}

.main-text-block a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	margin-top: 61px;    /* margin: 0 auto; */
	padding: 15px 30px 18px;
	background: #32c3c8;
	border-radius: 4px;
	transition: .3s;
}

.main-text-block a:hover {
	text-decoration: none;
	color: #fff;
	transition: .3s;
	opacity: .8;
}

.top-header {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1782) 37.57%, rgba(1, 1, 1, 0.81) 100%);
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
}

.bottom-header {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1782) 37.57%, rgba(1, 1, 1, 0.81) 100%);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	z-index: 999;
}

.wrap-derection-home {
	width: 100%;
	position: relative;
	height: 320px;
}

.direction-item-link {
	display: block;
	position: relative;
	width: 25%;
	height: 320px;
	float: left;
	padding: 0;
	margin: 0;
}

.direction-item-link:hover .cover-service-block-home {
	background: #32c3c8;
	transform: .3s;
}

.cover-service-block-home {
	position: absolute;    /* top: 15px; */

	/* left: 15px; */
	background: #0000008a;
	width: 100%;
	height: 320px;
	transform: .3s;
}

.wrap-icon {
	position: relative;
	top: 90px;
	width: 100%;
	text-align: center;
}

.wrap-icon img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.wrap-icon span {
	font-size: 19px;
	display: block;
	margin-top: 15px;
	padding: 0 17px;
	color: #fff;
	font-weight: 500;
	text-shadow: 1px 0px 2px #41307c;
	letter-spacing: 1px;
}

.when-we-work-home {
	background: url('../img/we-work.jpg');
	position: relative;
	height: 530px;
	text-align: center;
}

.when-we-work-home h4 {
	text-align: center;
	font-weight: 600;
	padding-top: 40px;
	font-size: 25px;
	color: #fff;
	margin-bottom: 25px;
}

.wrap-when-we-work {
	position: absolute;
	top: 45%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
}

.wrap-w-w-i-firs, .between-item-w, .wrap-w-w-i, .wrap-w-w-i-last {
	display: inline-block;
	position: relative;
}

.wrap-w-w-i-firs {
	text-align: center;
	width: 180px;
	margin: 0 auto;
	transition: .3s;
	height: 150px;
}

.wrap-w-w-i-last {
	text-align: center;
	margin: 0 auto;
	width: 180px;
	height: 150px;
}

.wrap-w-w-i {
	text-align: center;
	width: 180px;
	margin: 0 auto;
	cursor: pointer;
	height: 150px;
}

.up-text h5 {
	position: absolute;
	top: 0;
}

.down-text h5 {
	position: absolute;
	bottom: 0;
}

.wrap-w-w-i-firs span {
	padding: 12px 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	width: 61px;
	transition: .3s;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.wrap-w-w-i-firs:hover span {
	transition: .3s;
	background: #32c3c8;
}

.wrap-w-w-i-firs:hover h5 {
	transition: .3s;
	color: #32c3c8;
}

.wrap-w-w-i-last:hover span {
	transition: .3s;
	background: #32c3c8;
}

.wrap-w-w-i-last:hover h5 {
	transition: .3s;
	color: #32c3c8;
}

.wrap-w-w-i-last span {
	padding: 12px 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	width: 61px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.wrap-when-we-work h5 {
	width: 175px;
	margin: 25px auto;
	transition: .3s;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}

.wrap-w-w-i:hover .circle-wrap {
	transition: .3s;
	background: #32c3c8;
}

.wrap-w-w-i:hover h5 {
	transition: .3s;
	color: #32c3c8;
}

.circle {
	display: block;
	width: 25px;
	cursor: pointer;
	height: 25px;
	background: #32c3c8;
	border-radius: 25px;
}

.circle-wrap {
	display: inline-block;
	border: 1px solid;
	padding: 12px;
	cursor: pointer;
	position: relative;
	top: 20px;
	border-radius: 25px;
}

.between-item-w {
	width: 10px;
	height: 10px;
	margin-right: 7px;
	background: #fff;
	transform: rotate(45deg);
}

.block-work-1 {
}

.block-work-2 h5 {
	top: -90px !important;
}

.block-work-3 h5 {
	bottom: -30px;
}

.block-work-4 h5 {
	top: -52px;
}

.block-work-5 {
}

.section-home-services {
	background: url('../img/services_home.jpg') no-repeat;
	background-size: cover;
	min-height: 431px;
}

.column-services {
	margin-top: 9px;
	width: 25%;
	display: inline-block;
}

.wrap-name-block-services {
	margin-bottom: 15px;
	position: relative;
}

.wrap-name-block-services h4 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 21px;
	font-weight: 600;
	width: 64%;
	position: relative;
	display: inline-block;
	bottom: 0;
	margin-bottom: 0;
	margin-top: 11px;
}

.wrap-name-block-services img {
	display: inline-block;
	float: left;
	margin-right: 10px;
	top: 0;
}

.column-services ul li {
	list-style: none;	    /*border-bottom: 1px solid #ccc;*/

	/*margin-left: 18px;*/
}

.column-services li {
}

.column-services ul {
	padding-left: 0 !important;
	margin-left: 25px;
	border-right: 1px solid #ccc;
}

.last-column-services {
	border: none !important;
}

.column-services a {
	text-decoration: none;
	color: #000;
	padding: 8px 0;
	transition: .3s;
	display: block;
	font-weight: 500;
	font-size: 15px;
	width: 89%;
}

.btn-all-services a {
	padding: 15px 25px;
	color: #fff;
	background: #32c3c8;
	text-align: center;
	border-radius: 4px;
	transition: .3s;
}

.btn-all-services a:hover {
	text-decoration: none;
	transition: .3s;
	color: #fff;
	opacity: .6;
}

.btn-all-services {
	text-align: center;
	margin: 51px auto 0 auto;
}

.column-services a:hover {
	text-decoration: none;	/*background:#32c3c8;*/
	color: #32c3c8;
	transition: .3s;
}

.nav-menu-home-new li ul, .nav-menu-home-new-other li ul {
	display: none;
}

.nav-menu-home-new li:hover > ul, .nav-menu-home-new-other li:hover > ul {
	display: block;
	position: absolute;
	width: 275px;
	min-height: 290px;
	float: left;
	background: #ccc;
	text-align: left;
	border-radius: 8px;    /*margin-top: 15px;*/
	z-index: 9999;
	margin-left: -50px;
}

.nav-menu-home-new li:hover > ul ul, .nav-menu-home-new-other li:hover > ul ul {
	box-shadow: 0px 0px 7px #000;
}

.nav-menu-home-new ul ul img, .nav-menu-home-new-other ul ul img {
	width: 15%;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.nav-menu-home-new a span, .nav-menu-home-new-other a span {
	display: inline-block;
	color: #000;
	float: left;
	width: 80%;
}

.nav-menu-home-new li:hover li, .nav-menu-home-new-other li:hover li {
	float: none;
	padding: 0;
	width: 100%;
}

/*.nav-menu-home-new li:hover a { background: #1bc2a2; }*/
.nav-menu-home-new ul ul a, .nav-menu-home-new-other ul ul a {
	text-align: left;    /* background: #1bc2a2; */
	font-size: 13px;
	text-transform: initial;
	display: inline-block;
	text-shadow: none;
	padding: 15px;
	width: 100%;
}

.nav-menu-home-new ul ul ul a, .nav-menu-home-new-other ul ul ul a {
	text-align: left;    /* background: #1bc2a2; */
	font-size: 13px;
	color: #000;
	text-transform: initial;
	display: inline-block;
	text-shadow: none;
	padding: 10px 15px;
	width: 100%;
}

.nav-menu-home-new ul ul a:hover, .nav-menu-home-new-other ul ul a:hover {
	color: #fff;
}

.nav-menu-home-new ul ul a:hover span, .nav-menu-home-new-other ul ul a:hover span {
	color: #fff;
}

.nav-menu-home-new li:hover li a:hover, .nav-menu-home-new-other li:hover li a:hover {
	background: #32c3c8;
}

.nav-menu-home-new ul ul ul, .nav-menu-home-new-other ul ul ul {
	left: 100%;
	top: 0;
}

/* Simple clearfix. */
.nav-menu-home-new ul:before, .nav-menu-home-new ul:after, .nav-menu-home-new-other ul:before, .nav-menu-home-new-other ul:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.nav-menu-home-new ul:after, .nav-menu-home-new-other ul:after {
	clear: both;
}

/*NEW FOOTER*/
.list-social-footer {
	display: inline-block;
}

.link-polit-new {
	display: inline-block;
	float: left;
	padding-left: 0 !important;
}

.footer-demo {
	background: #101010;
	padding: 40px 0;
}

.footer-demo a:hover {
	transition: .3s;
	text-decoration: none;
	color: #32c3c8;
}

.contacts-footer-inf {
	background: #eee;
	color: #000 !important;
	border-radius: 5px;
	padding: 20px 20px !important;
}

.contacts-footer-inf a {
	color: #000;
	transition: .3s;
}

.contacts-footer-inf li, .links-block-footer li {
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
}

.links-block-footer a {
	color: #fff;
	transition: .3s;
	font-size: 14px;
}

.contacts-footer-inf ul, .links-block-footer ul {
	padding-left: 0 !important;
}

.links-1 ul {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 64%;
	margin-top: 20px;
}

.links-1 h5 {
	color: #fff;
	font-weight: 600;    /* text-align: center; */
	width: 64%;
	margin: 0 auto 10px auto;
}

.links-2 h5 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}

.links-2 ul {
	margin-top: 25px;
	width: 92%;
}

.links-2 li {
	line-height: 16px;
	margin-bottom: 17px;
}

.contacts-footer-inf h5 {
	font-weight: 600;
	letter-spacing: 0.5px;
}

.contacts-footer-inf ul {
	margin-top: 20px;
}

.contacts-footer-inf span {
	font-weight: 600;
	margin-right: 8px;
}

.wrap-extr-link h5 {
	color: #fff;
	font-weight: 600;
}

.wrap-extr-link li {
	list-style: none;
}

.wrap-extr-link a {
	color: #fff;
	transition: .3s;
	font-size: 14px;
}

.wrap-extr-link ul {
	padding-left: 0 !important;
	margin-top: 22px;
}

.copyright-new {
	height: 50px;
}

.wrap-copyright span {
	font-size: 14px;
}

.wrap-copyright {
	position: absolute;
	top: 11px;
}

.wrap-dev {
	float: right;
	display: inline-block;
	position: absolute;
	width: 25%;
	right: 0;
	top: 10px;
	text-align: right;
}

.wrap-dev img {
}

.wrap-dev span {
}

.wrap-dev a {
	font-size: 14px;
	transition: .3s;
	color: #121024;
}

.wrap-dev a:hover {
	transition: .3s;
	opacity: .8;
	text-decoration: none;
	color: #121024;
}

.list_coll {
	width: 500px !important;
	padding: 15px 19px;
}

.list_coll li {
	margin-left: 10px;
}

/*accordion sidebar*/
a {
	color: #32c3c8;
	text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
.accordion {
	width: 100%;
	max-width: 360px;
	padding-left: 0;
	margin: 0 auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 20px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.link img {
	width: 36px;
	display: inline-block;
	margin-right: 15px;
	float: left;
}

.link span {
	display: inline-block;
	width: 76%;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #32c3c8;
}

.accordion li.open i {
	color: #32c3c8;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {
	display: block;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #ccc !important;
	font-size: 14px;
	padding-left: 0;
}

.submenu li {
	border-bottom: 1px solid #cccccc40;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #575757;
	padding: 12px;
	padding-left: 38px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: #32c3c8;
	color: #FFF;
	text-decoration: none;
}

.submenu li.active {
	background: #32c3c8;
	color: #FFF;
	text-decoration: none;
}

.submenu li.active a {
	color: #fff;
}

.wrap-title-service-item img {
	width: 45px;
	display: inline-block;
	float: left;
	margin-right: 17px;
}

.wrap-page-title h1 {
	padding-top: 7px;
}

.form-footer {
	background: #eee;
	padding: 32px 0;
}

.wrap-left-block-fields {
	display: inline-block;
	padding: 0 !important;
	float: left;
}

.wrap-right-block-fields {
	display: inline-block;
	padding: 0 !important;
}

.wrap-title-form h4 {
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 45px;
}

.wrap-left-block-fields input {
	width: 95%;
	height: 50px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.wrap-right-block-fields textarea {
	height: 130px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.pd-form input {
	display: inline-block;
	float: left;
	height: 20px;
	width: 17px;
	margin-top: 3px;
	margin-right: 10px;
}

.pd-form  label {
	    float: left;
    width: 70%;
    font-size: 13px;
    line-height: 1.5;
}
.pd-form label a{
	color: #000;
    text-decoration: underline;
}
.btn-form-service {
	display: block;
	text-align: center;
	margin: 60px auto 20px auto;
	background: #32c3c8;
	border: 1px solid #32c3c8;
	color: #fff;
	transition: .3s;
	padding: 15px 30px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
}

.btn-form-service:hover {
	opacity: .8;
	transition: .3s;
}

.block-contacts-service-item {
	font-size: 16px;
	line-height: 31px;
	font-weight: 600;
	padding: 10px 0;
}

.block-contacts-service-item a {
	line-height: 50px;
	font-size: 18px;
	background: #32c3c8;
	color: #fff;
	padding: 3px 28px;
	margin: 20px 0;
	transition: .3s;
	display: inline-block;
}

.block-contacts-service-item a:hover {
	transition: .3s;
	opacity: .8;
	text-decoration: none;
	color: #fff;
}
input {outline:none;}
textarea{outline: none;}
a{outline: none;}
.wrap-work-item-new{
        display: inline-block;
    height: 300px;
    margin-bottom: 15px;
    width: 32%;
    text-decoration: none;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
/*.wrap-work-item-new div{
	width: 100%;
	  height: 300px;
}*/
.wrap-gallery-new{
	width: 100%;
	  
}
.cover-work-item-new{
	position: absolute;
	width: 100%;
	transition: .3s;
	height: 300px;
	background: rgba(0,0,0,0.4);
	top:0;
}
.cover-work-item-new span{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    /*float: right;*/
    position: absolute;
    text-align: left;
    top: 25px;
    background: #32c3c8;
    padding: 15px 25px;
    left: 25px;
    border-radius: 4px;
}
.cover-work-item-new:hover{
	background: rgba(0,0,0,0);
    transition: .3s;
}

.wrap-service-item-new{
	height: 180px;
	display: inline-block;
	position: relative;
	padding: 0 !important;
    margin: 0px auto 10px 10px;
        max-width: 48% !important;
}
.cover-img-service-new{
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 180px;
    width: 100%;
    text-align: center;
    top: 0;
    padding-top: 57px;
    z-index: 9999
}
.cover-img-service-new img{
	width: 30px;
}
.cover-img-service-new h4{
	    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}
.cover-cover-img-service{
    background: #32c3c8;
    position: absolute;
    height: 180px;
    width: 100%;
    opacity: 0;
    padding-left: 42px;
    padding-top: 25px;
    z-index: 99999;
    transition: .3s;
}
.cover-cover-img-service img{
    width: 30px;
    display: inline-block;
    float: left;
}
.cover-cover-img-service span{
color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 77%;
    margin-left: 15px;
}
.caption-service img{
	width: 15%;
}
.cover-cover-img-service:hover{
	opacity: 1;
	transition: .3s;
}
.new-ch-lb a{
	color:#000;
}
.new-ch-lb a:hover{
	text-decoration: none;
	color:#000;
}
.logo-mobile-home{
	display: none;
}
.consult-mobile-home{
	display: none;
}
.block-mobile-menu{
	display: none;
}
.fixed-service-block{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 9999999;
}
.fixed-service-block a{
    background: #32c3c8;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    padding: 10px 6px 12px 16px;
    display: block;
    border-radius: 4px 0px 0px 4px;
}
.fixed-service-block a:hover{
	text-decoration: none;
	opacity: .7;
	transition: .3s;
	color:#fff;
}
.fixed-service-block i{
	font-size: 12px;
}

.modal-service-body{

}
.modal-service-content{
	    background: url(../img/services_home.jpg) no-repeat;
    background-size: cover;
}
.modal-service-dialog{
    max-width: 100% !important;
    margin: 0% auto !important;

}
button.close{
	margin-bottom: 15px;
}