*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;	
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

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

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

body {
	/* font-size: 16px; */
	min-width: 320px;
	position: relative;
	line-height: 2.2;
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
	color: #4c4d50;
	background: url(../img/pattern.png)
}

.container {
	width: 1024px;
	max-width: 100%;
	padding: 40px 30px;
	margin: 0 auto;
	background-color: #fff
}

.container_theme_transparent {
	background-color: transparent
}

.container_custom-padding_top-150 {
	padding-top: 150px
}

.section {
	padding: 0
}

.section_theme_grey {
	background-color: #4c4d50;
	color: #fff
}

.title {
	width: 100%;
	font-size: 2.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 45px
}

.title_alone {
	padding: 0
}

.text {
	padding-bottom: 30px
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10
}

.header__top-bar {
	background-color: #382249;
	font-weight: lighter
}

.header__top-bar-wrapper {
	display: grid;
	grid-template-columns: 400px 1fr 1fr;
	grid-column-gap: 10px;
	padding: 0 15px;
	background-color: transparent
}

.header__top-bar-text {
	color: #fff
}

.header__top-bar-text:first-of-type {
	justify-self: start
}

.header__top-bar-text:last-of-type {
	justify-self: center
}

.header__top-bar-link {
	color: #fff;
	justify-self: end
}

.header__top-bar-link:hover {
	text-decoration: none;
	color: #e0bbaf
}

.header__bottom-bar {
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	/* -webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out */
}

.header__bottom-bar_resized {
	height: 50px
}

.header__bottom-bar-wrapper {
	height: 100px;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	padding: 0 15px
}

.header__bottom-bar-wrapper_resized {
	height: 50px
}

.header__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
}

.header__nav_resized {
	height: 50px
}

.header__nav-link {
	text-decoration: none;
	color: #64456e;
	margin: 40px 15px 15px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .25s;
}

.header__nav-link:hover {
	color: #dd9b85
}

.header__nav-link:first-of-type {
	margin-right: 0
}

.header__nav-link:last-of-type {
	margin-right: 0
}

.header__nav-link_active {
	color: #a195a5
}

.header__logo {
	position: relative;
	top: 65px;
	margin: 0 auto
}

.logo {
	width: 190px;
	height: 190px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 1px rgba(0, 0, 0, .1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.logo_resized {
	height: 100px;
	width: 100px;
	position: relative;
	top: 25px
}

.logo__img {
	width: 100%
}

.slider {
	position: relative;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.slider__item {
	height: 600px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.slider__item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	z-index: 1
}

.slider__title {
	font-size: 5em;
	letter-spacing: 15px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	padding: 0 0 0 15px
}

.slider__title::after,
.slider__title::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	top: 50%;
	margin-top: -10px
}

.slider__title::after {
	left: 100%
}

.slider__title::before {
	right: 100%
}

.slider__img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.slider__nav {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 2em;
	cursor: pointer
}

.slider__nav:hover {
	color: #e0bbaf
}

.slider__nav_position_next {
	right: 30px
}

.slider__nav_position_prev {
	left: 30px
}

.slider__dots {
	position: absolute;
	bottom: 30px;
	width: 320px;
	max-width: 100%;
	left: 50%;
	margin-left: -160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider__dot {
	width: 15px;
	height: 15px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 5px;
	outline: 0;
	border: none;
	cursor: pointer
}

/* .slider__dot.active {
	background-color: #e0bbaf
} */

.slider__helper-title {
	color: #fff;
	position: relative;
	z-index: 2;
	font-family: Merriweather-LightItalic, sans-serif;
	font-size: 2.3em
}

.slider__sub-title {
	padding-top: 30px;
	color: #fff;
	position: relative;
	z-index: 2;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px
}

.slider__sub-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 2px;
	background-color: #fff
}

.slider__button {
	margin-top: 30px;
	z-index: 2;
	position: relative
}

.about-studio {
	text-align: center;
	padding-bottom: 0
}

.about-studio__title {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.about-studio__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 2px;
	background: #e0bbaf
}

.about-studio__text {
	margin-bottom: 15px;
	font-size: 20px;
}

.about-studio__text:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0
}

.services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-gap: 15px;
	/* padding: 0; */
	/* margin-bottom: 20px; */
}

.services__elem {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px;
	background-color: #4c4d50;
	color: #fff;
	-webkit-background-size: 100% 100%;
	background-size: 100% cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: -webkit-background-size 1s ease-in-out;
	transition: -webkit-background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	transition: background-size 1s ease-in-out;
	transition: background-size 1s ease-in-out, -webkit-background-size 1s ease-in-out;
	text-decoration: none;
	min-height: 250px
}

.services__elem::after,
.services__elem::before {
	content: '';
	position: absolute;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.services__elem::after {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #4c4d50;
	opacity: .7
}

.services__elem:hover {
	background-color: #000000;
	opacity: .9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.884);
}

.services__elem::before {
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	border: 2px solid #fff;
	z-index: 1
}

.services__title {
	text-transform: uppercase;
	margin-bottom: 7.5px;
	position: relative;
	z-index: 1;
	letter-spacing: 2px
}

.services__text {
	position: relative;
	z-index: 1;
	color: #fff
}

.testimonials {
	-webkit-background-size: 90% 90%;
	background-size: 90%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 1
}

.testimonials__text {
	text-align: center;
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 15px
}

.testimonials__name {
	text-align: center;
	width: 100%;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: .8em;
	text-transform: uppercase
}

.testimonials__user-link {
	color: #fff
}

.testimonials__dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 30px 15px 0
}

.testimonials__dot {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	margin: 0 5px;
	outline: 0
}

.testimonials__dot.active {
	background-color: #e0bbaf
}

.testimonials__container {
	padding-bottom: 0;
	padding-top: 0
}

.contacts {
	display: grid;
	grid-template-columns: 1fr;
	position: relative
}

.contacts__map {
	width: 100%;
	height: 100%;
	min-height: 500px;
	max-height: 500px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-bottom: 50px;
	/* cursor: url(https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grab.cur) 16 16, url(https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grab.cur), move; */
}

.contacts__info {
	padding: 30px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	border-radius: 50px 0 50px 0;
}

.contacts__info:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.contacts__main-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contacts__accent-icon {
	font-size: 1.3em;
	width: 30px
}

.contacts__accent-text {
	font-size: 1.1em
}

.contacts__accent-text a {
	color: #64456e
}

.contacts__title {
	font-size: 1.5em;
	padding-bottom: 15px;
}

.block_invitation {
	margin: 0 auto;
}

.gallery {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 15px;
	border-radius: 50px 0 50px 0;
	width: 100%
}

.gallery__img-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	transition: 0.5s ease-in-out
}

.gallery__img-link:hover {
	opacity: .9 background: #fff;
	transform: scale(1.1)
}

.gallery__img-thumbnail {
	width: 305px;
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	box-shadow: 0px 1px 10px 0px #0a0000af;
	border-radius: 50px 0 50px 0
}

.reviews__item {
	padding: 15px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-top: 75px;
	margin-top: 75px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative
}

.reviews__item::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	height: -webkit-calc(100% - 32px);
	height: calc(100% - 32px);
	border: 1px solid #e0bbaf
}

.reviews__img {
	width: 150px;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: -75px;
	top: 0;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	padding: 7.5px;
	background-color: #fff;
	z-index: 1
}

.reviews__name {
	margin-top: 15px;
	font-size: 1.6em
}

.reviews__date {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #e0bbaf
}

.reviews__text {
	padding: 0 15px 15px
}

.services-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.nav__items {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	height: auto;
	/* padding-top: 15px; */
	text-transform: uppercase;
	text-decoration: none;
	color: #e0bbaf;
	margin: 0 auto;
	width: 94%;
}

.services-links__item,
.services-links__item2,
.services-links__item3 {
	display: flex;
	justify-content: center;
	flex: 1 1 50%;
	margin-top: 10px;
	padding: 15px 15px 12.5px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ff5268;
	color: #fff;
	width: 94%;
}

.services-links__item3 {
	margin: 50px 30px 0 30px;
}

.services-links__item span {
	position: relative;
	z-index: 2
}

.services-links__item2 span {
	position: relative;
	z-index: 3
}

.services-links__item3 span {
	position: relative;
	z-index: 4
}

.services-links__item:hover,
.services-links__item2:hover,
.services-links__item3:hover {
	background-color: #e448b2;
	color: rgb(255, 255, 255);
}

.services-lists {
	width: 100%;
	margin-bottom: 50px;
}

.services-lists__item,
.services-lists__item2,
.services-lists__item3 {
	padding: 15px;
	display: none;
	margin: 0 auto;
	display: none;
	box-shadow: 0px 1px 10px 0px #0a0000af;
	position: relative;
	border-radius: 0 0 50px 50px;
	width: 94%;
	position: relative;
}

.services-lists .services-lists__item,
.services-lists .services-lists__item2,
.services-lists .services-lists__item3 {
	display: none;
}

.services-lists__item:before,
.services-lists__item_2:before,
.services-lists__item_3:before {
	content: "";
	height: 54px;
	position: absolute;
	top: -54px;
}

.services-lists__item:before {
	width: 25%;
}

.services-lists__item2:before {
	width: 50%;
}

.services-lists__item3:before {
	width: 100%
}

.services-lists__item:nth-child(1):before,
.services-lists__item:nth-child(2):before,
.services-lists__item:nth-child(3):before,
.services-lists__item:nth-child(4):before,
.services-lists__item2:nth-child(1):before,
.services-lists__item3:nth-child(1):before {
	background: #e00b9d;
}

.services-lists__item:nth-child(1):before,
.services-lists__item2:nth-child(1):before {
	left: 0%;
}

.services-lists__item:nth-child(2):before {
	left: 25%;
}

.services-lists__item:nth-child(3):before {
	left: 50%;
}

.services-lists__item:nth-child(4):before,
.services-lists__item2:nth-child(2):before {
	right: 0;
}

.services-lists__item3:nth-child(1):before {
	left: 100%;
}

.services-lists__item:target,
.services-lists__item2:target,
.services-lists__item3:target {
	display: block
}

.male_haircuts:before {
	display: none;
}

.services-lists__list {
	margin: 0 30px 0 30px;
	border-bottom: 1px solid #fff;
	padding: 30px 0 30px 0;
}

.services-lists__list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.services-lists__list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px
}

.services-lists__list-item:first-child {
	background-image: none;
	font-size: 1.5em;
	color: #ff5268;
	text-transform: uppercase;
}

.services-lists__list-item:last-child {
	margin-bottom: 0
}

.services-lists__list-item span:first-child {
	padding-right: 7.5px;
	max-width: 60%
}

.services-lists__list-item span:last-child {
	padding-left: 7.5px
}

.button {
	background-color: #ff5268;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	width: 300px;
	max-width: 100%;
	cursor: pointer;
	font-size: 1em
}

.button:hover {
	-webkit-box-shadow: 0 10px 10px rgba(20, 20, 20, 0.5);
	box-shadow: 0 10px 10px rgba(20, 20, 20, 0.5)
}

.button_aligned_center {
	margin: 0 auto
}

.invisible {
	visibility: none
}

.link-disabled {
	color: #64456e;
	/* pointer-events: none */
}

.link-disabled:hover {
	color: #dd9b85
}

.services-lists__sub-text {
	position: absolute;
	font-size: 0.8em;
	bottom: 0;
	padding: 0;
	color: lightgrey;
}

.services-lists__list-item {
	position: relative;
	padding-bottom: 15px;
	background-position: center 40%;
}

.services-lists__list-item span:last-of-type {
	padding-left: 7.5px;
}

.header__logo {
	top: 0;
}

.header__nav {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header__nav-link_resized {
	margin-top: 15px;
}




.yBodyOverflowHidden {
	overflow: hidden;
}

.yButton {
	position: fixed !important;
	width: 100px !important;
	height: 100px !important;
	box-sizing: border-box !important;
}

.yButton.bottom {
	bottom: 30px !important;
}

.yButton.top {
	top: 30px !important;
}

.yButton.right {
	right: 30px !important;
}

.yButton.left {
	left: 30px !important;
}

.yButtonBackground {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100px !important;
	height: 100px !important;
	border-radius: 100% !important;
	background-color: #1c84c6;
	opacity: .8 !important;
	box-sizing: border-box !important;
}

.yButtonWave {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	border-radius: 50% !important;
	border-color: #1c84c6;
	color: #1c84c6;
	border: 2px solid !important;
	width: 105%;
	height: 105%;
	opacity: .9 !important;
	box-sizing: border-box !important;
	-webkit-animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
	-moz-animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
	-o-animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
	animation: wave-stroke 2s infinite cubic-bezier(.37, 0, .8, .77);
}

.yButtonIcon {
	display: none;
	box-sizing: border-box !important;
}

.yButtonText {
	position: absolute !important;
	top: 25px !important;
	left: 5px !important;
	right: 5px !important;
	border-radius: 50% !important;
	width: 90px !important;
	height: 50px !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	letter-spacing: 1.5px !important;
	font-family: 'Play', sans-serif !important;
	box-sizing: border-box !important;
}

.yWidgetBlock {
	position: fixed !important;
	top: 0px !important;
	width: 500px !important;
	height: 100% !important;
	background-color: #fff !important;
	background-image: url(/images/widgetBack.png) !important;
	background-position: center 10% !important;
	background-repeat: no-repeat !important;
	box-sizing: border-box !important;
}

.yWidgetBlock.right {
	right: -500px !important;
}

.yWidgetBlock.left {
	left: -500px !important;
}

.yWidgetIFrame {
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box !important;
}

.yWidgetCover {
	width: 100% !important;
	height: 100% !important;
	background: #333 !important;
	opacity: .5 !important;
	display: none;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	box-sizing: border-box !important;
}

.yCloseIcon {
	position: fixed !important;
	top: 13px !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50% !important;
	background: #fff !important;
	display: none;
	background-image: url(/images/icon-close.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 12px 12px !important;
	box-sizing: border-box !important;
}

.yCloseIcon.left {
	left: 513px !important;
}

.yCloseIcon.right {
	right: 513px !important;
}

.yWidgetShow {
	animation-duration: .4s !important;
}

.yWidgetShow.right {
	right: 0px !important;
	animation-name: slideinRight !important;
}

.yWidgetShow.left {
	left: 0px !important;
	animation-name: slideinLeft !important;
}

.yWidgetHide {
	animation-duration: .4s !important;
}

.yWidgetHide.right {
	right: -500px !important;
	animation-name: slideoutRight !important;
}

.yWidgetHide.left {
	left: -500px !important;
	animation-name: slideoutLeft !important;
}

/**********************************/

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;

	font-weight: lighter;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	z-index: 1
}

.footer__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 2fr;
	grid-gap: 10px;
	font-size: .9em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-items: center
}

.footer__column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__link {
	text-decoration: none;
	color: #fff;
	margin-bottom: 5px
}

.footer__link:hover {
	color: #e0bbaf
}

.footer__text {
	margin-bottom: 5px
}

.reviews {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px
}

.footer_row_1 {
	display: flex;
	align-items: center;
}

.social_buttons_wrapper {
	display: flex;
	justify-content: center;
	/* transform: translate(-50%, -50%); */
	width: 550px;
	margin-bottom: 70px;
}

/* Style the Un-order list by setting its list-style to none */
.social_buttons_wrapper ul {
	list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
	and float them to left and set its border and border-radius.
  */
.social_buttons_wrapper ul li {
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	border: 5px solid #D8E2DC;
	float: left;
	transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
 to align it properly */
.social_buttons_wrapper ul li .fa {
	color: #D8E2DC;
	margin-top: 20px;
	transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
	to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.social_buttons_wrapper ul li:hover.facebook {
	border: 5px solid #3b5998;
	box-shadow: 0 0 15px #3b5998;
	transition: all 0.5s ease;
}

.social_buttons_wrapper ul li:hover .fa-facebook {
	color: #3b5998;
	text-shadow: 0 0 15px #3b5998;
	transition: all 0.5s ease;
}

/*twitter*/
.social_buttons_wrapper ul li:hover.twitter {
	border: 5px solid #00aced;
	box-shadow: 0 0 15px #00aced;
	transition: all 0.5s ease;
}

.social_buttons_wrapper ul li:hover .fa-twitter {
	color: #00aced;
	text-shadow: 0 0 15px #00aced;
	transition: all 0.5s ease;
}

/* instagram */
.social_buttons_wrapper ul li:hover.instagram {
	border: 5px solid #bc2a8d;
	box-shadow: 0 0 15px #bc2a8d;
	transition: all 0.5s ease;
}

.social_buttons_wrapper ul li:hover .fa-instagram {
	color: #bc2a8d;
	text-shadow: 0 0 15px #bc2a8d;
	transition: all 0.5s ease;
}

/* google */
.social_buttons_wrapper ul li:hover.google {
	border: 5px solid #dd4b39;
	box-shadow: 0 0 15px #dd4b39;
	transition: all 0.5s ease;
}

.social_buttons_wrapper ul li:hover .fa-google {
	color: #dd4b39;
	text-shadow: 0 0 15px #dd4b39;
	transition: all 0.5s ease;
}

/* whatsapp */
.social_buttons_wrapper ul li:hover.whatsapp {
	border: 5px solid #4dc247;
	box-shadow: 0 0 15px #4dc247;
	transition: all 0.5s ease;
}

.social_buttons_wrapper ul li:hover .fa-whatsapp {
	color: #4dc247;
	text-shadow: 0 0 15px #4dc247;
	transition: all 0.5s ease;
}


/* media queries */

@media screen and (max-width: 640px) {
	.social_buttons_wrapper {
		width: 350px;
	}

	.social_buttons_wrapper ul li {
		margin-top: 10px;
	}

	.social_buttons_wrapper ul li.google {
		margin-left: 60px;
	}
}


@media screen and (max-width: 340px) {
	.social_buttons_wrapper {
		width: 150px;
	}

	.social_buttons_wrapper ul li {
		margin: 15px;
	}

	.social_buttons_wrapper ul li.google {
		margin-left: 15px;
	}
}

.fancybox-active {
	height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
	z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
	outline: 0
}

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

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

.fancybox-button div {
	height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*style burger menu*/
.hidden-menu {
	display: block;
	position: fixed;
	list-style: none;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	width: 200px;
	background-color: #2b343c;
	height: 100%;
	top: 0;
	left: -200px;
	transition: left .2s;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.hidden-menu li a {
	text-decoration: none;
	color: #cacaca;
}

.hidden-menu li a:hover {
	color: #fff;
}

/*скрываем инпут чекбокс*/
.hidden-menu-ticker {
	display: none;
}

/*общие стили значка-гамбургера, самого лэйбла*/
.btn-menu {
	color: #fff;
	background-color: #fff;
	padding: 2px;
	position: fixed;
	top: 5px;
	left: 5px;
	cursor: pointer;
	transition: left .23s;
	z-index: 3;
	width: 20px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

/*общие стили полосок*/
.btn-menu span {
	display: block;
	height: 2px;
	background-color: #2b343c;
	margin: 5px 0 0;
	transition: all .1s linear .23s;
	position: relative;
}

/*прибиваем к верху лэйбла первую полоску*/
.btn-menu span.first {
	margin-top: 0;
}

/*при нажатии на бургер двигаем его и делаем другой фон бургеру*/
.hidden-menu-ticker:checked~.btn-menu {
	left: 160px;
	background-color: #2b343c;
}

/*и дальше стили меняющие бургер, двигающие менюшку по событию - нажатие на значек бургера*/
.hidden-menu-ticker:checked~.hidden-menu {
	left: 0;
}

.hidden-menu-ticker:checked~.btn-menu span.first {
	-webkit-transform: rotate(45deg);
	top: 7px;
	background-color: #fff;
}

.hidden-menu-ticker:checked~.btn-menu span.second {
	opacity: 0;
}

.hidden-menu-ticker:checked~.btn-menu span.third {
	-webkit-transform: rotate(-45deg);
	top: -7px;
	background-color: #fff;
}