@charset "UTF-8";
@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: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .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.9) 50%, rgba(49, 52, 58, 0.9) 100%), url(../img/bg.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: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 460px;
    height: 100px;
    font-size: 18px;
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    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: 32px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    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;
    color: #fff;
    padding: 80px 0 140px 0;
  }
  .main .right {
    position: relative;
    width: 300px;
    z-index: 5;
  }
  .main .right .phone {
    position: absolute;
    right: 0;
    top: 0px;
    width: 275px;
    filter: drop-shadow(3px 0px 100px rgba(255, 184, 0, 0.3));
  }
  .main .right .icon {
    background: linear-gradient(180deg, rgba(92, 92, 92, 0.8) 0%, rgba(22, 22, 22, 0.8) 100%);
    /* blur */
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: absolute;
  }
  .main .right .icon:nth-child(2) {
    left: 0;
    top: 10%;
  }
  .main .right .icon:nth-child(3) {
    right: -25px;
    top: 45%;
  }
  .main .right .icon:nth-child(4) {
    left: 0;
    top: 80%;
  }
  .main .right .icon img {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .left {
    width: 840px;
  }
  .main h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 135%;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 25px;
  }
  .main h1 b {
    font-weight: 600;
    background: -webkit-linear-gradient(-90deg, #FF8F8F, #BD4141);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a {
    font-size: 34px;
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    line-height: 34px;
    border-radius: 5px;
    margin-top: -5px;
    position: relative;
    top: -2px;
    color: #fff;
    text-decoration: none;
  }
  .main h1 a img {
    margin: 0 10px;
  }
  .main .what {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
  }
  .main .what a {
    background-image: linear-gradient(to bottom, #FF8F8F, #BD4141);
    color: #fff;
    text-decoration: none;
    padding: 8px 17px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 300;
  }
  .main .what a:nth-child(n+2) {
    margin-left: 18px;
  }
  .main .second {
    margin-top: 18px;
  }
  .main .button_block_all {
    margin-top: 180px;
    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 > 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:nth-child(n+3) .img {
    height: 300px;
  }
  .promokodi .item .img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 380px;
    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;
  }
  .mobile {
    display: none !important;
  }
  .desctop {
    display: flex !important;
  }
}
@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: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .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.9) 50%, rgba(49, 52, 58, 0.9) 100%), url(../img/bg.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: 51%;
    left: -1%;
    width: 102%;
    height: 60px;
    align-items: center !important;
    transform: rotate(-2deg);
  }
  header .line img {
    height: 26px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .niz {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  h3 {
    font-size: 34px;
    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: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 460px;
    height: 100px;
    font-size: 18px;
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    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: 28px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    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;
    color: #fff;
    padding: 80px 0 120px 0;
  }
  .main .right {
    position: relative;
    width: 300px;
    z-index: 5;
    right: -40px;
  }
  .main .right .phone {
    position: absolute;
    right: auto;
    left: 0;
    top: 0px;
    width: 275px;
    filter: drop-shadow(3px 0px 100px rgba(255, 184, 0, 0.3));
  }
  .main .right .icon {
    background: linear-gradient(180deg, rgba(92, 92, 92, 0.8) 0%, rgba(22, 22, 22, 0.8) 100%);
    /* blur */
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: absolute;
  }
  .main .right .icon:nth-child(2) {
    left: -20px;
    top: 10%;
  }
  .main .right .icon:nth-child(3) {
    right: -145px;
    top: 45%;
  }
  .main .right .icon:nth-child(4) {
    left: -20px;
    top: 80%;
  }
  .main .right .icon img {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .left {
    width: 553px;
  }
  .main h1 {
    font-size: 37px;
    font-weight: 300;
    line-height: 135%;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 25px;
  }
  .main h1 b {
    font-weight: 600;
    background: -webkit-linear-gradient(-90deg, #FF8F8F, #BD4141);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    line-height: 34px;
    border-radius: 5px;
    margin-top: -5px;
    position: relative;
    top: -1px;
    color: #fff;
    text-decoration: none;
  }
  .main h1 a img {
    margin: 0 10px;
  }
  .main .what {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main .what a {
    background-image: linear-gradient(to bottom, #FF8F8F, #BD4141);
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
  }
  .main .what a:nth-child(n+2) {
    margin-left: 15px;
  }
  .main .second {
    margin-top: 15px;
  }
  .main .button_block_all {
    margin-top: 180px;
    width: 100%;
  }
  .main .button_block_all > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 170%;
  }
  .main .button_block_all > p b {
    font-weight: 600;
  }
  .main .button_block_all .button_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .main .button_block_all .button_block > img {
    margin-left: 20px;
  }
  /*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: cover;
       object-fit: cover;
    height: 220px;
    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: 450px !important;
  }
  .promokodi_all .button_block .button button {
    padding: 0 40px;
  }
  .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: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 340px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .container2 {
    max-width: 340px;
    width: 100%;
    min-width: 340px;
    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.9) 50%, rgba(49, 52, 58, 0.9) 100%), url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  header .line {
    background-color: #fff;
    display: flex !important;
    position: absolute;
    top: 64.5%;
    left: -1%;
    width: 102%;
    height: 60px;
    align-items: center !important;
    transform: rotate(-2deg);
  }
  header .line img {
    height: 20px !important;
    width: auto !important;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .niz {
    position: absolute;
    bottom: -2px;
    width: 100%;
  }
  h3 {
    font-size: 22px;
    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: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 460px;
    height: 90px;
    font-size: 18px;
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    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: 24px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    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 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    padding: 60px 10px 100px 10px;
  }
  .main .right {
    position: relative;
    width: 100%;
    z-index: 5;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .main .right .phone {
    position: relative;
    right: auto;
    left: 0;
    top: 0px;
    width: 50%;
    filter: drop-shadow(3px 0px 100px rgba(255, 184, 0, 0.3));
  }
  .main .right .icon {
    background: linear-gradient(180deg, rgba(92, 92, 92, 0.8) 0%, rgba(22, 22, 22, 0.8) 100%);
    /* blur */
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: absolute;
  }
  .main .right .icon:nth-child(2) {
    left: 45px;
    top: 10%;
  }
  .main .right .icon:nth-child(3) {
    right: 45px;
    top: 45%;
  }
  .main .right .icon:nth-child(4) {
    left: 45px;
    top: 80%;
  }
  .main .right .icon img {
    width: 30px;
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .left {
    width: 100%;
  }
  .main h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 135%;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 45px;
  }
  .main h1 b {
    font-weight: 600;
    background: -webkit-linear-gradient(-90deg, #FF8F8F, #BD4141);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main h1 a {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    background-image: linear-gradient(to bottom, #5FC7F4, #1886C0);
    line-height: 34px;
    border-radius: 5px;
    margin-top: -5px;
    position: relative;
    top: 12px;
    color: #fff;
    text-decoration: none;
  }
  .main h1 a img {
    margin: 0 10px;
  }
  .main .what {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
  }
  .main .what a {
    background-image: linear-gradient(to bottom, #FF8F8F, #BD4141);
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
  }
  .main .what a:nth-child(n+3) {
    margin-top: 15px;
  }
  .main .second {
    margin-top: 15px;
  }
  .main .button_block_all {
    margin-top: 140px;
    width: 100%;
  }
  .main .button_block_all > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 170%;
    text-align: center;
  }
  .main .button_block_all > p b {
    font-weight: 600;
  }
  .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-top: 20px;
    margin-left: 0px;
    rotate: 90deg;
  }
  /*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 .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 > 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;
  }
  .mobile {
    display: flex !important;
  }
  .desctop {
    display: none !important;
  }
}
input[type=tel], input[type=submit], input[type=text], input[type=name], textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

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

img[data-src] {
  opacity: 0;
}

/* начало кнопки звонка */
.callback-bt-tel {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-tel i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

/*call desc*/
.callback-bt-desctop {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-desctop .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-desctop .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.fa-phone {
  margin-right: 3px;
  margin-top: 3px;
}

.callback-bt-desctop .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-desctop i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 0 rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 10px rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 12px rgba(58, 105, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 25px rgba(58, 105, 255, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 1 !important;
}

.owl-item.active {
  opacity: 1;
  transition: 0.5s all;
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-stage {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: box !important;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 55px;
  height: 55px;
}

.owl-nav img {
  box-shadow: none !important;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
}

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0afaf;
  font-weight: 400;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #b0afaf;
  font-weight: 400;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 15px;
}/*# sourceMappingURL=style.css.map */