*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.is-no-scroll {
  overflow: hidden;
}

body {
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  min-height: 100vh;
  font-family: "Scada", sans-serif;
  overflow-x: hidden !important;
  color: #6F7074;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

input, button {
  font-family: "Scada", sans-serif;
  outline: none;
  border: none;
  background-color: transparent;
}

.container {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1184px;
}
.container.is-fluid {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: initial;
}

.container > .line {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.line:not(.is-desktop):not(.is-column) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .line.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.line.is-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line.is-center-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line.is-between-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.line.is-center-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line.is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.line > .col {
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.line > .col.is-1 {
  padding: 0 16px;
  min-width: 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
.line > .col.is-2 {
  padding: 0 16px;
  min-width: 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.line > .col.is-3 {
  padding: 0 16px;
  min-width: 25%;
  width: 25%;
  max-width: 25%;
}
.line > .col.is-4 {
  padding: 0 16px;
  min-width: 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.line > .col.is-5 {
  padding: 0 16px;
  min-width: 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}
.line > .col.is-6 {
  padding: 0 16px;
  min-width: 50%;
  width: 50%;
  max-width: 50%;
}
.line > .col.is-7 {
  padding: 0 16px;
  min-width: 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}
.line > .col.is-8 {
  padding: 0 16px;
  min-width: 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.line > .col.is-9 {
  padding: 0 16px;
  min-width: 75%;
  width: 75%;
  max-width: 75%;
}
.line > .col.is-10 {
  padding: 0 16px;
  min-width: 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.line > .col.is-11 {
  padding: 0 16px;
  min-width: 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}
.line > .col.is-12 {
  padding: 0 16px;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1344px) {
  .line > .col.is-1-lx {
    padding: 0 16px;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .line > .col.is-2-lx {
    padding: 0 16px;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .line > .col.is-3-lx {
    padding: 0 16px;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
  }
  .line > .col.is-4-lx {
    padding: 0 16px;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .line > .col.is-5-lx {
    padding: 0 16px;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .line > .col.is-6-lx {
    padding: 0 16px;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .line > .col.is-7-lx {
    padding: 0 16px;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .line > .col.is-8-lx {
    padding: 0 16px;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .line > .col.is-9-lx {
    padding: 0 16px;
    min-width: 75%;
    width: 75%;
    max-width: 75%;
  }
  .line > .col.is-10-lx {
    padding: 0 16px;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .line > .col.is-11-lx {
    padding: 0 16px;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .line > .col.is-12-lx {
    padding: 0 16px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1152px) {
  .line > .col.is-1-lg {
    padding: 0 16px;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .line > .col.is-2-lg {
    padding: 0 16px;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .line > .col.is-3-lg {
    padding: 0 16px;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
  }
  .line > .col.is-4-lg {
    padding: 0 16px;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .line > .col.is-5-lg {
    padding: 0 16px;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .line > .col.is-6-lg {
    padding: 0 16px;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .line > .col.is-7-lg {
    padding: 0 16px;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .line > .col.is-8-lg {
    padding: 0 16px;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .line > .col.is-9-lg {
    padding: 0 16px;
    min-width: 75%;
    width: 75%;
    max-width: 75%;
  }
  .line > .col.is-10-lg {
    padding: 0 16px;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .line > .col.is-11-lg {
    padding: 0 16px;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .line > .col.is-12-lg {
    padding: 0 16px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .line > .col.is-1-md {
    padding: 0 16px;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .line > .col.is-2-md {
    padding: 0 16px;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .line > .col.is-3-md {
    padding: 0 16px;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
  }
  .line > .col.is-4-md {
    padding: 0 16px;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .line > .col.is-5-md {
    padding: 0 16px;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .line > .col.is-6-md {
    padding: 0 16px;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .line > .col.is-7-md {
    padding: 0 16px;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .line > .col.is-8-md {
    padding: 0 16px;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .line > .col.is-9-md {
    padding: 0 16px;
    min-width: 75%;
    width: 75%;
    max-width: 75%;
  }
  .line > .col.is-10-md {
    padding: 0 16px;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .line > .col.is-11-md {
    padding: 0 16px;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .line > .col.is-12-md {
    padding: 0 16px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .line > .col.is-1-sm {
    padding: 0 16px;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .line > .col.is-2-sm {
    padding: 0 16px;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .line > .col.is-3-sm {
    padding: 0 16px;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
  }
  .line > .col.is-4-sm {
    padding: 0 16px;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .line > .col.is-5-sm {
    padding: 0 16px;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .line > .col.is-6-sm {
    padding: 0 16px;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .line > .col.is-7-sm {
    padding: 0 16px;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .line > .col.is-8-sm {
    padding: 0 16px;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .line > .col.is-9-sm {
    padding: 0 16px;
    min-width: 75%;
    width: 75%;
    max-width: 75%;
  }
  .line > .col.is-10-sm {
    padding: 0 16px;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .line > .col.is-11-sm {
    padding: 0 16px;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .line > .col.is-12-sm {
    padding: 0 16px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .line > .col.is-1-sx {
    padding: 0 16px;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .line > .col.is-2-sx {
    padding: 0 16px;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .line > .col.is-3-sx {
    padding: 0 16px;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
  }
  .line > .col.is-4-sx {
    padding: 0 16px;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .line > .col.is-5-sx {
    padding: 0 16px;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .line > .col.is-6-sx {
    padding: 0 16px;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .line > .col.is-7-sx {
    padding: 0 16px;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .line > .col.is-8-sx {
    padding: 0 16px;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .line > .col.is-9-sx {
    padding: 0 16px;
    min-width: 75%;
    width: 75%;
    max-width: 75%;
  }
  .line > .col.is-10-sx {
    padding: 0 16px;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .line > .col.is-11-sx {
    padding: 0 16px;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .line > .col.is-12-sx {
    padding: 0 16px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .header .logo {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header .logo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .logo img {
  max-width: 9.4rem;
}
.header .logo p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  max-width: 14.5rem;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6rem;
}
@media screen and (max-width: 991px) {
  .header .menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 0rem;
    padding: 16rem 3rem 5rem;
  }
  .header .menu.is-show {
    display: block;
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .header .menu__item a {
    display: block;
  }
}
.header .menu__item.is-call {
  outline: 0.1rem solid #006FF9;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
.header .menu__item + .menu__item {
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .header .menu__item + .menu__item {
    margin: 0;
    margin-left: 3rem;
  }
}
.header .call {
  margin-left: auto;
  background-color: #fff;
  padding: 0.9rem 2.4rem;
  border-radius: 0.4rem;
  color: #3C4045;
}
@media screen and (max-width: 991px) {
  .header .call {
    margin-top: 3rem;
    padding: 0;
  }
}

.promo-banner {
  position: relative;
  padding-top: 16.4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .promo-banner {
    padding-bottom: 16.4rem;
  }
  .promo-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/img/promobg.png") no-repeat right bottom/38% 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.promo-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .promo-banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .promo-banner__content {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .promo-banner__content p {
    text-align: justify;
  }
}
.promo-banner__content h1 {
  margin: 0;
  padding: 0;
  font-family: "Scada", sans-serif;
  font-size: 4.4rem;
  line-height: initial;
  letter-spacing: -0.01em;
  color: #3C4045;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
  .promo-banner__content h1 {
    font-size: 4.4rem;
    line-height: initial;
  }
}
.promo-banner__content p + p {
  margin-top: 2.4rem;
}
.promo-banner__content .btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.2rem 2rem;
  background-color: #006FF9;
  color: white;
  text-decoration: none;
  border-radius: 0.4rem;
  margin-top: 2.4rem;
}
.promo-banner__content .social {
  margin-top: 1.6rem;
}
@media screen and (max-width: 991px) {
  .promo-banner__slider {
    margin-bottom: 4rem;
  }
}

.partner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .partner {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }
  .partner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/img/partnerbg.png") no-repeat right top/20%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.partner__header {
  text-align: center;
  margin-bottom: 4.8rem;
}
.partner__header h2 {
  margin: 0;
  padding: 0;
  font-family: "Scada", sans-serif;
  font-size: 3.6rem;
  line-height: initial;
  letter-spacing: -0.01em;
  color: #3C4045;
}
@media screen and (min-width: 992px) {
  .partner__header h2 {
    font-size: 3.6rem;
    line-height: initial;
  }
}
.partner__header p {
  margin-top: 1.6rem;
}
.partner__list {
  margin: -1.6rem;
}
.partner__list .col {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.partner__list .col:nth-child(3n+2) .partnerCard {
  background-color: #006FF9;
}
.partner__list .col:nth-child(3n+2) .partnerCard a {
  color: white;
}
.partner__list .col:nth-child(3n+2) .partnerCard path {
  fill: white;
}

.callUs {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .callUs {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.callUs__header {
  text-align: center;
  margin-bottom: 4.8rem;
}
.callUs__header h2 {
  margin: 0;
  padding: 0;
  font-family: "Scada", sans-serif;
  font-size: 3.6rem;
  line-height: initial;
  letter-spacing: -0.01em;
  color: #3C4045;
}
@media screen and (min-width: 992px) {
  .callUs__header h2 {
    font-size: 3.6rem;
    line-height: initial;
  }
}
.callUs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .callUs__img, .callUs__content {
    padding: 0 16px;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .callUs__content {
    margin-top: 4rem;
  }
}
.callUs__content .text {
  max-width: 45rem;
}
.callUs__content .text p {
  color: #006FF9;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.callUs__content .text h3 {
  margin: 0;
  padding: 0;
  font-family: "Scada", sans-serif;
  font-size: 2.6rem;
  line-height: initial;
  letter-spacing: -0.01em;
  color: #3C4045;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .callUs__content .text h3 {
    font-size: 2.6rem;
    line-height: initial;
  }
}
.callUs__content .text li + li {
  margin-top: 1.6rem;
}

.map {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 992px) {
  .map {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
}

.benefit {
  position: relative;
  margin-bottom: -12rem;
}
.benefit__wrap {
  text-align: center;
  padding: 2rem;
  background: url("/img/benefitsBg.png") no-repeat 0 0/100%;
  background-color: #006FF9;
  border-radius: 1rem;
}
@media screen and (min-width: 992px) {
  .benefit__wrap {
    padding: 4rem 8rem;
  }
}
.benefit__wrap h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: white;
}
.benefit__wrap a {
  display: inline-block;
  margin-top: 8rem;
  background-color: #fff;
  padding: 0.9rem 2.4rem;
  border-radius: 0.4rem;
  color: #3C4045;
}
.benefit__wrap a svg {
  margin-left: 0.8rem;
}

.footer {
  background: url("/img/footerBg.png") no-repeat bottom right/auto;
  padding-top: 24rem;
  padding-bottom: 11rem;
  background-color: #212529;
  color: white;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10rem;
  border-bottom: 0.1rem solid #3C4045;
}
@media screen and (min-width: 992px) {
  .footer__item {
    padding: 0 16px;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .footer__item + .footer__item {
    margin-top: 4rem;
  }
}
.footer__logo {
  max-width: 9rem;
}
.footer .social {
  margin-top: 1.6rem;
}
.footer h2 {
  border-bottom: 0.1rem solid #3C4045;
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
}
.footer .list {
  color: #FAFAFA;
}
.footer .list li + li {
  margin-top: 1.6rem;
}

main.is-show:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.8);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social li {
  width: 2.4rem;
}
.social li + li {
  margin-left: 0.8rem;
}

.splide__arrow {
  background: transparent !important;
  width: 2rem !important;
}
@media screen and (min-width: 992px) {
  .splide__arrow--prev {
    left: -4rem !important;
  }
}
.splide__arrow--next {
  -webkit-transform: rotate(180deg) translateY(1.5rem) !important;
          transform: rotate(180deg) translateY(1.5rem) !important;
}
@media screen and (min-width: 992px) {
  .splide__arrow--next {
    right: -4rem !important;
  }
}
.splide__slide, .splide__slide img {
  border-radius: 35px;
  overflow: hidden;
}

.burger {
  width: 3rem;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger span {
  display: block;
  height: 0.3rem;
  width: 100%;
  background-color: black;
  border-radius: 0.4rem;
}
.burger span + span {
  margin-top: 0.8rem;
}
.burger.is-show span:first-child {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
  margin: 0;
}
.burger.is-show span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.burger.is-show span:last-child {
  visibility: hidden;
}

.partnerCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0.1rem solid rgba(111, 112, 116, 0.4);
  border-radius: 0.4rem;
  padding: 3rem;
  background-color: #fff;
  cursor: pointer;
  min-width: 25rem;
  height: 100%;
}
.partnerCard img {
  margin: 0 auto;
  max-width: 20rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.partnerCard a {
  color: #006FF9;
}
.partnerCard a svg {
  margin-left: 0.8rem;
}

.sendForm {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sendForm {
    bottom: 1rem;
    right: 1rem;
  }
}
.sendForm.is-show form {
  display: block;
}
.sendForm__message {
  margin-bottom: 2rem;
}
.sendForm__close {
  display: none;
}
@media screen and (max-width: 991px) {
  .sendForm__close {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 4rem;
    z-index: 100;
  }
}
.sendForm form {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 2.2rem);
  background-color: #fff;
  border: 0.8rem solid #006FF9;
  z-index: 99999;
  padding: 4rem;
  border-radius: 0.4rem;
  width: 1000000px;
  max-width: 37.7rem;
}
@media screen and (max-width: 991px) {
  .sendForm form {
    max-width: initial;
    padding: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 6rem;
  }
}
.sendForm form input + input {
  margin-top: 2.4rem;
}
.sendForm form input,
.sendForm form textarea {
  border: none;
  background-color: #F2F6FA;
  width: 100%;
  padding: 2.4rem;
  border-radius: 0.4rem;
  outline: none;
}
@media screen and (max-width: 991px) {
  .sendForm form input,
  .sendForm form textarea {
    padding: 1.6rem;
  }
}
.sendForm form textarea {
  margin-top: 2.4rem;
}
.sendForm form button {
  color: white;
  background-color: #006FF9;
  padding: 2.4rem;
  width: 100%;
  margin-top: 4rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
}
.sendForm__agree {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1.6rem;
  cursor: pointer;
}
.sendForm__agree input {
  width: initial !important;
  position: relative;
  margin-right: 0.8rem;
}
.sendForm__agree a {
  text-decoration: underline;
}
.sendForm__button {
  width: 9.1rem;
  height: 9.1rem;
  background-color: #006FF9;
  border-radius: 50%;
  cursor: pointer;
  padding: 2rem;
  outline: 0.2rem solid white;
}