/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box !important;
  outline: none !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input, button {
  font-family: "Ubuntu";
}

.button {
  padding: 0.75rem 0;
  border-radius: 2.5rem;
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
  border: none;
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 500;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  user-select: none;
  text-decoration: none;
  max-width: 100%;
  -webkit-transition: 0.25s all linear;
  -o-transition: 0.25s all linear;
  transition: 0.25s all linear;
  white-space: nowrap;
  cursor: pointer;
  background: #1111B1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .button {
    white-space: normal;
  }
}
.button__inner {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
}
.button__inner > i {
  box-sizing: content-box !important;
  display: flex;
  align-items: center;
  min-width: 0.25rem;
  padding: 0rem 0.75rem;
}
.button__inner > i img, .button__inner > i .img {
  box-sizing: content-box !important;
  max-width: 1.5rem;
  max-height: 1.5rem;
  padding: 0.25rem;
  object-fit: contain;
}
.button__inner > i .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}
.button-transparent {
  background: transparent;
  color: #000;
}
.button-white {
  background: #fff;
  color: #1121B1;
}
.button-grey-light {
  background-color: rgb(247, 247, 247);
  color: #0F0F0F;
}
.button-pink {
  background-color: #D31E75;
  color: #ffffff;
}

.labeled-button {
  display: flex;
  align-items: center;
}
.labeled-button__label {
  padding-left: 0.625rem;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: rgba(0, 0, 0, 0.5);
}

html {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}
.mobile-menu-opened {
  overflow: hidden;
}

.container {
  max-width: 80rem;
  padding: 0 5rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 !important;
  }
}

.main-section {
  padding-top: 8.5rem;
}
.main-section .vc_section {
  margin: 0 auto;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .main-section .vc_section {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.main-section .vc_section[data-vc-stretch-content=true] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
  .main-section {
    padding-top: 6rem;
  }
}

section.vc_section:not([data-vc-full-width=true]) .vc_row {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
section.vc_section:not([data-vc-full-width=true]) .vc_row > .wpb_column > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.full-primary-banner-section {
  padding: 6.0625rem 0 6.625rem;
}
@media screen and (max-width: 991px) {
  .full-primary-banner-section {
    padding: 3.125rem 0;
  }
}

.full-primary-banner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .full-primary-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.full-primary-banner__info {
  flex: 0 0 41.66666%;
  padding-right: 3.75rem;
}
@media screen and (max-width: 991px) {
  .full-primary-banner__info {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.full-primary-banner__title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 991px) {
  .full-primary-banner__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.full-primary-banner__description {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}
.full-primary-banner__actions {
  margin-top: 4.625rem;
}
@media screen and (max-width: 991px) {
  .full-primary-banner__actions {
    margin-top: 2.3125rem;
  }
}
.full-primary-banner__gallery {
  flex: 0 0 58.33333%;
}
@media screen and (max-width: 991px) {
  .full-primary-banner__gallery {
    order: -1;
    margin-bottom: 1.25rem;
  }
}
.full-primary-banner__gallery img {
  width: 100%;
}

.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: top 0.2s ease-in-out;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding-left: calc(2rem + 7.5px) !important;
    padding-right: calc(2rem + 7.5px) !important;
  }
}
.site-header.nav-up {
  top: -8.5rem;
}

.footer-login {
  transition: bottom 0.2s ease-in-out;
}
.footer-login.nav-up {
  bottom: -11.875rem;
}

.header-box {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}
@media screen and (max-width: 1200px) {
  .header-box {
    justify-content: space-between;
    padding: 1.25rem 0;
  }
}

.header-actions > * {
  margin-left: 20px;
}
.header-actions > *:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .header-actions {
    display: none;
  }
}

.header-logo {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    margin-right: 0.625rem;
  }
}
.header-logo a {
  display: block;
}
.header-logo a img {
  display: block;
  width: 8.75rem;
}

.header-menu {
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul {
  display: flex;
  align-items: center;
}
.header-menu ul li {
  margin-right: 2.5rem;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li a {
  color: #000;
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.mobile-menu-section {
  display: none;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff !important;
  height: 100%;
  padding-top: 6rem;
}
.mobile-menu-opened .mobile-menu-section {
  display: block;
}

.mobile-menu-close {
  position: absolute;
  right: 1.875rem;
  top: 1.25rem;
}
.mobile-menu-close img {
  display: block;
  width: 2.5rem;
}

.mobile-header-menu ul li {
  padding: 2rem 0 1.875rem;
  border-bottom: 2px solid #FAF3F6;
}
.mobile-header-menu ul li:last-child {
  border-bottom-color: transparent;
}
.mobile-header-menu ul li a {
  color: #000;
  line-height: 140.9%;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.mobile-header-menu ul li.active a {
  color: #1121B1;
  border-bottom-color: #1121B1;
}

.mobile-header-actions {
  margin-top: 3.125rem;
}

.mobile-menu-box {
  display: flex;
  height: 100%;
  padding: 2.5rem calc(5rem / 2.5);
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .mobile-menu-box {
    padding: 2.5rem 5rem;
  }
}
@media screen and (max-width: 991px) {
  .mobile-menu-box {
    padding: 2.5rem calc(2rem + 7.5px);
  }
}

.mobile-menu-wrapper {
  width: 100%;
  padding-bottom: 6.25rem;
}

.header-mobile-burger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-mobile-burger {
    display: block;
  }
}
.header-mobile-burger__trigger {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.header-mobile-burger__trigger img {
  display: block;
}

.features-section {
  padding: 7.875rem 0 8.3125rem;
  background-color: #F7F2EF;
  background-image: url("../img/bg-point.svg");
  background-size: 86.6875rem;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .features-section {
    padding: 3.75rem 0;
  }
}

.features__title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-bottom: 3.125rem;
  max-width: 26.25rem;
}
@media screen and (max-width: 991px) {
  .features__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.features__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 4.75rem;
}
@media screen and (max-width: 767px) {
  .features__footer {
    padding-right: 0;
  }
}

.features-slider {
  display: flex;
  margin-bottom: 3.0625rem;
}
.features-slider__item {
  flex: 0 0 33.3334%;
  padding-right: 33px;
}
@media screen and (max-width: 991px) {
  .features-slider__item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .features-slider__item {
    flex: 0 0 100%;
  }
}
.features-slider__item h5 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 134.9%;
  margin-bottom: 1.625rem;
}
.features-slider__item h5 strong, .features-slider__item h5 b {
  color: #1111B1;
  position: relative;
}
.features-slider__item h5 strong:before, .features-slider__item h5 b:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: -0.3125rem;
  background: #1111B1;
  height: 1px;
  position: absolute;
}
.features-slider__item p {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}
@media screen and (max-width: 991px) {
  .features-slider__item p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.features-slider-wrapper {
  width: calc(80rem + 50% - 80rem / 2);
  margin-left: auto;
  margin-right: 0;
  padding: 0 calc(50% - 80rem / 2) 0 1.25rem;
  overflow: revert;
}
@media screen and (max-width: 991px) {
  .features-slider-wrapper {
    width: 100%;
    padding: 0 5rem;
  }
}

.features-slider-navigation {
  display: flex;
}

.features-slider-nav {
  display: flex;
}
.features-slider-nav__prev {
  flex: 0 0 2.9375rem;
  height: 2.9375rem;
  width: 2.9375rem;
  background-image: url("../img/nav-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.9375rem;
  cursor: pointer;
}
.features-slider-nav__next {
  flex: 0 0 2.9375rem;
  height: 2.9375rem;
  width: 2.9375rem;
  background-image: url("../img/nav-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.9375rem;
  cursor: pointer;
}

.business-type-section {
  padding: 6.625rem 0 0;
}
@media screen and (max-width: 991px) {
  .business-type-section {
    padding: 3.125rem 0 0;
  }
}

.business-type__title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  text-align: center;
  margin: 0 auto 1rem;
  max-width: 34.375rem;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .business-type__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.business-type__subtitle {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin: 0 auto 1.4375rem;
  max-width: 34.375rem;
  text-align: center;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .business-type__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.business-type-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.9375rem;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .business-type-control {
    margin-bottom: 3.4375rem;
  }
}
.business-type-switch {
  display: flex;
  align-items: center;
  background: #F7F2EF;
  border-radius: 6.25rem;
  padding: 0.4375rem 0;
}
@media screen and (max-width: 767px) {
  .business-type-switch {
    padding: 0.4375rem;
  }
}
.business-type-switch li p {
  cursor: pointer;
  padding: 0.5625rem 2.0625rem;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 134.9%;
  color: #000;
}
@media screen and (max-width: 767px) {
  .business-type-switch li p {
    padding: 0.4375rem 0.75rem;
  }
}
.business-type-switch li.active p {
  background: #fff;
}

.business-type-map {
  display: flex;
  justify-content: center;
}

.testimonials-section {
  padding: 5.5rem 0;
  background-color: #F7F2EF;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .testimonials-section {
    padding: 2.75rem 0;
  }
}

.testimonials-caption {
  margin: 0 auto 3.375rem;
  max-width: 45.625rem;
}
@media screen and (max-width: 991px) {
  .testimonials-caption {
    padding: 0 5rem;
    margin: 0 auto 1.6875rem;
  }
}

.testimonials__title {
  text-align: center;
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .testimonials__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.testimonials__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 991px) {
  .testimonials__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .testimonials__subtitle {
    margin: 0 auto 1.6875rem;
  }
}

.testimonials-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.625rem;
}
@media screen and (max-width: 767px) {
  .testimonials-footer {
    padding: 0;
  }
}

.testimonials-slider-navigation {
  display: flex;
}

.testimonials-slider-nav {
  display: flex;
}
.testimonials-slider-nav__prev {
  flex: 0 0 2.9375rem;
  height: 2.9375rem;
  width: 2.9375rem;
  background-image: url("../img/nav-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.9375rem;
  cursor: pointer;
}
.testimonials-slider-nav__next {
  flex: 0 0 2.9375rem;
  height: 2.9375rem;
  width: 2.9375rem;
  background-image: url("../img/nav-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.9375rem;
  cursor: pointer;
}

.testimonial-slider {
  display: flex;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 991px) {
  .testimonial-slider {
    margin-bottom: 2rem;
  }
}

.testimonial-slider-wrapper {
  width: calc(80rem + 50% - 80rem / 2);
  margin-left: auto;
  margin-right: 0;
  padding: 0 calc(50% - 80rem / 2) 0 1.25rem;
  overflow: revert;
}
@media screen and (max-width: 991px) {
  .testimonial-slider-wrapper {
    width: 100%;
    padding: 0 5rem;
  }
}

.testimonial-item {
  flex: 0 0 32.1875rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5.375rem 0 4.6875rem 0;
  margin-right: 1.875rem;
  background-image: url("../img/bg-point-card.svg");
  background-size: 26.9375rem;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .testimonial-item {
    padding: 2.5rem 0;
    background-size: contain;
    flex-direction: column;
    flex: 0 0 25rem;
    max-width: 100%;
    align-items: flex-start;
  }
}
.testimonial-item__photo {
  flex: 0 0 11.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonial-item__photo {
    flex: 1 0;
    margin-bottom: 1.5625rem;
  }
}
.testimonial-item__photo > img {
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-item__company {
  position: absolute;
  right: -1.375rem;
  bottom: 0;
  height: 4.3125rem;
  width: 4.1875rem;
}
.testimonial-item__company img {
  object-fit: cover;
  border-radius: 0.625rem;
}
.testimonial-item__info {
  padding-left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .testimonial-item__info {
    padding: 0;
  }
}
.testimonial-item__info h6 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 134.9%;
  margin-bottom: 0.75rem;
}
.testimonial-item__quote {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 134.9%;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.testimonial-item__position {
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 134.9%;
  color: #1111B1;
}

.device-section {
  padding: 5.0625rem 0 6.8125rem;
}
@media screen and (max-width: 991px) {
  .device-section {
    padding: 2.5rem 0 3.4375rem;
  }
}

.device-feature {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .device-feature {
    flex-direction: column;
  }
}
.device-feature__content {
  flex: 0 0 35%;
}
@media screen and (max-width: 767px) {
  .device-feature__content {
    flex: 0 0 100%;
    order: 1;
  }
}
.device-feature__title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 991px) {
  .device-feature__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.device-feature__subtitle {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}
@media screen and (max-width: 991px) {
  .device-feature__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.device-feature__footer {
  margin-top: 5.25rem;
}
@media screen and (max-width: 991px) {
  .device-feature__footer {
    margin-top: 2.75rem;
  }
}
.device-feature__cover {
  flex: 1 0;
  padding-left: 5.625rem;
}
@media screen and (max-width: 767px) {
  .device-feature__cover {
    padding-left: 0;
    margin-bottom: 1.875rem;
  }
}

.faq-section {
  padding: 6rem 0 8.125rem;
  background-color: #F7F2EF;
  background-image: url("../img/bg-point-full.svg");
  background-size: 86.6875rem;
  background-repeat: no-repeat;
  background-position: top -16.25rem center;
}
@media screen and (max-width: 991px) {
  .faq-section {
    padding: 3rem 0 4.0625rem;
  }
}

.faq-title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 991px) {
  .faq-title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

.faq-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  .faq-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .faq-col:first-child .faq-item:last-child {
    border-bottom: none;
  }
}

.faq-item {
  border-top: 1px solid #D7CAC2;
  padding: 1.75rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .faq-item {
    padding: 1.25rem 0;
  }
}
.faq-item:last-child {
  border-bottom: 1px solid #D7CAC2;
}
.faq-item__head {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 134.9%;
  background-image: url("../img/+.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center right 1.1875rem;
  transition: 0.25s all linear;
  cursor: pointer;
  padding-right: 3.4375rem;
}
.faq-item__head.active {
  background-image: url("../img/minus.svg");
}
.faq-item__body {
  display: none;
  padding-top: 1.3125rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 134.9%;
}

.subscribe-section {
  background-color: #1111B1;
  padding: 6.25rem 0;
  background-image: url("../img/bg-point-full.svg");
  background-size: 86.6875rem;
  background-repeat: no-repeat;
  background-position: top -12.5rem center;
}
@media screen and (max-width: 991px) {
  .subscribe-section {
    padding: 3.125rem 0;
  }
}

.subscribe__title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  color: #fff;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 991px) {
  .subscribe__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.subscribe__subtitle {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin-bottom: 3.9375rem;
  color: #fff;
  max-width: 40rem;
}
@media screen and (max-width: 991px) {
  .subscribe__subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .subscribe__subtitle {
    margin-bottom: 2rem;
  }
}

.subscribe-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .subscribe-box {
    flex-direction: column;
  }
}

.subscribe-form {
  max-width: 34.1875rem;
  width: 100%;
}
.subscribe-form__notify {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-style: italic;
  color: #fff;
  margin-top: 1.125rem;
}
@media screen and (max-width: 991px) {
  .subscribe-form__notify {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.subscribe-form__notify a {
  text-decoration: underline;
  color: #fff;
}

.subscribe-form-item {
  position: relative;
}
.subscribe-form-item input {
  padding: 1.375rem 2.1875rem;
  border-radius: 6.25rem;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: 500;
  color: #000;
  border: none;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .subscribe-form-item input {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.subscribe-form-item input::placeholder {
  font-weight: 500;
  color: #000;
}
.subscribe-social-list {
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 480px) {
  .subscribe-social-list {
    margin: 1.875rem 0 0;
  }
}
.subscribe-social-list ul {
  display: flex;
  align-items: center;
}
.subscribe-social-list ul li {
  margin-left: 1.1875rem;
}
.subscribe-social-list ul li a {
  display: block;
}
.subscribe-social-list ul li a img {
  display: block;
}

.footer {
  padding: 5rem 0;
  background-color: #fff !important;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 2.5rem calc(2rem + 7.5px) 15rem;
  }
}

.footer-box {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 2.5rem 0;
  border-bottom: 2px solid #F7F7F7;
}
@media screen and (max-width: 991px) {
  .footer-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer-box {
    grid-template-columns: 1fr;
  }
}

.footer-info-col {
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 991px) {
  .footer-info-col {
    grid-row-end: 1;
    grid-column: -1/1;
  }
}

.footer-logo {
  margin-bottom: 2.5rem;
}
.footer-logo img {
  display: block;
  width: 8.75rem;
}

.footer-description {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
}

.footer-contacts {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .footer-contacts {
    margin-top: 2.5rem;
  }
}
.footer-contacts ul li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
.footer-contacts ul li:last-child {
  margin-bottom: 0;
}
.footer-contacts ul li a {
  text-decoration: none;
  color: #000000;
}

.footer-menu__title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 134.9%;
  margin-bottom: 2.5rem;
}
.footer-menu__list li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8rem;
  margin-bottom: 1.25rem;
}
.footer-menu__list li:last-child {
  margin-bottom: 0;
}
.footer-menu__list li a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8rem;
  color: #000;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.5rem;
}
.footer-menu__list li a.current {
  border-color: #1121B1;
  color: #1121B1;
}

.footer-region-box {
  padding: 2.5rem 0;
  border-bottom: 2px solid #F7F7F7;
}
@media (max-width: 1340px) {
  .footer-region-box {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-region-box {
    margin: 0;
  }
}

.region-item {
  display: flex;
}
.region-item__wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.region-item__icon img {
  display: block;
}
.region-item__lang {
  padding-left: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 134.9%;
  color: #000000;
}
.region-item__list {
  display: none;
  position: absolute;
  top: 0.3125rem;
  padding-top: 1.25rem;
  right: 0;
  text-align: right;
}
.region-item__wrapper:hover .region-item__list {
  display: block;
}
.region-item__list ul li {
  padding: 5px 0;
}
.region-item__list ul li a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 134.9%;
  color: #000000;
  text-decoration: none;
}

.footer-links-box {
  padding: 2.5rem 0;
}
.footer-links-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer-links-list {
    flex-wrap: wrap;
  }
}
.footer-links-list li {
  margin-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .footer-links-list li {
    flex: 0 0 50%;
    margin-right: 0;
    padding-right: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-links-list li {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .footer-links-list li:last-child {
    margin-bottom: 0;
  }
}
.footer-links-list li:last-child {
  margin-right: 0;
}
.footer-links-list li a {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #000;
}
.footer-links-list li.active a {
  border-bottom-color: #1121B1;
  color: #1121B1;
}

.hamburger {
  padding: 0;
}

/*# sourceMappingURL=screen.css.map */
