/*	 
Theme Name: AND
Version: 2021.10
Author: AlexeyS (corrected)
Author URI: http://AlexeyS.ru
*/


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #e4e4e4;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #0066b7;
}
body {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-family: "Roboto", sans-serif;
	min-width: 320px;
}
h1,h2,h3,h4,h5 {
	font-weight: 700;
	margin: 0;
	padding: 0
}
h2 {
	font-size: 48px;
	line-height: 50px
}
h3 {
	font-size: 24px;
	line-height: 28px
}
a {
	display: block;
	text-decoration: none
}
p {
	margin: 0;
	padding: 0
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0
}
button {
	outline: none;
	border: none;
	cursor: pointer
}
input,textarea {
	border: none;
	outline: none;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1240px) {
	.container{
		max-width: 1200px;
	}
}
.table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
}
.btn {
	font-weight: 700;
	border-radius: 60px;
	font-size: 18px;
	line-height: 21px;
	transition: .1s;
}
.common-header {
	background-repeat: no-repeat;
	background-position: 80% top;
	background-color: #ede9ea;
	background-size: cover;
	padding-top: 46px;
	padding-bottom: 17px;
	overflow: hidden;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__logo {
	display: block;
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
}
.header__item {
	margin-right: 24px;
}
.header__item-link {
	color: #000;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	font-weight: 400
}
.header__item-link:hover {
	color: #0066b7
}
.video-wrapper__play:hover {
	opacity: .8;
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05)
}
.header__phone {
	margin-right: 66px
}
.phone-number {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}
.phone-number:hover {
	color: #0066b7
}
.phone-icon {
	fill: #0066b3;
	margin-right: 15px
}
.link-site {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}
.link-site:hover {
	color: #0066b7
}
.link-icon {
	fill: #0066b3;
	margin-right: 15px
}
.social-web {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 17px;
}
.about {
	width: 334px;
	text-transform: uppercase;
	color: #005caa;
	font-weight: 700;
	line-height: 19px;
	font-size: 16px;
	margin-top: 18px;
}
.banner {
	position: relative;
	margin-top: 42px;
	max-width: 74%;
	z-index: 0;
}
.banner__title {
	width: 615px;
	font-size: 62px;
	line-height: 1.18;
	text-transform: uppercase
}
.banner__title span,.banner__title b,.banner__title strong {
	color: #005caa
}
.banner__subtitle {
	font-size: 24px;
	line-height: 28px;
	color: #6f6f6f;
	font-style: italic;
	margin-top: 22px
}
.banner__button-wrap {
	position: relative;
	padding-top: 32px;
	padding-bottom: 40px;
}
.banner__btn {
	display: flex;
	color: #0066b7;
	background: #fff;
	text-align: center;
	padding: 10px 20px;
	line-height: 1.2;
	min-height: 65px;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	max-width: 270px;
}
.banner__btn+.banner__btn {
	margin-top: 24px;
}
.banner__btn:hover {
	color: #fff;
	background: #0066b7
}
.banner__image {
	position: absolute;
	right: 10%;
	bottom: 0;
	z-index: -1;
	max-width: 33%;
	height: 120%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.banner__image img,
.banner__image_mobile img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	filter: drop-shadow(0px 50px 50px #0A1F2D);
}
.banner__image_mobile {
		position: absolute;
		right: 0;
		bottom: 10px;
		z-index: -1;
		max-width: calc(100% - 200px);
		height: 100%;
	display: none;
		flex-direction: column;
		justify-content: center;
		align-content: center;
}
.banner__image_mobile img {
	filter: drop-shadow(0px 20px 20px rgb(10 31 45 / 40%));
}

.buy-button,
.more-btn {
	color: #fff;
	background: #0066b7;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}
.buy-button:hover,
.more-btn:hover {
	background: #01599f
}
.banner__postscript {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.24;
	max-width: 860px;
}
#advantages {
	padding-top: 100px;
	padding-bottom: 50px
}
.advantages__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.advantages__image-wrap {
	position: relative;
	height: 116px;
	padding-bottom: 36px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.advantages__image-wrap img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.advantages__image-wrap::after {
	content: "";
	position: absolute;
	max-width: 100%;
	height: 1px;
	background-color: #c4c4c4;
	bottom: 24px;
	left: 0
}
.advantages__items-list {
	padding-left: 14px;
	margin: 0;
}
.advantages__items-list ul li {
	font-weight: 500;
	line-height: 21px;
	position: relative;
	margin-bottom: 8px;
}
.advantages__items-list ul li span {
	display: inline-block;
}
.advantages__items-list ul li:last-child {
	margin-bottom: 0
}
.advantages__items-list ul li::before {
	content: "•";
	position: absolute;
	left: -5%;
	color: #005aab
}
.advantages__note {
	margin-top: 30px;
	font-size: 14px;
}
#tonometers {
	padding: 50px 0
}
.tonometers__wrapper {
	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
}
.tonometers__title-block {
	margin-right: 20px
}
.tonometers__title {
	font-weight: 700;
	margin-top: 20px;
}
.tonometers__subtitle {
	width: 313px;
	margin-top: 30px
}
.tonometers__list {
	display: flex
}
.tonometers__item {
	padding: 35px 40px;
	background: #e5e5e5;
	border-radius: 50px;
	text-align: center;
	margin-right: 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.tonometers__item:last-child {
	margin-right: 0
}
.tonometers__image-wrap {
	position: relative;
	z-index: 0;
	/* min-height: 120px; */
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.tonometers__image-wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 120px;
	height: 70px;
	background: #3E3535;
	filter: blur(50px);
	border-radius: 100%;
	bottom: -4px;
	left: 50%;
	margin-left: -60px;
}
.tonometers__image {
		max-width: 100%;
	max-height: 100%;
		height: auto;
		width: auto;
}

.tonometers__about {
	margin-bottom: 30px;
}
.tonometers__about span {
	display: inline-block;
}
.tonometers__btn {
	padding: 20px
}
#opportunities {
	padding: 50px 0 100px 0
}
.opportunities__box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 -15px;
}
.opportunities__list {
	flex: 1 0 auto;
	padding: 0 15px;
	max-width: calc(100% - 480px);
}
.opportunities__product {
	flex: 1 0 auto;
	max-width: 480px;
	padding: 0 15px;
	text-align: right;
}

.opportunities__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 28px;
}
.opportunities__img {
	margin-right: 50px;
}
.opportunities__text {
	width: 474px
}

.opportunities__product-item {
	background: #e5e5e5;
	border-radius: 50px;
	padding: 30px;
	text-align: center;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.opportunities__product-text {
	width: 240px;
	margin: 35px auto;
}
.opportunities__btn {
	padding: 20px 78px;
	display: inline-block
}


#comparison {
	padding: 90px 0;
	background: #e4e4e4;
	overflow: hidden;
}
#comparison > .container {
	padding-left: 0;
	padding-right: 0;
}
#comparison > .container > *{
	padding-left: 15px;
	padding-right: 15px;
}
.comparison__wrapper {
	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
}
.comparison__title {
	width: 340px;
	margin-bottom: 64px;
}
.equipment__img-wrap .comparison__title {
	display: none;
}
.equipment__table .comparison__title {
	margin-bottom: 30px;
}
.comparison__item {
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	text-align: center;
	font-weight: 400;
	height: 100%;
	max-width: 370px;
	margin: 0 auto 30px auto;
	min-height: 304px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.comparison__image-wrap {
	position: relative;
	z-index: 0;
	height: 124px;
}
.comparison__image-wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 120px;
	height: 56px;
	background: #3E3535;
	filter: blur(50px);
	border-radius: 100%;
	bottom: 8px;
	left: 50%;
	margin-left: -60px;
}
.comparison__image-wrap img {
		max-width: 100%;
	max-height: 100%;
		height: auto;
		width: auto;
}
.comparison__about span {
	display: inline-block;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}
th,.table__cell {
	text-align: center;
	padding: 10px 0
}
.table__cell {
	line-height: 20px;
}
th:first-child, 
td:first-child {
	text-align: left;
}
.table__row {
	position: relative;
	border-top: 2px solid #fff
}
.table__row_first,
.table__row_first + tr {
	border-top: 0;
}
th.value,
td.value {
	width: 400px;
	padding-left: 30px;
	font-weight: bold;
	text-align: center;
}
.comparison__buttons {
	margin-top: 20px;
}
.comparison__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}
.comparison__btn-wrapper {
	text-align: end
}
.comparison__btn-wrapper .comparison__btn {
	padding: 19px 57px;
	margin-left: 30px
}
.more-btn {
	padding: 22px 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.arrows {
	margin-left: 10px
}
.fw {
	font-weight: bold;
	text-align: -webkit-center;
}

#manual {
	padding: 100px 0 60px 0;
}
.manual__title {
	text-align: center
}
.crossing {
	position: relative;
}
.crossing > ul {
	margin-top: 30px;
	position: relative;
}
.crossing > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}
.crossing > ul > li::before {
	content: '';
	display: block;
	background-color: #0063b1;
	background-image: url(images/check-icon.svg);
	background-size: 28px 22px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
}
.retreat {
	margin-top: 17px
}
.hide-manual {
	cursor: pointer;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #c4c4c4;
	margin: 40px auto 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: .1s ease;
	-o-transition: .1s ease;
	transition: .1s ease;
}
.crossing::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #c4c4c4;
	left: 0;
	bottom: -15px
}
#arrows-up {
	margin-left: 10px;
	fill: #c4c4c4;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}
#control:hover {
	color: #979595
}
#control:hover #arrows-up {
	fill: #979595
}
#video {
	padding: 50px 0
}
.video-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px
}
.video-wrapper__title {
	margin-bottom: 22px
}
.video-wrapper__img {
	width: 100%
}
.video-wrapper__video-clip {
	position: relative
}
.video-wrapper__play {
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	-o-transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
	position: absolute;
	background: #000;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.video-wrapper__play::before {
	content: "";
	position: absolute;
	background-image: url(images/play.svg);
	background-repeat: no-repeat;
	width: 21px;
	height: 23px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#description {
	padding: 50px 0
}
.description__block {
	text-align: center;
	background: #0066b7;
	border-radius: 60px;
	padding: 50px 55px;
	color: #fff
}
.description__title {
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
}
.description__text p {
	margin: 25px 0;
}
.description__button {
	border: 1px solid #fff;
	color: #0066b7;
	background-color: #fff;
	padding: 20px 62px;
	display: inline-block;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}
.description__button:hover {
	color: #fff;
	background-color: #0066b7
}

#location {
	padding: 50px 0
}
.location__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px
}
.location__item {
	background: #e5e5e5;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 30px;
	text-align: center;
	padding: 30px;
}

.location__list-3 {
	display: block
}
.location__list-3 .location__shop-item::after {
	background-color: #e5e5e5
}
.location__item-3 {
	background-color: transparent;
	padding: 0
}
.location__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 22px;
}
.location__img-block {
	background: #e5e5e5;
	min-height: 100%;
	border-radius: 50px;
	padding: 30px;
	text-align: center;
	max-width: 570px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.location__image-wrap {
	position: relative;
	z-index: 0;
	max-width: 340px;
	margin: 0 auto;
	/* max-height: 140px; */
	height: 140px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.location__image-wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 120px;
	height: 56px;
	background: #3E3535;
	filter: blur(50px);
	border-radius: 100%;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}
.location__image-wrap img {
		max-width: 100%;
	max-height: 100%;
		height: auto;
		width: auto;
}
.location__product-name {
	width: 240px;
	margin: 40px auto 0 auto;
}
.location__btn-more {
	padding-top: 24px
}
.location__about {
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 40px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.location__about span {
	display: inline-block;
}
.location__shop-item {
	position: relative;
	padding: 12px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
	align-items: center;
	justify-content: space-between;
}
.location__shop-item::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #fff;
	left: 10px;
	right: 10px;
	bottom: 0;
}
.location__shop-item:last-child::after {
	display: none
}
.location__shop-left {
	padding: 0 10px;
	flex: 1 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
}
.location__shop-right {
		flex: 1 0 50%;
		max-width: 170px;
		padding: 0 10px;
}
.location__shop-img {
	flex: 1 0 50%;
	max-width: 170px;
	padding: 0 10px;
}
.location__shop-price {
	padding: 0 10px;
	font-weight: 700;
	margin: 0 auto;
}
.location__shop-img img {
	display: block;
}
.location__list-2 {
	grid-template-columns: 1fr 1fr 1fr;
}
.location__list-2 .location__shop-left {
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 50%;
}
.location__list-2 .location__shop-price {
		margin: 0;
}


.location__btn {
	padding: 10px 47px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	grid-column: 3/4
}
#reviews {
	position: relative;
	padding: 50px 0;
	overflow: hidden;
}
.review-item {
	position: relative;
}
.reviews__title {
	text-align: center;
	margin-bottom: 64px
}
.reviews__name {
	font-size: 18px;
}
.reviews__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper {
	width: 100%;
	height: auto
}
.header__menu-icon {
	display: none
}
.swiper-inner-btn {
	position: absolute;
	top: calc(50% + 33px);
	max-width: 1315px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 15px;
	z-index: 10
}
.review-item {
	background: #e5e5e5;
	border-radius: 30px;
	text-align: center;
	padding: 77px 35px 50px 35px;
	height: auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: ""
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: ""
}
.swiper-button-next,
.swiper-button-prev {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #0066b7;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25)
}
.reviews__photo {
	margin-bottom: 15px;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	object-fit: cover;
}
.rating-mini {
	display: flex;
	margin: 0 -8px 18px -8px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.rating-mini span {
	padding: 0px 7px;
	font-size: 27px;
	line-height: 1;
	color: #d3d3d3;
	display: block;
}
.rating-mini>span:before {
	content: "★";
	display: block;
}
.rating-mini>span.active {
	font-size: 25px;
	color: #da8f2e
}

#contacts {
	padding-top: 50px;
	padding-bottom: 30px;
}
.contacts__cols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.contacts__form {
	flex: 1 0 auto;
	max-width: 400px;
	padding: 0 15px;
}
.contacts__map {
	position: relative;
	flex: 1 0 auto;
	max-width: calc(100% - 400px);
	padding: 0 15px;
}

.contacts__cols form {
	max-width: 370px;
}
.contacts__title {
	margin-bottom: 50px
}
.form-group {
	padding-bottom: 40px;
}
.form-textarea {
	min-height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.form__input {
	color: #000;
	width: 100%;
	display: block;
	font-size: 18px;
	padding: 6px 0;
	position: relative;
	border: 0;
	border-bottom: 1px solid #000;
}
textarea.form__input {
	height: 104px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
		font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
		margin: 20px 0;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1.2;
		border-radius: 8px;
}
.form-group .wpcf7-not-valid-tip {
	position: absolute;
}

.form__btn {
	color: #fff;
	background: #0066b7;
	font-weight: 400;
	padding: 23px 58px;
	margin-top: 17px;
}
.form__btn:hover {
	background: #01599f
}

.contacts__map-info-title {
	position: relative;
	font-size: 24px;
}
.contacts__map-info-title .close {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(images/cross.svg);
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	cursor: pointer
}
.contacts__map-wrap {
	height: 100%;
	min-height: 460px;
}
.contacts__map-wrap > ymaps,
.contacts__map-wrap > ymaps > ymaps {
	min-height: 100%;
}
.contacts__map-wrap [class*="-controls-pane"] {
	display: none;
}
.contacts__map-wrap [class*="-ground-pane"] {
	filter: grayscale(1);
}
.contacts__map-info {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	max-width: 80%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 30px 20px 30px 30px;
}
.contacts__map-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0
}
.contacts__map-info-item:last-child {
	margin: 0
}
.contacts__map-info-item p {
	margin-left: 10px
}

.contacts__map-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px;
	transform: translateY(-100%);
}
.contacts__map-links a {
	display: block;
	margin: 5px;
	padding: 8px 16px;
	font-size: 14px;
	background: #fff;
	color: #000;
	line-height: 1;
	border-radius: 15px;
	text-decoration: none;
}
.contacts__map-links a:hover {
	color: #fff;
	background: #01599f;
	text-decoration: none;
}
#footer {
	padding: 30px 0;
}
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-bottom: 15px;
}
.footer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	bottom: 0
}
.footer__copyright {
	color: #414141
}
.footer__privacy {
	padding-top: 30px;
	font-size: 14px;
	line-height: 16px;
	color: #6f6f6f
}
.footer__warning {
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 30px;
	color: #c4c4c4;
}
.footer__warning img {
	width: 100%;
	max-width: 100%;
	height: 6vh;
}

.equipment {
	display: flex;
	/* margin: 0 -15px; */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.equipment__img-wrap {
	flex: 1 0 auto;
	max-width: 585px;
}
.equipment__table {
	flex: 1 0 auto;
	max-width: 490px;
}
.equipment_note {
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.2;
}
.equipment__img-wrap img {
	border-radius: 50px;
}
.equipment .comparison__title-block {
	margin-bottom: 30px
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff
}
.swiper-button-next {
	right: -12px;
}
.swiper-button-prev {
	left: -12px;
}

.burger-plate {
	position: relative;
	height: 72px;
	width: 72px;
	overflow: hidden;
}
.burger-plate .burger,
.burger-plate .x {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.burger-plate .burger {
	filter: url(#gooeyness);
}
.burger-plate .x {
	transform: scale(0);
	transition: transform 400ms;
}
.burger-plate .line {
	fill: none;
	stroke: #0066b7;
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform-origin: 50%;
	transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.burger-plate .x .line {
	stroke-width: 5.5px;
}
.burger-plate.active .x {
	transform: scale(1);
	transition: transform 400ms 350ms;
}
.burger-plate .line1 {
	stroke-dasharray: 21 185.62753295898438;
	transition-delay: 0;
}
.burger-plate .line2 {
	stroke-dasharray: 21 178.6514129638672;
	transition-delay: 30ms;
}
.burger-plate .line3 {
	stroke-dasharray: 21 197.92425537109375;
	transition-delay: 60ms;
}
.burger-plate .line4 {
	stroke-dasharray: 21 190.6597137451172;
	transition-delay: 90ms;
}
.burger-plate .line5 {
	stroke-dasharray: 21 208.52874755859375;
	transition-delay: 120ms;
}
.burger-plate .line6 {
	stroke-dasharray: 21 186.59703063964844;
	transition-delay: 150ms;
}
.active.burger-plate .line1 {
	stroke-dasharray: 5 185.62753295898438;
	stroke-dashoffset: -141px;
}
.active.burger-plate .line2 {
	stroke-dasharray: 5 178.6514129638672;
	stroke-dashoffset: -137px;
}
.active.burger-plate .line3 {
	stroke-dasharray: 5 197.92425537109375;
	stroke-dashoffset: -176px;
}
.active.burger-plate .line4 {
	stroke-dasharray: 5 190.6597137451172;
	stroke-dashoffset: -159px;
}
.active.burger-plate .line5 {
	stroke-dasharray: 5 208.52874755859375;
	stroke-dashoffset: -139px;
}
.active.burger-plate .line6 {
	stroke-dasharray: 5 186.59703063964844;
	stroke-dashoffset: -176px;
}
.active.burger-plate .x {
	transition: transform 400ms 250ms;
}

/*
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.hamRotate.active {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.hamRotate180.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.line {
	fill: none;
	-webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	-o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #0066b7;
	stroke-width: 5.5;
	stroke-linecap: round
}
.ham1 .top {
	stroke-dasharray: 40 139
}
.ham1 .bottom {
	stroke-dasharray: 40 180
}
.ham1.active .top {
	stroke-dashoffset: -98px
}
.ham1.active .bottom {
	stroke-dashoffset: -138px
}
.ham2 .top {
	stroke-dasharray: 40 121
}
.ham2 .bottom {
	stroke-dasharray: 40 121
}
.ham2.active .top {
	stroke-dashoffset: -102px
}
.ham2.active .bottom {
	stroke-dashoffset: -102px
}
.ham3 .top {
	stroke-dasharray: 40 130
}
.ham3 .middle {
	stroke-dasharray: 40 140
}
.ham3 .bottom {
	stroke-dasharray: 40 205
}
.ham3.active .top {
	stroke-dasharray: 75 130;
	stroke-dashoffset: -63px
}
.ham3.active .middle {
	stroke-dashoffset: -102px
}
.ham3.active .bottom {
	stroke-dasharray: 110 205;
	stroke-dashoffset: -86px
}
.ham4 .top {
	stroke-dasharray: 40 121
}
.ham4 .bottom {
	stroke-dasharray: 40 121
}
.ham4.active .top {
	stroke-dashoffset: -68px
}
.ham4.active .bottom {
	stroke-dashoffset: -68px
}
.ham5 .top {
	stroke-dasharray: 40 82
}
.ham5 .bottom {
	stroke-dasharray: 40 82
}
.ham5.active .top {
	stroke-dasharray: 14 82;
	stroke-dashoffset: -72px
}
.ham5.active .bottom {
	stroke-dasharray: 14 82;
	stroke-dashoffset: -72px
}
.ham6 .top {
	stroke-dasharray: 40 172
}
.ham6 .middle {
	stroke-dasharray: 40 111
}
.ham6 .bottom {
	stroke-dasharray: 40 172
}
.ham6.active .top {
	stroke-dashoffset: -132px
}
.ham6.active .middle {
	stroke-dashoffset: -71px
}
.ham6.active .bottom {
	stroke-dashoffset: -132px
}
.ham7 .top {
	stroke-dasharray: 40 82
}
.ham7 .middle {
	stroke-dasharray: 40 111
}
.ham7 .bottom {
	stroke-dasharray: 40 161
}
.ham7.active .top {
	stroke-dasharray: 17 82;
	stroke-dashoffset: -62px
}
.ham7.active .middle {
	stroke-dashoffset: 23px
}
.ham7.active .bottom {
	stroke-dashoffset: -83px
}
.ham8 .top {
	stroke-dasharray: 40 160
}
.ham8 .middle {
	stroke-dasharray: 40 142;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms
}
.ham8 .bottom {
	stroke-dasharray: 40 85;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
	transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
	-o-transition: transform 400ms, stroke-dashoffset 400ms;
	transition: transform 400ms, stroke-dashoffset 400ms;
	transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms
}
.ham8.active .top {
	stroke-dashoffset: -64px
}
.ham8.active .middle {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.ham8.active .bottom {
	stroke-dashoffset: -64px
}
@-webkit-keyframes line {
	0% {
		width: 0;
		opacity: 0
	}
	100% {
		width: 100%;
		opacity: .8
	}
}
@keyframes line {
	0% {
		width: 0;
		opacity: 0
	}
	100% {
		width: 100%;
		opacity: .8
	}
}
*/
.btn-more-text {
	display: none
}
.btn-more-text.visible {
	display: block;
	margin-bottom: 30px
}
.location__btn-more.visible svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.location__wrapper-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.location__btn-more {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.table {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
.location__btn-more~.location__shop-list .location__shop-item:nth-child(5) ~ .location__shop-item {
	display: none;
}
.location__btn-more.visible~.location__shop-list .location__shop-item:nth-child(5) ~ .location__shop-item {
	display: flex;
}
.advantages__image-wrap::after {
	-webkit-transition: width 2s cubic-bezier(0.24, 0.71, 0.38, 1.03);
	-o-transition: width 2s cubic-bezier(0.24, 0.71, 0.38, 1.03);
	transition: width 2s cubic-bezier(0.24, 0.71, 0.38, 1.03);
	width: 0%
}
.advantages__image-wrap.animated::after {
	width: 100%
}

#content {
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 1.4;
}
.page-title {
	font-size: 36px;
	margin-bottom: 40px;
}
#content p {
		margin: 0 0 10px 0;
}
#content h1,#content h2,#content h3 {
		margin: 36px 0;
}
#content h4,#content h5,#content h6 {
		margin: 24px 0;
}
@media (max-width: 6500px) {
	.text_footer3{
		display: none;
	}
	.banner__postscript {
		max-width: 80%;
	}
}

@media (max-width: 1800px) {
	.banner__subtitle {
		font-size: 22px;
		line-height: 1.24;
	}
	.banner__postscript {
		font-weight: 400;
		font-size: 12px;
		line-height: 1.4;
		max-width: 77%;
	}
}

@media (max-width: 1500px) {
	.banner__postscript {
		max-width: 75%;
	}

}

@media (max-width: 1400px) {
	.banner__postscript {
		max-width: 70%;
	}

}

@media (max-width: 1300px) {
	.banner__postscript {
		max-width: 63%;
	}
}

@media (max-width: 1199.98px) {
	body {
		font-size: 16px;
		line-height: 1.24;
	}
	h2 {
		font-size: 42px;
		line-height: 1.24;
	}
	input, textarea {
		font-weight: 400;
	}
	.container {
		position: relative;
	}
	.btn {
		font-size: 16px;
	}
	.more-btn,
	.description__button,
	.form__btn {
		padding: 18px 50px;
		line-height: 1.25;
	}
	.form-group {
		padding-bottom: 30px;
	}
	.form__input {
		font-size: 16px;
		padding: 8px 0;
	}
	th, .table__cell {
		padding: 8px 0;
	}
	.table__cell {
		line-height: 1.24;
	}
	.table__cell img.val {
		width: 20px;
	}
	th.value, td.value {
		padding-left: 20px;
	}
	.common-header {
		background-position: 60% top;
	}
	.header__menu {
		margin-right: 20px;
	}
	.header__item {
		margin-right: 20px;
	}
	.header__phone {
		margin-right: 30px;
	}
	.social-web {
		grid-gap: 10px;
	}
	.about {
		line-height: 1.2;
		margin-top: 10px;
	}
	
	.banner {
		margin-top: 30px;
		max-width: 80%;
	}
	.banner__title {
		width: 520px;
		font-size: 48px;
	}
	.banner__subtitle {
		font-size: 18px;
	}
	.banner__button-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner__btn {
		max-width: 250px;
		min-height: 54px;
	}
	.banner__btn+.banner__btn {
		margin-top: 15px;
	}
	.banner__postscript {
		font-size: 10px;
		max-width: 80%;
	}
	
	#advantages {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.advantages__items-list ul li {
		font-weight: 400;
		line-height: 1.2;
	}
	
	#tonometers {
		padding: 40px 0;
	}
	.tonometers__item {
		padding: 30px;
	}
	

	#opportunities {
		padding: 40px 0;
	}
	.opportunities__list {
		max-width: calc(100% - 460px);
	}
	.opportunities__product {
		max-width: 460px;
	}
	.opportunities__item {
		margin-bottom: 20px;
	}
	.opportunities__img {
		margin-right: 30px;
	}

	#comparison {
		padding: 60px 0;
	}
	.comparison__title {
		font-size: 32px;
		line-height: 1.24;
		width: 200px;
	}
	.comparison__item {
		min-height: 270px;
		margin: 0 auto 20px auto;
	}
	
	.equipment__img-wrap {
		max-width: 50%;
	}
	.equipment__table {
		max-width: 50%;
		padding-left: 30px;
	}

	.video-wrapper {
		grid-gap: 20px;
	}
	
	#description {
		padding: 40px 0;
	}
	.description__block {
		padding: 30px;
	}
	.description__title {
		font-size: 36px;
		line-height: 1.2;
	}
	.description__text p {
		margin: 20px 0;
	}

	#location {
		padding: 40px 0;
	}
	.location__about {
		max-width: 230px;
		margin-bottom: 10px;
		min-height: 70px;
	}
	.location__list {
		grid-gap: 20px;
	}
	.location__item {
		padding: 30px 25px;
	}
	.location__item-3 {
		padding: 0;
		margin-top: 30px;
	}
	.location__image-wrap {
		/* max-height: 135px; */
		height: 135px;
	}
	.location__shop-img {
		flex: 1 0 50%;
		max-width: 120px;
	}
	.location__btn {
		font-size: 14px;
		padding: 8px 28px;
		width: 100%;
	}
	.location__shop-left {
		justify-content: space-between;
	}
	.location__list-2 .location__shop-price {
		margin-top: 5px;
	}
	.location__btn-more {
		padding-top: 15px;
	}
	.location__btn-more svg {
		width: 28px;
	}
	
	#reviews {
		padding: 40px 0;
	}
	.reviews__title {
		margin-bottom: 40px;
	}

	.review-item {
		padding: 40px 30px;
	}
	.rating-mini {
		margin: 5px -8px;
	}
	
	#contacts {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contacts__map-info {
		width: 350px;
	}
}
@media (max-width: 991.98px) {
	body {
		font-size: 15px;
	}
	header {
		position: relative;
		overflow: hidden;
	}
	h2 {
		font-size: 36px;
	}
	.btn {
		font-size: 14px;
	}
	.more-btn, .description__button, .form__btn {
		padding: 16px 40px;
	}
	.common-header {
		padding-top: 20px;
	}
	.about {
		font-size: 14px;
		width: 100%;
	}
	.banner {
		margin-top: 20px;
		max-width: 70%;
	}
	.banner__title {
		width: 390px;
		font-size: 36px;
	}
	.banner__subtitle {
		font-size: 16px;
		margin-top: 15px;
	}
	.banner__button-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner__btn {
		max-width: 220px;
		min-height: 48px;
	}
	.banner__postscript {
		max-width: 92%;
	}

	#advantages {
		padding-top: 40px;
	}
	.advantages__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px
	}
	
	.tonometers__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.tonometers__info-block {
		width: 100%
	}
	.tonometers__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
	.tonometers__title-block {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.tonometers__title {
		margin-top: 0;
	}
	.tonometers__subtitle {
		width: 100%;
		margin-top: 10px;
	}
	.tonometers__btn {
		padding: 14px;
	}
	
	.opportunities__list {
		max-width: 100%;
	}
	.opportunities__product {
		max-width: 420px;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	.opportunities__product.product-item {
		order: -1;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.opportunities__box {
		flex-direction: column;
	}
	.opportunities__text {
		width: 100%
	}
	.opportunities__product-item {
		max-width: 320px;
		margin: 0 auto;
	}
	.opportunities__product-text {
		margin: 15px auto;
	}

	.comparison__title {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.comparison__item {
		padding: 20px;
		min-width: 220px;
		min-height: 260px;
	}
	
	.equipment__img-wrap {
		max-width: 100%;
		/* order: 2; */
		/* margin-top: 30px; */
	}

	.equipment__table {
		max-width: 100%;
		padding-left: 0;
	}
	.equipment__img-wrap .comparison__title {
		display: block;
	}
	.equipment__table .comparison__title {
		display: none;
	}

	.video-wrapper {
		grid-gap: 20px;
		grid-template-columns: 1fr;
	}
	
	.description__title {
		font-size: 26px;
	}
	.location__wrapper {
		display: block;
	}
	.location__img-block {
		max-width: 320px;
		margin: 0 auto;
	}
	.location__image-wrap {
		/* max-height: 0; */
		height: auto;
	}
	.location__about {
		max-width: 420px;
		margin: 10px auto;
		min-height: 0;
	}
	.location__list {
		grid-template-columns: 1fr
	}
	.location__shop-img {
		max-width: 170px;
	}
	.location__list-2 .location__shop-left {
		flex-direction: row;
		align-items: center;
		flex: 1 0 50%;
	}
	.location__list-2 .location__shop-price {
		margin: 0 auto;
	}
	
	.review-item {
		padding: 30px;
	}
	
	.contacts__title {
		margin-bottom: 30px;
	}
	.contacts__cols {
		display: block;
	}
	.contacts__form {
		max-width: 100%;
	}
	.contacts__cols form {
		max-width: 100%;
	}
	.contacts__map {
		max-width: 100%;
		margin-top: 30px;
	}

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

	.text_footer3{
		display: block;
	}
	
	.text_footer2{
		display: none;
	}

	.header__menu-icon {
		display: block
	}
	.header__menu-icon-i {
		max-width: 50px;
		height: 50px
	}
	.header__wrap {
		flex-direction: column;
		background: #fff;
		position: absolute;
		border-radius: 20px 0 20px 20px;
		padding: 30px;
		right: -400px;
		top: 70px;
		justify-content: center;
		transition: right .4s ease, opacity .4s ease;
		opacity: 0;
		z-index: 1000;
	}
	.header__wrap.expand {
		right: 30px;
		opacity: 1
	}
	.header__menu {
		display: flex;
		margin-right: 0px;
		flex-direction: column;
		align-items: center;
		font-size: 18px;
	}
	.header__item {
		margin: 5px 0;
	}
	.header__phone {
		margin: 20px auto;
	}
}
@media (max-width: 767.98px) {
	.more-btn, .description__button, .form__btn {
		padding: 14px 30px;
	}
	.common-header {
		background: linear-gradient(111deg, rgba(237,233,234,1) 0%, rgb(188 204 221) 100%)!important;
	}
	.banner {
		max-width: 100%;
	}
	.banner__btn {
		max-width: 180px;
	}
	.banner__image {
		display: none;
	}
	.banner__image_mobile {
		display: block;
		position: absolute;
		right: 10%;
		bottom: 0;
		z-index: -1;
		max-width: 33%;
		height: 120%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
	.banner__image_mobile {
		display: flex;
	}
	.banner__postscript {
		font-size: 11px;
		color: #000000!important;
	}
	.footer__copyright {
		width: 100%;
		margin-top: 10px;
	}

	.tonometers__image-wrap::after {
		background: rgb(62 53 53 / 50%);
		filter: blur(20px);
	}
	.comparison__image-wrap::after {
		background: rgb(62 53 53 / 50%);
		filter: blur(20px);
	}
}
@media (max-width: 575.98px) {
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 32px;
	}
	.phone-icon {
		margin-right: 8px;
	}
	.link-icon {
		margin-right: 8px;
	}
	
	.tonometers__list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.comparison__title {
		font-size: 24px;
		width: 160px;
	}
	.comparison__item {
		min-height: 220px;
	}
}
@media (max-width: 479.98px) {
	h2 {
		font-size: 28px;
	}
	.more-btn, .description__button, .form__btn {
		padding: 12px 24px;
	}
	
	.about {
		font-size: 12px;
		width: 220px;
	}
	.banner__title {
		width: 300px;
		font-size: 28px;
	}
	#advantages {
		padding-bottom: 20px;
	}
	.advantages__list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.advantages__item {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	.advantages__image-wrap {
		flex: 1 0 90px;
		max-width: 90px;
		padding: 0 20px 0 0;
		height: 60px;
		align-items: center;
	}
	.advantages__items-list {
		flex: 1 0 auto;
		max-width: calc(100% - 90px);
	}
	.advantages__image-wrap.animated::after {
		display: none;
	}
	.advantages__note {
		margin-top: 10px;
		font-size: 12px;
	}
	
	#tonometers {
		padding-bottom: 20px;
	}
	.tonometers__item {
		padding: 20px;
		margin: 0;
		border-radius: 30px;
	}
	
	.opportunities__img {
		margin-right: 20px;
	}
	
	#comparison {
		padding: 30px 0;
	}
	.comparison__title {
		font-size: 20px;
		width: 140px;
	}
	.comparison__item {
		border-radius: 20px;
	}

	
	#video {
		padding-bottom: 20px;
	}
	
	#description {
		padding-bottom: 20px;
	}
	.description__block {
		padding: 20px;
		border-radius: 20px;
	}
	.description__title {
		font-size: 20px;
	}
	
	#location {
		padding-bottom: 20px;
	}
	.location__item {
		padding: 20px;
		border-radius: 20px;
	}
	.location__shop-img {
		max-width: 130px;
	}
	.location__shop-img img {
		max-width: 100%;
		max-height: 28px;
		width: auto;
		height: auto;
	}
	.location__shop-left,
	.location__list-2 .location__shop-left {
		flex-direction: column;
		align-items: flex-start;
		flex: 1 0 50%;
	}
	.location__shop-price,
	.location__list-2 .location__shop-price {
		margin: 5px 0 0 0;
		font-size: 18px;
	}
	.reviews__title {
		margin-bottom: 20px;
	}
	
	#reviews {
		padding-bottom: 20px;
	}
	#contacts {
		padding-bottom: 20px;
	}
	.contacts__map-info-title {
		font-size: 20px;
	}
	.contacts__map-info-item {
		margin: 12px 0;
	}
	.footer {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer__phone,
	.footer__link,
	.social-web {
		margin-top: 14px;
	}
	.footer__warning {
		font-size: 10px;
		padding-top: 20px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 42px;
		height: 42px;
	}
	.swiper-button-next svg, .swiper-button-prev svg {
		width: 20px;
	}
	.swiper-button-prev {
		left: 5px;
	}
	.swiper-button-next {
		right: 5px;
	}
}

@media (max-width: 419.98px) {
	.banner__button-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.banner__btn {
		width: 180px;
	}
	.banner__image_mobile {
		display: flex;
		position: static;
		max-width: 200px;
		margin: 0 auto 20px auto;
		order: -1;
	}
	.contacts__map-info {
		padding: 20px;
	}
}

@-webkit-keyframes plyr-progress {
	to {
		background-position: var(--plyr-progress-loading-size, 25px) 0
	}
}
@keyframes plyr-progress {
	to {
		background-position: var(--plyr-progress-loading-size, 25px) 0
	}
}
@-webkit-keyframes plyr-popup {
	0% {
		opacity: .5;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes plyr-popup {
	0% {
		opacity: .5;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes plyr-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes plyr-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: var(--plyr-font-weight-regular, 400);
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	z-index: 0
}
.plyr video,
.plyr audio,
.plyr iframe {
	display: block;
	height: 100%;
	width: 100%
}
.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}
.plyr:focus {
	outline: 0
}
.plyr--full-ui {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
.plyr__badge {
	background: var(--plyr-badge-background, #4a5464);
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: var(--plyr-badge-text-color, #fff);
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px
}
.plyr--full-ui::-webkit-media-text-track-container {
	display: none
}
.plyr__captions {
	-webkit-animation: plyr-fade-in .3s ease;
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	-o-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
	width: 100%
}
.plyr__captions span:empty {
	display: none
}
@media(min-width: 480px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-base, 15px);
		padding: calc(var(--plyr-control-spacing, 10px) * 2)
	}
}
@media(min-width: 768px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-large, 18px)
	}
}
.plyr--captions-active .plyr__captions {
	display: block
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	-webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
	-ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
	transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}
.plyr__caption {
	background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}
.plyr__caption div {
	display: inline
}
.plyr__control {
	background: transparent;
	border: 0;
	border-radius: var(--plyr-control-radius, 3px);
	color: inherit;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: visible;
	padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.plyr__control svg {
	display: block;
	fill: currentColor;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: var(--plyr-control-icon-size, 18px)
}
.plyr__control:focus {
	outline: 0
}
.plyr__control.plyr__tab-focus {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}
a.plyr__control {
	text-decoration: none
}
a.plyr__control::after,
a.plyr__control::before {
	display: none
}
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
	display: none
}
.plyr--full-ui::-webkit-media-controls {
	display: none
}
.plyr__controls {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center
}
.plyr__controls .plyr__progress__container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}
.plyr__controls .plyr__controls__item {
	margin-left: calc(var(--plyr-control-spacing, 10px) / 4)
}
.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: calc(var(--plyr-control-spacing, 10px) / 4)
}
.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time {
	padding-left: 0
}
.plyr__controls:empty {
	display: none
}
.plyr[data-plyr=captions],
.plyr[data-plyr=pip],
.plyr[data-plyr=airplay],
.plyr[data-plyr=fullscreen] {
	display: none
}
.plyr--captions-enabled[data-plyr=captions],
.plyr--pip-supported[data-plyr=pip],
.plyr--airplay-supported[data-plyr=airplay],
.plyr--fullscreen-enabled[data-plyr=fullscreen] {
	display: inline-block
}
.plyr__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.plyr__menu .plyr__control svg {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}
.plyr__menu__container {
	-webkit-animation: plyr-popup .2s ease;
	animation: plyr-popup .2s ease;
	background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
	border-radius: 4px;
	bottom: 100%;
	-webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	color: var(--plyr-menu-color, #4a5464);
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}
.plyr__menu__container>div {
	overflow: hidden;
	-webkit-transition: height .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: height .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: height .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1)
}
.plyr__menu__container::after {
	border: var(--plyr-menu-arrow-size, 4px) solid transparent;
	border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
	content: "";
	height: 0;
	position: absolute;
	right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
	top: 100%;
	width: 0
}
.plyr__menu__container[role=menu] {
	padding: calc(var(--plyr-control-spacing, 10px) * 0.7)
}
.plyr__menu__container[role=menuitem],
.plyr__menu__container[role=menuitemradio] {
	margin-top: 2px
}
.plyr__menu__container[role=menuitem]:first-child,
.plyr__menu__container[role=menuitemradio]:first-child {
	margin-top: 0
}
.plyr__menu__container .plyr__control {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--plyr-menu-color, #4a5464);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
	padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
	padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
	padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.plyr__menu__container .plyr__control>span {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.plyr__menu__container .plyr__control::after {
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.plyr__menu__container .plyr__control--forward {
	padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)
}
.plyr__menu__container .plyr__control--forward::after {
	border-left-color: var(--plyr-menu-arrow-color, #728197);
	right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor
}
.plyr__menu__container .plyr__control--back {
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
	margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
	padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
	position: relative;
	width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))
}
.plyr__menu__container .plyr__control--back::after {
	border-right-color: var(--plyr-menu-arrow-color, #728197);
	left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}
.plyr__menu__container .plyr__control--back::before {
	background: var(--plyr-menu-back-border-color, #dcdfe5);
	-webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7)
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before,
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	border-radius: 100%
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 16px;
	margin-right: var(--plyr-control-spacing, 10px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 16px
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	width: 6px
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(35, 40, 47, .1)
}
.plyr__menu__container .plyr__menu__value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
	overflow: hidden;
	padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
	pointer-events: none
}
.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	display: block;
	height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	min-width: 0;
	padding: 0;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	width: 100%
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
	background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	-webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px);
	-webkit-appearance: none;
	margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1)
}
.plyr--full-ui input[type=range]::-moz-range-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px)
}
.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px)
}
.plyr--full-ui input[type=range]::-ms-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	color: transparent
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor
}
.plyr--full-ui input[type=range]::-ms-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px);
	margin-top: 0
}
.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}
.plyr--full-ui input[type=range]:focus {
	outline: 0
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}
.plyr__poster {
	background-color: var(--plyr-video-background, var(--plyr-video-background, black));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
	display: none
}
.plyr__time {
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}
.plyr__time+.plyr__time::before {
	content: "⁄";
	margin-right: var(--plyr-control-spacing, 10px)
}
@media(max-width: 767px) {
	.plyr__time+.plyr__time {
		display: none
	}
}
.plyr__tooltip {
	background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
	border-radius: var(--plyr-tooltip-radius, 3px);
	bottom: 100%;
	-webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	color: var(--plyr-tooltip-color, #4a5464);
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
	opacity: 0;
	padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%, 10px) scale(0.8);
	-ms-transform: translate(-50%, 10px) scale(0.8);
	transform: translate(-50%, 10px) scale(0.8);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	-o-transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	white-space: nowrap;
	z-index: 2
}
.plyr__tooltip::before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}
.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1)
}
.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	-webkit-transform: translate(0, 10px) scale(0.8);
	-ms-transform: translate(0, 10px) scale(0.8);
	transform: translate(0, 10px) scale(0.8);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
	left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 10px) scale(0.8);
	-ms-transform: translate(0, 10px) scale(0.8);
	transform: translate(0, 10px) scale(0.8);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible {
	-webkit-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1)
}
.plyr__progress {
	left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative
}
.plyr__progress input[type=range],
.plyr__progress__buffer {
	margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
	margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
	width: calc(100% + var(--plyr-range-thumb-height, 13px))
}
.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}
.plyr__progress .plyr__tooltip {
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	left: 0
}
.plyr__progress__buffer {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	border-radius: 100px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
	padding: 0;
	position: absolute;
	top: 50%
}
.plyr__progress__buffer::-webkit-progress-bar {
	background: transparent
}
.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}
.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width .2s ease;
	transition: width .2s ease
}
.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease
}
.plyr--loading .plyr__progress__buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent
}
.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}
.plyr__volume {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%
}
.plyr__volume input[type=range] {
	margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
	margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
	position: relative;
	z-index: 2
}
.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto
}
.plyr--audio {
	display: block
}
.plyr--audio .plyr__controls {
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: var(--plyr-audio-control-color, #4a5464);
	padding: var(--plyr-control-spacing, 10px)
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: var(--plyr-audio-control-color-hover, #fff)
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	-webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}
.plyr--audio .plyr__progress__buffer {
	color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}
.plyr--video {
	background: var(--plyr-video-background, var(--plyr-video-background, black));
	overflow: hidden
}
.plyr--video.plyr--menu-open {
	overflow: visible
}
.plyr__video-wrapper {
	background: var(--plyr-video-background, var(--plyr-video-background, black));
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	aspect-ratio: 16/9
}
@supports not (aspect-ratio: 16/9) {
	.plyr__video-embed,
	.plyr__video-wrapper--fixed-ratio {
		height: 0;
		padding-bottom: 56.25%;
		position: relative
	}
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	-webkit-transform: translateY(-38.28125%);
	-ms-transform: translateY(-38.28125%);
	transform: translateY(-38.28125%)
}
.plyr--video .plyr__controls {
	background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: calc(var(--plyr-control-spacing, 10px) / 2);
	padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
	position: absolute;
	right: 0;
	-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
	z-index: 3
}
@media(min-width: 480px) {
	.plyr--video .plyr__controls {
		padding: var(--plyr-control-spacing, 10px);
		padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
	}
}
.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: var(--plyr-video-control-color-hover, #fff)
}
.plyr__control--overlaid {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	border: 0;
	border-radius: 100%;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 2
}
.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}
.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
	opacity: 1
}
.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	-webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}
.plyr--video .plyr__progress__buffer {
	color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}
.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}
.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}
.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}
.plyr:-webkit-full-screen video {
	height: 100%
}
.plyr:-ms-fullscreen video {
	height: 100%
}
.plyr:fullscreen video {
	height: 100%
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}
.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}
@media(min-width: 1024px) {
	.plyr: -webkit-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
	.plyr:fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}
.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}
.plyr:-webkit-full-screen video {
	height: 100%
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}
@media(min-width: 1024px) {
	.plyr: -webkit-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}
.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}
.plyr:-moz-full-screen video {
	height: 100%
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}
@media(min-width: 1024px) {
	.plyr: -moz-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}
.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}
.plyr:-ms-fullscreen video {
	height: 100%
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}
@media(min-width: 1024px) {
	.plyr: -ms-fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}
.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}
.plyr--fullscreen-fallback video {
	height: 100%
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}
@media(min-width: 1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}
.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.plyr__ads>div,
.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}
.plyr__ads::after {
	background: #23282f;
	border-radius: 2px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3
}
.plyr__ads::after:empty {
	display: none
}
.plyr__cues {
	background: currentColor;
	display: block;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin: -var(--plyr-range-track-height, 5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}
.plyr__preview-thumb {
	background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
	border-radius: 3px;
	bottom: 100%;
	-webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
	opacity: 0;
	padding: var(--plyr-tooltip-radius, 3px);
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(0, 10px) scale(0.8);
	-ms-transform: translate(0, 10px) scale(0.8);
	transform: translate(0, 10px) scale(0.8);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	-o-transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	z-index: 2
}
.plyr__preview-thumb--is-shown {
	opacity: 1;
	-webkit-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1)
}
.plyr__preview-thumb::before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}
.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0
}
.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}
.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	color: #fff;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	padding: 3px 6px
}
.plyr__preview-scrubbing {
	bottom: 0;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}
.plyr__preview-scrubbing--is-shown {
	opacity: 1
}
.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr--no-transition {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}
.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}
.plyr[hidden] {
	display: none !important
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
	background-color: #000;
	padding: 33px
}
@media screen and (max-width: 576px) {
	.plyr--full-ui.plyr--video .plyr__control--overlaid {
		padding: 20px
	}
}
.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
@media screen and (max-width: 576px) {
	.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.plyr__controls {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px)
}
.plyr--video:hover .plyr__controls {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}
@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
@keyframes flash {
	0%, 50%, 100% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}
@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%)
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}
@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}
@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}


.wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0;
	font-size: 14px;
    line-height: 1.2;
	margin-top: 12px;
    margin-bottom: 8px;
}
.wpcf7-acceptance .wpcf7-list-item input {
	margin: 0 3px 0 0;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
		margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
}

.alignright {
		float: right;
		margin: 5px 0 20px 20px;
}

.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
}

a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
}

a img.alignnone {
		margin: 5px 20px 20px 0;
}

a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
}

a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
}

.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
}

.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
		margin: 5px 0 20px 20px;
}

.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
}

.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
