@font-face {
	font-family: 'AvenirNextCyr-Regular';
	src: local('Avenir Next Cyr Regular'), url('../fonts/AvenirNextCyr-Regular.woff') format('woff'), url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype'), url('../fonts/AvenirNextCyr-Regular.eot') format('eot');
}
@font-face {
	font-family: 'AvenirNextCyr-Medium';
	src: local('Avenir Next Cyr Medium'), url('../fonts/AvenirNextCyr-Medium.woff') format('woff'), url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype'), url('../fonts/AvenirNextCyr-Medium.eot') format('eot');
}
@font-face {
	font-family: 'AvenirNextCyr-Bold';
	src: local('Avenir Next Cyr Bold'), url('../fonts/AvenirNextCyr-Bold.woff') format('woff'), url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype'), url('../fonts/AvenirNextCyr-Bold.eot') format('eot');
}

@font-face {
	font-family: 'AvenirNextCyr-Demi';
	src: local('Avenir Next Cyr Demi'), url('../fonts/AvenirNextCyr-Demi.woff') format('woff'), url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype'), url('../fonts/AvenirNextCyr-Demi.eot') format('eot');
}

body {
	background-color: #fff;
	font-family: "AvenirNextCyr-Regular";
	font-size: 16px;
	font-weight: 100;
	color: #123;
	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6, strong, b, .name, .signature, thead {
	font-family: "AvenirNextCyr-Bold";
	font-weight: 800;
	color: #inherit;
}

h1, h2, h3, h4, h5, h6, thead {
	padding-left: 1em;
	padding-right: 1em;
}


h6 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

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

a:hover {
	color: #cde;
	text-decoration: none;
	background: none;
}

p {
	text-align: justify;
	line-height: 2em;
	margin-bottom: 1.5em;
	font-weight: 100;
}

section {
	padding-bottom: 50px;
	margin-bottom: 75px;
}


td {
	padding: .5em;
}



.block {
	margin-top:9em;
}

	.desktop, .tablet, .mobile {
		display: none;
	}
	
@media (min-width: 992px) {
	.content {
		width: 1200px;
		margin: 0 auto;
		display: block;
		padding: 25px;
	}

	.lg-align-right {
		text-align: right;
	}

	
	.desktop {
		display: block;
	}
}

@media (max-width: 991px) {
	.tablet{
		display: block;
	}
	p {
/*		text-align: left;*/
		line-height: 2em;
		margin-bottom: 1.5em;
	}	
}

.page-header {
	width: 100%;
	height: 185px;
	background-color: #123;
	color: #fffbfb;
	font-size: 18px;
/*	border-bottom: 2px solid #cde;*/
}

.dropdown-menu {
	background-color: #123 !important;
	border-color: #eef !important;;
}

.dropdown-item {
	color: #fffbfb !important;
}

.dropdown-toggle::after {
    display:none;
}



	@media (max-width: 991px) {
		.page-header{
			height: 120px;
		}
	}
.navbar-header {
	width: 1200px;
	display: block;
	margin: 0 auto;	
}

.navbar-nav {
	background-color:#123;
	
	z-index: 999;
}

.nav-item {
	background-color:#123;
	padding-left:20px;
	z-index: 998;
}

.logo {
	font-weight:900;
	font-size:24px;
	border: 4px solid #def;
	border-radius: 50%;
	width: 114px;
	height: 114px;
	margin: 0 auto;
	color: #def;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 8px #fff;
	text-shadow: 0 0 4px #fff;	
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding:0;
}

.vertical-center {
	display: -webkit-flex; 
	-webkit-align-items: center;
	display: flex;
	align-items: center;
}

.vertical-top {
	display: -webkit-flex; 
	-webkit-align-items: flex-start;
	display: flex;
	align-items: flex-start;
}

.vertical-bottom {
	display: -webkit-flex; 
	-webkit-align-items: flex-end;
	display: flex;
	align-items: flex-end;
}

.navbar-left {
	display: -webkit-flex; 
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 40px;
}

.navbar-right {
	display: -webkit-flex; 
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 25px;
}

.border-bottom {
	height: 3px;
	width: 100%;
}




#first {
	padding:0;
	text-align: center;
	min-height: 580px;
	height: 580px;
	background: url('../../images/layer-4.jpg') no-repeat center top;
}
	#first .rectangle4 {
		padding-top: 180px;
		height: 580px;
		background: url('../../images/rectangle4.png') no-repeat center center;
	}
	
	#first h1 {
		font-size: 55px;
	}

	#first p {
		text-align: center;
		font-family: "AvenirNextCyr-Medium";
		font-size: 38px;
	}
	
	#first input[type="submit"], #first button, #first .button {
		margin-top: 0;
	}
	
@media (max-width: 991px) {
	#first h1 {
		font-size: 45px;
	}	
}	

input[type="file"] {
	display: none;	
}

#file-upload {
	position: relative;
	overflow: hidden;
	width: 52px;
	min-width: 52px;
	height: 50px;
	margin-right: 1em;
}

#file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../images/add-file.jpg');
	cursor: pointer;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	font-family: "AvenirNextCyr-Bold";
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	color: #eef;
	border: 0;
	border-radius: 0;
	min-width: 200px;
	padding: 18px 36px;
	background-color: #123;
	text-align:center;
	cursor: pointer;
}

.gradient-text {
	width:100%;
	text-align:center;
	color: #cde;
	background: linear-gradient(90deg, #cde 10%, #eef 50%, #cde 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/*display: table;*/
}

.gradient-text:hover, a:hover, .icon:hover, .to-main:hover {
	color: #eef;
	background: linear-gradient(90deg, #cde 0%, #eef 20%, #eef 80%, #cde 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/*display: table;*/
}

.nav-toggler {
	color: #fffbfb !important;
	margin-top: 38px;
	margin-left: 45px;
	font-size: 32px;
}

.nav-toggler:hover, .nav-toggler:focus, .navbar-toggler:hover, .to-main:hover {
	color: #cde !important;
	background: linear-gradient(90deg, #cde 0%, #eef 20%, #eef 80%, #cde 100%) !important;
	-webkit-background-clip: text  !important;
	-webkit-text-fill-color: transparent  !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10+ */
	.gradient-text {
		width:100%;
		text-align:center;
		color: #cde !important;
		background: none !important;
	}

	.to_main:hover, .button:hover, .gradient-text:hover, a:hover, .icon:hover, .nav-toggler:hover, .navbar-toggler:hover,  .to-main:hover {
		color: #eef !important;
		background: none !important;
	}
	
	button:hover {
		color: #eef !important;
	}
}

.image {
	box-shadow: 0 20px 40px 0px rgba(0,0,0,0.2);
	margin-top: 0.5em;
	border:0;
	width: 100%;
}

.slide {
	box-shadow: 0 20px 40px 0px rgba(0,0,0,0.2);
/*	width: 360px !important;*/
	border:0;
	margin-bottom: 40px;
}

.custom-navigation-2 {
	padding-left: 1em;
	padding-right: 1em;
}

.sublevel {
	padding-left: 2em;
}

.carousel-box {
	width:100%;
	max-width:1600px;
	margin: 0 auto;
}


.map-image {
	padding: 0;
	margin:0;
	width:100%;
	background: url('../../images/map.jpg');
	background-size: cover;
	height: 480px;
}

@media (min-width: 992px) {
	.content {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		display: block;
		padding: 25px;
	}
	
	.lg-pd-l-50 {
		padding-left:50px !important;
	}
	.lg-pd-r-50 {
		padding-right:50px !important;
	}
		
}



.header {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}

.content .header {
	margin-bottom: 50px;
}

.feedback {
	background: #345;
}

#feedback-form {
    padding-top: 2rem;
	padding-bottom: 2rem;
	width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f1f5f7;
}

#feedback-form label {
	color: #eef;
}

#feedback-form input {
	margin-bottom: 1rem;
    height: 2rem;
    padding: 1rem;
    box-shadow: 0 0 6px #fff;
    border: 2px solid #def;
    background: #F1F3F7;	
}

#feedback-form textarea {
    display: block;
    width: 100%;
    padding: 0.2rem 1rem;
    height: 6rem;
    box-shadow: 0 0 6px #fff;
    border: 2px solid #def;
    background: #F1F3F7;	
}

#feedback-form button {
    border: 2px solid #def;
    box-shadow: 0 0 3px #fff;
    text-shadow: 0 0 1px #fff;
    margin: 2rem auto 0 !important;
    display: block;
    transition: 0.3s;
}

#feedback-form button:hover {
	box-shadow: 0 0 8px #fff;
}

.popup-wrapper {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(17,34,51,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: scale 0.01s, opacity 0.3s;
}

.popup-hidden {
	transform: scale(0);
    opacity: 0;
}

.popup-visible {
	transform: scale(1);
    opacity: 1;
}


.popup-content {
	background: #f5f7fb;
    border-radius: 6px;
    padding: 2rem;
    max-width: 800px;
	position: relative;
	width: 40%;
    min-width: 400px;
	box-shadow: 0 2px 8px #123;
}

.popup-content h3, .popup-content .submit {
    text-align: center;
    width: 100%;	
}

.popup-close {
    position: absolute;
    top: 0;
    right: 1rem;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
    color: #123;
    cursor: pointer;	
}

.popup-close:hover {
    color: #fa2345;
}

.page-footer {
	width: 100%;
	height: 185px;
	background-color: #123;
	color: #def;
	font-size: 16px;
/*	border-bottom: 2px solid #cde;*/
}

.navbar-footer {
	width: 1200px;
	display: block;
	margin: 0 auto;	
}


.footer-right {
	display: -webkit-flex; 
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	padding-left: 75px;
	padding-right: 25px;

}

.footer-right span {
	text-align: center;
}


.logo-footer {
	max-width: 100%;
	font-weight:900;
	font-size:24px;
	border: 4px solid #def;
	border-radius: 50%;
	width: 114px;
	height: 114px;
	margin: 0 auto;
	color: #def;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 8px #fff;
	text-shadow: 0 0 4px #fff;	
	
}

	.rectangle2 {
		padding: 0;
		margin: 0;
		height: 2px;
		background: url('../../images/rectangle2.png') center  repeat-x;
		background-size: cover;
	}

.centered {
	text-align: center;
}

.arrow-left {
	font-size: 32px;
	margin-right: 10px;
	color: #989898;
}

.arrow-right {
	font-size: 32px;
	margin-left: 10px;
	color: #989898;
}

#banner {
	width:100%;
	border: 1px solid black;
}
.banner {
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	margin-bottom: 100px;
}

.price-table {
	width: 100%;
}

.service {
/*	display: table;*/
	margin-bottom: 1em;
	font-size: 14px;
}

.part, .fill {
	display: table-cell;
	white-space: nowrap;
	padding: 0;
	margin: 0;

}

.part {
	padding-right: 25px;
	vertical-align: sub;
}

.fill {
	display: table-cell;
	border-bottom: 2px dotted #123;
	width:100%;
	margin-left: 2em;
	margin-bottom: 15px;
}

.price {
	display: table-cell;
	white-space: nowrap;
	font-family: "AvenirNextCyr-Bold";
	font-weight: 800;
	font-size: 14px;
	
}

.first-column {
	padding-right: 75px;
}

.second-column {
	padding-left: 50px;
}

.first-column, .second-column {
	margin-bottom: 5em;
}

.vertical-space {
	margin-bottom:5em;
}
.banner-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.banner .header {
	color: #def;
}


.to-main {
	font-size: 18px;
	color: #def;
	vertical-align: super;
}

.long-arrow-left {
	font-size: 42px;
	color: #def;
	margin-right: .5em;
}

.shape-left {
	display: inline-block;
	width: 16px;
	height: 29px;
	background: url('../../images/shape-left.png') 100% no-repeat;
	background-size: cover;
	margin-right: 1em;
}

/*.shape-left:hover {
	background-image: url('../../images/shape-left-hover.png');
}*/

.shape-right {
	display: inline-block;
	width: 16px;
	height: 29px;
	background: url('../../images/shape-right.png') 100% no-repeat;
	background-size: cover;
	margin-left: 1em;
}

/*.shape-right:hover {
	background-image: url('../../images/shape-right-hover.png');
}*/

.actions {
	margin-top: 3em;
	text-align: center;
}

.actions p {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.avatar {
	border-radius:50%;
	width: 50px !important;
	height: 50px !important;
	margin: 0 auto;
}

.date {
	font-size: 12px;
}

.name {
	margin-right: 2em;
}

.review {
	font-size: 15px;
	padding: 1em 3em 2em 1em;
}

.read-more {
	font-family: "AvenirNextCyr-Bold";
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.feedbacks {
	width:100%;
	max-width:1600px;
	margin: 7em auto !important;
}


.title {
	font-family: "AvenirNextCyr-Bold";
	font-weight: 800;
	margin-top: 6em;
	margin-bottom: 4em;
	text-align: center;
}

.feedback-form {
	font-weight: 100;
	width: 978px;
	height: 452px;
	margin: 4em auto;
	box-shadow: 0 0px 40px 0px rgba(0,0,0,0.2);
	padding: 6em;
	background: url('../../images/feedback-rectangle.png') no-repeat center center;
	background-color: #fff !important;
}

	.feedback-form input[type="text"] {
		margin-bottom: 2em;
	}
	
label {
	color: #123;
	display: block;
	font-size: 14px;
	font-family: "AvenirNextCyr-Regular";
	margin: 0;
	padding: 0;
	padding-top:10px;
	line-height: 1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #aa94c0;
		font-size: 14px;
		font-family: "AvenirNextCyr-Regular";
		margin-bottom: 4em;
}

.input {
	padding-top:10px;
		height: 60px;
		font-size: 14px;
		font-family: "AvenirNextCyr-Regular";
		
}

.confirm-box {
	padding-top: 15px;
}

img .add-file {
	float:left;
	margin-right:2em;
}
.second {
	padding-left: 2.5em;
}

.add-file {
	margin-right: 1em;
}

.feedback-form button {
	margin: 0 0 0 auto;
}

.demi {
	font-size: 14px;
	font-family: "AvenirNextCyr-Demi";
	border-bottom: 1px solid #c1c0c3;
	font-weight: 800;
}

.justify {
	text-align: justify;
}

.signature {
	text-align: right;
}

.p-head {
	font-family: "AvenirNextCyr-Bold";
	font-weight: 800;
	margin-bottom: 1.5em;
	text-align: center;	
}

.map {
	text-align: center;
	margin: 0 auto;
	margin-top: 75px;
}


.logo-small {
	width: 128px;
	position: absolute;
	top: 15px;
	left: calc(50% - 45px);
	z-index: 99999;

	font-weight:900;
	font-size:20px;
	border: 4px solid #def;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	color: #def;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 8px #fff;
	text-shadow: 0 0 4px #fff;	
}

.inline {
	display: inline-block !important;
}

.desktop-slider {
	float: left !important;
}


.icon-space {
	margin: 0 1em;
}



@media (max-width: 991px) {

	
	.desktop, .mobile {
		display:none;
	}
	.tablet, .tablet .mobile, .desktop .tablet {
		display: block;
	}
	
	.custom-navigation-2 {
		padding: 0;
	}
	.shape-left {
		margin-right: 0.5em;
	}

	.shape-right {
		margin-left: 0.5em;
	}
	
	
	.content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	body {
		font-size: 14px;
	}
	
	.logo-footer {
		max-width: 100%;
		font-size: 20px;
		width: 90px;
		height: 90px;
		right: 0;
		margin: 0 0 0 auto;	
	}


	
	.develop {
		margin: 30px auto 0 auto;
		padding: 20px 0 0 0;
		border-top: 1px solid #a29ea5;
		text-align: center;
	}
	
	.header {
		font-family: "AvenirNextCyr-Bold";
		font-weight: 800;
		color: #inherit;
		font-size: 16px;		
	}
	
	.banner-content .header {
		font-family: "AvenirNextCyr-Regular";
		font-size: 24px;
		font-weight: 100;
	}
	
	.price-list {
		max-width: 540px;
		margin: 0 auto;
		padding: 0;
	}
	
	.first-column {
		padding: 0;
		margin-bottom: 50px;
	}

	.second-column {
		padding: 0;
	}
	
	.long-arrow-left {
		margin-left: 50px;
	}

	.banner {
		margin-bottom: 50px;
	}

	.block {
		margin-top:5em;
	}

	.feedbacks {
		margin: 4em auto !important;
	}	
	
	.feedback-form {
		font-size: 14px;
		font-weight: 100;
		width: 650px;
		height: 370px;
		margin: 4em auto;
		box-shadow: 0 0px 40px 0px rgba(0,0,0,0.2);
		padding: 4.5em 4em;
		background: url('../../images/feedback-rectangle-2.png') no-repeat center center;
	}
		.feedback-form .input {
			font-size: 12px;
			font-weight: 100;
		}
		
	.second {
		padding-left: 1em;
	}

	.about-img {
		margin-bottom: 50px;
	}

	.map {
		margin-top: 25px;
	}

	.diplom-txt {
		margin-top:1.5em;
		padding-left:2em;
	}
}

@media (max-width: 767px) {
	.mobile, .tablet.mobile {
		display: block;
	}
	
	.desktop, .tablet {
		display:none;
	}
	
	.custom-navigation-2 {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.shape-left {
		margin-right: 2em;
	}

	.shape-right {
		margin-left: 2em;
	}
	
	
	.logo-footer {
		max-width: 100%;
		margin: 30px auto;	
		width: 46px !important;
		height: 46px !important;
		border: none;		
	}
	
	.develop {
		margin: 30px auto;
	}
	
	.sm-align-center {
		text-align: center;
	}
	
	.sm-align-right {
		text-align: right;
	}
	
	.sm-align-left {
		text-align: left;
	}
	
	.icon-space {
		margin: 0 0.5em;
	}
	
	.page-footer {
		font-size: 14px;
		height: 270px;
		padding-top: 50px;
	}
	
	.shape-left {
		margin: 30px 0 30px auto;
	}
	.shape-right {
		margin: 30px auto 30px 0;
	}
	
	.content {
		padding: 0;
	}
	
	.content p {
		padding: 0 20px;
	}
	
	.button-div {
		text-align: center;
	}
	
	.button, button {
		margin: 0 auto !important;
	}

	.header {
		margin-top: 0 !important;
		margin-bottom: 2em !important;
	}
	
	.page-header {
		height: 64px;
	}

	.logo-small {
		width: 46px !important;
		height: 46px !important;
		position: absolute;
		top: 8px;
		left: calc(50% - 23px);
		border: none;
	}

	.nav-toggler {
		color: #fffbfb !important;
		margin-top: 10px;
		margin-left: 10px;
		font-size: 32px;
	}
	
	#first {
		min-height: 340px;
		height: 340px;
	padding:0;
	padding-top: 64px;
	text-align: center;
	background: url('../../images/layer-4.jpg') center center no-repeat;
	background-size: cover;
	}
	
	#first h1 {
		font-size: 20px;
		padding-top:72px;
	}

	#first .container {
		padding:0;
		text-align: center;
	}
		#first .rectangle4 {
			padding:0;
			height: 280px;
			background: url('../../images/rectangle-4.1.png') no-repeat center center;
			background-size: contain;
		}
		

		#first p {
			font-size: 18px;
			margin-top:0;
		}
		
		#first input[type="submit"], #first button, #first .button {
			margin-top: 30px;
		}

	.feedbacks {
		margin: 3em auto !important;
	}	
	
	.feedback-form {
		width:100%;
		max-width: 320px;
		height: 560px;
		margin: 4.5em auto;
		box-shadow: 0 0px 40px 0px rgba(0,0,0,0.2);
		padding: 4em;
		background: url('../../images/feedback-rectangle-3.png') no-repeat center center;
	}

		
		.feedback-form .input {
			font-size: 12px;
			font-weight: 100;
			
		}
			
		.feedback-form input {
			margin-bottom: .5em;
		}
		
		.feedback-form .input-img {
			margin-top: 1em;
			margin-bottom: 1.5em;
		}
		.feedback-form .confirm-box {
			padding-top:0;
			margin-top: 0;
			margin-bottom: 2em;
		}
		
		.p-head {
			font-size: 16px;
			margin-bottom: 0;
			text-align: left;
		}
		
		.contact-txt {
			margin-bottom: .5em;
			text-align: left;
		}
		
		.map {
			margin: 0;
			margin-top: 25px;
			padding: 0;
		}
		
		.to-main {
			font-size: 18px;
			color: #def;
			vertical-align: super;
		}
		
		.arrow-left {
			font-size: 24px;
			color: #def;			
		}
		
		.banner {
			height: 160px;
		}
		
		.diplom-txt {
			margin-top:-2em;
			margin-bottom: 2em;
			padding-left:1em;
		}
		
		img.image {
			box-shadow: 0 10px 20px 0px rgba(0,0,0,0.2);
			margin-bottom: 20px !important;
			z-index: 1 !important;
		}
		

		
		.custom-navigation .shape-right, .custom-navigation .shape-left {
			margin-top: -2em;
			z-index: 2;
		}
		
		.actions {
			margin-top: 0em;
			margin-bottom: 4em;
		}
		
		.actions p {
			margin-bottom: 1em;
		}
		
		.actions .action-head {
			margin-bottom: 2em;
		}
		
		#second {
			margin-bottom: 2em;
		}
		
		section {
			padding-bottom: 0;
			margin-bottom: 0;
		}		
			
		.price-table {
			margin: 0 auto;
			width: calc(100% - 30px);
		}

		.service {
			width: 100%;
		}

		.part {
			padding:0;
			white-space: normal;
			width: 100%;
		}
		
		.fill {
			padding-right: 10px;
			width: 100%;
			min-width: 50px;
			text-align: right;
		}
		
		
		.sublevel {
			padding-left: 2em;
		}

		.price {
			margin:0;
			padding:0;
			padding-left: 5px;
		}
	
		.vertical-space {
			margin-bottom:5em;
		}
		
		.popup-content {
			min-width: 80%;
		}
		
        .footer-right {
            padding-left: 25px;
            flex-direction: column;
        }		
        
        .footer-right span {
            display: block;
            margin-bottom: 1rem;
        }
		
}
	
	
.control-button {
	min-width: 50px;
	width: 90px !important;
	max-width: 90px !important;
	padding: .5em 0 !important;
	margin: 0 !important;
}

.cp-form input {
	margin: 0;
}

.read-more-wrap {
	line-height: 1.3em;
	text-align: left;
}





.read-more-state, .read-less-trigger {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}


.read-more-state ~ .read-more-trigger {
  display: block;
}

.read-more-state:checked ~ .read-more-trigger {
	display: none;
}

.read-more-state ~ .read-less-trigger {
  display: none;
}

.read-more-state:checked ~ .read-less-trigger {
	display: block;
}

.read-more-trigger, .read-less-trigger {
	font-family: "AvenirNextCyr-Bold";
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;

  cursor: pointer;
/*  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;*/
}


.vallex-logo {
	max-width: 100%;
	width: 90px;
	display: inline-block;
	height: auto;
/*	background: url('../../images/vallex-logo.png')  100% no-repeat;
	background-size: contain;*/
}

.flexslider {
/*	background-color: #e5d3fb !important;*/
	border: none !important;
}

.reserve-header {
	margin-top: -2em;
}

 .reserve-phone {
	 margin-bottom: 1em;
	 padding-bottom: 1em !important;
 }

.reserve {
	margin-bottom: 2em;
}
 
 @media (max-width: 991px) {
	.reserve-header {
		margin-top: 0;
	}
 }
 
 @media (max-width: 767px) {
	 
	.reserve-phone {
		margin-bottom: 0.5em;
	}
	
	.reserve-header {
		margin-top: -1em;
	}
	
	.reserve-2 {
		margin-top: 3em;
	}
 }
 
.link {
	color: #13c;
}
 
.link:hover {
	color: #456;
	background: linear-gradient(90deg, #456 0%, #789 20%, #789 80%, #456 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
 
 
 
 
 
 
 
 
 
 