@media (min-width: 1200px) {
  #offer-image-container {
    margin-left: -100px;
  }
}

@media (min-width: 1200px) {
  .title-header-container {
    text-align: center;
  }
}

.nav-bar-default {
  background: rgba(29, 33, 37, 0);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

@media (min-width: 768px) {
  #topBar {
    padding: 16px 20px 16px 40px;
    vertical-align: bottom;
  }
}

@media (max-width: 768px) {
  #main-pictures-container {
    padding: 14px;
  }
}

#main-mac-container {
  position: absolute;
  left: -10px;
}

@media (min-width: 800px) {
  #main-mac-container {
    left: 10px;
  }
}

#topBlockContainer {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  #topBlockContainer {
    padding-top: 130px;
    padding-bottom: 180px;
  }
}

#iphone-mac-container {
  position: absolute;
  left: 62px;
  top: 103px;
}

@media (min-width: 800px) {
  #iphone-mac-container {
    left: 133px;
    top: 183px;
  }
}

#primaryPage {
  padding-top: 84px;
  background-image: url(../images/img_bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 0px 0px 80px 80px;
  background-size: 100%;
  height: 955px;
}

@media (max-width: 1920px) {
  #primaryPage {
    height: 955px;
    background-size: auto 100%;
    border-radius: 0px 0px 80px 80px;
  }
}

@media (max-width: 768px) {
  #primaryPage {
    height: 955px;
    background-size: auto 100%;
    border-radius: 0px 0px 80px 80px;
  }
}

@media (max-width: 700px) {
  #primaryPage {
    height: 750px;
    background-size: auto 100%;
    border-radius: 0px 0px 0px 0px;
  }
}

div.secondary-page-header {
  padding-top: 68px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  div.secondary-page-header {
    padding-top: 146px;
    padding-bottom: 70px;
  }
}

div.section-container {
  position: relative;
  z-index: 2;
  background-color: #1E2226;
  padding-top: 80px;
}

@media (min-width: 768px) {
  div.section-container {
    padding-top: 150px;
  }
}

.popup-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: transparent;
}

@media (max-width: 768px) {
  .popup-overlay {
    overflow: scroll;
  }
}

@media (min-width: 768px) {
  .popup-overlay-container {
    height: 100%;
  }
}

div.popup-background {
  background: #1E2226;
  -webkit-box-shadow: 0px 0px 160px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 160px rgba(0, 0, 0, 0.8);
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  div.popup-background {
    border-radius: 80px;
    width: 700px;
    padding-bottom: 84px;
  }
}

div.popup-background-content {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  div.popup-background-content {
    padding-left: 84px;
    padding-right: 84px;
  }
}

div.feature-labels-container {
  margin-top: 20px;
}

@media (max-width: 425px) {
  div.feature-labels-container {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  div.feature-labels-container {
    margin-top: 0px;
  }
}

div.feature-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  div.feature-container {
    margin-right: 0px;
    padding: 0px;
  }
}

.my-button1-first-part {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}

@media (min-width: 768px) {
  .my-button1-first-part {
    font-size: 20px;
    line-height: 24px;
  }
}

.my-button1-second-part {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}

@media (min-width: 768px) {
  .my-button1-second-part {
    font-size: 20px;
    line-height: 24px;
  }
}

.my-button1-text-1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .my-button1-text-1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.my-button1-text-2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .my-button1-text-2 {
    font-size: 20px;
    line-height: 24px;
  }
}

#my-button2 {
  /* Button */
  /* margin-left: 16px; */
  border-color: #2FC5AC;
  color: #2FC5AC;
  border-radius: 8px;
  padding: 12px 16px 12px 16px;
  margin-left: 0px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  #my-button2 {
    margin-left: 16px;
    margin-top: 0px;
  }
}

#my-button2:hover {
  border-color: #00DDB8;
  color: #00DDB8;
  background: transparent;
}

.platform-text {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .platform-text {
    margin-top: 24px;
  }
}

div.platform-container {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  div.platform-container {
    margin-bottom: 40px;
  }
}

div.section-platforms {
  margin-top: 70px;
}

@media (min-width: 768px) {
  div.section-platforms {
    margin-top: 150px;
  }
}

div.slide-text-container {
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.75%, rgba(25, 28, 31, 0.94)), to(rgba(25, 28, 31, 0.658)));
  background: linear-gradient(180deg, rgba(25, 28, 31, 0.94) 18.75%, rgba(25, 28, 31, 0.658) 100%);
  -webkit-box-shadow: 0px 0px 44px rgba(29, 230, 197, 0.08);
          box-shadow: 0px 0px 44px rgba(29, 230, 197, 0.08);
  border-radius: 20px;
}

@media (min-width: 998px) {
  div.slide-text-container {
    margin-left: 20px;
    padding: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.75%, rgba(25, 28, 31, 0.94)), to(rgba(25, 28, 31, 0.658)));
    background: linear-gradient(180deg, rgba(25, 28, 31, 0.94) 18.75%, rgba(25, 28, 31, 0.658) 100%);
    /* light */
    -webkit-box-shadow: 0px 0px 24px rgba(29, 230, 197, 0.08);
            box-shadow: 0px 0px 24px rgba(29, 230, 197, 0.08);
    border-radius: 20px;
    width: 400px;
  }
}

.slide-image {
  width: 100%;
}

@media (min-width: 998px) {
  .slide-image {
    margin-left: 116px;
    width: auto;
  }
}

div.slide-text-container-parent {
  margin-top: -10px;
}

@media (min-width: 998px) {
  div.slide-text-container-parent {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
}

div.integation-background-container {
  margin-top: -180px;
  background: linear-gradient(178.89deg, rgba(46, 58, 63, 0.8) 0.95%, rgba(22, 27, 30, 0.8) 99.22%);
  position: relative;
  z-index: 1;
}

div.footer-contacts-end {
  margin-right: -45px;
}

@media (max-width: 768px) {
  div.no-padding-on-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  div.no-margin-right-on-mobile {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  div.no-padding-on-desktop {
    padding-left: 0px;
    padding-right: 0px;
  }
}

div.no-padding-horizontal {
  padding-left: 0px;
  padding-right: 0px;
}

div.product-and-faq-block {
  margin-left: 40px;
}

@media (min-width: 768px) {
  div.product-and-faq-block {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  div.product-and-faq-block {
    margin-left: 80px;
  }
}

.footer_text_header {
  color: #62686A !important;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .footer_text_header {
    margin-bottom: 16px;
    margin-top: 0px;
  }
}

.offer-form-col {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .offer-form-col {
    margin-top: 40px;
  }
}

#offer-image {
  background-image: url(../images/offser_small.webp);
}

@media (min-width: 1200px) {
  #offer-image {
    background-image: url(../images/offer_image.webp);
  }
}

.image2 {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .image1 {
    display: none;
  }
  .image2 {
    display: block;
  }
}

.doc-subtitle-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height, or 154% */
  color: #919799;
}

@media (min-width: 768px) {
  .doc-subtitle-text {
    font-size: 13px;
    line-height: 20px;
  }
}

.h1-pl {
  /* H2 */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 29px;
  line-height: 35px;
}

@media (min-width: 768px) {
  .h1-pl {
    font-size: 58px;
    line-height: 71px;
  }
}

.h2-pl {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 29px;
  line-height: 35px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .h2-pl {
    font-size: 52px;
    line-height: 63px;
  }
}

.h3-pl {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .h3-pl {
    font-size: 34px;
    line-height: 41px;
  }
}

.h4-pl {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

@media (min-width: 768px) {
  .h4-pl {
    font-size: 20px;
    line-height: 30px;
  }
}

.text-pl {
  color: white;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .text-pl {
    font-size: 15px;
    line-height: 25px;
  }
}

.subtext-pl {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #62686A;
}

@media (min-width: 768px) {
  .subtext-pl {
    font-size: 13px;
    line-height: 18px;
  }
}

.text-big-pl {
  /* Text_big */
  color: #FFFFFF;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .text-big-pl {
    font-size: 20px;
    line-height: 34px;
  }
}

div.tabs-parent-container {
  margin-top: 30px;
}

@media (min-width: 768px) {
  div.tabs-parent-container {
    margin-top: 70px;
  }
}

div.doc-section-header-text-container {
  padding-left: 0px;
  z-index: 2;
  position: relative;
  padding-top: 120px;
  padding-bottom: 37px;
}

@media (min-width: 768px) {
  div.doc-section-header-text-container {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

.doc-item-container {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .doc-item-container {
    margin-bottom: 40px;
  }
}

#doc-picture-container {
  height: 380px;
}

@media (min-width: 992px) {
  #doc-picture-container {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #doc-picture {
    position: absolute;
    bottom: 0;
    right: -150px;
  }
}

@media (max-width: 760px) {
  #doc-picture {
    position: absolute;
    top: 50px;
  }
}

@media (min-width: 992px) {
  #doc-picture-faq {
    position: absolute;
    bottom: -80px;
    right: -150px;
  }
}

@media (max-width: 760px) {
  #doc-picture-faq {
    position: absolute;
    top: 50px;
  }
}

@media (min-width: 992px) {
  #doc-picture-right-text-container {
    padding-left: 100px;
  }
}

#doc-button {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #doc-button {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 0px;
  }
}

div.support-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0975)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0975) 0%, rgba(0, 0, 0, 0.15) 100%);
  border-radius: 40px;
}

@media (min-width: 768px) {
  div.support-container {
    border-radius: 80px;
    height: 500px;
  }
}

div.download-title-text-container {
  margin-top: 0px;
}

@media (min-width: 768px) {
  div.download-title-text-container {
    margin-top: 22px;
  }
}

#download_image_container {
  bottom: 0px;
  right: 0px;
  text-align: center;
}

@media (min-width: 700px) {
  #download_image_container {
    right: -350px;
    height: 650px;
    position: absolute;
  }
}

@media (min-width: 800px) {
  #download_image_container {
    right: -300px;
    height: 650px;
    position: absolute;
  }
}

@media (min-width: 1200px) {
  #download_image_container {
    right: -110px;
    height: 650px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  #download_image_container {
    margin-top: 20px;
  }
}

#qr-block-container {
  display: none;
}

@media (min-width: 768px) {
  #qr-block-container {
    display: block;
  }
}

@media (max-width: 768px) {
  div.carousel-item {
    height: 430px !important;
  }
}

div.company-section {
  padding-top: 120px;
}

@media (min-width: 768px) {
  div.company-section {
    padding-top: 250px;
  }
}

div.company-section2 {
  padding-top: 70px;
}

@media (min-width: 768px) {
  div.company-section2 {
    padding-top: 150px;
  }
}

div.news-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {
  div.news-item {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

div.map-container {
  margin-top: 0px !important;
}

@media (max-width: 998px) {
  div.map-container {
    margin-top: 50px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.map-frame {
  min-height: 448px;
  border-radius: 20px;
}

@media (max-width: 998px) {
  .map-frame {
    border-radius: 0;
  }
}

div.container-company {
  background: #1E2226;
  z-index: 3;
  position: relative;
}

.bottom-round-corners {
  border-radius: 0px 0px 40px 40px;
}

@media (min-width: 768px) {
  .bottom-round-corners {
    border-radius: 0px 0px 80px 80px;
  }
}

div.container-partners {
  background: linear-gradient(178.89deg, rgba(46, 62, 63, 0.8) 0.95%, rgba(32, 40, 42, 0.8) 39.27%, rgba(25, 28, 31, 0.8) 99.06%);
  z-index: 2;
}

div.padding-botttom-50-100 {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  div.padding-botttom-50-100 {
    padding-bottom: 100px;
  }
}

div.margin-bottom-20-40 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  div.margin-bottom-20-40 {
    padding-bottom: 40px;
  }
}

div.margin-bottom-36-72 {
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  div.margin-bottom-36-72 {
    padding-bottom: 72px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 240px;
  margin-top: 30px;
  overflow: auto;
  z-index: 4;
  background: -webkit-gradient(linear, left top, left bottom, from(#1B1F22), to(#1A1D20));
  background: linear-gradient(180deg, #1B1F22 0%, #1A1D20 100%);
  -webkit-box-shadow: 0px 0px 44px rgba(29, 230, 197, 0.08);
          box-shadow: 0px 0px 44px rgba(29, 230, 197, 0.08);
  border-radius: 0px 8px 8px 8px;
}

@media (max-width: 768px) {
  .dropdown-content {
    right: 0;
  }
}

#button-download {
  background: #2FC5AC;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 12px 22px 12px 22px;
  height: 56px;
}

@media (max-width: 400px) {
  #button-download {
    padding: 12px 10px 12px 10px;
  }
}

div.features-form {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.195)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.195) 100%);
  border-radius: 40px 40px 40px 4px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  div.features-form {
    border-radius: 80px 80px 80px 8px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .width-100-on-mobile {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .max-width-780-on-desktop {
    max-width: 780px !important;
  }
}

.news-top-image {
  width: 100%;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .news-top-image {
    padding-bottom: 48px;
  }
}

.news-date-text {
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .news-date-text {
    padding-bottom: 10px;
  }
}

.news-source-text {
  padding-top: 1px;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .news-source-text {
    padding-top: 24px;
    padding-bottom: 10px;
  }
}

.news-backbutton {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .news-backbutton {
    padding-top: 48px;
  }
}

/* cookies */
#cookieNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
}

@media (max-width: 768px) {
  #cookieNotice {
    padding: 16px;
  }
}
/*# sourceMappingURL=style-2.css.map */