:root {
	--green: #1EA262;
	--yellow: #E5B141
}

.red {
	color: #f0243f
}

.green {
	color: #1ea262
}


/*!
 * Bootstrap Grid v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%
	}
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%
	}
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xxl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xxl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xxl-11 {
		margin-left: 91.6666666667%
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-grid {
	display: grid!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

.d-none {
	display: none!important
}

.flex-fill {
	flex: 1 1 auto!important
}

.flex-row {
	flex-direction: row!important
}

.flex-column {
	flex-direction: column!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	flex-direction: column-reverse!important
}

.flex-grow-0 {
	flex-grow: 0!important
}

.flex-grow-1 {
	flex-grow: 1!important
}

.flex-shrink-0 {
	flex-shrink: 0!important
}

.flex-shrink-1 {
	flex-shrink: 1!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.justify-content-evenly {
	justify-content: space-evenly!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-end {
	align-items: flex-end!important
}

.align-items-center {
	align-items: center!important
}

.align-items-baseline {
	align-items: baseline!important
}

.align-items-stretch {
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

.order-first {
	order: -1!important
}

.order-0 {
	order: 0!important
}

.order-1 {
	order: 1!important
}

.order-2 {
	order: 2!important
}

.order-3 {
	order: 3!important
}

.order-4 {
	order: 4!important
}

.order-5 {
	order: 5!important
}

.order-last {
	order: 6!important
}

.m-0 {
	margin: 0!important
}

.m-1 {
	margin: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}

.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}

.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}

.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}

.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

.mt-0 {
	margin-top: 0!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mt-auto {
	margin-top: auto!important
}

.me-0 {
	margin-right: 0!important
}

.me-1 {
	margin-right: .25rem!important
}

.me-2 {
	margin-right: .5rem!important
}

.me-3 {
	margin-right: 1rem!important
}

.me-4 {
	margin-right: 1.5rem!important
}

.me-5 {
	margin-right: 3rem!important
}

.me-auto {
	margin-right: auto!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ms-0 {
	margin-left: 0!important
}

.ms-1 {
	margin-left: .25rem!important
}

.ms-2 {
	margin-left: .5rem!important
}

.ms-3 {
	margin-left: 1rem!important
}

.ms-4 {
	margin-left: 1.5rem!important
}

.ms-5 {
	margin-left: 3rem!important
}

.ms-auto {
	margin-left: auto!important
}

.p-0 {
	padding: 0!important
}

.p-1 {
	padding: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}

.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.pt-0 {
	padding-top: 0!important
}

.pt-1 {
	padding-top: .25rem!important
}

.pt-2 {
	padding-top: .5rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pe-0 {
	padding-right: 0!important
}

.pe-1 {
	padding-right: .25rem!important
}

.pe-2 {
	padding-right: .5rem!important
}

.pe-3 {
	padding-right: 1rem!important
}

.pe-4 {
	padding-right: 1.5rem!important
}

.pe-5 {
	padding-right: 3rem!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pb-1 {
	padding-bottom: .25rem!important
}

.pb-2 {
	padding-bottom: .5rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.ps-0 {
	padding-left: 0!important
}

.ps-1 {
	padding-left: .25rem!important
}

.ps-2 {
	padding-left: .5rem!important
}

.ps-3 {
	padding-left: 1rem!important
}

.ps-4 {
	padding-left: 1.5rem!important
}

.ps-5 {
	padding-left: 3rem!important
}

@media (min-width:576px) {
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-grid {
		display: grid!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
	.d-sm-none {
		display: none!important
	}
	.flex-sm-fill {
		flex: 1 1 auto!important
	}
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-grow-0 {
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
	.order-sm-first {
		order: -1!important
	}
	.order-sm-0 {
		order: 0!important
	}
	.order-sm-1 {
		order: 1!important
	}
	.order-sm-2 {
		order: 2!important
	}
	.order-sm-3 {
		order: 3!important
	}
	.order-sm-4 {
		order: 4!important
	}
	.order-sm-5 {
		order: 5!important
	}
	.order-sm-last {
		order: 6!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.me-sm-0 {
		margin-right: 0!important
	}
	.me-sm-1 {
		margin-right: .25rem!important
	}
	.me-sm-2 {
		margin-right: .5rem!important
	}
	.me-sm-3 {
		margin-right: 1rem!important
	}
	.me-sm-4 {
		margin-right: 1.5rem!important
	}
	.me-sm-5 {
		margin-right: 3rem!important
	}
	.me-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ms-sm-0 {
		margin-left: 0!important
	}
	.ms-sm-1 {
		margin-left: .25rem!important
	}
	.ms-sm-2 {
		margin-left: .5rem!important
	}
	.ms-sm-3 {
		margin-left: 1rem!important
	}
	.ms-sm-4 {
		margin-left: 1.5rem!important
	}
	.ms-sm-5 {
		margin-left: 3rem!important
	}
	.ms-sm-auto {
		margin-left: auto!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pe-sm-0 {
		padding-right: 0!important
	}
	.pe-sm-1 {
		padding-right: .25rem!important
	}
	.pe-sm-2 {
		padding-right: .5rem!important
	}
	.pe-sm-3 {
		padding-right: 1rem!important
	}
	.pe-sm-4 {
		padding-right: 1.5rem!important
	}
	.pe-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.ps-sm-0 {
		padding-left: 0!important
	}
	.ps-sm-1 {
		padding-left: .25rem!important
	}
	.ps-sm-2 {
		padding-left: .5rem!important
	}
	.ps-sm-3 {
		padding-left: 1rem!important
	}
	.ps-sm-4 {
		padding-left: 1.5rem!important
	}
	.ps-sm-5 {
		padding-left: 3rem!important
	}
}

@media (min-width:768px) {
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-grid {
		display: grid!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
	.d-md-none {
		display: none!important
	}
	.flex-md-fill {
		flex: 1 1 auto!important
	}
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-grow-0 {
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.justify-content-md-evenly {
		justify-content: space-evenly!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
	.order-md-first {
		order: -1!important
	}
	.order-md-0 {
		order: 0!important
	}
	.order-md-1 {
		order: 1!important
	}
	.order-md-2 {
		order: 2!important
	}
	.order-md-3 {
		order: 3!important
	}
	.order-md-4 {
		order: 4!important
	}
	.order-md-5 {
		order: 5!important
	}
	.order-md-last {
		order: 6!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.me-md-0 {
		margin-right: 0!important
	}
	.me-md-1 {
		margin-right: .25rem!important
	}
	.me-md-2 {
		margin-right: .5rem!important
	}
	.me-md-3 {
		margin-right: 1rem!important
	}
	.me-md-4 {
		margin-right: 1.5rem!important
	}
	.me-md-5 {
		margin-right: 3rem!important
	}
	.me-md-auto {
		margin-right: auto!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ms-md-0 {
		margin-left: 0!important
	}
	.ms-md-1 {
		margin-left: .25rem!important
	}
	.ms-md-2 {
		margin-left: .5rem!important
	}
	.ms-md-3 {
		margin-left: 1rem!important
	}
	.ms-md-4 {
		margin-left: 1.5rem!important
	}
	.ms-md-5 {
		margin-left: 3rem!important
	}
	.ms-md-auto {
		margin-left: auto!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pe-md-0 {
		padding-right: 0!important
	}
	.pe-md-1 {
		padding-right: .25rem!important
	}
	.pe-md-2 {
		padding-right: .5rem!important
	}
	.pe-md-3 {
		padding-right: 1rem!important
	}
	.pe-md-4 {
		padding-right: 1.5rem!important
	}
	.pe-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.ps-md-0 {
		padding-left: 0!important
	}
	.ps-md-1 {
		padding-left: .25rem!important
	}
	.ps-md-2 {
		padding-left: .5rem!important
	}
	.ps-md-3 {
		padding-left: 1rem!important
	}
	.ps-md-4 {
		padding-left: 1.5rem!important
	}
	.ps-md-5 {
		padding-left: 3rem!important
	}
}

@media (min-width:992px) {
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-grid {
		display: grid!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
	.d-lg-none {
		display: none!important
	}
	.flex-lg-fill {
		flex: 1 1 auto!important
	}
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-grow-0 {
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
	.order-lg-first {
		order: -1!important
	}
	.order-lg-0 {
		order: 0!important
	}
	.order-lg-1 {
		order: 1!important
	}
	.order-lg-2 {
		order: 2!important
	}
	.order-lg-3 {
		order: 3!important
	}
	.order-lg-4 {
		order: 4!important
	}
	.order-lg-5 {
		order: 5!important
	}
	.order-lg-last {
		order: 6!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.me-lg-0 {
		margin-right: 0!important
	}
	.me-lg-1 {
		margin-right: .25rem!important
	}
	.me-lg-2 {
		margin-right: .5rem!important
	}
	.me-lg-3 {
		margin-right: 1rem!important
	}
	.me-lg-4 {
		margin-right: 1.5rem!important
	}
	.me-lg-5 {
		margin-right: 3rem!important
	}
	.me-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ms-lg-0 {
		margin-left: 0!important
	}
	.ms-lg-1 {
		margin-left: .25rem!important
	}
	.ms-lg-2 {
		margin-left: .5rem!important
	}
	.ms-lg-3 {
		margin-left: 1rem!important
	}
	.ms-lg-4 {
		margin-left: 1.5rem!important
	}
	.ms-lg-5 {
		margin-left: 3rem!important
	}
	.ms-lg-auto {
		margin-left: auto!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pe-lg-0 {
		padding-right: 0!important
	}
	.pe-lg-1 {
		padding-right: .25rem!important
	}
	.pe-lg-2 {
		padding-right: .5rem!important
	}
	.pe-lg-3 {
		padding-right: 1rem!important
	}
	.pe-lg-4 {
		padding-right: 1.5rem!important
	}
	.pe-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.ps-lg-0 {
		padding-left: 0!important
	}
	.ps-lg-1 {
		padding-left: .25rem!important
	}
	.ps-lg-2 {
		padding-left: .5rem!important
	}
	.ps-lg-3 {
		padding-left: 1rem!important
	}
	.ps-lg-4 {
		padding-left: 1.5rem!important
	}
	.ps-lg-5 {
		padding-left: 3rem!important
	}
}

@media (min-width:1200px) {
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-grid {
		display: grid!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
	.d-xl-none {
		display: none!important
	}
	.flex-xl-fill {
		flex: 1 1 auto!important
	}
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
	.order-xl-first {
		order: -1!important
	}
	.order-xl-0 {
		order: 0!important
	}
	.order-xl-1 {
		order: 1!important
	}
	.order-xl-2 {
		order: 2!important
	}
	.order-xl-3 {
		order: 3!important
	}
	.order-xl-4 {
		order: 4!important
	}
	.order-xl-5 {
		order: 5!important
	}
	.order-xl-last {
		order: 6!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.me-xl-0 {
		margin-right: 0!important
	}
	.me-xl-1 {
		margin-right: .25rem!important
	}
	.me-xl-2 {
		margin-right: .5rem!important
	}
	.me-xl-3 {
		margin-right: 1rem!important
	}
	.me-xl-4 {
		margin-right: 1.5rem!important
	}
	.me-xl-5 {
		margin-right: 3rem!important
	}
	.me-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ms-xl-0 {
		margin-left: 0!important
	}
	.ms-xl-1 {
		margin-left: .25rem!important
	}
	.ms-xl-2 {
		margin-left: .5rem!important
	}
	.ms-xl-3 {
		margin-left: 1rem!important
	}
	.ms-xl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xl-5 {
		margin-left: 3rem!important
	}
	.ms-xl-auto {
		margin-left: auto!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pe-xl-0 {
		padding-right: 0!important
	}
	.pe-xl-1 {
		padding-right: .25rem!important
	}
	.pe-xl-2 {
		padding-right: .5rem!important
	}
	.pe-xl-3 {
		padding-right: 1rem!important
	}
	.pe-xl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xl-0 {
		padding-left: 0!important
	}
	.ps-xl-1 {
		padding-left: .25rem!important
	}
	.ps-xl-2 {
		padding-left: .5rem!important
	}
	.ps-xl-3 {
		padding-left: 1rem!important
	}
	.ps-xl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xl-5 {
		padding-left: 3rem!important
	}
}

@media (min-width:1400px) {
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-grid {
		display: grid!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: inline-flex!important
	}
	.d-xxl-none {
		display: none!important
	}
	.flex-xxl-fill {
		flex: 1 1 auto!important
	}
	.flex-xxl-row {
		flex-direction: row!important
	}
	.flex-xxl-column {
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xxl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xxl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1!important
	}
	.flex-xxl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xxl-start {
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		justify-content: center!important
	}
	.justify-content-xxl-between {
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		justify-content: space-around!important
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly!important
	}
	.align-items-xxl-start {
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		align-items: center!important
	}
	.align-items-xxl-baseline {
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		align-items: stretch!important
	}
	.align-content-xxl-start {
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		align-content: center!important
	}
	.align-content-xxl-between {
		align-content: space-between!important
	}
	.align-content-xxl-around {
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		align-self: auto!important
	}
	.align-self-xxl-start {
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		align-self: center!important
	}
	.align-self-xxl-baseline {
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		align-self: stretch!important
	}
	.order-xxl-first {
		order: -1!important
	}
	.order-xxl-0 {
		order: 0!important
	}
	.order-xxl-1 {
		order: 1!important
	}
	.order-xxl-2 {
		order: 2!important
	}
	.order-xxl-3 {
		order: 3!important
	}
	.order-xxl-4 {
		order: 4!important
	}
	.order-xxl-5 {
		order: 5!important
	}
	.order-xxl-last {
		order: 6!important
	}
	.m-xxl-0 {
		margin: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mx-xxl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xxl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xxl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xxl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xxl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xxl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xxl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xxl-0 {
		margin-top: 0!important
	}
	.mt-xxl-1 {
		margin-top: .25rem!important
	}
	.mt-xxl-2 {
		margin-top: .5rem!important
	}
	.mt-xxl-3 {
		margin-top: 1rem!important
	}
	.mt-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xxl-5 {
		margin-top: 3rem!important
	}
	.mt-xxl-auto {
		margin-top: auto!important
	}
	.me-xxl-0 {
		margin-right: 0!important
	}
	.me-xxl-1 {
		margin-right: .25rem!important
	}
	.me-xxl-2 {
		margin-right: .5rem!important
	}
	.me-xxl-3 {
		margin-right: 1rem!important
	}
	.me-xxl-4 {
		margin-right: 1.5rem!important
	}
	.me-xxl-5 {
		margin-right: 3rem!important
	}
	.me-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-0 {
		margin-bottom: 0!important
	}
	.mb-xxl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xxl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xxl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xxl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xxl-auto {
		margin-bottom: auto!important
	}
	.ms-xxl-0 {
		margin-left: 0!important
	}
	.ms-xxl-1 {
		margin-left: .25rem!important
	}
	.ms-xxl-2 {
		margin-left: .5rem!important
	}
	.ms-xxl-3 {
		margin-left: 1rem!important
	}
	.ms-xxl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xxl-5 {
		margin-left: 3rem!important
	}
	.ms-xxl-auto {
		margin-left: auto!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.px-xxl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xxl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xxl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xxl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xxl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xxl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xxl-0 {
		padding-top: 0!important
	}
	.pt-xxl-1 {
		padding-top: .25rem!important
	}
	.pt-xxl-2 {
		padding-top: .5rem!important
	}
	.pt-xxl-3 {
		padding-top: 1rem!important
	}
	.pt-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xxl-5 {
		padding-top: 3rem!important
	}
	.pe-xxl-0 {
		padding-right: 0!important
	}
	.pe-xxl-1 {
		padding-right: .25rem!important
	}
	.pe-xxl-2 {
		padding-right: .5rem!important
	}
	.pe-xxl-3 {
		padding-right: 1rem!important
	}
	.pe-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-0 {
		padding-bottom: 0!important
	}
	.pb-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xxl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xxl-0 {
		padding-left: 0!important
	}
	.ps-xxl-1 {
		padding-left: .25rem!important
	}
	.ps-xxl-2 {
		padding-left: .5rem!important
	}
	.ps-xxl-3 {
		padding-left: 1rem!important
	}
	.ps-xxl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xxl-5 {
		padding-left: 3rem!important
	}
}

@media print {
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-grid {
		display: grid!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
	.d-print-none {
		display: none!important
	}
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	box-sizing: border-box
}

body {
	min-height: 100%;
	min-width: 320px;
	overflow-x: hidden;
	margin: 0;
	color: #1c3a2c;
	font-family: Inter, Arial, sans-serif
}

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

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

h1,
h2,
h3,
h4 {
	font-weight: 600;
	line-height: 100%;
	margin: 0 0 1.5rem 0
}

@media(max-width:575px) {
	h1,
	h2,
	h3,
	h4 {
		margin: 0 0 10px 0
	}
	main {
		margin-top: 20px
	}
}

h5,
h6 {
	font-weight: 500
}

h1 {
	font-size: 24px
}

@media (min-width:360px) {
	h1 {
		font-size: 25px
	}
}

@media (min-width:992px) {
	h1 {
		font-size: 2.25rem
	}
}

h2 {
	font-size: 22px
}

@media (min-width:360px) {
	h2 {
		font-size: 23px
	}
}

@media (min-width:992px) {
	h2 {
		font-size: 2.25rem
	}
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

hr {
	height: 0;
	border: unset;
	border-top: 1px solid #dcdcdc
}

input {
	margin: 7px 0;
	padding: 12px 16px 11px 16px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1rem
}

input::placeholder {
	color: #898989
}

main a {
	color: #1c3a2c
}

main a:focus,
main a:hover {
	outline: 0;
	color: var(--green)
}

.sprite {
	display: none
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%)
}

.error {
	border-color: red!important
}

.text-center {
	text-align: center
}

.header-center {
	margin: 0 auto;
	max-width: 667px;
	text-align: center
}

.h-sub {
	color: #898989;
	margin-bottom: 20px
}

.btn {
	display: inline-block;
	border-radius: 30px;
	padding: 15px 40px;
	min-width: 190px;
	text-align: center;
	cursor: pointer;
	outline: 0;
	user-select: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
	background: linear-gradient(40deg, #db9e29 0, #eaba4c 50%, #f9d771 100%);
	box-shadow: 0 0 0 0 #f9d771;
	color: #fff;
	border: unset;
	box-sizing: border-box;
	transition: all .3s ease-in-out
}

.btn:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(40.37deg, #c88300 0, #eaba4c 48.44%, #f99271 100%);
	animation: btn_pulse 1.2s infinite
}

@keyframes btn_pulse {
	100% {
		box-shadow: 0 0 32px 0 rgba(249, 215, 113, .1)
	}
}

.btn-outline {
	border: 1.5px solid #ebbc4e;
	background: 0 0;
	color: #ebbc4e
}

.btn-outline:hover {
	border: 1.5px solid #eb874e;
	color: #eb874e;
	background: 0 0
}

.stars {
	position: relative;
	width: 176px;
	height: 33px
}

.stars:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/star.svg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	filter: saturate(0);
	opacity: .5;
	z-index: 0
}

.stars-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/star.svg);
	background-repeat: repeat-x;
	background-size: auto 100%
}

.breadcrumbs {
	margin-top: 10px;
	font-size: .9rem
}

.breadcrumbs a {
	color: #898989
}

.err404 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.err404 header {
	padding: 10px 0
}

.err404 h1 {
	margin: 15px 0 5px;
	font-weight: 400;
	font-size: 24px
}

.err404 p {
	margin: 0;
	font-size: 14px
}

.err404__btn {
	display: table;
	margin: 0 auto 35px;
	padding: 16px 33px;
	font-size: 24px;
	color: #000;
	background: #ffd933;
	border-radius: 32px;
	-webkit-transition: .25s;
	transition: .25s;
	text-decoration: none
}

.err404__btn:focus,
.err404__btn:hover {
	background: rgba(255, 217, 51, .5)
}

@media(min-width:576px) {
	.ilist {
		margin-top: 30px
	}
}

.ilist-item {
	padding: 35px 0;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

@media(min-width:992px) {
	.ilist-item {
		flex-wrap: nowrap
	}
}

.ilist-item:first-child {
	border-top: 1px solid #dcdcdc
}

.ilist-date {
	width: 105px;
	flex-shrink: 0;
	display: flex;
	align-items: center
}

@media(min-width:576px) {
	.ilist-date {
		width: 130px
	}
}

@media(min-width:992px) {
	.ilist-date {
		width: 165px
	}
}

.ilist-date-day {
	width: 30px;
	flex-shrink: 0;
	color: #1ea262;
	font-size: 1.1rem;
	font-weight: 600
}

@media(min-width:992px) {
	.ilist-date-day {
		width: 40px;
		font-size: 1.5rem
	}
}

.ilist-date-month {
	flex-grow: 1;
	font-size: .9rem;
	color: #719785
}

@media(min-width:992px) {
	.ilist-date-month {
		font-size: 1.1rem
	}
}

.ilist-link {
	width: 100%;
	flex-grow: 1;
	border: none;
	color: #1c3a2c;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none
}

@media(min-width:992px) {
	.ilist-link {
		width: unset;
		font-size: 1.1rem
	}
}

.ilist-link:hover {
	text-decoration: underline;
	color: #1ea262
}

.ilist-item .articles__author {
	flex-grow: 1;
	max-width: 315px;
	margin-top: 10px
}

@media(min-width:992px) {
	.ilist-item .articles__author {
		width: 315px;
		flex-shrink: 0
	}
}

.ilist-tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px
}

.ilist-tag {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: .9rem;
	padding: 10px 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #646464
}

@media(min-width:768px) {
	.ilist-tag {
		font-size: 1rem;
		padding: 13px 23px;
		margin-right: 18px
	}
}

.ilist-tag:last-child {
	margin-right: 0
}

.ilist-tag.active {
	border-color: #1ea262;
	background: #1ea262;
	color: #fff
}

.slist {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 20px 30px;
	margin-top: 30px
}

@media (min-width:768px) {
	.slist {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media (min-width:1200px) {
	.slist {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

.slist-item {
	margin-bottom: 50px
}

.slist-item-pic-container {
	height: 204px;
	margin-bottom: 18px
}

.slist-item-pic {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover
}

.slist-item-note {
	font-weight: 400;
	font-size: .9rem;
	color: #898989
}

.slist-title {
	display: block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 1.25rem;
	color: #1c3a2c;
	text-decoration: none
}

.slist-link {
	display: inline-block;
	margin-top: 18px;
	color: #ebbc4e
}

.swiper-navigation {
	width: 264px;
	height: 35px;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 40px
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
	width: 33px;
	height: 11px;
	background-image: url(../images/icons/arrow-long-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: unset;
	margin: 0;
	user-select: none;
	outline: 0
}

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

.swiper-navigation .swiper-button-prev {
	transform: scaleX(-1)
}

.swiper-navigation .swiper-pagination {
	font-size: 1.5rem;
	bottom: unset
}

.swiper-navigation .swiper-pagination-current:before,
.swiper-navigation .swiper-pagination-total:before {
	content: '0'
}

.swiper-navigation .swiper-pagination-current {
	color: #1d3e2e;
	font-size: 1.15rem
}

.swiper-navigation .swiper-pagination-total {
	color: #719785;
	font-size: .9rem
}

.doctorCardWrapper--grey {
	background: #f5f5f5
}

.mslider {
	position: relative;
	overflow: hidden;
	background-color: #e6e6e6
}

.mslider .container {
	position: relative
}

.mslider-item,
.mslider-item img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.mslider .swiper-navigation .swiper-button-prev {
	position: absolute;
	z-index: 5;
	bottom: 50%;
	left: 0;
	right: 0
}

.mslider .swiper-navigation {
	position: absolute;
	margin-top: -44px;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%)
}

.advantage {
	background: url(../images/advantages/bg.svg), linear-gradient(180deg, #288f5d 0, #1d3e2e 100%);
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background-size: 150% auto;
	background-position: center;
	background-repeat: no-repeat
}

@media(min-width:576px) {
	.advantage {
		background: url(../images/advantages/bg_desktop.svg), linear-gradient(180deg, #288f5d 0, #1d3e2e 100%);
		background-size: auto 130%
	}
}

@media(min-width:992px) {
	.advantage {
		padding: 80px 0 90px 0
	}
}

.adv-icon {
	height: 59px
}

.adv-icon svg {
	height: 100%
}

.advantage h4 {
	font-weight: 600;
	font-size: 21px;
	line-height: 110%;
	margin: 27px 0 18px 0
}

@media(min-width:992px) {
	.advantage h4 {
		font-size: 26px;
		margin: 35px 0 23px 0
	}
}

.advantage p {
	font-size: 15px;
	text-align: center;
	color: #9dc6b2
}

.services {
	padding: 30px 0
}

@media(min-width:768px) {
	.services .swiper-navigation {
		display: none
	}
}

@media(min-width:992px) {
	.services {
		padding: 50px 0 120px 0
	}
}

.services h2 {
	text-align: center;
	margin: 0
}

.services-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px
}

.service {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 15px 20px;
	text-decoration: none
}

.row .services-item {
	padding-right: 7.5px;
	padding-left: 7.5px
}

.service:hover {
	border: 1px solid #1ea262
}

.services-list {
	margin-top: 46px
}

@media(min-width:992px) {
	.services-list {
		margin-top: 64px
	}
}

.service:last-child {
	margin-bottom: 0
}

.service-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px
}

.service-icon svg {
	width: 100%;
	max-height: 100%
}

.services a {
	font-size: 15px
}

.mskt {
	padding: 50px 0 0 0;
	background-image: url(../images/mskt/mskt_bg.jpg);
	background-size: cover;
	background-position: center;
	color: #9dc6b2
}

@media(min-width:768px) {
	.mskt {
		padding: 90px 0 90px 0;
		background-image: url(../images/mskt/mskt_bg_desktop.jpg)
	}
}

.mskt h2 {
	color: #fff
}

.mskt .btn {
	position: relative;
	z-index: 2
}

@media(min-width:768px) {
	.mskt .btn {
		margin-top: 32px
	}
}

.mskt-pic-container {
	position: relative;
	height: 100px
}

@media(min-width:768px) {
	.mskt-pic-container {
		height: 100%
	}
}

.mskt-pic {
	max-width: unset;
	width: 330px;
	position: absolute;
	right: -10px;
	bottom: -20px;
	z-index: 1
}

@media(min-width:768px) {
	.mskt-pic {
		width: 130%;
		bottom: -110px
	}
}

@media(min-width:992px) {
	.mskt-pic {
		width: 110%
	}
}

.why {
	padding: 60px 0 40px 0
}

@media(min-width:992px) {
	.why {
		padding: 110px 0 110px 0
	}
}

.why-items {
	display: flex;
	flex-direction: column;
	margin-top: 34px
}

@media(min-width:768px) {
	.why-items {
		flex-direction: row
	}
}

@media(min-width:992px) {
	.why-items {
		margin-top: 53px
	}
}

.why-item {
	background: #f9f9f9;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	overflow: hidden
}

@media(min-width:768px) {
	.why-item {
		width: 33%;
		margin-bottom: 0
	}
	.why-item:nth-child(2) {
		margin: 0 30px
	}
}

.why-text {
	padding: 60px 30px 0 30px
}

.why-num {
	font-weight: 700;
	font-size: 67.3282px;
	line-height: 81px;
	text-shadow: 2px 2px 3px #fff, 0 0 #444;
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(115, 177, 147, .5);
	position: absolute;
	z-index: 0;
	margin-top: -46px
}

.why-text-content {
	position: relative;
	z-index: 1
}

.why-text-content p {
	color: #898989
}

.why-pic-container {
	flex-grow: 1;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end
}

.why-pic {
	display: block
}

.why-order {
	display: none;
	text-align: center;
	margin-top: 50px
}

@media(min-width:768px) {
	.why-order {
		display: block
	}
}

.sprav {
	padding: 50px 0 0 0;
	background-image: url(../images/sprav/sprav_bg.webp);
	background-size: cover;
	background-position: center;
	color: #9dc6b2
}

@media(min-width:768px) {
	.sprav {
		padding: 90px 0 90px 0
	}
}

.sprav h2 {
	color: #fff
}

.sprav .btn {
	position: relative;
	z-index: 2
}

@media(min-width:768px) {
	.sprav .btn {
		margin-top: 32px
	}
}

.sprav-pic-container {
	position: relative;
	height: 120px
}

@media(min-width:768px) {
	.sprav-pic-container {
		height: 100%
	}
}

.sprav-pic {
	max-width: unset;
	height: 230px;
	position: absolute;
	right: 0;
	bottom: -57px;
	z-index: 1
}

@media(min-width:768px) {
	.sprav-pic {
		height: calc(100% + 180px);
		bottom: -130px;
		right: unset;
		left: 30px
	}
}

.doctors-block {
	margin: 10px 0 10px 0
}

@media(min-width:992px) {
	.doctors-block {
		margin: 50px 0 30px 0
	}
}

.doctors-list {
	margin-top: 0
}

.doctors-list .swiper-slide {
	height: auto
}

.doctors-item {
	height: 100%;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	flex-direction: column
}

.doctors-item.unactive {
	display: none
}

.doctors-item-link {
	display: block;
	text-decoration: none;
	border: unset
}

.doctors-item-pic {
	display: block;
	flex-shrink: 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center top;
	border-radius: 5px 5px 50px 50px
}

.doctor-item-inner {
	flex-grow: 1;
	position: relative;
	padding: 24px 16px 60px 16px;
	box-sizing: border-box;
	text-align: center
}

.doctor-item-inner h4 {
	line-height: 120%;
	margin: 0 0 7px 0
}

.doctor-desc {
	text-transform: capitalize
}

.doctor-exp {
	margin: 7px 0;
	font-size: .9rem;
	color: #898989
}

.doctors-item .btn {
	color: #fff;
	background: linear-gradient(40.37deg, #c88300 0, #eaba4c 48.44%, #f99271 100%);
	position: absolute;
	width: 190px;
	left: 50%;
	margin-left: -95px;
	bottom: 10px
}

.doctors-lead {
	display: none;
	text-align: center;
	margin-top: 50px
}

@media(min-width:768px) {
	.doctors-lead {
		display: block
	}
}

.infosys {
	position: relative;
	background-color: #f9f9f9;
	overflow: hidden;
	margin: 0 0 40px 0
}

@media(min-width:992px) {
	.infosys {
		margin: 110px 0 110px 0
	}
}

.infosys-first {
	position: relative;
	padding-top: 50px
}

@media(min-width:576px) {
	.infosys-first {
		padding-top: 100px;
		padding-right: 5%
	}
}

@media(min-width:768px) {
	.infosys-first {
		padding-right: 15%
	}
}

.infosys-first h3 {
	font-size: 24px
}

@media(min-width:992px) {
	.infosys-first h3 {
		font-size: 30px
	}
}

.infosys p {
	color: #646464;
	max-width: 360px
}

.infosys-mac-pic {
	width: 80%;
	max-width: 360px;
	position: relative;
	z-index: 2;
	margin-top: 86px;
	display: block
}

.infosys-phone-pic {
	position: absolute;
	bottom: 20px;
	right: 10%;
	z-index: 1;
	height: 140px;
	width: auto
}

@media(min-width:992px) {
	.infosys-phone-pic {
		height: 170px
	}
}

.infosys-sec {
	position: relative;
	height: 100%;
	color: #fff
}

.infosys-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -15px;
	height: 100%;
	width: 100vw;
	max-width: unset
}

.infosys-sec-inner {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 100px
}

@media(min-width:576px) {
	.infosys-sec-inner {
		padding-top: 110px
	}
}

@media(min-width:768px) {
	.infosys-sec-inner {
		padding-left: 10%;
		padding-bottom: 40px
	}
}

.infosys-sec-inner li {
	margin: 7px 0
}

.infosys-sec-inner .btn {
	margin: 25px 0 0 0
}

.prodoc {
	margin-top: 0;
	margin-bottom: 50px
}

.prodoc h2 {
	max-width: 620px;
	margin: 0 auto 50px auto;
	text-align: center
}

.prodoc-stat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

@media (min-width:768px) {
	.prodoc-stat {
		margin-top: 36px;
		justify-content: flex-start
	}
}

.prodoc-stat-item {
	margin: 0 10px 40px 10px
}

.prodoc-stat-num {
	font-weight: 800;
	font-size: 80px;
	color: #1ea262
}

.prodoc-stat-sub .stars {
	margin-bottom: 6px
}

@media (min-width:768px) {
	.prodoc-list .swiper-navigation {
		position: absolute;
		top: 50%;
		width: calc(100% + 20px);
		margin: -28px 0 0 -10px;
		filter: saturate(0);
		z-index: 1
	}
	.prodoc-list .swiper-pagination {
		display: none
	}
}

.prodoc-list:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	top: 4px;
	background-image: url(../images/prodoc/quote.svg);
	z-index: 5
}

.prodoc-list .swiper-slide {
	height: unset
}

.prodoc-item {
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column
}

.prodoc-item-text-container {
	min-height: 250px;
	position: relative;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 39px 16px 30px 16px;
	box-sizing: border-box;
	flex-grow: 1
}

@media(min-width:768px) {
	.prodoc-item-text-container {
		margin: 0 15px 0 15px
	}
}

.prodoc-item-text-container:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 35px;
	bottom: -14px;
	left: 50px;
	background: #f9f9f9;
	z-index: -1;
	transform: rotate(-35deg)
}

@media(min-width:992px) {
	.prodoc-item-text-container {
		padding: 39px 35px 50px 35px
	}
}

.prodoc-item-text {
	max-height: 350px;
	overflow-y: scroll
}

.prodoc-item-bottom {
	margin: 36px 10px 0 10px;
	display: flex;
	justify-content: space-between;
	flex-shrink: 0
}

@media(min-width:992px) {
	.prodoc-item-bottom {
		margin: 36px 30px 0 30px
	}
}

.prodoc-item-phone {
	color: #898989
}

@media(min-width:992px) {
	.prodoc-item-phone {
		font-size: 1.1rem
	}
}

.prodoc-item-logo {
	width: 93px;
	height: 20px;
	background-image: url(../images/prodoc/prodoctorov.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}

.video {
	padding: 60px 0;
	background-color: var(--green);
	background-image: url(../images/video/video-bg.webp);
	background-size: cover;
	background-position: center top;
	color: #fff;
	overflow: hidden;
	position: relative
}

@media(min-width:992px) {
	.video {
		padding: 80px 0
	}
}

.video h2 {
	max-width: 720px;
	margin: 0 auto;
	text-align: center
}

.video-list {
	margin-top: 45px
}

@media(min-width:576px) {
	.video-list {
		width: calc(100% + 100px);
		transform: translateX(-50px)
	}
}

.video-item {
	position: relative;
	height: 0;
	padding-bottom: 56.25%
}

.video-item iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none
}

.video-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.video-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover
}

.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer
}

.video-button-shape {
	fill: #212121;
	fill-opacity: .8
}

.video-button-icon {
	fill: #fff
}

.video-button:focus {
	outline: 0
}

.video-button:focus .video-button-shape,
.video-item:hover .video-button-shape {
	fill: #e5b141;
	fill-opacity: 1
}

.video-list .swiper-navigation .swiper-pagination-current {
	color: #fff
}

.video-list .swiper-navigation .swiper-button-next,
.video-list .swiper-navigation .swiper-button-prev {
	background-image: url(../images/icons/arrow-long-white.svg)
}

.video--enabled {
	cursor: pointer
}

.video--enabled .video-button {
	display: block
}

.video-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding: 8px 12px
}

.reviews {
	padding: 50px 0;
	background-color: var(--green);
	background-image: url(../images/reviews/reviews-bg.webp);
	background-size: cover;
	background-position: center top;
	color: #fff;
	overflow: hidden;
	position: relative
}

@media(min-width:992px) {
	.reviews {
		padding: 70px 0
	}
}

.reviews-list.swiper-container {
	position: relative;
	box-sizing: border-box;
	padding-top: 70px;
	text-align: center
}

.reviews-list:before {
	content: '';
	position: absolute;
	width: 38px;
	height: 33px;
	left: 50%;
	margin-left: -19px;
	top: 0;
	background-image: url(../images/reviews/quotes.svg);
	background-repeat: no-repeat;
	z-index: 5
}

.reviews-doctor {
	font-weight: 600;
	font-size: 1.1rem
}

.reviews-author {
	font-weight: 600;
	font-size: 1.1rem
}

.reviews-bottom {
	text-align: center;
	margin-top: 40px
}

.reviews-list .swiper-navigation .swiper-pagination-current {
	color: #fff
}

.reviews-list .swiper-navigation .swiper-button-next,
.reviews-list .swiper-navigation .swiper-button-prev {
	background-image: url(../images/icons/arrow-long-white.svg)
}

.news {
	margin: 60px 0
}

@media(min-width:992px) {
	.news {
		margin: 90px 0
	}
}

.news h2 {
	text-align: center;
	margin-bottom: 70px
}

.news-item {
	padding: 35px 0;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center
}

.news-item:first-child {
	border-top: 1px solid #dcdcdc
}

.news-date {
	width: 105px;
	flex-shrink: 0;
	display: flex;
	align-items: center
}

@media(min-width:576px) {
	.news-date {
		width: 130px
	}
}

@media(min-width:992px) {
	.news-date {
		width: 165px
	}
}

.news-date-day {
	width: 30px;
	flex-shrink: 0;
	color: #1ea262;
	font-size: 1.1rem;
	font-weight: 600
}

@media(min-width:992px) {
	.news-date-day {
		width: 40px;
		font-size: 1.5rem
	}
}

.news-date-month {
	flex-grow: 1;
	font-size: .9rem;
	color: #719785
}

@media(min-width:992px) {
	.news-date-month {
		font-size: 1.1rem
	}
}

.news-link {
	border: none;
	color: #1c3a2c;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none
}

@media(min-width:992px) {
	.news-link {
		font-size: 1.1rem
	}
}

.news-link:hover {
	text-decoration: underline;
	color: #1ea262
}

.news-bottom {
	margin-top: 45px;
	text-align: center
}

@media(min-width:992px) {
	.news-bottom {
		margin-top: 70px
	}
}

.consult {
	padding: 50px 0
}

@media(min-width:992px) {
	.consult {
		padding: 90px 0
	}
}

.consult-list .swiper-slide {
	height: unset
}

.consult-item {
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column
}

.consult-item-text-container {
	min-height: 250px;
	position: relative;
	background: #f9f9f9;
	border-radius: 3px;
	box-sizing: border-box;
	flex-grow: 1
}

.consult-item-text {
	max-height: 350px;
	overflow-y: scroll
}

.consult-answer,
.consult-question {
	position: relative;
	padding: 27px 10px 25px 30px
}

@media(min-width:360px) {
	.consult-answer,
	.consult-question {
		padding: 27px 10px 25px 40px
	}
}

@media(min-width:576px) {
	.consult-answer,
	.consult-question {
		padding: 27px 45px 25px 80px
	}
}

.consult-question {
	border-bottom: 1px solid #dcdcdc
}

.consult-answer-icon,
.consult-question-icon {
	position: absolute;
	top: 34px;
	left: 0
}

.consult-question-icon {
	left: 10px
}

.consult-answer-icon {
	left: 4px
}

.consult-answer-icon svg {
	width: 20px
}

@media(min-width:360px) {
	.consult-question-icon {
		left: 12px
	}
	.consult-answer-icon {
		left: 6px
	}
	.consult-answer-icon svg {
		width: 26px
	}
}

@media(min-width:576px) {
	.consult-question-icon {
		left: 40px
	}
	.consult-answer-icon {
		left: 32px
	}
	.consult-answer-icon svg {
		width: 32px
	}
}

.consult-author-name {
	font-weight: 600;
	font-size: 1.1rem;
	color: #1c3a2c;
	margin-bottom: 8px;
	display: block;
	border: none
}

.consult-author-job {
	font-size: .9rem;
	color: #898989;
	margin-bottom: 16px
}

.consult-bottom {
	text-align: center;
	margin-top: 40px
}

.consult-bottom .btn {
	margin: 4px
}

.consult-bottom .btn:first-child {
	margin: 0 0 18px 0
}

@media(min-width:576px) {
	.consult-bottom .btn:first-child {
		margin: 0 18px 0 0
	}
}

.fcb {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/fcb/fcb-bg.jpg), linear-gradient(90deg, #f9f9f9 50%, rgba(249, 249, 249, .58) 100%);
	background-position: right top;
	background-size: auto 100%;
	background-repeat: no-repeat
}

@media (min-width:992px) {
	.fcb {
		padding: 90px 0
	}
}

.fcb-block {
	margin-top: 26px
}

.fcb-block-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 13px
}

.fcb-sub {
	margin-top: 5px;
	color: #898989
}

.fcb-combo {
	margin-top: 14px
}

.fcb a {
	text-decoration: none
}

.fcb-social svg {
	width: 31px;
	height: 31px;
	fill: #1c3a2c
}

.fcb-social .social-icon g,
.fcb-social .social-icon path {
	fill: #1c3a2c
}

.fcb-right {
	height: 100%;
	display: flex;
	padding-top: 23px;
	margin-top: 35px;
	border-top: 1px solid #dcdcdc;
	flex-direction: column;
	justify-content: center
}

@media (min-width:768px) {
	.fcb-right {
		border: none
	}
	.fcb-right h2 {
		display: none
	}
}

.scb {
	width: 100vw;
	position: relative;
	color: #fff;
	padding: 40px 0;
	margin: 40px 0;
	box-sizing: border-box;
	background-color: #007242
}

@media (min-width:992px) {
	.scb {
		padding: 70px 0;
		margin: 80px 0
	}
}

.scb-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0
}

.scb .row {
	position: relative;
	z-index: 1
}

.scb h3 {
	line-height: 135%
}

.scb small {
	color: #9dc6b2
}

.scb .cb-pd-label {
	color: #9dc6b2
}

.cb-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 39, 44, .35);
	backdrop-filter: saturate(.6) blur(20px);
	z-index: 99;
	display: none
}

.cb-overlay.active {
	display: block
}

.cb-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 90vw;
	padding: 28px 15px 30px 15px;
	color: #fff;
	transform: translate(-50%, -50%);
	background-color: #1c3a2c;
	background-image: url(../images/modal/modal.jpg);
	z-index: 100;
	display: none
}

@media(max-width:500px) {
	.cb-modal {
		max-width: 99vw;
		width: 97vw
	}
}

@media(min-width:992px) {
	.cb-modal {
		padding: 48px 90px 60px 90px
	}
}

.cb-modal.active {
	display: block
}

.cb-modal .cb-pd-label {
	color: #719785
}

.cb-modal-close {
	width: 19px;
	height: 19px;
	position: absolute;
	right: 23px;
	top: 23px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.cb-modal-close:after,
.cb-modal-close:before {
	content: '';
	position: absolute;
	width: 120%;
	height: 1px;
	background-color: #fff
}

.cb-modal-close:before {
	transform: rotate(45deg)
}

.cb-modal-close:after {
	transform: rotate(-45deg)
}

.cb-form input[type=text] {
	width: 100%
}

.cb-pd-label {
	cursor: pointer;
	font-size: .9rem;
	color: #646464
}

.cb-form .btn {
	margin-top: 40px;
	display: block
}

.cb-form .novalid {
	border: 1px solid #eb874e
}

.clinics {
	padding: 40px 0;
	margin-top: 30px;
	background: #f9f9f9
}

@media(min-width:992px) {
	.clinics {
		margin-top: 100px
	}
}

.clinics__body {
	display: none;
	overflow-x: auto
}

.clinics__body::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

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

.clinics__item {
	position: relative;
	flex-shrink: 0;
	height: 430px;
	width: 270px;
	margin-right: 20px;
	border-radius: 5px;
	background: #fff;
	display: block;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	padding: 0 0 82px 0
}

.clinics__item:focus,
.clinics__item:hover {
	outline: 0;
	-webkit-box-shadow: 0 2px 6.7px .4px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 6.7px .4px rgba(0, 0, 0, .15)
}

.clinics__img {
	height: 163px
}

.clinics__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.clinics__contents {
	padding: 24px 20px 36px 18px
}

.clinics__title {
	margin: 0
}

.clinics__contacts {
	margin-top: 8px
}

.clinics__contact {
	margin-top: 6px;
	padding: 0 23px;
	position: relative
}

.clinics__contact svg {
	position: absolute;
	left: 0;
	top: 5px
}

.clinics__contact p {
	margin: 0;
	font-size: 14px;
	color: #666
}

.clinics__contact--reverse {
	text-align: right
}

.clinics__contents .btn {
	position: absolute;
	bottom: 36px;
	left: 22px
}

.order-filters-short {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px
}

.order-filters-slink {
	display: block;
	font-size: .9rem;
	line-height: 100%;
	margin-right: 35px;
	margin-bottom: 19px;
	text-decoration: none
}

.order-filters-slink:last-child {
	margin-right: 0
}

.order-filters-slink.active {
	color: #1ea262
}

.doc-info-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap
}

.doc-info-top h3 {
	width: 100%;
	margin: 40px 0 0 0;
	order: 3
}

@media (min-width:576px) {
	.doc-info-top h3 {
		width: unset;
		margin: 0;
		order: 1
	}
}

.doc-info-top .btn {
	order: 2
}

.doc-info-list {
	display: flex;
	flex-direction: column
}

.doc-info-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 22px
}

.doc-info-item:last-child {
	margin-bottom: 0
}

.doc-info-dt {
	width: 40%;
	margin-right: 15px;
	font-size: .9rem;
	color: #898989
}

@media (min-width:768px) {
	.doc-info-dt {
		font-size: 1rem
	}
}

.doc-info-dd {
	text-align: right
}

.place-pic {
	width: 100%;
	min-height: 315px;
	height: auto;
	border-radius: 5px;
	object-fit: cover
}

.mdWrap__links {
	margin: 0 0 20px;
	padding: 0 0 10px;
	list-style: none;
	display: flex;
	overflow-x: auto
}

.mdWrap__links::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.mdWrap__link {
	flex-shrink: 0;
	margin-right: 18px
}

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

.mdWrap__link a {
	height: 46px;
	min-width: 150px;
	padding: 13px 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 5px;
	color: #646464;
	text-decoration: none
}

.mdWrap__link a:focus,
.mdWrap__link a:hover {
	color: #646464
}

.mdWrap__link--active a {
	background: #1ea262;
	border-color: #1ea262;
	color: #fff
}

.mdWrap__link--active a:focus,
.mdWrap__link--active a:hover {
	color: #fff
}

article {
	margin-top: 20px
}

@media (min-width:768px) {
	.mediumHidden {
		display: none!important
	}
}

@media (min-width:992px) {
	.otherDoctors--frontpage {
		padding: 70px 0 50px
	}
}

@media (min-width:1200px) {
	.doctorCardWrapper {
		margin-left: 0;
		margin-right: 0
	}
}

section.articles {
	padding: 0 0
}

.articles__body {
	margin: 0;
	padding: 0;
	list-style: none
}

.articles__item {
	margin-top: 30px;
	padding-top: 15px
}

.articles__date {
	font-size: 14px;
	color: #898989
}

.articles__title {
	margin: 6px 0 0 0;
	font-weight: 400;
	font-size: 1rem;
	font-weight: 600
}

.articles__title a {
	border-bottom: none
}

.articles__author {
	display: flex
}

.articles__author img {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 18px;
	border-radius: 100%
}

.articles__name {
	font-size: 1rem
}

.articles__desc {
	font-size: .85rem;
	color: #646464
}

@media (min-width:768px) {
	section.articles {
		padding: 0 0
	}
	.articles__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.articles__item {
		width: 49%
	}
}

@media(min-width:992px) {
	.clinic__doctors .doctors__list {
		margin-top: 46px
	}
}

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

.clinic .more {
	margin-top: 0;
	margin-bottom: 60px
}

@media (min-width:768px) {
	.clinic .more {
		margin-bottom: 80px
	}
}

.doctorCard {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px
}

.doctorCard__photo {
	margin-right: 20px;
	margin-bottom: 20px
}

.doctorCard__photo img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	border-radius: 100%
}

.doctorCard__desc {
	margin-bottom: 20px;
	font-size: 16px
}

.doctorCard__info {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
	font-size: 14px
}

.doctorCard__info em {
	display: block
}

.doctorCard__info svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 4px;
	margin-right: 6px;
	fill: currentColor
}

.doctorCard__info--mark {
	color: #f0243f
}

.doctorPage__order {
	position: relative;
	overflow: hidden
}

@media (min-width:992px) {
	.doctorCard {
		margin-right: 30px;
		flex-shrink: 0
	}
	.doctorCard__desc {
		font-size: 20px
	}
	.doctorCard__info {
		font-size: 16px
	}
}

.doctorCard--noPhoto {
	display: block
}

.doctorPage__photo {
	position: relative;
	text-align: center;
	margin-bottom: 20px
}

.doctorPage__photo img {
	width: 100%;
	max-width: 400px
}

.makeAnAppointment__times {
	display: flex;
	overflow-x: auto;
	margin: 5px -15px;
	padding: 0 15px
}

.makeAnAppointment__day--active {
	flex-shrink: 0;
	margin: 0
}

.makeAnAppointment__time {
	margin: 2px auto
}

.doctorPage .more {
	margin: 20px 0 0
}

.otherDoctors__body {
	margin: 0;
	padding: 0;
	list-style: none
}

.doctorPage__text {
	margin: 60px 0 50px
}

.doctorPage__text li,
.doctorPage__text p {
	font-size: 18px
}

.doctorPage__text ul {
	list-style: none;
	margin-top: 15px;
	padding: 0
}

.doctorPage__text li {
	position: relative;
	padding-left: 25px
}

.doctorPage__text li::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: #000;
	left: 0;
	top: 50%
}

.doctorPage__share {
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 15px;
	top: 20px
}

.doctorPage__share button {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	padding: 0;
	background: 0 0;
	-webkit-transition: .2s;
	transition: .2s
}

.doctorPage__share button:focus,
.doctorPage__share button:hover {
	outline: 0;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.doctorPage__share svg {
	stroke: #999;
	fill: none
}

.doctorPage__shareList {
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden
}

.doctorPage__shareList--open {
	visibility: visible
}

.doctorPage__shareItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 35px;
	height: 35px;
	margin-top: 5px;
	border-bottom: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0)
}

.doctorPage__shareItem:focus,
.doctorPage__shareItem:hover {
	outline: 0;
	opacity: .75
}

.doctorPage__shareItem svg {
	fill: #fff
}

.doctorPage__shareItem--fb {
	background: #3b5998;
	-webkit-transition: .2s .1s, opacity .2s;
	transition: .2s .1s, opacity .2s
}

.doctorPage__shareItem--vk {
	background: #4d76a1;
	-webkit-transition: .2s .2s, opacity .2s;
	transition: .2s .2s, opacity .2s
}

.doctorPage__shareItem--ok {
	background: #ff9800;
	-webkit-transition: .2s .3s, opacity .2s;
	transition: .2s .3s, opacity .2s
}

.doctorPage__shareItem--tg {
	background: #1d93d2;
	-webkit-transition: .2s .4s, opacity .2s;
	transition: .2s .4s, opacity .2s
}

.doctorPage__shareItem--wa {
	background: #33e676;
	-webkit-transition: .2s .5s, opacity .2s;
	transition: .2s .5s, opacity .2s
}

.doctorPage__shareItem--link {
	background: #ccc;
	-webkit-transition: .2s .6s, opacity .2s;
	transition: .2s .6s, opacity .2s
}

.doctorPage__shareItem--link svg {
	fill: #666
}

.doctorPage__shareList--open .doctorPage__shareItem {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

@media (min-width:481px) {
	.otherDoctors__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:992px) {
	.doctorPage {
		min-height: 500px
	}
	.doctorPage__text {
		margin-top: 0
	}
	.doctorPage__wrap {
		position: relative
	}
}

article.doctors {
	padding-bottom: 40px
}

.doctors__list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 20px 30px;
	margin-top: 30px
}

@media (min-width:576px) {
	.doctors__list {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media (min-width:992px) {
	.doctors__list {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media (min-width:1200px) {
	.doctors__list {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

.faq {
	padding: 30px 0
}

.faq .container {
	position: relative
}

.faq__body {
	margin: 0;
	padding: 0;
	list-style: none
}

.faq__item {
	position: relative;
	margin: 15px 0 0;
	border-top: 2px solid #222;
	padding: 15px 30px 15px 0
}

.faq__question {
	margin: 0;
	font-weight: 400;
	font-size: 18px
}

.faq__question a {
	border-bottom: none
}

.faq__question a::after,
.faq__question a::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	right: 0;
	top: 27px;
	-webkit-transition: .2s;
	transition: .2s;
	background: #000
}

.faq__question a::before {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.faq__question a::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.faq__question a:focus::after,
.faq__question a:focus::before,
.faq__question a:hover::after,
.faq__question a:hover::before {
	background: var(--green)
}

.faq__answer {
	display: none
}

.faq__answer p {
	font-size: 16px
}

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

.faq__author a {
	border-bottom: none
}

.faq__author img {
	display: block;
	margin-right: 15px;
	border-radius: 100%
}

.faq__name {
	font-size: 18px;
	border-bottom: none
}

.faq__desc {
	font-size: 14px
}

.faq__item--open a::after,
.faq__item--open a::before {
	background: var(--green)
}

.faq__item--open a::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.faq__item--open a::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.faq__item--open .faq__answer {
	display: block
}

@media (min-width:768px) {
	.faq__item {
		margin-top: 15px;
		padding-top: 20px
	}
	.faq__question a::after,
	.faq__question a::before {
		top: 32px
	}
}

.faqTable__item {
	border-top: 1px solid #dcdcdc
}

.faqTable__question {
	margin: 15px 0 10px;
	font-weight: 400
}

.faqTable__answer {
	margin-bottom: 10px
}

.faqTable__answer p {
	font-size: 16px
}

@media (min-width:992px) {
	.faqTable__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 15px 0
	}
	.faqTable__answer,
	.faqTable__question {
		width: 48%
	}
	.faqTable__answer p {
		font-size: 18px
	}
	.faqTable__answer p:first-of-type {
		margin-top: 0
	}
}

footer {
	padding: 40px 0 46px 0;
	background: #1d3e2e
}

.footer-copy {
	margin-top: 18px;
	color: #719785
}

.toBlind a {
	font-size: 20px;
	text-decoration: none;
	color: #000
}

.toBlind a:focus,
.toBlind a:hover {
	outline: 0;
	border-bottom: 1px solid #000
}

.footer__contacts {
	font-size: 16px
}

.footer__contacts a {
	text-decoration: none;
	color: #000
}

.footer__contacts b {
	display: block;
	font-weight: 400;
	font-size: 20px
}

.social__title {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px
}

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

.social__body a {
	margin-left: 15px;
	-webkit-transition: .25s;
	transition: .25s
}

.social__body a:first-child {
	margin-left: 0
}

.social__body a:focus,
.social__body a:hover {
	opacity: .5;
	outline: 0
}

.copyright a {
	font-size: 16px;
	text-decoration: none;
	color: #000
}

.copyright a:focus,
.copyright a:hover {
	outline: 0;
	border-bottom: 1px solid #000
}

.copyright--site {
	margin-top: 40px
}

.copyright--developer {
	margin-top: 15px
}

@media (min-width:768px) {
	.footer {
		padding: 40px 0 20px
	}
	.container--footer {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}
	.copyright,
	.footer__contacts p,
	.social__title {
		margin-top: 0
	}
	.footer__contacts p {
		max-width: 220px
	}
	.toBlind {
		grid-column-start: 3;
		grid-row-start: 1;
		text-align: right
	}
	.footer__contacts {
		grid-column-start: 1
	}
	.social {
		grid-column-start: 2;
		text-align: center
	}
	.copyright--site {
		grid-column-start: 1
	}
	.copyright--developer {
		grid-column-start: 3;
		text-align: right
	}
	.social__body {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.copyright {
		margin-top: 30px
	}
}

.header {
	position: relative;
	z-index: 9
}

.header__container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 0 6px 0
}

.logo {
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 10px
}

.logo img {
	display: block;
	width: 140px
}

@media (min-width:410px) {
	.logo {
		width: 120px;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0
	}
	.logo img {
		width: 100%
	}
}

@media (min-width:576px) {
	.logo {
		width: 140px
	}
}

@media (min-width:768px) {
	.logo {
		width: 220px
	}
}

.header_right {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-grow: 1
}

@media (min-width:410px) {
	.header_right {
		justify-content: flex-end;
		flex-wrap: wrap
	}
}

.header_order,
.mob_header_order,
.mob_header_phone {
	background: #e5b141;
	border-radius: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: .9rem;
	line-height: .95rem
}

.mob_header_order {
	padding: 0;
	background: 0 0;
	color: #1ea262;
	font-size: 13px;
	line-height: 11px
}

.mob_header_phone {
	padding: 0;
	background: 0 0;
	color: #ebbc4e;
	font-size: 13px;
	line-height: 11px
}

.header_order_icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px
}

.mob_header_order_icon,
.mob_header_phone_icon {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px
}

.header_order_icon svg {
	width: 20px;
	height: 20px
}

.mob_header_order_icon svg,
.mob_header_phone_icon svg {
	width: 22px;
	height: 22px
}

@media(min-width:576px) {
	.header_order {
		background: #f2f5f3;
		border-radius: 50px;
		display: flex;
		align-items: center;
		color: #e5b141;
		text-decoration: none;
		padding: 5px 40px 5px 5px;
		font-size: .9rem;
		line-height: .95rem
	}
	.header_order_icon {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #e5b141;
		border-radius: 50%;
		margin-right: 24px
	}
}

.header_phone {
	margin-left: 30px;
	display: flex;
	align-items: center;
	font-size: .9rem;
	font-weight: 600
}

@media (min-width:410px) {
	.header_phone {
		margin-left: 10px
	}
}

@media (min-width:576px) {
	.header_phone {
		display: flex;
		align-items: center;
		font-size: 1rem
	}
}

@media (min-width:768px) {
	.header_phone {
		margin-left: 30px
	}
}

.header_phone_wa {
	display: block;
	margin-right: 5px
}

.header_phone_wa svg {
	display: block
}

.header_phone_link {
	color: #081d0e;
	text-decoration: none
}

.header_phone_link:hover {
	color: #081d0e
}

.onlymobile {
	text-align: center;
	line-height: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	color: #d0d0d0
}

a.header__onlineLink.onlymobile,
a.header__tel.onlymobile,
a.orderLink.onlymobile {
	height: 28px
}

.orderLink {
	background: #ffd933;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s
}

.orderLink svg {
	fill: #fff
}

.orderLink:focus,
.orderLink:hover {
	background: var(--green);
	color: #fff
}

.header_menu,
.mob_header_menu {
	background-color: var(--green)
}

.header_menu .container {
	position: relative
}

.mainMenu,
.mob_mainMenu {
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center
}

.mainMenu ul,
.mob_mainMenu {
	margin: 0;
	padding: 0;
	list-style: none
}

.mainMenu>ul,
.mob_mainMenu>ul {
	min-width: 100%;
	display: flex;
	overflow-x: auto;
	margin: 0 -15px;
	padding: 0 15px 0 0
}

@media(min-width:576px) {
	.mainMenu>ul {
		flex-wrap: wrap
	}
}

.mainMenu>ul::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.mainMenu__item {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mob_mainMenu .mainMenu__item {
	margin-right: 0
}

.mainMenu__item:last-of-type {
	padding-right: 20px
}

.mob_mainMenu .mainMenu__item:last-of-type {
	padding: 0 0
}

.mainMenu__link {
	position: relative;
	display: block;
	padding: 18px 10px;
	font-weight: 500;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .25s;
	transition: .25s
}

.mob_mainMenu .mainMenu__link {
	padding: 9px 6px
}

@media (min-width:576px) and (max-width:767px) {
	.mainMenu__item {
		margin-right: 6px
	}
	.mainMenu__link {
		padding: 18px 4px;
		font-size: .85rem
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.mainMenu__item {
		margin-right: 4px
	}
	.mainMenu__link {
		padding: 18px 4px;
		font-size: .8rem
	}
}

@media (min-width:1200px) and (max-width:1399px) {
	.mainMenu__item {
		margin-right: 10px
	}
	.mainMenu__link {
		padding: 18px 4px;
		font-size: .9rem
	}
}

.mainMenu__link:focus,
.mainMenu__link:hover {
	position: relative;
	outline: 0;
	color: #fff;
	background-color: #1d7e4f;
	box-shadow: 0 5px 5px -3px rgb(33, 82, 47, .4);
	z-index: 2
}

.mainMenu-social {
	flex-grow: 1
}

.mainMenu-social .social-icons {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end
}

@media (max-width:575px) {
	.mainMenu-social .social-icons {
		padding: 0 15px
	}
}

.social-icon {
	display: inline-block;
	margin: 0 4px;
	text-decoration: none
}

.social-icon:first-child {
	margin-left: 0
}

.social-icon:last-child {
	margin-right: 0
}

.social-icon svg {
	display: block
}

@media (max-width:1023px) {
	.orderLink {
		border-radius: 100%;
		width: 40px;
		height: 40px;
		background: 0 0
	}
	.orderLink svg {
		fill: #21a538
	}
}

@media (min-width:992px) {
	.header-contacts {
		display: none
	}
	.onlymobile {
		display: none
	}
	.orderLink,
	.orderLink_block {
		order: 3
	}
	.mainMenu {
		width: auto;
		margin: 0 auto 0 20px
	}
	.mainMenu>ul {
		margin: 0;
		padding: 0
	}
	.orderLink {
		padding: 10px 35px;
		font-size: 14px;
		text-decoration: none;
		color: #000;
		border-radius: 20px
	}
	.orderLink img,
	.orderLink svg {
		display: none
	}
}

@media (max-width:360px) {
	.header-contacts {
		width: 100%;
		align-items: center;
		justify-content: space-between
	}
	.header__onlineLink_block.onlymobile,
	.header__tel_block.onlymobile,
	.orderLink_block.onlymobile {
		margin-left: 5px
	}
}

.subMenu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 2px 6px 16px rgba(104, 104, 104, .25);
	border-radius: 0 0 5px 5px;
	color: #1c3a2c;
	padding: 20px 15px
}

.subMenu::before {
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	left: calc(0px - (100vw - 100%)/ 2);
	bottom: 0;
	z-index: -1
}

.subMenu__menu {
	text-align: center
}

.subMenu__menu li {
	margin-top: 7px
}

.subMenu__menu li:first-child {
	margin-top: 0
}

.subMenu__menu a {
	font-size: .9rem;
	text-decoration: none;
	color: #1c3a2c;
	-webkit-transition: .25s;
	transition: .25s
}

@media(min-width:768px) {
	.subMenu__menu a {
		font-size: 1rem
	}
}

.subMenu__menu a:focus,
.subMenu__menu a:hover {
	color: var(--green)
}

.subMenu__menu .subMenu__active {
	color: var(--green);
	border-bottom: 4px solid #1ea262
}

.menuContacts__wrap {
	max-width: 880px
}

.menuContacts__wrap a,
.menuContacts__wrap p {
	margin: 0;
	font-size: 16px;
	color: #000
}

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

.menuContacts__wrap p+p {
	margin-top: 5px
}

.menuContacts__wrap svg {
	margin-right: 5px
}

.menuContacts__wrap b,
.menuContacts__wrap span {
	display: block;
	margin-bottom: 6px
}

.menuContacts__wrap b {
	font-weight: 400;
	font-size: 18px
}

.menuContacts__wrap span {
	margin-top: 20px;
	font-size: 16px
}

.menuContacts__section {
	margin-bottom: 25px
}

.menuCompany__section--social {
	margin: 190px 0 30px
}

.menuCompany__section--social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menuCompany__section--social li+li {
	margin-left: 17px
}

.menuCompany__section--social a {
	-webkit-transition: .25s;
	transition: .25s
}

.menuCompany__section--social a:focus,
.menuCompany__section--social a:hover {
	outline: 0;
	opacity: .75
}

.menuEvents__section--news section {
	margin-top: 30px
}

.menuEvents__section--news img {
	border-radius: 5px
}

.menuEvents__section--news h3 {
	margin: 15px 0 0 0;
	font-weight: 400;
	font-size: 1rem
}

.menuEvents__section--news a {
	color: #1c3a2c;
	text-decoration: none
}

.menuEvents__section--news a:focus,
.menuEvents__section--news a:hover {
	outline: 0;
	color: var(--green)
}

@media (min-width:992px) {
	.menuArticles {
		display: flex
	}
}

@media (min-width:992px) {
	.menuArticles__section--menu {
		max-width: 200px;
		margin-right: 60px
	}
}

.menuArticles .articles {
	display: flex;
	flex-direction: column
}

@media (min-width:768px) {
	.menuArticles .articles {
		display: flex;
		flex-direction: row
	}
}

.menuArticles .articles__title a {
	color: #1c3a2c;
	text-decoration: none
}

.menuArticles .articles__title a:focus,
.menuArticles .articles__title a:hover {
	outline: 0;
	color: var(--green)
}

.menuArticles__item {
	margin: 30px 0 0 0;
	padding-top: 0
}

@media (min-width:768px) {
	.menuArticles__item {
		margin-right: 40px
	}
	.menuArticles__item:last-child {
		margin-right: 0
	}
}

@media (min-width:992px) {
	.menuArticles__item {
		margin-top: 0
	}
}

.menuArticles .articles__author {
	margin-top: 15px
}

.menuArticles .articles__name {
	font-size: 14px;
	color: #1c3a2c
}

.menuArticles .articles__desc {
	font-size: 14px;
	color: #646464
}

.menuDoctors__section--doctor {
	text-align: center
}

.menuDoctors--menu ul span {
	color: #f0243f
}

.menuDoctors__photo {
	display: table;
	margin: 65px auto 0;
	position: relative
}

.menuDoctors__photo img {
	display: block;
	margin: 0 auto;
	border-radius: 100%
}

.menuDoctors__photo::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	left: -20px;
	top: -20px;
	background: url(../images/lw.svg) center center no-repeat;
	background-size: 100%
}

.menuDoctors__name {
	font-weight: 400;
	margin: 30px 0 0;
	font-size: 20px
}

.menuDoctors__name a {
	text-decoration: none;
	color: #000
}

.menuDoctors__name a:focus,
.menuDoctors__name a:hover {
	outline: 0;
	color: var(--green)
}

.menuDoctors__desc {
	margin-top: 10px;
	font-size: 16px
}

.menuDoctors__note {
	margin-top: 10px;
	font-style: italic;
	font-size: 16px;
	color: #999
}

.menuServices__section ul {
	max-width: 880px
}

.menuServices__section a {
	display: block;
	text-decoration: none;
	color: #1c3a2c
}

.menuServices__section a:focus,
.menuServices__section a:hover {
	outline: 0;
	color: var(--green)
}

.menuServices__section .subMenu__active {
	color: var(--green)
}

.menuServices__section--services a {
	margin: 0 -15px;
	padding: 7px 15px;
	font-size: 16px
}

.menuServices__section--services a:focus,
.menuServices__section--services a:hover {
	background: #f5f5f5
}

.menuServices__section--services span {
	display: inline-block;
	width: 12px;
	margin-right: 12px;
	color: #999
}

.menuServices__section--services .subMenu__active {
	background: #f5f5f5
}

ul.mainMenu__tabs {
	display: flex;
	margin: 0 -15px 15px;
	padding: 0 15px 6px;
	overflow-x: auto;
	border-bottom: 1px solid #dcdcdc
}

ul.mainMenu__tabs::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

ul.mainMenu__tabs li {
	flex-shrink: 0;
	padding-right: 20px
}

ul.mainMenu__tabs a {
	text-decoration: none;
	font-size: .9rem;
	padding-bottom: 3px;
	color: #898989;
	border-bottom: 4px solid transparent;
	transition: .2s
}

@media(min-width:768px) {
	ul.mainMenu__tabs a {
		font-size: 1rem
	}
}

ul.mainMenu__tabs a:focus,
ul.mainMenu__tabs a:hover {
	outline: 0;
	color: #1ea262
}

ul.mainMenu__tabs .mainMenu__activeTab a {
	color: #1ea262;
	border-bottom-color: #1ea262
}

.menuServices__section--programm li {
	padding: 3px 0
}

.menuServices__section--hospital img {
	display: block;
	margin-top: 10px
}

.menuServices__section--hospital p {
	font-size: 16px
}

.menuServices__section {
	display: none
}

.menuServices__section--active {
	display: block
}

.menuClinics__section {
	display: none
}

.menuClinics__section ul {
	max-width: 880px
}

.menuClinics__section--active {
	display: block
}

.menuClinics__clinic span {
	font-size: 14px
}

.menuClinics__clinic--title {
	margin: 8px 0 4px 0;
	font-size: 14px
}

.menuClinics__clinic--address {
	display: flex;
	align-items: center;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	color: #1c3a2c;
	text-decoration: underline
}

.menuClinics__clinic svg {
	margin-right: 5px
}

.menuClinics__clinic--time p {
	margin: 0;
	font-size: 14px;
	color: #898989
}

.menuClinics__clinic a {
	text-decoration: none;
	color: #666;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px 20px
}

.menuClinics__clinic a:focus,
.menuClinics__clinic a:hover {
	outline: 0;
	background: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	margin-top: -1px
}

.menuClinics__clinic a:focus p,
.menuClinics__clinic a:hover p {
	color: var(--green)
}

@supports (mix-blend-mode:lighten) {
	.menuClinics__clinic--child span {
		position: relative
	}
	.menuClinics__clinic--child span::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 22px;
		background: linear-gradient(90deg, #23a538 0, #23a538 11px, #f5c700 11px, #f5c700 22px, #666 22px, #666 100%);
		mix-blend-mode: lighten
	}
}

div.subMenu {
	visibility: hidden;
	opacity: 0
}

.subMenu:hover {
	visibility: visible;
	opacity: 1
}

.subMenu:focus-within {
	visibility: visible;
	opacity: 1
}

.mainMenu__link.active+.subMenu,
.mainMenu__link:focus+.subMenu,
.mainMenu__link:hover+.subMenu {
	visibility: visible;
	opacity: 1
}

@media (min-width:576px) {
	.menuServices__images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.menuServices__images img {
		width: 49%;
		margin-top: 1%
	}
	.menuServices__images img:first-of-type {
		margin-right: 1%
	}
	.menuServices__section--hospital p {
		max-width: 568px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.menuDoctors {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.menuDoctors__section--menu ul {
		text-align: left
	}
	.menuDoctors__section--doctor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 25px;
		text-align: left
	}
	.menuDoctors ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left
	}
	.menuDoctors li.orderOneForMobile {
		margin-bottom: 7px
	}
	.menuDoctors li.orderOneForMobile+li {
		margin-top: 0
	}
	.menuDoctors__photo {
		margin-top: 0;
		margin-right: 30px
	}
	.menuDoctors__name {
		margin-top: 0
	}
	.menuServices__section--programm ul,
	.menuServices__section--services ul {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 45px;
		column-gap: 45px
	}
	.menuServices__section--programm li,
	.menuServices__section--services li {
		width: 100%;
		display: inline-block
	}
	.menuServices__section--services a {
		display: flex;
		margin: 0 0 0 -15px
	}
	.menuServices__images {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.menuServices__images img {
		width: 32.75%;
		margin: 0
	}
	.menuServices__images img:first-of-type {
		margin-right: 0
	}
	.menuClinics__section ul {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		column-gap: 30px
	}
	.menuClinics__section li {
		width: 100%;
		display: inline-block
	}
}

@media (min-width:992px) {
	.mainMenu__link:focus::before,
	.mainMenu__link:hover::before {
		content: '';
		position: absolute;
		height: 120%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.subMenu {
		padding-top: 30px;
		padding-bottom: 50px
	}
	.subMenu__menu {
		text-align: left
	}
	.menuContacts__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.menuContacts__wrap b {
		font-size: 18px
	}
	.menuContacts__wrap span {
		font-size: 16px
	}
	.menuCompany {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.menuCompany__section--social {
		margin: 0
	}
	.menuEvents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.menuEvents__section--menu {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.menuEvents__section--news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.menuEvents__section--news section {
		max-width: 270px;
		margin-top: 0;
		margin-left: 30px
	}
	.menuEvents__section--news section:first-of-type {
		margin-left: 0
	}
	.menuClinics__section ul,
	.menuServices__section--programm ul,
	.menuServices__section--services ul {
		-webkit-column-count: 3;
		column-count: 3
	}
}

.infoBlocks {
	padding-bottom: 60px
}

.infoBlocks__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	padding: 0 7px
}

.infoBlocks__list::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.infoBlocks__item {
	width: 291px;
	height: 350px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 7px
}

.infoBlocks__item:last-of-type {
	padding-right: 15px;
	width: 299px
}

.infoBlocks__item form {
	margin: auto 0
}

.infoBlocks__item input {
	border: none;
	border-bottom: 1px solid #000;
	padding: 7px 10px;
	font-size: 16px;
	color: #333;
	background: 0 0
}

.infoBlocks__item input::-webkit-input-placeholder {
	color: #333
}

.infoBlocks__item input::-ms-input-placeholder {
	color: #333
}

.infoBlocks__item input::placeholder {
	color: #333
}

.infoBlocks__item input:focus {
	outline: 0;
	border-color: #fff
}

.infoBlocks__item button {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	font-size: 16px;
	border-radius: 20px;
	background: 0 0;
	border: 1px solid #000;
	-webkit-transition: .25s;
	transition: .25s
}

.infoBlocks__item button:focus,
.infoBlocks__item button:hover {
	outline: 0;
	border-color: #fff;
	color: #fff
}

.infoBlocks__wrap {
	width: 100%;
	height: 100%;
	padding: 15px 25px 20px;
	border-radius: 10px;
	background: linear-gradient(315deg, #ffd933, #23a538);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.infoBlocks__wrap p {
	margin: 0;
	font-size: 16px;
	color: #222
}

.infoBlocks__title {
	margin: 0 0 10px;
	font-size: 40px
}

.infoBlocks__more {
	display: table;
	margin-top: auto;
	border-bottom: none
}

.infoBlocks__more:focus,
.infoBlocks__more:hover {
	outline: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

@media (min-width:768px) {
	.infoBlocks {
		padding-bottom: 80px
	}
}

@media (min-width:992px) {
	.infoBlocks {
		width: 100%;
		max-width: 1230px;
		margin: 0 auto;
		padding: 0 15px
	}
	.infoBlocks__list {
		padding: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.infoBlocks__item,
	.infoBlocks__item:last-of-type {
		padding: 0;
		width: 23%
	}
}

.like {
	display: inline-flex
}

.like a {
	width: 146px;
	padding: 7px;
	font-size: 1rem;
	background: #ededed;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none
}

.like a:first-child {
	background: #ebbc4e;
	margin-right: 15px
}

.like a:focus,
.like a:hover {
	outline: 0;
	background: var(--green);
	border-color: var(--green);
	color: #fff
}

.like .like__dislike:focus,
.like .like__dislike:hover {
	background: red
}

.like__like.like__active {
	background: var(--green);
	color: #fff
}

.like__dislike.like__active {
	background: red;
	color: #fff
}

.like svg {
	transition: .2s
}

.like a:focus svg,
.like a:hover svg,
.like__active svg {
	fill: #fff
}

.like svg {
	margin-right: 10px
}

@media (min-width:768px) {
	.like {
		margin-top: 40px
	}
	.like+.share {
		margin-top: 20px
	}
}

@media (min-width:992px) {
	.likeAndShareWrap {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.likeAndShareWrap .like {
		margin-top: 0
	}
	.likeAndShareWrap .like a {
		height: 37px
	}
	.likeAndShareWrap .share {
		margin-right: 30px;
		margin-top: 0;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}

.makeAnAppointment__addresses {
	position: relative;
	margin: 0 -15px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	background: linear-gradient(0deg, #ffd933 0, #ffd933 2px, transparent 2px, transparent 100%)
}

.makeAnAppointment__addresses::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.makeAnAppointment__address {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	padding: 11px 23px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	border: 2px solid transparent
}

.makeAnAppointment__input:checked+.makeAnAppointment__address {
	border-color: #ffd933;
	border-bottom-color: #fff;
	color: #000
}

.doctorCardWrapper--grey .makeAnAppointment__input:checked+.makeAnAppointment__address {
	border-bottom-color: #f5f5f5
}

.makeAnAppointment__wrapper {
	display: none
}

.makeAnAppointment__wrapper--active {
	display: block
}

.makeAnAppointment__dates {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	margin: 5px -15px;
	padding: 0 15px
}

.makeAnAppointment__dates::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.makeAnAppointment__date {
	width: 30%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 12px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #999
}

.makeAnAppointment__date span {
	padding-left: 2px;
	font-weight: 400;
	color: #999
}

.makeAnAppointment__dateInput:checked+.makeAnAppointment__date {
	color: #000
}

.makeAnAppointment__arrow {
	padding: 0;
	border: none;
	background: 0 0
}

.makeAnAppointment__arrow--prev {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.makeAnAppointment__arrow--next {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.makeAnAppointment__time {
	cursor: pointer;
	flex-shrink: 0;
	width: 65px;
	max-width: 100%;
	height: 30px;
	margin-right: 4px;
	padding: 0 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .85rem;
	background: #1ea262;
	color: #fff
}

.makeAnAppointment__time--unavailable {
	background: #bbb
}

.makeAnAppointment__time--selected {
	color: #000;
	border-color: #000;
	background: #ff0
}

.makeAnAppointment__date,
.makeAnAppointment__day {
	width: calc(14.28% - 4px);
	margin-right: 4px
}

@media (min-width:768px) {
	.makeAnAppointment__wrapper {
		margin: 0 -15px;
		padding: 0 15px
	}
	.makeAnAppointment__wrapper {
		overflow-x: auto;
		padding-bottom: 20px
	}
	.makeAnAppointment__day {
		display: block;
		flex-shrink: 0
	}
	.makeAnAppointment__times {
		display: flex
	}
	.makeAnAppointment__time:first-child {
		margin: 0 auto
	}
	.makeAnAppointment__address:focus,
	.makeAnAppointment__address:hover,
	.makeAnAppointment__date:focus,
	.makeAnAppointment__date:hover,
	.makeAnAppointment__time:not(.makeAnAppointment__time--unavailable):focus,
	.makeAnAppointment__time:not(.makeAnAppointment__time--unavailable):hover {
		color: #000
	}
	.makeAnAppointment__time:not(.makeAnAppointment__time--unavailable):hover {
		border-color: #000
	}
	.makeAnAppointment__hoursInput:focus+label {
		color: #000
	}
}

.more {
	display: block;
	margin: 40px 0 80px;
	padding: 16px 0;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	border: 1px solid currentColor;
	text-align: center
}

@media (min-width:768px) {
	.more {
		margin-bottom: 165px;
		font-size: 22px
	}
}

.newsItem--news {
	display: block
}

.material__body figure+h2,
.material__body figure+h3 {
	margin-top: 0
}

.material__img {
	margin-left: 0;
	margin-right: 0
}

.material__img figcaption {
	font-size: 14px;
	text-align: right
}

.material__body iframe {
	max-width: 100%
}

.tabs__item {
	margin-left: 15px;
	font-size: 14px;
	text-decoration: none;
	color: #999;
	border-bottom: none
}

.tabs__item:first-of-type {
	margin-left: 0
}

.tabs__item:focus,
.tabs__item:hover {
	outline: 0;
	color: #000
}

.tabs__item--active {
	font-weight: 700;
	color: #000;
	position: relative
}

.tabs__item--active::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
	top: 100%;
	margin-top: 3px
}

.news__wrapper .h1 {
	margin: 0
}

.news__list {
	max-width: 900px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none
}

.newsItem {
	border-top: 2px solid #000;
	padding: 15px 0 25px
}

.newsItem__img {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px
}

.newsItem__date {
	font-size: 16px
}

.newsItem__title {
	margin: 0;
	font-weight: 400;
	font-size: 25px
}

.newsItem__title a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid transparent;
	-webkit-transition: .2s;
	transition: .2s
}

.newsItem__title a:focus,
.newsItem__title a:hover {
	outline: 0;
	color: var(--green);
	border-bottom-color: currentColor
}

.newsItem__title--doctors {
	font-size: 18px
}

.newsItem__date--promo {
	color: #f0243f
}

.newsItem--past a {
	color: #666
}

.newsItem__date--past {
	color: #999
}

@media (min-width:768px) {
	.news__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.newsItem__img {
		margin-top: 25px;
		margin-bottom: 10px
	}
	.newsItem__title {
		font-size: 30px
	}
	.tabs {
		margin-left: 30px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.nextPage {
	margin-top: 100px;
	padding-top: 30px;
	margin-bottom: 40px;
	border-top: 1px solid #dcdcdc;
	overflow: hidden
}

.orderFilters {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.mdTitle+.orderFilters {
	margin-top: 20px
}

.orderFilters__item {
	width: 100%;
	color: #898989;
	font-size: .85rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdcdc
}

@media(min-width:768px) {
	.orderFilters__item {
		width: unset;
		margin-right: 14px;
		border: unset;
		margin-bottom: 14px
	}
}

.orderFilters__item span {
	pointer-events: none
}

.orderFilters__input,
.orderFilters__onlineCheckbox {
	color: #1c3a2c;
	padding-right: 35px
}

.orderFilters__input {
	width: 100%;
	margin: 0
}

@media (max-width:767px) {
	.orderFilters__input {
		border: none
	}
}

.orderFilters__input:focus {
	outline: 0
}

.orderFilters__input--name {
	padding-right: 65px
}

.orderFilters__dropDown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	max-height: 50vh;
	overflow-y: auto;
	z-index: 5;
	display: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 6.7px .4px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 6.7px .4px rgba(0, 0, 0, .15);
	background-color: #f9f9f9
}

.orderFilters__dropDown label {
	cursor: pointer;
	padding: 12px 15px;
	color: #1c3a2c;
	display: flex;
	position: relative;
	z-index: 1
}

.orderFilters__dropDown label::after {
	position: absolute;
	content: '';
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	height: 1px;
	background: #f5f5f5
}

.orderFilters__dropDown label:focus,
.orderFilters__dropDown label:hover {
	outline: 0;
	color: #1ea262;
	background: #f5f5f5
}

.orderFilters__dropDown i {
	width: 10px;
	margin-right: 15px;
	font-style: normal
}

.orderFilters__dropDown--addresses b {
	display: block;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	padding: 0 12px;
	font-size: 16px;
	color: #000
}

.orderFilters__dropDown--addresses i {
	display: block;
	width: 100%
}

.orderFilters__dropDown--addresses label {
	display: block
}

.orderFilters__dropDown--active {
	display: block;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

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

.orderFilters__checker,
.orderFilters__close {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100%;
	right: 0;
	top: 50%;
	border: none;
	padding: 0;
	background: 0 0;
	transform: translateY(-50%)
}

.orderFilters__checker svg,
.orderFilters__close svg {
	fill: none;
	stroke: #898989
}

.orderFilters__close {
	display: none
}

.orderFilters__close svg {
	fill: #898989
}

.orderFilters__wrap--active .orderFilters__checker {
	display: block
}

.orderFilters__wrap--active .orderFilters__close {
	display: none
}

.orderFilters__checkbox {
	position: relative;
	display: flex;
	align-items: center;
	padding: 12px 15px 12px 0
}

.orderFilters__checkbox::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	border: 1px solid #ccc;
	border-radius: 3px
}

.orderFilters__input--checkbox:checked+.orderFilters__checkbox::before {
	background: url(../images/correct-signal.svg) center center no-repeat;
	background-size: 75%
}

.orderFilters__showFields {
	position: absolute;
	right: 11px;
	top: 50%;
	border: none;
	padding: 0;
	background: 0 0;
	display: block;
	transform: translateY(-50%)
}

.orderFilters__showFields svg {
	fill: #999
}

.orderFilters__showFields--active svg {
	fill: var(--green)
}

.orderFilters--enabled .orderFilters__input--name {
	background: url(../images/correct-signal.svg) right 45px center no-repeat;
	background-size: 20px
}

@media (max-width:719px) {
	.orderFilters__item--active::before {
		content: '';
		background: rgba(0, 0, 0, .15);
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh
	}
}

@media (min-width:768px) {
	.orderFilters__dropDown--on {
		display: block
	}
}

.orderModal {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	width: 320px;
	max-height: 100%;
	overflow-y: auto;
	z-index: 10
}

.orderModal--view {
	display: block
}

.orderModal__header {
	height: 40px;
	background: #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.orderModal__title {
	font-weight: 400;
	font-size: 18px;
	color: #999;
	margin: 0
}

.orderModal__close {
	border: none;
	padding: 0;
	background: 0 0
}

.orderModal__close svg {
	-webkit-transition: .1s;
	transition: .1s
}

.orderModal__close:focus,
.orderModal__close:hover {
	outline: 0
}

.orderModal__close:focus svg,
.orderModal__close:hover svg {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.orderModal__wrapper {
	padding: 15px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e0e0e0
}

.orderModal__photo {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.orderModal__photo img {
	display: block;
	border-radius: 100%
}

.orderModal__wrap {
	margin-left: 20px
}

.orderModal__name {
	font-weight: 400;
	font-size: 20px
}

.orderModal__desc {
	display: none
}

.orderModal__label {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #999
}

.orderModal__input {
	padding: 15px 10px 10px
}

.orderModal__input input[disabled] {
	border: none;
	background: 0 0;
	padding: 0;
	color: #000
}

.orderModal__input input,
.orderModal__input select,
.orderModal__input textarea {
	display: block;
	width: 100%;
	padding: 13px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif
}

.orderModal__input textarea {
	height: 240px;
	resize: none
}

.orderModal__info {
	margin: 0 0 20px;
	padding: 0 30px;
	font-size: 14px
}

.orderModal__input--withBorder {
	border-bottom: 1px solid #e0e0e0
}

.orderModal__btn {
	display: block;
	width: 290px;
	height: 50px;
	margin: 10px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	color: #000;
	border: 1px solid var(--yellow);
	border-radius: 25px;
	background: var(--yellow);
	font-family: OpenSans, Arial, sans-serif
}

.orderModal__btn:focus,
.orderModal__btn:hover {
	outline: 0;
	background: var(--green);
	border-color: var(--green);
	color: #000
}

.orderModal__btn--prefer {
	color: #000;
	background: var(--yellow);
	border-color: var(--yellow)
}

.orderModal__btn--prefer:focus,
.orderModal__btn--prefer:hover {
	color: var(--yellow);
	background: #fff
}

.orderModal__note {
	margin-top: 50px;
	padding: 0 30px;
	font-size: 14px;
	color: #999
}

.orderModal__note a {
	color: #999
}

.orderModal__note a:focus,
.orderModal__note a:hover {
	text-decoration: none
}

.orderModal--success {
	text-align: center
}

.orderModal__successHeading {
	font-weight: 400;
	font-size: 25px;
	margin: 0
}

.orderModal__successText {
	font-size: 16px;
	margin: 0 0 20px
}

.orderModal--success .orderModal__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.orderModal--success .orderModal__wrapper svg {
	fill: var(--green)
}

@media (min-width:768px) {
	.orderModal {
		width: 600px;
		-webkit-box-shadow: 0 2px 6.7px .4px rgba(0, 0, 0, .15);
		box-shadow: 0 2px 6.7px .4px rgba(0, 0, 0, .15);
		border-radius: 5px
	}
	.orderModal__wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
	.orderModal__name {
		font-size: 25px
	}
	.orderModal__desc {
		display: block;
		font-size: 16px
	}
	.orderModal__input:not(.orderModal__input--withBorder) {
		padding-left: 20px;
		padding-right: 20px
	}
	.orderModal__input--withBorder {
		margin-left: 20px;
		margin-right: 20px;
		padding-right: 0;
		padding-left: 0
	}
	.orderModal__input {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.orderModal__label {
		width: 245px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: 18px
	}
	.orderModal__btn {
		width: 320px;
		padding: 0;
		margin-right: 15px
	}
	.orderModal__note {
		width: 335px;
		margin-left: auto;
		padding: 0
	}
	.orderModal__info {
		padding: 0 20px
	}
}

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

.partners {
	margin: 20px 0 70px 0;
	text-align: center
}

@media(min-width:576px) {
	.partners {
		margin: 35px 0 120px 0
	}
}

.partners__list {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.partners__item {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media(min-width:500px) {
	.partners__item {
		width: 31.5%
	}
}

.partners__item a {
	border-bottom: none
}

.placeInfo__item {
	display: table;
	margin-bottom: 20px
}

.placeInfo__item span {
	display: block;
	font-size: 16px;
	color: #666
}

.placeInfo__item a,
.placeInfo__item p {
	font-size: 20px;
	margin: 0;
	border: none
}

.placeInfo__item p+span {
	margin-top: 5px
}

.placeInfo__item--time p {
	display: table;
	text-align: right
}

@media (min-width:576px) {
	.placeInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.placeInfo__item {
		width: 49%
	}
}

@media (min-width:768px) {
	.placeInfo__item {
		width: auto
	}
	.placeInfo__item--address,
	.placeInfo__item--time {
		padding: 0 10px
	}
}

.placeLooksLike {
	height: 350px;
	position: relative;
	margin: 60px 0
}

.placeLooksLike__item {
	visibility: hidden
}

.placeLooksLike__item iframe,
.placeLooksLike__item img {
	display: block;
	border: none;
	margin: 0 auto
}

.placeLooksLike__item iframe {
	height: 100%
}

.placeLooksLike__item--active {
	visibility: visible
}

.placeLooksLike__item--map,
.placeLooksLike__item--pano {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.placeLooksLike__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.placeLooksLike__control {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 16px;
	border: none;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.placeLooksLike__control:first-of-type {
	border-left: 1px solid #ccc
}

.placeLooksLike__control:last-of-type {
	border-right: 1px solid #ccc
}

.placeLooksLike__control svg {
	margin-right: 4px
}

.placeLooksLike__control:focus,
.placeLooksLike__control:hover {
	background: var(--green);
	color: #fff;
	border-color: var(--green)
}

.placeLooksLike__control:focus svg,
.placeLooksLike__control:hover svg {
	fill: #fff
}

.placeLooksLike__control--pano {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.placeLooksLike__control--active {
	background: var(--green);
	color: #fff;
	border-color: var(--green)
}

.placeLooksLike__control--active svg {
	fill: #fff
}

@media (min-width:576px) {
	.placeLooksLike__control {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

@media (max-width:1023px) {
	.placeLooksLike__item--map,
	.placeLooksLike__item--pano {
		height: calc(100% - 52px)
	}
}

@media (min-width:992px) {
	.placeLooksLike__controls {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.placeLooksLike__control {
		border-top: none;
		border-bottom: none
	}
	.placeLooksLike__control:first-of-type {
		border-left: none
	}
	.placeLooksLike__control:last-of-type {
		border-right: none
	}
}

.material table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 18px
}

.material th {
	border-bottom: 2px solid #222;
	padding: 10px 0;
	font-weight: 400;
	text-align: left;
	font-size: 20px
}

.material td {
	padding: 16px 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc
}

.material td:first-child {
	border-left: 1px solid #dcdcdc;
	border-radius: 5px 0 0 5px
}

.material td:last-child {
	border-right: 1px solid #dcdcdc;
	border-radius: 0 5px 5px 0
}

.material td:last-child {
	width: 100px;
	text-align: right
}

.material tbody tr:hover {
	color: #999
}

.material ul {
	list-style: none
}

.material li {
	padding-top: 5px;
	padding-bottom: 5px
}

.material .h1 span {
	font-weight: 400
}

@media (min-width:768px) {
	.material th {
		font-size: 24px
	}
	.material td {
		font-size: 20px
	}
	.material td:last-child {
		width: 150px
	}
}

.servicesList__item {
	width: 100%;
	margin-bottom: 20px
}

.servicesList__item tbody tr:hover {
	color: #999
}

.servicesList__item th {
	border-bottom: 2px solid #000;
	padding: 10px 0;
	font-weight: 400;
	font-size: 20px;
	text-align: left
}

.servicesList__item td {
	padding: 7px 0;
	font-size: 16px
}

.servicesList__item td:nth-child(2) {
	width: 95px;
	text-align: right
}

.servicesList__categories {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto
}

.servicesList__categories::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.servicesList__category {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 20px 0 0;
	padding: 5px 0
}

.servicesList__category a {
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-bottom: 2px solid transparent;
	color: #ccc
}

.servicesList__category a:focus,
.servicesList__category a:hover {
	color: #000
}

.servicesList__category--active a {
	color: #000;
	border-bottom-color: #000
}

@media (min-width:768px) {
	.servicesList__categories {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.servicesList__item th {
		font-size: 24px
	}
	.servicesList__item td {
		font-size: 20px
	}
}

.share {
	display: table;
	margin-top: 40px;
	margin-bottom: 40px
}

.share__heading {
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 15px;
	text-align: center
}

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

.share__item {
	margin-left: 15px;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transition: .2s
}

.share__item:focus,
.share__item:hover {
	outline: 0;
	opacity: .75
}

.share__item:first-of-type {
	margin-left: 0
}

.share__item span {
	display: none
}

.share__item svg {
	fill: #fff
}

.share__item--fb {
	background-color: #3b5998
}

.share__item--vk {
	background-color: #4d76a1
}

.share__item--ok {
	background-color: #ff9800
}

.share__item--tg {
	background-color: #1d93d2
}

.statistics {
	margin-bottom: 40px;
	overflow: hidden
}

.statistics .container {
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 40px), rgba(0, 0, 0, .25) 100%, transparent);
	mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 40px), rgba(0, 0, 0, .25) 100%, transparent)
}

.statistics .container::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.statistics__item {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	height: 90px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 25%;
	padding: 0 15px
}

.statistics__item b {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 100px;
	line-height: 1;
	background: linear-gradient(210deg, #ffd933, #23a538), linear-gradient(to bottom, #000, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1
}

@media (min-width:992px) {
	.statistics {
		margin-top: 80px;
		margin-bottom: 80px
	}
	.statistics .container {
		margin-left: auto;
		margin-right: auto
	}
	.statistics__item {
		font-size: 30px;
		height: 130px
	}
	.statistics__item b {
		font-size: 150px
	}
}

.vacany-group {
	margin-bottom: 40px
}

.vacancies__list {
	margin: 0;
	padding: 0;
	list-style: none
}

.vacancies__item {
	position: relative;
	border-top: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px 30px 15px 0
}

.vacancies__title {
	font-weight: 400;
	margin: 0
}

.vacancies__title a {
	border-bottom: none
}

.vacancies__title a::after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	right: 10px;
	top: 17px;
	border-top: 1px solid #1c3a2c;
	border-right: 1px solid #1c3a2c;
	transition: .2s;
	transform: rotate(45deg)
}

.vacancies__item--active a::after {
	transform: rotate(135deg)
}

.vacancies__info {
	padding: 20px 0;
	display: none
}

.vacancies__item--active .vacancies__info {
	display: block
}

.vacancies__infoBlock {
	font-size: 16px
}

.vacancies__infoBlock ul {
	list-style: none;
	padding-left: 10px
}

.vacancies__infoBlock b+p,
.vacancies__infoBlock b+ul {
	margin-top: 0
}

.vacancies__contact a,
.vacancies__contact p {
	font-size: 14px
}

.vacancies__contact span {
	display: block
}

.vacancies__infoBlock--contacts {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vacancies__infoBlock--contacts p {
	margin: 0
}

.vacancies__contact+.vacancies__contact {
	margin-left: 40px
}

.vacancies__cities {
	overflow-x: auto;
	margin: 0 -15px;
	padding: 0 15px 10px
}

.vacancies__cities::-webkit-scrollbar {
	height: 0;
	background: 0 0
}

.vacancies__city {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 20px;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
	color: #999
}

.vacancies__city:focus,
.vacancies__city:hover {
	color: #000
}

.vacancies__city--active {
	color: #000;
	border-bottom-color: #000
}

.vacancies .h1 {
	margin-bottom: 9px
}

@media (min-width:768px) {
	.vacancies__item {
		padding-top: 20px;
		padding-bottom: 40px
	}
	.vacancies__infoBlock b {
		font-size: 16px
	}
	.vacancies__infoBlock p {
		font-size: 18px
	}
	.vacancies__infoBlock--contacts {
		margin-top: 20px
	}
	.vacancies__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.vacancies .h1 {
		margin-top: 0
	}
	.vacancies__cities {
		margin: 0 0 0 30px;
		padding: 17px 0 0
	}
}

.paginator {
	width: 100%;
	margin: 40px auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.paginator a {
	margin: 0 5px;
	text-decoration: none;
	border-bottom: none;
	color: #898989
}

.paginator a.active {
	color: #1c3a2c
}

.paginator__current {
	border-bottom: 1px solid #000
}

a.paginator-next,
a.paginator-prev {
	width: 34px;
	height: 34px;
	margin: 0 25px;
	background: #1ea262;
	border-radius: 50%;
	font-size: .01rem;
	text-indent: -9999px;
	color: transparent;
	position: relative
}

a.paginator-next:before,
a.paginator-prev:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-9px, -6px) rotate(45deg)
}

a.paginator-prev:before {
	transform: translate(-4px, -6px) rotate(-135deg)
}

.waitingForServer::before {
	content: 'Идёт запись. Пожалуйста, подождите...';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .75);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (min-width:1400px) {
	body {
		display: flex;
		flex-direction: column
	}
	main {
		flex-grow: 1
	}
}

.onlineInfo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
	background-color: #e6e6e6;
	padding: 15px 15px 0;
	align-items: center
}

.onlineInfo__icon {
	display: inline-flex;
	vertical-align: bottom;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--green);
	flex-shrink: 0;
	margin-right: 2px
}

.onlineInfo__icon svg {
	width: 70%;
	fill: #fff
}

.onlineInfo__price {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: var(--green);
	border-radius: 16px;
	flex-shrink: 0;
	margin-right: 15px
}

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

.orderFilters__onlineCheckbox svg {
	fill: #999
}

.orderFilters__online:checked+label svg {
	fill: var(--green)
}

.orderModal__genderLabel {
	width: 50%;
	height: 40px;
	padding: 0 0 0 42px;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #999;
	position: relative
}

.orderModal__genderLabel::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border: 1px solid currentColor
}

.orderModal__genderLabel:first-of-type {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.orderModal__genderLabel:last-of-type {
	border-left: 1px solid #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.orderModal__genderInput:checked+.orderModal__genderLabel {
	color: #000
}

.orderModal__genderInput:checked+.orderModal__genderLabel::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 21px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border: 1px solid currentColor;
	background-color: #000
}

.orderModal__genderWrap {
	display: flex;
	width: 100%
}

.header__onlineLink {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: 0 0;
	border-radius: 100%;
	margin-left: auto;
	margin-right: 5px;
	transition: .2s
}

.header__onlineLink:focus,
.header__onlineLink:hover {
	background-color: var(--yellow)
}

.header__onlineLink svg {
	fill: #21a538
}

.header__onlineLink_block,
.header__tel_block {
	margin-left: auto;
	margin-right: 5px
}

.orderLink_block {
	margin-left: auto;
	margin-right: 0
}

@media (min-width:992px) {
	.header__onlineLink,
	.header__onlineLink_block {
		text-align: center;
		order: 2
	}
}

.orderModal__input--type {
	align-items: flex-start
}

.orderModal__typeWrap {
	width: 100%
}

.orderModal__typeLabel {
	display: flex;
	align-items: center;
	background: #e0e0e0;
	width: 100%;
	font-size: 18px;
	color: #999;
	padding: 10px 19px
}

.orderModal__typeLabel svg {
	margin-right: 9px;
	fill: #999
}

.orderModal__typeInput:checked+.orderModal__typeLabel {
	color: #000
}

.orderModal__typeInput:checked+.orderModal__typeLabel svg {
	fill: #000
}

.orderModal__typeLabel:first-of-type {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.orderModal__typeLabel:last-of-type {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top: 1px
}

.orderModal__typeLabel i {
	font-style: normal;
	margin-left: auto
}

.orderModal__body--clean .orderModal__btn,
.orderModal__body--clean .orderModal__btn--payment,
.orderModal__body--clean .orderModal__input--services,
.orderModal__body--offline .orderModal__btn--payment,
.orderModal__body--online .orderModal__btn,
.orderModal__body--online .orderModal__input--clinicAddress,
.orderModal__body--online .orderModal__input--services,
.orderModal__body--typeHidden .orderModal__input--type {
	display: none
}

.orderModal__body--offline .orderModal__input--services,
.orderModal__body--online .orderModal__btn--payment {
	display: flex
}

.err {
	outline: 1px solid red!important
}

@media (min-width:768px) {
	label.makeAnAppointment__date {
		pointer-events: none
	}
}

.orderModal__body--question,
.orderModal__body--review {
	padding: 20px
}

.addQuestion input,
.addQuestion textarea,
.addReview input,
.addReview textarea {
	display: block;
	width: 100%;
	resize: none;
	margin-bottom: 20px;
	padding: 13px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif
}

.addQuestion textarea,
.addReview textarea {
	min-height: 100px
}

.orderModal__btn--sendQuestion,
.orderModal__btn--sendReview {
	margin: 0 auto
}

.special {
	background: var(--yellow);
	color: #fff;
	text-align: center;
	padding: 10px
}

.special a {
	color: #fff
}

.special a:focus,
.special a:hover {
	text-decoration: none
}

.header__tel {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 5px;
	transition: .2s
}

.header__tel svg {
	fill: #21a538
}

.header__tel:focus,
.header__tel:hover {
	background-color: var(--yellow)
}

@media (min-width:992px) {
	.header__tel,
	.header__tel_block {
		display: none
	}
}

.fixedbut div {
	display: inline-block
}

.fixedbut {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: none;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	background: #ffd933;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	z-index: 50
}

.fixedbut:active,
.fixedbut:visited {
	color: #000
}

@media (max-width:1023px) {
	.fixedbut {
		display: flex
	}
}

.feedback-block {
	margin: 30px 0;
	padding: 40px 0 0 40px;
	background-color: #f4f4f4;
	width: 100%;
	display: flex;
	justify-content: space-around
}

.feedbackimg-block,
.form-block {
	width: 50%
}

.feedbackimg-block {
	text-align: center
}

.form-block input {
	height: 45px
}

.form-group,
.frm-phone {
	width: 100%
}

.form-group {
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px
}

.frm-name {
	width: 100%
}

.feedback-btn {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	background-color: #ffd933;
	text-align: center;
	align-items: center;
	height: 45px;
	border-radius: 50px;
	border: 1px #ffd933 solid
}

.feedback-form-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 20px
}

.doctorrTable {
	position: relative;
	overflow: hidden
}

[data-tooltip] {
	position: relative
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 0;
	top: 0;
	background: #e5b140;
	color: #fff;
	padding: .5em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	pointer-events: none;
	opacity: 0;
	transition: 1s
}

[data-tooltip]:hover::after {
	opacity: 1;
	top: 2em
}

label[for=orderModalTypeOnline] {
	display: none
}

.mob__header__container {
	padding: 8px 0 8px 0;
	display: flex;
	width: 100%
}

.mob_header_phone a {
	text-decoration: none;
	color: #ebbc4e
}

.mob_header_order a {
	text-decoration: none;
	color: #1ea262
}

.mob_header_right {
	justify-content: space-around;
	display: flex
}

.mob_header_right {
	width: 50%;
	display: flex;
	text-align: right
}

.mob_header_right .header_phone {
	margin-left: 0
}

.mob_header_order {
	width: 60%
}

.mob_logo {
	width: 50%;
	display: flex
}

.mob_logo img {
	display: block;
	width: 90%
}

@media(min-width:450px) {
	.mob__header__container {
		display: none
	}
}

@media(max-width:450px) {
	.header__container {
		display: none
	}
	.mob__header__container {
		display: flex
	}
}

.swiper-slide {
	opacity: 0;
	transition-property: all!important
}

.swiper-slide.swiper-slide-active {
	opacity: 1
}

.doctors-list .swiper-slide,
.services-list .swiper-slide {
	opacity: 1
}

.inner_burger {
	display: none;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 111
}

.inner_burger_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100vh
}

.inner_burger_container {
	position: relative;
	background-color: rgba(0, 0, 0, .9);
	padding-bottom: 10px
}

.active_menu {
	display: block
}

.inner_burger li,
.mob_header_menu li {
	list-style-type: none
}

.inner_burger .mainMenu__link {
	padding: 5px 10px
}

.fa-bars {
	color: #fff
}

.fa-times-circle {
	color: #fff;
	font-size: 30px!important;
	display: block;
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 999
}

.sticky {
	position: fixed;
	bottom: 0;
	width: 100%
}

.special {
	display: none
}

.menuButton * {
	pointer-events: none
}

.menuButton {
	padding: 5px;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent
}

.doctor-cart {
	margin-top: 15px
}

.services-list-section h3 {
	margin: 50px 0 30px 0
}

.services-list-section h2 {
	text-align: left
}

.services-list-section .services-list {
	margin-top: 0
}

.services-list-section {
	padding-top: 30px
}

.mainMenu__link_service:hover+.subMenu,
.subMenu .menuServices:hover {
	visibility: hidden;
	opacity: 0
}

.btn-service {
	text-align: center;
	margin-top: 40px
}

.services h2 {
	margin-bottom: 20px
}

@media(max-width:450px) {
	article.doctors {
		margin-top: 10px
	}
	.doctors h1 {
		font-size: 25px;
		margin-bottom: 12px
	}
	.orderFilters__item.orderFilters__item--name,
	.orderFilters__item.orderFilters__item--specialization {
		display: flex
	}
}

.mainMenu__item-orderdoctor {
	text-align: center;
	background-color: #ebbc4e
}

.mainMenu__item-hospital {
	text-align: center;
	background-color: #1c3a2c
}

@media(max-width:720px) {
	.mslider .container,
	.mslider-list,
	.mslider-list img,
	.swiper-wrapper {
		max-height: 300px!important
	}
}

@media(max-width:720px) {
	.prodoc-list .swiper-wrapper {
		max-height: none!important
	}
}

.mslider .swiper-container .swiper-button-prev {
	background-image: url(../images/icons/mclarrow-prev.svg);
	background-repeat: no-repeat;
	background-position: center
}

.mslider .swiper-container .swiper-button-next {
	background-image: url(../images/icons/mclarrow-next.svg);
	background-repeat: no-repeat;
	background-position: center
}

.consult .swiper-button-next:after,
.consult .swiper-button-prev:after,
.doctors-block .swiper-button-next:after,
.doctors-block .swiper-button-prev:after,
.main-doctors-block .swiper-button-next:after,
.main-doctors-block .swiper-button-prev:after,
.prodoc .swiper-button-next:after,
.prodoc .swiper-button-prev:after,
.reviews .swiper-button-next:after,
.reviews .swiper-button-prev:after,
.video .swiper-button-next:after,
.video .swiper-button-prev:after {
	display: none
}

.consult .swiper-navigation,
.doctors-block .swiper-navigation,
.main-doctors-block .swiper-navigation,
.prodoc .swiper-navigation,
.reviews .swiper-navigation,
.video .swiper-navigation {
	position: absolute;
	margin-top: -44px;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%)
}

.consult .swiper-container .swiper-button-prev,
.doctors-block .swiper-container .swiper-button-prev,
.main-doctors-block .swiper-container .swiper-button-prev,
.prodoc .swiper-container .swiper-button-prev,
.reviews .swiper-container .swiper-button-prev,
.video .swiper-container .swiper-button-prev {
	background-image: url(../images/icons/mclarrow-prev.svg);
	background-repeat: no-repeat;
	background-position: center
}

.consult .swiper-container .swiper-button-next,
.doctors-block .swiper-container .swiper-button-next,
.main-doctors-block .swiper-container .swiper-button-next,
.prodoc .swiper-container .swiper-button-next,
.reviews .swiper-container .swiper-button-next,
.video .swiper-container .swiper-button-next {
	background-image: url(../images/icons/mclarrow-next.svg);
	background-repeat: no-repeat;
	background-position: center
}

input#search {
	margin: 0 0 0 20px;
	padding: 5px
}

.header_search {
	display: flex
}

.btn-search,
.input-group-btn {
	padding: 0
}

.btn-search {
	background-color: #ebbc4e;
	height: 29px;
	width: 29px;
	border: none;
	border-radius: 50px
}

@media(max-width:991px) {
	.header_search,
	.header_search form {
		width: 100%
	}
	.input-group {
		width: 100%
	}
	input#search {
		width: 86%;
		margin: 7px 0 0 0;
		padding: 5px
	}
	.btn-search {
		width: 10%
	}
}

.mob_header_search {
	display: none
}

@media(max-width:410px) {
	.mob_header_search {
		display: block;
		margin-bottom: 7px
	}
}

.header_search,
.mob_header_search {
	display: none
}

.search_results_block h1 {
	margin: 50px 0 0 50px
}

.search_results_block .article-item {
	border: 1px solid #000;
	border-radius: 20px;
	margin: 20px 0
}

.article_search_header {
	border-bottom: 1px solid #000;
	padding: 15px 15px 5px 15px
}

.search_results_block .article-content {
	padding: 15px
}

.article_search_header h4 {
	margin: 0
}

.search_results_block .article-item {
	border: 1px solid #000;
	border-radius: 20px;
	margin: 20px 0
}

.article_search_header {
	border-bottom: 1px solid #000;
	padding: 15px 15px 5px 15px
}

.search_results_block .article-content {
	padding: 15px
}

.article_search_header h4 {
	margin: 0
}

.search_results_block .search-news-item {
	border: 1px solid #000;
	border-radius: 20px;
	margin: 20px 0
}

.search_results_block .news-image {
	padding: 0
}

.search_results_block .news-image img {
	max-height: 330px;
	border-radius: 20px 0 0 20px
}

@media(max-width:575px) {
	.search_results_block .news-image img {
		border-radius: 20px
	}
}

.search_results_block .right-side-news {
	padding: 15px
}

.search_results_block .rusdoc-item {
	border: 1px solid #000;
	border-radius: 20px;
	margin: 20px 0
}

.search_results_block .rusdoc-image {
	padding: 0
}

.search_results_block .rusdoc-image img {
	border-radius: 20px 0 0 20px
}

@media(max-width:575px) {
	.search_results_block .rusdoc-image img {
		border-radius: 20px
	}
}

.search_results_block .right-side-rusdoc {
	padding: 15px
}

.article_detail_header {
	display: flex
}

.articles_author_image img {
	margin-right: 18px;
	border-radius: 100%
}

.articles_desc p {
	margin: 10px 0
}

.article_date {
	color: #898989
}

.article_author_name {
	font-size: 18px;
	font-weight: 600;
	color: #1c3a2c;
	line-height: 21px
}

.article_author_spec {
	font-size: 18px;
	font-weight: 400;
	color: #1c3a2c;
	line-height: 21px
}

.orderModal__input--birthday,
.orderModal__input--gender,
.orderModal__input--services {
	display: none!important
}

.service_item {
	display: none;
	justify-content: center;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
	flex-direction: row;
	align-items: center
}

.service_name-price {
	display: flex;
	width: 70%;
	flex-direction: row;
	align-items: center
}

.service_name {
	word-wrap: break-word;
	width: 65%;
	font-size: 18px;
	line-height: 22px;
	color: #1c3a2c;
	flex-direction: row;
	align-items: center
}

.service_price {
	padding: 0 10px;
	width: 35%;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #1c3a2c;
	flex-direction: row;
	align-items: center
}

.service_minprice:after {
	content: " \20BD"
}

.service_btn .btn {
	width: 100%;
	max-width: 190px;
	min-width: 50px;
	padding: 15px
}

.service_btn {
	padding: 0 10px;
	text-align: center;
	width: 30%
}

@media(max-width:500px) {
	.service_name-price {
		margin-bottom: 10px;
		width: 100%
	}
	.service_name {
		display: inline-block;
		width: 70%
	}
	.service_price {
		display: inline-block;
		text-align: center;
		width: 30%
	}
	.service_btn {
		display: none;
		width: 100%
	}
	.service_btn .btn {
		width: 100%!important
	}
}

.btn#loadmore,
.btn#loadmore_doc,
.btn#loadmore_otherdoc {
	background: 0 0;
	background-color: #1ea262aa!important;
	padding: 5px 5px;
	min-width: 50px
}

.loadmore {
	text-align: center
}

@media (max-width:720px) {
	.doctors-block .swiper-wrapper,
	.services-list-section .swiper-wrapper {
		max-height: none!important
	}
}

.faq-form :not(.btn) {
	margin: 7px 0;
	padding: 12px 16px 11px 12px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 1rem;
	background: #f9f9f9;
	width: 100%;
	color: #898989
}

.faq-form .btn {
	margin-top: 40px;
	margin-bottom: 100px
}

article.doctors .mob_doctors__list {
	display: none
}

@media(max-width:575px) {
	.doctors-item {
		display: flex;
		flex-direction: row;
		height: auto;
		border-radius: 7px!important;
		background: #dcdcdc!important
	}
	.doctors-item-link {
		width: 40%
	}
	.doctors-item .btn {
		position: static;
		margin-left: 0;
		margin-top: 5px;
		padding: 8px 40px;
		bottom: 5px
	}
	.doctors-item .doctor-name {
		margin-bottom: 8px!important
	}
	.doctors-item .doctor-item-inner {
		padding: 8px!important;
		width: 60%
	}
	.doctors-item .doctors-item-pic {
		height: 250px;
		max-height: 250px!important;
		border-radius: 7px!important
	}
	.doctor-desc {
		font-size: 14px
	}
	.doctor-name {
		font-size: 16px
	}
	.doctors-list .swiper-slide .doctor-item-inner .doctors-item-link {
		width: 100%
	}
	.doctors-block h2 {
		margin-bottom: 10px
	}
}

.doctors-block .doctors-list .swiper-navigation {
	margin-top: 10px
}

@media(max-width:450px) {
	.doctors-item .btn {
		padding: 8px 10px;
		min-width: 100px;
		width: 120px
	}
}

@media(max-width:768px) {
	.order-filters-short {
		display: none
	}
}

.services-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px
}

.services-container .service {
	padding: 5px;
	margin-bottom: 0
}

.services-container {
	margin-bottom: 20px
}

@media(max-width:767px) {
	.services-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px
	}
}

@media(max-width:520px) {
	.services-list-section .services-container {
		grid-template-columns: repeat(1, 1fr)
	}
}

@media(max-width:390px) {
	.services-container {
		grid-template-columns: repeat(1, 1fr)
	}
}

.services-list-section {
	padding-top: 10px
}

.services-list-section h2 .mslider .container {
	padding-left: 0;
	padding-right: 0
}

.consult .swiper-pagination,
.doctors-block .swiper-pagination,
.main-doctors-block .swiper-pagination,
.mslider .swiper-pagination,
.prodoc .swiper-pagination,
.reviews .swiper-pagination,
.video .swiper-pagination {
	display: none
}

.doctors-block.mob {
	display: none
}

.doctors-block.mob .swiper-slide {
	display: none;
	margin-bottom: 20px
}

.main-doctors-block.mob .swiper-slide {
	display: block;
	margin-bottom: 20px
}

@media(max-width:992px) {
	.main-doctors-block {
		margin-top: 70px
	}
}

@media(max-width:575px) {
	.doctors-block.mob {
		display: block
	}
	.doctors-block:not(.mob) {
		display: none
	}
}

.makeAnAppointment__date,
.makeAnAppointment__day {
	display: none
}

.makeAnAppointment__date--active,
.makeAnAppointment__day--active {
	display: block
}

.expandable_filer_inner {
	display: none
}

@media(max-width:767px) {
	.expandable_filer_inner {
		display: block
	}
	.orderFilters:not(.expandable_filters) {
		display: none
	}
}

.expandable_filters_wrapper {
	display: none
}

.expandable_filer_inner {
	border: 1px solid #dcdcdc;
	border-radius: 7px
}

.expandable_filters {
	padding: 0 5px;
	margin-bottom: 0;
	border-top: 1px solid #dcdcdc
}

.expandable_filters_btn {
	border-radius: 7px;
	background: #ebbc4e;
	color: #1c3a2c;
	text-decoration: none;
	text-align: center;
	padding: 10px 0
}

.expandable_filters_btn a {
	text-decoration: none
}

.filters_checkbox_wrap {
	display: flex;
	padding: 10px 0
}

.filters_checkbox_wrap .orderFilters__checkbox {
	padding: 8px 15px 8px 15px
}

.filter_checkbox {
	color: #fff;
	display: flex;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	border-radius: 7px;
	background: #1d3e2e
}

.filter_checkbox label.checkbox_all_docs::before {
	display: none
}

.filter_checkbox input {
	display: none
}

@media(max-width:575px) {
	.doctorPage__photo {
		margin-bottom: 0
	}
	.doctorPage__photo img {
		max-width: 200px
	}
	.doc-info-top h3 {
		font-size: 16px;
		width: auto;
		margin: 0;
		order: 1
	}
	.doc-info-top {
		margin-bottom: 10px
	}
	.doc-info-item {
		margin-bottom: 10px
	}
	.doc-info-top .btn {
		min-width: 100px;
		width: 120px;
		padding: 10px 10px
	}
}

.flickity-button svg {
	fill: #1c3a2c94
}

@media(max-width:991px) {
	.mdWrap__link {
		margin-right: 8px
	}
	.mdWrap__link a {
		min-width: 50px;
		padding: 8px 8px
	}
}

@media(max-width:430px) {
	.mdWrap__link {
		margin-right: 6px
	}
	.mdWrap__link a {
		min-width: 50px;
		padding: 8px 6px;
		font-size: 14px
	}
}

.service.emergency_call {
	background: #1ea262;
	color: #fff
}

.service.delivery svg,
.service.emergency_call svg {
	fill: #fff
}

.service.delivery {
	background: #ebbc4e;
	color: #fff
}

.inner_burger .subMenu {
	padding: 0 0 10px 0
}

.inner_burger .subMenu__menu {
	text-align: left
}

.inner_burger .subMenu__menu a {
	font-size: 1rem
}

.inner_burger .menuEvents__section--news section {
	margin-top: 10px
}

.hidden{
    display: none !important;
}

.doc-info-dd-diseases{
	text-align: left;
}
/*
.header_phone a {
    background-color: #000000;
    background-image: linear-gradient(90deg, #000, rgb(255 255 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/