html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  min-width: 400px;
  color: #262642;
  font-family: "AV Fontimer";
  font-weight: 400;
  background-color: #eee;
}

.container {
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

.fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-abs {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-cover {
  background-position: center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}

* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.ordinary-text {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .ordinary-text {
    font-size: 20px;
  }
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-ms-clear {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.field {
  width: 100%;
  height: 16px;
  font-size: 16px;
}

.svg-icon {
  display: block;
}

.icon-pict1,
.icon-pict2,
.icon-pict3,
.icon-pict4,
.icon-pict5 {
  width: 16px;
  height: 16px;
}

.icon-pict4 {
  fill: none !important;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  stroke-linecap: round;
}

.icon-tg,
.icon-wa {
  width: 20px;
  height: 20px;
}

.main-header {
  padding-top: 20px;
}
.main-header .logo-link {
  color: #262642;
  font-family: "Craftwork Grotesk";
  font-size: 20px;
}
@media (min-width: 768px) {
  .main-header .logo-link {
    font-size: 24px;
  }
}
.main-header .tel-link {
  color: #262642;
  font-family: "AV Fontimer Med";
  font-size: 16px;
}
@media (min-width: 768px) {
  .main-header .tel-link {
    font-size: 20px;
  }
}

.main-screen {
  padding: 60px 0;
}
.main-screen .col1 {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .main-screen .col1 {
    flex-basis: 50%;
  }
}
@media (min-width: 1366px) {
  .main-screen .col1 {
    flex-basis: 35%;
    width: 35%;
    padding-right: 40px;
  }
}
.main-screen .col2 {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .main-screen .col2 {
    flex-basis: 50%;
  }
}
@media (min-width: 1366px) {
  .main-screen .col2 {
    flex-basis: 43.28%;
    width: 43.28%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main-screen .col3 {
  flex-basis: 100%;
}
@media (min-width: 1366px) {
  .main-screen .col3 {
    flex-basis: 21.72%;
    align-self: stretch;
    width: 21.72%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 40px;
  }
}
.main-screen .col-elem + .col-elem {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .main-screen .col-elem + .col-elem {
    margin-top: 60px;
  }
}

.tab {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}
.tab.v2 {
  color: #262642;
  font-family: "AV Fontimer Med";
}
.tab .pict {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Craftwork Grotesk";
  color: #fff;
  background-color: #9de3f5;
  border-radius: 12px;
  margin-bottom: 20px;
}
.tab .pict .svg-icon {
  fill: #fff;
}
.tab .pict .icon-pict4 {
  stroke: #fff;
}

.enter-form-wr {
  max-width: 440px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 24px;
}
.enter-form-wr .form-inner {
  display: flex;
  align-items: center;
}
.enter-form-wr .fields-bl {
  flex-grow: 1;
  padding-right: 20px;
}
.enter-form-wr .btns-bl {
  flex-shrink: 0;
  width: 120px;
  background-color: #262642;
  padding: 12px;
  border-radius: 12px;
}
.enter-form-wr .btns-bl .btn-link {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "AV Fontimer Med";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.enter-form-wr .btns-bl .btn-link:first-child {
  padding-top: 0;
}
.enter-form-wr .btns-bl .btn-link:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.enter-form-wr .field-wr {
  font-size: 0;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.enter-form-wr .field-wr:first-child {
  padding-top: 0;
}
.enter-form-wr .field-wr:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.socs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.socs li + li {
  margin-top: 20px;
}
.socs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #262642;
  border-radius: 50%;
}
.socs li a .svg-icon {
  fill: #fff;
}

.art-block {
  position: relative;
  max-width: 360px;
  height: 394px;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .art-block {
    max-width: 480px;
    height: 546px;
  }
}

.art-block_elem {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .art-block_elem {
    border-radius: 48px;
  }
}
.art-block_elem.elem1 {
  top: 0;
  right: 0;
  z-index: 0;
  width: 230px;
  height: 173px;
}
@media (min-width: 768px) {
  .art-block_elem.elem1 {
    width: 320px;
    height: 240px;
  }
}
.art-block_elem.elem1 .art-block_img {
  top: -28px;
  right: 24px;
  transform-origin: top right;
}
@media (min-width: 768px) {
  .art-block_elem.elem1 .art-block_img {
    top: -40px;
    right: 35px;
  }
}
.art-block_elem.elem2 {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 173px;
  height: 173px;
}
@media (min-width: 768px) {
  .art-block_elem.elem2 {
    width: 240px;
    height: 240px;
  }
}
.art-block_elem.elem2 .art-block_img {
  top: -17px;
  right: -3px;
  transform-origin: top right;
}
@media (min-width: 768px) {
  .art-block_elem.elem2 .art-block_img {
    top: -25px;
    right: -5px;
  }
}
.art-block_elem.elem3 {
  top: 70px;
  left: 0;
  z-index: 2;
  width: 230px;
  height: 260px;
}
@media (min-width: 768px) {
  .art-block_elem.elem3 {
    top: 100px;
    width: 320px;
    height: 360px;
  }
}
.art-block_elem.elem3 .art-block_img {
  right: 14px;
  bottom: 25px;
  transform-origin: bottom right;
}
@media (min-width: 768px) {
  .art-block_elem.elem3 .art-block_img {
    right: 20px;
    bottom: 36px;
  }
}

.art-block_img {
  position: absolute;
  transform: scale(0.7);
}
@media (min-width: 768px) {
  .art-block_img {
    transform: none;
  }
}

.art-block_text {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  right: 18px;
  bottom: 16px;
  font-family: "Craftwork Grotesk";
  font-size: 12px;
}
@media (min-width: 768px) {
  .art-block_text {
    font-size: 16px;
    right: 28px;
    bottom: 20px;
  }
}
.art-block_text .svg-icon {
  width: 12px;
  height: 12px;
  fill: #262642;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .art-block_text .svg-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}

.slogan-block {
  font-family: "AV Fontimer Med";
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .slogan-block {
    padding-left: 30px;
  }
}
@media (min-width: 1366px) {
  .slogan-block {
    padding-left: 115px;
  }
}
.slogan-block span {
  display: block;
  font-family: "Craftwork Grotesk";
  font-size: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .slogan-block span {
    font-size: 40px;
  }
}
/*# sourceMappingURL=main.css.map */

.recovery {
    margin-top: 1rem;
    display: block;
    text-align: center;
}

.error {
    margin-top: 1rem;
    color: darkred;
    text-align: center;
}
