/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1430px;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}
/* Manrope */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Manrope/Manrope-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Manrope/Manrope-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Manrope/Manrope-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Manrope/Manrope-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Manrope/Manrope-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Manrope/Manrope-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}
* {
  font-family: "Manrope";
}

p {
  margin-top: 22px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}

a {
  color: #2F4992;
}

[data-transition-block] {
  transition: none !important;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 992px) {
  body {
    margin-top: 136px;
  }
}
[data-preload] {
  opacity: 0;
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  background-color: #2F4992;
  color: #ffffff;
  stroke: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.button a {
  color: #ffffff;
}
.button select {
  width: 100%;
}
.button__orange {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  background-color: #2F4992;
  color: #ffffff;
  stroke: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  background-color: #FFE600;
  color: #262626;
  stroke: #262626;
  border: 1px solid #262626;
}
.button__orange a {
  color: #ffffff;
}
.button__orange select {
  width: 100%;
}
.button__orange a {
  color: #262626;
}
.button__white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  background-color: #2F4992;
  color: #ffffff;
  stroke: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  background-color: #ffffff;
  color: #2F4992;
  stroke: #2F4992;
  border: 1px solid #2F4992;
}
.button__white a {
  color: #ffffff;
}
.button__white select {
  width: 100%;
}
.button__white a {
  color: #2F4992;
}
.button__grey {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  background-color: #2F4992;
  color: #ffffff;
  stroke: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  background-color: #F4F4F9;
  color: #2F4992;
  stroke: #2F4992;
  border: 1px solid #F4F4F9;
}
.button__grey a {
  color: #ffffff;
}
.button__grey select {
  width: 100%;
}
.button__grey a {
  color: #2F4992;
}
.button__big {
  padding: 20px 32px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.button__small {
  padding: 6px 12px;
  border-radius: 12px;
}

@media (max-width: 1430px) {
  .button__big {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
}
.blank__grey-box {
  padding: 20px 16px;
  border-radius: 10px;
  background-color: #F4F4F9;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.blank__grey-box > * {
  margin-bottom: 20px;
}
input.checkbox {
  accent-color: #2F4992;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.header__body {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__upper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.header__logo, .header__logo > div {
  width: 228px;
  height: 76px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header__other {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
}
.header__phone {
  color: #2F4992;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.header__address {
  color: #848484;
  white-space: nowrap;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
}
.header__eye * {
  font-weight: 800;
}
@media (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
  }
  .header__body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__upper {
    flex-grow: 1;
  }
  .header__other {
    flex-grow: 1;
    justify-content: center;
  }
  .header__logo, .header__logo > div {
    width: 160px;
    height: 76px;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .header__sign, .header__contacts {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__eye {
    display: none;
  }
}
@media (max-width: 576px) {
  .header__record {
    display: none;
  }
}
.breadcrumbs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.breadcrumbs__list {
  display: flex;
  flex-direction: row;
}
.breadcrumbs__item {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  color: #2F4992;
}
.breadcrumbs__item:not(:last-child) {
  color: #848484;
  margin-right: 10px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding-left: 10px;
}

.title {
  margin-top: 24px;
  margin-bottom: 24px;
}
.title__title {
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.title__type-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.title__title-container {
  padding: 20px 26px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  width: 56%;
}
.title__img, .title__img > div {
  width: 100%;
  height: 727px;
}
.title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1430px) {
  .title__title {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
  }
  .title__img, .title__img > div {
    width: 100%;
    height: 600px;
  }
  .title__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 992px) {
  .title__title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
  }
  .title__img, .title__img > div {
    width: 100%;
    height: 500px;
  }
  .title__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .title__title {
    font-size: 26px;
    line-height: 120%;
    font-weight: 600;
  }
  .title__title-container {
    width: calc(100% - 32px);
  }
  .title__img, .title__img > div {
    width: 100%;
    height: 350px;
  }
  .title__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 576px) {
  .title__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
  }
  .title__img, .title__img > div {
    width: 100%;
    height: 250px;
  }
  .title__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.pagenavigation {
  margin-top: 45px;
  margin-bottom: 64px;
}
.pagenavigation__body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
}
.pagenavigation__body > * {
  padding: 6px;
  border-radius: 6px;
  min-width: 36px;
  min-height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavigation__body > *:not(.active, .disable):hover {
  background-color: #2F4992;
  color: #ffffff;
}
.pagenavigation__body > *.active {
  background-color: #F4F4F9;
  cursor: default;
}
.pagenavigation__body > *.disable {
  cursor: default;
}
.pagenavigation__left, .pagenavigation__right {
  border: 1px solid #F4F4F9;
}

@media (max-width: 576px) {
  .pagenavigation__body {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .pagenavigation__left, .pagenavigation__right {
    width: 100%;
  }
}
.form-search__form {
  display: flex;
  flex-direction: row;
}
.form-search__list {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin: 0;
}
.form-search__input {
  padding: 20px 32px;
  border: 1px solid #2F4992;
  border-radius: 10px 0 0 10px;
  color: #848484;
  margin-right: -4px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.form-search__submit {
  padding: 20px 32px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #2F4992;
  color: #ffffff;
  background-color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.menu-top__burger {
  width: 30px;
  height: 22px;
  position: relative;
}
.menu-top__burger-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1001;
}
.menu-top__burger-container span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2F4992;
  border-radius: 3px;
  transition: 250ms ease-in-out;
}
.menu-top__burger-container span:nth-child(2) {
  width: 70%;
}
.menu-top__burger-other {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}
.menu-top__body {
  position: relative;
  padding: 0 40px;
  background-color: #F4F4F9;
  border-radius: 10px;
}
.menu-top__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-top__item {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-top__item:hover .menu-top__submenu {
  display: block;
}
.menu-top__link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
  stroke: #2F4992;
}
.menu-top__submenu {
  box-sizing: border-box;
  margin-top: 16px;
  display: none;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  width: calc(100% - 32px);
  background-color: #F4F4F9;
  z-index: 10;
  padding: 16px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.menu-top__submenu-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}
.menu-top__submenu-link {
  color: #848484;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  text-decoration: underline !important;
}
.menu-top__submenu-link:hover {
  color: #2F4992;
}
.menu-top__submenu-link.active {
  color: #2F4992;
}
.menu-top__phone-burger {
  color: #2F4992;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.menu-top__address-burger {
  color: #848484;
  white-space: nowrap;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
}
.menu-top__contacts-burger {
  display: flex;
  flex-direction: column;
}
.menu-top__eye-burger * {
  font-weight: 800;
}

@media (min-width: 992px) {
  .menu-top__sign-burger, .menu-top__contacts-burger, .menu-top__burger {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-top__eye-burger {
    display: none;
  }
}
@media (min-width: 576px) {
  .menu-top__record-burger {
    display: none;
  }
}
@media (max-width: 992px) {
  .menu-top:not([data-active]) .menu-top__body {
    transform: translateY(-100%);
    transition: 250ms ease-in-out;
  }
  .menu-top[data-active] .menu-top__burger-container span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 7px);
    transition: 250ms ease-in-out;
  }
  .menu-top[data-active] .menu-top__burger-container span:nth-child(2) {
    width: 0;
  }
  .menu-top[data-active] .menu-top__burger-container span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -7px);
    transition: 250ms ease-in-out;
  }
  .menu-top__body {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 28px 100px 36px 28px;
    transition: 250ms ease-in-out;
    gap: 36px;
    overflow: scroll;
  }
  .menu-top__list {
    flex-direction: column;
    gap: 36px;
  }
  .menu-top__item {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .menu-top__link {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
}
.menu-bottom__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-bottom__link {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #ffffff;
}

.main-slider__body {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-height: 727px;
  overflow: hidden;
}
.main-slider__item-body {
  height: 727px;
}
.main-slider__info {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 35px 26px;
  background-color: #ffffff;
  width: 56.7142857143%;
  max-width: 794px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.main-slider__description {
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.main-slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-slider__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-slider__controller {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  background-color: #2F4992;
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 20px;
  color: #ffffff;
  border-radius: 4px;
  width: 39.8571428571%;
  max-width: 558px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-slider__controller ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-slider__controller ul li {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
}
.main-slider__controller ul li:not(.slick-active) {
  opacity: 0.2;
}
.main-slider__arrow-prev, .main-slider__arrow-next {
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1430px) {
  .main-slider__info {
    width: 55.5244755245%;
  }
  .main-slider__controller {
    width: 39.020979021%;
  }
}
@media (max-width: 992px) {
  .main-slider__info, .main-slider__controller {
    width: calc(100% - 32px);
    max-width: initial;
  }
  .main-slider__info {
    bottom: 100px;
  }
}
@media (max-width: 768px) {
  .main-slider__description {
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .main-slider__item-body {
    height: 500px;
  }
  .main-slider__description {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
  .main-slider__buttons .button {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
  }
}
.main-tabs {
  margin-top: 64px;
  margin-bottom: 64px;
}
.main-tabs__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
  margin: 24px 0;
}
.main-tabs__body {
  margin-bottom: 24px;
}
.main-tabs__tab-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
.main-tabs__tab-button {
  padding: 20px 32px;
  background-color: #F4F4F9;
  border-radius: 10px;
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  cursor: pointer;
}
.main-tabs__tab-button[data-active] {
  background-color: #2F4992;
  color: #ffffff;
}
.main-tabs__tab-boxes {
  padding: 45px 0;
  border-top: 1px solid #F4F4F9;
  border-bottom: 1px solid #F4F4F9;
}
.main-tabs__tab-box:not([data-active]) {
  display: none;
}
.main-tabs__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 200px;
}
.main-tabs__item {
  width: 25%;
  padding: 8px;
  border-radius: 10px;
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  cursor: pointer;
}
.main-tabs__item:hover {
  background-color: #2F4992;
  color: #ffffff;
}

.main-tabs__body .main-tabs__list {
    max-height: 424px;
    gap: 16px;
    align-content: flex-start;
}

.main-tabs__item {
    display: flex;
    justify-content: space-between;
}

.main-tabs__item:after {
    content: url("/images/icons/arrow_icon.svg");
    height: 20px;
    margin: auto 0;
}

.main-tabs__item span {
    margin: auto 0;
}

.main-tabs__item_wrapper {
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    min-width: 25%;
}

.main-tabs__item_wrapper:hover {
    background-color: #2F4992;
    color: #ffffff;
}

.main-tabs__item_wrapper:hover a {
    color: #ffffff;
}

.main-tabs__item_wrapper .main-tabs__item {
    padding: 25px;
    width: auto;
}

@media (max-width: 576px) {
    .main-tabs__body .main-tabs__list {
        max-height: initial;
        align-content: unset;
    }
}

@media (max-width: 992px) {
  .main-tabs__list {
    max-height: 400px;
  }
  .main-tabs__item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .main-tabs__tab-buttons {
    flex-direction: column;
  }
  .main-tabs__tab-button {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .main-tabs__list {
    max-height: initial;
  }
  .main-tabs__item {
    width: 100%;
  }
}
.main-actions {
  margin-top: 64px;
  margin-bottom: 64px;
}
.main-actions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.main-actions__item {
  min-height: 368px;
  position: relative;
  padding: 16px 20px;
  border: 1px solid #F4F4F9;
  border-radius: 10px;
  overflow: hidden;
}
.main-actions__info {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-actions__title {
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.main-actions__description {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
}
.main-actions__background {
  position: absolute;
  right: -40%;
  bottom: -30%;
  z-index: -1;
  transform: rotateZ(-45deg);
}
.main-actions__background, .main-actions__background > div {
  width: 100%;
  height: 100%;
}
.main-actions__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1430px) {
  .main-actions__background {
    right: -45%;
    bottom: -30%;
  }
}
@media (max-width: 992px) {
  .main-actions__item {
    min-height: 270px;
  }
  .main-actions__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
  }
  .main-actions__description {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #848484;
  }
  .main-actions__background {
    right: -45%;
    bottom: -35%;
  }
}
@media (max-width: 768px) {
  .main-actions__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .main-actions__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
  }
  .main-actions__description {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #848484;
  }
  .main-actions__background {
    right: -50%;
    bottom: -50%;
  }
}
.main-news {
  margin-top: 64px;
  margin-bottom: 64px;
}
.main-news__body {
  margin-bottom: 24px;
}
.main-news__tab-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
.main-news__tab-button {
  padding: 20px 32px;
  background-color: #F4F4F9;
  border-radius: 10px;
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  cursor: pointer;
}
.main-news__tab-button[data-active] {
  background-color: #2F4992;
  color: #ffffff;
}
.main-news__tab-boxes {
  padding: 45px 0;
  border-top: 1px solid #F4F4F9;
  border-bottom: 1px solid #F4F4F9;
}
.main-news__tab-box:not([data-active]) {
  display: none;
}
.main-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 16px;
  overflow: hidden;
}
.main-news__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-news__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.main-news__description {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
}

@media (max-width: 1430px) {
  .main-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-news__item:nth-child(3) {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .main-news__list {
    grid-template-columns: 1fr;
  }
  .main-news__item {
    grid-column: 1/2;
  }
}
@media (max-width: 576px) {
  .main-news__tab-buttons {
    flex-direction: column;
  }
  .main-news__tab-button {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .main-news__title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
}
.footer {
  margin-top: 64px;
  background-color: #2F4992;
}
.footer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
}
.footer__logo, .footer__logo > div {
  width: 100%;
  height: 76px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer__buttons, .footer__buttons > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.footer__buttons * {
  text-align: center;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__time {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.footer__time-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.footer__time-list, .footer__time-list > div {
  display: grid;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.footer__time-list > span, .footer__time-list > div > span {
  color: #ffffff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.footer__address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.footer__menu > hr {
  display: none;
}
.footer__copyright, .footer__copyright > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer__time {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer__time-list {
    justify-content: center;
  }
  .footer__address {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer__menu {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
  .footer__menu > hr {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    display: initial;
  }
}
.minzdrav {
  background-color: #ffffff;
}
.minzdrav__body {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minzdrav__logo, .minzdrav__logo > div {
  width: 100%;
  height: 130px;
}
.minzdrav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.inner a.underline {
  text-decoration: underline !important;
}

.record {
  margin-top: 24px;
  margin-bottom: 64px;
}
.record__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
  margin: 24px 0;
}
.record__body {
  margin-bottom: 24px;
}
.record__tab-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
.record__tab-button {
  padding: 20px 32px;
  background-color: #F4F4F9;
  border-radius: 10px;
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  cursor: pointer;
}
.record__tab-button[data-active] {
  background-color: #2F4992;
  color: #ffffff;
}
.record__tab-boxes {
  padding: 45px 0;
  border-top: 1px solid #F4F4F9;
  border-bottom: 1px solid #F4F4F9;
}
.record__tab-box:not([data-active]) {
  display: none;
}
.record__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 200px;
}
.record__item {
  width: 25%;
  padding: 8px;
  border-radius: 10px;
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  cursor: pointer;
}
.record__item:hover {
  background-color: #2F4992;
  color: #ffffff;
}
.record__settings {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.record__setting-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #848484;
}
.record__setting-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.record__setting-value select {
  width: 100%;
}
.record__registration {
  margin-top: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #2F4992;
}
.record__week {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px;
  gap: 24px;
  border-top: 1px solid #2F4992;
  border-bottom: 1px solid #2F4992;
}
.record__week-interval {
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.record__week-before, .record__week-after {
  color: #848484;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -7px;
  cursor: default;
}
.record__week-before span, .record__week-after span {
  padding: 0 8px;
  margin-left: -7px;
}
.record__week-before.active, .record__week-after.active {
  cursor: pointer;
  color: #2F4992;
}
.record__schedule {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.record__specialist {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.record__specialist-about {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.record__specialist-photo {
  border-radius: 16px;
  overflow: hidden;
}
.record__specialist-photo, .record__specialist-photo > div {
  width: 100px;
  height: 100px;
}
.record__specialist-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.record__specialist-info {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.record__specialist-info .record__specialist-address {
  display: none;
}
.record__specialist-name {
  color: #2F4992;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}
.record__specialist-speciality {
  color: #848484;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.record__specialist-address {
  color: #2F4992;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.record__days {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.record__day {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #2F4992;
  border-right: 1px solid #2F4992;
  overflow: hidden;
  min-height: 300px;
}
.record__day-date {
  padding: 12px 22px;
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.record__times {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.record__times.empty {
  justify-content: center;
  background-color: #FFEBEB;
}
.record__times.empty span {
  color: #EB3F3F;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
}
.record__time {
  border: 1px solid #2F4992;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 8px;
}
.record__popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.record__popup::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2F4992;
  opacity: 0.7;
}
.record__popup:not([data-active]) {
  display: none;
}
.record__popup-container {
  background-color: #ffffff;
  z-index: 1000;
  width: 100%;
  max-width: 1400px;
  padding: 36px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.record__popup-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.record__popup-title {
  color: #2F4992;
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
}
.record__popup-close {
  cursor: pointer;
}
.record__popup-close, .record__popup-close > div {
  width: 40px;
  height: 40px;
}
.record__popup-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.record__popup-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.record__popup-table {
  width: 100%;
  border-spacing: 0;
}
.record__popup-row {
  text-align: left;
}
.record__popup-row th {
  padding: 20px 32px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.record__popup-row th:first-child span {
  color: #848484;
}
.record__popup-row:nth-child(2n) {
  background-color: #F4F4F9;
}
.record__popup-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.record__data {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.record__sidebar {
  max-width: 340px;
}
.record__sidebar-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
  margin-bottom: 24px;
}
.record__check {
  padding: 20px 20px 36px 20px;
  background-color: #F4F4F9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.record__check hr {
  height: 1px;
  background-color: #2F4992;
}
.record__check-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.record__check-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.record__check-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
}
.record__check-item span:last-child {
  color: #2F4992;
}
.record__check-cost {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
}
.record__check-cost span:last-child {
  color: #2F4992;
}
.record__form-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #848484;
  margin-bottom: 24px;
}
.record__form-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.record__form-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.record__form-item.checkbox {
  flex-direction: row;
  align-items: center;
}
.record__form-item.checkbox .record__form-label {
  font-size: 13px;
  line-height: 120%;
  font-weight: 600;
  line-height: 14px;
}
.record__form-item.checkbox .record__form-input {
  order: 1;
}
.record__form-label {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
  order: 2;
}
.record__form-input {
  padding: 10px 20px;
  background-color: #F4F4F9;
  border-radius: 10px;
  color: #2F4992;
  order: 3;
}
.record__final-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #EB3F3F;
  margin-bottom: 24px;
}
.record__final-table {
  width: 100%;
  border-spacing: 0;
}
.record__final-row {
  text-align: left;
}
.record__final-row th {
  padding: 12px 0;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #2F4992;
}
.record__final-row th:first-child span {
  color: #262626;
}
.record__final-status {
  border: 1px solid #2F4992;
}
.record__final-description {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.record__final-description a {
  text-decoration: underline;
}

@media (max-width: 1430px) {
  .record__settings {
    flex-direction: column;
  }
  .record__schedule {
    flex-direction: column;
  }
  .record__days {
    border-top: 1px solid #2F4992;
    justify-content: space-between;
  }
  .record__specialist {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .record__title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__list {
    max-height: 400px;
  }
  .record__item {
    width: 50%;
  }
  .record__day-date {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__specialist-name {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__specialist-speciality {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__specialist-address {
    display: none;
  }
  .record__specialist-info .record__specialist-address {
    display: flex;
  }
  .record__week-interval {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .record__title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__registration {
    border: none;
  }
  .record__registration:not(:first-child) {
    border-top: 1px solid #F4F4F9;
    padding-top: 32px;
  }
  .record__days {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: none;
  }
  .record__day {
    border: 1px solid #2F4992;
  }
  .record__day-date {
    text-align: center;
  }
  .record__specialist {
    flex-direction: column;
  }
  .record__setting {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .record__setting-icon {
    display: none;
  }
  .record__data {
    flex-direction: column;
    gap: 40px;
  }
  .record__sidebar {
    width: 100%;
    max-width: initial;
  }
  .record__sidebar-title, .record__form-title, .record__final-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__form-list button {
    width: 100%;
  }
  .record__final-button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .record__tab-buttons {
    flex-direction: column;
  }
  .record__tab-button {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__list {
    max-height: initial;
  }
  .record__item {
    width: 100%;
  }
  .record__days {
    grid-template-columns: repeat(2, 1fr);
  }
  .record__specialist-about {
    flex-direction: column;
  }
  .record__specialist-photo, .record__specialist-photo > div {
    width: 100%;
    height: 300px;
  }
  .record__specialist-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .record__specialist-name {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__final-title {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .record__final-row {
    display: flex;
    flex-direction: column;
    background-color: #F4F4F9;
    border-radius: 12px;
    padding: 10px;
  }
  .record__final-row th {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    padding: 4px;
  }
  .record__final-row th:first-child span {
    color: #848484;
  }
  .record__final-row:not(:first-child) {
    margin-top: 20px;
  }
  .record__final-description {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
}
.specialists {
  margin-bottom: 64px;
}
.specialists__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 44px;
  gap: 24px;
}
.specialists__list {
  display: grid;
  grid-template-columns: repeat(5, 218px);
  justify-content: space-between;
  gap: 44px 24px;
}
.specialists__item, .specialists__item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.specialists__img {
  overflow: hidden;
  border-radius: 16px;
}
.specialists__img, .specialists__img > div {
  width: 100%;
  height: 262px;
}
.specialists__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.specialists__about {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.specialists__name {
  color: #2F4992;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  min-height: 48px;
}
.specialists__speciality {
  color: #848484;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  min-height: 19px;
}
.specialists__record {
  width: 100%;
  justify-content: center;
  padding: 12px 26px;
}

.working_days {
    display: flex;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
}

.specialists__item .button__small {
    padding: 12px 26px;
    margin: 0 auto;
    background-color: rgba(47, 73, 146, 0.5);
}

@media (max-width: 1430px) {
  .specialists__list {
    grid-template-columns: repeat(4, minmax(218px, 250px));
  }
}
@media (max-width: 992px) {
  .specialists__filter {
    flex-wrap: wrap;
  }
  .specialists__list {
    grid-template-columns: repeat(3, minmax(218px, 250px));
  }
  .specialists__filter-search {
    display: none;
  }
}
@media (max-width: 768px) {
  .specialists__list {
    justify-content: space-around;
    grid-template-columns: repeat(2, minmax(218px, 300px));
  }
}
@media (max-width: 576px) {
  .specialists__filter-button {
    width: 100%;
    justify-content: left;
  }
  .specialists__list {
    justify-content: center;
    grid-template-columns: minmax(218px, 380px);
  }
  .specialists__img, .specialists__img > div {
    width: 100%;
    height: 300px;
  }
  .specialists__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.autorize {
  width: 100%;
  margin: 40px 0 177px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.autorize__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.autorize__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.autorize__logo {
  margin-bottom: 56px;
}
.autorize__logo, .autorize__logo > div {
  width: 228px;
  height: 100%;
}
.autorize__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.autorize__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.autorize__signup {
  width: 220px;
  justify-content: center;
}
.autorize__register {
  width: 220px;
  justify-content: center;
}
.autorize__form {
  background-color: #F4F4F9;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  padding: 32px 40px;
}
.autorize__form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.autorize__form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.autorize__form-label {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  color: #2F4992;
}
.autorize__form-input {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  background-color: #ffffff;
  border-radius: 4px;
  color: #2F4992;
}
.autorize__form-submit {
  width: 100%;
  justify-content: center;
}

@media (max-width: 576px) {
  .autorize__buttons {
    flex-direction: column;
    width: 100%;
  }
  .autorize__buttons > * {
    width: 100%;
  }
}

.record__registrations {
    display: none;
}