@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {color:#7b7f81;}
::-moz-placeholder          {color:#7b7f81;}
:-moz-placeholder           {color:#7b7f81;}
:-ms-input-placeholder      {color:#7b7f81;}
body {
	font-family: 'Roboto Slab', serif;
	overflow-x: hidden;
}
a {
	color: #000;
}
input {
	outline: none;
	font-family: "Roboto Slab";
}
header {
	padding-top: 14px;
	padding-bottom: 14px;
}
.container {
	width: 1170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.logo {
	float: left;
	width: 445px;
}
.clear {
	clear: both;
}
.logo a {
	font-size: 16px;
	text-decoration: none;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 51px;
	padding-left: 82px;
	padding-top: 17px;
}
.city {
	float: left;
	width: 260px;
	font-size: 12px;
	padding-top: 15px;
}
.city span {
	font-size: 16px;
	color: #e00007;
	/*background-image: url(../img/city-arrow.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 10px;
	cursor: pointer;
	margin-left: 5px;
}
.phone {
	font-size: 12px;
	padding-top: 15px;
	float: left;
}
.phone span {
	font-size: 16px;
	font-weight: bold;
}
.call {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	float: right;
	height: 38px;
	width: 170px;
	background-color: #e00007;
	margin-top: 7px;
	border-radius: 20px;
	padding-top: 11px;
}
.call:hover {
	text-decoration: none;
	background-color: #f84d52;
}
nav {
	background-color: #000;
	height: 44px;
}
.container-fix {
	padding-right: 0px;
	padding-left: 0px;
}
nav li {
	float: left;
}
nav li a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 44px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 11px;
	padding-right: 71px;
	padding-left: 71px;
}
nav li a:hover, nav li.active a {
	background-color: #262626;
	border-bottom-color: #e00007;
}
.index {
	background-image: url(../img/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 140px;
	background-size: cover;
}
.index .container {
	position: relative;
}
.index-cont {
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cal {
	float: right;
	margin-bottom: 30px;
}
.cal-item {
	font-size: 20px;
	font-weight: bold;
	color: #e00007;
	background-image: url(../img/cal.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 20px;
	padding-top: 20px;
}
.cal-text {
	font-size: 30px;
	color: #FFF;
	float: left;
	margin-top: 10px;
}
.index-title {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #FFF;
}
.index-title2 {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	background-image: url(../img/slider-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.index-title3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
}
.index-item {
	margin-bottom: 10px;
}
.index-item-image {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 39px;
	width: 60px;
}
.index-item-text {
	font-size: 20px;
	color: #FFF;
	float: left;
	height: 39px;
}
.tb-block {
	display: table;
	height: 100%;
	width: 100%;
}
.td-block {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}
.btn {
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #e00007;
	height: 56px;
	padding-right: 35px;
	padding-left: 35px;
	border-radius: 40px;
	padding-top: 16px;
}
.btn:hover {
	background-color: #f84d52;
}
.index-btn {
	margin-top: 40px;
}
.index-image {
	height: 459px;
	width: 539px;
	position: absolute;
	right: 0px;
	bottom: -140px;
}
.index-image img {
	height: 100%;
	width: 100%;
}
.features {
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}
.features-left {
	width: calc(50% - 15px);
	position: absolute;
	left: 0px;
	background-color: #f6f6f6;
	height: 100%;
	top: 0px;
}
.features .container {
	position: relative;
	z-index: 2;
}
.features-item {
	float: left;
	width: 555px;
	margin-right: 30px;
	text-align: center;
}
.features-item:nth-child(2n) {
	margin-right: 0px;
}
.features-image {
	height: 80px;
}
.features-title {
	font-size: 24px;
	font-weight: bold;
	color: #e00007;
	margin-bottom: 20px;
}
.features-text {
	font-size: 16px;
	line-height: 20px;
}
.video {
	height: 665px;
	position: relative;
}
.video-left {
	width: calc(50% - 15px);
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
.video .container {
	position: relative;
	z-index: 2;
}
.video-play {
	float: left;
	width: 555px;
	margin-right: 30px;
	height: 665px;
}
.cnt {
	text-align: center;
}
.play-btn {
	background-image: url(../img/video-btn2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 160px;
	width: 160px;
}
.play-btn:hover {
	opacity: 0.7;
}
.video-content {
	float: left;
	width: 555px;
	padding-top: 35px;
}
.title-mini {
	background-image: url(../img/title-mini.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	height: 45px;
	margin-right: 30px;
	margin-bottom: 100px;
	font-size: 16px;
	font-weight: 300;
	text-align: right;
	padding-top: 13px;
}
.video-block {
	margin-left: 30px;
	padding-left: 35px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e00007;
}
.video-title {
	font-size: 44px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
}
.video-text {
	font-size: 18px;
	line-height: 20px;
	width: 390px;
	margin-bottom: 40px;
}
.play-btn2 {
	font-size: 20px;
	color: #e00007;
	background-image: url(../img/video-btn1.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 41px;
	padding-left: 50px;
	padding-top: 10px;
	position: relative;
}
.play-btn2:hover {
	text-decoration: none;
}
.play-btn2 span {
	background-image: url(../img/video-hover.png);
	display: none;
	height: 318px;
	width: 211px;
	position: absolute;
	bottom: 0px;
	left: 200px;
}
.video-block:hover .play-btn2 span {
	display: block;
}
.services {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 80px;
}
.title-mini-left {
	text-align: left;
	float: none;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 30px;
	background-position: left center;
}
.services-title {
	font-size: 44px;
	font-weight: bold;
	background-image: url(../img/main-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.services-text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 70px;
}
.services-items {
	text-align: center;
}
.services-item {
	height: 174px;
	width: 280px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	border: 5px solid #000;
	background-color: #f8f8f8;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
.services-btn-block {
	height: 174px;
	width: 280px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	display: inline-block;
	overflow: hidden;
	padding-top: 60px;
}
.services-item p {
	height: 40px;
	display: block;
	overflow: hidden;
}
.services-item-block {
	display: inline-block;
	height: 148px;
	width: 143px;
	margin-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	position: relative;
}
.services-item-image {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 46px;
	margin-top: 17px;
	margin-bottom: 17px;
}
.services-item:hover {
	border-top-color: #e00007;
	border-right-color: #e00007;
	border-bottom-color: #e00007;
	border-left-color: #e00007;
	color: #e00007;
}
.services-item:hover .services-item-image {
	background-position: center -46px;
}
.services-item:hover .services-item-block {
	border-top-color: #e00007;
	border-bottom-color: #e00007;
}
.services-item-hover {
	background-image: url(../img/services-hover.png);
	display: none;
	height: 110px;
	width: 67px;
	position: absolute;
	left: -70px;
	top: -50px;
	background-repeat: no-repeat;
	background-position: center top;
}
.services-item:hover .services-item-hover {
	display: block;
}
.port {
	padding-top: 60px;
	padding-bottom: 80px;
}
.services-text2 {
	margin-bottom: 25px;
}
.port-nav {
	background-color: #000;
	height: 60px;
}
.port-nav li {
	float: left;
	width: 16.6%;
}
.port-nav li a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 60px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 20px;
	text-align: center;
	width: auto;
}
.port-nav li a:hover, .port-nav li.active a {
	background-color: #262626;
	border-bottom-color: #e00007;
}
.port-photos-item {
	display: block;
	float: left;
	width: 20%;
	position: relative;
}
.port-photos-item img {
	height: 100%;
	width: 100%;
	display: block;
}
.port-photos-hover {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../img/work-hover-bg.png);
	display: none;
}
.port-photos-hover2 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../img/work-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.port-photos-item:hover .port-photos-hover {
	display: block;
}
.play-btn3 {
	margin-top: 30px;
}
.reviews {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 80px;
}
.reviews-block {
	background-color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 60px;
}
.reviews-more {
	font-size: 18px;
	color: #e00007;
}
.reviews-more:hover {
	text-decoration: none;
}
.slider {
	background-image: url(../img/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 793px;
	padding-top: 80px;
	position: relative;
	background-size: cover;
}
.title-mini-white {
	color: #FFF;
}
.slider-title {
	font-size: 44px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/main-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.slider-cont {
	text-align: center;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.slider-number {
	text-align: center;
	display: inline-block;
	height: 120px;
	width: 120px;
	border: 2px solid #d60108;
	border-radius: 50%;
	margin-bottom: 60px;
	font-size: 48px;
	font-weight: 300;
	color: #FFF;
	padding-top: 30px;
}
.slider-text {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
}
.slider-text2 {
	font-size: 30px;
	color: #FFF;
	margin-bottom: 20px;
}
.slider-left {
	background-image: url(../img/scheme-left.png);
	display: block;
	height: 77px;
	width: 32px;
	left: 0px;
	top: 70px;
	position: absolute;
}
.slider-left:hover {
	opacity: 0.7;
}
.slider-right {
	background-image: url(../img/scheme-right.png);
	display: block;
	height: 77px;
	width: 32px;
	right: 0px;
	top: 70px;
	position: absolute;
}
.slider-right:hover {
	opacity: 0.7;
}
.slider-rel .slick-prev {
	background-image: url(../img/scheme-left.png);
	height: 77px;
	width: 32px;
	left: 0px !important;
}
.slick-prev:before {
    content: '' !important;
}
.slider-rel .slick-next {
	background-image: url(../img/scheme-right.png);
	height: 77px;
	width: 32px;
	right: 0px !important;
}
.slick-next:before {
    content: '' !important;
}
.slider-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 115px;
}
.slick-dots {
	bottom: -100px !important;
}
.slick-dots li {
	margin: 0px !important;
}
.slick-dots li button {
	background-image: url(../img/scheme-nav.png) !important;
	display: inline-block !important;
	height: 10px !important;
	width: 10px !important;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	font-size: 1px;
	color: #FFF;
}
.slick-dots li.slick-active button {
	background-position: 0px -10px;
}
.slick-dots li button:before {
	opacity: 0 !important;
}
.slider-rel div {
	outline: none;
}
.slider-nav div {
	background-image: url(../img/scheme-nav.png);
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.slider-nav div.active {
	background-position: 0px -10px;
}
.card {
	background-image: url(../img/card-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 727px;
	padding-top: 175px;
	position: relative;
}
.card-block {
	margin-left: 30px;
	padding-left: 35px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e00007;
	width: 426px;
}
.card-inp {
	font-family: "Roboto Slab";
	font-size: 18px;
	font-weight: 300;
	height: 54px;
	width: 100%;
	margin-bottom: 18px;
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #d0d0d0;
	border-radius: 25px;
}
.card-title {
	margin-bottom: 30px;
}
.card-text {
    font-size: 12px;
    font-weight: 300;
    margin-top: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.card-bottom {
	background-image: url(../img/card-bottom.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 93px;
	padding-left: 100px;
	font-size: 16px;
	line-height: 22px;
	padding-top: 35px;
	position: absolute;
	bottom: 0px;
	left: 420px;
}
.index-seo {
	padding-top: 50px;
	padding-bottom: 20px;
}
.index-seo-cont {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.index-seo h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.index-seo p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}
.photos {
	position: relative;
}
.photos-left {
	background-image: url(../img/photos-left.png);
	display: block;
	height: 214px;
	width: 95px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.photos-left:hover {
	opacity: 0.7;
}
.photos-right {
	background-image: url(../img/photos-right.png);
	display: block;
	height: 214px;
	width: 95px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.photos-right:hover {
	opacity: 0.7;
}
.photos-rel {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000;
}
.photos-cont {
	width: 99999px;
	overflow: hidden;
	color: #000;
}
.photos-item {
	float: left;
	color: #000;
	display: block;
	width: 100%;
}
.photos-item img {
	height: 100%;
	width: 100%;
}
.photos-item:hover {
	opacity: 0.9;
}
footer {
	color: #FFF;
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-cont {
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer-block {
	float: left;
	width: 230px;
	margin-right: 30px;
}
.footer-block:nth-child(4) {
	margin-right: 0px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-phone-text {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
}
.footer-phone {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-call {
	font-size: 14px;
	height: 38px;
	margin-bottom: 25px;
	padding-top: 11px;
}
.footer-address {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.footer-block2 {
	float: left;
	width: 275px;
}
.footer-block-title {
	font-size: 20px;
	font-weight: bold;
	background-image: url(../img/main-title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 35px;
}
.footer-block li a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.footer-block li a:hover {
	text-decoration: underline;
}
.footer-block li {
	margin-bottom: 15px;
}
.footer-block2 {
	width: 490px;
	margin-right: 0px;
	position: relative;
}
.footer-block2 li {
	float: left;
	width: 50%;
}
.soc {
	position: absolute;
	right: 0px;
	padding-top: 30px;
}
.soc a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.soc a:hover {
	opacity: 0.7;
}
.footer-top {
	margin-bottom: 40px;
}
.footer-left {
	float: left;
}
.footer-left p {
	font-size: 12px;
	font-weight: 300;
	float: left;
	margin-right: 60px;
}
.footer-left p a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.footer-left p a:hover {
	text-decoration: none;
}
.main {
	padding-top: 30px;
	padding-bottom: 60px;
}
.breadcrumbs {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 40px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.content h1 {
	font-size: 44px;
	font-weight: bold;
	background-image: url(../img/main-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.content p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.content a {
	color: #e00007;
}
.content a:hover {
	text-decoration: none;
}
.content-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.faq-item {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f6f6f6;
}
.faq-item-title {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	cursor: pointer;
}
.faq-num {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	width: 30px;
	height: 20px;
}
.faq-item-text {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	width: 1050px;
	float: left;
}
.faq-item-content {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.faq-item-content.active {
	display: block;
}
.faq-item-content .faq-item-text {
	font-weight: 300;
}
.faq-item.active .faq-item-title {
	background-color: #f6f6f6;
}
.main-port {
	padding-top: 30px;
}
.port-more {
	color: #000;
	margin-top: 40px;
	margin-bottom: 40px;
	display: inline-block;
}
.sitemap {
	margin-left: 64px;
}
.sitemap a {
	font-size: 18px;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap li {
	margin-bottom: 30px;
}
.sitemap ul li {
	margin-bottom: 5px;
}
.sitemap ul {
	margin-top: 5px;
	margin-left: 20px;
}
.error404 h1 {
	font-size: 44px;
	margin-bottom: 30px;
}
.error404 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.articles-item {
	float: left;
	margin-bottom: 50px;
	width: 260px;
	margin-right: 30px;
}
.articles-item:nth-child(4n) {
	margin-right: 0px;
}
.articles-item img {
    max-width: 100%;
    margin-bottom: 20px;
    height: 150px;
}
.articles-item p {
    margin-bottom: 20px;
    font-size: 18px;
    height: 74px;
    line-height: 24px;
    overflow: hidden;
}
.about {
	position: relative;
	margin-bottom: 60px;
}
.about-image {
	margin-left: -60px;
}
.about-block {
	background-color: #f6f6f6;
	position: absolute;
	width: 558px;
	right: 0px;
	top: 75px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 85px;
}
.about-right {
	background-color: #f6f6f6;
	position: absolute;
	height: 100%;
	width: 200%;
	right: -200%;
        min-height: 454px;
	display: inline;
	top: 0px;
}
.about-content {
	padding-left: 40px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #e00007;
	border-right-color: #e00007;
	border-bottom-color: #e00007;
	border-left-color: #e00007;
}
.about-title {
	font-size: 30px;
	line-height: 36px;
	color: #e00007;
	margin-bottom: 20px;
}
.about-text {
	font-size: 16px;
	line-height: 20px;
}
.about-name {
	float: right;
	width: 244px;
	margin-top: 25px;
}
.about-name-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-name-text {
	font-size: 16px;
	line-height: 20px;
}
.garant {
	margin-bottom: 50px;
}
.garant-title {
	font-size: 30px;
	color: #e00007;
	background-image: url(../img/garant.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	text-align: center;
	margin-bottom: 20px;
}
.garant-text {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 25px;
}
.garant-block {
	background-color: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 40px;
	text-align: center;
}
.garant-name {
	width: 290px;
	margin-right: 20px;
}
.garant-phone {
	width: 390px;
	margin-right: 20px;
}
.garant-block-text {
	font-size: 12px;
	font-weight: 300;
}
.about-item-image {
	height: 376px;
	width: 580px;
	float: left;
	margin-left: -70px;
}
.about-item-image img {
	height: 100%;
	width: 100%;
}
.about-item {
	background-color: #f6f6f6;
	position: relative;
	margin-bottom: 50px;
}
.about-item-content {
	float: right;
	height: 376px;
	width: 570px;
}
.about-item-title {
	font-size: 30px;
	line-height: 34px;
	color: #e00007;
	margin-bottom: 20px;
}
.about-item-text {
	font-size: 16px;
	line-height: 20px;
}
.about-item-odd .about-item-content {
	float: left;
	text-align: right;
}
.about-item-odd .about-item-image {
	float: right;
	margin-right: -70px;
	margin-left: 0px;
}
.about-item-odd .about-right {
	left: -200%;
	right: auto;
}
.contacts-map {
	height: 454px;
	width: 640px;
	margin-left: -15px;
	position: relative;
	float: left;
}
.contacts-map-hover {
	background-image: url(../img/map-bg.png);
	height: 100%;
	width: 100%;
	position: absolute;
	padding-top: 180px;
	padding-left: 138px;
	z-index: 10;
	left: 0px;
	top: 0px;
}
.map-title {
	font-size: 30px;
	color: #FFF;
	background-image: url(../img/map-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 45px;
	padding-top: 6px;
	margin-bottom: 15px;
}
.map-link {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 45px;
	display: inline-block;
}
.map-link:hover {
	text-decoration: none;
}
.contacts {
	background-color: #f6f6f6;
	margin-bottom: 60px;
}
.contatcs-content {
	float: left;
	width: 510px;
	padding-top: 50px;
	padding-left: 65px;
	position: relative;
}
.contacts-title {
	font-size: 44px;
	font-weight: bold;
	background-image: url(../img/contacts-title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.contatcs-content p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.map2 {
	margin-bottom: 60px;
}
.contacts-title2 {
	background-position: center bottom;
	text-align: center;
}
.map2 img {
	width: 100%;
}
.contacts-photos-left {
	background-image: url(../img/contacts1.jpg);
	float: left;
	height: 524px;
	width: 697px;
}
.contacts-photos-left img {
	height: 100%;
	width: 100%;
}
.contacts-photos-right {
	float: right;
	width: 424px;
}
.contacts-photos-right img {
	width: 100%;
	margin-bottom: 16px;
}
.red {
	color: #e00007;
}
.calc {
	margin-bottom: 60px;
}
.calc-left {
	float: left;
	width: 570px;
	padding-top: 0;
	text-align: center;
	margin-right: 45px;
}
.calc-left-image {
	margin-bottom: 15px;
}
.calc-price {
	font-size: 18px;
	margin-bottom: 11px;
}
.calc-price span {
	color: #e00007;
}
.calc-price2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.calc-price2 span {
	color: #e00007;
	font-weight: bold;
}
.calc-right {
	float: left;
	width: 524px;
	background-color: #f6f6f6;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative;
}
.calc-right-item {
	margin-bottom: 20px;
}
.calc-right p {
	font-size: 16px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.calc-select {
	height: 40px;
	width: 420px;
	padding-right: 15px;
	padding-left: 15px;
}
.calc-faq {
	background-image: url(../img/calc-faq.png);
	float: left;
	height: 27px;
	width: 27px;
	margin-top: -5px;
	cursor: pointer;
}
.del-item {
	float: left;
	width: 570px;
	text-align: center;
	height: 360px;
	padding-top: 54px;
	position: relative;
}
.del-item:nth-child(1) {
	background-color: #f6f6f6;
}
.del-item .about-right {
	left: -200%;
	right: auto;
}
.del-image {
	margin-bottom: 20px;
}
.del-title {
	font-size: 24px;
	font-weight: bold;
	color: #e00007;
	margin-bottom: 20px;
}
.del-item p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
.del-item:nth-child(3) {
	margin-left: 285px;
}
.card2 {
	background-image: url(../img/card2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 769px;
	padding-top: 125px;
	position: relative;
	color: #FFF;
}
.card-block2 {
	width: 510px;
}
.card-text2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.card-title2 {
	margin-bottom: 20px;
}
.city-change {
	background-color: #000000;
	position: absolute;
	top: 55px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: none;
	margin-left: 75px;
	border: 1px solid #FFF;
}
.city-change a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	text-decoration: none;
}
.city-change a:hover {
	text-decoration: underline;
}
.port-photos-block {
	display: none;
}
.port-photos-block.active {
	display: block;
}
#map {
	height: 100%;
	width: 100%;
}
.addcard-cont {
	padding-right: 80px;
	padding-left: 80px;
}
.addcard-item {
	float: left;
	width: 405px;
	margin-right: 165px;
}
.addcard-item:nth-child(2n) {
	margin-right: 0px;
}
.addcard-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.addcard-image {
	height: 242px;
	margin-bottom: 25px;
}
.addcard-image img {
	height: 100%;
	width: 100%;
}
.addcard-radio {
	font-size: 16px;
	margin-bottom: 15px;
}
.addcard-inputs {
	margin-bottom: 50px;
}
.color-item {
	float: left;
	width: 120px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.colors {
	margin-bottom: 30px;
}
.color-item img {
	margin-bottom: 5px;
}
.color-item:hover, .color-item.active {
	color: #e53e43;
}
.count-item {
	font-size: 30px;
	float: left;
	margin-right: 30px;
	text-decoration: none;
	margin-bottom: 20px;
}
.count-item:hover, .count-item.active {
	color: #e00007;
	text-decoration: underline;
}
.count {
	margin-bottom: 30px;
}
.count-inp {
	font-size: 30px;
	text-align: center;
	float: left;
	height: 56px;
	width: 206px;
	margin-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.count2 {
	margin-bottom: 50px;
}
.result {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding-top: 40px;
}
.result-items {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
}
.calc-form {
	background-color: #f6f6f6;
	padding: 30px;
	border-radius: 50px;
	display: inline-block;
}
.calc-inp {
	margin-bottom: 0px;
}
.calc-inp-block {
	float: left;
	width: 210px;
	margin-right: 25px;
}
.calc-submit {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 210px;
	padding-top: 0px;
	cursor: pointer;
}
.addtable-image {
	float: left;
	height: 253px;
	width: 411px;
	margin-right: 112px;
	margin-bottom: 50px;
}
.addtable-image img {
	height: 100%;
	width: 100%;
}
.addtable-right {
	float: left;
	width: 503px;
}
.addtable-select {
	margin-bottom: 40px;
	width: 165px;
}
.addtable-item {
	float: left;
	width: 280px;
	margin-bottom: 40px;
}
.result-items-left {
	float: left;
	width: 490px;
}
.result-items-right {
	float: left;
	width: 580px;
	font-size: 16px;
	line-height: 24px;
}
.catalog-nav {
	background-color: #f6f6f6;
	padding: 25px;
	float: left;
	width: 240px;
	margin-right: 40px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.catalog-nav li {
	margin-bottom: 16px;
}
.catalog-nav li a {
	font-size: 18px;
	text-decoration: none;
}
.catalog-nav li a:hover {
	color: #ff1e3c;
	text-decoration: underline;
}
.catalog-right {
	width: 860px;
	float: left;
	margin-bottom: 30px;
}
.catalog-right .services-item {
	margin-right: 6px;
	margin-left: 0px;
}
.catalog-right .services-item:nth-child(3n) {
	margin-right: 0px;
}
.design .about-image {
	text-align: right;
	margin-right: -60px;
	margin-left: 0px;
}
.design .about-block {
	left: 0px;
	right: auto;
	width: 670px;
	padding-right: 65px;
	padding-left: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.design .about-right {
	left: -200%;
    right: auto;
}
.design .about-content {
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: none;
	border-top-color: #e00007;
	border-right-color: #e00007;
	border-bottom-color: #e00007;
	border-left-color: #e00007;
	padding-right: 40px;
	border-right-style: solid;
	text-align: right;
}
.design-price {
	margin-bottom: 50px;
	font-size: 30px;
	display: inline-block;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #e00007;
	border-right-color: #e00007;
	border-bottom-color: #e00007;
	border-left-color: #e00007;
}
.card-title-design {
	width: 520px;
}
.card-special {
	font-size: 18px;
	font-weight: bold;
	color: #e00007;
	margin-bottom: 20px;
	position: relative;
}
.card-design {
	padding-top: 70px;
}
.card-design .card-bottom {
	left: 450px;
}
.card-special span {
	background-image: url(../img/card-hover.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 218px;
	position: absolute;
	right: -120px;
	top: -20px;
}
.maket {
	margin-top: 50px;
	margin-bottom: 90px;
}
.maket-left {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 70px;
}
.maket-right {
	width: 50%;
	float: left;
}
.maket-text {
	font-size: 16px;
	background-color: #f6f6f6;
	margin-top: -10px;
	margin-bottom: 30px;
	line-height: 20px;
	padding: 20px;
	border-radius: 20px;
}
.maket-btn {
	float: left;
	position: relative;
}
.maket-virus {
	font-size: 16px;
	line-height: 20px;
	color: #8b8b8b;
	background-image: url(../img/virus.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 50px;
}
.maket-btn span {
	background-image: url(../img/maket-line.png);
	position: absolute;
	left: -220px;
	bottom: -50px;
	height: 55px;
	width: 218px;
}
.design-content {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.design-content-block {
	width: 50%;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	margin-top: 20px;
}
.design-item span {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	color: #e00007;
}
.design-item {
	margin-bottom: 20px;
}
.design-item p {
	font-size: 16px;
	line-height: 20px;
	padding-left: 30px;
}
.modal-bg {
	background-color: #000;
	position: fixed;
	z-index: 100;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	display: none;
}
.modal {
	position: fixed;
	z-index: 101;
	left: 50%;
	top: 0px;
	background-color: #f6f6f6;
	height: auto;
	width: 500px;
	margin-left: -250px;
	margin-top: 100px;
	display: none;
}
.modal-top {
	background-color: #000;
	background-image: url(../img/modal-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #e00007;
	border-right-color: #e00007;
	border-bottom-color: #e00007;
	border-left-color: #e00007;
}
.modal-close {
	background-image: url(../img/modal-close.png);
	height: 38px;
	width: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
}
.modal-content {
	background-color: #f6f6f6;
	text-align: center;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.modal-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.modal-text {
	font-size: 16px;
	line-height: 20px;
}
.fix {
	display: block;
}
.reviews-item {
	float: left;
	width: 528px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.reviews-item:nth-child(2n) {
	margin-right: 0px;
}
.reviews-left {
	float: left;
	width: 150px;
	margin-right: 20px;
}
.reviews-av {
	text-align: right;
	margin-bottom: 10px;
}
.reviews-av img {
	border-radius: 50%;
}
.reviews-rate div {
	background-color: #1cbf60;
	float: left;
	height: 28px;
	width: 28px;
	margin-right: 2px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	border-radius: 50%;
}
.reviews-right {
	float: left;
	width: 350px;
}.reviews-name {
	float: left;
}
.reviews-name-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviews-name-text {
	font-size: 12px;
}
.reviews-dt {
	font-size: 12px;
	color: #999;
	float: right;
}
.reviews-text {
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
}
.slick-slide, .slick-slide a {
	outline: none !important;
}
.photos-rel .slick-next {
	right: 20px !important;
	background-image: url(../img/scheme-right.png);
	height: 77px;
	width: 32px;
}
.photos-rel .slick-prev {
	left: 20px !important;
	background-image: url(../img/scheme-left.png);
	height: 77px;
	width: 32px;
	z-index: 2;
}
.catalog-right .addcard-item {
	float: none;
	width: auto;
	margin-right: 0px;
}
.catalog-right .addcard-image {
	float: left;
	width: 405px;
}
.catalog-right .addcard-inputs {
	float: left;
	margin-top: 70px;
	margin-left: 80px;
}
.photos-fix {
	margin-top: 40px;
}
.reasons {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}
.price-table {
	margin-top: -40px;
	padding-bottom: 60px;
}
.price-table-block {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}
.price-table table {
	width: 100%;
}
.price-table th {
	font-size: 20px;
	color: #e00007;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: middle;
}
.price-table .th1 {
	text-align: left;
}
.price-table td {
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.price-table-table tr, .price-table-table tr:nth-child(1):hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #f6f6f6;
	border-right-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	border-left-color: #f6f6f6;
	border-top-style: solid;
}
.price-table-table tr:last-child {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #f6f6f6;
	border-right-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	border-left-color: #f6f6f6;
}
.price-table-table tr:hover {
	border: 1px solid #e00007;
}
.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }

