/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #cdcdcd;
    background-position: top;
    padding-top: 32px;
    margin: -208px auto 0;
    min-width: 320px;
    position: relative;
	z-index: 2;
    color:#4b4c49;
}
.footer .footer-inner{
	padding-bottom: 30px;
}
.footer-info{
	font-size: 14px;
    line-height: 28px;
	text-align: center
}
.footer-address a{
	font-size: 14px;
	color:#8c8c89;
}
.footer-address a:hover{
	color:#4b4c49;
}
.footer-nav-social{
	display: table;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer-nav-social a {
    position: relative;
    display: block;
	margin-right: 12px;
}
.footer-nav-social a:last-child{
	margin-right: 0px;
}
.footer-nav-social svg {
    width: 30px;
    height: 30px;
	fill:#191919
}
.footer-menu{
	text-align: center;
    display: table;
    margin: 0 auto;
}
.footer-menu-inner{
	text-align: center;
    display: table;
    margin: 0 auto;
}

@media(max-width:920px){
	.footer-menu-inner{
		display: none;
	}
	.content{
		padding: 0px 0 246px;
	}
}

.footer-menu a{
	font-size: 14px;
	color:#4b4c49;
}
.footer-menu li{
	margin-right: 11px;
}
.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu a:hover{
	color:#4d6960;
	opacity: .7
}
.mobile-panel-menu{
	display: none;
	overflow: hidden;
	position: fixed;
	background: #cdcdcd;
	padding: 85px 20px 60px 45px;
	height: 100%;
	top: 0;
	z-index: 10; 
	left: -100%;   
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menu-catalog.user{
	width: calc(100% - 412px);
}
.personal-link.user span:first-child{
    width: 33px;
    height: auto
}
@media(min-width:921px){
    .menu-site:not(.fixed) .personal-link.user span:first-child{
        width: 44px;
        height: auto
    }
}
@media(max-width:1000px){
	.menu-catalog {
		padding-right: 0px;
	}
}
@media(max-width:920px){
	
	.personal-link.user{
		margin-top: 0;
	}
	.mobile-panel-menu.active{
		right: 90px;
		left:0px;
		display: block;
		overflow-y: scroll;
	}
}
.level1 .first:hover{
    color:#84754d;
}
.mobile-panel-menu a{
	color:#191919
}
.menu-catalog .topics-menu li.selected a{
	cursor: default;
	border-bottom: 1px solid #4b4c49;
}
.menu-catalog .topics-menu li:not(.selected) a{
	opacity: .7;
}
.mobile-panel-menu li,.mobile-panel-menu li a{
	width: 100%;
}
.mobile-catalog .level1 .first span{
    position: relative;
}
.mobile-catalog .level1 .first span svg{
    fill: #b1a78f;
    right: -20px;
    top: 4px;
}
.mobile-catalog .level1 .first.active span{
    color:#897b56
}
.mobile-catalog .level1 .first{
    color:#191919;
    line-height: 28px;
}
.mobile-panel-menu .topics-menu{
	margin-bottom: 5px;
}

.mobile-catalog .first.dropdown:not(.active) ~ .level2{
    display: none;
}
.mobile-catalog .first.dropdown.active ~ .level2{
    display: block;
}
.mobile-catalog .first.dropdown ~ .level2{
    padding-left: 20px;
}
.mobile-catalog .first.dropdown.active svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-panel-menu .topics-menu a{
	font-size: 10pt;
	line-height: 20pt;
    color:#fff;
}
.mobile-panel-menu a:hover{
	color:#313131;
}
.mobile-panel-menu .selected a{
	color:#897b56;
}
.static-links{
	padding-top: 25px;
	margin-top: 25px;
	border-top:1px solid #959c8c;
}
.mobile-catalog-title{
	font-family: 'Playfair Display', serif;
	cursor: pointer;
	position: relative;
	font-size: 28px;
	line-height: 50px;
	color: #d3c7af;
}
.mobile-catalog-title svg{
fill: #d3c7af;
    width: 12px;
    height: 7px;
    position: absolute;
    left: 138px;
    top: 25px;
}
.mobile-catalog.active svg{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg); 
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile-catalog-inner{
	display: none;
}
.mobile-catalog-inner li{
	margin-bottom: 8px;
}
.mobile-catalog-inner .level1:first-child{
	margin-bottom: 20px;
}
.mobile-catalog-inner{
	margin-top: 10px;
}
.mobile-catalog-inner a{
	font-size: 14px;
}
.mobile-catalog.active .mobile-catalog-inner{
	display: block;
}


.static-links a{
	font-size:12px;
	text-transform: uppercase;
	line-height: 28px;
}
.menu-points{
    width: 320px;
	position: absolute;
    padding: 30px;
    background: #4d6960;
    right: -10px;
    top: 37px;
}
.menu-list.active .menu-points{
	display: block;
}
.icon-arr svg{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu-list.active .point svg{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.menu-points a{
	color:#d3c7af;
	font-size: 14px;
}
.menu-points a:hover{
	opacity: .5;
}
.dflex .level1:first-child{
	padding-right: 15px;
}

.dflex .level1:last-child{
	padding-left: 35px;
}
.level2{
	text-align: left
}
.level2 li{
	margin-bottom: 10px;
    width: 100%;
}
.first_li{
    position: relative
}
@media(min-width:961px){
    
    .first_li:hover .level2{
        display: block;
        position: absolute;
        background: #cdcdcd;
        padding: 25px;
        left:0px;
        top: 20px;
        z-index: 1
    }
    .first_li:hover .first svg{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg); 
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.first_li .level2 a{
    color:#191919;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap
}
.first_li .level2 a:hover{
    color:#84754d;
}

.level1 .selected{
    pointer-events: none;
    color:#84754d!important;
}
address, article, aside, details, figcaption, figure, footer, header, img, label, menu, nav, section, small, time {
  display: block
}
body.modal-open {
  overflow: hidden
}
html.loaded {
  opacity: 1
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: ''
}
mark {
  background: none;
  color: inherit
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0
}
blockquote, pre {
  border: 1px solid #000000;
  page-break-inside: avoid
}
thead {
  display: table-header-group
}
img, tr {
  page-break-inside: avoid
}
img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  pointer-events: none;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
footer, header {
  position: static
}
input::-ms-clear {
  display: none
}
::-moz-placeholder {
  color: #a3a3a3
}
:-ms-input-placeholder {
  color: #a3a3a3
}
::-webkit-input-placeholder {
  color: #a3a3a3
}
:focus::-moz-placeholder {
  color: transparent
}
:focus:-ms-input-placeholder {
  color: transparent
}
:focus::-webkit-input-placeholder {
  color: transparent
}
input, textarea {
  outline: none;
}
input:active, textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.clear {
  clear: both;
  display: table;
}
h1, .h1 {
  font-size: 36px;
  margin: 0;
	font-weight: normal;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
h2, h3, p {
  orphans: 3;
  widows: 3
}
h2, h3 {
  page-break-after: avoid
}


div[id^="wait_"] {
  display: none;
}
::selection {
  color: #fff;
  background: #444;
}
.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;

    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    background: #fff;
    opacity: 1;
}
.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    animation: ripple;
}
.header_photo{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    display: table;
	overflow: hidden
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}