.hidden {
  display: none;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #3c3c3c;
}
a {
  text-decoration: none;
  color: #272727;
}
p {
  line-height: 110%;
  margin: 10px 0 10px;
}
.skeleton img {
  width: 100%;
}
.header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(91, 91, 91, 0.5);
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-desc {
  margin-left: 12px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 700;
  max-width: 207px;
  transition: color 0.4s;
}
.header__logo-desc:hover {
  color: #1a8ef1;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__contacts {
  display: flex;
  gap: 0 12px;
}
.header__contacts img {
  height: 40px;
  width: 40px;
  transition: transform 0.4s;
  border-radius: 0 !important;
}
.header__contacts img:hover {
  transform: scale(1.3);
}
.header__etc_mob {
  display: none;
}
.header__burger {
  display: none;
}
.header__burger_back {
  display: none;
}
.header__cities {
  display: flex;
  align-items: center;
  position: relative;
}
.header__cities_mob {
  display: none;
}
.header__cities--button {
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9648 1.5L6.00189 6.5L1.03894 1.5" stroke="white" stroke-width="2" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-color: #3c3c3c;
  transition: background-color 0.4s;
}
.header__cities--button:hover {
  background-color: #1a8ef1;
}
.header__cities--current {
  margin-left: 8px;
  font-size: 18px;
}
.header__cities--current p {
  margin: 0;
  color: #1a8ef1;
  font-weight: 700;
}
.nav-top__list {
  list-style: none;
  display: flex;
  gap: 0 14px;
}
.nav-top__link {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.4s;
}
.nav-top__link:hover {
  color: #1a8ef1;
}
.nav-top__contacts {
  display: flex;
  gap: 0 24px;
  font-weight: 500;
  margin-top: 12px;
  font-size: 18px;
}
.nav-top__contacts-phone a {
  color: #1a8ef1;
  font-weight: 700;
  transition: color 0.4s;
}
.nav-top__contacts-phone a:hover {
  color: #3c3c3c;
}
.nav-top__contacts-email a {
  font-weight: 700;
  transition: color 0.4s;
}
.nav-top__contacts-email a:hover {
  color: #1a8ef1;
}
.nav-main {
  border: 1px solid #aca89d;
}
.nav-main .container {
  position: relative;
}
.nav-main__loaded {
  display: none;
}
.nav-main__list {
  list-style: none;
  display: flex;
  align-items: center;
}
.nav-main__item {
  width: min-content;
  word-spacing: 100vw;
  height: 100%;
  padding: 27px 0;
}
.nav-main__item.active {
  background-color: #1a8ef1;
  border-radius: 6px;
  border: none;
  pointer-events: none;
  color: #fff;
}
.nav-main__item.active a {
  color: #fff;
}
.nav-main__item:hover .nav-mega {
  opacity: 1;
  z-index: 1;
}
.nav-main__item:last-child {
  margin-left: auto;
}
.nav-main__link {
  height: 58px;
  border-right: 1px solid #5b5b5b;
  display: flex;
  align-items: center;
  padding: 0 12px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 700;
  font-size: 18px;
  transition: color 0.4s;
}
.nav-main__link:hover {
  color: #1a8ef1;
}
.nav-main__mobile {
  display: none;
}
.nav-mega {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 0;
  height: max-content;
  background-color: #fff;
  border: 2px solid rgba(60, 60, 60, 0.2);
  border-radius: 10px;
  max-width: 1340px;
  transition: all 0.4s;
  width: 100%;
  padding: 16px 12px 30px;
}
.nav-mega__scroll {
  max-height: 446px;
  height: 446px;
  overflow-x: auto;
}
.nav-mega__scroll.overflowed .nav-mega__list,
.nav-mega__scroll.overflowed .nav-mega__scroll {
  max-height: 665px;
}
.nav-mega__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  max-height: 446px;
  width: max-content;
  gap: 0 25px;
}
.nav-mega__item {
  max-width: 150px;
  font-size: 14px;
}
.nav-mega__item:not(:first-child) {
  margin-top: 6px;
}
.nav-mega__item_letter {
  border: none;
  color: #1a8ef1;
  font-weight: 700;
}
.nav-mega__item_letter span {
  padding: 4px;
}
.nav-mega__item_letter:not(:first-child) {
  margin-top: 10px;
}
.nav-mega__link {
  padding: 2px 2px 1px;
  border-bottom: 0.5px solid rgba(60, 60, 60, 0.2);
  display: inline-block;
  line-height: 100%;
  padding: 2px;
  font-weight: 500;
  transition: background-color 0.4s;
  word-spacing: normal;
  width: 100%;
  height: auto;
}
.nav-mega__link:hover {
  background-color: rgba(26, 142, 241, 0.2);
}
.input-header {
  max-width: 213px;
  height: 58px;
  border-radius: 10px;
  outline: #1a8ef1 solid 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
  border: none;
}
.input-header::placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #3c3c3c;
}
.input-header:focus::placeholder {
  color: transparent;
}
@media screen and (max-width: 1330px) {
  .nav-mega__list {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1330px) {
  .header__wrapper {
    flex-wrap: wrap;
  }
  .nav-top__list {
    flex-wrap: wrap;
  }
  .nav-main__list {
    flex-wrap: wrap;
  }
  .nav-main__link {
    font-size: 14px;
  }
  .nav-mega__list {
    gap: 0 10px;
  }
  .nav-mega__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .nav-mega {
    display: none;
  }
  .header {
    border: none;
  }
  .header .container {
    padding: 0 20px;
  }
  .header__contacts {
    justify-content: center;
  }
  .header__cities {
    display: none;
  }
  .header__cities--current {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0 4px;
  }
  .header__cities_mob {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .header__cities--button {
    margin-left: 4px;
    width: 24px;
    height: 24px;
  }
  .header__logo img {
    width: 47px;
    height: 47px;
  }
  .header__logo-desc {
    font-size: 12px;
  }
  .header__contacts {
    display: none;
  }
  .header__info {
    width: 100%;
    margin-top: 47px;
    background-color: #1a8ef1;
    padding: 28px 13px;
  }
  .header__info--item {
    display: flex;
    align-items: center;
  }
  .header__info--item + .header__info--item {
    margin-top: 14px;
  }
  .header__info--image {
    margin-right: 12px;
  }
  .header__info--text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .header__info--text a {
    color: inherit;
  }
  .header__etc_mob.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding: 0 20px;
  }
  .header__etc_mob--phone {
    font-weight: 700;
    font-size: 18px;
  }
  .header__burger {
    height: 36px;
    width: 36px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px;
    background-color: #1a8ef1;
  }
  .header__burger div {
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header__burger.active {
    position: relative;
    background-image: url('data:image/svg+xml,<svg width="12" height="15" viewBox="0 0 12 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1.00488L1 14.0049" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M1 1.00488L11 14.0049" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .header__burger.active div {
    display: none;
  }
  .header__burger_back {
    display: none;
  }
  .header__burger_back.active {
    margin-left: auto;
    margin-right: 10px;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px;
    background-color: #1a8ef1;
    background-image: url('data:image/svg+xml,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 15.4531L1.5 8.50499L8.5 1.55686" stroke="white" stroke-width="2" /></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .nav-top {
    display: none;
  }
  .nav-main {
    border: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
  }
  .nav-main .container {
    padding: 0;
  }
  .nav-main.active {
    position: static;
    opacity: 1;
    z-index: 1;
  }
  .nav-main__loaded {
    display: none;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }
  .nav-main__loaded.active {
    display: block;
  }
  .nav-main__loaded--alphabet {
    padding: 0 7px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 36px;
  }
  .nav-main__loaded--letter {
    font-weight: 700;
    font-size: 16px;
    padding: 6px 10px;
    border: 1px solid #1a8ef1;
    background-color: #fff;
    border-radius: 5px;
  }
  .nav-main__loaded--letter.active {
    background-color: #1a8ef1;
    color: #fff;
  }
  .nav-main__mobile {
    display: block;
  }
  .nav-main__mobile .header__contacts {
    display: flex;
    max-height: 50px;
  }
  .nav-main__mobile .header__contacts img {
    height: 50px;
    width: 50px;
  }
  .nav-main__mobile .nav-main__list {
    margin-top: 36px;
  }
  .nav-main__mobile .nav-main__list a::after {
    display: none;
  }
  .nav-main__wrapper {
    background-color: #fff;
    position: static;
    width: 100%;
  }
  .nav-main__list {
    padding: 0 8px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-main__list_hidden {
    display: none;
  }
  .nav-main__item {
    width: 100%;
    word-spacing: unset;
    height: 100%;
    padding: 0;
    border-bottom: 0.5px solid #3c3c3c;
  }
  .nav-main__item_search {
    margin: 24px auto 0;
    border: none;
  }
  .nav-main__item_search .input-header {
    width: 100%;
    max-width: 100%;
  }
  .nav-main__item_feedback {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
    border: none;
    margin-top: 24px;
  }
  .nav-main__item_feedback .d-form__btn {
    width: 100%;
  }
  .nav-main__link {
    border: none;
  }
  .nav-main__link::after {
    content: url("../images/header_arrow.svg");
    border-radius: 5px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #1a8ef1;
  }
}
.modal__wrapper {
  padding: 16px 35px;
  background-color: #fff;
  border: 2px solid rgba(60, 60, 60, 0.2);
  border-radius: 10px;
  max-height: 300px;
  max-width: 600px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__cities {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: 0.4s;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
}
.modal__cities.active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.modal__cities--title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.modal__cities--content {
  display: grid;
  gap: 20px;
}
.modal__cities--close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .modal__wrapper {
    width: 90%;
  }
  .modal__cities--content {
    grid-template-columns: repeat(2, 200px);
  }
}
.page-content__text {
  display: none;
}
.page-content__text h1 {
  margin: 0 0 30px;
  line-height: 20px;
}
.page-content__text h2 {
  margin: 20px 0 20px;
  line-height: 25px;
}
.page-content__text ul,
.page-content__text ol {
  list-style-position: inside;
  margin: 20px 0;
}
.page-content__text ol li + li {
  margin-top: 5px;
}
.page-content__text ul li + li {
  margin-top: 5px;
}
.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 10px;
}
.mobile {
  display: none;
}
.dekstop {
  display: block;
}
.header-large_mobile,
.footer-mobile {
  display: none;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.slick-dots li + li {
  margin-left: 4px;
}
.slick-dots .slick-active button {
  background-color: #1a8ef1;
}
.slick-dots button {
  width: 9px;
  height: 9px;
  font-size: 0;
  border: 1px solid #828282;
  border-radius: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jc {
  justify-content: center;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 33px;
}
.breadcrumbs li:first-child a {
  display: block;
  width: 19px;
  height: 16px;
  background: url(../images/home.png) no-repeat center;
  font-size: 0;
}
.breadcrumbs li:first-child a span {
  display: none;
}
.breadcrumbs li + li::before {
  content: url(../images/breadcrumbs.png);
  margin: 0 5px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  color: #1a8ef1;
}
.breadcrumbs img {
  vertical-align: sub;
}
.breadcrumbs > li {
  white-space: normal;
}
.breadcrumbs > li > a {
  white-space: normal;
}
.reviews__block-title {
  display: none;
}
.no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
.default-space {
  margin: 38px auto;
}
.mt-auto {
  margin-top: auto;
}
.main-container {
  max-width: 1329px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  gap: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-heading {
  line-height: 110%;
}
.main-container_r {
  margin-left: auto;
}
.main-container_r .feedback-ask {
  margin-top: 30px;
}
.find__item > a:hover {
  color: #1a8ef1;
}
.feedback-ask {
  border: 3px solid #e4e4e4;
  border-radius: 10px;
  padding: 34px 14px 47px 14px;
  text-align: center;
  width: 326px;
  color: #fff;
}
.feedback-ask h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  line-height: 110%;
}
.feedback-ask .feedback-ask__text {
  margin-top: 15px;
}
.feedback-ask form {
  margin-top: 16px;
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
}
.feedback-ask form .modal-c__label--checkbox span {
  color: #fff;
}
.feedback-ask #faq_form {
  display: grid;
  gap: 15px;
}
.feedback-ask .h-title {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}
.feedback-ask .modal-c__label--checkbox {
  margin-top: 0;
}
.feedback-ask span {
  text-transform: lowercase;
}
.title {
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3c3c;
}
.fs-40 {
  font-size: 40px;
  line-height: 40px;
}
.fs-26 {
  font-weight: 400;
  font-size: 26px;
  line-height: 25px;
}
.fs-25 {
  font-size: 25px;
  line-height: 35px;
}
.fs-35 {
  font-size: 35px;
  line-height: 35px;
}
.fs-18 {
  font-size: 18px;
  line-height: 26px;
}
.lh-18 {
  line-height: 18px;
}
.fs-14 {
  font-size: 14px;
}
.gray-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6a87a5;
}
.privacy-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #3c3c3c;
}
.privacy-text a {
  color: #6a87a5;
}
.bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.main-blue {
  color: #1a8ef1;
}
.white {
  color: #fff;
}
.fs-12 {
  font-size: 12px;
  line-height: 12px;
}
.header-small {
  background-color: #1a8ef1;
}
.header-small__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
.header-small__geo {
  color: #fff;
}
.header-small__geo img {
  margin-right: 8px;
}
.header-small__geo a {
  font-weight: 200;
  color: #fff;
}
.header-small__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 67px;
}
.header-small__nav a {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.header-small__nav a:hover {
  text-shadow: 0 0 0.9px #fff, 0 0 0.9px #fff, 0 0 0.9px #fff;
}
.header-small__nav li + li {
  margin-left: 40px;
}
.header-small__form {
  margin-left: auto;
}
.header-large__title {
  font-size: 20px;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 13px;
}
.header-large__inner {
  max-width: 1165px;
  margin: 0 auto;
  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;
  padding-top: 13px;
  padding-bottom: 7px;
}
.header-large__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 121px;
}
.header__mt {
  margin-top: 15px;
}
.header-large__column-content {
  margin-top: 3px;
}
.header-large__column-content a {
  font-size: 25px;
  color: #3c3c3c;
}
.header-large__column-item > button {
  margin-top: 3px;
}
.header-large__column-item img {
  margin-right: 17px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.header-large__column-text {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.burger {
  width: 28px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
.burger span {
  height: 2px;
  background-color: #fff;
}
.burger-top {
  width: 100%;
}
.burger-middle {
  width: 20px;
}
.burger-bottom {
  width: 12px;
}
.btn {
  border: none;
  display: inline-block;
  cursor: pointer;
  background: #f2dbb2;
  border-radius: 6px;
  padding: 12px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #3c3c3c;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn-w215 {
  width: 215px;
}
.btn-w288 {
  width: 288px;
}
.btn:hover {
  background-color: #aca89d;
}
.btn_footer {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #3c3c3c;
}
.w-355 {
  width: 355px;
}
.w-100 {
  width: 100% !important;
}
.input {
  background: #ffffff;
  border-radius: 9px;
  border: none;
  position: relative;
}
.input__wrapper {
  position: relative;
}
.input__wrapper .input-find {
  border: 1px solid rgba(60, 60, 60, 0.6);
  margin-top: 10px;
  position: relative;
}
.input__reset {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  right: 15px;
  width: 10px;
  height: 13px;
  background-image: url(../images/close.svg);
  background-size: 100%;
  background-color: #fff;
}
.input:focus-visible {
  outline: none;
  border: #57a9f2 1px solid;
}
.input:focus-visible::-webkit-input-placeholder {
  color: #57a9f2;
}
.input:focus-visible::-moz-placeholder {
  color: #57a9f2;
}
.input:focus-visible:-ms-input-placeholder {
  color: #57a9f2;
}
.input:focus-visible::-ms-input-placeholder {
  color: #57a9f2;
}
.input:focus-visible::placeholder {
  color: #57a9f2;
}
.input-blog {
  border: 1px solid #aca89d;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 52px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 15px;
}
.input-blog::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-blog::-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-blog:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-blog::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-blog::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-find {
  width: 100%;
  margin: 24px 0;
  padding: 10px 20px 10px 52px;
  font-size: 18px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 15px;
  border: 1px solid #aca89d;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}
.input-find::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-find::-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-find:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-find::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-find::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-footer {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 1px;
  padding-left: 44px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 15px;
  border-radius: 15px;
  height: 40px;
}
.input-footer::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-footer::-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-footer:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-footer::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-footer::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.input-phone {
  padding: 17px 0 17px 56px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-position: 22px;
  border: 1px solid #f2dbb2;
  border-radius: 6px;
}
.input-email {
  padding: 17px 0 17px 56px;
  background-image: url(../images/comment-mail.png);
  background-repeat: no-repeat;
  background-position: 22px;
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-phone::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-phone::-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-phone:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-phone::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-phone::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-user {
  padding: 17px 0 17px 56px;
  background-image: url(../images/user.png);
  background-repeat: no-repeat;
  background-position: 22px;
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  font-size: 18px;
}
.input-user::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-user::-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-user:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-user::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.input-user::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}
.textarea {
  background: #ffffff;
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  height: 350px;
  padding: 18px 18px 18px 43px;
  background-image: url(../images/text.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #3c3c3c;
}
.textarea:focus-visible {
  border: #57a9f2 1px solid;
  outline: #57a9f2 1px solid;
}
.textarea:focus-visible::-webkit-input-placeholder {
  color: #828282;
}
.textarea:focus-visible::-moz-placeholder {
  color: #828282;
}
.textarea:focus-visible:-ms-input-placeholder {
  color: #828282;
}
.textarea:focus-visible::-ms-input-placeholder {
  color: #828282;
}
.textarea:focus-visible::placeholder {
  color: #828282;
}
.sort_btn,
.radio {
  border: 1px solid rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  padding: 10px 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #3c3c3c;
  text-align: left;
  background-color: transparent;
  transition: backround-color 0.3s ease, color 0.3s, border-color 0.3s ease;
  cursor: pointer;
}
.radio {
  display: block;
}
.radio span {
  display: block;
}
.radio input {
  display: none;
}
.radio input:checked ~ span {
  background: #1a8ef1;
  border: 1px solid #1a8ef1;
  color: #fff;
}
.sort_btn:hover,
.radio {
  background: #1a8ef1;
  border: 1px solid #1a8ef1;
  color: #fff;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ span::before {
  background: #1a8ef1;
}
.checkbox input:checked ~ span {
  color: #1a8ef1;
}
.checkbox span {
  font-size: 18px;
  color: #3c3c3c;
}
.checkbox span::before {
  content: "";
  width: 16px;
  display: inline-block;
  height: 16px;
  border: 1px solid #828282;
  border-radius: 2px;
  margin-right: 15px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.letter_btn {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.letter_btn span {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #828282;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  color: #3c3c3c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.letter_btn span:hover {
  background-color: #1a8ef1;
  color: #fff;
  border-color: #1a8ef1;
}
.letter_btn input {
  display: none;
}
.letter_btn span.active {
  color: red;
  font-weight: bold;
}
.license__btn {
  background: #ffffff;
  border: 1px solid #828282;
  border-radius: 10px;
  height: 55px;
  padding: 16px 0 17px 8px;
  font-size: 18px;
  line-height: 20px;
  color: #828282;
  background-image: url(../images/license_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 21px) 50%;
}
.license__btn:hover {
  border: 1px solid #1a8ef1;
  color: #1a8ef1;
}
.reviews__nav-btn {
  background: #ffffff;
  border: 1px solid #828282;
  border-radius: 9px;
  padding: 16px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 213px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: #3c3c3c;
}
.reviews__nav-btn:hover,
.reviews__nav-btn.active {
  background: #1a8ef1;
  border: 1px solid transparent;
  color: #fff;
}
.hero {
  background-color: #d5eaff;
  border-top: 1px solid #aca89d;
  border-bottom: 1px solid #aca89d;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.hero__form .input,
.hero__form .btn {
  height: 54px;
}
.hero__form .hero__privacy-wrapper {
  margin-left: 12px;
}
.hero__form .hero__privacy-wrapper .privacy-text {
  margin-top: 7px;
}
.hero__img img {
  object-fit: contain;
}
.prof__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
  border: 3px solid #1a8ef1;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 60px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.hero__inner .title {
  max-width: 730px;
}
.hero__inner .fs-26 {
  margin-top: 20px;
}
.hero__inner .gray-text {
  margin-top: 20px;
}
.hero__info {
  max-width: 1217px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 38px;
}
.hero__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero__info-desc {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3c3c3c;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.hero__content .input {
  margin: 0;
  width: 100%;
}
.hero-small {
  background: #d5eaff;
  border: 1px solid #aca89d;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-small .hero__inner {
  padding-top: 15px;
  padding-bottom: 23px;
  min-height: 320px;
}
.hero-small .hero__inner .gray-text {
  margin-top: 7px;
}
.hero-small .hero__inner .hero__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-small .hero__inner .hero__content h3 {
  margin-bottom: auto;
}
.hero-small h1 {
  margin-bottom: 8px;
}
.price-block {
  background: #1a8ef1;
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  padding: 9px 20px;
  width: 214px;
  margin-top: 52px;
}
.find {
  padding-top: 48px;
  padding-bottom: 60px;
}
.find__inner {
  margin-top: 43px;
  display: grid;
  -webkit-box-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
.find__alphabet {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.find__sort > * + * {
  margin-top: 17px;
}
.find__sort .title img {
  margin-right: 10px;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.find__sort-form {
  margin-top: 9px;
}
.find__sort-form .input {
  margin-bottom: 15px;
}
.find__sort-privacy-wrapper button {
  margin-bottom: 6px;
}
.find__sort-privacy-wrapper a {
  color: #1a8ef1;
}
.find__sort-feedback {
  margin-top: 28px;
  display: none;
}
.find__sort-feedback > * + * {
  margin-top: 17px;
}
.find__sort-help {
  font-size: 18px;
  line-height: 18px;
  color: #1a8ef1;
}
.find__sort-fbtext {
  margin-top: 13px;
  font-size: 15px;
  color: #3c3c3c;
}
.find__sort-items {
  margin-top: 34px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.find__sort-items > * + * {
  margin-top: 17px;
}
.find__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.find__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.find__list a {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: clamp(16px, 1vw, 18px);
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 18px;
}
.find__list li {
  max-width: 360px;
  list-style: none;
}
.find__list_dashed {
  border-left: 1px dashed #e4e4e4;
  padding-left: 20px;
}
.find-firstLetter {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  color: #1a8ef1;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 10px 2px 10px;
  margin-bottom: 10px;
  line-height: normal;
}
.header__bottom {
  background: #1a8ef1;
  padding: 9px 0;
}
.header__bottom .input__wrapper .input__reset {
  top: 50%;
}
.find__wrapper .input__wrapper .input__reset {
  top: 40%;
}
.find__wrapper .pagination {
  margin-top: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.find__page .find__results {
  max-height: 100%;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.pagination_left,
.pagination_right {
  cursor: pointer;
  background: #1a8ef1;
  border-radius: 5px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 37px;
  height: 37px;
  background-image: url(../images/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}
.pagination_left {
  margin-right: 47px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.page-numbers {
  border: 1px solid rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  padding: 4px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3c3c3c;
  text-decoration: none;
  transition: 0.3s ease;
}
.page-numbers.prev,
.page-numbers.next {
  font-size: 0;
  cursor: pointer;
  background: #1a8ef1;
  border-radius: 5px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 48px;
  height: 48px;
  background-image: url(../images/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.page-numbers.prev {
  margin-right: 10px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.page-numbers.next {
  margin-left: 10px;
}
.page-numbers.current {
  color: #1a8ef1;
}
.advantages__inner {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  max-width: 1330px;
  margin-left: auto;
}
.advantages__blocks .slick-slide {
  margin: 0 5px;
}
.advantages__blocks-item {
  cursor: pointer;
  height: 200px !important;
  padding: 23px 21px 24px 13px;
  background: #ffffff;
  position: relative;
  width: 213px;
  border: 3px solid #e4e4e4;
  border-radius: 20px;
}
.advantages__blocks-item .main-blue {
  margin-top: 18px;
}
.advantages.desktop {
  padding-bottom: 147px;
  background-image: url(../images/advantages_bg.png);
  background-size: 60% 100%;
  background-position: 75%top;
  background-repeat: no-repeat;
  margin-top: 90px;
  margin-bottom: 90px;
}
.pay__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px;
  gap: 10px;
}
.pay__inner .advantages__blocks-item {
  transition: 0.4s;
}
.pay__inner .advantages__blocks-item:hover {
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.15);
}
.advantages__blocks-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
}
.advantages__blocks-number {
  position: absolute;
  top: 17px;
  right: 9px;
  font-weight: 700;
  font-size: 18px;
  color: #aca89d;
}
.advantages__blocks-column + .advantages__blocks-column {
  margin-left: 14px;
}
.advantages__blocks-column div + div {
  margin-top: 10px;
}
.feedback__inner {
  max-width: 1106px;
  margin: 0 auto;
  min-height: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feedback__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.feedback__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
.feedback__block {
  padding: 28px 48px;
  background: #1a8ef1;
  border-radius: 30px;
  width: 820px;
}
.feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
}
.feedback__form > * {
  flex-basis: 50%;
}
.feedback__privacy-wrapper .privacy-text {
  color: #fff;
  margin-top: 7px;
  text-align: center;
}
.feedback__privacy-wrapper .privacy-text a {
  color: #fff;
}
.feedback__privacy-wrapper .privacy-text span {
  color: #fff;
  font-size: 12px;
}
.feedback_mt {
  margin-top: 42px;
}
.feedback-owner {
  margin-top: 45px;
  background-color: #d5eaff;
  padding: 48px 0;
}
.feedback-owner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feedback-owner__content {
  max-width: 530px;
}
.feedback-owner__text {
  margin-top: 40px;
}
.feedback-owner-form {
  margin-top: 57px;
}
.feedback-owner-privacy-wrapper {
  margin-top: 10px;
}
.feedback-owner-privacy-wrapper .privacy-text {
  color: #fff;
}
.feedback-owner-privacy-wrapper .privacy-text a {
  color: inherit;
}
.feedback-owner__window-img {
  margin-left: -15px;
  margin-left: -60px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.feedback-owner__window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback-owner__window-form {
  background: #1a8ef1;
  border-radius: 30px;
  max-width: 439px;
  padding: 62px 17px 62px 49px;
}
.feedback-owner__window-form .window-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
}
.feedback-owner__window-form .window-subtitle {
  margin-top: 16px;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.documents {
  margin-top: 34px;
  padding-top: 39px;
  padding-bottom: 56px;
  background-color: #f4f4f4;
  margin-bottom: 90px;
}
.documents__subtitle {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #3c3c3c;
}
.documents__inner {
  max-width: 1106px;
  margin: 0 auto;
  margin-top: 38px;
  display: grid;
  grid-template-columns: 454px 365px;
  grid-template-rows: repeat(1, 1fr);
  margin-top: 39px;
  -webkit-column-gap: 39px;
  -moz-column-gap: 39px;
  column-gap: 39px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 15px;
}
.documents__block:nth-child(1) {
  grid-row: 1/1;
}
.documents__block:nth-child(1) img {
  width: 454px;
  height: 166px;
}
.documents__block:nth-child(2) img {
  width: 454px;
  height: 301px;
}
.documents__block:nth-child(3) {
  grid-row: 1/3;
}
.documents__block:nth-child(3) img {
  width: 365px;
  height: 521px;
}
.documents__block-img img {
  box-shadow: -11px 11px 11px -4px rgba(0, 0, 0, 0.4);
}
.documents__text {
  margin: 18px auto 0;
}
.licenses {
  padding-top: 65px;
}
.licenses__inner {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 15px;
}
.licenses__info {
  width: 437px;
}
.licenses__info-subtitle {
  margin-top: 21px;
}
.licenses__links {
  margin-top: 36px;
  list-style: none;
}
.licenses__links a {
  display: block;
}
.licenses__links a + a {
  margin-top: 6px;
}
.licenses__slider {
  position: relative;
  max-width: 800px;
}
.licenses__slider-item a,
.licenses__slider-item img {
  width: 271px;
  height: auto;
  object-fit: contain;
}
.licenses__slider-btns #license-left,
.licenses__slider-btns #license-left_second {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5%;
}
.licenses__slider-btns #license-right,
.licenses__slider-btns #license-right_second {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%), rotate(380deg);
  transform: translateY(-50%), rotate(380deg);
  right: -5%;
}
.benefits {
  padding-top: 65px;
  max-width: 1328px;
  margin: 0 auto;
}
.benefits__inner {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 15px;
}
.benefits__content {
  max-width: 204px;
}
.benefits__content h2 {
  line-height: 18px;
}
.benefits__content .h2.title {
  line-height: 18px;
  font-size: 18px;
}
.benefits__content-img {
  margin-top: 33%;
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, 213px);
  gap: 4px 10px;
}
.benefits__grid-item img {
  border: 2px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  width: 213px;
  height: 213px;
  -o-object-fit: contain;
  object-fit: contain;
}
.benefits__grid-item__text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
}
.benefits__grid-item:hover img {
  border: 2px solid #1a8ef1;
}
.benefits__grid-item:hover .benefits__grid-item__text {
  color: #1a8ef1;
}
.clients {
  padding-top: 65px;
}
.clients__inner {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}
.clients__item {
  margin: 0 5px;
}
.readus {
  padding-top: 75px;
}
.readus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}
.readus__post {
  width: 324px;
}
.readus__post div + div {
  margin-top: 12px;
}
.readus__post-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 322px;
  height: 223px;
  border-radius: 20px;
}
.readus__post-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #3c3c3c;
  word-wrap: break-word;
}
.readus__post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.readus__date {
  margin-left: auto;
}
.readus__date img {
  margin-right: 5px;
  vertical-align: middle;
}
.readus__link {
  font-size: 18px;
  text-decoration-line: underline;
  color: #3c3c3c;
}
.readus__link:hover {
  color: #1a8ef1;
}
.map {
  padding-top: 65px;
}
.map > iframe {
  width: 100%;
  vertical-align: bottom;
  height: 300px;
}
.footer {
  background-color: #1a8ef1;
  padding-top: 25px;
  padding-bottom: 26px;
  color: #fff;
  background: #1a8ef1;
  padding-top: 81px;
  padding-bottom: 20px;
}
.footer__inner {
  max-width: 1230px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 220px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 20px;
}
.footer__list-subtitle {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #3c3c3c;
}
.footer__list {
  list-style: none;
}
.footer__list a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.footer__list a:hover {
  text-shadow: 0 0 0.9px #fff, 0 0 0.9px #fff, 0 0 0.9px #fff;
}
.footer__list .footer-privacy a {
  font-size: 14px;
}
.footer__list li + li {
  margin-top: 6px;
}
.footer__list li > a img {
  margin-right: 7px;
}
.footer__list li > .btn {
  margin-top: 19px;
  margin-bottom: 15px;
  height: 50px;
}
.footer__list .footer-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__list .footer-payments img + img {
  margin-left: 6px;
}
.footer__list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 36px;
}
.footer__list-search {
  margin-top: 17px;
}
.footer__list_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.footer__list_contacts ul {
  list-style: none;
}
.footer__list_contacts ul:nth-child(2) {
  margin-left: 50px;
  margin-right: 9px;
}
.footer__list-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__list-socials a {
  display: unset;
}
.footer__list-socials a + a {
  margin-left: 7px;
}
.footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__icon img {
  margin-right: 7px;
}
.reviews__inner {
  margin-top: 34px;
  max-width: 1106px;
  margin: 0 auto;
}
.reviews__nav {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.reviews__nav button + button {
  margin-left: 10px;
}
.reviews__content_audio-wrapp {
  display: grid;
  grid-template-columns: repeat(3, auto);
  row-gap: 26px;
  justify-content: space-between;
}
.reviews__content_company-item_audio {
  flex-basis: auto;
  padding: 13px 20px;
  border: 2px solid #828282;
  border-radius: 9px;
}
.reviews__content_company-item_audio p {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
  margin-bottom: 10px;
}
.reviews__content_company-item:nth-child(even) > audio {
  display: block;
  margin-left: auto;
}
.contacts__info-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #828282;
}
.contacts__info-content {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
}
.reviews__content {
  margin-top: 75px;
}
.reviews__content_company,
.reviews__content_other {
  display: none;
}
.reviews__content_company.active,
.reviews__content_other.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 38px 50px;
}
.reviews__content_company-img,
.reviews__content_other-img {
  padding: 14px 5px;
  border: 2px solid #828282;
  border-radius: 9px;
  margin-top: 9px;
}
.reviews__content_company-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.reviews__content_company-item,
.reviews__content_other-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.reviews__content_users,
.reviews__content_audio {
  margin-top: 75px;
  display: none;
}
.reviews__content_users.active {
  display: block;
}
.reviews__content_audio.active {
  display: block;
}
.reviews__content_audio.active > .reviews__content_audio-wrapp {
  display: grid;
}
.reviews__content_users-wrapp {
  margin-top: 32px;
}
.reviews__content_users-wrapp
  .reviews__content_users-item
  + .reviews__content_users-item {
  margin-top: 29px;
}
.reviews__content_users-item {
  position: relative;
  background: #eff7fc;
  border-radius: 9px;
  padding: 20px 117px 75px 20px;
}
.reviews__content-subtitle {
  margin-top: 47px;
}
.reviews-text {
  margin-top: 28px;
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
}
.reviews-spec {
  font-size: 14px;
  line-height: 14px;
  color: #3c3c3c;
}
.reviews-stars {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}
.director {
  max-width: 881px;
  border: 1px solid #828282;
  border-radius: 15px;
  padding: 21px 20px;
  margin: 0 auto;
  height: 288px;
  margin-top: 57px;
}
.director__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.director__inner .director__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.director__inner .director__text-title {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #1a8ef1;
}
.director__inner .director__text-desc {
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
}
.director__inner .director__text-img {
  border-radius: 10px;
  width: 267px;
  height: 247px;
  -o-object-fit: contain;
  object-fit: contain;
}
.blog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px 67px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1108px;
  margin: 0 auto;
  margin-top: 64px;
}
.blog .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1107px;
  margin: 0 auto;
  margin-top: 37px;
}
.faq__inner .feedback-ask {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.faq .faq__question,
.faq .faq__answer {
  padding: 16px 9px;
  border: 1px solid #828282;
  border-radius: 9px;
}
.faq .faq__list {
  width: 771px;
}
.faq .faq__answer {
  display: none;
  margin-top: 9px;
}
.faq .faq__item {
  cursor: pointer;
}
.faq__question:hover,
.faq__item.active > .faq__question {
  background-color: #1a8ef1;
  color: #fff;
}
.faq__list > .faq__item + .faq__item {
  margin-top: 10px;
}
.contacts .contacts__text {
  max-width: 660px;
}
.contacts .contacts__text hr {
  margin-top: 30px;
  margin-bottom: 37px;
}
.contacts .feedback-ask {
  width: 436px;
}
.contacts .feedback-ask button {
  margin: 0 auto;
  margin-top: 13px;
}
.contacts .btn {
  display: block;
}
.contacts .contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 34px;
}
.contacts .contacts__info * {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.contacts__info a:hover {
  color: #1a8ef1;
  text-decoration: underline;
}
.page-content .page-content__text {
  max-width: 752px;
}
.page-content .interesting {
  margin-top: 30px;
}
.page-content .interesting .sort_btn {
  margin-top: 17px;
  border: 3px solid #e4e4e4;
  border-radius: 6px;
}
.page-content .interesting .sort_btn:hover {
  border: 3px solid transparent;
}
.interesting h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #3c3c3c;
}
.interesting .h-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #3c3c3c;
}
.programms .programms__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 28px;
}
.programms h2 {
  max-width: 769px;
}
.programms .programms__wrapper {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 882px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 10px;
}
.programms .programms__item {
  align-self: flex-start;
  font-size: 15px;
  background: #ffffff;
  border: 3px solid #e4e4e4;
  border-radius: 10px;
  padding: 51px 13px 17px;
  background-image: url(../images/program.png);
  background-repeat: no-repeat;
  background-position: 16px 14px;
  width: 211px;
  height: 213px;
  display: flex;
  flex-direction: column;
}
.programms .programms__cost {
  margin-top: 20px;
}
.programms .feedback-ask {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.programms__inner {
  margin-bottom: 46px;
}
.programms__item__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #3c3c3c;
}
.programms__item a {
  display: block;
  margin-top: auto;
  border-radius: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #3c3c3c;
}
.w-268 {
  width: 268px;
}
.quiz {
  background: #fff;
}
.quiz__inner {
  max-width: 1332px;
  margin: 0 auto;
  padding: 0 0 39px;
  display: flex;
  justify-content: space-between;
}
.quiz__content {
  width: 100%;
  position: relative;
}
.quiz__content input[type="radio"] {
  display: none;
}
.quiz__content label > span {
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  border: 3px solid #e4e4e4;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 19px;
  width: 100%;
  text-align: center;
  transition: 0.4s;
  color: #000;
  font-size: 18px;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.quiz__content label > span:hover,
.quiz__content input:checked ~ span {
  background: #0e5797;
  border: 3px solid transparent;
  color: #fff;
}
.quiz__content div {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.quiz__content form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.quiz__content-title {
  margin-top: 35px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.quiz__step-content {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.quiz__step-content > label + label {
  margin-left: 10px;
}
.quiz__content_last {
  display: flex;
  align-items: flex-start;
}
.quiz__content_last button {
  padding: 12px 0;
  margin: 0;
  margin-bottom: 5px;
}
.quiz__content > label + label {
  margin-left: 10px;
}
.quiz__btn {
  cursor: pointer;
  display: inline-block;
  background: #f2dbb2;
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 19px;
  width: 213px;
  text-align: center;
  transition: 0.4s;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
}
.quiz__btn:hover {
  border: 1px solid transparent;
  background-color: #aca89d;
}
.quiz__form {
  position: relative;
  width: 100%;
}
.quiz_step {
  display: none;
  transition: 0.4s;
  width: 100%;
}
.quiz_step.active {
  display: block;
}
.quiz__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  width: 100%;
}
.quiz__pagination {
  align-self: flex-end;
  visibility: hidden;
  opacity: 0;
}
.quiz__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #e4e4e4;
  border-radius: 6px;
}
.quiz__pagination img {
  margin: 0 7px;
}
.quiz__pagination.active {
  visibility: visible;
  opacity: 1;
}
.quiz__pagination.active > span.active {
  background: #d5eaff;
  border: 2px solid transparent;
  color: #000;
}
.hiden_find {
  display: none;
}
.hiden_find > * {
  margin-top: 17px;
}
.documents__center {
  display: flex;
  align-items: center;
}
a[data-lightbox] {
  position: relative;
  display: block;
  margin: auto;
}
a[data-lightbox]::before {
  position: absolute;
  width: 41px;
  display: inline-block;
  height: 41px;
  content: url(../images/look-full.svg);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
a[data-lightbox]:hover::before {
  visibility: visible;
  opacity: 1;
}
.second-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
}
.with-second {
  display: flex;
  column-gap: 10px;
}
.delivery__inner {
  margin-bottom: 38px;
}
.readus__post-first {
  flex-basis: 80%;
  margin: 0 auto;
  height: 300px;
  display: flex;
}
.readus__post-first .readus__post-img img {
  width: 436px;
  height: 300px !important;
  object-fit: cover;
}
.readus__post-first__content {
  margin-left: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.prof_type-main {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.prof_type-main span {
  width: 213px;
  text-align: center;
  height: 50px;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  font-size: 18px;
  line-height: 18px;
}
.close::before {
  cursor: pointer;
  content: "x";
  color: #3c3c3c;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  z-index: 1;
}
.mobile_menu {
  display: none;
}
.header__phone {
  font-weight: 700;
  font-size: 30px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #3c3c3c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.readmore__button {
  display: none;
}
@media (max-width: 1000px) {
  #modal-c .modal-c__container {
    flex-direction: column;
  }
  .modal-c__left {
    display: none;
  }
  .hero__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 15px;
  }
  .hero__inner .gray-text {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .hero__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    row-gap: 14px;
    padding-bottom: 0;
  }
  .container {
    padding: 0 5px;
    max-width: 100%;
  }
  .header-large_mobile {
    display: block;
  }
  .hero__content {
    text-align: center;
  }
  .hero__content .price-block {
    width: 100%;
  }
  .header-large_mobile__inner {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }
  .header-large_mobile__inner > * {
    margin: 0 5px;
  }
  .hero__img img {
    width: 100%;
    height: auto;
  }
  .hero__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
  }
  .hero__form .btn {
    width: 100%;
  }
  .hero__form .hero__privacy-wrapper {
    margin: 0;
  }
  .hero__info-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .hero__info-img img {
    vertical-align: middle;
  }
  .hero__info-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .find__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
  }
  .find__sort-items {
    margin: 0;
  }
  .find {
    padding-bottom: 0;
    padding-top: 33px;
  }
  .fs-35,
  .fs-40 {
    font-size: 25px;
    line-height: 25px;
  }
  .advantages {
    overflow: hidden;
    background: none;
  }
  .advantages__inner {
    display: block;
    padding-top: 33px;
    padding-bottom: 12px;
    background-image: none;
  }
  .advantages__inner .title {
    text-align: center;
    max-width: 100%;
    margin-bottom: 26px;
  }
  .advantages__blocks-item {
    margin: 0 5px;
  }
  .advantages__blocks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .advantages__blocks .slick-track > .advantages__blocks-item {
    height: 200px !important;
    margin-bottom: 10px;
  }
  .feedback__block {
    width: 100%;
    padding: 26px 33px 9px;
  }
  .feedback__block .btn {
    width: 100%;
  }
  .feedback__img {
    display: none;
  }
  .feedback__title {
    font-size: 25px;
    line-height: 25px;
  }
  .feedback__inner {
    height: auto;
  }
  .feedback__inner .input {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 6px;
  }
  .documents__inner {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .documents__inner img {
    width: 319px !important;
    height: auto !important;
  }
  .documents__inner > * + * {
    margin-top: 10px !important;
  }
  .documents__block-img a {
    height: 100%;
  }
  .documents__block-img img {
    width: 80%;
    height: 100%;
  }
  .licenses {
    padding-top: 29px;
  }
  .licenses__inner {
    display: block;
    position: relative;
  }
  .licenses__slider-btns {
    display: none;
  }
  .licenses__slider-item {
    margin: 0;
    max-width: 100%;
  }
  .licenses__slider-item a,
  .licenses__slider-item img {
    height: 200px;
    width: auto;
    margin: auto;
  }
  .licenses__info {
    width: auto;
    text-align: center;
    margin-bottom: 18px;
  }
  .feedback-owner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feedback-owner__window {
    width: 100%;
    margin-top: 27px;
  }
  .feedback-owner__window-img {
    display: none;
  }
  .feedback-owner__window-form {
    text-align: center;
    padding: 22px 27px 33px 39px;
    max-width: 100%;
  }
  .feedback-owner__window-form .window-title {
    font-size: 25px;
  }
  .feedback-owner__window-form .feedback-owner-form {
    margin-top: 17px;
  }
  .feedback-owner__window-form .feedback-owner-form .input,
  .feedback-owner__window-form .feedback-owner-form .btn {
    width: 100%;
  }
  .feedback-owner__content {
    max-width: 100%;
  }
  .benefits {
    padding-top: 33px;
  }
  .benefits .benefits__content {
    display: none;
  }
  .benefits .benefits__grid {
    display: block;
    gap: 0;
    margin: 0 auto;
    width: 100%;
  }
  .benefits .slick-slide {
    margin: 0 6px;
  }
  .benefits .benefits__grid-item__text {
    max-width: 213px;
  }
  .benefits__grid-item {
    width: 213px !important;
    margin-right: -50px;
  }
  .clients__inner {
    display: block;
  }
  .clients__inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clients__item {
    display: none;
  }
  .clients__item img {
    margin: 0 auto;
    max-width: 100%;
  }
  .clients__item.slick-current {
    display: block;
  }
  .readus__post-img img {
    width: 100%;
    height: auto;
  }
  .readus__post {
    max-width: 100%;
    margin: 0 10px;
  }
  .readus__post-first {
    width: 324px;
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  .readus__post-first .readus__post-img img {
    width: 100%;
  }
  .readus__post-first__content {
    flex-direction: column;
    margin-left: 0;
  }
  .readus__inner {
    gap: 0;
  }
  .readus__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left {
    margin-left: auto;
  }
  .feedback__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feedback__form .input {
    margin: 0;
  }
  .footer-mobile {
    display: block;
  }
  .footer__list {
    padding-top: 13px;
    color: #fff;
  }
  .footer-mobile__blue {
    background-color: #1a8ef1;
  }
  .footer__list_contacts-mobile ul {
    list-style: none;
  }
  .footer__list_contacts-mobile .btn {
    max-width: 162px;
    margin: 0;
  }
  .footer__list-subtitle {
    margin-top: 10px;
  }
  .footer-mobile__white .footer__list {
    color: #000;
  }
  .footer-mobile__white .footer__list a {
    color: #000;
  }
  .footer__list-title {
    margin-bottom: 10px;
  }
  .footer-privacy {
    margin-top: 14px;
  }
  .footer-privacy a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #3c3c3c;
  }
  .footer-payments {
    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;
    margin-top: 18px;
  }
  .footer-payments img + img {
    margin-left: 10px;
  }
  .btn-w215 {
    max-width: 198px;
  }
  .input-header {
    max-width: 271px;
  }
  .license__btn {
    background-position: calc(100% - 5px) 50%;
  }
  .feedback-owner {
    margin-top: 32px;
  }
  .feedback-owner .title {
    text-align: center;
  }
  .footer__icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__icon .footer__list-subtitle {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .director {
    height: auto;
    margin: 0 10px;
    margin-top: 33px;
  }
  .director__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .director__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 14px;
  }
  .director__text-desc {
    margin-top: 17px;
  }
  .director__text-name {
    margin-top: 10px;
  }
  .feedback_mt {
    margin-top: 26px;
  }
  .reviews__nav {
    display: none;
  }
  .reviews__content_company.active,
  .reviews__content_other.active {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews__content_company-item,
  .reviews__content_other-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reviews__content_company-item img,
  .reviews__content_other-item img {
    display: block;
    margin: 0 auto;
  }
  .reviews__block-title {
    display: block;
    font-size: 18px;
    color: #1a8ef1;
    margin-top: 20px;
  }
  .reviews__content {
    margin-top: 12px;
  }
  .reviews__content_users.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .reviews__content_users .btn {
    margin: 0 auto;
    margin-top: 26px;
  }
  .default-space {
    margin: 28px auto;
  }
  .blog__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-small .hero__inner {
    height: auto;
  }
  .faq .faq__list {
    width: 100%;
  }
  .faq .faq__feedback {
    display: none;
  }
  .contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .find__alphabet {
    display: flex;
    gap: 6px 2px;
    flex-wrap: wrap;
  }
  .main-container {
    padding: 0 8px;
    flex-wrap: wrap;
  }
  .programms .programms__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .programms .programms__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
  }
  .programms .programms__wrapper > .programms__item {
    width: 161px;
    font-size: 14px;
    padding: 39px 9px 13px;
    background-position: 9px 12px;
    height: 185px;
  }
  .programms .programms__cost {
    margin-top: 9px;
  }
  .find__list_dashed {
    border-left: none;
    padding-left: 0;
  }
  .find__results {
    flex-direction: column;
    gap: 10px;
  }
  .comment-form > input {
    grid-column: 1/4;
    width: 100%;
    max-width: 100% !important;
  }
  .comment-respond {
    padding: 10px !important;
  }
  .comment-form {
    row-gap: 10px;
  }
  .commentratingbox {
    white-space: nowrap;
  }
  .popup__review {
    width: 95%;
  }
  .header-large__logo img {
    width: 99px;
    height: 110px;
  }
  .reviews__content_users-item {
    padding: 13px 7px 22px;
    margin: 0 10px;
  }
  .reviews__content_users-wrapp
    .reviews__content_users-item
    + .reviews__content_users-item {
    margin: 0 10px;
  }
  .reviews__content_company-item {
    margin: 0 10px;
  }
  .feedback__form > * {
    flex-basis: 100%;
  }
  .second-text {
    display: none;
  }
  .pay__inner .advantages__blocks-item {
    padding: 16px 16px 18px 10px;
    width: 166px;
    height: 156px;
    font-size: 12px;
  }
  .pay__inner .advantages__blocks-item > .main-blue {
    margin-top: 10px;
  }
  .pay__inner .advantages__blocks-item > .advantages__blocks-text {
    font-size: 12px;
  }
  .pay__inner > * {
    flex-basis: 45%;
  }
  .quiz__inner {
    flex-wrap: wrap;
  }
  .quiz__bottom {
    flex-wrap: wrap;
    row-gap: 17px;
    justify-content: center;
  }
  .quiz__content_last {
    flex-direction: column;
    align-items: center;
  }
  .quiz__content_last div {
    margin-left: 0;
    max-width: 250px;
    width: 100%;
  }
  .quiz__image {
    order: 1;
  }
  .quiz__image img {
    width: 100%;
    height: auto;
    margin-top: 21px;
  }
  .quiz__content {
    order: 2;
    text-align: center;
    margin-top: 34px;
  }
  .quiz__content label > span {
    padding: 20px 0;
    width: 250px;
  }
  .quiz__content-title {
    margin-top: 10px;
  }
  .quiz__step-content > label + label {
    margin-left: 0;
  }
  .quiz__btn {
    width: 250px;
    margin-left: 0;
  }
  .quiz__step-content > label {
    display: block;
  }
  .prof_type-main span {
    width: 166px;
    font-size: 12px;
  }
  .prof_type-main > * {
    flex-basis: 45%;
  }
  .mobile_menu {
    top: 0;
    left: -9999px;
    position: fixed;
    transition: 0.4s;
  }
  .mobile_menu.active {
    left: 0;
    background-color: #1a8ef1;
    width: 100%;
    display: block;
    z-index: 999999;
    padding: 20px;
    height: 100%;
  }
  .mobile_menu-nav {
    list-style: none;
  }
  .mobile_menu-nav > .menu-item {
    margin-top: 10px;
  }
  .mobile_menu > * + * {
    margin-top: 10px;
  }
  .mobile_menu-soc > * {
    margin-right: 10px;
  }
  .programms__item a {
    margin-top: 16px;
    text-align: center;
    height: 26px;
    padding: 6px 8px;
  }
  .programms__item__name {
    font-size: 14px;
  }
  .reviews__content_users,
  .reviews__content_other {
    display: block;
  }
  .map > iframe {
    height: 158px;
  }
  .reviews__content_audio-wrapp {
    grid-template-columns: 1fr;
  }
  .header-large__title {
    font-size: 10px;
    line-height: 14px;
  }
  .header-large__column-content a {
    font-size: 18px;
    line-height: 26px;
    color: #3c3c3c;
  }
  .header-large__column-item img {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }
  .main-container_r {
    margin: 0 auto;
  }
  .quiz__content_last > input {
    width: 251px;
  }
  .readmore {
    display: none;
  }
  .readmore.active {
    display: block;
  }
  .readmore__button {
    display: block;
    margin: 10px 0;
    font-weight: 700;
    font-size: 18px;
    color: #1a8ef1;
  }
  .readmore__button.remove {
    display: none;
  }
}
.test {
  color: red;
}
.main-unique-single img {
  object-fit: none;
}
.main-unique-single .documents {
  margin-top: 50px;
  padding: 90px 0;
}
.main-unique-single .licenses {
  margin-bottom: 90px;
}
.main-unique-single .quiz {
  margin-top: 90px;
  margin-bottom: 90px;
}
.main-unique-single .quiz .title {
  font-weight: 700;
}
.main-unique-single .quiz__inner {
  background-color: #1a8ef1;
  border-radius: 30px;
  padding: 32px 45px;
}
.main-unique-single .title {
  font-size: 35px;
  line-height: normal;
  height: auto;
}
.main-unique-single .quiz__content-title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.main-unique-single .modify-title {
  color: #3c3c3c;
  margin-bottom: 15px;
}
.main-unique-single .readus__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.main-unique-single .readus__post-img > a > img {
  height: 223px;
  object-position: top;
  object-fit: cover;
}
.main-unique-single .benefits__grid {
  grid-template-columns: repeat(5, 200px);
}
.u-content__left {
  grid-column: 7 span;
}
.u-content__left h2 {
  margin: 15px 0;
}
.u-title-section {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 35px);
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 50px;
  line-height: 120%;
}
.u-hero {
  padding: 50px 0;
  background-color: #d5eaff;
  margin-bottom: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #aca89d;
}
.u-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .u-hero__container {
    grid-template-columns: 1fr;
  }
  .u-hero__img {
    padding: 25%;
  }
  .u-content__container {
    grid-template-columns: 1fr;
  }
  .u-content__right {
    display: none;
  }
  .u-faq__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .n-obuch-title {
    margin-bottom: 25px;
  }
  .n-docs {
    margin-top: 45px;
  }
  .n-docs-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .n-spec {
    margin-top: 45px;
  }
  .n-spec-item {
    grid-template-columns: 1fr;
  }
  .finder-d__inner {
    grid-template-columns: 1fr;
  }
  .searcher__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .searcher__block:nth-child(2) {
    border: none;
    padding: 0;
  }
}
.u-hero__img {
  position: relative;
  height: 100%;
}
.u-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.u-hero__content {
  max-width: 700px;
}
.u-hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 100%;
  text-transform: uppercase;
  color: #3c3c3c;
  max-width: 560px;
  margin-bottom: 40px;
}
.u-hero__title span {
  color: #1a8ef1;
}
.u-hero__title span#user-city {
  color: #3c3c3c;
}
.u-hero__cols {
  max-width: 680px;
  display: grid;
  grid-template-columns: 360px 280px;
  gap: 40px;
}
@media (max-width: 768px) {
  .u-hero__cols {
    grid-template-columns: 1fr;
  }
  .find__inner {
    grid-template-columns: 1fr;
  }
  .find__sort .radio span {
    width: 100%;
  }
  .find .find__sort-feedback {
    max-width: 100%;
  }
  .blog__post-content.default-space img {
    max-width: 100%;
  }
  .find,
  .hero__info {
    margin: 10px;
  }
  .licenses__slider .licenses__inner {
    display: flex;
  }
  .u-education__items {
    grid-template-columns: 1fr;
  }
  .header__bottom-block {
    height: 100vh;
    top: 135px;
  }
  .header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
  .header__callback-phone {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }
  .header__btn {
    display: none;
    font-size: 14px;
    padding: 9px 28px;
  }
  .header__bottom-block--active > .header__action-mail {
    display: block;
    padding-left: 20px;
    margin-top: 20px;
  }
  .header__bottom-block--active > .header__action-phone {
    display: block;
    padding-left: 20px;
    margin-top: 20px;
  }
  .header__actions {
    flex-direction: row-reverse;
    gap: 20px;
  }
  .footer__container {
    flex-direction: column;
  }
  .fooer__col--nav {
    flex-direction: column;
    gap: 20px;
  }
  .n-spec-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .n-spec-item {
    padding: 20px;
  }
  .n-spec-text-accent {
    font-size: 16px;
  }
  .n-spec-mid {
    text-align: center;
  }
  .n-spec-price {
    align-items: center;
    flex-direction: column;
  }
}
.u-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.u-hero__list-item {
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  position: relative;
  gap: 10px;
  padding-left: 26px;
}
.u-hero__list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 13px;
  background: url(../images/check.svg) center/contain no-repeat;
}
.u-hero__form .hero__form {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 15px;
}
.u-hero__form .form__block {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.u-hero__form .hero__privacy-wrapper {
  margin: 0;
}
.u-hero__form .btn {
  width: 100%;
}
.u-hero__form .input {
  max-width: 100%;
}
.u-hero__info {
  border-radius: 10px;
  padding: 20px 40px;
  background-color: #1a8ef1;
  margin-top: 30px;
}
.u-hero__info-list {
  list-style: none;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  align-items: flex-start;
}
.u-hero__info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 4px;
  max-width: 270px;
}
.u-hero__info-text {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}
.u-hero__info-text:nth-child(2) {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-transform: none;
}
.u-futures {
  margin-top: 50px;
  margin-bottom: 90px;
}
.u-futures__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.u-futures__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.u-futures__item-title {
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  color: #3c3c3c;
  line-height: 120%;
}
.u-futures__item-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #3c3c3c;
}
.u-content {
  background-color: #f4f4f4;
  padding: 90px 0;
}
.u-content__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: flex-start;
}
.u-content__header {
  margin-bottom: 50px;
}
.u-content__header h3 {
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 27px);
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 20px;
  line-height: 120%;
}
.u-content__header h4 {
  font-size: clamp(16px, 2vw, 20px);
  color: #3c3c3c;
  margin-bottom: 20px;
  font-weight: 700;
}
.u-content__header ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.u-content__header li {
  position: relative;
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: auto 1fr;
}
.u-content__header li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1a8ef1;
  border-radius: 50px;
}
.u-content__info {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 2.5vw, 50px);
}
.u-content__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000;
}
.u-content__right {
  position: sticky !important;
  top: 34px !important;
  grid-column: 5 span;
  width: 550px !important;
  border-radius: 30px;
  padding: 50px;
  background-color: #1a8ef1;
}
.u-content__right .feedback-ask {
  margin-top: 0;
  width: 100%;
  padding: 0;
  text-align: start;
  border: none;
}
.u-content__right .h-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.u-content__right .feedback-ask__text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.u-content__right .privacy-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}
.u-content__right .privacy-text a {
  color: #a9c3de;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}
.u-education {
  margin: 90px 0;
}
.u-education__title {
  text-align: center;
}
.u-education__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(412px, 1fr));
  gap: 44px;
}
.u-education__item-title {
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  color: #3c3c3c;
  margin-top: 20px;
}
.u-education__img {
  display: flex;
}
.u-education__img img {
  margin: 0 auto;
}
.u-services {
  background-color: #f4f4f4;
  padding: 90px 0;
}
.u-services__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}
.u-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.u-services__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.u-services__link:after {
  content: "";
  width: 30px;
  height: 9px;
  background: url(../images/arrow-u-s.svg) center/cover no-repeat;
}
.u-proff__item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  border-radius: 30px;
  background: #f4f4f4;
  padding: 24px;
  height: auto !important;
}
.u-education__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.u-proff__img {
  margin-bottom: 20px;
}
.u-proff__img img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
  max-height: 300px;
  width: 100%;
}
.u-proff__content {
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.u-proff__content a:hover div {
  color: #1a8ef1;
}
.u-proff__title {
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: 120%;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
  margin-top: 20px;
  text-transform: uppercase;
}
.u-proff__info {
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.u-proff__text {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  position: relative;
  flex-basis: 270px;
  padding-left: 45px;
  align-content: center;
}
.u-proff__text:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/proff-ic-1.svg) center/cover no-repeat;
}
.u-proff__text:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/proff-ic-2.svg) center/cover no-repeat;
}
.u-proff__text:nth-child(3):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/proff-ic-3.svg) center/cover no-repeat;
}
.u-proff__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.u-proff__prices {
  display: flex;
  align-items: center;
  gap: 5px;
}
.u-proff__btn {
  background: #f2dbb2;
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #3c3c3c;
  padding: 17px 100px;
  cursor: pointer;
}
.u-proff__before {
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  text-align: center;
  color: #3c3c3c;
}
.u-proff__price {
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  color: #3c3c3c;
}
.u-reviews {
  margin-bottom: 90px;
}
.u-reviews__title {
  text-align: center;
}
.swiper-reviews .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-btn {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 #f4f4f4;
  border-radius: 6px;
  background: #f4f4f4;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.nav-btn svg {
  pointer-events: none;
}
.u-reviews__slider-nav {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: 20px;
}
.u-proff__slider-nav {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
}
.u-reviews__audio {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  margin-top: 40px;
}
.u-reviews__audio-block {
  padding-bottom: 15px;
}
.u-proff__slider {
  z-index: 0;
  position: relative;
}
.u-reviews__audio::-webkit-scrollbar {
  height: 10px;
  width: 100px;
}
.u-reviews__audio::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}
.u-reviews__audio::-webkit-scrollbar-thumb {
  background: #1a8ef1;
  border-radius: 4px;
}
.u-faq__title {
  text-align: center;
  margin-bottom: 50px;
}
.u-faq__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.u-faq__col {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.u-faq__item {
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 14px 40px;
}
.u-faq__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.u-faq__toggler {
  cursor: pointer;
}
.u-faq__toggler svg {
  pointer-events: none;
}
.u-faq__header-title {
  font-weight: 700;
  font-size: 27px;
  color: #3c3c3c;
  line-height: 110%;
}
.u-faq__bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.3s ease;
}
.u-faq__content {
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  overflow: hidden;
}
.u-faq__bottom--active {
  grid-template-rows: 1fr;
}
.rotate svg {
  transform: rotate(180deg);
}
.u-faq__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.u-faq__link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #3c3c3c;
  padding: 16px 51px;
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.u-faq__link:nth-child(1):after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/u-tg.svg) center/cover no-repeat;
}
.u-faq__link:nth-child(2):after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/u-wh.svg) center/cover no-repeat;
}
.u-rec {
  margin-bottom: 90px;
}
.u-rec__title {
  text-align: center;
}
.u-rec__slider-nav {
  display: flex;
  gap: 20px;
  justify-content: end;
  margin-top: 20px;
}
.modal-c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  scale: 0;
  transition: opacity 0.3s ease, scale 0.3s ease;
}
.modal-c--active {
  opacity: 1;
  visibility: visible;
  scale: 1;
}
.modal-c__container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1095px;
  width: 100%;
  position: relative;
}
.modal-c__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 20px;
}
.modal-c__close svg {
  pointer-events: none;
}
.modal-c__left {
  position: relative;
  padding: 25%;
}
.modal-c__left img {
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-c__right {
  padding: 60px;
}
.modal-c__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  font-family: inherit;
}
.modal-c__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000;
  margin-bottom: 36px;
}
.modal-c__form {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.modal-c__input {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 18px 20px;
  width: 100%;
  border: none;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7a7a7a;
  outline: none;
  padding-left: 40px;
}
.modal-c__input.wpcf7-not-valid {
  border: 1px solid red;
}
.modal-c__input:focus {
  border: 1px solid #1a8ef1;
}
.modal-c__label--checkbox {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.modal-c__label--checkbox span {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.modal-c__checkbox {
  border: none;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  accent-color: #1a8ef1;
}
.modal-c__btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  padding: 12px 41px;
  background-color: #1a8ef1;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button-fix {
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  animation: scaling 3s infinite;
}
.button-fix img {
  pointer-events: none;
}
.modal-c__label--checkbox > p {
  margin: 0;
}
@media (max-width: 1001px) {
  .burger {
    display: flex;
  }
}
.modal-c__input.input-phone {
  background-image: none;
}
.wpcf7-spinner {
  display: none !important;
}
.popup__feedback .popup__container form {
  display: grid;
  gap: 15px;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: red;
}
#modal-c form {
  display: grid;
  gap: 15px;
}
.hidden {
  display: none;
}
.page-template-contacts .feedback-ask form .modal-c__label--checkbox span {
  color: #fff;
}
.letter_btn--disabled {
  display: none;
}
.letter_btn.active span {
  background-color: #1a8ef1;
  color: #fff;
  border-color: #1a8ef1;
}
@media (any-hover: hover) {
  .header__check:hover {
    color: #f2dbb2;
    border-color: #f2dbb2;
  }
  .header__vis:hover {
    color: #f2dbb2;
  }
  .header__mail:hover {
    color: #1a8ef1;
  }
  .header__phone:hover {
    color: #1a8ef1;
  }
  .header__social:hover > svg > rect {
    fill: #e29001;
  }
  .header__btn:hover {
    color: #fff;
    background: #3c3c3c;
  }
  .nav__link:hover {
    color: #f2dbb2;
  }
  .footer__nav-item > a:hover {
    color: #f2dbb2;
  }
  .footer__btn:hover {
    background-color: #242424;
    color: #fff;
  }
  .n-spec-btn:hover {
    color: #fff;
    background-color: #ebba67;
  }
  .searcher__nav-btn:hover {
    background-color: #1a8ef1;
  }
  .searcher__nav-btn:hover svg path {
    stroke: #fff;
  }
  .searcher__value:hover {
    background-color: #1a8ef1;
    color: #fff;
    border-color: #1a8ef1;
  }
  .finder-d__reset:hover {
    background-color: #1a8ef1;
    color: #fff;
  }
  .finder-d__reset:hover svg {
    transform: rotate(360deg);
  }
  .finder-d__reset:hover svg path {
    stroke: #fff;
  }
  .finder-d__option:hover {
    color: #fff;
    background-color: #1a8ef1;
    border-color: #1a8ef1;
  }
  .offers-d__item:hover .offers-d__item-img img {
    scale: 1.1;
  }
  .offers-d__item:hover .offers-d__item-text {
    background-color: #1a8ef1;
    color: #fff;
  }
  .d-form__btn:hover {
    background-color: #ebba67;
  }
  .d-form__policy a:hover {
    color: #ebba67;
  }
  .hero-d__action-link:hover {
    background-color: #48c95f;
    color: #fff;
    border-color: #48c95f;
  }
}
.header__licens {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  max-width: 290px;
}
.header__check {
  border-bottom: 1px dashed #fff;
  padding: 0 0 2px 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s ease;
}
.header__vis {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header__middle {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__middle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__action-text {
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 5px;
}
.header__mail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #3c3c3c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__social > svg > rect {
  transition: 0.3s ease;
}
.header__social-phone {
  display: none;
}
.header__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 144%;
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3c;
  border-radius: 6px;
  background: #f2dbb2;
  border: none;
  cursor: pointer;
  background: #f2dbb2;
  padding: 12px 40px;
  min-width: 270px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
}
.nav__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#header-search:focus {
  border: none;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.input-footer:focus {
  border: none;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer__logo-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  max-width: 117px;
  line-height: 120%;
}
.footer__licens {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  max-width: 230px;
}
.footer__map {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
}
.footer__map-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}
.footer__map-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.fooer__col--nav {
  display: flex;
  gap: 117px;
}
.footer__sbtitle {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 75%;
  color: #fff;
  margin-bottom: 20px;
}
.footer__nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-item > a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__phone-link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__phone-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 144%;
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3c;
  border-radius: 6px;
  background: #f2dbb2;
  border: none;
  cursor: pointer;
  background: #f2dbb2;
  padding: 12px 40px;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 270px;
  width: 100%;
}
.footer__socials {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
  margin-bottom: 20px;
}
.footer__time {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}
.footer__bottom {
  margin-top: 40px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
}
.footer__bottom-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__bvi {
  display: block;
  margin-top: 20px;
  color: #fff;
}
.footer__bottom-link {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.burger-menu {
  display: none;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  color: white;
  border: none;
  z-index: 1000;
  width: 40px;
  height: 30px;
}
.burger-menu-bar {
  width: 40px;
  height: 3px;
  background-color: white;
  transition: 0.3s ease;
}
.burger--active .menu {
  transform: translateX(0);
}
.burger--active .burger-menu-bar:nth-child(1) {
  transform: translateY(16px) rotate(45deg);
}
.burger--active .burger-menu-bar:nth-child(2) {
  opacity: 0;
}
.burger--active .burger-menu-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header__callback-phone {
  display: none;
}
.header__middle-burger {
  width: 40px;
  height: 35px;
  background-color: #1a8ef1;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
  justify-content: center;
}
.header__middle-burger > span {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  pointer-events: none;
}
.fixed--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
.fixed--header .header__middle-burger {
  display: flex;
}
.fixed--header--menu {
  position: fixed;
  left: 0;
  top: 90px;
  transition: 0.2s ease;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.fixed--header--menu--active {
  top: 105px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1280px) {
  .header__action-mail {
    display: none;
  }
  .header__licens {
    display: none;
  }
}
@media (max-width: 1140px) {
  .footer__col-contacts {
    align-items: flex-start;
  }
  .footer__phone {
    align-items: flex-start;
  }
  .footer__socials {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__time {
    text-align: left;
  }
  .footer__mail {
    justify-content: flex-start;
  }
  .footer__map {
    margin-top: 30px;
  }
  .hero-d__content {
    grid-template-columns: 1fr;
  }
  .hero-d__img {
    display: flex;
    justify-content: end;
  }
  .hero-d__img img {
    max-width: 100%;
    height: 100%;
  }
  .offers-d {
    margin-top: 45px;
  }
  .offers-d__item-text {
    left: 10px;
    right: 10px;
  }
  .finder-d {
    margin-top: 45px;
  }
  .students-d,
  .u-faq {
    margin: 45px auto;
  }
}
@media (max-width: 1024px) {
  .burger-menu {
    display: flex;
  }
  .burger-menu > span {
    pointer-events: none;
  }
  .header__action-phone {
    display: none;
  }
  .header__social-phone {
    display: flex;
  }
  .header__bottom-block {
    position: absolute;
    top: 160px;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #fff;
    transition: 0.3s ease;
    z-index: 9999;
    overflow: auto;
    padding-bottom: 400px;
  }
  .header__bottom-block--active {
    left: 0;
  }
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 20px;
    gap: 20px;
    z-index: 999;
  }
  .nav__link {
    color: #000;
  }
  .header__licens {
    color: #3c3c3c;
    display: flex;
  }
  .header__check {
    color: #3c3c3c;
    border-color: #3c3c3c;
  }
  .header__vis {
    color: #3c3c3c;
  }
  .header__vis > svg > path {
    stroke: #3c3c3c;
  }
  .footer__bvi {
    color: #fff;
  }
}
@media (max-width: 375px) {
  .header__social {
    max-width: 25px;
    height: 44px;
  }
  .header__social > svg {
    width: 100%;
  }
}
.dis--scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}
.popup__wrapper.active {
  z-index: 9999999 !important;
}
.button-fix::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d0e4ff;
  border-radius: 100%;
  animation: scalingBorder 3s linear infinite;
  z-index: -1;
}
.header__middle-burger--active {
  position: relative;
}
.header__middle-burger--active > * {
  transition: 0.3s ease;
}
.header__middle-burger--active > span:nth-child(1) {
  transform: rotate(45deg);
  bottom: -10px;
  position: relative;
}
.header__middle-burger--active > span:nth-child(2) {
  opacity: 0;
}
.header__middle-burger--active > span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
  position: relative;
}
.blog__inner.default-space a:hover {
  color: #1a8ef1;
}
.readus__post-title a:hover {
  color: #1a8ef1;
}
.u-proff__btn:hover {
  background: #1a8ef1;
  border-color: #1a8ef1;
  color: #fff;
}
.fixed-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
section.n-obuch {
  margin-bottom: 90px;
}
.n-obuch-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(28px, 2vw, 35px);
  text-transform: uppercase;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 50px;
}
.n-obuch-info {
  border-radius: 6px;
  padding: 12px 60px;
  background: #d5eaff;
  margin-bottom: 20px;
}
.n-obuch-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  margin-bottom: 14px;
}
.n-obuch-plan {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 27px);
  color: #3c3c3c;
}
.n-obuch-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.n-obuch-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
.n-obuch-table table .t-head {
  background-color: #2e87eb;
  color: white;
  font-weight: bold;
  padding: 12px 10px;
  border-radius: 12px 12px 0 0;
}
.n-obuch-table table .t-head th {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(18px, 3vw, 27px);
  line-height: 130%;
}
.n-obuch-table table .t-head th:first-child {
  border-right: 1px solid #fff;
}
.n-obuch-table table .t-body td {
  padding: 12px 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  color: #3c3c3c;
}
.n-obuch-table table .t-body tr:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.n-obuch-table table .t-body tr > td:first-child {
  border-right: 1px solid #f4f4f4;
}
.n-obuch-table table .t-body tr td:has(strong) {
  background-color: #f4f4f4;
}
.n-obuch-table th,
.n-obuch-table td {
  padding: 10px 15px;
  text-align: left;
}
.n-obuch-table thead th {
  background-color: #2e87eb;
  color: white;
  font-weight: bold;
}
.n-obuch-table td strong {
  font-weight: bold;
}
.n-obuch-table tbody tr:first-child td {
  font-weight: bold;
}
.n-docs {
  margin-top: 90px;
}
.n-docs-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(28px, 2vw, 35px);
  text-transform: uppercase;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: clamp(25px, 3vw, 50px);
}
.n-docs-items {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(320px, 30vw, 660px), 1fr)
  );
  gap: 20px;
}
.n-docs-item {
  border: 1px solid #f4f4f4;
  border-radius: 30px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.n-docs-item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(18px, 2vw, 27px);
  color: #3c3c3c;
  margin-bottom: 14px;
}
.n-docs-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.n-docs-item-list > li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 100%;
  color: #000;
  position: relative;
  padding-left: 16px;
}
.n-docs-item-list > li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1a8ef1;
  border-radius: 50%;
}
.n-docs-item-content {
  max-width: 380px;
}
@media (max-width: 475px) {
  .n-docs-item {
    align-items: center;
    justify-content: center;
  }
  .n-docs-item-title {
    text-align: center;
  }
  .n-docs-item-list {
    align-items: center;
    text-align: center;
  }
  .n-docs-item-list li {
    padding-left: 0;
  }
  .n-docs-item-list li:before {
    display: none;
  }
}
.n-spec {
  margin-top: 90px;
}
.n-spec-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(28px, 2vw, 35px);
  text-transform: uppercase;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: clamp(25px, 3vw, 50px);
}
.n-spec-items {
  max-height: 760px;
}
[data-simplebar] {
  max-height: 760px;
}
[data-simplebar] .simplebar-track.simplebar-vertical {
  width: 12px;
  border-radius: 4px;
  border: 1px solid #1a8ef1;
  padding: 0;
  right: -20px;
}
[data-simplebar] .simplebar-scrollbar:before {
  background-color: #1a8ef1;
  border-radius: 4px;
  opacity: 1;
}
.n-spec-item {
  display: grid;
  grid-template-columns: 530px 380px 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 10px;
  padding: 20px 40px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.n-spec-block {
  display: flex;
  flex-direction: column;
}
.n-spec-left {
  flex-direction: row;
  gap: 40px;
}
.n-spec-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(24px, 2vw, 27px);
  line-height: 130%;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 20px;
}
.n-spec-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #3c3c3c;
  margin-bottom: 11px;
}
.n-spec-text > span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3c3c3c;
}
.n-spec-price {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.n-spec-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.n-spec-prices .bold {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 130%;
  text-transform: uppercase;
  color: #3c3c3c;
}
.n-spec-prices .small {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 130%;
  text-decoration: line-through;
  color: #3c3c3c;
}
.n-spec-sale {
  border-radius: 8px;
  padding: 4px 14px;
  background: #1a8ef1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
.n-spec-text-accent {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3c3c3c;
}
.n-spec-btn {
  border: 1px solid #f2dbb2;
  border-radius: 10px;
  padding: 20px 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #3c3c3c;
  background: #f2dbb2;
  max-width: 185px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1220px) {
  .n-spec-item {
    grid-template-columns: 1fr 1fr;
  }
  .n-spec-btn {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.hero-d {
  border-bottom: 1px solid #aca89d;
  border-top: 1px solid #aca89d;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #d5eaff;
  padding: 40px 0;
}
.hero-d__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 100%;
  text-transform: uppercase;
  color: #3c3c3c;
  max-width: 1080px;
  margin-bottom: 20px;
}
.hero-d__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 3vw, 60px);
}
.hero-d__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(18px, 2vw, 26px);
  text-transform: uppercase;
  color: #000;
  max-width: 430px;
  margin-bottom: 40px;
}
.hero-d__form-clue {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  color: #000;
  margin-bottom: 20px;
}
.d-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.d-form__input {
  flex: 1 1 300px;
  position: relative;
}
.d-form__input input {
  border: 3px solid #e4e4e4;
  border-radius: 6px;
  padding: 16px 10px 16px 60px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #828282;
  height: 54px;
  outline: none;
  width: 100%;
}
.d-form__input::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/phone-input.svg) center/cover no-repeat;
}
.d-form__block {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.d-form__btn {
  border-radius: 6px;
  background: #f2dbb2;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 144%;
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3c;
  border: none;
  padding: 14px;
  height: 54px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.d-form__policy {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #3c3c3c;
}
.hero-d__action {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.hero-d__action-text {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  color: #3c3c3c;
}
.hero-d__action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid #1a8ef1;
  border-radius: 10px;
  padding: 8px 48px;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  text-align: center;
  color: #3c3c3c;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.adv-d {
  margin-top: 20px;
}
.adv-d__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.adv-d__item {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.adv-d__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.adv-d__item-info > .number {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 35px);
  color: #3c3c3c;
}
.adv-d__item-info > .text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  color: #3c3c3c;
}
.offers-d {
  margin-top: 90px;
}
.offers-d__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.offers-d__item {
  flex: 1 1 435px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}
.offers-d__item-img {
  height: 100%;
}
.offers-d__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
  display: block;
}
.offer-s__item-link {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}
.offers-d__item:nth-child(2) {
  flex: 1 1 66%;
}
.offers-d__item:nth-child(3) {
  flex: 1 1 66%;
}
.offers-d__item-text {
  position: absolute;
  bottom: 30px;
  left: 20px;
  border-radius: 1000px;
  padding: 10px 48px;
  background: #f4f4f4;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 27px);
  color: #3c3c3c;
  transition: 0.3s ease;
}
.finder-d {
  margin-top: 90px;
}
.finder-d__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 35px);
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3c;
  max-width: 785px;
  margin: 0 auto;
  margin-bottom: clamp(25px, 3vw, 50px);
}
.finder-d__inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(20px, 2vw, 40px);
}
.finder-d__filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 20px;
}
.finder-d__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.finder-d__option {
  border: 1px solid rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  padding: 10px 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #3c3c3c;
  text-align: left;
  background-color: transparent;
  transition: backround-color 0.3s ease, color 0.3s, border-color 0.3s ease;
  cursor: pointer;
}
.finder-d__option.active {
  color: #fff;
  background-color: #1a8ef1;
  border-color: #1a8ef1;
}
.finder-d__reset {
  border: 1px dashed rgba(26, 142, 241, 0.6);
  border-radius: 6px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  transition: 0.3s ease;
}
.finder-d__reset svg {
  transition: 0.3s ease;
  pointer-events: none;
}
.finder-d__reset svg path {
  transition: 0.3s ease;
}
.finder-d__form {
  margin-top: 40px;
  border-radius: 16px;
  padding: 20px;
  background: #1a8ef1;
}
.finder-d__form-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 27px);
  color: #fff;
  margin-bottom: 10px;
}
.finder-d__form-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.finder-form .d-form__input input {
  padding: 16px 10px 16px 45px;
}
.finder-form .d-form__input:before {
  left: 20px;
}
.finder-form .d-form__row {
  gap: 10px;
}
.finder-form .d-form__policy {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}
.finder-form .d-form__policy a {
  color: rgba(255, 255, 255, 0.6);
}
.finder-d__action {
  margin-top: 30px;
}
.finder-d__action-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.finder-d__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid #d5eaff;
  border-radius: 10px;
  padding: 8px 48px;
  text-decoration: none;
}
.searcher__alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.searcher__value {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 4px 10px;
  border: 1px solid rgba(60, 60, 60, 0.6);
  transition: background-color 0.3s ease;
  color: #3c3c3c;
}
.searcher__value > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.searcher__value > span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: inherit;
  transition: color 0.3s ease;
}
.searcher__value:has(input:checked) {
  background: #1a8ef1;
  border-color: #1a8ef1;
}
.searcher__value:has(input:checked).searcher__value > span {
  color: #fff;
}
.searcher__field {
  border: 1px solid rgba(60, 60, 60, 0.6);
  border-radius: 9px;
  margin-top: 10px;
  position: relative;
}
.searcher__field input {
  padding: 10px 20px 10px 52px;
  border: none;
  background-color: transparent;
  width: 100%;
  border-radius: 9px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
}
.searcher__field input:focus {
  outline: 1px solid rgba(26, 142, 241, 0.6);
}
.searcher__field:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(./img/search.svg) center/cover no-repeat;
}
.searcher__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.searcher__items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.searcher__letter {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  color: #1a8ef1;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 10px 2px 10px;
  margin-bottom: 20px;
}
.searcher__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.searcher__list-item a {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: clamp(16px, 1vw, 18px);
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.searcher__list-item a:hover {
  color: #1a8ef1;
}
.searcher__block:nth-child(2) {
  border-left: 1px dashed #e4e4e4;
  padding-left: 20px;
}
.searcher__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.searcher__nav-btn {
  box-shadow: 0 4px 8px 0 #f4f4f4;
  border-radius: 6px;
  background: #f4f4f4;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.searcher__nav-btn svg {
  pointer-events: none;
}
.searcher__nav-pagin {
  display: flex;
  align-items: center;
  gap: 5px;
}
.searcher__nav-pagin .pagin-link {
  border: 1px solid rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  padding: 4px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3c3c3c;
  text-decoration: none;
  transition: 0.3s ease;
}
.searcher__nav-pagin .pagin-link.active {
  background-color: #1a8ef1;
  border-color: #1a8ef1;
  color: #fff;
}
.searcher__nav-pagin .pagin-link:hover {
  background-color: #1a8ef1;
  border-color: #1a8ef1;
  color: #fff;
}
.students-d,
.u-faq {
  margin: 90px auto;
}
.students-d__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(27px, 3vw, 35px);
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: clamp(25px, 3vw, 50px);
}
.students-d__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  row-gap: 30px;
}
.students-d__item-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 50%;
  padding-top: 60%;
}
.students-d__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.students-d__item-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  text-align: center;
  color: #3c3c3c;
}
@media (max-width: 1366px) {
  .d-form__input input {
    width: 100%;
  }
  .offers-d__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .offers-d__item-text {
    padding: 12px;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .offers-d__items {
    grid-template-columns: 1fr;
  }
  .hero-d__action {
    grid-template-columns: 1fr;
  }
  .offers-d__item {
    height: 240px;
  }
}
.nav-btn:hover {
  background-color: #1a8ef1;
  border-color: #1a8ef1;
}
.nav-btn:hover svg path {
  stroke: #fff;
}
.main .u-reviews {
  margin-top: 90px;
}
.students-d__item.hidden {
  display: none;
}
.students-d__load-more {
  margin: 20px auto;
  padding: 14px 24px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #f2dbb2;
  color: #343434;
  font-size: 18px;
  display: block;
}
.students-d__load-more:hover {
  background-color: #eee;
}
.feedback_links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0 0;
}
.feedback_links .u-faq__link {
  background: #f2dbb2;
  border-radius: 6px;
  padding: 7px 40px;
}
.sort_btn_single {
  background: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  margin: 10px 0;
}
.policy {
  line-height: 2em;
}
.policy ul {
  margin: 10px 20px;
}
.policy table {
  border: 1px solid #999;
}
.modal-c__label--checkbox.privacy-text-new {
  margin-top: 7px;
}
.modal-c__label--checkbox.privacy-text-new span {
  color: #fff;
}
.modal-c__label--checkbox.privacy-text-new span a {
  text-decoration: underline;
  color: #fff;
}
.modal-c__label--checkbox.privacy-text-new span a:hover {
  text-decoration: none;
}
.privacy-text,
.d-form__policy {
  display: none;
}
.u-hero .modal-c__label--checkbox.privacy-text-new span,
.hero-d .modal-c__label--checkbox.privacy-text-new span,
.hero-small .modal-c__label--checkbox.privacy-text-new span,
.hero__content .modal-c__label--checkbox.privacy-text-new span {
  color: #000;
}
.u-hero .modal-c__label--checkbox.privacy-text-new span a,
.hero-d .modal-c__label--checkbox.privacy-text-new span a,
.hero-small .modal-c__label--checkbox.privacy-text-new span a,
.hero__content .modal-c__label--checkbox.privacy-text-new span a {
  color: #000;
}
.cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  padding: 20px;
  text-align: center;
  max-width: 100vw;
}
.cookie-alert p {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
.cookie-alert a.accept-cookie {
  display: inline-block;
  max-width: 200px;
  background: #1a8ef1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.footer__nav-item:has(a[href*="/liczenzii/"]) {
  display: none;
}
.u-content__text li:has(strong) {
  display: block;
}
.u-content__text li:has(strong):before,
.u-content__text li:has(b):before {
  content: none;
}
.u-content__text li strong:before,
.u-content__text li b:first-child:before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  display: block;
  background-color: #1a8ef1;
  border-radius: 50px;
}

.u-content__text li:has(strong) strong,
.u-content__text li b {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.u-content__text li:not(:last-child) {
  margin-bottom: 10px;
}

.blog__post-content img,
.u-content__text img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hero-d__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .u-content__text {
    grid-template-columns: 1fr;
  }
}

.profile__container {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}

.profile__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.profile__avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .profile__avatar {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1024px) {
  .profile__avatar {
    width: 120px;
    height: 120px;
  }
}

.profile__name {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0;
}

@media (min-width: 768px) {
  .profile__name {
    font-size: 2rem;
  }
}

.profile__description {
  color: #4b5563;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-size: 1rem;
}

.profile__stats {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 0.5rem;
}

.profile__posts > div + div {
  margin-top: 0.75rem;
}

.profile__posts a {
  color: #000;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

.profile__posts a:hover {
  color: #1a8ef1;
}

.profile__load-more-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}

.profile__load-more-btn {
  background-color: #1a8ef1;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}

.profile__load-more-btn:hover {
  background-color: #0e6cbc;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.author-link {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.author-link__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.author-link__inner:hover {
  opacity: 0.8;
}

.author-link__avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
}

.profile__avatar img,
.author-link__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-link__name {
  color: #1f2937;
  font-weight: 500;
  font-size: 1rem;
}

.profile-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.profile-card--with-photo {
  align-items: stretch;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}

.profile-card__content {
  flex: 1;
}

.profile-card__header {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.profile-card__header--bordered {
  border-bottom: 1px solid #ccc;
}

.profile-card__top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.profile-card__info-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.profile-card__info-label {
  font-size: 0.875rem;
  color: #888;
  text-transform: uppercase;
}

.profile-card__position {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.profile-card__main-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.profile-card__contacts-section {
  display: flex;
  flex-direction: column;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-list--spacing-lg {
  gap: 2rem;
}

.contact-list__item {
  display: flex;
  flex-direction: column;
}

.contact-list__label {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.contact-list__value a {
  font-size: 1rem;
  color: #0073aa;
  text-decoration: none;
}

.contact-list__value a:hover {
  text-decoration: underline;
}

.profile-card__bio-section {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}

.profile-card__bio p {
  margin-bottom: 1rem;
}

.profile-card__photo {
  width: 100%;
}

.profile-card__photo-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background-color: #eaeaea;
}

.profile-card__photo-inner {
  width: 100%;
  height: 100%;
}

.profile-card__photo-inner > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media (min-width: 768px) {
  .profile-card--with-photo {
    flex-direction: row;
  }

  .profile-card {
    flex-direction: row;
    padding: 2rem;
  }

  .profile-card__content {
    width: 66%;
    padding-right: 2rem;
  }

  .profile-card__photo {
    width: 34%;
  }

  .contact-list {
    flex-direction: row;
  }

  .profile-card__photo-wrapper {
    position: sticky;
    top: 50px;
  }

  /* .profile-card__main-section {
                    flex-direction: row;
                    gap: 2rem;
                } */

  /* .profile-card__contacts-section {
                    width: 40%;
                } */

  .profile-card__bio-section {
    font-size: 1rem;
  }
}

@media (min-width: 1151px) {
  .profile-card__photo-wrapper {
    top: 190px;
  }
}
