/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
strong{font-weight: bold !important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  color: #333;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html.noScroll, body.noScroll {
  position: relative;
  overflow: hidden; }

html {
  height: 100%;
  font-size: 16px; }

body {
  color: #333;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif; }

a { text-decoration: none; }

img { max-width: 100%; display: inline-block; vertical-align: middle; }

svg {
  max-width: 100%;
  max-height: 100%; }

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

/* Breadcrumbs */
.breadcrumbs { background: #7F8999; padding: 17px 0 17px 188px; }
.breadcrumbs ul li { display: inline-block; vertical-align: middle; position: relative; }
.breadcrumbs ul li ~ li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.breadcrumbs ul li a { color: #fff; display: inline-block; vertical-align: middle; }
.breadcrumbs ul li a:hover { color: #E31F24; }


/* Section Contacts */
.section-contacts { padding: 80px 0 164px; position: relative; }
.section-contacts:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 106px;
  height: 229px;
  background: #E31F24;
  z-index: 4;
}
.section-contacts h1 { color: #1C4F9C; font-size: 44px; font-weight: 800; margin-bottom: 58px; }
.section-contacts h3 { font-size: 24px; font-weight: 700; color: #333; margin-bottom: 24px; }
.section-contacts .section-content { padding-bottom: 120px; position: relative; }
.section-contacts .section-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 106px;
  height: 100%;
  background: red;
}
.section-contacts .section-inner-text { font-size: 20px; color: #3D3E3F; max-width: 1007px; margin: 0 auto; line-height: 40px; padding-bottom: 70px; }


.section-contacts .section-form-wrapper { overflow: hidden; margin-top: -30px;}
.section-contacts .section-form-wrapper h2 { color: #1C4F9C; font-size: 30px; font-weight: 700; position: relative; background: #fff; display: inline-block; padding-right: 40px; margin-bottom: 74px; }
.section-contacts .section-form-wrapper h2:after {
  content: '';
  z-index: -1;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 0%;
  height: 2px;
  background: #1C4F9C;
}

/* Form Styles */
.form-col { float: left; }
.form-col ~ .form-col { margin-left: 3%; }
.form-col-1of3 { width: 27.2%; }
.form-col-2of3 { width: 57.4%; }

.form-wrapper {}
.form-wrapper .form-label { margin-bottom: 6px; display: inline-block; }
.form-wrapper .input-container input { width: 100%; font-size: 20px; font-weight: 700; border: 1px solid #7F8999; padding: 15px 10px; }
.form-wrapper .input-container textarea { width: 100%; font-size: 20px; font-weight: 700; border: 1px solid #7F8999; padding: 15px 10px; resize: none; height: 267px; }

.form-wrapper .form-row ~ .form-row { margin-top: 56px; }
.form-wrapper .form-row .form-col:last-child { margin-left: 15.4%; }

.form-wrapper .form-footer { margin-top: 68px; }
.form-wrapper .form-footer .form-button { font-size: 20px; font-weight: 700; color: #E31F24; background: transparent; border: 2px solid #E51F24; text-transform: uppercase; padding: 17px 127px; cursor: pointer; }
.form-wrapper .form-footer .form-button:hover { background: #E31F24; color: #fff; }

.checkbox-wrapper  { position: relative; cursor: pointer; margin-left: 51px; }
.checkbox-wrapper input { visibility: hidden; }
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    height: 31px;
    width: 31px;
    border: 1.5px solid #7F8999;
    background: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrapper .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #555555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

/* Google maps */
.footer-map { position: relative; width: 100%; }
.map { width: 100%; height: 607px; }


/*Fullscreen menu*/
.visible-main-menu .fullscreen-menu {
  visibility: visible;
  opacity: 1;
}

.visible-main-menu .svg-menu-toggle .bar:nth-of-type(1) {
  -webkit-transform:rotate(-45deg) translateY(0) translateX(0);
  transform:rotate(-45deg) translateY(0) translateX(0);
}
.visible-main-menu .svg-menu-toggle .bar:nth-of-type(2) { opacity:0; }
.visible-main-menu .svg-menu-toggle .bar:nth-of-type(3) {
  -webkit-transform:rotate(45deg) translateY(0em) translateX(0em);
  transform:rotate(45deg) translateY(0em) translateX(0em); }

.fullscreen-menu {
  padding: 34px 20px;
  overflow-y: scroll;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(200, 200, 200, 0.9);
  z-index: 50;

  text-align: center;

  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-ms-flex-pack: center;
  justify-content: center;*/
}

.fullscreen-menu a { color: #000; }
.fullscreen-menu a:hover { color: #E31F24; }
.fullscreen-menu .active { color: #E31F24; }

.collapse-minus::after {
    content: "\2212";
    font-size: 36px;
    line-height: 36px;
    margin-left: 20px;
}

.collapse-plus::after {
    content: "\002B";
    font-size: 36px;
    line-height: 36px;
    margin-left: 20px;
}

.lang-nav { font-size: 24px; width: 100%; margin-bottom: 80px; }
.lang-nav ul li { display: inline-block; vertical-align: middle; text-transform: uppercase; position: relative; }
.lang-nav ul li a { display: inline-block; vertical-align: middle; }
.lang-nav ul li ~ li:before { content: '|'; color: #000; margin: 0 20px; display: inline-block; vertical-align: middle; }

.nav-primary > ul > li > a { font-size: 36px; text-transform: uppercase; line-height: 36px; }
.nav-primary > ul > li ~ li { margin-top: 50px; }

.nav-primary a:not([href]):not([tabindex]) {
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.inner-links.closed { display: none; }
.inner-links { font-size: 24px; margin-top: 20px; }
.inner-links li { display: inline-block; vertical-align: middle; }
.inner-links li ~ li { margin-left: 60px; }

.nav-secondary { margin-top: 8%; font-size: 24px; text-transform: uppercase; }
.nav-secondary ul li { display: inline-block; vertical-align: middle; }
.nav-secondary ul li a { display: block; }
.nav-secondary ul li ~ li { margin-left: 60px; }


/* Section Top Text Content */
.top-text-content { color: #3D3E3F; padding: 94px 30px 54px; }
.top-text-content a { color: #E71F24; font-weight: 600; }
.top-text-content a:hover { color: #333333; }
.top-text-content .section-content { max-width: 56%; margin: 0 auto; font-size: 18px; line-height: 30px; }
.top-text-content h3 { font-size: 44px; font-weight: 800; color: #E71F24; margin-bottom: 18px; line-height: 40px; }

.top-text-content.border-content { position: relative; padding: 100px 30px; margin-bottom: 50px; }
.top-text-content.border-content:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 42px;
    left: 0;
    bottom: 0;
    background: #1C4F9C;
}

.gallery-text { position: relative; padding-top: 0; margin-top: 111px; padding-bottom: 107px; }
.gallery-text:after {
  content: '';
  position: absolute;
  width: 106px;
  height: 100%;
  bottom: 0;
  right: 0;
  background: #E31F24;
  z-index: 5;
}

.section-content-blue h3 { color: #1C4F9C; }

/* section-bottom-gallery */
.section-bottom-gallery { padding: 50px; margin: 20px 0;}

/* Section Intro */
.section-intro { }
.section-intro * { -webkit-transition: none; transition: none; }
.section-intro:before {
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;

  background-image: url("../img/hero.png");
  background-size: 100% 100%;
  z-index: 10;
}

.rev_slider_wrapper {
	/*z-index: 10;*/
	/* The z-index must be set to important or additionally specified, otherwise the default from revolution slider is taken (0) */
	z-index: 11!important;
}

.section-intro .tp-revslider-slidesli:before {
   content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  visibility: visible;
  z-index: 12;

  background-image: url("../img/hero.png");
  background-size: 100% 100%;
  z-index: 10;
}

/* Add another gradient for video slides because their container has higher z-index then the top level gradient */
.section-intro .slider_video_li .tp-videolayer:before {
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  visibility: visible;
  z-index: 12;

  background-image: url("../img/hero.png");
  background-size: 100% 100%;
  z-index: 14;
}

.section-intro .tp-parallax-wrap {
	z-index: 12 !important;
}

.tp-caption > .main_caption_name + .main_caption_name,
.tp-caption > a .main_caption_name + .main_caption_name {
  font-size: 48px;
  font-weight: 700;
  color: #070707;
  width: 621px;
  white-space: initial;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  background: rgba(227, 31, 36, 0.87);
  padding: 39px 20px 12px 122px;
}

.tp-caption > .main_caption_name:first-child,
.tp-caption > a .main_caption_name:first-child {
  font-size: 44px;
  font-weight: 700;
  width: 610px;
  white-space: initial;
  color: #fff;
  padding-left: 122px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  margin-bottom: -23px;
}

.section-intro .tp-caption > a .main_caption_name:first-child:first-letter { text-transform: capitalize; }

.tparrows:hover,
.tparrows { background: transparent !important; }

.tparrows.tp-rightarrow:before,
.tparrows.tp-leftarrow:before { content: '' !important; }

.tparrows.tp-leftarrow img { transform: rotate(-180deg) !important; }
.rev_slider_wrapper__scroll-down { position: absolute; bottom: 78px; left: 50%; transform: translateX(-50%); z-index: 19; cursor: pointer; }

/* Main styles */
h1 { font-size: 44px; line-height: 40px; }
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

*:focus {
    outline: none;
}
.no-scroll { overflow: hidden; }
.clearfix:after { content: ' '; clear: both;  display: table;}
.mobile-view { display: none; }

.shell {
  padding: 0 30px;
  max-width: 1156px;
  margin: 0 auto;
  box-sizing: unset;
}

.shell-small { max-width: 56%; padding: 0; }

/* Filter years */
.filter-years-container { font-size: 30px; font-weight: 600; position: relative; padding-bottom: 109px; margin-bottom: 50px; }
.filter-years-container:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 42px;
  left: 0;
  bottom: 0;
  background: #1C4F9C;
}

.filter-years-container .filter-arrow:hover { opacity: 0.7; }
.filter-years-container .filter-arrow img { width: 13px; }

.filter-years-container a { color: #1C4F9C; }
.filter-years-container a ~ a { margin-left: 28px; }

.filter-years-container a.active,
.filter-years-container a:hover { color: #E31F24; }

/* Cols */
.cols .col { float: left; }
.cols .col-1of2 { width: 50%; }
.cols .col-1of3 { width: 33.3%; }
.cols .col-1of4 { width: 25%; }

/* Footer */
.footer { background: #7F8999; color: #fff; padding: 80px 0 55px; }
.footer a { color: #fff; }

.footer-info p ~ p { margin-top: 20px; }
.copyrights-info { margin-top: 40px; font-size: 14px; }

.footer-inner ul li ~ li { margin-top: 25px; }
.footer-inner .footer-main-link { font-size: 26px; font-weight: 800; border-bottom: 3px solid #E31F24; text-transform: uppercase; }
.footer-inner .logo-footer { display: inline-block; vertical-align: middle; }

.footer-nav { text-transform: uppercase; }
.footer-nav ul {
  counter-reset: section;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
}

.footer-nav ul li ~ li { margin-top: 10px; }
.footer-nav ul li a { position: relative; display: inline-block; }
.footer-nav ul li a:before {
  content: "";
  opacity: 0;
  transition: 0.25s;
  position: absolute;
  left: -10px;
  width: 6px;
  height: 6px;
  background: #E31F24;
  border: 1px solid #707070;
  visibility: hidden;
  top: 2px;
}

.footer-nav ul li a:hover:before, .footer-nav ul li a.active:before {
  content: "";
  visibility: visible;
  opacity: 1; 
  left: -20px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #E31F24;
  border: 1px solid #707070;
}

.socials,
.footer-actions {
  margin-top: 45px;
  width: 50%;
  float: left;
  text-align: right;
}

.socials {}
.socials a:hover { opacity: 0.8; }

.footer-actions .scroll-top {
}

.footer-actions a img + img,
.footer-actions a:hover img { display: none; }

.footer-actions a:hover img + img { display: inline-block; }

/* Header */
.header { position: fixed; left: 0; top: 0; width: 100%; z-index: 50; padding: 34px 40px 0 125px; background: transparent; }
.header .logo { display: inline-block; width: 132px; height: 132px; }
.header-content { float: right; margin: 0;}

.header-tabs { font-size: 18px; text-transform: uppercase; font-weight: 600; display: inline-block; vertical-align: middle; }
.header-tabs ul { }
.header-tabs li { display: inline-block; vertical-align: middle; }
.header-tabs li ~ li { margin-left: 38px; }
.header-tabs li a { color: #fff;  display: block; position: relative; padding-bottom: 8px; }
.header-tabs li a:hover:after, .header-tabs li a.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background: #E31F24;
 }

 .link-contacts { display: inline-block; vertical-align: middle; margin-left: 50px; margin-top: -8px; }
 .link-contacts:hover img,
 .link-contacts img + img { display: none; }

 .link-contacts:hover img + img { display: inline-block; }

 /* Shrink header */
/* .header * {
  transition: all 0.5s ease;
 }*/

 .shrink { background: #7F8999; padding-top: 14px; padding-bottom: 14px; }
 .shrink .logo { width: 42px; height: 42px; }
 .shrink .header-tabs { font-size: 16px; }
 .shrink .link-contacts { width: 30px; height: 24px; }
 .shrink .header-content { margin-top: 12px; }
 .shrink .link-menu { transform: scale(0.8); }



.header,
.logo,
.header-content,
.header-tabs {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*.header-content {
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

.header {
  -webkit-transition: padding 0.2s ease-out, background 0.2s ease-out;
  transition: padding 0.2s ease-out, background 0.2s ease-out;
}
.logo {
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}
*/


/*  Burger-button  */
.svg-menu-toggle {
  fill:#fff;
  pointer-events:all;
  cursor:pointer;
}
.svg-menu-toggle .bar {
  -webkit-transform:rotate(0) translateY(0) translateX(0);
  transform:rotate(0) translateY(0) translateX(0);
  opacity:1;

  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;

  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;

}
.svg-menu-toggle .bar:nth-of-type(1) {
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
.svg-menu-toggle .bar:nth-of-type(3) {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
}

@media only screen and (min-width: 1024px) {
  .svg-menu-toggle:hover .bar:nth-of-type(1) {
    -webkit-transform:rotate(-45deg) translateY(0) translateX(0);
    transform:rotate(-45deg) translateY(0) translateX(0);
  }
  .svg-menu-toggle:hover .bar:nth-of-type(2) { opacity:0; }
  .svg-menu-toggle:hover .bar:nth-of-type(3) {
    -webkit-transform:rotate(45deg) translateY(0em) translateX(0em);
    transform:rotate(45deg) translateY(0em) translateX(0em); }  
}


.link-menu {
  margin: -20px 0 0 30px;
  width: 60px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 51;
}

/* Articles-wrapper */
.section-title-big { display: inline-block; font-size: 56px; font-weight: 900; text-transform: uppercase; color: #fff; }

.section-articles { position: relative; padding-bottom: 106px; padding-right: 106px; }
.section-articles .section-title { background: #7F8999;  padding: 43px 103px 0 103px;
    line-height: 0.9; margin-bottom: 93px; }

.section-articles:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
  height: 100%;
  background: red;
}
.section-articles:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 106px;
  background: red;
}

.articles-wrapper { font-size: 0; }
.articles-wrapper .article-head { margin-bottom: 37px; }
.articles-wrapper .article-image { overflow: hidden; }
.articles-wrapper .article-head h3 { font-size: 18px; font-weight: 700; color: #E31F24; border-bottom: 2px solid #E31F24; display: inline-block; padding-left: 25px; margin-bottom: 14px; }
.articles-wrapper .article-head h3 a { color: #E31F24; }
.articles-wrapper .article-head h3:hover a { color: #333333; }
.articles-wrapper .article-head h3:hover  { border-color: #333333; }
.articles-wrapper .article-head img { width: 100%; height: auto; }

.articles-wrapper .article-body { font-size: 18px; color: #535455; line-height: 28px; margin-bottom: 54px; padding: 0 57px; }
.articles-wrapper .article-body h2 { font-size: 24px; font-weight: 700; color: #1C4F9C; margin-bottom: 26px; text-transform: uppercase; }
.articles-wrapper .article-body h2 a { color: #1C4F9C; }
.articles-wrapper .article-body h2:hover a { color: #E31F24; }

.articles-wrapper .article-footer { padding: 0 50px; display: flex; justify-content: space-between; }

.articles-wrapper .article-footer p { font-size: 32px; color: #1C4F9C; float: left; }
.articles-wrapper .article-footer p span { font-weight: 700; }

.articles-wrapper .article-footer .link-more { font-weight: 600; color: #E31F24; font-size: 16px; align-self: center; margin-left: auto; }
.articles-wrapper .article-footer .link-more:hover { color: #7F8999; }

.articles-wrapper .article { width: 32.66%; display: inline-block; vertical-align: top; margin-bottom: 80px; }
.articles-wrapper .article ~ .article { margin-left: 1%; }
.articles-wrapper .article:nth-child(3n+1) { margin-left: 0; }

.articles-slider .article { margin-bottom: 0; }
.articles-slider .article ~ .article { margin-left: 0; }
.articles-slider .article-body h2 { font-weight: 600; }
.articles-slider .article-footer,
.articles-slider .article-body { padding: 0 40px; }
.articles-slider .article-footer p { font-size: 24px; }

/* Section Articles list */
.section-articles-list { padding-left: 106px; background: #E31F24; padding-top: 52px; margin-top: -52px;  padding-bottom: 100px; }
.article-items { background: #7F8999; padding-top: 52px; margin-top: -52px; }
.article-items .article-item { position: relative; }
.article-items .article-item:last-of-type:after {  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: -100px;
  left: 0;
  background: #E31F24;
  z-index: 5;}

.article-item .article-head { width: 50%; padding: 30px 0 30px 37px; }
.article-item .article-head img { margin-bottom: 40px; }
.article-item .article-title { font-size: 24px; font-weight: 600; color: #fff; overflow: hidden; padding-bottom: 2px; }
.article-item .article-title a { color: #fff; display: inline-block; }
.article-item .article-title a:hover { color: #140101; }
.article-item .article-title span { display: block;  position: relative; }
.article-item .article-title span:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 2px;
  background: #E31F24;
  top: 100%;
  left: 0;
}

.article-item .article-image { transform: translateY(-33%); width: 56%; max-width: 900px; float: right; position: relative;
z-index: 11; }
.article-item .article-image img { width: 100%; height: auto; }

.article-item .article-body { background: #fff; padding: 53px 0 46px 106px; width: 50%; position: relative;
z-index: 10; }

.article-item .article-content { max-width: 389px; font-size: 18px; color: #3D3E3F; line-height: 30px; margin-bottom: 58px; }
.article-item .article-content h3 { font-size: 30px; font-weight: 700; color: #1C4F9C; text-transform: uppercase; line-height: 38px; margin-bottom: 30px; }
.article-item .article-content h3 a { color: #1C4F9C; }
.article-item .article-content h3:hover a { color: #E31F24; }

.article-item .article-actions { }
.article-item .article-actions a.link-more { font-size: 18px; color: #1D1C1E; float: left; font-weight: 600;  display: inline-block; position: relative;
}
.article-item .article-actions a.link-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #E31F24;
  margin: -1px 0 0 5px;
}

.article-item .article-actions a.link-more:hover { color: #7F8999; }
.article-item .article-actions a.link-more:hover:after { background: #333333; }
    
.article-item .article-actions p { display: inline-block; font-size: 24px; color: #1C4F9C; float: right; }
.article-item .article-actions p span { font-weight: 700; }

/* Left aligned article */
.article-item-left { text-align: right; }

.article-item-left .article-body,
.article-item-left .article-head { margin: 0 0px 0 auto; }

.article-item-left .article-body { }
.article-item-left .article-content { text-align: left; }
.article-item-left .article-head { padding: 30px 37px 30px 0px; }

.article-item-left .article-image { float: left; }

/* Section Paralax */
.section-paralax {
  position: relative;
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../images/paralax-image.jpg);
}
.section-paralax .section-title {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
}

.section-paralax .section-title strong {
  font-size: 70px;
  font-weight: 900;
  color: #3D3E3F;
  display: block;
  border-top: 5px solid #3D3E3F;
  padding-right: 93px;
  line-height: 68px;
}

/* Section text */
.section-text { background: #7F8999;   display: flex; position: relative; }
.section-text:before {
  content: '';
  width: 106px;
  height: 100%;
  background: #E31F24;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.section-text .section-title { font-size: 44px; font-weight: 800; color: #E31F24; border-bottom: 2px solid #E31F24; margin-bottom: 37px; }
.section-text .section-content,
.section-text .section-aside { float: left; }

.section-text .section-aside { text-align: right; position: relative; z-index: 2; }
.section-text .section-aside:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  height: 54px;
}

.section-text .section-image { margin-top: 54px; background: #fff; position: relative; overflow: hidden; }
.section-text .section-image img { width: 100%; height: auto; }

.section-aside { width: 40%; }
.section-text .section-content { width: 54%; background: #fff; color: #707070; font-size: 18px; padding: 89px 0 93px 94px; }

.section-text .section-inner { padding: 0 94px 0 0; line-height: 30px; }
.section-text .section-inner a { color: #E31F24; font-weight: 600; }
.section-text .section-inner a:hover { color: #333333; }

.btn-more {
  display: inline-block;
  font-size: 20px;
  background: #E31F24;
  color: #fff;
  padding: 12px 42px;
  border: 1px solid #E31F24;
}

.btn-more strong { font-weight: 600; }

.btn-more:hover { color: #E31F24; border-color: #E31F24; background: #fff; }

/* Section Gallery */
.gallery-title-mobile { font-size: 20px; font-weight: 900; color: #fff; text-transform: uppercase;
  height: 100%;
  
  
}

.gallery-title-mobile:hover { opacity: 0.8; }

.gallery-title-mobile span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  left: 7.6%;
}

.section-home-gallery { background: #7F8999;  position: relative; z-index: 22; }

.section-home-gallery .section-title { margin-left: 105px; margin-top: -28px; margin-bottom: 72px; }

.section-home-gallery .section-body { text-align: right; font-size: 0; position: relative; }
.section-home-gallery .section-body:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7.6%;
  background: #E31F24;
  z-index: -1;
}

.section-home-gallery .section-body a { display: block;}

.section-home-gallery .gallery-item { display: inline-block; vertical-align: top; overflow: hidden; }
.section-home-gallery .gallery-item img { width: 100%; height: auto; }
.item-size1 { width: 51%; }
.item-size2 { width: 43.4%; }

.gallery-row:first-child { position: relative; left: -7.6%; }
.gallery-col { display: inline-block; background-size: 100%; vertical-align: top; background-position: center center; }
.gallery-col-inner { background: #fff; display: block; height: 50%; background-size: 100%;  overflow: hidden; background-position: center center; }
.gallery-col-text { text-align: center; }

.section-home-gallery .gallery-item:nth-child(2) { margin-right: 5.6%; }

.section-home-gallery .text-box { display: block; width: 100%; background: #fff; font-size: 20px; font-weight: 700; color: #1C4F9C; padding: 75px 99px; text-align: left; line-height: 32px; position: relative; top: 50%; transform: translateY(-50%); }
.section-home-gallery .text-box a { color:#1C4F9C; }
.section-home-gallery .text-box.mobile-view { display: none; }

/* Section Gallery Items*/
.section-gallery-items { position: relative; padding-bottom: 115px; }
.section-gallery-items:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 106px;
  height: 115px;
  background: #E31F24;
  z-index: 5;
}
.section-gallery-items > ul { font-size: 0; }
.section-gallery-items .box-gallery { display: inline-block; vertical-align: top; width: 32.66%; margin-bottom: 70px; cursor: pointer; }
.section-gallery-items .box-gallery h3 { font-size: 24px; color: #1C4F9C; font-weight: 400; text-transform: uppercase; line-height: 30px; position: relative; }
.section-gallery-items .box-gallery h3:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #E31F24;
}

.section-gallery-items .box-gallery:hover h3 { color: #E31F24; }
.section-gallery-items .box-gallery:hover h3:before { background: #333333; }
.section-gallery-items .box-image { overflow: hidden; }
.section-gallery-items .box-image img { display: block; width: 100%; }
.section-gallery-items .box-gallery ~ .box-gallery { margin-left: 1%; }
.section-gallery-items .box-gallery:nth-child(3n+1) { margin-left: 0; }

.section-gallery-items .box-content { padding: 27px 49px 0 49px; }
.gallery-items-wrapper { display: none; }

/* Slick slider */
/* the slides */
.slick-slider { padding-bottom: 60px; }
.slick-slide {
    margin: 0 20px;
}
/* the parent */
.slick-list {
    margin: 0 -20px;
}

.slick-dots { text-align: center; margin-top: 109px; }
.slick-dots li { display: inline-block; vertical-align: middle; width: 14px; height: 14px; border: 2px solid #707070; cursor: pointer; }

.slick-dots li:hover,
.slick-dots li.slick-active { background: #707070; }

.slick-dots li ~ li { margin-left: 36px; }
.slick-dots li button { display: none; }
/* .articles-wrapper .article ~ .article { margin-left: 54px; } */

/* Section Bottom text */
.bottom-text-content { background: #E51F24; font-size: 18px; line-height: 30px; padding: 0px 0 80px; }
.bottom-text-content .section-content { padding: 0 80px; overflow: hidden; color: #fff; }
.bottom-text-content .section-content a { color: #27282B; font-weight: 700; }
.bottom-text-content .section-content a:hover { color: #fff; }
/*.bottom-text-content .section-*/


/* text aleft */
.bottom-text-left .shell { position: relative; }
.bottom-text-left .section-content { max-width: 66%; }
.bottom-text-left .section-image { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); }

/* Text top */
.bottom-text-up { padding: 80px 0 130px 0; position: relative; }
.bottom-text-up .section-image { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); }

/* Text right */
.bottom-text-right { padding: 80px 0; position: relative; }
.bottom-text-right:before {
  content: '';
  position: absolute;
  top: -70px;
  height: 70px;
  right: 0;
  width: 106px;
  background: #E31F24;
  z-index: 5;
}

.bottom-text-right .shell { position: relative; }
.bottom-text-right .section-content { padding: 0 0 0 258px; }
.bottom-text-right .section-image { position: absolute; top: 50%; left: 30px; transform: translateY(-50%); }
.bottom-text-right .section-image img { max-width: 171px; }

/* Page navigation */
.page-navigation { font-size: 26px; padding: 70px 0; }
.page-navigation a { color: #7F8999; }
.page-navigation .page-category { text-transform: uppercase; position: relative; display: inline-block;
 word-break: break-all; }
.page-navigation .page-category:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  background: #E31F24;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

.page-navigation .page-category:hover { color:#E31F24; }
.page-navigation .page-category:hover:after { background: #333333; }

.list-arrow { float: right; }
.list-arrow li { display: inline-block; vertical-align: middle; }
.list-arrow li ~ li { margin-left: 202px; }

.list-arrow li:hover img,
.list-arrow li img + img { display: none; }

.list-arrow li:hover img + img { display: inline-block; }

/* Section-article */
.section-single-article { color: #3D3E3F; font-size: 18px; }

/* Single Article page */
.article {}

.section-single-article .article h2,
.section-single-article .article h3,
.section-single-article .article h4 { font-weight: 400; line-height: 40px; text-transform: uppercase; margin-bottom: 24px; }

.section-single-article .article p + h2,
.section-single-article .article p + h3,
.section-single-article .article p + h4 { margin-top: 54px; }

.section-single-article .article p { margin-bottom: 16px; }

.section-single-article .article h1 { font-size: 44px; font-weight: 900; color:#E31F24; text-transform: uppercase; margin-bottom: 60px; line-height: 40px; }
.section-single-article .article h2 { font-size: 30px; color: #1C4F9C; }
.section-single-article .article h3 { font-size: 30px; color: #E31F24; }
.section-single-article .article h4 { font-size: 30px; color: #1C4F9C; }

.section-single-article .article a { font-weight: 700; color: #E31F24; }
.section-single-article .article a:hover { color: #1C4F9C; }

.section-single-article .article-head { position: relative; padding-bottom: 29px; margin-bottom: 78px; }
.section-single-article .article-head:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 70%;
  background: #E31F24;
  height: 2px;
}

.section-single-article .article-head ul { font-size: 22px; text-transform: uppercase; }
.section-single-article .article-head ul li { color: #7F8999; }
.section-single-article .article-head ul li ~ li { margin-top: 28px; }
.section-single-article .article-head ul li strong { color: #1C4F9C; font-weight: 700; }

.section-single-article .article-body { position: relative; line-height: 30px; padding-bottom: 90px; }
.section-single-article .article-body:before {
  content: '';
  width: 106px;
  height: 100%;
  background: #E31F24;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}

.section-single-article .article-footer { text-align: right; font-size: 32px; color: #1C4F9C; padding-top: 53px; }
.section-single-article .article-footer ul { position: relative; display: inline-block; background: #fff; padding-left: 28px; }
.section-single-article .article-footer ul:before {
  content: '';
  width: 100vw;
  height: 2px;
  background: #E31F24;
  right: 0;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.section-single-article .article-footer ul li { display: inline-block; vertical-align: middle; position: relative; }
.section-single-article .article-footer ul li ~ li:before {
  content: '';
  width: 26px;
  height: 2px;
  background: #7F8999;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
.section-single-article .article-footer ul li strong { font-weight: 700; }

/* TO BE FIXED ARTICLES */
.section-articles-list { margin-top: 0; padding-top: 122px; padding-left: 0; background: #7F8999; position: relative; }
.section-articles-list:before {
  content: '';
  width: 106px;
  height: 100%;
  background: #E31F24;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}
.article-items { margin-top: 0; padding-top: 0; background: transparent; }

.article-item { display: flex }

.article-item ~ .article-item { margin-top: 240px; }

.article-item .article-body { order: 1; float: none;  align-self: flex-end; position:relative; left: 106px; padding: 46px 150px 46px 90px; }
.article-item .article-content { max-width: 100%; display: inline-block; }

.article-item .article-image { order: 2; transform: none; max-width: 100%; width: 60%; float: none; position: relative; top: -122px;  overflow: hidden;
}

.article-item-left .article-body { order: 2; float: none; left: auto; right: 106px; padding: 46px 90px 46px 150px; } 
.article-item-left .article-content { }
.article-item-left .article-image { order: 1; float: none; }

.article-item-left .article-title span:after { left: auto; right: 0; }

.article-item { position: relative; }
.article-item .article-head { position: absolute; left: 0; width: 100%; }

.icons-articles { padding-top: 272px; }

/* Transitions */
.section-home-gallery .gallery-item img,
.section-gallery-items .box-image img,
.articles-wrapper .article-image  img,
.article-image img,
.section-text .section-image img {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    animation-fill-mode: none;
}

.gallery-col {
  transition: background-size 0.1s;
-moz-transition: background-size 0.1s;
-ms-transition: background-size 0.1s;
-o-transition: background-size 0.1s;
-webkit-transition: background-size 0.1s;
}
.section-home-gallery .gallery-col:hover {
  background-size: 103%;
}

.section-gallery-items .box-gallery:hover img,
.articles-wrapper .article-image:hover img,
.article-image:hover img,
.section-text .section-image:hover img {
  
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.mobile-view { display: none; }

/* ------------------------------------------------------------ *\
  Media Queries
\* ------------------------------------------------------------ */

@media only screen and (max-width: 2000px) {
  .article-item .article-body { padding-top: 96px; }
}

@media only screen and (max-width: 1600px) {
  .article-item .article-body { padding-top: 46px; }
}

/* Section Contacts */
@media only screen and (max-width: 1400px) {
  .section-form-wrapper {
    padding-left: 90px;
  }
  .section-inner-text {
    padding-left: 112px;
  }

  .section-single-article .article-body { padding-left: 120px; }
}


@media only screen and (max-width: 1300px) {
  .section-home-gallery .text-box { font-size: 16px; padding: 45px 69px }
}

@media only screen and (max-width: 1200px) {
  .header { padding-left: 60px; }

  .section-home-gallery .text-box { font-size: 16px; padding: 30px 50px; line-height: 24px; }

  .section-text .section-content { padding: 60px 0 60px 60px; }

  .bottom-text-content { padding-bottom: 60px; font-size: 16px; line-height: 24px; }

  .bottom-text-up { padding-bottom: 120px; }

  .section-articles-list { padding-bottom: 60px; }
  .article-items .article-item:last-of-type:after { bottom: -61px; height: 200px; }
  .bottom-text-left .section-image img { width: 270px; }
  
  .top-text-content .section-content { font-size: 16px; line-height: 24px; max-width: 80%; }
  .top-text-content h3 { font-size: 36px; }
  .breadcrumbs { padding-left: 40px; }

  .gallery-text:after { width: 66px; }

  .gallery-text  { margin-top: 60px; padding-bottom: 80px; }
  .section-gallery-items .box-gallery h3 { font-size: 20px; }
}

@media only screen and (max-width: 990px) {
  .header { padding: 34px 30px 0; }
  .header .logo { width: 90px; height: auto; }

  .section-home-gallery .text-box { font-size: 15px; padding: 20px 40px; line-height: 20px; }

  .shrink .logo {
    width: 42px;
    height: auto;
  }

  .shrink {
    padding-top: 14px;
    padding-bottom: 14px;
}

  .header-tabs { font-size: 15px; }
  .header-tabs li ~ li { margin-left: 18px; }

  .link-menu,
  .link-contacts { margin-left: 20px; }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .footer { font-size: 14px; }

    .footer-inner .footer-main-link { font-size: 24px; }
    /*.footer-info { font-size: 14px; }*/

    .section-text .section-content { padding: 40px 0 40px 40px; font-size: 16px; }
    .section-text .section-title { font-size: 34px; }
    .section-text .section-inner { padding-right: 40px; line-height: 24px; }

    .article-item .article-head img { width: 150px; margin-bottom: 20px; }
    .article-item .article-title { font-size: 18px; }
    .article-item .article-body { padding: 30px 70px 30px 28px; left: 66px; }
    .article-item .article-content h3 { font-size: 24px; line-height: 28px; }
    .article-item .article-content { font-size: 16px; line-height: 22px; }
    .article-item .article-actions p { font-size: 20px; }

    .article-item-left .article-body { left: auto; right: 66px; padding: 30px 28px 30px 77px; }

    .section-text:before,
    .section-articles:after,
    .section-single-article .article-body:before,
    .section-contacts .section-content:before,
    .section-contacts:after,
    .section-articles-list:before { width: 66px; }

    .section-paralax .section-title { font-size: 60px; }
    .section-paralax .section-title strong { font-size: 50px; padding-right: 60px; }
    
    .page-navigation { padding: 45px 0; }
    .page-navigation .page-category { font-size: 22px; }
  
    .section-single-article { font-size: 16px; }
    .section-single-article .article h1 { font-size: 36px; margin-bottom: 40px; }
    .section-single-article .article-head { margin-bottom: 58px; }
    .section-single-article .article-head ul { font-size: 20px; }
    .section-single-article .article-head ul li ~ li { margin-top: 18px; }
    .section-single-article .article-body { padding-left: 66px; line-height: 24px; }

    .section-contacts { padding: 30px 0 60px; }
    .section-contacts h1 { font-size: 36px; margin-bottom: 30px; }
    .section-contacts h3 { font-size: 22px; margin-bottom: 18px; }
    .section-contacts .section-inner-text { padding: 20px 20px 21px 93px; font-size: 18px; line-height: 30px; }
    .section-contacts .section-content { padding-bottom: 80px; }

    .section-form-wrapper { padding-left: 66px; }
    .section-contacts .section-form-wrapper h2 { font-size: 26px; margin-bottom: 30px; }
    .form-wrapper .form-row ~ .form-row { margin-top: 36px; }
    .form-wrapper .form-footer { margin-top: 38px; }

    .form-wrapper .form-footer .form-button { padding: 10px 87px; }

    .map { height: 407px; }

    .gallery-text { padding-bottom: 60px; }
    .section-gallery-items .box-content { padding: 20px 30px 0 30px; }
    .section-gallery-items .box-gallery { margin-bottom: 40px; }
    .section-gallery-items .box-gallery h3 { line-height: 22px; font-size: 18px; }

    .bottom-text-up { padding: 40px 0 128px 0; }

    .articles-wrapper .article { margin-bottom: 70px; }
    .articles-wrapper .article-head { margin-bottom: 20px; }
    .articles-wrapper .article-body { padding: 0 20px; font-size: 16px; line-height: 20px; margin-bottom: 20px; }
    .articles-wrapper .article-body h2 { font-size: 18px; line-height: 22px; margin-bottom: 10px; }
    .articles-wrapper .article-footer { padding: 0 10px; }
    .articles-wrapper .article-footer p { font-size: 24px; }

    .bottom-text-right:before { width: 66px; height: 60px; top: -60px; }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media only screen and (max-width: 767px) {
  .lang-nav { margin-bottom: 70px; }
  body { font-size: 14px; }
  .shell { padding: 0 25px; }
  .desktop-view { display: none !important; }
  .mobile-view { display: inline-block; }

  .header-tabs,
  .link-contacts,
  .footer-nav { display: none; }
  
  .header { padding: 14px 25px; background: rgba(127, 137, 153, 0.92); }
  .header .logo { width: 42px; height: auto; }

  .link-menu { margin: 0; width: 45px; right: -15px; top: -4px; }
  
  .col.col-1of2,
  .col.col-1of3,
  .cols.col { float: none; width: 100%; }

  .footer { text-align: center; padding: 39px 0; }
  .footer-inner { margin-top: 50px; }
  .footer-inner ul li ~ li { margin-top: 0; }

  .logo-footer { width: 47px; margin-bottom: 26px; }

  .socials,
  .footer-actions {
    width: auto;
    text-align: center;
    float: none;
    display: inline-block;
  }

  .socials a img { height: 30px; }

  .footer-actions { margin-left: 39px; }
  .footer-actions img { width: 36px; }

  .copyrights-info { font-size: 11px; }

  .lang-nav,
  .inner-links,
  .nav-secondary,
  .nav-primary > ul > li > a { font-size: 16px; line-height: 20px; }
  
  .collapse-minus::after,
  .collapse-plus::after { line-height: 20px; font-size: 30px; margin-left: 7px; top: 4px; position: relative; }

  .nav-primary > ul > li ~ li { margin-top: 30px; }

  .inner-links { margin-top: 0; }
  .inner-links li { margin-top: 14px; }
  .inner-links li ~ li { margin-left: 30px; }
  .inner-links li:nth-child(3n) { display: block; margin-left: 0; }
  .inner-links li:nth-child(4n) { margin-left: 0; }
  
  .nav-secondary { font-size: 14px; margin-top: 55px; }
  .nav-secondary ul li ~ li { margin-left: 16px; }

  /*.lang-nav { top: 26px; }*/

  .fullscreen-menu { padding: 27px 25px; }

  .rev_slider_wrapper__scroll-down { width: 24px; bottom: 61px; }
  
  .tp-caption { max-width: 100vw !important; width: 100vw !important; }

  .tp-caption > .main_caption_name:first-child,
  .tp-caption > a .main_caption_name:first-child { width: auto; font-size: 22px !important; padding: 0 22px !important; box-sizing: border-box !important; line-height: 32px !important; margin-bottom: -14px !important; }

  .tp-caption > .main_caption_name + .main_caption_name,
  .tp-caption > a .main_caption_name + .main_caption_name { font-size: 30px !important; line-height: 40px !important; width: 100% !important; max-width: 282px !important; padding-left: 25px !important; padding-top: 30px !important; padding-bottom: 30px !important; }
  

  .section-text { display: block; }
  .section-text .section-title { display: block; font-size: 24px; margin-bottom: 10px; margin-left: 25px; padding: 0 5px 0 15px; }

  .section-text .section-aside:before,
  .section-text:before { display: none; }

  .section-text .section-content,
  .section-text .section-aside { float: none; width: 100%; display: block; }

  .section-text .section-aside { width: calc(100% - 25px); background: #fff; padding-top: 40px; text-align: left; }
  .section-text .section-image { margin-top: 0; }

  .section-text .section-content { font-size: 14px; padding: 25px 38px; text-align: center; }
  .section-text .section-inner { line-height: 20px; padding: 0; margin-bottom: 46px; text-align: left; }

  .btn-more { font-size: 16px; padding: 3px 27px; }

  .icons-articles { padding: 0; }
  .section-articles-list:before { display: none; }
  
  .article-item { display: block; }
  .article-item .article-image { width: 100%; top: 0; position: static; }
  .article-item .article-body { width: 100%; position: static; }
  .article-item .article-head img { margin-bottom: 0; width: 61px; float: left; margin-right: 10px; }
  .article-item .article-head { position: static; padding: 69px 0 50px; }
  .article-item .article-title { font-size: 18px; text-align: right; }
  .article-item .article-title a { width: 100%; padding-right: 10px; }
  .article-item .article-body { padding: 25px; width: calc(100% - 25px); }
  .article-item .article-content { font-size: 14px; line-height: 20px; margin-bottom: 42px; }
  .article-item .article-content h3 { font-size: 20px; line-height: 25px; margin-bottom: 12px; }
  .article-item .article-actions a.link-more { font-size: 16px; }
  .article-item .article-actions p { font-size: 18px; }
  .article-items .article-item:last-of-type:after { display: none; }
  .article-item ~ .article-item { margin-top: 30px; }

  .article-item-left .article-head img { margin-bottom: 0; width: 61px; float: right; margin-right: 0px; margin-left: 10px;}
  .article-item-left .article-title { text-align: left; }
  .article-item-left .article-title a { padding-left: 10px; padding-right: 0; }

  .section-articles-list.icons-articles { padding-left: 25px; background: #E31F24; }
  .section-articles-list.icons-articles .article-item ~ .article-item { margin-top: 0; }
  .section-articles-list.icons-articles .article-items { background: #7F8999; }

  .section-paralax .section-title h3 { font-size: 28px; font-weight: 500;}
  .section-paralax .section-title strong { font-size: 30px; padding-right: 36px; line-height: 45px; }

  .section-articles { padding: 0 25px 0 0; background: #E31F24; }
  .section-articles .shell { padding: 0; overflow: hidden; }
  .section-articles:before,
  .section-articles:after { display: none; }
  .section-articles .section-title { display: none; }
  .section-articles .articles-wrapper  { padding-top: 56px; padding-bottom: 44px;}

  .articles-wrapper { background: #fff; }
  .articles-wrapper .article-head h3 { font-size: 14px; padding-left: 25px; }
  .articles-wrapper .article-head { margin-bottom: 25px; }
  .articles-wrapper .article-body { font-size: 14px; line-height: 20px; margin-bottom: 27px; }
  .articles-wrapper .article-body h2 { font-size: 20px; line-height: 26px; margin-bottom: 12px; }
  .articles-wrapper .article-footer p { font-size: 18px; }
  .articles-wrapper .article-footer { padding: 0 25px; }

  .slick-dots { margin-top: 37px; }
  .slick-dots li ~ li { margin-left: 4px; }

  .section-home-gallery .section-title { display: none; }
  .section-home-gallery .text-box { position: static; transform: none; display: block; width: 93.4%; margin: 0 0 0 auto; font-size: 14px; line-height: 24px; padding: 20px; }

  .item-size1 { width: 50%; }

  .gallery-row:first-child { left: -6.6%; }

  .breadcrumbs { padding: 10px 25px; font-size: 12px; }
  
  .top-text-content.border-content,
  .top-text-content { padding: 20px 25px; }

  .top-text-content.border-content { margin-bottom: 20px; padding-bottom: 40px; }
  .top-text-content.border-content:before { height: 23px; }

  .top-text-content .section-content { max-width: 100%; font-size: 14px; line-height: 20px; }
  .top-text-content h3 { font-size: 24px; line-height: 30px; margin-bottom: 12px; }
  .section-articles-list { padding-top: 0; padding-bottom: 0px; }
  
  .bottom-text-content { font-size: 14px; line-height: 20px; padding: 20px 0; }

  .bottom-text-left .section-content { max-width: 100%; padding: 0; }
  .bottom-text-left .section-image { position: static; transform: none; text-align: center; margin-bottom: 24px; }
  .bottom-text-left .section-image img { max-width: 170px; }

  .page-navigation { padding: 30px 0 20px; font-size: 18px; }
  .list-arrow { }
  .list-arrow li ~ li { margin-left: 16px; }

  .section-single-article { font-size: 14px; }
  .section-single-article .article h1 { font-size: 24px; line-height: 30px; margin-bottom: 20px; }
  .section-single-article .article-head { margin-bottom: 20px; }
  .section-single-article .article-head ul { font-size: 16px; }
  .section-single-article .article-head ul li ~ li { margin-top: 12px; }
  .section-single-article .article-body { padding-left: 25px; line-height: 20px; padding-bottom: 30px; }
  .section-single-article .article-body:before { width: 25px; }
  .section-single-article .article p + h2, .section-single-article .article p + h3, .section-single-article .article p + h4 { margin-top: 20px; }
  .section-single-article .article h2,
  .section-single-article .article h3,
  .section-single-article .article h4 { font-size: 21px; line-height: 24px; margin-bottom: 10px; }
  .section-single-article .article-footer { padding-top: 16px; font-size: 16px; }
  .section-single-article .article-footer ul { padding-left: 16px; }
  .section-single-article .article-footer ul li ~ li:before { width: 13px; }

  .section-contacts { padding-top: 25px; }
  .section-contacts .section-content:before { width: 25px; }
  .section-contacts .section-inner-text { max-width: 100%; padding: 0px 25px 20px 50px; font-size: 16px; line-height: 23px; }
  .section-contacts h1 { font-size: 24px; line-height: 26px; margin-bottom: 20px; }
  .section-contacts h3 { font-size: 20px; margin-bottom: 16px; line-height: 22px; }

  .map { height: 207px; }

  .section-form-wrapper { padding-left: 25px; }
  .section-contacts { padding-bottom: 30px; }
  .section-contacts .section-content { padding-bottom: 30px; }
  .section-contacts .section-form-wrapper h2 { font-size: 22px; line-height: 24px; margin-bottom: 20px; }
  .section-contacts .form-wrapper { margin-left: -25px; }
  .section-contacts:after { display: none; }
  
  .form-col,
  .form-col-2of3,
  .form-col-1of3 { float: none; width: 100%; display: block; }

  .form-wrapper .form-row ~ .form-row { margin-top: 20px; }
  .form-wrapper .form-row .form-col:last-child,
  .form-col ~ .form-col { margin-left: 0; }

  .form-col ~ .form-col { margin-top: 20px; }

  .form-wrapper .input-container input { padding: 7px 5px; font-size: 14px; font-weight: 400; }
  .form-wrapper .input-container textarea { height: 120px; font-size: 14px; padding: 5px; }
  .form-wrapper .form-footer { margin-top: 20px; }
  .form-wrapper .form-footer {  display: flex; flex-wrap: wrap; flex-direction: row; }
  .form-wrapper .form-footer .form-button { width: 100%; font-size: 14px; padding: 8px; }

  .checkbox-wrapper { display: inline-block; margin-left: 0; padding: 10px 0; order: -1; margin-bottom: 6px; }

  .gallery-text { margin-top: 20px; }
  .gallery-text:after { width: 25px; }

  .section-gallery-items .box-content { padding: 10px 17px; }
  .section-gallery-items .box-gallery { width: 49%; }
  .section-gallery-items > ul { padding-right: 1%; }
  .section-gallery-items .box-gallery:nth-child(3n+1),
  .section-gallery-items .box-gallery { margin-left: 1%;}
  .section-gallery-items .box-gallery h3 { font-size: 14px; line-height: 16px; }
  .section-gallery-items .box-gallery h3:before { left: -10px; top: 4px; width: 8px; height: 8px; }
  .section-gallery-items .box-gallery { margin-bottom: 20px; }
  .section-gallery-items { padding-bottom: 40px; }
  .section-gallery-items:after { height: 40px; width: 25px; }

  .bottom-text-content .section-content { padding: 0; }
  .bottom-text-up .section-image { position: static; transform: none; text-align: center; margin-bottom: 20px; }
  .bottom-text-up .section-image img { width: 120px; }
  
  .shell.shell-small { max-width: 100%; }

  .filter-years-container { font-size: 20px; padding-bottom: 46px; margin-bottom: 20px; }
  .filter-years-container a ~ a { margin-left: 21px; }
  .filter-years-container:before { height: 23px; }

  .articles-wrapper .article { width: 49%; }
  .articles-wrapper .article ~ .article { margin-left: 1% !important; }
  .articles-wrapper .article-body { padding: 0 5px; line-height: 14px; }
  .articles-wrapper .article-body h2 { font-size: 16px; line-height: 21px; margin-bottom: 10px;}
  .articles-wrapper .article-head { margin-bottom: 10px; }
  .articles-wrapper .article-footer { padding: 0 5px; }
  .articles-wrapper .article-footer p { font-size: 14px; }
  .articles-wrapper .article-footer .link-more { font-size: 13px; }
  .articles-wrapper .article { margin-bottom: 40px; }

  .bottom-text-right:before { width: 25px; height: 30px; top: -30px; }

  .section-bottom-gallery { padding: 30px 25px; } 

  .bottom-text-right .section-image { position: static; transform: none; text-align: center; margin-bottom: 20px; }
  .bottom-text-right .section-image img { width: 120px; }

  .slick-initialized .slick-slide ~ .slick-slide,
  .slick-initialized .slick-slide { display: block; margin-left: 0 !important; }

  .articles-slider .article-footer, .articles-slider .article-body {
    padding: 0 40px;
    line-height: 20px;
}

.articles-wrapper.articles-slider .article-body h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

.articles-wrapper.articles-slider .article-footer p {
    font-size: 18px;
}

.articles-wrapper.articles-slider .article-footer .link-more {
    font-weight: 600;
    color: #E31F24;
    font-size: 16px;
    align-self: center;
    margin-left: auto;
}

.articles-wrapper.articles-slider .article {
    margin-bottom: 0;
}


/* Section Paralax */
.section-paralax {
  background-attachment: initial;
}
.section-home-gallery .text-box.mobile-view { display: block;
 }

  h1 { font-size: 24px; }
  h2 { font-size: 22px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  
}

.bg-image { visibility: hidden; opacity: 0; }