.owl-carousel{margin-top: 50px;}
.owl-carousel .owl-item {
  min-width: 515px;
  -webkit-box-shadow: 0 0 15px #dadee4;
          box-shadow: 0 0 15px #dadee4;
  height: 700px;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  -o-object-fit: fill;
     object-fit: fill;
  height: auto!important;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-radio {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.owl-carousel .owl-radio button {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.owl-carousel .owl-radio:hover button {
  opacity: 1;
}
.owl-carousel .owl-radio p {
  text-align: center;
  position: absolute;
  margin-bottom: 5px;
  top: 0;
  font-weight: bold;
}
.owl-carousel .owl-radio label,
.owl-carousel .owl-radio img {
  width: 100%;
  height: 100%;
}
.owl-carousel .owl-radio label {
  position: absolute;
  padding: 0;
  z-index: 1;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer {
  padding: 30px 0 5px;
}
footer p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  color: gray;
}
#content {
  min-height: 70vh;
}
h1 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  color: #2196f3;
  margin-bottom: 12px;
  font-weight: bold!important;
  text-align: center;
}
h1 + p {
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  color: #262b33;
  font-weight: 400;
  margin-bottom: 32px;
}
.mini-block {
  width: 416px;
  margin: 0 auto;
}
.buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
.buttons-group .back {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  background: none;
  border: 1px solid #dde3f0;
  padding: 13px 23px;
  color: #262b33;
  -webkit-transition: color 0.1s ease 0s, border-color 0.1s ease 0s;
  transition: color 0.1s ease 0s, border-color 0.1s ease 0s;
}
.buttons-group .back:hover {
  color: #2397F3;
  border-color: #2196F3;
}
.buttons-group .skip {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-align: center;
  color: #ffffff;
  background-color: #2196f3;
  padding: 14px 24px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease 0s, -webkit-box-shadow 0.1s ease 0s;
  transition: background-color 0.1s ease 0s, -webkit-box-shadow 0.1s ease 0s;
  transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
  transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, -webkit-box-shadow 0.1s ease 0s;
  cursor: pointer;
  border-width: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.buttons-group .skip:hover {
  background-color: #2196F3;
}
.alert {
  width: 416px;
  margin: 0 auto;
}
.step__content:not(#templates) {
  padding-top: 150px;
}
.preloader {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.preloader .spinner-border {
  width: 3.5rem;
  height: 3.5rem;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 416px;
}
.input-group.error .border {
  border-color: #f22222 !important;
}
.input-group.error label {
  color: #f22222;
}
.input-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #98a1b3;
  margin-bottom: 6px;
}
.input-group input,
.input-group input + div {
  width: 100%;
}
.input-group input {
  border-radius: 3px;
  padding: 11px 16px;
  width: 100%;
  display: block;
  caret-color: #2196f3;
  background-color: #f2f5fa;
  outline: none;
  border: 0px;
  color: #262b33;
  pointer-events: unset;
  -webkit-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
.input-group input div {
  font-size: 16px;
  line-height: 20px;
  color: #98a1b3;
  -webkit-transition: width 0.2s ease 0s;
  transition: width 0.2s ease 0s;
  height: 1px;
  width: 0;
}
.input-group input:hover .input-group input + div {
  width: 100%;
  background: #2196F3;
}
.input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.socials {
  margin: 0 auto;
}
.socials__pick {
  width: 500px;
  margin: 0 auto;
}
.socials button {
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  -webkit-transition: background-color 0.1s ease 0s, color 0.1s ease 0s;
  transition: background-color 0.1s ease 0s, color 0.1s ease 0s;
  cursor: pointer;
}
.socials button:hover {
  background-color: #DFEEFD;
}
.socials li button {
  border-bottom: 1px solid #dde3f0;
}
.socials li:last-child button {
  border-bottom: none;
  border-radius: 0px 0px 8px 8px;
}
.socials li:first-child button {
  border-radius: 8px 8px 0px 0px ;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step__content {
  display: none;
  min-height: 80vh;
}
.step__content.active {
  display: block;
}
.step::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #dde3f0;
  margin: 0px 8px;
  color: #dde3f0;
}
.step:last-child::after {
  display: none;
}
.step__number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #dde3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #98a1b3;
  font-weight: 600;
  margin-right: 12px;
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.step.active .step__number {
  color: #ffffff;
  background-color: #2196f3;
}
