html {
  font-size: 100px
}

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

body {
  background-color: #fff;
  color: #171717;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0
}

.page {
  overflow: hidden !important
}

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

a,
button {
  background: none;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s ease;
  transition: color .2s linear, background-color .2s linear, border-color .2s ease
}

a:hover,
button:hover {
  color: #e40047
}

button {
  border: none;
  font-family: inherit;
  font-size: inherit
}

textarea:focus {
  outline-width: 0
}

input::-webkit-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none
}

input::-moz-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none
}

input:-ms-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none
}

input::-ms-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none
}

input,
input::placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: none
}

picture {
  display: block
}

picture img {
  max-width: 100%;
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-block-start: 0
}

ul li {
  list-style-type: none
}

.main {
  position: relative;
  z-index: 2
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

form input {
  width: 100%;
}

.modal-input,
.work-inner2 {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  flex-basis: calc(50% - 10px);
  height: 60px;
}

.modal-input,
.work-inner2 {
  position: relative;
}

.error-message {
  position: absolute !important;
  top: -35px;
  color: #FFF !important;
  left: 0px;
  background: rgb(85, 85, 85);
  border-radius: 40px;
  padding: 5px 10px !important;
  height: auto !important;
  box-shadow: 0px 1px 5px 0px grey;
  pointer-events: none;
  font-size: 10px !important;
}

.error-message::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  box-shadow: inset 8px 1px 0 7px grey;
  margin-left: -10px;
  border-width: 11px;
  border-style: solid;
  border-color: rgb(85, 85, 85) transparent transparent transparent;
}

.section-offset {
  margin-bottom: 140px
}

.section-small {
  margin-bottom: 80px
}

.section-mt {
  padding-top: 140px
}

.section-grey {
  background-color: #ecf1f5
}

.section-pb {
  padding-bottom: 140px
}
.section-pt {
  padding-top: 140px
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px
}

.section-title span {
  color: #1e4889
}

h3.section-title {
  font-size: 26px;
  margin-bottom: 25px
}

h2.section-title {
  font-size: 38px;
  font-weight: 600;
  max-width: 1000px
}

.section-title--white {
  color: #fff
}

.standart__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e40047;
  border: 2px solid #e40047;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  max-width: 235px;
  padding: 15px 5px;
  white-space: nowrap;
  width: 100%
}

.standart__btn:hover {
  background-color: transparent;
  color: #e40047;
  cursor: pointer
}

.white__btn {
  background-color: transparent;
  color: #e40047;
}

.white__btn:hover {
  color: #fff;
  background-color: #e40047;
}

.opacity__btn {
  background-color: transparent;
  border: 2px solid #ceddec;
  color: #333;
  max-width: 185px;
  padding: 13px
}

.opacity__btn:hover {
  background-color: #ceddec
}

.btn-change {
  border: 1px solid #ceddec;
  border-radius: 50px;
  padding: 3px
}

.btn-change button {
  color: #7692ad;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  -webkit-transition: border-radius .2s ease, color .2s ease, background-color .2s ease;
  transition: border-radius .2s ease, color .2s ease, background-color .2s ease
}

.btn-change button.active {
  background-color: #00bcf2;
  border-radius: 50px;
  color: #fff
}

.breadcrumbs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  margin-bottom: 50px;
  padding-left: 5px;
  padding-top: 20px
}

.breadcrumbs,
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.breadcrumbs li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 9%, .45);
  text-align: center
}

.breadcrumbs li:after {
  color: hsla(0, 0%, 9%, .45);
  content: ">";
  display: block
}

.breadcrumbs li:last-of-type {
  color: #1e4889
}

.breadcrumbs li:last-of-type:after {
  display: none
}

.none-inner {
  margin-top: 100px
}

.none-inner a {
  color: #e40047;
  font-size: 24px
}

.none-inner a:hover {
  color: #333
}

.politic {
  margin-top: 100px
}

.politic-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

.politic-inner h2 {
  font-size: 22px;
  margin-bottom: 10px
}

.politic-inner ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

.politic-inner ul,
.politic-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.politic-inner ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.politic-inner ul li:before {
  background-color: #e40047;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  min-width: 12px;
  width: 12px
}

.hide-item {
  display: none !important
}

.hide-item.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.hide-item2 {
  display: none !important
}

.hide-item2.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media (max-width:1200px) {
  .main {
    margin-top: 140px
  }
}

@media (max-width:970px) {
  .main {
    margin-top: 180px
  }

  .none,
  .politic {
    margin-top: 150px
  }

  body {
    font-size: 14px
  }

  body.active {
    overflow: hidden;
    position: relative;
    z-index: 2
  }

  .standart__btn {
    max-width: 350px
  }

  .section-offset {
    margin-bottom: 80px
  }

  .section-pb {
    padding-bottom: 80px
  }
  .section-pt {
    padding-top: 80px
  }

  .section-mt {
    padding-top: 80px
  }
}

@media (max-width:670px) {
  .btn-change button {
    padding: 12px 15px
  }

  .breadcrumbs {
    margin-bottom: 30px
  }

  h3.section-title {
    font-size: 20px
  }

  h2.section-title {
    font-size: 24px
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 20px
  }
}

@media (max-width:390px) {
  .btn-change button {
    font-size: 12px;
    padding: 10px 5px
  }
}

@media (max-width:360px) {
  .section-title {
    font-size: 22px
  }
}

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

body {
  margin: 0
}

main {
  display: block
}

hr {
  -webkit-box-sizing: content-box;
  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: bolder
}

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: -.25em
}

sup {
  top: -.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
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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
}

[hidden],
template {
  display: none
}

.header__top {
  background-color: #eef4fb
}

.header__top>.container {
  color: #1e4889;
  font-size: 13px;
  padding: 10px 0;
  text-align: center
}

.header__center {
  border-bottom: 1px solid #dde8f6
}

.header__center-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  min-width: 37%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__bottom .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header__center .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.header__center .container .logo {
  max-width: 145px
}

.header__center .container .search-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef4fb;
  border-radius: 4px;
  color: #1e4889;
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 8px 15px
}

.header__center .container .search-header:after {
  background: url(../img/icons/search.svg) 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 17px;
  width: 17px
}

.header__center .container .header-address {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  white-space: nowrap
}

.header__center .container .header-address:before {
  background: url(../img/icons/map.svg) 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 35px;
  width: 35px
}

.header__center .container .header-call {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap
}

.header__center .container .header-call a {
  font-size: 18px;
  font-weight: 600
}

.header__center .container .header-call span {
  color: #1e4889;
  font-size: 11px
}

.header__center .container .header-contact:nth-of-type(3) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}

.header__center .container .header-contact:nth-of-type(3):before {
  background: url(../img/icons/call.svg) 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 35px;
  width: 35px
}

.header__center-soc {
  color: #1e4889;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  gap: 15px
}

.header__center-soc a:hover {
  color: #e40047
}

.header__center-soc picture {
  padding: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  -webkit-transition: padding .2s linear;
  -o-transition: padding .2s linear;
  transition: padding .2s linear;
}

.header__center-soc picture img {
  width: 100%;
  height: 100%;
}

.header__center-soc a:hover picture {
  padding: 0;
}

.header__bottom {
  border-bottom: 1px solid #d7e3ee
}

.header-nav {
  width: 100%;
  max-width: 1240px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.nav-link {
  cursor: pointer;
  position: relative;
  z-index: 100
}

.nav-link ul {
  display: none;
  position: absolute
}

.nav-link>a,
.nav-link>span {
  font-weight: 600
}

.nav-link>a:hover,
.nav-link>span:hover {
  color: #e40047
}

.nav-link>span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.nav-link>span:after {
  border-bottom: 2px solid #e40047;
  border-right: 2px solid #e40047;
  content: "";
  display: block;
  height: 7px;
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 7px
}

.burger__bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e40047;
  border-radius: 5px;
  height: 40px;
  text-align: center;
  width: 40px
}

.burger__menu {
  cursor: pointer;
  margin: 0 auto;
  position: relative
}

.burger__menu:after,
.burger__menu:before {
  content: ""
}

.burger__menu span,
.burger__menu:after,
.burger__menu:before {
  background-color: #fff;
  display: block;
  height: 3px;
  width: 25px
}

.burger__menu:after,
.burger__menu:before {
  left: 0;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: 1000
}

.burger__menu:after {
  top: 8px
}

.burger__menu:after,
.burger__menu:before {
  -webkit-transition: top .1s .1s, -webkit-transform .1s cubic-bezier(.23, 1, .32, 1);
  transition: top .1s .1s, -webkit-transform .1s cubic-bezier(.23, 1, .32, 1);
  transition: top .1s .1s, transform .1s cubic-bezier(.23, 1, .32, 1);
  transition: top .1s .1s, transform .1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .1s cubic-bezier(.23, 1, .32, 1)
}

.burger__menu.active:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s
}

.burger__menu.active span {
  background-color: #e40047
}

.burger__menu.active:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
  transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s
}

.header__mobile {
  display: none
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

@media (max-width:1200px) {
  .header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 109
  }

  .header__center .container {
    gap: 15px
  }

  .header__mobile {
    display: block
  }

  .header__mobile .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #dde8f6;
    justify-content: space-between;
    padding: 15px
  }

  .header__mobile .container,
  .header__mobile .container>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .header__mobile .container>div {
    gap: 10px
  }

  .header__mobile .container>div picture {
    background-color: rgba(228, 0, 71, .1);
    border-radius: 5px;
    padding: 8px;
    width: 40px
  }

  .burger__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .header__center .logo {
    display: none
  }

  .header-mobile {
    -webkit-animation: fadeOutFromBlock .2s forwards;
    animation: fadeOutFromBlock .2s forwards;
    background-color: #fff;
    display: none;
    left: 0;
    opacity: 0;
    padding-top: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: -2
  }

  .header-mobile.active {
    -webkit-animation: fadeInFromNone .2s forwards;
    animation: fadeInFromNone .2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    opacity: 1;
    padding-top: 20px;
    pointer-events: all;
    z-index: 100
  }

  .header-mobile .header__center .container {
    padding-top: 0
  }
}

.header__btns-mobile {
  display: none;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    padding-top: 0
  }

  to {
    display: flex;
    opacity: 1;
    padding-top: 20px
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    padding-top: 0
  }

  to {
    display: flex;
    opacity: 1;
    padding-top: 20px
  }
}

@-webkit-keyframes fadeOutFromBlock {
  0% {
    display: flex;
    opacity: 1;
    padding-top: 20px
  }

  to {
    display: none;
    opacity: 0;
    padding-top: 0
  }
}

@keyframes fadeOutFromBlock {
  0% {
    display: flex;

    padding-top: 20px
  }

  to {
    display: none;

    padding-top: 0
  }
}

@media (min-width:970px) {
  .nav-link {
    margin: 20px 0
  }

  .nav-link:hover {
    margin: 0;
    padding: 20px 0
  }

  .nav-link:hover ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 21px;
    padding: 20px 50px 20px 25px;
    white-space: nowrap
  }

  .nav-link:hover>span:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }
}

@-webkit-keyframes panelheader {
  0% {
    padding-top: 0
  }

  to {
    padding-top: 10px
  }
}

@keyframes panelheader {
  0% {
    padding-top: 0
  }

  to {
    padding-top: 10px
  }
}

@media (max-width:970px) {
  .header__mobile .container {
    border-bottom: none;
  }

  .header__btns-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 20px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #dde8f6;
  }

  .header__btns-mobile button {
    height: 40px;
    font-size: 13px;
    max-width: calc(50% - 10px);
  }

  .header__center-btns {
    display: none;
  }

  .header.active {
    height: 100%;
    overflow-y: scroll
  }

  .header__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__center {
    border: none
  }

  .header__top>.container {
    font-size: 12px;
    padding: 10px 15px
  }

  .header-mobile.active {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: calc(100vh - 120px)
  }

  .header__center .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 380px
  }

  .header__center .container .header-contact:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .header__center .container .header-contact:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }



  .header__center .standart__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 3
  }

  .header__bottom {
    border-bottom: none;
    padding: 20px 0 0
  }

  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    justify-content: center
  }

  .header__bottom-item {
    max-width: 350px;
    width: 100%
  }

  .nav-link {
    font-size: 18px;
    max-width: 350px;
    width: 100%
  }

  .nav-link>span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .nav-link>span.panel-active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }

  .nav-link .panel-body {
    -webkit-animation: panelheader .5s forwards;
    animation: panelheader .5s forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    font-size: 15px
  }

  .nav-link .panel-body.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 5px;
    position: static
  }
}

@media (max-width:420px) {
  .header__mobile .logo {
    max-width: 110px
  }

  .header__mobile .container>div {
    font-size: 12px
  }
}

@media (max-width:360px) {
  .header__btns-mobile {
    gap: 10px;
  }

  .header__btns-mobile button {
    max-width: calc(50% - 10px);
    font-size: 12px;
  }

  .header__btns-mobile {
    padding: 10px 10px;
  }

  .header__mobile .container>div picture {
    padding: 4px;
    width: 30px
  }

  .burger__bg {
    height: 30px;
    width: 30px
  }

  .burger__menu span,
  .burger__menu:after,
  .burger__menu:before {
    height: 2px;
    width: 20px
  }
}

@media (max-width:340px) {
  .header__mobile .logo {
    max-width: 90px
  }
}

.intro {
  margin-bottom: -5px;
  margin-top: 120px
}

.intro-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.intro__content-item picture {
  max-width: 25px
}

.intro-item {
  max-width: 52.72%
}

.intro-item h1 {
  margin-bottom: 40px
}

.intro-item:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center
}

.intro-item:last-child {
  margin-right: 5.72vw;
  position: relative;
  z-index: 5
}

.intro-item:last-child:before {
  height: 217px;
  right: -30px;
  width: 217px
}

.intro-item:last-child:after,
.intro-item:last-child:before {
  border: 6px solid #e40047;
  border-radius: 15px;
  bottom: -50px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3
}

.intro-item:last-child:after {
  height: 134px;
  left: -30px;
  width: 134px
}

.intro-item:last-child img {
  position: relative;
  z-index: 5;
  min-height: 345px;
  min-width: 270px;
}

.intro__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 20px
}

.intro__content,
.intro__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.intro__content-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-preferred-size: calc(50% - 10px);
  align-items: center;
  flex-basis: calc(50% - 10px);
  gap: 10px
}

picture.intro-item img {
  max-width: 340px;
  width: 100%
}

@media (max-width:1000px) {
  .intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px
  }

  .intro-item {
    max-width: 100%
  }

  .intro-item:last-child {
    margin-right: 0
  }
}

@media (max-width:780px) {
  .intro__content {
    font-size: 14px
  }

  .intro__content-item picture {
    height: 20px;
    width: 20px
  }
}

@media (max-width:640px) {
  .intro-item:last-child {
    max-width: 270px
  }

  .intro-item h1 {
    margin-bottom: 20px
  }

  .intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }
}

.services {
  background-color: #ecf1f5;
  padding-top: 5px
}

.services-form {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5
}

.services-form:before {
  background-color: #24549b;
  content: "";
  display: block;
  height: 330px;
  position: absolute;
  right: -230px;
  top: 20px;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  width: 650px;
  z-index: 1
}

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

.services-inner {
  gap: 20px;
  padding-bottom: 140px
}

.services-inner,
.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.services-item {
  -ms-flex-preferred-size: calc(25% - 15px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 20px;
  flex-basis: calc(25% - 15px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding-bottom: 35px
}

.services-item picture {
  margin-bottom: 15px;
  width: 100%
}

.services-item picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.services-item .category-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px
}

.services-item a,
.services-item .category-title {
  line-height: 1.25;
  padding: 0 30px
}

.services-item a {
  color: #1e4889
}

.services-item a:hover {
  color: #e40047
}

@media (max-width:1120px) {
  .services-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .services-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
  }
}

@media (max-width:930px) {
  .services-form:before {
    display: none
  }
}

@media (max-width:550px) {
  .main {
    margin-top: 200px;
  }

  .services-inner {
    gap: 15px;
    padding-bottom: 80px
  }

  .services-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 5px;
    padding-bottom: 15px
  }

  .services-item picture {
    margin-bottom: 5px
  }

  .services-item .category-title {
    font-size: 16px
  }

  .services-item a,
  .services-item .category-title {
    padding: 0 20px
  }
}

.form__classic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #1e4889;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 40px 60px
}

.form__classic .form__header {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2
}

.form__classic h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px
}

.form__classic p {
  color: hsla(0, 0%, 100%, .5);
  font-size: 13px
}

.form__classic p a {
  border-bottom: 1px solid hsla(0, 0%, 100%, .5)
}

.form__classic p a:hover {
  border-color: #fff;
  color: #fff
}

.form__classic span {
  color: #fff;
  font-weight: 500
}

.form__classic form {
  gap: 20px
}

.form__classic form,
.form__classic form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.form__classic form input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
  align-items: center;
  background-color: hsla(0, 0%, 100%, .3);
  border-radius: 5px;
  color: #fff;
  flex-basis: calc(33.33333% - 13.33333px);
  padding: 20px
}

.form__classic form input::-webkit-input-placeholder {
  color: #fff
}

.form__classic form input::-moz-placeholder {
  color: #fff
}

.form__classic form input:-ms-input-placeholder {
  color: #fff
}

.form__classic form input::-ms-input-placeholder {
  color: #fff
}

.form__classic form input::placeholder {
  color: #fff
}

.form__classic form button {
  -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
  flex-basis: calc(33.33333% - 13.33333px);
  max-width: none
}

@media (max-width:900px) {
  .form__classic form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
}

@media (max-width:550px) {
  .form__classic form input {
    padding: 17px
  }

  .form__classic h2 {
    font-size: 22px
  }

  .form__classic {
    padding: 25px
  }

  .form__classic h3 {
    font-size: 18px;
    line-height: 1.39
  }

  .form__classic p {
    font-size: 12px
  }
}

.gallery {
  background-color: #ecf1f5;
  overflow: hidden
}

.swiper__gallery .swiper-slide a {
  position: relative
}

.swiper__gallery .swiper-slide a img {
  border-radius: 15px;
  max-width: 555px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.swiper__gallery .swiper-slide a:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #e40047;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Times New Roman, Times, serif;
  font-size: 35px;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 60%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  -webkit-transition: opacity .2s ease, top .2s ease;
  transition: opacity .2s ease, top .2s ease;
  width: 50px
}

.swiper__gallery .swiper-slide a:hover:before {
  opacity: 1;
  top: 50%
}

@media (max-width:600px) {
  .gallery {
    margin-bottom: 80px;
    padding-bottom: 0
  }
}

.second__form {
  margin-top: 30px
}

.second__form,
.second__form .container {
  position: relative;
  z-index: 2
}

.second__form:before {
  background-color: #fff;
  content: "";
  display: block;
  height: calc(50% - 70px);
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
  z-index: 1
}

.second__form .form__classic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 80px;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 0;
  position: relative
}

.second__form .form__classic:before {
  background-color: #e40047;
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 250px;
  position: absolute;
  right: 0;
  width: 140px;
  z-index: 2
}

.second__form .form__classic .second__form-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 62%
}

.second__form .form__classic .second__form-item:first-child {
  padding-top: 55px
}

.second__form .form__classic .second__form-item:last-child {
  margin-top: -30px;
  max-width: 300px;
  position: relative;
  z-index: 4
}

.second__form .form__classic form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.second__form .form__classic form button,
.second__form .form__classic form input,
.second__form .form__classic form p {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  height: 60px
}

.second__form .form__classic form p {
  padding-left: 20px
}

@media (max-width:1140px) {
  .second__form .form__classic .second__form-item:first-child {
    padding-bottom: 10px;
    padding-top: 20px
  }

  .second__form .form__classic form p {
    padding-left: 0
  }

  .second__form .form__classic .second__form-item:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end
  }
}

@media (max-width:1000px) {
  .second__form {
    margin-top: 0
  }

  .second__form .form__classic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    padding: 20px 25px 0
  }

  .second__form .form__classic .second__form-item {
    max-width: 100%
  }

  .second__form .form__classic .second__form-item:last-child {
    margin: 0 auto
  }

  .second__form .form__classic:before {
    bottom: -100px;
    height: 320px;
    right: 28%;
    -webkit-transform: translateX(28%);
    transform: translateX(28%);
    width: 300px
  }

  .second__form .form__classic:after {
    background-color: #e40047;
    border-radius: 20px;
    bottom: -240px;
    content: "";
    display: block;
    height: 320px;
    position: absolute;
    right: 60%;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
    width: 300px;
    z-index: 2
  }
}

@media (max-width:550px) {
  .second__form .form__classic:after {
    right: 82%
  }

  .second__form .form__classic:before {
    right: 8%
  }

  .second__form .form__classic .second__form-item:last-child {
    max-width: 245px
  }

  .second__form .form__classic:before {
    bottom: -135px
  }
}

.garant-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.garant-inner,
.garant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.garant-item {
  -ms-flex-preferred-size: calc(50% - 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  flex-basis: calc(50% - 10px);
  font-size: 16px;
  gap: 25px;
  padding: 5px
}

.garant-inner--grey .garant-item {
  background-color: #ecf1f5
}

@media (max-width:900px) {
  .garant-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }

  .garant-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media (max-width:550px) {
  .garant-item {
    line-height: 1.3;
    padding: 10px
  }
}

.doctors .section-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px
}

.doctors .container {
  max-width: 1520px
}

.doctors__inner {
  padding: 0 65px;
  position: relative
}

.doctors__card {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 100%;
  padding: 10px
}

.doctors__card>picture {
  border-radius: 20px;
  max-width: 240px;
  min-width: 240px;
  overflow: hidden;
  width: 100%
}

.doctors__card>picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.doctors__btn {
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: absolute;
  right: 0
}

.doctors__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding-bottom: 90px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  width: 100%
}

.doctors__content .doctots__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 5px;
  text-transform: uppercase
}

.doctors__content span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.doctors__content span:before {
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  min-width: 20px;
  width: 20px
}

.doctors__content span:first-of-type:before {
  background: url(../img/icons/doc.svg) 50% no-repeat
}

.doctors__content span:last-of-type {
  margin-bottom: 10px
}

.doctors__content span:last-of-type:before {
  background: url(../img/icons/book.svg) 50% no-repeat
}

.doctors__content a {
  color: #e40047;
  margin-bottom: 20px
}

.doctors__content a:hover {
  color: #171717
}

@media (max-width:1450px) {
  .doctors__card {
    -ms-flex-line-pack: baseline;
    align-content: baseline
  }
}

@media (max-width:840px) {
  .doctors__content {
    padding-bottom: 10px;
    position: static
  }

  .doctors__inner {
    padding: 0
  }

  .doctors {
    margin-bottom: 140px
  }

  .doctors__card {
    gap: 15px;
    padding-bottom: 70px;
    position: relative
  }

  .doctors__btn {
    bottom: 5px;
    height: 50px;
    left: 5px;
    max-width: calc(100% - 10px);
    right: 5px
  }

  .doctors__card>picture {
    max-width: 35%
  }

  .doctors__content a {
    margin-bottom: 0
  }

  .doctors__content {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0
  }
}

@media (max-width:550px) {
  .doctors__card>picture {
    max-width: 120px;
    min-width: 120px
  }

  .doctors__content .doctots__name {
    font-size: 16px
  }

  .doctors__content span {
    font-size: 14px;
    gap: 6px;
    line-height: 1.2
  }

  .doctors__content span:last-of-type {
    margin-bottom: 5px
  }

  .doctors__card {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px
  }

  .doctors__content .doctots__name {
    font-size: 14px
  }
}

@media (max-width:380px) {
  .doctors__card {
    gap: 5px
  }

  .doctors__content span {
    font-size: 12px
  }
}

.certificate-inner {
  gap: 70px
}

.certificate-inner,
.certificate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.certificate-item {
  -ms-flex-preferred-size: calc(57.33% - 70px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: calc(57.33% - 70px);
  -ms-flex-direction: column;
  flex-direction: column
}

.certificate-item .section-title {
  margin-bottom: 25px
}

.certificate-item>div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end
}

.doctor__item-certificate a,
.swiper__certificate .swiper-slide a {
  position: relative
}

.doctor__item-certificate a:before,
.swiper__certificate .swiper-slide a:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #e40047;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Times New Roman, Times, serif;
  font-size: 35px;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 60%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  -webkit-transition: opacity .2s ease, top .2s ease;
  transition: opacity .2s ease, top .2s ease;
  width: 50px
}

.doctor__item-certificate a:hover:before,
.swiper__certificate .swiper-slide a:hover:before {
  opacity: 1;
  top: 50%
}

.doctor__item-certificate>a img,
.swiper__certificate .swiper-slide>a img {
  background-color: #f1f8ff;
  border-radius: 15px;
  padding: 10px;
  width: 100%
}

@media (max-width:780px) {
  .certificate-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .certificate-inner>* {
    max-width: 100vw
  }

  .certificate-inner .section-title {
    max-width: 60%
  }

  .certificate-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .certificate .swiper-pag {
    padding-top: 40px
  }

  .certificate-item .section-title {
    margin-bottom: 15px
  }

  .all__certificate-inner>a img,
  .swiper__certificate .swiper-slide>a img {
    padding: 10px
  }
}

.price-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px
}

.price-inner:last-of-type {
  margin-bottom: 0
}

.price-inner li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf1f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 15px 15px 15px 35px
}

.price-inner li p {
  width: 60%
}

.price-inner li span {
  color: #1e4889;
  font-weight: 600
}

.price-inner li .standart__btn {
  font-size: 15px
}

.price-inner li.price-name {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #1e4889;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  justify-content: center
}

@media (max-width:1000px) {
  .price-inner li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
  }

  .price-inner li p {
    width: 100%
  }

  .price-inner li span {
    margin-bottom: 10px;
    width: 100%
  }

  .price-inner li .standart__btn {
    max-width: 100%
  }

  .price-inner {
    gap: 5px;
    margin-bottom: 40px
  }

  .price-inner li.price-name {
    font-size: 18px
  }
}

.review .section-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px
}

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

.review-rating span {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;

}

.review-rating span.active {
  background: url("../img/icons/star_r.svg") center center no-repeat;
  background-size: cover;
}

.review-rating span.non_active {
  background: url("../img/icons/star_empty.svg") center center no-repeat;
  background-size: cover;
}

.review .container {
  max-width: 1520px
}

.review-inner {
  padding: 0 65px;
  position: relative
}

.swiper__review .swiper-slide {
  height: auto;
}

.review-item,
.review-item_original {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 30px 35px;
  height: 100%;
}

.review-item .review__name,
.review-item_original .review__name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase
}

.review-item>div:first-of-type,
.review-item_original>div:first-of-type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}


.review-item>div:nth-of-type(2),
.review-item_original>div:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

.review-item>div:last-of-type,
.review-item_original>div:last-of-type {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.review-item>div:last-of-type button,
.review-item_original>div:last-of-type button {
  color: #e40047
}

.review-item>div:last-of-type button:hover,
.review-item_original>div:last-of-type button:hover {
  color: #171717
}

.review-item>div:last-of-type span,
.review-item_original>div:last-of-type span {
  color: hsla(0, 0%, 9%, .45)
}

.review__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 150px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative
}

.review__text:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.review__text_original {
  max-height: 100%;
  overflow-y: auto
}

.review__text_original:before {
  display: none
}

.review-item_original {
  max-height: 80vh
}

.review__btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}


@media (max-width:840px) {
  .review-inner {
    padding: 0
  }

  .review {
    margin-bottom: 140px
  }

  .section-grey .review {
    margin-bottom: 80px
  }

  .review__btns {
    margin-top: 80px;
  }
}

@media (max-width:550px) {

  .review-item,
  .review-item_original {
    padding: 25px
  }

  .review-item>div:first-of-type,
  .review-item_original>div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 10px;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .review-item>div:first-of-type h5,
  .review-item_original>div:first-of-type h5 {
    font-size: 16px
  }

  .review__btn {
    max-width: 100%;
  }
}

@media (max-width:380px) {

  .review-item,
  .review-item_original {
    padding: 15px
  }
}

.stage-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.stage-inner,
.stage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.stage-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
  align-items: center;
  border: 2px solid #ecf1f5;
  border-radius: 15px;
  flex-basis: calc(33.33333% - 13.33333px);
  gap: 35px;
  padding: 30px;
  position: relative
}

.stage-item picture {
  max-width: 80px
}

.stage-item p {
  max-width: 220px
}

.stage-item span {
  color: #e40047;
  position: absolute;
  right: 15px;
  top: 12px
}

@media (max-width:1230px) {
  .stage-inner {
    gap: 10px
  }

  .stage-item {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
  }
}

@media (max-width:830px) {
  .stage-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media (max-width:550px) {
  .stage-item {
    padding: 20px
  }

  .stage-item picture {
    max-width: 50px;
    min-width: 50px
  }
}

@media (max-width:380px) {
  .stage-item p {
    font-size: 12px;
    max-width: 180px
  }
}

.map-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 20px
}

.map-contact {
  background-color: #fff;
  border-radius: 20px;
  gap: 25px;
  max-width: 440px;
  padding: 30px 35px;
  width: 100%
}

.map-contact,
.map-contact>div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.map-contact>div {
  gap: 5px
}

.map-contact>div>span {
  font-size: 15px;
  line-height: 1.2
}

.map-contact>div>a,
.map-contact>div>p {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase
}

.map-contact>div>a:hover {
  color: #e40047
}

.map-contact>div:nth-of-type(2)>a,
.map-contact>div:nth-of-type(2)>p,
.map-contact>div:nth-of-type(3)>a,
.map-contact>div:nth-of-type(3)>p {
  font-size: 22px
}

.map-contact>div:last-of-type {
  margin-top: 30px
}

.map-contact>div:last-of-type p {
  color: #e40047;
  font-size: 15px;
  text-transform: none
}

.map.container-fluid {
  background: url(../img/map.webp) 50% no-repeat;
  border-radius: 20px;
  height: 440px;
  overflow: hidden;
  padding: 0;
  width: 900px
}

@support not (background: url(../img/map.webp)) {
  .map.container-fluid {
    background: url(../img/map.jpg) 50% no-repeat;
  }
}

.map.container-fluid>iframe {
  border-radius: 20px !important
}

.map-inner--grey .map-contact {
  background-color: #ecf1f5
}

@media (max-width:1510px) {
  .map-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .map.container-fluid {
    width: 60vw
  }
}

@media (max-width:1120px) {
  .map.container-fluid {
    width: 50vw
  }
}

@media (max-width:900px) {
  .map-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }

  .map.container-fluid {
    width: 95vw
  }

  .map-contact {
    gap: 20px;
    max-width: 100%;
    padding: 20px
  }

  .map-contact>div {
    gap: 5px
  }
}

@media (max-width:550px) {
  .map-contact>div>span {
    font-size: 14px
  }

  .map-contact>div:nth-of-type(2)>a,
  .map-contact>div:nth-of-type(2)>p,
  .map-contact>div:nth-of-type(3)>a,
  .map-contact>div:nth-of-type(3)>p,
  .map-contact>div>a,
  .map-contact>div>p {
    font-size: 16px
  }

  .map-contact>div:last-of-type {
    margin-top: 0
  }

  .map-contact>div:last-of-type p {
    font-size: 14px;
    font-weight: 400
  }
}

.service {
  margin-bottom: 20px
}

.service-content {
  gap: 20px
}

.service-content,
.service-content .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.service-content .service-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #f1f8ff;
  border-radius: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  max-width: 900px
}

.service-content .service-item p {
  font-size: 16px
}

.service-content .service-item p:last-of-type {
  margin-bottom: 60px
}

.service-content .service-item:first-child {
  padding: 30px 60px
}

.service-content picture.service-item {
  border-radius: 25px;
  overflow: hidden
}

.service-content picture.service-item img {
  border-radius: 25px;
  max-height: 440px;
  max-width: 440px
}

.services-offset {
  margin-bottom: 150px
}

@media (max-width:1500px) {
  .service-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .service-content .service-item {
    -ms-flex-preferred-size: calc(70% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: calc(70% - 20px);
    flex-grow: 1
  }

  .service-content picture.service-item {
    -ms-flex-preferred-size: calc(30% - 20px);
    background-color: #fff;
    flex-basis: calc(30% - 20px)
  }

  .service-content picture.service-item img {
    min-height: 100%
  }
}

@media (max-width:1240px) {
  .intro__content {
    font-size: 16px
  }
}

@media (max-width:1150px) {
  .service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px
  }

  .service-content .service-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .service-content picture.service-item {
    -ms-flex-preferred-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    justify-content: center
  }

  .service-content picture.service-item img {
    margin: 0 auto
  }
}

@media (max-width:840px) {
  .intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:570px) {
  .intro__content {
    font-size: 14px
  }

  .intro__content-item {
    gap: 5px
  }

  .service-content {
    gap: 10px
  }

  .service-content .section-title {
    margin-bottom: 15px
  }

  .service-content .service-item p:last-of-type {
    margin-bottom: 25px
  }

  .service-content .service-item:first-child {
    padding: 20px
  }

  .service-content picture.service-item img {
    max-width: 350px
  }
}

@media (max-width:380px) {
  .service-content .service-item:first-child {
    padding: 10px
  }
}

.text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px
}

.text-item img {
  border-radius: 15px;
  float: right;
  margin-left: 15px;
  max-width: 450px
}

.text-item p {
  padding-bottom: 20px
}

.text-item p:last-of-type {
  padding-bottom: 0
}

.text .text-item a {
  border-bottom: 1px solid #e40047
}

.text .text-item a:hover {
  border-color: #171717
}

.text p a {
  color: #e40047
}

.text p a:hover {
  color: #171717
}

.text ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  counter-reset: list 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0
}

.text ol li {
  padding-left: 40px;
  position: relative
}

.text ol li::marker {
  content: none;
  display: none
}

.text ol li:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e40047;
  border-radius: 50%;
  color: #fff;
  content: counter(list);
  counter-increment: list;
  font-size: 15px;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
  width: 25px
}

.text ol li:before,
.text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.text ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.text ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.text ul li:before {
  background-color: #e40047;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  min-width: 6px;
  width: 6px
}

.text blockquote {
  border-left: 2px solid #00bcf2;
  color: #7692ad;
  margin: 40px 0;
  padding-left: 15px
}

.text-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px
}

.text-inner img {
  max-width: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (max-width:900px) {
  .text-item img {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 15px;
    max-height: 400px;
    max-width: 100%
  }
}

@media (max-width:600px) {
  .text-inner {
    gap: 40px
  }

  .text h4 {
    font-size: 16px
  }

  .text ol {
    gap: 15px
  }

  .text ol li {
    padding-left: 32px
  }

  .text ol li:before {
    font-size: 13px;
    height: 20px;
    width: 20px
  }
}

.also-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.also-inner,
.also-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.also-inner a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ecf1f5;
  border-radius: 50px;
  color: #1e4889;
  font-weight: 600;
  justify-content: center;
  padding: 20px 60px
}

.also-inner a:hover {
  background-color: #e40047;
  color: #fff
}

@media (max-width:900px) {
  .container_also {
    overflow: auto;
  }

  .also-inner {
    width: 1100px;
    overflow: auto;
  }

  .also-inner a {
    padding: 15px 40px
  }
}

.standart__page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.standart__page-inner>a {
  -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
  border-radius: 15px;
  flex-basis: calc(33.33333% - 13.33333px);
  overflow: hidden
}

.standart__page-inner>a img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (max-width:600px) {
  .standart__page-inner {
    gap: 10px
  }
}

.all__doctors-inner {
  gap: 40px
}

.all__doctors-inner .doctors-card {
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px)
}

@media (max-width:1250px) {
  .all__doctors-inner .doctors-card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media (max-width:600px) {
  .all__doctors-inner {
    gap: 15px
  }
}

.doctor .text__form-item {
  width: 100%
}

.doctor .form__bottom-inner {
  padding: 45px 50px
}

.doctor .form__bottom {
  margin-bottom: 60px
}

.doctor-inner {
  grid-column-gap: 40px;
  grid-row-gap: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 0fr)
}

.doctor-card {
  grid-area: 1/1/3/2
}

.doctor__item>p {
  margin-bottom: 60px
}

.doctor__item:last-of-type {
  grid-area: 2/2/3/5
}

.doctor__item ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px
}

.doctor__item ul,
.doctor__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.doctor__item ul li {
  gap: 10px
}

.doctor__item ul li:before {
  background: url(../img/icons/ok.svg) 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  margin-top: 8px;
  min-width: 13px;
  width: 13px
}

.doctor__item-top {
  grid-area: 1/2/2/5
}

.doctor-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.doctor-card,
.doctor-card>picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.doctor-card>picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #f1f8ff;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  width: 100%
}

.doctor-card>picture img {
  max-height: 405px;
  max-width: 325px
}

.doctor-card button {
  height: 60px;
  margin-bottom: 15px;
  max-width: 360px
}

.doctor__item-name {
  margin-bottom: 35px
}

.doctor__item-name h1 {
  margin-bottom: 20px
}

.doctor__item-name>div {
  gap: 50px
}

.doctor__item-name>div,
.doctor__item-name>div>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.doctor__item-name>div>span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7692ad;
  gap: 5px
}

.doctor__item-name>div>span>span {
  color: #333
}

.doctor__item-name>div>span>picture {
  margin-right: 5px
}

.doctor__item-certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.doctor__item-certificate a {
  -ms-flex-preferred-size: calc(20% - 16px);
  background-color: #ecf1f5;
  border-bottom: none !important;
  border-radius: 20px;
  flex-basis: calc(20% - 16px)
}

.doctor__item-certificate a img {
  padding: 10px
}

@media (max-width:1024px) {
  .doctor__item-certificate a {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px)
  }

  .doctor-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
  }

  .doctor-card {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-bottom: 50px;
    order: 2
  }

  .doctor__item {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .doctor__item-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:600px) {
  .doctor__item-certificate {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    width: 100%
  }

  .doctor__item-certificate::-webkit-scrollbar {
    height: 0;
    width: 0
  }

  .doctor__item-certificate a {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 149px;
    min-width: 149px;
    width: 100%
  }
}

.all__gallery-inner a {
  -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
  flex-basis: calc(33.33333% - 13.33333px);
  overflow: hidden
}

@media (max-width:800px) {
  .all__gallery-inner a {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
  }
}

@media (max-width:550px) {
  .all__gallery-inner a {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.all__review-tabs {
  color: #1e4889;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px
}

.all__review-tabs button {
  background-color: #ecf1f5;
  border-radius: 50px;
  font-weight: 600;
  padding: 20px 60px
}

.all__review-tabs button.active {
  background-color: #1e4889;
  color: #fff
}

.all__review-inner .all__review-content {
  display: none
}

.all__review-inner .all__review-content>a {
  -ms-flex-preferred-size: calc(20% - 16px);
  background-color: #ecf1f5;
  flex-basis: calc(20% - 16px)
}

.all__review-inner .all__review-content>a img {
  height: 100%;
  max-height: 395px;
  max-width: 256px;
  padding: 10px;
  width: 100%
}

.all__review-inner .all__review-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.review-item {
  -ms-flex-preferred-size: calc(50% - 20px);
  border: 2px solid #ecf1f5;
  flex-basis: calc(50% - 20px)
}

@media (max-width:1024px) {
  .review-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .all__review-inner .all__review-content>a {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px)
  }

  .all__review-inner .all__review-content>a img {
    max-width: 100%
  }
}

@media (max-width:700px) {
  .all__review-inner .all__review-content>a {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
  }

  .all__review-inner .all__review-content.active {
    gap: 10px
  }
}

@media (max-width:600px) {
  .all__review-tabs button {
    padding: 15px 25px
  }
}

@media (max-width:450px) {
  .all__review-tabs button {
    padding: 8px 13px
  }
}

.all__article-card {
  -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border: 2px solid #ecf1f5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(33.33333% - 13.33333px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 10px
}

.all__article-card picture {
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden
}

.all__article-card a,
.all__article-card h4,
.all__article-card p {
  padding: 0 20px
}

.all__article-card h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase
}

.all__article-card h4,
.all__article-card p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.all__article-card p {
  color: hsla(0, 0%, 9%, .7);
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 5px
}

.all__article-card a {
  color: #e40047;
  margin-bottom: 15px
}

.all__article-card a:hover {
  color: #171717
}

@media (max-width:1150px) {
  .all__article-card {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
  }
}

@media (max-width:700px) {
  .all__article-card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media (max-width:550px) {
  .all__article-card {
    padding: 5px
  }

  .all__article-card picture {
    margin-bottom: 10px
  }

  .all__article-card h4 {
    font-size: 14px
  }
}

.article h1 {
  border-bottom: 1px solid #dde8f6;
  margin-bottom: 30px;
  padding-bottom: 30px
}

.article-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.article-inner>picture {
  border-radius: 20px;
  max-width: 1360px;
  overflow: hidden;
  width: 100%
}

.article-inner>picture img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 220px;
}

.article-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

.article-soc,
.article-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.article-soc {
  gap: 10px
}

.article-soc>span {
  color: hsla(0, 0%, 9%, .45);
  font-size: 16px;
  margin-right: 5px
}

.article-soc>a:last-of-type {
  border-bottom: 1px solid #1e4889;
  color: #1e4889;
  line-height: 1.2
}

.article-soc>a:last-of-type:hover {
  border-color: #e40047;
  color: #e40047
}

.article-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #ecf1f5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px 50px 0
}

.article-item:first-of-type div {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px
}

.article-item:first-of-type ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  height: calc(100% - 90px);
  justify-content: space-between;
  margin-bottom: 40px
}

.article-item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.article-item ul {
  counter-reset: list 0
}

.article-item ul li:before {
  content: counter(list) ". ";
  counter-increment: list
}

.article-date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 6
}

.article-date>span:first-of-type>span,
.article-date>span:nth-of-type(2)>span {
  color: #1e4889;
  font-weight: 600
}

.article-date>span:nth-of-type(2) {
  margin-bottom: 10px
}

.article-date>div:first-of-type {
  color: hsla(0, 0%, 9%, .45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px
}

.article-date>div:first-of-type>span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.article-date>div:first-of-type>span:before {
  content: "";
  display: block;
  height: 25px;
  width: 19px
}

.article-date>div:first-of-type>span:first-of-type:before {
  background: url(../img/icons/eye.svg) 50% no-repeat;
  background-size: cover
}

.article-date>div:first-of-type>span:last-of-type:before {
  background: url(../img/icons/watch.svg) 50% no-repeat;
  background-size: cover
}

.article-date h4,
.article-date p:first-of-type {
  margin-bottom: 5px
}

.article-date h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 280px
}

.article-date p:last-of-type {
  color: hsla(0, 0%, 9%, .45)
}

.article-author {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5
}

.article-author:after,
.article-author:before {
  background-color: #e40047;
  border-radius: 20px;
  content: "";
  display: block;
  height: 317px;
  position: absolute;
  width: 300px;
  z-index: 2
}

.article-author:before {
  bottom: -200px;
  right: -100px
}

.article-author:after {
  bottom: -270px;
  right: -50px
}

.article-author picture {
  max-width: 210px;
  position: relative;
  z-index: 5
}

@media (max-width:900px) {
  .article-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .article-item:first-of-type ul {
    margin-bottom: 0
  }

  .article-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
  }
}

@media (max-width:550px) {
  .article-content {
    padding: 20px 20px 0
  }

  .article-item:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .article-author {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .article-author:after {
    bottom: -250px;
    left: -80px;
    right: auto
  }

  .article-author:before {
    bottom: -164px
  }

  .article-soc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .article-soc span {
    font-size: 14px;
    width: 100%
  }

  .article-soc a picture {
    width: 25px
  }

  .article-inner {
    gap: 10px
  }

  .article-inner .standart__btn {
    max-width: none
  }

  .article-item:first-of-type h3 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .article-date>div:first-of-type {
    margin-bottom: 20px
  }

  .article-date h4 {
    font-size: 16px
  }
}

.others-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.others-inner,
.others-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.others-item {
  -ms-flex-preferred-size: calc(25% - 15px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f1f8ff;
  border-left: 4px solid #00bcf2;
  border-radius: 15px;
  flex-basis: calc(25% - 15px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
  padding: 20px 30px
}

.city.search-res {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.others-item span {
  font-size: 20px;
  font-weight: 600
}

.others-item p {
  color: #7692ad;
  font-size: 14px
}

@media (max-width:1000px) {
  .others-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px)
  }
}

@media (max-width:900px) {
  .map-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media (max-width:800px) {
  .others-inner {
    gap: 10px
  }

  .others-item {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
  }
}

@media (max-width:500px) {
  .others-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.popup__bg,
.popup__bg-fourth,
.popup__bg-second,
.popup__bg-third,
.popup__bg-review {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 1000
}

.popup__bg-fourth.active,
.popup__bg-second.active,
.popup__bg-third.active,
.popup__bg.active,
.popup__bg-review.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all .3s;
  transition: all .3s
}

.popup__bg {
  -webkit-transition: none;
  transition: none
}

.popup,
.popup-fourth,
.popup-second,
.popup-third.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 30px;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 930px;
  padding: 45px 50px;
  position: relative;
  width: 100%
}

.popup .section-title,
.popup-fourth .section-title,
.popup-second .section-title,
.popup-third.active .section-title {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0
}

.popup-fourth>p,
.popup-second>p,
.popup-third.active>p,
.popup>p {
  color: #171717 !important;
  font-weight: 500;
  margin-bottom: 0
}

.popup-fourth>p:last-of-type,
.popup-second>p:last-of-type,
.popup-third.active>p:last-of-type,
.popup>p:last-of-type {
  margin-bottom: 25px
}

.popup .form__classic-item,
.popup-fourth .form__classic-item,
.popup-second .form__classic-item,
.popup-third.active .form__classic-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 100%;
  padding: 0
}

.form__review-item {
  flex-direction: column !important;
}

.form__review-item textarea {
  resize: none;
  background-color: #f1f8ff;
  color: #96a8b7;
  padding: 17px;
  height: 150px;
  overflow-y: auto;
  border: none;
  width: 100%;
}

.popup .form__classic-item input,
.popup-fourth .form__classic-item input,
.popup-second .form__classic-item input,
.popup-third.active .form__classic-item input {
  background-color: #f1f8ff;
  color: #96a8b7;
  padding-left: 17px
}

.popup .form__classic-item input::-webkit-input-placeholder,
.popup-fourth .form__classic-item input::-webkit-input-placeholder,
.popup-second .form__classic-item input::-webkit-input-placeholder,
.popup-third.active .form__classic-item input::-webkit-input-placeholder,
.form__review-item textarea::-webkit-input-placeholder {
  color: #96a8b7
}

.popup .form__classic-item input::-moz-placeholder,
.popup-fourth .form__classic-item input::-moz-placeholder,
.popup-second .form__classic-item input::-moz-placeholder,
.popup-third.active .form__classic-item input::-moz-placeholder,
.form__review-item textarea::-moz-placeholder {
  color: #96a8b7
}

.popup .form__classic-item input:-ms-input-placeholder,
.popup-fourth .form__classic-item input:-ms-input-placeholder,
.popup-second .form__classic-item input:-ms-input-placeholder,
.popup-third.active .form__classic-item input:-ms-input-placeholder,
.form__review-item textarea:-ms-input-placeholder {
  color: #96a8b7
}

.popup .form__classic-item input::-ms-input-placeholder,
.popup-fourth .form__classic-item input::-ms-input-placeholder,
.popup-second .form__classic-item input::-ms-input-placeholder,
.popup-third.active .form__classic-item input::-ms-input-placeholder,
.form__review-item textarea::-ms-input-placeholder {
  color: #96a8b7
}

.popup .form__classic-item input::placeholder,
.popup-fourth .form__classic-item input::placeholder,
.popup-second .form__classic-item input::placeholder,
.popup-third.active .form__classic-item input::placeholder,
.form__review-item textarea::placeholder {
  color: #96a8b7
}

.popup .form__classic-item button,
.popup .form__classic-item input,
.popup .form__classic-item p,
.popup-fourth .form__classic-item button,
.popup-fourth .form__classic-item input,
.popup-fourth .form__classic-item p,
.popup-second .form__classic-item button,
.popup-second .form__classic-item input,
.popup-second .form__classic-item p,
.popup-third.active .form__classic-item button,
.popup-third.active .form__classic-item input,
.popup-third.active .form__classic-item p {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  height: 60px
}

.popup .form__classic-item .standart__btn,
.popup-fourth .form__classic-item .standart__btn,
.popup-second .form__classic-item .standart__btn,
.popup-third.active .form__classic-item .standart__btn {
  max-width: none
}

.popup .form__classic-item p,
.popup-fourth .form__classic-item p,
.popup-second .form__classic-item p,
.popup-third.active .form__classic-item p {
  -ms-flex-item-align: center;
  align-self: center;
  color: #96a8b7;
  font-size: 13px;
  height: auto
}

.popup .form__classic-item p>a,
.popup-fourth .form__classic-item p>a,
.popup-second .form__classic-item p>a,
.popup-third.active .form__classic-item p>a {
  border-bottom: 1px solid #96a8b7
}

.popup .form__classic-item p>a:hover,
.popup-fourth .form__classic-item p>a:hover,
.popup-second .form__classic-item p>a:hover,
.popup-third.active .form__classic-item p>a:hover {
  border-color: #e40047
}

.popup-second,
.popup-third.active {
  max-width: 570px;
  padding: 45px 50px
}

.popup-second .form__classic-item span,
.popup-third.active .form__classic-item span {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative
}

.popup-second .form__classic-item span input,
.popup-third.active .form__classic-item span input {
  padding: 15px 20px;
  width: 100%
}

.popup-second .form__classic-item span:after,
.popup-third.active .form__classic-item span:after {
  background: url(../img/icons/search.svg) 50% no-repeat;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  z-index: 200
}

.close-popup,
.close-popup-fourth,
.close-popup-second,
.close-popup-third,
.spesial-close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 18px
}

.close-popup-fourth:hover,
.close-popup-second:hover,
.close-popup-third:hover,
.close-popup:hover,
.spesial-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.close-popup img,
.close-popup-fourth img,
.close-popup-second img,
.close-popup-third img,
.spesial-close img {
  width: 18px
}

.popup .form__classic-item input,
.popup-fourth .form__classic-item input,
.popup-second .form__classic-item input,
.popup-third .form__classic-item input {
  max-width: 100%
}

.popup-fourth .review-item_original {
  border: 0;
  padding: 10px 0 0
}

.popup-fourth .review-item_original:before {
  display: none
}

.popup-fourth .review-item_original .review__name {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase
}

.popup-second h3 {
  font-size: 38px
}

.city {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

.city a:hover {
  color: #0072cf
}

@media (max-width:930px) {

  .popup,
  .popup-fourth,
  .popup-second,
  .popup-third {
    border-radius: 15px;
    margin: 0 10px
  }
}

@media (max-width:840px) {
  .popup .form__classic-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }

  .popup .form__classic-item button,
  .popup .form__classic-item input,
  .popup .form__classic-item p,
  .popup-fourth .form__classic-item button,
  .popup-fourth .form__classic-item input,
  .popup-fourth .form__classic-item p,
  .popup-second .form__classic-item button,
  .popup-second .form__classic-item input,
  .popup-second .form__classic-item p,
  .popup-third.active .form__classic-item button,
  .popup-third.active .form__classic-item input,
  .popup-third.active .form__classic-item p {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media (max-width:550px) {

  .popup,
  .popup-fourth,
  .popup-second,
  .popup-third {
    gap: 15px;
    padding: 25px
  }

  .popup .section-title,
  .popup-fourth .section-title,
  .popup-second .section-title,
  .popup-third .section-title {
    font-size: 21px
  }

  .popup p:last-of-type,
  .popup-fourth p:last-of-type,
  .popup-second p:last-of-type,
  .popup-third p:last-of-type {
    font-size: 12px;
    margin-bottom: 10px
  }

  .popup-fourth>span,
  .popup-second>span,
  .popup-third>span,
  .popup>span {
    font-size: 12px
  }

  .popup .close-popup,
  .popup .close-popup-fourth,
  .popup .close-popup-second,
  .popup .close-popup-third,
  .popup-fourth .close-popup,
  .popup-fourth .close-popup-fourth,
  .popup-fourth .close-popup-second,
  .popup-fourth .close-popup-third,
  .popup-second .close-popup,
  .popup-second .close-popup-fourth,
  .popup-second .close-popup-second,
  .popup-second .close-popup-third,
  .popup-third .close-popup,
  .popup-third .close-popup-fourth,
  .popup-third .close-popup-second,
  .popup-third .close-popup-third,
  .spesial-close {
    right: 15px;
    top: 15px;
    width: 14px
  }
}

.section-grey .faq {
  padding-top: 140px
}

.faq-inner {
  gap: 20px
}

.faq-inner,
ul.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

ul.faq-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.faq-item .panel-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.25;
  padding: 10px 10px 10px 35px;
  text-transform: uppercase
}

.faq-item .panel-title.panel-active {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, .12)
}

.faq-item .panel-title:after {
  background: rgba(228, 0, 71, .1) url(../img/icons/arrow.svg) 50% no-repeat;
  border-radius: 5px;
  content: "";
  display: block;
  height: 65px;
  min-width: 65px;
  opacity: 1;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 65px
}

.faq-item .panel-title.panel-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-item .panel-body {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  border-radius: 15px;
  height: 0;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  position: relative;
  -webkit-transition: height .2s linear, padding .3s ease, opacity .1s ease;
  transition: height .2s linear, padding .3s ease, opacity .1s ease;
  z-index: 2
}

.faq-item .panel-body.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #e0e7ed;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  height: auto;
  opacity: 1;
  padding: 30px 35px;
  pointer-events: all
}

.faq-inner--grey .faq-item .panel-title {
  background-color: #ecf1f5
}

.faq-inner--grey .faq-item .panel-title:after {
  background: #fff url(../img/icons/arrow.svg) 50% no-repeat
}

@media (max-width:970px) {
  .section-grey .faq {
    padding-top: 80px
  }

  .faq-item .panel-title {
    font-size: 16px;
    padding: 10px
  }

  .faq-item .panel-body.active {
    padding: 15px 20px
  }
}

@media (max-width:600px) {
  ul.faq-item {
    gap: 5px
  }

  .faq-item .panel-title {
    font-size: 14px;
    min-height: 75px;
    min-height: none;
    padding-bottom: 12px;
    padding-top: 12px
  }

  .faq .section-title {
    border-bottom: 0;
    padding-bottom: 0
  }

  .faq-item .panel-title:after {
    height: 40px;
    min-width: 40px;
    width: 40px
  }
}

.third__form .form__classic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  background-color: #ecf1f5;
  color: #171717;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0
}

.third__form .form__classic .third__form-item:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 60px 0 60px 75px
}

.third__form .form__classic .third__form-item:first-child>p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  gap: 8px
}

.third__form .form__classic .third__form-item:first-child>p:before {
  background: url(../img/icons/call.svg) 50% no-repeat;
  content: "";
  display: block;
  height: 19px;
  width: 19px
}

.third__form .form__classic .third__form-item:first-child>p>a {
  border: none;
  color: #e40047;
  font-weight: 600
}

.third__form .form__classic .third__form-item:first-child>p>a:hover {
  border: none;
  color: #171717
}

.third__form .form__classic .third__form-item:first-child>span {
  color: #171717;
  margin-bottom: 15px
}

.third__form .form__classic .third__form-item:first-child form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.third__form .form__classic .third__form-item:first-child form input {
  background-color: #dce6ee;
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form input::-webkit-input-placeholder {
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form input::-moz-placeholder {
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form input:-ms-input-placeholder {
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form input::-ms-input-placeholder {
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form input::placeholder {
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form button,
.third__form .form__classic .third__form-item:first-child form input,
.third__form .form__classic .third__form-item:first-child form p {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px)
}

.third__form .form__classic .third__form-item:first-child form p {
  -ms-flex-item-align: center;
  align-self: center;
  color: #96a8b7
}

.third__form .form__classic .third__form-item:first-child form p>a {
  border-bottom: 1px solid #96a8b7
}

.third__form .form__classic .third__form-item:first-child form p>a:hover {
  border-color: #e40047;
  color: #e40047
}

.third__form .form__classic .third__form-item:last-child {
  border-radius: 20px;
  min-height: 100%;
  min-width: 33.82%;
  overflow: hidden
}

.third__form .form__classic .third__form-item:last-child img {
  min-height: 100%
}

.third__form .form__classic h2 {
  color: #171717;
  font-weight: 700
}

.third__form .form__classic h2>span {
  color: #1e4889;
  font-weight: 700
}

@media (max-width:1000px) {
  .third__form .form__classic .third__form-item:last-child {
    display: none
  }

  .third__form .form__classic .third__form-item:first-child {
    padding-right: 75px
  }
}

@media (max-width:900px) {
  .third__form .form__classic .third__form-item:first-child form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .third__form .form__classic .third__form-item:first-child>p {
    font-size: 14px
  }
}

@media (max-width:550px) {
  .third__form .form__classic .third__form-item:first-child {
    gap: 10px;
    padding: 25px
  }
}

@media (max-width:430px) {
  .third__form .form__classic .third__form-item:first-child>p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
  }

  .third__form .form__classic .third__form-item:first-child>p:before {
    display: none
  }
}

.footer-grey {
  background-color: #00162f;
  color: #fff;
  padding: 80px 0
}

.footer__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px
}

.footer__top .logo {
  max-width: 150px
}

.footer__top-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__top-flex,
.footer__top-flex>div:first-of-type {
  gap: 30px
}

.footer__top-flex,
.footer__top-flex .footer-contact:nth-of-type(3),
.footer__top-flex>div:first-of-type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__top-flex .footer-contact:nth-of-type(3) {
  gap: 15px
}

.footer__top-flex .footer-contact:nth-of-type(3):before {
  background: url(../img/icons/call-footer.svg) 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 35px;
  width: 35px
}

.footer__top-flex .footer-address {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  white-space: nowrap
}

.footer__top-flex .footer-address:before {
  background: url(../img/icons/map-footer.svg) 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 35px;
  width: 35px
}

.footer__top-flex .search-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .15);
  border-radius: 4px;
  color: hsla(0, 0%, 100%, .35);
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 8px 15px
}

.footer__top-flex .search-footer:after {
  background: url(../img/icons/search-footer.svg) 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 17px;
  width: 17px
}

.footer__top-flex .footer-call {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap
}

.footer__top-flex .footer-call a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1
}

.footer__top-flex .footer-call span {
  color: hsla(0, 0%, 100%, .45);
  font-size: 11px
}

.footer__top-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  gap: 15px;
  align-items: center;
}

.footer__top-soc a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  transition: padding .3s linear;
}

.footer__top-soc a picture {
  width: 100%;
  height: 100%;
}

.footer__top-soc a picture img {
  width: 100%;
  height: 100%;
}

.footer__top-soc a:hover {
  padding: 0;
}

.footer__center {
  border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.footer__center .form__classic {
  background-color: transparent;
  padding: 35px 0
}

.footer__center .form__classic h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase
}

.footer__center .form__classic form input {
  background-color: #26384e;
  color: hsla(0, 0%, 100%, .45)
}

.footer__center .form__classic form input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .45)
}

.footer__center .form__classic form input::-moz-placeholder {
  color: hsla(0, 0%, 100%, .45)
}

.footer__center .form__classic form input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .45)
}

.footer__center .form__classic form input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .45)
}

.footer__center .form__classic form input::placeholder {
  color: hsla(0, 0%, 100%, .45)
}

.footer__center .services-form:before {
  display: none
}

.footer__bottom {
  padding-top: 35px
}

.footer-nav {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 380px
}

.footer-link,
.footer-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.footer-link>a {
  font-weight: 500
}

.footer-link>ul {
  color: hsla(0, 0%, 100%, .45)
}

.footer-black {
  background-color: #000e1e
}

.footer-copyright {
  color: hsla(0, 0%, 100%, .45);
  font-size: 13px;
  margin: 0 auto;
  max-width: 90%;
  padding: 25px 0;
  text-align: center
}

.footer-copyright span {
  display: block;
  margin-bottom: 10px
}

@media (max-width:1024px) {
  .footer-nav {
    max-height: 600px
  }
}

@media (max-width:920px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
  }

  .footer-grey {
    padding: 40px 0
  }
}

@media (max-width:800px) {
  .footer__top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .footer__top-flex>div:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .footer__top-flex>div:first-of-type,
  .footer__top-flex>div:first-of-type .search-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }

  .footer__top-flex>div:first-of-type .search-footer {
    height: 40px
  }
}

@media (max-width:660px) {
  .footer-nav {
    gap: 20px;
    max-height: none
  }
}

@media (max-width:550px) {
  .footer__top .logo {
    max-width: 120px
  }

  .footer__top-flex .footer-call a {
    font-size: 14px
  }

  .footer__center .form__classic h3 {
    font-size: 16px
  }

  .footer__bottom {
    padding-top: 25px
  }

  .footer__center .form__classic {
    padding: 25px 0 10px
  }

  .footer-copyright {
    max-width: 100%
  }
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), url(../fonts/Inter/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter/Inter-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter"), url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter/Inter-SemiBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: local("Inter"), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff");
  font-display: swap;
}


.doctors__card {
  flex-basis: calc((100% - 40px) / 2);
}

@media (max-width: 900px) {
  .doctors__card {
    flex-basis: 100%;
  }
}

.all__gallery-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

}

.all__gallery-picture {
  max-height: 450px;
  overflow: hidden;

}

.all__gallery-picture img {
  max-height: 450px;
  object-fit: cover;
}

.search-form {
  position: relative;
  border-radius: 5px;
  display: flex;
}

.search-form * {
  border: 0;
}

.search-form input {
  max-width: 12em;
  padding-left: 24px;
}

.search-form .btn {
  padding-left: 0;
  background: url(/assets/img/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 6px;
  top: 2.5px;
}

.search-form .form_control {
  border: 1px solid #1e4889;
  border-radius: 20px;
}

.text-info {
  margin-block: 30px;
}

.second__form-item-title {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-item-middle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.doctors__content div {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.review-item .review__name,
.review-item_original {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.review__name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.all__article-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.article-doc_name-author {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 280px;
}

.third__form-item-title {
  color: #171717;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}

.third__form-item .third__form-item-text {
  color: #1e4889;
  font-weight: 700;
  font-size: 38px;
}

img {
  content-visibility: auto;
}

@media (max-width: 650px) {
    .service-content picture.service-item {
        display: none;
    }
}

/*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, .73);
        opacity: 0;
        transition: opacity 300ms;
    }

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

    .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 (max-width: 639px) {
        .bottom-info__wrapper .bottom-info__action {
            margin: 10px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__button-agree {
        font-size: .9em;
        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*/