@font-face {
  font-family: Graphik Web;
  src: url('../fonts/Graphik-Medium-Web.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url('../fonts/Graphik-Bold-Web.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url('../fonts/Graphik-Regular-Web.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url('../fonts/Graphik-Semibold-Web.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.sb-support {
  color: #201926;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik Web, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.sb-footer {
  margin-bottom: 24px;
  padding: 18px 72px;
}

.sb-img {
  width: 588px;
}

.sb-btn-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik Web, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.sb-btn {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: #3f2aff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 286px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.sb-descr {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik Web, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.sb-title {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Graphik Web, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.sb-text {
  width: 520px;
  margin-bottom: 30px;
}

.sb-left-div {
  width: auto;
  margin-top: 54px;
}

.sb-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 72px 64px;
  display: grid;
}

.sb-notif {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Graphik Web, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: static;
  top: 28px;
  left: 1205px;
}

.sb-logo {
  width: 90px;
  margin-right: auto;
  overflow: hidden;
}

.sb-header {
  border-bottom: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  padding: 36px 72px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .sb-left-div {
    width: 745px;
  }
}

@media screen and (min-width: 1440px) {
  .sb-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sb-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {

  .sb-footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .sb-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sb-main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .sb-footer {
    margin-bottom: 35px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .sb-img {
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sb-descr {
    line-height: 24px;
  }

  .sb-title {
    margin-bottom: 34px;
    font-size: 42px;
    line-height: 44px;
  }

  .sb-text {
    width: 80%;
  }

  .sb-left-div {
    width: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .sb-main {
    padding: 40px 36px 22px;
    display: block;
  }

  .sb-header {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sb-footer {
    margin-bottom: 30px;
  }

  .sb-btn {
    padding: 12px 20px;
  }

  .sb-text {
    width: 100%;
  }

  .sb-left-div {
    margin-bottom: 32px;
  }

  .sb-main {
    padding-top: 20px;
  }

  .sb-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .sb-footer {
    margin-bottom: 0;
    padding: 20px;
  }

  .sb-img {
    width: 100%;
  }

  .sb-btn {
    width: 280px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sb-descr {
    width: auto;
    font-size: 17px;
  }

  .sb-title {
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 32px;
  }

  .sb-text {
    width: auto;
    margin-bottom: 25px;
  }

  .sb-left-div {
    width: auto;
    margin-bottom: 20px;
  }

  .sb-main {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sb-notif {
    display: none;
  }

  .sb-logo {
    width: 80px;
  }

  .sb-header {
    padding: 24px 20px;
  }
}


@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Medium-Web.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Bold-Web.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Regular-Web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Semibold-Web.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}