html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 300;
  background: #f3f3f3;
}

.container {
  width: 98%;
  margin: 0 auto;
}

.container-mobile {
  width: 98%;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.br-pc {
  display: block;
  height: 0;
}

/* ---------- head block ---------*/

.header {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
  width: 94%;
  align-items: center;
}

.logo {
  width: 60px;
}

.nav-menu {
  display: flex;
  gap: 30px;
  margin-left: 30px;
}

.nav-menu li {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.nav-menu li:first-child a {
  background: #2b303c;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
}

.header-button-about {
  margin-left: auto;
  background: #2b303c;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.header-button-contact {
  font-weight: 500;
  font-size: 14px;
  color: #2b303c;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
}

.header-button-contact img {
  width: 15px;
}

.header-inner {
  position: relative;
  min-height: calc(var(--fixed-vh) - 30px);
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  align-items: center;
}

.header-back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  transform: scale(1.2);
}

.header-image {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.header__years {
  margin-top: 12%;
  margin-left: -40%;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  max-width: 14vw;
  max-height: 14vw;
  aspect-ratio: 1 / 1;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.header__years-number {
  font-weight: 200;
  font-size: 120px;
  text-align: center;
  color: #2b303c;
}

.header__years-text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #2b303c;
}

.header__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
}

.header__name-role {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 44px;
  width: 171px;
  height: 59px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #444;
}

.header__name-boss {
  border: 1px solid #fff;
  border-radius: 44px;
  width: 300px;
  height: 56px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.15);
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
}

.header-content {
  position: relative;
  margin-top: auto;
  padding-bottom: 30px;
  width: 100%;
}

.header-content h1 {
  text-align: center;
  font-weight: 400;
  font-size: 80px;
  line-height: 89%;
  color: #2b303c;
  z-index: 1;
  position: relative;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.header-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  filter: blur(150px);
  background: rgba(218, 241, 255, 0.4);
  mask-image: linear-gradient(to top, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
  z-index: 0;
}

.header__button {
  z-index: 2;
  position: relative;
  display: flex;
  gap: 1px;
  /* justify-content: center; */
  padding: 8px;
  align-items: center;
  background: #2b303c;
  width: 314px;
  height: 65px;
  border-radius: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  cursor: pointer;
}

.header__button-text {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  flex: 1;
  text-align: center;
}

.header__button-circle {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.header__button-arrow {
  width: 30%;
  transform: rotate(315deg);
}

/* ---------- support --------- */

.support-inner {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 1%;
}

.support__header {
  font-weight: 400;
  font-size: 70px;
  line-height: 87%;
  color: #2b303c;
  width: 1150px;
}

.support__header-text {
  color: #aaafbb;
}

.support__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  margin-top: -1%;
}

.support__content-call {
  border: 1px solid #cecece;
  border-radius: 1000px;
  width: 332px;
  height: 84px;
  display: flex;
  align-items: center;
  padding: 9px;
  cursor: pointer;
}

.support__image-tel {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: linear-gradient(180deg, #d0dae2 0%, #b5c1ca 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.support__image-ava {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  margin-left: -16px;
}

.support__image-ava img {
  width: 175px;
  margin-left: -34px;
  margin-top: -45px;
}

.support__call-text {
  font-weight: 400;
  font-size: 22px;
  color: #2b303c;
  margin-left: 20px;
}

.support__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  text-align: right;
  color: #2b303c;
  width: 720px;
  margin-top: 15px;
}

.consultation__header {
  width: 1370px;
  line-height: 101%;
}

/* ---------- law --------- */

.law-inner {
  margin-top: 100px;
}

.law-slider-buttons {
  display: flex;
  width: 240px;
  margin-left: auto;
  gap: 25px;
}

.law-button-prev,
.law-button-next {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.button-slider-arrow {
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-slider-arrow img {
  width: 13px;
}

.law-button-prev .button-slider-arrow {
  border: 1px solid rgba(43, 43, 53, 0.4);
  border-radius: 100%;
}

.law-button-prev p {
  font-weight: 500;
  font-size: 16px;
  color: rgba(102, 115, 137, 0.7);
}

.law-button-next .button-slider-arrow {
  border: 1px solid #2b303c;
  background-color: #2b303c;
  border-radius: 100%;
}

.law-button-next p {
  font-weight: 500;
  font-size: 16px;
  color: #667389;
}

.law__swiper-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
}

.law__swiper-slide {
  display: flex !important;
  flex-direction: column;
  min-height: 630px;
  border-radius: 30px;
  background: linear-gradient(1deg, #c2cfd9 0%, #deebf7 100%);
  padding: 35px 50px 50px;
  height: auto !important;
}

.law__block-number {
  font-size: 16px;
  color: #2b303c;
  text-align: right;
  margin-right: -2%;
}

.law__block-name {
  font-weight: 400;
  font-size: 40px;
  color: #2b303c;
  margin-top: 20px;
}

.law__block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: #8e96aa;
  margin-top: 15px;
  width: 98%;
}

.law__block-content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 60%;
}

.law__content-item {
  width: 100%;
  border: 1px solid #2b303c;
  border-radius: 1000px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #2b303c;
  padding: 5px;
  text-align: center;
}

.law__content-half {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.law__content-item-half .law__content-item {
  width: 47%;
}

/* ---------- book --------- */

.book-inner {
  margin-top: 60px;
  display: flex;
  background: var(--bg-desktop) no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 1000px;
  max-height: 110vh;
  justify-content: space-between;
  padding: 30px 30px 30px 60px;
}

.book__content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.book__content-header {
  font-weight: 400;
  font-size: 70px;
  line-height: 90%;
  color: #fff;
  width: 600px;
}

.book__content-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 163%;
  color: #fff;
  margin-top: 48px;
  width: 520px;
}

.book__content-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  width: 268px;
  height: 69px;
  background-color: #fff;
  margin-top: 48px;
  padding: 13px 13px 13px 35px;
  cursor: pointer;
}

.book__content-button span {
  font-weight: 500;
  font-size: 16px;
  color: #667389;
  flex: 1;
  text-align: center;
}

.book__button-arrow {
  border: 1px solid #667389;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book__button-arrow img {
  width: 12px;
}

.book__second-column {
  display: flex;
  flex-direction: column;
}

.book__years {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 221px;
  height: 221px;
  max-width: 10vw;
  max-height: 10vw;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.book__years-number {
  font-weight: 200;
  font-size: 70px;
  text-align: center;
  color: #2b303c;
}

.book__years-text {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #2b303c;
}

.book__license {
  margin-top: auto;
  border-radius: 30px;
  width: 348px;
  height: 253px;
  background: #e7e7e7;
  display: flex;
  flex-direction: column;
  padding: 10%;
  justify-content: space-between;
  gap: 10px;
}

.book__license:not(:first-child) {
  display: none;
}

.book__license-name {
  font-weight: 400;
  font-size: 40px;
  line-height: 90%;
  color: #2b303c;
}

.book__license-number {
  font-weight: 400;
  font-size: 20px;
  line-height: 90%;
  color: #2b303c;
}

.book__license-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  width: 286px;
  height: 69px;
  background: #2b303c;
  padding: 13px 13px 13px 35px;
  cursor: pointer;
}

.license__button-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 88%;
  color: #fff;
  flex: 1;
  text-align: center;
}

.license-number-gray {
  color: #8f8f8f;
}

.license__button-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.license__button-circle img {
  width: 13px;
  transform: rotate(-60deg);
}

/* ---------- price  ---------*/

.price-inner {
  margin-top: 100px;
}

.price__content {
  display: flex;
  margin-top: 2%;
  justify-content: space-between;
  gap: 25px;
}

.price__block {
  width: 33%;
  height: 782px;
  border-radius: 30px;
  padding: 47px 44px 50px;
  background: linear-gradient(178deg, #cdd7df 0%, #6f757980 100%);
  display: flex;
  flex-direction: column;
}

.price__block-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price__block-name {
  font-weight: 400;
  font-size: 30px;
  line-height: 137%;
  color: #000;
}

.price__block-number {
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  color: #2b303c;
  margin-top: 20px;
}

.price__block-active .price__block-number {
  width: 90%;
}

.price__block-plus,
.price__block-minus {
  margin-top: 50px;
  padding-left: 40px;
}

.price__block-minus {
  width: 70%;
}

.price__block-plus p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-top: 25px;
  position: relative;
}

.price__block-plus p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -35px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url("../images/icons/tick-plus.svg") no-repeat;
  background-size: cover;
}

.price__block-minus {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 7%;
  padding-top: 4%;
  padding-left: 40px;
}

.price__block-minus p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 25px;
  position: relative;
}

.price__block-minus p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -35px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  background: url("../images/icons/cross.svg") no-repeat;
  background-size: cover;
}

.price__block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 454px;
  max-width: 99%;
  height: 65px;
  border-radius: 50px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.price__block-button::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.price__block-button::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 13px;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  background: url("../images/icons/black-arrow.svg") no-repeat;
  background-size: 100%;
}

.price__descr {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}

.price__block-popular {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 15px 30px 15px 45px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  background: linear-gradient(90deg, #ded7cb 0%, #f2eae1 100%);
}

.price__block-popular::before {
  position: absolute;
  content: "";
  top: 52%;
  left: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url("../images/icons/star.svg") no-repeat;
  background-size: cover;
}

.price__block-active {
  background: linear-gradient(178deg, #dfd8cd 0%, #6450408a 100%);
  margin-top: -25px;
}

/* ---------- about ---------*/

.about-inner {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding: 70px;
  position: relative;
  height: 1100px;
  max-height: 110vh;
}

.about-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  z-index: -1;
}

.about__numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__circle {
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 236px;
  height: 236px;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.about__circle-number {
  font-weight: 200;
  font-size: 60px;
  text-align: center;
  color: #2b303c;
}

.about__circle-text {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #2b303c;
}

.about__circle:not(:first-child) {
  margin-top: -25px;
}

.about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
}

.about__content-describe {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  width: 90%;
}

.about__content-name {
  font-weight: 400;
  font-size: 84px;
  line-height: 85%;
  color: #2b303c;
  margin-top: 46px;
  margin-bottom: 16px;
}

.about__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 244%;
  letter-spacing: -0.03em;
  color: #2b303c;
  margin-top: 30px;
}

.about__button {
  margin-right: 0;
  margin-left: 0;
  margin-top: 45px;
}

/* ---------- advantages ---------*/

.advantages-inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 11px;
}

.advantages__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  width: 466px;
  min-height: 162px;
  max-width: 25%;
  padding: 25px 30px 30px;
  background: linear-gradient(180deg, #c2cfd9 0%, #d0dae2 100%);
  cursor: pointer;
  color: #2b303c;
  gap: 20px;
}

.advatages__block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.advantages__block-name {
  font-weight: 400;
  font-size: 28px;
}

.advantages__block-tick {
  width: 24px;
  height: 24px;
  background: url("../images/icons/tick-advantages.svg") no-repeat;
  background-size: cover;
}

.advantages__block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 169%;
  width: 90%;
}

.advantages__block:hover {
  color: #fff;
  background: #2b303c;

  .advantages__block-tick {
    background: url("../images/icons/tick-advantages-white.svg") no-repeat;
  }
}

/* ---------- review ---------*/

.review-inner {
  margin-top: 100px;
}

.review__row {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

#review-slider {
  overflow: hidden;
}
.review__header {
  font-weight: 400;
  font-size: 70px;
  color: #2b303c;
}

.review__header-text {
  color: #aaafbb;
}

.review__block {
  display: block;
  position: relative;
}

.review-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 205px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}

.review-back {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review__describe {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.review__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #404d63;
}

.review__time {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #404d63;
  opacity: 0.5;
  position: relative;
}

.review__time::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/icons/clock.svg") no-repeat;
  background-size: cover;
}

/* ---------- team ---------*/

.team-inner {
  margin-top: 100px;
  display: flex;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  height: 900px;
  justify-content: space-between;
  width: 100%;
}

.team__video-wrap {
  width: 48%;
  overflow: hidden;
}

.team-video {
  width: 135%;
  height: 100%;
  object-fit: cover;
}

.team__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team__content-head {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.team__content-text {
  font-weight: 300;
  font-size: 40px;
  line-height: 135%;
  color: #000;
  margin-top: 40px;
}

.team__button {
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
  width: 363px;
}

.team__button-circle {
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team__button-arrow {
  width: 18px;
}

/* ---------- footer block ---------*/

.footer-inner {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  padding: 50px 35px 45px;
  /* width: 96%; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background: linear-gradient(1deg, #c2cfd9 0%, #d0dae2 100%);
}

.footer__first-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* align-items: center; */
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.footer__header {
  font-weight: 400;
  font-size: 14px;
  line-height: 293%;
  color: #2b303c;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__logo {
  width: 140px;
}

.footer__block-links {
  display: flex;
  gap: 60px;
}

.footer-link {
  font-weight: 400;
  font-size: 25px;
  color: #2b303c;
}

.footer__block-icons {
  display: flex;
  gap: 15px;
}

.footer-icon img {
  width: 20px;
}

.footer__second-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 140px;
  align-items: center;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.footer-pay {
  display: flex;
  gap: 22px;
  align-items: center;
  /* margin-left: 4%; */
}

/* .footer__text,
.footer-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 228%;
    color: #fff;
} */

.footer__adress {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.footer__adress-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 228%;
  color: #2b303c;
}

.footer__adress-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #696969;
  width: 280px;
  margin-top: 10px;
}

/* .footer__third-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 120px;
    margin-bottom: 80px;
} */

.footer__policy {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
}

.footer__privacy-text {
  font-weight: 400;
  color: #676767;
  font-size: 14px;
}

/* resposive */

@media screen and (max-width: 1919px) {
  /* ---------- head block ---------*/

  .header-inner {
    border-radius: 22px;
  }

  .header {
    top: 35px;
    width: 93%;
  }

  .logo {
    width: 50px;
  }

  /* .logo-icon {
        width: 45px;
    }  */

  .nav-menu {
    margin-left: 20px;
  }

  .nav-menu li {
    font-size: 11px;
  }

  .header-button-contact,
  .header-button-about {
    font-size: 11px;
  }

  .header-button-contact {
    margin-left: 0px;
  }

  .header-button-contact img {
    width: 12px;
  }

  .header__years {
    /* max-width: 13vw;
        max-height: 13vw; */
  }

  .header__years-number {
    font-size: 80px;
  }

  .header__years-text {
    font-size: 14px;
  }

  .header__name-role {
    font-size: 12px;
    width: 140px;
    height: 42px;
  }

  .header__name-boss {
    width: 200px;
    height: 38px;
    font-size: 12px;
    margin-top: -20px;
  }

  .header-content h1 {
    font-size: 55px;
    width: 1150px;
    margin-top: 30px;
  }

  .header__button {
    width: 250px;
    height: 50px;
  }

  .header__button-text {
    font-size: 11px;
  }

  .header__button-circle {
    width: 38px;
    height: 38px;
  }

  /* ---------- support --------- */

  .support-inner {
    margin-top: 70px;
  }

  .support__header {
    font-size: 45px;
    width: 780px;
  }

  .support__content-call {
    width: 280px;
    height: 70px;
    padding: 7px;
  }

  .support__image-tel,
  .support__image-ava {
    width: 55px;
    height: 55px;
  }

  .support__image-ava img {
    width: 150px;
    margin-left: -32px;
    margin-top: -39px;
  }

  .support__call-text {
    font-size: 18px;
  }

  .support__content-text {
    font-size: 14px;
    width: 620px;
  }

  /* ---------- law --------- */

  .law-inner {
    margin-top: 80px;
  }

  .law-slider-buttons {
    width: 190px;
    gap: 18px;
  }

  .button-slider-arrow {
    width: 36px;
    height: 36px;
  }

  .button-slider-arrow img {
    width: 11px;
  }

  .law-button-prev p {
    font-size: 14px;
  }

  .law-button-next p,
  .law-button-prev p {
    font-size: 14px;
  }

  .law__swiper-slide {
    border-radius: 22px;
    padding: 28px 35px 35px;
    min-height: 500px;
  }

  .law__block-number {
    font-size: 14px;
  }

  .law__block-name {
    font-size: 30px;
    margin-top: 15px;
  }

  .law__block-text {
    font-size: 14px;
    margin-top: 12px;
    width: 99%;
  }

  .law__content-item {
    height: 55px;
    font-size: 13px;
  }

  /* ---------- book --------- */

  .book-inner {
    height: 750px;
    border-radius: 22px;
  }

  .book__content-header {
    font-size: 50px;
    width: 400px;
  }

  .book__content-text {
    font-size: 15px;
    width: 355px;
    margin-top: 35px;
  }

  .book__content-button {
    margin-top: 35px;
    width: 190px;
    height: 50px;
    padding: 9px 9px 9px 25px;
  }

  .book__content-button span {
    font-size: 12px;
  }

  .book__button-arrow {
    width: 35px;
    height: 35px;
  }

  .book__button-arrow img {
    width: 11px;
  }

  .book__years {
    width: 221px;
    height: 221px;
    gap: 8px;
  }

  .book__years-number {
    font-size: 50px;
  }

  .book__years-text {
    font-size: 10px;
  }

  .consultation__header {
    width: 1000px;
    font-size: 50px;
  }

  .book__license {
    width: 300px;
    height: 200px;
    border-radius: 25px;
  }

  .book__license-name {
    font-size: 30px;
  }

  .book__license-number {
    font-size: 16px;
  }

  .book__license-button {
    width: 240px;
    height: 50px;
    padding: 13px 8px 13px 35px;
  }

  .license__button-text {
    font-size: 14px;
  }

  .license__button-circle {
    width: 35px;
    height: 35px;
  }

  /* ---------- price  ---------*/

  .price__block {
    padding: 35px 25px 38px;
    width: 32%;
    height: 600px;
    border-radius: 22px;
  }

  .price__content {
    gap: 18px;
  }

  .price__block-name {
    font-size: 23px;
  }

  .price__block-number {
    margin-top: 15px;
    font-size: 13px;
  }

  .price__block-plus,
  .price__block-minus {
    margin-top: 35px;
  }

  .price__block-plus p::before {
    width: 22px;
    height: 22px;
  }

  .price__block-minus p::before {
    width: 17px;
    height: 17px;
  }

  .price__block-plus p,
  .price__block-minus p {
    font-size: 15px;
    margin-top: 20px;
  }

  .price__block-button {
    height: 55px;
    font-size: 12px;
  }

  .price__block-button::before {
    right: 10px;
    width: 32px;
    height: 32px;
  }

  .price__block-button::after {
    right: 20px;
    width: 13px;
    height: 11px;
  }

  .price__descr {
    font-size: 13px;
    margin-top: 15px;
  }

  .price__block-popular {
    font-size: 12px;
    padding: 12px 22px 9px 40px;
  }

  .price__block-popular::before {
    width: 13px;
    height: 13px;
  }

  /* ---------- about ---------*/

  .about-inner {
    height: 850px;
  }

  .about-back {
    border-radius: 22px;
  }

  .about__circle {
    width: 180px;
    height: 180px;
  }

  .about__circle-number {
    font-size: 45px;
  }

  .about__circle-text {
    font-size: 12px;
  }

  .about__circle:not(:first-child) {
    margin-top: -18px;
  }

  .about__content {
    width: 420px;
  }

  .about__content-describe {
    font-size: 15px;
  }

  .about__content-name {
    font-size: 68px;
  }

  .about__content-text {
    font-size: 13px;
    margin-top: 20px;
  }

  /* ---------- advantages ---------*/

  .advantages__block {
    border-radius: 18px;
    min-height: 145px;
  }

  .advantages__block-name {
    font-size: 22px;
  }

  .advantages__block-text {
    font-size: 12px;
  }

  .advantages__block-tick {
    width: 20px;
    height: 20px;
  }

  /* ---------- review ---------*/

  .review-inner {
    margin-top: 80px;
  }

  .review__header {
    font-size: 52px;
  }

  .review-play {
    width: 160px;
    height: 160px;
  }

  .review__name {
    font-size: 14px;
  }

  .review__time {
    font-size: 14px;
  }

  .review__time::before {
    left: -30px;
    width: 18px;
    height: 18px;
    left: -25px;
  }

  /* ---------- team ---------*/

  .team-inner {
    margin-top: 80px;
    border-radius: 24px;
    height: 700px;
  }

  .team__content {
    width: 35%;
  }

  .team__content-head {
    font-size: 15px;
  }

  .team__content-text {
    font-size: 28px;
  }

  .team__button {
    margin-top: 50px;
    width: 280px;
  }

  .team__button-circle {
    width: 38px;
    height: 38px;
  }

  .team__button-arrow {
    width: 14px;
  }

  /* ---------- footer block ---------*/

  .footer-inner {
    margin-top: 30px;
  }

  .footer__text,
  .footer-link {
    font-size: 17px;
  }

  .footer__logo {
    width: 100px;
  }

  .footer__header {
    font-size: 13px;
  }

  .footer__second-row {
    margin-top: 80px;
  }

  .footer-pay-item {
    width: 160px;
  }

  .footer-pay-item:nth-child(3) {
    width: 60px;
  }

  .footer__adress-name {
    font-size: 15px;
  }

  .footer__adress-text {
    font-size: 12px;
    width: 220px;
  }

  .footer__privacy-text {
    font-size: 12px;
  }

  .footer-icon img {
    width: 16px;
  }

  /* .footer__third-row {
        margin-top: 80px;
        margin-bottom: 60px;
    } */
}

@media screen and (max-width: 1439px) {
  /* ---------- head block ---------*/

  .header {
    top: 25px;
    width: 93%;
  }

  .header-content h1 {
    font-size: 40px;
    width: 900px;
  }

  .support__header {
    font-size: 37px;
    width: 600px;
  }

  .law__content-item {
    font-size: 11px;
    text-align: center;
  }

  .consultation__header {
    width: 800px;
    font-size: 40px;
  }

  .price__block-head-row {
    gap: 10px;
  }

  .price__block-popular {
    text-align: center;
  }

  .price__block-plus,
  .price__block-minus {
    margin-top: 25px;
  }

  .price__block-plus p,
  .price__block-minus p {
    margin-top: 15px;
    font-size: 13px;
  }

  .about__content {
    width: 300px;
  }

  .about__content-name {
    font-size: 50px;
  }

  .about__content-text {
    font-size: 11px;
  }

  .advantages__block-name {
    font-size: 18px;
  }

  .advantages__block-text {
    font-size: 11px;
  }

  /* ---------- footer block ---------*/

  .footer__text,
  .footer-link,
  .footer__privacy-text {
    font-size: 13px;
  }

  .footer-logo img {
    width: 35px;
  }
}

@media screen and (max-width: 999px) {
  .container {
    width: 94%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-mobile {
    height: 0;
    display: block;
  }

  .container-mobile {
    width: 100%;
  }

  /* ---------- head block ---------*/

  .header-inner {
    min-height: calc(var(--fixed-vh));
    margin-top: 0;
    border-radius: 0 0 35px 35px;
  }

  .header {
    width: 94%;
    left: 10px;
  }

  .header-back {
    transform: rotate(-90deg) scale(1);
    transform-origin: top left;
    width: var(--fixed-vh);
    height: 100vw;
    top: var(--fixed-vh);
    left: 0;
    object-fit: cover;
  }

  .header-blur {
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(150px);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    background: rgba(218, 241, 255, 0.4);
    mask-image: linear-gradient(to top, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
    z-index: 0;
    height: 120%;
  }

  .logo {
    width: 85px;
    margin-top: 10px;
    margin-left: 20px;
  }

  .nav-menu {
    display: none;
  }

  .header-button-contact,
  .header-button-about {
    display: none;
  }

  .header-content h1 {
    font-size: 28px;
    width: 340px;
    line-height: 113%;
  }

  .header-image {
    top: auto;
    bottom: -30%;
    width: 140%;
    left: 55%;
  }

  .header__name {
    margin-top: 5%;
  }

  .header__name-boss {
    font-size: 14px;
  }

  .header__years {
    width: 180px;
    height: 180px;
    max-width: none;
    max-height: none;
    margin-left: 170px;
    margin-top: 80%;
  }

  .header__years-number {
    font-size: 60px;
  }

  .header__years-text {
    font-size: 12px;
  }

  .header__button {
    width: 80%;
    height: 65px;
  }

  .header__button-text {
    font-size: 14px;
  }

  /* ---------- support --------- */

  .support-inner {
    margin-top: 50px;
  }

  .support__header {
    width: 100%;
    line-height: 110%;
    font-size: 28px;
  }

  .support__content {
    margin-top: 40px;
  }

  .support__content-text {
    width: 340px;
  }

  /* ---------- law --------- */

  .law-slider-buttons {
    width: fit-content;
  }

  .law-button-prev p,
  .law-button-next p {
    display: none;
  }

  /* .law-inner {
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: transform 0s ease-out;
        overflow: visible;
        transform-style: preserve-3d;
        z-index: 10;
        will-change: transform;
        
        position: relative; 
    }

    .law__swiper-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 470px;
        max-height: none;
        padding: 30px 0px;
        min-height: auto;
        will-change: transform, opacity;
        transition: none !important;    
    } */

  /* ---------- book --------- */

  .book__years {
    display: none;
  }

  .book-inner {
    margin-top: 60px;
    background: var(--bg-mobile) no-repeat;
    background-size: cover;
    border-radius: 22px;
    height: 900px;
    padding: 40px 40px 30px 25px;
  }

  .book__content {
    width: 100%;
    justify-content: flex-end;
  }

  .book__content-header {
    width: 320px;
    font-size: 32px;
  }

  .book__content-text {
    width: 295px;
    line-height: 186%;
    margin-top: 20px;
    font-size: 13px;
  }

  .book__content-button {
    width: 260px;
    height: 69px;
    margin-top: 20px;
  }

  .book__content-button span {
    font-size: 16px;
  }

  .book__button-arrow {
    width: 45px;
    height: 45px;
  }

  .book__button-arrow img {
    width: 15px;
  }

  .consultation__header {
    font-size: 26px;
  }

  .book__license:not(:first-child) {
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 250px;
  }

  .book__license-name {
    font-size: 40px;
  }

  .book__license-number {
    font-size: 20px;
  }

  .book__license-button {
    border-radius: 35px;
    width: 100%;
    height: 69px;
    padding: 13px 13px 13px 35px;
  }

  .license__button-text {
    font-size: 16px;
  }

  .license__button-circle {
    width: 45px;
    height: 45px;
  }

  .license__button-circle img {
    width: 13px;
  }

  /* ---------- price  ---------*/

  .price-inner {
    margin-top: 60px;
  }

  .price__content {
    flex-direction: column;
  }

  .price__block {
    width: 100%;
    padding-bottom: 30px;
    height: 630px;
  }

  .price__block-active {
    margin-top: 0;
  }

  .price__block-name {
    font-size: 28px;
  }

  .price__block-popular {
    display: none;
  }

  .price__block-number {
    font-size: 13px;
  }

  .price__block-button {
    font-size: 13px;
    height: 63px;
    max-width: none;
    width: 100%;
  }

  .price__block-button::before {
    width: 36px;
    height: 36px;
  }

  .price__block-button::after {
    right: 22px;
    width: 14px;
    height: 12px;
  }

  .price__block-plus p,
  .price__block-minus p {
    margin-top: 20px;
  }

  /* ---------- about ---------*/

  .about-inner {
    margin-top: 40px;
    flex-direction: column;
    height: auto;
    padding: 0;
    max-height: none;
  }

  .about__numbers {
    display: none;
  }

  .about-back {
    position: static;
    height: auto;
  }

  .about__content {
    width: 100%;
  }

  .about__content {
    margin-top: 40px;
  }

  .about__content-describe {
    font-size: 18px;
  }

  .about__content-name {
    font-size: 55px;
    line-height: 95%;
    margin-top: 30px;
  }

  .about__content-text {
    font-size: 14px;
    line-height: 279%;
    width: 94%;
    margin-top: 30px;
  }

  .about__button {
    width: 80%;
    height: 65px;
  }

  .about__button-text {
    font-size: 13px;
  }

  .header__button-circle {
    width: 46px;
    height: 46px;
  }

  /* ---------- advantages ---------*/

  .advantages-inner {
    flex-direction: column;
    margin-top: 70px;
  }

  .advantages__block {
    width: 100%;
    max-width: none;
    height: auto;
    gap: 20px;
  }

  .advantages__block-name {
    font-size: 26px;
  }

  .advantages__block-text {
    font-size: 13px;
    width: 96%;
  }

  .advantages__block-tick {
    width: 24px;
    height: 24px;
  }

  /* ---------- review ---------*/

  .review__header {
    font-size: 30px;
    width: 240px;
  }

  .review-button-prev p,
  .review-button-next p {
    display: none;
  }

  .review__row {
    margin-bottom: 30px;
  }

  .review-slider-buttons {
    width: fit-content;
    gap: 10px;
  }

  .button-slider-arrow {
    width: 46px;
    height: 46px;
  }

  .button-slider-arrow img {
    width: 14px;
  }

  .review-play {
    width: 115px;
    height: 115px;
  }

  .review-play img {
    width: 7px;
  }

  .review__name,
  .review__time {
    font-size: 16px;
  }

  /* ---------- team ---------*/

  .team-inner {
    flex-direction: column;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    margin-top: 50px;
  }

  .team__video-wrap {
    width: 100%;
    border-radius: 22px;
    height: 535px;
  }

  .team__content {
    margin-top: 30px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .team__content-head {
    font-size: 18px;
  }

  .team__content-text {
    font-size: 25px;
    line-height: 156%;
    font-weight: 400;
  }

  .team__button {
    width: 100%;
    height: 59px;
  }

  /* ---------- footer block ---------*/

  .footer-inner {
    margin-top: 40px;
    padding: 40px 20px;
    border-radius: 15px;
  }

  .footer__first-row {
    row-gap: 60px;

    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
  }

  .footer__block {
    gap: 10px;
  }

  .footer__block:first-child {
    width: 100%;
    justify-content: center;
    align-items: center;
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .footer__block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer__block:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .footer__block:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-end;
  }

  .footer__header {
    font-size: 14px;
  }

  .footer__text {
    font-size: 18px;
  }

  .footer__logo {
    width: 100px;
  }

  .footer__block-links {
    flex-direction: column;
    gap: 40px;
  }

  .footer-link {
    font-size: 22px;
  }

  .footer__second-row {
    flex-direction: column;
    margin-top: 50px;
    gap: 40px;
  }

  .footer-pay {
    order: 2;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .footer-pay-item {
    width: 200px;
  }

  .footer-pay-item:nth-child(3) {
    width: 80px;
  }

  .footer__adress {
    margin-top: 15px;
    order: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }

  .footer__adress-name {
    font-size: 22px;
  }

  .footer__adress-text {
    font-size: 13px;
    width: 190px;
  }

  .footer__policy {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .footer__privacy-text {
    font-size: 13px;
    text-align: center;
  }

  .footer-icon img {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-image {
    width: 200%;
  }
}

/* popup */

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 90%;
  transform: translate(-50%, -50%);
  padding: 5% 6%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  background: linear-gradient(1deg, #c2cfd9 0%, #fff 100%);
  border-radius: 30px;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.contact-form-popup {
  display: flex;
  gap: 10px;
}

.popup__head {
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: space-between;
}

.popup__head-header {
  font-weight: 300;
  font-size: 60px;
  line-height: 116%;
  color: #2b303c;
}

.popup__head-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 213%;
  color: #2b303c;
  width: 75%;
}

.popoup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 34px;
  height: 34px;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity ease 0.5s;

  &:hover {
    opacity: 1;
  }
}

.popoup__close::before,
.popoup__close::after {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 34px;
  height: 3px;
  background: #2b303c;
}

.popoup__close::before {
  transform: rotate(45deg);
}

.popoup__close::after {
  transform: rotate(-45deg);
}

.label-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 15px;
}

.label-wrap-popup label {
  width: 100%;
}

.form-name,
.form-email {
  width: 100%;
  height: 65px;
  border: 1px solid #2b303c;
  border-radius: 50px;
  outline: none;
  border: none;
}

.contacts-form-input {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #2b303c;
  border-radius: 1000px;
  background-color: transparent;
}

.contact-form-input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.burger__button-popup {
  width: 100%;
}

.contacts__wrap-popup {
  justify-content: center;
}

#popup-overlay-license {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

#popup-license {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30vw;
  height: 80vh;
  transform: translate(-50%, -50%);
  /* padding: 5% 6%; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.popup-wrap-license {
  width: 100%;
  height: 100%;
}

.popup-wrap-license img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media screen and (max-width: 999px) {
  #popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15% 8%;
    width: 100%;
    height: 90%;
    border-radius: 22px;
  }

  #popup-overlay {
    background-color: rgb(43, 42, 42);
  }

  .popup__head-header {
    font-size: 70px;
  }

  .popup__head-text {
    width: 100%;
    font-size: 15px;
  }

  #popup-license {
    width: 96vw;
    height: 55vh;
  }
}

/*PRELOADER*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  background-color: #f3f3f3;
  overflow: hidden;
  cursor: progress;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loader {
  position: relative;
  width: 150px;
  height: 150px;
}

#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.loader:before,
.loader:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(188, 188, 188, 0.3) inset;
}
.loader:after {
  box-shadow: 0 2px 0 #aaafbb inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* burger-menu */

/* Стили бургер-кнопки */
.burger-btn {
  margin-top: 10px;
  margin-right: 20px;
  width: 21px;
  height: 11px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-line {
  width: 100%;
  height: 1px;
  background-color: #2b303c;
  transition: all 0.3s ease;
}

.menu {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(1deg, #c2cfd9 0%, #fff 100%);
  transition: all 0.5s ease;
  z-index: 1000;
  padding: 50px 20px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}

.menu.active {
  top: 0;
}

.menu ul {
  list-style: none;
  text-align: center;
}

.menu li {
  margin-bottom: 50px;
}

.menu a {
  text-decoration: none;
  transition: color 0.3s;
}

.menu a:hover {
  color: #ccc;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 1002;
  display: none;
  transition: color 0.3s;
}

.close-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2b303c;
  top: 50%;
  left: 0;
}

.close-line:first-child {
  transform: rotate(45deg);
}

.close-line:last-child {
  transform: rotate(-45deg);
}

.menu.active ~ .burger-btn .burger-line {
  opacity: 0;
}

.menu.active + .close-btn {
  display: block;
}

.burger-logo {
  width: 80px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.burger__list-link {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #2b303c;
}

.burger__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}

.burger-first-column {
  width: 100%;
}

body.menu-open {
  overflow: hidden;
  max-height: 100vh;
}

.burger__button {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  background: #2b303c;
  border-radius: 1000px;
  height: 65px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  cursor: pointer;
}

.burger__button-popup {
  width: 100%;
}

.burger__button-text {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  flex: 1;
  text-align: center;
  margin-left: 5%;
}

.burger__button-circle {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.burger__button-circle img {
  width: 15px;
  transform: rotate(-45deg);
}

.contacts__wrap {
  display: flex;
  gap: 40px;
}

@media (max-width: 999px) {
  .nav {
    display: none;
  }

  .burger-menu {
    margin-left: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .burger__list-link {
    font-size: 23px;
  }
}

.widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.widget img {
  width: 50px;
}

@media (max-width: 999px) {
  .widget {
    top: 70%;
    right: 30px;
    bottom: auto;
  }
}
