@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 */

/* ===== Dark Header ===== */
.site-header-dark {
  background: #2c2c2c;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header-dark .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-dark .logo img {
  height: 40px;
}
.site-header-dark .site-nav .nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.site-header-dark .site-nav a {
  color: #fff;
  text-decoration: none;
  padding: 8px;
  font-weight: 500;
}
.site-header-dark .site-nav a:hover {
  color: #ffd700;
}
/* Dropdown */
.site-header-dark .dropdown {
  position: relative;
}
.site-header-dark .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #3a3a3a;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  list-style: none;
  margin: 0;
  padding: 5px 0;
  min-width: 180px;
  z-index: 200;
}
.site-header-dark .dropdown-content li a {
  display: block;
  padding: 8px 16px;
  color: #fff;
}
.site-header-dark .dropdown-content li a:hover {
  background-color: #f1f1f1;
}
.site-header-dark .dropdown:hover .dropdown-content {
  display: block;
}
/* Search */
.header-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.header-search input {
  border: none;
  padding: 6px 8px;
  width: 180px;
}
.header-search input:focus {
  outline: none;
}
.header-search button {
  border: none;
  background: #007bff;
  color: #fff;
  padding: 6px 8px;
  cursor: pointer;
}
/* Telegram button */
.btn-tg {
  display: flex;
  align-items: center;
  background: #0088cc;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-tg img {
  height: 18px;
  margin-right: 6px;
}
/* Mobile toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-toggle span {
  width: 24px;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .site-header-dark .site-nav .nav-list {
    display: none;
    flex-direction: column;
    background: #2c2c2c;
    width: 100%;
    margin-top: 10px;
  }
  .site-header-dark .site-nav.open .nav-list {
    display: flex;
  }
  .site-header-dark .mobile-toggle {
    display: flex;
  }
}

/* Adjusted header actions layout */
.site-header-dark .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Remove prior nav positioning if needed */
.site-header-dark .site-nav {
  margin: 0;
}

/* Logo text styling */
.site-header-dark .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/* Стили для подкатегорий */
.site-header-dark .submenu {
  position: relative;
}

.site-header-dark .submenu-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 8px 0;
  z-index: 1000;
}

/* Показываем подменю при наведении или если родительский элемент имеет класс active */
.site-header-dark .submenu:hover .submenu-content,
.site-header-dark .submenu.active .submenu-content {
  display: block;
}

.site-header-dark .submenu-content li {
  padding: 0;
}

.site-header-dark .submenu-content li a {
  padding: 8px 16px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.site-header-dark .submenu-content li a:hover {
  background-color: #f5f5f5;
  color: #1886C0;
}

/* Стили для разделителя в подменю */
.site-header-dark .submenu-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px 0;
}

/* Стили для последнего пункта меню */
.site-header-dark .submenu-content .all-promos {
  color: #1886C0;
  font-weight: 500;
  border-top: 1px solid #e0e0e0;
  margin-top: 8px;
  padding-top: 8px;
}

.site-header-dark .submenu-content .all-promos:hover {
  background-color: #f0f7ff;
}

/* Стили для активной категории */
.site-header-dark .submenu.active > a {
  color: #1886C0;
  background-color: #f5f5f5;
}

/* Добавляем стрелку для подменю */
.site-header-dark .submenu > a:after {
  content: '›';
  margin-left: 8px;
  font-size: 16px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .site-header-dark .submenu-content {
    position: static;
    left: auto;
    top: auto;
    box-shadow: none;
    padding-left: 20px;
    background-color: #f9f9f9;
  }
  
  .site-header-dark .submenu > a:after {
    content: '›';
    float: right;
    transform: rotate(90deg);
  }
}
