

/* Start:/local/templates/TOCHKA/css/style.css?175093678049627*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	height: 100%;
	font-family: "Montserrat", "Arial", sans-serif;
	font-style: normal;
}
.wrapper {
    position: relative;
    min-width: 300px;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.intro {
	background: linear-gradient(180deg, #FFFFFF 20%, #DEDEDE 95.5%);
}
.container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.container-page {
	max-width: 1240px;
    margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.space {
	margin-top: 88px;
    margin-bottom: 80px;
}
.btn {
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 26px 47px;
    background: #ffffff;
    border-radius: 60px;
}
.page-block .title {
    margin-bottom: 82px;
}
.page-block .title h1 {
    font-weight: 300;
    font-size: 56px;
    line-height: 1;
}
.page-block .title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
}
.header {
    position: fixed;
    z-index: 3;
    height: 126px;
    background: #ffffff;
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.header.head-size-scroll {
    height: 84px;
}
.header.head-size-scroll .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header .container,
.footer .container .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
	padding-bottom: 36px;
	gap: 36px;
	transition: all 0.5s ease-in-out;
}
.logo a {
    display: flex;
    align-items: center;
	color: #000000;
	text-decoration: none;
}
.logo img {
    width: 54px;
    margin-right: 8px;
}
.logo span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.checkbox-toggle {
    display: none;
}
.menu ul {
    display: flex;
    gap: 36px;
    list-style: none;
}
.menu ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #000000;
}
.menu ul li a:hover {
	color: #cd0909;
}
.main {
	position: relative;
	z-index: 1;
	padding: 126px 0 245px;
}
.contant {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
/* Home */
.bg-gradient {
	background: linear-gradient(180deg, #FFFFFF 20%, #DEDEDE 95.5%);
}
.bg-grey {
	background: #DEDEDE;
}
.bg-gradient-inversion {
	background: linear-gradient(180deg, #DEDEDE 4.5%, #FFFFFF 80%);
}
.title {
    margin-bottom: 40px;
}
.title h1,
.title h2 {
    font-weight: 300;
    font-size: 56px;
    line-height: 1;
}
.title h1 span,
.title h2 span {
    color: #CD0909;
}
.text-block {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.text-block p {
    margin-bottom: 20px;
}
.text-block b {
    color: #CD0909;
}
.slider-block-wrapper {
    display: flex;
    align-items: center;
    min-height: 560px;
}
.slider-block {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 72px;
}
.slider {
    width: calc(100% - 522px);
}
.slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.slider .owl-theme .owl-dots,
.slider .owl-theme .owl-nav {
    text-align: left;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 6px;
	transition: all .2s ease;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #CD0909;
    width: 25px;
    height: 25px;
	margin: 0;
	transition: all .2s ease;
}
.slider .owl-theme .owl-dots .owl-dot span {
	background: #ffffff;
	opacity: 1;
}
.slide-item {
    width: 100%;
}
.slider-point {
    width: 450px;
    height: 450px;
}
.slider-point img {
    width: 100%;
}
@keyframes pulse {
    0% {
		transform: scale(0.95);
	}
	70% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.95);
	}
}
.animation-pulse img,
.animation-pulse a {
    animation: pulse 4s infinite;
}
.step_2-block-wrapper {
    display: flex;
    align-items: center;
    min-height: 700px;
}
.step_2-block {
	position: relative;
}
.step_2-point {
    position: absolute;
    top: -190px;
    left: -190px;
    width: 170px;
    height: 170px;
}
.step_2-point img {
    width: 100%;
}
.step_2-block {
    max-width: 696px;
}
.step_3-block-wrapper {
    display: flex;
    align-items: center;
    min-height: 700px;
}
.step_3 {
    width: calc(100% - 552px);
}
.step_3-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}
a.link_more {
    display: flex;
    align-items: center;
    gap: 14px;
	width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    color: #CD0909;
	transition: all 0.3s ease-out;
}
a.link_test {
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: #CD0909;
    margin-top: 30px;
	transition: all 0.3s ease-out;
}
a.link_more:hover,
a.link_test:hover {
	gap: 10px;
}
.step_3-point {
    width: 530px;
}
.step_3-point img {
    width: 100%;
}
.history-block {
    display: flex;
    align-items: center;
    min-height: 700px;
    background: url(/local/templates/TOCHKA/css/../images/history-bg.png);
    background-color: #1e1d1b;
    background-size: cover;
}
.history {
    display: flex;
    align-items: center;
	gap: 100px;
}
.history-info {
    width: calc(100% - 560px);
	max-width: 530px;
}
.history-title h2,
.history-text.text-block {
	color: #ffffff;
}
.history-image {
	position: relative;
    height: 700px;
    width: 460px;
}
.history-image img.history-image-girl {
    position: absolute;
    width: 338px;
    z-index: 2;
    filter: grayscale(1);
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scaleX(-1);
    -ms-transform: translate(-50%, 0) scaleX(-1);
    -o-transform: translate(-50%, 0) scaleX(-1);
    transform: translate(-50%, 0) scaleX(-1);
}
.history-image img.history-image-bg {
	position: absolute;
    width: 460px;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.power-block {
    display: flex;
    align-items: center;
    min-height: 700px;
    position: relative;
    background: #211f1e;
    z-index: 1;
	overflow: hidden;
}
.power-block .container-page {
    width: 100%;
}
.power-image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
    height: 100%;
	overflow: hidden;
}
.power-image img {
    height: 100%;
}
.power-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.power-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.power-slider.owl-carousel .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.power-slider.owl-carousel .owl-item.active {
	opacity: 1;
}
.power-slide-item {
    max-width: 410px;
    color: #ffffff;
}
.power-slider .owl-nav button:hover,
.power-slider .owl-nav [class*=owl-]:hover {
    background: none!important;
}
.power-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
.power-slider .owl-nav button.owl-prev,
.power-slider .owl-nav button.owl-next {
    position: relative;
    margin: 0;
	pointer-events: auto;
	transition: all 0.3s ease-out;
}
.power-slider .owl-nav button.owl-prev {
    left: -100px;
}
.power-slider .owl-nav button.owl-next {
    right: -100px;
}
.power-slider .owl-nav button.owl-prev:hover,
.power-slider .owl-nav button.owl-next:hover {
    transform: scale(1.1);
}
.prev-slide {
    transform: scale(-1);
}
.prev-slide,
.next-slide {
    width: 31px;
    height: 62px;
    background: url(/local/templates/TOCHKA/css/../images/arrow-slider.svg);
    background-size: cover;
}
.power-image-point {
    position: absolute;
    z-index: -1;
    left: 32%;
    top: 50%;
    -webkit-transform: translate(0, 6%);
    -ms-transform: translate(0, 6%);
    -o-transform: translate(0, 6%);
    transform: translate(0, 6%);
}
.power-image-point p {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    width: 100%;
    max-width: 325px;
    color: #ffffff;
}
.recovery-block {
    padding: 108px 0 128px;
}
.recovery-step {
	position: relative;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	font-size: 0;
}
.recovery-step-item {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 calc(20% - 20px);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    max-width: 170px;
    justify-content: center;
	z-index: 1;
}
.recovery-step-item-image {
    position: relative;
    max-width: 135px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.recovery-step-item-image img {
    width: 100%;
}
.recovery-step-item-image img.recovery-icon {
    position: absolute;
	animation: none;
    z-index: 2;
    top: 50%;
    left: 50%;
    max-height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.recovery-line {
    position: absolute;
    background: url(/local/templates/TOCHKA/css/../images/recovery-line.svg);
    width: 1000%;
    height: 11px;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.you-block {
    padding-top: 62px;
}
.you-list {
    display: flex;
    flex-wrap: wrap;
}
.you-item {
    position: relative;
    flex: 1 0 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	background: #FFFFFF;
}
.you-item:nth-child(odd) img {
	opacity: 90%;
}
.you-item img {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: 20%;
}
.you-item:nth-child(odd) .you-item-info {
	background: #A70000;
	color: #ffffff;
}
.you-item-info {
    position: relative;
    z-index: 1;
    margin-top: 220px;
    padding: 33px;
    box-sizing: border-box;
}
.you-item-title {
    margin-bottom: 20px;
}
.you-item-title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.you-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.you-item-link a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    text-decoration: none;
	transition: all 0.3s ease-out;
}
.you-item-link a:hover {
    gap: 10px;
}
.you-item:nth-child(even) .you-item-link a,
.you-item:nth-child(even) .you-item-link a svg path {
    color: #000000;
	stroke: #000000;
}
.files {
    padding: 115px 0 142px;
}
.files-block.bg-grey {
    background: #dedede66;
}
.files-list {
    display: flex;
    flex-wrap: wrap;
	border-top: 2px solid #D2D2D2;
}
.files-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    padding: 24px 0;
    border-bottom: 2px solid #D2D2D2;
}
.file a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.5;
    text-align: right;
    text-decoration: none;
}
.useful {
    padding: 80px 0 110px;
}
.useful-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 42px;
}
.useful-item {
	position: relative;
    flex: 1 0 30%;
}
.useful-item-image {
    font-size: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.useful-item-image:after {
    content: '';
    display: block;
    padding-top: 59%;
}
.useful-item-image img {
	position: absolute;
	width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.useful-item-image:before {
	content: '';
    position: absolute;
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
	transition: all 0.3s ease-out;
}
.useful-item:hover .useful-item-image:before {
    background: #3B0E0EB2;
	transition: all 0.3s ease-out;
}
.useful-item-image-label {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 25px;
}
.useful-item-image-label span {
    width: 0;
    overflow: hidden;
    position: absolute;
}
.useful-item:hover .useful-item-image-label span {
    position: relative;
	width: auto;
}
.useful-item-image-label img {
    position: relative;
    height: 22px;
    width: auto !important;
}
.useful-item-title h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.useful-item:hover .useful-item-title h3 {
    color: #CD0909;
}
a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 1;
}
/* Home end */
/* Intro block */
.intro-block-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 88px;
}
.intro-block-info-text {
    max-width: 640px;
}
.intro-block-info-text h1 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 24px;
}
.intro-block-info-text h1 span {
    font-weight: 700;
	color: #CD0909;
}
.intro-block-info-text p {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
}
.intro-block-info-text .btn {
    margin-top: 68px;
}
.btn-grey {
    background: #D9D9D9;
    color: #ffffff;
}
.btn-red {
    background: #CD0909;
    color: #ffffff;
}
.intro-block-info-image-wrapper {
	position: relative;
}
.intro-block-info-image {
    width: 460px;
    height: 460px;
    overflow: hidden;
    border-radius: 50%;
}
.intro-block-info-image-wrapper:before {
    position: absolute;
    top: 10px;
    left: 50px;
    content: '';
    background: url(/local/templates/TOCHKA/css/../images/line-intro.svg);
    background-repeat: no-repeat;
    width: 146px;
    height: 138px;
    z-index: 1;
}
.intro-block-info-image-wrapper:after {
    position: absolute;
    display: block;
    top: -111px;
    content: '';
    background: url(/local/templates/TOCHKA/css/../images/anemia.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 130px;
}
.intro-block-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}
.intro-block-nav {
    margin-bottom: 158px;
}
.intro-block-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    font-size: 0;
    gap: 12px;
}
.intro-block-nav ul li {
    text-align: center;
}
.intro-block-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    color: #CD0909;
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 60px;
    box-sizing: border-box;
}
/* Intro block end */
/* Specialist */
.specialist {
    background-image: url(/local/templates/TOCHKA/css/../images/specialist.jpg);
    background-size: 1930px;
    background-position: top center;
    background-color: #dedede;
    background-repeat: no-repeat;
}
.specialist .space {
    margin-bottom: 60px;
}
.specialist-block-info {
    max-width: 544px;
}
.specialist-block-info h1 {
    font-weight: 300;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 24px;
}
.specialist-block-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.specialist-block-list {
    position: relative;
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.specialist-block-item {
    position: relative;
    flex: 1 0 25%;
	pointer-events: none;
}
.specialist-block-item a {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 134px;
    background: url(/local/templates/TOCHKA/css/../images/point.png);
	background-size: cover;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
	margin: 0 auto;
	pointer-events: auto;
}
.specialist-block-item.item_01 a {top: 6px;}
.specialist-block-item.item_02 a {left: -40px;}
.specialist-block-item.item_03 a {top: 20px; left: -60px;}
.specialist-block-item.item_04 a {top: 23px;}
.specialist-block-item.item_05 a {top: -50px; right: -45px;}
.specialist-block-item.item_06 a {top: 40px; right: 76px;}
.specialist-block-item.item_07 a {top: -40px; right: 64px;}
.specialist-block-item.item_02 a {
	width: 168px;
    height: 168px;
}
.specialist-block-item.item_03 a {
	width: 226px;
    height: 226px;
}
.specialist-block-item.item_04 a {
	width: 134px;
    height: 134px;
}
.specialist-block-item.item_05 a {
	width: 190px;
    height: 190px;
}
.specialist-block-item.item_06 a {
	width: 176px;
    height: 176px;
}
.specialist-block-item.item_07 a {
	width: 256px;
    height: 256px;
}
/* Specialist end */
/* Specialist */
.relative {
    background-image: url(/local/templates/TOCHKA/css/../images/relative.jpg);
    background-size: 2080px;
    background-position: top center;
    background-color: #dedede;
    background-repeat: no-repeat;
}
.wrapper.relative:after,
.wrapper.specialist:after {
    content: '';
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #dedede 0%, rgba(222, 222, 222, 0.8) 50%, #dedede 100%);
    position: absolute;
    top: 793px;
    left: 0;
    z-index: 0;
}
.wrapper.specialist:after {
	top: 752px;
}
.relative .space {
    margin-bottom: 140px;
}
.relative-block-info {
    max-width: 544px;
}
.relative-block-info h1 {
    font-weight: 300;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 24px;
}
.relative-block-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.relative-block-list {
    position: relative;
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	z-index: 2;
}
.relative-block-item {
    position: relative;
    flex: 1 0 25%;
	pointer-events: none;
}
.relative-block-item a {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 254px;
    background: url(/local/templates/TOCHKA/css/../images/point.png);
	background-size: cover;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
	margin: 0 auto;
	pointer-events: auto;
}
.relative-block-item.item_01 a {left: 0;}
.relative-block-item.item_02 a {top: 170px;left: -27px;}
.relative-block-item.item_03 a {top: 102px;left: 25px;}
.relative-block-item.item_04 a {top: 213px;}
.relative-block-item.item_05 a {top: 50px;right: 70px;}
.relative-block-item.item_06 a {top: 90px;right: 306px;}
.relative-block-item.item_02 a {
	width: 176px;
    height: 176px;
}
.relative-block-item.item_04 a {
	width: 202px;
    height: 202px;
}
.relative-block-item.item_05 a {
	width: 168px;
    height: 168px;
}
.relative-block-item.item_06 a {
	width: 226px;
    height: 226px;
}
/* Specialist end */
/* FAQ block */
.faq-list {
    border-top: 2px solid #D2D2D2;
}
.faq-item {
	position: relative;
    border-bottom: 2px solid #D2D2D2;
}
.faq-item:before {
    content: '';
    position: absolute;
	background: #FFFFFF;
	opacity: 0;
	width: 100%;
    height: 100%;
	transition: all 0.5s ease-out;
}
.faq-item.active:before {
	opacity: 1;
    padding: 0 30px;
    margin: 0 -30px;
    border-radius: 20px;
    z-index: 0;
}
.faq-item-title {
	position: relative;
	cursor:pointer;
    padding: 28px 60px 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
	transition: all 0.5s ease-out;
}
.faq-item-title.active {
	font-weight: 700;
}
.faq-item-description {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 30px;
    padding-right: 60px;
}
.faq-item-arrow {
    position: absolute;
    right: 0;
    top: 18px;
    background: #D9D9D9;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-item-title .faq-item-arrow svg {
    transition: all 0.5s ease-out;
}
.faq-item-title.active .faq-item-arrow svg {
    transform: rotate(180deg);
}
.faq-item-title.active .faq-item-arrow svg path {
    stroke: #C11017;
}
/* FAQ block end */
/* Medicament block */
.medicament-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.medicament-item {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #0000001A;
    padding: 38px 60px 38px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.medicament-item-image {
    width: 370px;
    border-right: 2px solid #DEDEDE;
    overflow: hidden;
    padding: 0 90px;
    box-sizing: border-box;
}
.medicament-item-image img {
    width: 100%;
}
.medicament-item-info {
    width: calc(100% - 370px);
    padding-left: 60px;
    box-sizing: border-box;
}
.medicament-item-label,
.medicament-item-title {
    margin-bottom: 34px;
}
.medicament-item-label span {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    background: #CD0909;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 10px;
    height: 20px;
}
.medicament-item-title h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}
.medicament-item-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #666666;
}
.medicament-block .title h1 {
    display: inline-block;
    margin-right: 20px;
}
span.title-label {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    background: #CD0909;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 10px;
    height: 20px;
}
.medicament-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}
.medicament-description-text {
	width: calc(100% - 385px);
    max-width: 670px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.medicament-description-image {
    width: 345px;
    height: 345px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px;
    box-sizing: border-box;
}
.medicament-description-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.medicament-detailed-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.medicament-detailed-description .title {
	margin-bottom: 30px;
}
.medicament-detailed-description ul li::marker {
	color: #CD0909;
}
.medicament-detailed-description ul {
	margin-left: 20px;
    margin-bottom: -10px;
}
.medicament-detailed-description ul li {
    margin-bottom: 10px;
}
.medicament-content table {
    border-collapse: collapse;
    border: none;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
.medicament-content table tr:nth-child(odd) {
	background: #eeeeee;
}
.medicament-content table td {
	padding: 28px 35px;
}
.medicament-content table td:first-child {
    max-width: 314px;
    min-width: 256px;
    box-sizing: border-box;
    border-right: 2px solid #DDDDDD;
}
.contra {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    padding-top: 50px;
    margin-top: 60px;
    border-top: 2px solid #C5C5C5;
    color: #C5C5C5;
}
/* Medicament block end */
.parallax_bg {
    position: absolute !important;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    z-index: 0;
}
.parallax_bg_img img {
	width: 100%;
}
.parallax_bg_1 {
    width: 160px;
    height: 160px;
    filter: blur(20px);
    left: 20%!important;
    top: -10%!important;
}
.parallax_bg_2 {
    width: 420px;
    height: 420px;
    filter: blur(10px);
	left: auto!important;
    right: -40%!important;
    top: 12%!important;
}
.parallax_bg_3 {
    width: 260px;
    height: 260px;
    filter: blur(10px);
    left: -25%!important;
    top: 35%!important;
}
.parallax_bg_4 {
    width: 155px;
    height: 155px;
    filter: blur(10px);
	left: auto!important;
    right: 5%!important;
    top: 35%!important;
}
.parallax_bg_5 {
    width: 98px;
    height: 98px;
    filter: blur(10px);
	left: auto!important;
    right: -15% !important;
    top: 65% !important;
}
.parallax_bg_6 {
    width: 240px;
    height: 240px;
    filter: blur(10px);
	left: auto!important;
    right: 15% !important;
    top: auto!important;
	bottom: 5% !important;
}
.motion-home {
    position: absolute;
    top: 250px;
    left: 0;
    z-index: 1;
}
svg.motion-home path {
    stroke: #CD0909;
}
svg.motion-home {
    width: 90%;
    stroke-dasharray: 20 20;
    stroke-linecap: round;
    stroke-width: 5px;
    stroke: #CD0909;
    z-index: 0;
    opacity: 10%;
    top: 200px;
    left: 0px;
}
#motion-element {
	offset-path: path('M916 0c-110,238 -179,301 -395,285 -323,-25 -541,167 -519,353 30,259 276,305 549,197 93,-37 263,-10 441,79');
	animation: move 15s infinite running ease-in-out;
	width: 450px;
	height: 450px;
	background: url(/local/templates/TOCHKA/css/../images/point.png);
	background-size: cover;
	border-radius: 100%;
}
@keyframes move {
	0% {
		width: 0px;
		height: 0px;
		filter: blur(40px);
		offset-distance: 0%;
	}
	5% {
		width: 450px;
		height: 450px;
		filter: blur(0);
		offset-distance: 0%;
	}
	100% {
		width: 0px;
		height: 0px;
		filter: blur(40px);
		offset-distance: 100%;
	}
}
.article .contant p,
.article .contant ul,
.article .contant ol,
.article .contant h1,
.article .contant h2,
.article .contant h3,
.article .contant h4,
.article .contant h5,
.article .contant h6,
.article .contant img,
.article .contant table {
    margin-bottom: 20px;
}
.article .contant ul,
.article .contant ol {
    margin-left: 20px;
}
.article .contant img {
    border-radius: 20px;
}
.article .contant img.circle-img {
    border-radius: 50%;
}
.article .contant a {
    color: #CD0909;
}
.article .contant h2,
.article .contant h3,
.article .contant h4,
.article .contant h5,
.article .contant h6 {
	font-weight: 300;
	line-height: 1;
}
.article .contant h2 {
	font-size: 36px;
}
.article .contant h3 {
	font-size: 30px;
}
.article .contant h4 {
	font-size: 24px;
}
.article .contant li::marker {
    color: #CD0909;
    font-weight: 600;
}
.article .contant table {
	border-collapse: collapse;
    border: none;
    width: 100%;
    border-radius: 10px;
	overflow: hidden;
}
.article .contant table td,
.article .contant table th {
    max-width: none;
    min-width: auto;
    box-sizing: border-box;
    border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 18px 22px;
	text-align: left;
	background: #ffffff;
}
.article .contant table th {
    background: #eeeeee;
}
.article .contant table td:last-child,
.article .contant table th:last-child {
	border-right: none;
}
.article .contant table tr:last-child td,
.article .contant table tr:last-child th {
	border-bottom: none;
}
.article .contant table tr:nth-child(odd) {
    background: none;
}
.article-list {
	margin-bottom: 80px;
    padding: 0 38px;
    background: #FFFFFF;
    border-radius: 20px;
}
.article-item {
    border-bottom: 2px dashed #EBEBEB;
}
.article .article-item a {
	display: block;
	padding: 37px 0;
    text-decoration: none;
    color: #000000;
}
.article .article-item a:hover {
    color: #CD0909;
}
/* BlockTest */
.block-test {
    width: 100%;
    background: #ffffff;
    border-radius: 50px;
    padding: 52px;
    box-sizing: border-box;
}
.block-test-title {
    padding-bottom: 40px;
    border-bottom: 2px solid #DEDEDE;
    margin-bottom: 46px;
}
.block-test-title h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
}
.block-test-questions {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.block-test-question-number {
    width: 100px;
    height: 100px;
    background: #DEDEDE;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}
.block-test-question {
    width: calc(100% - 140px);
}
.question {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.answer-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.answer-options label {
    width: fit-content;
    cursor: pointer;
}
.radio,
.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
input.radio-input,
input.checkbox-input {
	appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 1px;
    border: 1px solid #D9D9D9;
	background: #D9D9D9;
    padding: 0;
}
.radio-input::after,
.checkbox-input::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: #CD0909;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.radio-input:checked::after,
.checkbox-input:checked::after {
	width: 12px;
	height: 12px;
}
input.radio-input,
.radio-input:checked::after {
	border-radius: 50%;
}
.test-result {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #D9D9D9;
}
.test-result span {
    color: #000000;
}
.question-nav {
    display: flex;
	align-items: center;
    justify-content: space-between;
}
.question-nav-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.question-nav-btn .btn {
    font-size: 20px;
    padding: 16px 30px;
}
/* BlockTest end */
/* PopUp */
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    padding: 80px;
    border-radius: 20px;
    width: 100%;
    max-width: 890px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.modal-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 55px;
}
.modal-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}
.mobal-btn {
    margin-top: 60px;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
}
.mobal-btn a {
    font-size: 20px;
    padding: 18px 28px;
}
/* PopUp end */
.footer {
	background:#ffffff;
	height: 245px;
	margin: -245px auto 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer .container .footer-top {
    padding: 60px 0 50px;
}
.copy {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.copy a {
    text-decoration: none;
	color: #000000;
}
.copy a:hover {
	color: #cd0909;
}
@media (max-width: 1380px) {
	.power-slider .owl-nav {
		top: auto;
		left: 0;
		bottom: -70px;
		width: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.power-slider .owl-nav button.owl-prev {
		left: 0;
	}
	.power-slider .owl-nav button.owl-next {
		right: -30px;
	}
}
@media (max-width: 1239px) {
	.menu ul {
		gap: 20px;
	}
	.slider-block {
		position: relative;
		flex-wrap: nowrap;
		gap: 20px;
	}
	.slider-point,
	.slider {
		width: 50%;
		position: relative;
	}
	.slider-point {
        max-width: 450px;
        height: auto;
    }
	.slider-block-wrapper .container-page {
		width: 100%;
	}
}
@media (max-width: 1109px) {
	.header {
		height: auto;
	}
	.header .container, .footer .container .footer-top {
		flex-wrap: wrap;
        gap: 0;
	}
	.space {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.intro-block-info {
		flex-wrap: wrap;
		justify-content: center;
		gap: 80px;
	}
	.intro-block-info-text {
		width: 100%;
		max-width: none;
		order: 1;
	}
	.intro-block-nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.intro-block-nav ul li a br {
		display: none;
	}
	.parallax_bg_img.parallax_bg_4 {
		display: none!Important;
	}
	.motion-home {
		display: none;
	}
	/* Мобильное меню */
	.menu {
		float: none;
		display: block;
		z-index: 10;
		width: 100%;
		top: 0;
	}
	.menu .checkbox-toggle {
		display: block;
		position: fixed;
		top: 40px;
        right: 30px;
		z-index: 2;
		cursor: pointer;
		width: 44px;
		height: 44px;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
	.menu .checkbox-toggle:checked + .hamburger > div {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		background: #0B1F33;
		position: fixed;
		width: 25px;
	}
	.menu .checkbox-toggle:checked + .hamburger > div:before, 
	.menu .checkbox-toggle:checked + .hamburger > div:after { 
		top: 0; 
		-webkit-transform: rotate(90deg); 
		-ms-transform: rotate(90deg); 
		transform: rotate(90deg);
		background: #0B1F33;
		position: fixed;
		width: 25px;
	}
	.menu .checkbox-toggle:checked + .hamburger > div:after {
		opacity: 0; 
		position: fixed;
		width: 25px;
	}
	.menu .checkbox-toggle:checked ~ .nav { 
		pointer-events: auto; 
	}
	.menu .checkbox-toggle ~ .nav > div { 
		width: 100%; 
		height: 0;
	} 
	.menu .checkbox-toggle:checked ~ .nav > div { 
		width: 100%; 
		height: 100%; 
		overflow: auto;
	}
	.menu .checkbox-toggle:checked:hover + .hamburger > div { 
		-webkit-transform: rotate(225deg); 
		-ms-transform: rotate(225deg); 
		transform: rotate(225deg);
		position: fixed;
		width: 25px;
	} 
	.menu .hamburger {
		position: absolute;
		top: 40px;
        right: 30px;
		z-index: 1;
		width: 24px;
		height: 24px;
		padding: 10px;
		border-radius: 0 0.12em 0.12em 0;
		cursor: pointer;
		-webkit-transition: box-shadow 0.3s ease;
		transition: box-shadow 0.3s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		transition: all 0.5s ease-in-out;
	}
	
	.header.head-size-scroll .menu .checkbox-toggle,
	.header.head-size-scroll .menu .hamburger {
		top: 20px;
	}
	
	.menu .hamburger > div {
		position: relative;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #0B1F33;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.menu .hamburger > div:before, 
	.menu .hamburger > div:after { 
		content: ''; 
		position: absolute; 
		z-index: 1; 
		top: -7px; 
		left: 0; 
		width: 24px;
		height: 2px; 
		border-radius: 2px;
		background: #0B1F33;
		-webkit-transition: all 0.3s ease; 
		transition: all 0.3s ease;
	} 
	.menu .hamburger > div:after { 
		top: 7px;
		width: 24px;
	}
	.menu .nav { 
		position: fixed; 
		top: 0!important; 
		left: 0; 
		height: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 0;
		pointer-events: none; 
		background: none;
		display: -webkit-box; 
		display: -webkit-flex; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-box-align: normal; 
		-webkit-align-items: normal; 
		-ms-flex-align: normal; 
		align-items: normal; 
		-webkit-box-pack: normal; 
		-webkit-justify-content: normal; 
		-ms-flex-pack: normal; 
		justify-content: normal; 
	}
	.menu .nav > div { 
		width: 0; 
		height: 0; 
		background: #ffffff;
		-webkit-transition: all 0.3s ease; 
		transition: all 0.3s ease; 
	}
	.menu .nav > div > ul {
		list-style: none;
		margin: 0;
		display: block;
		text-align: left;
		overflow: auto;
		padding-top: 18px;
		padding-left: 20px;
		opacity: 0;
	}
	.menu .checkbox-toggle:checked ~ .nav > div > ul {
		opacity: 1;
		-webkit-transition: all 0.3s ease; 
		transition: all 0.3s ease; 
	}
	.menu .nav > div > ul > li {
		width: 100%;
		font-size: 18px;
		line-height: 1;
		display: inline-block;
		position: relative;
		z-index: 1;
		margin-left: 0;
		margin-bottom: 9px;
		margin-top: 9px;
	}
	.menu .nav > div > ul > li > a {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.25;
		text-decoration: none;
		position: relative; 
		display: inline; 
		cursor: pointer; 
		-webkit-transition: color 0.3s ease; 
		transition: color 0.3s ease; 
	}
	.menu .nav > div > ul > li > a:hover:before,
	.menu .nav > div > ul > li > a.active:before{
		left: -20px;
	}
	.menu .nav > div > ul > li > a:hover,
	.menu .nav > div > ul > li > a.active {
		color: #CD0909;
	}
	/* END Мобильное меню */
	.slider {
        width: 100%;
    }
	.slider-point,
	.step_2-point {
        display: none;
    }
	.slider-block-wrapper,
	.step_2-block-wrapper,
	.step_3-block-wrapper {
		min-height: auto;
		padding: 60px 0 30px 0;
	}
	.step_2-block {
		max-width: none;
	}
	.history-block {
		min-height: auto;
	}
	.history {
		gap: 50px;
	}
	.history-info {
		width: 100%;
	}
	.history-image {
		position: relative;
		height: 600px;
		width: 360px;
	}
	.history-image img.history-image-girl {
		width: 300px;
	}
	.history-image img.history-image-bg {
		width: 360px;
	}
	.power-block {
		align-items: flex-start;
		min-height: 540px;
	}
	.power {
		padding-top: 60px;
	}
	.power-image-point {
		text-align: center;
		-webkit-transform: translate(0, 20%);
		-ms-transform: translate(0, 20%);
		-o-transform: translate(0, 20%);
		transform: translate(0, 20%);
	}
	.power-image-point p {
		top: 35%;
	}
	.power-image-point img {
		width: 100%;
	}
	.prev-slide, .next-slide {
		width: 15px;
		height: 30px;
	}
	.power-slider .owl-nav {
		bottom: -50px;
	}
	.you-item {
		flex: 1 0 50%;
	}
	.page-block .title {
		margin-bottom: 60px;
	}
	.page-block .title h1,
	.specialist-block-info h1,
	.relative-block-info h1,
	.title h1, .title h2	{
		font-size: 42px;
	}
	.page-block .title h2 {
		font-size: 38px;
	}
	.medicament-description-text,
	.medicament-detailed-description,
	.medicament-item-description,
	.contant,
	.specialist-block-info p,
	.relative-block-info p,
	.text-block,
	.power-image-point p {
		font-size: 16px;
	}
	.specialist {
		background-size: cover;
	}
	.specialist-block-info {
		max-width: 400px;
	}
	.specialist-block-list {
		margin-top: 100px;
		margin-bottom: -100px;
	}
	.specialist-block-item {
		flex: 1 0 33%;
	}
	.specialist-block-item.item_01 a {top: 6px; left: -50px;}
	.specialist-block-item.item_02 a {left: -80px;}
	.specialist-block-item.item_03 a {top: 65px; left: -50px;}
	.specialist-block-item.item_04 a {top: 120px; left: -45px;}
	.specialist-block-item.item_05 a {top: -50px; right: 150px;}
	.specialist-block-item.item_06 a {top: 40px; right: 220px;}
	.specialist-block-item.item_07 a {top: -90px; right: -35%;}
	.relative-block-item {
		flex: 1 0 33%;
	}
	.relative-block-item a {
		width: 230px;
		height: 230px;
	}
	.relative-block-item.item_01 a {top: 0; left: 0;}
	.relative-block-item.item_02 a {top: 30%; left: 25%;}
	.relative-block-item.item_03 a {top: 45%; left: 0;}
	.relative-block-item.item_04 a {top: 20%; left: 20%;}
	.relative-block-item.item_05 a {top: 25%; left: 0;}
	.relative-block-item.item_06 a {top: 50%; left: -31%;}
	.wrapper.specialist:after {
		width: 0;
	}
	.block-test-title h3 {
		font-size: 26px;
	}
	.footer .container .footer-top {
		flex-wrap: wrap;
		justify-content: left;
		padding-top: 36px;
		padding-bottom: 36px;
		gap: 40px;
	}
}
@media (max-width: 860px) {
	.header .container, .footer .container .footer-top {
		padding-top: 20px;
		padding-bottom: 20px;
		gap: 0;
	}
	.menu .checkbox-toggle,
	.menu .hamburger {
        top: 26px;
        right: 20px;
	}
	.container,
	.container-page {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn {
		font-size: 24px;
		padding: 20px 30px;
	}
	.space {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.intro-block.space {
		margin-top: 100px;
	}
	.main {
		padding: 94px 0 0;
	}
	.introduction-block {
		margin-bottom: 60px;
	}
	.step_3, .step_3-point {
		width: 100%;
		order: 1;
	}
	.step_3-point {
		order: 0;
	}
	.step_3-title.title h2 br {
		display: none;
	}
	.history {
        flex-wrap: wrap;
        gap: 0px;
        padding-top: 60px;
    }
	.history-info {
        max-width: none;
    }
	.history-image {
        width: 100%;
    }
	.power-image-point {
        text-align: center;
		left: 50%;
        -webkit-transform: translate(-50%, 20%);
        -ms-transform: translate(-50%, 20%);
        -o-transform: translate(-50%, 20%);
        transform: translate(-50%, 20%);
    }
	.owl-carousel .owl-item .power-image-point img {
		width: auto;
	}
	.power-image-point p {
        top: 32%;
    }
	.power-slide-item {
		background: rgb(0 0 0 / 50%);
		padding: 20px;
		margin: 0;
		border-radius: 10px;
	}
	.power-slide-item .text-block p {
		margin-bottom: 0;
	}
	.recovery-block {
		padding: 60px 0;
	}
	.recovery-step-item span br {
		display: none;
	}
	.recovery-step-item {
		flex: 1 0 calc(33.333% - 20px);
		max-width: none;
	}
	.recovery-line {
		display: none;
	}
	.file a {
		min-width: 160px;
		justify-content: flex-end;
	}
	.intro-block-info {
		margin-bottom: 60px;
	}
	.intro-block-info-text h1,
	.specialist-block-info h1,
	.relative-block-info h1,
	.title h1, .title h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.article .contant h2 {
		font-size: 24px;
	}
	.article .contant h3 {
		font-size: 20px;
	}
	.article .contant h4 {
		font-size: 16px;
	}
	.article .contant li::marker {
		color: #CD0909;
		font-weight: 600;
	}
	.article-list {
		margin-bottom: 40px;
		padding: 0 24px;
	}
	.article .article-item a {
		padding: 26px 0;
	}
	.intro-block-info-text p {
		font-size: 18px;
	}
	.intro-block-info-image-wrapper:before {
		left: 40px;
		background-size: contain;
		width: 130px;
	}
	.intro-block-info-image {
		width: 100%;
		max-width: 460px;
		border-radius: 230px;
	}
	.intro-block-info-text .btn {
		margin-top: 40px;
	}
	.intro-block-nav ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	.intro-block-nav ul li a {
		font-size: 16px;
	}
	.page-block .title {
		margin-bottom: 30px;
	}
	.page-block .title h1 {
		font-size: 32px;
	}
	.page-block .title h2 {
		font-size: 28px;
	}
	.faq-item-title {
		font-size: 16px;
	}
	.faq-item-description {
		font-size: 14px;
		padding-right: 0px;
	}
	span.title-label {
		margin-top: 10px;
	}
	.medicament-description-image {
		width: 100%;
		max-width: 345px;
		height: auto;
		padding: 30px;
	}
	.medicament-description {
		justify-content: center;
	}
	.medicament-description-text {
		width: 100%;
		max-width: none;
		order: 1;
	}
	.medicament-description-text,
	.medicament-detailed-description,
	.medicament-item-description,
	.contant,
	.specialist-block-info p,
	.relative-block-info p,
	.files-item {
		font-size: 14px;
	}
	.contra {
		font-size: 22px;
		padding-top: 30px;
		margin-top: 40px;
	}
	.medicament-item {
		padding: 20px;
	}
	.medicament-item-title {
		margin-bottom: 20px;
	}
	.medicament-item-title h3 {
		font-size: 18px;
	}
	.medicament-item-label {
        margin-bottom: 5px;
    }
	.medicament-item-label span {
		font-size: 8px;
	}
	.medicament-item-image {
		width: 100%;
		border-right: none;
		border-top: 2px solid #DEDEDE;
		padding: 30px;
		order: 1;
	}
	.medicament-item-info {
		width: 100%;
		padding-left: 0;
		padding-bottom: 30px;
	}
	.medicament-content table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.medicament-content table td:first-child {
		width: 100%;
		max-width: none;
		min-width: auto;
		border-right: none;
		border-bottom: 2px solid #DDDDDD;
	}
	.specialist-block-info {
        max-width: 226px;
    }
	.relative-block-info {
        max-width: 180px;
    }
	.specialist-block-list {
        margin-bottom: 0;
    }
	.specialist-block-item {
        flex: 1 0 50%;
    }
	.specialist-block-item a,
	.relative-block-item a {
		font-size: 14px;
	}
	.specialist-block-item a {
		width: 100px;
		height: 100px;
	}
	.specialist-block-item.item_02 a {
		width: 132px;
		height: 132px;
	}
	.specialist-block-item.item_03 a {
		width: 180px;
		height: 180px;
	}
	.specialist-block-item.item_04 a {
		width: 100px;
		height: 100px;
	}
	.specialist-block-item.item_05 a {
		width: 160px;
		height: 160px;
	}
	.specialist-block-item.item_06 a {
		width: 145px;
		height: 145px;
	}
	.specialist-block-item.item_07 a {
		width: 200px;
		height: 200px;
	}
	.specialist-block-item.item_01 a {top: 0; left: 0;}
	.specialist-block-item.item_02 a {top: 0; left: 0;}
	.specialist-block-item.item_03 a {top: -10%; left: 30%;}
	.specialist-block-item.item_04 a {top: 45px; left: 35px;}
	.specialist-block-item.item_05 a {top: 0; left: 0;}
	.specialist-block-item.item_06 a {top: 0; left: 0%;}
	.specialist-block-item.item_07 a {top: 0; left: -15px;}
	.relative {
		background-size: 1500px;
	}
	.wrapper.relative:after {
		top: 502px;
	}
	.relative-block-item {
        flex: 1 0 50%;
    }
	.relative-block-item a {
        width: 170px;
        height: 170px;
    }
	.relative-block-item.item_01 a {top: 0; left: 0;}
	.relative-block-item.item_02 a {top: 30%; left: 0;}
	.relative-block-item.item_03 a {top: 20%; left: -14%;}
	.relative-block-item.item_04 a {top: 40%; left: -16%;}
	.relative-block-item.item_05 a {top: 30%; left: 0;}
	.relative-block-item.item_06 a {top: 40%; left: -10%;}
	.relative-block-item.item_02 a {
		width: 140px;
		height: 140px;
	}
	.relative-block-item.item_04 a {
		width: 160px;
		height: 160px;
	}
	.relative-block-item.item_06 a {
		width: 170px;
		height: 170px;
	}
	.parallax_bg_img.parallax_bg_2,
	.parallax_bg_img.parallax_bg_3,
	.parallax_bg_img.parallax_bg_6 {
		display: none!Important;
	}
	.question-nav {
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer {
		height: auto;
		margin: auto 0;
	}
	.footer .container .footer-top {
		justify-content: left;
        gap: 30px;
    }
	.footer .container .footer-top .menu ul {
        flex-wrap: wrap;
        justify-content: left;
    }
	.footer .container .footer-top .menu ul li {
		width: 100%;
	}
	.copy {
		flex-wrap: wrap;
		justify-content: left;
		padding-bottom: 20px;
		gap: 8px;
	}
	.copy-info,
	.developer {
		width: 100%;
	}
	.modal-content {
		padding: 20px;
	}
	.modal-content h3 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.modal-content p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.mobal-btn {
		margin-top: 20px;
		gap: 10px;
	}
	.mobal-btn a {
		font-size: 14px;
		padding: 14px 20px;
	}
}
@media (max-width: 639px) {
	.you-item {
        flex: 1 0 100%;
    }
	.file a,
	.useful-item-image-label {
		gap: 10px;
		font-size: 12px;
	}
	.useful-item {
		flex: 1 0 100%;
	}
	.block-test-question {
		width: 100%;
	}
}
@media (max-width: 414px) {
	.specialist-block-item.item_03 a {top: 0;left: -15%;}
	.specialist-block-item.item_04 a {top: 30px; left: 0;}
	.specialist-block-item.item_05 a {top: -20%; left: 0;}
	.specialist-block-item.item_06 a {top: -10%; left: 0%;}
	.specialist-block-item.item_07 a {top: 0; left: 0;}
	.relative-block-item a {
        width: 126px;
        height: 126px;
    }
	.relative-block-item.item_03 a {
        width: 150px;
        height: 150px;
    }
	.relative-block-item.item_04 a {
        width: 140px;
        height: 140px;
    }
	.relative-block-item.item_05 a {
		width: 130px;
		height: 130px;
	}
	.relative-block-item.item_06 a {
        width: 135px;
        height: 135px;
    }
	.relative-block-item.item_06 a {top: 55%;}	
}
/* End */


/* Start:/local/templates/TOCHKA/css/owl.carousel.min.css?17473345693351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/TOCHKA/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/TOCHKA/css/owl.theme.default.min.css?17473345691013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/TOCHKA/css/dev.css?17507847521687*/
.menu ul .active {
    color: #cd0909;
}

*[dev-recovery-step-item-span] {
    text-transform: uppercase;
    max-width: 160px;
}

*[dev-medicament-item-label-span] {
    text-transform: uppercase;
}

*[dev-power-image-point] p {
    font-size: 20px;
    line-height: 1.2;
}

.btn[dev-buy-link] {
    font-size: 20px;
    padding: 20px 40px;
    margin-top: 30px;
}

@media (max-width: 1109px) {
    *[dev-power-image-point] p {
        top: 30%;
    }

    .btn[dev-buy-link] {
        margin-top: 30px;
    }
}

@media (max-width: 860px) {
    .btn[dev-buy-link] {
        margin-top: 15px;
    }
}

@media (max-width: 300px) {
    *[dev-power-image-point] p {
        top: 25%;
        max-width: 280px;
    }
}

.dn {
    display: none;
}

.relative-block-item.item_06 a {
    top: 120px;
    right: 115px;
}



.cookie_notification {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    color: #000;
    background: #efefef;
}

.cookie_notification.active {
    display: block;
}

.cookie_notification a {
    text-decoration: underline;
    color: #CD0909;
}

.cookie_notification a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .cookie_notification {
        text-align: center;
    }
}

.cookie_notification button {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    transition: background .2s linear;
    color: #fff;
    border: none;
    background: #CD0909;
    margin: 10px 0 0;
}

.cookie_notification button:hover {
    opacity: .7;
}

@media (max-width:479px) {
    .cookie_notification button {
        width: 100%;
    }
}
/* End */
/* /local/templates/TOCHKA/css/style.css?175093678049627 */
/* /local/templates/TOCHKA/css/owl.carousel.min.css?17473345693351 */
/* /local/templates/TOCHKA/css/owl.theme.default.min.css?17473345691013 */
/* /local/templates/TOCHKA/css/dev.css?17507847521687 */
