:focus,
:active {
	outline: none;
}

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

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 100%;
	padding: 0;
	margin: 0;
	/* overflow-x: hidden; */
}

nav,
footer,
header,
aside {
	display: block;
}

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

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

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 {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

img {
	vertical-align: middle;
}

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

html {
	--scrollbarBG: #0e0e0f;
	--thumbBG: #e01a1a;
}

body::-webkit-scrollbar {
	width: 11px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}
@media (max-width: 1219px) {
	.container {
		max-width: 960px;
	}
}
@media (max-width: 1000px) {
	.container {
		max-width: 710px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media (max-width: 639px) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (max-width: 424px) {
	.container {
		padding-right: 22px;
		padding-left: 22px;
	}
}
body {
	background: #0e0e0f;
	color: #000000;
	font-size: 14px;
	line-height: 100%;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 42px;
	color: #fff;
	line-height: normal;
	padding: 50px 0;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.text-center {
	text-align: center;
}
#header {
	padding-top: 50px;
	/* min-height: 31%; */
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.logo img {
	width: 100%;
	height: auto;
}
.social-block {
	width: 100%;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}
.social-block a {
	padding: 0px 10px;
}

h2.h2-services {
	color: #e01a1a;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 80px;
	padding-bottom: 18px;
}
.icon-title-wrap {
	position: relative;
	z-index: 10;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}
.icon-title-wrap img {
	background: #0e0e0f;
	position: relative;
	z-index: 2;
	padding: 0 15px;
}
.icon-title-wrap::before,
.icon-title-wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e01a1a;
	top: 50%;
	transform: translateX(-50%);
}
.icon-title-wrap::before {
	left: 0;
}
.icon-title-wrap::after {
	left: 100%;
}
.services_wrap {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
}
.services_col_left,
.service_col_right {
	width: 50%;
}
.services_col_left {
	padding-right: 50px;
}
.services_col_left img {
	margin-right: 6px;
}
.phones.phones2 {
	padding-left: 28px;
}
.call-me.ms_booking,
.buy_cert {
	background-color: #e01a1a;
	color: #fff;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: 600;
	font-size: 18px;
	padding: 14px 0;
	text-transform: uppercase;
}
.call-me.ms_booking:hover,
.buy_cert:hover {
	-webkit-box-shadow: 0 0 14px #e01a1a;
	box-shadow: 0 0 14px #e01a1a;
	cursor: pointer;
}
.buy_cert {
	display: block;
	padding: 19px 0;
}
.services {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
.services strong {
	color: #e01a1a;
}
ul.services_list {
	width: 100%;
}
ul.services_list > li {
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 14px;
}
ul.services_list > li::after {
	content: '.........................................................................................................................................................................';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 1;
}
ul.services_list > li span {
	position: relative;
	z-index: 10;
	background-color: #0b0b0b;
}
ul.services_list > li .item {
	padding-right: 5px;
}
ul.services_list > li .price {
	padding-left: 5px;
}
p.services {
	margin-top: 0;
}
.services p {
	text-transform: none;
}
.services p a {
	color: inherit;
}
.services p a:hover {
	text-decoration: none;
	opacity: 0.9;
}
/* stroke: red;
stroke-width: 1px; */

/* contact */

.contacts {
	display: flex;
	color: #fff;
	font-weight: 500;
	justify-content: space-between;
}
.contacts li {
	flex-basis: 33.33%;
	display: flex;
	justify-content: start;
	align-items: center;
}
.contacts li img {
	margin-right: 10px;
}
.contacts li a {
	color: inherit;
}
.contacts li a:nth-child(2) {
	margin-right: 15px;
}
.contacts-row2 li a,
.contacts-row2 li img {
	display: inline-block;
}
.contacts-row2 li a:nth-child(2) {
	margin-right: 0;
}
.contacts li:nth-child(3) {
	justify-content: flex-end;
}
.social-li {
	display: flex;
	justify-content: center;
	margin-top: 34px;
	padding-bottom: 10px;
}

.social-li li {
	width: auto;
	flex-basis: auto;
}
.social-li li:not(:last-child) {
	margin-right: 30px;
}
#contacts {
	padding-bottom: 50px;
}
@media (max-width: 1000px) {
	.contacts li {
		flex-basis: 100%;
	}
	.contacts li:nth-child(3) {
		justify-content: flex-start;
	}
}
/* contact end  */

/* footer */
#map {
	position: relative;
	overflow: hidden;
}
#map img {
	height: auto;
	width: 100%;
}
.map-link {
	position: absolute;
	width: 50%;
	height: 100%;
	display: inline-block;
	left: 0;
	top: 0;
}
.map-link-2 {
	left: 50%;
}
.copiright {
	color: #fff;
	padding: 0 0 20px 0;
}

/* footer end  */

/* fixed button  */

.fixed_button {
	display: none;
}
@media (max-width: 639px) {
	footer {
		padding-bottom: 60px;
	}
	.fixed_button {
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 50;
		width: 100%;
		background-color: #0e0e0f;
		opacity: 0.9;
		-webkit-box-shadow: 0 0 30px #0e0e0f;
		box-shadow: 0px 0px 30px #0e0e0f;
	}
	.fixed_button_item {
		width: 33.33%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fixed_button a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		padding: 14px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		letter-spacing: 0.2px;
		flex-direction: column;
	}
	.fixed_button a svg {
		margin-bottom: 5px;
	}
	.fixed_button_item:nth-child(2) {
		border-left: 2px solid rgba(255, 255, 255, 0.1);
		border-right: 2px solid rgba(255, 255, 255, 0.1);
	}

	bwchat#bwc-wrap #bwc-widget-action.bwc-mobile {
		bottom: 75px !important;
	}
}
/* fixed button end  */

/* 404  */

.c-404 {
	display: block;
	font-size: 20vw;
	line-height: normal;
	font-weight: 700;
	color: #e01a1a;
}
.error-404 {
	text-align: center;
	padding-bottom: 60px;
}
.error-404 a {
	padding: 15px 30px;
	color: #fff;
	background-color: #e01a1a;
	font-weight: 600;
}
/* 404 end  */

/* gallery  */

.swiper_gallery {
	overflow: hidden;
}
.swiper_gallery .swiper-slide-image {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
}
.swiper_gallery .swiper-slide-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	width: 100%;
	height: 100%;
}
/* @media (max-width: 767px) {
	.swiper_gallery .swiper-slide-image {
		height: 370px;
	}
} */
/* @media (max-width: 639px) {
	.swiper_gallery .swiper-slide-image {
		height: 300px;
	}
}
@media (max-width: 424px) {
	.swiper_gallery .swiper-slide-image {
		height: 250px;
	}
} */

/* gallery end  */

/* adaptive  */

@media (max-width: 1219px) {
}
@media (max-width: 1000px) {
	h1 {
		font-size: 36px;
		line-height: 110%;
	}
	.contacts {
		flex-wrap: wrap;
	}
	.contacts li:nth-child(3) {
		width: 100%;
		display: flex;
		/* justify-content: center; */
	}
}
@media (max-width: 767px) {
	#contacts {
		text-align: center;
	}
	.contacts {
		display: inline-block;
		width: 100%;
	}
	.contacts li {
		width: 100%;
	}
	.contacts li:nth-child(3) {
		padding: 14px 0;
	}
	.services_col_left,
	.service_col_right {
		width: 100%;
	}
	.services_col_left {
		padding-right: 0;
	}
	.service_col_right {
		margin-top: 30px;
	}
}
@media (max-width: 639px) {
	h1 {
		font-size: 28px;
		line-height: normal;
	}
	h2.h2-services {
		font-size: 22px;
		margin-top: 30px;
	}
}
@media (max-width: 424px) {
	h1 {
		font-size: 24px;
	}
	h2.h2-services {
		font-size: 20px;
	}
	.contacts li:nth-child(3) {
		flex-wrap: wrap;
		justify-content: start;
	}
	.contacts li:nth-child(3) a:nth-child(3) {
		padding-left: 32px;
		padding-top: 5px;
	}
	.services {
		font-size: 15px;
	}
	.logo {
		position: relative;
		overflow: hidden;
		z-index: 5;
		height: 60px;
	}
	.logo img {
		position: absolute;
		width: 200%;
		left: 51%;
		transform: translateX(-50%);
	}
	#map img {
		height: 120px;
	}
}

/* adaptive end  */

.fancybox-container .fancybox-slide--video .fancybox-content {
	background: transparent;
	text-align: center;
	width: auto;
}
video.fancybox-video {
	width: auto;
	max-width: 100%;
}

/* barbers  */

.barbers_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}
.barber_item {
	width: calc(1 / 4 * 100% - 30px);
	margin: 30px 15px;
}
.barber_item img {
	width: 100%;
	height: auto;
}
.barber_item .descr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.barber_item .name {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	opacity: 0.9;
	line-height: 100%;
}
.barber_item a {
	font-size: 16px;
	padding: 10px 16px;
	color: #fff;
	background-color: #e01a1a;
	font-weight: 600;
	text-transform: uppercase;
}
.barber_item a:hover {
	-webkit-box-shadow: 0 0 7px #e01a1a;
	box-shadow: 0 0 7px #e01a1a;
	cursor: pointer;
}
@media (max-width: 1219px) {
	.barbers_wrap {
		margin: 0 -12px;
	}
	.barber_item {
		width: calc(1 / 3 * 100% - 24px);
		margin: 24px 12px;
	}
}
@media (max-width: 767px) {
	.barbers_wrap {
		margin: 0 -10px;
	}
	.barber_item {
		width: calc(1 / 2 * 100% - 20px);
		margin: 20px 10px;
	}
}
@media (max-width: 639px) {
	.barber_item {
		position: relative;
	}
	.barber_item .name {
		position: absolute;
		bottom: 50px;
		z-index: 2;
		left: 0;
		padding: 10px 15px;
		background: #000;
		width: 100%;
		opacity: 0.8;
		font-size: 16px;
	}
	.barber_item a {
		width: 100%;
		text-align: center;
		padding: 12px 0;
	}
}
@media (max-width: 424px) {
	.barbers_wrap {
		margin: 0;
	}
	.barber_item {
		width: 100%;
		margin: 20px 0;
	}
}
/* barbers end  */

/* about us  */

.about_col_left img {
	width: 100%;
	height: auto;
}

/* about us end  */
