*, *:before, *:after {
	/* Universal reset: */
	margin:0 ;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	color: #333;
	font-size: 16px;
	font-family: "GothamProRegular", sans-serif;
	line-height: 1.5;
	box-sizing: border-box;
	min-height: 320px;
}

	@font-face {
		font-family: "CormorantBold";
		src: url("fonts/Cormorant-Bold/Cormorant-Bold.eot");
		src: url("fonts/Cormorant-Bold/Cormorant-Bold.eot?#iefix")format("embedded-opentype"),
		url("fonts/Cormorant-Bold/Cormorant-Bold.woff") format("woff"),
		url("fonts/Cormorant-Bold/Cormorant-Bold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
		font-family: "CormorantLight";
		src: url("fonts/Cormorant-Light/Cormorant-Light.eot");
		src: url("fonts/Cormorant-Light/Cormorant-Light.eot?#iefix")format("embedded-opentype"),
		url("fonts/Cormorant-Light/Cormorant-Light.woff") format("woff"),
		url("fonts/Cormorant-Light/Cormorant-Light.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
		font-family: "CormorantMedium";
		src: url("fonts/Cormorant-Medium/Cormorant-Medium.eot");
		src: url("fonts/Cormorant-Medium/Cormorant-Medium.eot?#iefix")format("embedded-opentype"),
		url("fonts/Cormorant-Medium/Cormorant-Medium.woff") format("woff"),
		url("fonts/Cormorant-Medium/Cormorant-Medium.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
		font-family: "CormorantRegular";
		src: url("fonts/Cormorant-Regular/Cormorant-Regular.eot");
		src: url("fonts/Cormorant-Regular/Cormorant-Regular.eot?#iefix")format("embedded-opentype"),
		url("fonts/Cormorant-Regular/Cormorant-Regular.woff") format("woff"),
		url("fonts/Cormorant-Regular/Cormorant-Regular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
		font-family: "CormorantSemiBold";
		src: url("fonts/Cormorant-SemiBold/Cormorant-SemiBold.eot");
		src: url("fonts/Cormorant-SemiBold/Cormorant-SemiBold.eot?#iefix")format("embedded-opentype"),
		url("fonts/Cormorant-SemiBold/Cormorant-SemiBold.woff") format("woff"),
		url("fonts/Cormorant-SemiBold/Cormorant-SemiBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
			font-family: "GothamProRegular";
			src: url("fonts/GothamProRegular/GothamProRegular.eot");
			src: url("fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
			url("fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
			url("fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBold";
			src: url("fonts/GothamProBold/GothamProBold.eot");
			src: url("fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
			url("fonts/GothamProBold/GothamProBold.woff") format("woff"),
			url("fonts/GothamProBold/GothamProBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBlack";
			src: url("fonts/GothamProBlack/GothamProBlack.eot");
			src: url("fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
			url("fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
			url("fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProItalic";
			src: url("fonts/GothamProItalic/GothamProItalic.eot");
			src: url("fonts/GothamProItalic/GothamProItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/GothamProItalic/GothamProItalic.woff") format("woff"),
			url("fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProMedium";
			src: url("fonts/GothamProMedium/GothamProMedium.eot");
			src: url("fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
			url("fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
			url("fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProLight";
			src: url("fonts/GothamProLight/GothamProLight.eot");
			src: url("fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
			url("fonts/GothamProLight/GothamProLight.woff") format("woff"),
			url("fonts/GothamProLight/GothamProLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

a {
	color:#333;
	text-decoration:none;
	outline:none;
	transition: .25s;
}

a:hover, a:active{
	color:#333;
	outline: none;
}

ul li {
	list-style: none;
}


.header	{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 220px;
	background: #513333;
	padding: 95px 20px;
	z-index: 10;
}

.header svg {
	height: auto;
	width: 145px;
}

.header__logo-top {
	display: flex;
    align-items: center;
}

.header__container {
  	position: relative;
  	height: 26px;
  	width: 37px;
  	cursor: pointer;
}

.header__burger-line {
  	position: absolute;
  	display: block;
  	height: 3px;
  	width: 37px;
 	border-radius: 2px;
  	background: #fff;
}

.header__burger-line--top {
  	top: 0;
  	transform-origin: 34px 2px;
}

.header__burger-line--middle {
  	top: 12px;
  	transition: opacity 200ms linear;
}

.header__burger-line--bottom {
  	bottom: 0;
  	transform-origin: 34px 2px;
}

.header__container.is-open .header__burger-line--top{
  	animation: line-top-out 600ms linear normal;
  	animation-fill-mode: forwards;
}

.header__container.is-open .header__burger-line--middle {
  	opacity: 0;
}

.header__container.is-open .header__burger-line--bottom {
  	animation: line-bot-out 600ms linear normal;
  	animation-fill-mode: forwards;
}

.header__container.is-closed .header__burger-line--top {
  	animation: line-top-in 600ms linear normal;
  	animation-fill-mode: forwards;
}

.header__container.is-closed .header__burger-line--middle {
  	transition-delay: 200ms;
}

.header__container.is-closed .header__burger-line--bottom {
  	animation: line-bot-in 600ms linear normal;
  	animation-fill-mode: forwards;
}

@keyframes line-top-in {
  	0% {
    	left: -5px;
    	top: 0;
    	transform: rotate(-45deg);
  	}
  	20% {
    	left: -5px;
    	top: 0;
    	transform: rotate(-60deg);
  	}
  	80% {
    	left: 0;
    	top: 0;
    	transform: rotate(15deg);
  	}
  	100% {
    	left: 0;
    	top: 1px;
    	transform: rotate(0deg);
  	}
}

@keyframes line-top-out {
  	0% {
    	left: 0;
    	top: 0;
    	transform: rotate(0deg);
  	}
  	20% {
    	left: 0;
    	top: 0;
    	transform: rotate(15deg);
  	}
  	80% {
    	left: -5px;
    	top: 0;
    	transform: rotate(-60deg);
  	}
  	100% {
    	left: -5px;
    	top: 1px;
    	transform: rotate(-45deg);
  	}
}

@keyframes line-bot-in {
  	0% {
    	left: -5px;
    	transform: rotate(45deg);
  	}
  	20% {
    	left: -5px;
    	transform: rotate(60deg);
  	}
  	80% {
    	left: 0;
    	transform: rotate(-15deg);
  	}
  	100% {
    	left: 0;
    	transform: rotate(0deg);
  	}
}

@keyframes line-bot-out {
  	0% {
    	left: 0;
    	transform: rotate(0deg);
  	}
  	20% {
    	left: 0;
    	transform: rotate(-15deg);
  	}
  	80% {
    	left: -5px;
    	transform: rotate(60deg);
  	}
  	100% {
    	left: -5px;
    	transform: rotate(45deg);
  	}
}

.header__burger {
	display: none;
}


.header__navigation {
	font-size: 18px;
	font-family: "CormorantRegular", sans-serif;
	text-transform: uppercase;
	width: 145px;
	padding-top: 30px;
    border-top: 1px solid #a09595;
	transition: .6s;
}


.header__navigation-item {
	margin: 10px 0;
}

.header__navigation-link {
	display: inline-block;
	color: #fff;
}

.header__navigation-link:hover,
.header__navigation-link:focus,
.header__navigation-link:active {
	color: #a09595;
	transform: translateX(10px);
}

.button {
	display: block;
	font-family: "GothamProRegular", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	animation: radial-pulse 1.5s infinite;
}

.header__button {
	background: #fff;
	margin-top: 40px;
	transition: .4s;
}

.header__button:hover,
.header__button:focus,
.header__button:active {
	color: #fff;
	background: #a09595;
}


@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
 
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@keyframes radial-pulse-second {
  0% {
    box-shadow: 0 0 0 0px rgba(126, 106, 106, 0.3);
  }
 
  100% {
    box-shadow: 0 0 0 20px rgba(126, 106, 106, 0);
  }
}


.header__social {
	display: flex;
	align-items: center;
    justify-content: space-around;
    width: 90px;	
}

.header__social svg {
	width: 33px;
	fill: #847676;
	vertical-align: middle;
	transition: .3s;
}

.header__social-icon--inst svg {
	width: 28px;
}

.header__social-icon:hover svg,
.header__social-icon:focus svg,
.header__social-icon:active svg {
	fill: #fff
}


input[type="text"]::-webkit-input-placeholder       {text-indent: 0px; font-family: 'AvenirNextCyrThin', sans-serif;  transition: text-indent 0.6s ease;}
input[type="text"]::-moz-placeholder                {text-indent: 0px; font-family: 'AvenirNextCyrThin', sans-serif;  transition: text-indent 0.6s ease;}
input[type="text"]:-moz-placeholder                 {text-indent: 0px; font-family: 'AvenirNextCyrThin', sans-serif;  transition: text-indent 0.6s ease;}
input[type="text"]:-ms-input-placeholder            {text-indent: 0px; font-family: 'AvenirNextCyrThin', sans-serif;  transition: text-indent 0.6s ease;}
input[type="text"]:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.6s ease;}
input[type="text"]:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.6s ease;}
input[type="text"]:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.6s ease;}
input[type="text"]:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.6s ease;}


.slideInLeft {
	animation-duration: 1.5s;	
}

section {
	width: calc(100% - 220px);
	margin-left: auto;
	padding: 95px;
	height: 100vh;
    position: relative;	
}

.general {
	padding: 0;
}

.general__fullscreen-bg {
    overflow: hidden;
    position: relative;
	height: 100vh;
	z-index: 9
}

.general__video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.general__overlay {
	display: flex;
	flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    padding: 95px 95px 70px 95px;
    z-index: 4;
}

/* Откючение кнопки разворота видео в Опере и Яндексе */

html > div[style] {
  display: none !important;
}

.general__title {
	font-size: 100px;
	font-family: "CormorantSemiBold", sans-serif;
	color: #513333;
	text-transform: uppercase;
	line-height: 1;
	word-wrap: break-word;
}

.general__advantages {
	display: flex;
	justify-content: space-around;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 70px;
}

.general__advantage {
	width: 390px;
	margin-right: auto;
	margin-left: 25px;
	padding-right: 20px;
	line-height: 1.3;
}

.general__advantage span {
	font-family: "GothamProBold", sans-serif;
	display: inline-block;
	position: relative;
}

.general__advantage span:before {
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 12px;
	height: 12px;
	background: #436744;
	border-radius: 15px;
}

.yButton {
	display: none;
}

.general__button {
	background: #7e6a6a;
	color: #fff;
	width: 155px;
	margin: 30px auto 0 auto;
	display: none;
	animation: radial-pulse-second 1.5s infinite;
}

.general__button:hover,
.general__button:focus,
.general__button:active {
	background: #513333;
	color: #fff;
}

.general__contacts {
    display: flex;
    justify-content: space-around;
    font-family: "CormorantBold", sans-serif;
    font-size: 26px;
    width: 100%;
    margin-top: auto;
}

.general__contacts svg {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	position: relative;
	top: 5px;	
	fill: #436744;
}

.general__contact {
    display: flex;
    align-self: flex-start;
    align-items: flex-start;	
	width: 390px;
    margin-right: auto;
    padding-right: 20px;
    line-height: 1.2;	
}


.general__contact--location svg {
	width: 25px;
	height: 25px;
}

.general__contact-text {
	display: inline-block;
	margin-left: 10px;
}

.callback {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 70px;
	right: 40px;
	width: 55px;
	height: 55px;
	background: #436744;
	border-radius: 50px;
	z-index: 20;
	animation: radial-pulse-callback 1.5s infinite;
}


.callback__text {
	position: absolute;
	top: -25px;
	width: 150px;
	height: 50px;
	color: #436744;
}

.callback__text-item {
	position: absolute;
}

.callback__text-item--c {
	top: 55%;
	left: 24px;
	transform: rotate(-70deg);
}

.callback__text-item--o {
	top: 24%;
	left: 29px;
	transform: rotate(-50deg);
}

.callback__text-item--v {
	top: 3%;
	left: 40px;
	transform: rotate(-35deg);
}

.callback__text-item--i {
	top: -10%;
	left: 55px;
	transform: rotate(-19deg);
}

.callback__text-item--d {
	top: -17%;
	left: 64px;
	transform: rotate(-10deg);
}

.callback__text-item--f {
	top: -8%;
	left: 90px;
	transform: rotate(19deg);
}

.callback__text-item--r {
	top: 5%;
	left: 102px;
	transform: rotate(40deg);
}

.callback__text-item--e1 {
	top: 28%;
	left: 112px;
	transform: rotate(57deg);
}

.callback__text-item--e2 {
	top: 55%;
	left: 117px;
	transform: rotate(77deg);
}

.callback svg {
	fill: #fff;
	width: 28px;
	height: 28px;
}

@keyframes radial-pulse-callback {
  0% {
    box-shadow: 0 0 0 0px rgba(67, 103, 68, 0.3);
  }
 
  100% {
    box-shadow: 0 0 0 20px rgba(67, 103, 68, 0);
  }
}

.services {
    display: flex;
    flex-direction: column;
	text-align: right;
}

.services__svg-sprite {
  display: none;
}

.title-section {
	font-family: "CormorantBold", sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	color: #513333;
	max-width: 60%;
	line-height: 1;
	word-wrap: break-word;
}

.services__title {
	margin-left: auto;	
}

.services__block {
	width: 550px;
	margin-left: auto;
	margin-top: 30px;
	transform: translateX(20px);
}

.services__list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: "GothamProMedium", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	overflow-y: scroll;
    max-height: 450px;
}

.services__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-right: 20px;
}

.services__list-item {
	margin-right: 20px;
	text-align: left;
	line-height: 1.2;
}

.services__list-item span {
	display: inline-block;
	font-size: 14px;
	color: #747474;
	line-height: 1.3;
}

.services__price-item {
	display: flex;
	align-items: center;
	color: #7e6a6a;
	line-height: 1.2
}

.services__price-item--double_price {
	flex-direction: column;
}

.services__price-item svg {
	width: 12px;
	height: 23px;
	fill: #7e6a6a;
    margin-left: 7px;
}

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

.services__old-price {
	text-decoration: line-through;
}

.services__all-item {
	display: flex;
	align-items: center;
	position: relative;
	font-family: "CormorantBold", sans-serif;
	font-size: 22px;
	color: #7e6a6a;
	width: 530px;
	text-align: left;
	margin: 40px 0 30px auto;
	text-transform: none;
	cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
	transition: .3s;
}

.services__all-item:hover,
.services__all-item:focus,
.services__all-item:active {
	color: inherit;
}

.services__icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	border: 1px solid #7e6a6a;
	border-radius: 50px;
	margin-left: 10px;
	transition: .5s;
}

.rotate {
	transform: rotate(180deg);
}

.services__icon svg {
    display: inline-block;
    width: 20px;
    height: 23px;
    padding: 5px;
    fill: #7e6a6a;
    transition: .3s;
}

.services__all-item:hover .services__icon {
	border-color: inherit;	
}

.services__all-item:hover svg {
	fill: inherit;
}

.services__text {
	width: 190px;
	line-height: 1;
}

.services__text-item {
	position: absolute;
	left: 0;
	top: 0;
}

.services__text-item--on {
	display: none;
}

.services__box {
	display: none;
}


.custom-scroll_container {
	overflow: hidden !important;
	position: relative;
}

.custom-scroll_inner {
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
	*position: absolute; /* ie7 fix */
	*left: 0;
	*right: 0;
}
.custom-scroll_inner::-webkit-scrollbar { width: 0; height: 0; }
.custom-scroll_inner{ -ms-overflow-style: none; }


.custom-scroll_bar-y,
.custom-scroll_bar-x {
	cursor: default;
	position: absolute;
	border-radius: 3px;
	z-index: 1;
	background: #7e6a6a;
	opacity: .4;

	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	     -o-user-select: none;
	        user-select: none;

	transition: opacity .2s;
}
.custom-scroll_bar-y {
	top: 0;
	right: 1px;
	width: 5px;
}

.custom-scroll_bar-y.active {
	opacity: 0.5!important;
	visibility: visible!important;		
} 

.custom-scroll_bar-x {
	left: 0;
	bottom: 1px;
	height: 8px;
}

.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
	opacity: .7;
}
.custom-scroll_bar-y:active,
.custom-scroll_bar-x:active {
	opacity: 1;
}

.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility step-end .3s;
}


.services__icon-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -60px;
    top: 45px;
    width: 35px;
    height: 195px;
    transition: .4s;
}

.services__icon-scroll.active {
	visibility: visible;
	opacity: 1;
	transition: .4s;
}

.services__icon-text {
    font-family: "CormorantRegular", sans-serif;
    font-size: 22px;
    color: #cccccc;
    width: 180px;
    transform: rotate(270deg);	
}

.services__icon-arrows::after,
.services__icon-arrows::before {
  	content: '';
}
.services__icon-arrows span,
.services__icon-arrows::after,
.services__icon-arrows::before {
	display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 3px auto;
    transform: rotate(45deg);
    animation: mouse-scroll 1s infinite;
    animation-direction: alternate;
}

.services__icon-arrows::before {
	margin-top: 5px;
	animation-delay: .1s;
}

.services__icon-scroll span {
	animation-delay: .2s;
}

.services__icon-arrows {
	position: relative;
	top: 25px;
}

.services__icon-arrows::after {
	animation-delay: .3s;
}

.services__icon-scroll .services__mouse {
    height: 37px;
    width: 23px;
	border: 1px solid #cccccc;
	border-radius: 2em;
	text-align: center;
}

.services__icon-scroll .services__wheel {
	position: relative;
	display: block;
	height: 4px;
	width: 4px;
	margin: 10px auto 0 auto;
	background: #cccccc;
	animation: mouse-wheel 1.2s ease infinite;
	border-radius: 50%;
}

@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(.375em);
	}
}

@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

.services__gift {
	text-align: right;
	margin-top: auto;
	margin-left: auto;
	width: 550px;
}

.services__gift-title {
	display: inline-block;
    font-family: "CormorantRegular", sans-serif;
    font-size: 44px;
    line-height: 1;	
	padding: 5px 0 10px 15px;
	color: #fff;
	background: #513333;
	width: 55%;
	word-wrap: break-word;	
}

.services__gift-description {
	display: inline-block;
	margin-top: 20px;
	width: 70%;
	word-wrap: break-word;	
}

.services__gift-link {
	text-decoration: underline;
}

.services__img {
	position: absolute;
    bottom: 0;
    left: 5%;
    width: 40%;
    max-width: 600px;
    z-index: -1;
}


.gallery {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    background: #222222;
}

.gallery__item {
	width: calc(100% / 4);
    max-height: calc(100% / 3);
    height: 100%;
    overflow: hidden;
}

.gallery__img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	transition: .4s;  
}

@-moz-document url-prefix() {
	.gallery__img {
		height: auto;
	}
}

.gallery__img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}

.gallery__button {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	display: inline-block;
	color: #fff;
	background: #7e6a6a;
	padding: 7px 15px;
	transition: .4s; 
}


.custom-button {
	color: #fff;
	background: #7e6a6a;	
}

.custom-button:hover {
	background: #513333;
	color: #fff;
}

.reviews__title {
	margin-left: auto;
	text-align: right;
}

.reviews__block {
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 85%;
	margin-top: 30px;
}

.reviews__box {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 2.2);
    margin-right: 30px;
}

.reviews__box--mrg {
	margin-right: 0;
}

.reviews__item {
	margin-bottom: 20px;
	transition: .4s; 
}

.reviews__name {
    font-family: "CormorantSemiBold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
	width: 100%;
	word-wrap: break-word;    	
}

.reviews__text {
	color: #8f8f8f;
	margin-top: 10px;
	line-height: 1.3;
	transition: .4s;
	width: 100%;
	word-wrap: break-word;	 
}

.reviews__item:hover .reviews__text {
	color: inherit;
}

.reviews__button {
	width: 205px;
	margin-top: 30px;
}

.about-us {
	display: flex;
	flex-direction: column;
	background: url('img/DSC_0084.JPG');
	background-position: bottom 10px right 20px;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	color: #fff;
	padding: 0;
}

.about-us * {
	position: relative;
	z-index: 1;
}

.about-us:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(64, 64, 64, 0.7);
	z-index: 0; 
}

.about_us__content {
	padding: 95px;
}

.about-us__title {
	color: #fff;
}

.about-us__barbers{
	display: flex;
	justify-content: space-around;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 70px;
}

.about-us__barber {
	width: 390px;
	margin-right: auto;
	margin-left: 25px;
	padding-right: 20px;
	line-height: 1.3;
}

.about-us__barber-name {
	font-family: "GothamProBold", sans-serif;
	display: inline-block;
	position: relative;
	width: 100%;
	word-wrap: break-word;
}

.about-us__barber-name:before {
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 12px;
	height: 12px;
	background: #88b78a;
	border-radius: 15px;
}

.about-us__barber-skills {
	margin-top: 20px;
	font-size: 16px;
}

.about-us__barber-skill {
	margin-bottom: 12px;
	text-transform: none;
	width: 100%;
	word-wrap: break-word;	
}

.about-us__barber-skill span {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 2px;
	margin-top: 5px;
	background: rgba(255, 255, 255, 0.7);
}

.about-us__barber-skill span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(136, 183, 138, 0.7);
	z-index: -1;
}

.about-us__barber-skill--experience_maks span:before {
	width: 100%;
}

.about-us__barber-skill--experience_alex span:before {
	width: 66%;
}

.about-us__barber-skill--experience_kir span:before {
	width: 33%;
}

.about-us__barber-skill--works_maks span:before {
	width: 100%;
}

.about-us__barber-skill--works_alex span:before {
	width: 53%;
}

.about-us__barber-skill--works_kir span:before {
	width: 20%;
}

.about-us__barber-skill--clients_maks span:before {
	width: 91%;
}

.about-us__barber-skill--clients_alex span:before {
	width: 86%;
}

.about-us__barber-skill--clients_kir span:before {
	width: 79%;
}

.about-us__form {
	position: relative;
	background: #fff;
	margin-top: auto;
	padding: 40px 95px;
	color: initial;
}

.about-us__form-title {
    font-family: "CormorantSemiBold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    word-wrap: break-word;		
}

.about-us__form-text {
	margin-top: 5px;
	color: #8f8f8f;
	width: 100%;
	word-wrap: break-word;
	line-height: 1.3;
}

.about-us__form-contact {
	margin-top: 30px;
	display: flex;
	width: 80%;
}

.about-us__fields {
	width: 200px;
	margin-right: 80px;
}

.about-us__label {
	display: inline-block;
	font-family: "GothamProMedium", sans-serif;
	text-transform: uppercase;
	width: 100%;
	word-wrap: break-word;	
}

.about-us__form-control {
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #222222;	
	outline: none;
	box-shadow: none;
	width: 100%;
	padding: 5px 15px 5px 0;
	margin-top: 5px;
}

.about-us__button {
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	margin-top: auto;
	height: 42px;
    padding: 7px 15px;
    background: #513333;
	animation: radial-pulse-second 1.5s infinite; 
	transition: .4s;    	
}

.about-us__button:hover {
	background: #7e6a6a;
}

.about-us__form-success {
	display: none;
	align-items: center;
	padding: 20px 20px 20px 95px;
	background: #7e6a6a;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
}


.map {
	display: flex;
	padding: 0;
}

.map__box {
	position: relative;
	width: 50%;
	height: 100vh;
}

.map__box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: 2;
	pointer-events: none;
}

.map__google {
	position: relative;
	width: 100%;
	height: 100vh;
	filter: grayscale(100%) invert(100%);	
}

.map__contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
    height: 100vh;
    width: 50%;
    text-align: right;
    padding: 95px 95px 95px 40px;
}


.map__contacts svg {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    fill: #436744;
	line-height: 1;    	
}


.map__contacts-title {
	margin-left: auto;
    max-width: 100%;
    word-wrap: break-word;
}

.map__contacts-box {
    font-family: "CormorantSemiBold", sans-serif;
    font-size: 24px;		
	text-align: left;
}

.map__contact {
	display: flex;
    align-items: center;	
	margin-bottom: 40px;
	width: 100%;
}

.map__contact--location svg {
	margin-bottom: auto;
}

.map__contact-text {
	width: 100%;
	word-wrap: break-word;
	margin-left: 10px;
	line-height: 1;
}

.map__developer {
	font-family: "GothamProRegular", sans-serif;
	font-size: 16px;
	width: 100%;
	word-wrap: break-word;
	text-align: left;
}

.map__developer-info {
	color: #8f8f8f;
	line-height: 1.3;
}

.map__developer-info span {
	color: #513333;
}



@media only screen and (max-width : 1600px) {

	.general__title {
		font-size: 80px;
	}

	.general__advantages, .about-us__barbers {
		margin-top: 50px;
	}

	.general__advantage span:before {
		width: 11px;
		height: 11px;
	}

	.general__contacts {
		font-size: 24px;
	}

	.general__contacts svg {
		top: 2px;
	}

}


@media only screen and (max-width : 1400px) {

	.general__title {
		font-size: 60px;
	}

	.general__advantages, .about-us__barbers {
		font-size: 18px;
	}

	.general__contacts, .map__contacts-box  {
		font-size: 22px;
	}

	.general__contacts svg, .map__contacts svg {
		width: 21px;
		height: 21px;
	}

	section, .general__overlay, .about_us__content {
		padding: 95px 50px 70px 50px;
	}

    .about-us {
        height: auto;
    }

	.about-us__form {
		padding: 30px 70px;
	}

	.about-us__form-contact {
		width: 100%;
	}

	.map__contacts {
		padding: 95px 50px 70px 40px;
	}
	
}


@media only screen and (max-width: 1366px) and (max-height: 768px) {
	
	.header {
		padding: 45px 20px;
	}

	.services, .reviews {
		height: auto;
	}

	.services__all-item {
		margin-bottom: 40px;
	}

	@-moz-document url-prefix() {
		.gallery__img {
			height: auto;
		}
	}	

}



@media only screen and (max-width : 1200px) {
	
	.gallery__item {
		max-width: calc(100% / 3);
	    max-height: calc(100% / 4);
	}

	.about-us {
		margin-top: 30px;
	}
	
	.about-us__fields {
		width: 170px;
		margin-right: 40px;
	}

	.map__contacts-title {
		font-size: 50px;
	}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.general__advantages {
		flex-direction: column;
	}

	.general__advantage {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.general__advantage br {
		display: none;
	}

	.general__contacts {
		flex-direction: column;
	}

	.general__contact {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding-right: 0;		
	}

	.general__contact br {
		display: none;
	}

	.services__img {
		display: none;
	}

	.title-section {
		font-size: 50px;
	}

	.services__block {
		width: 450px;
	}

	.services__list {
		font-size: 18px;
	}

	.services__list-item span {
		font-size: 13px;
	}

	.services__all-item {
		margin-top: 30px;
		width: 430px;
	}

	.services__gift {
		width: 430px;
	}

	.services__gift-title {
		font-size: 34px;
	}

	.services__gift-description {
		margin-top: 10px;
	}

	.gallery, .reviews {
		height: auto;
	}
	
	.gallery__item {
		max-width: calc(100% / 2);
	    max-height: calc(100% / 2);
	    height: auto;
	}	

	.reviews__block {
		flex-direction: column;
	}

	.reviews__box {
		margin-right: 0;
		width: 100%;
	}

	.reviews__text {
		font-size: 15px;
	}

	.about-us__barber-skills {
		font-size: 15px;
		line-height: 1.1;
	}

	.about-us__barber-skill span {
		font-size: 13px;
	}

	.about-us__form-contact {
		flex-direction: column;
	}

	.about-us__fields {
		width: 300px;
		margin-bottom: 30px;
	}

	.about-us__button {
		width: 300px;
	}

	.map {
		flex-direction: column;
		height: auto;
	}

	.map__box, .map__google, .map__contacts {
		width: 100%;
	}

	.map__box, .map__google {
		height: 400px;
	}

	.map__contacts {
		height: auto;
	}

	.map__contacts-box {
		margin-top: 30px;
	}

	.map__contact {
		margin-bottom: 30px;
	}

	.map__developer {
		margin-top: 20px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) and (max-width : 767px) {

	section, .about_us__content {
		width: 100%;
		padding: 50px 20px 20px 20px;
		height: auto;
	}

	.header {
		flex-direction: row;
	    height: auto;
	    width: 100%;
	    padding: 10px;		
	}

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

	.header__logo-top svg {
		width: 85px;
	}

	.header__logo-bottom svg {
		width: 100px;
	}

	.header__burger {
		display: flex;
		margin-right: 20px;
		order: 1;
	}

	.header__social {
		margin-left: auto;
    	margin-right: 20px;
	}

	.header__navigation {
		transform: none;
		position: fixed;
	    background: #513333;
	    right: 0;
	    top: 0;
	    width: 100%;
	    height: 100vh;
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    transform: translateX(999px);
	    z-index: -1;
	}

	.header__navigation.active {
		display: flex;
		transform: translateX(0);
		
	}

	.header__navigation-list {
		font-size: 24px;
	}

	.header__button {
		font-size: 20px;
		padding: 5px 15px;
	}

	.general__overlay {
		padding: 120px 50px 50px 50px
	}

	.general__title {
		font-size: 50px;
		text-align: center;
	}

	.general__advantages {
		font-size: 16px;
		width: 500px;
		margin: 30px auto 0 auto;
	}

	.general__advantage span:before {
		width: 10px;
		height: 10px;
		left: -20px;
	}	
	
	.general__advantage {
		margin-bottom: 15px;
		margin-left: 20px;
	}

	.general__contacts {
		font-size: 20px;
		width: 500px;
		margin: 40px auto 0 auto;		
	}
	
	.general__contacts svg {
		top: 1px;
	}

	.general__contact {
		margin-bottom: 10px;
	}

	.general__button {
		display: block;
		margin: 20px auto 0 auto;
	}


	.general__fullscreen-bg {
		height: auto;
	}

    .general__overlay {
        background: url('img/berloga.png') center center / cover no-repeat;
    }
	
	.general__overlay * {
		z-index: 10;
	}

	.general__overlay:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.8);
		z-index: 0;
	}

    .general__video{
        display: none;
    }

	.callback {
		width: 45px;
		height: 45px;
		bottom: 20px;
	}

	.callback__text {
		transform: scale(0.8);
	}

	.callback svg {
		width: 22px;
		height: 22px;
	}

	.title-section {
		margin: 0 auto;
		max-width: 100%;
		font-size: 37px;
		text-align: center;
	}

	.services__list, .about-us__barbers {
		font-size: 16px;
	}

	.services__block,
	.services__all-item,
	.services__gift,
	.reviews__block,
	.map__contacts-box {
		width: 500px;
		margin: 30px auto 0 auto;
		transform: none;
	}

	.services__all-item {
		font-size: 20px;
	}

	.services__item {
		margin-bottom: 15px;
	}

	.services__price-item svg {
		width: 9px;
		height: 20px;
	}
	
	.services__text {
		width: 170px;
	}

	.services__gift {
		text-align: center;
		margin-top: 50px auto 0 auto;
	}

	.services__gift-title {
		font-size: 24px;
		padding: 5px 20px 10px 20px;
	}
	
	.services__gift-description {
		font-size: 14px;
	}

	.gallery {
		margin-top: 30px;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.gallery__item {
		flex: 0 0 auto;
		max-width: calc(100% / 3);
	    max-height: auto;			
	}

	.gallery__button {
		display: none;
	}


	.reviews__text {
		margin-top: 3px;
	}

	.reviews__box--none {
		display: none;
	}

	.reviews__button {
		margin-left: auto;
		margin-right: auto; 
	}

	.about_us__content {
		padding: 30px 20px 50px 20px;		
	}

	.about-us__barbers {
		margin-top: 30px;
	}
	
	.about-us__barber {
		margin-left: 10px;
	}

	.about-us__barber-name:before {
		width: 10px;
		height: 10px;
		left: -20px;
	}

	.about-us__form, .map__contacts {
		padding: 30px 20px;
		text-align: center;
	}	

	.about-us__form-container {
		width: 500px;
		margin: auto;
	}

	.about-us__form-contact {
		align-items: center;
	}

	.about-us__label {
		text-align: left;
	}

	.about-us__fields {
		margin-right: 0;
	}

	.about-us__form-success {
		padding: 0;
		justify-content: center;
	}

	.map__contacts {
		justify-content: flex-start;
	}

	.map__contact {
		margin-bottom: 15px;
	}

	.map__contacts-box {
	    display: flex;
	    flex-direction: column;
	    align-items: center;		
	}

	.map__contacts-box {
		font-size: 20px;
	}

	.map__developer {
		text-align: center;
	}

}

@media only screen and (max-width : 640px) {

	.services__icon-scroll {
		display: none;
	}

}

@media only screen and (max-width : 600px) {
	
	.general__title {
		font-size: 40px;
		text-align: center;
	}

	section, .general__overlay, .about_us__content {
		padding: 100px 30px 30px 30px;
	}

	section, .about_us__content {
		padding-top: 50px;
	}

	.gallery__item {
		max-width: calc(100% / 2);	
	}	

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

	.about-us__barber {
		width: 100%;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width : 560px) {
	
	.general__advantages,
	.general__contacts,
	.services__block, 
	.services__all-item,
	.services__gift,
	.reviews__block,
	.about-us__form-container,
	.map__contacts-box {
		width: 100%;
	}
	
	.services__list-item {
		margin-right: 20px;
	}

	.gallery__item {
		max-width: calc(100% / 1.5);	
	}	

}

@media only screen and (max-width : 480px) {

	.header__logo-top svg {
		width: 65px;
	}	

	.header__logo-bottom {
		display: none;
	}

	.header__social {
		width: 85px;
		margin: auto;
	}
	
	.header__social-icon--vk svg {
		width: 30px;
	}

	.header__social-icon--inst svg {
		width: 26px;
	}


}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1920px) {
	.about-us {
		background-position: bottom 100px right 20px;
	}
}



