.pricing-box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-box {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  flex: 1;
  padding: 0 30px 30px;
  margin: 2%;
  min-width: 250px;
  max-width: 350px;
  height: 100%;
}
.pricing-box h5 {
  text-transform: uppercase;
  font-size: 20px;
}
.pricing-box h5 span {
  text-transform: uppercase;
  font-size: 13px;
}
.price {
  margin: 10px 0;
  font-size: 36px;
  font-weight: 900;
}
.price sub,
.price sup {
  font-size: 16px;
  font-weight: 100;
}
.features-list {
  padding: 0;
  list-style-type: none;
}
.features-list li {
  font-weight: 100;
  padding: 12px 0;
  font-weight: 100;
}
.features-list li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.features-list li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-primary {
  border-radius: 5px;
  border: none;
  background-color: #002748;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  font-weight: 600;
}
.featured {
  background-color: #ebebeb;
}
.btn-primary:hover {
  box-shadow: rgba(105, 192, 172, 0.5) 0 10px 25px 0;
}
* {
  box-sizing: border-box;
  outline: none;
}
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: poppins, sans-serif;
}
header,
nav,
aside,
section,
article,
footer {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
  display: block;
}
nav,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main {
  margin: 30px 0 40px;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h1,
h2,
h3 {
  margin: 0 0 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
fieldset {
  background: #fff;
  border: 0;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
fieldset:not(:first-of-type) {
  display: none;
}
.card {
  z-index: 0;
  border: none;
  position: relative;
}
.fs-title {
  font-size: 25px;
  color: #002748;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: left;
}
.fs-title-dark {
  font-size: 25px;
  color: #3b3b3b;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: left;
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: right;
}
#progressbar {
  margin: 25px 0 30px;
  overflow: hidden;
  color: lightgrey;
  bakcground-color: #fff;
}
#progressbar .active {
  color: #002748;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33.33%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}
#progressbar #store:before {
  font-family: FontAwesome;
  content: "\f54e";
}
#progressbar #webapp:before {
  font-family: FontAwesome;
  content: "\f10b";
}
#progressbar #access:before {
  font-family: FontAwesome;
  content: "\f007";
}
#progressbar #pricing:before {
  font-family: FontAwesome;
  content: "\f46c";
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: #d3d3d3;
  border-radius: 50%;
  margin: 0 auto 10px;
  padding: 2px;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #002748;
}
.progress {
  height: 20px;
}
.progress-bar {
  background-color: #002748;
}
.fit-image {
  width: 100%;
  object-fit: cover;
}
.previous-link {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
}
form {
  margin: 0;
  padding: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  box-shadow: none !important;
}
button,
input[type="submit"] {
  outline: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
input::-webkit-input-placeholder {
  color: #002748;
  font-size: 1.2307692308rem;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #002748;
  font-size: 1.2307692308rem;
  font-weight: 400;
}
:-moz-placeholder {
  opacity: 1;
  color: #002748;
  font-size: 1.2307692308rem;
  font-weight: 400;
}
::-moz-placeholder {
  opacity: 1;
  color: #002748;
  font-size: 1.2307692308rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  input:-ms-input-placeholder {
    font-size: 1rem;
  }
  :-moz-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
html,
body {
  width: 100%;
  background-color: #fff;
}
body {
  min-width: 24.6153846154rem;
  overflow-y: scroll;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container {
  width: 100%;
  max-width: 76.9230769231rem;
  padding: 0 1.5384615385rem;
  margin: 0 auto;
}
.message {
  font-size: 1rem;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  text-align: left;
  font-weight: 700;
  display: none;
}
@media screen and (max-width: 767px) {
  .message {
    font-size: 0.8rem;
    bottom: 0;
  }
}
.message-error {
  display: block;
  color: #ff8d8d;
}
.message-success {
  display: block;
  color: #002748;
}
.help-block.invalid-feedback {
  color: red;
}
@media screen and (max-width: 767px) {
  .help-block.invalid-feedback {
    font-size: 0.8rem;
    bottom: 0;
  }
}
.blank {
  width: 100%;
  max-width: 36.9230769231rem;
  text-align: center;
  background-color: #ebebeb;
  padding: 1.5384615385rem;
  margin: 0 auto;
}
.blank-title {
  color: #002748;
  font-size: 1.3076923077rem;
  font-weight: 700;
  margin-bottom: 1.5384615385rem;
}
.link {
  color: #002748;
}
.title {
  font-family: kitten_swashregular, sans-serif;
  line-height: 1;
}
.clr-primary {
  color: #002748;
}
.clr-secondary {
  color: #002748;
}
.clr-white {
  color: #fff;
}
.chat-icon {
  position: fixed;
  bottom: 16px;
  right: 16px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #002748;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-icon:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}
.chat-icon img {
  width: 70%;
}
html {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #002748;
}
body {
  font-size: 1rem;
}
p {
  font-size: 1rem;
  margin: 0 0 1.3538461538rem;
}
.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.8923076923rem 1.4230769231rem;
  color: #fff;
  cursor: pointer;
  font-family: avenirnextltpro-regular, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}
.btn.btn-secondary {
  background: #002748;
  border-color: #002748;
}
.btn.btn-primary {
  background: #002748;
  border-color: #002748;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #002748;
}
.btn-lg {
  font-size: 1.4615384615rem;
  font-weight: 700;
}
.btn-md {
  min-width: auto;
  font-size: 0.4692307692rem;
  font-weight: 700;
  padding: 0.3846153846rem 0.1538461538rem;
}
.title-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bg-letter-transparent {
  position: relative;
}
.bg-letter-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.1;
  background-image: url(/dist/vue-app/images/bg-letter-w.png?59b285ad587ec57a5f67808ac7eb2204);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.row {
  margin-bottom: 1.9230769231rem;
}
.row:last-child {
  margin-bottom: 0;
}
.row-title {
  font-size: 1.1538461538rem;
  padding-bottom: 0.3846153846rem;
  margin: 0;
  font-weight: 700;
}
.row-txt {
  font-size: 0.9230769231rem;
  margin: 0;
}
.row p {
  margin: 0;
}
.row .img-box {
  width: 3.4615384615rem;
  height: 3.4615384615rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .row .img-box {
    width: 2.6923076923rem;
    height: 2.6923076923rem;
  }
}
.row .img-box img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.row .img-box.vrt img {
  height: 100%;
}
.column-box {
  display: -webkit-box;
  display: flex;
  margin: 0 -0.3846153846rem;
}
@media screen and (max-width: 767px) {
  .column-box {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.column {
  font-family: avenirnextltpro-regular, sans-serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  padding: 0 0.3846153846rem;
}
@media screen and (max-width: 767px) {
  .column {
    width: 11.5384615385rem;
    margin-bottom: 0.4692307692rem;
  }
}
.column-txt {
  color: #002748;
}
.column-txt .column-title {
  font-size: 1.0769230769rem;
  padding-bottom: 0.3846153846rem;
  margin: 0;
  font-weight: 700;
  color: #002748;
}
.column-txt p {
  font-size: 0.9230769231rem;
  margin: 0;
}
.column p {
  margin: 0;
}
.column .img-box {
  width: 3.4615384615rem;
  height: 3.4615384615rem;
  margin-bottom: 1.5384615385rem;
}
@media screen and (max-width: 1024px) {
  .column .img-box {
    width: 2.6923076923rem;
    height: 2.6923076923rem;
    margin-bottom: 0.4692307692rem;
  }
}
.column .img-box img {
  height: 100%;
}
.bg-main-clr {
  background: #002748;
}
.bg-main-clr .row-title {
  color: #002748;
}
.bg-main-clr .row-txt {
  color: #fff;
}
.bg-second-clr {
  background: #002748;
}
.banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 700px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/dist/vue-app/images/banner.png?35ce91e19a62c561a303ad31db744b11);
}
@media screen and (max-width: 1366px) {
  .banner {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    min-height: calc(100vh - 80px);
  }
}
.banner .container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .banner .container {
    min-height: calc(100vh - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
  }
}
.banner-col-box {
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: flex;
  width: calc(100% - 250px);
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .banner-col-box {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 1;
    flex: 1;
  }
}
.banner-list-box {
  width: 250px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .banner-list-box {
    width: 100%;
  }
}
.banner-list-box .img-box {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .banner-list-box .img-box {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1366px) {
  .banner-list-box .img-box {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .banner-list-box .img-box {
    width: 45px;
    height: 45px;
  }
}
.banner-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .banner-item {
    width: 120px;
  }
}
.banner-item p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #002748;
}
@media screen and (max-width: 767px) {
  .banner-item p {
    font-size: 12px;
  }
}
.banner-item p span {
  color: #002748;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .banner-item p span {
    display: block;
  }
}
.banner-list-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .banner-list-inner {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.banner-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.banner-col:nth-child(2) {
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: -30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner-col:nth-child(2) {
    margin-right: 0;
  }
}
.banner-col .phone-wrap {
  width: 240px;
  margin-bottom: -22px;
}
@media screen and (max-width: 1366px) {
  .banner-col .phone-wrap {
    width: 180px;
    margin-bottom: -16px;
  }
}
@media screen and (max-width: 767px) {
  .banner-col .phone-wrap {
    width: 135px;
    margin-bottom: -12px;
  }
}
@media screen and (max-width: 600px) {
  .banner-col .phone-wrap {
    width: 100px;
    margin-bottom: -10px;
  }
}
.banner .title-box {
  width: 300px;
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .banner .title-box {
    width: 250px;
    margin-left: -17px;
  }
}
@media screen and (max-width: 600px) {
  .banner .title-box {
    width: 180px;
    margin-left: -12px;
  }
}
.banner .blank {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  background: #002748;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  height: 60px;
  width: 220px;
  margin: 0;
  max-width: inherit;
  text-decoration: none;
  text-align: left;
}
.banner .blank .demo-page {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .banner .blank {
    width: 200px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .banner .blank {
    width: 150px;
    height: 45px;
  }
}
.banner .blank .img-inner {
  background: #fff;
  padding: 7px;
  border-radius: 10px;
  height: 100%;
  margin-right: 5px;
}
.banner .blank .img-inner img {
  width: auto;
  height: 100%;
}
.banner .blank p {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner .blank p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .banner .blank p {
    font-size: 12px;
  }
}
.section-txt {
  position: relative;
}
.section-txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url(/dist/vue-app/images/bg-letter.png?1588c05865be06541a6f6c52560351d2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-txt p {
  font-size: 16px;
  font-weight: 700;
  color: #002748;
  text-align: center;
}
.section-txt p:last-child {
  margin-bottom: 0;
}
.section-txt.with-banner {
  padding-top: 170px;
}
.section-txt.with-banner .title-box {
  width: 75%;
  max-width: 385px;
  margin: 0 auto;
}
.section-txt.with-banner:before {
  top: 125px;
  width: 100%;
  height: calc(100% - 125px);
}
.section-txt.with-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 125px;
  opacity: 0.5;
  background-image: url(/dist/vue-app/images/banner.png?35ce91e19a62c561a303ad31db744b11);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 85%;
}
.web-app {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .web-app .container {
    padding-top: 20px;
  }
}
.web-app .content-box {
  position: relative;
}
@media screen and (max-width: 600px) {
  .web-app .content-box {
    padding-bottom: 64vw;
  }
}
.web-app .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 65%;
  height: 100%;
  background-image: url(/dist/vue-app/images/bg-1.png?d9a005d47cc5a7c5262546b7dc23f356);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
@media screen and (max-width: 600px) {
  .web-app .content-box:before {
    width: 100%;
    top: inherit;
    bottom: 0;
    height: 64vw;
  }
}
.web-app .content-inner {
  width: 50%;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .web-app .content-inner {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .web-app .content-inner {
    width: 100%;
    padding-bottom: 0;
    z-index: 1;
    position: relative;
  }
}
.web-app .title-box {
  width: 300px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .web-app .title-box {
    width: 230px;
    margin-bottom: 15px;
  }
}
.web-app .devices-info {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .web-app .devices-info {
    margin-top: 20px;
  }
}
.web-app .devices-info .img-box {
  width: 100px;
  flex-shrink: 0;
}
.web-app .devices-info .txt-wrap {
  width: 60%;
  padding-left: 15px;
  margin-left: 20px;
  border-left: 1px solid #002748;
}
@media screen and (max-width: 600px) {
  .web-app .devices-info .txt-wrap {
    width: 100%;
  }
}
.web-app .devices-info .txt-wrap p {
  font-size: 11px;
  font-weight: 400;
  color: #002748;
  margin: 0;
}
.web-app p {
  font-size: 15px;
  font-weight: 400;
  color: #002748;
}
.web-app .btn {
  margin-top: 30px;
}
.web-app.with-img {
  background-color: #002748;
  padding-bottom: 0;
}
.web-app.with-img .content-inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .web-app.with-img .content-inner {
    padding-bottom: 0;
  }
}
.web-app.with-img .content-box:before {
  background-image: url(/dist/vue-app/images/bg-2.png?0777953e780c3ed87b8602c6431089e5);
}
.web-app.with-img p {
  color: #fff;
}
.b-order,
.b-communication,
.b-payment,
.b-reservation {
  color: #002748;
}
.b-order .container,
.b-communication .container,
.b-payment .container,
.b-reservation .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .b-order .container,
  .b-communication .container,
  .b-payment .container,
  .b-reservation .container {
    flex-wrap: wrap;
  }
}
.b-order .title-box,
.b-communication .title-box,
.b-payment .title-box,
.b-reservation .title-box {
  margin: 0 auto 2.3076923077rem;
  width: 75%;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .b-order .title-box,
  .b-communication .title-box,
  .b-payment .title-box,
  .b-reservation .title-box {
    margin: 0 auto 1.5384615385rem;
  }
}
@media screen and (max-width: 1024px) {
  .b-order .content-inner,
  .b-communication .content-inner,
  .b-payment .content-inner,
  .b-reservation .content-inner {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 1.9230769231rem;
  }
}
@media screen and (max-width: 1024px) {
  .b-order .card,
  .b-communication .card,
  .b-payment .card,
  .b-reservation .card {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.b-order .card {
  width: 47%;
}
.b-order .content-inner {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .b-order .content-inner {
    width: 100%;
  }
}
.b-order .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.b-order .row-txt {
  width: calc(100% - 45px);
  padding-left: 15px;
}
.b-communication .card {
  width: 30%;
}
.b-communication .content-inner {
  width: 59%;
}
@media screen and (max-width: 1024px) {
  .b-communication .content-inner {
    width: 100%;
  }
}
.b-payment .container {
  padding-top: 40px;
}
.b-payment .card {
  width: 37%;
}
.b-payment .content-inner {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .b-payment .content-inner {
    width: 100%;
  }
}
.b-payment .column-txt {
  color: #fff;
}
.b-payment .column-txt .column-title {
  color: #002748;
}
.b-payment:after {
  background-image: url(/dist/vue-app/images/bg-people.jpg?655ecfd5d06bc41141f8f23e6bc54675);
}
.b-reservation {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 1024px) {
  .b-reservation {
    padding-bottom: 120px;
  }
}
.b-reservation .card {
  width: 47%;
}
.b-reservation .content-inner {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .b-reservation .content-inner {
    width: 100%;
  }
}
.b-reservation:after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  background-image: url(/dist/vue-app/images/bg-letter.png?1588c05865be06541a6f6c52560351d2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .b-reservation:after {
    height: 100px;
  }
}
.b-logo-letter {
  height: 250px;
}
@media screen and (max-width: 1024px) {
  .b-logo-letter {
    height: 150px;
  }
}
.b-logo-letter .container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.b-logo-letter .img-inner {
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .b-logo-letter .img-inner {
    width: 50px;
    height: 50px;
  }
}
.b-info {
  color: #002748;
}
.b-info .info-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.b-info .info-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-info .info-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b-info .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.b-info .info-item:nth-last-child(1),
.b-info .info-item:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-info .info-item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.b-info .b-left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 185px;
  height: 175px;
}
.b-info .b-left .img-box {
  height: 65%;
  position: relative;
  overflow: hidden;
}
.b-info .b-left .img-box .triangle {
  position: absolute;
  right: 0;
  top: 0;
}
.b-info .b-left .img-box .triangle:before,
.b-info .b-left .img-box .triangle:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.b-info .b-left .img-box .triangle:before {
  border-bottom: 25px solid #002748;
  border-right: 25px solid transparent;
}
.b-info .b-left .img-box .triangle:after {
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
}
.b-info .b-left .txt-box {
  height: 35%;
  background: #002748;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.b-info .b-right {
  background: #ebebeb;
  width: calc(100% - 185px);
  padding: 15px 10px;
}
@media screen and (max-width: 480px) {
  .b-info .b-right {
    width: 100%;
  }
}
.b-info img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.b-info p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.b-info h4 {
  font-family: inherit;
  color: #002748;
  font-size: 13px;
  text-transform: none;
}
.b-info .links-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.b-info .links-block a {
  color: #002748;
  font-size: 12px;
  margin-bottom: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.b-info .links-block a:hover {
  text-decoration: none;
}
.b-payment,
.with-img {
  position: relative;
  padding-top: 240px;
}
@media screen and (max-width: 1024px) {
  .b-payment,
  .with-img {
    padding-top: 170px;
  }
}
.b-payment:after,
.with-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .b-payment:after,
  .with-img:after {
    height: 170px;
  }
}
.with-img:after {
  background-image: url(/dist/vue-app/images/bg-hall.jpg?2bf7d75e81dd1854e743796be073a371);
}
.swal2-popup.info-links-popup {
  width: 50em;
}
.tarifs {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .tarifs {
    padding: 2.3076923077rem 0;
  }
}
.login {
  position: relative;
  background: #002748;
  min-height: 100vh;
  padding: 0;
}
.login .container {
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 95%;
  padding-top: 3.4615384615rem;
  padding-bottom: 3.4615384615rem;
}
@media screen and (max-width: 767px) {
  .login .container {
    padding-top: 2.3076923077rem;
    padding-bottom: 2.3076923077rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.login h1 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 4.8461538462rem;
}
@media screen and (max-width: 767px) {
  .login h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .login h1 {
    font-size: 2.6923076923rem;
  }
}
.login:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-image: url(/dist/vue-app/images/bg-2.png?0777953e780c3ed87b8602c6431089e5);
}
.login-box {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 1;
}
.contacts .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contacts .container {
    flex-wrap: wrap;
  }
}
.contacts-col {
  width: 57%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contacts-col {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-col {
    width: 100%;
  }
}
.contacts-col:last-child {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .contacts-col:last-child {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-col:last-child {
    width: 100%;
  }
}
.contacts-col:last-child .contacts-txt {
  margin-bottom: 2.3076923077rem;
}
.contacts .img-box {
  width: 100%;
  margin-bottom: 3.4615384615rem;
}
@media screen and (max-width: 767px) {
  .contacts .img-box {
    max-width: 30.4692307692rem;
    margin: 0 auto 1.9230769231rem;
  }
}
.contacts-txt {
  font-size: 1.3076923077rem;
  font-weight: 700;
  color: #002748;
  margin-bottom: 0;
}
.contacts-phone {
  font-size: 2.8461538462rem;
  color: #002748;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contacts-phone {
    font-size: 1.9230769231rem;
  }
}
.input-box,
.checkbox {
  padding-bottom: 1.5384615385rem;
}
.input-box {
  position: relative;
}
.input-box input {
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  font-size: 1.2307692308rem;
  font-weight: 400;
  color: #002748;
  padding: 0.9230769231rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .input-box input {
    font-size: 1.0769230769rem;
    padding: 0.4692307692rem;
  }
}
.input-box.error input {
  border-color: #ff8d8d;
  color: #ff8d8d;
}
.input-box.success input {
  border-color: #002748;
  color: #002748;
}
.checkbox {
  text-align: left;
  margin: 0.4692307692rem 0;
}
.checkbox [type="checkbox"] {
  display: none;
}
.checkbox [type="checkbox"]:checked ~ .checkbox-icon:after {
  display: block;
}
.checkbox-label {
  display: -webkit-box;
  display: flex;
  text-align: left;
  position: relative;
  padding-left: 2.3076923077rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5384615385rem;
  width: 1.5384615385rem;
  border-width: 1px;
  border-style: solid;
  border-color: #002748;
}
.checkbox-icon:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #002748;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox.error .checkbox-icon {
  border-color: #ff8d8d;
}
.checkbox.error .checkbox-icon:after {
  border-color: #ff8d8d;
}
.checkbox.success .checkbox-icon {
  border-color: #002748;
}
.checkbox.success .checkbox-icon:after {
  border-color: #002748;
}
.how-it-works .advantages-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto 4.6153846154rem;
  background-image: url(/dist/vue-app/images/circles.png?d543be1b81386d7461ddbe135cb51a72);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .how-it-works .advantages-list {
    max-width: 410px;
    margin-bottom: 3.0769230769rem;
  }
}
@media screen and (max-width: 480px) {
  .how-it-works .advantages-list {
    max-width: 280px;
  }
}
.how-it-works .advantages-list .circle {
  position: relative;
  width: 32%;
  height: 12.6923076923rem;
  padding: 6.1538461538rem 1.9230769231rem 1.9230769231rem;
  font-size: 1.1538461538rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-it-works .advantages-list .circle {
    width: 33%;
    font-size: 0.9230769231rem;
    padding: 6.5384615385rem 2.3076923077rem 1.9230769231rem;
  }
}
@media screen and (max-width: 480px) {
  .how-it-works .advantages-list .circle {
    width: 32%;
    height: 7.2307692308rem;
    padding: 3.4615384615rem 1.1538461538rem 0.4692307692rem;
    font-size: 0.6923076923rem;
  }
}
.how-it-works .working-process-list {
  max-width: 605px;
  margin: 0 auto 8.6153846154rem;
}
.how-it-works .working-process-list .step {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0.5384615385rem;
  padding-bottom: 0.5384615385rem;
  margin-bottom: 15px;
  line-height: 1.2;
  background: #f5f5f5;
}
.how-it-works .working-process-list .step:nth-of-type(odd) {
  padding-left: 5.7692307692rem;
  padding-right: 20px;
  border-right: 9px solid #002748;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list .step:nth-of-type(odd) {
    padding-left: 0.4692307692rem;
  }
}
.how-it-works .working-process-list .step:nth-of-type(even) {
  padding-left: 20px;
  padding-right: 5.7692307692rem;
  border-left: 9px solid #002748;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list .step:nth-of-type(even) {
    padding-right: 0.4692307692rem;
  }
  .how-it-works .working-process-list .step:nth-of-type(even) .dscr {
    padding-left: 10px;
  }
}
.how-it-works .working-process-list .step:nth-of-type(even) .number {
  left: auto;
  right: 20px;
  background: #002748;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list .step:nth-of-type(even) .number {
    right: 0;
  }
}
.how-it-works .working-process-list .step:nth-of-type(even) .number:after {
  border-top: 15px solid #002748;
}
.how-it-works .working-process-list .step:nth-of-type(1) .pic {
  width: 6.5384615385rem;
}
.how-it-works .working-process-list .step:nth-of-type(2) .pic,
.how-it-works .working-process-list .step:nth-of-type(6) .pic {
  width: 7.6923076923rem;
}
.how-it-works .working-process-list .step:nth-of-type(3) .pic {
  width: 5rem;
}
.how-it-works .working-process-list .step:nth-of-type(4) .pic {
  width: 6.5384615385rem;
}
.how-it-works .working-process-list .step:nth-of-type(5) .pic {
  width: 5rem;
}
.how-it-works .working-process-list .step:nth-of-type(5),
.how-it-works .working-process-list .step:nth-of-type(6) {
  padding-bottom: 0;
}
.how-it-works .working-process-list .number {
  position: absolute;
  top: 0;
  left: 20px;
  width: 4.2307692308rem;
  text-align: center;
  font-size: 2.6153846154rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0.4692307692rem;
  color: #fff;
  background: #002748;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list .number {
    width: 2.3076923077rem;
    left: 0;
    padding-top: 0.6153846154rem;
    font-size: 1.3846153846rem;
  }
}
.how-it-works .working-process-list .number:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border: 27px solid transparent;
  border-top: 20px solid #002748;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list .number:after {
    border-width: 15px;
  }
}
.how-it-works .working-process-list .dscr {
  padding: 1.1538461538rem 1.9230769231rem;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list .dscr {
    padding-right: 10px;
  }
}
.how-it-works .working-process-list p {
  font-size: 1.1538461538rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .how-it-works .working-process-list p {
    font-size: 0.9230769231rem;
  }
}
.how-it-works .working-process-list .pic {
  flex-shrink: 0;
}
.how-it-works .promise-section {
  margin-bottom: 1.5384615385rem;
}
.how-it-works .promise-section img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .how-it-works .promise-section img {
    max-width: 150px;
  }
}
.how-it-works .pluses-section {
  flex-shrink: 0;
  margin-bottom: 20rem;
  background: #002748;
}
.how-it-works .pluses-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .how-it-works .pluses-list {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
.how-it-works .pluses-list .item {
  text-align: center;
  font-size: 1.9230769231rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .how-it-works .pluses-list .item {
    width: 50%;
    margin-bottom: 20px;
    font-size: 1.2307692308rem;
  }
}
.how-it-works .pluses-list .plus {
  width: 4.2307692308rem;
  height: 4.2307692308rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  font-size: 3.2307692308rem;
  font-weight: 700;
  color: #002748;
}
@media screen and (max-width: 767px) {
  .how-it-works .pluses-list .plus {
    width: 3.0769230769rem;
    height: 3.0769230769rem;
    font-size: 2.3076923077rem;
  }
}
.tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 4.6153846154rem;
}
@media screen and (max-width: 1024px) {
  .tabs {
    margin-bottom: 2.3076923077rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs {
    flex-wrap: wrap;
  }
}
.tabs-links {
  background: #002748;
  width: 23.8461538462rem;
}
@media screen and (max-width: 1024px) {
  .tabs-links {
    width: 30%;
    min-width: 15.3846153846rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs-links {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow-x: auto;
    margin-bottom: 1.5384615385rem;
  }
}
.tabs-links-item {
  font-size: 1.3846153846rem;
  font-weight: 700;
  letter-spacing: 0.09px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
@media screen and (max-width: 1024px) {
  .tabs-links-item {
    font-size: 0.9230769231rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs-links-item {
    text-align: center;
  }
}
.tabs-links-item.active span,
.tabs-links-item:hover span {
  color: #002748;
}
.tabs-links-item span {
  display: block;
  padding: 1.3076923077rem;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tabs-links-item span {
    min-width: 13rem;
    padding: 1.9230769231rem 0.3846153846rem;
  }
}
.tabs-content {
  display: none;
  margin-left: 2.3076923077rem;
  width: calc(100% - 23.8461538462rem - 2.3076923077rem);
  border-top: 1px solid #e2e2e2;
}
.tabs-content.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .tabs-content {
    width: auto;
    -webkit-box-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .tabs-content {
    width: 100%;
    margin-left: 0;
  }
}
.tabs-content-item {
  border-bottom: 1px solid #e2e2e2;
}
.tabs-content-item.active .tabs-content-txt {
  display: block;
}
.tabs-content-item.active .i-opened:before {
  display: none;
}
.tabs-content-title,
.tabs-content-txt {
  padding: 1.5384615385rem 2.6923076923rem 1.5384615385rem 0;
  color: #002748;
}
.tabs-content-title {
  position: relative;
  cursor: pointer;
  font-size: 1.2307692308rem;
  font-weight: 700;
}
.tabs-content-title .i-opened {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
  width: 1.6923076923rem;
  height: 1.6923076923rem;
}
.tabs-content-title .i-opened:before,
.tabs-content-title .i-opened:after {
  content: "";
  display: block;
  position: absolute;
  background: #002748;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.tabs-content-title .i-opened:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tabs-content-txt {
  font-size: 0.9230769231rem;
  font-weight: 400;
  display: none;
}
.input-box,
.select-box,
.c-select-box,
.field-group .name {
  padding-bottom: 1.2384615385rem;
}
@media screen and (max-width: 767px) {
  .input-box,
  .select-box,
  .c-select-box,
  .field-group .name {
    padding-bottom: 1.1538461538rem;
  }
}
.select-box {
  position: relative;
}
.input-box {
  position: relative;
}
.input-box input {
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  font-size: 1.2307692308rem;
  font-weight: 400;
  color: #002748;
  padding: 0.9230769231rem;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .input-box input {
    font-size: 1.2rem;
    padding: 0.9692307692rem;
  }
}
.input-box.error input {
  border-color: #ff8d8d;
  color: #ff8d8d;
}
.input-box.success input {
  border-color: #002748;
  color: #002748;
}
.checkbox {
  text-align: left;
  position: relative;
  margin: 0.4692307692rem 0;
  min-height: 1.5384615385rem;
}
.checkbox [type="checkbox"] {
  display: none;
}
.checkbox [type="checkbox"]:checked ~ .checkbox-icon:after {
  display: block;
}
.checkbox-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  position: relative;
  padding-left: 2.3076923077rem;
  min-height: 1.5384615385rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5384615385rem;
  width: 1.5384615385rem;
  border-width: 1px;
  border-style: solid;
  border-color: #002748;
}
.checkbox-icon:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #002748;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox.error .checkbox-icon {
  border-color: #ff8d8d;
}
.checkbox.error .checkbox-icon:after {
  border-color: #ff8d8d;
}
.checkbox.success .checkbox-icon {
  border-color: #002748;
}
.checkbox.success .checkbox-icon:after {
  border-color: #002748;
}
.field-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 5px;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
.field-group .name {
  font-size: 1rem;
  line-height: 1;
  color: #002748;
  text-align: right;
  padding-right: 0.4692307692rem;
}
@media screen and (max-width: 767px) {
  .field-group .name {
    font-size: 0.9rem;
  }
}
.field-group .checkbox,
.field-group .input-box,
.field-group .select,
.field-group .select-box {
  width: 100%;
  flex-shrink: 0;
}
.field-group .input-box.cut-txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.field-group .input-box.cut-txt input {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .field-group .input-box.cut-txt input {
    width: 65%;
  }
}
.field-group .input-box.cut-txt .domain-name {
  width: 20%;
  padding-left: 0.4692307692rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .field-group .input-box.cut-txt .domain-name {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .field-group .input-box.cut-txt .domain-name {
    padding-left: 0.8846153846rem;
    font-size: 1rem;
  }
}
.field-group .checkbox {
  margin: 0;
}
.field-group.error .name {
  color: #ff8d8d;
}
.field-group.error input {
  border-color: #ff8d8d;
  color: #ff8d8d;
}
.field-group.success .name {
  color: #002748;
}
.field-group.success input {
  border-color: #002748;
  color: #002748;
}
.form-wrap {
  text-align: center;
}
/*.form-wrap .btn {
  margin-top: 0.5rem;
}*/
.select {
  background: #002748;
  font-size: 1.2307692308rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .select {
    font-size: 1rem;
  }
}
.select-current {
  position: relative;
  width: 100%;
  background: #ebebeb;
  font-size: 1.2307692308rem;
  font-weight: 400;
  color: #002748;
  padding: 0.9230769231rem 2.6923076923rem 0.9230769231rem 0.9230769231rem;
  border: 1px solid #bebebe;
}
@media screen and (max-width: 1024px) {
  .select-current {
    font-size: 1rem;
    padding: 0.4692307692rem 2.6923076923rem 0.4692307692rem 0.4692307692rem;
  }
}
.select-current:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.3846153846rem;
  top: 50%;
  margin-top: -0.6153846154rem;
  width: 1.2307692308rem;
  height: 1.2307692308rem;
}
.select-list {
  display: none;
  background-color: #ebebeb;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
}
.select-list li {
  padding: 0.9230769231rem 2.6923076923rem 0.9230769231rem 0.9230769231rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .select-list li {
    padding: 0.4692307692rem 2.6923076923rem 0.4692307692rem 0.4692307692rem;
  }
}
.select-list li.active,
.select-list li:hover {
  background: rgba(105, 192, 172, 0.8);
  color: #fff;
}
.select-list li:last-child {
  border-bottom: 0;
}
.select-list.active {
  display: block;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
.c-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ebebeb;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 15px;
  font-size: 1.2307692308rem;
  position: relative;
  padding: 0.9230769231rem 2.6923076923rem 0.9230769231rem 0.9230769231rem;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  color:4a0d4a;
}
@media screen and (max-width: 1024px) {
  .c-select {
    font-size: 1rem;
    padding: 0.9692307692rem 2.6923076923rem 0.9692307692rem 0.9692307692rem;
    background-position: calc(100% - 5px) 10px;
  }
}
.c-select-item {
  background-color: #ebebeb;
  border: none;
  padding: 0.9230769231rem 2.6923076923rem 0.9230769231rem 0.9230769231rem;
}
@media screen and (max-width: 767px) {
  .c-select-item {
    padding: 0.9692307692rem 2.6923076923rem 0.9692307692rem 0.9692307692rem;
  }
}
.c-select-item:checked {
  background: rgba(105, 192, 172, 0.8) !important;
  color: #fff !important;
}
ul.store-choice li {
  display: inline;
}
ul.store-choice li img {
  width: 126px;
  height: 126px;
  border: 2px solid #fff;
  cursor: pointer;
}
ul.store-choice li img:hover {
  border: 3px solid #002748;
  border-radius: 6px;
}
ul.store-choice li img.hover {
  border: 3px solid #002748;
  border-radius: 6px;
}
.small {
  margin: 0;
}
.text-alert {
  color: red;
}
#your-store-mobile {
  display: none;
}
#your-store-desktop {
  display: block;
}
#your-access-mobile {
  display: none;
}
#your-access-desktop {
  display: block;
}
@media screen and (max-width: 680px) {
  .stepsdisplay {
    display: none;
  }
  .field-group {
    width: 100%;
  }
  h4 {
    font-size: 17px;
  }
  ul.store-choice li {
    margin-bottom: 15px;
  }
  ul.store-choice li img {
    width: 94px;
    height: 94px;
    border: 2px solid #fff;
    cursor: pointer;
  }
  #your-store-mobile {
    display: block;
  }
  #your-store-desktop {
    display: none;
  }
  #your-access-mobile {
    display: block;
  }
  #your-access-desktop {
    display: none;
  }
}
.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.toggler {
  color: #575757;
  transition: 0.2s;
  font-weight: 700;
}
.toggler--is-active {
  color: #002748;
}
.b {
  display: block;
}
.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #002748;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}
.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hide {
  display: none;
}
.featured-li {
  font-size: 16px;
}
.error-message {
  color: red;
}
.has-error > input {
  border: 1px solid red;
}
