@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');

body {
	font-size: 16px;
	width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
}

body * { outline: none !important; }

strong,
b {
	font-weight: 600 !important;
}

a {
	color: #1c75bc;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
}

.container {
	max-width: 1088px;
}

.wrap {
	position: relative;
	z-index: 99;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

header {
	color: #1c75bc;
	line-height: 20px;
	border-bottom: #1c75bc solid 14px;
}

header #logo {
	margin: 15px 0 11px 0;
}

header .header-contacts a,
header .header-contacts div {
	padding-left: 24px;
	background-repeat: no-repeat;
}

header .addr {
	margin-top: 28px;
	background-position: 0 0;
	background-image: url(../images/icon_addr.png);
}

header .time {
	margin-top: 26px;
	background-position: left center;
	background-image: url(../images/icon_time.png);
}

header a {
	display: block;
}

header .phone {
	font-size: 24px;
	line-height: 24px;
	margin-top: 30px;
	color: #4ac3cc;
	text-decoration: none;
	background-position: left center;
	background-image: url(../images/icon_phone.png);
}

header .mail {
	margin-top: 38px;
	text-decoration: underline;
	background-position: left center;
	background-image: url(../images/icon_mail.png);
}

header .mail:hover {
	text-decoration: none;
}

.splash {
	padding-top: 132px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/splash_bgr.jpg);
}

.splash-area {
	background-position: 0 180px;
	background-repeat: no-repeat;
	background-image: url(../images/white_bgr.png);
}

.splash .slogan {
	font-size: 36px;
	line-height: 40px;
	color: #1c75bc;
	font-weight: 600;
	margin-bottom: 105px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed', sans-serif;
}

.splash .descript {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}

.splash .title {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fa8532;
}

.splash form {
	display: block;
	padding-top: 21px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/order_form_bgr.png);
}

.splash form input,
.splash form textarea {
	width: 100%;
	border: none;
	height: 24px;
	line-height: 24px;
	margin-bottom: 11px;
	padding: 0 5px;
	background-color: #fff;
}

.splash form textarea {
	height: 79px;
}

.splash form input.submit {
	color: #fff;
	width: 116px;
	display: block;
	height: auto;
	padding: 5px 7px;
	font-weight: 600;
	cursor: pointer;
	margin: 0 auto 100px auto;
	text-transform: uppercase;
	border: #fff solid 3px;
	background-color: #1c75bc;
}

.splash .line {
	height: 35px;
	margin-left: 40%;
	background-color: #4ac3cc;
	-moz-border-radius-topleft: 35px;
	-webkit-border-top-left-radius: 35px;
	border-top-left-radius: 35px;
}

.services {
	padding-bottom: 25px;
}

.services .line-blue {
	height: 35px;
	width: 40%;
	background-color: #1c75bc;
	-moz-border-radius-bottomright: 35px;
	-webkit-border-bottom-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.services h2 {
	display: block;
	color: #1c75bc;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 7px 0;
	padding: 11px 0 0 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.services p {
	color: #333;
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.services .serv {
	margin: 17px 0 8px 0;
	text-align: center;
	background-color: #fff;
	border-bottom: #b3b3b3 solid 13px;
	background-repeat: no-repeat;
}

.services .serv1 {
	background-position: 29px 8px;
	background-image: url(../images/icon_serv1.png);
}

.services .serv2 {
	background-position: 32px 9px;
	background-image: url(../images/icon_serv2.png);
}

.services .serv3 {
	background-position: 34px 9px;
	background-image: url(../images/icon_serv3.png);
}

.services .serv4 {
	background-position: 30px 11px;
	background-image: url(../images/icon_serv4.png);
}

.services .serv5 {
	background-position: 32px 8px;
	background-image: url(../images/icon_serv5.png);
}

.services .serv .title {
	height: 85px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 40%;
	text-transform: uppercase;
	background-color: #1c75bc;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-family: 'Roboto Condensed', sans-serif;
}

.services .serv .decr {
	color: #333;
	padding: 10px;
	font-size: 13px;
	min-height: 110px;
}

form.consult {
	display: block;
	background-color: #1c75bc;
	font-family: 'Roboto Condensed', sans-serif;
}

form.consult .title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	min-height: 117px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/consult_bgr.png);
}

form.consult input {
	width: 100%;
	border: none;
	height: 31px;
	line-height: 31px;
	margin-bottom: 11px;
	padding: 0 5px;
	background-color: #fff;
}

form.consult input.submit {
	color: #fff;
	display: block;
	height: auto;
	padding: 5px 7px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #4ac3cc;
	font-family: 'Roboto Condensed', sans-serif;
}

.products {
	border-bottom: #fff solid 12px;
}

.products h2 {
	margin: 0;
	color: #1c75bc;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	padding: 26px 0;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/products_bgr.png);
	font-family: 'Roboto Condensed', sans-serif;
}

.products .products-items {
	padding: 9px 0 20px 0;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/products_bgr.png);
}

.products .products-item {
	width: 18%;
	position: relative;
}

.products .justify-content-center .products-item {
	margin: 0 1.25%;
}

.products .products-item span {
	color: #1c75bc;
	font-size: 18px;
	display: block;
	min-height: 100px;
	font-weight: 600;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.products .products-item .hover {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

.products .products-item:hover .hover {
	display: block;
}

.products .products-item .hover .title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 10px 5px;
	background: rgb(28, 117, 188);
	background: -moz-linear-gradient(180deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -webkit-linear-gradient(180deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -o-linear-gradient(180deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -ms-linear-gradient(180deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: linear-gradient(180deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
}

.products .products-item .hover .descr {
	font-size: 13px;
	padding: 10px 5px;
	text-align: center;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
}

.products .border {
	padding: 6px;
	border: none !important;
	background: rgb(28, 117, 188);
	background: -moz-linear-gradient(135deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -webkit-linear-gradient(135deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -o-linear-gradient(135deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -ms-linear-gradient(135deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: linear-gradient(225deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
}

.products .border img {
	width: 100%;
}

.advantages {
	padding: 26px 0 26px 0;
	border-top: #fa8532 solid 15px;
	background: rgb(28, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -webkit-linear-gradient(90deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -o-linear-gradient(90deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: -ms-linear-gradient(90deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
	background: linear-gradient(180deg, rgb(28, 117, 188) 0%, rgb(74, 195, 204) 100%);
}

.advantages h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	padding: 0;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.advantages .advantage {
	color: #fff;
	text-align: center;
	padding: 0 25px;
	min-height: 300px;
	border: #fff solid 2px;
	-moz-border-radius-topleft: 35px;
	-webkit-border-top-left-radius: 35px;
	border-top-left-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	-webkit-border-bottom-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.advantages .advantage strong {
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'Roboto Condensed', sans-serif;
}

.advantages .advantage1 strong {
	margin-top: 20px;
	min-height: 140px;
	padding: 100px 0 0 0;
	background-image: url(../images/icon_advantage1.png);
}

.advantages .advantage2 strong {
	margin-top: 10px;
	min-height: 150px;
	padding: 110px 0 0 0;
	background-image: url(../images/icon_advantage2.png);
}

.advantages .advantage3 strong {
	margin-top: 16px;
	min-height: 146px;
	padding: 104px 0 0 0;
	background-image: url(../images/icon_advantage3.png);
}

.sale {
	padding: 28px 0 35px 0;
}

.sale h2 {
	display: block;
	color: #1c75bc;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 32px 0;
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.sale .sale-item {
	width: 30%;
	max-width: 320px;
	text-align: center;
	position: relative;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #fa8532 solid 2px;
	-webkit-box-shadow: 7px -7px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    7px -7px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         7px -7px 10px 0px rgba(0, 0, 0, 0.3);
}

.sale .sale-item .hover {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	min-height: 290px;
	z-index: 10;
	background-color: #fff;
	-webkit-box-shadow: 7px -7px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    7px -7px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         7px -7px 10px 0px rgba(0, 0, 0, 0.3);
}
/*
.sale .sale-item:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	border-left: 		none;
	border-right: 		none;
}
*/
.sale .sale-item:hover .hover {
	display: block;
}

.sale .sale-item .hover .title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 10px 5px;
	background: #fa8532;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.sale .sale-item .hover .descr {
	color: #333;
	font-size: 13px;
	padding: 10px 5px;
	text-align: center;
	min-height: 240px;
	border-left: #4ac3cc solid 2px;
	border-right: #4ac3cc solid 2px;
	border-bottom: #4ac3cc solid 2px;
}


.sale .sale-item img {
	width: 100%;
	border-bottom: #4ac3cc solid 11px;
}

.sale .sale-item span {
	color: #1c75bc;
	font-size: 18px;
	display: block;
	min-height: 70px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.about {
	padding: 26px 0 15px 0;
}

.about h2 {
	display: block;
	color: #1c75bc;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.about ul {
	border-left: #4ac3cc solid 10px;
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}

.about ul li {
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 0 0.55em;
	margin-bottom: 1em;
	background-image: url(../images/bullit.gif);
}

.about .license {
	max-width: 100%;
	margin-bottom: 15px;
	border: #b9c8de solid 5px;
}

.reviews {
	padding: 26px 0 31px 0;
}

.reviews h2 {
	display: block;
	color: #1c75bc;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 27px 0;
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.reviews img {
	max-width: 100%;
	cursor: pointer;
	border: #4ac3cc solid 4px;
}

.reviews span {
	display: block;
	width: 100%;
	height: 72px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/zoom.png);
}

.reviews .col-3:hover span {
	background-image: url(../images/zoom_hover.png);
}

.roadmap {
	border-bottom: #4ac3cc solid 33px;
}

#map {
	width: 100%;
	height: 430px;
}

footer {
	color: #1c75bc;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/footer_bgr.png)
}

footer .gear {
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/footer_gear.png)
}

footer img {
	max-width: 100%;
}

footer .bank {
	font-size: 12px;
}

footer .copy {
	font-size: 12px;
	line-height: 120%;
	padding-top: 1em;
	padding-bottom: 2em;
}

footer .copy a {
	text-decoration: underline;
}

footer .copy a:hover {
	text-decoration: none;
}

footer .contacts a,
footer .contacts div {
	display: block;
	padding-left: 24px;
	background-repeat: no-repeat;
}

footer .contacts .addr {
	background-position: 0 0;
	background-image: url(../images/icon_addr.png);
}

footer .contacts .time {
	margin-top: 16px;
	background-position: left center;
	background-image: url(../images/icon_time.png);
}

footer .contacts .phone {
	font-size: 24px;
	line-height: 24px;
	margin-top: 16px;
	color: #4ac3cc;
	text-decoration: none;
	background-position: left center;
	background-image: url(../images/icon_phone.png);
}

footer .contacts .mail {
	margin-top: 17px;
	text-decoration: underline;
	background-position: left center;
	background-image: url(../images/icon_mail.png);
}

footer .contacts .mail:hover {
	text-decoration: none;
}

#messageSubmitModal .modal-content {
	border: #53bccf solid 2px;
}

#messageSubmitModal .modal-header {
	border-bottom: none;
}

#messageSubmitModal .modal-header .close {
	color: #53bccf;
}

#messageSubmitModal .modal-footer {
	border-top: none;
}

#messageSubmitModal .modal-body p {
	text-align: center;
	color: #1c75bc;
	font-size: 20px;
}

#messageSubmitModal .modal-footer .btn-secondary {
	color: #fff;
	display: block;
	height: auto;
	padding: 5px 7px;
	font-weight: 600;
	cursor: pointer;
	margin: 0 auto;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #4ac3cc;
	border-color: #4ac3cc;
	font-family: 'Roboto Condensed', sans-serif;
}
