@font-face {
	font-family: "myriadPro";
	src: url("../fonts/MyriadProRegular.ttf");
}

@font-face {
	font-family: "montserratRegular";
	src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "segoiBold";
	src: url("../fonts/segoiBold.ttf");
}

@font-face {
	font-family: "segoiSemiBold";
	src: url("../fonts/segoiSemiBold.ttf");
}

html,
body {
	overflow-x: hidden;
}

html {
	height: 100%;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

:root a {
	text-decoration: none;
}

nav,
ul {
	list-style: none;
}
/* 
------------------------------------
Grouping and Modification
------------------------------------
*/
.row > div,
.product-img {
	overflow: hidden;
}

.contact form > div > input,
.contact form > div > textarea {
	border: none;
}
.top-panel > div > div,
.logo,
.navigation,
.navigation > li,
.mobile-btn {
	display: inline-block;
}

.mobile-btn > span,
.product-full-info > span {
	display: block;
}

.mobile-btn {
	display: none;
}

.fixed-panel,
.contact form > div > textarea,
.product-btn,
.order-form > form input,
.order-form > form textarea,
.product-full-info img {
	width: 100%;
}

.fixed-panel {
	position: fixed;
}

.product-img,
.return-btn:before {
	position: relative;
}

.product-btn {
	position: absolute;
}

.top-panel > div,
.navigation,
.contact form > div:first-child > input:last-child,
.contact form > div:last-child > input,
.mobile-btn {
	float: right;
}

.top-panel > div > div:before,
.contact-info > div:before {
	vertical-align: middle;
}

.status-num,
.section-title {
	text-transform: uppercase;
}

.choice,
.status,
footer,
.section-title,
.product-btn {
	text-align: center;
}

.top-panel {
	background: rgba(0,0,0,.75);
}

.banner-btn > a,
.contact,
.order-form > form input[type="submit"] {
	background: #4160a4;
}

.choice {
	background: #f6f6f6;
}

.contact form > div:last-child > input,
.product-btn > a,
.mobile-btn > span {
	background: #fff;
}

.contact form > div:not(:last-child) > input,
.contact form > div > textarea {
	background: rgba(255,255,255,.2);
}

footer {
	background: #383838;
}

.top-panel > div > div,
.banner-btn > a,
.status .row > div > div,
.contact .row > div:first-child > div,
.contact .row > div:first-child > div > div,
.contact form > div:not(:last-child) > input::placeholder,
.contact form > div > textarea::placeholder,
.contact form > div:not(:last-child) > input,
.contact form > div > textarea,
footer > div,
footer > div > a,
.navigation > li > a,
.banner-title,
.banner-desc,
.order-form > form input[type="submit"] {
	color: #fff;
}

.about-title,
.about-desc,
.choice-title,
.choice-desc,
.product-info-title {
	color: #34495e;
}

.contact form > div:last-child > input,
.return-btn > a {
	color: #2d4375;
}

.section-title,
.product-desc,
.product-btn > a {
	color: #3d3d3d;
}

.error {
	color: #cc0000;
}

.error {
	font: 12px "montserratRegular";
}

.choice-desc,
.company-desc,
.product-full-info,
.product-full-info > span {
	font: 14px "myriadPro";
}

.status-title {
	font: 14px "montserratRegular";
}

.product-desc,
.order-form > form > div > div:first-child {
	font: 14px "segoiSemiBold";
}

.product-desc 

.top-panel > div > div,
footer > div,
footer > div > a {
	font: 16px "myriadPro";
}

.navigation > li > a,
.banner-desc,
.banner-btn > a,
.about-desc,
.contact form > div:last-child > input {
	font: 18px "myriadPro";
}

.product-btn > a,
.return-btn > a {
	font: 18px "segoiBold";
}

.choice-title {
	font: 20px "myriadPro";
}

.product-info-title {
	font: 22px "myriadPro";
}

.about-title,
.company-title {
	font: 24px "myriadPro";
}

.banner-title {
	font: 36px "myriadPro";
}

.section-title {
	font: 36px "segoiBold";
}

.status-num {
	font: 48px "myriadPro";
}

.status-num {
	font-weight: bold;
}

.company-desc {
	line-height: 20px;
}

.product-desc,
.product-full-info,
.product-full-info > span {
	line-height: 24px;
}

.banner-desc,
.about-desc {
	line-height: 30px;
}

.status-title {
	letter-spacing: 1px;
}

.status-num {
	letter-spacing: 5.5px;
}

.top-panel > div > div:before,
.contact-info > div:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
}

.banner-btn > a,
.contact form > div > input,
.contact form > div > textarea,
.order-form > form input,
.order-form > form textarea {
	border-radius: 4px;
}

.fixed-panel,
.about-desc,
.company-desc,
.product-full-info {
	margin-top: 20px;
}

.navigation,
.status-title {
	margin-top: 10px;
}

.banner-btn,
.product-desc {
	margin-top: 15px;
}

.contact,
.products {
	padding: 100px 0px;
}

.about-img > img,
.product-img {
	box-shadow: 0px 0px 10px 0.5px #000;
}

.product-img,
.product-btn > a {
	border-radius: 8px;
}

.product-img img,
.product-btn,
.fixed-panel,
.logo,
.navigation,
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.contact-info > div:not(:last-child),
.return-btn {
	margin-bottom: 20px;
}

.contact form > div:not(:last-child),
footer > div:not(:last-child),
.order-form > form > div:not(:last-child),
.product-full-info > span:not(:last-child) {
	margin-bottom: 10px;
}

.mobile-btn > span:not(:last-child),
.order-form > form > div > div:first-child {
	margin-bottom: 5px;
}

.banner-btn,
.product-info {
	padding: 20px 0px;
}
/* 
------------------------------------
Header
------------------------------------
*/
header {
  background: url("../img/header-img.jpg") no-repeat 50%;
  background-size: cover;
  padding-bottom: 350px;
/*  -webkit-mask-image: url("../img/mask-img.png");
  mask-image: url("../img/mask-img.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
  mask-position: 50% 0%;*/
}

.top-panel,
.fixed-panel,
.banner {
	padding: 0px 105px;
}

.top-panel {
	padding: 8px 105px;
}

.fixed-panel {
	z-index: 10;
}

.top-panel > div > div:not(:last-child) {
	margin-right: 25px;
}

.top-panel > div > div:first-child:before {
	background: url("../img/mail-icon.png") no-repeat 50%;
}

.top-panel > div > div:last-child:before {
	background: url("../img/phone-icon.png") no-repeat 50%;
}

.navigation > li:not(:last-child) {
	margin-right: 15px;
}

.banner {
	width: 700px;
	margin-top: 200px;
}

.banner-desc {
	margin: 15px 0px;
}

.banner-btn > a,
.contact form > div:last-child > input {
	padding: 20px 40px;
}

.mobile-btn {
	width: 40px;
}

.mobile-btn > span {
	width: inherit;
	height: 2px;
}
/* 
------------------------------------
About
------------------------------------
*/
.about,
.choice {
	padding: 60px 0px;
}

.about-content {
	padding-top: 45px;
	padding-bottom: 45px;
}
/* 
------------------------------------
Choice
------------------------------------
*/
.choice-img {
	height: 85px;
	margin: 0px auto 20px;
}

.choice .row > div:first-child .choice-img {
	background: url("../img/choice-img-1.png") no-repeat 50%;
}

.choice .row > div:nth-of-type(2) .choice-img {
	background: url("../img/choice-img-2.png") no-repeat 50%;
}

.choice .row > div:last-child .choice-img {
	background: url("../img/choice-img-3.png") no-repeat 50%;
}

.choice-title {
	height: 45px;
}

.choice-desc {
	padding: 0px 40px;
}
/* 
------------------------------------
Products
------------------------------------
*/
.products .row {
	margin-top: 40px;
}

.product-img {
	height: 270px;
}

.product-img > img {
	width: 365px;
	height: inherit;
}

.product-btn {
	top: 0px;
	padding: 135px 0px;
	opacity: 0;
}

.product-btn > a {
	padding: 10px 35px;
}

.products .row .col-sm-4:hover img {
	opacity: .75;
}

.products .row .col-sm-4:hover .product-btn {
	opacity: 1;
}

.products-block .slick-dots {
	bottom: -60px;
}

.products-block .slick-dots li button:before {
	font-size: 32px;
}

.products-block .slick-next {
	background: url("../img/right-arrow-hover.png") no-repeat 50%;
}

.products-block .slick-prev {
	background: url("../img/left-arrow-hover.png") no-repeat 50%;
}

.products-block .slick-next:before,
.products-block .slick-prev:before {
	content: "";
}

.products-block .slick-next,
.products-block .slick-prev {
	width: 25px;
	height: 50px;
	background-size: contain;
}
/* 
------------------------------------
Status
------------------------------------
*/
.status {
	padding: 80px 0px;
	background: url("../img/status-img.jpg") no-repeat 50%;
	background-size: cover;
}
/* 
------------------------------------
Contact
------------------------------------
*/
.contact-info {
	margin-top: 30px;
}

.contact-info > div:first-child:before {
	background: url("../img/location-icon.png") no-repeat 50%;
}

.contact-info > div:nth-of-type(2):before {
	background: url("../img/phone-icon-2.png") no-repeat 50%;
}

.contact-info > div:last-child:before {
	background: url("../img/mail-icon-2.png") no-repeat 50%;
}

.contact-info > div:first-child:before,
.contact-info > div:nth-of-type(2):before,
.contact-info > div:last-child:before {
	background-size: contain;
}

.contact form > div:first-child > input {
	width: 48%;
}

.contact form > div:not(:last-child) > input,
.contact form > div > textarea {
	padding: 12px 0px 12px 12px;
}

.contact form > div > textarea {
	height: 150px;
}
/* 
------------------------------------
Footer
------------------------------------
*/
footer {
	padding: 25px 0px;
}
/* 
------------------------------------
Product Info
------------------------------------
*/
.return-btn:before {
	content: "←";
	top: -3px;
	margin-right: 5px;
}

.order-form > form input:not([type="submit"]) {
	padding: 10px 0px 10px 12px;
}

.order-form > form input[type="submit"] {
	padding: 12px 0px;
}

.order-form > form input,
.order-form > form textarea {
	border: 1px solid #ddd;
}

.order-form > form textarea {
	height: 100px;
	resize: none;
}
