/*
 sm     =   small   =   phone-small     = 576px     = 36em;
 md     =   medium  =   phone-large     = 768px     = 48em;
 lg     =   large   =   phone-tablet    = 992px     = 62em;
 xl     =   xlarge  =   desktop         = 1200px    = 75em;
 xxl    =   xxl     =   big desktop     = 1400px    = 87.5em;
 1em = 16px;
*/
/*
When using MAX and Desktop first approach the biggest screen size
shall be on top for right cascading of styles(smallest shall be last)
*/
/*
When using MIN and Mobile first approach the smalles screen size
shall be on top for right cascading of styles(bigest shall be last)
*/
:root {
  --variables: goes here;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

label {
  font-weight: 800;
}

input {
  border-radius: 0 !important;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Regular.ttf);
  font-weight: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Bold.ttf);
  font-weight: 800;
  font-variant: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Light.ttf);
  font-weight: 300;
  font-variant: normal;
}

body {
  font-family: "Roboto", sans-serif;
  font-variant: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #1d384a;
}

h1,
h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

h1 {
  font-size: 1.3rem;
}

h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

p {
  margin: 20px 0;
}

a {
  font-weight: normal;
  color: #1178bd;
}

a:link {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.header-section a:not(.btn),
.side-nav a:not(.btn),
.docs-section a:not(.btn),
.partners-section a:not(.btn),
.projects-section a:not(.btn),
.news-section a:not(.btn),
.contacts-section a:not(.btn),
.big-hero a:not(.btn),
.cards a:not(.btn),
.info-banners-section a:not(.btn) {
  background: none;
  -webkit-transition: unset;
  transition: unset;
}

body {
  position: relative;
}

section,
header,
footer {
  margin: 20px 0;
}

.news-section,
.infolist-section,
.docs-section,
.projects-section,
.partners-section,
.contacts-section,
.header-section,
.main-section {
  margin-top: 0;
  margin-bottom: 0;
}

.news-section .container,
.infolist-section .container,
.docs-section .container,
.projects-section .container,
.partners-section .container,
.contacts-section .container,
.header-section .container,
.main-section .container {
  margin: 0 auto;
  padding: 40px 0;
}

@media (max-width: 47.9em) {
  .news-section .container,
  .infolist-section .container,
  .docs-section .container,
  .projects-section .container,
  .partners-section .container,
  .contacts-section .container,
  .header-section .container,
  .main-section .container {
    padding: 40px 20px;
  }
}

.header-section {
  background-image: linear-gradient(135deg, white 50%, #e8f5fd 50%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.header-section .container {
  padding: 20px 0 0 0;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.infolist-section {
  position: relative;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3ecf3), to(#d7f5ff));
  background-image: linear-gradient(to right, #e3ecf3, #d7f5ff);
  background-position: top left;
  background-repeat: no-repeat;
}

.infolist-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(../images/svg/chast_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  z-index: -1;
}

.docs-section {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#4bb5ff), color-stop(50%, #403f67), color-stop(6%, #403f67), color-stop(65%, #403f67), color-stop(60%, #403f67), color-stop(80%, #403f67), color-stop(90%, rgba(64, 63, 103, 0)));
  background-image: linear-gradient(to right, #4bb5ff 0%, #403f67 50%, #403f67 6%, #403f67 65%, #403f67 60%, #403f67 80%, rgba(64, 63, 103, 0) 90%);
}

.docs-section:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/relsi.jpg) right no-repeat;
  background-size: auto 120%;
  z-index: -1;
}

@media (max-width: 47.9em) {
  .docs-section {
    background-image: -webkit-gradient(linear, left top, right top, from(#4bb5ff), color-stop(60%, #403f67), color-stop(65%, #403f67), color-stop(60%, #403f67), color-stop(70%, #403f67), color-stop(90%, #403f67));
    background-image: linear-gradient(to right, #4bb5ff 0%, #403f67 60%, #403f67 65%, #403f67 60%, #403f67 70%, #403f67 90%);
  }
}

.partners-section {
  background-image: linear-gradient(189deg, white, rgba(255, 255, 255, 0) 50%, transparent), url(../images/viadukt_vlak.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.partners-section .container {
  padding-bottom: 120px;
}

@media (max-width: 47.9em) {
  .partners-section .container {
    padding-bottom: 0;
  }
}

.projects-section h2 {
  color: black;
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.projects-section a {
  display: inline-block;
  margin-bottom: 20px;
}

.projects-section a img {
  width: 100%;
  height: auto;
}

.projects-section > .row > .col-md-4:nth-of-type(2) {
  margin-left: -50px;
  margin-right: 50px;
}

.projects-section > .row > .col-md-4:nth-of-type(2) h2 {
  text-align: center;
}

.contacts-section {
  background-color: #e8f5fd;
  background: url(../images/sini_relsi.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.contacts-section .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-section {
  background-color: #404d79;
  color: white;
  margin: 0;
}

.footer-section h2 {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.footer-section__credentials {
  margin: 0 auto;
  text-align: center;
  background-color: #2e3552;
  padding: 20px 0;
  font-size: 0.8rem;
}

.footer-nav {
  margin: 0 auto;
  padding: 40px 0;
}

.footer-nav .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 47.9em) {
  .footer-nav .container .col-md-2 {
    display: none;
  }
}

.footer-nav h2 > a {
  color: inherit;
  font-weight: 800;
}

.footer-nav h2 > a:hover {
  color: inherit;
}

.footer-nav__separator {
  margin: 0 auto 40px auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 47.9em) {
  .footer-nav__separator {
    display: block;
    margin: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer-nav__separator {
    display: none;
  }
}

.footer-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer-nav__logo img {
  width: 20%;
  background-color: #404d79;
  padding: 0 40px;
  position: absolute;
}

.footer-nav__logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #7986b2;
}

@media (max-width: 47.9em) {
  .footer-nav__logo img {
    padding: 0 0;
    width: 60%;
  }
  .footer-nav__logo:before {
    display: none;
  }
}

.page-title {
  padding: calc(20px + 2px) 0 10px 0;
  border-bottom: 2px solid #1178bd;
}

.page-header {
  padding-bottom: 0 !important;
}

.page-header--full {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page-header--full .page-title {
  padding-left: 20px;
  border-bottom: unset;
}

.page-content {
  padding-top: 0 !important;
}

.page-content .cards {
  padding-top: 0;
}

.info-banners-section {
  margin-top: 80px;
}

.content-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.666667%;
          flex: 1 0 66.666667%;
}

.u-blue-gradient {
  background-image: linear-gradient(0deg, #b2e4fe 0%, rgba(178, 228, 254, 0) 300px);
}

.error--404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1178bd;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
}

.error--missing-content {
  margin: 20px 0 80px 0;
  padding: 0 20px;
}

.error--missing-content h1 {
  color: red;
}

.search-box {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 40px 0;
  z-index: 3;
}

.search-box--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  margin-left: 30px;
}

.search-box__input {
  position: relative;
  width: 50%;
  height: 40px;
  border: 1px solid #b3b3b3;
  border-left: 1px solid transparent;
  padding: 5px;
}

.search-box__close {
  width: 30px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  border: 1px solid transparent;
  background-color: transparent;
  background: url(../images/svg/hiks.svg) center no-repeat;
  background-size: 50%;
}

.search-box__button {
  width: 30px;
  height: 40px;
  border: 1px solid #b3b3b3;
  border-right: 1px solid transparent;
  background-color: transparent;
  background: url(../images/svg/lupa.svg) center no-repeat;
  background-size: 50%;
  z-index: 2;
}

.search-results {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-results__title {
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: unset;
}

.search-results__data {
  display: inline-block;
  margin-right: 10px;
  color: #7f7f7f;
}

.search-results__item {
  /*display: inline-block;*/
  margin-left: 20px !important;
  margin: 5px 0;
  line-height: 1.3;
}

.login-box, .register-box {
  margin-top: 10vh;
  background-color: white;
  width: 90%;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-box__container, .register-box__container {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(6, 20, 34, 0.6);
  z-index: 4;
}

.login-box h1, .login-box h2, .register-box h1, .register-box h2 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 1.2rem;
  border-bottom: 2px solid #1178bd;
}

.login-box .btn--gradient, .register-box .btn--gradient {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .login-box, .register-box {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .login-box, .register-box {
    width: 35%;
  }
}

.login-box__container:after, .register-box__container:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  padding: 20px 20px 2vh 10vw;
  background: url(../images/svg/x.svg) center no-repeat;
  background-size: 18px 18px;
  background-color: none;
}

@media (max-width: 47.9em) {
  .login-box__container:after, .register-box__container:after {
    right: 0px;
  }
}

.register-box__container, .login-box__container {
  z-index: 999;
}

.main-nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 0 0;
}

.main-nav__item {
  position: relative;
}

.main-nav__item:first-child a {
  padding-left: 0;
}

.main-nav__item:last-child a {
  padding-right: 0;
}

.main-nav__link {
  font-size: 0.85rem;
  color: #1d384a;
  padding: 5px;
  display: inline-block;
  padding-bottom: 20px;
}

.main-nav__link--current, .main-nav__link:hover, .main-nav__link:focus {
  font-weight: 800;
  color: inherit;
  text-decoration: none;
}

.sub-nav__list {
  display: none;
  position: absolute;
  left: -40px;
  list-style: none;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 40px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.sub-nav__link {
  color: inherit;
  display: inline-block;
  padding: 5px 0;
  padding-right: 3px;
  width: 100%;
}

.sub-nav__link:hover {
  text-decoration: none;
  font-weight: 800;
  color: #1178bd;
  padding-right: 0px;
}

.main-nav__item:hover > .sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 16;
}

.eulogo {
  height: 72px;
  width: auto; 
  max-width: 100%;
}

@media (min-width: 62em) {
  .main-nav__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-nav__item {
    min-width: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-nav__item:last-child > ul, .main-nav__item:nth-last-child(2) > ul {
    right: -40px;
    left: unset;
  }
  .eulogo {
    height: auto;
    max-height:50px;
    width: 100%;
  }
}

.big-hero {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.big-hero {
  position: relative;
  width: 100%;
}

.big-hero__notice {
  width: 100%;
  margin: 0 auto;
  padding: 3.33333px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#17558c), color-stop(#572c6a), to(#9b0046));
  background-image: linear-gradient(to right, #17558c, #572c6a, #9b0046);
}

.big-hero__notice a, .big-hero__notice a:hover {
  color: white !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__container > .btn {
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.news__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #1178bd;
  min-height: 30px;
}

.news__nav > .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__nav .news__btn {
  background-color: transparent;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: 800;
  border: 0px solid transparent;
}

.news__nav .news__btn--current:after {
  content: "";
  position: absolute;
  background: url(../images/svg/triangle-32.svg) center no-repeat;
  background-size: 32px;
  width: 100%;
  height: 32px;
  left: 0px;
  bottom: -15px;
}

.news__nav .news__btn:hover:after {
  content: "";
  position: absolute;
  background: url(../images/svg/triangle-32.svg) center no-repeat;
  background-size: 32px;
  width: 100%;
  height: 32px;
  left: 0px;
  bottom: -15px;
}

.news__nav > .btn {
  text-transform: uppercase;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: 800;
}

.news__nav > .btn--gradient {
  background-color: white;
}

@media (min-width: 48em) {
  .news__nav {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .news__nav > .btn {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    white-space: nowrap;
  }
}

.cards__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards__container > .btn {
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.cards__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__nav > .btn {
  margin-right: 5px;
  text-transform: uppercase;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: 800;
}

@media (min-width: 48em) {
  .cards__nav {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .cards__nav > .btn {
    margin-right: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    white-space: nowrap;
  }
}

@media (min-width: 62em) {
  .cards__nav > .btn {
    margin-right: 100px;
  }
}

@media (max-width: 47.9em) {
  .news__container .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .news__container .col-md-4 {
    width: 100%;
  }
  .news__container .news-single__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__container .news-single__title small {
    text-align: left;
    padding-bottom: 10px;
  }
  .news__container .news-single__img {
    min-width: 250px;
  }
}

.news-single,
.cards-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white !important;
  padding: 20px;
  position: relative;
}

.news-single:hover, .news-single:focus,
.cards-single:hover,
.cards-single:focus {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-decoration: none;
}

.news-single:hover:after, .news-single:focus:after,
.cards-single:hover:after,
.cards-single:focus:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/svg/triugulnik_novina.svg) left no-repeat;
  background-size: contain;
}

.news-single:link,
.cards-single:link {
  color: inherit;
}

.news-single:link:hover, .news-single:link:focus,
.cards-single:link:hover,
.cards-single:link:focus {
  -webkit-text-decoration: noneS;
          text-decoration: noneS;
}

.news-single__img,
.cards-single__img {
  width: 100%;
  height: 250px;
  background-color: #e8f5fd;
}

.news-single__img img,
.cards-single__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-single__title,
.cards-single__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #1d384a;
}

.news-single__title small,
.cards-single__title small {
  width: 20%;
  text-align: right;
  padding-right: 20px;
}

.news-single__title h2,
.cards-single__title h2 {
  max-width: 80%;
  font-size: 1rem;
  padding-left: 20px;
}

@media (min-width: 62em) {
  .news-single__title h2,
  .cards-single__title h2 {
    padding-left: 10px;
  }
}

.news-single__excerpt,
.cards-single__excerpt {
  margin-top: 10px;
  line-height: 1.3;
  color: #1d384a;
  color: inherit;
}

.cards-single__title h2 {
  font-size: 0.9rem;
}

.cards-single:hover, .cards-single:focus {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-decoration: none;
}

.cards-single:hover:after, .cards-single:focus:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: unset;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/svg/triugulnik-right.svg) left no-repeat;
  background-size: contain;
}

.cards__container {
  padding: 0 0;
}

.list-nav {
  list-style: none;
}

.list-nav__item {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.list-nav__link {
  color: inherit;
}

.list-nav__link:hover {
  color: inherit;
}

.docs-module {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.docs-module a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.docs-module a:hover, .docs-module a:focus {
  text-decoration: none;
  color: white !important;
}

.docs-module a:before {
  content: "";
  width: 100px;
  height: 80px;
  display: block;
}

.docs-module h2 {
  font-size: 1.3rem;
  font-weight: 800;
}

.docs-module h2 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.docs-module--refdoc a::before {
  background: url(../images/svg/referenten_doc.svg) left no-repeat;
  background-size: contain;
}

.docs-module--price a::before {
  background: url(../images/svg/cenova_lista.svg) left no-repeat;
  background-size: contain;
}

.docs-module--alert a::before {
  background: url(../images/svg/portal_nerednosti.svg) left no-repeat;
  background-size: contain;
}

.partner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  margin: 30px 0;
}

.partner__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.75rem;
  margin: 20px 0 0 0;
  color: black;
}

.partner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner__logo img {
  max-width: 70%;
}

.partner__logo:hover, .partner__logo:focus {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 47.9em) {
  .partner:first-child {
    margin-top: 0;
  }
}

.contacts {
  margin: 20px 0;
  position: relative;
}

.contacts h2 {
  width: 60%;
  margin-left: 40%;
}

.contacts a {
  color: inherit;
}

.contacts a:hover, .contacts a:focus {
  text-decoration: none;
}

.contacts small, .contacts p {
  margin-left: 40%;
}

.contacts small {
  text-transform: uppercase;
  font-size: 0.7rem;
}

.contacts p {
  font-size: 0.85rem;
  padding: 0;
  margin: 0 0 0 40%;
  white-space: nowrap;
}

.contacts--mail:before, .contacts--address:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 30%;
  height: 80px;
}

.contacts--mail h2 {
  margin-bottom: 0;
}

.contacts--mail::before {
  background: url(../images/svg/obratna_vruzka.svg) right top no-repeat;
  background-size: contain;
}

.contacts--address::before {
  background: url(../images/svg/adres.svg) right no-repeat;
  background-size: contain;
  top: -10px;
  height: 90px;
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 40%;
}

.contacts__social a > img {
  width: 40px;
}

.contacts__social a {
  display: inline-block;
}

.contacts__social a:first-child {
  margin-right: 10px;
}

.contacts__social a:last-child {
  margin-right: 20px;
}

@media (max-width: 47.9em) {
  .contacts--mail:before, .contacts--address:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 15%;
    height: 80px;
  }
  .contacts__social {
    margin-top: 40px;
    margin-left: 0%;
  }
  .contacts h2, .contacts p {
    width: 80%;
    margin: 0 0 0 20%;
    white-space: normal;
  }
}

@media (max-width: 35.9em) {
  .contacts__social {
    margin-top: 0;
  }
  .contacts__social img {
    height: 24px;
  }
}

.info-banner {
  padding: 20px;
  background-color: white !important;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-banner:hover {
  -webkit-transition: unset;
  transition: unset;
  background-color: white;
}

.info-banner:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: unset;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/svg/triugulnik-right.svg) left no-repeat;
  background-size: contain;
}

.info-banner__img img {
  width: 100%;
}

.info-banner__title {
  color: #1d384a;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.info-banner__title span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

@media (max-width: 61.9em) {
  .info-banners-section > .col-lg-6:last-child {
    margin-top: 20px;
  }
}

.gallery__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white !important;
  padding: 20px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gallery__img {
  height: 250px;
  background-color: #e8f5fd;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__title {
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 20px;
}

.gallery-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(6, 20, 34, 0.6);
  z-index: 9999;
}

.gallery-modal > .gallery__item {
  padding: 20px;
  -ms-grid-column-align: center;
      justify-self: center;
  max-height: 90vh;
  width: 100%;
}

.gallery-modal > .gallery__item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80vh;
  height: 100%;
}

.gallery-modal__prev, .gallery-modal__next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15%;
          flex: 1 0 15%;
  height: 100%;
  border: none;
}

.gallery-modal__prev span, .gallery-modal__next span {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.gallery-modal__prev {
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 20, 34, 0.6)), to(transparent));
  background: linear-gradient(to right, rgba(6, 20, 34, 0.6), transparent);
}

.gallery-modal__prev span {
  background: url(../images/svg/strelka_L.svg) center no-repeat;
  background-size: 24px 24px;
  background-color: none;
}

.gallery-modal__next {
  background: -webkit-gradient(linear, right top, left top, from(rgba(6, 20, 34, 0.6)), to(transparent));
  background: linear-gradient(to left, rgba(6, 20, 34, 0.6), transparent);
}

.gallery-modal__next span {
  background: url(../images/svg/strelka_R.svg) center no-repeat;
  background-size: 24px 24px;
  background-color: none;
}

.gallery-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  padding: 40px 40px 5vh 10vw;
  background: url(../images/svg/x.svg) center no-repeat;
  background-size: 24px 24px;
  background-color: none;
}

.nav-top {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #666666;
}

.nav-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
}

.nav-top__item:last-child > .nav-top__link {
  padding-right: 0px;
}

.nav-top__item--search {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-top__item--search input {
  display: none;
}

.nav-top__item--search label {
  font-weight: normal;
  font-size: 0.85rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
  cursor: pointer;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px 0 3px;
}

.nav-top__item--search label:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: url(../images/svg/lupa.svg) center no-repeat;
  background-size: 50%;
}

.nav-top__link {
  color: #666666;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.85rem;
  white-space: nowrap;
}

.nav-top__link:hover, .nav-top__link:focus {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 47.9em) {
  .nav-top > * {
    outline: hidden;
  }
}

.side-nav a {
  color: #1d384a;
}

.side-nav__list {
  list-style: none;
  margin-top: -11px;
}

.side-nav__item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.side-nav__item:hover, .side-nav__item:focus, .side-nav__item:focus-within {
  background: url(../images/svg/menu_sin_triugulnik.svg) left top no-repeat;
  background-size: 9.5% !important;
}

.side-nav__item:hover > a, .side-nav__item:focus > a, .side-nav__item:focus-within > a {
  color: #1178bd;
  font-weight: 800;
  padding-left: 40px;
}

.side-nav__item--sub {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.side-nav__item--sub::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: url(../images/svg/siv_hiks_menu.svg) center center no-repeat;
  background-size: 30%;
}

.side-nav__item--minus::after {
  background: url(../images/svg/siv_minus_menu.svg) center no-repeat;
  background-size: 30%;
}

.side-nav__link {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

.side-nav__sub {
  display: block;
  visibility: hidden;
  height: 0;
  list-style: none;
  background-color: #f2fbff;
  border-top: 1px solid #e5e5e5;
}

.mobile-nav__list{
  display: none;
}

@media (max-width: 47.9em) {
  .side-nav {
    display: none;
  }
  .mobile-nav__list{
    display: inline-block;
  }
}

.click-visible {
  display: block;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.click-visible li > ul {
  background-color: #e3f6ff;
}

.click-visible li > ul ul {
  background-color: #cef0ff;
}

.mobile-nav > * {
  outline: hidden;
}

.mobile-nav__trigger {
  display: none;
}

.mobile-nav__checkbox {
  display: none;
}

@media (max-width: 47.9em) {
  .mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-color: white !important;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 100;
  }
  .mobile-nav:hover {
    background-color: red;
  }
  .mobile-nav .nav-top__item--search {
    display: none;
  }
  .mobile-nav .main-nav__link, .mobile-nav .nav-top__link, .mobile-nav .sub-nav__link {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .mobile-nav .main-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
  .mobile-nav .main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-nav .main-nav__item a {
    display: inline-block;
    padding: 10px;
  }
  .mobile-nav .nav-top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .mobile-nav__trigger {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 101;
    width: 40px;
    height: 40px;
  }
  .mobile-nav .main-nav__list, .mobile-nav .nav-top__list {
    margin: 20px 0;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: block;
    background-color: white;
    z-index: 1;
  }
  .mobile-nav .main-nav__list li, .mobile-nav .nav-top__list li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .mobile-nav .main-nav__list li > .sub-nav__list, .mobile-nav .nav-top__list li > .sub-nav__list {
    position: absolute;
    padding: 20px;
    padding-top: 120px;
    width: 100%;
    left: 200%;
    top: 0;
    min-height: 100vh;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    z-index: 2;
  }
  .mobile-nav .main-nav__list li .sub-nav__item, .mobile-nav .nav-top__list li .sub-nav__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-nav .main-nav__list li .sub-nav__link, .mobile-nav .nav-top__list li .sub-nav__link {
    width: 90%;
  }
}

@media (max-width: 35.9em) {
  .mobile-nav .mobile-nav__trigger {
    outline: none;
  }
}

.mobile-nav .show-menu {
  left: 0 !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: white;
}

.mobile-nav__checkbox:checked ~ .mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav--left-arrow {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/svg/mobile_back_arrow.svg) center no-repeat;
  background-size: 15px 15px;
  z-index: 9999;
}

span.mobile-nav--plus {
  display: inline-block;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
  background: url(../images/svg/siv_hiks_menu.svg) center no-repeat;
  background-size: 10px 10px;
}

.mobile-nav__icon {
  position: absolute;
  width: 25px;
  height: 2px;
  top: 10px;
  background-color: black;
}

.mobile-nav__icon:hover {
  cursor: pointer;
}

.mobile-nav__icon:before, .mobile-nav__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: inherit;
}

.mobile-nav__icon:before {
  position: absolute;
  top: -6px;
}

.mobile-nav__icon:after {
  position: absolute;
  top: 6px;
}

.mobile-nav__checkbox:checked + label .mobile-nav__icon {
  height: 0px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mobile-nav__checkbox:checked + label .mobile-nav__icon::before {
  -webkit-transform: rotate(45deg) translateY(8px);
          transform: rotate(45deg) translateY(8px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mobile-nav__checkbox:checked + label .mobile-nav__icon::after {
  -webkit-transform: rotate(-45deg) translateY(-9px);
          transform: rotate(-45deg) translateY(-9px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pagination-section {
  margin: 0 auto;
  margin-top: 80px;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f2fbff;
  margin: 0 auto;
  list-style: none;
}

.pagination-list__item {
  display: inline-block;
}

.pagination-list__item--first, .pagination-list__item--last, .pagination-list__item--current {
  font-weight: 600;
}

.pagination-list__item--first, .pagination-list__item--last {
  padding: 0 20px;
}

.pagination-list__link {
  display: inline-block;
  color: #1178bd;
  text-decoration: none;
  padding: 10px 13.33333px;
}

.infolist__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.infolist__title a {
  color: #1d384a;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.6rem;
}

.infolist__title:before {
  content: "";
  display: block;
  min-width: 60px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  margin-right: 20px;
}

.infolist-section .col-md-4:nth-child(1) .infolist__title:before {
  content: "";
  background: url(../images/svg/deinosti.svg) center no-repeat;
  background-size: contain;
}

.infolist-section .col-md-4:nth-child(2) .infolist__title:before {
  content: "";
  background: url(../images/svg/obqvi.svg) center no-repeat;
  background-size: contain;
}

@media (min-width: 48em) {
  .infolist-section .col-md-4:nth-child(2) {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
  .infolist-section .col-md-4:nth-child(2) .infolist__title:before {
    width: 80px;
  }
}

.infolist-section .col-md-4:nth-child(3) .infolist__title:before {
  content: "";
  background: url(../images/svg/documenti.svg) center no-repeat;
  background-size: contain;
}

.btn {
  background-color: #1775DD;
  border-radius: 20px;
  margin: 20px 0;
  display: inline-block;
  padding: 5px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}

.btn:link {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn:active {
  color: white;
}

.btn--purple {
  background-color: #4B6195;
}

.btn--dark-blue {
  background-color: #0074C2;
}

.btn--transperant {
  background-color: #1f71bb !important;
  background: rgba(31, 113, 187, 0) !important;
  color: #1d384a;
}

.btn--transperant:hover, .btn--transperant:focus {
  background: #1f71bb !important;
  color: white;
}

.btn--gradient {
  background-color: #1f71bb !important;
  background: -webkit-gradient(linear, left top, right top, from(#1795ea), to(#1f71bb));
  background: linear-gradient(to right, #1795ea, #1f71bb);
  color: white;
}

.btn--gradient:hover, .btn--gradient:focus {
  background: #1f71bb !important;
  background: -webkit-gradient(linear, left top, right top, from(#1f71bb), to(#1f71bb));
  background: linear-gradient(to right, #1f71bb, #1f71bb);
  color: white;
}

.btn--gradient-red {
  background-color: #e40066 !important;
  background: -webkit-gradient(linear, left top, right top, from(#e40066), to(#9b0046));
  background: linear-gradient(to right, #e40066, #9b0046);
  color: white;
}

.btn--gradient-red:hover, .btn--gradient-red:focus {
  background: #9b0046 !important;
  background: -webkit-gradient(linear, left top, right top, from(#9b0046), to(#9b0046));
  background: linear-gradient(to right, #9b0046, #9b0046);
  color: white;
}

.logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo:hover > .logo__img {
  background: url(../images/svg/yellow_logo.svg) center no-repeat;
  background-size: contain;
}

.logo__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: block;
  position: relative;
  width: 40%;
  height: 100%;
  margin-top: -10px;
}

.logo__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/svg/white_logo.svg) center no-repeat;
  background-size: contain;
}

.logo__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 10px;
  color: #1178bd;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}

.logo__title span {
  display: block;
  font-weight: 800;
  color: #1d384a;
}

.logo__mobile {
  display: none;
}

@media (max-width: 47.9em) {
  .logo {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo__img {
    height: 70px;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .logo__title {
    display: none;
  }
  .logo__mobile {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    line-height: 1.2;
  }
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel {
  width: 100%;
  padding: 0;
}

.breadcrumb {
  background: transparent;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0;
}

.breadcrumb__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.breadcrumb__item {
  padding: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb__item:first-child a {
  color: #1d384a;
}

.breadcrumb__item:not(:last-child):after {
  content: '\203A';
  font-size: 1.2rem;
  padding-left: 10px;
}

.breadcrumb__link {
  display: inline-block;
  color: #1178bd;
}

.breadcrumb__link:hover {
  text-decoration: none;
}

@media (max-width: 47.9em) {
  .breadcrumb {
    padding: 0.75rem 0;
    margin-left: -20px;
  }
  .breadcrumb__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact-form {
  margin-top: 20px;
}

.contact-form h1 {
  margin-bottom: 40px;
}

.contact-form__checkbox label, .contact-form__checkbox a {
  font-size: 0.85rem;
  font-weight: normal;
}

.contact-form__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contact-form__nav .btn--gradient-red {
  margin-right: auto;
}

.contact-form__nav .btn--gradient {
  margin-left: 20px;
}

.page-content ul {
  margin-left: 20px;
}

.cookie-container {
  background-color: rgba(6, 20, 34, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2e3552;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 10px;
}

.cookies__header {
  width: 100%;
  min-height: 150px;
  max-height: 50%;
  background: url(../images/svg/cookie_new.svg) center center no-repeat;
  background-size: 60% 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cookies h1,
.cookies h2 {
  display: inline-block;
  font-size: 0.9rem;
  width: 100%;
}

.cookies p {
  margin: 0;
  font-size: 0.85rem;
}

.cookies a {
  color: #f2fbff;
  text-decoration: underline;
}

.cookies > .btn {
  margin: 0px 0;
  max-width: 200px;
}

@media (max-width: 47.9em) {
  .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-height: unset;
  }
  .cookies > .btn {
    margin: 20px 0;
  }
}

.video-js {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */

/* FORCE partner logo size to match production box model (217×94) */
.partners-section .partner .partner__logo > img,
.partners-section .partner .partner_logo > img {
    width: 217px !important;
    height: 94px !important;
    max-width: 217px !important;
    max-height: 94px !important;
    min-width: 217px !important;
    min-height: 94px !important;
    object-fit: contain !important;
}
