@font-face {
	font-family: 'Proxima Nova';
	font-weight: 300;
	src: url("../fonts/ProximaNova-Light.woff") format("woff");
}

@font-face {
	font-family:'Proxima Nova';font-weight:400;src:url("../fonts/ProximaNova-Regular.woff") format("woff");
}

@font-face {
	font-family:'Proxima Nova';font-weight:500;src:url("../fonts/ProximaNova-Semibold.woff") format("woff");
}

@font-face {
	font-family:'Proxima Nova';font-weight:600;src:url("../fonts/ProximaNova-Bold.woff") format("woff");
}

#logo {
	width:210px; margin-bottom:15px;
}
#divrul {
 width: 15%;
}
#introtxt {
	 font-size:160%;
	 letter-spacing: 2px;
	 line-height:1.5;
	 padding-bottom:0px;
	 width: 45rem;
     margin: auto;
}
.inner .divider {
  width: 45rem;
  margin-top: 1.8rem;
}

.hidden {
            display: none;
        }
#services-header {
            cursor: pointer; /* Изменяем курсор на палец */
        }

body,html {
	color: #eeeeee;
	background: #2d2d2d;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

body.index-body .footer,html.index-body .footer {
	/*background: #3B2C26;*/
}

a,a:hover {
	text-decoration: none;
	color: inherit;
}

img {
	width: 100%;
}

.uppercase,.intro .inner .subtitle,.header .container a,h4,.h4,h1,.h1,.section .title,.intro .inner .title {
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

h1,.h1,.section .title,.intro .inner .title {
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

h2,.h2,.list .item .txt .subtitle,.note .subtitle {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 1rem;
}

h4,.h4 {
	font-size: 1rem;
}

p,.list .item .txt .desc {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #eeeeee;
}

.text-primary {
	color: #C4AF8A !important;
}

.arrow {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 1px solid white;
	cursor: pointer;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.divider {
	width: 10rem;
	height: 1px;
	background-color: rgb(255 255 255 / 25%);
	margin: 2rem auto;
	position: relative;
}

.divider:before,.divider:after {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #838383;
	position: absolute;
	top: calc(-0.2rem + 0.5px);
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.logo img {
	height: 60px;
	width: auto;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.header {
	height: 100px;
	position: absolute;
	width: 100%;
	z-index: 20;
	padding: 0;
}

.header .hamburger {
	margin-left: -1.5rem;
}

.header .hamburger img {
	height: 32px;
	width: auto;
}

.header .container {
	justify-content: center;
}

.header .container a {
	font-size: 0.85rem;
	padding: 1rem 1.5rem;
}

.header .container .logo {
	position: absolute;
}

.intro {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 75vh;
	top: 0;
	left: 0;
}

.intro .inner {
	z-index: 10;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 110%;
	min-height: 600px;
/*	max-height: 760px;*/
	top: 0;
	left: 0;
	text-align: center;
}

.intro .inner .arrows {
	position: absolute;
	bottom: 3rem;
	width: 100%;
}

.intro .inner .arrows .container {
	display: flex;
	justify-content: space-between;
}

.intro .inner .down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.intro .inner .sound {
	border: none;

	background-color: rgba(255,255,255,0.2);
background-image: url(../images/volume-mute.svg);

}

.intro .inner .sound.on {
	background-image: url(../images/volume.svg);
}

.intro .inner .sound:after {
	content: '';
	background-image: url(../images/volume.svg);
}

.intro #photo {
 display: none;
}

.intro video, .intro #photo  {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header .container,.intro .container {
	max-width: 1980px;
	padding: 0 4rem;
}

.section {
	text-align: center;
	padding: 6rem 0;
}

.section .title {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.start {
	padding: 0;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}

.start .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	height: 110%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.start.membership {
	background-image: url(../images/membership.jpg);
}

/*
.start.regulations {
	background-image: url(../images/regulations.jpg);
}
*/

.intro .title {
	font-size: 5.5rem !important;
	line-height: 1 !important;
	text-shadow: 0px 0px 5rem black;
}
.start .title {
	font-size: 3rem !important;
	text-shadow: 0px 0px 5rem black;
}

.note {
	color: #C4AF8A;
}

.note .subtitle {
	margin-bottom: 0.75rem;
	position: relative;
}

.note .subtitle:before {
	content: '* * *';
	font-size: 3rem;
	font-weight: 100;
	position: absolute;
	width: 100%;
	left: 0;
	top: -5rem;
}

.about .about-container {
	display: flex;
}

.about .about-container .about-image {
	flex-grow: 1;
	background-repeat: no-repeat;
	background-size: 400px;
}

.about .about-container .about-image.one {
	width: 20%;
	background-image: url(../images/gyntoclub-circle-1.png);
	background-position-x: 98%;
}

.about .about-container .about-image.three {
	background-image: url(../images/gyntoclub-circle-2.png);
	background-position-x: left;
}

.about .about-container .about-image.four {
	width: 45%;
	background-image: url(../images/gyntoclub-circle-3.png);
	background-position-x: left;
}

.about .about-container .about-text {
	width: 45%;
	text-align: left;
	padding: 5rem 4rem 10rem;
	background-image: url(../images/gyntoclub-circle-2.png);
	background-repeat: no-repeat;
	background-position-x: 85%;
	background-position-y: 85%;
	flex-grow: 1;
    background-size: 400px;
}

.about .about-container .about-text,.about .about-container .four {
	border-left: 1px solid #333;
}

.about {
	display:none;
}

.swiper,.values {
	color: #C4AF8A;

}

.swiper .swiper-wrapper {
	margin: 0;
}

.swiper .swiper-controls {
	position: absolute;
	width: 100%;
	bottom: 2.5rem;
	left: 0;
	right: 0;
}

.swiper .swiper-controls .container {
	display: flex;
	align-items: flex-end;
}

.swiper .swiper-pagination {
	position: relative;
	text-align: left;
	padding-left: 2.5rem;
	width: auto;
	margin-right: auto;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	background: #eeeeee;
	opacity: 0.5;
	margin: 0 14px;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	position: relative;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active:after {
	content: '';
	position: absolute;
	left: -14px;
	top: -14px;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	border: 1px solid #eeeeee;
}

.swiper .swiper-button-prev,.swiper .swiper-button-next {
	position: static;
	margin-right: 2.5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.swiper .swiper-button-prev:after,.swiper .swiper-button-next:after {
	content: none;
}

.swiper .swiper-button-prev {
	margin-right: 1.25rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.list {
	color: #eeeeee;
}

.list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 2rem;
}

.list .item .num {
	font-size: 8rem;
	font-weight: 200;
	line-height: 0.75;
	opacity: 0.3;
	position: relative;
	min-width: 11rem;
	text-align: left;
	margin-right: 4rem;
}

.list .item .num:after {
	content: '';
	width: 2px;
	height: 100%;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	background-color: white;
	position: absolute;
	right: 0;
	top: 0;
}

.list .item .txt {
	text-align: left;
	width: 100%;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.list .item .txt .subtitle {
	margin-bottom: 0.5rem;
}

.list .item .txt .desc {
	font-weight: 300;
}

.list .item .txt .h4 {
	opacity: 0.5;
}

.list .item:last-child .txt {
	border: none;
}
/*
.footer {
	padding: 20px;
}*/

.footer .container {
	align-items: flex-start;
	position: relative;
	bottom: 20px;
}

.footer .container a {
	font-size: 1.25rem;
}

.footer .container .phone,.footer .container .email {
	margin-right: 4rem;
}

.footer .container .time,.footer .container .address,.footer .container .copy {
	font-weight: 100;
	opacity: 0.5;
}

.footer .container .arrow {
	border: none;
	background-color: rgba(255,255,255,0.2);
}

#sidenav {
	width: 100%;
	border: none;
}

#sidenav .close {
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url(../images/close.svg);
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
}

#sidenav .offcanvas-body {
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 2.5rem;
	background-color: black;
	display: flex;
	flex-direction: column;
}

#sidenav .offcanvas-body .divider {
	width: 6rem;
	margin: 2rem 0;
}

#sidenav .offcanvas-body>a {
	padding: 0.75rem 0;
	color: #C4AF8A;
	font-size: 1.25rem;
}

#sidenav .offcanvas-body>a.phone {
	font-size: 1.5rem;
	padding-bottom: 0;
}

#sidenav .offcanvas-body .logo {
	margin-bottom: 2rem;
}

#sidenav .offcanvas-body .logo img {
	-webkit-filter: invert(97%) sepia(80%) saturate(706%) hue-rotate(312deg) brightness(81%) contrast(87%);
	filter: invert(97%) sepia(80%) saturate(706%) hue-rotate(312deg) brightness(81%) contrast(87%);
}

@media (max-width: 1439px) {
.about .about-container .about-image {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: 400px;
}
	.four {
		/*display: none;*/
	}

}
#chcl {
padding:0 0 300px 0; font-size: 24px;}
#pr {padding: 0 150px;}

@media (max-width: 1319px) {
.about .about-container .about-text {
    width: 45%;
    padding: 5rem 4rem 10rem;
    background-position-y: 85%;
    background-size: 400px;
}

.about .about-container .about-image {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: 400px;
}
	.header .container,.intro .container {
		padding: 0 3rem;
	}

	.header .container a {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.swiper-wrapper {
		max-width: 100%;
		padding: 0 !important;
	}

	.swiper-pagination {
		padding-left: 0 !important;
	}

	.swiper-button-next {
		margin-right: 0 !important;
	}
	
}

@media (max-width: 1199px) {
.about .about-container .about-image {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: 400px;
}
.about .about-container .about-image.one {
    background-position-x: -81px;
}


	.about-text {
		width: 40% !important;
	}
}

@media (min-width: 992px) {
	.about {
		padding: 0 !important;
	}
}

@media (max-width: 991px) {
.intro #photo {
 display: none;
}
/*
.intro .inner {
	z-index: 10;
	position: inherit;
	min-height: 205px;
    max-height: 205px;
    top: 100px;
    display: inherit;
}
.section {
	padding-top: rem  !important;
}
*/
.intro .inner .arrows {
 display: none;
}
#chcl {
padding:0 20px;}
#pr, .start .inner {padding: 0 20px;}

	
	.container,.header .container,.intro .container {
		padding: 0 20px;
	}

	.about .about-container {
		flex-direction: column;
	}

	.about .about-container .about-image.one {
		width: 100%;
		height: 24rem;
		background-size: 24rem !important;
		background-position: center;
	}

	.about .about-text {
		background-image: none !important;
		width: 100% !important;
		text-align: center !important;
		padding: 3rem 0 0 !important;
	}

	.header .hamburger {
		margin-left: 0;
	}

	.header a {
		letter-spacing: 0.075em !important;
	}

	.header .logo img {
		height: 48px !important;
	}

	.footer .container {
		max-width: 100%;
	}

	.footer .copy {
		width: 100%;
		margin-top: 1rem;
		padding-right: 5rem;
	}

	.footer .arrow {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}

	.section {
		padding: 0 0 4rem 0;
	}

	.list .item {
		flex-direction: column;
	}

	.list .item .num {
		margin: 0 0 1.25rem -.5rem;
	}

	.list .item .num:after {
		content: none;
	}

	.header a {
		font-size: 1rem !important;
	}

	body,html {
		font-size: 14px !important;
	}
.intro video {
display: none;
}
.intro #photo {
display: inline;
background-image: url("../images/gyntoclub-slider.jpg");
background-size: cover;
background-position: center;
}
/*

.intro {
    height: 45vh;
	padding-top: 100px;
}
.about {
    display: block;
    padding-top: 100px;
}
*/
.intro .inner {
    /*min-height: 453px;*/
}
.intro {
/*    height: 70vh;
    top: 20px;*/
}
#divrul {
 width: 40%;
}

.inner .divider {
  width: 100%; 
  
}

#introtxt {
	 font-size:128%;
	 letter-spacing: 1.5px;
	 line-height:1.5;
	 width: 100%;
}
#logo {
	width:160px; margin-bottom:15px;
}
}

@media (max-width: 565px) {
	.intro .title {
		font-size: 4rem !important;
	}
	.start .title {
	font-size: 2.1rem !important;
    letter-spacing: 1px;
	}
	body, html {
    line-height: 1.2;
}
    .start {
    min-height: 135px;
    }
    h2, .h2, .list .item .txt .subtitle, .note .subtitle {
    font-size: 1.4rem;
    }
    .start .inner {
	height: 100%;

}
	h1,.h1,.intro .inner .title,.section .title {
	margin-top: 0;
	font-size: 2.5rem;
	}
	h2,.h2,.list .item .txt .subtitle,.note .subtitle {
	line-height: 1.1;
    }
    p,.list .item .txt .desc {
	line-height: 1.1;
	font-size: 14px;
	margin-top: 0.2rem;
    }
    .list .item .txt .subtitle {
    margin-bottom: 0rem;
    }
    .h4 {
    margin-top: -13px;
    }
	.header .logo {
	position: static !important;
	}
    .list .item .txt {
	padding-bottom: 1rem;
    }
    .divider {
    /*margin: 1rem auto;*/
    }
	.intro .arrows {
		bottom: 30px !important;
	}

	.swiper-controls {
		position: static !important;
		margin-top: 30px;
	}
	.swiper-controls .swiper-pagination {
		width: 100% !important;
		text-align: center !important;
	}
    .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px !important;
    }
	.swiper-controls .arrow {
		display: none;
	}
    .footer .container .phone,.footer .container .email {
	margin-right: 1rem !important;
    }
    .footer .container .time, .footer .container .address, .footer .container .copy {
	line-height: 1.1;
    }
    .footer .copy {
    margin-top: 0rem;
    }
	.footer .email {
		width: 100%;
		margin: 1rem 0;
		padding-right: 5rem;
	}
}