/*
Theme Name: Noir Theme
Author: Noir d_af@bk.ru
Author e-mail: d_af@bk.ru
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: white;
	font-size: 14px;
	min-height: 100%;
	height: 100%;
	font-family: 'Open Sans', 'Verdana', 'Arial';
	color: black;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
fieldset {
	min-width: inherit;
}
:focus {	outline: 0 !important;}
a:hover, a:active {outline: 0 !important;}
* {outline: 0 !important;}
a img {border: 0;}
.bw  {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.bw:active img, .bw:hover img, .bw.active img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
a, ul.pagination-list li  i, .wpcf7-submit, .item-image > .inner, .spoilers h3:before, .image, .section3 .object .inner > span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu a:after, .mainmenu .sub-menu {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.item-image > .inner  {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-image > .inner {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a:hover .item-image > .inner {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.mainmenu a:after, .mainmenu.large .sub-menu {
	-moz-opacity:0;
	opacity:0;
	filter: alpha(opacity=0);
}
.mainmenu a:hover:after, .mainmenu li.current_page_item a:after, .mainmenu li.current-menu-item a:after, .mainmenu li.active a:after, .mainmenu li:hover > .sub-menu {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
}
.btn, .top-form, input[type="text"], input[type="tel"], input[type="email"], textarea, .counter-item .dot {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn {
    text-transform: uppercase;
    text-decoration: none;
    border: none;
	text-align: center;
	width: 100%;
	display: block;
}
.btn-top {
    background-color: rgb(255, 146, 8);
    max-width: 360px;
    font-size: 22px;
    text-transform: none;
    color: white;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.btn-top:hover {
}
.btn-black {
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    max-width: 200px;
}
.btn-black:hover, .btn-black:active {
	background: white;
    color: red;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    min-width: 350px;
    background: #f6f5f4;
}
.embed-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 60%;
}
.embed-wrapper iframe, .embed-wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*================================= header ========================================*/
.header {
    padding: 10px 0;
    border-bottom: solid 1px #dbdbdb;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    background: white;
	text-align: center;
}
.logo {
    display: block;
    float: left;
    width: 150px;
    height: 90px;
    background: url(images/logo.png) 0 50% no-repeat;
    background-size: contain;
}
.header .right {
    float: right;
    margin-left: 20px;
}
.header .contacts .textwidget {
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.header .contacts a, .header .contacts span {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 10px 0;
}
.menu-btn {
    float: right;
    color: black;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 24px;
    margin: 35px 0 0;
    cursor: pointer;
}
.menu-btn:before {
	content: "\f0c9";
}
.menu-btn.menu-opened {}
.btn.order {
    background: #ab0303;
    float: right;
    width: auto;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
}
.lang {
    display: block;
    float: left;
    list-style-type: none;
    margin-left: 20px;
}
.lang li {
    display: block;
    width: 32px;
    line-height: 28px;
    text-align: center;
	margin: 8px;
}
.lang a {
    color: inherit;
    display: block;
    border-radius: 50%;
    border: 2px solid;
    text-decoration: none;
}
.lang .current-lang a {
    border: 2px solid #ab0303;
}
/*================================= menu ========================================*/
.mainmenu {
    float: right;
    padding-top: 10px;
}
.mainmenu .menu {
    list-style: none;
    font-size: 0;
}
.mainmenu .menu > li {
    display: inline-block;
    position: relative;
    margin: 0 32px;
}
.mainmenu .menu > li:first-child {margin-left: 0;}
.mainmenu .menu > li:last-child {margin-right: 0;}
.mainmenu .menu > li > a {
    font-size: 18px;
    color: black;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    font-weight: 600;
}
.mainmenu .menu > li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ab0303;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mainmenu.large .sub-menu {
    position: absolute;
	left: -9999px;
	min-width: 100%;
    list-style: none;
    text-align: left;
    background: white;
    width: 220px;
	box-shadow: 0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);
    z-index: 100;
}
.mainmenu  li:hover > .sub-menu {left: auto;}
.mainmenu .sub-menu a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 8px 10px;
    line-height: 1.1;
    font-weight: 600;
    font-size: 13px;
}
.mainmenu a:hover, .mainmenu li.current_page_item > a, .mainmenu li.active > a, .mainmenu li.current-menu-item > a  {
    color: #ab0303;
}
.mainmenu .trigger {display: none;}
.mainmenu.small {
    padding-top: 0;
    margin-top: 10px;
}
.mainmenu.small .menu {border-top: 1px solid #ccc;}
.mainmenu.small .menu > li {
	margin: 5px 0;
	display: block;
	position: relative;
}
.mainmenu.small .trigger {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	text-align: right;
	padding-right: 5px;
	z-index: 100;
}
.mainmenu .trigger:after {
	content: '\f067';
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 32px;
	color: black;
}
.mainmenu .trigger.open:after {content: '\f068';}
.mainmenu.small .sub-menu {display: none;}
/*================================= home ========================================*/
section {
    padding: 30px 0;
    background-position: 50% 30px;
    background-repeat: no-repeat;
}
.section1 {background-image: url(images/title1.png);}
.section2 {background-image: url(images/title2.png);}
.section3 {background-image: url(images/title3.png);}
.section-title {
	text-align: center;
}
.section-title h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
.services-item {
    margin: 15px 0;
}
.services-item a {
    display: block;
	position: relative;
    text-decoration: none;
	overflow: hidden;
    background: #666;
    color: white;
	text-align: left;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
	border-radius: 3px;
}
.services-item .image {
    padding-top: 100%;
    background-position: 50%;
    background-size: cover;
}
a:hover .image {
	transform: scale(1.1);
}
.services-item .title {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 20px 15px;
	font-size: 24px;
}
.services-item span {
	display: block;
    position: absolute;
	width: 200%;
    left: -90%;
    top: 0;
    height: 70%;
	background-color: rgba(5, 79, 154, 0.76);
	transform: rotate(-45deg);
}
.section3 nav {
    text-align: center;
}
.section3 nav li {
	display: inline-block;
    padding: 0 20px;
    margin: 5px 0;
}
.section3 nav a {
    color: #656565;
}
.section3 .object {
    padding: 15px;
}
.section3 .object .inner {
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none;
	background-color: #666;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.75);
}
.section3 .object .image {
    background-position: 50%;
    background-size: cover;
}
.section3 .type1 .image {padding-top: 100%;}
.section3 .type2 .image {padding-top: 100.03%;}
.object4 {float: right;}
.section3 .object .inner > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
	font-weight: 600;
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px black;
}
.section3 .object .inner:hover > span {background-color: rgba(0, 0, 0, 0);}
.section3 .type1 .inner > span {
	padding: 20px;
    font-size: 36px;
}
.section3 .type2 .inner > span {
	padding: 10px;
	font-size: 22px;
}
.section4 {}
.section4 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.section4 .text {}
.section4 .main-col p {
    text-align: justify;
    padding-bottom: 10px;
}
.section4 .lic-col a {
    display: block;
    margin: 15px 0 0;
    overflow: hidden;
}
.section4 .lic-col .image {
    padding-top: 110%;
    background-size: contain;
    background-position: left 50%;
    background-repeat: no-repeat;
}
.section4 .lic-linc {
	color: #545454;
}
.advantages-item {
	margin: 15px 0;
    width: 20%;
}
.advantages-item .icon {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    background: white;
    border-radius: 100%;
    border: 5px solid #3F51B5;
    line-height: 105px;
    text-align: center;
    font-size: 60px;
}
.advantages-item .text {
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 600;
}
/*================================= content ========================================*/
.content {
    padding-top: 30px;
}
.page-title {
    font-size: 40px;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 20px;
	font-weight: 600;
}
.subcat {
    margin: 15px 0;
}
.subcat a {
    display: block;
    text-decoration: none;
}
.subcat .inner {
	position: relative;
    overflow: hidden;
    background: #666;
	border-radius: 3px;
}
.subcat .image {
    padding-top: 80%;
    background-position: 50%;
    background-size: cover;
}
.subcat .title {
    font-size: 18px;
    padding: 10px 0;
	color: black;
}
.posts .article {
	margin: 15px 0;
}
.posts a {
	display: block;
    text-decoration: none;
}
.posts .inner {
	position: relative;
    overflow: hidden;
    background: #666;
	border-radius: 3px;
}
.posts .image {
	padding-top: 80%;
    background-position: 50%;
    background-size: cover;
}
.post-title {
	font-size: 16px;
	padding: 5px 0;
	color: black;
}
.object-image {}
.object-image img {width: 100%;}
.object-info-title {
	font-size: 18px;
	text-transform: uppercase;
    padding: 0 0 25px 20px;
    font-weight: bold;
}
.object-info ul {
    list-style: none;
}
.object-info li {
	padding-bottom: 15px;
	font-size: 16px;
	text-align: justify;
}
.object-info li label {
    display: inline-block;
    font-weight: 600;
    padding-right: 10px;
}
.gallery {}
.gallery-item {margin: 15px 0;}
.gallery-item .inner {
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #ccc;
    background: white;
}
.gallery-item a {
    display: block;
    overflow: hidden;
    
}
.gallery-item .image {
    padding-top: 70%;
    background-position: 50%;
    background-size: cover;
}
.content-contacts .contacts p {
	font-size: 18px;
    margin-bottom: 20px;
}
.content-contacts a {
    display: inline-block;
    text-decoration: none;
    color: black;
}
.content-contacts .map {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
	padding-top: 50%;
}
.spoiler-text {
    padding: 10px;
}
.spoiler-text ul {
	padding-left: 30px;
}
.certificates .gallery-item {
    padding: 15px;
    margin: 0;
    width: 20%;
    float: left;
}
.certificates .gallery-item a {}
.certificates .gallery-item .image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 134%;
}
.entry-content ul {
    padding: 0 0 10px 25px;
}
.entry-content p {
    padding: 0 0 10px 0;
    text-align: justify;
}
/*================================ footer ========================================*/
.footer {
    position: relative;
    min-width: 350px;
}
.footer .top {
    box-shadow: inset 0 1px 15px 0 #dbdbdb, inset 0 -1px 15px 0 #dbdbdb;
    background: white;
}
.footer .top .row > div {
    margin: 15px 0;
	text-align: center;
}
.footer .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer2 a {
    text-decoration: none;
    color: black;
}
.copyright {
    color: black;
    padding: 15px 0 15px;
    font-size: 12px;
    text-align: center;
}
.copyright a {
    color: #999;
    text-decoration: none;
}
.copyright span {
    color: #999;
    display: inline-block;
    margin-left: 30px;
}
#gotop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 500;
    display: none;
    background: #959ba7;
    border: 2px solid white;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: white;
}
#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    font-size: 34px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    width: 58px;
    text-align: center;
}
#gotop:hover {
	color: black;
}
#gotop.hidden {display: none !important;}
/*================================ forms ========================================*/
.wpcf7 p {
    padding: 0;
    margin: 0;
}
.wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 10px;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: 10px;
    margin: -12px 0 2px;
    padding-left: 10px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 14px 10px;
    font-size: 15px;
    font-family: 'Open Sans';
}
.wpcf7-not-valid {
	border-color: #b94a48;
	box-shadow: inset 0 0 30px #b94a48;
}
div.wpcf7 .ajax-loader {display: none;}
.form-title {
    color: #292929;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.wpcf7 .inner {
	width: 250px;
	margin: 0 auto;
}
.wpcf7 .inner input {
	border-color: #06bb84;
}
.wpcf7 .inner .btn {
	width: 100%;
}
.wpcf7-submit {
    font-size: 15px;
    line-height: 48px;
    color: white;
    background: black;
}
.wpcf7-submit:hover {}
#fancybox-outer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 4px 5px rgba(31,28,22,.75) !important;
	-moz-box-shadow: 3px 4px 5px rgba(31,28,22,.75) !important;
	box-shadow: 3px 4px 5px rgba(31,28,22,.75) !important;
}
#fancybox-content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#fancybox-content>div {overflow: hidden !important;}
.form-date:after {
    content: "\f133";
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    top: 50%;
    margin-top: -8px;
    line-height: 16px;
    font-size: 16px;
    color: #666;
}
.form-design2 {
    background: white;
    padding: 35px 25px 15px;
    box-shadow: 7px 7px 59px 0px rgba(39, 37, 33, 0.45);
    max-width: 380px;
    margin: 0 auto;
}
.form-design2 .wpcf7-form-control-wrap {margin: 0 0 20px;}
.form-design2 input[type="text"], .form-design2 input[type="tel"], .form-design2 input[type="email"], .form-design2 textarea {
    border: 1px solid #f2f2f6;
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 15px;
	border-radius: 21px;
	color: black;
    font-family: 'Open Sans';
}
.form-design2 ::-webkit-input-placeholder {color: #008dff;}
.form-design2 ::-moz-placeholder          {color: #008dff;}
.form-design2 :-moz-placeholder           {color: #008dff;}
.form-design2 :-ms-input-placeholder      {color: #008dff;}
.form-design2 .wpcf7-submit {
	font-size: 15px;
    line-height: 30px;
    color: white;
    width: 100%;
    background: #008dff;
    border: 0;
    padding: 10px;
	border-radius: 25px;
}
.form-design2 .wpcf7-submit:hover {}
/*================================ responsive ========================================*/
@media (max-width: 1200px) {
	section {background-size: 200%;}
	.section4 .lic-col .image {padding-top: 140%;}
	.section3 .type2 .inner > span {font-size: 18px;}
}
@media (max-width: 991px) {
	.header .contacts a, .header .contacts span {
		font-size: 16px;
	}
	.header .contacts a:first-child {margin-left: 0;}
	.btn.order {
		padding: 10px 10px;
		font-size: 13px;
	}
	.mainmenu .menu > li {margin: 0 12px;}
	.mainmenu .menu > li > a {font-size: 16px;}
	.content-contacts .map {padding-top: 60%;}
	.object-info li {
		padding-bottom: 10px;
		font-size: 14px;
	}
	.object-info-title {padding: 0 0 15px 20px;}
	.advantages-item {width: 33.333333333%;}
}
@media (max-width: 767px) {
	.header {padding: 5px 0;}
	.logo {height: 80px;}
	.lang li {margin: 14px 5px;}
	.lang li:first-child {margin-top: 0;}
	.lang li:last-child {margin-bottom: 0;}
	.header .right {
		float: none;
		margin-left: 0;
	}
	.header .contacts {
		float: none;
		display: inline-block;
	}
	.header .contacts .textwidget {flex-direction: column;}
	.header .contacts a, .header .contacts span {margin: 3px 0;}
	.mainmenu {
		display: none;
		width: 100%;
		text-align: left;
	}
	.btn.order {
		margin-top: 18px;
	}
	.menu-btn {margin: 22px 0 0 30px;}
	.section3 .type2 .image {padding-top: 100%;}
	.services-item .title {font-size: 22px;}
	.content-contacts .contacts {margin-bottom: 15px;}
	.lic-col {padding-top: 30px;}
	.section4 .lic-col .image {background-position: 50%;}
	.object-info-title {padding: 20px 0 15px 0;}
	.section3 .type1 .inner > span {font-size: 40px;}
	.section3 .type2 .inner > span {font-size: 22px;}
	#gotop {
		width: 40px;
		height: 40px;
	}
	#gotop:after {
		line-height: 32px;
		width: 38px;
	}
	.certificates .gallery-item {width: 33.3333333333333333%;}
}
@media (max-width: 650px) {
	.header .contacts {margin: 0;}
	.advantages-item {width: 50%;}
}
@media (max-width: 600px) {
	.services-item .title {font-size: 20px;}
	.object-info li {text-align: left;}
	.footer .top .row > div {width: 100%;}
}
@media (max-width: 550px) {
	.services-item .title {font-size: 18px;}
	.services-item span {height: 82%;}
	.section-title h2 {
		font-size: 40px;
		line-height: 1.3;
	}
	.section3 .type1 .inner > span {font-size: 36px;}
	.section3 .type2 .inner > span {font-size: 20px;}
	.section4 {padding-top: 0;}
	.certificates .gallery-item {width: 50%;}
}
@media (max-width: 500px) {
	.header .contacts a, .header .contacts span {font-size: 14px;}
	.logo {
		width: 120px;
		height: 70px;
	}
	.lang li {margin: 6px 5px;}
	.header .contacts a, .header .contacts span {margin: 1px 0;}
}
@media (max-width: 450px) {
	.col-xxs-12 {width: 100%;}
	.btn.order {
		font-size: 12px;
	    margin-top: 15px;
	}
	.logo {
		height: 70px;
		width: 120px;
	}
	.header .contacts a, .header .contacts span {font-size: 13px;}
	.menu-btn {margin: 20px 0 0 10px;}
	.copyright span {
		display: block;
		margin: 0;
	}
	.section3 .object {width: 100%;}
	.section3 .object5, .section3 .object6, .section3 .object7 {display: none;}
	.services-item .title {font-size: 24px;}
	.services-item span {height: 70%;}
	.content-contacts .contacts p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section3 .type1 .inner > span, .section3 .type2 .inner > span {font-size: 24px;}
	.entry-content p {text-align: left;}
	body {font-size: 13px;}
}
@media (max-width: 400px) {
	.lang {margin-left: 10px;}
	.logo {width: 100px;}
	.header .contacts a, .header .contacts span {font-size: 12px;}
}
@media (max-width: 350px) {
	.menu-btn {margin: 20px 0 0 15px;}
	.services-item .title {font-size: 22px;}
	.content-contacts .contacts p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.header .contacts {margin: 0 0 5px;}
	.section3 .type1 .inner > span, .section3 .type2 .inner > span {font-size: 20px;}
	.advantages-item {width: 100%;}
}