html {
  scroll-behavior: smooth;
}
.hidden {
  display: none;
}
.g-image-block {
  max-width: 385px;
  height: auto;
}

.guide-block .item .round {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  max-height: 320px;
  width: 75%;
  height: auto;
  aspect-ratio: 1 / 1;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -30px;
}

.about-page table {
  width: 100%;
  margin-bottom: 75px;
}
.about-page table tr {
  border-bottom: 1px solid #E0E0E0;
}
.about-page table tr:last-child {
  border-bottom: 0;
}
.about-page table tr td {
  padding: 20px 0;
  vertical-align: top;
  font-size: 24px;
  line-height: 32px;
}
.about-page li {
  padding-left: 42px;
  list-style: none;
  background: url(/content/images/box/li.svg) no-repeat 0 8px;
}

.login-page .name {
  margin-bottom: 20px;
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
}
.login-page ul {
  padding-bottom: 0;
}
.login-page ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 34px;
  background: url('/content/images/box/li.svg') no-repeat 0 2px;
}
.btn-lk-document {
   width: 100% !important;
}
.form_section-email {
  width: 67%;
}

.field-date {
  position: relative;
}
.field-date .x-calendar {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 21px;
}
[disabled] + .field-date .x-calendar {
  cursor: default;
}
.field-date [disabled] + .x-calendar {
  cursor: default;
}
.icon-calendar {
  width: 30px;
  height: 30px;
  background: url("/content/images/icon-calendar.svg") no-repeat;
  background-size: contain;
}
[disabled] + .icon-calendar {
  background-image: url("/content/images/icon-calendar-gray.svg");
}
[class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.field-readonly {
  background: #e5e5e5 !important;
  border: 1px solid #e5e5e5;
}
.field-readonly:hover {
  border: 1px solid #e5e5e5;
}
.error-text .error-div2 {
  margin: 5px 0 19px 9px !important;
  color: #EF3124;
  font-size: 12px;
}
.error-text .error-div {
  margin: -35px 0 19px 9px !important;
  color: #EF3124;
  font-size: 12px;
}
.error-text input[type='text'],
.error-text input[type='email'],
.error-text textarea {
  box-shadow: inset 0 0 0 2px #EF3124;
}
img.img-captcha {
  background-color: #8890A1;
  border-radius: 10px;
  width: 236px;
  height: 70px;
}

.cabinet-page h2 {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
.cabinet-page p.message {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
.cabinet-page p.error-message {
  color: #EF3124;
}
.forgot-client-type {
  width: 100%;
  margin: 0 0 25px 0;
}
.forgot-client-type .calc-top-nav {
  width: 100%;
  height: 76px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.forgot-client-type .calc-top-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.forgot-client-type .calc-top-nav a {
  max-width: 240px;
}
.field-half {
  width: 48%;   
}
.calc-page .field-half input[type='text'] {
  height: 60px;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 12px;
        background: #F6F6F6;
}
.order-block .banner .top-text img.img-fixing {
  vertical-align: middle;
  margin: -12px 4px 0 0;
}
.order-block .banner .top-text .text-fixing {
  margin-left: 80px;
  margin-top: -48px;
}
#form-cv .upload .form__section .error-div {
  position: absolute;
  left: 16px;
  bottom: -22px;
}
.pre-calc-block {
  padding-bottom: 160px !important;
}
.progress-bar-steps-active {
  cursor: pointer;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-spinner {
  width: 34px;
  height: 34px;
  background: url("/content/images/icon-spinner.svg") 50% 50% no-repeat;
  background-size: contain;
  animation: spinner 1.4s infinite linear;
}
.tooltip {
  border-radius: 5px;
  width: 230px;
  font-size: 13px;
  line-height: 20px;
  color: #656D7D;
  padding: 15px 15px;
}
.tooltip-container {
  position: relative;
}
.x-drop-window {
  display: none;
  margin-top: 10px;
}
.icon-circle-sm {
  width: 20px;
  height: 20px;
  background: #E8F1F2;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x-drop-target {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.icon-i {
  width: 4px;
  height: 12px;
  background: url("/content/images/icon-i.svg") no-repeat;
  background-size: contain;
}
.icon-circle-sm:hover .x-drop-window {
  display: block;
}
.drop-down {
    position: absolute;
    top: 100%;
    right: -78px;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px rgb(49 61 73 / 8%);
    cursor: default;
    font-weight: normal;
    z-index: 200;
}

@media (max-width: 3000px) {
	.map-inner{ width: 100%; height: 570px; }
}
@media (max-width: 1440px) {
  .forgot-client-type .calc-top-nav a {
    font-size: 20px !important;
  }
}
@media (max-width: 1200px) {
	.map-inner{ width: 100%; height: 550px; }

  .forgot-client-type .calc-top-nav {
    height: 65px;
  }
  .cabinet-page .image {
    max-width: 418px;
  }
  .cabinet-page .image img {
    max-width: 418px;
    height: auto;
  }
  .forgot-client-type .calc-top-nav a {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
	.map-inner{ width: 100%; height: 450px; }
}
@media (max-width: 767px) {
	.map-inner{ width: 100%; height: 390px; }
}
@media (max-width: 576px) {
  .error-text .error-div {
    margin: -16px 0 19px 9px !important;
  }
  .error-text .error-div2 {
    margin: 3px 0 19px 10px !important;
  }
  .cabinet-page h2 {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
  }
  .cabinet-page p.message {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .forgot-client-type .calc-top-nav {
    height: 65px;
  }
  .forgot-client-type .calc-top-nav a {
    max-width: 200px;
  }
  img.img-captcha {
    width: auto;
    height: 60px;
  }
  .order-block .banner .top-text img.img-fixing {
    margin: -12px 4px 0 0 !important;
  }
  .order-block .banner .top-text .text-fixing {
    margin-left: 50px !important;
    margin-top: -38px !important;
  }
  .pre-calc-block {
    padding-bottom: 64px;
  }
  .cabinet-page .h-here {
    margin-top: 40px;
  }


}
@media (max-width: 575px) {
  .guide-block .item .round {
    max-width: 190px;
    max-height: 190px;
  }
  .about-page table tr td {
    padding: 24px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .about-page table {
    margin-bottom: 40px;
  }
  .form_section-email {
    width: 100%;
  }
  .field-date .x-calendar {
    right: 21px;
    top: 14px;
  }
}
