.header {
  position: relative;
  z-index: 300;
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  padding: 20px 0;
}
.header .footer__social {
  margin-top: 30px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
}
.header .logo__descr {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.4px;
  max-width: 297px;
}
.header .logo__descr span {
  font-weight: 600;
}
.header .logo img {
  margin-right: 24px;
  flex-shrink: 0;
  align-self: center;
}
.header .rating {
  display: flex;
  flex-direction: column;
}
.header .rating img {
  margin-bottom: 5px;
  flex-shrink: 0;
  align-self: flex-start;
}
.header .rating__title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.header .rating__subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.header .adress {
  display: flex;
}
.header .adress img {
  flex-shrink: 0;
  align-self: center;
  margin-right: 5px;
}
.header .adress__info {
  display: flex;
  flex-direction: column;
}
.header .adress__city {
  display: flex;
  align-items: center;
}
.header .adress__city span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #505050;
  padding-bottom: 0;
  border-bottom: 1px #505050 dotted;
}
.header .adress__ic {
  width: 6px;
  height: 7px;
  flex-shrink: 0;
  margin-right: 4px;
}
.header .adress__street {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.header .adress__time {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.header .director {
  display: flex;
  align-items: center;
}
.header .director img {
  flex-shrink: 0;
  margin-right: 5px;
}
.header .director__name {
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
  letter-spacing: 0.4px;
  font-size: 12px;
}
.header .director__post {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 2px 0;
}
.header .messengers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .messengers__top {
  display: flex;
}
.header .messengers__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #505050;
  margin-right: 5px;
}
.header .messengers__items {
  display: flex;
  flex-direction: column;
}
.header .messengers__item {
  display: flex;
  align-items: center;
}
.header .messengers__item img {
  flex-shrink: 0;
}
.header .messengers .telegram {
  color: #62A3BD;
  font-size: 12px;
  border-bottom: 1px #62A3BD dotted;
}
.header .messengers__phone {
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #505050;
  margin: 2px 0;
}
.header .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .menu span {
  color: #A1C9FD;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header__contacts-mobile {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.header__contacts-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.header__contacts-item span {
  font-size: 14px !important;
  color: #505050 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.header__contacts-item .mobile-phone {
  font-size: 18px !important;
}
.header .mobile-icon {
  width: 15px;
  height: 15px;
  fill: #056CF2;
  margin-right: 7px;
}

@media only screen and (max-width: 1276px) {
  .header .rating {
    display: none;
  }
  .header .adress {
    display: none;
  }
  .header .director {
    display: none;
  }
  .header .messengers {
    display: none;
  }
}
@media only screen and (max-width: 578px) {
  .header {
    padding: 10px 0;
  }
  .header .logo img {
    max-width: 12%;
    margin-right: 10px;
  }
  .header .logo__descr {
    font-size: 10px;
    line-height: 1.4;
  }
}
.heading-title {
  color: #505050;
  font-size: 43px;
  font-style: normal;
  font-weight: 300;
  line-height: 60.8px;
  padding: 0 150px;
}
.heading-title span {
  font-weight: 700;
}

@media only screen and (max-width: 1380px) {
  .heading-title {
    font-size: 30px;
    line-height: 1.4;
    padding: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .heading-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 578px) {
  .heading-title {
    font-size: 18px;
  }
}
.quiz .heading-title, .staff .heading-title, .fedor .heading-title, .garant .heading-title, .modal .heading-title, .indiv .heading-title {
  padding: 0;
}

.blue-link {
  color: #056CF2;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline;
  border-bottom: 1px #056CF2 dotted;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 50;
}

.btn:active,
.btn:focus {
  box-shadow: none !important;
}

.big-btn {
  padding: 44px 60px;
}

.small-btn {
  padding: 30px 100px;
}

.btn-blue {
  transition: all 0.3s;
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0) 100%), #2F8EFD;
  border: none;
  color: #fff;
}
.btn-blue:hover {
  background: radial-gradient(50% 50% at 50% 100%, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0) 100%), #2F8EFD;
  color: #fff;
}

.btn-yellow {
  border: none;
  transition: all 0.3s;
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFB45E;
  color: #BC7635;
}
.btn-yellow:hover {
  border-radius: 10px;
  transition: all 0.3s;
  background: radial-gradient(56.5% 56.5% at 50% 106.5%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFB45E;
  color: #BC7635;
}

.btn-white {
  background: #fff;
  color: #777;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: 7px;
  border: 1px solid #E2E2E2;
}
.btn-white:hover {
  background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0) 100%), #2F8EFD;
  color: #fff;
  border: 1ps solid #056CF2;
}

@media only screen and (max-width: 1380px) {
  .big-btn {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .big-btn {
    font-size: 14px;
    line-height: 1.3;
  }
  .small-btn {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 578px) {
  .big-btn {
    padding: 25px 11px;
    font-size: 11px;
  }
  .small-btn {
    padding: 25px 60px;
  }
}
.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select select {
  display: none;
}

.custom-select div {
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
}

.custom-select div:hover {
  background-color: #f4f4f4;
}

.custom-options {
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.custom-options a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
}

.custom-options a:hover {
  background-color: #f4f4f4;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 50px 0;
}
.footer__wrp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.footer__title {
  color: #505050;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.5px;
  margin-bottom: 27px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer__a {
  color: #505050;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.footer__blue-link {
  align-self: flex-start;
}
.footer__social-wrp {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer__social-title {
  color: #505050;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
}
.footer__social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 28px;
}
.footer .small-btn {
  padding-left: 30px;
  padding-right: 30px;
}
.footer__menus-wrp {
  display: flex;
  gap: 30px;
}
.footer__privacy {
  color: #9AA4B0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.footer__privacy span {
  font-weight: 600;
}

@media only screen and (max-width: 1352px) {
  .footer__wrp {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 578px) {
  .footer__a {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer__social {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer__link {
    margin: 10px 0;
  }
}
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
}

.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__link {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
}
.nav__link:hover {
  color: #056CF2;
}

.burger {
  position: relative;
  width: 37px;
  height: 27px;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
}

.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #056CF2;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #056CF2;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger--active .burger__line {
  opacity: 0;
}

.burger--active::before {
  top: 50%;
  transform: rotate(45deg);
}

.burger--active::after {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}

.stop-scroll {
  overflow: hidden;
}

/* .nav {
    --header-height: 90px;
    position: fixed;
    right: 0;
    top: var(--header-height);
    z-index: 90;
    overflow-y: auto;
    padding: 0;
    width: 60%;
    max-width: 300px;
    height: calc(100vh - var(--header-height));
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.6s ease-in-out;
    box-shadow: 0 20px 20px #00000036;
} */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  overflow-y: auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.6s ease-in-out;
}

.nav--visible {
  transform: none;
}

.nav__list {
  flex-direction: column;
}

.nav__item {
  width: 100%;
  display: flex;
}

.nav__item:not(:last-child) {
  margin-right: 0;
}

/* .nav__link {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    color: $font1;
} */
.nav__link {
  display: inline-block;
  padding: 15px 0px;
  font-size: 16px;
  color: #505050;
}

@media only screen and (max-width: 578px) {
  .nav {
    --header-height: 0px;
    padding-top: 0px;
    width: 100%;
  }
  .nav__link {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.nav__title {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}

.nav__lists {
  display: flex;
  gap: 200px;
  /* min-width: 1200px; */
}

.nav__contacts-hidden {
  display: none;
}

@media only screen and (max-width: 964px) {
  .nav__lists {
    gap: 50px;
    min-width: auto;
  }
}
@media only screen and (max-width: 578px) {
  .nav__lists {
    flex-wrap: wrap;
    gap: 10px;
  }
  .nav__lists-wrp .header__contacts-mobile {
    display: none;
  }
  .nav__title {
    padding-left: 20px;
  }
  .nav__contacts-hidden {
    display: flex;
  }
  .nav__lists-wrp .nav__contacts-hidden .header__contacts-mobile {
    display: flex !important;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 964px) {
  .nav__lists-wrp {
    padding: 15px;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-fixed {
  background: #fff;
  box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
  animation: slide-down 0.7s;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bgmain {
  position: relative;
  background: #F1F1F0;
  padding-top: 130px;
}
.bgmain__decor {
  position: absolute;
  z-index: 0;
}
.bgmain .decor1 {
  top: 0;
  right: 0;
}
.bgmain .decor2 {
  bottom: 0;
  right: 0;
}
.bgmain .decor3 {
  left: 0;
  bottom: 0;
}
.bgmain .z-100 {
  position: relative;
  z-index: 10;
}
.bgmain__info {
  padding-top: 40px;
}
.bgmain__h1 {
  color: #282828;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 59.3px;
  margin-bottom: 40px;
}
.bgmain__h1 span {
  font-weight: 600;
}
.bgmain__h1 .bordered {
  border-bottom: 2px #056CF2 dotted;
}
.bgmain__subtitle {
  color: #717171;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.92px;
  padding-left: 40px;
  position: relative;
  max-width: 668px;
  margin-bottom: 40px;
}
.bgmain__subtitle span {
  font-weight: 600;
}
.bgmain__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 20px;
  height: 2px;
  background: #056CF2;
  display: block;
}
.bgmain__subtitle .star {
  width: 68px;
  height: 16px;
  display: inline;
  position: relative;
}
.bgmain__subtitle .star::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 7px;
  display: block;
  width: 68px;
  height: 16px;
  background: url("../img/3stars.svg");
}
.bgmain__btns {
  display: flex;
}
.bgmain__btns .btn:first-child {
  margin-right: 28px;
}
.bgmain__player {
  position: absolute;
  top: 10%;
  right: 39%;
  color: #fff;
  opacity: 0.9;
  text-align: center;
}
.bgmain__player:hover {
  opacity: 1;
  color: #fff;
}
.bgmain__player span {
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  /* 154.545% */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.bgmain__discount {
  position: absolute;
  top: 20%;
  right: 20%;
  background: url(../img/bg-discount.png);
  background-repeat: no-repeat;
  width: 261px;
  height: 243px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgmain__disc-info {
  color: #fff;
  width: 160px;
  text-align: center;
  padding-left: 15px;
}
.bgmain__disc-title {
  font-size: 53px;
  font-weight: 800;
  margin-bottom: 10px;
}
.bgmain__disc-p {
  font-size: 14px;
  line-height: 1.3;
}

@media only screen and (max-width: 1380px) {
  .bgmain__h1 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1080px) {
  .bgmain__h1 {
    font-size: 28px;
  }
  .bgmain__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 578px) {
  .bgmain {
    padding-top: 70px;
  }
  .bgmain__h1 {
    font-size: 20px;
  }
  .bgmain__btns .btn:first-child {
    margin-right: 10px;
  }
  .bgmain__subtitle {
    font-size: 14px;
  }
  .bgmain__subtitle .star::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 3px;
    display: block;
    width: 68px;
    height: 16px;
    background: url("../img/3stars.svg");
  }
  .bgmain__decor {
    opacity: 0.4;
  }
  .bgmain__player {
    opacity: 1;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .bgmain__player img {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 70px;
    max-width: 20%;
  }
  .bgmain__discount {
    top: 20%;
    right: 0;
    width: 231px;
    height: 223px;
  }
  .bgmain__disc-info {
    color: #fff;
    width: 160px;
    text-align: center;
    margin-left: 35px;
  }
  .bgmain__disc-title {
    font-size: 43px;
  }
}
.tizers {
  background: #fff;
  padding-bottom: 80px;
}
.tizers__wrap {
  margin-top: -130px;
  position: relative;
  z-index: 60;
}

.tizer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 30px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 5px 18px 1px rgba(85, 85, 85, 0.09);
}
.tizer__title {
  color: #717171;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.tizer p {
  color: #717171;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (max-width: 1200px) {
  .tizers__wrap {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1080px) {
  .tizer__title {
    font-size: 16px;
  }
  .tizer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 578px) {
  .tizers {
    padding-bottom: 40px;
  }
  .tizers__wrap {
    margin-top: -30px;
  }
  .tizer {
    padding: 15px;
  }
  .tizer__title {
    font-size: 14px;
    line-height: 1.4;
  }
  .tizer p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
.quiz-progress {
  position: relative;
  margin-bottom: 63px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 578px) {
  .quiz-progress {
    margin-bottom: 20px;
  }
}
.quiz-progress__bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 48px;
  border-radius: 7px;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
}

.quiz-progress__inner {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  border-radius: 8px;
  background-color: #056CF2;
  animation: loadingBg 15s infinite linear;
  background-image: url(../img/loading.svg);
}

.quiz-progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #b3b3b3;
}

@media only screen and (max-width: 578px) {
  .quiz-progress p {
    font-size: 12px;
  }
}
.question__label input {
  display: none;
}

.question__label input:checked ~ .question__label-item .label__img {
  border-color: #056CF2;
}

.question__label input:checked ~ .question__label-item .label__dot {
  background: #056CF2;
}

.question__label input:checked ~ .question__label-item .label__dot .img-svg path {
  fill: #fff;
}

.question__label-item {
  text-align: center;
  cursor: pointer;
}

.question__label {
  width: 100%;
}

.question__label-item .label__img {
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
  transition: 320ms;
  border: 2px solid #F5F5F5;
}

.quiz1-images .label__img {
  height: 187px;
}

.question__label-item2 {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #C7C7C7;
}

.quiz__input .label__title {
  font-size: 15px;
  margin: 0 !important;
  color: #505050;
  line-height: 1.4;
  padding: 27px 20px 27px 80px;
}

.question__label-item2 {
  transition: all 0.5s;
}

.question__label-item2:hover {
  cursor: pointer;
}

.question__label input:checked ~ .question__label-item2 {
  border-color: #056CF2 !important;
  border: 1px solid #056CF2 !important;
}

.question__label input:checked ~ .question__label-item2 .label__dot2 {
  background: #056CF2 !important;
}

@media only screen and (max-width: 578px) {
  .question__label-item .label__img {
    height: 250px;
  }
}
.question__label-item .label__dot {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.label__svg {
  width: 7px;
  height: 7px;
  fill: #fff;
}

.label__dot2 {
  left: 25px;
  transform: none;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.quiz {
  padding: 60px 30px;
  border-radius: 15px;
  background: linear-gradient(45deg, white 0%, #EDEFF4 100%);
}
.quiz__title {
  margin-bottom: 47px;
}
.quiz__subtitle {
  font-size: 25px;
  color: #505050;
  margin-bottom: 40px;
}
.quiz .label__title {
  font-size: 15px;
  margin-top: 30px;
  color: #505050;
}
.quiz__btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quiz__info {
  max-width: 278px;
  padding: 20px 45px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  font-size: 14px;
  font-weight: 300;
  color: #505050;
  line-height: 1.4;
  text-align: center;
}
.quiz__info span {
  font-weight: 600;
}

@media only screen and (max-width: 1380px) {
  .quiz__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 578px) {
  .quiz {
    padding: 30px 15px;
  }
  .quiz__title {
    margin-bottom: 20px;
  }
  .quiz__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .quiz .label__title {
    font-size: 14px;
  }
  .quiz__btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quiz__info {
    margin: 15px 0;
    font-size: 14px;
    padding: 15px;
  }
}
.after {
  padding: 35px 15px 0 15px;
  background: #fff;
  border-radius: 15px;
}
.after__title {
  color: #505050;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 34.5px;
}
.after__title span {
  font-weight: 600;
}
.after__items {
  margin: 18px 0 37px 0;
}
.after__item {
  padding: 20px 10px;
  border-radius: 15px;
  background: #EFF1F6;
  position: relative;
  margin-bottom: 18px;
}
.after__item p {
  padding-left: 60px;
  color: #717171;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}
.after__item p span {
  font-weight: 600;
}
.after__item img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.after__master {
  text-align: center;
  margin-top: 20px;
}
.after__name {
  color: #4E4E4E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.after__post {
  color: #A6A6A6;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 11px;
}
.after__text {
  border-radius: 15px;
  background: #F6F6F6;
  color: #717171;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px;
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1380px) {
  .after__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 578px) {
  .after__title {
    font-size: 18px;
    line-height: 1.3;
  }
  .after__item {
    margin-bottom: 10px;
  }
  .after__item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .after__items {
    margin: 18px 0 17px 0;
  }
  .after__text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.form-inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-nput-label {
  width: 100%;
  margin-bottom: 29px;
  position: relative;
}

.quiz__input-form {
  border-radius: 8px;
  border: 1px solid #C7C7C7;
  height: 67px;
  padding-left: 60px;
  position: relative;
  width: 100%;
  background: transparent;
  font-size: 18px;
  color: #505050;
}
.quiz__input-form::-moz-placeholder {
  color: #505050;
}
.quiz__input-form::placeholder {
  color: #505050;
}

.form-nput-label img {
  position: absolute;
  left: 22px;
  top: 25px;
}

.form__radios {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 16px 27px 24px;
  border-radius: 8px;
  background: #F4F4F4;
  margin-bottom: 15px;
}

.radio-mess input {
  display: none;
}

.radio__img {
  width: 62px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #fff;
}

.radio-mess input:checked ~ .radio__img {
  border: 2px solid #2F8EFD;
}

.quiz__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-btn {
  width: 100%;
  padding: 30px 10px;
  margin-bottom: 18px;
}

.form__radios__title {
  color: #505050;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.5px;
}

.cresults__agreement .checkbox-text {
  color: #5C5C77;
  font-size: 14px;
}

.cresults__agreement .checkbox-text a {
  color: #52A1FD;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 576px) {
  .cresults__agreement .checkbox-text {
    font-size: 12px;
    line-height: 1.4;
  }
  .cresults__agreement .checkbox-text a {
    font-size: 12px;
  }
  .form__radios__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .form__radios {
    flex-wrap: wrap;
  }
}
.custom-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox-hidden {
  display: none;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  max-width: 19px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 2px;
  border-radius: 1px;
  background: rgba(202, 204, 216, 0.4);
  margin-right: 10px;
}

.custom-checkbox input:checked + .checkbox-wrap::after {
  transform: scale(1);
  opacity: 1;
}

.custom-checkbox .checkbox-wrap::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/check-ic.svg) no-repeat 0 0;
  background-size: 100%;
  will-change: transform;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s linear;
}

.just-validate-error-label {
  font-size: 12px;
  color: #5C5C77 !important;
}

.categories {
  margin: 60px 0;
}
.categories__heading {
  margin-bottom: 40px;
}

.category {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 364px;
  overflow: hidden;
}
.category:hover .category__overlay {
  opacity: 0;
}
.category:hover .category__link {
  color: #FAAF58;
  border-bottom: 1px dotted #FAAF58;
}
.category__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.category__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  transition: all 0.3s;
}
.category__sticker {
  position: absolute;
  top: 23px;
  left: 23px;
  background: #FAAF58;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.category__info {
  position: absolute;
  left: 23px;
  bottom: 30px;
}
.category__title {
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
  margin-bottom: 40px;
}
.category__title span {
  font-weight: 700;
}
.category__link {
  color: #328AFC;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px dotted #328AFC;
  display: inline;
  transition: all 0.3s;
}

@media only screen and (max-width: 1380px) {
  .category__title {
    font-size: 20px;
  }
  .category__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 578px) {
  .categories {
    margin: 30px 0;
  }
  .category {
    height: 264px;
  }
  .category__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .category__link {
    font-size: 14px;
  }
}
.nuanses .category__title {
  margin-bottom: 0;
  width: 80%;
  /*     font-size: 26px; */
}
.nuanses .category__overlay {
  background: linear-gradient(40deg, rgba(0, 0, 0, 0.83) 31.68%, rgba(44, 44, 44, 0) 79.11%);
  opacity: 1;
}
.nuanses .category:hover .category__overlay {
  opacity: 1;
}

.remont .category {
  cursor: pointer;
}
.remont .category__title {
  width: 80%;
  font-size: 26px;
}

.slider__btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 40px 0;
}
.slider__btns .active {
  padding: 16px 30px;
  border-radius: 7px;
  transition: all 0.3s;
  background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0) 100%), #2F8EFD;
  border: 1px solid rgba(47, 143, 253, 0.2666666667);
  color: #fff;
}

.slide-btn {
  text-transform: none;
}

.portfolio {
  margin: 60px 0;
}
.portfolio .swiper-pagination {
  display: none;
}
.portfolio__wrp {
  border-radius: 15px;
  background: linear-gradient(180deg, #F1F1F1 0%, #EEE 100%);
  padding: 60px 30px;
  position: relative;
}
.portfolio__item {
  display: flex;
  gap: 30px;
}
.portfolio__img {
  flex-basis: 40%;
}
.portfolio__img img {
  width: 100%;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio__info {
  flex-basis: 60%;
  flex-direction: column;
}
.portfolio__top {
  margin-bottom: 15px;
}
.portfolio__title {
  color: #505050;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
.portfolio__tizers {
  display: flex;
  gap: 14px;
  margin-bottom: 30px;
}
.portfolio__tizer {
  padding: 26px 30px;
  border: 1px solid #D2D2D2;
  border-radius: 15px;
  font-size: 13px;
  color: #505050;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
.portfolio__tizer span {
  color: #056CF2;
  font-size: 20px;
}
.portfolio__tizer img {
  margin-left: 10px;
}
.portfolio__tizer a {
  border: none;
  outline: none;
  box-shadow: none;
}
.portfolio__ic {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.portfolio__subtitle {
  color: #505050;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 60.8px;
  /* 243.2% */
}
.portfolio__ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 40px;
}
.portfolio__li {
  color: #717171;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  padding: 10px 0;
  line-height: 1.4;
}
.portfolio__chars {
  color: #505050;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 140% */
}
.portfolio__chars .blue-link {
  font-size: 25px;
  text-transform: none;
  font-weight: 500;
}
.portfolio__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.portfolio__arrows {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 60;
}
.portfolio__arrow {
  height: 73px;
  width: 73px;
  border-radius: 4px;
  border: 1px solid #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.portfolio__arrow:hover {
  cursor: pointer;
  background: #056CF2;
  border: 1px solid #056CF2;
}
.portfolio__arrow:hover .portfolio__slider-ic {
  stroke: #fff;
}
.portfolio__slider-ic {
  width: 12px;
  height: 24px;
  stroke: #2F8EFD;
  stroke-width: 2;
}

@media only screen and (max-width: 1061px) {
  .portfolio__item {
    flex-wrap: wrap;
  }
  .portfolio__img {
    flex-basis: 100%;
    margin-bottom: 20px;
    max-height: 260px;
  }
  .portfolio__img img {
    width: auto;
  }
  .portfolio__info {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio__title {
    font-size: 20px;
  }
  .portfolio__tizers {
    flex-wrap: wrap;
  }
  .portfolio__tizer {
    padding: 10px;
  }
  .portfolio__text {
    font-size: 16px;
  }
  .portfolio__text span {
    font-size: 16px;
  }
  .portfolio__li {
    font-size: 16px;
  }
  .portfolio__arrows {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 578px) {
  .slider__btns {
    padding: 20px 0;
    gap: 5px;
  }
  .slider__btns .active {
    padding: 12px 15px;
  }
  .slide-btn {
    font-size: 12px;
    padding: 12px 15px;
  }
  .portfolio {
    margin: 30px 0;
  }
  .portfolio .swiper-pagination {
    display: block;
    bottom: -20px;
  }
  .portfolio__wrp {
    padding: 15px;
  }
  .portfolio__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .portfolio__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .portfolio__tizers {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .portfolio__tizer {
    padding: 5px 12px;
  }
  .portfolio__text {
    font-size: 14px;
  }
  .portfolio__text span {
    font-size: 14px;
  }
  .portfolio__li {
    font-size: 14px;
  }
  .portfolio__arrows {
    margin-left: 10px;
  }
  .portfolio__arrow {
    height: 43px;
    width: 43px;
  }
  .portfolio__chars {
    font-size: 14px;
  }
  .portfolio__chars .blue-link {
    font-size: 14px;
  }
  .portfolio__arrows {
    display: none;
  }
}
.constructor {
  margin: 60px 0;
}
.constructor__slider-wrp {
  position: relative;
}
.constructor__heading {
  margin-bottom: 40px;
}
.constructor__img {
  display: block;
  border-radius: 8px;
  width: 100%;
}
.constructor__arrows {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  display: flex;
  gap: 10px;
}
.constructor__arrow {
  height: 50px;
  width: 45px;
  border-radius: 4px;
  border: 1px solid #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
}
.constructor__arrow:hover {
  cursor: pointer;
  background: #056CF2;
  border: 1px solid #056CF2;
}
.constructor__arrow:hover .constructor__ic {
  stroke: #fff;
}
.constructor__ic {
  width: 8px;
  height: 16px;
  stroke: #898989;
  stroke-width: 2;
}
.constructor__tizers {
  padding-left: 30px;
}
.constructor__tizer {
  display: flex;
  margin-bottom: 23px;
  align-items: center;
}
.constructor__img2 {
  flex-shrink: 0;
  margin-right: 25px;
  flex-basis: 20%;
}
.constructor__text {
  color: #717171;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  flex-basis: 80%;
}
.constructor__text span {
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .constructor__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 578px) {
  .constructor {
    margin: 60px 0 30px 0;
  }
  .constructor__tizers {
    padding-left: 0;
    margin-top: 20px;
  }
  .constructor__text {
    font-size: 14px;
    flex-basis: 85%;
    line-height: 1.5;
  }
  .constructor__img2 {
    flex-basis: 15%;
    width: 100%;
  }
}
.staff {
  padding: 90px 0px 0px 30px;
  background: url(../img/bgform.jpg);
  background-size: cover;
  border-radius: 15px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.staff__title {
  margin-bottom: 70px;
}
.staff__subtitle {
  color: #505050;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.8px;
  margin-bottom: 25px;
  /* 146% */
}
.staff__p {
  color: hsl(0, 0%, 44%);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
}
.staff__p span {
  font-weight: 600;
}
.staff__input {
  padding-left: 20px;
}
.staff__tizer {
  display: flex;
  margin-bottom: 30px;
}
.staff__tizer__img {
  flex-basis: 25%;
  position: relative;
}
.staff__tizer-p {
  flex-basis: 75%;
}
.staff__form {
  margin-bottom: 20px;
}
.staff__tatiana {
  position: absolute;
  right: -10%;
  bottom: 0;
}
.staff__tatiana img {
  display: block;
}
.staff__wrp {
  position: absolute;
  top: 250px;
  left: 60px;
  max-width: 146px;
}
.staff__name {
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 122.1%;
  margin-bottom: 10px;
}
.staff__post {
  color: #9AA4B0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pulse {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #3A94FD;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5) inset;
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 103, 204, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(44, 121, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(44, 81, 204, 0);
  }
}
@media only screen and (max-width: 1400px) {
  .staff__wrp {
    bottom: 80px;
    top: auto;
  }
  .staff__post {
    color: #1C1C1C;
  }
}
@media only screen and (max-width: 1296px) {
  .staff__subtitle {
    font-size: 18px;
  }
  .staff__p {
    font-size: 16px;
  }
  .staff__name {
    font-size: 16px;
  }
  .staff__post {
    color: #1C1C1C;
  }
  .staff__tatiana {
    position: relative;
  }
  .staff__wrp {
    left: -90px;
  }
}
@media only screen and (max-width: 1184px) {
  .staff__tatiana {
    right: -25%;
  }
  .staff__tatiana img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 978px) {
  .staff__tatiana {
    position: relative;
  }
  .staff__tatiana img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .staff {
    padding: 30px 10px 30px 10px;
  }
  .staff__wrp {
    left: -25%;
  }
  .staff__title {
    margin-bottom: 20px;
  }
  .staff__subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .staff__p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .staff__form {
    margin-bottom: 20px;
  }
  .staff__name {
    font-size: 15px;
  }
  .staff__post {
    font-size: 14px;
    color: #9AA4B0;
  }
}
.fedor__tizer {
  flex-direction: column;
  max-width: 215px;
}

.fedor-form {
  padding-left: 15px;
  height: 76px;
}

@media only screen and (max-width: 1200px) {
  .fedor__tizer {
    max-width: 100%;
  }
  .garant__fedor {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 578px) {
  .forder1 {
    order: 1;
    padding-bottom: 5px;
  }
  .forder2 {
    order: 3;
  }
  .forder3 {
    order: 2;
    padding: 25px 15px;
  }
  .forder4 {
    order: 4;
  }
}
@media only screen and (max-width: 578px) {
  .fedor .garant__tizers {
    margin: 20px 0;
  }
}
.gallery {
  position: relative;
  margin: 90px 0;
}
.gallery__title {
  margin-bottom: 60px;
}
.gallery__slide img {
  border-radius: 8px;
}
.gallery__arrows {
  position: relative;
}
.gallery__arrows .gal-prev {
  position: absolute;
  left: -9%;
  top: -100px;
}
.gallery__arrows .gal-next {
  position: absolute;
  right: -10%;
  top: -100px;
}
.gallery__arrow {
  width: 70px;
  height: 70px;
}
.gallery__arrow .constructor__ic {
  stroke: #056CF2;
}

.gallery__slider {
  padding: 150px 130px;
  position: relative;
}
.gallery__slider .swiper-slide {
  transition: all 0.4s ease-in-out;
}
.gallery__slider .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}
.gallery__slider .swiper-slide.swiper-slide-active {
  z-index: 100;
}
.gallery__slider .swiper-slide.swiper-slide-active img {
  transform: scale(2.7, 2.7);
}
.gallery__slider .swiper-slide.swiper-slide-prev {
  filter: grayscale(1);
  opacity: 0.7;
}
.gallery__slider .swiper-slide.swiper-slide-next {
  filter: grayscale(1);
  opacity: 0.7;
}

@media only screen and (max-width: 1200px) {
  .gallery__slider .swiper-slide.swiper-slide-active img {
    transform: scale(6, 6);
  }
}
@media only screen and (max-width: 1000px) {
  .gallery {
    position: relative;
    margin: 30px 0;
  }
  .gallery__title {
    margin-bottom: 0px;
  }
  .gallery__arrows {
    display: none;
  }
  .gallery__slider {
    padding: 20px 30px;
    position: relative;
  }
  .gallery__slider .swiper-slide.swiper-slide-active img {
    transform: none;
  }
  .gallery-pagination {
    bottom: 0px !important;
  }
}
.garant {
  padding: 90px 0px 0px 30px;
  background: url(../img/bgform.jpg);
  background-size: cover;
  border-radius: 15px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.garant__tizers {
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  padding-right: 60px;
}
.garant__tizer {
  display: flex;
  margin-bottom: 40px;
}
.garant__tizer img {
  flex-shrink: 0;
  margin-right: 20px;
  flex-basis: 15%;
  align-self: center;
}
.garant__text {
  flex-basis: 85%;
  color: #717171;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.garant__text span {
  font-weight: 600;
}
.garant__pdfs {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 120;
}
.garant__pdf {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  max-width: 330px;
}
.garant__pdf img {
  flex-basis: 20%;
  margin-right: 10px;
  flex-shrink: 0;
  align-self: center;
}
.garant__pdf p {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.5px;
  color: #6D6D6D;
}
.garant__pdf p a {
  padding-bottom: 2px;
  border-bottom: 1px dotted #717171;
  color: #717171;
  display: inline;
}
.garant__info {
  margin: 70px 0 30px 0;
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  max-width: 220px;
  /* 150% */
}
.garant__mike {
  max-width: 130px;
  position: relative;
  z-index: 100;
}
.garant__name {
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 122.1%;
  margin-bottom: 10px;
}
.garant__post {
  color: #9AA4B0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.garant__img {
  position: absolute;
  bottom: -20%;
  right: -20%;
  z-index: 90;
}
.garant__btns {
  position: relative;
  z-index: 100;
  display: flex;
  margin: 40px 0;
  display: inline-flex;
  align-items: stretch;
}
.garant__btn {
  padding: 24px 10px;
  flex-basis: 50%;
  position: relative;
  z-index: 20;
}
.garant__discount {
  flex-basis: 50%;
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  background: #fff;
  padding: 24px 10px 24px 20px;
  margin-left: -10px;
  position: relative;
  z-index: 10;
  border-radius: 8px;
}
.garant__discount span {
  font-weight: 600;
}

.img-mike {
  position: absolute;
  bottom: -20%;
  right: -20%;
  z-index: 90;
}

@media only screen and (max-width: 1400px) {
  .garant__img {
    max-width: 30%;
  }
  .img-mike {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .img-mike {
    max-width: 80%;
    bottom: 0;
  }
}
@media only screen and (max-width: 978px) {
  .garant {
    padding: 15px;
  }
  .garant__tizers {
    margin-bottom: 0px;
  }
  .garant__img {
    position: relative;
    bottom: 0;
    max-width: 40%;
  }
  .garant__pdf {
    max-width: 100%;
  }
  .garant__info {
    max-width: 100%;
    margin: 30px 0;
  }
  .garant__mike {
    max-width: 100%;
  }
  .garant__btns {
    margin-top: -20%;
  }
  .garant__text {
    font-size: 16px;
    flex-basis: 100%;
    line-height: 1.7;
  }
  .img-mike {
    position: relative;
    bottom: 0;
    max-width: 40%;
  }
}
@media only screen and (max-width: 578px) {
  .garant__discount {
    font-size: 14px;
  }
  .garant__btn {
    font-size: 14px;
    line-height: 1.3;
  }
  .garant__text {
    font-size: 14px;
    flex-basis: 100%;
    line-height: 1.7;
  }
  .garant__tizer {
    flex-wrap: wrap;
  }
  .garant__tizers {
    padding-right: 0;
  }
  .garant__pdf img {
    flex-basis: 20%;
    margin-right: 10px;
    flex-shrink: 0;
    align-self: center;
  }
  .garant__pdf p {
    font-size: 14px;
    line-height: 1.7;
  }
  .garant__info {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.7;
  }
  .garant__name {
    font-size: 15px;
  }
  .garant__post {
    font-size: 14px;
  }
}
.fedor .garant__img {
  bottom: 0;
  right: -5%;
}

.map {
  position: relative;
  height: 528px;
}
.map__wrp {
  position: relative;
  margin: -460px auto 0 auto;
  max-width: 1560px;
  z-index: 100;
}
.map__block {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 341px;
  position: absolute;
  left: 200px;
  top: 50px;
}
.map__title {
  color: #505050;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.5px;
  margin-bottom: 36px;
  /* 147.727% */
}
.map__subtitle {
  color: #54A2FD;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.map__text {
  color: #505050;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.5px;
}

@media only screen and (max-width: 1400px) {
  .map__block {
    left: 50px;
  }
}
@media only screen and (max-width: 978px) {
  .map {
    height: auto;
  }
  .map__wrp {
    margin: 0 auto 0 auto;
  }
  .map__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .map__subtitle {
    font-size: 14px;
  }
  .map__text {
    font-size: 14px;
  }
  .map__block {
    position: relative;
    left: 0;
    top: 0;
  }
}
.catalog {
  margin: 80px 0;
}
.catalog__heading {
  margin-bottom: 60px;
}
.catalog__item {
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 77px 0px rgba(135, 135, 135, 0.13);
  background: #fff;
  
}
.catalog__img {
  flex-basis: 40%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.catalog__img img {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.catalog__sticker {
  position: absolute;
  display: inline;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  left: 20px;
  top: 10px;
  padding: 7px;
  border-radius: 4px;
  font-weight: 800;
  z-index: 50;
}
.catalog__info {
   flex-basis: 60%; 
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
 
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 30px;
}
.catalog__title {
  color: #505050;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
  cursor: pointer;
}
.catalog__title span {
  font-weight: 300;
}
.catalog li {
  position: relative;
  padding-left: 20px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  /* 125% */
}
.catalog li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #056CF2;
  left: 0;
  top: 6px;
  display: block;
  content: "";
  border-radius: 50%;
}
.catalog__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
}
.catalog__blue-link {
  font-size: 20px;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.catalog__blue-link:hover {
  color: #FFB45E;
}
.catalog__price {
  color: #505050;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.catalog__price span {
  font-weight: 300;
}
.catalog__more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.catalog__more_hidden {
  display: none;
}
.catalog__btn {
  color: #A6A6A6;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  border-bottom: 1px dotted #A6A6A6;
  padding-bottom: 3px;
  background: none;
}
.catalog__btn:hover {
  color: #505050;
}
.catalog__ic {
  width: 15px;
  height: 8px;
}

.catalog__card {
  margin: 0;
}
.catalog__card ul {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1400px) {
  .catalog__bottom {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }
  .catalog__blue-link {
    font-size: 18px;
  }
  .catalog__price {
    font-size: 22px;
  }
}
@media only screen and (max-width: 578px) {
  .catalog {
    margin: 40px 0;
  }
  .catalog__heading {
    margin-bottom: 20px;
  }
  .catalog__item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .catalog__img {
    flex-basis: 100%;
  }
  .catalog__img img {
    position: relative;
  }
  .catalog__info {
    flex-basis: 100%;
    padding: 15px;
  }
  .catalog__title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .catalog li {
    font-size: 14px;
    line-height: 1.4;
    /* 125% */
  }
  .catalog__blue-link {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .catalog__price {
    font-size: 18px;
    line-height: 1.4;
  }
  .catalog__more {
    margin-top: 20px;
  }
  .catalog__btn {
    font-size: 14px;
    line-height: 1.4;
  }
  .catalog__ic {
    width: 10px;
    height: 4px;
  }
}
.modal__btn {
  display: flex;
  justify-content: end;
}

.modal__footer {
  background: #F6F8FC;
  padding: 30px 0;
}

.modal__input {
  height: 100%;
  padding-left: 20px;
}

.modal__label {
  height: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 578px) {
  .modal__footer {
    padding: 0;
    background: #fff;
  }
  .modal__input {
    height: 100%;
    padding-left: 20px;
  }
  .modal__label {
    height: 54px;
    margin-bottom: 15px;
  }
  .modal__btn {
    width: 100%;
  }
}
.indiv {
  background: url(../img/bgform.jpg);
  overflow: hidden;
  border-radius: 12px;
}
.indiv__info {
  padding: 30px 0px 0 60px;
}
.indiv__tags-wrp {
  display: flex;
  align-items: center;
}
.indiv__subtitle {
  color: #505050;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-right: 15px;
}
.indiv__tags {
  display: flex;
  gap: 10px;
  margin: 30px 0;
  align-items: stretch;
}
.indiv__checkbox-span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  color: #BABABA;
  cursor: pointer;
  transition: all 0.3s;
}
.indiv .indiv__input:checked ~ .indiv__checkbox-span {
  border: 1px solid gray;
  color: gray;
}
.indiv__h3 {
  color: #505050;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin: 0px 0 30px 0;
  /* 150% */
}
.indiv__price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin: 100px 0 0 100px;
}
.indiv__price img {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
}
.indiv__price span {
  max-width: 89px;
  text-align: center;
  color: #B08927;
  position: relative;
  z-index: 60;
  line-height: 1.4;
  font-size: 16px;
}
.indiv__decor {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .indiv__tags-wrp {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .indiv__tags {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1074px) {
  .indiv__tags {
    flex-wrap: wrap;
  }
  .indiv__decor {
    max-width: 50%;
  }
  .indiv__btn {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 578px) {
  .indiv__info {
    padding: 15px;
  }
  .indiv__h3 {
    font-size: 16px;
  }
  .indiv__subtitle {
    font-size: 16px;
  }
  .indiv__price {
    margin: 0 auto;
  }
}
.service {
  margin: 100px 0;
}
.service video {
  width: 100%;
}
.service__heading {
  margin-bottom: 30px;
}
.service__info {
  position: relative;
}
.service .constructor__arrows {
  right: auto;
  left: 0;
  bottom: -90px;
}
.service__title {
  color: #505050;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}
.service__text {
  color: #717171;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.service__tizer {
  color: #505050;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.5px;
  justify-content: space-between;
  margin-top: 180px;
}
.service__tizer span {
  font-weight: 600;
  font-size: 17px;
  color: #505050;
}
.service__p {
  width: 70%;
}
.service__wrp {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

@media only screen and (max-width: 578px) {
  .service {
    margin: 60px 0;
  }
  .service__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service__text {
    font-size: 14px;
  }
  .service__tizer {
    font-size: 14px;
    margin-top: 120px;
  }
  .service__tizer span {
    font-size: 14px;
  }
}
body.modal-open {
  padding-right: 0px !important;
}

body {
  overflow-y: scroll !important;
}

.modal-body {
  overflow: hidden;
}

.fedor__info {
  position: absolute;
  top: 30%;
  right: 10%;
  background: #fff;
  padding: 20px 30px;
  border-radius: 18px;
}

.fedor__name {
  color: #505050;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.1%;
  margin-bottom: 5px;
  /* 25.641px */
}

.fedor__post {
  color: #9AA4B0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 207.143% */
}

.order2 {
  background: #F5F5F5;
  overflow: hidden;
}

.modals .modal-body {
  padding: 0;
}

.graypart {
  padding: 15px 30px 15px 30px;
}

.modals .staff__subtitle {
  text-align: center;
}
.modals .staff__subtitle span {
  font-weight: 700;
}
.modals .staff__p {
  text-align: center;
}

.fedor-form-group_modal {
  padding: 20px 30px 30px 30px;
}

.fedor-img {
  max-width: none;
  position: absolute;
  left: -3%;
  bottom: -3%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .fedor-form-group_modal {
    padding: 15px;
  }
  .modals .staff__subtitle {
    line-height: 1.4;
  }
  .modals .staff__p {
    line-height: 1.4;
  }
  .fedor__info {
    position: absolute;
    top: auto;
    bottom: 10%;
    right: 10%;
  }
}
@media only screen and (max-width: 990px) {
  .fedor-img {
    max-width: 100%;
    position: relative;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media only screen and (max-width: 578px) {
  .fedor-form-group_modal {
    padding: 0px;
  }
  .fedor__info {
    position: absolute;
    top: auto;
    bottom: 40%;
    right: 10%;
    padding: 10px;
  }
  .fedor__name {
    font-size: 16px;
  }
  .fedor__post {
    color: #9AA4B0;
    font-size: 14px;
    line-height: 1.3;
    /* 207.143% */
  }
}
.header__download {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FFF;
  padding: 10px;
}
.header__d-title {
  color: #505050;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32.3px;
  max-width: 365px;
}
.header__d-title span {
  font-weight: 700;
}

.thanks-header {
  padding: 0 !important;
}
.thanks-header .header__wrap {
  gap: 15px;
  justify-content: start;
}
.thanks-header .small-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.thanks-header .header__d-img {
  flex-shrink: 0;
}

.bgmain-thanks .bgmain__h1 {
  color: #505050;
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: 59.3px;
  margin-bottom: 10px;
}
.bgmain-thanks .bgmain__p {
  color: #505050;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 50.8px;
  /* 203.2% */
  letter-spacing: -0.175px;
}
.bgmain-thanks .bgmain__p2 {
  color: #717171;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.92px;
  /* 171.048% */
  margin: 40px 0;
}

.more__wrp {
  width: 206px;
  height: 206px;
  background: #2F8EFD;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  box-shadow: 0 0 0 20px rgba(47, 142, 253, 0.16);
  left: 0;
  right: 0;
  margin: -60px auto 0 auto;
  position: relative;
  z-index: 600;
}
.more__wrp span {
  max-width: 171px;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 15px;
}
.more__wrp:hover {
  color: #fff;
}

.more__ic {
  width: 24px;
  height: 24px;
}

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

@media only screen and (max-width: 578px) {
  .header__download {
    flex-wrap: wrap;
    gap: 5px;
  }
  .header__d-title {
    color: #505050;
    font-size: 16px;
    line-height: 1.3;
  }
  .header__d-img {
    display: none;
  }
  .bgmain-thanks .bgmain__h1 {
    color: #505050;
    font-size: 28px;
    line-height: 1.3;
    margin-top: 60px;
  }
  .bgmain-thanks .bgmain__p {
    font-size: 16px;
    line-height: 1.4;
  }
  .bgmain-thanks .bgmain__p2 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0;
  }
  .more__wrp span {
    font-size: 14px;
  }
  .more__wrp:hover {
    color: #fff;
  }
  .bgmain-thanks2 {
    margin-top: 30px;
  }
  .thanks-page .bgmain-thanks2 {
    margin-top: 0px;
  }
  .thanks-page .bgmain__info {
    margin-top: 0;
  }
  .thanks-page .bgmain__h1 {
    margin-top: 0;
  }
}
.content {
  padding-top: 100px;
  margin-bottom: 20px;
  z-index: 200;
  position: relative;
}
.content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 20px 0 5px 0;
  line-height: 1.3;
  color: #282828;
}
.content h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 5px 0;
  line-height: 1.3;
  color: #282828;
}
.content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 5px 0;
  line-height: 1.3;
  color: #282828;
}
.content p {
  color: #717171;
  line-height: 1.5;
  margin: 7px 0;
  font-size: 16px;
}
.content ul {
  list-style-type: disc;
  padding-left: 30px;
  line-height: 1.3;
}
.content ol {
  list-style-type: decimal;
  padding-left: 30px;
  line-height: 1.3;
}
.content li {
  line-height: 1.5;
  padding: 7px 0;
  color: #717171;
  font-size: 16px;
}
.content table {
  min-width: 400px;
  font-size: 16px;
}
.content table td {
  padding: 17px;
  line-height: 1.3;
  color: #717171;
  vertical-align: middle;
}
.content table img {
  margin-bottom: 0;
}

.portfolio__top ol, .portfolio__top ul{
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 40px;
}


.portfolio__top li {
  color: #717171;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  padding: 10px 0;
  line-height: 1.4;
}