/* 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;
}

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;
}

input, select {
  vertical-align: middle;
  outline: none;
}

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

* {
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

html {
  font-family: 'DIN Pro';
  font-size: 16px;
}

@media (max-width: 1890px) {
  html {
    font-size: 15px;
  }
}

@media (max-height: 1070px) {
  html {
    font-size: 15px;
  }
}

@media (max-height: 980px) {
  html {
    font-size: 14px;
  }
}

@media (max-height: 920px) {
  html {
    font-size: 13px;
  }
}

@media (max-height: 850px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1720px) {
  html {
    font-size: 12px;
  }
}

@media (max-height: 790px) {
  html {
    font-size: 11px;
  }
}

@media (max-height: 720px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1430px) {
  html {
    font-size: 10px;
  }
}

@media (max-height: 655px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1190px) {
  html {
    font-size: 8px;
  }
}

@media (max-height: 590px) {
  html {
    font-size: 8px;
  }
}

@media (max-height: 530px) {
  html {
    font-size: 7px;
  }
}

@media (max-height: 460px) {
  html {
    font-size: 6px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 116.875rem;
  padding: 0 2.8125rem;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .container {
    padding: 0 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding: 0 0.9375rem;
  }
}

@media (min-width: 768px) {
  .mob-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desk-visible {
    display: none !important;
  }
}

input {
  font-family: 'DIN Pro';
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.01em;
  color: #34373C;
  border: none;
  background: none;
  border-bottom: 0.0625rem solid #34373C;
  height: 2.5rem;
  width: 100%;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #CDCDCD;
  opacity: 1;
}

input::-moz-placeholder {
  color: #CDCDCD;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #CDCDCD;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #CDCDCD;
  opacity: 1;
}

input::placeholder {
  color: #CDCDCD;
  opacity: 1;
}

.currency {
  font-family: 'Roboto', sans-serif;
  line-height: inherit;
  padding-top: 0.125rem;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 4.8125rem;
  padding: 0 1.25rem;
  background: #34373C;
  border-radius: 0.9375rem;
  cursor: pointer;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .btn {
    height: 4.0625rem;
    font-size: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  .btn {
    font-size: 1.125rem;
  }
}

.btn[type=submit]:disabled {
  background-color: #858B95;
  cursor: auto;
}

.btn--reverse {
  background: #FFFFFF;
  color: #34373C;
  transition: color 0.2s, background 0.2s;
}

.btn--reverse:hover {
  background: #34373C;
  color: #FFFFFF;
}

.datepicker {
  width: 100%;
  border: none;
}

.datepicker--nav {
  width: 100%;
}

.datepicker--nav {
  border-bottom: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  color: #34373C;
}

.datepicker--nav-action path {
  stroke: #000000;
}

.datepicker--day-name {
  font-family: 'DIN Pro';
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.125rem;
  /* identical to box height, or 129% */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 0.9375rem;
}

.datepicker--cell {
  font-family: 'DIN Pro';
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #34373C;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: none;
  position: relative;
}

.datepicker--cell.-selected-:after, .datepicker--cell.-selected-.-current-:after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #34373C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.datepicker--cell.-selected-.-focus- {
  background: none;
  position: relative;
  color: #fff;
}

.datepicker--cell.-selected-.-focus-:after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #34373C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.datepicker--cell.-focus- {
  position: relative;
  background: none;
  color: #fff;
}

.datepicker--cell.-focus-:after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #34373C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.datepicker--cell.-current- {
  color: #fff;
}

.datepicker--cell.-current-:after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.datepicker--cell.-current-.-focus- {
  color: #fff;
}

.crop-image {
  width: 100%;
}

.crop-image__view {
  position: relative;
}

.crop-image__back {
  width: 100%;
  position: relative;
}

.crop-image__back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.crop-image__back img {
  width: 100%;
}

.crop-image__front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crop-image__area {
  position: absolute;
  top: 50%;
  left: 50%;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  width: 400px;
  height: 250px;
  border-radius: 1.5625rem;
  cursor: move;
}

@media (max-width: 575.98px) {
  .crop-image__area {
    width: 200px;
    height: 125px;
  }
}

.crop-image__area img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
  max-width: none;
}

.crop-image__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.25rem;
}

.crop-image__actions .btn {
  font-weight: bold;
}

.crop-image__actions .btn + .btn {
  margin-left: 15px;
}

.header {
  padding: 2.8125rem 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .header {
    padding: 1.5625rem 0;
    background-color: #fff;
  }
}

.header__cover {
  padding: 0 2.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 991.98px) {
  .header__cover {
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .header__cover {
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
  }
}

.header p {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0.01em;
  color: #FF6786;
  padding: 0rem 1.5625rem;
}

@media (max-width: 991.98px) {
  .header p {
    text-align: center;
    margin-bottom: 1.5625rem;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .header p {
    font-size: 0.75rem;
    line-height: 120.5%;
    margin-bottom: 0;
    text-align: left;
  }
}

.mob-menu {
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 991.98px) {
  .mob-menu {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

@media (max-width: 767.98px) {
  .mob-menu {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
    left: 0;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    padding: 1.5625rem;
    display: none;
    opacity: 0;
    transition: all .3s;
  }
}

.mob-menu.open {
  display: block;
  opacity: 1;
}

.logo {
  display: block;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .logo {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  .logo {
    max-width: 5.3125rem;
    margin-bottom: 0;
  }
}

.logo img {
  width: 100%;
}

nav {
  margin-right: 18.75rem;
}

@media (max-width: 991.98px) {
  nav {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  nav {
    margin-bottom: 1.875rem;
  }
}

nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767.98px) {
  nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 575.98px) {
  nav ul {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

nav ul li {
  margin: 0rem 1.5625rem;
  display: block;
}

@media (max-width: 575.98px) {
  nav ul li {
    margin: 0 0.625rem;
  }
}

nav ul li a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  padding: 1.0625rem 0;
  position: relative;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  nav ul li a {
    padding: 0.3125rem 0;
  }
}

nav ul li a:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background: #CF3151;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  transition: all .3s;
  left: 0;
}

@media (max-width: 575.98px) {
  nav ul li a:after {
    display: none;
  }
}

nav ul li a.active:after, nav ul li a:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -0.6875rem;
}

@media (max-width: 767.98px) {
  .socials {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.socials li {
  padding: 0 0.6875rem;
}

.socials li a {
  display: block;
}

.socials li a:hover {
  text-decoration: none;
  opacity: 0.85;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 50%;
}

.fb-icon {
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url("../assets/icons/fb.svg");
}

@media (max-width: 767.98px) {
  .fb-icon {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.ig-icon {
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url("../assets/icons/ig.svg");
}

@media (max-width: 575.98px) {
  .ig-icon {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.menu-btn {
  display: block;
  width: 1.875rem;
  height: 1.4375rem;
  transition: all .3s ease;
}

@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn .hamburger {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.menu-btn .hamburger__item {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all .2s ease;
}

.menu-btn.close-menu .hamburger__item {
  position: relative;
}

.menu-btn.close-menu .hamburger__item:nth-child(2) {
  opacity: 0;
}

.menu-btn.close-menu .hamburger__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 1.5px);
}

.menu-btn.close-menu .hamburger__item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: calc(50% - 1.5px);
}

.menu-btn:hover {
  opacity: 0.85;
}

.main {
  display: block;
}

.main__cover {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #d6deea;
}

@media (max-width: 991px) {
  .main__cover {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

.main__col {
  padding: 3.125rem;
}

@media (max-width: 991.98px) {
  .main__col {
    padding: 2.1875rem 1.5625rem;
  }
}

@media (max-width: 767.98px) {
  .main__col {
    padding: 1.25rem 1.125rem;
  }
}

.main__left-col {
  width: 45.625rem;
  padding-left: 2.8125rem;
  border-right: 0.0625rem solid #d6deea;
  background: rgba(247, 247, 247, 0.28);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .main__left-col {
    width: 100%;
    padding: 2.1875rem 1.5625rem;
    border-right: none;
    border-bottom: 1px solid #d6deea;
    background: none;
  }
}

@media (max-width: 767.98px) {
  .main__left-col {
    padding: 1.25rem 1.125rem 0;
  }
}

.main__right-col {
  width: calc(100% - 45.625rem);
}

@media (max-width: 991px) {
  .main__right-col {
    width: 100%;
    padding-top: 2rem;
  }
}

.main__col-head {
  margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
  .main__col-head {
    margin-bottom: 1.5625rem;
  }
}

.main__col-head h6 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  margin-bottom: 0.3125rem;
  letter-spacing: .01em;
  color: #000000;
}

@media (max-width: 767.98px) {
  .main__col-head h6 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
  }
}

.main__col-head p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: .01em;
  color: #ff6786;
}

@media (max-width: 767.98px) {
  .main__col-head p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

.card-design-swiper-wrap {
  position: relative;
  max-width: 39.125rem;
  margin: 0 auto;
}

.card-design-swiper-wrap:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 58.5%;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border-radius: 50%;
  box-shadow: 0rem 0rem 4.8125rem #ebcfd5;
  background: rgba(247, 247, 247, 0.28);
}

.card-design-swiper {
  position: relative;
  margin-bottom: 3.125rem;
}

@media (max-width: 575.98px) {
  .card-design-swiper {
    margin-bottom: 1.5625rem;
  }
}

.card-design {
  position: relative;
  width: 100%;
  max-width: 39.125rem;
  min-height: 0;
  margin: 0 auto;
  padding-top: 66%;
  border: 0.125rem solid #d9d9d9;
  border-radius: 1.5625rem;
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  .card-design {
    padding-top: 61%;
  }
}

.card-design img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-design__price {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.9375rem;
  position: absolute;
  right: -0.125rem;
  bottom: -0.125rem;
  display: -ms-flexbox;
  display: flex;
  width: 12.5rem;
  height: 3.75rem;
  letter-spacing: .01em;
  color: #ffffff;
  border-radius: 1.5625rem 0;
  background: #34373c;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 767.98px) {
  .card-design__price {
    font-size: 1.125rem;
    width: 11.25rem;
    height: 3.125rem;
  }
}

@media (max-width: 575.98px) {
  .card-design__price {
    font-size: 0.875rem;
    width: 7.1875rem;
    height: 2.0625rem;
  }
}

.card-background {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 5.6875rem;
  height: 6.5rem;
  cursor: pointer;
  border: 0.125rem solid #eff2f7;
  border-radius: 0.9375rem;
  background: #ffffff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 575.98px) {
  .card-background {
    width: 5rem;
    height: 5.625rem;
    border-radius: 0.5rem;
  }
}

.card-background img {
  max-height: 100%;
}

.card-background--cropped img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-photo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 991.98px) {
  .choose-photo-wrap {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

@media (max-width: 575.98px) {
  .choose-photo-wrap {
    margin-right: -1.5625rem;
  }
}

@media (max-width: 379.98px) {
  .choose-photo-wrap {
    margin-right: 0;
  }
}

.choose-photo-wrap .card-background-swiper {
  width: 100%;
}

.choose-photo-wrap .card-background-swiper .swiper-slide {
  box-sizing: border-box;
  width: auto !important;
  margin-right: 1.0625rem;
}

@media (max-width: 767.98px) {
  .choose-photo-wrap .card-background-swiper .swiper-slide {
    margin-right: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 575.98px) {
  .choose-photo-wrap .card-background-swiper .swiper-slide {
    width: 5rem;
    height: 5.625rem;
  }
}

@media (max-width: 379.98px) {
  .choose-photo-wrap .card-background-swiper .swiper-slide {
    margin-right: 0;
  }
}

.choose-photo-wrap .swiper-container {
  margin: 0;
}

@media (max-width: 767.98px) {
  .choose-photo-wrap .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 379.98px) {
  .choose-photo-wrap .swiper-wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.choose-photo-wrap .swiper-slide-thumb-active .card-background {
  border: 0.125rem solid #34373c;
}

.choose-photo {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 5.6875rem;
  height: 6.5rem;
  cursor: pointer;
  text-decoration: none;
  border: 0.125rem dashed #ff6786;
  border-radius: 0.9375rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: column;
      flex-flow: column;
}

@media (max-width: 575.98px) {
  .choose-photo {
    width: 5rem;
    height: 5.625rem;
  }
}

.choose-photo:hover {
  border-style: solid;
  border-color: #34373c;
}

.choose-photo i {
  margin-bottom: 0.625rem;
}

.choose-photo input {
  display: none;
}

.choose-photo span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  text-align: center;
  letter-spacing: .01em;
  color: #34373c;
}

@media (max-width: 575.98px) {
  .choose-photo span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}

.camera-icon {
  width: 1.9375rem;
  height: 1.9375rem;
  background-image: url("../assets/icons/camera.svg");
}

@media (max-width: 575.98px) {
  .camera-icon {
    width: 1.5625rem;
    height: 1.6875rem;
  }
}

.card-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .card-row {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

.card-col {
  width: 100%;
  max-width: 50%;
  margin-bottom: 1.4375rem;
  padding: 0 1rem;
}

@media (max-width: 767.98px) {
  .card-col {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .card-col {
    margin-bottom: 0.75rem;
  }
}

.card {
  box-sizing: border-box;
  padding: 1.5rem;
  cursor: pointer;
  border: 0.0625rem solid #E8ECF2;
  border-radius: 0.625rem;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .card {
    padding: 1.25rem 1.125rem;
    padding-right: 1.5rem;
  }
}

.card .checkbox-radio {
  margin-bottom: 1.25rem;
}

.card .inputs-row {
  margin-bottom: 0.8125rem;
  padding-right: 1.5625rem;
}

@media (max-width: 575.98px) {
  .card .inputs-row {
    padding-right: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.card .inputs-row-wrap {
  position: relative;
  overflow: hidden;
}

.card .inputs-row--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  background-color: #ffffff;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.card .input-col {
  margin-bottom: 0.8125rem;
}

.card .input-col.w-100 {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .card .input-col {
    margin-bottom: 1.375rem;
  }
}

.card button {
  height: 1.875rem;
  border-radius: 0.3125rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #FFFFFF;
  background: #51555d;
}

.card button:hover {
  background: #51555d;
}

@media (max-width: 575.98px) {
  .card button {
    margin-top: 1rem;
  }
}

.card-slide .inputs-row--top {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.card-slide .checkbox-label__one {
  pointer-events: none;
  opacity: 0;
}

.card-slide .checkbox-label__two {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

.card input {
  color: #cdcdcd;
  border-bottom: 0.0625rem solid #edf0f5;
}

.card.active {
  border: 0.125rem solid #34373C;
  padding: 1.4375rem;
}

@media (max-width: 575.98px) {
  .card.active {
    padding: 1.3125rem 1.1875rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 575.98px) {
  .card:not(.active) .inputs-row {
    height: 0;
  }
}

@media (max-width: 575.98px) {
  .card.active .inputs-row {
    /*height: 0;*/
  }
}

@media (max-width: 575.98px) {
  .card.active .checkbox-radio {
    margin-bottom: 1.25rem;
  }
}

.card.active input {
  color: #34373C;
  border-bottom: 0.0625rem solid #34373C;
}

.card.active button {
  background: #34373C;
}

.checkbox-radio label {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  position: relative;
  padding-left: 2.875rem;
  cursor: pointer;
  letter-spacing: .01em;
  color: #34373c;
}

.checkbox-radio label:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0.0625rem solid #d6deea;
  border-radius: 50%;
  background-color: #ffffff;
}

.checkbox-radio label:after {
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  background: #cf3151;
}

.checkbox-radio input {
  display: none;
}

.checkbox-radio input:checked + label:after {
  display: block;
}

.checkbox-label {
  display: block;
}

.checkbox-label__two {
  position: absolute;
  left: 2.875rem;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 2.875rem);
}

.inputs-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .inputs-row {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

.input-col {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 0 0.875rem;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .input-col {
    max-width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.option-block {
  margin-bottom: 0.9375rem;
}

@media (max-width: 767.98px) {
  .option-block {
    margin-bottom: 1.375rem;
  }
}

.option-block h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  letter-spacing: .01em;
  color: #000000;
}

@media (max-width: 767.98px) {
  .option-block h3 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.4375rem;
  }
}

.option-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.3125rem;
}

@media (max-width: 991.98px) {
  .option-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.option-col {
  margin-bottom: 0.625rem;
  padding: 0 0.3125rem;
}

@media (max-width: 767.98px) {
  .option-col {
    width: 33.33%;
    margin-bottom: 1.0625rem;
  }
}

@media (max-width: 575.98px) {
  .option-col {
    width: 50%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
}

.option-col:last-child {
  margin-bottom: 0;
}

.option-col.w-100 {
  width: 100%;
  max-width: 37.5rem;
}

@media (max-width: 767.98px) {
  .option-col.w-100-mob {
    width: 100%;
    max-width: 37.5rem;
  }
}

.checkbox-radio.checkbox-item label {
  font-family: "DIN Pro";
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4375rem;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 3.75rem;
  padding: 0 1.75rem;
  white-space: nowrap;
  letter-spacing: .01em;
  color: #cf3151;
  border: 0.0625rem solid #d6deea;
  border-radius: 0.625rem;
  background: #ffffff;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.checkbox-radio.checkbox-item label:before, .checkbox-radio.checkbox-item label:after {
  display: none;
}

.checkbox-radio.checkbox-item input:checked + label:after {
  display: none;
}

.checkbox-radio.checkbox-item.checkbox-marker label {
  font-weight: normal;
  padding-left: 3.75rem;
  color: #000000;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.checkbox-radio.checkbox-item.checkbox-marker label:before {
  left: 0.875rem;
  display: block;
}

.checkbox-radio.checkbox-item.checkbox-marker label:after {
  left: 1.1875rem;
}

.checkbox-radio.checkbox-item.checkbox-marker input:checked + label:after {
  left: 1.125rem;
  display: block;
}

.checkbox-radio.checkbox-item.checkbox-marker input:checked + label:before {
  left: 0.8125rem;
}

.checkbox-radio.checkbox-item.checkbox-marker input:checked + label {
  padding-left: 3.6875rem;
}

.checkbox-radio.checkbox-item input:checked + label {
  box-sizing: border-box;
  padding: 1.0625rem 1.6875rem;
  border: 0.125rem solid #34373c;
  border-radius: 0.625rem;
}

.checkbox-radio.checkbox-item input:checked + label input {
  pointer-events: auto;
}

.checkbox-radio.checkbox-item input:checked + label.text-input {
  padding: 0rem 1.1875rem !important;
}

.option-input {
  font-family: "DIN Pro";
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  height: 3.75rem;
  padding: 0 1.25rem !important;
  color: #34373c;
  border: 0.0625rem solid #d6deea;
  border-radius: 0.625rem;
  background: #ffffff;
}

.option-input input, .option-input textarea {
  font-family: 'DIN Pro';
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: block;
  height: 100%;
  letter-spacing: .01em;
  pointer-events: none;
  border-bottom: none;
  resize: none;
  border: none;
  padding: 0;
  overflow: auto;
}

.option-input input:focus, .option-input textarea:focus {
  border: none;
  background: none;
  outline: none;
}

.option-input input::-webkit-input-placeholder, .option-input textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #34373c;
}

.option-input input::-moz-placeholder, .option-input textarea::-moz-placeholder {
  opacity: 1;
  color: #34373c;
}

.option-input input:-ms-input-placeholder, .option-input textarea:-ms-input-placeholder {
  opacity: 1;
  color: #34373c;
}

.option-input input::-ms-input-placeholder, .option-input textarea::-ms-input-placeholder {
  opacity: 1;
  color: #34373c;
}

.option-input input::placeholder, .option-input textarea::placeholder {
  opacity: 1;
  color: #34373c;
}

.option-input.text-input input {
  padding-right: 5.625rem;
}

@media (max-width: 767.98px) {
  .text-input-textarea-mob label {
    height: auto !important;
  }
  .text-input-textarea-mob textarea {
    height: 11.25rem;
    padding: 0.9375rem 0rem;
    padding-right: 4.6875rem;
  }
}

.input-text-characters {
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: absolute;
  top: 1.0625rem;
  right: 1.875rem;
  letter-spacing: .01em;
  color: #d6deea;
}

.options-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5625rem;
}

@media (max-width: 991.98px) {
  .options-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.options-col {
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0 0.5625rem;
}

@media (max-width: 991.98px) {
  .options-col {
    max-width: 100%;
    margin-bottom: 0.9375rem;
  }
}

.options-col:last-child {
  margin-bottom: 0;
}

.actions-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem;
}

@media (max-width: 991.98px) {
  .actions-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 1rem;
    gap: 1.5rem;
  }
}

.actions-col {
  width: 100%;
  padding: 0 2.5rem;
}

.actions-col:first-child {
  max-width: 45%;
}

@media (max-width: 991.98px) {
  .actions-col:first-child {
    max-width: 100%;
  }
}

.actions-col:last-child {
  max-width: 55%;
}

@media (max-width: 991.98px) {
  .actions-col:last-child {
    max-width: 100%;
  }
}

.actions-col .btn {
  margin-bottom: 0.9375rem;
}

@media (max-width: 991.98px) {
  .actions-col .btn {
    margin-bottom: 1.875rem;
  }
}

.actions-col p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 0.625rem;
  color: #34373c;
}

@media (max-width: 575.98px) {
  .actions-col p {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.agreement {
  margin-bottom: 0.625rem;
}

.agreement a {
  color: #FF6786;
  text-decoration: none;
}

.agreement span {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #34373c;
}

@media (max-width: 575.98px) {
  .agreement span {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.actions-col p b {
  font-weight: 500;
}

.fancybox-slide--html {
  padding: 0;
}

.popup-wrap {
  max-width: 59.5rem;
  width: 100%;
  padding: 1.875rem 7.1875rem 3.125rem;
}

@media (max-width: 991.98px) {
  .popup-wrap {
    padding: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.popup-wrap h2 {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #34373C;
}

@media (max-width: 767.98px) {
  .popup-wrap h2 {
    font-size: 1.875rem;
    line-height: 1.35;
  }
}

@media (max-width: 575.98px) {
  .popup-wrap h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.popup-content__head {
  margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
  .popup-content__head {
    margin-bottom: 1.5625rem;
  }
}

.popup-content__head p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #34373C;
  margin-top: 0.625rem;
}

@media (max-width: 575.98px) {
  .popup-content__head p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.popup-content form .btn {
  max-width: 15.875rem;
  width: 100%;
  margin: 0 auto;
  height: 3.4375rem;
  margin-top: 3rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (max-width: 575.98px) {
  .popup-content form .btn {
    max-width: 100%;
    margin-top: 2.125rem;
  }
}

.fancybox-slide--html .fancybox-close-small {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  top: 3.125rem;
  right: 7.1875rem;
}

@media (max-width: 991.98px) {
  .fancybox-slide--html .fancybox-close-small {
    right: 1.875rem;
  }
}

.support-popup-wrap {
  max-width: 49rem;
  padding: 1.875rem;
}

.support-popup-wrap .fancybox-close-small {
  top: 2.8125rem;
  right: 1.875rem;
}

.checkbox label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.01em;
  color: #34373C;
  cursor: pointer;
  position: relative;
  padding-left: 2.1875rem;
}

.checkbox.agreement label {
  padding-left: 1.75rem;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
  border: 0.0625rem solid #000000;
}

.checkbox label:after {
  content: "";
  display: none;
  width: 0.75rem;
  height: 0.5625rem;
  position: absolute;
  left: 0.25rem;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../assets/icons/check-chevron.svg") no-repeat 50%/contain;
}

.checkbox input {
  display: none;
}

.checkbox input:checked + label:before {
  background: #000000;
}

.checkbox input:checked + label:after {
  display: block;
}

.issue-subject {
  border: 0.0625rem solid #D6DEEA;
  padding: 1.125rem 1.875rem;
  padding-right: 2.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 575.98px) {
  .issue-subject {
    padding: 0.9375rem 1.25rem;
  }
}

.issue-subject__cover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.issue-subject h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #34373C;
  margin-bottom: 1.875rem;
}

@media (max-width: 575.98px) {
  .issue-subject h3 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: bold;
  }
}

.issue-subject p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media (max-width: 575.98px) {
  .issue-subject p {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.issue-subject .checkbox {
  padding-right: 3.4375rem;
  margin-bottom: 1.25rem;
}

.issue-subject__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.125rem;
  margin-bottom: 1.25rem;
}

.issue-subject__col {
  padding: 0 1.125rem;
  margin-bottom: 1.25rem;
  width: 30%;
}

@media (max-width: 767.98px) {
  .issue-subject__col {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .issue-subject__col {
    width: 100%;
  }
}

.issue-subject__col.w-100 {
  width: 100%;
}

.issue-subject input {
  border-bottom: 0.0625rem solid #D3D3D3;
}

.input-wrap {
  position: relative;
}

.input-wrap.active input {
  border-bottom: 0.125rem solid #81C884;
}

.input-wrap .input-text-characters {
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  right: 0;
}

.offer-wrap {
  border: 0.0625rem solid #D6DEEA;
  overflow: auto;
  max-height: calc(100vh - 11.25rem);
}

@media (max-width: 575.98px) {
  .offer-wrap {
    max-height: none;
  }
}

.offer-cover {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.01em;
  color: #34373C;
  padding: 3.125rem 1.875rem;
}

@media (max-width: 575.98px) {
  .offer-cover {
    padding: 1.875rem 1.25rem;
  }
}

.regulations-popup-wrap .issue-subject {
  padding: 2.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 575.98px) {
  .regulations-popup-wrap .issue-subject {
    padding: 0.9375rem 1.25rem;
  }
}

.time-popup-wrap {
  max-width: 25.625rem;
  padding: 1.5625rem;
}

.time-popup-wrap .popup-content__head {
  margin-bottom: 1.875rem;
}

.time-popup-wrap h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
}

.time-popup-wrap .fancybox-close-small {
  top: 2.5rem;
  right: 1.875rem;
}

.time-popup-wrap .btn {
  display: -ms-flexbox;
  display: flex;
  max-width: 15.875rem;
  height: 3.4375rem;
  margin: 0 auto;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.date-inputs-wrap {
  border: 0.0625rem solid #D6DEEA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.125rem 1.4375rem;
  margin-bottom: 1.5625rem;
}

.date-input {
  width: 55%;
}

.date-input label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.01em;
  color: #34373C;
}

.date-input input {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  width: auto;
  max-width: 100%;
  color: #34373C;
  border-bottom: none;
  position: relative;
}

.date-input .input-wrap {
  padding-right: 1.25rem;
  max-width: 8.9375rem;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.date-input .input-wrap:after {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  display: block;
  background: url("../assets/icons/pen.svg") no-repeat 50%/contain;
  position: absolute;
  right: 0rem;
  top: 0.8125rem;
}

.date-input:last-child {
  width: 45%;
  padding-left: 1.875rem;
}

.date-input:last-child .input-wrap {
  max-width: 5.3125rem;
}

#datepicker {
  width: 100%;
  margin-bottom: 3.125rem;
}

.date-choice.hide {
  display: none;
}

.time-choice {
  margin-bottom: 1.25rem;
}

.time-choice.hide {
  display: none;
}

.time-choice ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.0625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.time-choice ul li {
  padding: 0 1.0625rem;
  width: 20%;
}

.time-choice ul li a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.4375rem;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-decoration: none;
}

.time-choice ul li a span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #34373C;
}

.time-choice ul li a.active:after, .time-choice ul li a:hover:after {
  content: "";
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #34373C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.time-choice ul li a.active span, .time-choice ul li a:hover span {
  color: #fff;
}

.time-choice ul li a.no-active span {
  color: #D6DEEA;
}

.result-popup-wrap {
  max-width: 43.625rem;
  padding: 3.75rem 1.875rem;
}

.result-popup-wrap .popup-content {
  max-width: 31.25rem;
  width: 100%;
  margin: 0 auto;
}

.result-popup-wrap .popup-content__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem;
}

@media (max-width: 767.98px) {
  .result-popup-wrap .popup-content__head {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.result-popup-wrap h2 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #81C884;
  position: relative;
}

.result-popup-wrap h2 i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0.1875rem solid #81C884;
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  left: -3.125rem;
  top: 0;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .result-popup-wrap h2 i {
    position: relative;
    left: auto;
    top: auto;
    margin-right: 0.625rem;
  }
}

.result-popup-wrap p {
  min-height: 3.75rem;
  max-width: 31.375rem;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  letter-spacing: 0.01em;
  color: #34373C;
  margin-bottom: 1.875rem;
}

@media (max-width: 575.98px) {
  .result-popup-wrap p {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}

.result-popup-wrap .fancybox-close-small {
  top: 3.4375rem;
  right: 1.875rem;
}

.result-popup-wrap .btn {
  background: #34373C;
  border-radius: 0.9375rem;
  height: 3.4375rem;
  font-size: 1.125rem;
  max-width: 12.25rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.error-popup-wrap h2 {
  color: #CF3151;
}

.error-popup-wrap h2 i {
  border: 0.1875rem solid #CF3151;
  color: #CF3151;
}

.paid-popup-wrap p {
  min-height: 0;
}

.crop-popup {
  max-width: 400px;
  padding: 0;
  background: transparent;
}

.crop-popup .fancybox-button {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}

.crop-popup .fancybox-button svg,
.crop-popup .fancybox-button svg path {
  fill: #fff;
}

.btn--reverse.js-btn-hint {
  border: 1px solid #34373C;
}

.hint-popup-wrap {
  max-width: 450px;
  padding: 0 !important;
}
.hint-popup-wrap .popup-content {
  max-width: 100%;
  padding: 3rem 1.875rem;
}
.hint-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.hint-banner img {
  width: 100%;
  max-width: 100%;
}
.hint-form__field {
  margin-bottom: 15px;
}
.hint-form__input {
  font-size: 1.3rem;
}
.hint-form__buttons {
  text-align: center;
}

.hint-success-popup-wrap {
  padding: 3rem 1.5rem;
  text-align: center;
}
.hint-success-popup-wrap.result-popup-wrap .btn {
  margin: auto;
}

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


button.btn {
    font-family: Din PRo;
}

.contacts {
  box-sizing: border-box;
  padding: 1.4375rem;
  margin-bottom: 1.4375rem;
  cursor: pointer;
  border: 0.125rem solid #34373C;
  border-radius: 0.625rem;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .contacts {
    padding: 1.25rem 1.125rem;
    padding-right: 1.5rem;
  }
}

.contacts input {
  color: #34373C;
  border-bottom: 0.0625rem solid #34373C;
}

.contacts .input-col {
  margin-bottom: 0.8125rem;
}

.contacts .input-col.w-100 {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .contacts .input-col {
    margin-bottom: 1.375rem;
  }
}
