@charset "UTF-8";
/*@import "bootstrap/bootstrap.scss";*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");
/* Reset CSS */
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, sub, sup, tt, var, u, 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, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Reset CSS - HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

div, body, input, textarea, span, a {
  box-sizing: border-box;
}

body, html {
  height: auto;
  min-height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  color: #393C41;
  font: inherit;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

input, textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  border: none;
}

*:focus {
  outline: 0 !important;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  padding: 13px 45px 11px;
  border-radius: 30px;
  background-color: #2d9a47;
  color: #393C41;
}

.btn:hover {
  background-color: #288a3f;
}

.btn.gray {
  color: #2d9a47;
  background-color: #393C41;
}

.btn.gray:hover {
  background-color: #33363A;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}

.col-3 {
  float: left;
  width: 28%;
}

.col-4 {
  float: left;
  width: 40%;
}

.col-6 {
  float: left;
  width: 44%;
}

.col-8 {
  float: left;
  width: 60%;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

header .menu-btn {
  display: none;
}

header menu {
  margin: 40px auto 0;
  padding: 0 45px;
  text-align: left;
}

header menu ul li {
  list-style-type: none;
  display: inline-block;
}

header menu ul li a {
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header menu ul li a:hover {
  color: #288a3f;
}

@media (max-width: 1200px) {
  header menu ul li a {
    font-size: 13px;
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  header menu {
    margin-right: 200px;
  }
}

header .socials {
  position: absolute;
  right: 25px;
  top: 42px;
}

header .socials a {
  display: inline-block;
  margin: 0 15px;
  height: 23px;
  width: 23px;
}

header .socials a.instagram {
  width: 23px;
  background: url("/static/img/instagram-white.svg") no-repeat center center/100% 100%;
}

header .socials a.twitter {
  width: 23px;
  background: url("/static/img/twitter-white.svg") no-repeat center center/100% 100%;
}

header .socials a.facebook {
  width: 12px;
  background: url("/static/img/facebook-white.svg") no-repeat center center/200% 200%;
}

header .socials a.youtube {
  width: 33px;
  background: url("/static/img/youtube-white.svg") no-repeat center center/100% 100%;
}

header .socials a.website {
  width: 24px;
  background: url("/static/img/globe-white.svg") no-repeat center center/100% 100%;
}

header .socials a.linkedin {
  width: 25px;
  background: url("/static/img/linkedin-white.svg") no-repeat center center/100% 100%;
}

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

@media (max-width: 767px) {
  header .socials {
    right: auto;
    left: 10px;
    top: 32px;
  }
  header menu {
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    float: none;
    padding: 0;
    margin: 0 !important;
  }
  header menu .menu-btn {
    display: none;
  }
  header menu ul {
    overflow: hidden;
    clear: both;
    max-height: 0;
    background-color: #191A1D;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.54);
    transition: max-height .2s ease-out;
  }
  header menu ul li {
    display: block;
    float: none;
    padding: 10px 15px;
  }
  header menu ul li a,
  header menu ul li.btn-login a,
  header menu ul li.btn-register a {
    margin: 0;
    color: #FFF;
    font-size: 14px;
  }
  header menu ul li a br {
    display: none;
  }
  header menu .menu-icon {
    display: inline-block;
    float: right;
    padding: 23px 20px 30px;
    position: relative;
    user-select: none;
    cursor: pointer;
  }
  header menu .menu-icon .navicon {
    display: block;
    width: 46px;
    height: 6px;
    position: relative;
    background: #FFF;
    transition: background .2s ease-out;
    border-radius: 4px;
  }
  header menu .menu-icon .navicon:before,
  header menu .menu-icon .navicon:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #FFF;
    transition: all .2s ease-out;
    border-radius: 4px;
  }
  header menu .menu-icon .navicon:before {
    top: 12px;
  }
  header menu .menu-icon .navicon:after {
    top: -12px;
  }
  header menu .menu-btn:checked ~ ul {
    max-height: 350px;
  }
  header menu .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  header menu .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  header menu .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  header menu .menu-btn:checked ~ .menu-icon .navicon:before,
  header menu .menu-btn:checked ~ .menu-icon .navicon:after {
    top: 0;
  }
}

.logos-fixed {
  z-index: 2;
  position: fixed;
  right: -10px;
  bottom: 50px;
  /*border-radius: 6px;*/
  opacity: 0;
  transition: opacity 1s;
  overflow: hidden;
}

.logos-fixed.active {
  opacity: 1;
}

.logos-fixed .inner {
  position: relative;
  margin-left: 30px;
  width: 550px;
  padding: 20px 0;
  background: #FFF;
}

.logos-fixed .inner:before {
  position: absolute;
  content: ' ';
  top: -10px;
  bottom: -10px;
  left: -15px;
  width: 30px;
  background: #FFF;
  -ms-transform: rotate(5deg);
  /* IE 9 */
  transform: rotate(5deg);
}

.logos-fixed .inner img {
  float: left;
  margin: 0 20px;
}

.logos-fixed .inner img.img1 {
  height: 70px;
}

@media (max-width: 767px) {
  .logos-fixed .inner img.img1 {
    height: auto;
    width: 170px;
  }
}

.logos-fixed .inner img.img2 {
  height: 70px;
}

@media (max-width: 767px) {
  .logos-fixed .inner img.img2 {
    height: auto;
    width: 190px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .logos-fixed .inner {
    padding: 10px 0;
    width: 220px;
  }
  .logos-fixed .inner img {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .logos-fixed {
    bottom: 0;
  }
}

footer .cookie-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px 40px;
  text-align: left;
  background-color: #191A1D;
}

footer .cookie-popup .btn {
  padding: 10px 20px;
  float: right;
}

footer .cookie-popup .txt {
  display: inline-block;
  padding: 10px 0 10px;
  font-size: 14px;
  color: #989A9F;
  line-height: 17px;
}

footer .cookie-popup .txt a {
  color: #fff;
}

@media (max-width: 767px) {
  footer .cookie-popup .btn {
    width: 100%;
    float: none;
  }
}

footer .txt-pt-1 {
  padding-top: 1.0em;
}

footer .inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 80px 20px;
}

@media (max-width: 992px) {
  footer .inner {
    padding: 30px 20px;
  }
}

footer .inner .left {
  width: 33.33%;
  float: left;
}

footer .inner .left .logo {
  padding-bottom: 35px;
}

footer .inner .right {
  padding: 30px 0 0 30px;
  overflow: hidden;
  text-align: right;
}

@media (max-width: 1200px) {
  footer .inner .right {
    padding-top: 0;
  }
}

footer .inner .right ul {
  float: right;
  clear: both;
}

footer .inner .right ul li {
  float: left;
}

@media (max-width: 767px) {
  footer .inner .right ul li {
    float: none;
    display: inline-block;
  }
}

footer .inner .right ul li a {
  display: inline-block;
  padding: 5px 10px;
}

footer .inner .right ul li a:hover {
  text-decoration: underline;
}

footer .inner .right ul.menu a {
  font-size: 12px;
  text-transform: uppercase;
}

footer .inner .right ul.menu li.covid a {
  text-transform: none;
}

footer .inner .right ul.links {
  padding-top: 50px;
}

footer .inner .right ul.links a {
  color: #bcbec1;
}

main {
  overflow: hidden;
  /* Popup */
}

main section {
  position: relative;
}

main section .inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

main section.banner {
  background: url("/static/img/banner_bg.jpg") no-repeat center top;
  height: 931px;
}

main section.banner:after {
  position: absolute;
  content: ' ';
  right: 5%;
  bottom: -90px;
  height: 90px;
  width: 13%;
  background: #393C41;
  z-index: 1;
}

@media (max-width: 767px) {
  main section.banner:after {
    display: none;
  }
}

@media (max-width: 1400px) {
  main section.banner {
    height: auto;
  }
}

@media (max-width: 767px) {
  main section.banner {
    background-position: -10px top;
  }
}

main section.banner .inner {
  padding: 230px 50px 120px;
}

@media (max-width: 1400px) {
  main section.banner .inner {
    padding-top: 180px;
  }
}

@media (max-width: 1200px) {
  main section.banner .inner {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  main section.banner .inner {
    padding: 120px 20px 180px;
  }
}

main section.banner .inner .left {
  color: #FFF;
  max-width: 1170px;
  letter-spacing: -0.72px;
}

main section.banner .inner .left .big {
  color: #2d9a47;
  max-width: 610px;
  font-size: 80px;
  line-height: 87px;
  letter-spacing: -2.4px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

main section.banner .inner .left .big span {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 1400px) {
  main section.banner .inner .left .big {
    max-width: 480px;
    font-size: 65px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  main section.banner .inner .left .big {
    max-width: 340px;
    font-size: 45px;
    line-height: 52px;
  }
}

main section.banner .inner .left .mid {
  line-height: 37px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

main section.banner .inner .left .small {
  padding: 40px 0 25px;
  font-size: 21px;
  line-height: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1400px) {
  main section.banner .inner .left .small {
    font-size: 20px;
    line-height: 30px;
  }
  main section.banner .inner .left .small br {
    display: none;
  }
}

main section.banner .inner .left .btn {
  margin-top: 47px;
}

main section.banner .inner .logo {
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
}

main section.banner .inner .logo img {
  width: 306px;
}

main section.slider {
  background: no-repeat center top;
}

@media (max-width: 767px) {
  main section.slider {
    padding-bottom: 90px;
  }
}

main section.slider:before {
  content: ' ';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0.81;
}

main section.slider:after {
  position: absolute;
  content: ' ';
  right: 0;
  bottom: 0px;
  height: 91px;
  width: 435px;
  background: #393C41;
}

@media (max-width: 767px) {
  main section.slider:after {
    display: none;
  }
}

main section.slider .inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

main section.slider .inner .slide {
  padding: 300px 0 300px;
  display: none;
}

@media (max-width: 767px) {
  main section.slider .inner .slide {
    padding: 180px 0 30px;
  }
}

main section.slider .inner .slide.slide1 {
  display: block;
}

main section.slider .inner .slide .img {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  max-height: 511px;
}

main section.slider .inner .slide .img .txt {
  position: absolute;
  left: 144px;
  top: 0;
  bottom: 0;
  text-align: left;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  main section.slider .inner .slide .img .txt {
    left: 100px;
  }
}

@media (max-width: 767px) {
  main section.slider .inner .slide .img .txt {
    left: 60px;
  }
}

@media (max-width: 575px) {
  main section.slider .inner .slide .img .txt {
    left: 30px;
  }
}

main section.slider .inner .slide .img .txt .txt-inner {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
}

main section.slider .inner .slide .img .txt .txt-inner div {
  transform: rotate(-5deg);
  position: relative;
  left: -20px;
  font-family: 'Reenie Beanie', cursive;
  font-size: 79px;
  line-height: 55px;
  text-transform: none;
  letter-spacing: -4.74px;
  font-weight: 300;
}

@media (max-width: 767px) {
  main section.slider .inner .slide .img .txt .txt-inner div {
    font-size: 59px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  main section.slider .inner .slide .img .txt .txt-inner {
    font-size: 24px;
    line-height: 28px;
  }
}

main section.slider .inner .slide .bottom {
  max-width: 800px;
  margin: 0 auto;
  line-height: 29px;
  text-align: center;
}

main section.slider .inner .slide .bottom .ttl {
  padding-top: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
}

main section.slider .inner .slide .bottom .desc {
  font-size: 21px;
}

main section.slider .inner .slide .bottom .desc a {
  color: #2d9a47;
  text-decoration: underline;
}

main section.slider .inner .slide .bottom .desc a:hover {
  text-decoration: none;
}

main section.slider .inner .slide .bottom .desc span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 767px) {
  main section.slider .inner .slide .bottom .desc {
    height: auto;
    min-height: 190px;
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  main section.slider .inner .slide .bottom .desc br {
    display: none;
  }
}

main section.slider .inner .nav {
  padding-bottom: 50px;
  text-align: center;
}

main section.slider .inner .nav .itm {
  position: relative;
  margin: 0 13px;
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #393C41;
  cursor: pointer;
}

main section.slider .inner .nav .itm:before {
  opacity: 0;
  content: ' ';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 33px;
  height: 33px;
  border: 1px solid #393C41;
  border-radius: 50%;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

main section.slider .inner .nav .itm.sel:before, main section.slider .inner .nav .itm:hover:before {
  opacity: 1;
}

main section.spodbuda {
  background: #393C41;
  color: #FFF;
}

main section.spodbuda .inner {
  padding: 150px 20px 165px;
  text-align: center;
}

@media (max-width: 767px) {
  main section.spodbuda .inner {
    padding: 90px 20px 90px;
  }
}

main section.spodbuda .inner .big {
  font-size: 48px;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

main section.spodbuda .inner .big span {
  position: relative;
  font-family: 'Reenie Beanie', cursive;
  font-size: 65px;
  font-weight: 300;
}

main section.spodbuda .inner .big span .sumnik {
  position: absolute;
  top: -15px;
  left: 110px;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  main section.spodbuda .inner .big {
    font-size: 38px;
  }
}

main section.spodbuda .inner .spacer {
  margin: 40px auto 65px;
  height: 5px;
  width: 163px;
  background-color: #2d9a47;
}

main section.spodbuda .inner .orange {
  color: #2d9a47;
  font-size: 48px;
  line-height: 87px;
  letter-spacing: -1.44px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 1400px) {
  main section.spodbuda .inner .orange {
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  main section.spodbuda .inner .orange {
    font-size: 40px;
    line-height: 48px;
  }
}

main section.spodbuda .inner .list {
  padding-top: 50px;
}

main section.spodbuda .inner .list .itm {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
  margin: 0 2% 60px;
}

@media (max-width: 767px) {
  main section.spodbuda .inner .list .itm {
    width: 45%;
  }
}

@media (max-width: 575px) {
  main section.spodbuda .inner .list .itm {
    width: auto;
    display: block;
    margin: 0 20px 20px;
  }
}

main section.spodbuda .inner .list .itm .num {
  margin: 0 auto;
  width: 149px;
  font-size: 50px;
  line-height: 58px;
  color: #FFF;
  border-bottom: 2px solid #2d9a47;
  padding-bottom: 20px;
  margin-bottom: 38px;
}

main section.spodbuda .inner .list .itm .desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  min-height: 72px;
}

@media (max-width: 767px) {
  main section.spodbuda .inner .list .itm .desc {
    font-size: 18px;
    line-height: 22px;
  }
}

main section.spodbuda .inner .bottom {
  padding-top: 120px;
}

@media (max-width: 767px) {
  main section.spodbuda .inner .bottom {
    padding-top: 50px;
  }
}

main section.spodbuda .inner .bottom .ttl {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  main section.spodbuda .inner .bottom .ttl {
    font-size: 38px;
  }
}

main section.spodbuda .inner .bottom .spacer {
  margin: 20px auto 30px;
  height: 5px;
  width: 163px;
  background-color: #2d9a47;
}

main section.spodbuda .inner .bottom .video-list {
  margin: 0 -7px;
}

main section.spodbuda .inner .bottom .video-list .itm {
  /*max-width: 390px;*/
  cursor: pointer;
  position: relative;
  height: 220px;
  float: left;
  width: 24%;
  /*width: 32.3%;*/
  margin: 0 0.5%;
  padding: 7px 7px;
}

@media (max-width: 767px) {
  main section.spodbuda .inner .bottom .video-list .itm {
    width: 48%;
    margin: 2% 1% 0;
  }
}

main section.spodbuda .inner .bottom .video-list .itm.itm1 {
  background: url("/static/img/video/video01.png?v=2") no-repeat center top;
}

main section.spodbuda .inner .bottom .video-list .itm.itm2 {
  background: url("/static/img/video/video02.png?v=2") no-repeat center top;
}

main section.spodbuda .inner .bottom .video-list .itm.itm3 {
  background: url("/static/img/video/video03.png?v=2") no-repeat center top;
}

main section.spodbuda .inner .bottom .video-list .itm.itm4 {
  background: url("/static/img/video/video04.png?v=3") no-repeat center top;
}

main section.spodbuda .inner .bottom .video-list .itm:before {
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/static/img/play-icon.svg") no-repeat center center;
}

main section.spodbuda .inner .bottom .video-list .itm:after {
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/static/img/play-circle.svg") no-repeat center center;
}

main section.spodbuda .inner .bottom .video-list .itm:hover {
  opacity: 0.8;
}

main section.komujenamenjeno {
  background: url("/static/img/pogoji_bg.jpg") no-repeat center top;
}

main section.komujenamenjeno:before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 0px;
  height: 91px;
  width: 211px;
  background: #393C41;
}

@media (max-width: 767px) {
  main section.komujenamenjeno:before {
    display: none;
  }
}

main section.komujenamenjeno:after {
  position: absolute;
  content: ' ';
  right: 0;
  bottom: 0px;
  height: 90px;
  width: 405px;
  background: #393C41;
  z-index: 1;
}

@media (max-width: 767px) {
  main section.komujenamenjeno:after {
    display: none;
  }
}

main section.komujenamenjeno .inner {
  text-align: center;
  padding-top: 300px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  main section.komujenamenjeno .inner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

main section.komujenamenjeno .inner .left {
  text-align: left;
  float: left;
  color: #2d9a47;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  padding-right: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 1400px) {
  main section.komujenamenjeno .inner .left {
    font-size: 38px;
    line-height: 48px;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  main section.komujenamenjeno .inner .left {
    float: none;
    text-align: center;
    padding-right: 0px;
  }
  main section.komujenamenjeno .inner .left br {
    display: none;
  }
}

main section.komujenamenjeno .inner .left .spacer {
  margin-top: 200px;
  height: 5px;
  width: 163px;
  background-color: #2d9a47;
}

@media (max-width: 767px) {
  main section.komujenamenjeno .inner .left .spacer {
    margin: 30px auto 40px;
  }
}

main section.komujenamenjeno .inner .pogoji {
  overflow: hidden;
}

main section.komujenamenjeno .inner .pogoji ul li {
  position: relative;
  text-align: left;
  font-size: 21px;
  line-height: 31px;
  padding-left: 40px;
  background: url("/static/img/arrow-left.svg") no-repeat left 8px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  main section.komujenamenjeno .inner .pogoji ul li {
    font-size: 20px;
    line-height: 30px;
  }
}

main section.komujenamenjeno .inner .btn {
  margin: 50px 0 100px;
}

@media (max-width: 767px) {
  main section.komujenamenjeno .inner .btn {
    margin-bottom: 0;
  }
}

main section.program {
  background: url("/static/img/program.jpg") no-repeat center top;
  background-size: cover;
}

main section.program .inner {
  text-align: center;
  color: #FFF;
  padding-top: 160px;
  padding-bottom: 160px;
}

main section.program .inner .big {
  font-size: 48px;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

main section.program .inner .big span {
  color: #2d9a47;
}

main section.program .inner .spacer {
  margin: 40px auto 65px;
  height: 5px;
  width: 163px;
  background-color: #2d9a47;
}

main section.program .inner .small {
  font-size: 21px;
  line-height: 31px;
}

main section.program .inner .list {
  padding-top: 128px;
  position: relative;
}

@media (max-width: 767px) {
  main section.program .inner .list {
    padding-top: 40px;
  }
}

main section.program .inner .list .nav {
  float: left;
  padding-right: 75px;
}

@media (max-width: 767px) {
  main section.program .inner .list .nav {
    float: none;
    padding: 0;
  }
}

main section.program .inner .list .nav .itm {
  position: relative;
  margin-top: 10px;
  font-size: 23px;
  line-height: 75px;
  padding: 0 30px;
  width: 375px;
  color: #FFF;
  text-align: right;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 1400px) {
  main section.program .inner .list .nav .itm {
    width: 260px;
    font-size: 17px;
    line-height: 50px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  main section.program .inner .list .nav .itm {
    width: auto;
    text-align: center;
  }
}

main section.program .inner .list .nav .itm:hover, main section.program .inner .list .nav .itm.sel {
  background-color: #2d9a47;
  color: #393C41;
}

main section.program .inner .list .nav .itm.sel:after {
  content: ' ';
  position: absolute;
  right: -75px;
  top: 0;
  bottom: 0;
  width: 75px;
  background: url("/static/img/arrow-right.svg") no-repeat center center/46px 26px;
}

@media (max-width: 767px) {
  main section.program .inner .list .nav .itm.sel:after {
    display: none;
  }
}

@media (max-width: 767px) {
  main section.program .inner .list .nav .itm.sel {
    padding-bottom: 15px;
  }
}

main section.program .inner .list .desc {
  font-size: 18px;
  line-height: 31px;
  overflow: hidden;
  background: #393C41;
  color: #FFF;
  padding: 30px;
  display: none;
  text-align: left;
}

main section.program .inner .list .desc.sel {
  display: block;
}

main section.program .inner .list .desc ul {
  margin-left: 10px;
  padding-left: 10px;
}

main section.program .inner .list .desc ul li {
  padding-left: 8px;
}

main section.program .inner .list .desc ul li::marker {
  content: '●';
}

main section.program .inner .list .desc a {
  text-decoration: underline;
}

main section.program .inner .list .desc a:hover {
  text-decoration: none;
}

main section.program .inner .list .desc .btn {
  text-decoration: none;
}

@media (max-width: 767px) {
  main section.program .inner .list .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

main section.program .inner .list .desc h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 87px;
  letter-spacing: -1.44px;
  color: #2d9a47;
}

@media (max-width: 767px) {
  main section.program .inner .list .desc h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

main section.program .inner .list .desc h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1.44px;
  color: #2d9a47;
}

@media (max-width: 767px) {
  main section.program .inner .list .desc h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

main section.program .inner .list .desc h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
}

main section.program .inner .list .desc h4 span {
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  main section.program .inner .list .desc h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

main section.program .inner .list .desc .img {
  padding: 50px 0 20px;
  text-align: center;
}

main section.program .inner .list .desc .img img {
  max-width: 100%;
}

@media (max-width: 767px) {
  main section.program .inner .btn {
    line-height: 30px;
    padding: 20px 10px;
  }
}

main section.gallery {
  background: #2d9a47;
}

main section.gallery:before {
  position: absolute;
  content: ' ';
  left: 0;
  top: -30px;
  height: 30px;
  width: 32%;
  background: #2d9a47;
}

@media (max-width: 767px) {
  main section.gallery:before {
    display: none;
  }
}

main section.gallery:after {
  z-index: 1;
  position: absolute;
  content: ' ';
  right: 27%;
  bottom: -30px;
  height: 30px;
  width: 258px;
  background: #2d9a47;
}

@media (max-width: 767px) {
  main section.gallery:after {
    display: none;
  }
}

main section.gallery .inner {
  max-width: none;
  padding: 0;
}

main section.gallery .inner img {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  main section.gallery .inner img {
    width: 50%;
  }
}

main section.testimonial {
  background: url("/static/img/testimonials_bg.jpg") no-repeat center top;
  background-size: cover;
}

main section.testimonial:before {
  position: absolute;
  content: ' ';
  left: 0;
  bottom: 0px;
  height: 90px;
  width: 57%;
  background: #2d9a47;
}

@media (max-width: 767px) {
  main section.testimonial:before {
    display: none;
  }
}

main section.testimonial:after {
  position: absolute;
  z-index: 1;
  content: ' ';
  right: 0;
  bottom: 0px;
  height: 90px;
  width: 12%;
  background: #2d9a47;
}

@media (max-width: 767px) {
  main section.testimonial:after {
    display: none;
  }
}

main section.testimonial .inner {
  padding-top: 160px;
  padding-bottom: 250px;
  color: #FFF;
}

@media (max-width: 767px) {
  main section.testimonial .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

main section.testimonial .inner .big {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}

main section.testimonial .inner .spacer {
  margin: 28px auto 35px;
  height: 5px;
  width: 163px;
  background-color: #2d9a47;
}

main section.testimonial .inner .small {
  font-size: 21px;
  line-height: 31px;
  text-align: center;
}

main section.testimonial .inner .list {
  padding-top: 68px;
  max-width: 1000px;
  margin: 0 auto;
}

main section.testimonial .inner .list .itm {
  float: left;
  padding: 0 15px;
  width: 33.33%;
  letter-spacing: -0.72px;
  display: none;
}

main section.testimonial .inner .list .itm.active {
  display: block;
}

@media (max-width: 767px) {
  main section.testimonial .inner .list .itm {
    float: none;
    width: auto;
    border-bottom: 1px solid #2d9a47;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  main section.testimonial .inner .list .itm {
    border-bottom: 0;
  }
}

main section.testimonial .inner .list .itm .img {
  position: relative;
  padding: 30px 45px;
}

@media (max-width: 767px) {
  main section.testimonial .inner .list .itm .img {
    float: left;
    margin-right: 20px;
    max-width: 30%;
    padding: 10px;
  }
}

@media (max-width: 575px) {
  main section.testimonial .inner .list .itm .img {
    float: none;
    margin: 0 auto 20px;
    max-width: 280px;
    text-align: center;
  }
}

main section.testimonial .inner .list .itm .img img {
  max-width: 100%;
}

main section.testimonial .inner .list .itm .img:before {
  content: ' ';
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 30px;
  left: 0;
  background: url("/static/img/iconmonstr-quote-9.svg") no-repeat center center/68px 68px;
}

@media (max-width: 767px) {
  main section.testimonial .inner .list .itm .img:before {
    bottom: 0;
  }
}

main section.testimonial .inner .list .itm .txt {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 29px;
}

@media (max-width: 767px) {
  main section.testimonial .inner .list .itm .txt {
    overflow: hidden;
    padding-bottom: 30px;
  }
}

main section.testimonial .inner .navig {
  position: absolute;
  top: 860px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 992px) {
  main section.testimonial .inner .navig {
    position: static;
    padding: 20px 0 40px;
  }
}

main section.testimonial .inner .navig .arrow {
  display: inline-block;
  margin: 0 13px;
  width: 46px;
  height: 28px;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

main section.testimonial .inner .navig .arrow.left {
  float: left;
  background: url("/static/img/arrow-gray-left.svg") no-repeat center center/100% 100%;
}

main section.testimonial .inner .navig .arrow.right {
  float: right;
  background: url("/static/img/arrow-gray-right.svg") no-repeat center center/100% 100%;
}

main section.testimonial .inner .navig .arrow:hover {
  transform: scale(1.2);
}

main section.testimonial .inner .bottom {
  padding-top: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  main section.testimonial .inner .bottom {
    padding-top: 30px;
  }
}

main section.prijava {
  background: url("/static/img/prijava_bg.jpg") no-repeat center top;
  background-size: cover;
}

main section.prijava:after {
  position: absolute;
  content: ' ';
  left: 0;
  bottom: 0px;
  height: 91px;
  width: 404px;
  background: #393C41;
}

@media (max-width: 767px) {
  main section.prijava:after {
    display: none;
  }
}

main section.prijava .inner {
  color: #393C41;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  main section.prijava .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

main section.prijava .inner .left {
  float: left;
  padding-right: 100px;
  width: 48%;
  text-align: left;
}

@media (max-width: 1200px) {
  main section.prijava .inner .left {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  main section.prijava .inner .left {
    padding: 0;
    float: none;
    width: auto;
    max-width: none;
  }
}

main section.prijava .inner .left .big {
  font-size: 80px;
  line-height: 87px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 1400px) {
  main section.prijava .inner .left .big {
    font-size: 65px;
    line-height: 75px;
  }
}

main section.prijava .inner .left .mid {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 37px;
  padding-bottom: 60px;
}

main section.prijava .inner .left .small {
  margin: 0 auto 30px;
  font-size: 21px;
  line-height: 31px;
}

main section.prijava .inner .left .small span {
  color: #FFF;
}

main section.prijava .inner .left .small.txt1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}

main section.prijava .inner .form {
  position: relative;
  overflow: hidden;
}

main section.prijava .inner .form .validation {
  display: none;
  padding: 10px 20px;
  border: 1px solid #D63301;
  color: #D63301;
  font-size: 16px;
  background-color: #fac4c4;
}

main section.prijava .inner .form .fieldlist {
  margin: 0 -7.5px;
}

main section.prijava .inner .form .fieldlist .itm {
  padding: 6px 7.5px;
  width: 100%;
}

main section.prijava .inner .form .fieldlist .itm.checkbox {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

main section.prijava .inner .form .fieldlist .itm.checkbox input[type="checkbox"] {
  width: auto;
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 3px;
}

main section.prijava .inner .form .fieldlist .itm.checkbox a {
  text-decoration: underline;
}

main section.prijava .inner .form .fieldlist .tooltip {
  padding: 0px 13px;
  font-size: 13px;
  font-style: italic;
}

main section.prijava .inner .form input, main section.prijava .inner .form textarea, main section.prijava .inner .form select {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 11px 20px;
  line-height: 27px !important;
  font-size: 14px;
  color: #393C41;
  background-color: #FFF;
  border: none;
}

main section.prijava .inner .form input::placeholder, main section.prijava .inner .form textarea::placeholder, main section.prijava .inner .form select::placeholder {
  color: #393C41;
  text-transform: uppercase;
  opacity: 1;
}

main section.prijava .inner .form select {
  padding: 17px 16px 16px;
  height: 51px;
}

main section.prijava .inner .form textarea {
  resize: none;
  height: 80px;
}

main section.prijava .inner .success {
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
  line-height: 30px;
}

main section.prijava .inner .btn {
  text-align: center;
  display: block;
  max-width: 100%;
  padding: 13px 20px;
  margin: 70px 0 0;
}

main section.noexcuse {
  background: #393C41;
}

main section.noexcuse .inner {
  text-align: left;
  padding-top: 150px;
  padding-bottom: 150px;
}

main section.noexcuse .inner .left {
  float: left;
  width: 430px;
  margin-right: 110px;
}

@media (max-width: 1400px) {
  main section.noexcuse .inner .left {
    width: 30%;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  main section.noexcuse .inner .left {
    width: auto;
    float: none;
    margin-right: 0;
  }
}

main section.noexcuse .inner .left .logo {
  padding-top: 75px;
}

@media (max-width: 767px) {
  main section.noexcuse .inner .left .logo {
    padding: 40px 0 40px;
    text-align: center;
  }
}

main section.noexcuse .inner .left .logo img {
  width: 430px;
  max-width: 100%;
}

main section.noexcuse .inner .left .logo:after {
  content: ' ';
  display: block;
  height: 5px;
  width: 163px;
  margin-top: 139px;
  background-color: #C11F32;
}

@media (max-width: 767px) {
  main section.noexcuse .inner .left .logo:after {
    display: none;
  }
}

@media (max-width: 767px) {
  main section.noexcuse .inner .left .img {
    text-align: center;
  }
}

main section.noexcuse .inner .left .img img {
  max-width: 100%;
}

main section.noexcuse .inner .small {
  overflow: hidden;
  font-size: 21px;
  line-height: 31px;
  color: #FFF;
}

@media (max-width: 767px) {
  main section.noexcuse .inner .small {
    text-align: center;
  }
}

main section.socials {
  background: #2d9a47;
}

main section.socials:before {
  position: absolute;
  content: ' ';
  right: 0;
  top: 0px;
  height: 91px;
  width: 555px;
  background: #393C41;
}

@media (max-width: 767px) {
  main section.socials:before {
    display: none;
  }
}

main section.socials .inner {
  padding: 150px 20px 150px;
  text-align: center;
}

main section.socials .inner a {
  display: inline-block;
  margin: 0 23px;
  height: 43px;
  width: 43px;
}

main section.socials .inner a.youtube {
  width: 61px;
  background: url("/static/img/socials/youtube.svg") no-repeat center center/100% 100%;
}

main section.socials .inner a.website {
  width: 36px;
  background: url("/static/img/globe-white.svg") no-repeat center center/100% 100%;
}

main section.socials .inner a.linkedin {
  width: 45px;
  background: url("/static/img/socials/linkedin.svg") no-repeat center center/100% 100%;
}

main section.socials .inner a.instagram {
  width: 43px;
  background: url("/static/img/socials/instagram.svg") no-repeat center center/100% 100%;
}

main section.socials .inner a.twitter {
  width: 43px;
  background: url("/static/img/socials/twitter.svg") no-repeat center center/100% 100%;
}

main section.socials .inner a.facebook {
  width: 44px;
  background: url("/static/img/socials/facebook.svg") no-repeat center center/100% 100%;
}

@media (max-width: 767px) {
  main section.socials .inner {
    padding: 60px 20px;
  }
}

main section.partnerji:before {
  position: absolute;
  content: ' ';
  left: 255px;
  top: 0px;
  height: 91px;
  width: 255px;
  background: #2d9a47;
}

@media (max-width: 767px) {
  main section.partnerji:before {
    display: none;
  }
}

main section.partnerji:after {
  position: absolute;
  content: ' ';
  right: 0;
  bottom: 0px;
  height: 91px;
  width: 255px;
  background: #393C41;
}

@media (max-width: 767px) {
  main section.partnerji:after {
    display: none;
  }
}

main section.partnerji .inner {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  main section.partnerji .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

main section.partnerji .inner .big {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 29px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  main section.partnerji .inner .big {
    padding-top: 0px;
  }
}

main section.partnerji .inner .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  main section.partnerji .inner .logos {
    display: block;
  }
}

main section.partnerji .inner .logos img {
  cursor: pointer;
  margin: 0 60px;
}

@media (max-width: 575px) {
  main section.partnerji .inner .logos-bottom {
    margin-left: -60px;
  }
}

main section.partnerji .inner .logos-bottom img {
  vertical-align: top;
  margin: 0 50px;
}

@media (max-width: 1400px) {
  main section.partnerji .inner .logos-bottom img {
    margin: 0 1%;
  }
}

@media (max-width: 767px) {
  main section.partnerji .inner .logos-bottom img.img1 {
    position: relative;
    left: 38px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  main section.partnerji .inner .logos-bottom img.img1 {
    left: 31px;
    height: 65px !important;
  }
  main section.partnerji .inner .logos-bottom img.img2 {
    height: 50px !important;
  }
}

main section.partnerji .inner .txt-bottom {
  padding-top: 50px;
  font-size: 22px;
  line-height: 36px;
}

main section.partnerji .inner .txt-bottom a {
  color: #5B92E4;
  text-decoration: underline;
}

main section.faq {
  background: #393C41;
}

main section.faq:before {
  position: absolute;
  content: ' ';
  left: 0px;
  bottom: 0px;
  height: 91px;
  width: 150px;
  background: #2d9a47;
}

@media (max-width: 767px) {
  main section.faq:before {
    display: none;
  }
}

main section.faq .inner {
  padding: 150px 30px 80px;
  color: #FFF;
}

main section.faq .inner .big {
  text-align: center;
  font-size: 48px;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

main section.faq .inner .spacer {
  margin: 28px auto 42px;
  height: 5px;
  width: 163px;
  background-color: #2d9a47;
}

main section.faq .inner .list {
  padding: 30px 0 80px;
  margin: 0 -30px;
}

main section.faq .inner .list .itm-colon {
  float: left;
  width: 50%;
  padding: 0 30px;
}

@media (max-width: 767px) {
  main section.faq .inner .list .itm-colon {
    margin: 0 auto;
    float: none;
    width: auto;
    max-width: 600px;
  }
}

main section.faq .inner .list .itm-colon .itm {
  padding: 18px 0;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}

main section.faq .inner .list .itm-colon .itm.first {
  border-top: 1px solid #FFF;
}

main section.faq .inner .list .itm-colon .itm .ttl {
  font-size: 21px;
  line-height: 31px;
  text-align: left;
}

main section.faq .inner .list .itm-colon .itm .desc {
  position: relative;
  display: none;
  padding-top: 15px;
  font-size: 18px;
  line-height: 26px;
}

main section.faq .inner .list .itm-colon .itm .desc ul {
  padding-left: 10px;
}

main section.faq .inner .list .itm-colon .itm .desc ul li {
  padding-left: 5px;
}

main section.faq .inner .list .itm-colon .itm .desc ul li::marker {
  content: '●';
}

main section.faq .inner .list .itm-colon .itm .desc ol {
  padding-left: 10px;
}

main section.faq .inner .list .itm-colon .itm .desc ol li {
  padding-left: 5px;
}

main section.faq .inner .list .itm-colon .itm .desc ol ul {
  padding-left: 20px;
}

main section.faq .inner .list .itm-colon .itm .desc ol ul li {
  padding-left: 10px;
}

main section.faq .inner .list .itm-colon .itm .desc a {
  color: #2d9a47;
}

main section.faq .inner .list .itm-colon .itm:hover .ttl, main section.faq .inner .list .itm-colon .itm.sel .ttl {
  color: #2d9a47;
}

main section.footer {
  background: #2d9a47;
  color: #393C41;
  padding: 150px 0 130px;
}

@media (max-width: 767px) {
  main section.footer {
    padding: 80px 0;
  }
}

main section.footer .inner {
  text-align: left;
  background: url("/static/img/footer_logo.png") no-repeat right bottom/208px 124px;
}

@media (max-width: 767px) {
  main section.footer .inner {
    background-position: center bottom;
    text-align: center;
    padding-bottom: 170px;
  }
}

main section.footer .inner .big {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  line-height: 43px;
}

main section.footer .inner .big:after {
  content: ' ';
  display: block;
  height: 5px;
  width: 163px;
  margin-top: 30px;
  background-color: #393C41;
}

@media (max-width: 767px) {
  main section.footer .inner .big:after {
    margin: 30px auto 0;
  }
}

main section.footer .inner .small {
  font-size: 21px;
  line-height: 31px;
  padding-top: 30px;
}

main .popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}

main .popup .overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  background-color: #191A1D;
  opacity: 0.6;
}

main .popup .inner {
  width: 540px;
  display: none;
  z-index: 12;
  align-items: center;
  justify-content: center;
}

main .close {
  position: absolute;
  z-index: 12;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 25px;
  background: url("/static/img/close.svg") no-repeat;
}

main .popup .box {
  position: relative;
  padding: 20px;
  text-align: center;
  background-color: #ececec;
  border-radius: 6px;
}

main #popup-video .inner {
  width: 1024px;
  max-width: 100%;
}

main #popup-video .inner .box {
  width: 100%;
  height: 600px;
}

main iframe {
  width: 100%;
  max-height: 100%;
}

main iframe * {
  max-width: 100%;
}

.cookie-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px 40px;
  text-align: left;
  background-color: #191A1D;
}

.cookie-popup .btn {
  padding: 10px 20px;
  font-size: 14px;
  float: right;
}

.cookie-popup .txt {
  display: inline-block;
  padding: 10px 0 10px;
  font-size: 14px;
  color: #989A9F;
  line-height: 17px;
}

.cookie-popup .txt a {
  color: #fff;
}

@media (max-width: 767px) {
  .cookie-popup .btn {
    width: 100%;
    float: none;
  }
}
