body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	line-height: 1.5;
}

fieldset {
	border: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	margin: 1rem 0;
}

h1 {
	font-weight: 700;
}

h2 {
	color: #000;
}

h3, h4, h5, h6 {
	color: #cc9966;
}

h2 {
	font-size: 2.5rem;
	line-height: 1;
}

h3 {
	font-size: 2rem;
	line-height: 1;
}

h4 {
	font-size: 1.5rem;
	line-height: 1;
}

.container {
	width: 100%;
	max-width: 1320px;
	padding: 0 1rem;
	margin: 0 auto;
}

.header-fix {
	height: 80px;
}

.header-logo a {
	display: block;
	width: 110px;
	height: 40px;
	margin: 20px;
}

.header-logo {
	width: 130px;
	height: 60px;
	float: left;
}

.header-logo img {
	width: 110px;
	height: 40px;
}

.header-outer {
	position: fixed;
    width: 100%;
    min-height: 80px;
    z-index: 1000;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    background: #e5c083;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}

.header-inner {
    min-height: 80px;
    position: relative;
}

.header-menu {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
}

.header-menu > ul {
	position: relative;
	margin:0;
	padding:0;
	z-index: 999;
	clear: both;
	width: 100%;

}
	
.header-menu > ul > li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.header-menu > ul > li > a {
	text-align: center;
}
	
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	cursor: pointer;
	position: relative;
	z-index: 9999;
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	height: 80px;
	line-height: 80px;
	color: #000;
	transition: 0.3s;
	text-decoration:none;
}

.header-menu > ul > li.active > a,
.header-menu > ul > li.active > span  { 
	color: #000; 
}
				
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	color: #000;
}

.header-menu > ul > li.active:hover > a,
.header-menu > ul > li.active:hover > span {
	color: #000;
}

.intro {
    background: #e5c083;
}

.navigation-outer {
    position: fixed;
    width: 100%;
    min-height: 80px;
    z-index: 1000;
}


.nav-collapse ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
}

.nav-collapse li {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-collapse ul li a {
	display: block;
	padding: 0px;
}

.js .nav-collapse {
	/* vertical-align: top; */
	text-align: right;
	clip: rect(0 0 0 0);
	max-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	top: 0px;
	width: 100%;
	background: #e5c083;
}

.nav-collapse.opened {
	max-height: 9999px;
}

.nav-toggle {
	position: absolute;
	top: 0px;
	right: 0;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/mobile-menu-icon.png) center center no-repeat;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

section header {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 6px;
}

article header {
	text-align: left;
	padding: 0;
}

.section-home {
    background: #e5c083 url(../img/intro-background.jpg) center center no-repeat;
	background-size: cover;
	min-height: calc(100vh - 80px);
}

.section-home-outer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 80px);
}

.section-home-inner {
	display: flex;
	flex-direction: column;
	padding: 50px 0;
}

.section-home-logo-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-home-logo-image {
	display: block;
	width: 100px;
	height: auto;
}

.section-home-logo-text {
	display: block;
	width: 200px;
	height: auto;
}

.section-home-description-container {
	text-align: center;
}

a.section-home-button {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #e5c083;
	background-color: #000;
	border-radius: 30px;
	width: 100%;
	max-width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	transition: 0.3s;
}

a.section-home-button:hover {
	color: #fff;
}

.callback-modal-window {
    cursor: default;
    border-radius: 4px;
    display: none;
    width: 400px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 75%);
}

.staff-slider-container {
	padding: 50px 0;
}

.staff-slider-item-photo {
	padding: 20px;
}

.staff-slider-item-photo img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	border-radius: 50%;
	margin: 0 auto;
}

.staff-slider-item-name {
	text-align: center;
	font-size: 1.2rem;
	padding: 0 20px;
}

.staff-slider-item-description {
	text-align: center;
	color: #999;
	padding: 0 20px;
}

.services-article {
	padding: 50px 0;
}

.section-contacts-map {
	background: #f8f9fa;
}

.section-contacts-map,
.section-contacts-map iframe {
	width: 100%;
	height: 350px;
}

.section-contacts-content-wrapper {
	background: #f6ecda;
}

.section-contacts-content {
	display: flex;
	flex-flow: row wrap;
}

.section-contacts-content-item {
	text-align: center;
	padding: 15px;
	width: 100%;
}

.section-contacts-content-item h4 {
	color: #000;
}

.contact-form-flex-container {
	display: flex;
	flex-flow: row wrap;
}

.section-feedback {
	background: #000 url(../img/feedback-background.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}

.section-feedback h2 {
	color: #e5c083;
}

.section-feedback-note {
	display: block;
	text-align: center;
	color: #fff;
	padding-bottom: 50px;
	font-size: 1.2em;
}

.contact-form-name,
.contact-form-mail,
.contact-form-message  {
	width: 100%;
	padding-bottom: 16px;
}

.contact-form-label label {
	display: block;
	padding: 4px 0;
	color: #fff;
	font-size: 1em;
}
.contact-form-input input {
	width: 100%;
	border: 1px solid #cc9933;
	padding: 8px;
	line-height: 1.5em;
	border-radius: 4px;
}

.contact-form-input textarea {
	width: 100%;
	border: 1px solid #cc9933;
	padding: 8px;
	line-height: 1.5em;
	height: 200px;
	resize: none;
	border-radius: 4px;
}

.contact-form-send {
	padding-top: 30px;
}

.footer-social-icons {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.callback-button {
	display: block;
	padding: 0;
	border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    background-color: #e5c083;
    border-radius: 30px;
    width: 100%;
    max-width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: 0.3s;
}

.callback-button:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.contact-form-button {
	display: block;
    margin: 0 auto;
	padding: 0;
	border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    background-color: #e5c083;
    border-radius: 30px;
    width: 100%;
    max-width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: 0.3s;
}

.contact-form-button:hover {
	cursor: pointer;
	background-color: #fff;
}

.footer-social-icons-container {
	padding-top: 10px;
}

.footer-social-item {
	width: 40px;
	height: 40px;
	padding: 4px;
}

.footer-social-item a {
	display: block;
	width: 32px;
	height: 32px;
	opacity: 0.5;
	transition: 0.3s;
}

.footer-social-item:hover a {
	opacity: 1;
}

.footer-social-item img {
	display: block;
	width: 32px;
	height: 32px;
}

.footer-copyright {
	text-align: center;
	font-size: 0.9em;
	color: #000;
}

.callback-modal-window .callback-header {
	text-align: center;
	margin-top: 0;
}

.callback-modal-window .callback-note {
	text-align: center;
	font-size: 0.9em;
}

.callback-modal-window .callbackinput {
	width: 100%;
	padding: 8px;
}

.fancybox-content {
	background: #f9e5be;
}

.callback-button-container {
	padding-top: 16px;
}

.callback-button-container button {
	display: block;
    margin: 0 auto;
	padding: 0;
	border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    background-color: #e5c083;
    border-radius: 30px;
    width: 100%;
    max-width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: 0.3s;
	cursor: pointer;
}

.callback-button-container button:disabled {
	opacity: 0.2;
	cursor: initial;
}

.section-feedback-form .messages span  {
	display: block;
	padding: 8px;
	border-radius: 100px;
	text-align: center;
	margin: 4px 0;
	color: #fff;
	transition: 0.3s;
}

.section-feedback-form .messages span.feedback-form-error-message {
	background: #900;
}

.section-feedback-form .messages span.feedback-form-success-message  {
	background: #090;
}

.section-home-description-container h1 {
	line-height: 1.25;
}

.section-home-description-container p {
	line-height: 1.25;
}

.section-team {
	background: #f6ecda;
}

.section-team img {
	display: block;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

.photo-grid {
	display: flex;
	flex-flow: row wrap;
	padding: 3px;
}

.photo-grid-item {
	width: 50%;
	padding: 3px;
}

.photo-grid-item img {
	display: block;
	width: 100%;
	height: auto;
}

.service-container {
	display: flex;
	flex-flow: row wrap;
}

.service-container-image,
.service-container-text {
	width: 100%;
}

.service-container-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-container header h3 {
	margin-top: 0;
	text-align: center;
}

.service-button-container {
	padding-top: 30px;
}

.service-button-container a {
	margin: 0 auto;
}

.service-list-container ul {
	font-size: 1.2rem;
	padding-top: 30px;
}

.service-list-container ul li {
	padding: 4px 0;
}

.services-article-tattoo {
	background: #fff5e4;
}

.services-article-makeup {
	background: #fff2f2;
}

.services-article-body {
	background: #e4f9ff;
}

.services-article-haircut {
	background: #fff5e4;
	background-size: cover;
}

.section-home-description-container p {
	font-size: 1.2rem;
}

.section-home-description-phone {
	font-weight: 700;
}

.slick-slider {
	padding: 0 30px;
}

.service-image {
	display: flex;
	justify-content: center;
	padding: 20px;
}

.service-image img {
	display: block;
	width: 100%;
	max-width: 70%;
	height: auto;
}

footer {
	background: #e5c083;
	padding: 20px 0;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}

	.section-home-logo-image {
		width: 120px;
	}
	
	.section-home-logo-text {
		width: 240px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}

	.service-container-image,
	.service-container-text {
		width: 50%;
	}

	.service-container header h3 {
		text-align: left;
	}

	.section-home-logo-image {
		width: 140px;
	}
	
	.section-home-logo-text {
		width: 280px;
	}

	.section-contacts-content-item {
		text-align: left;
		width: 33.33%;
	}

	.photo-grid-item {
		width: 33.33%;
	}

	.hideon768 {
		display: none;
	}

	.section-home-description-container h1 {
		font-size: 2.2rem
	}

	.section-home-description-container p {
		font-size: 1.4rem;
	}

	.services-article-tattoo .service-container-image,
	.services-article-makeup .service-container-image,
	.services-article-body .service-container-image,
	.services-article-haircut .service-container-image {
		order: 2;
	}

	.services-article-tattoo .service-container-text,
	.services-article-makeup .service-container-text,
	.services-article-body .service-container-text,
	.services-article-haircut .service-container-text {
		order: 1;
	}

	.service-image img {
		max-width: none;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.section-home-logo-container {
		flex-direction: row;
		justify-content: center;
	}

	.section-home-logo-image {
		width: 150px;
		padding-right: 16px;
	}
	
	.section-home-logo-text {
		width: 300px;
		padding-left: 16px;
	}

	.js .nav-collapse {
		margin-top: 0px;
		top: 0px;
		width: auto;
		display: flex;
        justify-content: flex-end;
		background: transparent;
	}
  
	.js .nav-collapse ul.nav {
		display: inline-block;
		width: auto;
	}
  
	.js .nav-collapse ul.nav>li a {
		padding-left: 8px;
		padding-right: 8px;
	}
  
	
	.nav-collapse .dropdown {
		position:relative;
	}
	
	.nav-collapse .dropdown>ul {
		display: none;
	}
	
	.nav-collapse .dropdown:hover {
		background: #424242;
	}

	.nav-collapse .dropdown:hover>ul {
		position: fixed;
		top: 80px;
		left: 0px;
		display: block;
		background: #424242;
		z-index: 10000;
	}
	  
	.js .nav-collapse ul.nav li {
		display: inline-block;
		width: auto;
		padding: 0px;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}
	.nav-toggle {
		display: none;
	}
	
	.header-menu > ul > li {
		margin: 0 12px;
	}

	.contact-form-name {
		width: 50%;
		padding-right: 8px;
	}
	
	.contact-form-mail {
		width: 50%;
		padding-left: 8px;
	}

	.photo-grid-item {
		width: 25%;
	}

	.hideon992 {
		display: none;
	}

	.section-home-description-container h1 {
		font-size: 2.4rem
	}

	.section-home-description-container p {
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	  }

	.section-home-logo-image {
		width: 180px;
	}
	
	.section-home-logo-text {
		width: 360px;
	}

	.photo-grid-item {
		width: 20%;
	}
	.hideon768,
	.hideon992 {
		display: block;
	}

	.section-home-description-container h1 {
		font-size: 2.6rem
	}

	.section-home-description-container p {
		font-size: 1.8rem;
	}
}