/* cmsms stylesheet: strefaprzedsiebiorcy modified: czwartek, 22 lutego 2024 23:02:27 */
@font-face {
  font-family: 'CG';
  src: url('https://spbrftp.serwerywirtualne.net/uploads/fonts/gothic.eot');
  src: url('https://spbrftp.serwerywirtualne.net/uploads/fonts/gothic.eot?#iefix') format('embedded-opentype'), url('https://spbrftp.serwerywirtualne.net/uploads/fonts/gothic.woff') format('woff'), url('https://spbrftp.serwerywirtualne.net/uploads/fonts/gothic.ttf') format('truetype'), url('https://spbrftp.serwerywirtualne.net/uploads/fonts/gothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-width: 320px;
  color: #000;
  font-family: 'CG', Arial, Tahoma, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
}

@media (max-width: 991px) {
  html,
  body {
    font-size: 13px;
  }
}

p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  p {
    margin-bottom: 15px;
  }
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
}

.row>div[class*="col-"]:not(.title-container)> :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 940px;
  }
}

.section.text-section {
  position: relative;
  height: auto;
  z-index: 0;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .section.text-section {
    padding: 30px 0;
  }
}

.section.small-section {
  padding: 15px 0 !important;
}

.section.middle-section {
  padding: 25px 0 !important;
}

@media (max-width: 991px) {
  .section.middle-section {
    padding: 15px 0 !important;
  }
}

.section.big-section {
  padding: 45px 0 !important;
}

@media (max-width: 991px) {
  .section.big-section {
    padding: 30px 0 !important;
  }
}

.text-section img {
  display: inline-block;
}

@media (max-width: 767px) {
  .text-section {
    padding: 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-section {
    padding: 30px 0;
  }
}

.home-section.text-section {
  padding: 15px 0;
}

/* Menu górne */

#header .navbar.navbar-headerMenu #header-menu-mobile {
  display: none;
}

#header .navbar.navbar-headerMenu #header-menu-desktop {
  display: block;
}

.navbar-headerMenu #header-menu-desktop .navbar-nav > li.languages-container {
  display: none;
}

.navbar.navbar-headerMenu .navbar-nav > li.languages-container {
   height: auto;
}

ul.languages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

ul.languages > li {
   display: inline-block;
   height: auto;
   line-height: 1;
   padding-left: 3px;
   padding-right: 3px;
   opacity: 1;
   transition: all 170ms ease-in-out;
   position: relative;
   color: #333;
   text-align: left;
   font-family: Tahoma;
}

ul.languages > li > a {
  display: block;
}

ul.languages > li img {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
}

ul.languages > li:hover {
   opacity: 0.75;
}

.navbar {
  min-height: auto;
  border: 0;
}

.navbar-fixed-top {
  top: 0;
  left: 15px;
  right: 15px;
  border: 0;
}

.navbar.navbar-headerMenu {
  width: 100%;
  z-index: 999;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

.navbar.navbar-headerMenu .container-fluid .navbar-header,
.navbar.navbar-headerMenu .container .navbar-header {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar.navbar-headerMenu .container-fluid #header-menu-mobile .navbar-header,
.navbar.navbar-headerMenu .container #header-menu-mobile .navbar-header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

#header .navbar.navbar-headerMenu #header-menu-desktop div[class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-header {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.34);
  display: flex;
  align-items: center;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-header .languages-container {
  margin-left: auto;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-nav > li.logos-container {
  float: right;
  padding: 10px 0;
  font-size: 0;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-nav > li.logos-container > ul.logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 27px;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-nav > li.logos-container > ul.logos > li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #999999;
  max-width: 145px;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-nav > li.logos-container > ul.logos > li:first-child {
  border-left: 1px solid #999999;
}

.navbar.navbar-headerMenu #header-menu-desktop .navbar-nav > li.logos-container > ul.logos > li > a {
  display: block;
}

.navbar.navbar-headerMenu .navbar-brand {
  padding: 0 15px 0 0;
  display: block;
  height: auto;
  margin-left: 0;
  background: transparent;
}

.navbar-headerMenu .navbar-brand:hover,
.navbar-headerMenu .navbar-brand:focus {
  color: #000 !important;
  background-color: #FFF;
}

#header .navbar-headerMenu .navbar-brand img {
  float: none;
  padding-left: 0;
  margin: 0 auto;
  width: 343px;
}

.navbar-brand>img {
  transition: all 170ms ease-in-out;
}

.navbar.navbar-headerMenu .container {
  position: relative;
  height: 100%;
}

.navbar-headerMenu .navbar-collapse {
  padding: 0;
  margin-right: 0;
}

.navbar-headerMenu .navbar-toggle {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  border-color: #ddd;
  background-color: #FFF;
  border-radius: 4px !important;
}

.navbar-headerMenu .navbar-toggle:hover,
.navbar-headerMenu .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-headerMenu .navbar-toggle .icon-bar {
  background-color: #666;
}

.navbar-headerMenu .navbar-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav>li {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0;
}

.navbar-center {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.navbar-headerMenu .navbar-nav>li>a,
.navbar-headerMenu .navbar-nav>li>span {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  padding: 14px 20px;
  text-transform: uppercase;
  font-family: 'CG', Tahoma;
  text-shadow: none;
}

.navbar-headerMenu #header-menu-desktop .navbar-nav>li:first-child>a,
.navbar-headerMenu #header-menu-desktop .navbar-nav>li:first-child>span {
  padding-left: 0;
}

.navbar-headerMenu .navbar-nav>li>ul>li>a,
.navbar-headerMenu .navbar-nav>li>ul>li>span {
  text-transform: none;
}

.navbar-headerMenu .navbar-nav>li>a {}

.navbar-headerMenu .navbar-nav>li:first-child>a,
.navbar-headerMenu .navbar-nav>li:first-child>span {}

.navbar-headerMenu .navbar-nav>li>a:hover,
.navbar-headerMenu .navbar-nav>li>a:focus,
.navbar-headerMenu .navbar-nav>li>span:hover,
.navbar-headerMenu .navbar-nav>li>span:focus {
  border-radius: 0;
  background: transparent;
  color: #333333;
  text-decoration: none;
  text-shadow: 0 0 1px #333333, 0 0 1px #333333;
}

.navbar-headerMenu .navbar-nav>.menuactive>a,
.navbar-headerMenu .navbar-nav>.menuactive>a:hover,
.navbar-headerMenu .navbar-nav>.menuactive>a:focus,
.navbar-headerMenu .navbar-nav>.menuactive>span,
.navbar-headerMenu .navbar-nav>.menuactive>span:hover,
.navbar-headerMenu .navbar-nav>.menuactive>span:focus {
  border-radius: 0;
  background: transparent;
  color: #333333;
  text-decoration: none;
  text-shadow: 0 0 1px #333333, 0 0 1px #333333;
}

.navbar-headerMenu .navbar-nav>.disabled>a,
.navbar-headerMenu .navbar-nav>.disabled>a:hover,
.navbar-headerMenu .navbar-nav>.disabled>a:focus,
.navbar-headerMenu .navbar-nav>.disabled>span,
.navbar-headerMenu .navbar-nav>.disabled>span:hover,
.navbar-headerMenu .navbar-nav>.disabled>span:focus {
  border-radius: 0;
  background: transparent;
  color: #333333;
  text-decoration: none;
  text-shadow: 0 0 1px #333333, 0 0 1px #333333;
}

.navbar-headerMenu .navbar-collapse {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-headerMenu .navbar-collapse,
.navbar-headerMenu .navbar-form {
  border-color: transparent;
}

.navbar-headerMenu .navbar-nav>.open>a,
.navbar-headerMenu .navbar-nav>.open>a:hover,
.navbar-headerMenu .navbar-nav>.open>a:focus {
  color: #000 !important;
  text-decoration: underline;
  background-color: transparent;
}

.navbar-headerMenu .navbar-nav>.open>a {
  color: #000 !important;
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-nav>li>.dropdown-menu {
  border: 0 !important;
  background: #FFF;
  padding: 5px;
}

.navbar-nav>li>.dropdown-menu a {
  color: #000;
}

.navbar-nav>li>.dropdown-menu a:hover {
  color: #000;
  text-decoration: underline;
  background: transparent;
}

@media (min-width: 992px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}

.navbar-nav .open .dropdown-menu {
  background: #FFF;
  color: #000;
  border-radius: 0 !important;
}

.navbar-headerMenu .navbar-collapse {
  margin-top: 0;
  margin-bottom: 0;
}

/*
@media (max-width: 1149px) {
   #header .navbar-headerMenu .navbar-brand img {
     width: 150px;
   }
   .navbar-nav > li {
     padding: 12px 3px;
   }
}
*/

@media (max-width: 1099px) {
  #header .navbar.navbar-headerMenu #header-menu-mobile {
    display: block;
  }
  #header .navbar.navbar-headerMenu #header-menu-desktop {
    display: none;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.languages-container {
    padding: 5px 0;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.languages-container > ul.languages {
      margin-top: 0;
      margin-left: 0;
      float: none;
      clear: none;
      text-align: right;
      display: block;
   }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.logos-container {
    padding: 5px 0;
    font-size: 0;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.logos-container > ul.logos {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    min-height: 27px;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.logos-container > ul.logos > li {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    max-width: 124px;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.logos-container > ul.logos > li:first-child {
    border-top: 1px solid #999999;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav > li.logos-container > ul.logos > li > a {
    display: block;
  }
  #header .navbar.navbar-headerMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-nav>li>.dropdown-menu li>a {
    text-align: right;
  }
  .navbar.navbar-headerMenu .container-fluid .navbar-header,
  .navbar.navbar-headerMenu .container .navbar-header {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.navbar-headerMenu .navbar-nav>li {
    display: block;
    line-height: 1;
    padding: 0;
    overflow: hidden;
  }
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {
    display: inline-block;
    line-height: 1;
    float: right;
  }
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav>li>a,
  .navbar.navbar-headerMenu #header-menu-mobile .navbar-nav>li>span {
    padding: 5px 0;
  }
  .navbar.navbar-headerMenu .navbar-brand {
    padding: 0 15px 0 0;
    margin-left: 0;
  }
  #header .navbar-headerMenu .navbar-brand img {
    width: 150px;
  }
  .navbar-headerMenu .navbar-nav>li>a:hover,
  .navbar-headerMenu .navbar-nav>li>a:focus {
    border-bottom: 0;
  }
  .navbar-headerMenu .navbar-nav>.menuactive>a,
  .navbar-headerMenu .navbar-nav>.menuactive>a:hover,
  .navbar-headerMenu .navbar-nav>.menuactive>a:focus {
    border-bottom: 0;
  }
  .navbar-headerMenu .navbar-nav>.disabled>a,
  .navbar-headerMenu .navbar-nav>.disabled>a:hover,
  .navbar-headerMenu .navbar-nav>.disabled>a:focus {
    border-bottom: 0;
  }
  .navbar-headerMenu .navbar-toggle {
    display: block;
    margin: 0 0 0 auto;
  }
  .navbar-headerMenu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar.navbar-headerMenu .navbar-nav>li,
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {}
  .navbar-headerMenu .navbar-collapse .navbar-nav>li>a {
    text-align: right;
  }
  .navbar-headerMenu .navbar-collapse {
    margin: 7.5px 0 0 0;
    padding: 7.5px 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-right: 0;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.navbar-nav>li>.dropdown-menu {
  top: auto;
}

.navbar-nav>li>.dropdown-menu li>a {
  padding: 2.5px;
  font-weight: normal;
  font-family: Tahoma;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}

.navbar-nav>li>.dropdown-menu li {
  background: #000;
}

.navbar-nav>li>.dropdown-menu .menuactive>a,
.navbar-nav>li>.dropdown-menu .menuactive>a:hover,
.navbar-nav>li>.dropdown-menu .menuactive>a:focus,
.navbar-nav>li>.dropdown-menu li>a:hover,
.navbar-nav>li>.dropdown-menu li>a:focus {
  background: #000;
  color: #FFF;
  text-decoration: underline;
}

@media (max-width: 1099px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    top: auto;
    left: 0;
    right: auto;
    border-radius: 0 !important;
    border: 0 !important;
    background: #000 !important;
    box-shadow: none !important;
  }
  .navbar-right .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .navbar-headerMenu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-headerMenu .navbar-toggle {
    margin: 0 0 0 auto;
  }
  .navbar-right {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 2.5px;
    text-align: right;
    line-height: 13px;
  }
  #header .navbar.navbar-headerMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar.navbar-headerMenu .navbar-brand {
    padding: 0 15px 0 0;
    margin-left: 0;
  }
  #header .navbar-headerMenu .navbar-brand img {
    width: 150px;
  }
  .navbar.navbar-headerMenu .navbar-nav>li,
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {}
}

@media (max-width: 479px) {
  .navbar-headerMenu .navbar-toggle {
    margin: 0 0 0 auto;
  }
  #header .navbar.navbar-headerMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .navbar-headerMenu .navbar-brand {}
  #header .navbar-headerMenu .navbar-brand img {
    width: 150px;
  }
  .navbar.navbar-headerMenu .navbar-nav>li,
  .navbar.navbar-headerMenu .navbar-nav>li>a,
  .navbar.navbar-headerMenu .navbar-nav>li>span {}
  .navbar-headerMenu .navbar-collapse {}
}

body.small-header #header .navbar-headerMenu {
  padding-top: 0;
  padding-bottom: 0;
}

body.small-header #header .navbar.navbar-headerMenu #header-menu-desktop div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

body.small-header #header .navbar.navbar-headerMenu #header-menu-desktop .navbar-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.small-header #header .navbar.navbar-headerMenu #header-menu-desktop .navbar-nav > li.logos-container > ul.logos > li {
  padding-left: 5px;
  padding-right: 5px;
}

body.small-header #header .navbar-headerMenu .navbar-brand {
  padding: 0 15px 0 0;
  margin-left: 0;
}

body.small-header #header .navbar-headerMenu .navbar-brand img {
  width: 150px;
}

body.small-header .navbar.navbar-headerMenu ul.languages {
  margin: 0;
}

body.small-header .navbar.navbar-headerMenu .navbar-nav > li {
  padding: 0;
}

body.small-header .navbar.navbar-headerMenu .navbar-nav>li,
body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {}

body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  padding: 14px 10px;
}

body.small-header .navbar-right {
  margin: 0;
}

body.small-header .navbar-headerMenu .navbar-collapse {
  margin-right: 0;
}

body.small-header .navbar.navbar-headerMenu .navbar-brand {
  padding: 0 15px 0 0;
}

body.small-header .navbar-headerMenu .navbar-toggle {
  margin: 0 0 0 auto;
}

.navbar-headerMenu .navbar-nav {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1099px) {
  body.small-header .navbar.navbar-headerMenu ul.languages {
    margin: 0;
  }
  .navbar-headerMenu .navbar-nav {
    padding-bottom: 0;
  }
  body.small-header #header .navbar.navbar-headerMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.small-header #header .navbar-headerMenu .navbar-brand img {}
  body.small-header #header .navbar-headerMenu .navbar-brand {
    padding: 0 15px 0 0;
    margin-left: 0;
  }
  body.small-header .navbar-headerMenu .navbar-toggle {
    margin: 0 0 0 auto;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li.languages-container {
    padding: 2.5px 19px;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {}
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  }
  body.small-header .navbar-headerMenu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.small-header .navbar-headerMenu .navbar-toggle {
    margin: 0 0 0 auto;
  }
  body.small-header .navbar-right {
    margin-right: 0;
  }
  body.small-header .navbar-headerMenu .navbar-collapse {
  }
  body.small-header .navbar-nav .open .dropdown-menu>li>a {
    text-align: right;
    line-height: 13px;
  }
  body.small-header #header .navbar.navbar-headerMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.small-header #header .navbar-headerMenu .navbar-brand {
    padding: 0 15px 0 0;
    margin-left: 0;
  }
  body.small-header #header .navbar-headerMenu .navbar-brand img {
    width: 150px;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {}
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  }
  body.small-header .navbar-headerMenu .navbar-collapse {}
  body.small-header .navbar.navbar-headerMenu .navbar-brand {}
}

@media (max-width: 479px) {
  body.small-header .navbar-headerMenu .navbar-toggle {
    margin: 0 0 0 auto;
  }
  body.small-header #header .navbar.navbar-headerMenu {
    padding: 0 0;
  }
  body.small-header #header .navbar-headerMenu .navbar-brand {}
  body.small-header #header .navbar-headerMenu .navbar-brand img {
    width: 150px;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {
    padding: 0;
  }
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li {}
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>a,
  body.small-header .navbar.navbar-headerMenu .navbar-nav>li>span {
  }
  body.small-header .navbar-headerMenu .navbar-collapse {}
}

#contactFormModal .row .fields .form-group,
#contactForm .row .fields .form-group {
  margin-bottom: 20px;
}

#contactFormModal .row .fields.submit .form-group,
#contactForm .row .fields.submit .form-group {
  margin-bottom: 0;
}

#contactForm .form-group.submit {
  margin-top: 15px;
}

#contactFormModal .submit,
#contactForm .submit {
  margin-bottom: 0;
}

#contactFormModal .row {
  margin-left: -15px;
  margin-right: -15px;
}

#contactForm .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*
@media (min-width: 768px) {
  #contactForm .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
*/

#contactFormModal div[class*="col-"],
#contactForm div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#contactFormModal div[class*="col-"].fields,
#contactForm div[class*="col-"].fields {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

@media (max-width: 767px) {
  #contactFormModal div[class*="col-"].fields,
  #contactForm div[class*="col-"].fields {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#contactFormContainer #responseContent .title,
#contactFormModal .title,
#contactForm .title,
#contactFormModal .title {
  display: block;
  max-width: 100%;
}

#contactForm .error,
#contactFormModal .error {
  color: red;
  margin-bottom: 10px;
}

#contactForm .success,
#contactFormModal .success {
  color: #B7BF11;
  margin-bottom: 10px;
}

#contactForm p {
  font-size: 0.85em !important;
  line-height: 1.15 !important;
}

#contactForm label,
#contactFormModal label {
  color: #333;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}

#contactForm input[type="text"],
#contactFormModal input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}

#contactForm input[type="text"],
#contactFormModal input[type="text"],
#contactForm textarea,
#contactFormModal textarea {
  font-size: 0.8em;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
}

#contactForm textarea,
#contactFormModal textarea {
  border: 1px solid #CCC;
  resize: vertical;
  height: 79px;
  min-height: 79px;
  padding: 4px 8px;
}

#contactForm .checkbox label,
#contactFormModal .checkbox label {
  font-size: 1.067em;
  line-height: 1;
  color: #333;
}

#contactForm input[type="checkbox"],
#contactFormModal input[type="checkbox"],
#contactForm input[type="radio"],
#contactFormModal input[type="radio"] {
  margin-top: 0;
}

#contactForm .text,
#contactFormModal .text {
  text-align: center;
}

#contactForm .text p,
#contactFormModal .text p {
  font-size: 0.933em;
  line-height: 0.85;
}

.background-5 #contactForm p,
.background-5 #contactForm label,
.background-5 .checkbox label,
.background-6 #contactForm p,
.background-6 #contactForm label,
.background-6 .checkbox label {
  color: #FFF;
}

@media (max-width: 767px) {
  #contactForm #phone,
  #contactFormModal #phone_modal {
    margin-bottom: 15px;
  }
  #contactForm .row>div[class*="col-xs-12"],
  #contactFormModal .row>div[class*="col-xs-12"] {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #contactForm #name,
  #contactFormModal #name_modal {
    margin-bottom: 15px;
  }
}

#contactFormContainerModal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contactForm .title {
}

#contactForm .title-container {
  margin-bottom: 30px;
}

.modal-open .container-fluid,
.modal-open .container,
.modal-open .container-fluid,
.modal-open .headerGallery {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.modal-header {
  padding: 12px 12px 0 12px;
  border-bottom: 0;
}

.modal-header .close {
  width: 28px;
  height: 28px;
  background: #00365D;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #333;
  line-height: 28px;
  font-size: 2.4em;
  text-shadow: 0 0px 0 #fff;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-dialog {
  margin: 60px auto;
  width: 685px;
}

.modal-dialog.modal-sm {
  margin: 140px auto;
}

.modal-body {
  padding: 5px 70px 20px 70px;
}

.modal-body#responseContentModal {
  padding: 15px 30px 30px 30px;
}

.modal-body#responseContentModal #responseSuccessTitleModal,
.modal-body#responseContentModal #responseErrorTitleModal {
  font-weight: bold;
}

.modal-footer {
  border-top: 0;
  padding: 0px 70px 35px 70px;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .modal-body {
    padding: 5px 15px 15px 15px;
  }
  .modal-footer {
    padding: 0px 15px 15px 15px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 405px;
  }
}

@media (max-width: 767px) {
  .modal-dialog.modal-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#contactFormContainer #responseContent #responseMessage,
#responseContentModal #responseMessageModal {
  margin-bottom: 30px;
}

#contactFormContainer #responseContent,
#responseContentModal {
  color: #333;
  font-size: 1.067em;
  line-height: 19px;
}

.background-1 {
  background: #FFFFFF;
  color: #333333;
}

.background-1 a {
  color: #333333;
}

.background-2 {
  background: #FFFFFF;
  color: #000000;
}

.background-2 a {
  color: #000000;
}

.background-3 {
  background: #F8F8F8;
  color: #333333;
}

.background-3 a {
  color: #333333;
}

.background-4 {
  background: #F8F8F8;
  color: #000000;
}

.background-4 a {
  color: #000000;
}

.background-5 {
  background: #00808D;
  color: #FFFFFF;
}

.background-5 a {
  color: #FFFFFF;
}

.background-6 {
  background: #2C3E5F;
  color: #FFFFFF;
}

.background-6 a {
  color: #FFFFFF;
}

.background-7 {
  background: #FFFFFF;
  color: #2C3E5F;
}

.background-7 a {
  color: #2C3E5F;
}

.text-uppercase {
  text-transform: uppercase;
}

.title,
.title.title-1 {
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 1.6875em;
  color: #FFFFFF;
  font-weight: normal;
  font-family: 'CG', Arial;
}

div[class*="container"] > .row .row .title.title-1 {
  margin-bottom: 20px;
}

.title.title-1 > a {
  color: #FFFFFF;
}

.title.text-shadow {
  text-shadow: 0 0 4px rgba(0,0,0,0.65), 0 0 4px rgba(0,0,0,0.65);
}

h1.title,
h1.title.title-1 {
  font-size: 1.6875em;
}

h2.title,
h2.title.title-1 {
  font-size: 1.625em;
}

h3.title,
h3.title.title-1 {
  font-size: 1.5625em;
}

h4.title,
h4.title.title-1 {
  font-size: 1.3125em;
}

h5.title,
h5.title.title-1 {
  font-size: 1.125em;
}

h6.title,
h6.title.title-1 {
  font-size: 0.875em;
}

@media (max-width: 479px) {
  h1.title.title-1 {
    font-size: 1.625em;
  }
  h2.title.title-1 {
    font-size:1.5625em;
  }
  h3.title.title-1 {
    font-size: 1.3125em;
  }
  h4.title.title-1 {
    font-size: 1.125em;
  }
  h5.title.title-1 {
    font-size: 0.875em;
  }
  h6.title.title-1 {
    font-size: 0.6875em;
  }
}

.title.title-2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 1.5625em;
  color: #314668;
  font-weight: normal;
  font-family: 'CG', Arial;
}

div[class*="container"] > .row .row .title.title-2 {
  margin-bottom: 20px;
}

.title.title-2 > a {
  color: #314668;
}

h1.title.title-2 {
  font-size: 1.5625em;
}

h2.title.title-2 {
  font-size: 1.4375em;
}

h3.title.title-2 {
  font-size: 1.25em;
}

h4.title.title-2 {
  font-size: 1.125em;
}

h5.title.title-2 {
  font-size: 1em;
}

h6.title.title-2 {
  font-size: 0.875em;
}

@media (max-width: 479px) {
  h1.title.title-2 {
    font-size:  1.4375em;
  }
  h2.title.title-2 {
    font-size: 1.25em;
  }
  h3.title.title-2 {
    font-size: 1.125em;
  }
  h4.title.title-2 {
    font-size: 1em;
  }
  h5.title.title-2 {
    font-size: 0.875em;
  }
  h6.title.title-2 {
    font-size: 0.75em;
  }
}

.title.title-3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 1.5625em;
  color: #FFFFFF;
  font-weight: normal;
  font-family: 'CG', Arial;
}

div[class*="container"] > .row .row .title.title-3 {
  margin-bottom: 20px;
}

.title.title-3 > a {
  color: #FFFFFF;
}

.title.title-4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.375em;
  color: #FFF;
  font-weight: normal;
  font-family: 'CG', Arial;
  line-height: 1.1;
}

div[class*="container"] > .row .row .title.title-4 {
  margin-bottom: 20px;
}

.title.title-4 > a {
  color: #FFF;
}

h1.title.title-4 {
  font-size: 3.375em;
}

h2.title.title-4 {
  font-size: 2.9375em;
}

h3.title.title-43 {
  font-size: 2.5em;
}

h4.title.title-4 {
  font-size: 2.0625em;
}

h5.title.title-4 {
  font-size: 1.625em;
}

h6.title.title-4 {
  font-size: 1.1875em;
}

@media (max-width: 479px) {
  h1.title.title-4 {
    font-size:  2.9375em;
  }
  h2.title.title-4 {
    font-size: 2.5em;
  }
  h3.title.title-4 {
    font-size: 2.0625em;
  }
  h4.title.title-4 {
    font-size: 1.625em;
  }
  h5.title.title-4 {
    font-size: 1.1875em;
  }
  h6.title.title-4 {
    font-size: 0.75em;
  }
}

@media (max-width: 767px) {
  .title.title-1,
  .title.title-2,
  .title.title-3,
  .title.title-4,
  .title {
    margin-bottom: 15px;
  }
}

.title-container .title {
  margin-bottom: 30px;
}

button.more,
a.more,
button.more.more-1,
a.more.more-1 {
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  background: #00808D;
  color: #FFFFFF;
  font-size: 0.8125em;
  font-weight: normal;
  min-width: 133px;
  min-height: 36px;
  text-shadow: none;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  text-transform: none;
  line-height: 36px;
}

a.more>*,
button.more>*,
a.more>span,
button.more>span {
  display: inline-block;
  vertical-align: middle;
}

button.more:active,
button.more:visited,
button.more:hover,
button.more.more-1:active,
button.more.more-1:visited,
button.more.more-1:hover,
a.more:active,
a.more:visited,
a.more:hover,
a.more.more-1:active,
a.more.more-1:visited,
a.more.more-1:hover {
  color: #FFF;
  text-decoration: underline;
}

button.more.more-2,
a.more.more-2 {
  position: relative;
  min-width: 141px;
  padding: 0 54px 0 19px;
  font-size: 0.9375em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  min-height: 40px;
}

button.more.more-2:after,
a.more.more-2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6.5px;
  display: block;
  margin-left: 25px;
  width: 13px;
  height: 13px;
  background: #FFFFFF url(https://spbrftp.serwerywirtualne.net/uploads/theme/icons/other/arrow.png) no-repeat center center;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

button.more.more-2:active,
button.more.more-2:visited,
button.more.more-2:hover,
a.more.more-2:active,
a.more.more-2:visited,
a.more.more-2:hover {
}

#cookieWarning {
  z-index: 9999;
  font-size: 0.8em;
  background: #000;
  -khtml-opacity: 0.85;
  -rim-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: fixed;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  overflow: hidden;
  line-height: 12px;
}

#cookieWarning p {
  margin: 0 0 10px 0;
}

#cookieWarning a {
  font-weight: bold;
  color: #FFF;
}

#cookieWarning #closeCookieWarning {
  padding: 3px 5px;
  display: inline-block;
  width: 100px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

#copyright {
  background: #FFFFFF;
  border-bottom: 46px solid #00808D;
  color: #2C3E5F;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.533em;
  font-family: Verdana;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

#copyright a {
  text-decoration: none;
  font-weight: bold;
  color: #2C3E5F;
}

#copyright p {
  margin-bottom: 0;
  color: #2C3E5F;
}

@media (max-width: 767px) {
  #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 479px) {
  #copyright {
    font-size: 0.500em;
  }
}

.text-section>div[class*="container"] .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*
@media (min-width: 768px) {
  .text-section>div[class*="container"] .row {
    display: flex;
  }
}
*/

.text-section>div[class*="container"] .row div[class*="col-"] {
  padding: 0 30px;
}

.text-section.section-with-background-color>div[class*="container"] .row div[class*="col-"] {
  padding: 40px;
}

@media (max-width: 991px) {
  .text-section>div[class*="container"] .row div[class*="col-"] {
    padding: 0 15px;
  }
  .text-section.section-with-background-color>div[class*="container"] .row div[class*="col-"] {
    padding: 15px;
  }
  .section-with-column-image>div.container>.row,
  .text-section>div.container>.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .text-section>div.container>.row>div[class*="col-"] {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-section>div.container>.row>div[class*="col-"]:first-child,
  .text-section>div.container>.row>div[class*="col-"].title-container + div[class*="col-"] {
    margin-top: 0;
  }
}

.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.checkbox label,
.radio label {
  font-size: 1em;
  line-height: 1.15;
}

.navbar-collapse.in {
  overflow-y: hidden;
}

.img-left {
  margin-right: 1.5em;
  float: left !important;
}

.img-right {
  margin-left: 1.5em;
  float: right !important;
}

#footer-contact {
  padding-top: 15px;
  padding-bottom: 15px;
  word-break: break-all;
  line-height: 1.15;
}

#footer-contact p {
  margin-bottom: 20px;
    line-height: 1.15;
}

#footer-contact.section>div[class*="container"]>.row>div[class*="col-"]:not(.map-container) > div {
  padding: 45px;
}

#footer-contact div[class*="col-"] :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #footer-contact.section>div[class*="container"]>.row {
    display: flex;
  }
}

.header-gallery-section {
  padding: 0;
}

.header-gallery-section>.container-fluid>.row>div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  img {
    float: none !important;
  }
}

.section-with-column-image .img-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}

.section-with-column-image .img-wrapper .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.section-with-column-image .img-wrapper .img>a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1440px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 450px;
  }
}

@media (max-width: 1199px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 350px;
  }
}

@media (max-width: 479px) {
  .section-with-column-image .img-wrapper .img {
    min-height: 194px;
  }
}

.section-with-column-image .content {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .section-with-column-image .left.content {
    padding: 15px !important;
  }
  .section-with-column-image .right.content {
    padding: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-with-column-image .left.content,
  .section-with-column-image .right.content {
    padding: 30px !important;
    margin: 0 auto;
    display: block;
    float: none;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1999px) {
  .section-with-column-image .left.content {
    padding: 30px !important;
  }
  .section-with-column-image .right.content {
    padding: 30px !important;
  }
}

@media (min-width: 1200px) {
  .section-with-column-image .left.content {
    padding: 55px 60px 35px 110px !important;
  }
  .section-with-column-image .right.content {
    padding: 55px 110px 35px 60px !important;
  }
}

.text-section.section-with-background-color {
  padding: 0;
}

.section.section-with-map {
  padding: 0 0 15px 0 !important;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"] {
  padding: 15px;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"] > div {
  padding: 45px;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container {
  display: flex;
  padding: 15px;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>div {
  padding: 0;
  width: 100%;
}

.section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>div>.map {
  width: 100%;
  height: 401.3px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
/*
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
*/
}

@media (max-width: 767px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>div>.map {
    min-height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>div>.map {
    min-height: 401.3px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>div>.map {
    min-height: 401.3px;
  }
}

@media (min-width: 1440px) {
  .section-with-map>div[class*="container"]>.row>div[class*="col-"].map-container>div>.map {
    min-height: 401.3px;
  }
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .section.section-column-reverse > div[class*="container"] > .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
   .section > div[class*="container"] > .row > div[class*="col-"] {
     text-align: center;
     margin-top: 30px;
  }
  .section:not(.section-column-reverse) > div[class*="container"] > .row > div[class*="col-"]:first-child {
    margin-top: 0;
  }
  .section.section-column-reverse > div[class*="container"] > .row > div[class*="col-"]:last-child {
    margin-top: 0;
  }
}

.fixed-background {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  max-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
  color: #FFF;
  z-index: -1;
}

.fixed-background>.container,
.fixed-background>.container-fluid,
.fixed-background>.container-fluid>.row {
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .fixed-background {
    max-height: 450px;
  }
}

@media (min-width: 1400px) {
  .fixed-background {
    max-height: 550px;
  }
}

.fixed-background a {
  color: #FFF;
}

.fixed-background .content {
  position: relative;
  height: 100%;
  background: transparent;
  overflow: hidden;
  min-height: 100px;
}

.fixed-background .content>div> :last-child {
  margin-bottom: 0;
}

.fixed-background .content .description {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  padding: 25px 40px 30px 85px;
  background: rgba(19, 59, 99, 0.5);
  line-height: 1;
}

.fixed-background .content .description> :last-child {
  margin-bottom: 0 !important;
}

.fixed-background .top-left-content {
  top: 45px !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
}

.fixed-background .top-right-content {
  top: 45px !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}

.fixed-background .bottom-left-content {
  bottom: 45px !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
}

.fixed-background .bottom-right-content {
  bottom: 45px !important;
  right: 0 !important;
  top: auto !important;
  left: auto !important;
}

.fixed-background .content .description>.title {
  margin-bottom: 15px;
}

.section-with-img {
   padding-top: 45px;
   padding-bottom: 45px;
}

.section-with-img .img-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 100%;
   overflow:hidden;
}

.section-with-img .img-wrapper .img {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.section-with-img .img-wrapper .img > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.section-with-img .img-wrapper .img > a:hover {
  text-decoration: none;
}

.section-with-img .img-wrapper .img .img-description {
}

.section-with-img .img-wrapper .img .img-description.position-top {
  position: absolute;
  top: 85px;
  left: 0;
  bottom: auto;
  right: 0;
}

.section-with-img .img-wrapper .img .img-description.position-bottom {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 85px;
  right: 0;
}

.section-with-img .img-wrapper .img .img-description.position-left {
  position: absolute;
  top: 0;
  left: 85px;
  bottom: 0;
  right: auto;
}

.section-with-img .img-wrapper .img .img-description.position-right {
  position: absolute;
  top: 0;
  left: auto;
  bottom: 85px;
  right: 85px;
}

.section-with-img .img-wrapper .img .img-description.position-top-left {
  position: absolute;
  top: 85px;
  left: 85px;
  bottom: auto;
  right: auto;
}

.section-with-img .img-wrapper .img .img-description.position-top-right {
  position: absolute;
  top: 85px;
  right: 85px;
  bottom: auto;
  left: auto;
}

.section-with-img .img-wrapper .img .img-description.position-bottom-left {
  position: absolute;
  bottom: 85px;
  left: 85px;
  top: auto;
  right: auto;
}

.section-with-img .img-wrapper .img .img-description.position-bottom-right {
  position: absolute;
  bottom: 85px;
  right: 85px;
  top: auto;
  left: auto;
}

.section-with-img .img-wrapper .img .img-description.position-center-left {
  position: absolute;
  bottom: auto;
  right: auto;
  top: auto;
  left: 85px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-with-img .img-wrapper .img .img-description.position-center-right {
  position: absolute;
  bottom: auto;
  right: 85px;
  top: auto;
  left: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1440px) {
   .section-with-img .img-wrapper .img {
      min-height: 421px;
   }
}

@media (min-width: 1200px) and (max-width: 1439px) {
   .section-with-img .img-wrapper .img {
      min-height: 421px;
   }
}

@media (max-width: 1199px) {
   .section-with-img .img-wrapper .img {
      min-height: 421px;
   }
  .section-with-img .img-wrapper .img .img-description.position-top {
    top: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-bottom {
    bottom: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-left {
    left: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-right {
    bottom: 40px;
    right: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-top-left {
    top: 40px;
    left: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-top-right {
    top: 40px;
    right: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-bottom-left {
    bottom: 40px;
    left: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-bottom-right {
    bottom: 40px;
    right: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-center-left {
    left: 40px;
  }

  .section-with-img .img-wrapper .img .img-description.position-center-right {
    right: 40px;
  }
}

@media (max-width: 991px) {
  .section-with-img .img-wrapper .img .img-description {
    text-align: initial;
  }
  .section-with-img .img-wrapper .img .img-description.position-top {
    top: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-bottom {
    bottom: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-left {
    left: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-right {
    bottom: 15px;
    right: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-top-left {
    top: 15px;
    left: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-top-right {
    top: 15px;
    right: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-bottom-left {
    bottom: 15px;
    left: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-bottom-right {
    bottom: 15px;
    right: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-center-left {
    left: 15px;
  }

  .section-with-img .img-wrapper .img .img-description.position-center-right {
    right: 15px;
  }
}

@media (max-width: 767px) {
   .section-with-img .img-wrapper .img {
      min-height: 350px;
   }
  .section-with-img .img-wrapper .img .img-description {
    padding: 15px;
    text-align: center;
  }
  .section-with-img .img-wrapper .img .img-description.position-top,
  .section-with-img .img-wrapper .img .img-description.position-bottom,
  .section-with-img .img-wrapper .img .img-description.position-left,
  .section-with-img .img-wrapper .img .img-description.position-right,
  .section-with-img .img-wrapper .img .img-description.position-top-left,
  .section-with-img .img-wrapper .img .img-description.position-top-right,
  .section-with-img .img-wrapper .img .img-description.position-bottom-left,
  .section-with-img .img-wrapper .img .img-description.position-bottom-right,
  .section-with-img .img-wrapper .img .img-description.position-center-left,
  .section-with-img .img-wrapper .img .img-description.position-center-right {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 479px) {
   .section-with-img .img-wrapper .img {
      min-height: 250px;
   }
}

@media (max-width: 991px) {
  .section-with-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-with-img > div.container > .row {
     margin-left: -15px;
     margin-right: -15px;
  }
  .section > div[class*="container"] > .row > div[class*="col-"] {
     margin-top: 0;
  }
  .section-with-img .left.content {
    padding: 0 15px;
  }
  .section-with-img .right.content {
    padding: 0 15px;
  }
  .section-with-img .img-wrapper .img {
    background-position: center center;
  }
   .section-with-img .content > div {
     padding: 15px 0;
   }
   .section-with-img .content.without-padding-top-bottom > div {
     padding-top: 15px;
     padding-bottom: 15px;
   }
   .section-with-img .content.with-padding-equals > div {
     padding: 15px;
   }
}

@media (min-width: 992px) and (max-width: 1999px) {
  .section-with-img > div.container > .row {
     margin-left: -15px;
     margin-right: -15px;
  }
  .section-with-img .left.content {
    padding: 0 15px;
  }
  .section-with-img .right.content {
    padding: 0 15px;
  }
  .section-with-img .left.img-wrapper .img {
    background-position: center center;
  }
  .section-with-img .right.img-wrapper .img {
    background-position: center center;
  }
   .section-with-img .content > div {
     padding: 30px 15px;
   }
   .section-with-img .content.without-padding-top-bottom > div {
     padding-top: 15px;
     padding-bottom: 15px;
   }
   .section-with-img .content.with-padding-equals > div {
     padding: 15px;
   }
}

@media (min-width: 1200px) {
  .section-with-img > div.container > .row {
     margin-left: -15px;
     margin-right: -15px;
  }
  .section-with-img > div.container > .row.row-with-img {
     display: flex;
     justify-content: center;
     align-items: start;
  }
  .section-with-img > div.container > .row.row-with-img.align-items-center {
     align-items: center;
  }
  .section-with-img .left.content {
    padding: 0 15px;
  }
  .section-with-img .right.content {
    padding: 0 15px;
  }
  .section-with-img .left.img-wrapper .img {
    background-position: center center;
  }
  .section-with-img .right.img-wrapper .img {
    background-position: center center;
  }
   .section-with-img .content > div {
     padding: 30px 45px;
   }
   .section-with-img .content.without-padding-top-bottom > div {
     padding-top: 0;
     padding-bottom: 0;
   }
   .section-with-img .content.with-padding-equals > div {
     padding: 30px;
   }
}

.news-section.middle-section {
  padding: 15px 0;
}

.news-section > div[class*="container"] .row.news-container {
  margin-top: -15px;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"] {
  margin-top: 15px;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"] > div {
  padding: 15px;
  height: 100%;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"] > div > .news-cover {
  margin-bottom: 25px;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"] > div > .news-cover img {
  display: block;
  margin: 0 auto;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"] > div > .news-description {
  margin-bottom: 25px;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"].news-pagination-container {
  flex-basis: 100%;
  margin-top: 0;
}

.news-section > div[class*="container"] .row.news-container > div[class*="col-"].news-pagination-container .pagination > li > a,
.news-section > div[class*="container"] .row.news-container > div[class*="col-"].news-pagination-container .pagination > li > span {
  color: #314668;
}

@media (min-width: 992px) {
  .news-section.middle-section {
    padding: 25px 0;
  }
}

@media (min-width: 1200px) {
  .news-section > div[class*="container"] .row.news-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-top: -30px;
  }
  .news-section > div[class*="container"] .row.news-container > div[class*="col-"] {
    flex-basis: 50%;
    flex-grow: 0;
    padding: 0 15px;
    margin-top: 30px;
  }
  .news-section > div[class*="container"] .row.news-container > div[class*="col-"] > div {
    padding: 30px;
  }
}
