@charset "UTF-8";
/* Reset styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  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;
  content-visibility: auto;
}

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

address {
  font-style: normal;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
/* end reset styles */

.down-fade.to_animate {
  opacity: 0;
  transform: translateY(50px);
}
.down-fade.to_animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.up-fade.to_animate {
  opacity: 0;
  transform: translateY(-50px);
}
.up-fade.to_animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.left-fade.to_animate {
  opacity: 0;
  transform: translateX(-50px);
}
.left-fade.to_animate.animated {
  opacity: 1;
  transform: translateX(0);
}

.right-fade.to_animate {
  opacity: 0;
  transform: translateX(50px);
}
.right-fade.to_animate.animated {
  opacity: 1;
  transform: translateX(0);
}

.rotate-left.to_animate {
  transform: rotate3d(0, 1, 0, 90deg);
}
.rotate-left.to_animate.animated {
  transform: none;
}

.rotate-up.to_animate {
  transform: rotate3d(0, 0, 1, 90deg);
}
.rotate-up.to_animate.animated {
  transform: none;
}

/*Переменные цветов*/
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local("Commissioner"),
    url("../fonts/Commissioner-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Commissioner"),
    url("../fonts/Commissioner-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("Commissioner"),
    url("../fonts/Commissioner-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Commissioner"),
    url("../fonts/Commissioner-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Commissioner"),
    url("../fonts/Commissioner-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ElMessiri";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("ElMessiri"),
    url("../fonts/ElMessiri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ElMessiri";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("ElMessiri"),
    url("../fonts/ElMessiri-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "ElMessiri";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("ElMessiri"),
    url("../fonts/ElMessiri-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "ElMessiri";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("ElMessiri"),
    url("../fonts/ElMessiri-Bold.woff2") format("woff2");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #edf9ff;
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 18px;
}

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[href*="/politika-konfidentsialnosti/"] {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a[href*="/politika-konfidentsialnosti/"]:hover {
  opacity: 0.7;
}

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

html.lock {
  overflow: hidden;
}
html.burger-lock {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s linear;
}
.header.small {
  padding: 6px 16px;
  /* transform: translate(-100px, 0); */
}
.header.small .header__bottom {
  border-radius: 20px;
}
.header__top {
  padding: 24px 0;
  background: #065397;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s linear;
}
.header__top.hide {
  opacity: 0;
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 14px;
}
.header__logo-sity {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-family: "Commissioner";
}
.header__logo-mainText {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 30px;
}
.header__logo-text1 {
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.header__contactItem {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #fa7145;
  padding-left: 16px;
  gap: 9px;
}
.header__contactItem-key {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.header__contactItem-value {
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__contactItem-value button {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.header__contactItem-value button:hover {
  opacity: 0.7;
}
.header__contactItem-value:hover .header__contactItem-phoneListContainer {
  display: block;
}
.header__contactItem-value:hover .header__contactItem-value__moreBtn {
  transform: rotate(0);
}
.header__contactItem-value button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  font-family: "Commissioner";
  cursor: pointer;
}
.header__contactItem-value a {
  text-decoration: none;
  color: #fff;
}
.header__contactItem-value__moreBtn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
.header__contactItem-phoneListContainer {
  position: absolute;
  bottom: -47px;
  left: -18px;
  display: none;
  padding-top: 15px;
}
.header__contactItem-phoneList {
  background: #fff;
  padding: 12px 15px;
  min-width: 244px;
  border-radius: 12px;
}
.header__contactItem-phoneList a {
  color: #065397;
}
.header__modalBtn {
  color: #fff;
  font-weight: 600;
  padding: 18px 74px;
  border: 1px solid transparent;
  background: #fa7145;
  border-radius: 72px;
  cursor: pointer;
  font-family: "Commissioner";
  font-size: 18px;
  transition: all 0.2s linear;
}
.header__modalBtn:hover {
  border: 1px solid #fa7145;
  background: #fff;
  color: #fa7145;
}
.header__bottom {
  background: #e2f3fc;
  padding: 16px 0;
  border-radius: 0 0 20px 20px;
}
.header__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header__nav-link {
  display: block;
  padding: 10px 0 14px;
  color: #065397;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s linear;
}
.header__nav-link:hover {
  color: #fa7145;
}

.header__nav-submenu {
  z-index: 101;
  position: absolute;
  top: 100%;
  left: 0px;
  border-top: 1px solid rgba(60, 50, 50, 0.1);
  border-radius: 0 0 2px 2px;
  /* padding: 16px; */
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
  min-width: 308px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease;
}
.header__nav-submenu:not(.lvl-2) {
  padding-block-start: 14px;
}
.header__nav-submenu.lvl-2 {
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  top: 0;
  left: 100%;
  padding: 10px;
  min-width: 660px;
  min-height: 100%;
  max-height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  overflow-y: auto;
}
.header__nav-submenu::-webkit-scrollbar {
  width: 4px;
}
.header__nav-submenu::-webkit-scrollbar-thumb {
  width: 4px;
  background: #376791;
}
.header__nav-submenu::-webkit-scrollbar-track {
  width: 4px;
  background: #c2c6c9;
}

.header__nav-submenu .header__nav-link {
  padding: 8px 22px 14px;
}
.header__nav-submenu.lvl-2 .header__nav-item {
  width: 50%;
}
.header__nav-submenu.lvl-2 .header__nav-item:nth-child(n) .header__nav-link {
  padding: 10px;
}
.header__nav-item {
  position: relative;
}
.header__nav-item:hover > .header__nav-submenu {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.header__nav-submenu > .header__nav-item {
  position: static;
}

.header__form {
  padding: 16px 24px;
  background: #d5ecf8;
  border-radius: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__form input {
  border: none;
  background: transparent;
  color: #376791;
  font-size: 16px;
  font-family: "Commissioner";
  outline: none;
}
.header__form input::-moz-placeholder {
  font-size: 16px;
  font-family: "Commissioner";
  color: #376791;
}
.header__form input::placeholder {
  font-size: 16px;
  font-family: "Commissioner";
  color: #376791;
}
.header__form button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header__mobileButtons {
  display: none;
}
.header__mobilePhone {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.header__burger {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
}
.header__burger span {
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.2s linear;
}
.header__burger.active span:nth-child(1) {
  opacity: 0;
}
.header__burger.active span:nth-child(2) {
  transform: rotate(45deg);
}
.header__burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateX(3px) translateY(-3px);
}
.header__mobileModalBtn {
  display: none;
}
.header__mobileContacts {
  display: none;
}
.header__mobileContacts-info {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(48, 85, 129, 0.1);
}
.header__mobileContacts-info__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.header__mobileContacts-info__item-key {
  color: rgba(55, 103, 145, 0.8);
  margin-bottom: 10px;
}
.header__mobileContacts-info__item-value {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__mobileContacts-info__item-value a {
  display: block;
  color: #376791;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}
.header__mobileContacts-info__item-value p {
  font-size: 14px;
  color: #376791;
  font-weight: 500;
}
.header__mobileContacts-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__mobileContacts-socials__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f7f8;
  border: none;
  padding: 0;
}

@media (max-width: 1390px) {
  .header__contactItem:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1160px) {
  .header {
    padding: 0;
  }
  .header__top {
    border-radius: 0 0 20px 20px;
    padding: 14px 0;
  }
  .header__logo-text1 {
    display: none;
  }
  .header__logo-sity {
    display: block;
  }
  .header__contactItem {
    display: none;
  }
  .header__modalBtn {
    display: none;
  }
  .header__mobileButtons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header__bottom {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 84px);
    left: 0;
    top: 84px;
    padding: 20px 0;
    background: #fff;
    overflow: auto;
    transition: all 0.3s ease-in;
    transform: translateX(-100%);
  }
  .header__bottom.active {
    transform: translateX(0);
  }
  .header__bottom-inner {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background: #e2f3fc;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 22px;
  }
  .header__nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .header__form {
    width: 100%;
    background: #fff;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .header__mobileModalBtn {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 16px;
    border: 1px solid transparent;
    background: #fa7145;
    border-radius: 72px;
    cursor: pointer;
    font-family: "Commissioner";
    font-size: 16px;
    transition: all 0.2s linear;
  }
  .header__mobileModalBtn:hover {
    border: 1px solid #fa7145;
    background: #fff;
    color: #fa7145;
  }
  .header__mobileContacts {
    display: block;
  }

  .header__nav-item {
    width: 100%;
  }
  .header__nav-item.hide-item {
    padding-right: 30px;
    position: relative;
  }
  .header__nav-item.hide-item:before {
        content: url(/netcat_template/template/redesign/assets/images/icons/arrownew.svg);
        display: flex;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 4px;
        right: 0;
        background-color: #065397;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s ease;
    }


  .header__nav-item.hide-item.active:before {
    transform: rotate(-90deg);
  }
  .header__nav-item.hide-item.active > .header__nav-submenu {
    display: block;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
  }
  .header__nav-submenu {
    padding: 16px;
    position: static;
    display: none;
    min-width: calc(100% + 30px);
  }
  .header__nav-submenu .header__nav-item:nth-child(n) .header__nav-link {
    padding: 10px 0;
    position: relative;
  }

  .header__nav-submenu.lvl-2 {
    display: none;
    padding: 0;
    padding-left: 16px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    min-width: calc(100% + 30px);
    max-height: 400px;
    margin-bottom: 20px;
  }
  .header__nav-item.hide-item.active > .header__nav-submenu.lvl-2 {
    display: flex;
  }
  .header__nav-submenu.lvl-2 .header__nav-item {
    width: 100%;
  }
}

.header__sticky-phone{
        display: none;
    }

    .header__sticky-phone .header__contactItem-value a, .header__sticky-phone .header__contactItem-key {
    color: #065397;
}
  
  
  @media(min-width: 1500px){

    .small .header__sticky-phone{
        display: flex;
        flex-direction: column;
    }
  }
.popupBtn {
  color: #fff;
  font-weight: 600;
  padding: 18px 70px;
  border: 1px solid transparent;
  background: #fa7145;
  border-radius: 72px;
  cursor: pointer;
  font-family: "Commissioner";
  font-size: 18px;
  text-align: center;
  transition: all 0.2s linear;
}
.popupBtn:hover {
  border: 1px solid #fa7145;
  background: #fff;
  color: #fa7145;
}

.slider-buttonsWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.slider-paginationWrapper {
  text-align: center;
}
.slider-paginationWrapper .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.slider-paginationWrapper .slider-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 48px;
  height: 4px;
  border-radius: 5px;
  background: rgba(6, 83, 151, 0.2);
}
.slider-paginationWrapper .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #065397;
}
.slider__nav {
  background: #065397;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider__nav.swiper-button-disabled {
  opacity: 0.4;
}

.sectionTitle {
  font-size: 52px;
  font-weight: 600;
  color: #065397;
  font-family: "ElMessiri";
  margin-bottom: 8px;
  transition: all 0.4s linear;
}
.sectionTitle__block {
  margin-bottom: 60px;
  text-align: center;
}

.sectionMainText {
  color: #376791;
  font-size: 18px;
  line-height: 130%;
}

@media (max-width: 1100px) {
  .sectionTitle {
    font-size: 30px;
  }
  .sectionTitle__block {
    margin-bottom: 24px;
  }
  .sectionMainText {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .sectionTitle {
    font-size: 26px;
  }
}
.intro {
  margin-bottom: 100px;
}
.intro__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro__content {
  padding-top: 112px;
  padding-bottom: 90px;
  width: 63%;
}
.intro__title {
  font-family: "ElMessiri";
  font-size: 60px;
  line-height: 90%;
  color: #065397;
  font-weight: 500;
  margin-bottom: 24px;
  transition:
    opacity 0.4s linear,
    transform 0.4s linear;
}
.intro__title span {
  position: relative;
}
.intro__title span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/icons/cityLine.svg");
  width: 197px;
  max-width: 100%;
  right: 0;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro__text {
  font-size: 24px;
  color: #376791;
  margin-bottom: 60px;
}
.intro__popupBtn {
  margin-bottom: 70px;
}
.intro__advantages {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 16px;
}
.intro__advantages-item {
  background: #e2f3fc;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
}
.intro__advantages-item p {
  font-size: 18px;
  color: #376791;
  line-height: 130%;
}
.intro__images {
  position: relative;
  height: 100%;
  width: 36%;
}
.intro__images-mainImage img {
  max-width: 100%;
}
.intro__images-absoluteImg {
  width: 100%;
  position: absolute;
}
.intro__images-absoluteImg img {
  max-width: 100%;
}
.intro__images-absoluteImg.blue {
  left: -17%;
  bottom: 0;
  z-index: -1;
}
.intro__images-absoluteImg.red {
  left: 23%;
  top: 12%;
  z-index: -1;
}

@media (max-width: 1750px) {
  .intro__images-absoluteImg {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .intro__title {
    font-size: 30px;
  }
  .intro__advantages {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro__advantages-item {
    min-width: 310px;
  }
  .intro__text {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 890px) {
  .intro__content {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .intro__title {
    text-align: center;
    margin-bottom: 16px;
  }
  .intro__popupBtn {
    display: block;
    margin: 0 auto 70px auto;
  }
  .intro__advantages {
    align-items: center;
  }
  .intro__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 700px) {
  .intro {
    margin-bottom: 56px;
  }
}
@media (max-width: 500px) {
  .intro__images {
    display: none;
  }
  .intro__content {
    padding-top: 52px;
  }
  .intro__text {
    margin-bottom: 32px;
  }
  .intro__popupBtn {
    margin: 0 auto 36px auto;
  }
  .intro__advantages-item {
    min-width: auto;
    padding: 12px;
  }
  .intro__advantages-item p {
    font-size: 16px;
  }
}
.professionalHelp {
  margin-bottom: 160px;
}
.professionalHelp__text {
  text-align: center;
  margin-bottom: 24px;
  color: #376791;
}
.professionalHelp__slider {
  margin-bottom: 32px;
}
.professionalHelp__slider-item {
  height: 336px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s linear;
}
.professionalHelp__slider-item:hover img {
  transform: scale(1.2);
}
.professionalHelp__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.2s ease;
}
.professionalHelp__slider-item__absoluteBlock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 83, 151, 0.4);
  padding: 24px 32px;
}
.professionalHelp__slider-item__absoluteBlock p {
  color: #fff;
  line-height: 130%;
  font-weight: 500;
}
.professionalHelp__slider-item__absoluteLink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fa7145;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1250px) {
  .professionalHelp__slider-item {
    height: 268px;
  }
}
@media (max-width: 700px) {
  .professionalHelp__slider-item {
    height: 200px;
  }
  .professionalHelp__slider-item__absoluteLink {
    width: 48px;
    height: 48px;
  }
  .professionalHelp {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .professionalHelp-buttonsWrapper {
    display: none;
  }
  .professionalHelp__slider {
    margin-right: -15px;
  }
}
.payment {
  margin: 0px 15px 160px 15px;
  padding: 55px 0;
  background: #065397;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.payment::before,
.payment::after {
  content: "";
  display: block;
  width: 694px;
  aspect-ratio: 1/1;
  border: 69px solid rgb(67, 138, 200);
  border-radius: 50%;
  filter: blur(26px);
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.payment__text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 120%;
}
.payment::before {
  left: -263px;
  top: -338px;
}
.payment::after {
  right: -263px;
  bottom: -282px;
}
.payment__content {
  position: relative;
  z-index: 1;
}
.payment__title {
  color: #fff;
  max-width: 788px;
  margin: 0 auto;
  font-size: 32px;
}
.payment__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.payment__item {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 15px;
  min-width: 188px;
  transition: all 0.2s ease;
}
.payment__item:hover {
  transform: scale(1.1);
}
.payment__item-numberInfo {
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  margin-bottom: 20px;
}
.payment__item-numberInfo span {
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}
.payment__item-desc {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.payment__absoluteImg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  display: none;
}
.payment__btnWrap {
  text-align: center;
}
.payment__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-top: 24px;
  font-size: 32px;
  transition: all 0.2s linear;
}
.payment__link:hover {
  color: #fa7145;
}

@media (max-width: 1100px) {
    .payment__title {
      font-size: 22px;
    }
}

@media (max-width: 1200px) {
  .payment::before,
  .payment::after {
    display: none;
  }
  .payment__absoluteImg {
    display: block;
  }
}
@media (max-width: 1100px) {
  .payment__items {
      padding: 0px 15px;
  }
  
  .payment__text {
    font-size: 16px;
  }
  .payment__link {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media (max-width: 890px) {
  .payment {
    padding: 45px 16px;
  }

  .payment__items {
    flex-direction: column;
  }
  .payment__item {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .payment {
    margin: 0px 0 80px 0;
  }

  .payment__item {
    padding: 15px;
  }
  .payment__item-numberInfo {
    font-size: 28px;
  }
  .payment__item-numberInfo span {
    font-size: 40px;
  }
}
.textBlock {
  margin-bottom: 160px;
}
.textBlock p {
  color: #376791;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 14px;
}
.textBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 560px;
  max-width: 50%;
  margin: 10px;
  border-radius: 12px;
}
.textBlock h2 {
  font-size: 52px;
  font-weight: 600;
  color: #065397;
  font-family: "ElMessiri";
  text-align: center;
  margin-bottom: 32px;
}
.textBlock h2:not(:first-child) {
  margin-top: 52px;
}
.textBlock h3 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #065397;
  font-weight: 600;
}
.textBlock h3:not(:first-child) {
  margin-top: 32px;
}
.textBlock h4 {
  color: #065397;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.textBlock ol {
  list-style-type: none;
  counter-reset: textOl;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.textBlock ol li {
  position: relative;
  /* display: flex;
  align-items: flex-start;
  gap: 10px; */
  margin-bottom: 8px;
  font-size: 18px;
  color: #376791;
  line-height: 120%;
  padding-left: 32px;
}
.textBlock ol li::before {
  counter-increment: textOl;
  content: counter(textOl);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #376791;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.textBlock ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.textBlock ul li {
  position: relative;
  /* display: flex;
  align-items: flex-start;
  gap: 10px; */
  margin-bottom: 8px;
  font-size: 18px;
  color: #376791;
  line-height: 120%;
  padding-left: 18px;
}
.textBlock ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #376791;
  position: relative;
  top: 9px;
  flex-shrink: 0;
  position: absolute;
  top: 8px;
  left: 0;
}

.textBlock table {
  display: block;
  width: 100%;
  border: none;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.textBlock table thead tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 5px;
  background: #fa7145;
  border-radius: 50px;
}
.textBlock table thead td {
  font-size: 20px;
  color: #fff;
  width: 100%;
}
.textBlock table thead td p {
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.textBlock table tbody,
.textBlock table thead {
  display: block;
}
.textBlock table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  gap: 10px;
  border-bottom: 1px solid rgba(6, 83, 151, 0.2);
}
.textBlock table tbody tr:first-child {
  border-top: 1px solid rgba(6, 83, 151, 0.2);
}
.textBlock table tbody td,
.textBlock table tbody th {
  font-size: 20px;
  width: 100%;
}
.textBlock table tbody td p {
  margin: 0;
  color: #376791;
}
.textBlock table tbody td:first-child {
  font-size: 24px;
  color: #065397;
}
.textBlock table tbody td:first-child a {
  color: inherit;
}
.textBlock table tbody td:first-child a:hover {
  text-decoration: underline;
}
@media (width<=600px) {
  .textBlock table thead tr {
    padding: 10px 8px;
    border-radius: 20px;
  }
  .textBlock table thead td p {
    font-size: 16px;
  }
  .textBlock table tbody tr {
    padding: 15px 8px;
    gap: 5px;
  }
  .textBlock table tbody td p {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .textBlock h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .textBlock h2:not(:first-child) {
    margin-top: 40px;
  }
  .textBlock h3:not(:first-child) {
    margin-top: 22px;
  }
  .textBlock p {
    font-size: 16px;
  }
  .textBlock h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .textBlock h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .textBlock ol li {
    font-size: 16px;
  }
  .textBlock ol li::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .textBlock {
    margin-bottom: 80px;
  }
  .textBlock img {
    float: none !important;
    margin: 24px 0 !important;
    max-height: 360px;
    max-width: 100%;
  }
}
@media (max-width: 410px) {
  .textBlock h2 {
    font-size: 26px;
  }
}
.fiveSteps {
  margin-bottom: 160px;
}
.fiveSteps__list {
  list-style-type: none;
  counter-reset: section;
}
.fiveSteps__item {
  padding: 20px;
  height: 262px;
  background: #fa7145;
  border-radius: 12px;
  color: #fff;
  transition: all 0.2s linear;
}
.fiveSteps__item:nth-child(even) {
  background: #065397;
}
.fiveSteps__item:nth-child(even)::before {
  color: #065397;
}
.fiveSteps__item::before {
  color: #fa7145;
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  width: 52px;
  height: 52px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: blur(14px);
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 600;
}
.fiveSteps__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fiveSteps__text {
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 700px) {
  .fiveSteps {
    margin-bottom: 80px;
  }
  .fiveSteps__item::before {
    width: 48px;
    height: 48px;
  }
  .fiveSteps__item {
    height: 242px;
  }
  .fiveSteps__name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .fiveSteps__text {
    font-size: 16px;
  }
}
.stock {
  margin-bottom: 160px;
}
.stock__slider {
  margin-bottom: 32px;
}
.stock__mainText {
  max-width: 815px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.stock__sectionTitle {
  position: relative;
  z-index: 1;
}
.stock__absoluteImage1 {
  position: absolute;
  left: 23%;
  bottom: 36%;
  z-index: 0;
}
.stock__absoluteImage2 {
  position: absolute;
  right: 18%;
  bottom: -21%;
  z-index: 0;
}
.stock__item {
  background: #fff;
  border-radius: 12px;
  padding: 2px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.stock__item-image {
  width: 44%;
  flex-shrink: 0;
  min-height: 286px;
}
.stock__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.stock__item-info {
  padding: 25px 32px 25px 32px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 56%;
}
.stock__item-title {
  font-size: 22px;
  font-weight: 600;
  color: #376791;
  margin-bottom: 7px;
  line-height: 120%;
}
.stock__item-text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 120%;
  color: #376791;
}
.stock__item-btn {
  margin-top: auto;
}
.stock-paginationWrapper {
  display: none;
}

@media (max-width: 1160px) {
  .stock__absoluteImage1 {
    max-width: 94px;
    left: 0;
    bottom: auto;
    top: 0;
  }
  .stock__absoluteImage2 {
    max-width: 51px;
    right: 0;
    bottom: -12%;
  }
}
@media (max-width: 550px) {
  .stock {
    margin-bottom: 80px;
  }
  .stock__slider {
    margin-bottom: 16px;
  }
  .stock__item {
    flex-direction: column;
  }
  .stock__item-image {
    width: 100%;
    min-height: auto;
  }
  .stock__item-image img {
    max-height: 250px;
  }
  .stock__item-info {
    width: 100%;
    padding: 24px 20px 20px 20px;
  }
  .stock__item-title {
    font-size: 20px;
    text-align: center;
  }
  .stock__item-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
  }
  .stock-buttonsWrapper {
    display: none;
  }
  .stock-paginationWrapper {
    display: block;
  }
}
.guarantees {
  background: linear-gradient(93.91deg, #065397 0.28%, #074881 99.35%);
  margin: 0 20px 160px 20px;
  border-radius: 32px;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
.guarantees::before {
  content: "";
  display: block;
  width: 549px;
  aspect-ratio: 1/1;
  filter: blur(26px);
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-width: 69px;
  border-style: solid;
  border-color: rgb(67, 138, 200);
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%;
}
.guarantees::after {
  content: "";
  display: block;
  width: 549px;
  aspect-ratio: 1/1;
  filter: blur(26px);
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-width: 69px;
  border-style: solid;
  border-color: rgb(67, 138, 200);
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%;
}
.guarantees::before {
  right: -176px;
  top: -360px;
}
.guarantees::after {
  top: 50%;
  left: -425px;
  transform: translateY(-50%);
  z-index: 0;
}
.guarantees__title {
  color: #fff;
}
.guarantees__top {
  margin-bottom: 130px;
}
.guarantees__top-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.guarantees__top-item {
  display: flex;
  flex-direction: column;
  gap: 108px;
  padding: 24px;
  border-radius: 12px;
  width: calc(20% - 25.6px);
}
.guarantees__top-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.guarantees__top-item__text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 120%;
}
.guarantees__bottom-inner {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.guarantees__bottom-title {
  margin-bottom: 20px;
}
.guarantees__bottom-textBlock {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.guarantees__bottom-textBlock p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 130%;
}
.guarantees__bottom-content {
  width: 60%;
  padding-bottom: 30px;
}
.guarantees__bottom-images {
  width: 40%;
}
.guarantees__bottom-images img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@media (max-width: 1200px) {
  .guarantees__top-item {
    gap: 40px;
    width: calc(33.3333333333% - 21.3333333333px);
  }
  .guarantees::before,
  .guarantees::after {
    display: none;
  }
}
@media (max-width: 1100px) {
  .guarantees__bottom-images {
    display: none;
  }
  .guarantees__bottom-content {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .guarantees {
    background: transparent;
    padding-top: 0;
    margin: 0 0 80px 0;
  }
  .guarantees__title {
    color: #065397;
  }
  .guarantees__title.guarantees__bottom-title {
    color: #fff;
  }
  .guarantees__top-item {
    gap: 40px;
    width: 100%;
  }
  .guarantees__top-item__image svg path {
    fill: #065397;
  }
  .guarantees__top-item__image svg {
    width: 48px;
    height: 48px;
  }
  .guarantees__top-item__text {
    color: #065397;
    font-size: 15px;
  }
  .guarantees__top-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 16px;
  }
  .guarantees__top-item:nth-child(odd) {
    background: #fff;
  }
  .guarantees__top-items {
    gap: 8px;
  }
  .guarantees__bottom {
    background: #065397;
    border-radius: 12px;
    padding: 60px 0;
  }
  .guarantees__bottom-textBlock p {
    font-size: 16px;
  }
  .guarantees__bottom-textBlock {
    margin-bottom: 0;
  }
  .guarantees__btn {
    display: none;
  }
  .guarantees__top {
    margin-bottom: 80px;
  }
}
.licenses {
  margin-bottom: 160px;
}
.licenses__inner {
  display: flex;
  justify-content: space-between;
}
.licenses__sliderBlock {
  width: 61%;
  display: flex;
  align-items: center;
  gap: 32px;
  max-height: 485px;
}
.licenses__sliderBlock .slider__nav {
  flex-shrink: 0;
}
.licenses__slider {
  position: relative;
  max-height: 485px;
  border-radius: 16px;
}
.licenses__slider .swiper-wrapper {
  max-height: 485px;
  border-radius: 16px;
  align-items: stretch;
}
.licenses__slider .swiper-wrapper .swiper-slide {
  max-height: 485px;
  height: auto;
}
.licenses__slider-item {
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  max-height: 485px;
  height: 100%;
  display: flex;
}
.licenses__image {
  border-radius: 16px;
  overflow: hidden;
  max-height: 485px;
  height: 100%;
}

.licenses__image picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.licenses__image img {
  max-width: 100%;
  max-height: 485px;
  height: 100%;
  object-fit: cover;
}
.licenses__absolutebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(6, 83, 151, 0.6);
  border-radius: 16px;
  padding: 20px 24px;
  max-height: 485px;
}
.licenses__absolutebg p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.licenses__titleBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.licenses__titleBlock-absoluteImg {
  position: absolute;
}
.licenses__titleBlock-absoluteImg.absoluteImg1 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.licenses__titleBlock-absoluteImg.absoluteImg2 {
  right: -50px;
  top: 20%;
}
.licenses__titleBlock-absoluteImg.absoluteImg2 img {
  max-width: 75px;
  transform: rotate(35deg);
}
.licenses__text {
  color: #376791;
}

@media (max-width: 1100px) {
  .licenses__inner {
    flex-direction: column;
  }
  .licenses__text {
    display: none;
  }
  .licenses__title {
    text-align: center;
    margin-bottom: 24px;
  }
  .licenses__sliderBlock {
    width: 100%;
  }
  .licenses__absolutebg p {
    font-size: 14px;
  }
  .licenses__titleBlock-absoluteImg.absoluteImg1 {
    left: 0;
    right: auto;
  }
  .licenses__titleBlock-absoluteImg.absoluteImg1 img {
    max-width: 50px;
  }
  .licenses__titleBlock-absoluteImg.absoluteImg2 {
    right: 10px;
    top: 0;
  }
  .licenses__titleBlock-absoluteImg.absoluteImg2 img {
    max-width: 40px;
  }
}
@media (max-width: 700px) {
  .licenses {
    margin-bottom: 80px;
  }
}
@media (max-width: 630px) {
  .licenses-next,
  .licenses-prev {
    display: none;
  }
  .licenses__slider {
    margin-right: -15px;
  }
}
.prices {
  margin-bottom: 160px;
}
.prices__name {
  font-size: 52px;
  font-weight: 600;
  color: #065397;
  font-family: "ElMessiri";
  text-align: center;
  margin-bottom: 32px;
  margin-top: 50px;
}
.prices__titleBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.prices__allPrices {
  font-size: 16px;
  color: #fa7145;
  border: 1px solid #fa7145;
  font-weight: 600;
  padding: 16px 70px;
  border-radius: 72px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.prices__allPrices.prices__allPrices-mobile {
  display: none;
}
.prices__allPrices:hover {
  background: #fa7145;
  color: #fff;
}
.prices__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  gap: 10px;
  border-bottom: 1px solid rgba(6, 83, 151, 0.2);
}
.prices__item:first-child {
  border-top: 1px solid rgba(6, 83, 151, 0.2);
}
.prices__item-nameBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  gap: 10px;
}
.prices__item-name {
  font-size: 28px;
  color: #065397;
}
.prices__item-price {
  font-size: 24px;
  color: #376791;
}
.prices__item-mobileBtn {
  width: 20px;
  height: 20px;
  background: #fa7145;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .prices__item-nameBlock {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .prices__item-name {
    font-size: 18px;
  }
  .prices__item-price {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .prices__item-nameBlock {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 75%;
  }
  .prices__item-name {
    font-weight: 500;
  }
}
@media (max-width: 800px) {
  .prices__name {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 36px;
  }
  .prices__item-btn {
    display: none;
  }
  .prices__item-mobileBtn {
    display: flex;
    width: 30px;
    height: 30px;
  }
  .prices__item-nameBlock {
    width: 93%;
  }
  .prices__item {
    align-items: flex-end;
    padding: 16px 0;
  }
  .prices__allPrices {
    display: none;
  }
  .prices__titleBlock {
    justify-content: center;
    margin-bottom: 24px;
  }
  .prices__allPrices.prices__allPrices-mobile {
    display: block;
    text-align: center;
    background: #fa7145;
    color: #fff;
  }
  .prices__items {
    margin-bottom: 24px;
  }
}
@media (max-width: 700px) {
  .prices {
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .prices__item-mobileBtn {
    display: flex;
    width: 20px;
    height: 20px;
  }
  .prices__item-nameBlock {
    width: 94%;
  }
}
.doctorsSlider {
  margin-bottom: 160px;
}
.doctorsSlider__slider {
  margin-bottom: 32px;
}
.doctorsSlider__item {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doctorsSlider__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 337px;
  border-radius: 16px;
}
.doctorsSlider__item-content {
  padding: 18px 24px;
  text-align: center;
}
.doctorsSlider__item-name {
  font-size: 20px;
  font-weight: 600;
  color: #376791;
  line-height: 120%;
  margin-bottom: 8px;
}
.doctorsSlider__item-position {
  font-size: 16px;
  color: #376791;
  margin-bottom: 20px;
}
.doctorsSlider__item-stage {
  padding: 8px;
  background: #e2f3fc;
  color: #376791;
  font-size: 16px;
  border-radius: 8px;
}

@media (max-width: 700px) {
  .doctorsSlider {
    margin-bottom: 80px;
  }
}
@media (max-width: 550px) {
  .doctorsSlider-buttonsWrapper {
    display: none;
  }
  .doctorsSlider__slider {
    margin-bottom: 0;
    margin-right: -15px;
  }
  .doctorsSlider__item-name {
    font-size: 18px;
  }
}
.truth {
  margin-bottom: 160px;
}
.truth__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
}
.truth__item {
  width: calc(50% - 16px);
  display: flex;
  padding: 12px;
  background: #065397;
  border-radius: 16px;
  gap: 24px;
}
.truth__item:nth-child(2) {
  background: #fa7145;
}
.truth__item:nth-child(3) {
  background: #fa7145;
}
.truth__item:nth-child(6) {
  background: #fa7145;
}
.truth__item-image {
  border-radius: 9px;
  overflow: hidden;
  width: 40%;
}
.truth__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 260px;
}
.truth__item-info {
  width: 59%;
  padding-top: 8px;
  color: #fff;
  padding-right: 12px;
}
.truth__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
.truth__item-text {
  line-height: 120%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.truth__item.form__item {
  padding: 12px 32px;
}
.truth__item.form__item .truth__item-info {
  width: 100%;
  padding-right: 0;
}
.truth__item.form__item .truth__item-info p {
  font-size: 16px;
  font-weight: 400;
}
.truth__item.form__item .truth__item-title {
  text-align: center;
  max-width: 435px;
  margin: 0 auto 24px auto;
}
.truth__item.form__item .truth__item-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.truth__item.form__item .truth__item-form input {
  width: calc(33.3333333333% - 5.3333333333px);
  padding: 16px 24px;
  border-radius: 72px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  font-family: "Commissioner";
}
.truth__item.form__item .truth__item-form input:focus {
  outline: 1px solid #fff;
}
.truth__item.form__item .truth__item-form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Commissioner";
  color: rgba(255, 255, 255, 0.8);
}
.truth__item.form__item .truth__item-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Commissioner";
  color: rgba(255, 255, 255, 0.8);
}
.truth__item.form__item .truth__item-form button {
  width: calc(33.3333333333% - 5.3333333333px);
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 72px;
  border: 1px solid transparent;
  background: #e2f3fc;
  color: #fa7145;
  font-size: 16px;
  font-weight: 600;
  font-family: "Commissioner";
  transition: all 0.2s linear;
}
.truth__item.form__item .truth__item-form button:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #fa7145;
}

@media (max-width: 1100px) {
  .truth__wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .truth__item {
    flex-direction: column;
    gap: 12px;
  }
  .truth__item-image {
    width: 100%;
  }
  .truth__item-info {
    width: 100%;
    padding: 0;
  }
  .truth__item-title {
    font-size: 18px;
  }
  .truth__item.form__item .truth__item-form {
    flex-direction: column;
  }
  .truth__item.form__item .truth__item-form input {
    width: 100%;
  }
  .truth__item.form__item .truth__item-form button {
    width: 100%;
  }
  .truth__item.form__item .truth__item-info p {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .truth {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .truth__item-image img {
    max-height: 154px;
  }
  .truth__item.form__item {
    padding: 12px 12px;
  }
}
.comfortable {
  margin-bottom: 160px;
}
.comfortable__slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.comfortable__slide {
  width: calc(30% - 21.3333333333px);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.comfortable__slide:hover img {
  transform: scale(1.1);
}
.comfortable__slide:first-child {
  width: calc(40% - 21.3333333333px);
}
.comfortable__slide:nth-child(6n + 6),
.comfortable__slide:nth-child(6n + 7) {
  width: calc(40% - 21.3333333333px);
}
.comfortable__slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 338px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.comfortable__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 83, 151, 0.4);
}
.comfortable-paginationWrapper {
  display: none;
}

@media (max-width: 1100px) {
  .comfortable__slider-wrapper {
    gap: 0;
    flex-wrap: nowrap;
  }
  .comfortable__slide:nth-child(n) {
    width: 100%;
  }
  .comfortable-paginationWrapper {
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 700px) {
  .comfortable {
    margin-bottom: 80px;
  }
}
@media (max-width: 679px) {
  .comfortable {
    overflow: hidden;
  }
  .comfortable__slider {
    overflow: visible;
  }
}
.howToGet {
  margin: 0 15px 160px 15px;
  background: #fa7145;
  color: #fff;
  padding: 109px 0;
  border-radius: 32px;
}
.howToGet__title {
  color: #fff;
}
.howToGet__content {
  display: block;
}
.howToGet__items {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}
.howToGet__item {
  width: calc(33.3333333333% - 21.3333333333px);
  position: relative;
  text-align: center;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 200px;
}
.howToGet__item-text {
  max-width: 354px;
  margin: 0 auto;
}
.howToGet__item:first-child::after {
  content: "";
  display: block;
  width: 99px;
  height: 24px;
  background: url("../images/icons/howArr.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -68px;
  top: 23px;
}
.howToGet__item:nth-child(2)::after {
  content: "";
  display: block;
  width: 99px;
  height: 24px;
  background: url("../images/icons/howArr.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -68px;
  bottom: 23px;
  transform: scaleY(-1);
}

@media (max-width: 850px) {
  .howToGet {
    margin: 0 0 160px 0;
  }
  .howToGet__items {
    flex-direction: column;
    gap: 8px;
  }
  .howToGet__item {
    width: 100%;
    padding: 16px 10px;
    min-height: 129px;
  }
  .howToGet__item:first-child::after {
    right: -30px;
    bottom: -16px;
    top: auto;
    transform: rotate(90deg) scale(0.6);
  }
  .howToGet__item:nth-child(2)::after {
    left: -30px;
    bottom: -16px;
    transform: rotate(90deg) scale(0.6) scaleY(-1);
  }
  .howToGet__item-img svg {
    width: 50px;
    height: 50px;
  }
  .howToGet__item-text {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .howToGet {
    margin: 0 0 160px 0;
  }
}
.textBlockWithImage__inner {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.textBlockWithImage__inner.rewerse {
  flex-direction: row-reverse;
}
.textBlockWithImage .textBlock {
  width: 70%;
}
.textBlockWithImage .textBlock h2 {
  text-align: left;
}
.textBlockWithImage__image {
  width: 30%;
}
.textBlockWithImage__image img {
  max-width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 1100px) {
  .textBlockWithImage__image {
    display: none;
  }
  .textBlockWithImage .textBlock {
    width: 100%;
  }
}
.videoBlock {
  margin-bottom: 160px;
}
.videoBlock .sectionTitle__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoBlock__link {
  font-size: 16px;
  color: #fa7145;
  border: 1px solid #fa7145;
  font-weight: 600;
  padding: 16px 70px;
  border-radius: 72px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.videoBlock__link:hover {
  color: white;
  background: #fa7145;
}
.videoBlock__slider {
  margin-bottom: 32px;
}
.videoBlock-paginationWrapper {
  display: none;
}
.videoBlock__items .videoBlock__item {
  width: calc(33% - 18px);
}
.videoBlock__item {
  display: block;
  line-height: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.videoBlock__item:hover .videoBlock__item-play {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.videoBlock__item img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.videoBlock__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 83, 151, 0.6);
  z-index: 1;
}
.videoBlock__item-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 32px;
  left: 0;
  z-index: 2;
  font-size: 24px;
  color: #fff;
}
.videoBlock__item-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s linear;
}

@media (max-width: 1100px) {
  .videoBlock__items .videoBlock__item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 700px) {
  .videoBlock {
    margin-bottom: 80px;
  }
}
@media (max-width: 679px) {
  .videoBlock__items .videoBlock__item {
    width: 100%;
  }
  .videoBlock-paginationWrapper {
    display: block;
  }
  .videoBlock-buttonsWrapper {
    display: none;
  }
  .videoBlock__slider {
    margin-bottom: 16px;
  }
  .videoBlock__link {
    display: none;
  }
}
.footer {
  background: #065397;
  margin: 0 20px 20px 20px;
  border-radius: 32px;
  overflow: hidden;
}
.footer__top {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__top-buttonsBlock {
  display: flex;
  align-items: center;
  gap: 52px;
}
.footer__top-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__top-socials__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}
.footer__middle {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__middle-inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.footer__middle-infoBlock {
  width: calc(25% - 24px);
}
.footer__middle-infoBlock__value {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer__middle-infoBlock__value button {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.footer__middle-infoBlock__value button:hover {
  opacity: 0.7;
}
.footer__middle-infoBlock__item {
  margin-bottom: 20px;
}
.footer__middle-infoBlock__item:last-child {
  margin-bottom: 0;
}
.footer__middle-infoBlock__item-link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}
.footer__middle-infoBlock__item-link:last-child {
  margin-bottom: 0;
}
.footer__middle-infoBlock__item-link.orange {
  color: #fa7145;
}
.footer__middle-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}
.footer__middle-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__middle-list__link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footer__bottom {
  padding: 48px 0;
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
}
.footer__bottom-info {
  width: 49%;
}
.footer__bottom-info p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.footer__bottom-info p:last-child {
  margin-bottom: 0;
}
.footer__bottom-payment {
  width: 42%;
}
.footer__bottom-payment__items {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__bottom-payment__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
}
.footer__bottom-payment__item.number {
  padding: 13px 12px 13px 8px;
}
.footer__bottom-payment__item.number span:first-child {
  font-size: 20px;
  font-weight: 700;
}
.footer__bottom-payment__priceItem {
  padding: 15px 45px;
  background: #fa7145;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
}
.footer__warning {
  padding: 10px;
  text-align: center;
  background: #043e71;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1160px) {
  .footer {
    margin: 0;
    border-radius: 32px 32px 0 0;
  }
  .footer__middle-inner {
    flex-wrap: wrap;
  }
  .footer__middle-infoBlock {
    width: calc(50% - 16px);
  }
  .footer__middle-infoBlock:nth-child(1) {
    order: 2;
  }
  .footer__middle-infoBlock:nth-child(2) {
    order: 3;
  }
  .footer__middle-infoBlock:nth-child(3) {
    order: 4;
  }
  .footer__middle-infoBlock:nth-child(4) {
    order: 1;
  }
}
@media (max-width: 900px) {
  .footer__bottom-inner {
    flex-direction: column-reverse;
  }
  .footer__bottom-payment {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__bottom-info {
    padding-top: 20px;
    width: 100%;
  }
  .footer__top-buttonsBlock {
    display: none;
  }
}
@media (max-width: 680px) {
  .footer__middle-list__link {
    font-size: 16px;
  }
  .footer__middle-list {
    gap: 8px;
  }
  .footer__middle-text {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer__middle-infoBlock__item-link {
    font-size: 18px;
  }
  .footer__middle-infoBlock__value {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .footer__top {
    padding: 24px 0;
  }
  .footer__top-logo img {
    max-width: 150px;
  }
  .footer__middle-inner {
    gap: 0;
  }
  .footer__middle-infoBlock {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__middle {
    padding: 28px 0;
    border-bottom: none;
  }
  .footer__middle-infoBlock:nth-child(4) {
    padding: 0 0 28px 0;
  }
  .footer__bottom {
    padding: 0 0 28px 0;
  }
  .footer__bottom-payment__item {
    font-size: 11px;
  }
  .footer__bottom-payment__item svg {
    width: 24px;
    height: 24px;
  }
  .footer__bottom-payment__priceItem {
    width: 100%;
    text-align: center;
  }
  .footer__bottom-info p {
    font-size: 13px;
  }
  .footer__warning p {
    font-size: 14px;
  }
}
.breadcrumbs {
  margin-bottom: 60px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #376791;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs li::after {
  content: "—";
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a {
  color: #376791;
  text-decoration: none;
  transition: all 0.2s ease;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.serviceIntro {
  margin-bottom: 160px;
}
.serviceIntro__inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
}
.serviceIntro__image {
  width: 35%;
  aspect-ratio: 1/1;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.serviceIntro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.serviceIntro__absoluteInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.serviceIntro__absoluteInfo-item {
  background: #fff;
  border-radius: 19px;
  padding: 16px 15px;
  font-size: 20px;
  color: #376791;
  gap: 5px;
}
.serviceIntro__absoluteInfo-item span {
  font-weight: 600;
}
.serviceIntro__absoluteInfo-item.flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.serviceIntro__information {
  width: 66%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.serviceIntro__information .intro__advantages-item {
  width: 50%;
}
.serviceIntro__title {
  font-family: "ElMessiri";
  font-size: 60px;
  line-height: 90%;
  color: #065397;
  font-weight: 500;
  margin-bottom: 24px;
}
.serviceIntro__text {
  font-size: 20px;
  color: #376791;
  margin-bottom: 48px;
  line-height: 120%;
}
.serviceIntro__priceBlock {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: auto;
}
.serviceIntro__priceBlock-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #065397;
  font-size: 20px;
}
.serviceIntro__priceBlock-price span:last-child {
  font-weight: 600;
}
.serviceIntro__numberBlock {
  display: none;
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 36px;
}
.serviceIntro__numberBlock-numberInfo {
  margin-bottom: 24px;
}
.serviceIntro__numberBlock-numberInfo a {
  color: #065397;
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 7px;
  font-weight: 600;
}
.serviceIntro__numberBlock-numberInfo p {
  font-size: 16px;
  color: #065397;
}
.serviceIntro__numberBlock-buttonBlock p {
  font-size: 16px;
  color: #065397;
  margin-top: 12px;
}

@media (max-width: 1400px) {
  .serviceIntro__priceBlock {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .serviceIntro__absoluteInfo-item {
    font-size: 14px;
  }
  .serviceIntro__information .intro__advantages {
    flex-direction: row;
  }
  .serviceIntro__inner {
    gap: 30px;
  }
}
@media (max-width: 1015px) {
  .serviceIntro__image {
    display: none;
  }
  .serviceIntro__numberBlock {
    display: block;
  }
  .serviceIntro__information {
    width: 100%;
  }
  .serviceIntro__priceBlock {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .serviceIntro__priceBlock-price {
    flex-direction: row;
    gap: 3px;
    font-size: 16px;
  }
  .serviceIntro__text {
    text-align: center;
    margin-bottom: 32px;
  }
  .serviceIntro__title {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 700px) {
  .serviceIntro {
    margin-bottom: 80px;
  }
  .serviceIntro__title {
    font-size: 30px;
  }
  .serviceIntro__text {
    font-size: 18px;
    line-height: 135%;
  }
  .serviceIntro__information .intro__advantages {
    flex-direction: column;
    gap: 8px;
  }
  .serviceIntro__information .intro__advantages-item {
    width: 100%;
  }
  .serviceIntro__information .popupBtn {
    padding: 18px 36px;
    width: 100%;
  }
}
.paymentService__title {
  color: #fff;
  margin-bottom: 40px;
}
.paymentService__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.paymentService__titleBlock {
  width: 36%;
}
.paymentService__items {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.paymentService__btnWrap .paymentService__btn {
  display: none;
}

@media (max-width: 1325px) {
  .paymentService__inner {
    flex-direction: column;
    gap: 60px;
  }
  .paymentService__title {
    margin-bottom: 0;
  }
  .paymentService__titleBlock {
    width: 100%;
    text-align: center;
  }
  .paymentService__items {
    justify-content: center;
    border: none;
    padding: 0;
    gap: 20px;
  }
  .paymentService__titleBlock .paymentService__btn {
    display: none;
  }
  .paymentService__btnWrap {
    margin: 0 auto;
  }
  .paymentService__btnWrap .paymentService__btn {
    display: block;
  }
}
@media (max-width: 890px) {
  .paymentService__items {
    flex-direction: column;
  }
  .paymentService__inner {
    gap: 25px;
  }
  .paymentService .container {
    padding: 0;
  }
}
.content {
  margin-bottom: 160px;
}
.content__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.content__info {
  width: 40%;
}
.content__info ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.1s linear;
}
.content__info a {
  color: rgba(48, 85, 129, 0.8);
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.content__info a:hover {
  color: rgb(48, 85, 129);
}
.content__info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.content__info li::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 3px;
  position: relative;
  top: 7px;
  font-size: 18px;
  flex-shrink: 0;
  background: rgba(48, 85, 129, 0.8);
}
.content__title {
  font-size: 32px;
  font-weight: 600;
  color: #065397;
  margin-bottom: 20px;
  line-height: 120%;
}
.content__showMore {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 83px;
  border: 1px solid #065397;
  border-radius: 72px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #065397;
}
.content__calculator {
  width: 60%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #cee6f2;
  background: #e2f3fc;
}
.content__calculator-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.content__calculator-texts {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 20px 0 20px 60px;
  max-width: 529px;
}
.content__calculator-texts p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(48, 85, 129, 0.8);
  line-height: 120%;
}
.content__calculator-texts p span {
  font-weight: 700;
}
.content__calculator-image img {
  display: block;
  line-height: 0;
}

@media (max-width: 1100px) {
  .content__inner {
    flex-direction: column-reverse;
  }
  .content__calculator {
    width: 100%;
  }
  .content__info {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .content__calculator-inner {
    flex-direction: column;
  }
  .content__calculator-image {
    align-self: flex-end;
  }
  .content__calculator-image img {
    max-width: 88%;
    margin-left: auto;
  }
  .content__calculator-texts {
    max-width: 100%;
    padding: 24px 24px 0 24px;
    justify-content: center;
    text-align: center;
  }
  .content__calculator-texts p {
    font-size: 16px;
  }
  .content__calculator-texts .popupBtn {
    margin: 0 auto;
  }
  .content__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .content__info a {
    font-size: 16px;
  }
  .content__showMore {
    width: 100%;
    justify-content: center;
    padding: 16px;
  }
}
.situation__title {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 788px;
  margin: 0 auto;
}
.situation__mainText {
  color: #fff;
  max-width: 456px;
  margin: 0 auto;
}
.situation__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.situation__inner.situation__inner-center {
  justify-content: center;
}
.situation__item {
  width: calc(25% - 24px);
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  color: #376791;
  height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.situation__item-text {
  line-height: 120%;
}
.situation__underText {
  text-align: center;
  color: #fff;
  max-width: 883px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.situation__formItem {
  width: calc(50% - 16px);
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}
.situation__formItem-title {
  text-align: center;
  font-size: 20px;
  color: #376791;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 24px;
}
.situation__formItem-info p {
  font-size: 14px;
  color: #376791;
  text-align: center;
}
.situation__formItem-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.situation__formItem-form input {
  width: calc(33.3333333333% - 5.3333333333px);
  padding: 16px 24px;
  border-radius: 72px;
  border: none;
  background: rgba(55, 103, 145, 0.05);
  outline: none;
  color: rgba(55, 103, 145, 0.8);
  font-size: 16px;
  font-weight: 400;
  font-family: "Commissioner";
}
.situation__formItem-form input::-moz-placeholder {
  color: rgba(55, 103, 145, 0.8);
}
.situation__formItem-form input::placeholder {
  color: rgba(55, 103, 145, 0.8);
}
.situation__formItem-form button {
  width: calc(33.3333333333% - 5.3333333333px);
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 72px;
  border: 1px solid transparent;
  background: #fa7145;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Commissioner";
  transition: all 0.2s linear;
}
.situation__formItem-form button:hover {
  color: #fa7145;
  background: transparent;
  border: 1px solid #fa7145;
}

@media (max-width: 1325px) {
  .situation__item {
    width: calc(50% - 16px);
  }
  .situation__formItem {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .situation__formItem {
    display: none;
  }
  .situation__inner {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 24px;
  }
  .situation__inner.situation__inner-center {
    justify-content: flex-start;
  }
  .situation .container {
    padding: 0;
  }
  .situation {
    overflow: hidden;
    background: #fa7145;
  }
  .situation.situation-blue {
    background: #065397;
  }
  .situation__sliderBlock {
    overflow: visible;
  }
  .situation__item {
    padding: 12px;
  }
  .situation__item-img svg {
    width: 48px;
    height: 48px;
  }
  .situation__item-text {
    font-size: 16px;
  }
}
.servicesPrices .prices__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.servicesPrices .prices__item {
  background: #fff;
  border-bottom: none;
  padding: 16px 32px;
  border-radius: 16px;
}
.servicesPrices .prices__item:first-child {
  border-top: none;
}

.complexProgram {
  margin-bottom: 160px;
}
.complexProgram__slider {
  margin-bottom: 20px;
}
.complexProgram__item {
  background: linear-gradient(180deg, rgb(6, 83, 151) 6%, rgba(6, 83, 151, 0.6) 23%, rgb(255, 255, 255) 40%);
  border-radius: 16px;
  color: #fff;
  min-height: 542px;
  display: flex;
  flex-direction: column;
}
.complexProgram__item-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "ElMessiri";
  padding: 34px 0;
}
.complexProgram__item-info {
  margin: 0 12px;
  background: #fff;
  border-radius: 16px;
  color: #376791;
  padding: 20px 20px 32px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.complexProgram__item-list ul {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s linear;
  overflow: hidden;
}
.complexProgram__item-list li {
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.complexProgram__item-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../images/icons/mark.svg");
  position: relative;
  top: 3px;
  flex-shrink: 0;
}
.complexProgram__item-readmore {
  align-self: flex-start;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #065397;
  transition: all 0.2s linear;
  margin-bottom: 20px;
  cursor: pointer;
}
.complexProgram__item-readmore svg {
  transition: all 0.2s linear;
  transform: rotate(0deg);
}
.complexProgram__item-readmore.opened svg {
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.complexProgram__item-priceblock {
  margin-top: auto;
}
.complexProgram__item-priceblock__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.complexProgram__item-priceblock__name {
  color: rgba(6, 83, 151, 0.6);
  font-size: 18px;
}
.complexProgram__item-priceblock__value {
  font-size: 20px;
  font-weight: 600;
}
.complexProgram__item-btn {
  width: 100%;
  padding: 18px;
}

@media (max-width: 700px) {
  .complexProgram {
    margin-bottom: 80px;
  }
  .complexProgram__item-list li {
    font-size: 16px;
  }
  .complexProgram__item-readmore {
    font-size: 16px;
  }
  .complexProgram__item-btn {
    font-size: 16px;
  }
  .complexProgram__item-title {
    font-size: 26px;
    padding: 25px 0;
  }
  .complexProgram__item-info {
    margin: 0 8px;
  }
  .complexProgram__item-priceblock__name {
    font-size: 16px;
  }
  .complexProgram__item-priceblock__value {
    font-size: 16px;
  }
}
.dontWant {
  margin-bottom: 160px;
}
.dontWant .sectionTitle.guarantees__title {
  color: #065397;
}
.dontWant .guarantees__top-item__text {
  color: #065397;
}
.dontWant .guarantees__top-item__image svg path {
  fill: #065397;
}
.dontWant .guarantees__top-item:nth-child(odd) {
  background: #fff;
}

@media (max-width: 700px) {
  .dontWant {
    margin-bottom: 80px;
  }
}
.textWithInfo {
  margin-bottom: 160px;
}
.textWithInfo__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.textWithInfo .textBlock {
  width: calc(70% - 30px);
  margin-bottom: 0;
}
.textWithInfo .textBlock h2 {
  text-align: left;
}
.textWithInfo__info {
  width: calc(30% - 30px);
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
}
.textWithInfo__info p {
  font-size: 18px;
  line-height: 130%;
  color: #376791;
  margin-bottom: 10px;
}
.textWithInfo__info p:last-child {
  margin-bottom: 0;
}
.textWithInfo__info a {
  color: #fa7145;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}
.textWithInfo__info a:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .textWithInfo__info p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .textWithInfo {
    margin-bottom: 80px;
  }
}
@media (max-width: 950px) {
  .textWithInfo__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .textWithInfo__info {
    width: 100%;
  }
  .textWithInfo .textBlock {
    width: 100%;
  }
}
.etaps {
  margin-bottom: 160px;
}
.etaps .swiper-slide:nth-child(even) .etaps__item {
  background: #fa7145;
}
.etaps__item {
  background: #065397;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 24px;
  border-radius: 12px;
}
.etaps__item svg {
  width: 60px;
  height: 60px;
}
.etaps__item-info__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.etaps__item-info__text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 120%;
  font-size: 18px;
}

@media (max-width: 849px) {
  .etaps__item {
    gap: 33px;
    min-height: 290px;
    padding: 20px 16px;
  }
  .etaps__item svg {
    width: 42px;
    height: 42px;
  }
  .etaps__item-info__title {
    font-size: 16px;
  }
  .etaps__item-info__text {
    font-size: 16px;
  }
  .etaps__slider {
    overflow: visible;
  }
  .etaps {
    overflow: hidden;
  }
}
@media (max-width: 700px) {
  .etaps {
    margin-bottom: 80px;
  }
}
.fiveElementSlider {
  margin-bottom: 40px;
  z-index: 1;
}
.fiveElementSlider .swiper-slide {
  height: auto;
}
.fiveElementSlider__item {
  padding: 24px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  line-height: 120%;
  height: 100%;
}
.fiveElementSlider__item-img {
  margin: 0 auto;
}

.guarant .fiveElementSlider__item {
  background: rgba(255, 255, 255);
  color: #065397;
}
.guarant .fiveElementSlider__item-img svg path {
  fill: #065397;
}

.information__text {
  max-width: 874px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 32px;
}

.information__sectionTitle {
  color: #fff;
  position: relative;
  z-index: 1;
}

.fiveElementSlider {
  overflow: visible;
}

@media (max-width: 600px) {
  .fiveElementSlider__item-text {
    font-size: 16px;
  }
  .information .container {
    padding: 0;
  }
  .information .popupBtn {
    width: 100%;
    padding: 18px;
  }
  .fiveElementSlider__item-img img {
    width: 52px;
    height: 52px;
  }
}
.advantages {
  margin-bottom: 160px;
}
.advantages .swiper-slide:nth-child(even) .advantages__item {
  background: #fa7145;
}
.advantages__item {
  padding: 28px 32px;
  border-radius: 12px;
  background: #065397;
  color: #fff;
  min-height: 266px;
}
.advantages__mainWord {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.advantages__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 850px) {
  .advantages {
    overflow: hidden;
  }
  .advantages__item {
    padding: 14px 16px;
    min-height: 307px;
  }
  .advantages__slider {
    overflow: visible;
  }
  .advantages__text {
    font-size: 16px;
  }
  .advantages__mainWord {
    font-size: 18px;
  }
}
.redactorBlock .textWithInfo__inner {
  align-items: flex-end;
}
.redactorBlock .textWithInfo__info {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.redactorBlock__text {
  font-size: 16px;
  color: #376791;
  padding-bottom: 16px;
}
.redactorBlock__redactor {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  gap: 16px;
}
.redactorBlock__redactor-image {
  flex-shrink: 0;
}
.redactorBlock__redactor-image img {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.redactorBlock__redactor-name {
  font-size: 18px;
  font-weight: 600;
  color: #065397;
  margin-bottom: 8px;
}
.redactorBlock__redactor-position {
  font-size: 18px;
  font-weight: 400;
  color: #376791;
  line-height: 120%;
}
.redactorBlock__updateBlock {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.redactorBlock__updateBlock-key {
  font-size: 16px;
  color: #376791;
}
.redactorBlock__updateBlock-value {
  font-size: 16px;
  color: #376791;
}

@media (max-width: 1100px) {
  .redactorBlock .textWithInfo__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .redactorBlock .textBlock {
    width: 100%;
  }
  .redactorBlock .textWithInfo__info {
    width: 100%;
  }
}
.recomendation {
  margin-bottom: 160px;
}
.recomendation__sectionTitle {
  max-width: 892px;
  margin: 0 auto;
}
.recomendation__inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.recomendation__imageBlock {
  width: 30%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.recomendation__imageBlock img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 478px;
}
.recomendation__imageBlock-info {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: calc(100% - 24px);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 18px;
}
.recomendation__imageBlock-doctorName {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #065397;
  margin-bottom: 18px;
}
.recomendation__imageBlock-infoText {
  font-size: 16px;
  color: #376791;
  margin-bottom: 8px;
}
.recomendation__imageBlock-infoText span {
  font-weight: 500;
}
.recomendation__imageBlock-infoText:last-child {
  margin-bottom: 0;
}
.recomendation__citata {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recomendation__citata-textBlock {
  padding: 24px 0;
  border-bottom: 1px dashed rgba(6, 83, 151, 0.2);
  border-top: 1px dashed rgba(6, 83, 151, 0.2);
}
.recomendation__citata-text {
  overflow: hidden;
  transition: all 0.2s linear;
}
.recomendation__citata::before {
  content: "";
  display: block;
  width: 38px;
  height: 28px;
  background: url("../images/icons/doted.svg");
}
.recomendation__citata::after {
  content: "";
  display: block;
  width: 38px;
  height: 28px;
  background: url("../images/icons/doted.svg");
  align-self: flex-end;
  transform: rotate(180deg);
}
.recomendation__citata p {
  font-size: 18px;
  line-height: 130%;
  color: #376791;
  margin-bottom: 8px;
}
.recomendation__citata button {
  align-self: flex-start;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #065397;
  transition: all 0.2s linear;
  cursor: pointer;
}
.recomendation__citata button svg {
  transition: all 0.2s linear;
}
.recomendation__citata button.opened svg {
  transform: rotate(180deg);
}

@media (max-width: 1100px) {
  .recomendation__citata p {
    font-size: 16px;
  }
  .recomendation__inner {
    flex-direction: column;
    gap: 32px;
  }
  .recomendation__imageBlock-doctorName {
    font-size: 16px;
  }
  .recomendation__imageBlock-infoText {
    font-size: 14px;
  }
  .recomendation__citata {
    width: 100%;
  }
  .recomendation__imageBlock {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .recomendation {
    margin-bottom: 80px;
  }
  .recomendation__imageBlock {
    width: 100%;
    margin: 0;
  }
  .recomendation__imageBlock img {
    min-height: 334px;
  }
}
.questions {
  margin-bottom: 160px;
}
.questions__sectionTitle {
  max-width: 674px;
  margin: 0 auto;
}
.questions__inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.questions__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 69.5%;
}
.questions__item {
  padding: 20px 24px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.questions__item-question {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  transition: all 0.2s linear;
}
.questions__item-question.opened {
  margin-bottom: 16px;
}
.questions__item-question p {
  color: #065397;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.questions__item-question div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fa7145;
  display: flex;
  justify-content: center;
  align-items: center;
}
.questions__item-answer {
  font-size: 18px;
  color: #376791;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  height: 0;
  transition: all 0.2s linear;
}
.questions__formBlock {
  background: #fff;
  padding: 28px 32px;
  border-radius: 16px;
  width: 28.6%;
  text-align: center;
}
.questions__formBlock-title {
  color: #376791;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.questions__formBlock-text {
  font-size: 18px;
  line-height: 130%;
  color: #376791;
  margin-bottom: 7px;
}
.questions__formBlock-link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fa7145;
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 83, 151, 0.2);
}
.questions__formBlock-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  gap: 8px;
}
.questions__formBlock-form input {
  border: none;
  outline: 1px solid transparent;
  transition: all 0.2s linear;
  background: rgba(55, 103, 145, 0.05);
  padding: 16px 24px;
  border-radius: 72px;
  color: rgba(55, 103, 145, 0.8);
  font-size: 16px;
  font-family: "Commissioner";
}
.questions__formBlock-form input:focus {
  outline: 1px solid #fa7145;
}
.questions__formBlock-form input::-moz-placeholder {
  color: rgba(55, 103, 145, 0.8);
  font-size: 16px;
  font-family: "Commissioner";
}
.questions__formBlock-form input::placeholder {
  color: rgba(55, 103, 145, 0.8);
  font-size: 16px;
  font-family: "Commissioner";
}

@media (max-width: 1100px) {
  .questions__inner {
    flex-direction: column;
  }
  .questions__items {
    width: 100%;
  }
  .questions__formBlock {
    width: 100%;
  }
  .questions__item-question p {
    font-size: 16px;
  }
  .questions__item-answer {
    font-size: 16px;
  }
  .questions__item-question div {
    flex-shrink: 0;
  }
}
@media (max-width: 700px) {
  .questions {
    margin-bottom: 80px;
  }
}
.relatedServices {
  margin-bottom: 160px;
}
.relatedServices__inner {
  display: flex;
  justify-content: space-between;
}
.relatedServices__titleBlock {
  width: 39%;
}
.relatedServices__items {
  width: 61%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
.relatedServices__item {
  width: calc(50% - 16px);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(6, 83, 151, 0.2);
  text-decoration: none;
}
.relatedServices__item-titleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.relatedServices__item-title {
  font-weight: 500;
  font-size: 18px;
  color: #065397;
}
.relatedServices__item-price {
  font-size: 18px;
  color: #376791;
}

@media (max-width: 1100px) {
  .relatedServices__inner {
    flex-direction: column;
  }
  .relatedServices__titleBlock {
    width: 100%;
  }
  .relatedServices__items {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .relatedServices {
    margin-bottom: 80px;
  }
}
@media (max-width: 660px) {
  .relatedServices__item {
    width: 100%;
  }
  .relatedServices__item-title {
    font-size: 16px;
  }
  .relatedServices__item-price {
    font-size: 16px;
  }
}
.record {
  margin-bottom: 160px;
}
.record__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
.record__tableBlock {
  width: 71%;
}
.record__table {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
.record__table-titleBlock {
  text-align: center;
  margin-bottom: 13px;
}
.record__table-day {
  font-size: 18px;
  font-weight: 600;
  color: #065397;
  line-height: 120%;
  margin-bottom: 4px;
}
.record__table-date {
  font-size: 16px;
  color: #376791;
}
.record__table-days {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.record__table-time {
  padding: 10px 40px;
  border-radius: 38px;
  font-size: 16px;
  color: #fff;
  background: #065397;
  transition: all 0.3s ease;
}
.record__table-time.disabled {
  background: #fff;
  color: #376791;
  pointer-events: none;
}
.record__table-time:hover {
  color: #fff;
  background: #fa7145;
}
.record__symbols {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.record__symbols-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.record__symbols-sircle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(6, 83, 151, 0.2);
}
.record__symbols-sircle.free {
  background: #065397;
}

@media (max-width: 1400px) {
  .record__formBlock {
    display: none;
  }
  .record__tableBlock {
    width: 100%;
  }
  .record__table {
    justify-content: center;
    overflow: auto;
  }
}
@media (max-width: 1030px) {
  .record__table {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .record {
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .record__table-time {
    padding: 10px 30px;
  }
}
.rewiews {
  margin-bottom: 160px;
  margin-bottom: 160px;
}
.rewiews-paginationWrapper {
  display: none;
}
.rewiews .container {
  overflow: hidden;
}
.rewiews .swiper-wrapper {
  overflow: visible;
}
.rewiews .swiper-slide:nth-child(even) .rewiews__item,
.rewiews .swiper-slide:nth-child(even).rewiews__item {
  background: #fa7145;
}
.rewiews .swiper-slide:nth-child(even) .rewiews__item-name {
  border-bottom: 1.5px dashed rgba(6, 83, 151, 0.2);
}
.rewiews__slider {
  overflow: visible;
  margin-bottom: 32px;
}
.rewiews__item,
.main-reviwer__item {
  padding: 20px 24px;
  border-radius: 12px;
  background: #065397;
  color: #fff;
}
.rewiews__item-nameBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rewiews__item-name,
.main-reviwer__name {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1.5px dashed rgba(255, 255, 255, 0.2);
}
.rewiews__item-text,
.main-reviwer__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 120%;
  overflow: hidden;
  transition: all 0.2s linear;
}
.rewiews__item button {
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-top: 12px;
}
.rewiews__item button svg {
  transition: all 0.2s linear;
}
.rewiews__item button svg path {
  stroke: #fff;
}
.rewiews__item button.opened svg {
  transform: rotate(180deg);
}

@media (max-width: 849px) {
  .rewiews-buttonsWrapper {
    display: none;
  }
  .rewiews-paginationWrapper {
    display: flex;
  }
}
@media (max-width: 700px) {
  .rewiews {
    margin-bottom: 80px;
  }
  .rewiews button {
    font-size: 16px;
  }
  .rewiews__item,
  .main-reviwer__item {
    padding: 18px 20px;
  }
}
.payment.history {
  background: #fa7145;
}
.payment.history::before {
  border: 69px solid #fff;
}
.payment.history::after {
  border: 69px solid #fff;
}

.history__slider {
  margin-bottom: 32px;
}
.history__item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  min-height: 475px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.history__item-year {
  padding: 4px 16px;
  background: rgba(250, 113, 69, 0.2);
  color: #fa7145;
  font-size: 16px;
  margin-bottom: 12px;
  border-radius: 38px;
}
.history__item-title {
  font-size: 22px;
  font-weight: 600;
  color: #065397;
  margin-bottom: 16px;
  line-height: 120%;
}
.history__item-text {
  font-size: 18px;
  line-height: 130%;
  color: #376791;
}

@media (max-width: 849px) {
  .history__item-year {
    font-size: 14px;
  }
  .history__item-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .history__item-text {
    font-size: 16px;
  }
  .payment.history {
    padding: 60px 0;
  }
  .history {
    overflow: hidden;
  }
  .history__slider {
    overflow: visible;
  }
  .history__item {
    min-height: 445px;
  }
}
.elementsTitleBlock {
  margin-bottom: 40px;
}
.elementsTitleBlock h2 {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(6, 83, 151, 0.2);
}
.elementsTitleBlock__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(6, 83, 151, 0.2);
}
.elementsTitleBlock__inner h2 {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 890px) {
  .elementsTitleBlock h2 {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  .elementsTitleBlock__inner {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.elementsBlock {
  margin-bottom: 160px;
}
.elementsBlock__items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.elementsBlock__item {
  width: calc(25% - 24px);
  display: block;
  position: relative;
}
.elementsStock__item {
  width: calc(50% - 16px);
}
.elementsBlock__item .licenses__image img {
  max-height: 270px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elementsBlock .rewiews__item {
  background: #fff;
  color: #376791;
}
.elementsBlock .rewiews__item .rewiews__item-text {
  color: #376791;
}
.elementsBlock .rewiews__item button {
  color: #376791;
}
.elementsBlock .rewiews__item button svg path {
  stroke: #376791;
}

.article__item {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1.5px solid transparent;
  transition: all 0.3s ease-in;
}
.article__item:hover {
  border: 1.5px solid rgba(6, 83, 151, 0.4);
}
.article__image {
  margin-bottom: 16px;
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 190px;
  border-radius: 4px;
}
.article__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.article__title {
  font-size: 20px;
  color: #376791;
  line-height: 130%;
  margin-bottom: 12px;
  font-weight: 600;
  padding: 0 5px;
}
.article__date {
  color: #376791;
  padding: 0 5px 10px 0;
}

@media (max-width: 1130px) {
  .elementsBlock__item {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media (max-width: 1024px) {
  .elementsStock__item {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .elementsBlock__item {
    width: calc(50% - 6px);
  }
  .elementsBlock__items {
    gap: 12px;
  }
}
@media (max-width: 550px) {
  .elementsBlock__item {
    width: 100%;
  }
  .article__title {
    font-size: 18px;
  }
  .article__date {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .elementsBlock {
    margin-bottom: 80px;
  }
}
.mainArticle {
  margin-bottom: 160px;
}
.mainArticle__intro {
  margin-bottom: 60px;
}
.mainArticle__intro-image {
  position: relative;
}
.mainArticle__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 580px;
  border-radius: 32px;
}
.mainArticle__intro-absoluteTitle {
  padding: 38px;
  margin: 0 24px;
  background: #fff;
  border-radius: 11px;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: calc(100% - 48px);
}
.mainArticle__intro-absoluteTitle h1 {
  font-size: 48px;
  font-family: "ElMessiri";
  color: #065397;
  line-height: 90%;
}
.mainArticle__info {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.mainArticle__info-soderjanie {
  width: 60%;
  background: #fff;
  padding: 28px 32px;
  border-radius: 12px;
}
.mainArticle__info-soderjanie.content {
  margin-bottom: 0;
}
.mainArticle__info .textWithInfo__info {
  width: 40%;
  background: transparent;
  padding: 0;
}
.mainArticle__info .content__info {
  width: 100%;
}
.mainArticle__info .redactorBlock__redactor {
  border-top: 1px dashed rgba(6, 83, 151, 0.2);
  border-bottom: 1px dashed rgba(6, 83, 151, 0.2);
}
.mainArticle .textBlock {
  margin-bottom: 0;
}
.mainArticle__literatura ul {
  overflow: hidden;
  transition: all 0.2s linear;
}
.mainArticle__literatura h2 {
  text-align: left;
}
.mainArticle__literatura button {
  align-self: flex-start;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #065397;
  transition: all 0.2s linear;
  margin-bottom: 20px;
  cursor: pointer;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .mainArticle .textBlockWithImage__image {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .mainArticle .textBlockWithImage__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mainArticle .textBlockWithImage__inner {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
@media (max-width: 1000px) {
  .mainArticle__info {
    flex-direction: column;
  }
  .mainArticle__info-soderjanie {
    width: 100%;
  }
  .mainArticle__info .textWithInfo__info {
    width: 100%;
  }
  .mainArticle__info .redactorBlock__redactor-position {
    font-size: 16px;
  }
  .mainArticle__intro-absoluteTitle h1 {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .mainArticle {
    margin-bottom: 80px;
  }
  .mainArticle__intro-absoluteTitle {
    position: relative;
    background: transparent;
    padding: 0;
    text-align: center;
  }
  .mainArticle__intro-image img {
    display: block;
    margin-bottom: 40px;
  }
  .mainArticle__intro {
    margin-bottom: 0;
  }
  .mainArticle__intro-absoluteTitle h1 {
    font-size: 20px;
  }
  .mainArticle__info-soderjanie {
    padding: 16px 20px;
  }
}
.moreArticle {
  margin-bottom: 160px;
  overflow: hidden;
}
.moreArticle__titleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.moreArticle__slider {
  margin-bottom: 20px;
}
.moreArticle__item-slide {
  height: auto;
}
.moreArticle__item {
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
  height: 100%;
}
.moreArticle__item:hover {
  border: 1.5px solid rgba(6, 83, 151, 0.4);
}
.moreArticle__item-image {
  margin-bottom: 16px;
}
.moreArticle__item-image img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.moreArticle__item-name {
  padding: 0 12px;
  font-size: 20px;
  color: #376791;
  font-weight: 600;
  line-height: 130%;
}
.moreArticle-paginationWrapper {
  display: none;
}

@media (max-width: 800px) {
  .moreArticle__titleBlock {
    margin-bottom: 24px;
    justify-content: center;
  }
  .moreArticle-paginationWrapper {
    display: block;
    margin-bottom: 32px;
  }
  .moreArticle__slider {
    overflow: visible;
  }
  .moreArticle__item-name {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .moreArticle {
    margin-bottom: 80px;
  }
}
.popupBtn.transparent {
  border: 1px solid #fa7145;
  background: transparent;
  color: #fa7145;
}
.popupBtn.transparent:hover {
  border: 1px solid transparent;
  background: #fa7145;
  color: #fff;
}

.mainDoctor {
  margin-bottom: 160px;
}
.mainDoctor__top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.mainDoctor__imageBlock {
  width: 29.5%;
}
.mainDoctor__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainDoctor__info {
  width: 70.5%;
}
.mainDoctor__title {
  font-size: 52px;
  font-family: "ElMessiri";
  margin-bottom: 32px;
  color: #065397;
}
.mainDoctor__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border: 1px dashed rgba(6, 83, 151, 0.2);
  border-radius: 12px;
  margin-bottom: 32px;
}
.mainDoctor__contacts-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(50% - 8px);
}
.mainDoctor__contacts-item p {
  font-size: 16px;
  color: #376791;
}
.mainDoctor__contacts-item span {
  font-weight: 600;
}
.mainDoctor__contacts-item a {
  font-size: 16px;
  color: #376791;
  text-decoration: none;
}
.mainDoctor__textBlock {
  margin-bottom: 35px;
}
.mainDoctor__textBlock p,
.mainDoctor__textBlock .mainDoctor__textBlock-text {
  font-size: 18px;
  line-height: 130%;
  color: #376791;
}
.mainDoctor__textBlock-title {
  font-family: "ElMessiri";
  font-size: 32px;
  margin-bottom: 16px;
  color: #065397;
}
.mainDoctor__textBlock-text {
  font-size: 18px;
  line-height: 130%;
  color: #376791;
}
.mainDoctor__textBlock-text ul li,
.mainDoctor__textBlock-text ol li {
  list-style: disc;
  margin-inline-start: 20px;
}
.mainDoctor__textBlock-subtitle {
  font-weight: 600;
}
.mainDoctor__textBlock :not(.mainDoctor__txtBlock-text:last-child) {
  margin-block-end: 15px;
}
.mainDoctor__bottom {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.mainDoctor__triggerBlock {
  width: 29.5%;
}
.mainDoctor__tabContents {
  width: 70.5%;
}
.mainDoctor__raspBtns {
  overflow: hidden;
}
.mainDoctor__rBtn {
  display: block;
  padding: 20px 0 0 20px;
  font-size: 20px;
  line-height: 120%;
  color: #065397;
  width: 100%;
  text-align: left;
}
.mainDoctor__raspBtn {
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
}
.mainDoctor__raspBtn svg {
  transition: all 0.2s linear;
}
.mainDoctor__raspBtn.active svg {
  transform: rotate(180deg);
}
.mainDoctor__raspBtn div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fa7145;
  flex-shrink: 0;
}
.mainDoctor__raspBtn p {
  font-size: 24px;
  font-weight: 600;
  color: #065397;
}
.mainDoctor__raspisanie {
  overflow: hidden;
  transition: all 0.2s linear;
}
.mainDoctor__raspisanie-item,
.mainDoctor__raspisanie li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.mainDoctor__raspisanie-item:nth-child(even),
.mainDoctor__raspisanie li:nth-child(even) {
  background: transparent;
}
.mainDoctor__raspisanie-item__day,
.mainDoctor__raspisanie li p {
  font-size: 18px;
  color: #376791;
}
.mainDoctor__raspisanie-item__time,
.mainDoctor__raspisanie li span {
  font-size: 18px;
  color: #376791;
  font-weight: 600;
}

.tab-content {
  display: none;
}
.tab-content.tab-content--active {
  display: block;
}

@media (max-width: 1060px) {
  .mainDoctor__title {
    font-size: 26px;
  }
  .mainDoctor__textBlock-text {
    font-size: 16px;
  }
  .mainDoctor__top {
    gap: 24px;
  }
  .mainDoctor__bottom {
    gap: 24px;
  }
  .mainDoctor__raspBtn p {
    font-size: 18px;
  }
  .mainDoctor__raspisanie-item__day,
  .mainDoctor__raspisanie li p {
    font-size: 16px;
  }
  .mainDoctor__raspisanie-item__time,
  .mainDoctor__raspisanie li span {
    font-size: 16px;
  }
  .mainDoctor__buttonsBlock {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 860px) {
  .mainDoctor__top {
    flex-direction: column;
  }
  .mainDoctor__contacts-item p {
    font-size: 14px;
  }
  .mainDoctor__contacts-item a {
    font-size: 14px;
  }
  .mainDoctor__info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mainDoctor__contacts {
    order: 0;
  }
  .mainDoctor__buttonsBlock {
    order: 1;
    margin-bottom: 32px;
  }
  .mainDoctor__contacts {
    padding: 16px 20px;
  }
  .mainDoctor__textBlock {
    order: 2;
  }
  .mainDoctor__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .mainDoctor__contacts-item {
    width: 100%;
  }
  .mainDoctor__imageBlock {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .mainDoctor__bottom {
    flex-direction: column;
  }
  .mainDoctor__tabContents {
    width: 100%;
  }
  .mainDoctor__raspBtn {
    width: 100%;
    background: transparent;
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(6, 83, 151, 0.2);
    border-radius: 0;
  }
  .mainDoctor__triggerBlock {
    width: 100%;
  }
  .mainDoctor__raspBtn div {
    width: 20px;
    height: 20px;
  }
  .mainDoctor__raspBtn div svg {
    width: 8px;
  }
  .mainDoctor__info .popupBtn {
    font-size: 16px;
    padding: 18px 50px;
  }
  .mainDoctor__textBlock-title {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .mainDoctor {
    margin-bottom: 80px;
  }
}
.gallery {
  margin-bottom: 160px;
}
.gallery__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.gallery__item:first-child {
  grid-area: 1/1/3/3;
}
.gallery__item:first-child img {
  max-height: 100%;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 1150px) {
  .gallery__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .gallery__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gallery__item:first-child {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 480px) {
  .gallery__items {
    grid-template-columns: 1fr;
  }
}
.geography {
  margin-bottom: 160px;
}
.geography__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.geography__item {
  text-decoration: none;
  background: #fff;
  color: #376791;
  font-size: 16px;
  display: block;
  border-radius: 8px;
  padding: 16px 20px;
  width: calc(20% - 25.6px);
  border: 1.5px solid transparent;
  transition: all 0.3s ease;
}
.geography__item:hover {
  border: 1.5px solid rgba(6, 83, 151, 0.4);
}
.geography__item.hide {
  display: none;
}
.geography__search {
  background: #e2f3fc;
  border-radius: 72px;
  padding: 20px 30px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #376791;
}
.geography__search::-moz-placeholder {
  font-size: 18px;
  color: #376791;
}
.geography__search::placeholder {
  font-size: 18px;
  color: #376791;
}

@media (max-width: 1200px) {
  .geography__item {
    width: calc(25% - 24px);
  }
}
@media (max-width: 960px) {
  .geography__item {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media (max-width: 700px) {
  .geography {
    margin-bottom: 80px;
  }
  .geography__item {
    width: calc(50% - 4px);
  }
  .geography__items {
    gap: 8px;
  }
  .geography__search {
    padding: 16px 24px;
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .geography__item {
    width: 100%;
  }
}
.sitemap {
  margin-bottom: 160px;
}
.sitemap__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.sitemap__items li {
  width: calc(50% - 16px);
}
.sitemap__item {
  text-decoration: none;
  font-size: 18px;
  color: #376791;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 130%;
}
.sitemap__item:hover {
  text-decoration: underline;
}
.sitemap__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #376791;
  flex-shrink: 0;
}

@media (max-width: 1000px) {
  .sitemap__items li {
    width: 100%;
  }
  .sitemap__item {
    font-size: 16px;
  }
  .sitemap__item {
    align-items: flex-start;
  }
  .sitemap__item::before {
    position: relative;
    top: 7px;
  }
}
@media (max-width: 700px) {
  .sitemap {
    margin-bottom: 80px;
  }
}
.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(46, 55, 73, 0.7);
}
.popup__help {
  display: flex;
  align-items: stretch;
}
.popup__help-image {
  width: 41%;
}
.popup__help-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.popup__help-formBlock {
  padding: 62px 52px;
  text-align: center;
  width: 59%;
}
.popup__help-title {
  font-size: 32px;
  line-height: 90%;
  color: #065397;
  font-weight: 700;
  font-family: "ElMessiri";
  margin-bottom: 12px;
}
.popup__help-subtitle {
  font-size: 18px;
  line-height: 120%;
  color: #376791;
  margin-bottom: 40px;
}
.popup__help-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup__help-conf {
  font-size: 14px;
  color: #376791;
  line-height: 120%;
}
.popup .popupBtn {
  margin-bottom: 12px;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  position: relative;
  width: 100%;
  max-width: 1120px;
  position: relative;
  transition: transform 0.3s linear;
  transform: rotateY(90deg);
  background: #fff;
  border-radius: 20px;
}

.popup.open .popup__content {
  transform: rotateY(0);
}

.popup .popup__help-form input {
  width: 100%;
  padding: 20px 25px;
  border-radius: 72px;
  background: rgba(55, 103, 145, 0.05);
  border: none;
  outline: none;
  font-size: 18px;
  color: rgba(55, 103, 145, 0.8);
  font-family: "Commissioner";
}
.popup .popup__help-form input::-moz-placeholder {
  font-size: 18px;
  color: rgba(55, 103, 145, 0.8);
  font-family: "Commissioner";
}
.popup .popup__help-form input::placeholder {
  font-size: 18px;
  color: rgba(55, 103, 145, 0.8);
  font-family: "Commissioner";
}

.popup .popup__help-form textarea {
  width: 100%;
  padding: 20px 25px;
  border-radius: 20px;
  background: rgba(55, 103, 145, 0.05);
  border: none;
  outline: none;
  font-size: 18px;
  color: rgba(55, 103, 145, 0.8);
  font-family: "Commissioner";
  resize: none;
  min-height: 140px;
}
.popup .popup__help-form textarea::-moz-placeholder {
  font-size: 18px;
  color: rgba(55, 103, 145, 0.8);
  font-family: "Commissioner";
}
.popup .popup__help-form textarea::placeholder {
  font-size: 18px;
  color: rgba(55, 103, 145, 0.8);
  font-family: "Commissioner";
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
  width: 20px;
  height: 20px;
  transition: transform 0.4s linear;
}

.close-popup img {
  height: 100%;
}

.close-popup:hover {
  transform: scale(1.1);
}

.result-wrapper h3 {
  font-size: 32px;
  line-height: 90%;
  color: #065397;
  font-weight: 700;
  font-family: "ElMessiri";
  margin-bottom: 20px;
}
.result-wrapper p {
  font-size: 18px;
  line-height: 120%;
  color: #376791;
}

@media (max-width: 750px) {
  .popup__help-image {
    display: none;
  }
  .popup__help-formBlock {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .popup__help-formBlock {
    padding: 32px 20px;
  }
  .popup__help-title {
    font-size: 24px;
  }
  .popup__help-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .popup .popup__help-form input {
    font-size: 16px;
  }
  .popup .popup__help-form input::-moz-placeholder {
    font-size: 16px;
  }
  .popup .popup__help-form input::placeholder {
    font-size: 16px;
  }
  .popup .popupBtn {
    padding: 18px;
  }

  .result-wrapper h3 {
    font-size: 24px;
  }
  .result-wrapper p {
    font-size: 16px;
  }
}
.calculator {
  margin-bottom: 160px;
}
.calc-wrapper__grid.calc {
  background: #fff;
  color: #065397;
  padding: 40px;
  border-radius: 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: 6fr 4fr;
  align-items: flex-start;
}

.calc__select-btn {
  display: none;
}

.calc__result-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.calc-result__text-wrap {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 24px;
  padding-bottom: 24px;
}

.calc__label {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.calc-radio__text-wrap {
  display: block;
  padding: 16px 33px;
  border-radius: 31px;
  background-color: transparent;
  color: #065397;
  height: 100%;
}

.calc__label-wrapper {
  display: flex;
  gap: 10px;
  background: rgba(6, 83, 151, 0.1);
  padding: 4px;
  border-radius: 40px;
}

.calc-range__value {
  color: #065397;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 46px;
  transform: translateX(-50%);
}

.calc__inf {
  margin-bottom: 38px;
}

.calc-range__value span {
  text-align: left;
  color: #065397;
  font-size: 16px;
  font-weight: 700;
}

.calc__range-value {
  color: #065397;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.calc-radio__input:checked + .calc-radio__text-wrap {
  background-color: #065397;
}

.calc-radio__input + .calc-radio__text-wrap .calc-radio__text {
  color: #065397;
}

.calc-radio__input:checked + .calc-radio__text-wrap .calc-radio__text {
  color: #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.calc-form-block__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.calc-form-block .ajax_btn {
  width: 100%;
}

.calc-form-block .popup-callback__checkbox {
  margin-top: 18px;
  font-size: 14px;
  margin-bottom: 31px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.calc-form-block .popup-callback__input {
  padding: 20px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  margin-bottom: 20px;
  border-radius: 56px;
  outline: none;
  font-size: 16px;
  font-family: "Commissioner";
}
.calc-form-block .popup-callback__input::-moz-placeholder {
  font-size: 16px;
  font-family: "Commissioner";
  color: rgba(255, 255, 255, 0.5);
}
.calc-form-block .popup-callback__input::placeholder {
  font-size: 16px;
  font-family: "Commissioner";
  color: rgba(255, 255, 255, 0.5);
}

.calc-form-block {
  padding-top: 24px;
}

.calc-form-block form {
  margin-top: 20px;
}

.calc-radio__text {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 700;
}

.calc__range-values {
  display: flex;
  justify-content: space-between;
}

.calc__range-values_mobile {
  display: none;
}

.calc-range__input:focus {
  outline: none;
}

.calc__block-wrap.calc__block-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.calc__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.calc__block-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.calc__label-wrapper.calc__label-wrapper_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.calc__label-wrapper.calc__label-wrapper_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.calc__mobileWrapper-mainText {
  padding: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #065397;
  color: #fff;
  margin-bottom: 2px;
  cursor: pointer;
}

.calc__mobileWrapper-list {
  border-radius: 12px;
  overflow: hidden;
  display: none;
}

.calc__mobileWrapper-list.active {
  display: block;
}

.calc__mobileWrapper-item {
  background: #065397;
  padding: 17px;
  color: #fff;
  cursor: pointer;
}
.calc__mobileWrapper-item:hover {
  background: #3775ac;
}

/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type="range"].styled-slider {
  height: 2.2em;
  -webkit-appearance: none;
  width: 100%;
}

/*progress support*/
input[type="range"].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 24px + var(--ratio) * (100% - 24px));
}

input[type="range"].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type="range"].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 1em;
  background: #065397;
  border: none;
  box-shadow: 0 0 2px #065397;
  margin-top: -6px;
}

input[type="range"].styled-slider::-webkit-slider-runnable-track {
  height: 12px;
  border: none;
  border-radius: 0.5em;
  background: rgba(6, 83, 151, 0.1);
  box-shadow: none;
}

input[type="range"].styled-slider::-webkit-slider-thumb:hover {
  background: #065397;
}

input[type="range"].styled-slider:hover::-webkit-slider-runnable-track {
  background: rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider::-webkit-slider-thumb:active {
  background: #065397;
}

input[type="range"].styled-slider:active::-webkit-slider-runnable-track {
  background: rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background:
    linear-gradient(#065397, #065397) 0 / var(--sx) 100% no-repeat,
    rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background:
    linear-gradient(#065397, #065397) 0 / var(--sx) 100% no-repeat,
    rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background:
    linear-gradient(#065397, #065397) 0 / var(--sx) 100% no-repeat,
    rgba(6, 83, 151, 0.1);
}

/*mozilla*/
input[type="range"].styled-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 1em;
  background: #065397;
  border: none;
  box-shadow: 0 0 2px #065397;
}

input[type="range"].styled-slider::-moz-range-track {
  height: 12px;
  border: none;
  border-radius: 0.5em;
  background: rgba(6, 83, 151, 0.1);
  box-shadow: none;
}

input[type="range"].styled-slider::-moz-range-thumb:hover {
  background: #065397;
}

input[type="range"].styled-slider:hover::-moz-range-track {
  background: rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider::-moz-range-thumb:active {
  background: #065397;
}

input[type="range"].styled-slider:active::-moz-range-track {
  background: rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress::-moz-range-track {
  background:
    linear-gradient(#065397, #065397) 0 / var(--sx) 100% no-repeat,
    rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress:hover::-moz-range-track {
  background:
    linear-gradient(#065397, #065397) 0 / var(--sx) 100% no-repeat,
    rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress:active::-moz-range-track {
  background:
    linear-gradient(#065397, #065397) 0 / var(--sx) 100% no-repeat,
    rgba(6, 83, 151, 0.1);
}

/*ms*/
input[type="range"].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider::-ms-thumb {
  width: 24px;
  height: 24px;
  border-radius: 1em;
  background: #065397;
  border: none;
  box-shadow: 0 0 2px #065397;
  margin-top: 0;
  box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-track {
  height: 12px;
  border-radius: 0.5em;
  background: rgba(6, 83, 151, 0.1);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-thumb:hover {
  background: #065397;
}

input[type="range"].styled-slider:hover::-ms-track {
  background: rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider::-ms-thumb:active {
  background: #065397;
}

input[type="range"].styled-slider:active::-ms-track {
  background: rgba(6, 83, 151, 0.1);
}

input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
  height: 12px;
  border-radius: 0.5em 0 0 0.5em;
  margin: 0;
  background: #065397;
  border: none;
  border-right-width: 0;
}

input[type="range"].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #065397;
}

input[type="range"].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #065397;
}

.calc__result-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}

.calc-form-block__bottom-text {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 12px;
}

.calc-form-block__phone {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
}

.calc-result__wrap {
  background: #065397;
  padding: 24px;
  color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  margin-top: 90px;
}

.calc-block-banner {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  margin-top: 24px;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.calc-block-banner__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-block-banner__top span {
  font-size: 24px;
  font-weight: 500;
}

.calc-block-banner__percent {
  background: rgba(250, 113, 69, 0.2);
  color: #fa7145;
  padding: 4px 12px;
  border-radius: 29px;
}

.calc__block-wrap.calc__block-item.calc__block-range {
  gap: 0px;
}

.calc-btn-fixed a {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 19px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s;
}

.calc-btn-fixed {
  position: fixed;
  right: 52px;
  background: rgb(251, 149, 146);
  border-radius: 32px;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
  bottom: 145px;
  align-items: center;
  transition: all 0.2s;
}

.calc-btn-fixed:hover {
  width: 245px;
}

.calc-btn-fixed:hover a {
  margin-left: -62px;
}

.flex-icons-footer a {
  width: 42px;
  height: 42px;
  padding: 8px;
  background: #f3f7f8;
  border-radius: 50%;
}

.calc-page-block .calc-wrapper__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.calc-wrapper__grid-small {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 40px;
}

.calc__mobileWrapper {
  display: none;
}

.calcBtnSubmit {
  width: 100%;
  padding: 13px;
  background: #fff;
  font-size: 16px;
  color: #065397;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 56px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.calcBtnSubmit:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.calc__form-title {
  font-size: 40px;
  color: #065397;
  font-family: "ElMessiri";
}

@media (max-width: 1020px) {
  .calc-wrapper__grid.calc {
    grid-template-columns: 100%;
    padding: 10px 0;
  }
  .calc__inf {
    margin-bottom: 17px;
  }
  .calc-result__wrap {
    margin-top: 0;
  }
  .calc-form-block__title {
    font-size: 20px;
  }
  .calc__result-text {
    font-size: 18px;
  }
  .calc__result-title {
    font-size: 14px;
  }
  .calc__form-title {
    font-size: 28px;
  }
}
@media (max-width: 1080px) {
  /* .calc__label-wrapper.calc__label-wrapper_3 {
    display: none;
  }
  .calc__label-wrapper.calc__label-wrapper_2 {
    display: none;
  } */
  .calc__mobileWrapper {
    display: block;
  }
}
@media (max-width: 600px) {
  .calc-radio__text-wrap {
    padding: 12px 14px;
  }
  .calc-radio__text {
    font-size: 14px;
  }
}

.contacts {
  margin-bottom: 160px;
}
.contacts-btn {
  width: 100%;
  margin-bottom: 8px;
}
.contacts-btn.transparent {
  border: 1px solid #fa7145;
  background: transparent;
  color: #fa7145;
}
.contacts #map {
  width: 100%;
  min-height: 580px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.contacts__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.contacts__mapBlock {
  width: 67%;
}
.contacts__mapInfo {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: space-between;
}
.contacts__mapInfo-item {
  max-width: 268px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts__mapInfo-title {
  font-size: 16px;
  color: #376791;
}
.contacts__mapInfo-text {
  font-size: 16px;
  color: #065397;
  font-weight: 600;
  line-height: 120%;
}
.contacts__infoBlock {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.contacts__infoBlock__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
}
.contacts__infoBlock__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__infoBlock__item-text span {
  font-size: 16px;
  color: #376791;
}
.contacts__infoBlock__item-text a,
.contacts__infoBlock__item-text button {
  font-size: 22px;
  font-weight: 600;
  color: #065397;
  text-decoration: none;
}
.contacts__infoBlock__item-text button {
  text-decoration: underline;
}
.contacts__infoBlock__item-text p {
  font-size: 22px;
  font-weight: 600;
  color: #065397;
}
.contacts__infoBlock__item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2f3fc;
  border-radius: 8px;
}
.contacts__infoBlock-buttonsBlock {
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px dashed rgba(6, 83, 151, 0.2);
}
.contacts__infoBlock-buttonsBlock p {
  text-align: center;
  font-size: 18px;
  color: #376791;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 1310px) {
  .contacts__inner {
    flex-direction: column-reverse;
  }
  .contacts__infoBlock {
    width: 100%;
  }
  .contacts__mapBlock {
    width: 100%;
  }
  .contacts__mapBlock {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .contacts__mapInfo {
    flex-direction: column;
    gap: 16px;
  }
  .contacts__infoBlock__item-text span {
    font-size: 14px;
  }
  .contacts__infoBlock__item-text a {
    font-size: 20px;
  }
  .contacts__infoBlock__item-text p {
    font-size: 20px;
  }
  .contacts-btn {
    padding: 18px;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .contacts {
    margin-bottom: 80px;
  }
  .contacts #map {
    min-height: 500px;
  }
} /*# sourceMappingURL=style.css.map */

.help {
  margin-bottom: 160px;
}
.help__row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.help__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.help__left-title {
  font-family: ElMessiri;
  font-weight: 600;
  font-size: 52px;
  line-height: 90%;
  margin-bottom: 16px;
  color: #065397;
}
.help__left-subtitle {
  color: #376791;
}
.help__left-tel {
  border: 1px dashed rgba(6, 83, 151, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  width: fit-content;
  font-size: 20px;
  line-height: 120%;
  color: #376791;
  margin-bottom: 32px;
}
.help__left-tel a {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fa7145;
  text-wrap: nowrap;
}
.help__left-tel a:hover {
  text-decoration: underline;
}

.help__form-text {
  font-size: 16px;
  line-height: 120%;
  color: #376791;
  margin-bottom: 24px;
}
.help__form-conf {
  font-size: 14px;
  color: #376791;
  line-height: 120%;
}
.help__form-conf a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.help__form {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.help__form input {
  border-radius: 72px;
  padding: 13px 24px;
  background: #e2f3fc;
}

.help__right {
  width: 100%;
  max-width: 410px;
  border-radius: 16px;
  background: #065397;
  padding: 28px 32px;
}
.help__right-title {
  font-family: ElMessiri;
  font-weight: 600;
  font-size: 24px;
  line-height: 90%;
  color: #fff;
  margin-bottom: 16px;
}
.help__right-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.help__right-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.help__right-list ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 4px;
  flex-shrink: 0;
}

@media (max-width: 1120px) {
  .help__form {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .help {
    margin-bottom: 84px;
  }
  .help__row {
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }
  .help__left {
    gap: 20px;
  }
  .help__left-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 8px;
  }
  .help__left-subtitle {
    text-align: center;
  }
  .help__left-tel {
    padding: 16px 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .help__left-tel a {
    font-size: 24px;
  }

  .help__form-text {
    margin-bottom: 16px;
  }

  .help__right {
    max-width: 100%;
    padding: 24px;
  }
  .help__right-title {
    font-size: 20px;
  }
  .help__right-list ul {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .help__right-list ul li::before {
    width: 5px;
    height: 8px;
  }
}

.popup__branches-content {
  max-width: 500px;
}
.popup__branches {
  padding: 50px;
}
.popup__branches-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.popup-city__content {
  padding: 50px;
  max-width: 700px;
}
.popup-city__input {
  width: 100%;
  padding: 16px 24px;
  padding-right: 24px;
  background: #d5ecf8;
  border-radius: 72px;
  color: #376791;
  font-size: 16px;
  font-family: "Commissioner";
  outline: none;
  margin-bottom: 30px;
}
.popup-city__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-height: 300px;
  overflow-y: auto;
}
.popup-city__wrap::-webkit-scrollbar {
  width: 4px;
}
.popup-city__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.popup-city__wrap::-webkit-scrollbar-thumb {
  background: #065397;
}
.popup-city__wrap a {
  display: block;
  font-size: 16px;
  color: #065397;
  line-height: 120%;
  transition: all 0.3s ease;
}
.popup-city__wrap a:hover {
  text-decoration: underline;
  color: #064780;
}
.popup-city__wrap .city_none {
  display: none;
}
.popup-city__wrap .city_none.active {
  display: block;
}

@media (max-width: 600px) {
  .popup-city__content {
    padding: 40px 20px;
  }
  .popup-city__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .popup-city__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-form {
  /* padding: 16px 24px; */
  padding-right: 24px;
  background: #d5ecf8;
  border-radius: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.search-input {
  padding: 16px 24px;
  border: none;
  background: transparent;
  color: #376791;
  font-size: 16px;
  font-family: "Commissioner";
  outline: none;
  flex-grow: 1;
}
.search-input-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.search-result {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-result a {
  display: block;
  color: #043e71;
  text-decoration: none;
  font-size: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccd7e1;
}

.doctor__educations {
  display: flex;
  gap: 30px;
}
.doctor__education:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid rgba(48, 85, 129, 0.1);
}
.doctor__education_title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #305581;
  margin-bottom: 20px;
}
.doctor__education svg {
  min-width: 20px;
  margin-top: 4px;
}
.doctor__education ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-weight: 300;
}
.doctor__education ul span {
  font-weight: 500;
  color: #043e71;
}

.doctor__diploms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
.doctor__diploms_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doctor__diploms_item p {
  border-radius: 10px;
  padding: 12px 24px;
  background: rgba(48, 85, 129, 0.05);
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #043e71;
}
.doctor__diploms_img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 270px;
  object-fit: cover;
  object-position: top;
}

.doctor__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.doctor__article {
  display: block;
  min-height: 100%;
}
.doctor__article_swiper-slide {
  display: block;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  position: relative;
  height: auto !important;
}
.doctor__article_img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 190px;
  margin-bottom: 20px;
}
.doctor__article_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #376791;
  margin-bottom: 12px;
}

.doctor__reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.doctor__reviews_swiper-slide {
  height: auto !important;
  max-width: calc(50% - 20px);
}

.doctor__review {
  border: 1px solid rgba(251, 149, 146, 0.1);
  border-radius: 30px;
  padding: 34px;
  background: #fff9f9;
  font-weight: 300;
  min-height: 100%;
}
.doctor__review_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #305581;
  padding-bottom: 14px;
  border-bottom: 2px solid #fb9592;
  margin-bottom: 14px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.doctor__article_swiper .swiper-wrapper,
.doctor__reviews_swiper .swiper-wrapper {
  flex-wrap: wrap;
  gap: 30px;
}
.doctor__article_swiper-pagination,
.doctor__reviews_swiper-pagination {
  position: static !important;
}
.doctor__article_swiper-pagination .swiper-pagination-bullet,
.doctor__reviews_swiper-pagination .swiper-pagination-bullet {
  background: #fb9592 !important;
  opacity: 1 !important;
}
.doctor__article_swiper-pagination .swiper-pagination-bullet-active,
.doctor__reviews_swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}

@media (max-width: 1000px) {
  .doctor__tab_btns {
    flex-direction: column;
    border-radius: 26px;
  }
  .doctor__shedule ul {
    flex-direction: column;
  }
  .doctor__shedule ul li {
    padding: 12px 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .doctor__educations {
    flex-direction: column;
    gap: 18px;
  }
  .doctor__education:not(:last-child) {
    padding-right: 0;
    border-right: none;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(48, 85, 129, 0.1);
  }
  .doctor__diploms {
    grid-template-columns: repeat(2, 1fr);
  }
  .doctor__articles {
    grid-template-columns: repeat(2, 1fr);
  }
  .doctor__article_swiper-slide:nth-child(3n) {
    padding-right: 30px;
    border-right: 1px solid rgba(48, 85, 129, 0.1);
  }
  .doctor__article_swiper-slide:nth-child(2n) {
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 800px) {
  .doctors-detail {
    flex-direction: column;
  }
  .doctor__reviews_swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .doctor__reviews_swiper-slide {
    max-width: none;
  }
}
@media (max-width: 700px) {
  .doctors-detail-img {
    max-height: 320px;
  }
  .doctors-detail-title {
    font-size: 26px;
  }
  .doctors-detail-items {
    flex-direction: column;
    gap: 14px;
  }
  .doctors-detail-item:nth-child(2) {
    flex-direction: row;
  }
  .doctors-detail-interactive {
    flex-direction: column;
    gap: 10px;
  }
  .doctors-detail-interactive button {
    padding: 14px 26px;
    font-size: 14px;
  }
  .doctors-detail-interactive-img {
    width: 24px;
    height: 24px;
  }

  .doctor__tab_btn {
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 14px;
  }
  .doctor__tab_content {
    border-radius: 26px;
    padding: 30px 20px;
  }
  .doctor__tab_title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .doctor__shedule ul li {
    font-size: 14px;
  }
  .doctor__education_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .doctor__education svg {
    min-width: 16px;
  }
  .doctor__education ul {
    gap: 10px;
    font-size: 14px;
  }
  .doctor__diploms {
    grid-template-columns: repeat(1, 1fr);
  }

  .doctor__articles {
    display: contents;
  }
  .doctor__article_swiper-slide:nth-child(n) {
    font-size: 14px;
    padding-right: 14px;
    border-right: 1px solid rgba(48, 85, 129, 0.1);
    margin-right: 0;
  }
  .doctor__article_swiper-slide::before {
    content: none;
  }
  .doctor__article_img {
    max-height: 150px;
    margin-bottom: 14px;
  }
  .doctor__article_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .doctor__review {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
  }
  .doctor__review_name {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .doctor__article_swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.up_btn {
  width: 40px;
  pointer-events: all;
  flex-shrink: 0;
  height: 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #065397;
  transition:
    background-color 0.3s linear,
    border-color 0.3s ease,
    opacity 0.3s ease;
  left: 20px;
  bottom: 20px;
  position: fixed;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}
.up_btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1.5px solid #065397;
  border-right: 1.5px solid #065397;
  transform: translate(-40%, -40%) rotate(225deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.up_btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.close-popup-btn {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition:
    scale 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    scale 0.2s ease,
    -webkit-transform 0.2s ease;
  -o-transition:
    transform 0.2s ease,
    scale 0.2s ease;
  transition:
    transform 0.2s ease,
    scale 0.2s ease;
  transition:
    transform 0.2s ease,
    scale 0.2s ease,
    -webkit-transform 0.2s ease;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.close-popup-btn:hover {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  scale: 1.2;
}
.close-popup-btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #065397;
}
.close-popup-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background: #065397;
}

/*POLICY-PLASHKA*/
.bottom-info__wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1500;
  color: #fff;
  font: inherit;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  transition: opacity 300ms;
  font-size: 14px;
  line-height: 1.2;
}

.bottom-info__wrapper.active {
  opacity: 1;
}

.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
    flex-direction: column;
  }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
  font-size: 10px;
} 
}

.bottom-info__content a {
  color: #52c5ff;
  text-decoration: underline;
  transition: color 300ms;
}

.bottom-info__content a:hover {
  color: #296de7;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
    text-align: center;
    margin: 0 30px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

@media screen and (width>700px) {
  .bottom-info__wrapper .bottom-info__action {
    margin-inline-end: 100px;
  }
}

@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
    margin: 10px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.7em;
  line-height: 2;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #ffffffe8;
  border: none;
  cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__button-cross {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.bottom-info__button-cross::after {
  content: "\00D7";
  color: #999;
  line-height: 1;
  transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}
/*POLICY-PLASHKA*/
@media (max-width: 991px) {
  .textBlock__content table {
    width: 100% !important;
    min-width: 100% !important;
  }
  .textBlock table tbody td,
  .textBlock table tbody th {
    font-size: 18px;
  }
  .textBlock table tbody td:first-child {
    font-size: 18px;
  }
  .redactorBlock {
    overflow: hidden;
  }
}

@media (max-width: 650px) {
  .licenses__sliderBlock {
    max-height: 285px;
  }
  .licenses__slider {
    max-height: 285px;
  }
  .licenses__slider .swiper-wrapper {
    max-height: 285px;
  }
  .licenses__slider .swiper-wrapper .swiper-slide {
    max-height: 285px;
  }
  .licenses__slider-item {
    max-height: 285px;
  }
  .licenses__image {
    max-height: 285px;
  }
  .licenses__image img {
    max-height: 285px;
  }
  .licenses__absolutebg {
    max-height: 285px;
  }
}
.payment__content-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 80px;
}

.payment__big-text {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 72px;
  font-family: "ElMessiri";
}

.payment__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  text-align: left;
  align-items: start;

  gap: 40px;
}

.payment__title-wrap .sectionTitle__block {
  text-align: start;
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .payment__big-text {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .payment__title-wrap {
    display: contents;
  }

  .payment {
    padding: 60px 0;
  }

  .payment__title-wrap .sectionTitle__block {
    order: 1;
    text-align: center;
  }
  .payment__items {
    order: 2;
  }

  .payment__btnWrap {
    order: 3;
  }

  .payment__content-inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .payment__big-text {
    font-size: 36px;
  }

  .payment__content-inner {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .payment__big-text {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .payment__content-inner {
    gap: 20px;
  }
}


.custom-link-wrap {
  display: none;
}

.b24-widget-button-social-item.b24-widget-button-callback.custom-call {
  display: block;
}

html.bx-ios.bx-ios-fix-frame-focus .b24-widget-button-shadow {
  visibility: visible !important
}

html.bx-ios.bx-ios-fix-frame-focus,
.bx-ios.bx-ios-fix-frame-focus body {
  overflow: hidden !important
}

html.bx-ios.bx-ios-fix-frame-focus {
  overflow: visible !important
}

.footer__domains .container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__domains a {
  background-color: #3875ac;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px 0;
  cursor: pointer;
}

.footer__domains a:hover {
  background-color: #043e71;
}

.textBlock .h2 {
    font-size: 52px;
    font-weight: 600;
    color: #065397;
    font-family: "ElMessiri";
    text-align: center;
    margin-bottom: 32px;
    display: block;
}

.fixed-buttons {
    position: fixed;
    bottom: 230px;
    right: 0;
    z-index: 5;
    padding: 15px 20px;
    border-radius: 50px 0 0 50px;
    background-color: #065397;
}

.fixed-buttons a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: white;
}

@media(max-width: 1200px){
.fixed-buttons p {
    display: none;
}
}
.header__social-link {
    margin-left: auto;
    margin-right: 10px;
}

@media(max-width: 1160px){
  .header__social-link {
      display: none;
  }
}

.header__mobileContacts-socials{
    margin-bottom:45px;
}

@media (width <=1300px) {
    .textBlockWithImage__inner {
        flex-direction: column;
    }
    .redactorBlock__wrap {
        width: 100%;
        margin-bottom: 20px;
    }
}

.recent-articles {
  margin-bottom: 160px;
}

.recent-articles__title {
  margin-bottom: 56px;
  text-align: center;
}

.recent-articles__slider {
  margin-bottom: 32px;
  overflow: hidden;
  height: 100%;
}

.recent-articles__item {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}

.recent-articles__img {
  margin-bottom: 32px;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.recent-articles__text {
  padding: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.recent-articles__name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #376791;
}

.recent-articles__link {
  margin-top: auto;
  font-family: "ElMessiri";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #376791;
  transition: opacity 0.5s;
}

.recent-articles__link:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

.recent-articles .popupBtn {
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: center;
  width: max-content;
}

@media (max-width: 980px) {
  .recent-articles {
    margin-bottom: 80px;
  }

  .recent-articles {
    position: relative;
  }
  .recent-articles__title {
    margin-bottom: 24px;
  }

  .recent-articles__img {
    margin-bottom: 32px;
    width: 100%;
    height: 183px;
  }

  .recent-articles__text {
    padding: 0 16px 16px 16px;
  }

  .recent-articles__name {
    font-size: 20px;
  }

  .recent-articles__link {
    font-size: 20px;
  }

  .recent-articles .popupBtn {
    margin-top: 0;
    padding: 17px;
    width: 100%;
  }
  
  .recent-articles .slider-buttonsWrapper {
    display: none;
  }
}

.banner {
  margin-bottom: 100px;
  padding-top: 25px;
}

.banner .container {
  position: relative;
}

.banner__wrapper {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #065397;
  overflow: hidden;
}

.banner__wrapper::before, .banner__wrapper::after {
  content: "";
  display: block;
  width: 531px;
  aspect-ratio: 1 / 1;
  border: 69px solid rgb(67, 138, 200);
  border-radius: 50%;
  filter: blur(26px);
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.banner__wrapper::before {
  left: -161px;
  top: -319px;
}

.banner__wrapper::after {
  right: -168px;
  bottom: -364px;
}

.banner__title {
  position: relative;
  margin: 0;
  width: 50%;
  font-weight: 600;
  font-size: 52px;
  font-family: "ElMessiri";
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.banner__img {
  position: absolute;
  bottom: 0;
  left: 75px;
  right: 87px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.banner__btn {
  position: relative;
  width: 300px;
  z-index: 2;
}

@media (max-width: 980px) {
  .banner {
    margin-bottom: 32px;
    padding-top: 0;
  }

  .banner__wrapper {
    padding: 24px 0 244px 0;
  }

  .banner__title {
    padding: 0 20px;
    width: 100%;
    font-size: 26px;
  }

  .banner__img {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    left: auto;
    right: auto;
    justify-content: center;
  }

  .banner__img img {
    height: 244px;
    width: auto;
  }

  .banner__img--right {
    margin-left: -32px;
  }

  .banner__img--right img {
    height: 205px;
  }

  .banner__wrapper::before {
    display: none;
  }

  .banner__wrapper::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -320px;
  }

  .banner__btn {
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.header__social {
	padding-top: 10px;
    display: flex;
    justify-content: center;
}

.header__social a {
	color: white;
	display: none;
}

@media (max-width: 1160px) {
	.header__social a {
		display: flex;
	}
}

@media (max-width: 1160px) {
    .header__mobileButtons {
        gap: 11px;
    }
}

.header__social-chat--desc {
    margin-right: 10px;
}


.facts__inner{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}
.facts{
    margin-bottom:160px;
}
.facts__item{
    width: calc(100% / 2 - 30px * 1 / 2);
    padding:20px;
    border-radius:12px;
    background:#065397;
    color:#fff;
}
.facts__item-top{
    display:flex;
    align-items:flex-start;
    gap:50px;
    margin-bottom:50px;
}
.facts__item-top svg{
    flex-shrink:0;
}
.facts__item-texttitle{
    font-weight:600;
    line-height:120%;
    margin-bottom:10px;
}
.facts__item-texttext{
    line-height:120%;
}
.facts__item-bottom{
    padding:20px;
    background:#fff;
    color:#FA7145;
    font-size:18px;
     border-radius:12px;
}
.facts__item-bottom span{
    font-size:20px;
    font-weight:600;
}

@media(max-width:1050px){
    .facts__item{
        width:100%;
    }
    .facts__item-top{
        flex-direction:column;
        gap:30px;
    }
    .facts__item-texttext{
        font-size:16px;
    }
    .facts__item-top{
        margin-bottom:30px;
    }
    .facts__item-bottom{
        font-size:16px;
    }
    .facts__item-bottom span{
        font-size:18px;
        display:block;
        margin-bottom:5px;
    }
}
@media (max-width: 700px) {
    .facts {
        margin-bottom: 80px;
    }
}

  .stories {
    margin-bottom: 160px;
    color: #065397;
  }

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

  .stories__link {
    font-size: 16px;
    color: #fa7145;
    border: 1px solid #fa7145;
    font-weight: 600;
    padding: 16px 70px;
    border-radius: 72px;
    text-decoration: none;
    transition: all 0.2s linear;
  }

  .stories__link:hover {
    color: white;
    background: #fa7145;
  }

  .stories__slider {
    margin-block-end: 32px;
  }

  .story__item {
    border-radius: 12px;
    background-color: #fff;
    padding: 24px;
    color: #376791;
  }

  .story__item .story__item-link {
    color: inherit;
    display: block;
    height: auto;
  }

  .story__item .story__item-link:hover .story__link {
    color: #fa7145;
  }

  .story__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
  }

  .story__picture img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
  }

  .story__top {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
    margin-block-end: 30px;
  }

  .story__tag {
    color: #fa7145;
    margin-block-end: 12px;
    font-size: 18px;
    line-height: 1;
  }

  .story__name {
    font-weight: 700;
    font-size: 22px;
    margin-block-end: 4px;
  }

  .story__title {
    font-weight: 600;
    margin-block-end: 12px;
    font-size: 22px;
  }

  .story__years {
    font-size: 16px;
    line-height: 1;
  }

  .story__link {
    font-weight: 600;
    font-size: 22px;
    margin-block-start: 32px;
    line-height: 1;
    display: block;
    transition: color 300ms;
  }

  @media (width<=1000px) {
    .story__tag {
      font-size: 16px;
      margin-block-end: 9px;
    }

    .story__name {
      font-size: 20px;
      margin-block-end: 0;
    }

    .story__years {
      font-size: 14px;
    }

    .story__top {
      margin-block-end: 24px;
    }

    .story__title {
      font-size: 20px;
      font-weight: 600;
      margin-block-end: 12px;
    }

    .story__link {
      margin-block-start: 24px;
      font-size: 20px;
    }

    .stories__slider {
      margin-block-start: 24px;
    }
    
    .story__item {
      padding: 16px;
    }
  }

  @media (width<=600px) {
    .stories {
      position: relative;   
    }

    .stories__link {
      position: absolute;
      bottom: -80px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fa7145;
      color: #fff;
    }
    
    .stories__link:hover,
    .stories__link:focus{
      background-color: #fff;
      color: #fa7145;
    }
    
    .stories__title {
      text-align: left;
    }
    
    .slider-buttonsWrapper {
      display: none;
    }
  }
    .story-page {
    margin-bottom: 160px;
    color: #376791;
  }

  .story-page__top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .story-page__imageBlock {
    width: 100%;
    max-width: 410px;
  }

  .story-page__imageBlock picture {
    margin-block-end: 32px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }

  .story-page__imageBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .story-page__intro-phone {
    color: #FA7145;
    font-size: clamp(1.25rem, 0.9rem + 0.8vw, 1.5rem);
    font-weight: 700;
    transition: color 300ms;
  }

  .story-page__intro-phone:hover {
    color: #065397;
  }

  .story-page__intro {
    padding: 20px 24px;
    background-color: #fff;
    border-radius: 12px;
  }

  .story-page__intro p {
    font-size: 18px;
    line-height: 1.2;
  }

  .story-page__intro p:not(:last-of-type) {
    margin-block-end: 20px;
  }

  .story-page__intro p:last-of-type {
    margin-block-end: 8px;
  }

  .story-page__title {
    color: #065397;
    font-size: clamp(1.625rem, -0.65rem + 5.2vw, 3.25rem);
    font-family: 'ElMessiri';
    margin-block-end: 32px;
  }

  .story-page__contacts {
    padding: 20px 24px;
    border: 1px dashed rgba(6, 83, 151, 0.2);
    border-radius: 12px;
    margin-bottom: 66px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
  }

  .story-page__textBlock-text p:not(:last-of-type) {
    color: #376791;
    margin-block-end: clamp(2.5rem, 1.45rem + 2.4vw, 3.25rem);
  }

  .story-page__textBlock-text h2,
  .story-page__textBlock-text h3 {
    color: #065397;
    margin-block-end: clamp(1rem, -0.4rem + 3.2vw, 2rem);
    font-family: 'ElMessiri';
    font-size: clamp(1.375rem, -0.2rem + 3.6vw, 2.5rem);
  }

  .story-page__desc {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-block-end: 32px;
    font-size: clamp(1.25rem, 1.075rem + 0.4vw, 1.375rem);
  }

  .story-page__desc .story__name,
  .story-page__desc .story__years {
    font-size: inherit;
  }

  .story-page__blockquote {
    margin-block-start: 80px;
    display: flex;
    flex-direction: column;
  }

  .story-page__blockquote>svg:last-of-type {
    align-self: end;
  }

  .story-page__blockquote__inner {
    padding-block: 32px;
    border-top: 1px dashed rgba(6, 83, 151, 0.2);
    border-bottom: 1px dashed rgba(6, 83, 151, 0.2);
    margin-block: 16px;
  }

  .story-page__blockquote__subtitle {
    color: #FA7145;
    margin-block-end: 12px;
    font-family: 'ElMessiri';
  }

  .story-page__blockquote__text {
    margin-block-end: 32px;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
  }

  .story-page .redactorBlock__redactor {
    align-items: center;
  }

  .story-page .redactorBlock__redactor-image img {
    aspect-ratio: 1/1;
    width: 100px;
  }

  @media (width<=1300px) {
    .story-page__top {
      gap: 15px;
    }
  }

  @media (width<=1000px) {
    .story-page__top {
      flex-direction: column;
      gap: 0;
    }

    .story-page__imageBlock {
      max-width: none;
      display: contents;
    }

    .story-page__intro {
      order: 10;
      margin-block-start: 40px;
    }

    .story-page__imageBlock picture {
      margin-inline: auto;
      max-width: 330px;
    }

    .story-page__info {
      display: contents;
    }

    .story__tag {
      order: 1;
    }

    .story-page__title {
      order: 2;
      margin-block-end: 24px;
    }

    .story-page__imageBlock picture {
      order: 3;
    }

    .story-page__desc,
    .story-page__contacts,
    .story-page__textBlock,
    .story-page__blockquote {
      order: 4;
    }
  }

  @media (width<=600px) {
    .story-page__desc {
      flex-direction: column;
      align-items: flex-start;
    }

    .story-page__blockquote {
      margin-block-start: 40px;
    }

    .story-page__desc {
      margin-block-end: 20px;
    }
    .story-page__contacts {
      margin-block-end: 40px;
    }
  }

.tags-panel {
    background-color: #edf9ff;
    padding: 20px 0;
    margin-bottom: 200px;
}

.tags-panel__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.tags-panel__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.tags-panel__item {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #4676a4;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 10px 20px;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tags-panel {
        margin-bottom: 0;
        padding: 15px 0;
    }

    .tags-panel__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .tags-panel__item {
        text-align: center;
    }
}
.vip-info {
    background-color: #EDF9FF;
    padding: 60px 20px;
    margin-bottom: 60px;
}

.vip-info__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.vip-info__title {
    color: #004A80;
    font-size: 32px;
    margin-bottom: 40px;
}

.vip-info__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    counter-reset: vip-counter;
}

.card-item {
    background-color: #FFFFFF;
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 180px;
    overflow: hidden;
    counter-increment: vip-counter;
}

.card-item::before {
    content: counter(vip-counter);
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 120px;
    font-weight: 900;
    color: #F4F9FC;
    line-height: 1;
    z-index: 1;
}

.card-item__title,
.card-item__text {
    position: relative;
    z-index: 2;
}

.card-item__title {
    color: #004A80;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-item__text {
    color: #004A80;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.vip-info__footer {
    color: #004A80;
    font-size: 16px;
}

.vip-info__phone {
    color: #FF7A45;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .vip-info {
        padding: 40px 20px 0 20px;
    }

    .vip-info__grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    .card-item {
        min-height: auto;
        padding: 40px 20px 20px;
    }

    .vip-info__footer {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
}