body, h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

.container{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}

.container > div {
    width: 75rem;
}

.logo {
    font-size: 1.7rem;
    color: #fff;
}

.menu {
    display: flex;
    align-items: center;
}

.menu a {
    margin: 0 1.2rem;
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.menu a:hover {
    color: #79202e;
}

.menu a.active {
    color: #79202e;
}

.flex{
    display: flex;
}

.flexV{
    display: flex;
    flex-direction: column;
}

.nav {
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 99;
    width: 100%;
    padding: 1.5rem 0;
    background: rgba(0,0,0, 0.4);
}

.nav > div.desktop-menu {
    justify-content: space-between;
    width: 75rem;
    align-items: center;
}

.selLng {
    color: #79202e;
    text-decoration: underline;
    margin: 0 0.3rem;
}

.Lng {
    color: #fff;
    text-decoration: none;
}


/**** slider ****/

.slide-wrapper, .slide{
    background: #000;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.slide-wrapper.white {
    background: #fff;
}

.slide-wrapper.career{
    margin-top: 6.7rem;
    background: #fff;
}

.feedmap {
    display: flex;
}

.feedmap > div {
    width: 50%;
}

.feed {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 13.5rem;
}

.feed h2 {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

/*
* отключается - форма такая же как на других страницах

form {
    display: flex;
    flex-direction: column;
    width: 23.125rem;
}

input, textarea {
    padding: 0.5rem 1rem;
    color: #787878;
    border-radius: 0.25rem;
    border: 1px solid gray;
    margin-bottom: 0.5rem;
    outline: none;
}
input[type="submit"] {
    background: #79202e;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
input[type="submit"]:hover {
    background: #6a1724;
}
/**/

.feed p {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 3.125rem;
}

.feedmap .feed {
    background: url(/templates/images/layout/feedback.jpg) no-repeat center;
    background-size: cover;
}

.mainScreen{
    z-index: 1;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 6.75rem;
    height: 4.25rem;
}

.gymScreen{
    z-index: 1;
    position: relative;
    height: 55rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gym1 {
    background: #283c5f !important;
}

.gal1 {
    background: #f1f1f1 !important;
}

.gymGrid {
    width: 75rem;
    display: flex;
    justify-content: space-between;
}

.galleryGrid {
    width: 95rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.gymGrid > div {
    display: flex;
    flex-direction: column;
    width: 23.3rem;
}

.galTop {
    padding-top: 5.5rem;
    background: #f1f1f1;
}

.galleryScreen {
    z-index: 1;
    position: relative;
    height: 51rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galleryGrid > div {
    display: flex;
    flex-direction: column;
    width: 31.25rem;
    height: 20rem;
    margin-bottom: 0.6rem;
    cursor: zoom-in;
}

.show-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.show-popup > div {
    outline: 0;
    width: 80vw;
    height: 70vh;
    display: flex;
    justify-content: center;
}

.show-popup > div > img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.video-popup > div {
	outline: 0;
	height: 315px;
	width: 560px;
}

.video {
    cursor: pointer;
}

.gymGrid > div h2{
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.serviceslider{
    cursor: pointer;
    top: calc(50% - 2.5rem);
    height: 2.5rem;
    z-index: 100;
    position: absolute;
}

.serviceslider.left,
.serviceslider.left2 {
    left: 1rem;
    transform: rotate(180deg);
}

.serviceslider.right,
.serviceslider.right2 {
    right: 1rem;
}

.gymGrid > div a {
    align-self: flex-end;
    background: #79202e;
    text-decoration: none;
    padding: 0.75rem 2rem;
    color: #fff;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.gymGrid > div a:hover {
    background: #6a1724;
}

.gymGrid > div p {
    width: 23.3rem;
    color: #fff;
    font-size: 1.1rem;
    margin-top: 2rem;
}

.slide1{
    background: url('/wp-content/themes/cocr/cocr/img_res/ardager1.jpg');
    background-size: cover;
    background-position: center;
}

.garden1 {
    background: url('/wp-content/themes/cocr/cocr/img_res/garden.jpg');
    background-size: cover;
    background-position: center; 
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero img{
    height: 11.9rem;
}

.hero h2 {
    font-size: 1.5rem;
    color: #fff;
    margin: 4.68rem 0 1.5rem 0;
}

.hero p {
    color: #fff;
    font-size: 1.1rem;
    width: 62rem;
    text-align: center;
    margin-bottom: 5.3rem;
}

.scroll {
    position: absolute;
    top: 90vh;
    left: calc(50vw - 15px);
    z-index: 100;
    height: 3.75rem;
}

.blue-strip {
    height: 1.7rem;
    width: 100%;
    background: #283c5f;
}

.aboutHead{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.aboutHead h1{
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    color: #a7a7a7;
    text-align: center;
    text-transform: uppercase;
}

.redDiv.job{
    margin-bottom: 4rem;
}

.redDiv.none {
    margin-bottom: 0;
}

.redDiv{
    width: 2rem;
    height: 0.25rem;
    background: maroon;
    margin: 1.56rem 0 6.5rem 0;
}

.redDiv.long {
    width: 6.5rem;
}

.welcome {
    padding: 6.25rem 0 9rem 0;
}

.cross {
    display: flex;
    justify-content: center;
}

.crossit {
    width: 63rem;
    display: flex;
    flex-wrap: wrap;
}

.crossit > div {
    width: 50%;
}

.crossit > div img {
    width: 100%;
}

.crossit > div.text {
    padding-top: 6.25rem;
}

.text p {
    padding-bottom: 1.3rem;
    width: 23.5rem;
    color: #474a56;
    font-size: 1.1rem;
}

.text.leftt p {
    padding-left: 6.25rem;
}

.aboutHead h2{
    margin: 1.3rem 0 0 0;
    font-size: 2.31rem;
    color: #283c5f;
    text-align: center;
}

.hero a {
    background: #79202e;
    color: #fff;
    padding: 1.3rem 3rem;
    border-radius: 5rem;
    text-decoration: none;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.hero a:hover {
    background: #6a1724;
}

.footer-logo {
	width: 12.5rem;
}

footer {
	padding: 2rem 0;
	background: #20314d;
}

.footprint {
	justify-content: space-between;
	flex-wrap: wrap;
}

.footprint h3 {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 1rem;
}

.footprint ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footprint ul li a,
.footprint p ,
.footprint a.p{
	color: #fff;
    opacity: 0.5;
    text-decoration: none;
	transition: all 0.3s ease;
}

.footprint ul li {
    margin: 0.3rem 0;
}

.footprint ul li a:hover {
    color: red;
}

.footprint ul li:first-child{
	margin-top: 0;
	margin-bottom: 1rem;
}

.footprint ul li:first-child a{
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff !important;
	opacity: 1;
	cursor: default;
}

/****** copoy **/

.copy{
    background: #304770;
    padding: 1rem;
}

.copy-inner{
    color: #fff;
    justify-content: space-between;
}

.copytext {
    color: #b6b6b6;
}

a.red{
    color: #ff0000;
    text-decoration: underline;
}

.red span{
    color: #fff;
    text-decoration: underline;
}

/********** overlay *********/

.overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97;
    height: 100vh;
    width: 100vw;
    background: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.overlay.full{
    display: flex;
}

#cent {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.overlay a{
    font-size: 1.55rem;
    color: #000;
    text-decoration: none;
    margin: 1rem;
    cursor: pointer;
    z-index: 99;
}

/*** menu **/
.tablet-logo {
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.9;
    padding: 0.5rem 0 0 0;
}

.tablet-logo img {
    height: 2.5rem;
}

.tablet-menu{
    display: none;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    justify-content: space-between;
    align-items: center;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
    background: #fff;
}

.hamburger{
    position: relative;
    right: -1rem;
    top: 0.3rem;
    z-index: 999;
}