@charset "UTF-8";
@font-face {
  font-family: 'Futura PT';
  font-weight: 300;
  font-style: normal;
  src: url("/css/fonts/FuturaPT-Light.woff2") format("woff2"), url("/css/fonts/FuturaPT-Light.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Futura PT';
  font-weight: 450;
  font-style: normal;
  src: url("/css/fonts/FuturaPT-Book.woff2") format("woff2"), url("/css/fonts/FuturaPT-Book.woff") format("woff");
  font-display: fallback; }

@font-face {
  font-family: 'Futura PT';
  font-weight: 500;
  font-style: normal;
  src: url("/css/fonts/FuturaPT-Medium.woff2") format("woff2"), url("/css/fonts/FuturaPT-Medium.woff") format("woff");
  font-display: fallback; }

@font-face {
  font-family: 'Futura PT';
  font-weight: 550;
  font-style: normal;
  src: url("/css/fonts/FuturaPT-Demi.woff2") format("woff2"), url("/css/fonts/FuturaPT-Demi.woff") format("woff");
  font-display: fallback; }

@font-face {
  font-family: 'Futura PT';
  font-weight: 700;
  font-style: normal;
  src: url("/css/fonts/FuturaPT-Bold.woff2") format("woff2"), url("/css/fonts/FuturaPT-Bold.woff") format("woff");
  font-display: fallback; }

html {
  scroll-behavior: smooth !important; }

body {
  min-width: 375px;
    min-width-color: #333333;
  font-family: "Futura PT", sans-serif;
  font-size: 28px;
  overflow-x: hidden; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }

h2, .h2 {
  font-size: 42px;
  font-weight: 500; }

p {
  font-weight: Book; }

a {
  color: #8C52FF; }

.btn {
  color: #fff;
  font-size: 28px;
  background-image: linear-gradient(to right, #FF914D 5%, #8C52FF, #FF914D, #8C52FF);
  background-size: 300% 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 30px 15px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 6px 64px 8px;
  border: 0px;
  transition: background 1.5s ease-in-out; }
  .btn:active, .btn:hover {
    color: #fff;
    background-position: 100% 0;
    transition: background 1.5s ease-in-out; }
  .btn:focus {
    outline: none;
    color: #fff; }

.alertinfo {
  min-height: 90px;
  color: #000;
  text-align: center;
  background: linear-gradient(90deg, #FFA771 0%, #FF9D9D 100%);
  font-size: 26px;
  padding-top: 25px;
  padding-bottom: 25px; }

@media (min-width: 1920px) {
  .container {
    max-width: 1680px; } }

@media (min-width: 1680px) {
  .container {
    max-width: 1440px; } }

/* HEADER */
header {
  padding-top: 10px; }
  header .header-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 80px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 16.73%, rgba(255, 255, 255, 0) 82.34%);
    border-radius: 40px;
    position: relative;
    backdrop-filter: blur(10px); }
    header .header-wrapper .d-flex {
      height: 100%; }
  header .logo {
    width: 288px;
    margin-left: 30px; }
  header .hdr_contact {
    margin-left: auto;
    margin-right: 340px; }
  header .hdr_menu {
    width: 320px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: #222;
    padding: 15px 20px;
    height: 700px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); }
    header .hdr_menu .hdr_menu_top {
      display: flex;
      justify-content: space-between; }
      header .hdr_menu .hdr_menu_top a:hover {
        background-color: transparent;
        opacity: 1; }
    header .hdr_menu #lngselector {
      position: absolute;
      background: #222;
      left: 0;
      text-align: center;
      width: 100%;
      height: 290px; }
      header .hdr_menu #lngselector.collapsing {
        transition: none !important; }
      header .hdr_menu #lngselector a {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px; }
    header .hdr_menu .nav {
      margin-top: 20px;
      flex-direction: column;
      text-align: right; }
      header .hdr_menu .nav .nav-link {
        color: #fff;
        font-size: 24px;
        padding-top: 5px;
        padding-bottom: 5px; }
        header .hdr_menu .nav .nav-link:hover {
          background-color: transparent;
          opacity: 1; }

@media (max-width: 1199px) {
  header .logo {
    width: 200px; } }

@media (max-width: 991px) {
  header .container {
    height: 50px; }
  header .header-wrapper {
    height: 60px; }
  header .logo {
    width: 160px;
    margin-left: 10px; }
  header .hdr_contact {
    margin-top: -10px;
    margin-left: auto;
    margin-right: 180px; }
    header .hdr_contact .btn {
      font-size: 18px;
      padding: 3px 20px; }
  header .hdr_menu {
    margin-right: -15px;
    z-index: 1;
    padding: 10px 20px;
    width: 174px;
    height: 260px; }
    header .hdr_menu .hdr_menu_top img {
      width: 33px;
      height: 33px; }
    header .hdr_menu .nav {
      margin-top: 10px; }
      header .hdr_menu .nav .nav-link {
        font-size: 14px;
        padding: 5px 0; }
    header .hdr_menu #lngselector {
      height: 190px; }
      header .hdr_menu #lngselector a {
        margin-top: 5px;
        margin-bottom: 5px; }
      header .hdr_menu #lngselector img {
        width: 33px;
        height: 33px; } }

@media (max-width: 767px) {
  header .logo img {
    width: 160px; }
  header .hdr_contact {
    display: none; } }

@media (max-width: 575px) {
  header {
    position: relative;
    z-index: 1; }
    header .hdr_menu {
      right: 10px;
      top: 0; } }

/* BLOCK promo */
.intro {
  background: #0080c7 url("/images/promo-bg.jpg") no-repeat scroll center center/contain;
  height: 740px; }
  .intro .container {
    position: relative;
    height: 100%; }
  .intro .promo_slider {
    position: absolute;
    bottom: 40px;
    right: 20px;
    background-color: #8C52FF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 600px;
    height: 300px;
    font-size: 24px;
    font-weight: 400; }
    .intro .promo_slider .swiper {
      padding-bottom: 50px;
      position: relative;
      height: 100%; }
      .intro .promo_slider .swiper .swiper-slide {
        font-size: 17px;
        height: 100%; }
      .intro .promo_slider .swiper .swiper-pagination {
        text-align: left;
        position: absolute;
        left: 0;
        bottom: 0; }
        .intro .promo_slider .swiper .swiper-pagination .swiper-pagination-current {
          font-weight: 700; }
      .intro .promo_slider .swiper .swiper-button-prev, .intro .promo_slider .swiper .swiper-button-next {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto; }
      .intro .promo_slider .swiper .swiper-button-prev {
        left: auto;
        right: 60px; }
      .intro .promo_slider .swiper .swiper-button-prev:after, .intro .promo_slider .swiper .swiper-button-next:after {
        color: #fff;
        font-size: 30px; }
      .intro .promo_slider .swiper .swiper-button-next {
        width: 44px;
        height: 44px;
        background: transparent url(/images/btn-next.png) no-repeat scroll center center/contain; }
        .intro .promo_slider .swiper .swiper-button-next::after {
          display: none; }
      .intro .promo_slider .swiper .swiper-pagination-current, .intro .promo_slider .swiper .swiper-pagination-total {
        position: relative; }
        .intro .promo_slider .swiper .swiper-pagination-current::before, .intro .promo_slider .swiper .swiper-pagination-total::before {
          content: "0"; }

#promo {
  position: relative;
  min-height: 670px;
  width: calc( 100% - 320px); }
  #promo .promo_text {
    margin-top: 70px;
    max-width: 750px;
    position: relative; }
    #promo .promo_text:after {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      bottom: 0;
      left: 300px;
      background: transparent url(/images/btn-down.png) no-repeat scroll center bottom/contain; }
  #promo h1 {
    font-size: 60px;
    font-weight: 550;
    color: #fff;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
    line-height: 77px;
    margin-bottom: 40px; }
  #promo .lead {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
    margin-bottom: 80px; }

@media (max-width: 1679px) {
  .intro {
    background-size: cover; }
  #promo .promo_text {
    margin-top: 160px;
    max-width: 730px; }
  #promo h1 {
    font-size: 60px;
    line-height: 120%; }
  #promo .lead {
    font-size: 34px;
    font-weight: 300;
    line-height: 41px;
    max-width: 640px;
    margin-bottom: 50px; } }

.lng-ua #promo .promo_text {
  margin-top: 50px; }

@media (max-width: 1399px) {
  .intro {
    background-position: top left; }
    .intro .promo_slider {
      bottom: 30px;
      right: 20px; }
      .intro .promo_slider .swiper-slide {
        font-size: 15px;
        line-height: 100%; }
  #promo .promo_text {
    margin-top: 160px;
    max-width: 730px; }
  #promo h1 {
    font-size: 50px;
    line-height: 110%; }
  #promo .lead {
    font-size: 26px;
    line-height: 41px;
    max-width: 400px; } }

@media (max-width: 1199px) {
  .intro .promo_slider {
    width: 400px; } }

@media (max-width: 991px) {
  .intro {
    background-position: 0 0;
    height: 440px; }
  #promo {
    width: 100%;
    min-height: 360px;
    z-index: 0;
    width: 480px; }
    #promo .promo_text {
      margin-top: 60px; }
      #promo .promo_text h1 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 30px; }
      #promo .promo_text p {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 30px; }
      #promo .promo_text .btn {
        font-size: 20px;
        padding: 5px 30px; }
      #promo .promo_text:after {
        width: 40px;
        height: 40px;
        left: 200px; }
  .promo_slider {
    display: none; } }

@media (max-width: 767px) {
  .intro {
    background-position: center 100px center;
    background-size: cover; }
  #promo {
    width: 320px; }
    #promo .promo_text {
      margin-top: 20px; }
    #promo .promo_slider {
      display: none; } }

@media (max-width: 575px) {
  .intro {
    background-position: center center 70px;
    height: 600px; }
  #promo {
    width: 100%; }
    #promo .promo_text {
      margin-top: 200px; }
      #promo .promo_text h1 {
        margin-bottom: 10px; }
      #promo .promo_text .lead {
        margin-bottom: 10px; }
  .lng-ua #promo .promo_text {
    margin-top: 200px; }
  /* block promo : end*/ }

/* BLOCK about */
#about {
  background: transparent url("") no-repeat scroll center center/cover; }
  #about .container {
    position: relative; }
  #about .letswork_angles {
    width: 160px;
    height: 160px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    z-index: -1; }
    #about .letswork_angles.angle_light {
      top: 110px;
      left: -120px;
      transform: rotate(100deg);
      background-image: url("/images/angles-light.png"); }
    #about .letswork_angles.angle_light2 {
      top: 0px;
      left: 50%;
      transform: rotate(0deg);
      background-image: url("/images/angles-light.png"); }
  #about h2 {
    margin-bottom: 30px; }
  #about p {
    margin-bottom: 40px; }

@media (max-width: 991px) {
  #about h2 {
    font-size: 28px;
    line-height: 120%; }
  #about p {
    font-size: 18px; }
  #about .btn {
    margin-top: 20px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  #about h2 {
    font-size: 24px;
    line-height: 120%; }
  #about p {
    font-size: 16px; }
  #about .btn {
    font-size: 20px;
    margin-bottom: 30px; }
  #about img {
    max-width: 100%; } }

@media (max-width: 575px) {
  /* block about : end */ }

/* BLOCK deps */
#deps {
  position: relative; }
  #deps .deps_card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background-color: #222;
    border-radius: 20px;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    height: 423px; }
    #deps .deps_card .h4 {
      font-size: 28px;
      font-weight: 550;
      padding-top: 215px;
      margin-bottom: 5px; }
    #deps .deps_card img {
      padding-bottom: 15px;
      width: 50px; }
  #deps .deps_card-design {
    background: #222 url(/images/card-design-bg.jpg) no-repeat scroll top center/cover; }
  #deps .deps_card-appdev {
    background: #8C52FF url(/images/card-appdev-bg.jpg) no-repeat scroll top center/cover; }
  #deps .deps_card-marketing {
    background: #222 url(/images/card-marketing-bg.jpg) no-repeat scroll top center/cover; }
  #deps .deps_card-branding {
    background: #8C52FF url(/images/card-branding-bg.jpg) no-repeat scroll top center/cover; }

.lng-ua #deps .deps_card {
  font-size: 17px; }

@media (max-width: 1399px) {
  #deps .deps_card {
    font-size: 18px;
    height: 400px; }
    #deps .deps_card .h4 {
      font-size: 22px;
      padding-top: 200px; } }

@media (max-width: 1199px) {
  #deps .deps_card {
    font-size: 15px;
    height: 400px; }
    #deps .deps_card .h4 {
      font-size: 18px;
      padding-top: 200px; } }

@media (max-width: 991px) {
  #deps .deps_card {
    font-size: 18px;
    height: 400px; }
    #deps .deps_card .h4 {
      font-size: 24px;
      padding-top: 200px; } }

@media (max-width: 767px) {
  #deps .deps_card {
    padding: 10px;
    height: 360px; }
    #deps .deps_card .h4 {
      font-size: 18px; }
    #deps .deps_card p {
      font-size: 15px; }
    #deps .deps_card img {
      width: 40px;
      height: 40px; } }

@media (max-width: 575px) {
  #deps .row {
    --bs-gutter-x: 0.5rem; }
  #deps .deps_card {
    padding: 5px;
    height: 210px;
    margin-bottom: 10px; }
    #deps .deps_card .h4 {
      padding-top: 100px;
      font-size: 16px; }
    #deps .deps_card p {
      font-size: 11px;
      margin-bottom: 5px; }
    #deps .deps_card img {
      width: 40px;
      height: 40px; }
  /* block deps : end */ }

/* BLOCK letswork */
#letswork {
  background: #fff;
  text-align: center; }
  #letswork .container {
    position: relative;
    background: url("/images/webchikof.svg") no-repeat scroll center center/contain; }
  #letswork .letswork_angles {
    width: 290px;
    height: 290px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    transform: rotate(45deg); }
    #letswork .letswork_angles.angle_dark {
      top: 10px;
      left: 10px;
      background-image: url("/images/angles-dark.png"); }
    #letswork .letswork_angles.angle_light {
      bottom: 10px;
      right: 10px;
      background-image: url("/images/angles-light.png"); }
  #letswork .letswork_circle {
    height: 700px;
    width: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: 300;
    z-index: 0; }
    #letswork .letswork_circle::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      border-radius: 350px;
      border: 20px solid #FF914D;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      transform: scale(1); }
    #letswork .letswork_circle .letswork_circle_text {
      font-size: 70px;
      padding-top: 80px;
      line-height: 130%; }
      #letswork .letswork_circle .letswork_circle_text .btn {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 43px;
        border-radius: 50px 25px; }
    #letswork .letswork_circle strong {
      font-weight: 550; }

.lng-ua #letswork .letswork_circle strong {
  font-size: 55px; }

.lng-ua #letswork .letswork_circle .letswork_circle_text {
  padding-top: 50px; }

@media (max-width: 1399px) {
  #letswork .letswork_angles {
    width: 250px;
    height: 250px; } }

@media (max-width: 1199px) {
  #letswork .letswork_angles {
    width: 220px;
    height: 220px; } }

@media (max-width: 991px) {
  #letswork .letswork_circle {
    height: 600px;
    width: 600px; }
    #letswork .letswork_circle:before {
      border: 15px solid #FF914D;
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px); }
    #letswork .letswork_circle .letswork_circle_text {
      font-size: 55px;
      padding-top: 40px;
      line-height: 150%; }
      #letswork .letswork_circle .letswork_circle_text .btn {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 34px; }
  .lng-ua #letswork .letswork_circle strong {
    font-size: 45px; }
  .lng-ua #letswork .letswork_circle .letswork_circle_text {
    padding-top: 50px; } }

@media (max-width: 767px) {
  #letswork .letswork_angles {
    display: none; }
  #letswork .letswork_circle {
    width: 410px;
    height: 410px; }
    #letswork .letswork_circle:before {
      border: 10px solid #FF914D;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); }
    #letswork .letswork_circle .letswork_circle_text {
      margin-top: 40px;
      font-size: 40px;
      padding-top: 20px;
      line-height: 130%; }
      #letswork .letswork_circle .letswork_circle_text .btn {
        margin-top: 20px;
        font-size: 20px; } }

@media (max-width: 575px) {
  #letswork .container {
    background: url("/images/letsdoit-bg-sm.svg") no-repeat scroll center center; }
  #letswork .letswork_circle {
    width: 320px;
    height: 320px; }
    #letswork .letswork_circle:before {
      border: 7px solid #FF914D; }
    #letswork .letswork_circle .letswork_circle_text {
      font-size: 30px;
      padding-top: 20px;
      line-height: 130%; }
      #letswork .letswork_circle .letswork_circle_text .btn {
        margin-top: 20px;
        font-size: 20px;
        padding: 6px 32px 8px; }
  .lng-ua #letswork .letswork_circle strong {
    font-size: 35px; }
  .lng-ua #letswork .letswork_circle .letswork_circle_text {
    padding-top: 10px; }
  /* block letswork : end */ }

/* BLOCK identities */
#identities h2 {
  margin-bottom: 40px; }

#identities img {
  width: 100%; }

#identities .btn {
  margin-top: 40px; }

@media (max-width: 991px) {
  #identities h2 {
    font-size: 28px; }
  #identities p {
    font-size: 18px; } }

@media (max-width: 767px) {
  #identities {
    margin-top: 20px; }
    #identities h2 {
      font-size: 24px;
      line-height: 120%;
      margin-top: 20px; }
    #identities p {
      font-size: 16px;
      margin-bottom: 20px; }
    #identities .btn {
      font-size: 20px;
      margin-bottom: 30px;
      margin-top: 20px; } }

@media (max-width: 575px) {
  /* block identities : end */ }

/* BLOCK trustus */
#trustus {
  background: #fff;
  text-align: center; }
  #trustus .container {
    position: relative; }
  #trustus .letswork_angles {
    width: 290px;
    height: 290px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    transform: rotate(45deg); }
    #trustus .letswork_angles.angle_dark {
      top: 10px;
      right: 10px;
      background-image: url("/images/angles-dark.png"); }
    #trustus .letswork_angles.angle_light {
      bottom: 10px;
      left: 10px;
      background-image: url("/images/angles-light.png"); }
  #trustus .trustus_circle {
    height: 700px;
    width: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 0;
    font-weight: 300; }
    #trustus .trustus_circle::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      border-radius: 350px;
      border: 20px solid #FF914D;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      transform: scale(1); }
    #trustus .trustus_circle .trustus_circle_text .subheader {
      font-size: 32px;
      margin-top: -50px;
      margin-bottom: 70px; }
    #trustus .trustus_circle .trustus_circle_text .h2 {
      font-size: 100px;
      font-weight: 300;
      max-width: 650px; }
      #trustus .trustus_circle .trustus_circle_text .h2 strong {
        font-weight: 550; }
    #trustus .trustus_circle .trustus_circle_text .btn {
      margin-top: 30px; }

@media (max-width: 1399px) {
  #trustus .letswork_angles {
    width: 250px;
    height: 250px; } }

@media (max-width: 1199px) {
  #trustus .letswork_angles {
    width: 220px;
    height: 220px; } }

@media (max-width: 991px) {
  #trustus .trustus_circle {
    height: 600px;
    width: 600px; }
    #trustus .trustus_circle:before {
      border: 15px solid #FF914D;
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px); }
    #trustus .trustus_circle .trustus_circle_text .h2 {
      font-size: 90px;
      padding-top: 40px;
      line-height: 120%; }
    #trustus .trustus_circle .trustus_circle_text .subheader {
      font-size: 22px;
      margin-top: -20px;
      margin-bottom: 0px; } }

@media (max-width: 767px) {
  #trustus .letswork_angles {
    display: none; }
  #trustus .trustus_circle {
    width: 410px;
    height: 410px; }
    #trustus .trustus_circle:before {
      border: 10px solid #FF914D;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); }
    #trustus .trustus_circle .trustus_circle_text .subheader {
      padding-top: 20px;
      line-height: 110%;
      font-size: 22px; }
    #trustus .trustus_circle .trustus_circle_text .h2 {
      font-size: 52px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 120%; }
    #trustus .trustus_circle .trustus_circle_text .btn {
      margin-top: 20px;
      font-size: 16px; } }

@media (max-width: 575px) {
  #trustus .trustus_circle {
    width: 320px;
    height: 320px; }
    #trustus .trustus_circle .trustus_circle_text .subheader {
      padding-top: 10px;
      line-height: 110%;
      font-size: 18px; }
    #trustus .trustus_circle .trustus_circle_text .h2 {
      font-size: 48px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 120%; }
    #trustus .trustus_circle .trustus_circle_text .btn {
      font-size: 20px;
      padding: 6px 32px 8px; }
  /* block trustus : end */ }

/* BLOCK offers */
#offers {
  background: #fff;
  border-radius: 116px; }
  #offers .offers_intro {
    background: linear-gradient(30deg, #8c52ff 30%, #ff914d 100%);
    border-radius: 30px;
    padding: 40px 70px;
    color: #fff;
    position: relative; }
    #offers .offers_intro::after {
      position: absolute;
      content: "";
      width: 420px;
      height: 100%;
      display: block;
      background: transparent url("/images/angles-lr.png") no-repeat scroll center center;
      top: 0;
      right: 0; }
    #offers .offers_intro h3 {
      font-size: 48px;
      margin-bottom: 25px; }
    #offers .offers_intro p {
      font-size: 28px;
      max-width: 470px; }
  #offers .prices_line {
    margin-top: 80px;
    font-weight: 300; }
    #offers .prices_line .h3 {
      font-size: 48px;
      margin-bottom: 40px; }
    #offers .prices_line .offers_price {
      font-size: 36px;
      font-weight: 500; }
    #offers .prices_line ul li {
      font-weight: 300; }
    #offers .prices_line .offers_bnt {
      display: inline-block;
      background: transparent url("/images/offers_bnt.png") no-repeat scroll center center/contain;
      width: 200px;
      height: 200px; }
      #offers .prices_line .offers_bnt img {
        animation: rotation 8s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.inner #offers {
  border-radius: 130px; }

@media (max-width: 991px) {
  #offers .offers_intro {
    padding-left: 40px;
    padding-right: 170px; }
    #offers .offers_intro h3 {
      font-size: 32px; }
    #offers .offers_intro p {
      font-size: 19px; }
    #offers .offers_intro::after {
      width: 160px;
      height: 160px;
      background: transparent url("/images/angles-lr.png") no-repeat scroll center center/contain;
      top: 20px;
      right: 20px; }
  #offers .prices_line {
    font-size: 22px; }
    #offers .prices_line .h3 {
      margin-bottom: 10px;
      font-size: 32px; }
    #offers .prices_line .offers_price {
      font-size: 24px;
      margin-bottom: 0; }
    #offers .prices_line .offers_bnt {
      width: 150px;
      height: 150px; }
      #offers .prices_line .offers_bnt img {
        width: 150px;
        height: 150px; } }

@media (max-width: 767px) {
  #offers .offers_intro {
    padding-left: 20px;
    padding-right: 170px; }
    #offers .offers_intro h3 {
      font-size: 32px; }
    #offers .offers_intro p {
      font-size: 16px; }
    #offers .offers_intro::after {
      width: 120px;
      height: 120px; }
  #offers .prices_line .h3 {
    font-size: 28px;
    margin-bottom: 20px; }
  #offers .prices_line li {
    font-size: 22px; }
  #offers .prices_line .offers_price {
    font-size: 22px;
    margin-bottom: 10px; }
  #offers .prices_line .offers_bnt {
    width: 100px;
    height: 100px; }
    #offers .prices_line .offers_bnt img {
      width: 100px;
      height: 100px; } }

@media (max-width: 575px) {
  #offers .offers_intro {
    padding: 20px; }
    #offers .offers_intro h3 {
      padding-right: 170px;
      font-size: 32px; }
  /* block offers : end */ }

/* BLOCK offers-inner */
.inner #offers {
  background: none; }

.offers_wrapper {
  margin-top: 40px; }
  .offers_wrapper .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 30px; }
    .offers_wrapper .accordion-item:first-of-type .accordion-button, .offers_wrapper .accordion-item:last-of-type .accordion-button {
      border-radius: 30px; }
  .offers_wrapper .accordion-header {
    border-radius: 30px; }
    .offers_wrapper .accordion-header button {
      height: 100px;
      font-size: 38px;
      padding-left: 60px;
      box-shadow: none;
      color: #fff;
      background-color: #8952FD;
      border-radius: 30px; }
      .offers_wrapper .accordion-header button::after {
        width: 55px;
        height: 55px;
        margin-left: auto;
        background-image: url(/images/accordion-arrow.png);
        background-position: center center;
        background-size: contain; }
  .offers_wrapper .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg); }
  .offers_wrapper button#accordion-button-logo::after {
    background-image: none; }
  .offers_wrapper .accordion-body {
    margin-top: 30px; }
    .offers_wrapper .accordion-body .price_table {
      width: 100%;
      font-size: 38px; }
      .offers_wrapper .accordion-body .price_table thead tr {
        border-bottom: 2px solid #8952FD; }
      .offers_wrapper .accordion-body .price_table td {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center; }
        .offers_wrapper .accordion-body .price_table td:first-child {
          text-align: left; }
      .offers_wrapper .accordion-body .price_table tbody td {
        padding-top: 30px;
        padding-bottom: 30px; }
      .offers_wrapper .accordion-body .price_table tfoot {
        font-size: 48px;
        font-weight: 600; }

@media (max-width: 1199px) {
  #offers .price_table img {
    width: 50px;
    height: 50px; } }

@media (max-width: 991px) {
  .inner #offers {
    border-radius: 60px !important; }
  #offers .offers_wrapper .accordion-header button {
    height: 60px;
    font-size: 25px; }
    #offers .offers_wrapper .accordion-header button::after {
      width: 36px;
      height: 36px; }
  #offers .offers_wrapper .accordion-body .price_table {
    font-size: 24px; }
    #offers .offers_wrapper .accordion-body .price_table td {
      padding-top: 15px;
      padding-bottom: 15px; }
    #offers .offers_wrapper .accordion-body .price_table tfoot {
      font-size: 30px; } }

@media (max-width: 575px) {
  #offers .offers_wrapper .accordion-header button {
    padding-left: 20px;
    padding-right: 20px; }
  #offers .offers_wrapper .accordion-body .price_table {
    font-size: 18px; }
    #offers .offers_wrapper .accordion-body .price_table td {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 120%; }
      #offers .offers_wrapper .accordion-body .price_table td img {
        width: 30px;
        height: 30px; }
    #offers .offers_wrapper .accordion-body .price_table tfoot {
      font-size: 22px; }
  /* block offers-inner : end */ }

/* BLOCK additional-options */
#additional-options {
  background: #fff; }
  #additional-options p {
    font-weight: 300;
    margin-bottom: 0px; }
  #additional-options .offers_btn_light {
    display: inline-block;
    background: transparent url("/images/offers_bnt.png") no-repeat scroll center center/contain;
    width: 200px;
    height: 200px; }
    #additional-options .offers_btn_light img {
      animation: rotation 8s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  #additional-options .accordion-body {
    color: #000; }

@media (max-width: 991px) {
  #additional-options h2 {
    font-size: 28px; }
  #additional-options p {
    font-size: 20px; }
  #additional-options .offers_btn_light {
    width: 140px;
    height: 140px; }
    #additional-options .offers_btn_light img {
      width: 140px;
      height: 140px; }
  #additional-options .offers_wrapper .accordion-header button {
    height: 60px;
    font-size: 25px; }
    #additional-options .offers_wrapper .accordion-header button::after {
      width: 36px;
      height: 36px; }
  #additional-options .offers_wrapper .accordion-body .price_table {
    font-size: 24px; }
    #additional-options .offers_wrapper .accordion-body .price_table td {
      padding-top: 15px;
      padding-bottom: 15px; }
    #additional-options .offers_wrapper .accordion-body .price_table tfoot {
      font-size: 30px; } }

@media (max-width: 767px) {
  #additional-options .offers_btn_light {
    margin-top: 20px;
    width: 120px;
    height: 120px; }
    #additional-options .offers_btn_light img {
      width: 120px;
      height: 120px; } }

@media (max-width: 575px) {
  /* block additional-options : end */ }

/* BLOCK cta */
#cta {
  background: #fff url("/images/cta-bg.jpg") no-repeat scroll center center/cover;
  text-align: center; }
  #cta .cta_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
    color: #fff; }
    #cta .cta_text .cta_supheader {
      margin-bottom: 80px;
      font-size: 28px;
      font-weight: 500;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); }
    #cta .cta_text .h2 {
      font-weight: 550;
      font-size: 48px;
      text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
      margin-bottom: 80px; }
    #cta .cta_text .btn {
      border-radius: 30px 15px; }

#social {
  padding-top: 0;
  margin-top: -40px;
  margin-bottom: 10px; }
  #social .social_wrapper {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    background-color: #222;
    max-width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6); }
    #social .social_wrapper a {
      display: block; }

@media (max-width: 767px) {
  #cta .cta_text {
    height: 380px; }
    #cta .cta_text .cta_supheader {
      font-size: 18px;
      margin-bottom: 20px; }
    #cta .cta_text .h2 {
      font-size: 28px;
      margin-bottom: 20px; }
    #cta .cta_text .btn {
      font-size: 16px; }
  #social .social_wrapper {
    height: 60px; }
  #social img {
    width: 38px;
    height: 38px; } }

@media (max-width: 575px) {
  /* block cta : end */ }

/* BLOCK blog */
.type22 .pagetitle {
  background-image: url("/images/blog-bg.jpg");
  background-size: cover; }

#blog .blog_card {
  font-size: 14px;
  line-height: 22px;
  color: #555;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(37, 42, 52, 0.08);
  border-radius: 20px;
  margin-bottom: 30px; }
  #blog .blog_card img {
    width: 100%;
    display: block;
    border-radius: 20px; }
  #blog .blog_card .blog_card_body {
    padding: 30px; }
  #blog .blog_card .blog_card_meta {
    width: 100%;
    color: #999;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
  #blog .blog_card h4 {
    font-size: 20px;
    margin-bottom: 15px; }
  #blog .blog_card .btn {
    font-size: 20px;
    max-width: 170px;
    padding-left: 20px;
    padding-right: 20px; }

.blogmain {
  padding-top: 50px;
  padding-bottom: 50px; }
  .blogmain h2 {
    margin-bottom: 40px; }
  .blogmain p {
    font-size: 16px; }
  .blogmain .blog_card_meta > div {
    background-repeat: no-repeat;
    background-position: center left; }
  .blogmain .blog_card_meta_author {
    padding-left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1579 0.732491C10.1322 0.732491 10.108 0.738907 10.0838 0.738907C10.0082 0.736768 9.93334 0.731778 9.85707 0.732491H10.1579ZM10.041 12.334C10.0274 12.334 10.0153 12.3319 10.0018 12.3319C9.9918 12.3319 9.98253 12.334 9.97255 12.334H10.041ZM5.80075 8.06523C5.81144 8.06309 5.81928 8.05169 5.83069 8.04883C6.50151 10.4762 8.2381 12.2926 10.0025 12.3311C11.6093 12.257 13.5826 10.4734 14.2399 8.0581C14.5421 8.07664 14.8444 7.72019 14.9292 7.22403C15.0169 6.70647 14.833 6.24452 14.5215 6.19105C14.5015 6.18749 14.4808 6.20032 14.4616 6.20104C14.3711 2.20674 12.4734 0.798076 10.0838 0.737481C7.61932 0.7496 5.41294 2.46195 5.55266 6.20246C5.52914 6.20246 5.50704 6.18749 5.48423 6.19177C5.17127 6.24523 4.98877 6.70718 5.07646 7.22474C5.162 7.74087 5.48708 8.11727 5.80075 8.06523ZM13.3224 13.0248L11.0832 17.4062L10.7296 14.5568L11.2821 14.1034H9.94333H8.7193L9.2725 14.5568L8.9182 17.4062L6.68187 13.0248C2.79237 13.5487 0 15.2155 0 19.2675H20C20.0014 15.2148 17.2098 13.5495 13.3224 13.0248Z' fill='%23999999'/%3E%3C/svg%3E%0A"); }
  .blogmain .blog_card_meta_date {
    padding-left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42857 1.25V2.5H11.5714V1.25C11.5714 0.559766 12.146 0 12.8571 0C13.5683 0 14.1429 0.559766 14.1429 1.25V2.5H16.0714C17.1362 2.5 18 3.33945 18 4.375V6.25H0V4.375C0 3.33945 0.863437 2.5 1.92857 2.5H3.85714V1.25C3.85714 0.559766 4.4317 0 5.14286 0C5.85402 0 6.42857 0.559766 6.42857 1.25ZM0 7.5H18V18.125C18 19.1602 17.1362 20 16.0714 20H1.92857C0.863437 20 0 19.1602 0 18.125V7.5ZM2.57143 11.875C2.57143 12.2188 2.85911 12.5 3.21429 12.5H4.5C4.85357 12.5 5.14286 12.2188 5.14286 11.875V10.625C5.14286 10.2812 4.85357 10 4.5 10H3.21429C2.85911 10 2.57143 10.2812 2.57143 10.625V11.875ZM7.71429 11.875C7.71429 12.2188 8.00357 12.5 8.35714 12.5H9.64286C9.99643 12.5 10.2857 12.2188 10.2857 11.875V10.625C10.2857 10.2812 9.99643 10 9.64286 10H8.35714C8.00357 10 7.71429 10.2812 7.71429 10.625V11.875ZM13.5 10C13.1464 10 12.8571 10.2812 12.8571 10.625V11.875C12.8571 12.2188 13.1464 12.5 13.5 12.5H14.7857C15.1393 12.5 15.4286 12.2188 15.4286 11.875V10.625C15.4286 10.2812 15.1393 10 14.7857 10H13.5ZM2.57143 16.875C2.57143 17.2188 2.85911 17.5 3.21429 17.5H4.5C4.85357 17.5 5.14286 17.2188 5.14286 16.875V15.625C5.14286 15.2812 4.85357 15 4.5 15H3.21429C2.85911 15 2.57143 15.2812 2.57143 15.625V16.875ZM8.35714 15C8.00357 15 7.71429 15.2812 7.71429 15.625V16.875C7.71429 17.2188 8.00357 17.5 8.35714 17.5H9.64286C9.99643 17.5 10.2857 17.2188 10.2857 16.875V15.625C10.2857 15.2812 9.99643 15 9.64286 15H8.35714ZM12.8571 16.875C12.8571 17.2188 13.1464 17.5 13.5 17.5H14.7857C15.1393 17.5 15.4286 17.2188 15.4286 16.875V15.625C15.4286 15.2812 15.1393 15 14.7857 15H13.5C13.1464 15 12.8571 15.2812 12.8571 15.625V16.875Z' fill='%23999999'/%3E%3C/svg%3E%0A"); }

@media (max-width: 1199px) {
  .alertinfo {
    min-height: auto;
    font-size: 18px; } }

@media (max-width: 575px) {
  /* block blog : end */ }

/* BLOCK article */
#article {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px; }
  #article img {
    border-radius: 20px; }
  #article .article_share a {
    margin-left: 7px;
    margin-right: 7px; }
  #article .article_share img {
    width: 32px;
    height: 32px; }

@media (max-width: 575px) {
  /* block article : end */ }

/* BLOCK error404 */
#error404 {
  min-height: 100vh;
  display: flex;
  align-items: center; }
  #error404 img {
    width: 100%; }

@media (max-width: 575px) {
  /* block error404 : end */ }

/* BLOCK pagetitle */
.pagetitle {
  background: #080E14 url("/images/pagetitle-bg.jpg") no-repeat scroll top center;
  background-size: cover;
  min-height: 420px; }
  .pagetitle header .hdr_menu {
    height: 380px; }
    .pagetitle header .hdr_menu .nav-link {
      font-size: 24px; }
  .pagetitle #pagetitle .pagetitle_text {
    max-width: 700px; }
    .pagetitle #pagetitle .pagetitle_text h1 {
      font-size: 60px;
      color: #fff;
      margin-bottom: 10px;
      text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6); }
    .pagetitle #pagetitle .pagetitle_text p {
      font-weight: 400;
      color: #fff;
      font-size: 24px;
      margin-bottom: 20px;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); }

@media (max-width: 1199px) {
  .pagetitle #pagetitle {
    max-width: 560px; }
    .pagetitle #pagetitle .pagetitle_text h1 {
      font-size: 50px; } }

@media (max-width: 991px) {
  .pagetitle {
    min-height: auto; }
    .pagetitle header .hdr_menu {
      height: 260px; }
      .pagetitle header .hdr_menu .nav-link {
        font-size: 14px; }
    .pagetitle #pagetitle {
      max-width: 500px; }
      .pagetitle #pagetitle .pagetitle_text h1 {
        font-size: 32px; }
      .pagetitle #pagetitle .pagetitle_text p {
        font-size: 20px; }
      .pagetitle #pagetitle .pagetitle_text .btn {
        font-size: 20px;
        padding: 5px 30px; } }

@media (max-width: 767px) {
  .pagetitle #pagetitle {
    max-width: 320px; }
    .pagetitle #pagetitle .pagetitle_text h1 {
      font-size: 32px; }
    .pagetitle #pagetitle .pagetitle_text p {
      font-size: 20px;
      line-height: 110%; }
    .pagetitle #pagetitle .pagetitle_text .btn {
      font-size: 20px;
      padding: 5px 30px; } }

@media (max-width: 575px) {
  .pagetitle #pagetitle {
    max-width: 100%; }
    .pagetitle #pagetitle .pagetitle_text {
      margin-top: 200px; }
  /* block pagetitle : end */ }

/* BLOCK contacts */
#contactsModal {
  background: transparent; }
  #contactsModal .modal-content {
    background-color: #222;
    color: #ааа;
    border-radius: 30px;
    padding: 50px;
    padding-top: 30px; }
  #contactsModal .modal-header {
    color: #fff;
    border-bottom: none;
    padding: 0;
    padding-bottom: 50px; }
    #contactsModal .modal-header h5 {
      font-size: 80px;
      font-weight: 400;
      line-height: 110%; }
    #contactsModal .modal-header button {
      color: #fff; }
    #contactsModal .modal-header .btn-close {
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
  #contactsModal .modal-body {
    color: #fff;
    padding: 0; }
    #contactsModal .modal-body a {
      color: #fff;
      text-decoration: none; }
    #contactsModal .modal-body .modal_contacts a {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      #contactsModal .modal-body .modal_contacts a:last-child {
        margin-bottom: 0; }
    #contactsModal .modal-body .modal_contacts img {
      margin-right: 40px; }
    #contactsModal .modal-body .modal_contacts .modal_phone {
      margin-bottom: 2px; }
    #contactsModal .modal-body .modal_contacts .modal_address {
      margin-bottom: 20px; }
    #contactsModal .modal-body .modal_contacts .modal_map {
      margin-bottom: 20px;
      border-radius: 30px;
      overflow: hidden; }
      #contactsModal .modal-body .modal_contacts .modal_map iframe {
        width: 100%;
        height: 500px; }

@media (max-width: 1199px) {
  #contactsModal .modal-header h5 {
    font-size: 70px; } }

@media (max-width: 991px) {
  #contactsModal .modal_contacts {
    margin-bottom: 20px; }
  #contactsModal .modal_address {
    margin-top: 10px;
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  #contactsModal .modal-header h5 {
    font-size: 56px; }
  #contactsModal .modal-content {
    padding: 15px;
    padding-top: 10px; }
  /* block contacts : end */ }

/* FOOTER */
footer {
  padding-bottom: 0px;
  font-size: 18px;
  background-color: #fff; }
  footer .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #222;
    border-radius: 30px;
    padding: 20px 50px; }
    footer .footer_wrapper .footer_logo img {
      max-width: 263px; }
    footer .footer_wrapper .footer_nav {
      max-width: 600px;
      text-align: right; }
      footer .footer_wrapper .footer_nav li {
        display: inline-block;
        margin-left: 40px;
        margin-top: 10px; }
      footer .footer_wrapper .footer_nav a {
        color: #fff;
        font-size: 24px;
        text-decoration: none; }
  footer .subfooter {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media (max-width: 767px) {
  footer .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
  footer .footer_wrapper {
    padding: 15px; }
  footer img {
    width: 150px; }
  footer .footer_wrapper > div {
    width: 50%; }
  footer .footer_wrapper .footer_nav {
    padding-right: 0px;
    padding-left: 0;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column; }
    footer .footer_wrapper .footer_nav a {
      font-size: 18px; }
  .subfooter {
    font-size: 12px; }
    .subfooter img {
      width: 115px; } }
/**.b24-form-header-title{
	color: #ffffff !important;
	font-family: 'Futura PT' !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 48px !important;
	line-height: 33px !important;
	text-align: left !important;
	border-bottom: 1px solid #DDDDDD !important;
	padding-bottom: 16px;
}
.b24-form-header{
}
.b24-form-wrapper{
	background: #222222 !important;
}
.b24-form-control{
	background: #FFFFFF !important;
	border: 1px solid #D9D7D7 !important;
	border-radius: 15px !important;
	font-family: 'Futura PT' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 20px !important;
	text-transform: capitalize !important;
	color: #666666 !important;
}
.b24-form-control-string .b24-form-control-label,.b24-form-control-list .b24-form-control-label,.b24-form-control-text .b24-form-control-label {
	color: #666666 !important;
}**/
/**.b24-window-close{
  	position: absolute !important;
    width: 1.5em !important;
    height: 1.5em!important;
    border-radius: 50%!important;
    border: 0.1em solid!important;
    border-color: #ffffff!important;
    cursor: pointer!important;
    outline: 0!important;
    background: none !important;
}**/
.b24-form-btn{
	padding: 0px 0px  !important;
	background: linear-gradient(95.17deg, #FF914D 17.03%, #8C52FF 71.84%);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
	border-radius: 30px 15px !important;
	width: 206px !important;
	height: 15px !important;
	font-family: 'Futura PT' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 22px !important;
	/* line-height: 36px !important; */
	text-align: center !important;
	color: #FFFFFF !important;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.b24-window-popup-wrapper{
	border-radius:15px !important;
	background: none !important;
}
.b24-form-wrapper {
    position: relative;
    display: block;
    min-height: 250px;
    max-width: 100% !important;
    border-radius: 15px !important;
}
/**.b24-window-close:after, .b24-window-close:before {
	 width: 5% !important;
    height: 70% !important;
    background-color: #fff !important;
}
.b24-window-close:after:hover{
	transform:rotateX(10deg) !important;
}
.b24-form-btn:hover{
	transform:scale(105%);
}**/
/**.b24-form-control:hover{
	transform:scale(105%)
}
.b24-form-field-agreement .b24-form-field-agreement-link{
	font-family: 'Futura PT' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 20px !important;
	text-transform: capitalize !important;
	color: #FFFFFF !important;
}
input [type="checkbox"] {
    background-color: initial !important;
    cursor: default !important;
    appearance: auto !important;
    box-sizing: border-box !important;
    margin: 3px 3px 3px 4px !important;
    padding: initial !important;
    border: initial !important;
    width: 24px !important;
	 height: 24px !important;
	 background: #FFFFFF !important;
	 border: 1px solid #D9D7D7 !important;
}**/
.b24-window-panel .b24-form-wrapper{
	    min-height: auto !important;
}
.offers_bnt:hover{
		cursor: pointer;
	
}