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;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* ________________________________ */

body {
  background: #040503;

  overflow-x: hidden;
}

.page-container {
  overflow-x: hidden;
}

.container {
  width: 375px;
  margin: 0 auto;
}

.block {
  box-sizing: border-box;
  padding-top: 70px;
  padding-left: 24px;
  padding-right: 24px;
  width: 375px;
}

.block_name {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  gap: 4px;
  border-radius: 40px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  position: relative;
}

.block_name__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.block_name svg,
.block_name span {
  position: relative;
  z-index: 1;
}

.block_name span {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  text-transform: uppercase;
  color: #f4f4f4;
}

h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 110%;
  text-transform: uppercase;
  color: #f4f4f4;

  margin-top: 20px;
}

h1 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f4f4f4;
}

p.text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #e2e2e2;

  margin-bottom: 24px;
}

.yellow {
  color: #ffcc00;
}

.logo {
  display: flex;
  align-items: center;
}
.link_menu {
  scroll-margin-top: 70px;
}
.img_hover {
  display: none;
}

.hover:hover .hover_none,
.arrow:hover .hover_none {
  display: none;
}

.hover:hover .img_hover,
.arrow:hover .img_hover {
  display: block;
}

.hover_color:hover {
  background: #ffae00;
}

.hover_color__text:hover {
  color: #ffae00;
}

.cursor {
  cursor: pointer;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;

  width: 44px;
  height: 44px;
  cursor: pointer;
}
.arrow_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.arrow svg {
  position: relative;
  z-index: 1;
}

.arrow:hover .arrow_bg {
  display: none;
}

.arrow img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.slider__arrow {
  display: flex;
  justify-content: end;
  gap: 8px;
  margin-bottom: 10px;
}

.indicators {
  display: block;
  display: inline-flex;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.indicators img {
  cursor: pointer;
}

.computer_flex {
  display: none;
}

.computer {
  display: none;
}

.social {
  display: flex;
  gap: 12px;
}

img.indicator_active {
  width: 29px;
  height: 5px;
}

img.indicator {
  width: 5px;
  height: 5px;
}
.page-container {
  position: relative;
}

/* menu */

.menu {
  box-sizing: border-box;
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 200;
  background: #020402;
}

.menu_container {
  width: 327px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_container div {
  display: flex;
  align-items: center;
}

.menu_phone {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #f4f4f4;
  margin-right: 16px;
}

.menu_window {
  position: fixed;
  top: 0;
  z-index: 201;

  display: flex;
  justify-content: right;
  background-color: rgba(0, 0, 0, 0.7);

  width: 100%;
  height: 100vh;
}

.menu_window__container {
  box-sizing: border-box;
  width: 320px;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: url(../img/menu_burger_bg.png), #d1d1d1;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
}

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

.burger_menu a {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #171717;
}

.burger_menu {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}

/* menu window */

.menu_window__phone {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #171717;
  margin-top: 24px;
}

.menu_window__address {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #171717;
  margin-bottom: 10px;
  margin-top: 24px;
}

.menu_window__mode {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #767676;
  margin-bottom: 10px;
}

.menu_window__yandex {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #020402;
  margin-bottom: 24px;
}

.menu_window__button {
  box-sizing: border-box;
  display: block;
  padding: 18px 35px;
  height: 53px;
  background: #ffcc00;
  border-radius: 4px;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 32px;
}

.menu_window__social {
  justify-content: center;
}

/* main screen */

.main__block_name span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #f4f4f4;
}

.main__block_name {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  width: 124px;
  height: 33px;
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 207px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.main_info h1 span {
  display: block;
}
.main_info h1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 19px;
}

.main_advantages__element p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #f4f4f4;
}

.main_advantages__element {
  display: flex;
  gap: 8px;
}
.main_advantages__element > *:first-child {
  flex: 0 0 auto;
}

.main_advantages__element p {
  width: 263px;
}

.main_advantages {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.main_button__link {
  box-sizing: border-box;
  display: block;
  padding: 18px 35px;
  width: 327px;
  height: 53px;
  background: #ffcc00;
  border-radius: 4px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #171717;
  text-align: center;
}

.main_screen {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}

.main_screen_bg {
  position: relative;
}

.main_block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_screen__img {
  position: absolute;
  z-index: 3;
  right: -50px;
  top: 90px;
}

.main__block_name,
.main_info {
  position: relative;
  z-index: 4;
}

.main_screen_divbg {
  position: absolute;
  background: #040503;
  width: 100%;
  height: 570px;
  top: 0;
  left: 0;
}

.main_screen_divbg::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;

  background: linear-gradient(to bottom, #040503, transparent);
}

.main__block_name {
  position: relative;
}

.main__block_name_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.main__block_name svg,
.main__block_name span {
  position: relative;
  z-index: 1;
}
.main_screen_divbg {
  z-index: 2;
}

/* about */

.about_position {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 18px;
  gap: 10px;
  border-radius: 8px;

  margin-left: 5px;
  margin-bottom: 10px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.about_position {
  position: relative;
}
.about_position_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about_position__number {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #ffcc00;
}

.about_position__text {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #f4f4f4;
}

h2.about_title {
  margin-bottom: 24px;
}

.about_slider__arrow {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.about_arrow {
  position: absolute;
  margin-top: 184px;
  left: 0px;
}

.about_arrow__left {
  position: absolute;
  margin-top: 184px;
  left: 10px;
}

.about_arrow__right {
  position: absolute;
  margin-top: 184px;
  right: 10px;
}

.about_slider {
  margin-top: 71px;
}

.about_slider_img {
  width: 100%;
  height: 424px;
}

.about_slider_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about_bg {
  position: relative;
}

.about {
  position: relative;
  z-index: 5;
}

.about_slider {
  position: relative;
  z-index: 5;
}

.about2_bg__footer {
  position: absolute;
  width: 100%;
  bottom: -300px;
}

.about2_bg__header {
  position: absolute;
  right: 0px;
  top: -320px;
}

/* services */

h2.services_title {
  margin-bottom: 30px;
}

.services_button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  width: 327px;
  height: 56px;
  background: #ffcc00;
  border-radius: 8px;
  margin-bottom: 24px;
}

.services_button svg {
  position: relative;
  top: 4px;
}

.services_category {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  text-transform: uppercase;
  color: #171717;
}

.services_info__name,
.services_info__price {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #f4f4f4;
}

.services_info__time {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: #888886;
  margin-bottom: 12px;
}

.services_element__header {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 8px;
}
.services {
  position: relative;
}

.services_tab {
  background: #ffcc00;
  border-radius: 8px;
  padding-bottom: 35px;
  padding-top: 35px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 327px;
  position: absolute;
  top: 220px;
  z-index: 2;
}

.services_tab p {
  text-align: center;
}

.services_bg {
  position: relative;
}

.services {
  position: relative;
  z-index: 5;
}

.services_line {
  width: 100%;
  height: 1px;
  background: #767676;
  opacity: 0.5;
  position: relative;
  z-index: 1;
}
/* masters */

.masters {
  padding-top: 81px;
}

h2.masters_title {
  margin-bottom: 8px;
}

.specialist_img {
  width: 300px;
  height: 335px;
}

.specialist_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialist_info {
  box-sizing: border-box;
  padding: 24px 18px;
  width: 300px;
  min-height: 278px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.specialist_name {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #f4f4f4;

  margin-bottom: 16px;
}

.specialist_experience {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #9c9c9c;
  margin-bottom: 16px;
}

.specialist_experience span {
  color: #f4f4f4;
}

.experience_quote {
  display: flex;
}

.experience_quote__text {
  width: 232px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #f4f4f4;
  margin-left: 8px;
}

.experience_button button {
  padding: 10px 16px;
  margin: 0 auto;
  width: 264px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  border: 0px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffcc00;
  cursor: pointer;
}
.experience_button button:hover {
  background: #ffcc00;
  color: #171717;
}
.masters_bg {
  position: relative;
}

.masters_bg__img {
  position: absolute;
  z-index: 0;
  width: 100%;
  right: 0px;
  top: -900px;
  z-index: 2;
  display: none;
}
.masters {
  position: relative;
  z-index: 1;
}

.specialist_info {
  position: relative;
}

.specialist_info_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.specialist_name,
.specialist_experience,
.experience_quote,
.experience_button {
  position: relative;
  z-index: 1;
}
/* gallery */

.gallery_title {
  margin-bottom: 40px;
}

.gallery_slider {
  width: 100%;
  height: 741px;
  position: relative;
}

.gallery_slider_img {
  width: 100%;
  height: 100%;
}

.gallery_slider_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_slider__arrow {
  position: relative;
}
.gallery_arrow__left {
  position: absolute;
  margin-top: 248px;
  left: 10px;
  border-radius: 50%;
}

.gallery_arrow__right {
  position: absolute;
  margin-top: 248px;
  right: 10px;
  border-radius: 50%;
}

.gallery_slider {
  z-index: 5;
}
.gallery_bg {
  position: relative;
}

.gallery {
  position: relative;
  z-index: 5;
}

/* zoomable-image */

#zoomed-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 90%;
  max-height: 90%;
  z-index: 1000;
  transition: transform 0.3s ease;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}

/* reviews */

.reviews {
  padding-top: 81px;
}

.reviews_title {
  margin-bottom: 28px;
}

.reviews_element {
  min-height: 355px;
}

.yandex_rating {
  display: flex;
}

.yandex_rating__text {
  width: 210px;
  margin-left: 20px;
  margin-top: 10px;
}

.yandex_rating__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #f4f4f4;
  margin-bottom: 3px;
}

.yandex_rating__subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  color: #a0a0a0;
  width: 200px;
}

.reviews_slider__arrow {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 28px;
}

.reviews_element {
  box-sizing: border-box;
  padding: 24px;
  width: 316px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.reviews_name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #f4f4f4;
  margin-bottom: 10px;
}

.reviews_date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: #acacac;
}

.reviews_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #e2e2e2;

  width: 268px;
  overflow: hidden;
  margin-bottom: 14px;
}

.review_open {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffcc00;
  text-align: right;
}

.reviews_element__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.reviews_stars {
  display: flex;
  gap: 4px;
}

.reviews_element__header {
  height: 77px;
}
.reviews_bg {
  position: relative;
}
.reviews {
  position: relative;
  z-index: 5;
}
.reviews_bg__img {
  position: absolute;
  right: 0px;
  top: -3000px;
  width: 100%;
  z-index: 2;
}

.reviews_bg-img {
  position: absolute;
  right: 0px;
  top: -2000px;
  width: 100%;
  z-index: 2;
}
.reviews_bg__img2 {
  position: absolute;
  top: -400px;
  width: 100%;
  z-index: 1;
}

.reviews_block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.yandex_rating__img {
  width: 50px;
  height: 67px;
}
.yandex_rating__img img {
  width: 100%;
  height: 100%;
}

.reviews_rating__img {
  width: 127px;
  height: 52px;
}

.reviews_rating__img img {
  width: 100%;
  height: 100%;
}

.reviews_element {
  position: relative;
}

.reviews_element__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.reviews_element__header,
.reviews_element__footer,
p.review_open {
  position: relative;
  z-index: 1;
}
/* faq */

.faq {
  padding-top: 83px;
}

.faq_title {
  margin-bottom: 32px;
}

.faq_element {
  position: relative;
}

.faq_element__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  z-index: 0;
}

.faq_element__header,
.faq_element__text {
  position: relative;
  z-index: 1;
}

.faq_element {
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  padding: 16px;
  width: 327px;
  cursor: pointer;
}

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

.faq_element__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #f4f4f4;
}

.faq_element__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #e2e2e2;
  margin-top: 10px;
}

.faq_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 83px;
}
.faq_bg {
  position: relative;
}

.faq {
  position: relative;
  z-index: 5;
}

.block_bg_faq {
  z-index: 3 !important;
}

/* yandex map */

#map {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 20;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(100%);
}

/* footer */

.footer_logo {
  margin-bottom: 58px;
}

.footer_logo__container {
  padding: 34px;
}

.footer_phone {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #f4f4f4;
  margin-bottom: 24px;
  display: block;
}

.footer_social {
  margin-bottom: 30px;
}

.footer_address {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #f4f4f4;
  margin-bottom: 13px;
}

.footer_mode {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #767676;
  margin-bottom: 13px;
}

a.footer_yandex {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #ffcc00;
  margin-bottom: 61px;
}

.footer_menu a {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  color: #f4f4f4;
}

.footer_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.footer_confidentiality,
.copyright_notice {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #767676;
}

.footer_confidentiality {
  margin-bottom: 22px;
}

.copyright_notice {
  margin-bottom: 10px;
}

footer {
  position: relative;
}
.footer_bg {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 0;
}

.block_bg,
.footer_bg {
  display: block;
}

.footer_logo__container {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

footer .block_bg {
  z-index: 2;
}

.footer_bg__mobile {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
footer {
  overflow-x: hidden;
}

/* parallax и bg */

.block_bg {
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: 2;
}

.grid {
  position: absolute;
  z-index: 0;
}

.block {
  z-index: 5;
}

#bg_5,
#bg_6,
#bg_7,
#bg_8 {
  position: absolute;
  z-index: 1;
  right: 0;
}
#bg_9 {
  display: none;
  position: absolute;
}

.about_position_tablet {
  display: none;
}

.footer_bg__mobile {
  right: -500px;
  top: -150px;
}
footer {
  overflow: hidden;
}

#bg_7,
#bg_8 {
  right: -400px;
}

.page-container {
  overflow: hidden;
}

.specialist_img picture {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
}

.specialist_img {
  position: relative;
}

.gallery_slider_img picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 374px) {
  .about_bg,
  .main_screen_bg,
  .masters_bg,
  .gallery_bg,
  .gallery_slider,
  .reviews_bg,
  #map,
  footer,
  .block,
  .main_button__link,
  .services_button,
  .specialist_info,
  .experience_button button,
  .specialist_img,
  .reviews_element,
  .reviews_text,
  .faq_element {
    width: 100%;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 25px;
  }

  .services_info svg {
    position: relative;
    left: -24px;
  }

  .yandex_rating__text,
  .yandex_rating__subtitle {
    width: auto;
  }

  .menu_container {
    box-sizing: border-box;
    display: block;
    width: 100vw;
    margin: 0px;
    height: 110px;
    background: #040503;
  }

  .menu_container div {
    justify-content: space-between;
  }

  #menuBurger {
    position: relative;
    top: -30px;
  }
  .menu_window {
    box-sizing: border-box;
    width: 100vw;
  }

  .footer_phone {
    font-size: 22px;
  }

  .services_tab {
    box-sizing: border-box;
    z-index: 20;
    top: 170px;
  }

  /* .menu_burger {
    margin-right: 24px;
  } */

  .menu_container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-container {
    overflow: hidden;
  }
}

@media (min-width: 480px) {
  .block {
    width: 420px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .menu_container {
    width: 420px;
  }
  .faq_element {
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
  }

  .reviews_element {
    width: 80%;
  }

  .reviews_text {
    width: 100%;
  }

  .specialist_img {
    width: 80%;
    display: flex;
    justify-content: center;
  }

  .specialist_info {
    width: 80%;
  }

  .specialist_img img {
    width: 300px;
  }

  .experience_quote__text {
    width: 90%;
    margin-left: 15px;
  }

  .experience_button {
    display: flex;
    justify-content: center;
  }

  .services_button {
    width: 100%;
  }

  .services_tab {
    top: 180px;
  }

  .block_bg {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 2;
  }

  .grid {
    position: absolute;
    z-index: 0;
  }

  .block {
    z-index: 5;
  }

  #bg_7,
  #bg_8 {
    right: -400px;
  }
  #bg_9 {
    display: block;
    left: -300px;
    z-index: 1;
  }

  .specialist_img picture {
    width: 300px;
  }
}

@media (min-width: 640px) {
  .block {
    width: 560px;
  }

  .menu_container {
    width: 560px;
  }
  .slider {
    position: relative;
  }
  img.main_screen__img1600 {
    display: none;
  }

  #gallerySlider {
    gap: 20px;
  }

  #indicatorsAbout {
    bottom: 48px;
  }

  .about_arrow__left {
    left: 10px;
  }
  .about_arrow__right {
    right: 10px;
  }

  .main_screen {
    padding-bottom: 30px;
  }

  .main_info h1 {
    margin-bottom: 10%;
  }
  .main_advantages {
    margin-bottom: 20%;
  }

  .slider {
    width: 560px;
    height: 500px;
    margin: 0 auto;
    border-radius: 8px;
  }

  .slider img {
    border-radius: 8px;
  }

  .about_slider {
    margin-top: 70px;
  }

  .about_slider {
    padding-bottom: 30px;
  }

  .about_slider_img {
    width: 100%;
    height: 100%;
  }

  .about_arrow__left,
  .about_arrow__right,
  .gallery_arrow__left,
  .gallery_arrow__right {
    margin-top: 228px;
  }

  #map {
    height: 500px;
  }
  .services_tab {
    top: 190px;
  }

  .faq {
    padding-bottom: 83px;
  }

  .faq_content {
    margin-bottom: 0px;
  }

  #map {
    position: relative;
    z-index: 15;
  }

  .reviews_bg__img2,
  .about2_bg__header,
  .reviews_bg__img {
    display: none;
  }

  .faq,
  .reviews,
  .masters,
  .services {
    padding-top: 70px;
  }

  .reviews,
  .gallery_bg,
  .masters,
  .services {
    padding-bottom: 30px;
  }

  .reviews_element {
    min-height: 355px;
  }
  .services_tab {
    top: 180px;
  }

  .block_bg {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 2;
  }

  .grid {
    position: absolute;
    z-index: 0;
  }

  .block {
    z-index: 5;
  }
  #bg_8,
  #bg_7 {
    display: none;
  }
  #bg_9 {
    display: block;
    left: -300px;
  }

  .about_position_tablet {
    display: block;
  }
  .about_position_mobile {
    display: none;
  }

  .specialist_img picture {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .block,
  .menu_container {
    width: 940px;
  }
  #gallerySlider {
    width: 940px;
    margin: 0 auto;
  }

  .gallery_slider {
    width: auto;
    height: auto;
    margin: 0;
  }
  .main_screen {
    padding-bottom: 0px;
  }

  .main_info h1 {
    margin-bottom: 19px;
  }

  .main_advantages {
    margin-bottom: 36px;
  }

  .specialist_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reviews_slider__element {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .reviews_element {
    width: 100%;
  }

  .faq_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }

  .reviews_bg__img {
    top: -1500px;
  }

  .main__block_name {
    margin-bottom: 7%;
  }
  #indicatorsAbout {
    display: block;
  }

  .main_screen {
    padding-bottom: 30px;
  }

  .about_slider {
    width: 960px;
    height: 600px;
    margin-top: 40px;
  }

  .about2_bg__footer {
    display: none;
  }

  .about_arrow__left,
  .about_arrow__right {
    margin-top: 278px;
  }

  .about_position {
    margin-left: 0px;
  }

  .gallery_slider__arrow,
  .gallery_indicators {
    display: none;
  }

  .gallery_slider {
    height: auto !important;
  }

  #gallerySlider {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #gallerySlider img {
    height: 250px;
    flex: 1;
    width: auto;
    max-height: 421px;
  }

  .gallery_button {
    display: flex;
    justify-content: center;
  }

  .gallery_button button {
    margin-top: 50px;
  }

  .gallery_button button {
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    border: 0px;
    cursor: pointer;

    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #ffcc00;
  }
  .gallery_button button:hover {
    background: #ffcc00;
    color: #171717;
  }

  .specialist_img img {
    height: 250px;
    width: auto;
  }

  .specialist_img {
    height: 250px;
  }

  .experience_quote__text {
    margin-bottom: 10px;
  }

  .footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "item1 item2"
      "item4 item3";
    row-gap: 170px;
  }

  .footer_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .button_records__footer {
    display: block;
  }

  .button_records {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    padding: 18px 35px;
    height: 53px;
    background: #ffcc00;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #171717;
  }

  .button_records:hover {
    background: #ffae00;
    cursor: pointer;
  }

  .reviews_bg__img,
  .reviews_bg__img2,
  .reviews_block__bg,
  .about2_bg__footer,
  .about_bg__header,
  .main_block__bg,
  .main_screen_divbg {
    display: none;
  }

  .main_bg__computer {
    display: block;
    position: absolute;
    top: -500px;
  }

  .main_screen_bg .block_bg {
    z-index: 2;
  }

  .faq,
  .reviews,
  .gallery,
  .masters,
  .services,
  .about {
    padding-top: 80px;
  }
  .reviews,
  .masters,
  .services,
  .about {
    padding-bottom: 30px;
  }

  .reviews_block__bg {
    display: block;
  }

  .reviews_element {
    min-height: 355px;
  }

  .menu_container {
    display: none;
  }

  .services_tab {
    top: 190px;
  }
  .link_menu {
    scroll-margin-top: 0px;
  }
  /* menu */

  .menu_computer__container {
    width: 940px;
  }

  .menu_computer {
    display: flex;
    align-items: center;
  }
  .menu_computer {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 2000;
    background: #040503;
  }
  .menu_computer__container {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_computer__info {
    display: flex;
    align-items: center;
  }

  .menu_computer__button a {
    box-sizing: border-box;
    display: block;
    padding: 18px 35px;
    background: #ffcc00;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #171717;
    margin-left: 24px;
  }
  .menu_computer__phone {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #f4f4f4;
    margin-left: 80px;
  }

  .menu_computer__link a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #f4f4f4;
  }

  .menu_computer__link {
    display: flex;
    gap: 40px;
  }

  .menu_computer__button a:hover {
    background: #ffae00;
  }

  img.indicator_active {
    width: 46px;
    height: 8px;
  }

  img.indicator {
    width: 8px;
    height: 8px;
  }

  .block_bg {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 2;
  }

  .grid {
    position: absolute;
    z-index: 0;
  }

  .block {
    z-index: 5;
  }
  .cursor-computer {
    cursor: pointer;
  }

  .main_screen_divbg {
    display: block;
  }

  #bg_8,
  #bg_7 {
    display: none;
  }
  #bg_9 {
    display: block;
    left: -300px;
  }

  #gallerySlider picture {
    height: 250px;
    flex: 1;
    width: auto;
    max-height: 421px;
  }
}
@media (min-width: 1240px) {
  .about {
    padding-bottom: 0px;
  }

  .about_slider {
    padding-bottom: 0px;
  }

  .about_slider_img {
    width: 100%;
    height: 100%;
  }

  .about_slider {
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 0px;
  }

  .about_position {
    margin-bottom: 0px;
  }
  .main_screen {
    padding-bottom: 0;
  }

  #aboutSlider,
  .about_slider {
    display: block;
  }

  .about2_bg__footer {
    display: block;
  }

  .about_slider__arrow {
    display: block;
  }

  .experience_quote__text {
    margin-bottom: 0px;
  }
  .reviews_block__bg {
    display: block;
  }

  .specialist_img img {
    height: auto;
    width: auto;
  }

  #indicatorsAbout {
    bottom: 18px;
  }
}
@media (min-width: 1240px) {
  /* __________ */

  .mobile {
    display: none;
  }

  .computer_flex {
    display: flex;
  }

  .computer {
    display: block;
  }

  .button_records {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    padding: 25px 35px;

    background: #ffcc00;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #171717;
  }

  .button_records:hover {
    background: #ffae00;
    cursor: pointer;
  }

  h2 {
    font-size: 42px;
  }

  .block_name {
    align-items: center;
  }

  .footer_bg,
  .reviews_bg__img,
  .reviews_bg__img2,
  .reviews_block__bg,
  .masters_bg__img,
  .about_bg__footer,
  .about2_bg__footer,
  .about2_bg__header,
  .about_bg__header,
  .main_block__bg {
    display: none;
  }

  .block_name span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
  .block_name {
    padding: 6px 12px;
    gap: 8px;
    border-radius: 40px;
    align-items: baseline;
  }

  .block_bg {
    z-index: 2;
  }
  .arrow {
    width: 56px;
    height: 56px;
  }

  .slider__arrow {
    gap: 12px;
  }

  /* footer */

  .footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "item1 item2"
      "item4 item3";
    row-gap: 170px;
  }

  .footer_logo {
    margin-bottom: 44px;
  }

  .footer_logo__container {
    padding-top: 80px;
    padding-bottom: 69px;
  }

  .footer_confidentiality,
  .copyright_notice {
    margin-bottom: 0px;
  }

  .footer_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .computer_flex__footer_logo {
    position: relative;
    top: -36px;
  }

  .footer_menu a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
  }

  .footer_menu {
    gap: 40px;
  }

  .footer_phone {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 30px;
  }

  .footer_social {
    margin-bottom: 83px;
  }

  .footer_address {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .footer_mode {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 17px;
  }
  a.footer_yandex {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
  }

  a.footer_confidentiality,
  .copyright_notice {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
  }

  .footer_bg__computer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* map */

  #map {
    height: 600px;
  }

  /* faq */

  .faq_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 40px;
    align-items: start;
  }

  .faq_element {
    width: 100%;

    padding: 24px;
    border-radius: 8px;
  }

  .faq_element__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
  }

  .faq_element__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    width: 90%;
  }

  .faq_element {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );

    cursor: pointer;
  }

  .faq_h2__header {
    display: flex;
    align-items: start;
    gap: 140px;
  }
  .faq_h2__header .block_name {
    margin-top: 13px;
  }
  .faq_content {
    padding-bottom: 170px;
  }

  .faq h2 {
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .faq_h2__header h2 {
    margin: 0px;
  }
  .faq {
    padding-top: 100px;
  }
  .fag_bg {
    position: absolute;
    right: 0;
  }
  /* reviews */

  .reviews_h2__header {
    display: flex;
    gap: 34px;
    align-items: start;
  }
  .reviews h2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .reviews_h2__header h2 {
    margin: 0px;
  }

  .reviews_h2__header .block_name {
    margin-top: 5px;
  }

  .reviews_grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }

  .yandex_rating__img {
    width: 75px;
    height: 101px;
  }
  .yandex_rating__img img {
    width: 100%;
    height: 100%;
  }

  .yandex_rating__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 6px;
  }
  .yandex_rating__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    width: 180px;
  }

  .reviews_grid__flex {
    display: flex;
    flex-direction: column;
  }

  .yandex_rating {
    margin-bottom: 208px;
  }

  .reviews_rating__img {
    width: 215px;
    height: 88px;
  }

  .reviews_rating__img img {
    width: 100%;
    height: 100%;
  }

  .reviews_rating__img {
    align-items: center;
  }

  .reviews_slider__element {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    align-items: start;
  }

  .reviews_slider {
    position: relative;
  }

  .reviews_element {
    width: 100%;
  }
  .reviews_slider__arrow {
    justify-content: end;
    position: absolute;
    top: -176px;
    right: 0px;
  }

  .reviews_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .reviews_stars {
    margin-bottom: 24px;
  }

  .reviews_date p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
  }

  .reviews_text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 63px;
  }

  #reviews .block_bg {
    display: block;
  }

  .reviews_arrow {
    margin-top: 40px;
  }

  .reviews_element {
    min-height: 413px;
  }

  .reviews {
    padding-bottom: 70px;
    padding-top: 100px;
  }
  .review_open span {
    cursor: pointer;
  }

  .reviews_bg__computer {
    position: absolute;
    top: -500px;
    right: 0;
    z-index: 1;
  }

  .reviews_bg2__computer {
    position: absolute;
    top: -900px;
    right: 0px;
    z-index: 0;
  }

  .reviews_text {
    width: 100%;
  }

  .review_open {
    font-size: 12px;
  }

  /* gallery */
  .gallery {
    padding-top: 100px;
  }

  .gallery_slider {
    padding-bottom: 40px;
  }

  .gallery h2 {
    margin-bottom: 40px;
  }

  .gallery_slider {
    height: auto !important;
  }

  #gallerySlider {
    display: flex;
    gap: 40px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #gallerySlider img {
    height: 250px;
    flex: 1;
    width: auto;
    max-height: 421px;
  }

  .gallery_button {
    display: flex;
    justify-content: center;
  }

  .gallery_button button {
    margin-top: 50px;
  }

  .gallery_button button {
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    border: 0px;
    cursor: pointer;

    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #ffcc00;
  }
  .gallery_button button:hover {
    background: #ffcc00;
    color: #171717;
  }

  .gallery_Bg_conputer {
    position: absolute;
    /* top: -750px; */
    top: -1800px;
    right: 0px;
    z-index: 0;
  }
  /* masters */

  .masters {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .masters_h2__header {
    display: flex;
    align-items: flex-start;
  }
  .masters h2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .masters_h2__header h2 {
    margin-bottom: 0px;
  }
  .masters .block_name {
    margin-top: 5px;
    margin-right: 76px;
  }

  #specialist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
  .specialist_img {
    width: 100%;
    height: 275px;
  }

  .specialist_info {
    width: 100%;
    padding: 24px 18px;
    border-radius: 8px;

    min-height: 250px;
    height: auto;
  }

  .specialist_name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 16px;
  }

  .specialist_experience {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  .experience_quote__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    width: 100%;
    margin-left: 8px;
  }

  .experience_button button {
    width: 100%;
    padding: 10px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04em;
    cursor: pointer;
  }

  .masters {
    position: relative;
  }

  .masters_slider__arrow {
    position: absolute;
    right: 20px;
    top: 140px;
  }

  .block_bg__masters {
    z-index: 2;
  }

  .masters_h2__header,
  .masters_title,
  .masters_slider__arrow,
  .specialist_container,
  .masters {
    z-index: 4;
  }
  .masters_bg__computer {
    position: absolute;
    left: 0;
    top: -1200px;
    z-index: 0;
  }

  .specialist_img img {
    width: 100%;
  }

  /* services */

  .services {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .services h2 {
    margin-bottom: 40px;
  }

  .services_button {
    width: 100%;
  }

  .services_category {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .services_button {
    padding: 0px;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );

    cursor: pointer;

    margin-bottom: 50px;
  }

  .services_category span {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #f4f4f4;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 8px;
    cursor: pointer;
  }
  .services_info__conteiner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .services_info__img {
    display: flex;
    justify-content: end;
  }

  .services_info__name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
  }
  .services_info__price {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
  }

  .services_element__header {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .services_time__computer span {
    display: block;
    min-width: 80px;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #888886;
    text-align: right;
  }

  .services_time__computer {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .services_computer__flex {
    display: flex;
    align-items: baseline;
    gap: 65px;
  }

  .services_button:hover {
    background: url(../img/services_button.png),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.05) 100%
      );
  }

  .services_button span:hover {
    color: #ffcc00;
  }

  .services_button__active,
  .services_button__active:hover {
    background-color: #ffcc00;
    color: #171717 !important;
  }

  .services_bg__computer {
    position: absolute;
    top: -1000px;
    right: 0;
    z-index: 1;
  }

  .services_bg2__computer {
    position: absolute;
    right: 0;
    top: -800px;
    z-index: 0;
  }

  .services_info__img img {
    height: 320px;
  }

  .services_button {
    position: relative;
  }
  .services_tab__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

  .services_button svg {
    display: none;
  }

  .services_category {
    z-index: 1;
  }

  /* about */
  .about_wrapper {
    display: grid;
    grid-template-columns: 740fr 600fr;
    gap: 80px;
    align-items: stretch;
  }

  .about_h2__header {
    display: flex;
    align-items: start;
    gap: 88px;
  }

  h2.about_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about_h2__header .block_name {
    margin-top: 10px;
  }
  .about_h2__header {
    margin-bottom: 40px;
  }
  p.about_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 75px;
  }

  .about_position__wrapper {
    display: grid;
    grid-template-columns: 276fr 206fr 280fr;
    gap: 10px;
  }

  .about_position {
    flex-direction: column;
    padding: 24px 18px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    background-blend-mode: overlay, normal;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 8px;
  }

  .about_position__number {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  .about_position__text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
  }
  .about_bg {
    padding-top: 105px;
    padding-bottom: 70px;
  }

  .about_bg .block {
    padding-top: 0px;
  }

  #aboutSliderWrapper {
    margin-top: 0px;
  }

  .about_slider_img {
    height: 100%;
  }

  #aboutArrowLeft,
  #aboutArrowRight {
    margin-top: 0px;
    transform: translateY(-50%);
  }

  .about_block__bg {
    height: 100%;
    top: 0;
  }

  /* main */

  .main_screen {
    justify-content: center;
  }

  .main__block_name {
    margin: 0px;
  }

  .main__block_name span {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }

  .main__block_name {
    padding: 12px 16px;
    gap: 8px;
    width: auto;
    height: auto;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 40px;
  }

  .main_h1,
  h1 {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 100%;

    text-transform: uppercase;
  }

  h1 span.yellow {
    display: none;
  }

  .main_h2__header {
    display: flex;
    align-items: start;
    gap: 123px;
    position: relative;
    z-index: 1;
  }

  .main_h2__header .main__block_name {
    margin-top: 5px;
  }

  .h1_ml {
    margin-left: 162px;
    margin-bottom: 105px;
  }

  .main_computer__footer {
    display: flex;
    align-items: end;
    gap: 114px;
    flex-direction: row-reverse;
    justify-content: start;
  }
  .main_advantages {
    margin-bottom: 0px;
  }

  .main_button__link {
    box-sizing: border-box;
    padding: 25px 35px;
    width: auto;
    height: auto;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
  }

  .main_advantages__element p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    width: auto;
  }

  .main_advantages__element {
    align-items: center;
  }

  .main_bg__computer {
    position: absolute;
    bottom: -500px;
    left: 0px;
    z-index: 1;
  }
  .main_screen_divbg {
    display: none;
  }

  .main_bg2__computer {
    position: absolute;
    bottom: -650px;
    left: 0;
    z-index: 0;
  }
  .main_screen__img {
    z-index: 2;
  }

  .main_screen__img1200 {
    height: auto;
    width: 60%;
    right: 0%;
    top: 80px;
    clip-path: inset(0 0 0 150px);
  }

  /* menu */
  .menu_computer {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 2000;
  }
  .menu_computer {
    display: flex;
    align-items: center;
  }
  .menu_computer__container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_computer__info {
    display: flex;
    align-items: center;
  }

  .menu_computer__button a {
    box-sizing: border-box;
    display: block;
    padding: 18px 35px;
    background: #ffcc00;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #171717;
    margin-left: 24px;
  }
  .menu_computer__phone {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #f4f4f4;
    margin-left: 80px;
  }

  .menu_computer__link a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #f4f4f4;
  }

  .menu_computer__link {
    display: flex;
    gap: 40px;
  }

  .menu_computer__button a:hover {
    background: #ffae00;
  }
}

@media (min-width: 1240px) {
  h2 {
    font-size: 50px;
  }
  .block {
    width: 1200px;
  }

  #gallerySlider {
    width: 1200px;
    margin: 0 auto;
  }

  .about_wrapper {
    width: 1200px;
    margin: 0 auto;
  }

  .about_h2__header .block_name {
    margin-top: 19px;
  }

  .menu_computer__container {
    width: 1200px;
  }
  .about {
    width: 100%;
  }

  .main_screen__img1600 {
    display: none;
  }

  .about_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .masters_slider__arrow {
    position: absolute;
    right: 0px;
    top: 150px;
  }

  .main_screen_bg {
    width: 100%;
  }

  .main_screen_bg .main_bg2__computer {
    width: 100%;
  }

  .faq {
    padding-bottom: 0px;
  }

  .block_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;

    z-index: 2;
  }

  .grid {
    position: absolute;
    z-index: 0;
  }

  .spot {
    position: absolute;
    z-index: 1;
  }

  .block {
    z-index: 5;
  }

  #bg_1,
  #bg_3 {
    position: absolute;
    left: 0;
    z-index: 1;
  }
  #bg_2,
  #bg_4 {
    position: absolute;
    right: 0;
    z-index: 1;
  }
}

@media (min-width: 1640px) {
  .block {
    width: 1600px;
  }

  .about {
    width: auto;
  }
  #gallerySlider {
    width: 1600px;
    margin: 0 auto;
  }

  .about_wrapper {
    width: 1600px;
    margin: 0 auto;
  }

  .main_screen__img {
    right: -11%;
  }
  .menu_computer__container {
    width: 1600px;
  }

  h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 110%;
  }

  img.main_screen__img1600 {
    display: block;
  }

  /* menu */

  .menu_computer__button a {
    padding: 18px 35px;
    font-size: 18px;
    margin-left: 24px;
  }

  .menu_computer__phone {
    font-size: 18px;
    margin-left: 151px;
  }

  .menu_computer__link a {
    font-size: 16px;
  }

  .menu_computer__link {
    gap: 45px;
  }

  /* main */

  .main_h1,
  h1 {
    font-size: 120px;
  }

  .main_advantages__element p {
    font-size: 20px;
  }

  .main_button__link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 281px;
    height: 85px;
    font-size: 18px;
  }

  .main__block_name span {
    font-size: 18px;
  }

  .main__block_name {
    padding: 12px 16px;
    gap: 8px;
    width: 171px;
    height: 49px;
  }

  .main_h2__header .main__block_name {
    margin-top: 17px;
  }
  .main_screen__img1200 {
    display: none;
  }

  /* about */

  .about_h2__header .block_name {
    margin-top: 32px;
  }

  p.about_text {
    font-size: 20px;
    margin-bottom: 114px;
  }

  .about_wrapper {
    grid-template-columns: 778fr 643fr;
    gap: 176px;
  }

  .about_position__number {
    font-size: 24px;
    margin-bottom: 54px;
  }

  .about_position__text {
    font-size: 24px;
  }

  /* services */

  .services_category span {
    font-size: 20px;
  }

  .services_info__img img {
    width: 641px;
    height: 413px;
  }

  .services_info__name {
    font-size: 24px;
  }

  .services_info__price {
    font-size: 24px;
  }

  .services_time__computer span {
    font-size: 24px;
  }

  .services {
    padding-top: 180px;
  }
  .services h2 {
    margin-bottom: 60px;
  }
  .services_element__header {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  /* masters */

  .masters .block_name {
    margin-top: 11px;
  }

  .specialist_img {
    width: 100%;
    height: 421px;
  }

  .specialist_name {
    font-size: 24px;
  }

  .specialist_experience {
    font-size: 16px;
  }

  .experience_quote__text {
    font-size: 16px;
  }

  .experience_button button {
    font-size: 14px;
  }

  .specialist_info {
    min-height: 275px;
  }

  .masters h2 {
    margin-bottom: 57px;
  }

  .masters_h2__header h2 {
    margin: 0px;
  }

  .masters_slider__arrow {
    top: 260px;
  }

  .masters_slider__arrow {
    position: absolute;
    right: 0px;
    top: 235px;
  }

  .reviews h2 {
    margin-bottom: 70px;
  }

  .reviews_h2__header h2 {
    margin-bottom: 0px;
  }

  .masters {
    padding-top: 169px;
    padding-bottom: 0px;
  }

  .reviews_arrow {
    margin-top: 0px;
  }

  /* gallery */

  #gallerySlider img {
    height: 421px;
  }

  .gallery_button button {
    font-size: 14px;
  }

  .gallery {
    padding-top: 180px;
  }

  .gallery h2 {
    margin-bottom: 60px;
  }

  .gallery_slider {
    padding-bottom: 0px;
  }

  .gallery_slider_img {
    padding-left: 0px;
    padding-right: 0px;
  }

  #gallerySlider {
    gap: 40px;
  }

  /* reviews */

  .reviews_h2__header .block_name {
    margin-top: 11px;
  }

  .yandex_rating__title {
    font-size: 20px;
  }
  .yandex_rating__subtitle {
    font-size: 14px;
    width: 254px;
  }

  .reviews_name {
    font-size: 20px;
  }

  .reviews_date p {
    font-size: 16px;
  }

  .reviews_text {
    font-size: 16px;
    margin-bottom: 73px;
  }
  .reviews_text {
    width: 268px;
  }

  .review_open {
    font-size: 16px;
  }

  .reviews_element {
    min-height: 413px;
  }

  .reviews {
    padding-bottom: 141px;
    padding-top: 169px;
  }

  /* faq */

  .faq_element__text {
    width: 656px;
  }

  .faq_element__title {
    font-size: 20px;
  }

  .faq_element__text {
    font-size: 16px;
  }
  .faq_content {
    padding-bottom: 190px;
  }
  .faq h2 {
    margin-bottom: 50px;
  }

  .faq_h2__header h2 {
    margin-bottom: 0px;
  }

  .faq {
    padding-top: 167px;
  }

  /* map */

  #map {
    height: 720px;
  }

  /* footer */

  .button_records {
    font-size: 18px;
    padding: 18px 35px;
    height: 85px;
  }

  .footer_menu a,
  .footer_address,
  .footer_mode,
  a.footer_yandex,
  a.footer_confidentiality,
  .copyright_notice {
    font-size: 20px;
  }

  .footer_phone {
    font-size: 40px;
  }

  .footer_grid {
    row-gap: 211px;
  }

  /* ________ */

  .about_wrapper,
  .services,
  .gallery {
    padding-bottom: 0px;
  }

  .block_bg {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 2;
  }

  .grid {
    position: absolute;
    z-index: 0;
  }

  .block {
    z-index: 5;
  }
}

@media (min-width: 1850px) {
  .main_screen__img {
    right: 1%;
  }
}
