html {
	font-size: 12px;
}

h2 {
	line-height: 40px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;
}

.header_style1 .header__primary.new-view .top-nav-text.sep {
	position: relative;
}

.header-lang {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}

.header_style1 .header__primary .top-nav-text .header-lang .header-lang__ru,
.header_style1 .header__primary .top-nav-text .header-lang .header-lang__en {
	display: inline-block;
	font-size: 14px;
	width: auto;
	float: none;
	margin: 0;
}

.fancybox-button.fancybox-button--share {
	display: none !important;
}

.vertical-deviders .fw-row > div {
	border: 0 !important;
}

.vertical-deviders .fw-row > div:last-child {
	border-left: 1px solid rgba(255,255,255, 0.1) !important;
}

.page-title-h1 {
	font-size: 50px;
	/*font-size: 5rem;*/
font-size: 3rem;
	line-height: 1.44;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-builder .page-title {
	color: #fff;
}

.header-wrapper {
	position: relative;
	z-index: 10;
}

.top-nav-text.phone {
	padding-top: 8px !important;
}

.top-nav-text.phone .email {
	font-size: 14px;
}

.text-center {
	text-align: center;
}

.container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.fw-iconbox {
	background-color: transparent;
}

#first-slide {
	position: relative;
}

.first-slide-info {
	margin: 300px 0 300px 48%;
	position: absolute;
	top: 0;
}

#scene {
	min-height: 460px;
	position: relative;
	overflow: hidden;
}

.scene, .layer {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#scene {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.first-slide-info h1,
.first-slide-info h2,
.first-slide-info h3 {
	font-size: 35px;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

.first-slide-info p {
	font-size: 20px;
	color: #fff;
}

.first-slide-info h1 {
	font-size: 70px;
	line-height: 55px;
	font-weight: 400;
	text-transform: uppercase;
}

.round-padding-1em {
	padding: 1em;
}

.service-items .service-item {
	color: white;
	min-height: 250px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	margin-bottom: 9em;
	font-size: 14px;

	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-items .service-item:hover {
	color: white;
}

.service-items .service-item i {
	font-style: normal;
	position: absolute;
	top: 260px;
	padding: 0 1em;
	color: #999;
}

.service-items .service-item strong {
	display: block;
	padding-bottom: 0em;
	font-size: 18px;
	color: #eee;
}

.service-items .service-item.service-bg-1 {
	background-image: url('/wp-content/uploads/2017/02/shutterstock_259344533_640.jpg');
}

.service-items .service-item.service-bg-2 {
	background-image: url('/wp-content/uploads/2017/02/shutterstock_439419958_640.jpg');
}

.service-items .service-item.service-bg-3 {
	background-image: url('/wp-content/uploads/2017/02/shutterstock_118629655_640.jpg');
}

.service-items .service-item.service-bg-4 {
	background-image: url('/wp-content/uploads/2017/02/shutterstock_237755428_640.jpg');
}

.service-items .service-item.service-bg-5 {
	background-image: url('/wp-content/uploads/2017/02/shutterstock_129289046_640.jpg');
}

.service-items .service-item.service-bg-6 {
	background-image: url('/wp-content/uploads/2017/02/shutterstock_76538278_640-1.jpg');
}

.fw-btn-1 {
	color: #ffffff;
	line-height: 50px;
}

.fw-iconbox-1 .fw-iconbox-title h3 {
	font-size: 18px !important;
}

.fw-iconbox .fw-iconbox-text p {
	font-size: 14px !important;
}

.about-section p {
	color: #ffffff;
}

.about-section ul {
	list-style: none;
	padding: 0;
}

.about-section ul li {
	color: #ffffff;
}

.about-section ul li i {
	margin-right: 1em;
}

.wpcf7-select {
	font-size: 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-style: italic;
	padding: 0.5em 0.8em 0.5em 0.5em;
	width: 100%;
}

.hidden-section {
	display: none;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255, 255, 255); /* Fallback color */
	background-color: rgba(255, 255, 255, 0.4); /* Black w/ opacity */

}

.modal input[type="text"],
.modal input[type="email"],
.modal input[type="url"],
.modal input[type="password"],
.modal input[type="search"],
.modal input[type="tel"],
.modal input[type="number"],
.modal textarea,
.modal select {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

button, button[disabled], button[disabled],
input[type="button"][disabled], input[type="button"][disabled],
input[type="reset"][disabled], input[type="reset"][disabled],
input[type="submit"][disabled], input[type="submit"][disabled],

button, button[disabled]:hover, button[disabled]:focus,
input[type="button"][disabled]:hover, input[type="button"][disabled]:focus,
input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus,
input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background: #666666;
	background-color: #666666;
	border-color: #333333;
}

/* Modal Content/Box */
.modal-content {
	background-color: #1a1a1a;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #3a3a3a;
	max-width: 640px; /* Could be more or less, depending on screen size */
}
.modal-content textarea {
	padding: 0.5em;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e0006c;
}

form.wpcf7-form p {
	margin-bottom: 16px;
	position: relative;
	line-height: 1em;
}

form.wpcf7-form .modal-header h5,
.modal-header h5 {
	margin: 0;
	line-height: 30px;
}
form.wpcf7-form .modal-header p {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e0006c;
}

/* The Close Button */
.close {
	color: #e0006c;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 1;
	position: absolute;
	right: 1em;
	top: 1em;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.footer {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

.footer .container {
	padding-top: 10px;
	padding-bottom: 0px;
}

.footer-logo .logo {
	max-width: 255px;
	margin: 0 0 0px 0;
}

.footer .widget {
	padding: 0 0 10px 0;
	margin: 0;
	background-color: transparent;
}
.header_style1 .header__primary .header__menu {
	/*width: 20%;
	width: 50%;*/
}
.top-nav-text {
	width: 60%;
}

.header_style1 .is-sticky .header__logo,
.header_style1 .header__logo {

	width: 15%;
}
.header_style1 .header__primary .top-nav-text.langs {
	text-align: right;
	width: 15%;
}

#popup_msgsent {
	display: none;
}

#popup_msgsent #popup-title,
#popup_msgsent .modal-footer,
#popup_msgsent .modal-header,
#popup_msgsent .modal-body {
	text-align: center;
	border: 0;
	margin: 0;
}


.first-slide-info_title1 {
	font-size: 70px !important;
	line-height: 55px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

.first-slide-info_title2 {
	font-size: 35px !important;
	line-height: 1.25em !important;
	margin: 0 !important;
	padding: 0 !important;
}


.header_style1 .header__primary.new-view {
	display: block;
}

.header_style1 .header__primary.new-view .header__menu {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 0;
}

.header_style1 .header__primary.new-view .header__menu:before {
	content: "";
	position: absolute;
	height: 1px;
	left: 10%;
	right: 10%;
	top: 0;
	background: #cccccc;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, #616161 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,#616161 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,#616161 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}


.header_style1 .header__primary.new-view .top-nav-text.sep {
	width: 40%;
}

.header_style1 .is-sticky .header__primary.new-view .top-nav-text.sep {
	width: 36%;
}

.header_style1 .header__primary.new-view .top-nav-text.phone {
	text-align: right;
}

.header_style1 .header__primary.new-view .header__logo,
.header_style1 .header__primary.new-view .top-nav-text {
	height: 80px;
}

.header_style1 div.logo {
	line-height: 80px;
}

@media (max-width: 1220px) {

	.first-slide-info {
		margin: 10% 0 0 40%;
	}

}


@media (max-width: 1100px) {

	.header_style1 .header__primary.new-view .top-nav-text.sep {
		/*display: none;*/
		width: auto;
	}

	.header-lang {
		width: 62px;
		left: -62px;
	}

}

@media (max-width: 1010px) {

	.header_style1 .header__primary.new-view .top-nav-text.phone {
		width: 35%;
	}

}


@media (max-width: 1000px) {

	.caroufredsel_wrapper {
		width: auto !important;
	}

}


@media (max-width: 970px) {

	.first-slide-info {
		margin: 6% 0 0 40%;
	}

}


@media (max-width: 810px) {

	.first-slide-info {
		margin: 2% 0 0 40%;
	}

}


@media (max-width: 768px) {


	.header_style1 .header__primary.new-view .top-nav-text.phone {
		width: 45%;
		text-align: center;
	}

	.header_style1 .header__logo {
		clear: both;
		padding-left: 80px;
		text-align: center;
		width: 100%;
	}

	.header_style1 .header__primary.new-view .top-nav-text.sep {
		position: absolute;
		top: 6px;
		right: 20px;
	}

	.header_style1 .header__primary .top-nav-text.langs {
		clear: both;

		text-align: center;
		width: 100%;
	}
	#scene {
		list-style: none;
		display: none;
		padding: 0;
		margin: 0;
	}
	.first-slide-info {
		margin: 0;
		padding: 4em 1em 8em 1em;
		position: relative;
		top: 0;
		text-align: center;

		background: url('/wp-content/themes/beautyagency/img/xs-bg.png') no-repeat center center transparent;
		background-size: cover;
	}
	.first-slide-info h1 {
		font-size: 25px;
		line-height: 70px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.first-slide-info h2 {
		font-size: 18px;
		margin-bottom: 1em;
	}
	.first-slide-info p {
		font-size: 16px;
		color: #fff;
	}
	.fw-divider-space.space-20x,
	.fw-divider-space.space-50x {
		margin-top: 0px !important;
	}
	.h3, h3 {
		font-size: 20px;
		font-size: 2.5rem;
		line-height: 1.1;
		text-align: center;
	}
	.h6, h6 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.1;
		text-align: center;
	}
	.h5, h5 {
		font-size: 30px;
		font-size: 2.5rem;
		line-height: 1.1;
		text-align: center;
	}
	.round-padding-1em {
		padding: 0em;
	}
	.fw-btn-1 {
		color: #ffffff;
		line-height: 20px;
		display: inline-block;
		height: auto !important;
	}
	.fw-testimonials .prev {
		margin-right: 80px !important;
		left: -25px !important;
	}
	.fw-testimonials .next {
		margin-left: 80px !important;
		right: -25px !important;
	}
	.fw-testimonials .fw-testimonials-text p {
		font-size: 18px;
	}
	form.wpcf7-form input {
		margin: 0 auto;
	}
	.about-section ul li {
		color: #ffffff;
		font-size: 14px;
	}
	button, button[disabled], button[disabled], input[type="button"][disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], input[type="submit"][disabled], button, button[disabled]:hover, button[disabled]:focus, input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {

		display: block;
	}

	.header_style1 .header__primary.new-view .header__menu {
		width: auto;
	}

}


@media (max-width: 560px) {

	.header_style1 .header__primary.new-view .top-nav-text.phone {
		width: 100%;
		text-align: center;
	}

}


@media (max-width: 440px) {

	.modal {
		z-index: 11;
	}

	.first-slide-info_title1 {
		font-size: 50px !important;
	}

	.first-slide-info {
		padding: 2em 1em 0;
	}

}


.logo.logo-use-image {
	text-align: left;
}
.header_style1 .header__primary div.logo,
.header_style1 .is-sticky .header__primary div.logo {
	text-align: left;
}

.fw-iconbox-1 .fw-iconbox-image {
	font-size: 40px;
	line-height: 80px;
}
.top-nav-text b {
	color: #ffffff;
	font-size: 18px;
}
.form-services {
	padding-top: 20px;
	background-color: rgba(34, 34, 34, 0.75);
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #424242;
}
.form-gl {
	background-color: rgba(66, 66, 66, 0.5);
}
.to-top {
	bottom: 45px !important;
}
.header_style1 .header__primary.new-view .top-nav-text.sep {
	width: 30%;
}
.header_style1 .header__primary .top-nav-text {
	width: 30%;
}