/*Reset*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

p {
    	margin-bottom: 10px;
}

ol, ul {
    	list-style: none;
}

blockquote, q {
    	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    	content: "";
    	content: none;
}

table {
    	border-collapse: collapse;
    	border-spacing: 0;
}

/*Global*/
* {
    	box-sizing: border-box;
}

/*Grid System*/
.container {
    	float: left;
    	width: 100%;
}

.row:after {
	content: "";
	clear: both;
	display: table;
}

[class*=col-] {
	float: left;
	width: 100%;
	padding: 16px;
}

[class*=col-] img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.col-sm-1 {
	width: 8.33%;
}
.col-sm-2 {
	width: 16.66%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33%;
}
.col-sm-5 {
	width: 41.66%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33%;
}
.col-sm-8 {
	width: 66.66%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
    width: 83.33%;
}
.col-sm-11 {
	width: 91.66%;
}
.col-sm-12 {
	width: 100%;
}
.padding-8 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.padding-16 {
	padding-top: 16px;
	padding-bottom: 16px;
}

/*Alignment*/
.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left!important;
}

.text-center {
	text-align: center!important;
}

.text-right {
	text-align: right!important;
}

body, html {
	position: relative;
}

html {
	font-size: 16px;
}

body {
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	color: #16181d;
	font-weight: 400;
	line-height: 1.6;
	min-width: 300px;
}

/*Typography*/
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4 {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #16181d;
}

h1 {
	font-size: 2rem;
	line-height: 1.25;
}

h2, .h2 {
	font-size: 1.5rem;
	line-height: 1.25;
}

h3, .h3 {
	font-size: 1.17rem;
}

h4, .h4 {
	font-size: 1rem;
}

h5 {
	font-size: .83rem;
}

h6 {
	font-size: .67rem;
}

.wrapper {
	position: relative;
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}

.underline:after {
	display: block;
	content: "";
	height: 2px;
	border-left: 48px solid #e52f3c;
	background-color: #c4c9d4;
}

.h2.underline:after, h2.underline:after {
	margin-top: .5rem;
}

.h3.underline:after, h3.underline:after,
.h4.underline:after, h4.underline:after {
	margin-top: .5rem;
}
.overflow {
    position: relative;
}
.title-center {
    text-align: center;
    overflow: hidden;
}
.title-center:after, .title-center:before {
    display: inline-block;
    content: "";
    width: 50%;
    margin: -1px .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 2px solid #16181d;
}
.title-center:after {
    margin: -1px -55% 0 .5rem;
}
.title-left {
    text-align: left;
    overflow: hidden;
}
.title-left:after {
    display: inline-block;
    content: "";
    width: 100%;
    margin: -1px -105% 0 .5rem;
    vertical-align: middle;
    border-bottom: 2px solid #c4c9d4;
}
.h2.title-left:after, h2.title-left:after {
    border-color: #16181d;
}
a {
	text-decoration: none;
	color: #16181d;
	font-weight: 700;
	transition: all .2s;
}

a:active,
a:hover {
	color: rgb(232, 65, 24);
}

a img {
	transition: all .2s;	
}

a img:hover {
	opacity: .8;
	
}

strong {
	font-weight: 700;
	color: #16181d;
}
img {
	background-color: #f6f6f6;
	text-align: center;
	margin-bottom: 1rem;
}

::-moz-selection {
	background: #273c75;
	text-shadow: none;
	color: #fff;
}

::selection {
	background: #273c75;
	text-shadow: none;
	color: #fff;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: .2rem 0;
	background: #3498db;
	color: #fff;
	padding: .2rem 0;
}
.header {
	position: relative;
}

.header-top-bar {
	float: left;
	width: 100%;
	transition: all .2s;
	background-color: #fff;
	border-color: hsla(0, 0%, 91%, 0);
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.site-title img {
	float: left;
	width: 180px;
	margin: 0;
}

.header-contact-social {
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #273c75;
	font-size: .875rem;
}

.header-contact-social .contacts, .header-contact-social .social-icons {
	text-align: left;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.header-contact-social .mail, .header-contact-social .tel {
	display: inline-block;
	color: #fff;
}

.header-contact-social .tel svg, 
.header-contact-social .mail svg, 
.header-contact-social .fb svg, 
#contact .tel svg, 
.header-contact-social .fb svg, 
#contact .mail svg {
	width: auto;
	height: 1rem;
	margin-right: .5rem;
	vertical-align: middle;
	fill: #fff;
}

.header-contact-social .social-icons {
	text-align: right;
}

.header-contact-social .social-icons a {
	color: #fff;
}

.header-contact-social a:hover {
	opacity: .8;
}

.header a {
	font-weight: 700;
}

.responsive-nav-button {
	width: 25%;
	float: right;
	text-align: right;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-right: 1rem;
}

.responsive-nav-button button {
	float: right;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	border: 0;
}

.navbar {
	display: block;
	width: 24px;
	height: 4px;
	margin: 4px 0;
	border-radius: 2px;
	background-color: #273c75;
}

.responsive-nav-button:active .navbar  {
	background-color: rgb(232, 65, 24);
}

.nav {
	display: none;
}

.nav ul {
	text-align: center;
}

.nav a, 
.nav li, 
.nav ul {
	display: block;
}

.nav a {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	color: #273c75;
	padding: .5rem 0;
}

.nav a.active, 
.nav a:active,
.nav a:hover {
	color: #e84118;
}

.banner {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../img/banner-1.jpg);
	background-size: cover;
	padding: 4rem 0;
}

.banner h1, 
.banner span {
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 0 0 1px #192a56, 0 0 2px #192a56, 0 0 3px #192a56;
}

.banner span {
	display: block;
	font-size: 2rem;
	font-weight: 700;
}

.about {
	padding: .5rem 0 0;
	background-color: #f6f6f6;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, .2);
}

.about p {
	margin-bottom: 0;
}

.about li {
	padding-bottom: 0;
	text-align: center;
}

.about li:last-child {
	margin-bottom: 2rem;
}

.about h4 {
	margin-bottom: 0;
}

.about .about-icon-1, 
.about .about-icon-2, 
.about .about-icon-3, 
.about .about-icon-4 {
	display: block;
	width: 68px;
	height: 68px;
	margin: 8px auto 16px;
	background-image: url(../img/icons-big.jpg);
	background-size: cover;
	background-position: 0 0;
}

.about .about-icon-2 {
	background-position: 68px 0;
}

.about .about-icon-3 {
	background-position: 136px 0;
}

.about .about-icon-4 {
	background-position: 204px 0;
}

.about img {
	padding: 8px;
	background-color: #fff;
}

.home #contact, 
.home #services, 
.home .products {
	padding: 2.25rem 0;
}

.products.first {
	padding-bottom: 0!important;
}

.products.last {
	padding-top: 0!important;
}

.products section {
	margin-bottom: 16px;
}

.products section:hover {
	background-color: #f6f6f6;
}

.products img {
	max-width: 300px;
}

.products h3 {
	margin-bottom: .5rem;
}

.products p {
	font-size: .875rem;
}

.products a:hover h3 {
	color: #e84118;
	transition: all .2s;
}

#contact {
	background-color: #273c75;
}

#contact .h2, #contact .h3, #contact p.white {
	color: #fff;
}

#contact .underline:after {
	border-left-color: #fff;
	border-bottom-color: #334a7b;
}

#contact .title-left:after {
	border-color: #fff;
}

#contact .fa, 
#contact p {
	color: #a4aec4;
}

#contact .h4 {
	font-weight: 400;
}

.contact-data {
	margin-bottom: 2rem;
}
.contact-data .h3 {
	margin-bottom: .5rem;
}
#contact a {
	color: #fff;
}

#contact .phone-icon {
	width: 15px;
	background-position: 32px 0;
}

#contact .email-icon {
	width: 18px;
	background-position: 17px 0;
}

#ajax-contact-form p {
	padding-top: 0;
	padding-left: 0;
}

#ajax-contact-form input, 
#ajax-contact-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
}

#ajax-contact-form textarea {
	height: 8rem;
}

#ajax-contact-form input:focus, #ajax-contact-form textarea:focus {
	box-shadow: 0 0 10px #7f8fa6;
	font-weight: 700;
	color: #273c75;
}

#ajax-contact-form .button:focus {
	box-shadow: none!important;
	background-color: #fff!important;
	color: #273c75!important;
}

.page main ol, 
.page main ul {
	margin: 0 0 .5rem 1rem;
}

.page main li, 
.page main p {
	margin-bottom: 1rem;
}

.page main {
	padding: 0;
}

.page main ul {
	list-style-type: disc;
}

.page main ol {
	list-style-type: number;
}

ul.nostyle {
	list-style-type: none!important;
	margin-left: 0!important;
}

strong.fontnormal {
	font-weight: 400;
}

.about em, 
.page main em {
	font-weight: 700;
}

.page main table {
	float: left;
	margin: .5rem 0;
}

.page main img {
	margin-bottom: 1.5rem;
	max-width: 600px;
}

.page main .gallery img {
	max-width: 100%;
 }
 
.product-description {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .875rem;
}

#gallery a {
	padding-top: 0;
	padding-bottom: 0;
}

.sidebar .container:first-child {
	padding-top: 1rem;
	padding-bottom: .5rem;
}

.sidebar ul {
	font-size: .875rem;
}

.sidebar ul li {
	padding-bottom: .5rem;
}

.sidebar ul li a {
	border: 1px solid #c4c9d4;
	padding: .5rem;
	display: block;
	transition: all .2s;
}

.sidebar ul li a:active,
.sidebar ul li a:hover {
	padding-left: 1rem;
	border-color: #e84118;
}

.sidebar a.active {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	font-weight: 700;
}

input, 
textarea {
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	color: #16181d;
	font-weight: 400;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.button {
	padding: 1rem 2rem!important;
	line-height: 1;
	border: 2px solid #273c75;
	border-radius: 4px;
	background: transparent;
	color: #273c75;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
}

.button:hover {
	background-color: #273c75;
	color: #fff;
}

.button.red {
	background-color: #e52f3c;
	border-color: #e52f3c;
	color: #fff;
}

.button.red:hover {
	background-color: #273c75;
	border-color: #273c75;
	color: #fff;
}

.button.white {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.button.white:hover {
	background-color: #fff;
	color: #273c75;
}

table {
	width: 100%;
}

table, 
td, 
th {
	padding: .5rem;
	border: 1px solid #c4c9d4;
	border-collapse: collapse;
	font-size: .875rem;
}

table td:nth-child(odd) {
	font-weight: 700;
}

.footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: .875rem;
	border-top: 1px solid #c4c9d4;
}

.footer li {
	margin-bottom: .5rem;
}

.footer li a:hover {
	padding-left: .5rem;
	border-color: #e84118;
}

.footer a {
    font-weight: 700;
}

.footer .copyright, 
.footer .web-design {
	text-align: center;
}

.partners {
	padding: 3rem 0;
}

.partners .h4 {
	margin-bottom: 1rem;
}

.partners li img {
	margin: auto;
	width: 100%;
	max-width: 120px;
}

.white-img {
	padding: 1.25rem;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .06);
}

.gray {
	background-color: #f6f6f6;
}

.blue {
	background-color: #273c75;
}

.hidden {
	display: none!important;
}

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

.clearfix:after {
	clear: both;
}
