@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap);

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-LightBETA.ttf) format("ttf"), url(../fonts/Inter-LightBETA.woff2) format("woff2"), url(../fonts/Inter-LightBETA.woff) format("woff"), url(../fonts/Inter-LightBETA.eot) format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Tenor Sans";
  src: url(../fonts/TenorSans.ttf) format("ttf"), url(../fonts/TenorSans.woff2) format("woff2"), url(../fonts/TenorSans.woff) format("woff"), url(../fonts/TenorSans.eot) format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1
}

button,
input,
textarea {
  outline: 0 !important;
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s;
  font-family: inherit
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
  outline: 0 !important
}

::-webkit-input-placeholder {
  color: #222
}

::-moz-placeholder {
  color: #222
}

:-moz-placeholder {
  color: #222
}

:-ms-input-placeholder {
  color: #222
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

html {
  height: 100%;
  scroll-behavior: smooth
}

svg {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

path,
svg {
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 125ms;
  -o-transition: 125ms;
  transition: 125ms
}

a:focus,
a:hover {
  text-decoration: none !important
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

i {
  line-height: 100%
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

button {
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 125ms;
  -o-transition: 125ms;
  transition: 125ms;
  background-color: inherit;

}

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

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none
}

.page {
  overflow-x: hidden;
  width: 100%;
  background: #f9faff;
  min-height: 100vh
}

body {
  font-family: Inter, sans-serif !important;
  font-weight: 400;
  color: #132146;
  letter-spacing: .3px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

body.fixed-body {
  overflow-y: hidden
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  width: 100%
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0
}

.container {
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 40px
}



.container--small {
  max-width: 1454px
}
@media screen and (max-width:1600px){
  .container{
    padding: 0 50px;
  }
}
@media screen and (max-width:1100px) {
  .container {
    padding: 0 30px
  }
}

.display1 {
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  font-family: 'Tenor Sans', sans-serif
}

.display2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  font-family: 'Tenor Sans', sans-serif
}

.display3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  font-family: 'Tenor Sans', sans-serif
}

.grey-text {
  color: #657f92
}

@media screen and (max-width:992px) {
  .container {
    padding: 0 20px
  }

  .display1,
  .display2 {
    font-size: 48px
  }
}

@media screen and (max-width:768px) {

  .display1,
  .display2 {
    font-size: 32px
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
  letter-spacing: .02em;
  border: none;
  line-height: 100%;
  vertical-align: center;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dark-blue {
  background-color: #132146;
  color: #fff;
  letter-spacing: .06em
}

.btn-dark-blue:hover {
  color: #fff;
  background-color: #2581c4
}

.btn-light-blue {
  background: #e5f1fa;
  color: #2581c4;
  letter-spacing: .06em
}

.btn-light-blue:hover {
  background: #132146;
  color: #fff
}

input,
textarea {
  letter-spacing: .02em
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #657f92
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #657f92
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #657f92
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #657f92
}

input::placeholder,
textarea::placeholder {
  color: #657f92
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
  background: #f9faff;
  border: 1px solid #b0c8d9;
  width: 64px;
  height: 64px;
  border-radius: 50%
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #e5f1fa;
  border-color: #e5f1fa
}

.form-group {
  position: relative;
  margin-bottom: 16px
}

.form-group input,
.form-group textarea {
  width: 100%;
  height: 58px;
  font-size: 14px;
  padding: 0 24px;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
  background: #f9faff;
  border: 1px solid #e5f1fa;
  border-radius: 60px;
  line-height: 100%;
  padding-bottom: 1px;
}

.form-group input:focus,
.form-group textarea:focus {
  background: #fff
}

.form-group textarea {
  resize: none;
  height: 114px;
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 16px
}

.form-group__error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out
}

.form-group__error-icon {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 9.70588px;
  color: #fff;
  margin-right: 5px
}

.form-group__error-text {
  font-size: 12px;
  line-height: 15px
}

.form-group--error .form-group__error {
  opacity: 1
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent
}

.videoPoster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .8s, height;
  -o-transition: opacity .8s, height;
  transition: opacity .8s, height
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 134px;
  height: 134px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url(../img/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s
}

.videoPoster:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 145px;
  height: 145px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, .5);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%
}

@media screen and (max-width:1200px) {
  .videoPoster::before {
    width: 110px;
    height: 110px
  }

  .videoPoster::after {
    width: 120px;
    height: 120px
  }
}

@media screen and (max-width:768px) {
  .videoPoster::before {
    width: 81px;
    height: 81px;
    background-size: 24px auto
  }

  .videoPoster::after {
    width: 88px;
    height: 88px
  }
}

.videoPoster:hover {
  cursor: pointer
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, .8s;
  -o-transition-delay: 0s, .8s;
  transition-delay: 0s, .8s
}

.custom-select {
  position: relative;
  cursor: pointer;
}

.feedback__items {
  margin-bottom: 50px;
}

.custom-select input {
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 15px auto;
  width: 100%;
  padding-bottom: 1px;
  pointer-events: none;
  cursor: pointer;
}

.custom-select--active input {
  background-image: url(../img/select-arrow.png)
}

.custom-select--active .custom-select__dropdown {
  display: block
}

.custom-select__dropdown {
  background: #f9faff;
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, .1);
  border-radius: 6px;
  padding: 8px 0;
  margin-top: 8px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 5;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.custom-select__dropdown-inner {
  max-height: 300px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.custom-select__dropdown-item {
  padding: 8px 16px;
  min-height: 41px;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.custom-select__dropdown-item:hover {
  cursor: pointer;
  background-color: #e5f1fa
}

.custom-select__dropdown-item--selected {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.check input {
  position: absolute;
  opacity: 0
}

.check input:checked+label::before {
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #e5f1fa;
  background-color: #e5f1fa
}

.check input:disabled+label {
  color: #aaa;
  pointer-events: none
}

.check label {
  padding-left: 34px;
  position: relative;
  min-height: 24px;
  font-size: 14px;
  line-height: 186%;
  display: block;
  cursor: pointer;
  color: #657f92
}

.check label:hover:before {
  background-color: #f9faff
}

.check label:before {
  content: '';
  position: absolute;
  z-index: 1;
  border: 1px solid #b0c8d9;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  left: 0;
  top: 1px
}

.check label a {
  color: #2581c4
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  overflow-x: auto
}

.tab {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
  padding: 30px 0;
  font-weight: 600;
  text-transform: uppercase
}

.tab:not(:last-child) {
  margin-right: 35px
}

.tab--active {
  color: #2581c4;
  pointer-events: none;
  border-bottom: 2px solid #2581c4;
}

.tab:hover {
  color: #2581c4;
  cursor: pointer
}
.service-desc__text img{
  display: block;
  margin-bottom: 10px;
}
.tab__content {
  display: none
}

.tab__content--active {
  display: block
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 106px
}

.pagination__item {
  font-weight: 600;
  font-size: 17px;
  line-height: 165%;
  margin: 0 24px;
  color: #657f92
}

.pagination__item--active {
  color: #2581c4;
  pointer-events: none
}

.pagination__item:hover {
  color: #2581c4
}

.pagination__btn {
  margin: 0 24px
}

.pagination__btn:first-child {
  margin-left: 0
}

.pagination__btn:last-child {
  margin-right: 0
}

.pagination__btn svg {
  margin-bottom: 3px
}

.pagination__btn--disabled path {
  fill: #657f92
}

@media screen and (max-width:992px) {
  .tabs {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .tab {
    margin-left: 24px;
  }
}

@media screen and (max-width:768px) {
  .form-group input {
    height: 54px
  }

  .form-group textarea {
    height: 101px
  }

  .check label {
    line-height: 157%
  }
}

.header {
  position: relative
}

.header__logo {
  width: 214px;
  display: block
}

.header__logo img {
  width: 100%
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__address {
  max-width: 210px
}

.header__address,
.header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 26px;
  color: #657f92
}

.header__address svg,
.header__time svg {
  margin-right: 24px
}

.header__time {
  margin-left: 70px
}

.header__time-item {
  display: block;
  line-height: 26px
}

.header__phone {
  margin-left: 84px
}

.header__phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .03em
}

.header__phone-link svg {
  margin-right: 24px
}

.header__phone-link:hover {
  color: #2581c4
}

.header__phone-btn {
  padding: 0 8px;
  height: 28px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 8px;
  margin-left: 44px;
  white-space: nowrap;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}

@-moz-document url-prefix() {
  .header__phone-btn {
    padding-bottom: 2px;
  }
}

.header__btn,
.header__mob-btn {
  width: 213px;
  height: 56px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 129px;
  letter-spacing: .8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  /* padding-top: 1px; */
}

.header__mob-btn {
  margin-left: 0;
  display: none
}

.header__burger {
  display: none
}

.header__search {
  padding-right: 40px
}

.header__search--active .header__search-hidden {
  opacity: 1;
  pointer-events: unset
}

.header__search--active-btn {
  pointer-events: none
}

.header__search-btn:hover path {
  fill: #132146
}

.header__search-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 30px 30px rgba(193, 207, 215, .3);
  box-shadow: 0 30px 30px rgba(193, 207, 215, .3);
  padding: 30px 40px
}

.header__search input {
  height: 44px;
  padding: 0;
  border: none;
  font-size: 17px;
  width: 100%
}

.header__search-close:hover path {
  fill: #132146
}

.header__search-close,
.header__search-find {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header__search-close {
  padding-bottom: 3px;
}



.header__search-find {
  right: 96px;
  width: 99px;
  height: 56px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px
}

.header-top {
  padding: 16px 0;
  -webkit-box-shadow: inset 0 -1px 0 #e3e3e3;
  box-shadow: inset 0 -1px 0 #e3e3e3
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-bottom {
  background: #f9faff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10
}

.header-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.nav__item {
  display: block;
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 40px 45px;
}

.nav__item--dropdown {
  /* text-transform: unset; */
  /* padding-bottom: 42px; */
}

.nav__item--dropdown.nav__item--active-link {
  pointer-events: unset
}

.nav__item--active {
  color: #132146
}

.nav__item--active::before {
  opacity: 1
}

.nav__item--active .nav__item-hidden {
  opacity: 1;
  pointer-events: unset
}

.nav__item:before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #2581c4;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s
}
.nav__item.active:before{
 opacity: 1;
}
.nav__item--active-link {
  pointer-events: none
}

.nav__item--active-link,
.nav__item:hover {
  color: #132146
}

.nav__item--active-link::before,
.nav__item:hover::before {
  opacity: 1
}

.nav__item:active {
  color: #2581c4
}

.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--close {
  background: transparent;
}

.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-button.fancybox-button--arrow_right[disabled],
.fancybox-button.fancybox-button--arrow_left[disabled] {
  filter: brightness(0.5);
}

.fancybox-button.fancybox-button--close {
  color: #fff;
  width: 52px;
  height: 52px;
}

.nav__item-hidden {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 1700px;
  max-width: 100%;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 20px;
  z-index: 10
}

.nav__item-hidden-inner {
  background-color: #fff;
  padding: 40px 40px 56px;
  display: grid;
  gap: 0 54px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
}

.nav__item-link {
  text-transform: uppercase
}

.nav__item-link--first {
  line-height: 16px;
}

.nav__item-link:hover {
  color: #132146
}

.nav__item-link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  text-transform: initial;
}


.nav__item-link2 img {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px
}

.nav__item-link2:hover {
  color: #2581c4
}

@media screen and (max-width:1520px) {
  .nav {
    margin-right: 80px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .nav__item {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media screen and (max-width:1450px) {

  .header__phone,
  .header__time {
    margin-left: 20px
  }

  .header__btn {
    margin-left: 40px
  }
}

@media screen and (max-width:1380px) {
  .nav__item {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:1240px) {
  .header__logo {
    width: 180px
  }

  .header__address {
    max-width: 170px;
    font-size: 12px;
    line-height: 140%
  }

  .header__address svg {
    margin-right: 12px;
    width: 17px;
    height: 18px
  }

  .header__phone,
  .header__time {
    font-size: 12px
  }

  .header__phone svg,
  .header__time svg {
    margin-right: 12px;
    width: 17px;
    height: 18px
  }

  .header__phone-item,
  .header__time-item {
    line-height: 140%
  }

  .header__phone-link {
    font-size: 13px
  }

  .header__phone-btn {
    margin-left: 29px
  }

  .header__btn {
    width: 190px;
    height: 45px;
    font-size: 12px;
    margin-left: 30px
  }
}

@media screen and (max-width:1130px) {
  .nav__item {
    padding-left: 8px;
    padding-right: 8px
  }
}

@media screen and (max-width:1100px) {

  .header__phone {
    margin-left: 15px;
  }

  .header__time {
    margin-left: 15px
  }

  .header__btn {
    width: 180px;
    margin-left: 20px
  }
}

@media screen and (max-width:992px) {
  .header__logo {
    width: 156px
  }

  .header__address,
  .header__btn,
  .header__time {
    display: none
  }

  .header__phone {
    margin-right: 48px
  }

  .header__phone-btn {
    display: none
  }

  .header__phone-link svg {
    margin-right: 0
  }

  .header__phone-link span {
    display: none
  }

  .header__phone-link path {
    fill: #2581c4
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 18px;
    height: 15px
  }

  .header__burger:hover span,
  .header__burger:hover:after,
  .header__burger:hover:before {
    background-color: #132146;
    -webkit-transition: .225s;
    -o-transition: .225s;
    transition: .225s
  }

  .header__burger span,
  .header__burger:after,
  .header__burger:before {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #2581c4;
    left: 0
  }

  .header__burger:before {
    content: "";
    position: absolute;
    top: 0
  }

  .header__burger:after {
    content: "";
    position: absolute;
    bottom: 0
  }

  .header__burger--active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }

  .header__burger--active::before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
  }

  .header__burger--active::after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg)
  }

  .header__search {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    position: relative;
    padding: 0
  }

  .header__search--active .header__search-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .header__search-hidden {
    position: static;
    margin-top: 40px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none
  }

  .header__search input {
    border: 1px solid #e5f1fa;
    height: 58px;
    border-radius: 60px;
    padding: 0 24px;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: calc(100% - 30px)
  }

  .header__search-find {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px
  }

  .header__search-close {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: 16px;
    padding-bottom: 0;
  }

  .header__search-close svg {
    vertical-align: unset;
  }

  .header__mob-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: auto; */
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .header-top {
    padding: 12px 0
  }

  .header-bottom {
    height: calc(100vh - 76px);
    width: 100%;
    position: fixed;
    left: -100%;
    top: 76px;
    overflow-y: auto;
    padding-bottom: 20px;
    -webkit-transition: .225s;
    -o-transition: .225s;
    transition: .225s
  }

  .header-bottom--active {
    left: 0
  }

  .header-bottom__inner {
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 12px
  }

  .header-bottom .container {
    height: 100%
  }

  .nav {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 0;
    display: block;
    margin-top: 42px
  }

  .nav__item {
    padding: 0;
    margin-bottom: 35px
  }

  .nav__item:first-child {
    margin-left: 0
  }

  .nav__item::before {
    display: none
  }
}

.footer {
  background-color: #132146;
  padding: 36px 0 44px
}

.footer-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__nav-item {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .8px;
  color: #fff;
  text-transform: uppercase
}

.footer__nav-item:hover {
  color: #e5f1fa
}

.footer__nav-item:not(:last-child) {
  margin-right: 58px
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -13px
}

.footer__socials-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(101, 127, 146, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__socials-item:not(:last-child) {
  margin-right: 40px
}

.footer__socials-item:hover {
  background-color: #e5f1fa
}

.footer__socials-item:hover path {
  fill: #2581c4
}

.footer__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__pay-item:not(:last-child) {
  margin-right: 24px
}

.footer-bottom {
  margin-top: 40px
}
.footer__pay-rights{
  font-size: 10px;
  line-height: 20px;
  color: #b0c8d9;
  max-width: 160px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .footer__pay-rights{
    text-align: center;
    margin-left: 0;
    max-width: 280px;
  }
}
.footer-bottom__inner {
  padding-top: 40px;
  border-top: 1px solid rgba(101, 127, 146, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__logo {
  width: 190px;
  display: block
}

.footer__logo img {
  width: 100%
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__address {
  max-width: 210px
}

.footer__address,
.footer__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 26px;
  color: #b0c8d9
}

.footer__address svg,
.footer__time svg {
  margin-right: 24px
}

.footer__time {
  margin-left: 80px
}

.footer__time-item {
  display: block;
  line-height: 26px
}

.footer__phone {
  margin-left: 86px
}

.footer__phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  letter-spacing: .8px
}

.footer__phone-link svg {
  margin-right: 24px
}

.footer__phone-link:hover {
  color: #2581c4
}

.footer__phone-btn {
  padding: 0 8px;
  height: 28px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 8px;
  margin-left: 44px;
  margin-top: 6px;
  color: #2581c4;
  border: 1px solid rgba(101, 127, 146, .5);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 3px;
}

.footer__btn {
  width: 213px;
  height: 56px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 225px;
  background: #273353;
  color: #2581c4;
  line-height: 100%;
  padding-top: 0;
}

.footer__btn:hover {
  background: #2581c4;
  color: #fff
}

@media screen and (max-width:1600px) {
  .footer__nav-item:not(:last-child) {
    margin-right: 20px
  }

  .footer__socials-item:not(:last-child) {
    margin-right: 20px
  }

  .footer__pay-item:not(:last-child) {
    margin-right: 12px
  }

  .footer__btn {
    margin-left: 120px
  }
}

@media screen and (max-width:1450px) {

  .footer__phone,
  .footer__time {
    margin-left: 20px
  }

  .footer__btn {
    margin-left: 40px
  }
}

@media screen and (max-width:1200px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px
  }

  .footer__nav-item {
    margin-top: 10px
  }

  .footer__logo {
    width: 180px
  }

  .footer__address {
    max-width: 170px;
    font-size: 12px;
    line-height: 140%
  }

  .footer__address svg {
    margin-right: 12px;
    width: 17px;
    height: 18px
  }

  .footer__phone,
  .footer__time {
    font-size: 12px
  }

  .footer__phone svg,
  .footer__time svg {
    margin-right: 12px;
    width: 17px;
    height: 18px
  }

  .footer__phone-item,
  .footer__time-item {
    line-height: 140%
  }

  .footer__phone-link {
    font-size: 13px
  }

  .footer__phone-btn {
    margin-left: 29px;
    line-height: 100%;
    padding-bottom: 0;
    /* padding-top: 1px; */
  }

  @-moz-document url-prefix() {
    .footer__phone-btn {
      padding-top: 0;
    }
  }

  .footer__btn {
    width: 190px;
    height: 45px;
    font-size: 12px;
    margin-left: 30px
  }
}

@media screen and (max-width:1100px) {

  .footer__phone,
  .footer__time {
    margin-left: 5px
  }

  .footer__btn {
    width: 180px;
    margin-left: 20px
  }

  .footer__address,
  .footer__nav,
  .footer__time {
    display: none
  }
}

@media screen and (max-width:992px) {
  .footer {
    position: relative;
    padding: 40px 0
  }

  .footer .container {
    padding: 0
  }

  .footer-top {
    padding-top: 150px
  }

  .footer-bottom {
    margin-top: 32px;
    padding-bottom: 80px
  }

  .footer-bottom__inner {
    padding-top: 32px
  }



  .footer__phone {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0
  }

  .footer__phone-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer__phone-btn {
    width: 214px;
    height: 56px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin: 20px auto 0;
    color: #2581C4;
    padding-bottom: 0;
  }

  .footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 0
  }

  .footer__pay {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer__logo {
    width: 190px;
    margin: 0 auto
  }

  .footer__btn {
    display: none
  }
}

.doctor-card {
  position: relative
}

.doctor-card:before {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url(../img/card-shadow.svg);
  height: 100%;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -147px;
  left: 0;
  opacity: 0;
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s
}

.doctor-card:hover::before {
  opacity: 1
}

.doctor-card:hover .doctor-card__inner {
  background: #fff
}

.doctor-card:hover .doctor-card__btn {
  background: #132146;
  color: #fff;
  width: 232px;
  padding: 0 40px 0 20px;
}

.doctor-card:hover .doctor-card__btn:hover {
  color: #fff;
  background-color: #2581c4
}

.doctor-card:hover .doctor-card__btn::after {
  display: unset;
}



.doctor-card__inner {
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 24px;
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s;
  position: relative;
  z-index: 2
}

.doctor-card__img {
  background-color: #e5f1fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 24px;
  overflow: hidden;
  height: 388px
}

.doctor-card__img img {
  max-width: 100%;
  max-height: 100%;
  display: block
}

.doctor-card__title {
  font-size: 17px;
  line-height: 165%;
  margin-top: 24px;
  display: block;
  text-align: center
}

.doctor-card__expirience,
.doctor-card__prof {
  font-size: 14px;
  line-height: 186%;
  margin-top: 8px;
  color: #657f92;
  text-align: center
}

.doctor-card__expirience {
  margin-top: 4px
}

.doctor-card__btn {
  width: 206px;
  height: 56px;
  margin: 23px auto 0;
  border-radius: 60px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px 0 15px;

}

.doctor-card__btn svg {
  display: none
}

.doctor-card__btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/main-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: none;
}

.work-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  min-height: 300px;
}

.after-before .work-card {
  min-height: 462px
}

.work-card img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover
}

.work-card__left-badge {
  background: rgba(19, 33, 70, .4);
  border-radius: 0 20px 20px;
  width: 54px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2
}

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

.feedback-card__left {
  width: 158px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px
}

.feedback-card__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.feedback-card__by,
.feedback-card__date,
.feedback-card__name,
.feedback-card__text {
  font-size: 14px;
  line-height: 186%;
  color: #657f92;
  margin-bottom: 2px;
  display: block
}

.feedback-card__text {
  color: #132146
}

.feedback-card__by {
  margin-bottom: 0;
  margin-top: 20px
}

.feedback-card__by a {
  color: #2581c4
}

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

.feedback-card2__left {
  width: 158px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px
}

.feedback-card2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.feedback-card2__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center
}

.feedback-card2__by,
.feedback-card2__date,
.feedback-card2__doctor,
.feedback-card2__name,
.feedback-card2__text,
.feedback-card2__title {
  font-size: 14px;
  line-height: 186%;
  color: #657f92;
  margin-bottom: 2px;
  display: block
}

.feedback-card2__date {
  margin-left: 12px
}

.feedback-card2__text {
  color: #132146
}

.feedback-card2__title {
  margin-bottom: 0
}

.feedback-card2__doctor {
  color: #2581c4
}

.feedback-card2__by {
  margin-bottom: 0;
  margin-top: 20px
}

.feedback-card2__by a {
  color: #2581c4
}

.feedback-card2__img {
  width: 80px;
  height: 80px;
  margin-top: 24px;
  position: relative;
  border-radius: 24px;
  overflow: hidden
}

.feedback-card2__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover
}

.twentytwenty-overlay {
  border-radius: 24px;
  overflow: hidden
}

.twentytwenty-handle {
  width: 48px;
  height: 48px;
  background-color: #2581c4;
  border: 6px solid rgba(37, 129, 196, .4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.twentytwenty-handle:after,
.twentytwenty-handle:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #2581c4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.twentytwenty-after-label,
.twentytwenty-before-label {
  border-radius: 24px;
  opacity: 1 !important
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
  content: 'после';
  position: absolute;
  z-index: 1;
  top: unset !important;
  margin-top: 0 !important;
  bottom: 3px;
  right: 3px !important;
  background: rgba(19, 33, 70, .4) !important;
  border-radius: 20px 0 20px 20px !important;
  width: 83px;
  height: 30px;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1 !important
}

.twentytwenty-before-label::before {
  content: 'до';
  border-radius: 0 20px 20px !important;
  width: 54px;
  height: 30px;
  left: 5px !important
}

.twentytwenty-left-arrow:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid rgba(37, 129, 196, .4);
  left: -19px;
  top: -30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:2000px) {
  .work-card {
    min-height: calc((1740px - 620px - 42px) / 3.5);
  }

  .works .work-card {
    min-height: calc((1740px - 80px - 84px) / 5.25);
  }

  .after-before .work-card {
    min-height: calc((1740px - 80px - 42px) / 3.5);
  }
}

@media screen and (max-width:1820px) {
  .work-card {
    min-height: calc((100vw - 620px - 42px) / 3.5);
  }

  .works .work-card {
    min-height: calc((100vw - 80px - 84px) / 5.25);
  }

  .after-before .work-card {
    min-height: calc((100vw - 80px - 42px) / 3.5);
  }
}

@media screen and (max-width:1740px) {
  .works .work-card {
    min-height: calc((100vw - 80px - 42px) / 3.5);
  }
}

@media screen and (max-width:1400px) {
  .work-card {
    min-height: calc((100vw - 620px - 30px) / 3.5);
  }

  .works .work-card {
    min-height: calc((100vw - 80px - 42px) / 3.5);
  }

}

@media screen and (max-width:1159px) {
  .works .work-card {
    min-height: calc((100vw - 80px) / 1.75);
  }

  /* .doctor__work .work-card {
    min-height: calc((100vw - 60px - 30px) / 3.5);
  } */
}

@media screen and (max-width:1200px) {
  .after-before .work-card {
    min-height: calc((100vw - 80px) / 3.5);
  }

  .doctor__work .work-card {
    min-height: calc((100vw - 60px - 30px) / 3.5);
  }
}

@media screen and (max-width:1119px) {
  .work-card {
    min-height: calc((100vw - 60px - 30px) / 3.5);
  }

  .after-before .work-card {
    min-height: calc((100vw - 80px) / 1.75);
  }
}

@media screen and (max-width:1100px) {
  .work-card {
    min-height: calc((100vw - 60px - 30px) / 3.5);
  }

  .after-before .work-card {
    min-height: calc((100vw - 80px) / 1.75);
  }

}

@media screen and (max-width:992px) {
  .work-card {
    min-height: calc((100vw - 40px) / 1.75);
  }

  .doctor__work .work-card {
    min-height: calc((100vw - 40px) / 1.75);
  }
}

@media screen and (max-width:768px) {

  .doctor-card__img,
  .doctor-card__inner,
  .twentytwenty-after-label,
  .twentytwenty-before-label,
  .twentytwenty-overlay,
  .work-card {
    border-radius: 0
  }

  .work-card {
    min-height: calc(100vw / 1.75);
  }

  .after-before .work-card {
    min-height: calc(100vw / 1.75);
  }

  .feedback-card {
    display: block
  }

  .feedback-card__left {
    width: 100%;
    margin: 0 0 24px
  }

  .feedback-card__text {
    line-height: 156%
  }

  .feedback-card2 {
    display: block
  }

  .feedback-card2__left {
    width: 100%;
    margin: 0 0 24px
  }

  .feedback-card2__text {
    line-height: 156%
  }
}

@media screen and (max-width:576px) {
  /* .work-card {
    min-height: 300px
  } */

  .twentytwenty-after-label::before {
    bottom: 0 !important;
    right: 0 !important;
    border-radius: 0 !important
  }

  .twentytwenty-before-label::before {
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0 !important
  }
}

@media screen and (max-width:450px) {
  /* .work-card {
    min-height: 220px
  } */
}

.modal-dialog {
  pointer-events: unset;
  max-width: 620px;
  border-radius: 24px;
  border: 1px solid #e5f1fa;
  background-color: #fff;
  padding: 32px 48px
}

.modal__close {
  position: relative;
  margin-left: auto;
}

.modal__close:hover path {
  fill: #132146
}

.modal__close:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px
}

.modal__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 158%
}

.modal__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px
}

.modal__btn {
  width: 275px;
  height: 64px;
  margin: 24px auto 0;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px
}

.modal-backdrop {
  background: #3a3c41
}

.modal-backdrop.show {
  opacity: .7
}

@media screen and (max-width:628px) {
  .modal-dialog {
    margin: 10px 0;
    width: 100%;
    border-radius: 0;
    padding: 32px
  }

  .modal__top {
    margin-bottom: 32px
  }

  .modal__title {
    font-weight: 600;
    font-size: 17px
  }

  .modal__check {
    margin-top: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .modal__btn {
    margin-top: 32px;
    width: 100%
  }
}

.main__inner {
  padding-bottom: 55px;
  position: relative
}

.main__slide {
  position: relative;
  overflow: hidden;
  height: 678px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .main__slide{
    height: 640px;
  }

}
.main__bg {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: absolute;
  z-index: 2;
  padding: 68px 170px 36px;
  top: 0;
  left: 0
}

.main__title {
  max-width: 670px;
  color: #1c9d5b;
  letter-spacing: -.03em
}

.main__desc {
  font-size: 24px;
  line-height: 158%;
  margin-top: 53px;
  letter-spacing: .02em
}

.main__price {
  font-weight: 300;
  font-size: 52px;
  line-height: 92%;
  margin-top: 9px;
  letter-spacing: .02em
}

.main__btn {
  width: 257px;
  /* padding: 0 24px 0 32px; */
  height: 64px;
  border-radius: 60px;
  margin-top: 48px;
  font-weight: 600;
  font-size: 13px;
  /* line-height: 100%; */
  text-transform: uppercase;
  letter-spacing: .8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.main__btn svg {
  margin-left: 19px;
  margin-bottom: 0;
}

.main__hint {
  margin-top: auto;
  font-size: 17px;
  line-height: 28px;
  color: #657f92
}

.main .swiper-container {
  position: relative;
  z-index: 2;
  overflow: hidden
}

.main .swiper-pagination {
  position: absolute;
  left: unset;
  bottom: unset;
  right: 24px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px
}

.main .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 33px;
  height: 33px;
  position: relative
}

.main .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 16px
}

.main .swiper-pagination-bullet .pagination-progress {
  display: none
}

.main .swiper-pagination-bullet-active .pagination-progress {
  display: block
}

.main .swiper-pagination-bullet-active .pagination-empty {
  background: #2581c4 !important
}

.main .swiper-pagination .pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.main .swiper-pagination .pagination-item svg {
  position: absolute;
  opacity: .6;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transform: rotate(90deg) scale(-1, 1);
  -ms-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(90deg) scale(-1, 1)
}

.main .swiper-pagination .pagination-empty {
  background: #657f92;
  opacity: .6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block
}

.main__img {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 40%);
  -ms-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  max-width: 1438px;
  height: auto
}

.services {
  padding: 106px 0
}

.services__items {
  margin-top: 100px;
  display: grid;
  gap: 0 140px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  -webkit-box-shadow: inset 0 -1px 0 #e3e3e3;
  box-shadow: inset 0 -1px 0 #e3e3e3;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px
}

.services__item img {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px
}

.services__item:hover {
  color: #2581c4;
  background-image: url(../img/arrow-right.svg)
}

.doctors {
  padding: 54px 0 0
}

.doctors__title {
  text-align: center
}

.doctors__slider {
  margin-top: 100px;
  padding-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.doctors .swiper-container {
  padding-bottom: 80px;
  margin: 0 78px;
  width: calc(100% - 284px);
  overflow: hidden
}

.doctors .swiper-button-next,
.doctors .swiper-button-prev {
  position: static;
  margin-top: -81px
}

.about {
  padding: 160px 0;
  margin-top: 30px;
  background-image: url(../img/about-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto
}

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

.about__gallery {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 955px;
  height: 944px
}

.about__gallery-img {
  position: absolute;
  overflow: hidden
}

.about__gallery-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about__gallery-img:nth-child(1) {
  left: -130px;
  width: 521px;
  height: 521px;
  border-radius: 0 24px 0 0
}

.about__gallery-img:nth-child(2) {
  width: 391px;
  height: 274px;
  left: 423px;
  top: 0
}

.about__gallery-img:nth-child(3) {
  top: 553px;
  left: 0;
  width: 391px;
  height: 391px;
  border-radius: 0 0 0 24px
}

.about__gallery-img:nth-child(4) {
  width: 532px;
  height: 411px;
  border-radius: 0 0 24px;
  left: 423px;
  top: 306px
}

.about__btn {
  position: absolute;
  bottom: 133px;
  right: 0;
  width: 198px;
  height: 56px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  /* padding-top: 1px; */
  line-height: 100%;
  /* z-index: 30; */
}

.about__info {
  max-width: 500px;
  margin-left: 106px
}

.about__title {
  color: #1c9d5b
}

.about__desc {
  max-width: 425px
}

.about__desc p {
  font-size: 17px;
  line-height: 165%;
  color: #657f92;
  margin-top: 36px
}

.achievement {
  padding: 160px 0;
  background-image: url(../img/achievement-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden
}

.achievement__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* position: relative; */

}

.achievement__info {
  max-width: 503px;
  width: calc(100% - 1030px);
  position: relative;
  z-index: 2;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}

.achievement__desc {
  margin-top: 38px
}

.achievement__desc p {
  font-size: 17px;
  line-height: 165%;
  color: #657f92
}

.achievement__desc p:not(:last-child) {
  margin-bottom: 27px
}

.achievement__slider {
  width: 1030px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}

.achievement .swiper-container {
  width: calc(100% - 192px);
  margin: 0 32px;
  padding-left: 32px;
  /* height: 320px; */
}

.achievement .swiper-slide {
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s;
  width: unset;
  z-index: -1;
  position: relative;
  opacity: 0;
  pointer-events: none;
}

.achievement .swiper-slide::selection {
  color: transparent;
}

.achievement .swiper-slide-active,
.achievement .swiper-slide-next,
.achievement .swiper-slide-next+.swiper-slide,
.achievement .swiper-slide-next+.swiper-slide~.swiper-slide {
  opacity: 1;
  z-index: unset;
  pointer-events: unset
}


.achievement .swiper-button-next,
.achievement .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  z-index: 2;
  margin-top: 0
}

.achievement .swiper-button-prev {
  /* position: absolute;
  top: 50%;
  transform: translateY(-57%); */
  /* left: 550px; */
}

.achievement .swiper-button-next {
  /* right: 30px; */
}

.map__inner {
  padding-bottom: 60px;
}

.map__inner iframe {
  width: 100%;
  height: 700px;
  display: block;
  border-radius: 24px
}


@media screen and (max-width:3000px) {
  /* .achievement .swiper-button-prev {
    left: calc((100vw - 1740px) / 2 + 200px);
  }

  .achievement__slider {
    width: 1400px;
  } */
}

@media screen and (max-width:2300px) {
  /* .achievement__slider {
    width: 1200px;
  } */

  /* .achievement .swiper-button-prev {
    left: calc((100vw - 1740px) / 2 + 400px);
  } */
}

@media screen and (max-width:1900px) {
  /* .achievement .swiper-button-prev {
    left: 550px;
  }

  .achievement__slider {
    width: 1030px;
  } */
}

@media screen and (max-width:1700px) {

  /* .achievement__slider {
    width: 830px;
  } */
  .about__info {
    margin-left: 60px
  }
}

@media screen and (max-width:1400px) {
  .about__gallery {
    width: 668px;
    height: 660px
  }

  .about__gallery-img:nth-child(1) {
    left: -91px;
    width: 364px;
    height: 364px
  }

  .about__gallery-img:nth-child(2) {
    width: 273px;
    height: 192px;
    left: 296px
  }

  .about__gallery-img:nth-child(3) {
    top: 387px;
    left: 0;
    width: 273px;
    height: 273px
  }

  .about__gallery-img:nth-child(4) {
    width: 372px;
    height: 288px;
    left: 296px;
    top: 214px
  }

  .about__info {
    margin-left: 40px
  }

  .about__btn {
    bottom: 80px;
  }

  .achievement__info {
    width: calc(100% - 830px);
  }

  .achievement .swiper-button-prev {
    /* left: 500px; */
  }
}

@media screen and (max-width:1400px) {
  .main__left {
    padding: 50px 50px 30px
  }

  .doctors__slider {
    margin-top: 40px;
    position: relative;
    padding-bottom: 94px
  }

  .doctors .swiper-container {
    padding-bottom: 0;
    margin: 0 25px;
    width: calc(100% - 178px);
    overflow: hidden
  }

  .doctors .swiper-button-next,
  .doctors .swiper-button-prev {
    position: absolute
  }

  .doctors .swiper-button-prev {
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(calc(-100% - 24px));
    -ms-transform: translateX(calc(-100% - 24px));
    transform: translateX(calc(-100% - 24px))
  }

  .doctors .swiper-button-next {
    right: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(calc(100% + 24px));
    -ms-transform: translateX(calc(100% + 24px));
    transform: translateX(calc(100% + 24px))
  }

  .achievement__slider {
    width: 650px;
  }

  .achievement__info {
    width: calc(100% - 650px);
  }
}

@media screen and (max-width:1250px) {
  /* .about__btn {
    padding-top: 1px;
  } */

  /* .footer__btn {
    padding-top: 2px;
  } */

  /* .header__btn {
    padding-top: 2px;
  } */

  .achievement__slider {
    width: 550px;
  }
}

@media screen and (max-width:1200px) {
  .about {
    padding: 80px 0
  }

  .about__gallery {
    width: 534px;
    height: 528px
  }

  .about__gallery-img:nth-child(1) {
    left: -78px;
    width: 291px;
    height: 291px
  }

  .about__gallery-img:nth-child(2) {
    width: 218px;
    height: 154px;
    left: 237px
  }

  .about__gallery-img:nth-child(3) {
    top: 310px;
    left: 0;
    width: 219px;
    height: 219px
  }

  .about__gallery-img:nth-child(4) {
    width: 300px;
    height: 230px;
    left: 236px;
    top: 174px
  }

  .about__info {
    margin-left: 20px
  }

  .about__btn {
    bottom: 45px;
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .about__btn {
      padding-top: 0;
    }
  }

  .about__desc p {
    font-size: 15px
  }

  .doctor-card:hover .doctor-card__btn {
    padding: 1px 40px 0 20px;
  }

  @-moz-document url-prefix() {
    .doctor-card:hover .doctor-card__btn {
      padding: 0 40px 0 20px;
    }
  }

  .doctor-card__btn {
    padding: 1px 15px 0 15px;
  }

  @-moz-document url-prefix() {
    .doctor-card__btn {
      padding: 0 15px 0 15px;
    }
  }

  .header__btn {
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .header__btn {
      padding-top: 0;
    }
  }

  /* .achievement__slider {
    width: 500px;
  } */

  /* .achievement .swiper-button-prev {
    left: 450px;
  } */
}

@media screen and (max-width:1100px) {
  /* .achievement .swiper-button-prev {
    left: 400px;
  } */
}

@media screen and (max-width:992px) {
  .main {
    overflow: hidden
  }

  /* .achievement .container {
    padding: 0 20px;
  } */
  .header__mob-btn {
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .header__mob-btn {
      padding-top: 0;
    }
  }

  .main__slide {
    height: 450px;
  }

  .main__inner {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0
  }

  .main__desc {
    font-size: 18px;
    line-height: 18px;
  }

  .main__left {
    position: static;
    padding: 40px 32px 20px;
    /* background-color: #e5f1fa */
  }

  .main__bg {
    min-height: unset
  }

  .main__desc {
    margin-top: 24px;
  }

  .main__price {
    font-weight: 200;
    font-size: 40px;
    line-height: 48px;
    margin-top: 12px;
  }

  .main__btn {
    width: 300px;
    margin-top: 24px;
  }

  .main__hint {
    /* margin-top: 30px; */
    white-space: nowrap;
  }

  .main__img {
    width: 622px;
    height: auto;
    left: -28px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
  }

  .main .swiper-pagination {
    display: none
  }

  .services {
    padding: 60px 0 40px
  }

  .services__title {
    text-align: center
  }

  .services__items {
    margin-top: 40px;
    gap: 0 25px
  }

  .doctors {
    padding: 40px 0
  }

  .doctors .swiper-container {
    padding-bottom: 0;
    margin: 0;
    width: 100%
  }

  .about {
    padding-bottom: 70px
  }

  .about__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .about__info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
    margin: 0
  }

  .about__desc {
    max-width: 100%
  }

  .about__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: unset;
    margin-top: 41px;
    gap: 36px;
    padding-bottom: 96px
  }

  .about__gallery-img {
    width: unset !important;
    height: unset !important;
    position: relative;
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
    right: unset !important;
    border-radius: 0 !important
  }

  .about__gallery-img img {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
  }

  .about__btn {
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
  }

  .achievement {
    padding: 80px 0
  }

  .achievement__inner {
    display: block
  }

  .achievement__info {
    width: 100%;
    max-width: 100%;
    padding: 0
  }

  .achievement__slider {
    width: 100%;
    padding-bottom: 120px;
    position: relative;
    margin-top: 53px
  }

  .achievement .swiper-container {
    width: 100%
  }

  .achievement .swiper-slide {
    /* opacity: 0.3; */
    z-index: unset;
    pointer-events: unset
  }

  .achievement .swiper-button-next,
  .achievement .swiper-button-prev {
    position: absolute
  }

  .achievement .swiper-button-prev {
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(calc(-100% - 24px));
    -ms-transform: translateX(calc(-100% - 24px));
    transform: translateX(calc(-100% - 24px))
  }

  .achievement .swiper-button-next {
    right: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(calc(100% + 24px));
    -ms-transform: translateX(calc(100% + 24px));
    transform: translateX(calc(100% + 24px))
  }

  .map {
    position: relative;
    height: 606px;
    padding: 0;
    overflow: hidden
  }

  .map__inner iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media screen and (max-width:768px) {
  .doctors__slider {
    width: calc(100% + 40px);
    margin-left: -20px
  }

  .about__desc p {
    font-size: 14px
  }



  .achievement__desc p {
    font-size: 14px
  }

  .achievement .swiper-container {
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width:576px) {
  .main__title {
    text-align: center;
    max-width: 100%
  }

  .main__desc {
    margin-top: 24px;
    text-align: center
  }

  .main__price {
    font-weight: 200;
    font-size: 40px;
    line-height: 48px;
    margin-top: 12px;
    text-align: center
  }



  .main__hint {
    margin-top: 30px;
    text-align: center
  }

  .main__slide {
    padding-top: 240px
  }

  .main__slide {
    height: 240px;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 400px;
  }

  .main__left {
    background-color: #e5f1fa;
    height: 370px;
    position: absolute;
    top: 240px;
    width: 100%;
    padding: 40px 32px 36px;
  }

  .main__btn {
    min-height: 64px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .main__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 240px;
    width: auto
  }

  .main__img {
    bottom: -100px;
    left: -100px;
    width: 700px;
  }

  .main {
    overflow: visible;
  }

  .main__desc {
    font-size: 14px;
    line-height: 22px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
  }

  .main__hint {
    font-size: 10px;
    line-height: 16px
  }

  .services__items {
    grid-template-columns: 1fr
  }

  .services__item {
    font-size: 14px
  }

  .about__gallery {
    grid-template-columns: 1fr;
    width: calc(100% + 40px);
    margin-left: -20px
  }

  .about__gallery-img {
    height: unset
  }
}

.gallery {
  position: relative;
  z-index: 3;
  width: 982px;
  max-width: 100%
}

.gallery__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 3;
  background-color: transparent
}

.gallery-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  background-color: rgba(19, 33, 70, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 107px
}

.gallery-modal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 30;
}

.gallery__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.gallery .swiper-slide {
  overflow: hidden;
  position: relative
}

.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery .swiper-button-prev {
  left: -100px;
  right: auto;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.gallery .swiper-button-next {
  right: -100px;
  left: auto;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.gallery__big {
  position: relative
}

.gallery__big .swiper-slide {
  height: calc(100vh - 310px)
}

.gallery__small {
  margin-top: 20px
}

.gallery__small .swiper-slide {
  height: 70px;
  width: 70px
}

@media screen and (max-width:1200px) {
  .gallery {
    width: 700px
  }

  .gallery__big .swiper-slide {
    max-height: 700px
  }
}

@media screen and (max-width:992px) {
  .gallery {
    width: 100%;
    height: 100%
  }

  .gallery-modal {
    padding: 140px 0
  }

  .gallery__small {
    display: none
  }

  .gallery__close {
    top: 16px;
    right: 16px
  }

  .gallery .swiper-slide {
    height: unset
  }

  .gallery .swiper-button-prev {
    top: 100%;
    left: 50%;
    margin-top: 52px;
    -webkit-transform: translateX(calc(-100% - 24px));
    -ms-transform: translateX(calc(-100% - 24px));
    transform: translateX(calc(-100% - 24px))
  }

  .gallery .swiper-button-next {
    top: 100%;
    right: 50%;
    margin-top: 52px;
    -webkit-transform: translateX(calc(100% + 24px));
    -ms-transform: translateX(calc(100% + 24px));
    transform: translateX(calc(100% + 24px))
  }
}

.doctor {
  padding: 100px 0
}

.doctor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.doctor__left {
  width: calc(100% - 540px)
}

.doctor__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e3e3
}

.doctor__top-item {
  margin-top: 42px
}

.doctor__top-item p {
  font-size: 17px;
  line-height: 165%
}

.doctor__img {
  background-color: #e5f1fa;
  width: 390px;
  height: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
  margin-right: 82px
}

.doctor__img img {
  width: 100%;
  max-height: 100%
}

.doctor__title {
  color: #1c9d5b
}

.doctor__info-group {
  margin-top: 60px
}

.doctor__info-title {
  font-size: 17px;
  /* line-height: 165% */
  margin-bottom: 25px;
}

.doctor__info-desc {
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  /* line-height: 186% */
}

.doctor__info-desc--hidden {
  display: none
}

.doctor__info-desc--show {
  display: block
}

.doctor__info-all {
  margin-top: 8px;
  font-size: 14px;
  line-height: 186%;
  height: 27px;
  color: #2581c4;
  display: flex;
}

.doctor__info-all:hover {
  color: #132146
}

.doctor__info-all--active .doctor__info-all-show,
.doctor__info-all-hide {
  display: none
}

.doctor__info-all--active .doctor__info-all-hide {
  display: unset
}

.doctor__work {
  margin-top: 100px
}

.doctor__work .work-card {
  height: auto !important;
}

.works .work-card {
  height: auto !important;
}

.after-before .work-card {
  height: auto !important;
}

.doctor__work-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 42px 64px;
}

.doctor__video {
  margin-top: 120px
}

.doctor__video-player {
  margin-top: 60px;
  height: 638px;
  border-radius: 24px;
  overflow: hidden;
  position: relative
}

.doctor__feedback {
  margin-top: 120px
}

.doctor__feedback-items {
  margin-top: 60px
}

.doctor__feedback-item:not(:last-child) {
  margin-bottom: 48px
}

.doctor__feedback-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 190px;
  padding-right: 15px;
  margin-top: 75px
}

.doctor__feedback-link {
  width: 192px;
  height: 56px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 1px;
}

@-moz-document url-prefix() {
  .doctor__feedback-link {
    padding-top: 0;
  }
}

.feedback .doctor__feedback-link {
  margin: 0 auto;
}

.doctor__feedback-btn {
  height: 56px;
  font-weight: 600;
  font-size: 13px;
  color: #2581c4;
  text-transform: uppercase
}

.doctor__feedback-btn:hover {
  color: #132146
}

.doctor__licensy {
  margin-top: 120px
}

.doctor__licensy-desc {
  margin-top: 60px;
  font-size: 14px;
  line-height: 186%;
  color: #657f92
}

.doctor-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 470px
}

.doctor-form__inner {
  background: #fff;
  border: 1px solid #e5f1fa;
  border-radius: 24px;
  padding: 32px 48px;
  position: relative;
  z-index: 2
}

.doctor-form:before {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url(../img/card-shadow.svg);
  height: 100%;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -197px;
  left: 0;
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s;
  pointer-events: none
}

.doctor-form__desc,
.doctor-form__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 165%;
  text-align: center
}

.doctor-form__desc {
  font-weight: 400;
  color: #657f92
}

.doctor-form__fields {
  margin-top: 32px
}

.doctor-form__btn {
  width: 100%;
  height: 64px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 32px;
  border-radius: 60px
}

.doctor-form__phone {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e5f1fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.doctor-form__phone svg {
  margin-right: 24px
}

.doctor-form__phone-link,
.doctor-form__phone-title {
  font-size: 14px;
  line-height: 186%
}

.doctor-form__phone-title {
  color: #657f92;
  display: block
}

.doctors-page {
  padding: 100px 0
}

.doctors-page__group:not(:last-child) {
  margin-bottom: 124px
}

.doctors-page__title {
  color: #1c9d5b
}

.doctors-page__items {
  margin-top: 124px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width:1800px) {
  .doctor__video-player {
    height: calc((100vw - 580px) / 1.75);
  }

  /* .doctor__feedback-link {
    padding-top: 0;
  } */
}

@media screen and (max-width:1600px) {
  .doctors-page__items {
    margin-top: 55px;
    grid-template-columns: repeat(3, 1fr)
  }

  .doctors-page__group:not(:last-child) {
    margin-bottom: 90px
  }


}

@media screen and (max-width:1400px) {
  .doctor__left {
    width: calc(100% - 500px)
  }

  .doctor__img {
    margin-right: 20px;
    width: 330px;
    height: 330px
  }

  .doctor__work-grid {
    gap: 30px
  }



  .doctors-page {
    padding: 54px 0;
  }

  .doctors-page__items {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:1250px) {

  .doctor-form__btn {
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .doctor-form__btn {
      padding-top: 0;
    }
  }
}

@media screen and (max-width:1200px) {
  .doctor {
    padding: 54px 0
  }

  .doctor__inner {
    display: block
  }

  .doctor__left {
    width: 100%
  }

  .doctor-form {
    position: relative;
    margin: 60px auto 0;
    top: unset;
    right: unset
  }

  .doctor__video-player {
    height: calc((100vw - 80px) / 1.75);
  }

  .doctor-form__btn {
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .doctor-form__btn {
      padding-top: 0;
    }
  }
}

@media screen and (max-width:1100px) {
  .doctor__video-player {
    height: calc((100vw - 60px) / 1.75);
  }
}

@media screen and (max-width:1050px) {
  .doctor-form__btn {
    padding-top: 0;
  }
}

@media screen and (max-width:992px) {
  .doctor__work-grid {
    gap: 24px;
    grid-template-columns: 1fr
  }

  .doctor__video-player {
    height: calc((100vw - 40px) / 1.75);
  }
}

@media screen and (max-width:768px) {

  .main__left {
    max-width: 500px;
  }

  .doctor__top {
    display: block;
    position: relative;
    padding-top: 105px;
    padding-bottom: 0;
    border: none
  }

  .doctor__top-item p {
    font-size: 14px
  }

  .doctor__top-item p:not(:last-child) {
    margin-bottom: 10px
  }

  .doctor__img {
    height: 360px;
    width: calc(100% + 40px);
    margin: 0 0 67px -20px;
    border-radius: 0
  }

  .doctor__img img {
    width: auto
  }

  .doctor__title {
    position: absolute;
    top: 0;
    left: 0
  }

  .doctor__info-group {
    margin-top: 40px
  }

  .doctor__info-desc {
    line-height: 157%;
    margin-top: 12px
  }

  .doctor__info-desc:not(:last-child) {
    margin-bottom: 16px
  }

  .doctor__work-grid {
    margin-top: 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }



  .doctor__video-player {
    margin-top: 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    height: calc(100vw / 1.5);
  }

  .doctor__video-player button {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .doctor__feedback-nav {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .doctor__feedback-btn,
  .doctor__feedback-link {
    margin: 25px auto 0
  }

  .doctor__licensy {
    margin-top: 90px
  }

  .doctor__licensy-desc {
    margin-top: 40px
  }

  .doctors-page__items {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media screen and (max-width:720px) {
  .doctor-form__btn {
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .doctor-form__btn {
      padding-top: 0;
    }
  }
}


@media screen and (max-width:768px) and (max-width:400px) {
  /* .doctor__video-player {
    height: 215px
  } */
}

@media screen and (max-width:576px) {
  .doctor__top {
    padding-top: 135px
  }

  .main__left {
    max-width: 100%;
  }

  .doctor-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: 0
  }

  .doctor-form__inner {
    border-radius: 0;
    padding: 32px 24px
  }

  .doctor__feedback-nav {
    display: block;
  }
}

.service {
  padding: 100px 0
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.service__left {
  width: calc(100% - 540px)
}

.service__right {
  width: 470px
}

.service .doctor-form {
  position: -webkit-sticky;
  position: sticky;
  top: 115px
}

.service__title {
  color: #1c9d5b
}

.service__desc {
  font-size: 14px;
  line-height: 186%;
  margin-top: 60px
}

.service__tabs {
  margin-top: 20px
}

.service__content {
  margin-top: 60px
}

.service__subtitle {
  font-size: 17px;
  line-height: 165%;
  margin-bottom: 15px;
  color: #657f92
}

.service-desc__text p {
  font-size: 14px;
  line-height: 186%
}

.service-desc__text p:not(:last-child) {
  margin-bottom: 15px
}

.service-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: inset 0 -1px 0 #e3e3e3;
  box-shadow: inset 0 -1px 0 #e3e3e3;
  padding-bottom: 24px
}

.service-price__item:not(:last-child) {
  margin-bottom: 15px
}

.service-price__item-left {
  max-width: 685px
}

.service-price__item--hidden {
  display: none
}

.service-price__item--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.service-price__num,
.service-price__title {
  font-size: 17px;
  line-height: 165%
}

.service-price__desc {
  font-size: 14px;
  line-height: 186%;
  margin-top: 8px;
  color: #657f92
}

.service-price__price {
  font-size: 17px;
  line-height: 165%
}

.service-price__all {
  margin-top: 24px;
  height: 56px;
  color: #2581c4;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase
}

.service-price__all:hover {
  color: #132146
}

.service-price__all:hover path {
  fill: #132146
}

.service-price__all svg {
  margin-right: 10px
}

.service-price__all--active .service-price__all-show,
.service-price__all-hide {
  display: none
}

.service-price__all--active .service-price__all-hide {
  display: unset
}

.service-price__all--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.works {
  padding: 100px 0
}

.works__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 42px 80px
}

.works__all {
  width: 237px;
  height: 56px;
  margin: 60px auto 0;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  padding-top: 1px;
}

@-moz-document url-prefix() {
  .works__all {
    padding-top: 0;
  }
}

@media screen and (max-width:1400px) {
  .service__left {
    width: calc(100% - 500px)
  }
}

@media screen and (max-width:1300px) {
  .footer__btn {
    padding-top: 1px;
  }

  @-moz-document url-prefix() {
    .footer__btn {
      padding-top: 0;
    }
  }
}

@media screen and (max-width:1200px) {
  .service {
    padding: 54px 0
  }

  .service__inner {
    display: block
  }

  .service__left {
    width: 100%
  }

  .service__right {
    margin: 30px auto 0;
    max-width: 100%
  }

  .service__desc {
    margin-top: 32px
  }

  .service__tabs {
    margin-top: 12px
  }

  .service__content {
    margin-top: 32px
  }

  .works {
    padding: 54px 0
  }

  .works__all,
  .works__grid {
    margin-top: 40px
  }


}

.prices__item .service-price__item {
  padding: 16px 16px 16px 48px
}

@media screen and (max-width:992px) {
  .services--page {
    padding: 54px 0
  }

  .service__tabs .tab:last-child {
    margin-right: 20px;
  }
}

@media screen and (max-width:768px) {
  .service-price__item {
    display: block;
    position: relative
  }

  .service-price__desc {
    margin-top: 44px
  }

  .prices__item .service-price__item {
    padding: 15px;
  }

  .service-price__num {
    top: 50px;
    left: 15px;
    position: absolute;
  }

  .works__grid {
    grid-template-columns: 1fr;
    width: calc(100% + 40px);
    margin-left: -20px
  }

  .footer__phone-link:hover {
    color: #fff;
  }

  .footer__phone-link:active {
    color: #fff;
  }

  .footer__phone-link:focus {
    color: #fff;
  }

  .prices__tabs::-webkit-scrollbar {
    width: 1px;
  }

  .service__tabs::-webkit-scrollbar {
    width: 1px;
  }

  .doctor__info-all:hover {
    color: #2581c4
  }

  .doctor__info-all:active {
    color: #2581c4
  }

  .doctor__info-all:focus {
    color: #2581c4
  }
}

.prices {
  padding: 100px 0
}

.prices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.prices__left {
  width: calc(100% - 540px)
}

.prices__right {
  width: 470px
}

.prices .doctor-form {
  position: -webkit-sticky;
  position: sticky;
  top: 115px
}

.prices__title {
  color: #2581c4
}

.prices__desc {
  font-size: 14px;
  line-height: 186%;
  margin-top: 60px
}

.prices__tabs {
  margin-top: 20px;
}

.prices__content {
  margin-top: 30px
}

.prices__subtitle {
  font-size: 17px;
  line-height: 165%;
  margin-top: 36px;
  color: #657f92
}

.prices__item {
  padding: 16px 0;
  -webkit-box-shadow: inset 0 -1px 0 #e3e3e3;
  box-shadow: inset 0 -1px 0 #e3e3e3
}

.prices__item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 165%;
  color: #2581c4;
  padding: 0 16px;
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s
}

.prices__item-show svg {
  margin-right: 16px
}

.prices__item-show:hover {
  color: #132146;
  cursor: pointer
}

.prices__item-hidden {
  display: none
}



.prices__item .service-price__item:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0
}

@media screen and (max-width:1400px) {
  .prices__left {
    width: calc(100% - 500px)
  }
}

@media screen and (max-width:1200px) {
  .prices {
    padding: 54px 0
  }

  .prices__inner {
    display: block
  }

  .prices__left {
    width: 100%;
  }

  .prices__right {
    margin: 30px auto 0;
    max-width: 100%
  }

  .prices__desc {
    margin-top: 32px
  }

  .prices__tabs {
    margin-top: 12px;
    padding-right: 25px;
  }

}

.contacts {
  padding: 60px 0
}

.contacts__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 48px
}

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

.contacts__item svg {
  margin-right: 24px
}

.contacts__item-title {
  font-size: 17px;
  line-height: 165%;
  color: #657f92
}

.contacts__item-bottom {
  display: block;
  font-size: 17px;
  line-height: 165%;
  margin-top: 16px
}

.contacts__item-bottom p {
  line-height: 165%
}

.contacts__item a:hover {
  color: #2581c4
}

.contacts__map {
  margin-top: 60px;
  position: relative
}

@media screen and (max-width:992px) {
  .contacts__map {
    margin-top: 54px;
    height: 606px;
    width: calc(100% + 40px);
    margin-left: -20px
  }
}

@media screen and (max-width:576px) {
  .contacts {
    padding: 54px 0 0
  }

  .contacts__items {
    margin-top: 32px;
    padding-bottom: 50px;
  }

  .contacts__item svg {
    width: 24px;
    height: 24px
  }

  .contacts__item-bottom,
  .contacts__item-bottom p,
  .contacts__item-title {
    font-size: 14px;
    line-height: 157%
  }

  .contacts__item-bottom {
    margin-top: 12px
  }
}

.about-page {
  padding: 100px 0 160px
}

.about-page__title {
  text-align: center
}

.about-page__desc {
  text-align: center;
  margin: 60px auto 0;
  font-size: 17px;
  line-height: 165%;
  max-width: 1092px
}

.about-info {
  padding-bottom: 160px
}

.about-info__text {
  margin-top: 36px;
  max-width: 1240px
}

.about-info__text p {
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 165%
}

.about-info__text ul {
  margin-bottom: 36px
}

.about-info__text ul.grey-text li:before {
  background-color: #657f92
}

.about-info__text li {
  font-size: 17px;
  line-height: 165%;
  padding-left: 25px;
  position: relative
}

.about-info__text li:not(:last-child) {
  margin-bottom: 16px
}

.about-info__text li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 10px;
  top: 9px;
  background-color: #132146
}

.about-info__hint {
  padding-left: 24px;
  -webkit-box-shadow: inset 1px 0 0 #1c9d5b;
  box-shadow: inset 1px 0 0 #1c9d5b;
  font-weight: 500;
  font-size: 17px;
  line-height: 165%;
  color: #657f92
}

@media screen and (max-width:992px) {
  .about-page {
    padding: 54px 0 70px
  }

  .about-page__desc {
    font-size: 14px;
    line-height: 157%;
    margin-top: 24px;
    max-width: calc(100% - 32px)
  }

  .about-info {
    padding-bottom: 100px
  }

  .about-info li,
  .about-info p,
  .about-info__hint {
    font-size: 14px;
    line-height: 157%
  }
}

.after-before {
  padding: 100px 0
}

.after-before__title {
  margin-bottom: 100px
}

.after-before__group:not(:last-child) {
  margin-bottom: 120px
}

.after-before__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.after-before__subtitle img {
  margin-right: 20px;
  width: 60px
}

.after-before__items {
  margin-top: 40px;
  display: grid;
  gap: 40px 120px;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr))
}



@media screen and (max-width:1440px) {
  .after-before__items {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px
  }

  /* .after-before .work-card {
    min-height: 350px
  } */
}

@media screen and (max-width:1200px) {
  .after-before {
    padding: 54px 0
  }

  /* .after-before .work-card {
    min-height: 450px
  } */

  .after-before__title {
    margin-bottom: 44px
  }

  .after-before__group:not(:last-child) {
    margin-bottom: 100px
  }
}

@media screen and (max-width:768px) {
  .after-before__subtitle {
    font-size: 14px;
    line-height: 186%
  }

  .after-before__subtitle img {
    width: 45px;
    margin-right: 16px
  }

  .after-before__items {
    width: calc(100% + 40px);
    margin-left: -20px;
    gap: 24px
  }
}

.feedback {
  padding: 100px 0
}

.feedback__inner {
  max-width: 1130px
}

.feedback__select {
  margin-top: 62px;
  width: 255px
}

.feedback__select input {
  background-color: #fff
}

.feedback__item {
  margin-top: 50px
}

.feedback .pagination {
  padding-left: 190px
}

@media screen and (max-width:992px) {
  .feedback {
    padding: 54px 0
  }

  .feedback__select {
    margin-top: 54px
  }

  .feedback__item:first-child {
    margin-top: 32px
  }

  .feedback .pagination {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px
  }
}

@media screen and (max-width:576px) {
  /* .after-before .work-card {
    min-height: 300px
  } */

  .feedback__select {
    width: 100%
  }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */