@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 40px 0 70px 0;
  }
  header {
    background: linear-gradient(300deg, rgba(16, 20, 32, 0.94) 50%, rgba(49, 52, 58, 0.98) 100%), url(../img/bg_new.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  header .line {
    background-color: #fff;
    display: flex !important;
    justify-content: space-between !important;
    position: absolute;
    top: 49%;
    left: -1%;
    width: 102%;
    height: 60px;
    align-items: center !important;
    transform: rotate(-2deg);
  }
  header .line img {
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .niz {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  h3 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    line-height: 140%;
  }
  h3 b {
    font-weight: 700;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 460px;
    height: 100px;
    font-size: 17px;
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 30px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #5FC7F4, #1886C0);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .bounce_left {
    animation-name: bounce_left;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce_left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .bounce_right {
    animation-name: bounce_right;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce_right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
    padding: 80px 20px 140px 20px;
  }
  .main .left {
    width: 625px;
    position: relative;
  }
  .main .left .right {
    position: absolute;
    right: -555px;
    top: 0;
    width: 560px;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
  }
  .main .left .right img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 20px;
  }
  .main .left .right .dop {
    margin-top: auto;
    height: 100px;
    width: 435px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    border: 1px dashed #fff;
    border-radius: 10px;
    font-size: 22px;
    margin-left: auto;
    line-height: 140%;
    font-weight: 100;
  }
  .main .h1_dop {
    font-size: 33px;
    font-weight: 100;
    line-height: 130%;
  }
  .main .h1_dop a {
    font-weight: 400;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    border-bottom: 1px solid #78AEFF;
  }
  .main .h1_dop a:hover {
    border-bottom: 1px dashed #78AEFF;
    transition: background 0.2s ease;
  }
  .main .plusi {
    margin-top: 40px;
  }
  .main .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .main .plusi .item .img {
    width: 30px;
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .plusi .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .plusi .item p {
    margin-left: 15px;
    font-size: 24px;
    line-height: 20px;
  }
  .main h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 135%;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 15px;
  }
  .main h1 a:first-child {
    font-weight: 800;
    background: -webkit-linear-gradient(-90deg, #FF8AEB, #8E34D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a:first-child:hover {
    font-weight: 800;
    background: -webkit-linear-gradient(90deg, #FF8AEB, #8E34D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a:last-child {
    font-weight: 800;
    background: -webkit-linear-gradient(-90deg, #78AEFF, #1472FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a:last-child:hover {
    font-weight: 800;
    background: -webkit-linear-gradient(90deg, #78AEFF, #1472FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main .button_block_all {
    margin-top: 60px;
    width: 750px;
  }
  .main .button_block_all > p {
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
  }
  .main .button_block_all > p b {
    font-weight: 600;
    text-decoration: underline;
  }
  .main .button_block_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .main .button_block_all .button_block .button {
    width: 610px;
  }
  .main .button_block_all .button_block > img {
    margin-left: 30px;
  }
  /*BG2*/
  .promokodi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .promokodi .item {
    width: 47%;
  }
  .promokodi .item:nth-child(n+3) {
    margin-top: 60px;
  }
  .promokodi .item .img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 340px;
    border-radius: 5px;
    overflow: hidden;
  }
  .promokodi .item .img img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .promokodi .item h4 {
    margin-top: 20px;
    font-size: 18px;
  }
  .promokodi .item .link {
    margin-top: 5px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #1886C0;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    color: #1886C0;
  }
  .promokodi .item .link:hover {
    border-bottom: 1px solid #1886C0;
  }
  .promokodi_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
  .promokodi_all .button_block .button {
    width: 670px !important;
  }
  .promokodi_all .button_block > img:nth-child(1) {
    margin-right: 30px;
  }
  .promokodi_all .button_block > img:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 40px 0 70px 0;
  }
  header {
    background: linear-gradient(300deg, rgba(16, 20, 32, 0.94) 50%, rgba(49, 52, 58, 0.98) 100%), url(../img/bg_new.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  header .line {
    background-color: #fff;
    display: flex !important;
    justify-content: space-between !important;
    position: absolute;
    top: 49%;
    left: -1%;
    width: 102%;
    height: 60px;
    align-items: center !important;
    transform: rotate(-2deg);
  }
  header .line img {
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .niz {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  h3 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
  }
  h3 b {
    font-weight: 700;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 460px;
    height: 100px;
    font-size: 17px;
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 30px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #5FC7F4, #1886C0);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .bounce_left {
    animation-name: bounce_left;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce_left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .bounce_right {
    animation-name: bounce_right;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce_right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
    padding: 80px 20px 90px 20px;
  }
  .main .left {
    width: 100%;
    position: relative;
  }
  .main .left .right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 30px;
    color: #fff !important;
  }
  .main .left .right img {
    width: 50%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .right .dop {
    margin-top: auto;
    height: 100px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    border: 1px dashed #fff;
    border-radius: 10px;
    font-size: 22px;
    margin-left: auto;
    line-height: 140%;
    font-weight: 100;
    margin-top: 30px;
    margin-right: auto;
  }
  .main .h1_dop {
    font-size: 33px;
    font-weight: 100;
    line-height: 130%;
    text-align: center;
  }
  .main .h1_dop a {
    font-weight: 400;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    border-bottom: 1px solid #78AEFF;
  }
  .main .h1_dop a:hover {
    border-bottom: 1px dashed #78AEFF;
    transition: background 0.2s ease;
  }
  .main .plusi {
    margin-top: 40px;
    width: 533px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .main .plusi .item .img {
    width: 30px;
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .plusi .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .plusi .item p {
    margin-left: 15px;
    font-size: 24px;
    line-height: 20px;
  }
  .main h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 135%;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
  }
  .main h1 a:first-child {
    font-weight: 800;
    background: -webkit-linear-gradient(-90deg, #FF8AEB, #8E34D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a:last-child {
    font-weight: 800;
    background: -webkit-linear-gradient(-90deg, #78AEFF, #1472FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main .button_block_all {
    margin-top: 60px;
    width: 100%;
  }
  .main .button_block_all > p {
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
  }
  .main .button_block_all > p b {
    font-weight: 600;
    text-decoration: underline;
  }
  .main .button_block_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-direction: column;
  }
  .main .button_block_all .button_block .button {
    width: 100%;
  }
  .main .button_block_all .button_block > img {
    margin-left: 0px;
    rotate: 90deg;
    margin-top: 30px;
  }
  /*BG2*/
  .promokodi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .promokodi .item {
    width: 47%;
  }
  .promokodi .item:nth-child(n+3) {
    margin-top: 60px;
  }
  .promokodi .item:nth-child(n+3) .img {
    height: 180px;
  }
  .promokodi .item .img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 190px;
    border-radius: 5px;
    overflow: hidden;
  }
  .promokodi .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .promokodi .item h4 {
    margin-top: 20px;
    font-size: 18px;
  }
  .promokodi .item .link {
    margin-top: 5px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #1886C0;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    color: #1886C0;
  }
  .promokodi .item .link:hover {
    border-bottom: 1px solid #1886C0;
  }
  .promokodi_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
  .promokodi_all .button_block .button {
    width: 450px !important;
  }
  .promokodi_all .button_block .button button {
    padding: 0 40px;
  }
  .promokodi_all .button_block .button button img {
    width: 30px;
  }
  .promokodi_all .button_block .button button p {
    font-size: 28px;
    line-height: 140%;
  }
  .promokodi_all .button_block > img:nth-child(1) {
    margin-right: 20px;
  }
  .promokodi_all .button_block > img:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 320px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .container {
    max-width: 360px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 40px 0 70px 0;
  }
  header {
    background: linear-gradient(300deg, rgba(16, 20, 32, 0.94) 50%, rgba(49, 52, 58, 0.98) 100%), url(../img/bg_new.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  header .line {
    background-color: #fff;
    display: flex !important;
    justify-content: space-between !important;
    position: absolute;
    top: 49%;
    left: -1%;
    width: 102%;
    height: 60px;
    align-items: center !important;
    transform: rotate(-2deg);
  }
  header .line img {
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .niz {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  h3 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
  }
  h3 b {
    font-weight: 700;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 460px;
    height: 100px;
    font-size: 17px;
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 26px;
    line-height: 140%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #5FC7F4, #1886C0);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button button img {
    width: 30px;
  }
  .bounce_left {
    animation-name: bounce_left;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce_left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .bounce_right {
    animation-name: bounce_right;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce_right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
    padding: 50px 20px 60px 20px;
  }
  .main .left {
    width: 100%;
    position: relative;
  }
  .main .left .right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 20px;
    color: #fff !important;
  }
  .main .left .right img {
    width: 50%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .right .dop {
    margin-top: auto;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px;
    border: 1px dashed #fff;
    border-radius: 10px;
    font-size: 18px;
    margin-left: auto;
    line-height: 140%;
    font-weight: 100;
    margin-top: 30px;
    margin-right: auto;
  }
  .main .h1_dop {
    font-size: 23px;
    font-weight: 100;
    line-height: 130%;
    text-align: center;
  }
  .main .h1_dop a {
    font-weight: 400;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    border-bottom: 1px solid #78AEFF;
  }
  .main .h1_dop a:hover {
    border-bottom: 1px dashed #78AEFF;
    transition: background 0.2s ease;
  }
  .main .plusi {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .main .plusi .item .img {
    width: 30px;
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .plusi .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .plusi .item p {
    margin-left: 15px;
    font-size: 18px;
    line-height: 20px;
    width: 90%;
    line-height: 130%;
  }
  .main h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 135%;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
  }
  .main h1 a:first-child {
    font-weight: 800;
    background: -webkit-linear-gradient(-90deg, #FF8AEB, #8E34D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a:last-child {
    font-weight: 800;
    background: -webkit-linear-gradient(-90deg, #78AEFF, #1472FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main .button_block_all {
    margin-top: 60px;
    width: 100%;
  }
  .main .button_block_all > p {
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
  }
  .main .button_block_all > p b {
    font-weight: 600;
    text-decoration: underline;
  }
  .main .button_block_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-direction: column;
  }
  .main .button_block_all .button_block .button {
    width: 100%;
  }
  .main .button_block_all .button_block > img {
    margin-left: 0px;
    rotate: 90deg;
    margin-top: 30px;
  }
  /*BG2*/
  .promokodi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .promokodi .item {
    width: 100%;
  }
  .promokodi .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .promokodi .item:nth-child(n+3) .img {
    height: 170px;
  }
  .promokodi .item .img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
  }
  .promokodi .item .img img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .promokodi .item h4 {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .promokodi .item .link {
    margin-top: 5px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #1886C0;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    color: #1886C0;
    margin-left: auto;
    margin-right: auto;
  }
  .promokodi .item .link:hover {
    border-bottom: 1px solid #1886C0;
  }
  .promokodi_all h3 {
    font-size: 20px;
  }
  .promokodi_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    flex-direction: column;
  }
  .promokodi_all .button_block .button {
    width: 100% !important;
    height: 100px;
  }
  .promokodi_all .button_block .button button {
    padding: 0 20px;
  }
  .promokodi_all .button_block .button button img {
    width: 23px;
  }
  .promokodi_all .button_block .button button p {
    font-size: 20px;
  }
  .promokodi_all .button_block > img:nth-child(1) {
    margin-right: 20px;
    display: none;
  }
  .promokodi_all .button_block > img:nth-child(n+2) {
    margin-top: 20px;
    margin-left: 0px;
    rotate: 90deg;
  }
}
img {
  pointer-events: none !important;
}

img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */