

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	min-width: 360px;
	font: 16px/20px 'Comfortaa', sans-serif;
	width: 100%;
	height: 100%;
	color: #000;
	background:#fff;
	background-position: top center;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 15px 25px;
}
input[type=submit] {
	cursor: pointer;
}
a:focus,
input:focus,
textarea:focus {
	outline: none;
}
p{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px;
	line-height: 120%;
	color: #333333;
}
h1,h2,.h1,.h2 {
	font-weight: 400;
	font-family: 'Alice', sans-serif;
}
h1,.h1 { 
	font-size: 46px;
	color: #E2C777;
}
h2,.h2 {
	font-size: 40px;
	color: #E2C777;
}
h3,h4,h5,h6 {
}
h3 {
	font-size: 20px;
	color: #000;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

.img-responsive {
	/* display: inline-block !important; */
}
.gray-bg {
	background: #eeeeee;
}
.btn-link {
	text-decoration: underline;
}
.btn-link:hover {
	text-decoration: none;
}
.btn-transparent {
	width: 336px;
	height: 70px;
	margin: 0;
	display: inline-block;
	border: 3px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,0.5);
	text-decoration: none;
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	color: #fff;
}
.btn-transparent:hover {
	background: #fff;
	color: #333;
}
.yellow-btn {
	height: 53px;
	width: 254px;
	margin-top: 0;
	margin-bottom: 2px;
	display: inline-block;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	border: 0 none;
	-webkit-box-shadow: 0 2px 0 0 #a35e29;
	-moz-box-shadow: 0 2px 0 0 #a35e29;
	box-shadow: 0 2px 0 0 #a35e29;
	background: #e6b045;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c049', endColorstr='#c86c26'); 
	background: -o-linear-gradient(top, #f4c049, #c86c26);
	background: -webkit-gradient(linear, left top, left bottom, from(#f4c049), to(#c86c26));
	background: -moz-linear-gradient(top, #f4c049, #c86c26);
	color: #fff !important;
	text-decoration: none;
	font-size: 18px;
	line-height: 53px;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3); 
}
.yellow-btn:hover {
	margin-top: 2px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #e6b045;
	color: #fff;
}
.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-items--stretched {
	align-items: stretch;
}
.flex-items--center{
	justify-content: center;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
}
@media (max-width: 991px) {
	h1 { 
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	h1 { 
		font-size: 28px;
	}
}
@media (max-width: 479px) {
	h1 { 
		font-size: 24px;
	}
	.btn-transparent {
		width: 260px;
		height: 50px;
		line-height: 50px;
		font-size: 22px;
	}
	.col-xxs-12{
		width: 100%;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
}
.gray-bg {
	background-image:url(/design/images/stone-wall.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #fff;
}
.modal-dialog{
	margin-top: -125px;
	top: 50%;
	height: 250px;
}
/* .modal-content{ */
	/* background: linear-gradient(135deg, #d5cfcf 0%,#aeaeae 100%); */
/* } */
.modal-content{
	background: #d5cfcf;
	box-shadow: none;
    border: 0 none;
	color:#000;
}
.text-white {
	color: #fff;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	min-height: 105px;
	padding-bottom: 20px;
	position: relative;
	z-index: 4;
	color: #fff;
}
.logo {
	margin-top: 30px;
	margin-bottom: 15px;
	text-decoration: none;
}
.logo-img {
	margin-top: 20px;
	max-width: 180px;
}
.logo .logo-title {
	padding: 0 0 0 76px;
	margin: -12px 0 0;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.contacts {
    padding-bottom: 0;
    line-height: 120%;
    padding-top: 65px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(/design/images/lamp.png) 50% -38px no-repeat;
    font-weight: 600;
}
.slogan {
	padding-top: 26px;
	padding-bottom: 20px;
}
.slogan .h4{
	font-size: 36px;
	color: #E2C777;
	font-family: "Alice";
}
.slogan a.link-simple{
	font-size: 15px;
}
.slogon strong{
	font-weight: 500;
}
.slogon a{
	width: 336px;
	display: inline-block;
	text-align: center;
}

.feedback-form small{
	font-size: 13px;
	text-align: center;
}

@media (max-width: 1599px) {
	.slogan .h4{
		font-size: 32px;
	}
}
@media (max-width: 1359px) {
	.slogan .h4{
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	.slogon a{
		color: #fff;
	}
	.slogan .h4{
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.slogan .h4{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.main-banner {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.main-banner .container{
		padding-top: 20px;
		padding-bottom: 20px;
		background: rgba(255, 255, 255, 0.7);
	}
	.logo, .contacts {
		text-align: center;
	}
	.banner {
		height: auto;
		background-size: cover;
	}
	.slogon {
		height: 340px;
		padding: 40px 0 0;
		border: 0 none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}
	.main-banner {
		height: auto;
		position: relative;
		float: none;
	}
	.slogon p{
		width: 100%;
		float: none;
		line-height: 36px;
	}
	.slogan .h4{
		font-size: 20px;
	}
	
	.scroll-enable {
		height: 50px;
		padding: 10px;
		position: absolute;
		top: 0;
	}
	.to-top {
		width: 50px;
		left: 0;
	}
	.logo-small {
		width: 130px;
		margin-left: -65px;
		left: 50%;
		padding: 7px 0;
	}
	.scroll-enabled {
		display: block !important;
	}
	.header-nav-fixed {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background: #111;
		border-bottom: 1px solid #000;
	}
	
}
@media (max-width: 490px) {
	.slogon,
	.main-banner {
		font-size: 20px;
	}
	.slogon span{
		font-size: 26px;
	}
}
@media (max-width: 479px) {
	.logo .logo-title {
		padding-left: 19.5%;
		margin: -8px 0 0;
		font-size: 8px;
		font-weight: 500;
	}
	.slogon a{
		width: 260px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.logotip-container {
		margin-right: 66.666667%;
	}
}


/* Middle
-----------------------------------------------------------------------------*/
main {
	position: relative;
	z-index: 2;
}
.main-banner {
	background-image: url(/design/images/banner.jpg);
}
.order-form {
	margin-top: 50px;
}
.order-form .btn{
	width: 100%;
	max-width: 600px;
	line-height: 200%;
	font-size: 32px;
	text-decoration: none;
}
.order-form .btn:hover{
	background: #555;
	color: #fff;
}
.main-banner,.advantages-block {
	padding-top: 20px;
	padding-bottom: 250px;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 20px;
	line-height: 120%;
}
.advantages-block {
	background-image: url(/design/images/lawyer2.jpg);
}
.main-banner li{
	padding-bottom: 10px;
}
.main-banner .h3 {
	font-family: 'Alice';
	font-size: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
  	background: linear-gradient(90deg, #9C6324 0%, #E2C777 50%, #9C6324);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #9C6324;
}
.services-block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-content {
	max-width: 1200px;
	margin: 0 auto;
}
.services-content__block {
	padding: 0 25px;
	font-size: 18px;
}
.content-title {
	padding: 25px 0 30px;
	font-size: 36px;
	line-height: 37px;
	font-weight: 400;
	text-align: center;
}
.services-content>ul{
	list-style: none;
}
.services-content>ul>li{
	padding-bottom: 20px;
	font-size: 28px;
	line-height: 120%;
}
.reasons-block {
	padding: 45px 0;
	position: relative;
}
.reasons-content {
	border: 4px solid #E2C777;
	border-radius: 45px;
	padding: 40px 150px;
	font-size: 72px;
	line-height: 120%;
	font-family: 'Alice', sans-serif;
}
.reasons-link {
	position: absolute;
	right: 200px;
	bottom: 40px;
	font-size: 36px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
}
.reasons-link a{
	background: linear-gradient(90deg, #9C6324 0%, #E2C777 50%, #9C6324);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #9C6324;
	text-decoration: none;
	border-bottom:2px solid #E2C777;
	/*border-image-source: linear-gradient(to right, #9C6324, #E2C777, #9C6324);*/
}
.orange-gradient-text {
	background: linear-gradient(45deg, #9C6324 0%, #BF9C35 50%, #9C6324);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #9C6324;
}
.reasons-link a:hover{
	text-decoration: none;
	border-bottom:2px solid transparent;
}
.advantages-block{
	padding: 45px 0 100px;
	font-size: 24px;
}

.content {
	color: #151515;
}
.attention {
	font-size: 18px;
	color: #ef7f1a;
}

.xs-clearfix {
	display: block;
	float: left;
}

.our-clients {
	padding-top: 15px;
	padding-bottom: 30px;
}
.our-clients-content >div{
	/* display: inline-block; */
}
.our-clients-content >div img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
@media (max-width: 1599px) {
	.order-form .btn{
		font-size: 24px;
	}
}
@media (max-width: 1359px) {
	.main-banner,.advantages-block {
		padding-bottom: 20px;
	}
	.order-form .btn{
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.reasons-content {
		border: 2px solid #E2C777;
		border-radius: 15px;
		padding: 25px 25px;
		font-size: 48px;
	}
	.reasons-link {
		right: 200px;
		font-size: 24px;
	}
	.order-form .btn{
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.advantages-block {
		padding-top: 20px;
		background-position: 20% 50%;
		background-size: cover;
		font-size: 20px;
		line-height: 120%;
	}
	.order-form .btn{
		font-size: 12px;
	}
	.services-content>ul>li {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.services-content li{
		font-size: 18px;
	}
	.reasons-content {
		padding: 15px;
		font-size: 24px;
	}
	.reasons-link {
		right: 40px;
		font-size: 18px;
	}
	.advantages-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	.advantages-block .container{
		padding-top: 20px;
		padding-bottom: 20px;
		background: rgba(255,255,255,0.5);
	}
	.main-banner {
		background-position: 57% 50% !important;
	}
	.services-content>ul>li {
		font-size: 18px;
	}
}
@media (max-width: 479px) {
	.services-content>ul>li {
		font-size: 16px;
	}
	
}
/*inner*/
.middle {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: -168px 0 -91px;
	padding: 168px 0 91px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
}
.middle a {
	color: #ef7f1a;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.middle strong {
	font-weight: 500;
}
.container-middle {
	margin-top: 20px;
	padding: 20px 15px 10px;
	background: #fff;
}
.content,
.sidebar {
	padding-bottom: 20px;
}
.content p{
	padding: 0 0 15px;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}
.container-middle .clearfix p:last-child{
	padding: 0;
}
@media (max-width: 1199px) {
	.bottom-contacts {
		margin-top: 20px;
	}
	.contacts-field {
		left: 16px;
		top: 50px;
	}
	.map-content {
		height: 500px;
	}
}
@media (max-width: 991px) {
	.map-content {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.content-title {
		font-size: 20px;
	}
	.xs-clearfix {
		clear: both;
		float: none;
	}
	.contacts-field {
		height: 180px;
		width: 300px;
		padding: 20px 40px;
		font-size: 16px;
	}
	.map-content {
		height: 300px;
	}
	.middle {
		margin: -212px 0 -91px;
		padding: 212px 0 91px;
	}
}
@media (max-width: 479px) {
	.contacts-field {
		height: auto;
		width: auto;
		padding: 15px 15px 25px;
		position: relative;
		left: 0;
		top: 0;
		background: #fff;
		margin-left: -15px;
		margin-right: -15px;
	}
	.map-content {
		height: 200px;
	}
	.container-middle {
		padding: 20px 15px 30px;
		background: #fff;
	}
}
/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
	padding-top: 8px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 150px;
	padding: 30px 0 0;
	position: relative;
	z-index: 3;
}
.footer .container{
	max-width: 1200px;
}

.icon-img {
	width: 50px;
	height: 50px;
}
.social-content,.messangers-content {
	line-height: 120%;
}
.social-content .display-flex>*{
	margin-top: 10px;
	margin-right: 5px;
}
.messangers-content .display-flex {
	justify-content: end;
}
.messangers-content .display-flex>*{
	margin-top: 10px;
	margin-left: 5px;
}
@media (max-width: 767px) {
	.footer {
		height: 210px;
	}
	.icon-img {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 479px) {
	.footer {
		height: 170px;
		font-size: 12px;
	}
	.icon-img {
		width: 30px;
		height: 30px;
	}
}
/* Modules
-----------------------------------------------------------------------------*/

/* ============ Main menu on header =============== */
/* ============= Меню ============= */
/*splash*/
.overlay,
.nav-list-main {
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.overlay {
    background-color: rgba(15,29,55,.9);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 48;
}
.open-menu {
	width: 32px;
	height: 32px;
	left: 0;
	display: block;
}
.open-menu object{
	width: 100%;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.nav-list-main {
	width:320px;
	min-width: 479px;
	height: 100%;
	padding: 100px 60px 40px;
	background: #454545;
	top: 0;
	left: -100%;
	position: fixed;
	opacity: 1;
	z-index: 50;
}
.popup-block{
	width:480px;
	height: auto;
	max-height:50%;
	top: -50%;
	left: 50%;
	margin-left: -240px;
	position: fixed;
	opacity: 0;
	z-index: 50;
	visibility: hidden;
	overflow: hidden;
    border-radius: 5px;
	background: #d5cfcf;
}
.popup-block:before,
.popup-block:after {
	height: 25px;
	width:100%;
	position: sticky;
	display: block;
	content:'';
	background:#d5cfcf;
}
.popup-block:before {
	top: 0;
}
.popup-block:after {
	bottom: 0;
	background:#d5cfcf;
}
.nav-list-main:before{
	display: block;
	height: 80px;
	background: #272727;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay:target + .nav-list-main {
	left: 0;
}
.overlay:target + .popup-block {
	top: 50%;
	margin-top: -240px;
	opacity: 1;
	visibility: visible;
}
.nav-list-main ul {
	padding: 0;
}
.nav-list-main ul li,
.nav-list-main ul li span,
.nav-list-main ul li label {
	display: block;
	position: relative;
}
.nav-list-main>ul>li {
	text-align: right;
    display: block;
    font-family: 'Alice';
    font-weight: 300;
}
.nav-list-main ul li a{
	padding: 5px 0;
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-decoration:none;
}
.nav-list-main ul li.active>a {
	color: #ffed00;
}
.close-button {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 30px;
	right: 19px;
}
@media (max-width: 767px) {
	.popup-block{
		width:400px;
		margin-left: -200px;
	}
}
@media (max-width: 479px) {
	.open-menu {
		width: 24px;
		height: 24px;
		top: 22px;
	}
	.nav-list-main {
		width:100%;
		min-width: 100%;
		padding: 30px 44px;
	}
	.nav-list-main ul li a{
		padding: 4px 0;
		font-size: 24px;
		line-height: 28px;
	}
	.close-button {
		width: 16px;
		height: 16px;
		top: 25px;
	}
	.popup-block{
		width:340px;
		margin-left: -170px;
	}
}

/*splash*/
.overlay,
.nav-list,
.popup-form {
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.popup-form,
.overlay {
	visibility: hidden;
	position: fixed;
	opacity: 0;
	z-index: 48;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
}
.open-menu,
.close {
	width: 40px;
	height: 40px;
}
.open-menu {
	top: 55px;
	position: absolute;
	z-index: 4;
}
.header-nav-fixed .open-menu {
	top: 5px;
}
.close {
	right: 10px;
	top: 10px;
	position: absolute;
}
.close:before,
.close:after {
	width: 24px;
	height: 2px;
	position: absolute;
	right: 8px;
	display: block;
	background: #E2C777;
	content: '';
}
.close:before,
.close:after {
	top: 19px;
}
.close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}
.overlay:target + .nav-list,
.overlay:target + .popup-form{
    opacity: 1;
    visibility: visible;
	z-index: 50;
	overflow:scroll;
}
.overlay:target + .nav-list {
	top: 0;
	left: 0;
	margin-left: 0;
	margin-left: calc(0% + 30px);
	background: #fff;
}
.popup-form{
	width: 480px;
	height: 510px;
	margin-left: -240px;
	margin-top: -255px;
	background: #fff;
	color: #000;
	position: fixed;
    left: 50%;
	top:50%;
	overflow:  hidden !important;
}
.popup-form .feedback-form, .popup-form .feedback-form form {
	width: 100%;
	background: none;
}
@media (max-width: 991px) {
	.open-menu {
		left: 30px;
	}				
}
@media (max-width: 767px) {
	.popup-form{
		overflow: scroll;
	}
	.nav-list ul {
		padding: 0;
	}
	.nav-list ul li,
	.nav-list ul li span,
	.nav-list ul li label {
		display: block;
		position: relative;
	}
	.nav-list > ul > li {
		min-height: 50px;
		display: block;
		line-height: 20px;
	}
	.nav-list li.nav-item {
		font-size: 16px;
	}
	.nav-list ul li a {
		padding: 15px 10px 15px 25px; 
	}
	.nav-list > ul > li > a {
		text-transform: uppercase;
	}
	.nav-list ul.sub-menu li a{
		padding: 4px 20px 12px 25px;
		font-size: 15px;
	}
	.nav-list ul.sub-menu li ul.sub-menu li a{
		padding: 8px 20px 8px 30px;
		font-size: 13px;
	}
	.nav-list ul li.active > ul {
		display: block !important;
	}
	/*splash*/
	.nav-list {
		width:100%;
		width: calc(100% - 30px);
		height: 100%;
		padding: 14px 0 40px;
		left: 100%;
		position: fixed;
		opacity: 0;
	}
	.navbar-nav > li {
		margin: 0 0 0 30px;
		font-size: 17px;
	}
	.open-menu {
		display: block;
		left: 10px;
	}
}
@media (max-width: 479px) {
	.popup-form{
		width: 100%;
		height: 100%;
		margin-left:0;
		margin-top: 0;
		padding-top: 30px;
		left: 0;
		top:0;
	}
	.open-menu {
		top: 37px;
	}
}
/* =========== Sidebar navigation =========== */
.aside-navbar {
	margin: 0 0 20px;
	list-style: none;
}
.aside-navbar li,
.aside-navbar li a {
	display: block;
}
.aside-navbar li{
	border-bottom: 1px solid #ededed;
}
.aside-navbar li:last-child {
	border-bottom: 0 none;
}
.aside-navbar li a{
	padding: 14px 25px;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.aside-navbar li a:hover{
	background: #f7f7f7;
}
/* =========== Feedback =========== */
.callback_form input.form-input{
	width: 100%;
    padding: 10px;
    border: 0 none;
    border-radius: 5px;
    font-size: 20px;
}
.callback_form .button{
	padding: 20px 35px;
	background: linear-gradient(90deg, #9C6324 0%, #CDA633 50%, #9F682D);
	box-shadow: 0 none;
	border: 0 none;
	border-radius: 5px;
	font-weight: bold;
}
.counter {
	margin: 0 0 20px;
	padding: 10px;
	display: inline-block;
	font-size: 24px;
	text-align:center;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}
.feedback-form{
	width: 1000px;
	padding: 15px 15px 50px;
	margin-left: auto;
	margin-right: auto; 
	background:#f7f7f7;
}
.main-banner .feedback-form{
	width: 100%;
	background: none;
}
.feedback-form-inner{
	width: auto;
	padding: 0;
	background:#fff !important;
}
.feedback-form-inner .content-title {
	padding: 0 0 20px;
	margin: 0;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Rubik', sans-serif;
	text-align: left;
}
.feedback-form > form {
	width: 720px;
	margin: 0 auto;
}
.feedback-form-inner > form {
	width: 100%;
	margin: 0 auto;
}
.sidebar .feedback-form,
.sidebar .feedback-form > form{
	width: 100%;
}
.feedback-form > form > div {
	padding: 0 10px 30px;
	color: #000;
}
.feedback-form-inner > form > div {
	padding: 0 0 20px;
}
.form-submit {
	text-align: center;
}
.feedback-form label{
	display: block;
	padding: 0 18px 6px;
	font-size: 12px;
	line-height: 9px;
	font-weight: 400;
	color: #808080;
}
.main-banner .feedback-form label{
	color: #fff;
}
.feedback-form-inner label{
	padding: 0 0 6px;
}
.feedback-form input[type=text]{
	width: 100%;
	height: 48px;
	padding: 0 18px;
	background: #f7f7f7;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #808080;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.main-banner .feedback-form input[type=text]{
	background: rgba(255,255,255,0.35);
	border: 2px solid #fff;
	color: #fff;
}
.main-banner .feedback-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
} 
.main-banner .feedback-form input[type=text]::-moz-placeholder {
	color: #fff;
}
.feedback-form input[type=text]:focus{
	background: #fff;
	border: 2px solid #fff;
	color: #333333;
}
.feedback-form input[type=submit]{
	margin-left: auto;
	margin-right: auto; 
}
.feedback-form-inner input[type=submit]{
	width: 100%;
}
@media (max-width: 1199px) {
	.feedback-form{
		width: 100%;
		background:#f7f7f7;
	}
}
@media (max-width: 991px) {
	.feedback-form{
		padding: 15px 0 30px;
		background: none;
	}
}
@media (max-width: 767px) {
	.feedback-form{
		background: none;
	}
	.feedback-form > form {
		width: 100%;
	}
	.nav-list ul li .sub-menu-arrow {
		display: inline-block !important;
	}
}
@media (max-width: 544px) {
	.feedback-form > form > div {
		padding: 0 10px 10px;
	}
}
@media (max-width: 490px) {
	.feedback-form label{
		display: none;
	}
}
/* ============ Pagination =============== */
ul.pages {
	margin: 0;
}
ul.pages li{
	margin: 0 0 15px;
	list-style: none;
	float: left;
}
ul.pages li .page{
	width: 46px;
	height: 46px;
	padding: 0 !important;
	margin: 0 15px 0 0;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
}
ul.pages li .page--active{
	background: #e6b045;
	box-shadow: 0 10px 15px 0 rgba(49,41,102,.5);
	padding: 0 !important;
	color: #fff !important;
	cursor: default;
}
@media (max-width: 991px) {
	ul.pages li .page{
		width: 38px;
		height: 38px;
		margin-left: 10px;
		line-height: 38px;
	}
}
@media (max-width: 479px) {
	ul.pages li .page{
		width: 32px;
		height: 32px;
		margin-left: 7px;
		line-height: 32px;
	}
}
/* ============ License + fancybox =============== */
.gallery-block {
	display: inline-block;
	float:none;
	vertical-align: top;
	margin-bottom: 15px;
	font-size: 15px;
}
.gallery-block_wide .gallery-block__offer{
	padding-bottom: 10px;
}
.gallery-block_wide img{
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}
.gallery-block *{
	display: block;
	position: relative;
}
.gallery-block a.yellow-btn{
	color: #aba8bf;
	font-weight: 500;
}
.gallery-block .img-responsive {
	display: inline-block !important;
	margin-bottom: 5px;
}
.gallery-block__offer{
	padding: 10px 20px 60px;
	height: 100%;
    border: 2px solid #dbdbdb;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	position: relative;
}
.gallery-block__offer>a.yellow-btn{
	width: 140px !important;
	text-decoration: none;
	color:  #fff !important;
	position: absolute;
	margin-left: -70px;
	left: 50%;
	bottom: 15px;
}
.fancybox__text {
    font-size: 20px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fancybox__price {
	font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
	.fancybox__image:after {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(31,30,38,.8);
		background-image: url(/design/images/svg/loupe.svg);
		background-position: center;
		background-repeat: no-repeat;
	}
	.fancybox:hover .fancybox__image:after{
		content: '';
	}
}

/* bread crumbs (way site) */
.breadcrumbs {
	padding: 0 0 18px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
}
.breadcrumbs,
.breadcrumbs a{
	color: #999999;
}
.breadcrumbs span{
	color: #595959;
}