body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 40px;
    background: #e72828;
    color: #fff;
    padding-top: 5px;
}

.swp-banner {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1111;
	/*display: none;*/
	opacity: 0;
	font-size: 20px;
}

.swiper-container .container {
	position: relative;
}

.close-swp-banner {
	color: #fff;
	position: absolute;
	top: 6px;
	right: 20px;
	opacity: .5;
	transition: all .3s ease;
	cursor: pointer;
	z-index: 1111;
}

.close-swp-banner:hover {
	opacity: 1;
}

.site-button {
	display: inline-block;
	padding: 15px 30px;
	background: #e72828;
	color: #fff;
	transition: all .3s;
	font-size: 18px;
	cursor: pointer;
}

.site-button.white {
	background: #fff;
	color: #e72828;
}

.site-button.white:hover {
	background: #e72828;
	color: #fff;
}


.site-button:hover {
	background: #d42222;
	color: #fff;
}

.cd-vertical-nav {
	list-style: none;
}

.site-header {
	background: url(../images/header-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
}

.site-info {
	position: relative;	
	z-index: 11;
	height: 100vh;
	background-color: transparent;
}

.header-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	width: 100%;
	text-align: center;
}

.site-header h1 {
	font-size: 68px;
	font-weight: 300;
	line-height: 85px;
}

.cd-section h1, h2 {
	margin: 0;
}

.top-line {
	padding: 70px 130px;
}

.site-logo a {
	color: #fff;
}

.site-logo {
	/*padding-left: 130px;
	padding-top: 70px;*/
	/*position: absolute;
	left: 130px;
	top: 70px;*/
	float: left;
	width: 450px;
}

.attachments {
	padding: 25px;
	background: #f4f4f4;
}

.return-button {
   display: inline-block;
   position: fixed;
   left: 20px;
   top: 408px;
   color: #e72828;
   background: #efefef;
   padding: 10px 15px;
}

.return-button:hover {
	background: #e72828;
	color: #fff;
}

.attachments:after {
	content: '';
	display: table;
	clear: both;
}

.attachments img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.site-nav {
	float: right;
}

.site-nav ul {
	padding: 0;
	list-style: none;
}

.site-nav li,
.site-nav a {
	display: inline-block;
}

.site-nav a {
	font-size: 19px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	font-weight: 300;
	color: #fff;
	opacity: .8;
	margin-left: 30px;
	transition: all .3s;
}

.site-nav .phone-numbers {
	margin-bottom: 10px;
	margin-top: -10px;
}

.site-nav .phone-numbers a {
	opacity: 1;
	border-bottom: 0;
	font-size: 30px;
	font-weight: 700;
	margin-left: 50px;
}

.site-nav .phone-numbers a:first-child {
	margin-left: 29px;
}

.site-nav a:hover,
.site-nav .active-link {
	opacity: 1;
}

.site-logo .rect {
	display: inline-block;
	font-size: 45px;
	font-weight: 900;
	padding: 0 20px;
	background: #e72828;
	float: left;
	margin-right: 15px;
}

.site-logo .text {
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
}

.site-header .buttons {
	margin-top: 40px;
}

.site-header .buttons .site-button {
	margin: 0 10px;
	width: 220px;
	padding: 15px 0;
}

.services {
	padding: 40px 80px;
	background: #fff;
	position: relative;
}


.service-block {
	border: 1px solid #e8e8e8;
	padding: 25px 0;
	padding-left: 40px;
	transition: all .3s;
}

.service-block:hover {
	background: #e72828;
}

.service-block:hover svg {
	fill: #fff;
}


.service-block:after {
	content: '';
	display: table;
	clear: both;
}

.service-block a {
	display: block;
	font-size: 21px;
	height: 100%;
	line-height: 28px;
	font-weight: 300;
	color: #000;
	transition: all .3s;
}

.service-block:hover a {
	color: #fff;
}

.service-block span {
	display: block;
	padding-top: 8px;
}

.service-block .icon {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 20px;
	transition: all .3s;
	/*fill: url(#Gradient2);*/
}

.owl-prev svg,
.owl-next svg {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	fill: #b9b9b9;
}

.owl-prev svg {
	left: 35px;
}

.owl-next svg {
	right: 35px;
}

.about-company {
	width: 100%;
	padding: 220px 120px;
	/*background: url(../images/section-bg-2.jpg);*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	/*background-attachment: fixed;*/
}

.section-title {
	font-size: 52px;
	font-weight: 300;
	margin-bottom: 100px;
	text-align: center;
}

.about-company .block {
	padding: 50px;
	background: rgba(0,0,0,.2);
	position: relative;
	cursor: pointer;
	transition: all .3s;
}

.about-company .block a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.about-company .block:hover {
	background: rgba(255,255,255,.2);

}

.about-company .block .link-label {
	display: inline-block;
	padding: 10px 25px;
	background: #e72828;
	position: absolute;
	color: #fff;
	bottom: -50px;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.about-company .block:hover .link-label {
	opacity: 1;
	bottom: -15px;
}

.about-company .block .icon {
	/*height: 60px;*/
	/*width: 60px;*/
	background: #e72828;
	border-radius: 50%;
	/*padding-top: 5px;*/
	/*text-align: center;*/
	position: absolute;
	left: -12px;
	top: -12px;
}

.about-company .block .icon svg {
	/*margin-top: 12px;*/
	padding: 10px;
	box-sizing: content-box;
	height: 35px;
	width: 35px;
	fill: #fff;
}


.about-company .block h5 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}

.about-company .block p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.langsite {
	position: absolute;
	top: 15px;
	right: 15px;
}

.langsite a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.langsite a:first-child {
	opacity: .5;
}

.site-footer {
	background: #fff;
	padding: 20px;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 300;
}

.site-footer .content-container {
	margin: 0px auto;
}

.site-footer .split {
	color: #eaeaea;
	margin: 0 5px;
}

.partner-logo {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.site-footer a {
	color: #e72828;
	border-bottom: 1px solid rgba(231, 40, 40, .3);
}

.content-footer .footer-phone {
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
	border-bottom: 0;
}

.com-data {
	font-size: 16px;
}

.com-data span {
	display: inline-block;
	margin-right: 10px;
}

.content-footer .fa {
	display: inline-block;
	margin-right: 5px;
	color: #b9b9b9;
}

.nav-handler {
	display: none;
}

.static-header {
	padding: 50px 0;
	margin-top: 40px;
}

.static-header .nav-links {
	margin-bottom: 0;
}

.static-header:after {
	content: '';
	display: table;
	clear: both;
}

.static-header .site-nav a {
	color: #181e26;
}

.static-header .site-logo .text {
	color: #181e26;
	margin-bottom: 0;
}

.static-cover {
	padding: 80px 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.page-title {
	font-size: 42px;
	font-weight: 300;
	color: #fff;
}

.contacts .block h5 {
	font-size: 18px;
	line-height: 24px;
}

.contacts .block {
	padding: 20px;
	border: 1px solid #efefef;
	/*min-height: 130px;*/
	height: auto;
	margin-bottom: 25px;
}

.contacts .block:after {
	content: '';
	display: table;
	clear: both;
}


.contacts .info-block {
	float: left;
	width: 295px;
}

.contacts .block i {
	color: #c0c0c0;
	display: inline-block;
	margin-right: 5px;
}

.staticlang a {
	color: #000;
}

#dle-content p,
#dle-content ol,
#dle-content ul,
#dle-content .about-block {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.fullstory h2,
.fullstory h3,
.fullstory h4,
.fullstory h5,
.fullstory h6 {
	margin-bottom: 10px;
	margin-top: 25px;
}

#dle-content a {
	color: #e72828;
	border-bottom: 1px solid rgba(231,40,40,.2);
}

.price-block {
	padding: 25px;
	border: 1px solid #efefef;
}

.inner-title {
	/*margin-bottom: 25px;*/
	/*font-weight: 300;*/
	font-size: 38px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#dle-content img {
	max-width: 100%;
}

#dle-content ul,
#dle-content ol {
	padding-left: 20px;
}

#dle-content ul li,
#dle-content ol li {
	padding: 2px 0;
	/*border-bottom: 1px solid #efefef;*/
}

.contacts .inner-title {
	margin-bottom: 25px;
}

.price-block .th {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.price-block .ti {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}

.about-block {
	padding: 25px;
	background: #f7f7f7;
	margin: 20px 0;
}

.partner {
	padding: 25px;
	background: #f7f7f7;
	margin: 20px 0;
}

.red-bg {
	background: #52585f;
	color: #fff;
}


.about-img {
	max-width: 100%;
    object-fit: cover;
    height: 500px;
}

.speedbar {
	margin-top: 15px;
}

.readmore-dots {
	color: #aaa;
}

.post-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin: 15px 0;
}

#dle-content .service-button {
	/*border: 1px solid #e72828;*/
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	/*background: transparent;*/
	font-weight: 300;
}

.news-date {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 300;
	color: #adadad;
}

.news-box {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.news-box .block .service-title {
	font-size: 18px;
    line-height: 26px;
}

.news-box .block {
	padding: 0 15px;
	/*border: 1px solid #eaeaea;*/
	/*height: 577px;*/
	margin-bottom: 30px;
}


#dle-content .service-button.grey {
	color: #9e9e9e;
	/*font-weight: 300;*/
	/* background: #f3f3f3; */
	border: 1px solid #eaeaea;
	background: transparent;
	margin-left: 10px;
}

.services-block {
	/*padding: 25px;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    height: 558px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*z-index: 1111;*/
    /*padding: 30px;*/
    /*height: 320px;*/
    margin-bottom: 80px;
    /*color: #fff;*/
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
}

.mfp-content .uf-label {
	display: none;
	color: #000 !important;
}

.mfp-content .uf-wrapper {
	width: 430px;
}

.uf-header {
	background: #f4f4f4 !important;
	padding: 25px !important;
}

.mfp-content .uf-input {
	height: 45px;
}

.mfp-content input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.mfp-content a {
	color: #e72828;
}

.services-block img {
	object-fit: cover;
	margin: 0;
	height: 220px;
	margin-right: 25px;
	width: 300px;
	float: left;
}

#dle-content .service-button:hover {
	background: #e72828;
	color: #fff;
}

.services-block .service-title {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}

.services-block .text {
	margin-bottom: 20px;
}

.services-block a {
	/*color: #fff !important;*/
	border-bottom: 1px solid rgba(255,255,255,.3) !important;
}

#dle-content .services-block .link {
	display: inline-block;
	margin-right: 20px;
	/*opacity: .8;*/
	transition: all .3s;
	background: #e72828;
	padding: 10px 25px;
	color: #fff;
}


#dle-content .services-block .link:hover {
	background: #181e26;
	color: #fff;
}

.services-block .service-title a {
	color: #181e26 !important;
	border-bottom: 1px solid rgba(24, 30, 38, 0.1) !important;
}

.speedbar span {
	color: #fff;
}

.speedbar a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
	opacity: .8;
	font-size: 16px;
	font-weight: 300;
}

.speedbar a:hover {
	opacity: 1;
}

.contacts svg {
	width: 60px;
	height: 60px;
	fill: #e72828;
	float: left;
	margin-right: 15px;
}

.contacts h5 {
	margin-top: 0;
}

.about-block .inner-title {
	margin-top: 0;
}

.price-block .ts {
	float: left;
}

.price-block .tp {
	float: right;
	font-weight: 700;
	/*color: #e72828;*/
	max-width: 280px;
}

.price-block .ti:after {
	content: '';
	display: table;
	clear: both;
}

.content-footer .site-logo a {
	color: #181e26;
}

.content-footer .site-logo .rect {
	color: #fff;
}

.content-footer {
	background: #efefef;
	color: #181e26;
	text-align: left;
	font-weight: 300;
	padding: 50px 0;
}

.bottom-line:after {
	content: '';
	display: table;
	clear: both;
}

.bottom-line {
	background: #181e26;
	color: #fff;
	padding: 15px 0;
}

.content-footer .content-container,
.bottom-line .content-container {
    margin: 0 auto;
}

.content-footer:after {
	content: '';
	display: table;
	clear: both;
}

.bottom-line a {
	color: #9c9c9c;
	border-bottom: 1px solid rgba(200,200,200,.3);
}

.bottom-line .split {
	color: #272f3a;
	margin: 0 5px;
}

.bl-right {
	text-align: right;
}

.content-footer .copy {
	width: 1560px;
	margin: 0 auto;
}

.content-footer a {
	color: #e72828;
	border-bottom: 1px solid rgba(231, 40, 40, .3);
}


.header-container,
.content-container {
	width: 80%;
}

.content-container {
	width: 1600px;
}

.header-container {
	width: 1600px;
}

.content-container {
	margin: 50px auto;
}

.static-header .phone-numbers {
	margin-top: -5px;
}
.full-container {
	margin: 50px auto;
}
/*.contact-form .uf-label,*/
.contact-form .uf-header {
	display: none;
}

.contact-form input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.contact-form .uf-label {
	display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}


.contact-form .uf-input-first {
	height: 40px;
}

.contact-form .uf-content {
	padding: 0;
}

.services-container {
	width: 1600px;
}

.news-container {
	width: 1500px;
}

.full-container {
	width: 1000px;
}

.image-label {
	padding: 15px;
	border: 1px solid #e8e8e8;
	color: #888;
}

.fullstory-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 25px;
}

.contacts {
	width: 1600px;
}

@media only screen and (max-width: 1900px) {
	.contacts .info-block {
		width: 78%;
	}
	.about-company .block {
		padding: 35px;
	}

	.about-company {
	    width: 100%;
	    padding: 220px 70px;
	}
}

@media only screen and (max-width: 1640px) {
	.services-block img {
		width: 250px;
	}

	.services-container {
		width: 1400px;
	}

	.content-footer .copy {
		width: 1400px;
	}

	.contacts {
		width: 1400px;
	}

	.header-container {
		width: 1400px;
	}

	.content-container {
		width: 1400px;
	}

	.services-block {
		height: 305px;
	}

	.post-image {
		height: 200px;
	}
}

@media only screen and (max-width: 1570px) {
	.site-header .site-logo .text {
		display: none;
	}

	.site-header .site-logo {
		width: auto;
	}
}

@media only screen and (max-width: 1550px) {
	.news-container {
		width: 1250px;
	}

	.news-box .block {
		height: auto;
	}

	.static-header .container {
		width: 100%;
	}
	.static-header {
		padding: 50px;
	}
}

@media only screen and (max-width: 1510px) {
	.services-block img {
		width: 250px;
	}

	.services-container {
		width: 100%;
	}

	.contacts {
		width: 100%;
	}

	.content-footer .copy {
		width: 100%;
	}

	.content-container {
		width: 100%;
	}

	.service-box {
		width: 50%;
	}

	.top-line {
		padding: 70px;
	}

	.site-logo {
		width: 420px;
		margin-top: 5px;
	}
	
	.site-header .site-logo {
		margin-top: 0;
	}
	
	.site-logo .rect {
		font-size: 35px;
		padding: 5px 20px;
	}

	.site-logo .text {
		font-size: 18px;
		line-height: 30px;
		font-size: 21px;
	}

	.site-nav .phone-numbers a {
		font-size: 29px;
	}

	.site-nav a {
		font-size: 18px;
	}

	.header-center h1 {
		line-height: normal;
		font-size: 52px;
	}

	.site-header .buttons .site-button {
	    margin: 0 10px;
	    width: auto;
	    padding: 10px 25px;
	}

	.about-company .block h5 {
		font-size: 28px;
	}
	.about-company .block p {
	    font-size: 16px;
	    line-height: 26px;
	}

	.about-company .block .link-label {
		text-align: center;
	}
}

@media only screen and (max-width: 1420px) {
	.site-logo .text {
		display: none;
	}

	.site-logo {
		width: auto;
	}
}

@media only screen and (max-width: 1360px) {
	.site-logo .text {
		display: none;
	}

	.site-logo {
		width: auto;
	}

}

@media only screen and (max-width: 1300px) {
	.services-block {
	    height: 400px;
	}
	.services-block img {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1280px) {
	.news-container {
		width: 900px;
	}

	.news-box .block {
		height: auto;
	}

	.news-box .block .service-title {
		font-size: 18px;
    	line-height: 26px;
	}

	.static-header {
		padding: 50px 30px;
	}

	.news-box {
		width: 50%;
		margin-bottom: 20px;
	}
} 

@media only screen and (max-width: 1240px) {
	.site-logo .text {
		display: none;
	}

}

@media only screen and (max-width: 1200px) {
	.about-company .block {
		margin-bottom: 30px;
	}

	.adapt-block {
		width: 50%;
		display: inline-block;
	}
}

@media only screen and (max-width: 1145px) {
	.site-header .site-logo {
		width: 400px;
		margin: 0 auto;
		float: none;
		margin-bottom: 50px;
	}
	.site-header .site-logo .text {
		display: block;
	}
	.site-header .site-nav {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.site-header .header-center {
		position: static;
		transform: none;
		padding: 0 20px;
	}

	.site-header .header-center h1 {
		font-size: 42px;
	}

	.site-header .top-line {
		padding: 70px 20px;
	}
	.site-header .site-nav .phone-numbers a:first-child {
		margin-left: 0;
	}
	.site-header .site-nav li:first-child a {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1100px) {
	.site-footer .site-logo {
		width: 200px;
	}
}

@media only screen and (max-width: 1090px) {
	.site-logo {
		width: 400px;
		margin: 0 auto;
		float: none;
		margin-bottom: 50px;
	}
	.site-logo .text {
		display: block;
	}
	.site-nav {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.header-center {
		position: static;
		transform: none;
		padding: 0 20px;
	}

	.header-center h1 {
		font-size: 42px;
	}

	.top-line {
		padding: 70px 20px;
	}
	.site-nav .phone-numbers a:first-child {
		margin-left: 0;
	}
	.site-nav li:first-child a {
		margin-left: 0;
	}
	/*.site-header {
		height: auto;
		padding-bottom: 100px;
	}*/
	/*.cd-section {
	    height: auto;
	    background: transparent;
	}*/

}

@media only screen and (max-width: 1050px) {
	.about-company .block {
		margin-bottom: 30px;
	}
	.full-container {
		width: 100%;
	}
	.full-title {
		font-size: 36px;
		line-height: 46px;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 992px) {
	.services-block img {
		margin-right: 0;
	}
	.return-button {
		display: none;
	}
	.bottom-line {
		text-align: center;
	}
	.bottom-line .bl-right {
		text-align: center;
		margin-top: 15px;
	}
	.site-footer .site-logo {
		width: 100%;
	}
	.news-container {
		width: 100%;
	}

	.news-box .block {
		height: auto;
	}

	.news-box .block .service-title {
		font-size: 24px;
    	line-height: 32px;
	}
	.services-container {
		width: 100%;
	}

	.services-block {
		height: auto;
	}

	.service-box {
		width: 100%;
	}
}

@media only screen and (max-width: 780px) {
	.site-nav .phone-numbers a {
		margin: 10px 20px;
	}

	.nav-links {
		text-align: left;
		display: none;
	}

	.site-nav li,
	.nav-links a {
		display: block;
		margin: 0;
	}

	.nav-links a {
		padding:  15px;
		background: #fff;
		color: #000;
		opacity: 1;
		border-bottom: 1px solid rgba(100,100,100,.1);
		/*border: 0;*/
	}
	
	.site-nav {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.site-nav .phone-numbers {
		display: none;
	}

	.nav-handler {
		display: block;
		background: rgba(255,255,255,.3);
		padding: 20px 0;
		/*margin-top: 40px;*/
	}

	.site-logo {
		margin-top: 50px;
		/*text-align: center;*/
	}

	
	.top-line {
		padding: 0;
	}
	.site-header {
		height: auto;
		padding: 50px 0;
	}
	.cd-section {
	    height: auto;
	    background: transparent;
	}

	.header-center h1 {
		font-size: 40px;
	}

	.static-header {
		padding-top: 70px;
	}

	.static-header .nav-handler {
		background: #efefef;
		color: #aaa;
	}
}

@media only screen and (max-width: 650px) {
	.news-box {
		width: 100%;
	}
	.swiper-container {
		height: 90px;
		font-size: 17px;
		background: transparent;
		/*position: static;*/
		overflow: hidden;
	}
	.swiper-slide {
		background: #e72828;
		padding: 5px;
		/*box-sizing: content-box;*/
	}
}


@media only screen and (max-width: 550px) {
	.contacts .info-block {
		width: 100%;
	}
	.about-company {
	    padding: 100px 40px;
	    padding-right: 30px;
	}
	.site-header .buttons .site-button {
	    margin: 10px;
	    padding: 15px 25px;
	}
	.site-nav .phone-numbers {
		text-align: center;
	}
	.site-nav .phone-numbers a {
		margin-left: 0;
		display: block;
	}
	.site-nav .phone-numbers a:first-child {
		margin-left: 0;
	}
	.services {
    	padding: 40px 20px;
    }
    .service-block .icon {
        height: 50px;
        width: 50px;
    }
    .service-block a {
        font-size: 18px;
        padding-top: 0;
        line-height: 26px;
    }
    .service-block span {
    	padding-top: 0;
    }
    .about-company .block .link-label {
    	width: 80%;
    }
    .header-center h1 {
    	font-size: 28px;
    }

    #dle-content .inner-title {
    	font-size: 28px;
    }

    .mfp-content .uf-wrapper {
    	width: 100%;
    }

    .site-header .site-logo .rect {
    	float: none;
    	margin-right: 0;
    }

    .site-header .site-logo .text {
    	display: block;
    	max-width: 220px;
    	margin: 15px auto;
    }
    .site-header .site-logo {
    	text-align: center;
    }

    .site-header .header-center h1 {
    	font-size: 28px;
    }

    .site-header .site-logo {
    	width: 100%;
    	text-align: center;
    }
    .site-header .top-line {
    	padding-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
	.full-title {
		font-size: 28px;
		line-height: 38px !important;
	}
	.site-logo .rect {
		float: none;
		margin-right: 0;
	}

	.site-logo .text {
		display: block;
		max-width: 220px;
		margin: 15px auto;
	}
	.site-logo {
		text-align: center;
	}
	.about-company .block {
		padding: 30px;
	}
	.about-company .block h5 {
		font-size: 18px;
		font-weight: 700;
	}
	.header-center h1 {
		font-size: 28px;
	}

	.site-logo {
		width: 100%;
		text-align: center;
	}

	.site-footer .content-container {
		padding: 0 10px;
	}

	.site-footer .site-logo {
		text-align: left;
	}

	.site-logo .rect {
		float: none;
		margin-right: 0;
	}

	.site-footer .site-logo .text {
		margin-left: 0;
	}

	.about-company .block .link-label {
		display: none;
	}
	.about-company .block {
		padding: 20px;
	}
	.about-company .block .icon {
		display: none;
	}
	.about-company {
	    padding: 100px 20px;
	}
	.site-header .buttons .site-button {
		width: 100%;
		margin: 10px 0;
	}
}