*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-box-component {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.visually-hidden:not(:focus):not(:active) {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: none;
	text-align: center;
}
p {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
video {
	cursor: pointer;
}
body {
	min-width: 320px;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	color: #000000;
	background: #fff;
}
body.no-scroll {
	overflow: hidden;
    margin-right: 17px;
}
body.no-scroll > .header {
    left: -8.5px;
}
.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.header__top {
	padding: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700;
}
.header__top-phone {
	padding-left: 21px;
	opacity: 0.5;
	letter-spacing: 0.03rem;
	position: relative;
}
.header__top-phone::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 11px;
	height: 11px;
	background: var(--wpr-bg-9f1da2d9-a021-4f30-9a34-7561312cea57);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
.header__top-lang {
	position: relative;
}
.header__top-lang a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
}
.header__top-lang a img {
	margin-right: 8px;
}
.header__top-lang__choose span {
	position: relative;
	padding-right: 16px;
}
.header__top-lang__choose span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
	width: 8px;
	height: 5px;
	background: var(--wpr-bg-870409f1-d65b-4c77-8cba-b4c031682dd7);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	opacity: .5;
}
.header__top-lang__choose img {
	margin-right: 8px;
}
.header__top-lang__list {
	min-width: 160px;
	padding: 24px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 30px;
	left: -50%;
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	-o-transform: translateX(25px);
	transform: translateX(25px);
	z-index: 10;
	display: none;
}
.header__top-lang__list li {
	margin-bottom: 24px;
}
.header__top-lang__list li:last-child {
	margin-bottom: 0;
}
.header__top-lang__list span:hover,
.header__top-lang__list span:focus {
	text-decoration: underline;
}
.header__top-lang.active .header__top-lang__list {
	display: block;
}
.header__top-lang.active .header__top-lang__choose span::after {
	opacity: 1;
}
.header__top-lang.active a {
	color: #000;
}
.header__bottom {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
.header__bottom-inner {
	min-height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header__bottom-search {
	width: 100%;
	position: relative;
	display: none;
}
.header__bottom-search__btn {
	width: 32px;
	height: 44px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 44px;
}
.header__bottom-search__btn img {
	display: inline-block;
	margin-top: 17px;
}
.header__bottom-search input {
	width: 100%;
	display: inline-block;
	min-height: 44px;
	padding: 9px 15px;
	padding-right: 35px;
	background: #F0F0F0;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}
.header__burger {
	display: none;
	width: 20px;
	height: 17px;
	position: relative;
}
.header__burger span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	-moz-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.header__menu {
	width: 946px;
	max-width: 946px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
}
.header__menu-hidden {
	width: 20px;
	height: 17px;
	position: absolute;
	z-index: 10;
	top: 42px;
	right: 24px;
	display: none;
}
.header__menu-hidden::before,
.header__menu-hidden::after {
	content: '';
	position: absolute;
	top: 7px;
	right: 1px;
	width: 100%;
	height: 3px;
	background: #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.header__menu-hidden::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header__menu-hidden::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header__call {
	font-size: 13px;
	line-height: 13px;
	padding: 13px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #F21940;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header__call:hover,
.header__call:focus {
	background: #F43B5D;
}
.header__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.header__soc li:not(:last-child) {
    margin-right: 16px;
}
.header__soc-fb, .header__soc-yt, .header__soc-ins {
    display: inline-block;
    padding: 15px 25px;
    background: #F0F0F0;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: relative;
}
.header__soc-fb::before, .header__soc-yt::before, .header__soc-ins::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
             -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
}
.header__soc-fb::before {
    background-image: var(--wpr-bg-c8885d5b-e0e6-4ca8-a021-8c91d3495bcf);
}
.header__soc-ins::before {
    background-image: var(--wpr-bg-2fd0acda-5638-4a79-a4c5-5cb25790442e);
}
.header__soc-yt::before {
    height: 13px;
    background-image: var(--wpr-bg-15fd5781-8084-4619-82af-92529bfbe158);
}
.logo {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 100%;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	letter-spacing: -0.08rem;
}
.logo img {
	margin-right: 6px;
	margin-top: 3px;
}
.nav {
	width: 692px;
	max-width: 692px;
}
.nav.active a {
	opacity: 0.3;
}
.nav__list {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sec-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
	letter-spacing: -0.04rem;
}
.main-title {
	margin-top: 16px;
	font-weight: 900;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.06rem;
}
.main-title {
	margin: 0;
	line-height: 120%;
}
.list {
	font-size: 18px;
	line-height: 160%;
}
.list__title {
	font-weight: 900;
	font-size: 22px;
	line-height: 160%;
}
.list ul {
	margin-top: 16px;
	margin-left: 21px;
}
.list li {
	margin-bottom: 13px;
	padding-left: 22px;
	position: relative;
}
.list li a {
    color: #f21940;
}
.list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: rgba(242, 25, 64, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.form__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.form__label {
	margin-bottom: 27px;
	display: block;
	position: relative;
}
.form__label--textarea {
	margin-bottom: 20px;
}
.form__label input,
.form__label textarea {
	display: block;
	margin-top: 4px;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 160%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #D1D1D1;
	outline: none;
}
.form__label input::-webkit-input-placeholder,
.form__label textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input::-moz-placeholder,
.form__label textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input:-ms-input-placeholder,
.form__label textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input::-ms-input-placeholder,
.form__label textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input:-moz-placeholder,
.form__label textarea:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input::-webkit-input-placeholder, .form__label textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input:-moz-placeholder, .form__label textarea:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input::-moz-placeholder, .form__label textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input:-ms-input-placeholder, .form__label textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input::-ms-input-placeholder, .form__label textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label input::placeholder,
.form__label textarea::placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form__label textarea {
	width: 100%;
	min-height: 96px;
	resize: none;
}
.form__label.error input {
	border-color: #F21940;
}
.form__label.error input::-webkit-input-placeholder {
	opacity: 0;
}
.form__label.error input::-moz-placeholder {
	opacity: 0;
}
.form__label.error input:-ms-input-placeholder {
	opacity: 0;
}
.form__label.error input::-ms-input-placeholder {
	opacity: 0;
}
.form__label.error input:-moz-placeholder {
	opacity: 0;
}
.form__label.error input::placeholder {
	opacity: 0;
}
.form__label.error .form__type {
	color: #F21940;
}
.form__label.error .form__fill {
	display: block;
}
.form__type {
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
}
.form__fill {
	position: absolute;
	top: 40px;
	left: 16px;
	color: #F21940;
	font-size: 15px;
	line-height: 160%;
	display: none;
}
.form__agree {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	cursor: pointer;
}
.form__agree-checkbox {
	min-width: 20px;
	height: 20px;
	margin-right: 10px;
	background: rgba(242, 25, 64, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}
.form__agree-checkbox svg {
	width: 10px;
	height: 9px;
	opacity: 0;
}
.form__agree input {
	display: none;
}
.form__agree input:checked ~ .form__agree-checkbox svg {
	opacity: 1;
}
.form__agree-text {
	display: block;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	font-size: 14px;
	line-height: 150%;
	color: rgba(80, 12, 24, 0.5);
}
.form__agree-text a {
	border-bottom: 1px solid rgba(80, 12, 24, 0.5);
}
.form__btn {
	margin-top: 32px;
	padding: 13px 24px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	background: #F21940;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}
.form__btn:hover,
.form__btn:focus {
	background: #F43B5D;
}
.form--red .form__label {
	width: -webkit-calc(33.33% - 12px);
	width: -moz-calc(33.33% - 12px);
	width: calc(33.33% - 12px);
}
.form--red .form__type {
	text-transform: uppercase;
	color: rgba(80, 12, 24, 0.5);
}
.form--red .form__btn {
	min-width: 232px;
}
.form--red input {
	border-color: rgba(176, 46, 70, 0.18);
}
.treatment {
	max-width: -webkit-calc(1920px + (100% - 1200px)/2);
	max-width: -moz-calc(1920px + (100% - 1200px)/2);
	max-width: calc(1920px + (100% - 1200px)/2);
	width: 100%;
	margin-top: 146px;
	padding-left: -webkit-calc((100% - 1200px)/2);
	padding-left: -moz-calc((100% - 1200px)/2);
	padding-left: calc((100% - 1200px)/2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.treatment .main-title {
	line-height: 120%;
	letter-spacing: -0.05rem;
}
.treatment__info {
	padding-top: 139px;
	max-width: 572px;
}
.treatment__img-dekstop {
	width: -webkit-calc(100% - 696px);
	width: -moz-calc(100% - 696px);
	width: calc(100% - 696px);
	height: 722px;
	background: var(--wpr-bg-2345866c-fdc9-4886-8baa-7179768b2ff8);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.treatment__img-phone,
.treatment__img-smallphone {
	display: none;
}
.treatment__text {
	margin-top: 27px;
	font-size: 18px;
	line-height: 170%;
}
.treatment__table {
	max-width: 500px;
	margin-top: 98px;
	font-size: 14px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
}
.treatment__table-title {
	padding: 8px 0;
	font-weight: 900;
	font-size: 24px;
	line-height: 100%;
	color: #000;
}
.treatment__table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	margin-right: 67px;
}
.treatment__table li:nth-child(2n) {
	margin-right: 40px;
}
.treatment__table li:nth-child(3n) {
	margin-right: 0;
}
.adviser {
	padding: 140px 0;
	background: #FEF4F5;
	color: #500C18;
}
.adviser__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.adviser__info {
	max-width: 600px;
	margin-top: 30px;
}
.adviser__text {
	margin-top: 30px;
	font-size: 18px;
	line-height: 170%;
}
.adviser__text p:not(:last-child) {
	margin-bottom: 10px;
}
.adviser__list {
	margin-top: 24px;
	font-weight: bold;
}
.adviser__form {
	width: -webkit-calc(100% - 630px);
	width: -moz-calc(100% - 630px);
	width: calc(100% - 630px);
	max-width: 504px;
	padding: 35px 40px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 10px 30px rgba(124, 10, 31, 0.1);
	-moz-box-shadow: 0px 10px 30px rgba(124, 10, 31, 0.1);
	box-shadow: 0px 10px 30px rgba(124, 10, 31, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.adviser__form .form__label {
	width: 100%;
	margin-bottom: 22px;
}
.adviser__form .form__label-name,
.adviser__form .form__label-phone {
	width: -webkit-calc(50% - 12px);
	width: -moz-calc(50% - 12px);
	width: calc(50% - 12px);
}
.adviser__form .form__type {
	font-size: 11px;
}
.adviser__form .form__btn {
	margin-top: 22px;
	min-width: 200px;
}
.adviser--stem .adviser__info {
	max-width: 510px;
}

.banner {
    padding-top: 90px;
}
.banner__inner {
    position: relative;
}
.banner p {
    margin-bottom: 10px;
}
.banner .session__info {
    padding: 50px 0;
}
.banner .session__inner {
    margin-bottom: 30px;
    padding: 0 50px;
    background: #F9F8FD;
    border-radius: 10px;
    align-items: center;
    min-height: 445px;
}
.banner .session__video-video {
    height: 100%;
}
.banner .session__video img {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13)
}
.banner .swiper-button-prev {
    width: 56px;
    height: 56px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -26px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.banner .swiper-button-prev::after {
    content: url(../../../../../../../../../themes/swissmedica/images/icons/media-left.svg);
    position: absolute;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 12px;
    height: 6px;
}
.banner .swiper-button-next {
    width: 56px;
    height: 56px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -26px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.banner .swiper-button-next::after {
    content: url(../../../../../../../../../themes/swissmedica/images/icons/media-right.svg);
    position: absolute;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 12px;
    height: 6px;
}
.banner .swiper-pagination {
    bottom: 0;
}
.banner .swiper-pagination-bullet {
    background: #F21940;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 8px !important;
}

.diseases {
	margin-top: 5px;
}
.diseases .main-title {
	margin-top: 0;
}
.diseases__top_list {   
  margin-top: 25px;    
  padding-bottom: 48px;
  padding-left: 75px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: justify;   
  -ms-flex-pack: justify;   
  justify-content: space-between;
}
.diseases__top-link {
    width: calc(50% - 16px);
    margin-bottom: 24px;
    padding: 32px;
    font-weight: 600;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    display: inline-block;
}
.diseases__top-link:hover {
    color: #F21940;
}
.diseases__list {
	margin-top: 25px;
	padding-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #EEEEEE;
}
.diseases__item {
	width: -webkit-calc(33.33% - 27px);
	width: -moz-calc(33.33% - 27px);
	width: calc(33.33% - 27px);
	padding-top: 80px;
	margin-right: 40px;
	margin-bottom: 80px;
	position: relative;
}
.diseases__item img {
	position: absolute;
	top: 0;
	left: 0;
}
.diseases__item:nth-child(3n) {
	margin-right: 0;
}
.diseases__item-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 160%;
}
.diseases__item-list {
	margin-top: 24px;
	font-size: 18px;
	line-height: 140%;
}
.diseases__item-list li:not(:last-child) {
	margin-bottom: 10px;
}
.diseases__item-list a.red {
	color: #F21940;
}
.diseases__item-list a.red:hover,
.diseases__item-list a.red:focus {
	text-decoration: underline;
}
.holistic {
	padding: 140px 0 178px;
	font-size: 18px;
	line-height: 160%;
}
.holistic .main-title {
	margin: 0;
	margin-bottom: 30px;
}
.holistic__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
}
.holistic__inner.active {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
}
.holistic__info {
	max-width: 442px;
	margin-right: 60px;
}
.holistic__info.fixed {
	position: fixed;
	top: 149px;
	left: -webkit-calc((100% - 1200px)/2);
	left: -moz-calc((100% - 1200px)/2);
	left: calc((100% - 1200px)/2);
	-webkit-animation-name: smoothFixed;
	-moz-animation-name: smoothFixed;
	-o-animation-name: smoothFixed;
	animation-name: smoothFixed;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.holistic__diseases {
	margin: 0;
	margin-left: auto;
	max-width: -webkit-calc(100% - 502px);
	max-width: -moz-calc(100% - 502px);
	max-width: calc(100% - 502px);
}
.holistic__diseases .diseases__list {
	margin: 0;
	padding: 0;
	padding-left: 75px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
}
.holistic__diseases .diseases__item {
	width: -webkit-calc(50% - 25px);
	width: -moz-calc(50% - 25px);
	width: calc(50% - 25px);
}
.holistic__diseases .diseases__item:nth-child(odd) {
	margin-right: 50px;
}
.holistic__diseases .diseases__item:nth-child(even) {
	margin-right: 0;
}
.holistic__diseases .diseases__item:nth-child(7) {
	margin-bottom: 0;
}
.holistic__diseases .diseases__item:last-child {
	margin-bottom: 0;
}
.holistic__diseases .diseases__item-list {
	margin-top: 16px;
	font-size: 16px;
}
.holistic__diseases .diseases__item-list li:not(:last-child) {
	margin-bottom: 8px;
}
.holistic__diseases .diseases__item-title {
	font-size: 20px;
}
@-webkit-keyframes smoothFixed {
	0% {
		top: 148px;
	}
	100% {
		top: 148px;
	}
}
@-moz-keyframes smoothFixed {
	0% {
		top: 148px;
	}
	100% {
		top: 148px;
	}
}
@-o-keyframes smoothFixed {
	0% {
		top: 148px;
	}
	100% {
		top: 148px;
	}
}
@keyframes smoothFixed {
	0% {
		top: 148px;
	}
	100% {
		top: 148px;
	}
}
.success {
	padding: 140px 0 107px;
	background: #F9F8FD;
	font-size: 18px;
}
.success__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
}
.success__info {
	max-width: 440px;
	padding-bottom: 24px;
}
.success__info.fixed {
	position: fixed;
	top: 148px;
	right: -webkit-calc((100% - 1200px)/2);
	right: -moz-calc((100% - 1200px)/2);
	right: calc((100% - 1200px)/2);
	-webkit-animation-name: smoothFixed;
	-moz-animation-name: smoothFixed;
	-o-animation-name: smoothFixed;
	animation-name: smoothFixed;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.success__videos {
	min-width: 700px;
	width: 700px;
	padding-right: 56px;
	margin-right: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.success__videos::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: -webkit-calc(100% - 24px);
	height: -moz-calc(100% - 24px);
	height: calc(100% - 24px);
	background: rgba(0, 0, 0, 0.1);
}
.success__videos-item {
	width: 308px;
	padding: 4px;
	margin-bottom: 24px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	cursor: pointer;
}
.success__videos-item:hover .success__videos-title,
.success__videos-item:focus .success__videos-title {
	color: #F21940;
}
.success__videos-video {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
}
.success__videos-title {
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.success .main-title {
	margin: 0;
	margin-bottom: 29px;
}
.success p {
	line-height: 156%;
	margin-bottom: 29px;
}
.session {
	padding: 140px 0 135px;
}
.session__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
}
.session__info {
	max-width: 442px;
	font-size: 18px;
}
.session__info .main-title {
	margin: 0;
	margin-bottom: 24px;
}
.session__video {
	width: -webkit-calc(100% - 546px);
	width: -moz-calc(100% - 546px);
	width: calc(100% - 546px);
}
.session p {
	line-height: 150%;
}
.workmate {
    padding: 140px 0 107px;
    background: #F9F8FD;
}
.workmate__inner {
    position: relative;
}
.workmate__list {
    margin-top: 48px;            
    margin-bottom: 48px;            
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.workmate__list-item {
    max-width: 100%;            
    padding: 4px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
}
.workmate__list-item:not(:last-child) {
    margin-right: 24px;
}
.workmate__list-item img {
    border-radius: 6px;
}  
.workmate__list-item .sec-title {
    margin-top: 24px;
    padding: 0 20px;
    font-size: 20px;
}
.workmate__list-item .doctor__pro {
    padding: 12px 20px 24px;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    color: #F21940;
    min-height: 113px;
}
.workmate .swiper-button-prev {
    width: 56px;
    height: 56px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -26px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.workmate .swiper-button-prev::after {
    content: url(../../../../../../../../../themes/swissmedica/images/icons/media-left.svg);
    position: absolute;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 12px;
    height: 6px;
}
.workmate .swiper-button-next {
    width: 56px;
    height: 56px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -26px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.workmate .swiper-button-next::after {
    content: url(../../../../../../../../../themes/swissmedica/images/icons/media-right.svg);
    position: absolute;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 12px;
    height: 6px;
}
.workmate .swiper-pagination {
    bottom: 0;
}
.workmate .swiper-pagination-bullet {
    background: #F21940;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 8px !important;
}
.hospital {
	padding: 140px 0 130px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.hospital .main-title {
	margin: 0;
}
.hospital__inner {
	position: relative;
}
.hospital__videos {
	margin-top: 48px;
	height: 562px;
}
.hospital__videos.swiper-container {
	padding-bottom: 58px;
}
.hospital__item {
	width: 384px;
	min-width: 384px;
	height: 240px;
}
.hospital__item img {
	width: 100%;
}
.hospital .swiper-button-prev {
	width: 56px;
	height: 56px;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -26px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hospital .swiper-button-prev::after {
	content: url(../../../../../../../../../themes/swissmedica/images/icons/media-left.svg);
	position: absolute;
	font-size: 0;
	top: 50%;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 12px;
	height: 6px;
}
.hospital .swiper-button-next {
	width: 56px;
	height: 56px;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -26px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hospital .swiper-button-next::after {
	content: url(../../../../../../../../../themes/swissmedica/images/icons/media-right.svg);
	position: absolute;
	font-size: 0;
	top: 50%;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 12px;
	height: 6px;
}
.hospital .swiper-pagination {
	bottom: 0;
}
.hospital .swiper-pagination-bullet {
	background: #F21940;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 8px !important;
}
.blog_page {
	margin-top: 32px;
	padding-top: 48px;
	border-top: 1px solid #EBEBEB;
}
.blog__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog__item {
	margin-right: 40px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	width: 373px;
	min-width: 373px;
	min-height: 238px;
	padding: 32px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blog__item:hover .blog__title,
.blog__item:focus .blog__title {
	color: #F21940;
}
.blog__item-list {
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
}
.blog__item-list li {
	padding-right: 10px;
	margin-right: 8px;
	position: relative;
}
.blog__item-list li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #808080;
}
.blog__item-list li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog__item-list li:last-child::after {
	display: none;
}
.blog__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 140%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog__about {
	margin-top: 12px;
	margin-bottom: auto;
	font-weight: normal;
	font-size: 17px;
	line-height: 160%;
}
.blog__more {
	display: inline-block;
	margin-top: 32px;
	padding: 18px 36px;
	padding-right: 33px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #F21940;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.blog__more::after {
	content: url(../../../../../../../../../themes/swissmedica/images/icons/arrow-down.svg);
	margin-left: 13px;
}
.blog__more:hover,
.blog__more:focus {
	background: #FEE8EC;
}
.blog--author {
	margin-top: 55px;
}
.blog--author .blog_page {
	margin-top: 28px;
	padding-top: 40px;
}
.stem {
	margin: 0;
	padding: 140px 0 127px;
	background: #F9F8FD;
}
.stem .main-title {
	max-width: 786px;
	margin: 0;
}
.stem .blog__list {
	margin-top: 53px;
}
.stem .blog__item {
	min-height: 195px;
}
.stem__link {
	display: inline-block;
	margin-top: 8px;
	padding: 15px 20px;
	padding-right: 38px;
	background: #F21940;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}
.stem__link::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 9px;
	height: 9px;
	background: var(--wpr-bg-976863e4-1582-46e5-b6ff-6272aa0aad60);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.stem__link:hover,
.stem__link:focus {
	background: #F43B5D;
}
.swiss {
	padding: 140px 0 84px;
}
.swiss .main-title {
	margin: 0;
}
.swiss__list {
	margin-top: 56px;
}
.swiss__item {
	padding-bottom: 56px;
	margin-bottom: 56px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiss__item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.swiss__img img {
	width: 100%;
}
.swiss__info {
	width: -webkit-calc(100% - 577px);
	width: -moz-calc(100% - 577px);
	width: calc(100% - 577px);
	font-size: 18px;
	line-height: 160%;
}
.swiss__text {
	margin-top: 16px;
	color: rgba(0, 0, 0, 0.7);
}
.swiss__address {
	margin-top: 32px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.swiss__address p,
.swiss__address a {
	padding-left: 23px;
	position: relative;
}
.swiss__address p::before,
.swiss__address a::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 0;
}
.swiss__address p {
	margin-bottom: 16px;
}
.swiss__address p::before {
	width: 15px;
	height: 20px;
	background: var(--wpr-bg-026e3ccc-47ee-4d33-9382-c29268144f3b);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiss__address a::before {
	width: 10px;
	height: 10px;
	top: 5px;
	left: 6px;
	background: url(../../../../../../../../../themes/swissmedica/images/icons/swiss-tel.svg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiss__link {
	display: inline-block;
	margin-top: 32px;
	padding: 12px 16px;
	padding-right: 34px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #F21940;
	background: rgba(242, 25, 64, 0.05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}
.swiss__link::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
	right: 18px;
	width: 9px;
	height: 9px;
	background: var(--wpr-bg-206bf980-46b5-4944-a71f-826d01447c39);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.swiss__link:hover,
.swiss__link:focus {
	background: rgba(242, 25, 64, 0.1);
}
.media {
	padding: 140px 0;
	background: #F9F8FD;
}
.media .main-title {
	padding-left: -webkit-calc((100% - 1200px)/2);
	padding-left: -moz-calc((100% - 1200px)/2);
	padding-left: calc((100% - 1200px)/2);
	padding-right: -webkit-calc((100% - 1200px)/2);
	padding-right: -moz-calc((100% - 1200px)/2);
	padding-right: calc((100% - 1200px)/2);
}
.media__list {
	padding: 40px 13px;
	max-width: 1230px;
	margin: 0 auto;
}
.media__item {
	max-width: 373px;
	height: 386px;
	overflow: hidden;
	padding-top: 4px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
}
.media__item:hover .media__title,
.media__item:focus .media__title {
	color: #F21940;
}
.media__video {
	min-height: 205px;
	height: 205px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.media__video video {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.media__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding: 24px;
	padding-bottom: 16px;
}
.media__title {
	margin-bottom: 15px;
	max-height: 110px;
	overflow-y: hidden;
	font-weight: bold;
	font-size: 17px;
	line-height: 140%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.media__author {
	max-width: 225px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: rgba(80, 12, 24, 0.5);
}
.media__images {
	padding: 10px;
	min-height: 205px;
	height: 205px;
	margin: 0 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	background: #F9F8FD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.media__img {
	-webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #FFFFFF;
}
.media__img:nth-child(odd) {
	margin-right: 24px;
}
.media__inner {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}
.media .swiper-button-prev {
	width: 56px;
	height: 56px;
	top: 31%;
	left: -14px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.media .swiper-button-prev::after {
	content: url(../../../../../../../../../themes/swissmedica/images/icons/media-left.svg);
	position: absolute;
	font-size: 0;
	top: 50%;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 12px;
	height: 6px;
}
.media .swiper-button-next {
	width: 56px;
	height: 56px;
	top: 31%;
	right: -14px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.media .swiper-button-next::after {
	content: url(../../../../../../../../../themes/swissmedica/images/icons/media-right.svg);
	position: absolute;
	font-size: 0;
	top: 50%;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 12px;
	height: 6px;
}
.media .swiper-pagination-bullet {
	background: #F21940;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 8px !important;
}
.media .swiper-pagination-bullets {
	bottom: 0;
}
.faq {
	padding: 140px 0 126px;
}
.faq__list {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.faq__link {
	display: block;
	width: -webkit-calc(50% - 12px);
	width: -moz-calc(50% - 12px);
	width: calc(50% - 12px);
	margin-bottom: 24px;
	padding: 32px 68px 32px 32px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.13);
	position: relative;
}
.faq__toggle {
	position: absolute;
	right: 37px;
	top: 37px;
	width: 14px;
	height: 14px;
}
.faq__toggle::before,
.faq__toggle::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #F21940;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq__toggle::after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq__toggle.active::after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.faq__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
.faq__text {
	max-height: 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 160%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq__text.active {
	margin-top: 12px;
    max-height: none;
/*	max-height: 1000px;*/
	overflow: visible;
}
.faq__text p a {
    color: #F21940;
}
.faq__text p:not(:last-child) {
	margin-bottom: 10px;
}
.faq__text .list {
	font-size: 16px;
}
.footer {
	margin-top: 130px;
	background: #0B0B0B;
}
.footer__top-inner {
	padding: 85px 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__title {
	width: 515px;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.04rem;
}
.footer__search {
	width: 100%;
	max-width: 576px;
	position: relative;
}
.footer__search input {
	width: 100%;
	padding: 17px 16px;
	padding-right: 156px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #222222;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
}
.footer__search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 14px;
}
.footer__search input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 14px;
}
.footer__search input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 14px;
}
.footer__search input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 14px;
}
.footer__search input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 14px;
}
.footer__search input::placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 14px;
}
.footer__search-btn {
	display: inline-block;
	min-width: 136px;
	min-height: 48px;
	padding: 10px;
	background: #F21940;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 3px;
	right: 4px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer__search-btn:hover,
.footer__search-btn:focus {
	background: #F43B5D;
}
.footer__menu {
	padding: 55px 0 60px;
	color: #fff;
	background: #0F0F0F;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.footer__menu-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__address {
	width: 250px;
	margin-bottom: 17px;
	margin-right: 60px;
	font-style: normal;
}
.footer__contact {
	margin-top: 38px;
}
.footer__contact li:not(:first-child) {
	margin-top: 7px;
}
.footer__soc {
	margin-top: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}
.footer__soc li:not(:last-child) {
	margin-right: 16px;
}
.footer__soc a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	width: 48px;
	min-height: 32px;
	background: #1B1B1B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer__soc a:hover,
.footer__soc a:focus {
	background: #272727;
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__nav-chapter {
	margin-right: 57px;
	margin-bottom: 20px;
}
.footer__nav-chapter:nth-child(2) {
	margin-right: 100px;
}
.footer__nav-title {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #3D3D3D;
}
.footer__nav-list {
	margin-top: 20px;
}
.footer__nav-list li:not(:last-child) {
	margin-bottom: 10px;
}
.footer__nav-list a {
	position: relative;
}
.footer__nav-list a::after {
	content: '';
	position: absolute;
	width: 0;
	bottom: 0;
	left: auto;
	right: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.footer__nav-list a:hover::after,
.footer__nav-list a:focus::after {
	width: 100%;
	left: 0;
	right: auto;
}
.footer__nav .footer__nav-more {
	display: inline-block;
	padding-right: 15px;
	color: #F21940;
	position: relative;
}
.footer__nav .footer__nav-more::before {
	content: url(../../../../../../../../../themes/swissmedica/images/icons/arrow-red.svg);
	position: absolute;
	width: 4px;
	height: 6px;
	right: 0;
	top: -5%;
}
.footer__nav .footer__nav-more::after {
	display: none;
}
.footer__copy {
	padding: 64px 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03rem;
}
.footer__copy-title {
	margin-bottom: 5px;
	font-weight: 500;
}
.footer__copy-text {
	margin-bottom: 24px;
}
.footer__copy-rights {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	letter-spacing: -0.018rem;
}
.footer__copy-rights__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__copy-rights__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
}
.footer__copy-rights__design {
	margin-right: 12px;
	padding-right: 14px;
	font-weight: 400;
	position: relative;
}
.footer__copy-rights__design::after {
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #787878;
}
.footer__copy-rights__design a {
	text-decoration: underline;
}

.footer__copy-rights__design a:hover,
.footer__copy-rights__design a:focus {
	color: #fff;
}
.footer__copy-rights__link {
	opacity: 0.5;
	transition: all .2s ease;
}
.footer__copy-rights__link:hover,
.footer__copy-rights__link:focus {
	opacity: 1;
}
.footer__copy-list {
	margin-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__copy-list li:not(:first-child) {
	margin-left: 12px;
}
.footer__copy-list a {
	padding-left: 14px;
	position: relative;
}
.footer__copy-list a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer__copy-list a::after {
	content: '';
	position: absolute;
	right: 0;
	left: 14px;
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}
.footer__copy-list a:hover,
.footer__copy-list a:focus {
	color: #fff;
}
.footer__copy-list a:hover::after,
.footer__copy-list a:focus::after {
	background: #fff;
}
.footer {
	margin-top: 0;
}
.modal {
	width: 100%;
	max-width: 527px;
	max-height: 100vh;
	padding: 40px;
	position: fixed;
	z-index: 100;
	top: 146px;
	left: 50%;
	-webkit-transform: translateX(-50%) perspective(500px) rotateX(0deg);
	-moz-transform: translateX(-50%) perspective(500px) rotateX(0deg);
	transform: translateX(-50%) perspective(500px) rotateX(0deg);
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}
.modal.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) perspective(500px) rotateX(0deg);
	-moz-transform: translateX(-50%) perspective(500px) rotateX(0deg);
	transform: translateX(-50%) perspective(500px) rotateX(0deg);
}
.modal::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.modal__inner {
	position: relative;
}
.modal__close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 7px;
	right: 0;
}
.modal__close::before,
.modal__close::after {
	content: '';
	position: absolute;
	top: 7px;
	width: 20px;
	height: 3px;
	background: #ccc;
}
.modal__close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal__close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal__form-title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 22px;
	line-height: 140%;
}
.modal__form-descr {
	font-size: 16px;
	line-height: 160%;
}
.modal__form-inner {
	margin-top: 20px;
}
.modal__form-label {
	display: block;
	margin-bottom: 18px;
	position: relative;
}
.modal__form-label input,
.modal__form-label textarea {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 11px 16px;
	font-size: 15px;
	line-height: 160%;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
}
.modal__form-label textarea {
	min-height: 96px;
	resize: none;
}
.modal__form-label.error input {
	border-color: #F21940;
}
.modal__form-label.error input::-webkit-input-placeholder {
	opacity: 0;
}
.modal__form-label.error input::-moz-placeholder {
	opacity: 0;
}
.modal__form-label.error input:-ms-input-placeholder {
	opacity: 0;
}
.modal__form-label.error input::-ms-input-placeholder {
	opacity: 0;
}
.modal__form-label.error input:-moz-placeholder {
	opacity: 0;
}
.modal__form-label.error input::placeholder {
	opacity: 0;
}
.modal__form-label.error .modal__form-type {
	color: #F21940;
}
.modal__form-label.error .modal__form-fill {
	display: block;
}
.modal__form-type {
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
}
.modal__form-fill {
	position: absolute;
	top: 40px;
	left: 16px;
	color: #F21940;
	font-size: 15px;
	line-height: 160%;
	display: none;
}
.modal__form-agree {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.modal__form-agree__checkbox {
	min-width: 20px;
	height: 20px;
	background: rgba(242, 25, 64, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}
.modal__form-agree__checkbox svg {
	width: 10px;
	height: 9px;
	opacity: 0;
}
.modal__form-agree input {
	display: none;
}
.modal__form-agree input:checked ~ .modal__form-agree__checkbox svg {
	opacity: 1;
}
.modal__form-agree__text {
	display: block;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	font-size: 14px;
	line-height: 150%;
	color: rgba(80, 12, 24, 0.5);
}
.modal__form-agree__text a {
	border-bottom: 1px solid rgba(80, 12, 24, 0.5);
}
.modal__form-btn {
	min-width: 210px;
	padding: 9px;
	display: inline-block;
	background: #F21940;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}
.modal__form-btn:hover,
.modal__form-btn:focus {
	background: #F43B5D;
}
.modal-thanks {
	min-width: 524px;
	text-align: center;
}
.modal-thanks__inner {
	margin-top: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.modal-thanks__btn {
	min-width: 210px;
	padding: 9px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.modal-thanks__close {
	color: #fff;
	background: #F21940;
}
.modal-thanks__close:hover,
.modal-thanks__close:focus {
	background: #F43B5D;
}
.modal-thanks__call {
	color: #F21940;
	background: rgba(242, 25, 64, 0.1);
}
.modal-thanks__call:hover,
.modal-thanks__call:focus {
	background: rgba(242, 25, 64, 0.2);
	color: rgba(242, 25, 64, 0.8);
}
.modal-thanks--contact {
	min-width: 378px;
}
.modal-thanks--contact .modal-thanks__inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}
.modal-effective {
	max-width: 507px;
}
.modal-effective__list li {
	margin-bottom: 5px;
}
.modal-effective__form {
	margin-top: 24px;
}
.modal-effective__form input {
	width: 100%;
}
.overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	display: none;
}
.overlay.active {
	display: block;
}
.swiper-button-prev {
	cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
	opacity: 1;
	cursor: pointer;
}
.swiper-button-next {
	cursor: pointer;
}
.swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
	opacity: 1;
	cursor: pointer;
}
.hf-message {
    display: none;
}