@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {color:#787878;}
::-moz-placeholder          {color:#787878;}
:-moz-placeholder           {color:#787878;}
:-ms-input-placeholder      {color:#787878;}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000000;
	min-width: 480px;
}
a {
	text-decoration: none;
	color: #000000;
	transition: all 0.3s ease 0s;
	outline: none;
}
input, button, textarea {
	font-family: 'Roboto', sans-serif;
	outline: none;
	transition: all 0.3s ease 0s;
}
div {
	outline: none;
}
.clear {
	clear: both;
}
header {
	padding-top: 15px;
	padding-bottom: 15px;
}
.container {
	width: 1140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	float: left;
}
.header-right {
	float: right;
	text-align: right;
}
.phone {
	font-size: 27px;
	font-weight: bold;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 17px;
}
.phone a:hover {
	color: #ff6161;
}
.address {
	font-size: 17px;
	font-weight: 300;
}
nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0, 0, 0, 0.08);
	border-bottom-color: rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
nav ul li {
	display: inline-block;
	background-image: url(../img/nav-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 24px;
	padding-right: 24px;
}
nav ul li.last {
	margin-right: 0px;
	padding-right: 0px;
	background-image: none;
}
nav ul li a {
	font-size: 18px;
}
nav ul li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF6161;
}
.slider {
	padding-top: 60px;
	padding-bottom: 60px;
}
.slider-item {
	padding-right: 100px;
}
.slider-right {
	float: right;
	height: 426px;
	width: 477px;
}
.slider-right img {
	height: 100%;
	width: 100%;
}
.slider-left {
	float: left;
	width: 520px;
	padding-top: 15px;
}
.slider-title {
	font-size: 34px;
	line-height: 52px;
	font-weight: bold;
	margin-bottom: 10px;
}
.slider-item p {
	font-size: 27px;
	line-height: 45px;
	font-weight: 300;
	margin-bottom: 60px;
}
.btn {
	background-color: #FF6161;
	display: inline-block;
	height: 76px;
	width: 323px;
	border-radius: 35px;
	font-size: 27px;
	color: #FFF;
	text-align: center;
	padding-top: 22px;
}
.btn:hover {
	box-shadow: 0px 9px 26px #FF6161;
}
.about {
	padding-top: 60px;
	padding-bottom: 60px;
}
.main-title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 60px;
	background-image: url(../img/title1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	padding-bottom: 0px;
	display: inline-block;
}
.about-left {
	float: left;
	padding-right: 100px;
	padding-left: 100px;
	text-align: center;
}
.about-image {
	margin-bottom: 20px;
}
.about-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.about-left p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
.about-right {
	font-size: 18px;
	line-height: 36px;
	float: right;
	width: 570px;
}
.photos {
	padding-top: 60px;
	padding-bottom: 60px;
}
.photos-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.photos-items {
	padding-right: 50px;
	padding-left: 50px;
}
.photos-item {
	display: inline-block;
	height: 243px;
	width: 296px;
	position: relative;
	transition: all 0.3s ease 0s;
}
.photos-item-left {
	background-color: #A5FAFF;
	height: 206px;
	width: 123px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 0px 0px 0px 10px;
}
.photos-item-right {
	background-color: #A5FAFF;
	height: 206px;
	width: 123px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px 10px 0px 0px;
}
.photos-item img {
	height: 227px;
	width: 280px;
	margin-top: 8px;
	margin-left: 8px;
	position: relative;
}
.photos-item:hover {
	transform: scale(1.1);
}
.photos-item-left2 {
	background-color: #A5FAFF;
	height: 206px;
	width: 123px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 10px 0px 0px 0px;
	display: none;
}
.photos-item-right2 {
	background-color: #FF6161;
	height: 206px;
	width: 123px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 0px 0px 10px 0px;
	display: none;
}
.photos-item:hover .photos-item-left, .photos-item:hover .photos-item-right {
	display: none;
}
.photos-item:hover .photos-item-left2, .photos-item:hover .photos-item-right2 {
	display: block;
}
.photos-hover {
	background-image: url(../img/photos-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}
.photos-item:hover .photos-hover {
	display: block;
}
.services {
	padding-top: 60px;
	padding-bottom: 60px;
}
.service-item {
	padding: 30px;
	float: left;
	width: 488px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 28px;
	transition: all 0.3s ease 0s;
}
.service-item:hover {
	box-shadow: 0px 4px 79px rgba(255, 97, 97, 0.264);
}
.service-image {
	text-align: center;
	margin-bottom: 30px;
}
.service-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.service-item p {
	font-size: 18px;
	line-height: 36px;
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding-left: 15px;
}
.service-item p span {
	color: #FF6161;
	font-weight: 500;
}
.cnt {
	text-align: center;
}
.services-btn {
	margin-top: 40px;
	margin-bottom: 20px;
}
.service-item-right {
	float: right;
}
.frm {
	background: url(../img/frm-bg.jpg) top right;
	height: 763px;
	margin-top: 0px;
	margin-bottom: 60px;
	padding-top: 160px;
}
.frm-title {
	font-size: 34px;
	line-height: 52px;
	font-weight: bold;
	margin-bottom: 40px;
}
.frm-inp {
	height: 60px;
	width: 340px;
	margin-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 52px;
	margin-right: 20px;
	padding-left: 60px;
	font-size: 18px;
	color: #787878;
	background-image: url(../img/name.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}
.frm-phone {
	background-image: url(../img/phone.png);
}
.frm-email {
	background-image: url(../img/email.png);
}
.frm-submit {
	font-size: 27px;
	height: 60px;
	width: 340px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	cursor: pointer;
}
.contacts {
	padding-top: 60px;
	padding-bottom: 60px;
}
.main-title2 {
	background-image: url(../img/title2.png);
}
.contacts p {
	font-size: 18px;
	line-height: 36px;
	width: 460px;
	margin-bottom: 40px;
}
.contacts-address {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}
.mapp {
	height: 388px;
}
footer {
	text-align: center;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-color: rgba(0, 0, 0, 0.08);
	border-top-width: 1px;
	border-top-style: solid;
}
.footer-phone {
	display: inline-block;
}
.nav-fix {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0, 0, 0, 0.08);
	border-bottom-color: rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	z-index: 10;
	display: none;
}
.nav-fix ul li {
	display: inline-block;
	background-image: url(../img/nav-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 24px;
	padding-right: 24px;
}
.nav-fix ul li.last {
	margin-right: 0px;
	padding-right: 0px;
	background-image: none;
}
.nav-fix ul li a {
	font-size: 18px;
}
.nav-fix ul li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF6161;
}
.slider .slick-dots {
	right: 25px !important;
	bottom: auto !important;
	top: 50% !important;
	z-index: 2 !important;
	width: auto !important;
	margin-top: -50px !important;
}
.slider .slick-dots li {
	display: block !important;
	height: 20px !important;
	width: 20px !important;
	border-radius: 50%;
	margin-bottom:10px !important;
	border: 1px solid #FF6161;
}
.slider .slick-dots li button:before {
	font-size: 0px !important;
}
.slider .slick-dots li.slick-active {
	background-color: #FF6161 !important;
}
.photos .slick-slide {
	padding: 20px !important;
	text-align: center !important;
}
.photos .slick-dots {
	bottom: -40px !important;
	z-index: 2 !important;
}
.photos .slick-dots li {
	height: 20px !important;
	width: 20px !important;
	border: 2px solid #FF6161;
	border-radius: 50%;
	margin-bottom:10px !important;
}
.photos .slick-dots li button:before {
	font-size: 0px !important;
}
.photos .slick-dots li.slick-active {
	background-color: #FF6161 !important;
}
.photos .slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}
.slick-prev {
	left: -50px !important;
	background-image: url(../img/slider-left.png) !important;
	height: 42px !important;
	width: 42px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: all 0s ease 0s;
	border: 2px solid #ff6161 !important;
	border-radius: 50%;
}
.slick-prev:hover {
	background-color: #ff6161;
	background-image: url(../img/slider-left-hover.png) !important;	
}
.slick-next {
	right: -50px !important;
	background-image: url(../img/slider-right.png) !important;
	height: 42px !important;
	width: 42px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: all 0s ease 0s;
	border: 2px solid #ff6161 !important;
	border-radius: 50%;
}
.slick-next:hover {
	background-color: #ff6161;
	background-image: url(../img/slider-right-hover.png) !important;	
}
.slick-prev:before, .slick-next:before {
	font-size: 0px !important;
}