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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.flex {
  display: flex;
}

@media all and (max-width: 786px) {
  .flex {
    display: block;
  }
}
#footer__main {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#footer__main .footer--links ul {
  margin-bottom: 30px;
}
#footer__main .footer--links ul li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
#footer__main .footer--links ul li a {
  color: #484848;
  text-decoration: none;
}
#footer__main .footer--links ul li:first-child {
  margin-left: 0;
}
#footer__main .footer--links ul li:first-child:after {
  display: none;
}
#footer__main .footer--links ul li:after {
  content: '⋅';
  position: absolute;
  left: -20px;
  top: 0;
  color: black;
}
#footer__main .footer--copyright {
  color: #484848;
  line-height: 24px;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

#header__main {
  border-bottom: 1px solid #c4c4c4;
}
#header__main .header__main__top {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header__main .header__main__top__center {
  text-align: center;
}
#header__main .header__main__top__center a {
  color: black;
  text-decoration: none;
}
#header__main .header__main__right {
  color: #111;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
#header__main .header__main__right input {
  border: none;
}
#header__main .header__main__bottom {
  height: 48px;
}
#header__main .header__main__bottom ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
#header__main .header__main__bottom ul li {
  display: inline-block;
}
#header__main .header__main__bottom ul li a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #111;
}
#header__main .header__main__bottom ul li.sub {
  position: relative;
  cursor: pointer;
}
#header__main .header__main__bottom ul li.sub .icon-icons_down {
  font-size: 9px;
  margin-left: 4px;
}
#header__main .header__main__bottom ul li.sub:hover .sub__item {
  display: block;
}
#header__main .header__main__bottom ul li.sub .sub__item {
  display: none;
  flex-wrap: wrap;
  justify-content: initial;
  position: absolute;
  left: 0;
  top: 18px;
  width: 280px;
  height: 122px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  z-index: 1;
  padding: 10px 10px;
}
#header__main .header__main__bottom ul li.sub .sub__item li {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 11px;
}
#header__main .header__main__bottom ul li.sub .sub__item li:last-child {
  border-bottom: none;
}
@media all and (max-width: 786px) {
  #header__main.position__sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: white;
    width: 100%;
  }
  #header__main .header__main__top {
    height: 60px;
  }
  #header__main .header__main__top__left {
    display: none;
  }
  #header__main .header__main__top__right {
    display: none;
  }
  #header__main .header__main__top__center {
    text-align: center;
    width: 126px;
    margin-left: 12px;
  }
  #header__main .header__main__top__center img {
    width: 100%;
    height: auto;
  }
  #header__main .header__main__top .menu--mobile {
    position: absolute;
    right: 13px;
    top: 16px;
  }
  #header__main .header__main__top .menu--mobile.active {
    right: 18px;
    top: 20px;
  }
  #header__main .header__main__top .menu--mobile.active span:last-child {
    display: none;
  }
  #header__main .header__main__top .menu--mobile.active span:nth-child(1) {
    transform: rotate(45deg) translate(11px, 3px);
  }
  #header__main .header__main__top .menu--mobile.active span:nth-child(2) {
    transform: rotate(-45deg) translate(5px, 2px);
  }
  #header__main .header__main__top .menu--mobile span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: black;
    margin-bottom: 9px;
  }
  #header__main .header__main__bottom {
    position: absolute;
    display: none;
    z-index: 1;
    height: auto;
    top: 59px;
    left: 0;
    background: white;
    width: 100%;
    padding: 17px 9px;
  }
  #header__main .header__main__bottom.active {
    display: block;
  }
  #header__main .header__main__bottom form {
    position: relative;
  }
  #header__main .header__main__bottom form input {
    width: 100%;
    background-color: #f5f5f5;
    height: 42px;
    color: #111;
    border: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  #header__main .header__main__bottom form button {
    position: absolute;
    right: 7px;
    top: 10px;
    background: none;
  }
  #header__main .header__main__bottom ul {
    display: block;
    padding: 17px 0;
  }
  #header__main .header__main__bottom ul li {
    display: block;
    margin-bottom: 21px;
  }
  #header__main .header__main__bottom ul li a {
    color: #111;
    font-size: 16px;
  }
  #header__main .header__main__bottom ul li.sub {
    margin-bottom: 0;
  }
  #header__main .header__main__bottom ul li.sub:after {
    display: none;
  }
  #header__main .header__main__bottom ul li.sub .sub__item {
    display: block;
    position: unset;
    background: none;
    box-shadow: none;
    height: auto;
    width: 100%;
    padding-top: 22px;
  }
  #header__main .header__main__bottom .logo {
    text-align: center;
    width: 100%;
    margin-top: 56px;
  }
}

.link {
  border: 2px solid #000;
  color: #111;
  display: inline-block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 30px 0;
  height: 44px;
  text-align: center;
  padding-top: 9px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .margin__bottom--10 {
    margin-bottom: 10px;
  }
  .margin__bottom--15 {
    margin-bottom: 15px;
  }
  .margin__bottom--20 {
    margin-bottom: 20px;
  }
  .margin__bottom--30 {
    margin-bottom: 30px;
  }
  .margin__bottom--40 {
    margin-bottom: 40px;
  }
  .margin__bottom--50 {
    margin-bottom: 50px;
  }
  .margin__bottom--60 {
    margin-bottom: 60px;
  }
  .margin__bottom--70 {
    margin-bottom: 70px;
  }
  .margin__bottom--80 {
    margin-bottom: 80px;
  }
  .margin__bottom--90 {
    margin-bottom: 90px;
  }

  .padding__bottom--10 {
    padding-bottom: 10px;
  }
  .padding__bottom--15 {
    padding-bottom: 15px;
  }
  .padding__bottom--20 {
    padding-bottom: 20px;
  }
  .padding__bottom--30 {
    padding-bottom: 30px;
  }
  .padding__bottom--40 {
    padding-bottom: 40px;
  }
  .padding__bottom--50 {
    padding-bottom: 50px;
  }
  .padding__bottom--60 {
    padding-bottom: 60px;
  }
  .padding__bottom--70 {
    padding-bottom: 70px;
  }
  .padding__bottom--80 {
    padding-bottom: 80px;
  }
  .padding__bottom--90 {
    padding-bottom: 90px;
  }
  .padding__top--10 {
    padding-top: 10px;
  }
  .padding__top--15 {
    padding-top: 15px;
  }
  .padding__top--20 {
    padding-top: 20px;
  }
  .padding__top--30 {
    padding-top: 30px;
  }
  .padding__top--40 {
    padding-top: 40px;
  }
  .padding__top--50 {
    padding-top: 50px;
  }
  .padding__top--60 {
    padding-top: 60px;
  }
  .padding__top--70 {
    padding-top: 70px;
  }
  .padding__top--80 {
    padding-top: 80px;
  }
  .padding__top--90 {
    padding-top: 90px;
  }
}
@media all and (max-width: 768px) {
  .margin__mobile__bottom--10 {
    margin-bottom: 10px;
  }
  .margin__mobile__bottom--15 {
    margin-bottom: 15px;
  }
  .margin__mobile__bottom--20 {
    margin-bottom: 20px;
  }
  .margin__mobile__bottom--30 {
    margin-bottom: 30px;
  }
  .margin__mobile__bottom--40 {
    margin-bottom: 40px;
  }
  .margin__mobile__bottom--50 {
    margin-bottom: 50px;
  }
  .margin__mobile__bottom--60 {
    margin-bottom: 60px;
  }
  .margin__mobile__bottom--70 {
    margin-bottom: 70px;
  }
  .margin__mobile__bottom--80 {
    margin-bottom: 80px;
  }
  .margin__mobile__bottom--90 {
    margin-bottom: 90px;
  }

  .padding__mobile__bottom--10 {
    padding-bottom: 10px;
  }
  .padding__mobile__bottom--15 {
    padding-bottom: 15px;
  }
  .padding__mobile__bottom--20 {
    padding-bottom: 20px;
  }
  .padding__mobile__bottom--30 {
    padding-bottom: 30px;
  }
  .padding__mobile__bottom--40 {
    padding-bottom: 40px;
  }
  .padding__mobile__bottom--50 {
    padding-bottom: 50px;
  }
  .padding__mobile__bottom--60 {
    padding-bottom: 60px;
  }
  .padding__mobile__bottom--70 {
    padding-bottom: 70px;
  }
  .padding__mobile__bottom--80 {
    padding-bottom: 80px;
  }
  .padding__mobile__bottom--90 {
    padding-bottom: 90px;
  }
  .padding__mobile__top--10 {
    padding-top: 10px;
  }
  .padding__mobile__top--15 {
    padding-top: 15px;
  }
  .padding__mobile__top--20 {
    padding-top: 20px;
  }
  .padding__mobile__top--30 {
    padding-top: 30px;
  }
  .padding__mobile__top--40 {
    padding-top: 40px;
  }
  .padding__mobile__top--50 {
    padding-top: 50px;
  }
  .padding__mobile__top--60 {
    padding-top: 60px;
  }
  .padding__mobile__top--70 {
    padding-top: 70px;
  }
  .padding__mobile__top--80 {
    padding-top: 80px;
  }
  .padding__mobile__top--90 {
    padding-top: 90px;
  }
}
.title__page {
  text-align: center;
  padding: 53px 0 27px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.title__page.left {
  color: #111;
  letter-spacing: 4px;
  text-align: left;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
@media all and (max-width: 768px) {
  .title__page.left {
    padding: 40px 0px;
    letter-spacing: 1.2px;
  }
}

.button {
  display: inline-block;
}
.button .link {
  display: inline-block;
  border: 2px solid black;
  height: 42px;
  color: #111;
  text-align: center;
  padding-top: 12px;
  text-decoration: none;
  text-transform: none;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.button .link [class*="icon"] {
  margin-right: 8px;
}
@media all and (max-width: 786px) {
  .button .link {
    letter-spacing: normal;
    font-size: 14px;
  }
  .button .link [class*="icon"] {
    margin-right: 4px;
  }
}

*,
html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Source';
  font-weight: 400;
}
body.menu--active {
  position: relative;
  overflow: hidden;
}
body.menu--active:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}

.gray__bg {
  background-color: #f5f5f5;
}

.container {
  max-width: 1363px;
  margin: 0 auto;
}

.content {
  max-width: 1043px;
  margin: 0 auto;
}
.content__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content--left {
  width: 684px;
}
.content--right {
  width: 325px;
  margin-left: 33px;
}

.title__category {
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1.2px;
  font-size: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.row {
  display: flex;
}
.row.type__1 {
  justify-content: space-between;
}
.row.type__1 .list-element {
  width: calc(100% / 2 - 17px);
}

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

b {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.hide {
  display: none;
}

.embed.konkurs .konkurs-embed-thanks {
  display: none;
  font-size: 36px;
  font-weight: bold;
}
.embed.konkurs .konkurs-embed-thanks.active {
  display: block;
}

.form__sended {
  text-align: center;
  line-height: 30px;
}

.special__text {
  font-size: 14px;
  line-height: 16px;
}

form.competition-form .user-data {
  width: 100%;
}
form.competition-form .user-data > p {
  font-size: 14px;
}
form.competition-form label .placeholder {
  display: none;
}
form.competition-form .country-code-phone-input {
  background-color: whitesmoke;
  color: #c3c3c3;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 48px;
  height: 46px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-weight: normal;
  z-index: 5;
  display: none;
}
form.competition-form input,
form.competition-form textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #e0e0e0;
  background: white;
  color: #666;
  padding: 0 13px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
form.competition-form input[type="submit"],
form.competition-form textarea[type="submit"] {
  background-color: black;
  color: white;
  width: auto;
  height: auto;
  padding: 12px 56px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}
form.competition-form textarea {
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
form.competition-form .clause label > input {
  margin: 3px 10px 0 0;
  width: auto;
  display: inline-block;
  float: left;
  height: 13px;
}
form.competition-form .clause label > span {
  font-size: 14px;
  width: calc(100% - 50px);
  display: inline-block;
  float: left;
  margin-top: 0;
  line-height: normal;
}
form.competition-form .clause > label {
  display: block;
  position: relative;
  overflow: hidden;
}
form.competition-form .line {
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  float: none;
}
form.competition-form input[type="submit"] {
  cursor: pointer;
}

.competition__events .embed.component-5 a, .competition__events .embed.component-2 a {
  color: #797979;
  text-decoration: underline;
}
.competition__events .embed.component-5 {
  display: none;
  padding-top: 10px;
}
.competition__events .embed.component-5.active {
  display: block;
}

.more_rodo {
  line-height: 19px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #797979;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.image__source {
  display: none;
}

.sg--button {
  width: 100%;
}
.sg--button .link {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.baner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.baner--image img {
  display: block;
}
.baner--text {
  max-width: 784px;
  position: absolute;
  left: 39%;
  bottom: 55px;
  text-transform: uppercase;
}
@media all and (max-width: 1820px) {
  .baner--text {
    left: 41%;
  }
}
@media all and (max-width: 1730px) {
  .baner--text {
    left: 43%;
  }
}
@media all and (max-width: 1640px) {
  .baner--text {
    left: 46%;
  }
}
@media all and (max-width: 1540px) {
  .baner--text {
    left: 48%;
    max-width: 715px;
  }
}
@media all and (max-width: 1480px) {
  .baner--text {
    max-width: 570px;
    left: 51%;
  }
}
@media all and (max-width: 1390px) {
  .baner--text {
    max-width: 540px;
    left: 55%;
  }
}
@media all and (max-width: 1280px) {
  .baner--text {
    max-width: 450px;
    left: 58%;
  }
}
@media all and (max-width: 1230px) {
  .baner--text {
    max-width: 460px;
    left: 61%;
  }
}
@media all and (min-width: 768px) and (max-width: 1175px) {
  .baner--text {
    max-width: 390px;
    left: 64%;
  }
  .baner--text .baner--text--down {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    /* number of lines to show */
    line-clamp: 10;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) and (max-width: 1100px) {
  .baner--text {
    max-width: 350px;
    left: 66%;
  }
  .baner--text .baner--text--down {
    display: -webkit-box;
    -webkit-line-clamp: 13;
    /* number of lines to show */
    line-clamp: 13;
    overflow: hidden;
  }
}
.baner--text--up {
  margin-bottom: 17px;
  font-family: "Work Sans", sans-serif;
}
.baner--text--up h6 {
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 300;
}
.baner--text--up p {
  line-height: 37px;
  font-size: 33px;
  font-weight: 700;
}
.baner--text--down {
  text-transform: none;
  line-height: 20px;
  font-weight: 300;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.baner--text--down b {
  font-weight: 600;
}
.baner--text--down p {
  margin-bottom: 10px;
}
.baner--text--down p a {
  color: #111;
  text-decoration: underline;
}

.hidden--mobile {
  display: block;
}

.hidden--desktop {
  display: none;
}

.form__search {
  position: relative;
}
.form__search input {
  width: 214px;
  height: 42px;
  background: #F5F5F5;
  color: #111;
  border: none;
  text-transform: uppercase;
  padding: 0 42px 0px 14px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.form__search button {
  position: absolute;
  right: 10px;
  top: 13px;
  background: none;
  border: none;
}
.form__search button img {
  width: 17px;
}

.splide {
  visibility: hidden;
}
.splide.is-active {
  visibility: visible;
}
.splide__pagination {
  display: none !important;
}

@media all and (max-width: 768px) {
  .gray__bg--mobile {
    background-color: #f5f5f5;
  }

  .full--width {
    padding: 0 0 0 15px;
  }

  .mobile__content--full .content {
    padding: 0;
  }

  .row {
    display: block;
  }

  .hidden--mobile {
    display: none;
  }

  .hidden--desktop {
    display: block;
  }

  body > main {
    margin-top: 60px;
  }

  .baner--image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .baner--image--mobile {
    max-height: 240px;
    background-color: #f5f5f5;
  }
  .baner--image--mobile img {
    width: 100%;
    height: auto;
  }
  .baner--text {
    top: auto;
    left: 0;
    position: unset;
    padding: 10px 20px 30px;
    max-width: 400px;
    background-color: #f5f5f5;
  }
  .baner--text--up {
    font-size: 27px;
  }
  .baner--text--up h6 {
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 300;
  }
  .baner--text--up p {
    line-height: 31px;
    font-size: 27px;
  }
  .baner--text--down {
    text-transform: none;
    line-height: 20px;
    /* number of lines to show */
    font-weight: 300;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
  }

  .title__category {
    margin-bottom: 16px;
  }

  .container {
    width: 100%;
    margin: 0 auto;
  }

  .content {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .content--left {
    width: 100%;
  }
  .content--right {
    width: 100%;
    margin-left: 0;
  }

  .row {
    display: block;
  }
  .row.type__1 .list-element {
    width: 100%;
  }

  form.competition-form .user-data {
    width: 100%;
  }
  form.competition-form label .placeholder {
    display: none;
  }
  form.competition-form .country-code-phone-input {
    background-color: whitesmoke;
    color: #c3c3c3;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 48px;
    height: 46px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: normal;
    z-index: 5;
    display: none;
  }
  form.competition-form input,
  form.competition-form textarea {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  form.competition-form input[type="submit"],
  form.competition-form textarea[type="submit"] {
    background-color: black;
    color: white;
    width: auto;
    height: auto;
    padding: 12px 56px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
  }
  form.competition-form textarea {
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  form.competition-form .clause label > input {
    margin: 3px 10px 0 0;
    width: auto;
    display: inline-block;
    float: left;
    height: 13px;
  }
  form.competition-form .clause label > span {
    font-size: 14px;
    width: calc(100% - 50px);
    display: inline-block;
    float: left;
    margin-top: 1px;
  }
  form.competition-form .clause > label {
    display: block;
    position: relative;
    overflow: hidden;
  }
  form.competition-form .line {
    margin-bottom: 20px;
    width: 100%;
    clear: both;
    float: none;
  }
  form.competition-form input[type="submit"] {
    cursor: pointer;
  }
}
