/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Old IE fallback --------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Article ----------------------------------
	     02. Button -----------------------------------
	         Button Block -----------------------------
	         Btn Menu ---------------------------------
	     03. Employees --------------------------------
	     04. Feed -------------------------------------
	     05. Form Elements ----------------------------
	     06. Form -------------------------------------
	     07. Intro ------------------------------------
	     08. List -------------------------------------
	     09. Logo -------------------------------------
	     10. Map --------------------------------------
	     11. Nav --------------------------------------
	     12. Popup ------------------------------------
	     13. Section ----------------------------------
	     14. Slider -----------------------------------
	     15. Table ------------------------------------
	     16. Widget -----------------------------------
 */

/* open-sans-regular - latin */
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
   src: local(''),
		url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
 }
 /* open-sans-700 - latin */
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
   src: local(''),
		url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
 }
 
/* open-sans-regular - latin */
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
   src: local(''),
		url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
 }
 /* open-sans-700 - latin */
 @font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
   src: local(''),
		url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
 }
 
 

.ico-clock {
	background-image: url(images/sprite.png);
	background-position: 69.9074074074074% 12.087912087912088%;
	background-size: 2500% 2122.222222222222%;
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-letter-n {
	background-image: url(images/sprite.png);
	background-position: 0% 0%;
	background-size: 150.33407572383072% 100%;
	width: 449px;
	height: 573px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.logo {
	background-image: url(images/sprite.png);
	background-position: 100% 0%;
	background-size: 304.05405405405406% 924.1935483870968%;
	width: 222px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-clock { background-image: url(images/sprite.@2x.png); background-position: 69.9074074074074% 12.087912087912088%; background-size: 2500% 2122.222222222222%; width: 27px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-letter-n { background-image: url(images/sprite.@2x.png); background-position: 0% 0%; background-size: 150.33407572383072% 100%; width: 449px; height: 573px; display: inline-block; vertical-align: middle; font-size: 0; }
	.logo { background-image: url(images/sprite.@2x.png); background-position: 100% 0%; background-size: 304.05405405405406% 924.1935483870968%; width: 222px; height: 62px; display: inline-block; vertical-align: middle; font-size: 0; }}
.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

html {
	tap-highlight-color: rgba(0,0,0,0);
	overflow: visible !important;
}

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.29;
	color: #333;
	overflow: visible !important;
}

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.645em; }
h1 { font-size: 90px; line-height: 0.91; font-weight: 300; color: #9f1537; font-family: 'Lato', sans-serif; }
h2 { font-size: 80px; line-height: 1.02; font-weight: 300; color: #9f1537; font-family: 'Lato', sans-serif; }
h3 { font-size: 45px; color: #9f1537; font-family: 'Lato', sans-serif; }
h4 { font-size: 30px; color: #9f1537; font-family: 'Lato', sans-serif; }
h5 { font-size: 25px; line-height: 1; color: #9f1537; font-family: 'Lato', sans-serif; }
h6 { font-size: 17px; color: #9f1537; font-family: 'Lato', sans-serif; }
p { letter-spacing: -0.02em; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.29em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
@media (max-width: 1023px) {

	h1 { font-size: 75px; line-height: 0.89; }
	h2 { font-size: 70px; line-height: 1.07; }
}
@media (max-width: 767px) {

	h1 { font-size: 50px; line-height: 0.9; }
	h2 { font-size: 50px; line-height: 1.04; }
	h3 { font-size: 34px; }
	h4 { font-size: 28px; }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.row:first-child .col:nth-child(odd) { padding-bottom: 112px; }
.row { width: 100%; }
.row,
.cols { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cols:after { }
.col { float: left; width: 100%; }
.col--1of2 { width: calc(50% - 60px); }
/*  Old IE fallback  */
.browsehappy { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; margin: 0; padding-top: 50px; background: #e0e0e0; text-align: center; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1300px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1301px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
@media (max-width: 1023px) {

	.col--1of2 { width: calc(50% - 12px); }
}
@media (max-width: 767px) {

	.col--1of2 { width: 100%; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { background: #c7cdcc; padding-bottom: 82px; }
.footer p { font-family: 'Lato', sans-serif; }
.footer p a { text-decoration: none; }
.footer p a:hover { text-decoration: underline; }
.footer h5 { margin-bottom: 25px; font-weight: 400; }
.footer .footer__row:nth-child(1) .footer__col--1of2:nth-child(2) { padding-bottom: 40px; }
.footer .footer__row + .footer__row .footer__col--1of2:nth-child(2) { margin-top: -40px; }
.footer .footer__row,
.footer .footer__cols { display: -ms-flexbox; display: flex; }
.footer .footer__col--1of2 { width: 50%; }
.footer .footer__col--1of4 { width: 21.35%; margin-right: 11.74%; }
.footer .footer__col--3of4 { width: 66.91%; padding-top: 30px; }
.footer .footer__col--3of4 .footer__col { padding-top: 50px; }
.footer .footer__image { margin: -20px 0 55px; position: relative; z-index: 5; }
.footer .logo { -ms-transform: scale(0.88); transform: scale(0.88); margin-left: -10px; }
.footer .table { max-width: 300px; }
@media (max-width: 1023px) {

	.footer { padding-bottom: 35px; }
	.footer .footer__col--1of4 { width: 50%; margin-right: 0; }
	.footer .footer__col--1of2 { width: 100%; }
	.footer .footer__row { display: block; }
	.footer .footer__col--3of4 { width: 50%; }
	.footer .shell { padding: 0 45px; }
	.footer .footer__image { margin-top: -40px; margin-bottom: 42px; }
	.footer .list-logos { margin-bottom: 60px; }
	.footer .footer__cols { margin-bottom: 60px; }
	.footer .footer__col--3of4 { padding-top: 0; }
}
@media (max-width: 767px) {

	.footer { background: #b0b8b8; }
	.footer .shell { padding: 0 32px; }
	.footer .footer__image { margin: -80px 0 48px; display: block; }
	.footer .footer__col--3of4,
	.footer .footer__col--1of4 { width: 100%; }
	.footer .footer__cols { display: block; margin-bottom: 0; }
	.footer .list-logos { margin-bottom: 0; }
	.footer .footer__row:nth-child(1) .footer__col--1of2:nth-child(2) { padding-top: 30px; padding-bottom: 0; }
	.footer .form { margin: 0 -5px 30px; }
}
@media (max-width: 479px) {

	.footer .footer__image { margin: -80px auto 48px; }
}
@media(max-width:390px){

	.footer .shell { padding: 0 15px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: absolute; top: 23px; left: 0; width: 100%; z-index: 10; }
.header .shell { max-width: 1330px; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
.header .logo { margin-top: 18px; }
.header .header__content { -ms-flex: 1 1 0; flex: 1 1 0; }
.header .header__inner { transition: all .3s; }
.header.fixed .header__inner { position: fixed; top: 0; left: 0; right: 0; background-color: #b1b7b5; border-bottom: 6px solid #9f1537; }
.header.fixed .header__inner .logo { -ms-transform: scale(0.79); transform: scale(0.79); margin-top: -4px; position: relative; }
@media (max-width: 1300px) {

	.header { padding-top: 15px; top: 0; }
	.header .logo { margin-top: 0; }
}
@media (max-width: 1023px) {

	.header { transition: .3s; }
	.header .header__content { position: absolute; top: 100%; left: 0; width: 100%; padding: 0; max-height: 0; overflow: hidden; transition: .3s; }
	.header.expanded { background: #868686; }
	.header.fixed.expanded .header__inner { background-color: #868686; }
	.header.expanded .header__content { background: #868686; max-height: 500px; padding: 30px 15px; }
}
@media (max-width: 767px) {

	.header .logo { -ms-transform: scale(.82); transform: scale(.82); -ms-transform-origin: 0; transform-origin: 0; }
	.header .shell { padding: 0 23px; }
	.header { padding-top: 29px; top: 0; }
	.header.fixed .header__inner { padding-top: 10px; padding-bottom: 10px; }
}
@media(max-width: 390px){

	.header .shell { padding: 0 10px; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1248px; padding-left: 15px; padding-right: 15px; margin: auto; }
.shell-fluid { max-width: none; }
@media (max-width: 1023px) {

	.shell { max-width: 756px; }
}
@media (max-width: 767px) {

	.shell { padding: 0 20px; max-width: 100%; }
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article {
	margin-bottom: 40px;
}
.article .article__image {
	padding-top: 85.58%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}
.article .article__image:hover .article__overlay, .article.active .article__overlay {
	opacity: 1;
	visibility: visible;
}
.article .article__overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(104, 110, 111, .9);
	color: #fff;
/* 	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center; */
	padding: 40px 40px 40px 82px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	overflow: auto;
}
.article .article__overlay *:last-child {
	padding-bottom: 120px;
}
.article .article__overlay h5 {
	color: #fff;
	margin-bottom: 25px;
}
.article .article__content {
	text-align: center;
	font-size: 20px;
	padding: 60px 20px;
	min-height: 205px;
	cursor: pointer;
}
.article .article__content h5 {
	margin-bottom: 10px;
}

@media (max-width: 1023px) {

	.article { margin-bottom: 30px; }

	.article .article__overlay {
		padding: 40px;
		overflow-y: auto;
	}

	.article .article__content { padding: 30px 20px; min-height: 150px; }
}
@media (max-width: 767px) {
	.article .article__overlay {
		padding: 25px;
		overflow-y: auto;
	}
	.article .article__content { padding: 30px 10px; min-height: 0; }
	.article { margin-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; background: #9f1537; color: #fff; text-decoration: none; text-transform: uppercase; font-weight: 700; font-size: 18px; letter-spacing: 0.02em; border-radius: 9px; padding: 13px 34px; transition: .3s; border: 1px solid #9f1537; font-family: 'Lato', sans-serif;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
.btn:hover { background-color: transparent; color: #9f1537; }
.btn .btn__container { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; text-align: left; line-height: 1.1; }
.btn i { margin-right: 10px; }
.btn strong { font-size: 20px; }
.btn em { font-weight: 400; font-size: 14px; display: block; text-transform: none; font-style: italic; opacity: .5; }
.btn--large { border-radius: 20px; padding: 24px 34px; }
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
/* Btn Menu */
.btn-menu { display: inline-block; color: #fff; text-decoration: none; font-size: 20px; font-family: 'Lato', sans-serif; text-align: left; z-index: 20; line-height: 0; vertical-align: middle; padding-top: 16px; transition: .3s; }
.btn-menu span { position: relative; display: inline-block; vertical-align: middle; width: 46px; height: 8px; background: #9f1537; border-radius: 8px; margin-left: 10px; }
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 8px; background: #9f1537; content: ''; border-radius: 8px; }
.btn-menu span:before { top: -13px; }
.btn-menu span:after { top: 13px; }
.btn-menu span:before,
.btn-menu span:after,
.btn-menu span {
    transition: all .3s linear;
 }
.btn-menu.expanded { color: #9f1537; }
.btn-menu.expanded span { background: transparent; }
.btn-menu.expanded span:before,
.btn-menu.expanded span:after { background: #9f1537; }
.btn-menu.expanded span:before {
-ms-transform: rotate(45deg) translate(8.5px, 7px);
    transform: rotate(45deg) translate(8.5px, 7px);

}
.btn-menu.expanded span:after {
-ms-transform: rotate(-45deg) translate(11px, -10px);
    transform: rotate(-45deg) translate(11px, -10px);
}
@media (max-width: 767px) {

	.btn-menu { font-size: 15px; text-transform: uppercase; }
}
@media(max-width: 390px){

	.btn-menu { font-size: 0; }
	.btn { padding: 16px 15px; }
}
/* ------------------------------------------------------------ *\
	Employees
\* ------------------------------------------------------------ */

.employee .employee__image {
	height: 544px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.employee .employee__content {
	padding: 20px 10px;
}
.employee .employee__content h5 {
	margin-bottom: 15px;
}

@media (max-width: 1023px) {

	.employee .employee__content { padding: 20px 20px 0; max-width: 302px; }
	.employee .employee__content p:last-child { margin-bottom: 0; }
}
@media (max-width: 767px) {

	.employee .employee__image { height: 496px; }
}
/* ------------------------------------------------------------ *\
	Feed
\* ------------------------------------------------------------ */
.feed .col:nth-child(odd) { margin-top: -112px; }
.feed.expanded .article:nth-child(n+3) { display: block; }
.feed .article:nth-child(n+3) { display: none; }
.feed.expanded { margin-bottom: -80px; }
@media (max-width: 1023px) {

	.feed__wrapper .row:first-child .col--1of2 { width: 100%; padding: 0 150px 0 18px; }
	.feed__wrapper .row:first-child { display: block; }

	.feed .col:nth-child(odd) { margin-top: -70px; }
}
@media (max-width: 767px) {

	.feed__wrapper .row:first-child .col--1of2 { padding: 0 7px; }
	.feed .col:nth-child(odd) { margin-top: 0; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form { max-width: 300px; }
.form .field { margin-top: 13px; border: 0; border-radius: 4px; padding: 16px 13px; width: 100%; letter-spacing: -0.02em; border: 1px solid #fff; transition: .3s; }
.form .field:focus { border: 1px solid #333; }
.form .checkbox { font-size: 13px; line-height: 1.2; letter-spacing: -0.02em; margin-top: 13px; }
.form .checkbox a { color: #9f1537; text-decoration: none; }
.form .checkbox a:hover { text-decoration: underline; }
.form .checkbox input { display: none; }
.form .checkbox input:checked + label:before { background: #000; }
.form .checkbox label { padding-left: 35px; position: relative; display: block; font-family: 'Lato', sans-serif; }
.form .checkbox label:before { content: ''; width: 23px; height: 23px; position: absolute; top: 1px; left: 0; background: #fff; transition: .3s; box-shadow: inset 0 0 7px 4px rgba(255, 255, 255, 1); }
.form .form__btn { margin-top: 20px; }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { background-size: cover; background-position: center; margin-bottom: 55px; }
.intro .shell { height: 910px; display: table; width: 100%; position: relative; background-size: 1px; background-repeat: no-repeat; }
.intro .intro__content { display: table-cell; vertical-align: middle; }
.intro .intro__content h1 { color: #fff; }
.intro .intro__title { margin-bottom: 40px; }
.intro .intro__title span { color: #9f1537; }
.intro .intro__image {
	position: absolute;
	right: 0;
	bottom: -20px;
}

@media (max-width: 1300px) {
	.intro .intro__image {
		max-width: 330px;
	}
	.intro .intro__image { right: 15px; }
}
@media (max-width: 1024px) {
	.intro { margin-bottom: 100px; }
	.intro .intro__image img { max-width: 328px; }
}
@media (max-width: 767px) {

	.intro { margin-bottom: 70px; }
	.intro .shell { background-size: auto; background-position: center bottom; display: block; padding-top: 145px; }
	.intro .intro__image img { max-width: 249px; }
	.intro .intro__image { bottom: -90px !important; }
	.intro .intro__content h1 { margin-bottom: 30px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
.list-logos { margin-top: 55px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.list-logos li { margin-right: 20px; }
@media (max-width: 1023px) {

	.list-logos { margin-top: 45px; }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map { height: 385px; }
.map .map__title { width: 225px; color: #333; font-size: 17px; list-style-type: -0.02em; }
.map .map__title span { display: block; margin-top: 20px; }
.map div div div div div div div div img { display: none; }
.map .gm-style-iw { padding: 10px 0 8px 10px; }
.map .gm-style div div div div div div div { border-radius: 0 !important; }
.map .gm-style > div:first-child div div div div div div:nth-child(3) { display: none; }
.map .gm-style > div:first-child div div div div div div:nth-child(1) { border-top: 0 !important; }
@media (max-width: 767px) {

	.map { height: 365px; }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { font-size: 20px; color: #fff; font-family: 'Lato', sans-serif; }
.nav .current { color: #9f1537; }
.nav ul { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.nav a { text-decoration: none; transition: .3s; }
.nav a:hover { color: #9f1537; }
.nav .btn { padding: 8px 15px; }
.nav li:last-child { margin-left: 15px; }
.nav li { margin-left: 20px; }
@media (max-width: 1300px) {

	.nav li:last-child { display: block; width: 100%; text-align: right; padding-top: 10px; }
}
@media (max-width: 1023px) {

	.nav { font-size: 24px; }
	.nav li + li { margin-top: 10px; }
	.nav ul { display: block; text-align: center; }
	.nav li:last-child { text-align: center; }
	.nav li:last-child,
	.nav li { margin-left: 0; }
}
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup__trigger {
	display: inline-block;
	margin: 3px 0px;
}


.popup {
	background: white;
	padding: 65px;
	width: 1033px;
	max-width: calc(100% - 30px);
	margin: 40px auto;
	position: relative;
	box-shadow: 0 0 70px rgba(0, 0, 0, .4);
}
.popup .popup__content {
	padding: 80px 50px 80px 55px;
	font-size: 18px;
	line-height: 1.28;
}
.popup__content ul li {
	list-style: none;
	padding-left: 22px;
	font-weight: 300;
}
.popup__content ul li:before {
	content: "•";
	font-size: 22px;
	float: left;
	margin-left: -16px;
}
.popup .popup__content h5 {
	margin-bottom: 25px;
}
.popup .popup__content p {
	margin-bottom: 45px;
}
.popup .mfp-close {
	background: #fff;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	transition: .3s;
	color: #9f1537;
	opacity: 1;
	font-size: 70px;
	top: 50px;
	right: 47px;
}
.popup .mfp-close:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .8);
}

.popup__wrapper .zoom-anim-dialog { opacity: 0;
	transition: all 0.2s ease-in-out;
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.popup__wrapper.mfp-ready .zoom-anim-dialog { opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup__wrapper.mfp-removing .zoom-anim-dialog { opacity: 0;
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.popup__wrapper.mfp-bg { opacity: 0;
	transition: opacity 0.3s ease-out;
	background-color: transparent;
}
.popup__wrapper.mfp-ready.mfp-bg { opacity: 0.8; }
.popup__wrapper.mfp-removing.mfp-bg { opacity: 0; }
@media (max-width: 1023px) {

	.popup { padding: 40px; }
	.popup .popup__content { padding: 0; }
	.popup .mfp-close { top: 35px; right: 35px; }
}
@media (max-width: 767px) {

	.popup { margin: 15px; padding: 50px 20px 20px; }
	.popup .popup__content { padding-top: 20px; }
	.popup .popup__content p { font-size: 14px; letter-spacing: 0; }
	.popup .popup__content p:last-child { margin-bottom: 0; }
	.popup .mfp-close { top: 10px; right: 10px; width: 45px; height: 45px; font-size: 55px; }
	.popup__wrapper .mfp-container { padding: 0; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { padding-top: 115px; }
.section .section__title { text-align: center; margin-bottom: 45px; }
.section .section__inner { padding: 30px 40px 70px 0; }
.section .section__actions { text-align: center; }
.section .section__actions .btn { margin-bottom: 10px; }
.section--slider { overflow: hidden; }
@media (max-width: 1023px) {

	.section { padding-top: 93px; }
	.section .section__inner { padding: 40px 40px 150px 0; }
	.section .section__title { max-width: 600px; margin: 0 auto 45px; }

	.section--slider { margin-bottom: -40px; }
}
@media (max-width: 767px) {

	.section .section__inner { padding: 50px 0 42px; }
	.section .section__actions { padding-top: 10px; }
	.section .section__actions .btn { margin-bottom: 0; }
	.section .section__inner h5 { font-size: 22px; margin-bottom: 24px; }
	.section { padding-top: 75px; }
	.section .section__title { margin-bottom: 25px; text-align: left; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slides { list-style: none outside none; }
.slider .slick-arrow { position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 0; border: 0; background: #fff; width: 76px; height: 76px; border-radius: 50%; box-shadow: 0 0 25px rgba(0, 0, 0, .4); transition: .3s; z-index: 5; }
.slider .slick-arrow:before { content: ''; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 21px; height: 33px; background-size: cover; background-position: center; }
.slider .slick-arrow:hover { box-shadow: 0 0 25px rgba(0, 0, 0, .8); }

.slider .slick-prev {
	left: 25px;
}
#Team .slick-prev {
	opacity: 0;
}
.slider .slick-next {
	right: 25px;
}

.slider .slick-prev:before { background-image: url(../css/images/temp/ico-prev.png); }
.slider .slick-next:before { background-image: url(../css/images/temp/ico-next.png); left: calc(50% + 2px); }
.slider .slick-dots { text-align: center; list-style-type: none; padding: 45px 0; }
.slider .slick-dots li { margin: 0 7px; display: inline-block; }
.slider .slick-dots button { font-size: 0; background-color: transparent; border: 1px solid #9f1537; border-radius: 50%; width: 18px; height: 18px; transition: .3s; }
.slider .slick-dots .slick-active button { background: #9f1537; }
.slider--employees { position: relative; }
.slider--employees .slider__slide { margin: 0 22px; width: 370px; }
.slider--employees .slick-list { margin: 0 -144px 0 0; }
.slider--employees .slick-arrow { top: 272px; margin-top: -38px; -ms-transform: none; transform: none; }
.slider--employees .slick-prev { left: 20px; }
.slider--employees .slick-next { right: -80px; }
.slider--images .slider__slide { min-height: 687px; background-size: cover; background-position: center; }
@media(max-width: 1400px){
	.slider--employees .slick-next { right: 5px; }
}
@media(max-width: 1024px){
	.slider--employees .slick-list { margin: 0 -144px 0 -15px; }
	.slider--employees .slick-next { right: 15px; }

	.slider--images .slider__slide { min-height: 408px; }
}
@media (max-width: 767px) {

	.slider--employees .slick-list { margin: 0; }
	.slider--employees .slick-next { right: -5px; }
	.slider--images { padding-bottom: 110px; }
	.slider--images .slider__slide { min-height: 292px; }
	.slider--images .slick-arrow { top: calc(100% + 30px); -ms-transform: none; transform: none; }
	.slider .slick-next { right: 29px; }
	.slider .slick-prev { left: 29px; }
}
@media (max-width: 479px) {

	.slider--employees .slider__slide { margin: 0; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }


.infoTime span {
	display: none;
}
.infoTime span.active {
	display: inline-block;
}


input, textarea {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	border: 0;
}
.formInput {
	position: relative;
}
.formInput label {
	display: none;
}
.formInput input[type="text"], .formInput textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 17px;
	margin-bottom: 10px;
}
.formInput input.error, .formInput textarea.error  {
	border: 1px solid #ca2a2a;
}
.formInput textarea {
	resize: none;
}
.formInput textarea.max {
	min-height: 160px;
}
.formCheck {
	position: relative;
}
#checkPrivacy {
	z-index: 20;
	opacity: 0;
}
#checkPrivacy ~ label:before {
	border: 1px solid #999999;
	background: #FFFFFF;
	content: "";
	display: block;
	opacity: 1;
}
#checkPrivacy.error  ~ label:before {
	border: 1px solid #ca2a2a;
}
#checkPrivacy, #checkPrivacy ~ label:before {
	position: absolute;
	left: 0;
	top: 11px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#checkPrivacy:checked ~ label:before {
	background: url('images/icon_check_white.svg') no-repeat center center / 13px 13px #95b522;
	border: 0;
}
.formCheck span.error, .formInput span.error {
	color: #ca2a2a;
	font-size: 12px;
	position: absolute;
	right: 5px;
	bottom: 15px;
}
.formCheck span.error  {
	left: 30px;
	bottom: -7px;
}
.formCheck {
	padding: 10px 0px;
}
.formCheck label {
	display: block;
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
	padding: 2px 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.formCheck label a {
	color: #9f1537;
}
#cbSubmit {
	margin-top: 15px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888888;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888888;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888888;
}

/*///////////////////////////////////////////////////////
// Overlays
//////////////////////////////////////////////////////*/

.messageOverlay {
	display: none;
	background-color: rgba(0,36,60,0.4);
	position: fixed;
	overflow: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 300;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.overlayClose {
	position: absolute;
	right: 30px;
	top: 40px;
	text-transform: none;
}
.overHide {
	overflow: hidden;
}

.messageOverlay {
	background-color: rgba(255,255,255,0.95);
}
.moClose {
	background: url('assets/images/icons/close.svg') no-repeat center center / 30px 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}
.moClose:hover {
	opacity: 0.8;
}
.messageOverlay .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 550px;
}
.messageOverlay h3 {
	color: #9f1537;
	font-size: 22px;
	text-align: center;
	line-height: 1.4em;
}

/* ------------------------------------------------------------ *\
	Updates
\* ------------------------------------------------------------ */

.section--info .section__info { position: relative;  padding: 113px 72px 119px; }
.section--info .section__info-image { background-size: cover; background-position: left center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section--info .section__info-content { max-width: 430px; margin-left: auto; position: relative; z-index: 2; font-size: 18px; line-height: 1.39;  }
.section--info .section__info-content h2 { font-size: 53px; line-height: 1.23; font-weight: 600; font-family: 'Open Sans', sans-serif; margin-bottom: 21px; }
.section--info .section__info-content p { max-width: 86%; margin-bottom: 40px; }

@media (max-width: 1199px) {
	.section--info .section__info { padding: 100px 10px; }
	.section--info .section__info-image { background-position: -1vw center; }
	.section--info .section__info-content { max-width: 400px; }
	.section--info .section__info-content h2 { font-size: 45px; }
	.section--info .section__info-content p { max-width: 90%; }
}

@media(max-width: 1024px){
	.section--info .section__info { padding: 0; }
	.section--info .section__info-image { background-position: -1vw center; position: relative; padding-top: 74.93%; margin-bottom: 25px; }
	.section--info .section__info-content { max-width: none; }
}

@media(max-width: 768px){
	.section--info .section__info { margin: 0 -20px;  }
	.section--info .section__info-content { max-width: none; padding: 0 27px; }
	.section--info .section__info-content h2 { font-size: 38px; line-height: 1.21; margin-bottom: 13px; }
	.section--info .section__info-content p { max-width: 83%; margin-bottom: 28px;  }
}

@media(max-width: 374px){
	.section--info .section__info h2 { font-size: 32px; }
}

/*  Btn alt  */

.btn-alt { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; background: #9f1537; color: #fff; text-decoration: none; font-weight: 400; font-size: 18px; line-height: 1.39;  border-radius: 9px; padding: 13px 34px; transition: .3s; border: 1px solid #9f1537; }

@media(max-width: 768px){
	.btn-alt { padding: 19px 31px; }
}
