@charset 'UTF-8';

@font-face {
			font-family: 'Open Sans';
			font-style: normal;
			font-weight: 400;
			font-stretch: 100%;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 400;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
			unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
			}

		.clinica__right>p {
			text-align: justify;
		}

		.btn {
			font-family: 'Montserrat', sans-serif;
			font-size: 16px;
			font-weight: bold;
			line-height: normal;
			position: relative;
			display: flex;
			box-sizing: border-box;
			width: 100%;
			max-width: 262px;
			height: 57px;
			padding: 0;
			color: #fff;
			border: 2px solid #e12454;
			background: none;
			align-items: center;
			justify-content: center;
		}

		.btn::after {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			content: '';
			transition: all .35s ease;
			border-radius: 0;
			background-color: #e12454;
		}

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

		.btn:hover {
			color: #3e4f5d;
		}

		.btn:hover::after {
			width: 0;
		}

		.btn:focus {
			outline-width: 0;
		}

		.btn_border {
			color: #3e4f5d;
		}

		.btn_border::after {
			width: 0;
		}

		.btn_border:hover {
			color: #fff;
		}

		.btn_border:hover::after {
			width: 100%;
		}

		h2 {
			font-family: 'Montserrat', sans-serif;
			font-size: 34px;
			font-weight: bold;
			line-height: 38px;
			margin-bottom: 25px;
			color: #3e4f5d;
		}

		@media screen and (max-width: 950px) {
			h2 {
				font-size: 28px;
				line-height: 36px;
			}
		}

		@media screen and (max-width: 550px) {
			h2 {
				font-size: 24px;
				line-height: normal;
				margin-bottom: 10px;
			}
		}

		h2 span {
			font-size: 16px;
			line-height: normal;
			display: block;
			margin-top: 10px;
			letter-spacing: .1em;
			text-transform: uppercase;
			color: #e12454;
		}

		@media screen and (max-width: 950px) {
			h2 span {
				font-size: 15px;
			}
		}

		@media screen and (max-width: 550px) {
			h2 span {
				font-size: 12px;
			}
		}

		;

		body {
			font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
			font-size: 1rem;
			font-weight: 400;
			line-height: 1.5;
			margin: 0;
			text-align: left;
			color: #212529;
			background-color: #fff;
		}

		body {
			font-family: 'OpenSans', sans-serif;
			font-size: 14px;
			font-weight: normal;
			color: #3e4f5d;
		}

		.hero {
			position: relative;
			overflow: hidden;
			width: 100%;
			padding: 80px 0 0;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}

		@media screen and (max-width: 950px) {
			.hero {
				padding-top: 20px;
			}
		}

		@media screen and (max-width: 750px) {
			.hero {
				padding-top: 40px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero {
				padding-top: 60px;
			}
		}

		.hero__row {
			position: relative;
			width: 100%;
			padding-bottom: 115px;
		}

		@media screen and (max-width: 950px) {
			.hero__row {
				padding-bottom: 75px;
			}
		}

		@media screen and (max-width: 750px) {
			.hero__row {
				padding-bottom: 55px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__row {
				padding-bottom: 44px;
			}
		}

		.hero__col {
			position: relative;
			z-index: 2;
			width: 100%;
			max-width: 650px;
		}

		@media screen and (max-width: 750px) {
			.hero__col {
				max-width: 390px;
			}
		}

		@media screen and (max-width: 600px) {
			.hero__col {
				max-width: 330px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__col {
				max-width: 246px;
				margin-bottom: 15px;
			}
		}

		.hero__col p {
			font-size: 18px;
			font-weight: normal;
			line-height: 24px;
			width: 100%;
			max-width: 470px;
			margin-bottom: 50px;
			color: #3e4f5d;
		}

		@media screen and (max-width: 850px) {
			.hero__col p {
				font-size: 16px;
				line-height: 23px;
				max-width: 440px;
				margin-bottom: 40px;
			}
		}

		@media screen and (max-width: 600px) {
			.hero__col p {
				font-size: 15px;
				margin-bottom: 35px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__col p {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 22px;
			}
		}


		.hero__pic {
			position: absolute;
			z-index: 1;
			right: 4px;
			bottom: 0;
		}

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

		@media screen and (max-width: 950px) {
			.hero__pic {
				right: -100px;
			}
		}

		@media screen and (max-width: 850px) {
			.hero__pic {
				max-width: 390px;
			}
		}

		@media screen and (max-width: 750px) {
			.hero__pic {
				right: -50px;
				max-width: 350px;
			}
		}

		@media screen and (max-width: 600px) {
			.hero__pic {
				max-width: 300px;
			}
			.hero__pic img {
				display: none;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__pic {
				right: auto;
				left: 150px;
				width: 100%;
				max-width: 290px;
			}
		}

		.hero__title {
			font-size: 75px;
			font-weight: 900;
			line-height: 90px;
			margin-bottom: 25px;
			color: #3e4f5d;
		}

		@media screen and (max-width: 850px) {
			.hero__title {
				font-size: 68px;
				line-height: 77px;
			}
		}

		@media screen and (max-width: 750px) {
			.hero__title {
				font-size: 50px;
				line-height: 60px;
				margin-bottom: 20px;
			}
		}

		@media screen and (max-width: 600px) {
			.hero__title {
				font-size: 40px;
				line-height: 50px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__title {
				font-size: 28px;
				line-height: normal;
			}
		}

		.hero__title-black {
			font-size: 36px;
			line-height: normal;
			display: block;
			margin-bottom: 15px;
		}

		@media screen and (max-width: 850px) {
			.hero__title-black {
				font-size: 32px;
				margin-bottom: 13px;
			}
		}

		@media screen and (max-width: 750px) {
			.hero__title-black {
				font-size: 26px;
				margin-bottom: 10px;
			}
		}

		@media screen and (max-width: 600px) {
			.hero__title-black {
				font-size: 22px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__title-black {
				font-size: 18px;
				line-height: normal;
				margin-bottom: 7px;
			}
		}

		.hero__title-red {
			font-size: 16px;
			font-weight: bold;
			line-height: 24px;
			display: block;
			letter-spacing: .1em;
			text-transform: uppercase;
			color: #e12454;
		}

		@media screen and (max-width: 600px) {
			.hero__title-red {
				font-size: 15px;
				line-height: 23px;
			}
		}

		@media screen and (max-width: 520px) {
			.hero__title-red {
				font-size: 12px;
				line-height: normal;
			}
		}

		.hero__btn {
			position: relative;
			z-index: 2;
			margin-top: 50px;
		}

		@media screen and (max-width: 520px) {
			.hero__btn {
				max-width: 320px;
				margin-top: 15px;
				margin: 0 auto;
			}
		}

		.i-m {
			position: relative;
			display: inline-block;
			transition: all .35s ease;
			background-color: #3e4f5d;
			-webkit-mask-position: center center;
			mask-position: center center;
			-webkit-mask-size: 100% auto;
			mask-size: 100% auto;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
		}

		.i-m-phone {
			width: 16px;
			height: 16px;
			background-color: #6b7d8b;
			-webkit-mask-image: url('/assets/img/icons/phone.svg');
			mask-image: url('/assets/img/icons/phone.svg');
		}

		.header {
			position: fixed;
			z-index: 100;
			top: 0;
			left: 0;
			width: 100%;
			transition: all .35s ease;
			background-color: #fff;
		}

		.header-fixed {
			top: -122px;
		}

		@media screen and (max-width: 950px) {
			.header-fixed {
				top: 0;
			}
		}

		.header-fixed .menu .container {
			max-width: 100%;
			padding: 0;
		}

		.header__row {
			display: flex;
			width: 100%;
			height: 122px;
			align-items: center;
			justify-content: space-between;
		}

		@media screen and (max-width: 950px) {
			.header__row {
				height: 100px;
			}
		}

		@media screen and (max-width: 700px) {
			.header__row {
				height: 70px;
			}
		}

		@media screen and (max-width: 450px) {
			.header__row {
				height: 65px;
			}
		}

		.header__logo {
			display: block;
			opacity: 1;
		}

		.header__logo-img {
			width: 100%;
			max-width: 173px;
			height: auto;
		}

		@media screen and (max-width: 950px) {
			.header__logo-img {
				max-width: 130px;
			}
		}

		@media screen and (max-width: 450px) {
			.header__logo-img {
				max-width: 105px;
			}
		}

		.header__logo:hover {
			opacity: .85;
		}

		.header__btn {
			max-width: 260px;
		}

		@media screen and (max-width: 950px) {
			.header__btn {
				display: none;
			}
		}

		.header__col {
			margin-right: 10px;
		}

		@media screen and (max-width: 1150px) {
			.header__col {
				margin-right: 0;
			}
		}

		.header__col:first-of-type {
			margin-right: 0;
			margin-left: 41px;
		}

		@media screen and (max-width: 1150px) {
			.header__col:first-of-type {
				margin-left: 20px;
			}
		}

		@media screen and (max-width: 700px) {
			.header__col:first-of-type {
				display: none;
			}
		}

		.header__col-text {
			display: flex;
			margin-bottom: 6px;
			align-items: center;
		}

		@media screen and (max-width: 450px) {
			.header__col-text {
				margin-bottom: 2px;
			}
		}

		.header__col-text .i-m {
			margin-right: 10px;
		}

		@media screen and (max-width: 450px) {
			.header__col-text .i-m {
				width: 9px;
				height: 9px;
				margin-right: 5px;
			}
		}

		.header__col-name {
			font-family: 'Montserrat', sans-serif;
			font-size: 14px;
			line-height: normal;
			color: #6b7d8b;
		}

		@media screen and (max-width: 450px) {
			.header__col-name {
				font-size: 10px;
			}
		}

		.header__col-adress,
		.header__col-link {
			font-family: 'Montserrat', sans-serif;
			font-size: 18px;
			font-weight: bold;
			line-height: normal;
			color: #3e4f5d;
		}

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

			.header__col-adress,
			.header__col-link {
				font-size: 15px;
			}
		}

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

			.header__col-adress,
			.header__col-link {
				font-size: 14px;
			}
		}

		.header__col-link:hover {
			color: #e12454;
		}

		.header__toggle {
			position: relative;
			display: none;
			width: 15px;
			height: 10px;
		}

		@media screen and (max-width: 950px) {
			.header__toggle {
				display: block;
			}
		}

		.header__toggle span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 2px;
			transition: all .35s ease;
			transform: rotate(0);
			opacity: 1;
			background-color: #3e4f5d;
		}

		.header__toggle span:nth-child(1) {
			top: 0;
		}

		.header__toggle span:nth-child(2) {
			top: 4px;
		}

		.header__toggle span:nth-child(3) {
			top: 4px;
		}

		.header__toggle span:nth-child(4) {
			top: 8px;
		}

		.header__toggle_active span:nth-child(1),
		.header__toggle_active span:nth-child(4) {
			top: 50%;
			left: 50%;
			opacity: 0;
		}

		.header__toggle_active span:nth-child(2) {
			transform: rotate(45deg);
		}

		.header__toggle_active span:nth-child(3) {
			transform: rotate(-45deg);
		}

		.menu {
			position: relative;
			width: 100%;
		}

		.menu__tels {
			display: none;
		}

		@media screen and (max-width: 950px) {
			.menu {
				position: absolute;
				top: 100px;
				right: -15px;
				display: none;
				overflow: auto;
				width: 305px;
				max-height: calc(100vh - 100px);
				background-color: #fff;
			}

			.menu .container {
				padding: 0;
			}

			.menu__tels {
				display: block;
				width: 100%;
				padding: 15px 0 20px 14px;
				background-color: #e5ecf2;
			}

			.menu__tels .i-m {
				width: 16px;
				height: 16px;
				margin-right: 7px;
			}

			.menu__tels .header__col-name {
				font-size: 14px;
			}

			.menu__tels .header__col-link {
				font-size: 18px;
				line-height: 24px;
			}
		}

		@media screen and (max-width: 700px) {
			.menu {
				top: 70px;
				max-height: calc(100vh - 70px);
			}
		}

		@media screen and (max-width: 450px) {
			.menu {
				top: 53px;
				max-height: calc(100vh - 53px);
			}
		}

		.menu .container {
			transition: all .35s ease;
		}

		.menu__wrapper {
			position: relative;
			width: 100%;
			background-color: #fff;
			box-shadow: 0 0 9px rgba(0, 0, 0, .05);
		}

		@media screen and (max-width: 950px) {
			.menu__wrapper {
				box-shadow: none;
			}
		}

		.menu__list {
			display: flex;
			width: 100%;
			align-items: center;
			justify-content: center;
		}

		@media screen and (max-width: 950px) {
			.menu__list {
				flex-direction: column;
				margin-bottom: 25px;
				justify-content: flex-start;
				align-items: flex-start;
			}
		}

		.menu__item {
			display: inline-flex;
			height: 65px;
			margin: 0 12px;
			padding: 0;
			align-items: center;
		}

		.menu__item:last-child {
			margin-bottom: 0;
		}

		@media screen and (max-width: 1150px) {
			.menu__item {
				margin: 0 10px;
			}
		}

		@media screen and (max-width: 950px) {
			.menu__item {
				display: block;
				width: 100%;
				height: auto;
				margin: 0;
				border-bottom: 1px solid #e5ecf2;
			}

			.menu__item:last-child {
				border-bottom-width: 0;
			}
		}

		.menu__item::before {
			top: 50%;
			right: -17px;
			left: auto;
			width: 4px;
			height: 4px;
			transform: translateY(-50%);
		}

		@media screen and (max-width: 1150px) {
			.menu__item::before {
				right: -12px;
			}
		}

		@media screen and (max-width: 950px) {
			.menu__item::before {
				display: none;
			}
		}

		.menu__item:hover>.menu__inner {
			z-index: 2;
			visibility: visible;
			opacity: 1;
		}

		.menu__link {
			font-size: 12px;
			font-weight: bold;
			line-height: normal;
			display: inline-flex;
			text-decoration: none;
			text-transform: uppercase;
			color: #6b7d8b;
			align-items: center;
		}

		.menu__link span {
			text-decoration: none;
		}

		@media screen and (max-width: 1150px) {
			.menu__link {
				font-size: 11px;
			}
		}

		@media screen and (max-width: 950px) {
			.menu__link {
				font-size: 12px;
				height: 35px;
				padding: 0 0 0 16px;
				background-color: #fff;
			}
		}

		.menu__link:hover {
			color: #e12454;
		}

		.menu__link:hover .i-m {
			background-color: #e12454;
		}

		.menu__link .i-m {
			margin-left: 3px;
		}

		@media screen and (max-width: 950px) {
			.menu__link .i-m {
				height: 30px;
				margin-left: 7px;
			}
		}

		.menu__inner {
			position: absolute;
			top: 100%;
			left: 0;
			visibility: hidden;
			width: auto;
			height: auto;
			margin-top: 3px;
			transition-delay: 0;
			transition-duration: .2s;
			opacity: 0;
		}

		@media screen and (max-width: 950px) {
			.menu__inner {
				position: relative;
				top: auto;
				left: auto;
				display: none;
				visibility: visible;
				margin-top: 0;
				padding-top: 5px;
				transition: none;
				opacity: 1;
				border-top: 1px solid #e5ecf2;
			}
		}

		.menu__inner-item {
			display: block;
			margin-bottom: 0;
			padding: 0;
			border-bottom: 1px solid #e5ecf2;
		}

		.menu__inner-item:last-child {
			border-bottom-width: 0;
		}

		.menu__inner-item::before {
			display: none;
		}

		.menu__inner-link {
			font-size: 14px;
			font-weight: 600;
			line-height: normal;
			display: flex;
			height: 35px;
			padding: 0 13px;
			white-space: nowrap;
			text-decoration: none;
			color: #3e4f5d;
			background-color: #fff;
			align-items: center;
		}

		@media screen and (max-width: 1150px) {
			.menu__inner-link {
				font-size: 13px;
			}
		}

		@media screen and (max-width: 950px) {
			.menu__inner-link {
				height: auto;
				min-height: 35px;
				padding: 3px 0 0 25px;
			}
		}

		.menu__inner-link:hover {
			color: #95b0c6;
		}

		.breadcrumbs li {
			display: inline;
			padding-left: 0;
		}

		.breadcrumbs li:before {
			display: none;
		}

		.breadcrumbs ul li a {
			text-decoration: none;
		}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%
}

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

[tabindex='-1']:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
  color: #0056b3;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}

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

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

img.mfp-img {
  line-height: 0;
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  color: #fff;
  background-color: #3e4f5d;
}

::selection {
  color: #fff;
  background-color: #3e4f5d;
}

a {
  transition: all .35s linear;
}

a:hover {
  text-decoration: none;
}

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

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1171px;
  margin: 0 auto;
  padding: 0 15px;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #3e4f5d;
}

@media screen and (max-width: 550px) {
  p {
    margin-bottom: 14px;
  }
}

p span {
  font-weight: bold;
}

p a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #e12454;
}

p a span {
  text-decoration: underline;
  color: #3e4f5d;
}

p a span:hover {
  text-decoration: none;
  color: #e12454;
}

p a:hover {
  text-decoration: none;
  color: #e12454;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  position: relative;
}

ul li {
  font-size: 14px;
  line-height: normal;
  position: relative;
  margin-bottom: 14px;
  padding-left: 23px;
  list-style: none;
}

ul li a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #e12454;
}

ul li a span {
  text-decoration: underline;
  color: #3e4f5d;
}

ul li a span:hover {
  text-decoration: none;
  color: #e12454;
}

ul li a:hover {
  text-decoration: none;
  color: #e12454;
}

ul li:last-child {
  margin-bottom: 24px;
}

ul li::before {
  margin-right: 10px;
  display: inline-flex;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background-color: #e12454;
}

ol {
  position: relative;
  counter-reset: myCounter;
}

ol li {
  font-size: 14px;
  line-height: normal;
  position: relative;
  margin-bottom: 14px;
  padding-left: 23px;
  list-style: none;
}

ol li a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #e12454;
}

ol li a span {
  text-decoration: underline;
  color: #3e4f5d;
}

ol li a span:hover {
  text-decoration: none;
  color: #e12454;
}

ol li a:hover {
  text-decoration: none;
  color: #e12454;
}

ol li:last-child {
  margin-bottom: 24px;
}

ol li::before {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin-right: 15px;
  top: 0;
  left: 0;
  content: counter(myCounter);
  counter-increment: myCounter;
  color: #e12454;
}

.main {
  margin-top: 187px;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  .main {
    margin-top: 100px;
  }
}

@media screen and (max-width: 700px) {
  .main {
    margin-top: 70px;
  }
}

@media screen and (max-width: 450px) {
  .main {
    margin-top: 53px;
  }
}

.no-scroll {
  overflow: hidden;
}

.i-m {
  position: relative;
  display: inline-block;
  transition: all .35s ease;
  background-color: #3e4f5d;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.i-m-location {
  width: 16px;
  height: 16px;
  background-color: #6b7d8b;
  -webkit-mask-image: url('../img/icons/location.svg');
  mask-image: url('../img/icons/location.svg');
}

.i-m-phone {
  width: 16px;
  height: 16px;
  background-color: #6b7d8b;
  -webkit-mask-image: url('../img/icons/phone.svg');
  mask-image: url('../img/icons/phone.svg');
}

.i-m-arrow-down {
  width: 8px;
  height: 5px;
  background-color: #6b7d8b;
  -webkit-mask-image: url('../img/icons/arrow-down.png');
  mask-image: url('../img/icons/arrow-down.png');
}

.i-m-facebook {
  width: 9px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/facebook.png');
  mask-image: url('../img/icons/facebook.png');
}

.i-m-ok {
  width: 12px;
  height: 18px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/ok.png');
  mask-image: url('../img/icons/ok.png');
}

.i-m-vk {
  width: 20px;
  height: 11px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/vk.png');
  mask-image: url('../img/icons/vk.png');
}

.i-m-insta {
  width: 17px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/insta.png');
  mask-image: url('../img/icons/insta.png');
}

.i-m-doctor {
  width: 38px;
  height: 43px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/doctor.svg');
  mask-image: url('../img/icons/doctor.svg');
}

.i-m-report {
  width: 30px;
  height: 40px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/report.svg');
  mask-image: url('../img/icons/report.svg');
}

.i-m-money {
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/money.svg');
  mask-image: url('../img/icons/money.svg');
}

.i-m-sonography {
  width: 41px;
  height: 40px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/sonography.svg');
  mask-image: url('../img/icons/sonography.svg');
}

.i-m-slim {
  width: 40px;
  height: 41px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/slim1.svg');
  mask-image: url('../img/icons/slim1.svg');
}

.i-m-hormones {
  width: 46px;
  height: 46px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/hormones1.svg');
  mask-image: url('../img/icons/hormones1.svg');
}

.i-m-hospital-bed {
  width: 46px;
  height: 46px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/hospital-bed1.svg');
  mask-image: url('../img/icons/hospital-bed1.svg');
}

.i-m-brain {
  width: 41px;
  height: 54px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/brain1.svg');
  mask-image: url('../img/icons/brain1.svg');
}

.i-m-smoke {
  width: 50px;
  height: 49px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/smoke1.svg');
  mask-image: url('../img/icons/smoke1.svg');
}

.i-m-tablet {
  width: 31px;
  height: 47px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/tablet1.svg');
  mask-image: url('../img/icons/tablet1.svg');
}

.i-m-cancel {
  width: 49px;
  height: 49px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/cancel1.svg');
  mask-image: url('../img/icons/cancel1.svg');
}

.i-m-drop-counter {
  width: 31px;
  height: 46px;
  background-color: #e12454;
  -webkit-mask-image: url('../img/icons/drop-counter1.svg');
  mask-image: url('../img/icons/drop-counter1.svg');
}

.i-m-arrow-right {
  width: 41px;
  height: 40px;
  background-color: #3e4f5d;
  -webkit-mask-image: url('../img/icons/arrow-right.png');
  mask-image: url('../img/icons/arrow-right.png');
}

.i-m-close {
  width: 27px;
  height: 27px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/close.png');
  mask-image: url('../img/icons/close.png');
}

.i-m-night-01 {
  width: 48px;
  height: 42px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/01.png');
  mask-image: url('../img/icons/01.png');
}

.i-m-night-02 {
  width: 39px;
  height: 49px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/02.png');
  mask-image: url('../img/icons/02.png');
}

.i-m-night-03 {
  width: 48px;
  height: 48px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/03.png');
  mask-image: url('../img/icons/03.png');
}

.i-m-night-04 {
  width: 38px;
  height: 42px;
  background-color: #fff;
  -webkit-mask-image: url('../img/icons/04.png');
  mask-image: url('../img/icons/04.png');
}

@media screen and (max-width: 950px) {
  .header__btn {
    display: none;
  }
}

.header__btn {
  max-width: 260px;
}

.footer {
  position: relative;
  width: 100%;
  padding: 30px 0 35px;
  background-color: #3e4f5d;
}

@media screen and (max-width: 550px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer__row {
  display: flex;
  width: 100%;
  margin-bottom: 62px;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 550px) {
  .footer__row {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 820px) {
  .footer__col {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.footer__logo {
  display: inline-block;
  opacity: 1;
}

.footer__logo:hover {
  opacity: .85;
}

.footer__logo img {
  max-width: 173px;
  height: auto;
  width: 100%;
}

.footer__info {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  max-width: 359px;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .footer__info {
    font-size: 13px;
    line-height: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .footer__info br {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .footer__info {
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .footer__info {
    width: 100%;
    max-width: 194px;
    margin: 26px auto 10px;
  }
}

.footer__policy {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #00aeef;
}

.footer__policy:hover {
  text-decoration: none;
  color: #fff;
}

.footer__down {
  width: 100%;
  padding-top: 34px;
  border-top: 1px solid #53626f;
}

.footer__right {
  width: 100%;
  max-width: 570px;
  padding-top: 23px;
}

@media screen and (max-width: 550px) {
  .footer__right {
    padding-top: 20px;
  }
}

.footer__top {
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .footer__top {
    flex-direction: column;
    margin-bottom: 0;
    text-align: center;
    align-items: center;
  }
}

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

@media screen and (max-width: 550px) {
  .footer__loc {
    margin-bottom: 15px;
  }

  .footer__loc:last-child {
    margin-bottom: 25px;
  }
}

.footer__tel {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

.footer__tel:hover {
  color: #e12454;
}

.footer__set {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  color: #fff;
}

.footer__time {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  color: #fff;
}

.footer__tit {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  color: #fff;
}

.footer__city {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  color: #95b0c6;
}

.footer__bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}

.footer__btn {
  color: #fff;
}

@media screen and (max-width: 550px) {
  .footer__btn {
    margin-bottom: 9px;
  }

  .footer__btn:last-child {
    margin-bottom: 0;
  }
}

.footer__btn:hover {
  color: #fff;
}

.footer__grid {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .footer__grid {
    flex-direction: column;
  }
}

.footer__socials {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 550px) {
  .footer__socials {
    order: 2;
  }
}

.footer__soc {
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #475968;
  align-items: center;
  justify-content: center;
}

.footer__soc:hover {
  background-color: #e12454;
}

.footer__pays {
  display: inline-flex;
  padding: 4px 15px;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 550px) {
  .footer__pays {
    margin-bottom: 27px;
    order: 1;
  }
}

.footer__pay {
  margin-left: 18px;
}

.footer__pay:first-child {
  margin-left: 0;
}

.mfp-bg {
  background-color: rgba(62, 79, 93, .83);
}

.modal {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 45px 35px 65px 50px;
  background-color: #fff;
}

@media screen and (max-width: 520px) {
  .modal {
    padding: 30px 15px 40px 30px;
  }
}

.modal__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 24px;
  color: #3e4f5d;
}

@media screen and (max-width: 520px) {
  .modal__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.modal__info {
  font-weight: 600;
  margin-bottom: 17px;
  color: #6e879b;
}

@media screen and (max-width: 520px) {
  .modal__info {
    margin-bottom: 15px;
  }

  .modal__info br {
    display: none;
  }
}

.modal__close {
  position: absolute;
  top: 30px;
  right: -24px;
  display: flex;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: #3e4f5d;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 520px) {
  .modal__close {
    top: 0;
    right: 0;
  }
}

.modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 27px;
  content: '';
  transform: translate(-50%, -50%);
  background-image: url('../img/icons/close.png');
}

.modal__close:hover {
  background-color: #e12454;
}

.modal__close:focus {
  outline-width: 0;
}

.modal__close:active {
  top: 30px;
}

@media screen and (max-width: 520px) {
  .modal__close:active {
    top: 0;
  }
}

.modal__input {
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  height: 40px;
  margin-bottom: 25px;
  color: #3e4f5d;
  border: none;
  border-bottom: 1px solid #3e4f5d;
  background: none;
  background-color: #fff;
}

@media screen and (max-width: 520px) {
  .modal__input {
    margin-bottom: 20px;
  }
}

.modal__input:focus {
  outline-width: 0;
}

.modal__agree {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  cursor: pointer;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 520px) {
  .modal__agree {
    margin-bottom: 20px;
  }
}

.modal__agree span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #e8f4f5;
}

.modal__agree span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 10px;
  content: '';
  transform: translate(-50%, -50%);
  opacity: 0;
  background-image: url('../img/icons/check.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.modal__agree input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.modal__agree input:checked~span::after {
  opacity: 1;
}

.modal__agree-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 30px;
}

.clinica {
  position: relative;
  width: 100%;
  padding: 71px 0;
}

@media screen and (max-width: 550px) {
  .clinica {
    padding: 15px 0 30px;
  }
}

.clinica__row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .clinica__row {
    flex-direction: column;
    align-items: center;
  }
}

.clinica__left {
  width: 100%;
  max-width: 524px;
}

@media screen and (max-width: 950px) {
  .clinica__left {
    order: 2;
  }
}

.clinica__right {
  width: 100%;
  max-width: 556px;
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}

.clinica__right>p {
  text-align: justify;
}

@media screen and (max-width: 950px) {
  .clinica__right {
    margin-bottom: 30px;
    margin-left: 0;
    order: 1;
  }
}

@media screen and (max-width: 550px) {
  .clinica__right {
    margin-bottom: 23px;
  }
}

.clinica__picture {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 41px;
}

@media screen and (max-width: 950px) {
  .clinica__picture {
    display: none;
  }
}

.clinica__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.clinica blockquote {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 26px 40px 27px 38px;
  color: #3e4f5d;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 550px) {
  .clinica blockquote {
    font-size: 16px;
    padding: 23px 15px 23px 30px;
  }
}

.clinica blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 80%;
  content: '';
  background-color: #e12454;
}

.clinica__list {
  width: 100%;
  max-width: 505px;
}

@media screen and (max-width: 950px) {
  .clinica__list {
    max-width: 100%;
  }
}

.clinica__item {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 550px) {
  .clinica__item {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
  }
}

.clinica__item:last-child {
  margin-bottom: 0;
}

.clinica__icon {
  display: flex;
  width: 74px;
  height: 74px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #6e879b;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 550px) {
  .clinica__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.clinica__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-bottom: 15px;
  color: #3e4f5d;
}

@media screen and (max-width: 550px) {
  .clinica__title {
    text-align: center;
  }
}

.clinica__info {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
  color: #3e4f5d;
}

@media screen and (max-width: 550px) {
  .clinica__info {
    text-align: center;
  }
}

.services {
  position: relative;
  width: 100%;
  padding: 66px 0 15px;
  background-color: #e8f4f5;
}

@media screen and (max-width: 750px) {
  .services {
    padding: 20px 0 12px;
  }
}

.services h2 {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .services h2 {
    text-align: left;
  }
}

.services__subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .services__subtitle {
    margin-bottom: 18px;
    text-align: left;
  }

  .services__subtitle br {
    display: none;
  }
}

.services__row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}

.services__item {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  max-width: 164px;
  margin-bottom: 45px;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .services__item {
    width: 50%;
    max-width: 100%;
    margin-bottom: 14px;
  }
}

.services__item:focus {
  outline-width: 0;
}

.services__item:hover .services__icon {
  background-color: #e12454;
}

.services__item:hover .services__icon .i-m {
  background-color: #fff;
}

.services__item:hover .services__text {
  color: #e12454;
}

.services__icon {
  position: relative;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 48px;
  transition: all .4s ease;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

.services__icon::after {
  position: absolute;
  bottom: -29px;
  left: 50%;
  width: 28px;
  height: 6px;
  content: '';
  transform: translateX(-50%);
  background-color: #e12454;
}

.services__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: block;
  transition: all .4s ease;
  text-align: center;
  color: #3e4f5d;
}

.help {
  position: relative;
  width: 100%;
  padding: 64px 0 57px;
  background-image: url('../img/main/help-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.help-page {
  background-image: url('../img/main/help2-bg.jpg');
}

.help6 .help__row,
.help7 .help__row {
  justify-content: center;
}

.help6 .help__btn,
.help7 .help__btn {
  max-width: 379px;
}

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

  .help6 .help__btn,
  .help7 .help__btn {
    font-size: 13px;
    max-width: 320px;
  }
}

.help7 .help__btn {
  max-width: 489px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .help7 .help__btn {
    font-size: 13px;
    max-width: 320px;
  }
}

@media screen and (max-width: 950px) {
  .help {
    padding: 34px 0;
  }
}

@media screen and (max-width: 750px) {
  .help {
    padding: 23px 0 30px;
  }
}

.help__row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .help__row {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .help__row {
    align-items: flex-start;
  }
}

.help h2 {
  margin-bottom: 0;
  color: #95b0c6;
}

.call .call__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 0;
  color: #95b0c6;
}

.help .help__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 0;
  color: #95b0c6;
}

.help .help__title span {
  margin-top: 5px;
  font-size: 16px;
  line-height: normal;
  display: block;
  margin-top: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e12454;
}
.help .help__title span {
  margin-top: 5px;
}
.call__title span {
  margin-top: 5px;
  font-size: 16px;
  line-height: normal;
  display: block;
  margin-top: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e12454;
}
.call__title span {
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .help h2 {
    margin-bottom: 15px;
  }
  .help .help__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
  }
  .help .help__title span {
    font-size: 12px;
  }
  .call__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
  }
  .call__title span {
    font-size: 12px;
  }
}

.help__tels {
  display: inline-flex;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .help__tels {
    margin-bottom: 19px;
  }
}

.help__tel {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .help__tel {
    font-size: 30px;
  }
}

@media screen and (max-width: 950px) {
  .help__tel {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .help__tel {
    font-size: 30px;
  }
}

.help__tel:hover {
  color: #e12454;
}

.help__btn {
  max-width: 263px;
}

@media screen and (max-width: 450px) {
  .help__btn {
    max-width: 320px;
    margin: 0 auto;
  }
}

.help__btn:hover {
  color: #fff;
}

.team {
  position: relative;
  width: 100%;
  padding: 62px 0 60px;
}

@media screen and (max-width: 750px) {
  .team {
    padding: 30px 0;
  }
}

@media screen and (max-width: 750px) {
  .team {
    padding: 25px 0 21px;
  }
}

.team h2 {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .team h2 {
    text-align: left;
  }
}

.team p {
  width: 100%;
  max-width: 715px;
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .team p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .team p {
    text-align: left;
  }
}

.team__slider {
  position: relative;
  width: 100%;
}

.team__slider .slick-list {
  margin: 0 -15px;
}

@media screen and (max-width: 480px) {
  .team__slider .slick-list {
    margin: 0;
  }
}

.team__slide {
  width: 100%;
  margin: 0 15px;
}

@media screen and (max-width: 480px) {
  .team__slide {
    margin: 0;
  }
}

.team__slide:focus {
  outline-width: 0;
}

.team__pic {
  display: flex;
  overflow: hidden;
  width: 194px;
  height: 194px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background-color: #f0f9fa;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .team__pic {
    margin-bottom: 15px;
  }
}

.team__img {
  height: 100%;
}

.team__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .team__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .team__name {
    text-align: center;
  }
}

.team__position {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .team__position {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .team__position {
    text-align: center;
  }
}

.team__info {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  color: #3e4f5d;
}

@media screen and (max-width: 480px) {
  .team__info {
    text-align: center;
  }
}

.team__info span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .team__info span {
    font-size: 15px;
  }
}

.team__arrow {
  position: absolute;
  z-index: 10;
  top: 170px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .team__arrow {
    top: 70px;
  }
}

.team__arrow:hover .i-m {
  background-color: #e12454;
}

.team__arrow-next {
  right: -60px;
  left: auto;
}

@media screen and (max-width: 1265px) {
  .team__arrow-next {
    right: -15px;
  }
}

@media screen and (max-width: 750px) {
  .team__arrow-next {
    right: 0;
  }
}

.team__arrow-prev {
  left: -60px;
}

@media screen and (max-width: 1265px) {
  .team__arrow-prev {
    left: -15px;
  }
}

@media screen and (max-width: 750px) {
  .team__arrow-prev {
    left: 0;
  }
}

.team__arrow-prev .i-m {
  transform: scale(-1, 1);
}

.price {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}

@media screen and (max-width: 750px) {
  .price {
    padding: 30px 0 35px;
  }
}

@media screen and (max-width: 400px) {
  .price {
    padding: 22px 0 30px;
  }
}

.price h2 {
  margin-bottom: 34px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .price h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .price h2 {
    text-align: left;
  }
}

.price h2 span {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .price h2 span {
    margin-top: 10px;
  }
}

.price__block {
  margin-bottom: 5px;
}

.price__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 5px;
  padding: 7px 75px 7px 30px;
  transition: all .35s ease;
  color: #3e4f5d;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, .07);
  align-items: center;
}

@media screen and (max-width: 750px) {
  .price__link {
    font-size: 16px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 400px) {
  .price__link {
    padding: 10px 50px 10px 10px;
  }
}

.price__link:hover {
  color: #e12454;
}

.price__link:hover span {
  background-color: #e12454;
}

.price__link span {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 38px;
  height: 38px;
  transition: all .35s ease;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .price__link span {
    right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .price__link span {
    right: 9px;
    width: 36px;
    height: 36px;
  }
}

.price__link span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  content: '';
  transition: all .35s ease;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

@media screen and (max-width: 400px) {
  .price__link span::after {
    height: 18px;
  }
}

.price__link span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  content: '';
  transform: translate(-50%, -50%);
  background-color: #fff;
}

@media screen and (max-width: 400px) {
  .price__link span::before {
    width: 18px;
  }
}

.price__link_active span {
  background-color: #e12454;
}

.price__link_active span::after {
  height: 0;
}

.price__content {
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, .07);
}

.price__line {
  display: flex;
  width: 100%;
  min-height: 54px;
  padding: 3px 30px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 400px) {
  .price__line {
    flex-direction: column;
    padding: 20px 10px;
    align-items: flex-start;
  }

  .price__line:nth-child(1) {
    padding: 10px;
  }
}

.price__line:nth-child(even) {
  background-color: #f7fcff;
}

.price__tit {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .price__tit {
    font-size: 16px;
  }
}

.price__pric {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .price__pric {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .price__pric {
    display: none;
  }
}

.price__pric span {
  font-size: 12px;
  line-height: normal;
  display: block;
  text-transform: none;
}

.price__name {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  max-width: 540px;
  color: #6b7d8b;
}

@media screen and (max-width: 750px) {
  .price__name {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .price__name {
    display: block;
    margin-bottom: 6px;
  }
}

.price__name span {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #3e4f5d;
  color: #6b7d8b;
}

@media screen and (max-width: 750px) {
  .price__name span {
    font-size: 13px;
  }
}

.price__price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .price__price {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .price__price {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
  }

  .price__price::before {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    content: 'ЦЕНА (руб.)';
    color: #3e4f5d;
  }
}

.price__wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.price__list {
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .price__list {
    margin-bottom: 15px;
  }
}

.price__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .price__btns {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .price .btn {
    max-width: 320px;
  }
}

.price .btn:first-child {
  margin-right: 23px;
}

@media screen and (max-width: 750px) {
  .price .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.avrora {
  position: relative;
  width: 100%;
  padding: 38px 0 70px;
  background-color: #f2f7f8;
}

@media screen and (max-width: 450px) {
  .avrora {
    padding: 14px 0 30px;
  }
}

.avrora h2 {
  line-height: normal;
}

.avrora h2 span {
  margin-top: 13px;
}

@media screen and (max-width: 450px) {
  .avrora h2 span {
    margin-top: 8px;
  }
}

.avrora__wrapper {
  width: 100%;
  max-width: 1070px;
}

.avrora__wrapper p {
  text-align: justify;
}

.avrora__white {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 30px 24px 30px;
  background-color: #fff;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .avrora__white {
    flex-direction: column;
    width: calc(100% + 30px);
    margin-bottom: 0;
    margin-left: -15px;
    padding: 25px 20px 47px;
  }

  .avrora__white ul {
    margin-bottom: 55px;
  }
}

.avrora__col {
  width: 50%;
}

@media screen and (max-width: 950px) {
  .avrora__col {
    width: 47%;
  }
}

@media screen and (max-width: 600px) {
  .avrora__col {
    width: 100%;
  }
}

.avrora__other {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .avrora__other {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.avrora__other p {
  text-align: left;
}

.avrora__tabs {
  display: flex;
  width: 100%;
  margin: 0 -1.5px 4px;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .avrora__tabs {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
}

.avrora__tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 10px;
  display: flex;
  width: 20%;
  height: 64px;
  margin: 0 1.5px;
  text-align: center;
  color: #fff;
  background-color: #3e4f5d;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .avrora__tab {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .avrora__tab {
    width: 100%;
    height: 50px;
    margin: 0;
    margin-bottom: 4px;
    padding-left: 30px;
    text-align: left;
    justify-content: flex-start;
  }

  .avrora__tab:last-child {
    margin-bottom: 0;
  }
}

.avrora__tab:hover {
  color: #fff;
  background-color: #6b7d8b;
}

.avrora__tab_active {
  color: #3e4f5d;
  background-color: #fff;
}

.avrora__tab_active:hover {
  color: #3e4f5d;
  background-color: #fff;
}

.avrora__content {
  box-sizing: border-box;
  width: 100%;
  padding: 26px 53px 30px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .avrora__content {
    padding: 20px 34px;
  }
}

.avrora__bloc {
  display: none;
  width: 100%;
}

.avrora__bloc p {
  margin-bottom: 14px;
}

.avrora__bloc p:last-child {
  margin-bottom: 0;
}

.call {
  position: relative;
  width: 100%;
  padding: 60px 0 50px;
  background-image: url('../img/main/call-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .call {
    padding: 30px 0;
  }
}

.call__wrapper {
  position: relative;
  width: 100%;
  padding: 23px 0 32px;
}

@media screen and (max-width: 600px) {
  .call__wrapper {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
    padding: 22px 15px 30px;
  }
}

.call__wrapper::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: 1px solid rgba(255, 255, 255, .08);
}

.call__pic {
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .call__pic {
    display: none;
  }
}

.call__img {
  max-width: 100%;
  height: auto;
}

.call__col {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 751px;
  margin-left: auto;
}

@media screen and (max-width: 1070px) {
  .call__col {
    max-width: 630px;
  }
}

@media screen and (max-width: 960px) {
  .call__col {
    max-width: 100%;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 600px) {
  .call__col {
    padding: 0;
  }
}

.call h2 {
  line-height: normal;
  color: #95b0c6;
}

.call p {
  margin-bottom: 20px;
  color: #fff;
}

.call__price {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-bottom: 30px;
  color: #fff;
}

.call .btn {
  color: #fff;
  border-width: 4px;
}

@media screen and (max-width: 600px) {
  .call .btn {
    max-width: 320px;
    margin: 0 auto;
  }
}

.infos {
  position: relative;
  width: 100%;
  padding: 63px 0 44px;
}

@media screen and (max-width: 600px) {
  .infos {
    padding: 25px 0 30px;
  }
}

.infos__float {
  float: right;
  margin-left: 57px;
  padding-top: 48px;
}

@media screen and (max-width: 1100px) {
  .infos__float {
    display: none;
  }
}

.infos__float_left {
  float: left;
  margin-right: 57px;
  margin-left: 0;
}

.infos__pic {
  position: relative;
  display: block;
  width: 100%;
  max-width: 485px;
  margin-bottom: 40px;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .infos__pic {
    display: none;
  }
}

.infos__pic_mob {
  display: none;
}

@media screen and (max-width: 1100px) {
  .infos__pic_mob {
    display: block;
    margin: 50px auto 24px;
  }
}

@media screen and (max-width: 600px) {
  .infos__pic_mob {
    margin: 28px auto 20px;
  }
}

.infos__pic::before {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: -40px;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #e8f4f5;
}

@media screen and (max-width: 600px) {
  .infos__pic::before {
    top: -13px;
    left: -10px;
  }
}

.infos__img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.infos blockquote {
  position: relative;
  box-sizing: border-box;
  max-width: 530px;
  margin: 0;
  padding: 26px 60px 27px 38px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 550px) {
  .infos blockquote {
    max-width: 100%;
    padding: 23px 15px 23px 30px;
  }
}

.infos blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 80%;
  content: '';
  background-color: #e12454;
}

.infos blockquote h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 12px;
  color: #3e4f5d;
}

@media screen and (max-width: 600px) {
  .infos blockquote h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .infos blockquote ul li {
    line-height: normal;
    margin-bottom: 7px;
  }

  .infos blockquote ul li br {
    display: none;
  }
}

.infos blockquote.infos__mob {
  display: none;
}

@media screen and (max-width: 1100px) {
  .infos blockquote.infos__mob {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .infos blockquote.infos__mob {
    padding: 23px 10px 23px 25px;
  }
}

.night {
  position: relative;
  width: 100%;
  padding: 165px 0 150px;
  background-image: url('../img/night/night-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 950px) {
  .night {
    padding: 100px 0;
  }
}

@media screen and (max-width: 500px) {
  .night {
    padding: 35px 0 43px;
  }
}

.night h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
  color: #3e4f5d;
}

@media screen and (max-width: 950px) {
  .night h1 {
    font-size: 48px;
    line-height: 70px;
  }
}

@media screen and (max-width: 500px) {
  .night h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

.night .banner_block {
  margin-bottom: 35px
}

.night .banner_block span {
  display: block;
}

.night .banner_block span.bold {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
}

@media screen and (max-width: 950px) {
  .night .banner_block span.bold {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .night .banner_block span.bold {
    font-size: 18px;
    line-height: 25px;
    margin-top: 12px;
  }
}

.night .banner_block span.small {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 5px;
}

.night .banner_block span.small br {
  display: none;
}

@media screen and (max-width: 950px) {
  .night .banner_block span.small {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .night .banner_block span.small {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }

  .night .banner_block span.small br {
    display: block;
  }
}

.night .banner_block span.red {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e12454;
}

@media screen and (max-width: 950px) {
  .night .banner_block span.red {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .night .banner_block span.red {
    font-size: 10px;
    line-height: normal;
    margin-top: 7px;
  }
}

.night .banner_block a {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #3e4f5d;
}

@media screen and (max-width: 950px) {
  .night .banner_block a {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .night .banner_block a {
    font-size: 24px;
    line-height: normal;
  }
}

.night .banner_block a:hover {
  color: #e12454;
}

@media screen and (max-width: 500px) {
  .night .btn {
    max-width: 320px;
    margin: 0 auto;
  }
}

.better {
  position: relative;
  width: 100%;
  padding: 65px 0;
}

@media screen and (max-width: 950px) {
  .better {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 540px) {
  .better {
    padding: 28px 0 20px;
  }
}

.better__row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .better__row {
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 540px) {
  .better__row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.better__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 225px;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .better__item {
    max-width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .better__item {
    max-width: 224px;
  }

  .better__item:last-child {
    margin-bottom: 0;
  }
}

.better__icon {
  position: relative;
  display: flex;
  width: 81px;
  height: 81px;
  margin-bottom: 50px;
  border-radius: 50%;
  background-color: #6e879b;
  align-items: center;
  justify-content: center;
}

.better__icon::after {
  position: absolute;
  bottom: -27px;
  left: 50%;
  width: 29px;
  height: 5px;
  content: '';
  transform: translateX(-50%);
  background-color: #e12454;
}

.better__bold {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

.better p {
  text-align: center;
}

.pric__block {
  width: 100%;
  max-width: 1041px;
  margin: 0 auto;
}

.pric__content {
  display: none;
}

.pric h2 {
  text-align: center;
}

@media screen and (max-width: 400px) {
  .pric h2 {
    text-align: left;
  }
}

.pric__tabs {
  display: flex;
  width: 100%;
  max-width: 1041px;
  margin: 0 auto 12px;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .pric__tabs {
    flex-direction: column;
    margin-bottom: 4px;
    align-items: center;
  }
}

.pric__tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: flex;
  width: 20%;
  height: 64px;
  margin: 0 1.5px;
  text-align: center;
  color: #fff;
  background-color: #3e4f5d;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .pric__tab {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .pric__tab {
    width: 100%;
    height: 50px;
    margin: 0;
    margin-bottom: 4px;
    padding-left: 30px;
    text-align: left;
    justify-content: flex-start;
  }

  .pric__tab:last-child {
    margin-bottom: 0;
  }
}

.pric__tab:hover {
  color: #fff;
  background-color: #6b7d8b;
}

.pric__tab_active {
  color: #3e4f5d;
  background-color: #f7fcff;
}

.pric__tab_active:hover {
  color: #3e4f5d;
  background-color: #f7fcff;
}

.pric__btns {
  display: flex;
  width: 100%;
  max-width: 1041px;
  margin: 31px auto 0;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .pric__btns {
    flex-direction: column;
  }
}

.drink {
  background-color: #f2f7f8;
}

.drink .infos__pic {
  height: 565px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .drink .infos__pic {
    height: auto;
  }
}

.drink .infos__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.etap {
  position: relative;
  width: 100%;
  padding: 65px 0 60px;
}

@media screen and (max-width: 700px) {
  .etap {
    padding: 35px 0 30px;
  }
}

.etap h2 {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .etap h2 {
    text-align: left;
  }
}

.etap__wrapper {
  width: 100%;
  max-width: 1095px;
  margin: 0 auto 65px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .etap__wrapper {
    margin-bottom: 35px;
    text-align: left;
  }
}

.etap__row {
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
}

.etap__item {
  clear: both;
  margin-bottom: 19px;
}

.etap__item:nth-child(odd) .etap__pic {
  float: left;
  margin-right: 30px;
  margin-left: 0;
}

.etap__pic {
  display: block;
  float: right;
  width: 100%;
  max-width: 458px;
  margin-bottom: 19px;
  margin-left: 65px;
}

@media screen and (max-width: 750px) {
  .etap__pic {
    float: none !important;
    margin-right: auto !important;
    margin-bottom: 5px;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 400px) {
  .etap__pic {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px !important;
  }
}

.etap__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.etap__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  color: #91abc1;
}

@media screen and (max-width: 750px) {
  .etap__number {
    font-size: 34px;
  }
}

.etap__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  color: #3e4f5d;
}

@media screen and (max-width: 750px) {
  .etap__name {
    font-size: 20px;
  }
}

.etap ul {
  margin-bottom: 24px;
}

.state .infos__pic {
  height: 600px;
}

@media screen and (max-width: 1100px) {
  .state .infos__pic {
    height: auto;
  }
}

.state .infos__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wiki h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
  color: #3e4f5d;
}

.wiki .price__content {
  padding: 35px 55px 35px 35px;
}

@media screen and (max-width: 700px) {
  .wiki .price__content {
    padding: 15px 10px;
  }
}

.list {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background-color: #f2f7f8;
}

@media screen and (max-width: 700px) {
  .list {
    padding: 30px 0;
  }
}

.list__row {
  display: flex;
  width: 100%;
  padding: 33px 30px 60px;
  background-color: #fff;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .list__row {
    flex-direction: column;
    padding: 15px 10px 20px;
  }
}

.list ul {
  width: 50%;
}

.list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .list ul {
    width: 100%;
    margin-bottom: 10px;
  }

  .list ul:last-child {
    margin-bottom: 0;
  }
}

.review {
  position: relative;
  width: 100%;
  padding: 63px 0 65px;
}

@media screen and (max-width: 650px) {
  .review {
    padding: 30px 0;
  }
}

.review h2 {
  text-align: center;
}

@media screen and (max-width: 650px) {
  .review h2 {
    text-align: left;
  }
}

.review .btn {
  display: flex;
  margin: 0 auto 20px;
}

@media screen and (max-width: 650px) {
  .review .btn {
    margin-bottom: 15px;
  }
}

.review__links {
  margin-bottom: 0;
  text-align: center;
}

.review__slider {
  position: relative;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 75px;
}

@media screen and (max-width: 900px) {
  .review__slider {
    margin-top: -15px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 650px) {
  .review__slider {
    margin-bottom: 70px;
  }
}

.review__slider .slick-list {
  margin: -40px;
}

@media screen and (max-width: 880px) {
  .review__slider .slick-list {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 480px) {
  .review__slider .slick-list {
    margin: 0;
  }
}

.review__slide {
  margin: 0 40px;
}

@media screen and (max-width: 880px) {
  .review__slide {
    margin: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .review__slide {
    margin: 0;
  }
}

.review__slide p {
  margin-bottom: 0;
}

.review__slide:focus {
  outline-width: 0;
}

.review__quote {
  font-size: 94px;
  font-weight: bold;
  line-height: 90px;
  display: block;
  margin-bottom: -40px;
  color: #e4edf2;
}

.review__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

.review__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 1265px) {
  .review__arrow {
    bottom: 0;
    transform: translateY(100%);
  }
}

@media screen and (max-width: 650px) {
  .review__arrow {
    bottom: -13px;
  }
}

.review__arrow:hover .i-m {
  background-color: #e12454;
}

.review__arrow-next {
  right: -60px;
  left: auto;
}

@media screen and (max-width: 1265px) {
  .review__arrow-next {
    right: -15px;
  }
}

@media screen and (max-width: 750px) {
  .review__arrow-next {
    right: 0;
  }
}

.review__arrow-prev {
  left: -60px;
}

@media screen and (max-width: 1265px) {
  .review__arrow-prev {
    left: -15px;
  }
}

@media screen and (max-width: 750px) {
  .review__arrow-prev {
    left: 0;
  }
}

.review__arrow-prev .i-m {
  transform: scale(-1, 1);
}

.inner_page h1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 25px;
  color: #3e4f5d;
}

@media screen and (max-width: 950px) {
  .inner_page h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 550px) {
  .inner_page h1 {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.banner_block {
  position: relative;
}

.night:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
}

.inner_page .review__slide {
  margin: 0 0 40px 0;
}

#map {
  min-height: 400px
}

.white_rectangle a.btn {
  padding: 5px;
  color: white
}

.white_rectangle {
  background-color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  padding: 20px;
  border: #e12454 2px solid
}

.stati__item_wrapper {
  width: 50%
}

.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  float: none;
}

.stati__item {
  margin: 15px;
}

.stati__img {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  border: 2px solid #e12454;
  background: none;
  align-items: center;
  justify-content: center;
}

.stati__info {
  color: #3e4f5d;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  position: relative;
  position: relative;
  border-bottom: 2px solid #e12454;
  border-right: 2px solid #e12454;
  border-left: 2px solid #e12454;
}

.stati__item .stati__info:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  transition: all .35s ease;
  border-radius: 0;
  background-color: #e12454;
}

.stati__item:hover .stati__info {
  transition: all .35s ease;
  color: white;
}

.stati__item:hover .stati__info:after {
  width: 100%;
  transition: all .35s ease;
}

@media screen and (max-width: 550px) {
  .stati__item_wrapper {
    width: 100%
  }
}

.inside_city {
  width: 25%;
}

@media screen and (max-width: 950px) {
  .inside_city {
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .inside_city {
    width: 50%;
    padding-left: 25px !important;
  }
}

.hide {
  display: none !important;
}

.subfolder_ul {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 30px;
}

.fancy_photo {
  transition: all .3s ease-out;
  margin: 10px 0
}

.fancy_photo:hover {
  transition: all .3s ease-out;
  filter: opacity(50%);
}

.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  float: none;
}

.ph_gal {
  justify-content: space-around;
  margin-bottom: 30px;
}

.gal_item {
  margin: 10px auto;
}

.city-list a {
  display: inline-block;
  font-size: 14px;
  color: #e12454;
  margin: 0 15px 15px;
  text-decoration: underline;
  position: relative;
}

.city-list a:hover {
  text-decoration: none
}

.city-list {
  text-align: center;
}

.big-modal {
  max-width: 600px
}

.regions_link {
  color: #e12454;
  text-decoration: underline
}

.regions_link:hover {
  color: #e12454;
  text-decoration: none
}

.doctors-detail-wr {
  display: flex;
  grid-gap: 32px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  color: #3E4F5D;
}

.doctors-detail-item-name {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: left !important;
}

.doctors-detail-item-img_wr {
  flex-basis: 32%;
  height: 353px;
  border: 2px solid #E12454;
}

.doctors-detail-item-img_wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctors-detail-item-info {
  flex-basis: 68%;
}

.doctors-detail-item-exp {
  font-size: 26px;
  line-height: 32px;
}

.doctors-detail-item-exp,
.doctors-detail-item-pos,
.doctors-detail-item-education {
  position: relative;
  padding-top: 8px;
  padding-bottom: 16px;
}

.doctors-detail-item-exp:after,
.doctors-detail-item-pos:after,
.doctors-detail-item-education:after {
  position: absolute;
  content: '';
  background: #ECECEC;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.doctors-detail-item-pos-title,
.doctors-detail-item-education-title {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.doctors-detail-item-pos-title div,
.doctors-detail-item-education-title div {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.doctors-detail-item-pos-text,
.doctors-detail-item-education-text {
  font-size: 16px;
  line-height: 20px;
}

.doctors-detail-item-additional-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  margin: 16px 0;
}

.doctors-detail-item-additional-text {
  font-size: 16px;
  line-height: 22px;
}

.header__phone-mobile {
  display: none;
}

@media(max-width: 768px) {
  .doctors-detail-wr {
    grid-gap: 16px;
    flex-direction: column;
  }

  .header__phone-mobile {
    display: block;
    padding: 4px 0;
    padding-top: 15px;
  }

  .header__mobile-phones {
    display: flex;
    grid-gap: 4px;
    flex-direction: column;
  }

  .header__col-link {
    font-size: 14px;
  }

  .header__phone-desktop {
    display: none;
  }

  .doctors-detail-item-name {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
  }

  .doctors-detail-item-exp,
  .doctors-detail-item-pos,
  .doctors-detail-item-education {
    padding-bottom: 12px;
  }

  .doctors-detail-item-pos-title,
  .doctors-detail-item-education-title {
    font-size: 14px;
    line-height: 17px;
  }

  .doctors-detail-item-pos-title div,
  .doctors-detail-item-education-title div {
    font-size: 14px;
    line-height: 20px;
  }

  .doctors-detail-item-additional-title {
    font-size: 20px;
    line-height: 24px;
  }

  .doctors-detail-item-exp {
    font-size: 18px;
    line-height: 22px;
  }
}

.breadcrumbs {
  padding: 12px 0;
}

.breadcrumbs li {
  display: inline;
  padding-left: 0;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs ul li a {
  text-decoration: none;
}

.review {
  padding: 16px 0 65px;
}

.sitemap-1lvl span {
  color: #e12555;
}

.sitemap-main_link {
  display: block;
  text-align: center;
  color: #e12555;
}

.sitemap-1lvl ul {
  margin-top: 10px;
}

.doctors-list-wr {
  grid-gap: 28px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.doctors-list-item {
  border: 2px solid #E12454;
}

.doctors-list-item:hover .doctors-list-item-name {
  background: #FFFFFF;
  color: #E12454;
  transition: background 0.5s linear;
}

.doctors-list-item:hover .doctors-list-item-info {
  background: #E12454;
  color: #FFFFFF;
  transition: background 0.5s linear;
}

.doctors-list-item:hover .doctors-list-item-info span {
  color: #FFFFFF;
  transition: color 0.5s linear;
}

.doctors-list-item:hover .doctors-list-item-exp-decor {
  background: #FFFFFF;
  transition: background 0.5s linear;
}

.doctors-list-item-img_wr {
  height: 264px;
}

.doctors-list-item-img_wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctors-list-item-name {
  padding: 4px 8px;
  background: #E12454;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  transition: background 0.5s linear;
  font-size: 1.2rem;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.doctors-list-item-info {
  background: #FFFFFF;
  padding: 12px 0;
  color: #3E4F5D;
  min-height: 102px;
  transition: background 0.5s linear;
}

.doctors-list-item-exp {
  min-height: 20px;
}

.doctors-list-item-pos {
  min-height: 40px;
}

.doctors-list-item-exp,
.doctors-list-item-pos {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.doctors-list-item-exp-decor {
  width: 24px;
  height: 2px;
  background: #E12454;
  border-radius: 16px;
  margin: 8px auto;
}

.doctors-list-item-exp span {
  font-weight: bold;
  color: #3E4F5D;
  transition: color 0.5s linear;
}

@media(max-width: 550px) {
  .doctors-list-wr {
    grid-template-columns: repeat(1, 1fr);
  }

  .doctors-list-item {
    display: flex;
  }

  .doctors-list-item-name {
    justify-content: center;
  }

  .doctors-list-item-name,
  .doctors-list-item-info {
    font-size: 14px;
    line-height: 17px;
  }

  .doctors-list-item-exp,
  .doctors-list-item-pos {
    text-align: left;
  }

  .doctors-list-item-exp-decor {
    margin: 6px 0;
  }

  .doctors-list-item-info {
    padding: 4px;
  }

  .doctors-list-item-exp {
    min-height: 0;
  }

  .doctors-list-item-pos {
    min-height: 0;
  }

  .doctors-list-item-img_wr {
    height: 110px;
    flex-basis: 30%;
  }

  .doctors-list-item-text-wr {
    flex-basis: 70%;
  }
}

@media(min-width: 755px) {
  .doctors-list-wr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(min-width: 1001px) {
  .doctors-list-wr {
    grid-template-columns: repeat(4, 1fr);
  }
}

.breadcrumbs {
  padding: 12px 0;
}

.breadcrumbs li {
  display: inline;
  padding-left: 0;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs ul li a {
  text-decoration: none;
}

.review {
  padding: 16px 0 65px;
}

.guarantees-list-item-wr {
  display: flex;
  grid-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.guarantees-list-item {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  background: #E8F4F5;
  border-radius: 12px;
  text-align: center;
  color: #3E4F5D;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  width: 215px;
}

.guarantees-list-item-info-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.guarantees-list-item-info-text {
  font-size: 14px;
  line-height: 17px;

}

.guarantees-list-item-img {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}

@media(max-width: 550px) {
  .guarantees-list-item {
    flex-direction: row;
    grid-gap: 12px;
    text-align: left;
    width: 100%;
  }

  .guarantees-list-item-img {
    width: 56px;
    height: 56px;
    flex-basis: 23%;
  }

  .guarantees-list-item-info-title {
    margin-top: 0;
  }

  .guarantees-list-item-info {
    flex-basis: 77%;
  }
}

.breadcrumbs {
  padding: 12px 0;
}

.breadcrumbs li {
  display: inline;
  padding-left: 0;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs ul li a {
  text-decoration: none;
}

.review {
  padding: 16px 0 65px;
}

.guarantees-list-item-wr {
  display: flex;
  grid-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.guarantees-list-item {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  background: #E8F4F5;
  border-radius: 12px;
  text-align: center;
  color: #3E4F5D;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  width: 215px;
}

.guarantees-list-item-info-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.guarantees-list-item-info-text {
  font-size: 14px;
  line-height: 17px;

}

.guarantees-list-item-img {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}

@media(max-width: 550px) {
  .guarantees-list-item {
    flex-direction: row;
    grid-gap: 12px;
    text-align: left;
    width: 100%;
  }

  .guarantees-list-item-img {
    width: 56px;
    height: 56px;
    flex-basis: 23%;
  }

  .guarantees-list-item-info-title {
    margin-top: 0;
  }

  .guarantees-list-item-info {
    flex-basis: 77%;
  }
}

.guarantees-list h2 {
  text-align: center;
  margin-bottom: 24px;
}

.guarantees-list {
  padding-bottom: 60px;
}

.licences-main {
  background-image: url('/assets/img/licences-main/bg.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 98px;
  padding-bottom: 67px;
  margin: 0 auto;
}

.licences-main:before {
  content: '';
  background-color: rgba(62, 79, 93, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.licences-main-wr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  position: relative;
}

.licences-main-title {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-align: center;
}

.licences-main-item-wr {
  display: flex;
  grid-gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.licences-main-item {}

@media(max-width: 600px) {
  .container-licences-main {
    position: relative;
  }

  .container-licences-main:before {
    content: '';
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .licences-main-wr {
    border: none;
  }

  .licences-main-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .licences-main-item-wr {
    grid-gap: 16px;
  }

  .licences-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.services .i-m {
  background-color: transparent;
  -webkit-mask-image: unset;
  mask-image: unset;
}

.services__item:hover .services__icon .i-m {
  background-color: transparent;
}

.popup-search--res {
  max-height: 500px;
  overflow-x: hidden;
}
.popup-search__item {
  list-style: none;
  margin-bottom: 5px;
}
.popup-phone__form-in {
  margin-bottom: 20px;
}
.popup-search__item_none {
  list-style: none;
}

.article-reviewer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
}

.article-reviewer__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border-radius: 25px;
    box-shadow: 1px 1px 5px #00000017;
    padding: 20px;
}

.article-reviewer__wrap img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.article-reviewer__descr p {
    margin: 0;
}

.article-reviewer__descr p {
    margin: 0;
}

.article-reviewer__name {
    font-size: 20px;
    color: #e12454;
    padding-top: 5px;
}

@media screen and (max-width: 1024px)
{
    .article-reviewer {
        flex-direction: column;
    }
}

#article-navigation {
    padding: 10px;
    box-shadow: 1px 1px 5px #0000001c;
    border-radius: 25px;
    width: fit-content;
    margin-bottom: 20px;
}
.article-list-item{cursor:pointer;}
.article-list-item:hover{color: #e12454;}
#article-navigation h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.stati__view {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #e12454;
    color: white;
}

.articles__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.team.team-article h2 {
    text-align: left;
    margin-bottom: 20px;
}

.articles__slide {
    border-radius: 25px;
   /* border: 1px #d3d2d2 solid;*/
    background-color: #e12454;
}

.articles__slide img{
    border-radius: 25px 25px 0 0;
}

.articles__title {
    padding: 20px;
    text-align: center;
  /*  font-weight: 800;*/
    color: white;
}

.articles__all {
    padding: 10px 20px;
    border: 2px #e12454 solid;
    color: #e12454;
    font-weight: 800;
    transition: 0.3s ease;
}

.articles__all:hover {
    background-color: #e12454;
    color: white;
}
.swiper-button-prev.article-arrow, .swiper-button-next.article-arrow {
    position: relative;
    transform: none;
    margin: 0;
}

.articles__nav {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev.article-arrow, .swiper-button-next.article-arrow {
    width: 40px;
    height: 40px;
    border: 1px #e12454 solid;
    border-radius: 50%;
}

.swiper-button-prev.article-arrow::after, .swiper-button-next.article-arrow::after {
    color: #e12454;
    font-size: 20px;
}

.articles__nav {
    margin-top: 20px;
}